Trace number 1594723

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) 1198.96 1199.54

General information on the benchmark

NameCRAFTED/modcircuits/
mod3_4vars_6gates.cnf
MD5SUMafeeef613d4caffff91375d49585d115
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark192.997
Satisfiable
(Un)Satisfiability was proved
Number of variables289
Number of clauses33900
Sum of the clauses size195928
Maximum clause length19
Minimum clause length1
Number of clauses of size 165
Number of clauses of size 2730
Number of clauses of size 31
Number of clauses of size 4893
Number of clauses of size 52499
Number of clauses of size over 529712

Solver Data

10.87/10.98	c run March_dl for 5 seconds ... 
10.87/10.98	c Bin: Executing march_dl
10.87/10.98	c child exit by a signal
10.87/10.98	c march_dl returned code 137.
10.87/10.98	c run saps (UBCSAT implementation) for 2 seconds ... 
10.87/10.98	c Bin: Executing ubcsat2006
10.87/10.98	c child exited successfully
10.87/10.98	c ubcsat2006 returned code 0.
10.87/10.98	c satzilla computing base features
10.87/10.98	c satzilla doing unit-prop probe
10.87/10.98	c satzilla doing local search probe
10.87/10.98	c satzilla doing lobjois search-space size estimate
10.87/10.98	c satzilla's ranking:
10.87/10.98	c 1) march_dl+P: -2.735992
10.87/10.98	c 2) vallst+P: 1.110295
10.87/10.98	c 3) zchaff_rand+P: 1.303126
10.87/10.98	c 4) march_dl: 1.352008
10.87/10.98	c 5) minisat20+P: 2.534997
10.87/10.98	c 6) minisat20: 7.333515
10.87/10.98	c 7) kcnfs+P: 999.000000
10.87/10.98	c 8) kcnfs: 999.000000
10.87/10.98	c 9) vallst: 999.000000
10.87/10.98	c 10) zchaff_rand: 999.000000
10.87/10.98	c satzilla running march_dl with preprocessing ... 
1198.89/1199.53	c Preprocessing...
1198.89/1199.53	c Inital problem has 289 variables, 33170 nary clauses (730 binary clauses).
1198.89/1199.53	c Num non-binary clauses 33105, Average non-binary clause length 5.872
1198.89/1199.53	c Theory has no gaps
1198.89/1199.53	c Preprocessor runtime was 0.110 seconds.
1198.89/1199.53	c 
1198.89/1199.53	c Satisfiability of theory still undetermined.
1198.89/1199.53	c See file /tmp/UP5inb for simplified theory.
1198.89/1199.53	c Bin: Executing march_dl
1198.89/1199.53	c child exit by a signal
1198.89/1199.53	c march_dl returned code 137.
1198.89/1199.53	c march_dl returned code 137.
1198.89/1199.53	c satzilla running vallst with preprocessing ... 
1198.89/1199.53	c Bin: Executing vallst
1198.89/1199.53	c vallst returned code 1.
1198.89/1199.53	c vallst returned code 1.
1198.89/1199.53	c satzilla running zchaff_rand with preprocessing ... 
1198.89/1199.53	c Bin: Executing zchaff_rand
1198.89/1199.53	c zchaff_rand returned code 1.
1198.89/1199.53	c zchaff_rand returned code 1.
1198.89/1199.53	c satzilla running march_dl ... 
1198.89/1199.53	c Bin: Executing march_dl
1198.89/1199.53	c march_dl returned code 1.
1198.89/1199.53	c march_dl returned code 1.
1198.89/1199.53	c satzilla running minisat20 with preprocessing ... 
1198.89/1199.53	c Bin: Executing minisat20
1198.89/1199.53	c minisat20 returned code 1.
1198.89/1199.53	c minisat20 returned code 1.
1198.89/1199.53	c satzilla running minisat20 ... 
1198.89/1199.53	c Bin: Executing minisat20
1198.89/1199.53	c minisat20 returned code 1.
1198.89/1199.53	c minisat20 returned code 1.
1198.89/1199.53	c satzilla running kcnfs with preprocessing ... 
1198.89/1199.53	c Bin: Executing kcnfs
1198.89/1199.53	c kcnfs returned code 1.
1198.89/1199.53	c kcnfs returned code 1.
1198.89/1199.53	c satzilla running kcnfs ... 
1198.89/1199.53	c Bin: Executing kcnfs
1198.89/1199.53	c kcnfs returned code 1.
1198.89/1199.53	c kcnfs returned code 1.
1198.89/1199.53	c satzilla running vallst ... 
1198.89/1199.53	c Bin: Executing vallst
1198.89/1199.53	c vallst returned code 1.
1198.89/1199.53	c vallst returned code 1.
1198.89/1199.53	c satzilla running zchaff_rand ... 
1198.89/1199.53	c Bin: Executing zchaff_rand
1198.89/1199.53	c zchaff_rand returned code 1.
1198.89/1199.53	c zchaff_rand returned code 1.
1198.89/1199.53	c ERROR: All Failed! 
1198.89/1199.53	c SATZILLA_TIME=1199.140000

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-1594723-1239279461/watcher-1594723-1239279461 -o /tmp/evaluation-result-1594723-1239279461/solver-1594723-1239279461 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1594723-1239279461.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.49 0.12 0.04 3/64 25251
/proc/meminfo: memFree=1539976/2055920 swapFree=4176744/4192956
[pid=25251] ppid=25249 vsize=1440 CPUtime=0
/proc/25251/stat : 25251 (SATzilla2007_C) R 25249 25251 25155 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 1200608169 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 0 0 0
/proc/25251/statm: 360 110 95 260 0 84 0
[pid=25252] ppid=25251 vsize=908 CPUtime=0
/proc/25252/stat : 25252 (march_dl) R 25251 25251 25155 0 -1 4194304 118 0 0 0 0 0 0 0 18 0 1 0 1200608170 929792 113 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25252/statm: 227 114 50 118 0 106 0

[startup+0.0186151 s]
/proc/loadavg: 0.49 0.12 0.04 3/64 25251
/proc/meminfo: memFree=1539976/2055920 swapFree=4176744/4192956
[pid=25251] ppid=25249 vsize=1440 CPUtime=0
/proc/25251/stat : 25251 (SATzilla2007_C) S 25249 25251 25155 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1200608169 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25251/statm: 360 110 95 260 0 84 0
[pid=25252] ppid=25251 vsize=1172 CPUtime=0.01
/proc/25252/stat : 25252 (march_dl) R 25251 25251 25155 0 -1 4194304 173 0 0 0 1 0 0 0 18 0 1 0 1200608170 1200128 168 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25252/statm: 293 168 50 118 0 172 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2612

[startup+0.101621 s]
/proc/loadavg: 0.49 0.12 0.04 3/64 25251
/proc/meminfo: memFree=1539976/2055920 swapFree=4176744/4192956
[pid=25251] ppid=25249 vsize=1440 CPUtime=0
/proc/25251/stat : 25251 (SATzilla2007_C) S 25249 25251 25155 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1200608169 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25251/statm: 360 110 95 260 0 84 0
[pid=25252] ppid=25251 vsize=2468 CPUtime=0.09
/proc/25252/stat : 25252 (march_dl) R 25251 25251 25155 0 -1 4194304 725 0 0 0 9 0 0 0 19 0 1 0 1200608170 2527232 421 1992294400 134512640 134996440 4294956256 18446744073709551615 134617417 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25252/statm: 617 421 55 118 0 496 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3908

[startup+0.301639 s]
/proc/loadavg: 0.49 0.12 0.04 3/64 25251
/proc/meminfo: memFree=1539976/2055920 swapFree=4176744/4192956
[pid=25251] ppid=25249 vsize=1440 CPUtime=0
/proc/25251/stat : 25251 (SATzilla2007_C) S 25249 25251 25155 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1200608169 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25251/statm: 360 110 95 260 0 84 0
[pid=25252] ppid=25251 vsize=3404 CPUtime=0.29
/proc/25252/stat : 25252 (march_dl) R 25251 25251 25155 0 -1 4194304 1058 0 0 0 29 0 0 0 21 0 1 0 1200608170 3485696 640 1992294400 134512640 134996440 4294956256 18446744073709551615 134533698 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25252/statm: 851 640 72 118 0 730 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4844

[startup+0.701674 s]
/proc/loadavg: 0.49 0.12 0.04 3/64 25251
/proc/meminfo: memFree=1539976/2055920 swapFree=4176744/4192956
[pid=25251] ppid=25249 vsize=1440 CPUtime=0
/proc/25251/stat : 25251 (SATzilla2007_C) S 25249 25251 25155 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1200608169 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25251/statm: 360 110 95 260 0 84 0
[pid=25252] ppid=25251 vsize=3564 CPUtime=0.69
/proc/25252/stat : 25252 (march_dl) R 25251 25251 25155 0 -1 4194304 1367 0 0 0 69 0 0 0 25 0 1 0 1200608170 3649536 697 1992294400 134512640 134996440 4294956256 18446744073709551615 134617627 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25252/statm: 891 697 74 118 0 770 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5004

[startup+1.50175 s]
/proc/loadavg: 0.49 0.12 0.04 2/66 25253
/proc/meminfo: memFree=1537336/2055920 swapFree=4176744/4192956
[pid=25251] ppid=25249 vsize=1440 CPUtime=0
/proc/25251/stat : 25251 (SATzilla2007_C) S 25249 25251 25155 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1200608169 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25251/statm: 360 110 95 260 0 84 0
[pid=25252] ppid=25251 vsize=3564 CPUtime=1.49
/proc/25252/stat : 25252 (march_dl) R 25251 25251 25155 0 -1 4194304 1367 0 0 0 149 0 0 0 25 0 1 0 1200608170 3649536 697 1992294400 134512640 134996440 4294956256 18446744073709551615 134527905 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25252/statm: 891 697 74 118 0 770 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5004

[startup+3.10189 s]
/proc/loadavg: 0.49 0.12 0.04 2/66 25253
/proc/meminfo: memFree=1537208/2055920 swapFree=4176744/4192956
[pid=25251] ppid=25249 vsize=1440 CPUtime=0
/proc/25251/stat : 25251 (SATzilla2007_C) S 25249 25251 25155 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1200608169 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25251/statm: 360 110 95 260 0 84 0
[pid=25252] ppid=25251 vsize=3564 CPUtime=3.08
/proc/25252/stat : 25252 (march_dl) R 25251 25251 25155 0 -1 4194304 1367 0 0 0 308 0 0 0 25 0 1 0 1200608170 3649536 697 1992294400 134512640 134996440 4294956256 18446744073709551615 134551528 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25252/statm: 891 697 74 118 0 770 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 5004

[startup+6.30119 s]
/proc/loadavg: 0.53 0.14 0.04 2/66 25254
/proc/meminfo: memFree=1536896/2055920 swapFree=4176744/4192956
[pid=25251] ppid=25249 vsize=1440 CPUtime=4.99
/proc/25251/stat : 25251 (SATzilla2007_C) S 25249 25251 25155 0 -1 4194304 135 1367 0 0 0 0 499 0 16 0 1 0 1200608169 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25251/statm: 360 111 96 260 0 84 0
[pid=25254] ppid=25251 vsize=6188 CPUtime=1.28
/proc/25254/stat : 25254 (ubcsat2006) R 25251 25251 25155 0 -1 4194304 852 0 0 0 124 4 0 0 25 0 1 0 1200608670 6336512 835 1992294400 134512640 134777720 4294956112 18446744073709551615 134551997 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25254/statm: 1547 835 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7628

[startup+12.7028 s]
/proc/loadavg: 0.56 0.15 0.05 2/66 25255
/proc/meminfo: memFree=1529024/2055920 swapFree=4176744/4192956
[pid=25251] ppid=25249 vsize=10148 CPUtime=11.12
/proc/25251/stat : 25251 (SATzilla2007_C) S 25249 25251 25155 0 -1 4194304 3924 2225 0 0 390 8 707 7 25 0 1 0 1200608169 10391552 2193 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25251/statm: 2537 2193 165 260 0 2261 0
[pid=25255] ppid=25251 vsize=3052 CPUtime=1.53
/proc/25255/stat : 25255 (march_dl) R 25251 25251 25155 0 -1 4194304 1148 0 0 0 153 0 0 0 25 0 1 0 1200609286 3125248 656 1992294400 134512640 134996440 4294956320 18446744073709551615 134533018 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25255/statm: 763 656 75 118 0 642 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 13200

[startup+25.5019 s]
/proc/loadavg: 0.66 0.19 0.06 2/66 25255
/proc/meminfo: memFree=1529024/2055920 swapFree=4176744/4192956
[pid=25251] ppid=25249 vsize=10148 CPUtime=11.12
/proc/25251/stat : 25251 (SATzilla2007_C) S 25249 25251 25155 0 -1 4194304 3924 2225 0 0 390 8 707 7 25 0 1 0 1200608169 10391552 2193 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25251/statm: 2537 2193 165 260 0 2261 0
[pid=25255] ppid=25251 vsize=3052 CPUtime=14.32
/proc/25255/stat : 25255 (march_dl) R 25251 25251 25155 0 -1 4194304 1148 0 0 0 1432 0 0 0 25 0 1 0 1200609286 3125248 656 1992294400 134512640 134996440 4294956320 18446744073709551615 134587362 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25255/statm: 763 656 75 118 0 642 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 13200

[startup+51.1012 s]
/proc/loadavg: 0.77 0.26 0.09 2/66 25255
/proc/meminfo: memFree=1529088/2055920 swapFree=4176744/4192956
[pid=25251] ppid=25249 vsize=10148 CPUtime=11.12
/proc/25251/stat : 25251 (SATzilla2007_C) S 25249 25251 25155 0 -1 4194304 3924 2225 0 0 390 8 707 7 25 0 1 0 1200608169 10391552 2193 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25251/statm: 2537 2193 165 260 0 2261 0
[pid=25255] ppid=25251 vsize=3052 CPUtime=39.9
/proc/25255/stat : 25255 (march_dl) R 25251 25251 25155 0 -1 4194304 1148 0 0 0 3990 0 0 0 25 0 1 0 1200609286 3125248 656 1992294400 134512640 134996440 4294956320 18446744073709551615 134528166 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25255/statm: 763 656 75 118 0 642 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 13200

[startup+102.306 s]
/proc/loadavg: 0.90 0.37 0.13 2/66 25255
/proc/meminfo: memFree=1529024/2055920 swapFree=4176744/4192956
[pid=25251] ppid=25249 vsize=10148 CPUtime=11.12
/proc/25251/stat : 25251 (SATzilla2007_C) S 25249 25251 25155 0 -1 4194304 3924 2225 0 0 390 8 707 7 25 0 1 0 1200608169 10391552 2193 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25251/statm: 2537 2193 165 260 0 2261 0
[pid=25255] ppid=25251 vsize=3052 CPUtime=91.08
/proc/25255/stat : 25255 (march_dl) R 25251 25251 25155 0 -1 4194304 1148 0 0 0 9108 0 0 0 25 0 1 0 1200609286 3125248 656 1992294400 134512640 134996440 4294956320 18446744073709551615 134564353 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25255/statm: 763 656 75 118 0 642 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 13200

[startup+162.301 s]
/proc/loadavg: 0.96 0.48 0.19 2/66 25255
/proc/meminfo: memFree=1529024/2055920 swapFree=4176744/4192956
[pid=25251] ppid=25249 vsize=10148 CPUtime=11.12
/proc/25251/stat : 25251 (SATzilla2007_C) S 25249 25251 25155 0 -1 4194304 3924 2225 0 0 390 8 707 7 25 0 1 0 1200608169 10391552 2193 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25251/statm: 2537 2193 165 260 0 2261 0
[pid=25255] ppid=25251 vsize=3052 CPUtime=151.06
/proc/25255/stat : 25255 (march_dl) R 25251 25251 25155 0 -1 4194304 1148 0 0 0 15106 0 0 0 25 0 1 0 1200609286 3125248 656 1992294400 134512640 134996440 4294956320 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25255/statm: 763 656 75 118 0 642 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 13200

[startup+222.302 s]
/proc/loadavg: 0.98 0.57 0.23 2/66 25255
/proc/meminfo: memFree=1528960/2055920 swapFree=4176744/4192956
[pid=25251] ppid=25249 vsize=10148 CPUtime=11.12
/proc/25251/stat : 25251 (SATzilla2007_C) S 25249 25251 25155 0 -1 4194304 3924 2225 0 0 390 8 707 7 25 0 1 0 1200608169 10391552 2193 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25251/statm: 2537 2193 165 260 0 2261 0
[pid=25255] ppid=25251 vsize=3052 CPUtime=211.02
/proc/25255/stat : 25255 (march_dl) R 25251 25251 25155 0 -1 4194304 1148 0 0 0 21102 0 0 0 25 0 1 0 1200609286 3125248 656 1992294400 134512640 134996440 4294956320 18446744073709551615 134587904 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25255/statm: 763 656 75 118 0 642 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 13200

[startup+282.302 s]
/proc/loadavg: 0.99 0.65 0.28 2/66 25255
/proc/meminfo: memFree=1528960/2055920 swapFree=4176744/4192956
[pid=25251] ppid=25249 vsize=10148 CPUtime=11.12
/proc/25251/stat : 25251 (SATzilla2007_C) S 25249 25251 25155 0 -1 4194304 3924 2225 0 0 390 8 707 7 25 0 1 0 1200608169 10391552 2193 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25251/statm: 2537 2193 165 260 0 2261 0
[pid=25255] ppid=25251 vsize=3052 CPUtime=270.99
/proc/25255/stat : 25255 (march_dl) R 25251 25251 25155 0 -1 4194304 1148 0 0 0 27099 0 0 0 25 0 1 0 1200609286 3125248 656 1992294400 134512640 134996440 4294956320 18446744073709551615 134533018 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25255/statm: 763 656 75 118 0 642 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 13200

[startup+342.301 s]
/proc/loadavg: 0.99 0.71 0.32 2/66 25255
/proc/meminfo: memFree=1529024/2055920 swapFree=4176744/4192956
[pid=25251] ppid=25249 vsize=10148 CPUtime=11.12
/proc/25251/stat : 25251 (SATzilla2007_C) S 25249 25251 25155 0 -1 4194304 3924 2225 0 0 390 8 707 7 25 0 1 0 1200608169 10391552 2193 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25251/statm: 2537 2193 165 260 0 2261 0
[pid=25255] ppid=25251 vsize=3052 CPUtime=330.97
/proc/25255/stat : 25255 (march_dl) R 25251 25251 25155 0 -1 4194304 1148 0 0 0 33097 0 0 0 25 0 1 0 1200609286 3125248 656 1992294400 134512640 134996440 4294956320 18446744073709551615 134573190 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25255/statm: 763 656 75 118 0 642 0

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


[startup+762.305 s]
/proc/loadavg: 0.99 0.92 0.55 2/66 25255
/proc/meminfo: memFree=1528768/2055920 swapFree=4176744/4192956
[pid=25251] ppid=25249 vsize=10148 CPUtime=11.12
/proc/25251/stat : 25251 (SATzilla2007_C) S 25249 25251 25155 0 -1 4194304 3924 2225 0 0 390 8 707 7 25 0 1 0 1200608169 10391552 2193 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25251/statm: 2537 2193 165 260 0 2261 0
[pid=25255] ppid=25251 vsize=3052 CPUtime=750.79
/proc/25255/stat : 25255 (march_dl) R 25251 25251 25155 0 -1 4194304 1148 0 0 0 75078 1 0 0 25 0 1 0 1200609286 3125248 656 1992294400 134512640 134996440 4294956320 18446744073709551615 134587073 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25255/statm: 763 656 75 118 0 642 0
Current children cumulated CPU time (s) 761.91
Current children cumulated vsize (KiB) 13200

[startup+822.301 s]
/proc/loadavg: 0.99 0.93 0.58 2/66 25255
/proc/meminfo: memFree=1528768/2055920 swapFree=4176744/4192956
[pid=25251] ppid=25249 vsize=10148 CPUtime=11.12
/proc/25251/stat : 25251 (SATzilla2007_C) S 25249 25251 25155 0 -1 4194304 3924 2225 0 0 390 8 707 7 25 0 1 0 1200608169 10391552 2193 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25251/statm: 2537 2193 165 260 0 2261 0
[pid=25255] ppid=25251 vsize=3052 CPUtime=810.76
/proc/25255/stat : 25255 (march_dl) R 25251 25251 25155 0 -1 4194304 1148 0 0 0 81075 1 0 0 25 0 1 0 1200609286 3125248 656 1992294400 134512640 134996440 4294956320 18446744073709551615 134536977 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25255/statm: 763 656 75 118 0 642 0
Current children cumulated CPU time (s) 821.88
Current children cumulated vsize (KiB) 13200

[startup+882.302 s]
/proc/loadavg: 0.99 0.94 0.60 2/66 25255
/proc/meminfo: memFree=1528768/2055920 swapFree=4176744/4192956
[pid=25251] ppid=25249 vsize=10148 CPUtime=11.12
/proc/25251/stat : 25251 (SATzilla2007_C) S 25249 25251 25155 0 -1 4194304 3924 2225 0 0 390 8 707 7 25 0 1 0 1200608169 10391552 2193 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25251/statm: 2537 2193 165 260 0 2261 0
[pid=25255] ppid=25251 vsize=3052 CPUtime=870.74
/proc/25255/stat : 25255 (march_dl) R 25251 25251 25155 0 -1 4194304 1148 0 0 0 87073 1 0 0 25 0 1 0 1200609286 3125248 656 1992294400 134512640 134996440 4294956320 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25255/statm: 763 656 75 118 0 642 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 13200

[startup+942.301 s]
/proc/loadavg: 0.99 0.95 0.62 2/66 25255
/proc/meminfo: memFree=1528768/2055920 swapFree=4176744/4192956
[pid=25251] ppid=25249 vsize=10148 CPUtime=11.12
/proc/25251/stat : 25251 (SATzilla2007_C) S 25249 25251 25155 0 -1 4194304 3924 2225 0 0 390 8 707 7 25 0 1 0 1200608169 10391552 2193 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25251/statm: 2537 2193 165 260 0 2261 0
[pid=25255] ppid=25251 vsize=3052 CPUtime=930.71
/proc/25255/stat : 25255 (march_dl) R 25251 25251 25155 0 -1 4194304 1148 0 0 0 93070 1 0 0 25 0 1 0 1200609286 3125248 656 1992294400 134512640 134996440 4294956320 18446744073709551615 134565108 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25255/statm: 763 656 75 118 0 642 0
Current children cumulated CPU time (s) 941.83
Current children cumulated vsize (KiB) 13200

[startup+1002.3 s]
/proc/loadavg: 0.99 0.95 0.64 2/66 25255
/proc/meminfo: memFree=1528704/2055920 swapFree=4176744/4192956
[pid=25251] ppid=25249 vsize=10148 CPUtime=11.12
/proc/25251/stat : 25251 (SATzilla2007_C) S 25249 25251 25155 0 -1 4194304 3924 2225 0 0 390 8 707 7 25 0 1 0 1200608169 10391552 2193 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25251/statm: 2537 2193 165 260 0 2261 0
[pid=25255] ppid=25251 vsize=3052 CPUtime=990.66
/proc/25255/stat : 25255 (march_dl) R 25251 25251 25155 0 -1 4194304 1148 0 0 0 99065 1 0 0 25 0 1 0 1200609286 3125248 656 1992294400 134512640 134996440 4294956320 18446744073709551615 134531613 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25255/statm: 763 656 75 118 0 642 0
Current children cumulated CPU time (s) 1001.78
Current children cumulated vsize (KiB) 13200

[startup+1062.3 s]
/proc/loadavg: 0.99 0.96 0.66 2/66 25255
/proc/meminfo: memFree=1528704/2055920 swapFree=4176744/4192956
[pid=25251] ppid=25249 vsize=10148 CPUtime=11.12
/proc/25251/stat : 25251 (SATzilla2007_C) S 25249 25251 25155 0 -1 4194304 3924 2225 0 0 390 8 707 7 25 0 1 0 1200608169 10391552 2193 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25251/statm: 2537 2193 165 260 0 2261 0
[pid=25255] ppid=25251 vsize=3052 CPUtime=1050.63
/proc/25255/stat : 25255 (march_dl) R 25251 25251 25155 0 -1 4194304 1148 0 0 0 105062 1 0 0 25 0 1 0 1200609286 3125248 656 1992294400 134512640 134996440 4294956320 18446744073709551615 134527810 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25255/statm: 763 656 75 118 0 642 0
Current children cumulated CPU time (s) 1061.75
Current children cumulated vsize (KiB) 13200

[startup+1122.3 s]
/proc/loadavg: 0.99 0.96 0.68 2/66 25255
/proc/meminfo: memFree=1528704/2055920 swapFree=4176744/4192956
[pid=25251] ppid=25249 vsize=10148 CPUtime=11.12
/proc/25251/stat : 25251 (SATzilla2007_C) S 25249 25251 25155 0 -1 4194304 3924 2225 0 0 390 8 707 7 25 0 1 0 1200608169 10391552 2193 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25251/statm: 2537 2193 165 260 0 2261 0
[pid=25255] ppid=25251 vsize=3052 CPUtime=1110.61
/proc/25255/stat : 25255 (march_dl) R 25251 25251 25155 0 -1 4194304 1148 0 0 0 111060 1 0 0 25 0 1 0 1200609286 3125248 656 1992294400 134512640 134996440 4294956320 18446744073709551615 134536701 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25255/statm: 763 656 75 118 0 642 0
Current children cumulated CPU time (s) 1121.73
Current children cumulated vsize (KiB) 13200

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.70 2/66 25255
/proc/meminfo: memFree=1528640/2055920 swapFree=4176744/4192956
[pid=25251] ppid=25249 vsize=10148 CPUtime=11.12
/proc/25251/stat : 25251 (SATzilla2007_C) S 25249 25251 25155 0 -1 4194304 3924 2225 0 0 390 8 707 7 25 0 1 0 1200608169 10391552 2193 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25251/statm: 2537 2193 165 260 0 2261 0
[pid=25255] ppid=25251 vsize=3052 CPUtime=1170.58
/proc/25255/stat : 25255 (march_dl) R 25251 25251 25155 0 -1 4194304 1148 0 0 0 117057 1 0 0 25 0 1 0 1200609286 3125248 656 1992294400 134512640 134996440 4294956320 18446744073709551615 134527881 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25255/statm: 763 656 75 118 0 642 0
Current children cumulated CPU time (s) 1181.7
Current children cumulated vsize (KiB) 13200

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.97 0.70 2/66 25255
/proc/meminfo: memFree=1528704/2055920 swapFree=4176744/4192956
[pid=25251] ppid=25249 vsize=10148 CPUtime=11.12
/proc/25251/stat : 25251 (SATzilla2007_C) S 25249 25251 25155 0 -1 4194304 3924 2225 0 0 390 8 707 7 25 0 1 0 1200608169 10391552 2193 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25251/statm: 2537 2193 165 260 0 2261 0
[pid=25255] ppid=25251 vsize=3052 CPUtime=1178.57
/proc/25255/stat : 25255 (march_dl) R 25251 25251 25155 0 -1 4194304 1148 0 0 0 117856 1 0 0 25 0 1 0 1200609286 3125248 656 1992294400 134512640 134996440 4294956320 18446744073709551615 134571519 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25255/statm: 763 656 75 118 0 642 0
Current children cumulated CPU time (s) 1189.69
Current children cumulated vsize (KiB) 13200

[startup+1193.51 s]
/proc/loadavg: 0.99 0.97 0.70 2/66 25255
/proc/meminfo: memFree=1528704/2055920 swapFree=4176744/4192956
[pid=25251] ppid=25249 vsize=10148 CPUtime=11.12
/proc/25251/stat : 25251 (SATzilla2007_C) S 25249 25251 25155 0 -1 4194304 3924 2225 0 0 390 8 707 7 25 0 1 0 1200608169 10391552 2193 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25251/statm: 2537 2193 165 260 0 2261 0
[pid=25255] ppid=25251 vsize=3052 CPUtime=1181.78
/proc/25255/stat : 25255 (march_dl) R 25251 25251 25155 0 -1 4194304 1148 0 0 0 118177 1 0 0 25 0 1 0 1200609286 3125248 656 1992294400 134512640 134996440 4294956320 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25255/statm: 763 656 75 118 0 642 0
Current children cumulated CPU time (s) 1192.9
Current children cumulated vsize (KiB) 13200

[startup+1196.7 s]
/proc/loadavg: 0.99 0.97 0.70 2/66 25255
/proc/meminfo: memFree=1528704/2055920 swapFree=4176744/4192956
[pid=25251] ppid=25249 vsize=10148 CPUtime=11.12
/proc/25251/stat : 25251 (SATzilla2007_C) S 25249 25251 25155 0 -1 4194304 3924 2225 0 0 390 8 707 7 25 0 1 0 1200608169 10391552 2193 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25251/statm: 2537 2193 165 260 0 2261 0
[pid=25255] ppid=25251 vsize=3052 CPUtime=1184.98
/proc/25255/stat : 25255 (march_dl) R 25251 25251 25155 0 -1 4194304 1148 0 0 0 118497 1 0 0 25 0 1 0 1200609286 3125248 656 1992294400 134512640 134996440 4294956320 18446744073709551615 134527907 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25255/statm: 763 656 75 118 0 642 0
Current children cumulated CPU time (s) 1196.1
Current children cumulated vsize (KiB) 13200

[startup+1198.3 s]
/proc/loadavg: 0.99 0.97 0.70 2/66 25255
/proc/meminfo: memFree=1528704/2055920 swapFree=4176744/4192956
[pid=25251] ppid=25249 vsize=10148 CPUtime=11.12
/proc/25251/stat : 25251 (SATzilla2007_C) S 25249 25251 25155 0 -1 4194304 3924 2225 0 0 390 8 707 7 25 0 1 0 1200608169 10391552 2193 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25251/statm: 2537 2193 165 260 0 2261 0
[pid=25255] ppid=25251 vsize=3052 CPUtime=1186.57
/proc/25255/stat : 25255 (march_dl) R 25251 25251 25155 0 -1 4194304 1148 0 0 0 118656 1 0 0 25 0 1 0 1200609286 3125248 656 1992294400 134512640 134996440 4294956320 18446744073709551615 134527856 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25255/statm: 763 656 75 118 0 642 0
Current children cumulated CPU time (s) 1197.69
Current children cumulated vsize (KiB) 13200

[startup+1199.1 s]
/proc/loadavg: 0.99 0.97 0.70 2/66 25255
/proc/meminfo: memFree=1528704/2055920 swapFree=4176744/4192956
[pid=25251] ppid=25249 vsize=10148 CPUtime=11.12
/proc/25251/stat : 25251 (SATzilla2007_C) S 25249 25251 25155 0 -1 4194304 3924 2225 0 0 390 8 707 7 25 0 1 0 1200608169 10391552 2193 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25251/statm: 2537 2193 165 260 0 2261 0
[pid=25255] ppid=25251 vsize=3052 CPUtime=1187.37
/proc/25255/stat : 25255 (march_dl) R 25251 25251 25155 0 -1 4194304 1148 0 0 0 118736 1 0 0 25 0 1 0 1200609286 3125248 656 1992294400 134512640 134996440 4294956320 18446744073709551615 134527794 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25255/statm: 763 656 75 118 0 642 0
Current children cumulated CPU time (s) 1198.49
Current children cumulated vsize (KiB) 13200

[startup+1199.5 s]
/proc/loadavg: 0.99 0.97 0.70 2/66 25255
/proc/meminfo: memFree=1528704/2055920 swapFree=4176744/4192956
[pid=25251] ppid=25249 vsize=10148 CPUtime=11.12
/proc/25251/stat : 25251 (SATzilla2007_C) S 25249 25251 25155 0 -1 4194304 3924 2225 0 0 390 8 707 7 25 0 1 0 1200608169 10391552 2193 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25251/statm: 2537 2193 165 260 0 2261 0
[pid=25255] ppid=25251 vsize=3052 CPUtime=1187.77
/proc/25255/stat : 25255 (march_dl) R 25251 25251 25155 0 -1 4194304 1148 0 0 0 118776 1 0 0 25 0 1 0 1200609286 3125248 656 1992294400 134512640 134996440 4294956320 18446744073709551615 134528303 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25255/statm: 763 656 75 118 0 642 0
Current children cumulated CPU time (s) 1198.89
Current children cumulated vsize (KiB) 13200

Child status: 17
Real time (s): 1199.54
CPU time (s): 1198.96
CPU user time (s): 1198.79
CPU system time (s): 0.173973
CPU usage (%): 99.9519
Max. virtual memory (cumulated for all children) (KiB): 13200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.79
system time used= 0.173973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7310
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= 10
involuntary context switches= 4879

runsolver used 0.845871 second user time and 3.52346 second system time

The end

Launcher Data

Begin job on node51 at 2009-04-09 14:17:41
IDJOB=1594723
IDBENCH=71145
IDSOLVER=558
FILE ID=node51/1594723-1239279461
PBS_JOBID= 9115393
Free space on /tmp= 66496 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT09/CRAFTED/modcircuits/mod3_4vars_6gates.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1594723-1239279461/watcher-1594723-1239279461 -o /tmp/evaluation-result-1594723-1239279461/solver-1594723-1239279461 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1594723-1239279461.cnf            

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

MD5SUM BENCH= afeeef613d4caffff91375d49585d115
RANDOM SEED=131189865

node51.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.234
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.234
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:       1540456 kB
Buffers:         53492 kB
Cached:         378080 kB
SwapCached:      10224 kB
Active:          81640 kB
Inactive:       361616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1540456 kB
SwapTotal:     4192956 kB
SwapFree:      4176744 kB
Dirty:            9540 kB
Writeback:           0 kB
Mapped:          17292 kB
Slab:            58224 kB
Committed_AS:  3702696 kB
PageTables:       1400 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= 66488 MiB
End job on node51 at 2009-04-09 14:37:41