Trace number 1594663

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT07 reference solver: SATzilla CRAFTED? (exit code) 1199.21 1199.77

General information on the benchmark

NameCRAFTED/sgen/sat/
sgen1-sat-180-100.cnf
MD5SUM7303360aac56e0d882ae2452d62f8544
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.18221
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of clauses432
Sum of the clauses size1080
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2360
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 572
Number of clauses of size over 50

Solver Data

11.27/11.39	c run March_dl for 5 seconds ... 
11.27/11.39	c Bin: Executing march_dl
11.27/11.39	c child exit by a signal
11.27/11.39	c march_dl returned code 137.
11.27/11.39	c run saps (UBCSAT implementation) for 2 seconds ... 
11.27/11.39	c Bin: Executing ubcsat2006
11.27/11.39	c child exited successfully
11.27/11.39	c ubcsat2006 returned code 0.
11.27/11.39	c satzilla computing base features
11.27/11.39	c satzilla doing unit-prop probe
11.27/11.39	c satzilla doing local search probe
11.27/11.39	c satzilla doing lobjois search-space size estimate
11.27/11.39	c satzilla's ranking:
11.27/11.39	c 1) zchaff_rand+P: -4.993249
11.27/11.39	c 2) vallst+P: -2.790656
11.27/11.39	c 3) minisat20+P: -0.844950
11.27/11.39	c 4) minisat20: 0.986215
11.27/11.39	c 5) march_dl: 1.089698
11.27/11.39	c 6) march_dl+P: 5.808671
11.27/11.39	c 7) kcnfs+P: 999.000000
11.27/11.39	c 8) kcnfs: 999.000000
11.27/11.39	c 9) vallst: 999.000000
11.27/11.39	c 10) zchaff_rand: 999.000000
11.27/11.39	c satzilla running zchaff_rand with preprocessing ... 
1199.12/1199.76	c Preprocessing...
1199.12/1199.76	c Inital problem has 180 variables, 72 nary clauses (360 binary clauses).
1199.12/1199.76	c Num non-binary clauses 72, Average non-binary clause length 5.000
1199.12/1199.76	c Theory has no gaps
1199.12/1199.76	c Preprocessor runtime was 0.000 seconds.
1199.12/1199.76	c 
1199.12/1199.76	c Satisfiability of theory still undetermined.
1199.12/1199.76	c See file /tmp/vThzJx for simplified theory.
1199.12/1199.76	c Bin: Executing zchaff_rand
1199.12/1199.76	c child exit by a signal
1199.12/1199.76	c zchaff_rand returned code 137.
1199.12/1199.76	c zchaff_rand returned code 137.
1199.12/1199.76	c satzilla running vallst with preprocessing ... 
1199.12/1199.76	c Bin: Executing vallst
1199.12/1199.76	c vallst returned code 1.
1199.12/1199.76	c vallst returned code 1.
1199.12/1199.76	c satzilla running minisat20 with preprocessing ... 
1199.12/1199.76	c Bin: Executing minisat20
1199.12/1199.76	c minisat20 returned code 1.
1199.12/1199.76	c minisat20 returned code 1.
1199.12/1199.76	c satzilla running minisat20 ... 
1199.12/1199.76	c Bin: Executing minisat20
1199.12/1199.76	c minisat20 returned code 1.
1199.12/1199.76	c minisat20 returned code 1.
1199.12/1199.76	c satzilla running march_dl ... 
1199.12/1199.76	c Bin: Executing march_dl
1199.12/1199.76	c march_dl returned code 1.
1199.12/1199.76	c march_dl returned code 1.
1199.12/1199.76	c satzilla running march_dl with preprocessing ... 
1199.12/1199.76	c Bin: Executing march_dl
1199.12/1199.76	c march_dl returned code 1.
1199.12/1199.76	c march_dl returned code 1.
1199.12/1199.76	c satzilla running kcnfs with preprocessing ... 
1199.12/1199.76	c Bin: Executing kcnfs
1199.12/1199.76	c kcnfs returned code 1.
1199.12/1199.76	c kcnfs returned code 1.
1199.12/1199.76	c satzilla running kcnfs ... 
1199.12/1199.76	c Bin: Executing kcnfs
1199.12/1199.76	c kcnfs returned code 1.
1199.12/1199.76	c kcnfs returned code 1.
1199.12/1199.76	c satzilla running vallst ... 
1199.12/1199.76	c Bin: Executing vallst
1199.12/1199.76	c vallst returned code 1.
1199.12/1199.76	c vallst returned code 1.
1199.12/1199.76	c satzilla running zchaff_rand ... 
1199.12/1199.76	c Bin: Executing zchaff_rand
1199.12/1199.76	c zchaff_rand returned code 1.
1199.12/1199.76	c zchaff_rand returned code 1.
1199.12/1199.76	c ERROR: All Failed! 
1199.12/1199.76	c SATZILLA_TIME=1199.380000

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1594663-1239279425/watcher-1594663-1239279425 -o /tmp/evaluation-result-1594663-1239279425/solver-1594663-1239279425 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1594663-1239279425.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 10203
/proc/meminfo: memFree=1462048/2055920 swapFree=4175096/4192956
[pid=10203] ppid=10201 vsize=1440 CPUtime=0
/proc/10203/stat : 10203 (SATzilla2007_C) S 10201 10203 10166 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1200605753 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10203/statm: 360 110 95 260 0 84 0
[pid=10204] ppid=10203 vsize=904 CPUtime=0
/proc/10204/stat : 10204 (march_dl) R 10203 10203 10166 0 -1 4194304 158 0 0 0 0 0 0 0 19 0 1 0 1200605753 925696 150 1992294400 134512640 134996440 4294956256 18446744073709551615 134559320 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10204/statm: 226 150 72 118 0 105 0

[startup+0.047603 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 10203
/proc/meminfo: memFree=1462048/2055920 swapFree=4175096/4192956
[pid=10203] ppid=10201 vsize=1440 CPUtime=0
/proc/10203/stat : 10203 (SATzilla2007_C) S 10201 10203 10166 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1200605753 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10203/statm: 360 110 95 260 0 84 0
[pid=10204] ppid=10203 vsize=904 CPUtime=0.04
/proc/10204/stat : 10204 (march_dl) R 10203 10203 10166 0 -1 4194304 173 0 0 0 4 0 0 0 19 0 1 0 1200605753 925696 165 1992294400 134512640 134996440 4294956256 18446744073709551615 134617278 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10204/statm: 226 165 74 118 0 105 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2344

[startup+0.102608 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 10203
/proc/meminfo: memFree=1462048/2055920 swapFree=4175096/4192956
[pid=10203] ppid=10201 vsize=1440 CPUtime=0
/proc/10203/stat : 10203 (SATzilla2007_C) S 10201 10203 10166 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1200605753 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10203/statm: 360 110 95 260 0 84 0
[pid=10204] ppid=10203 vsize=904 CPUtime=0.1
/proc/10204/stat : 10204 (march_dl) R 10203 10203 10166 0 -1 4194304 176 0 0 0 10 0 0 0 20 0 1 0 1200605753 925696 168 1992294400 134512640 134996440 4294956256 18446744073709551615 134553652 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10204/statm: 226 168 74 118 0 105 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2344

[startup+0.301629 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 10203
/proc/meminfo: memFree=1462048/2055920 swapFree=4175096/4192956
[pid=10203] ppid=10201 vsize=1440 CPUtime=0
/proc/10203/stat : 10203 (SATzilla2007_C) S 10201 10203 10166 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1200605753 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10203/statm: 360 110 95 260 0 84 0
[pid=10204] ppid=10203 vsize=904 CPUtime=0.3
/proc/10204/stat : 10204 (march_dl) R 10203 10203 10166 0 -1 4194304 178 0 0 0 30 0 0 0 21 0 1 0 1200605753 925696 170 1992294400 134512640 134996440 4294956256 18446744073709551615 134551507 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10204/statm: 226 170 74 118 0 105 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 2344

[startup+0.701671 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 10203
/proc/meminfo: memFree=1462048/2055920 swapFree=4175096/4192956
[pid=10203] ppid=10201 vsize=1440 CPUtime=0
/proc/10203/stat : 10203 (SATzilla2007_C) S 10201 10203 10166 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1200605753 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10203/statm: 360 110 95 260 0 84 0
[pid=10204] ppid=10203 vsize=904 CPUtime=0.7
/proc/10204/stat : 10204 (march_dl) R 10203 10203 10166 0 -1 4194304 180 0 0 0 70 0 0 0 25 0 1 0 1200605753 925696 172 1992294400 134512640 134996440 4294956256 18446744073709551615 134528051 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10204/statm: 226 172 74 118 0 105 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 2344

[startup+1.50276 s]
/proc/loadavg: 0.00 0.00 0.00 2/66 10205
/proc/meminfo: memFree=1461456/2055920 swapFree=4175096/4192956
[pid=10203] ppid=10201 vsize=1440 CPUtime=0
/proc/10203/stat : 10203 (SATzilla2007_C) S 10201 10203 10166 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1200605753 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10203/statm: 360 110 95 260 0 84 0
[pid=10204] ppid=10203 vsize=904 CPUtime=1.5
/proc/10204/stat : 10204 (march_dl) R 10203 10203 10166 0 -1 4194304 185 0 0 0 150 0 0 0 25 0 1 0 1200605753 925696 177 1992294400 134512640 134996440 4294956256 18446744073709551615 134533003 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10204/statm: 226 177 74 118 0 105 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 2344

[startup+3.10193 s]
/proc/loadavg: 0.00 0.00 0.00 2/66 10205
/proc/meminfo: memFree=1461328/2055920 swapFree=4175096/4192956
[pid=10203] ppid=10201 vsize=1440 CPUtime=0
/proc/10203/stat : 10203 (SATzilla2007_C) S 10201 10203 10166 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1200605753 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10203/statm: 360 110 95 260 0 84 0
[pid=10204] ppid=10203 vsize=904 CPUtime=3.1
/proc/10204/stat : 10204 (march_dl) R 10203 10203 10166 0 -1 4194304 185 0 0 0 310 0 0 0 25 0 1 0 1200605753 925696 177 1992294400 134512640 134996440 4294956256 18446744073709551615 134617392 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10204/statm: 226 177 74 118 0 105 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 2344

[startup+6.30132 s]
/proc/loadavg: 0.08 0.02 0.01 2/66 10206
/proc/meminfo: memFree=1461264/2055920 swapFree=4175096/4192956
[pid=10203] ppid=10201 vsize=1440 CPUtime=4.99
/proc/10203/stat : 10203 (SATzilla2007_C) S 10201 10203 10166 0 -1 4194304 135 185 0 0 0 0 499 0 16 0 1 0 1200605753 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10203/statm: 360 111 96 260 0 84 0
[pid=10206] ppid=10203 vsize=6188 CPUtime=1.28
/proc/10206/stat : 10206 (ubcsat2006) R 10203 10203 10166 0 -1 4194304 240 0 0 0 94 34 0 0 25 0 1 0 1200606253 6336512 223 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10206/statm: 1547 223 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7628

[startup+12.702 s]
/proc/loadavg: 0.15 0.03 0.01 2/66 10207
/proc/meminfo: memFree=1459736/2055920 swapFree=4175096/4192956
[pid=10203] ppid=10201 vsize=1692 CPUtime=11.36
/proc/10203/stat : 10203 (SATzilla2007_C) S 10201 10203 10166 0 -1 4194304 537 431 0 0 301 59 700 76 25 0 1 0 1200605753 1732608 244 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10203/statm: 423 244 165 260 0 147 0
[pid=10207] ppid=10203 vsize=5104 CPUtime=1.3
/proc/10207/stat : 10207 (zchaff_rand) R 10203 10203 10166 0 -1 4194304 906 0 0 0 129 1 0 0 25 0 1 0 1200606892 5226496 777 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10207/statm: 1276 777 112 208 0 1048 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 6796

[startup+25.5014 s]
/proc/loadavg: 0.34 0.08 0.02 2/66 10207
/proc/meminfo: memFree=1454040/2055920 swapFree=4175096/4192956
[pid=10203] ppid=10201 vsize=1692 CPUtime=11.36
/proc/10203/stat : 10203 (SATzilla2007_C) S 10201 10203 10166 0 -1 4194304 537 431 0 0 301 59 700 76 25 0 1 0 1200605753 1732608 244 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10203/statm: 423 244 165 260 0 147 0
[pid=10207] ppid=10203 vsize=11032 CPUtime=14.09
/proc/10207/stat : 10207 (zchaff_rand) R 10203 10203 10166 0 -1 4194304 2635 0 0 0 1402 7 0 0 25 0 1 0 1200606892 11296768 2024 1992294400 134512640 135365884 4294956288 18446744073709551615 134552190 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10207/statm: 2758 2024 112 208 0 2530 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 12724

[startup+51.1011 s]
/proc/loadavg: 0.56 0.15 0.05 2/66 10207
/proc/meminfo: memFree=1450968/2055920 swapFree=4175096/4192956
[pid=10203] ppid=10201 vsize=1692 CPUtime=11.36
/proc/10203/stat : 10203 (SATzilla2007_C) S 10201 10203 10166 0 -1 4194304 537 431 0 0 301 59 700 76 25 0 1 0 1200605753 1732608 244 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10203/statm: 423 244 165 260 0 147 0
[pid=10207] ppid=10203 vsize=18856 CPUtime=39.67
/proc/10207/stat : 10207 (zchaff_rand) R 10203 10203 10166 0 -1 4194304 4054 0 0 0 3952 15 0 0 25 0 1 0 1200606892 19308544 2802 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10207/statm: 4714 2802 112 208 0 4486 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 20548

[startup+102.307 s]
/proc/loadavg: 0.81 0.28 0.10 2/66 10207
/proc/meminfo: memFree=1446488/2055920 swapFree=4175096/4192956
[pid=10203] ppid=10201 vsize=1692 CPUtime=11.36
/proc/10203/stat : 10203 (SATzilla2007_C) S 10201 10203 10166 0 -1 4194304 537 431 0 0 301 59 700 76 25 0 1 0 1200605753 1732608 244 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10203/statm: 423 244 165 260 0 147 0
[pid=10207] ppid=10203 vsize=25384 CPUtime=90.85
/proc/10207/stat : 10207 (zchaff_rand) R 10203 10203 10166 0 -1 4194304 6393 0 0 0 9055 30 0 0 25 0 1 0 1200606892 25993216 3860 1992294400 134512640 135365884 4294956288 18446744073709551615 134543553 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10207/statm: 6346 3860 112 208 0 6118 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 27076

[startup+162.301 s]
/proc/loadavg: 0.93 0.41 0.15 2/66 10207
/proc/meminfo: memFree=1443160/2055920 swapFree=4175096/4192956
[pid=10203] ppid=10201 vsize=1692 CPUtime=11.36
/proc/10203/stat : 10203 (SATzilla2007_C) S 10201 10203 10166 0 -1 4194304 537 431 0 0 301 59 700 76 25 0 1 0 1200605753 1732608 244 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10203/statm: 423 244 165 260 0 147 0
[pid=10207] ppid=10203 vsize=26024 CPUtime=150.83
/proc/10207/stat : 10207 (zchaff_rand) R 10203 10203 10166 0 -1 4194304 7223 0 0 0 15040 43 0 0 25 0 1 0 1200606892 26648576 4690 1992294400 134512640 135365884 4294956288 18446744073709551615 134576800 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10207/statm: 6506 4690 112 208 0 6278 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 27716

[startup+222.302 s]
/proc/loadavg: 0.97 0.51 0.20 2/66 10207
/proc/meminfo: memFree=1439960/2055920 swapFree=4175096/4192956
[pid=10203] ppid=10201 vsize=1692 CPUtime=11.36
/proc/10203/stat : 10203 (SATzilla2007_C) S 10201 10203 10166 0 -1 4194304 537 431 0 0 301 59 700 76 25 0 1 0 1200605753 1732608 244 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10203/statm: 423 244 165 260 0 147 0
[pid=10207] ppid=10203 vsize=36744 CPUtime=210.8
/proc/10207/stat : 10207 (zchaff_rand) R 10203 10203 10166 0 -1 4194304 10564 0 0 0 21021 59 0 0 25 0 1 0 1200606892 37625856 5470 1992294400 134512640 135365884 4294956288 18446744073709551615 134543618 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10207/statm: 9186 5470 112 208 0 8958 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 38436

[startup+282.301 s]
/proc/loadavg: 0.99 0.60 0.25 2/66 10207
/proc/meminfo: memFree=1437016/2055920 swapFree=4175096/4192956
[pid=10203] ppid=10201 vsize=1692 CPUtime=11.36
/proc/10203/stat : 10203 (SATzilla2007_C) S 10201 10203 10166 0 -1 4194304 537 431 0 0 301 59 700 76 25 0 1 0 1200605753 1732608 244 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10203/statm: 423 244 165 260 0 147 0
[pid=10207] ppid=10203 vsize=36904 CPUtime=270.77
/proc/10207/stat : 10207 (zchaff_rand) R 10203 10203 10166 0 -1 4194304 11311 0 0 0 27006 71 0 0 25 0 1 0 1200606892 37789696 6217 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10207/statm: 9226 6217 112 208 0 8998 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 38596

[startup+342.302 s]
/proc/loadavg: 0.99 0.67 0.29 2/66 10207
/proc/meminfo: memFree=1434456/2055920 swapFree=4175096/4192956
[pid=10203] ppid=10201 vsize=1692 CPUtime=11.36
/proc/10203/stat : 10203 (SATzilla2007_C) S 10201 10203 10166 0 -1 4194304 537 431 0 0 301 59 700 76 25 0 1 0 1200605753 1732608 244 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10203/statm: 423 244 165 260 0 147 0
[pid=10207] ppid=10203 vsize=37064 CPUtime=330.75
/proc/10207/stat : 10207 (zchaff_rand) R 10203 10203 10166 0 -1 4194304 11923 0 0 0 32992 83 0 0 25 0 1 0 1200606892 37953536 6829 1992294400 134512640 135365884 4294956288 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10207/statm: 9266 6829 112 208 0 9038 0

################
# More data... #
################


[startup+762.306 s]
/proc/loadavg: 0.99 0.91 0.53 2/66 10209
/proc/meminfo: memFree=1418840/2055920 swapFree=4175096/4192956
[pid=10203] ppid=10201 vsize=1692 CPUtime=11.36
/proc/10203/stat : 10203 (SATzilla2007_C) S 10201 10203 10166 0 -1 4194304 537 431 0 0 301 59 700 76 25 0 1 0 1200605753 1732608 244 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10203/statm: 423 244 165 260 0 147 0
[pid=10207] ppid=10203 vsize=58760 CPUtime=750.57
/proc/10207/stat : 10207 (zchaff_rand) R 10203 10203 10166 0 -1 4194304 20857 0 0 0 74892 165 0 0 25 0 1 0 1200606892 60170240 10642 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10207/statm: 14690 10642 112 208 0 14462 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 60452

[startup+822.303 s]
/proc/loadavg: 0.99 0.92 0.56 2/66 10209
/proc/meminfo: memFree=1416664/2055920 swapFree=4175096/4192956
[pid=10203] ppid=10201 vsize=1692 CPUtime=11.36
/proc/10203/stat : 10203 (SATzilla2007_C) S 10201 10203 10166 0 -1 4194304 537 431 0 0 301 59 700 76 25 0 1 0 1200605753 1732608 244 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10203/statm: 423 244 165 260 0 147 0
[pid=10207] ppid=10203 vsize=59336 CPUtime=810.53
/proc/10207/stat : 10207 (zchaff_rand) R 10203 10203 10166 0 -1 4194304 21427 0 0 0 80878 175 0 0 25 0 1 0 1200606892 60760064 11212 1992294400 134512640 135365884 4294956288 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10207/statm: 14834 11212 112 208 0 14606 0
Current children cumulated CPU time (s) 821.89
Current children cumulated vsize (KiB) 61028

[startup+882.302 s]
/proc/loadavg: 0.99 0.93 0.58 2/66 10209
/proc/meminfo: memFree=1414616/2055920 swapFree=4175096/4192956
[pid=10203] ppid=10201 vsize=1692 CPUtime=11.36
/proc/10203/stat : 10203 (SATzilla2007_C) S 10201 10203 10166 0 -1 4194304 537 431 0 0 301 59 700 76 25 0 1 0 1200605753 1732608 244 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10203/statm: 423 244 165 260 0 147 0
[pid=10207] ppid=10203 vsize=59528 CPUtime=870.5
/proc/10207/stat : 10207 (zchaff_rand) R 10203 10203 10166 0 -1 4194304 21923 0 0 0 86865 185 0 0 25 0 1 0 1200606892 60956672 11708 1992294400 134512640 135365884 4294956288 18446744073709551615 134544070 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10207/statm: 14882 11708 112 208 0 14654 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 61220

[startup+942.303 s]
/proc/loadavg: 0.99 0.94 0.61 2/66 10209
/proc/meminfo: memFree=1412888/2055920 swapFree=4175096/4192956
[pid=10203] ppid=10201 vsize=1692 CPUtime=11.36
/proc/10203/stat : 10203 (SATzilla2007_C) S 10201 10203 10166 0 -1 4194304 537 431 0 0 301 59 700 76 25 0 1 0 1200605753 1732608 244 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10203/statm: 423 244 165 260 0 147 0
[pid=10207] ppid=10203 vsize=59720 CPUtime=930.47
/proc/10207/stat : 10207 (zchaff_rand) R 10203 10203 10166 0 -1 4194304 22378 0 0 0 92850 197 0 0 25 0 1 0 1200606892 61153280 12163 1992294400 134512640 135365884 4294956288 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10207/statm: 14930 12163 112 208 0 14702 0
Current children cumulated CPU time (s) 941.83
Current children cumulated vsize (KiB) 61412

[startup+1002.3 s]
/proc/loadavg: 0.99 0.95 0.63 2/66 10209
/proc/meminfo: memFree=1410840/2055920 swapFree=4175096/4192956
[pid=10203] ppid=10201 vsize=1692 CPUtime=11.36
/proc/10203/stat : 10203 (SATzilla2007_C) S 10201 10203 10166 0 -1 4194304 537 431 0 0 301 59 700 76 25 0 1 0 1200605753 1732608 244 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10203/statm: 423 244 165 260 0 147 0
[pid=10207] ppid=10203 vsize=59720 CPUtime=990.45
/proc/10207/stat : 10207 (zchaff_rand) R 10203 10203 10166 0 -1 4194304 22863 0 0 0 98835 210 0 0 25 0 1 0 1200606892 61153280 12648 1992294400 134512640 135365884 4294956288 18446744073709551615 134553702 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10207/statm: 14930 12648 112 208 0 14702 0
Current children cumulated CPU time (s) 1001.81
Current children cumulated vsize (KiB) 61412

[startup+1062.3 s]
/proc/loadavg: 0.99 0.95 0.65 2/66 10209
/proc/meminfo: memFree=1409048/2055920 swapFree=4175096/4192956
[pid=10203] ppid=10201 vsize=1692 CPUtime=11.36
/proc/10203/stat : 10203 (SATzilla2007_C) S 10201 10203 10166 0 -1 4194304 537 431 0 0 301 59 700 76 25 0 1 0 1200605753 1732608 244 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10203/statm: 423 244 165 260 0 147 0
[pid=10207] ppid=10203 vsize=59912 CPUtime=1050.43
/proc/10207/stat : 10207 (zchaff_rand) R 10203 10203 10166 0 -1 4194304 23328 0 0 0 104823 220 0 0 25 0 1 0 1200606892 61349888 13113 1992294400 134512640 135365884 4294956288 18446744073709551615 134543628 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10207/statm: 14978 13113 112 208 0 14750 0
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (KiB) 61604

[startup+1122.3 s]
/proc/loadavg: 0.99 0.96 0.67 2/66 10209
/proc/meminfo: memFree=1407256/2055920 swapFree=4175096/4192956
[pid=10203] ppid=10201 vsize=1692 CPUtime=11.36
/proc/10203/stat : 10203 (SATzilla2007_C) S 10201 10203 10166 0 -1 4194304 537 431 0 0 301 59 700 76 25 0 1 0 1200605753 1732608 244 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10203/statm: 423 244 165 260 0 147 0
[pid=10207] ppid=10203 vsize=60104 CPUtime=1110.4
/proc/10207/stat : 10207 (zchaff_rand) R 10203 10203 10166 0 -1 4194304 23760 0 0 0 110810 230 0 0 25 0 1 0 1200606892 61546496 13545 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10207/statm: 15026 13545 112 208 0 14798 0
Current children cumulated CPU time (s) 1121.76
Current children cumulated vsize (KiB) 61796

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.68 2/66 10209
/proc/meminfo: memFree=1405592/2055920 swapFree=4175096/4192956
[pid=10203] ppid=10201 vsize=1692 CPUtime=11.36
/proc/10203/stat : 10203 (SATzilla2007_C) S 10201 10203 10166 0 -1 4194304 537 431 0 0 301 59 700 76 25 0 1 0 1200605753 1732608 244 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10203/statm: 423 244 165 260 0 147 0
[pid=10207] ppid=10203 vsize=60296 CPUtime=1170.36
/proc/10207/stat : 10207 (zchaff_rand) R 10203 10203 10166 0 -1 4194304 24179 0 0 0 116796 240 0 0 25 0 1 0 1200606892 61743104 13964 1992294400 134512640 135365884 4294956288 18446744073709551615 135090405 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10207/statm: 15074 13964 112 208 0 14846 0
Current children cumulated CPU time (s) 1181.72
Current children cumulated vsize (KiB) 61988

Solver just ended. Dumping a history of the last processes samples

[startup+1190.3 s]
/proc/loadavg: 0.99 0.97 0.69 2/66 10209
/proc/meminfo: memFree=1405336/2055920 swapFree=4175096/4192956
[pid=10203] ppid=10201 vsize=1692 CPUtime=11.36
/proc/10203/stat : 10203 (SATzilla2007_C) S 10201 10203 10166 0 -1 4194304 537 431 0 0 301 59 700 76 25 0 1 0 1200605753 1732608 244 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10203/statm: 423 244 165 260 0 147 0
[pid=10207] ppid=10203 vsize=60296 CPUtime=1178.36
/proc/10207/stat : 10207 (zchaff_rand) R 10203 10203 10166 0 -1 4194304 24233 0 0 0 117595 241 0 0 25 0 1 0 1200606892 61743104 14018 1992294400 134512640 135365884 4294956288 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10207/statm: 15074 14018 112 208 0 14846 0
Current children cumulated CPU time (s) 1189.72
Current children cumulated vsize (KiB) 61988

[startup+1196.7 s]
/proc/loadavg: 0.99 0.97 0.69 2/66 10209
/proc/meminfo: memFree=1405144/2055920 swapFree=4175096/4192956
[pid=10203] ppid=10201 vsize=1692 CPUtime=11.36
/proc/10203/stat : 10203 (SATzilla2007_C) S 10201 10203 10166 0 -1 4194304 537 431 0 0 301 59 700 76 25 0 1 0 1200605753 1732608 244 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10203/statm: 423 244 165 260 0 147 0
[pid=10207] ppid=10203 vsize=60296 CPUtime=1184.76
/proc/10207/stat : 10207 (zchaff_rand) R 10203 10203 10166 0 -1 4194304 24283 0 0 0 118234 242 0 0 25 0 1 0 1200606892 61743104 14068 1992294400 134512640 135365884 4294956288 18446744073709551615 135090403 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10207/statm: 15074 14068 112 208 0 14846 0
Current children cumulated CPU time (s) 1196.12
Current children cumulated vsize (KiB) 61988

[startup+1198.3 s]
/proc/loadavg: 0.99 0.97 0.69 2/66 10209
/proc/meminfo: memFree=1405080/2055920 swapFree=4175096/4192956
[pid=10203] ppid=10201 vsize=1692 CPUtime=11.36
/proc/10203/stat : 10203 (SATzilla2007_C) S 10201 10203 10166 0 -1 4194304 537 431 0 0 301 59 700 76 25 0 1 0 1200605753 1732608 244 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10203/statm: 423 244 165 260 0 147 0
[pid=10207] ppid=10203 vsize=60296 CPUtime=1186.36
/proc/10207/stat : 10207 (zchaff_rand) R 10203 10203 10166 0 -1 4194304 24293 0 0 0 118393 243 0 0 25 0 1 0 1200606892 61743104 14078 1992294400 134512640 135365884 4294956288 18446744073709551615 134543079 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10207/statm: 15074 14078 112 208 0 14846 0
Current children cumulated CPU time (s) 1197.72
Current children cumulated vsize (KiB) 61988

[startup+1199.1 s]
/proc/loadavg: 0.99 0.97 0.69 2/66 10209
/proc/meminfo: memFree=1405080/2055920 swapFree=4175096/4192956
[pid=10203] ppid=10201 vsize=1692 CPUtime=11.36
/proc/10203/stat : 10203 (SATzilla2007_C) S 10201 10203 10166 0 -1 4194304 537 431 0 0 301 59 700 76 25 0 1 0 1200605753 1732608 244 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10203/statm: 423 244 165 260 0 147 0
[pid=10207] ppid=10203 vsize=60296 CPUtime=1187.16
/proc/10207/stat : 10207 (zchaff_rand) R 10203 10203 10166 0 -1 4194304 24298 0 0 0 118473 243 0 0 25 0 1 0 1200606892 61743104 14083 1992294400 134512640 135365884 4294956288 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10207/statm: 15074 14083 112 208 0 14846 0
Current children cumulated CPU time (s) 1198.52
Current children cumulated vsize (KiB) 61988

[startup+1199.5 s]
/proc/loadavg: 0.99 0.97 0.69 2/66 10209
/proc/meminfo: memFree=1405080/2055920 swapFree=4175096/4192956
[pid=10203] ppid=10201 vsize=1692 CPUtime=11.36
/proc/10203/stat : 10203 (SATzilla2007_C) S 10201 10203 10166 0 -1 4194304 537 431 0 0 301 59 700 76 25 0 1 0 1200605753 1732608 244 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10203/statm: 423 244 165 260 0 147 0
[pid=10207] ppid=10203 vsize=60296 CPUtime=1187.56
/proc/10207/stat : 10207 (zchaff_rand) R 10203 10203 10166 0 -1 4194304 24300 0 0 0 118513 243 0 0 25 0 1 0 1200606892 61743104 14085 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10207/statm: 15074 14085 112 208 0 14846 0
Current children cumulated CPU time (s) 1198.92
Current children cumulated vsize (KiB) 61988

[startup+1199.7 s]
/proc/loadavg: 0.99 0.97 0.69 2/66 10209
/proc/meminfo: memFree=1405080/2055920 swapFree=4175096/4192956
[pid=10203] ppid=10201 vsize=1692 CPUtime=11.36
/proc/10203/stat : 10203 (SATzilla2007_C) S 10201 10203 10166 0 -1 4194304 537 431 0 0 301 59 700 76 25 0 1 0 1200605753 1732608 244 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10203/statm: 423 244 165 260 0 147 0
[pid=10207] ppid=10203 vsize=60296 CPUtime=1187.76
/proc/10207/stat : 10207 (zchaff_rand) R 10203 10203 10166 0 -1 4194304 24301 0 0 0 118533 243 0 0 25 0 1 0 1200606892 61743104 14086 1992294400 134512640 135365884 4294956288 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10207/statm: 15074 14086 112 208 0 14846 0
Current children cumulated CPU time (s) 1199.12
Current children cumulated vsize (KiB) 61988

Child status: 17
Real time (s): 1199.77
CPU time (s): 1199.21
CPU user time (s): 1195.41
CPU system time (s): 3.80542
CPU usage (%): 99.954
Max. virtual memory (cumulated for all children) (KiB): 80232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1195.41
system time used= 3.80542
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25283
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18
involuntary context switches= 4198

runsolver used 1.02784 second user time and 3.34049 second system time

The end

Launcher Data

Begin job on node37 at 2009-04-09 14:17:05
IDJOB=1594663
IDBENCH=71115
IDSOLVER=558
FILE ID=node37/1594663-1239279425
PBS_JOBID= 9115404
Free space on /tmp= 66464 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT09/CRAFTED/sgen/sat/sgen1-sat-180-100.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1594663-1239279425/watcher-1594663-1239279425 -o /tmp/evaluation-result-1594663-1239279425/solver-1594663-1239279425 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1594663-1239279425.cnf            

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 7303360aac56e0d882ae2452d62f8544
RANDOM SEED=1367983821

node37.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1462536 kB
Buffers:         41780 kB
Cached:         495656 kB
SwapCached:      12208 kB
Active:         114008 kB
Inactive:       436960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1462536 kB
SwapTotal:     4192956 kB
SwapFree:      4175096 kB
Dirty:            8380 kB
Writeback:           0 kB
Mapped:          18568 kB
Slab:            28580 kB
Committed_AS:  3507992 kB
PageTables:       1384 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66456 MiB
End job on node37 at 2009-04-09 14:37:05