Trace number 1773960

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
SATzilla2009_I 2009-03-22UNSAT 73.8398 73.9234

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-04.cnf
MD5SUM019984f9d84c315e8eec645fb9d169da
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.32534
Satisfiable
(Un)Satisfiability was proved
Number of variables68679
Number of clauses223994
Sum of the clauses size580546
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 291178
Number of clauses of size 3132687
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

26.30/26.48	c SATzilla is building models for class 3
26.30/26.48	c run presolver mxc-sr08 for 10 seconds ... 
26.30/26.48	c Bin: Executing mxc-sr08
26.30/26.48	c spawning binary file with 10 seconds ...
26.30/26.48	c child exit by a signal
26.30/26.48	c mxc-sr08 returned code 137.
26.30/26.48	c run presolver picosat846 for 5 seconds ... 
26.30/26.48	c Bin: Executing picosat846
26.30/26.48	c spawning binary file with 5 seconds ...
26.30/26.48	c child exit by a signal
26.30/26.48	c picosat846 returned code 137.
26.30/26.48	c Orignal number of varibales is 68679, number of clauses is 223994 
26.30/26.48	c predicted feature computation time is 3.459107 
26.30/26.48	c Bin: Executing satelite
26.30/26.48	c spawning binary file with 240 seconds ...
26.30/26.48	c child exited successfully
26.30/26.48	c satzilla computing base features
26.30/26.48	c Number of variabe is: 28147, Number of clause is : 161435 
26.30/26.48	c Initializing...
26.30/26.48	c satzilla doing clause learning
26.30/26.48	c start clause learning features ...
26.30/26.48	c Bin: Executing zchaff07
26.30/26.48	c spawning binary file with 2 seconds ...
26.30/26.48	c child exit by a signal
26.30/26.48	c satzilla doing survey propogation probe
26.30/26.48	c do survay propogation for 2 second ...
26.30/26.48	c satzilla doing local search probe
26.30/26.48	c features are:68679 223994 28147 161435 1.44001 0.387518 0.174355 0.409411 0.453866 1.05778 0.000120228 0.177339 7.10555e-05 0.000248694 0.881091 0.0614737 0.554632 0.000120228 0.585856 3.71667e-05 0.000718555 2.35258 0.0247752 0.0416672 0 0.666667 1.05304 6.00632e-05 0.53562 1.23889e-05 0.000365472 2.03617 0.512157 4.72487e-05 0.456425 2.47778e-05 0.0003345 304.455 0.282671 214 481 416 227 414 231 280 6.4039 0.312618 4.63194 11.2183 9.73859 4.81776 6.07774 5.03965 5.91606 0.0983065 1.59365 0 0.655561 0.393728 1.14458e-05 0.103366 0.00143552 0.0144162 0.0312076 0.627738 8.32667e-15 0.218281 0.0573648 0.000399353 0.0398241 0.0227211 0.0292199 2113.5 0.00568435 5523.25 0.0145342 5513 5437 5525 0.339754 0.119497 0.854828 0.00413153 
26.30/26.48	c satzilla's ranking:
26.30/26.48	c 1) mxc-sr08: 3.215601
26.30/26.48	c 2) picosat846: 2.518216
26.30/26.48	c 3) minisat20SAT07: 1.797813
26.30/26.48	c 4) march_dl2004: 0.056853
26.30/26.48	c 5) zchaff_rand: -0.014120
26.30/26.48	c 6) SATenstein: -10000.000000
26.30/26.48	c 7) gnovelty+: -10000.000000
26.30/26.48	c 8) adaptg2wsat+: -10000.000000
26.30/26.48	c 9) adaptg2wsat0: -10000.000000
26.30/26.48	c 10) tts-4-0: -10000.000000
26.30/26.48	c 11) vallst: -10000.000000
26.30/26.48	c 12) minisat20: -10000.000000
26.30/26.48	c 13) kcnfs04SAT07: -10000.000000
26.30/26.48	c satzilla running mxc-sr08 ... 
73.78/73.91	c Bin: Executing mxc-sr08
73.78/73.91	c spawning binary file with 9973 seconds ...
73.78/73.91	c child exited successfully
73.78/73.91	c mxc-sr08 returned code 20.
73.78/73.91	s UNSATISFIABLE
73.78/73.91	c SATZILLA_TIME=73.840000

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1773960-1241351420/watcher-1773960-1241351420 -o /tmp/evaluation-result-1773960-1241351420/solver-1773960-1241351420 -C 10000 -W 12000 -M 1800 HOME/SATzilla2009_I HOME/instance-1773960-1241351420.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 30800
/proc/meminfo: memFree=1765536/2055920 swapFree=4180136/4192956
[pid=30800] ppid=30798 vsize=2056 CPUtime=0
/proc/30800/stat : 30800 (SATzilla2009_I) R 30798 30800 30763 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 163175521 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542911 0 0 4096 0 0 0 0 17 0 0 0
/proc/30800/statm: 514 112 96 399 0 111 0
[pid=30801] ppid=30800 vsize=4776 CPUtime=0
/proc/30801/stat : 30801 (mxc-sr08) R 30800 30800 30763 0 -1 4194304 685 0 0 0 0 0 0 0 18 0 1 0 163175521 4890624 681 1992294400 134512640 135078026 4294956192 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30801/statm: 1194 688 44 138 0 1053 0

[startup+0.0217391 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 30800
/proc/meminfo: memFree=1765536/2055920 swapFree=4180136/4192956
[pid=30800] ppid=30798 vsize=2056 CPUtime=0
/proc/30800/stat : 30800 (SATzilla2009_I) S 30798 30800 30763 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163175521 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30800/statm: 514 112 96 399 0 111 0
[pid=30801] ppid=30800 vsize=14120 CPUtime=0.01
/proc/30801/stat : 30801 (mxc-sr08) R 30800 30800 30763 0 -1 4194304 2933 0 0 0 0 1 0 0 18 0 1 0 163175521 14458880 2927 1992294400 134512640 135078026 4294956192 18446744073709551615 134555327 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30801/statm: 3530 2929 52 138 0 3389 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16176

[startup+0.101714 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 30800
/proc/meminfo: memFree=1765536/2055920 swapFree=4180136/4192956
[pid=30800] ppid=30798 vsize=2056 CPUtime=0
/proc/30800/stat : 30800 (SATzilla2009_I) S 30798 30800 30763 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163175521 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30800/statm: 514 112 96 399 0 111 0
[pid=30801] ppid=30800 vsize=23832 CPUtime=0.09
/proc/30801/stat : 30801 (mxc-sr08) R 30800 30800 30763 0 -1 4194304 5164 0 0 0 8 1 0 0 20 0 1 0 163175521 24403968 5135 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30801/statm: 5958 5135 54 138 0 5817 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25888

[startup+0.301657 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 30800
/proc/meminfo: memFree=1765536/2055920 swapFree=4180136/4192956
[pid=30800] ppid=30798 vsize=2056 CPUtime=0
/proc/30800/stat : 30800 (SATzilla2009_I) S 30798 30800 30763 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163175521 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30800/statm: 514 112 96 399 0 111 0
[pid=30801] ppid=30800 vsize=29016 CPUtime=0.29
/proc/30801/stat : 30801 (mxc-sr08) R 30800 30800 30763 0 -1 4194304 7307 0 0 0 27 2 0 0 21 0 1 0 163175521 29712384 6267 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30801/statm: 7254 6268 55 138 0 7113 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31072

[startup+0.701545 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 30800
/proc/meminfo: memFree=1765536/2055920 swapFree=4180136/4192956
[pid=30800] ppid=30798 vsize=2056 CPUtime=0
/proc/30800/stat : 30800 (SATzilla2009_I) S 30798 30800 30763 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163175521 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30800/statm: 514 112 96 399 0 111 0
[pid=30801] ppid=30800 vsize=40660 CPUtime=0.69
/proc/30801/stat : 30801 (mxc-sr08) R 30800 30800 30763 0 -1 4194304 10190 0 0 0 65 4 0 0 25 0 1 0 163175521 41635840 9150 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30801/statm: 10165 9151 55 138 0 10024 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42716

[startup+1.50132 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 30802
/proc/meminfo: memFree=1723536/2055920 swapFree=4180136/4192956
[pid=30800] ppid=30798 vsize=2056 CPUtime=0
/proc/30800/stat : 30800 (SATzilla2009_I) S 30798 30800 30763 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163175521 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30800/statm: 514 112 96 399 0 111 0
[pid=30801] ppid=30800 vsize=42856 CPUtime=1.49
/proc/30801/stat : 30801 (mxc-sr08) R 30800 30800 30763 0 -1 4194304 12285 0 0 0 144 5 0 0 25 0 1 0 163175521 43884544 10027 1992294400 134512640 135078026 4294956192 18446744073709551615 134523737 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30801/statm: 10714 10027 71 138 0 10573 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44912

[startup+3.10186 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 30802
/proc/meminfo: memFree=1725328/2055920 swapFree=4180136/4192956
[pid=30800] ppid=30798 vsize=2056 CPUtime=0
/proc/30800/stat : 30800 (SATzilla2009_I) S 30798 30800 30763 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163175521 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30800/statm: 514 112 96 399 0 111 0
[pid=30801] ppid=30800 vsize=42856 CPUtime=3.09
/proc/30801/stat : 30801 (mxc-sr08) R 30800 30800 30763 0 -1 4194304 12295 0 0 0 304 5 0 0 25 0 1 0 163175521 43884544 10037 1992294400 134512640 135078026 4294956192 18446744073709551615 134523741 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30801/statm: 10714 10037 71 138 0 10573 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44912

[startup+6.30196 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 30802
/proc/meminfo: memFree=1724504/2055920 swapFree=4180136/4192956
[pid=30800] ppid=30798 vsize=2056 CPUtime=0
/proc/30800/stat : 30800 (SATzilla2009_I) S 30798 30800 30763 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163175521 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30800/statm: 514 112 96 399 0 111 0
[pid=30801] ppid=30800 vsize=42856 CPUtime=6.3
/proc/30801/stat : 30801 (mxc-sr08) R 30800 30800 30763 0 -1 4194304 12295 0 0 0 623 7 0 0 25 0 1 0 163175521 43884544 10037 1992294400 134512640 135078026 4294956192 18446744073709551615 134522614 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30801/statm: 10714 10037 71 138 0 10573 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 44912

[startup+12.7021 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 30803
/proc/meminfo: memFree=1752096/2055920 swapFree=4180136/4192956
[pid=30800] ppid=30798 vsize=2056 CPUtime=9.99
/proc/30800/stat : 30800 (SATzilla2009_I) S 30798 30800 30763 0 -1 4194304 152 12296 0 0 0 0 992 7 16 0 1 0 163175521 2105344 121 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30800/statm: 514 121 104 399 0 111 0
[pid=30803] ppid=30800 vsize=16264 CPUtime=2.6
/proc/30803/stat : 30803 (picosat846) R 30800 30800 30763 0 -1 4194304 3282 0 9 0 259 1 0 0 25 0 1 0 163176522 16654336 3280 1992294400 134512640 134570484 4294956192 18446744073709551615 134552304 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30803/statm: 4066 3280 85 14 0 3732 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 18320

[startup+25.5015 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 30805
/proc/meminfo: memFree=1738536/2055920 swapFree=4180136/4192956
[pid=30800] ppid=30798 vsize=29032 CPUtime=25.39
/proc/30800/stat : 30800 (SATzilla2009_I) R 30798 30800 30763 0 -1 4194304 11735 30925 0 9 701 10 1804 24 25 0 1 0 163175521 29728768 5914 1992294400 134512640 136149169 4294956224 18446744073709551615 135542494 0 0 4096 3 0 0 0 17 0 0 0
/proc/30800/statm: 7258 5914 207 399 0 6855 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 29032

[startup+51.1012 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 30806
/proc/meminfo: memFree=1706464/2055920 swapFree=4180136/4192956
[pid=30800] ppid=30798 vsize=16732 CPUtime=26.38
/proc/30800/stat : 30800 (SATzilla2009_I) S 30798 30800 30763 0 -1 4194304 11753 30925 0 9 796 14 1804 24 25 0 1 0 163175521 17133568 3922 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30800/statm: 4183 3922 217 399 0 3780 0
[pid=30806] ppid=30800 vsize=42856 CPUtime=24.6
/proc/30806/stat : 30806 (mxc-sr08) R 30800 30800 30763 0 -1 4194304 12296 0 0 0 2455 5 0 0 25 0 1 0 163178170 43884544 10038 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30806/statm: 10714 10038 71 138 0 10573 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 59588

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

[startup+63.9026 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 30806
/proc/meminfo: memFree=1706528/2055920 swapFree=4180136/4192956
[pid=30800] ppid=30798 vsize=16732 CPUtime=26.38
/proc/30800/stat : 30800 (SATzilla2009_I) S 30798 30800 30763 0 -1 4194304 11753 30925 0 9 796 14 1804 24 25 0 1 0 163175521 17133568 3922 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30800/statm: 4183 3922 217 399 0 3780 0
[pid=30806] ppid=30800 vsize=42856 CPUtime=37.4
/proc/30806/stat : 30806 (mxc-sr08) R 30800 30800 30763 0 -1 4194304 12296 0 0 0 3735 5 0 0 25 0 1 0 163178170 43884544 10038 1992294400 134512640 135078026 4294956192 18446744073709551615 134523872 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30806/statm: 10714 10038 71 138 0 10573 0
Current children cumulated CPU time (s) 63.78
Current children cumulated vsize (KiB) 59588

[startup+70.3018 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 30806
/proc/meminfo: memFree=1706528/2055920 swapFree=4180136/4192956
[pid=30800] ppid=30798 vsize=16732 CPUtime=26.38
/proc/30800/stat : 30800 (SATzilla2009_I) S 30798 30800 30763 0 -1 4194304 11753 30925 0 9 796 14 1804 24 25 0 1 0 163175521 17133568 3922 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30800/statm: 4183 3922 217 399 0 3780 0
[pid=30806] ppid=30800 vsize=42856 CPUtime=43.81
/proc/30806/stat : 30806 (mxc-sr08) R 30800 30800 30763 0 -1 4194304 12297 0 0 0 4376 5 0 0 25 0 1 0 163178170 43884544 10039 1992294400 134512640 135078026 4294956192 18446744073709551615 134534711 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30806/statm: 10714 10039 71 138 0 10573 0
Current children cumulated CPU time (s) 70.19
Current children cumulated vsize (KiB) 59588

[startup+71.9013 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 30806
/proc/meminfo: memFree=1706528/2055920 swapFree=4180136/4192956
[pid=30800] ppid=30798 vsize=16732 CPUtime=26.38
/proc/30800/stat : 30800 (SATzilla2009_I) S 30798 30800 30763 0 -1 4194304 11753 30925 0 9 796 14 1804 24 25 0 1 0 163175521 17133568 3922 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30800/statm: 4183 3922 217 399 0 3780 0
[pid=30806] ppid=30800 vsize=42856 CPUtime=45.4
/proc/30806/stat : 30806 (mxc-sr08) R 30800 30800 30763 0 -1 4194304 12297 0 0 0 4535 5 0 0 25 0 1 0 163178170 43884544 10039 1992294400 134512640 135078026 4294956192 18446744073709551615 134523627 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30806/statm: 10714 10039 71 138 0 10573 0
Current children cumulated CPU time (s) 71.78
Current children cumulated vsize (KiB) 59588

[startup+72.7021 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 30806
/proc/meminfo: memFree=1706528/2055920 swapFree=4180136/4192956
[pid=30800] ppid=30798 vsize=16732 CPUtime=26.38
/proc/30800/stat : 30800 (SATzilla2009_I) S 30798 30800 30763 0 -1 4194304 11753 30925 0 9 796 14 1804 24 25 0 1 0 163175521 17133568 3922 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30800/statm: 4183 3922 217 399 0 3780 0
[pid=30806] ppid=30800 vsize=42856 CPUtime=46.2
/proc/30806/stat : 30806 (mxc-sr08) R 30800 30800 30763 0 -1 4194304 12297 0 0 0 4615 5 0 0 25 0 1 0 163178170 43884544 10039 1992294400 134512640 135078026 4294956192 18446744073709551615 134533857 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30806/statm: 10714 10039 71 138 0 10573 0
Current children cumulated CPU time (s) 72.58
Current children cumulated vsize (KiB) 59588

[startup+73.5029 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 30806
/proc/meminfo: memFree=1706528/2055920 swapFree=4180136/4192956
[pid=30800] ppid=30798 vsize=16732 CPUtime=26.38
/proc/30800/stat : 30800 (SATzilla2009_I) S 30798 30800 30763 0 -1 4194304 11753 30925 0 9 796 14 1804 24 25 0 1 0 163175521 17133568 3922 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30800/statm: 4183 3922 217 399 0 3780 0
[pid=30806] ppid=30800 vsize=42856 CPUtime=47.01
/proc/30806/stat : 30806 (mxc-sr08) R 30800 30800 30763 0 -1 4194304 12297 0 0 0 4696 5 0 0 25 0 1 0 163178170 43884544 10039 1992294400 134512640 135078026 4294956192 18446744073709551615 134523741 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30806/statm: 10714 10039 71 138 0 10573 0
Current children cumulated CPU time (s) 73.39
Current children cumulated vsize (KiB) 59588

[startup+73.9018 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 30806
/proc/meminfo: memFree=1706528/2055920 swapFree=4180136/4192956
[pid=30800] ppid=30798 vsize=16732 CPUtime=26.38
/proc/30800/stat : 30800 (SATzilla2009_I) S 30798 30800 30763 0 -1 4194304 11753 30925 0 9 796 14 1804 24 25 0 1 0 163175521 17133568 3922 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30800/statm: 4183 3922 217 399 0 3780 0
[pid=30806] ppid=30800 vsize=42856 CPUtime=47.4
/proc/30806/stat : 30806 (mxc-sr08) R 30800 30800 30763 0 -1 4194304 12297 0 0 0 4735 5 0 0 25 0 1 0 163178170 43884544 10039 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30806/statm: 10714 10039 71 138 0 10573 0
Current children cumulated CPU time (s) 73.78
Current children cumulated vsize (KiB) 59588

Child status: 20
Real time (s): 73.9234
CPU time (s): 73.8398
CPU user time (s): 73.3838
CPU system time (s): 0.45593
CPU usage (%): 99.8869
Max. virtual memory (cumulated for all children) (KiB): 63652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 73.3838
system time used= 0.45593
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54989
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39
involuntary context switches= 266

runsolver used 0.067989 second user time and 0.209968 second system time

The end

Launcher Data

Begin job on node16 at 2009-05-03 13:50:21
IDJOB=1773960
IDBENCH=70827
IDSOLVER=616
FILE ID=node16/1773960-1241351420
PBS_JOBID= 9225566
Free space on /tmp= 66560 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-04.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773960-1241351420/watcher-1773960-1241351420 -o /tmp/evaluation-result-1773960-1241351420/solver-1773960-1241351420 -C 10000 -W 12000 -M 1800  HOME/SATzilla2009_I HOME/instance-1773960-1241351420.cnf

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

MD5SUM BENCH= 019984f9d84c315e8eec645fb9d169da
RANDOM SEED=702127407

node16.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:       1766080 kB
Buffers:         43024 kB
Cached:         172900 kB
SwapCached:       6640 kB
Active:          20616 kB
Inactive:       203236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1766080 kB
SwapTotal:     4192956 kB
SwapFree:      4180136 kB
Dirty:           35560 kB
Writeback:           0 kB
Mapped:          13432 kB
Slab:            52056 kB
Committed_AS:   706920 kB
PageTables:       1436 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= 66528 MiB
End job on node16 at 2009-05-03 13:51:35