Trace number 1538944

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-22SAT 938.091 938.494

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/SATISFIABLE/90/
unif-k5-r21.3-v90-c1917-S1568932519-011.cnf
MD5SUM58887e5330b5ce04c1b9dbb757401af0
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.020996
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses1917
Sum of the clauses size9585
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51917
Number of clauses of size over 50

Solver Data

19.07/19.17	c SATzilla is building models for class 3
19.07/19.17	c run presolver mxc-sr08 for 10 seconds ... 
19.07/19.17	c Bin: Executing mxc-sr08
19.07/19.17	c spawning binary file with 10 seconds ...
19.07/19.17	c child exit by a signal
19.07/19.17	c mxc-sr08 returned code 137.
19.07/19.17	c run presolver picosat846 for 5 seconds ... 
19.07/19.17	c Bin: Executing picosat846
19.07/19.17	c spawning binary file with 5 seconds ...
19.07/19.17	c child exit by a signal
19.07/19.17	c picosat846 returned code 137.
19.07/19.17	c Orignal number of varibales is 90, number of clauses is 1917 
19.07/19.17	c predicted feature computation time is 1.450586 
19.07/19.17	c Bin: Executing satelite
19.07/19.17	c spawning binary file with 240 seconds ...
19.07/19.17	c child exited successfully
19.07/19.17	c satzilla computing base features
19.07/19.17	c Number of variabe is: 90, Number of clause is : 1917 
19.07/19.17	c Initializing...
19.07/19.17	c satzilla doing clause learning
19.07/19.17	c start clause learning features ...
19.07/19.17	c Bin: Executing zchaff07
19.07/19.17	c spawning binary file with 2 seconds ...
19.07/19.17	c child exit by a signal
19.07/19.17	c satzilla doing survey propogation probe
19.07/19.17	c do survay propogation for 2 second ...
19.07/19.17	c satzilla doing local search probe
19.07/19.17	c features are:90 1917 90 1917 0 0 0.0469484 0.369431 0.660816 0.821698 0.0555556 0 0.0555556 0.0555556 -0 0 0 0.0555556 0.0936068 0.0401669 0.0662493 3.38268 0.0785392 0.062211 0 0.354839 2.83626 0.0100272 0.199502 0.00521648 0.0156495 2.67287 0.18049 0.0461021 0.00885789 0.0448618 0.0464267 4363 0.0191372 4257 4458 4458 4257 4458 4307 4430 21.8402 0.025475 20.9336 22.3751 22.3751 20.9336 22.3751 21.8511 22.2009 0.161248 0.722996 0.00351455 0.609532 0.331875 0.0319552 0.228469 0.063402 0.156438 0.00180682 0.722728 0.000406903 0.00812837 0.00362339 0.000746719 0.00205174 0.000940884 0.00147751 9.108 0.2954 18.2158 0.175647 18 14 22 1.78953 0.260462 0.891965 0.08271 
19.07/19.17	c satzilla's ranking:
19.07/19.17	c 1) march_dl2004: 3.979384
19.07/19.17	c 2) minisat20SAT07: 3.944805
19.07/19.17	c 3) mxc-sr08: 3.252462
19.07/19.17	c 4) picosat846: 2.210231
19.07/19.17	c 5) zchaff_rand: 0.352698
19.07/19.17	c 6) SATenstein: -10000.000000
19.07/19.17	c 7) gnovelty+: -10000.000000
19.07/19.17	c 8) adaptg2wsat+: -10000.000000
19.07/19.17	c 9) adaptg2wsat0: -10000.000000
19.07/19.17	c 10) tts-4-0: -10000.000000
19.07/19.17	c 11) vallst: -10000.000000
19.07/19.17	c 12) minisat20: -10000.000000
19.07/19.17	c 13) kcnfs04SAT07: -10000.000000
19.07/19.17	c satzilla running march_dl2004 ... 
937.98/938.49	c Bin: Executing march_dl2004
937.98/938.49	c spawning binary file with 1180 seconds ...
937.98/938.49	c child exited successfully
937.98/938.49	c march_dl2004 returned code 10.
937.98/938.49	s SATISFIABLE
937.98/938.49	v 1 -2 3 -4 5 -6 7 8 -9 10 -11 12 -13 14 -15 -16 -17 18 19 -20 21 22 -23 24 25 -26 -27 -28 -29 -30 31 -32 -33 34 -35 -36 -37 -38 39 40 -41 42 -43 44 -45 -46 -47 -48 49 -50 -51 -52 -53 -54 -55 56 -57 -58 59 -60 -61 -62 -63 64 65 66 67 -68 -69 70 71 72 73 74 75 76 -77 78 79 -80 -81 82 83 -84 85 86 -87 -88 -89 -90 0
937.98/938.49	c SATZILLA_TIME=938.220000

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1538944-1238454397/watcher-1538944-1238454397 -o /tmp/evaluation-result-1538944-1238454397/solver-1538944-1238454397 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1538944-1238454397.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.99 0.98 0.99 3/70 2182
/proc/meminfo: memFree=1658776/2055920 swapFree=4173176/4192956
[pid=2182] ppid=2180 vsize=2056 CPUtime=0
/proc/2182/stat : 2182 (SATzilla2009_I) R 2180 2182 1850 0 -1 4194304 128 0 0 0 0 0 0 0 19 0 1 0 1118103042 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542911 0 0 4096 0 0 0 0 17 0 0 0
/proc/2182/statm: 514 112 96 399 0 111 0
[pid=2183] ppid=2182 vsize=864 CPUtime=0
/proc/2183/stat : 2183 (mxc-sr08) R 2182 2182 1850 0 -1 4194304 120 0 0 0 0 0 0 0 19 0 1 0 1118103042 884736 116 1992294400 134512640 135078026 4294956176 18446744073709551615 134560764 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2183/statm: 216 116 55 138 0 75 0

[startup+0.080379 s]
/proc/loadavg: 0.99 0.98 0.99 3/70 2182
/proc/meminfo: memFree=1658776/2055920 swapFree=4173176/4192956
[pid=2182] ppid=2180 vsize=2056 CPUtime=0
/proc/2182/stat : 2182 (SATzilla2009_I) S 2180 2182 1850 0 -1 4194304 132 0 0 0 0 0 0 0 19 0 1 0 1118103042 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2182/statm: 514 112 96 399 0 111 0
[pid=2183] ppid=2182 vsize=996 CPUtime=0.07
/proc/2183/stat : 2183 (mxc-sr08) R 2182 2182 1850 0 -1 4194304 178 0 0 0 7 0 0 0 21 0 1 0 1118103042 1019904 174 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2183/statm: 249 174 71 138 0 108 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 3052

[startup+0.101382 s]
/proc/loadavg: 0.99 0.98 0.99 3/70 2182
/proc/meminfo: memFree=1658776/2055920 swapFree=4173176/4192956
[pid=2182] ppid=2180 vsize=2056 CPUtime=0
/proc/2182/stat : 2182 (SATzilla2009_I) S 2180 2182 1850 0 -1 4194304 132 0 0 0 0 0 0 0 19 0 1 0 1118103042 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2182/statm: 514 112 96 399 0 111 0
[pid=2183] ppid=2182 vsize=1128 CPUtime=0.09
/proc/2183/stat : 2183 (mxc-sr08) R 2182 2182 1850 0 -1 4194304 195 0 0 0 9 0 0 0 21 0 1 0 1118103042 1155072 191 1992294400 134512640 135078026 4294956176 18446744073709551615 134534605 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2183/statm: 282 191 71 138 0 141 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3184

[startup+0.301399 s]
/proc/loadavg: 0.99 0.98 0.99 3/70 2182
/proc/meminfo: memFree=1658776/2055920 swapFree=4173176/4192956
[pid=2182] ppid=2180 vsize=2056 CPUtime=0
/proc/2182/stat : 2182 (SATzilla2009_I) S 2180 2182 1850 0 -1 4194304 132 0 0 0 0 0 0 0 19 0 1 0 1118103042 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2182/statm: 514 112 96 399 0 111 0
[pid=2183] ppid=2182 vsize=1260 CPUtime=0.29
/proc/2183/stat : 2183 (mxc-sr08) R 2182 2182 1850 0 -1 4194304 231 0 0 0 29 0 0 0 23 0 1 0 1118103042 1290240 227 1992294400 134512640 135078026 4294956176 18446744073709551615 134537750 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2183/statm: 315 227 71 138 0 174 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3316

[startup+0.701436 s]
/proc/loadavg: 0.99 0.98 0.99 3/70 2182
/proc/meminfo: memFree=1658776/2055920 swapFree=4173176/4192956
[pid=2182] ppid=2180 vsize=2056 CPUtime=0
/proc/2182/stat : 2182 (SATzilla2009_I) S 2180 2182 1850 0 -1 4194304 132 0 0 0 0 0 0 0 19 0 1 0 1118103042 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2182/statm: 514 112 96 399 0 111 0
[pid=2183] ppid=2182 vsize=1392 CPUtime=0.69
/proc/2183/stat : 2183 (mxc-sr08) R 2182 2182 1850 0 -1 4194304 264 0 0 0 69 0 0 0 25 0 1 0 1118103042 1425408 260 1992294400 134512640 135078026 4294956176 18446744073709551615 134523809 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2183/statm: 348 260 71 138 0 207 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3448

[startup+1.50151 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 2184
/proc/meminfo: memFree=1657800/2055920 swapFree=4173176/4192956
[pid=2182] ppid=2180 vsize=2056 CPUtime=0
/proc/2182/stat : 2182 (SATzilla2009_I) S 2180 2182 1850 0 -1 4194304 132 0 0 0 0 0 0 0 19 0 1 0 1118103042 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2182/statm: 514 112 96 399 0 111 0
[pid=2183] ppid=2182 vsize=1524 CPUtime=1.49
/proc/2183/stat : 2183 (mxc-sr08) R 2182 2182 1850 0 -1 4194304 308 0 0 0 149 0 0 0 25 0 1 0 1118103042 1560576 304 1992294400 134512640 135078026 4294956176 18446744073709551615 134526799 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2183/statm: 381 304 71 138 0 240 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3580

[startup+3.10266 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 2184
/proc/meminfo: memFree=1656328/2055920 swapFree=4173176/4192956
[pid=2182] ppid=2180 vsize=2056 CPUtime=0
/proc/2182/stat : 2182 (SATzilla2009_I) S 2180 2182 1850 0 -1 4194304 132 0 0 0 0 0 0 0 19 0 1 0 1118103042 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2182/statm: 514 112 96 399 0 111 0
[pid=2183] ppid=2182 vsize=1788 CPUtime=3.08
/proc/2183/stat : 2183 (mxc-sr08) R 2182 2182 1850 0 -1 4194304 348 0 0 0 308 0 0 0 25 0 1 0 1118103042 1830912 344 1992294400 134512640 135078026 4294956176 18446744073709551615 134534305 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2183/statm: 447 344 71 138 0 306 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 3844

[startup+6.30196 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 2184
/proc/meminfo: memFree=1657544/2055920 swapFree=4173176/4192956
[pid=2182] ppid=2180 vsize=2056 CPUtime=0
/proc/2182/stat : 2182 (SATzilla2009_I) S 2180 2182 1850 0 -1 4194304 132 0 0 0 0 0 0 0 19 0 1 0 1118103042 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2182/statm: 514 112 96 399 0 111 0
[pid=2183] ppid=2182 vsize=1920 CPUtime=6.28
/proc/2183/stat : 2183 (mxc-sr08) R 2182 2182 1850 0 -1 4194304 398 0 0 0 627 1 0 0 25 0 1 0 1118103042 1966080 394 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2183/statm: 480 394 71 138 0 339 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 3976

[startup+12.7016 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 2185
/proc/meminfo: memFree=1658376/2055920 swapFree=4173176/4192956
[pid=2182] ppid=2180 vsize=2056 CPUtime=9.99
/proc/2182/stat : 2182 (SATzilla2009_I) S 2180 2182 1850 0 -1 4194304 152 442 0 0 0 0 998 1 16 0 1 0 1118103042 2105344 121 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2182/statm: 514 121 104 399 0 111 0
[pid=2185] ppid=2182 vsize=1764 CPUtime=2.68
/proc/2185/stat : 2185 (picosat846) R 2182 2182 1850 0 -1 4194304 181 0 0 0 268 0 0 0 25 0 1 0 1118104044 1806336 170 1992294400 134512640 134570484 4294956176 18446744073709551615 134551934 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2185/statm: 441 170 84 14 0 107 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 3820

[startup+25.5018 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 2188
/proc/meminfo: memFree=1655120/2055920 swapFree=4173176/4192956
[pid=2182] ppid=2180 vsize=3344 CPUtime=19.14
/proc/2182/stat : 2182 (SATzilla2009_I) S 2180 2182 1850 0 -1 4194304 516 1744 0 0 205 9 1696 4 25 0 1 0 1118103042 3424256 361 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/2182/statm: 836 361 217 399 0 433 0
[pid=2188] ppid=2182 vsize=4004 CPUtime=6.31
/proc/2188/stat : 2188 (march_dl2004) R 2182 2182 1850 0 -1 4194304 910 0 0 0 631 0 0 0 25 0 1 0 1118104959 4100096 902 1992294400 134512640 134996440 4294956176 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2188/statm: 1001 902 74 118 0 880 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 7348

[startup+51.1012 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 2188
/proc/meminfo: memFree=1654288/2055920 swapFree=4173176/4192956
[pid=2182] ppid=2180 vsize=3344 CPUtime=19.14
/proc/2182/stat : 2182 (SATzilla2009_I) S 2180 2182 1850 0 -1 4194304 516 1744 0 0 205 9 1696 4 25 0 1 0 1118103042 3424256 361 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/2182/statm: 836 361 217 399 0 433 0
[pid=2188] ppid=2182 vsize=4796 CPUtime=31.9
/proc/2188/stat : 2188 (march_dl2004) R 2182 2182 1850 0 -1 4194304 1101 0 0 0 3190 0 0 0 25 0 1 0 1118104959 4911104 1093 1992294400 134512640 134996440 4294956176 18446744073709551615 134533016 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2188/statm: 1199 1093 74 118 0 1078 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 8140

[startup+102.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 2188
/proc/meminfo: memFree=1653904/2055920 swapFree=4173176/4192956
[pid=2182] ppid=2180 vsize=3344 CPUtime=19.14
/proc/2182/stat : 2182 (SATzilla2009_I) S 2180 2182 1850 0 -1 4194304 516 1744 0 0 205 9 1696 4 25 0 1 0 1118103042 3424256 361 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/2182/statm: 836 361 217 399 0 433 0
[pid=2188] ppid=2182 vsize=5192 CPUtime=83.08
/proc/2188/stat : 2188 (march_dl2004) R 2182 2182 1850 0 -1 4194304 1197 0 0 0 8308 0 0 0 25 0 1 0 1118104959 5316608 1189 1992294400 134512640 134996440 4294956176 18446744073709551615 134551505 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2188/statm: 1298 1189 74 118 0 1177 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 8536

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 2188
/proc/meminfo: memFree=1653648/2055920 swapFree=4173176/4192956
[pid=2182] ppid=2180 vsize=3344 CPUtime=19.14
/proc/2182/stat : 2182 (SATzilla2009_I) S 2180 2182 1850 0 -1 4194304 516 1744 0 0 205 9 1696 4 25 0 1 0 1118103042 3424256 361 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/2182/statm: 836 361 217 399 0 433 0
[pid=2188] ppid=2182 vsize=5456 CPUtime=143.05
/proc/2188/stat : 2188 (march_dl2004) R 2182 2182 1850 0 -1 4194304 1251 0 0 0 14305 0 0 0 25 0 1 0 1118104959 5586944 1243 1992294400 134512640 134996440 4294956176 18446744073709551615 134536977 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2188/statm: 1364 1243 74 118 0 1243 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 8800

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 2188
/proc/meminfo: memFree=1653520/2055920 swapFree=4173176/4192956
[pid=2182] ppid=2180 vsize=3344 CPUtime=19.14
/proc/2182/stat : 2182 (SATzilla2009_I) S 2180 2182 1850 0 -1 4194304 516 1744 0 0 205 9 1696 4 25 0 1 0 1118103042 3424256 361 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/2182/statm: 836 361 217 399 0 433 0
[pid=2188] ppid=2182 vsize=5588 CPUtime=203.04
/proc/2188/stat : 2188 (march_dl2004) R 2182 2182 1850 0 -1 4194304 1290 0 0 0 20303 1 0 0 25 0 1 0 1118104959 5722112 1282 1992294400 134512640 134996440 4294956176 18446744073709551615 134528063 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2188/statm: 1397 1282 74 118 0 1276 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 8932

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 2188
/proc/meminfo: memFree=1653392/2055920 swapFree=4173176/4192956
[pid=2182] ppid=2180 vsize=3344 CPUtime=19.14
/proc/2182/stat : 2182 (SATzilla2009_I) S 2180 2182 1850 0 -1 4194304 516 1744 0 0 205 9 1696 4 25 0 1 0 1118103042 3424256 361 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/2182/statm: 836 361 217 399 0 433 0
[pid=2188] ppid=2182 vsize=5712 CPUtime=263.02
/proc/2188/stat : 2188 (march_dl2004) R 2182 2182 1850 0 -1 4194304 1320 0 0 0 26301 1 0 0 25 0 1 0 1118104959 5849088 1312 1992294400 134512640 134996440 4294956176 18446744073709551615 134553208 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2188/statm: 1428 1312 74 118 0 1307 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 9056

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 2188
/proc/meminfo: memFree=1653264/2055920 swapFree=4173176/4192956
[pid=2182] ppid=2180 vsize=3344 CPUtime=19.14
/proc/2182/stat : 2182 (SATzilla2009_I) S 2180 2182 1850 0 -1 4194304 516 1744 0 0 205 9 1696 4 25 0 1 0 1118103042 3424256 361 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/2182/statm: 836 361 217 399 0 433 0
[pid=2188] ppid=2182 vsize=5844 CPUtime=322.98
/proc/2188/stat : 2188 (march_dl2004) R 2182 2182 1850 0 -1 4194304 1347 0 0 0 32297 1 0 0 25 0 1 0 1118104959 5984256 1339 1992294400 134512640 134996440 4294956176 18446744073709551615 134526996 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2188/statm: 1461 1339 74 118 0 1340 0

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


[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 2188
/proc/meminfo: memFree=1653008/2055920 swapFree=4173176/4192956
[pid=2182] ppid=2180 vsize=3344 CPUtime=19.14
/proc/2182/stat : 2182 (SATzilla2009_I) S 2180 2182 1850 0 -1 4194304 516 1744 0 0 205 9 1696 4 25 0 1 0 1118103042 3424256 361 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/2182/statm: 836 361 217 399 0 433 0
[pid=2188] ppid=2182 vsize=6108 CPUtime=622.87
/proc/2188/stat : 2188 (march_dl2004) R 2182 2182 1850 0 -1 4194304 1416 0 0 0 62286 1 0 0 25 0 1 0 1118104959 6254592 1408 1992294400 134512640 134996440 4294956176 18446744073709551615 134587362 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2188/statm: 1527 1408 74 118 0 1406 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 9452

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 2188
/proc/meminfo: memFree=1652880/2055920 swapFree=4173176/4192956
[pid=2182] ppid=2180 vsize=3344 CPUtime=19.14
/proc/2182/stat : 2182 (SATzilla2009_I) S 2180 2182 1850 0 -1 4194304 516 1744 0 0 205 9 1696 4 25 0 1 0 1118103042 3424256 361 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/2182/statm: 836 361 217 399 0 433 0
[pid=2188] ppid=2182 vsize=6108 CPUtime=682.84
/proc/2188/stat : 2188 (march_dl2004) R 2182 2182 1850 0 -1 4194304 1424 0 0 0 68283 1 0 0 25 0 1 0 1118104959 6254592 1416 1992294400 134512640 134996440 4294956176 18446744073709551615 134551296 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2188/statm: 1527 1416 74 118 0 1406 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 9452

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 2188
/proc/meminfo: memFree=1652816/2055920 swapFree=4173176/4192956
[pid=2182] ppid=2180 vsize=3344 CPUtime=19.14
/proc/2182/stat : 2182 (SATzilla2009_I) S 2180 2182 1850 0 -1 4194304 516 1744 0 0 205 9 1696 4 25 0 1 0 1118103042 3424256 361 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/2182/statm: 836 361 217 399 0 433 0
[pid=2188] ppid=2182 vsize=6108 CPUtime=742.82
/proc/2188/stat : 2188 (march_dl2004) R 2182 2182 1850 0 -1 4194304 1433 0 0 0 74281 1 0 0 25 0 1 0 1118104959 6254592 1425 1992294400 134512640 134996440 4294956176 18446744073709551615 134551663 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2188/statm: 1527 1425 74 118 0 1406 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 9452

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 2188
/proc/meminfo: memFree=1652816/2055920 swapFree=4173176/4192956
[pid=2182] ppid=2180 vsize=3344 CPUtime=19.14
/proc/2182/stat : 2182 (SATzilla2009_I) S 2180 2182 1850 0 -1 4194304 516 1744 0 0 205 9 1696 4 25 0 1 0 1118103042 3424256 361 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/2182/statm: 836 361 217 399 0 433 0
[pid=2188] ppid=2182 vsize=6108 CPUtime=802.79
/proc/2188/stat : 2188 (march_dl2004) R 2182 2182 1850 0 -1 4194304 1441 0 0 0 80278 1 0 0 25 0 1 0 1118104959 6254592 1433 1992294400 134512640 134996440 4294956176 18446744073709551615 134527922 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2188/statm: 1527 1433 74 118 0 1406 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 9452

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 2188
/proc/meminfo: memFree=1652816/2055920 swapFree=4173176/4192956
[pid=2182] ppid=2180 vsize=3344 CPUtime=19.14
/proc/2182/stat : 2182 (SATzilla2009_I) S 2180 2182 1850 0 -1 4194304 516 1744 0 0 205 9 1696 4 25 0 1 0 1118103042 3424256 361 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/2182/statm: 836 361 217 399 0 433 0
[pid=2188] ppid=2182 vsize=6240 CPUtime=862.76
/proc/2188/stat : 2188 (march_dl2004) R 2182 2182 1850 0 -1 4194304 1448 0 0 0 86275 1 0 0 25 0 1 0 1118104959 6389760 1440 1992294400 134512640 134996440 4294956176 18446744073709551615 134551415 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2188/statm: 1560 1440 74 118 0 1439 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 9584

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

[startup+895.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 2188
/proc/meminfo: memFree=1652816/2055920 swapFree=4173176/4192956
[pid=2182] ppid=2180 vsize=3344 CPUtime=19.14
/proc/2182/stat : 2182 (SATzilla2009_I) S 2180 2182 1850 0 -1 4194304 516 1744 0 0 205 9 1696 4 25 0 1 0 1118103042 3424256 361 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/2182/statm: 836 361 217 399 0 433 0
[pid=2188] ppid=2182 vsize=6240 CPUtime=876.36
/proc/2188/stat : 2188 (march_dl2004) R 2182 2182 1850 0 -1 4194304 1451 0 0 0 87635 1 0 0 25 0 1 0 1118104959 6389760 1443 1992294400 134512640 134996440 4294956176 18446744073709551615 134528042 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2188/statm: 1560 1443 74 118 0 1439 0
Current children cumulated CPU time (s) 895.5
Current children cumulated vsize (KiB) 9584

[startup+921.501 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 2188
/proc/meminfo: memFree=1652752/2055920 swapFree=4173176/4192956
[pid=2182] ppid=2180 vsize=3344 CPUtime=19.14
/proc/2182/stat : 2182 (SATzilla2009_I) S 2180 2182 1850 0 -1 4194304 516 1744 0 0 205 9 1696 4 25 0 1 0 1118103042 3424256 361 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/2182/statm: 836 361 217 399 0 433 0
[pid=2188] ppid=2182 vsize=6240 CPUtime=901.95
/proc/2188/stat : 2188 (march_dl2004) R 2182 2182 1850 0 -1 4194304 1456 0 0 0 90194 1 0 0 25 0 1 0 1118104959 6389760 1448 1992294400 134512640 134996440 4294956176 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2188/statm: 1560 1448 74 118 0 1439 0
Current children cumulated CPU time (s) 921.09
Current children cumulated vsize (KiB) 9584

[startup+927.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 2188
/proc/meminfo: memFree=1652752/2055920 swapFree=4173176/4192956
[pid=2182] ppid=2180 vsize=3344 CPUtime=19.14
/proc/2182/stat : 2182 (SATzilla2009_I) S 2180 2182 1850 0 -1 4194304 516 1744 0 0 205 9 1696 4 25 0 1 0 1118103042 3424256 361 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/2182/statm: 836 361 217 399 0 433 0
[pid=2188] ppid=2182 vsize=6240 CPUtime=908.34
/proc/2188/stat : 2188 (march_dl2004) R 2182 2182 1850 0 -1 4194304 1456 0 0 0 90833 1 0 0 25 0 1 0 1118104959 6389760 1448 1992294400 134512640 134996440 4294956176 18446744073709551615 134526962 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2188/statm: 1560 1448 74 118 0 1439 0
Current children cumulated CPU time (s) 927.48
Current children cumulated vsize (KiB) 9584

[startup+934.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 2188
/proc/meminfo: memFree=1652752/2055920 swapFree=4173176/4192956
[pid=2182] ppid=2180 vsize=3344 CPUtime=19.14
/proc/2182/stat : 2182 (SATzilla2009_I) S 2180 2182 1850 0 -1 4194304 516 1744 0 0 205 9 1696 4 25 0 1 0 1118103042 3424256 361 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/2182/statm: 836 361 217 399 0 433 0
[pid=2188] ppid=2182 vsize=6240 CPUtime=914.74
/proc/2188/stat : 2188 (march_dl2004) R 2182 2182 1850 0 -1 4194304 1456 0 0 0 91473 1 0 0 25 0 1 0 1118104959 6389760 1448 1992294400 134512640 134996440 4294956176 18446744073709551615 134533056 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2188/statm: 1560 1448 74 118 0 1439 0
Current children cumulated CPU time (s) 933.88
Current children cumulated vsize (KiB) 9584

[startup+935.903 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 2188
/proc/meminfo: memFree=1652752/2055920 swapFree=4173176/4192956
[pid=2182] ppid=2180 vsize=3344 CPUtime=19.14
/proc/2182/stat : 2182 (SATzilla2009_I) S 2180 2182 1850 0 -1 4194304 516 1744 0 0 205 9 1696 4 25 0 1 0 1118103042 3424256 361 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/2182/statm: 836 361 217 399 0 433 0
[pid=2188] ppid=2182 vsize=6240 CPUtime=916.34
/proc/2188/stat : 2188 (march_dl2004) R 2182 2182 1850 0 -1 4194304 1456 0 0 0 91633 1 0 0 25 0 1 0 1118104959 6389760 1448 1992294400 134512640 134996440 4294956176 18446744073709551615 134526962 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2188/statm: 1560 1448 74 118 0 1439 0
Current children cumulated CPU time (s) 935.48
Current children cumulated vsize (KiB) 9584

[startup+937.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 2188
/proc/meminfo: memFree=1652752/2055920 swapFree=4173176/4192956
[pid=2182] ppid=2180 vsize=3344 CPUtime=19.14
/proc/2182/stat : 2182 (SATzilla2009_I) S 2180 2182 1850 0 -1 4194304 516 1744 0 0 205 9 1696 4 25 0 1 0 1118103042 3424256 361 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/2182/statm: 836 361 217 399 0 433 0
[pid=2188] ppid=2182 vsize=6240 CPUtime=917.94
/proc/2188/stat : 2188 (march_dl2004) R 2182 2182 1850 0 -1 4194304 1456 0 0 0 91793 1 0 0 25 0 1 0 1118104959 6389760 1448 1992294400 134512640 134996440 4294956176 18446744073709551615 134551383 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2188/statm: 1560 1448 74 118 0 1439 0
Current children cumulated CPU time (s) 937.08
Current children cumulated vsize (KiB) 9584

[startup+937.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 2188
/proc/meminfo: memFree=1652752/2055920 swapFree=4173176/4192956
[pid=2182] ppid=2180 vsize=3344 CPUtime=19.14
/proc/2182/stat : 2182 (SATzilla2009_I) S 2180 2182 1850 0 -1 4194304 516 1744 0 0 205 9 1696 4 25 0 1 0 1118103042 3424256 361 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/2182/statm: 836 361 217 399 0 433 0
[pid=2188] ppid=2182 vsize=6240 CPUtime=918.34
/proc/2188/stat : 2188 (march_dl2004) R 2182 2182 1850 0 -1 4194304 1456 0 0 0 91833 1 0 0 25 0 1 0 1118104959 6389760 1448 1992294400 134512640 134996440 4294956176 18446744073709551615 134533060 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2188/statm: 1560 1448 74 118 0 1439 0
Current children cumulated CPU time (s) 937.48
Current children cumulated vsize (KiB) 9584

[startup+938.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 2188
/proc/meminfo: memFree=1652752/2055920 swapFree=4173176/4192956
[pid=2182] ppid=2180 vsize=3344 CPUtime=19.14
/proc/2182/stat : 2182 (SATzilla2009_I) S 2180 2182 1850 0 -1 4194304 516 1744 0 0 205 9 1696 4 25 0 1 0 1118103042 3424256 361 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/2182/statm: 836 361 217 399 0 433 0
[pid=2188] ppid=2182 vsize=6240 CPUtime=918.74
/proc/2188/stat : 2188 (march_dl2004) R 2182 2182 1850 0 -1 4194304 1456 0 0 0 91873 1 0 0 25 0 1 0 1118104959 6389760 1448 1992294400 134512640 134996440 4294956176 18446744073709551615 134533067 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2188/statm: 1560 1448 74 118 0 1439 0
Current children cumulated CPU time (s) 937.88
Current children cumulated vsize (KiB) 9584

[startup+938.402 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 2188
/proc/meminfo: memFree=1652752/2055920 swapFree=4173176/4192956
[pid=2182] ppid=2180 vsize=3344 CPUtime=19.14
/proc/2182/stat : 2182 (SATzilla2009_I) S 2180 2182 1850 0 -1 4194304 516 1744 0 0 205 9 1696 4 25 0 1 0 1118103042 3424256 361 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/2182/statm: 836 361 217 399 0 433 0
[pid=2188] ppid=2182 vsize=6240 CPUtime=918.84
/proc/2188/stat : 2188 (march_dl2004) R 2182 2182 1850 0 -1 4194304 1456 0 0 0 91883 1 0 0 25 0 1 0 1118104959 6389760 1448 1992294400 134512640 134996440 4294956176 18446744073709551615 134527803 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2188/statm: 1560 1448 74 118 0 1439 0
Current children cumulated CPU time (s) 937.98
Current children cumulated vsize (KiB) 9584

Child status: 10
Real time (s): 938.494
CPU time (s): 938.091
CPU user time (s): 937.936
CPU system time (s): 0.154976
CPU usage (%): 99.9571
Max. virtual memory (cumulated for all children) (KiB): 9584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 937.936
system time used= 0.154976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3733
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= 15
involuntary context switches= 3139

runsolver used 0.836872 second user time and 2.6116 second system time

The end

Launcher Data

Begin job on node36 at 2009-03-31 01:06:37
IDJOB=1538944
IDBENCH=70427
IDSOLVER=528
FILE ID=node36/1538944-1238454397
PBS_JOBID= 9061673
Free space on /tmp= 66412 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/SATISFIABLE/90/unif-k5-r21.3-v90-c1917-S1568932519-011.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1538944-1238454397/watcher-1538944-1238454397 -o /tmp/evaluation-result-1538944-1238454397/solver-1538944-1238454397 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1538944-1238454397.cnf

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

MD5SUM BENCH= 58887e5330b5ce04c1b9dbb757401af0
RANDOM SEED=1373911501

node36.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.214
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.214
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:       1659320 kB
Buffers:         62960 kB
Cached:         249268 kB
SwapCached:       9072 kB
Active:         145208 kB
Inactive:       177580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1659320 kB
SwapTotal:     4192956 kB
SwapFree:      4173176 kB
Dirty:           31492 kB
Writeback:           0 kB
Mapped:          16252 kB
Slab:            59252 kB
Committed_AS:  3013312 kB
PageTables:       1876 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= 66380 MiB
End job on node36 at 2009-03-31 01:22:16