Trace number 328678

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, and are wall clock time (not CPU 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
SATzilla RANDOM? 1199.85 1200.42

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k80.cnf
MD5SUM337e301d7c1a4748ec4a1ced7e688c38
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables45937
Number of clauses166840
Sum of the clauses size445312
Maximum clause length37
Minimum clause length1
Number of clauses of size 11058
Number of clauses of size 285826
Number of clauses of size 373620
Number of clauses of size 4406
Number of clauses of size 5785
Number of clauses of size over 55145

Solver Data (download as text)

39.94/40.03	c run March_dl for 5 seconds ... 
39.94/40.03	c Bin: Executing march_dl
39.94/40.03	c child exit by a signal
39.94/40.03	c march_dl returned code 137.
39.94/40.03	c run saps (UBCSAT implementation) for 2 seconds ... 
39.94/40.03	c Bin: Executing ubcsat2006
39.94/40.03	c child exited successfully
39.94/40.03	c ubcsat2006 returned code 0.
39.94/40.03	c satzilla computing base features
39.94/40.03	c satzilla doing unit-prop probe
39.94/40.03	c satzilla doing local search probe
39.94/40.03	c satzilla doing lobjois search-space size estimate
39.94/40.03	c satzilla's ranking:
39.94/40.03	c 1) march_dl: -7966.308911
39.94/40.03	c 2) minisat20+P: 448.617653
39.94/40.03	c 3) kcnfs+P: 999.000000
39.94/40.03	c 4) march_dl+P: 999.000000
39.94/40.03	c 5) vallst+P: 999.000000
39.94/40.03	c 6) zchaff_rand+P: 999.000000
39.94/40.03	c 7) vallst: 999.000000
39.94/40.03	c 8) zchaff_rand: 999.000000
39.94/40.03	c 9) minisat20: 999.000000
39.94/40.03	c 10) kcnfs: 999.709555
39.94/40.03	c satzilla running march_dl ... 
1199.82/1200.41	c Bin: Executing march_dl
1199.82/1200.41	c child exit by a signal
1199.82/1200.41	c march_dl returned code 137.
1199.82/1200.41	c march_dl returned code 137.
1199.82/1200.41	c Satzilla Timed out!
1199.82/1200.41	s UNKNOWN
1199.82/1200.41	c SATZILLA_TIME=1200.030000

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node45/watcher-328678-1173120998 -o ROOT/results/node45/solver-328678-1173120998 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/328678-1173120998/SATzilla2007_R /tmp/evaluation/328678-1173120998/instance-328678-1173120998.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): 2400 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.91 0.95 0.69 3/64 16420
/proc/meminfo: memFree=707848/2055920 swapFree=4192956/4192956
[pid=16420] ppid=16418 vsize=1440 CPUtime=0
/proc/16420/stat : 16420 (SATzilla2007_R) R 16418 16420 16293 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 38075591 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/16420/statm: 360 110 95 260 0 84 0
[pid=16421] ppid=16420 vsize=632 CPUtime=0
/proc/16421/stat : 16421 (march_dl) R 16420 16420 16293 0 -1 4194304 51 0 0 0 0 0 0 0 18 0 1 0 38075591 647168 46 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16421/statm: 158 46 39 118 0 37 0

[startup+0.092197 s]
/proc/loadavg: 0.91 0.95 0.69 3/64 16420
/proc/meminfo: memFree=707848/2055920 swapFree=4192956/4192956
[pid=16420] ppid=16418 vsize=1440 CPUtime=0
/proc/16420/stat : 16420 (SATzilla2007_R) S 16418 16420 16293 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 38075591 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16420/statm: 360 110 95 260 0 84 0
[pid=16421] ppid=16420 vsize=5228 CPUtime=0.08
/proc/16421/stat : 16421 (march_dl) R 16420 16420 16293 0 -1 4194304 1032 0 0 0 8 0 0 0 19 0 1 0 38075591 5353472 1027 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16421/statm: 1307 1027 50 118 0 1186 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6668

[startup+0.101198 s]
/proc/loadavg: 0.91 0.95 0.69 3/64 16420
/proc/meminfo: memFree=707848/2055920 swapFree=4192956/4192956
[pid=16420] ppid=16418 vsize=1440 CPUtime=0
/proc/16420/stat : 16420 (SATzilla2007_R) S 16418 16420 16293 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 38075591 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16420/statm: 360 110 95 260 0 84 0
[pid=16421] ppid=16420 vsize=5228 CPUtime=0.09
/proc/16421/stat : 16421 (march_dl) R 16420 16420 16293 0 -1 4194304 1067 0 0 0 9 0 0 0 19 0 1 0 38075591 5353472 1062 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16421/statm: 1307 1062 50 118 0 1186 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6668

[startup+0.301234 s]
/proc/loadavg: 0.91 0.95 0.69 3/64 16420
/proc/meminfo: memFree=707848/2055920 swapFree=4192956/4192956
[pid=16420] ppid=16418 vsize=1440 CPUtime=0
/proc/16420/stat : 16420 (SATzilla2007_R) S 16418 16420 16293 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 38075591 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16420/statm: 360 110 95 260 0 84 0
[pid=16421] ppid=16420 vsize=13440 CPUtime=0.29
/proc/16421/stat : 16421 (march_dl) R 16420 16420 16293 0 -1 4194304 2506 0 0 0 28 1 0 0 21 0 1 0 38075591 13762560 2499 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134542301 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16421/statm: 3360 2499 52 118 0 3239 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14880

[startup+0.701305 s]
/proc/loadavg: 0.91 0.95 0.69 3/64 16420
/proc/meminfo: memFree=707848/2055920 swapFree=4192956/4192956
[pid=16420] ppid=16418 vsize=1440 CPUtime=0
/proc/16420/stat : 16420 (SATzilla2007_R) S 16418 16420 16293 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 38075591 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16420/statm: 360 110 95 260 0 84 0
[pid=16421] ppid=16420 vsize=50104 CPUtime=0.69
/proc/16421/stat : 16421 (march_dl) R 16420 16420 16293 0 -1 4194304 12470 0 0 0 64 5 0 0 24 0 1 0 38075591 51306496 11850 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134517862 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16421/statm: 12526 11851 55 118 0 12405 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51544

[startup+1.50145 s]
/proc/loadavg: 0.91 0.95 0.69 2/66 16422
/proc/meminfo: memFree=692472/2055920 swapFree=4192956/4192956
[pid=16420] ppid=16418 vsize=1440 CPUtime=0
/proc/16420/stat : 16420 (SATzilla2007_R) S 16418 16420 16293 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 38075591 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16420/statm: 360 110 95 260 0 84 0
[pid=16421] ppid=16420 vsize=17280 CPUtime=1.49
/proc/16421/stat : 16421 (march_dl) R 16420 16420 16293 0 -1 4194304 15915 0 0 0 141 8 0 0 25 0 1 0 38075591 17694720 3710 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134524883 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16421/statm: 4320 3710 57 118 0 4199 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18720

[startup+3.10174 s]
/proc/loadavg: 0.91 0.95 0.69 2/66 16422
/proc/meminfo: memFree=690680/2055920 swapFree=4192956/4192956
[pid=16420] ppid=16418 vsize=1440 CPUtime=0
/proc/16420/stat : 16420 (SATzilla2007_R) S 16418 16420 16293 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 38075591 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16420/statm: 360 110 95 260 0 84 0
[pid=16421] ppid=16420 vsize=19488 CPUtime=3.09
/proc/16421/stat : 16421 (march_dl) R 16420 16420 16293 0 -1 4194304 18631 0 0 0 300 9 0 0 25 0 1 0 38075591 19955712 4266 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134651452 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16421/statm: 4872 4266 57 118 0 4751 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20928

[startup+6.30132 s]
/proc/loadavg: 0.92 0.95 0.69 2/66 16423
/proc/meminfo: memFree=696440/2055920 swapFree=4192956/4192956
[pid=16420] ppid=16418 vsize=1440 CPUtime=4.99
/proc/16420/stat : 16420 (SATzilla2007_R) S 16418 16420 16293 0 -1 4194304 135 21602 0 0 0 0 488 11 16 0 1 0 38075591 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16420/statm: 360 111 96 260 0 84 0
[pid=16423] ppid=16420 vsize=18488 CPUtime=1.26
/proc/16423/stat : 16423 (ubcsat2006) R 16420 16420 16293 0 -1 4194304 2899 0 0 0 125 1 0 0 25 0 1 0 38076092 18931712 2882 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16423/statm: 4622 2882 156 64 0 4203 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 19928

[startup+12.7015 s]
/proc/loadavg: 0.93 0.95 0.69 2/65 16423
/proc/meminfo: memFree=691136/2055920 swapFree=4192956/4192956
[pid=16420] ppid=16418 vsize=18472 CPUtime=12.65
/proc/16420/stat : 16420 (SATzilla2007_R) R 16418 16420 16293 0 -1 4194304 4287 24507 0 0 538 3 711 13 25 0 1 0 38075591 18915328 4256 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/16420/statm: 4618 4256 121 260 0 4342 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 18472

[startup+25.5018 s]
/proc/loadavg: 0.94 0.95 0.70 2/65 16423
/proc/meminfo: memFree=697536/2055920 swapFree=4192956/4192956
[pid=16420] ppid=16418 vsize=11524 CPUtime=25.44
/proc/16420/stat : 16420 (SATzilla2007_R) R 16418 16420 16293 0 -1 4194304 5560 24507 0 0 1815 5 711 13 25 0 1 0 38075591 11800576 2634 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 134541672 0 0 4096 0 0 0 0 17 1 0 0
/proc/16420/statm: 2881 2634 124 260 0 2605 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 11524

[startup+51.1015 s]
/proc/loadavg: 0.96 0.96 0.70 2/66 16424
/proc/meminfo: memFree=662584/2055920 swapFree=4192956/4192956
[pid=16420] ppid=16418 vsize=12404 CPUtime=39.98
/proc/16420/stat : 16420 (SATzilla2007_R) S 16418 16420 16293 0 -1 4194304 10779 24507 0 0 3266 8 711 13 25 0 1 0 38075591 12701696 2867 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16420/statm: 3101 2867 157 260 0 2825 0
[pid=16424] ppid=16420 vsize=39116 CPUtime=11.05
/proc/16424/stat : 16424 (march_dl) R 16420 16420 16293 0 -1 4194304 35997 0 0 0 1088 17 0 0 25 0 1 0 38079595 40054784 8902 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134559918 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16424/statm: 9779 8902 69 118 0 9658 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 51520

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.72 2/66 16424
/proc/meminfo: memFree=497016/2055920 swapFree=4192956/4192956
[pid=16420] ppid=16418 vsize=12404 CPUtime=39.98
/proc/16420/stat : 16420 (SATzilla2007_R) S 16418 16420 16293 0 -1 4194304 10779 24507 0 0 3266 8 711 13 25 0 1 0 38075591 12701696 2867 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16420/statm: 3101 2867 157 260 0 2825 0
[pid=16424] ppid=16420 vsize=207268 CPUtime=62.23
/proc/16424/stat : 16424 (march_dl) R 16420 16420 16293 0 -1 4194304 82671 0 0 0 6186 37 0 0 25 0 1 0 38079595 212242432 49908 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134532772 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16424/statm: 51817 49908 75 118 0 51696 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 219672

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.73 2/66 16424
/proc/meminfo: memFree=497016/2055920 swapFree=4192956/4192956
[pid=16420] ppid=16418 vsize=12404 CPUtime=39.98
/proc/16420/stat : 16420 (SATzilla2007_R) S 16418 16420 16293 0 -1 4194304 10779 24507 0 0 3266 8 711 13 25 0 1 0 38075591 12701696 2867 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16420/statm: 3101 2867 157 260 0 2825 0
[pid=16424] ppid=16420 vsize=207268 CPUtime=122.2
/proc/16424/stat : 16424 (march_dl) R 16420 16420 16293 0 -1 4194304 82671 0 0 0 12183 37 0 0 25 0 1 0 38079595 212242432 49908 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527426 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16424/statm: 51817 49908 75 118 0 51696 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 219672

[startup+222.303 s]
/proc/loadavg: 0.99 0.97 0.74 2/66 16424
/proc/meminfo: memFree=497016/2055920 swapFree=4192956/4192956
[pid=16420] ppid=16418 vsize=12404 CPUtime=39.98
/proc/16420/stat : 16420 (SATzilla2007_R) S 16418 16420 16293 0 -1 4194304 10779 24507 0 0 3266 8 711 13 25 0 1 0 38075591 12701696 2867 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16420/statm: 3101 2867 157 260 0 2825 0
[pid=16424] ppid=16420 vsize=207268 CPUtime=182.18
/proc/16424/stat : 16424 (march_dl) R 16420 16420 16293 0 -1 4194304 82671 0 0 0 18181 37 0 0 25 0 1 0 38079595 212242432 49908 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134552331 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16424/statm: 51817 49908 75 118 0 51696 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 219672

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.76 2/72 16508
/proc/meminfo: memFree=495816/2055920 swapFree=4192956/4192956
[pid=16420] ppid=16418 vsize=12404 CPUtime=39.98
/proc/16420/stat : 16420 (SATzilla2007_R) S 16418 16420 16293 0 -1 4194304 10779 24507 0 0 3266 8 711 13 25 0 1 0 38075591 12701696 2867 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16420/statm: 3101 2867 157 260 0 2825 0
[pid=16424] ppid=16420 vsize=207268 CPUtime=242.13
/proc/16424/stat : 16424 (march_dl) R 16420 16420 16293 0 -1 4194304 82671 0 0 0 24175 38 0 0 25 0 1 0 38079595 212242432 49908 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527368 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16424/statm: 51817 49908 75 118 0 51696 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 219672

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.77 2/72 16600
/proc/meminfo: memFree=495680/2055920 swapFree=4192956/4192956
[pid=16420] ppid=16418 vsize=12404 CPUtime=39.98
/proc/16420/stat : 16420 (SATzilla2007_R) S 16418 16420 16293 0 -1 4194304 10779 24507 0 0 3266 8 711 13 25 0 1 0 38075591 12701696 2867 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16420/statm: 3101 2867 157 260 0 2825 0
[pid=16424] ppid=16420 vsize=207268 CPUtime=302.06
/proc/16424/stat : 16424 (march_dl) R 16420 16420 16293 0 -1 4194304 82671 0 0 0 30168 38 0 0 25 0 1 0 38079595 212242432 49908 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134567185 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16424/statm: 51817 49908 75 118 0 51696 0
Current children cumulated CPU time (s) 342.04
Current children cumulated vsize (KiB) 219672

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.78 2/66 16622
/proc/meminfo: memFree=496696/2055920 swapFree=4192956/4192956

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


[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.84 2/66 16622
/proc/meminfo: memFree=496824/2055920 swapFree=4192956/4192956
[pid=16420] ppid=16418 vsize=12404 CPUtime=39.98
/proc/16420/stat : 16420 (SATzilla2007_R) S 16418 16420 16293 0 -1 4194304 10779 24507 0 0 3266 8 711 13 25 0 1 0 38075591 12701696 2867 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16420/statm: 3101 2867 157 260 0 2825 0
[pid=16424] ppid=16420 vsize=207268 CPUtime=781.87
/proc/16424/stat : 16424 (march_dl) R 16420 16420 16293 0 -1 4194304 82671 0 0 0 78147 40 0 0 25 0 1 0 38079595 212242432 49908 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16424/statm: 51817 49908 75 118 0 51696 0
Current children cumulated CPU time (s) 821.85
Current children cumulated vsize (KiB) 219672

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.85 2/66 16622
/proc/meminfo: memFree=496824/2055920 swapFree=4192956/4192956
[pid=16420] ppid=16418 vsize=12404 CPUtime=39.98
/proc/16420/stat : 16420 (SATzilla2007_R) S 16418 16420 16293 0 -1 4194304 10779 24507 0 0 3266 8 711 13 25 0 1 0 38075591 12701696 2867 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16420/statm: 3101 2867 157 260 0 2825 0
[pid=16424] ppid=16420 vsize=207268 CPUtime=841.85
/proc/16424/stat : 16424 (march_dl) R 16420 16420 16293 0 -1 4194304 82671 0 0 0 84144 41 0 0 25 0 1 0 38079595 212242432 49908 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134588245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16424/statm: 51817 49908 75 118 0 51696 0
Current children cumulated CPU time (s) 881.83
Current children cumulated vsize (KiB) 219672

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.85 2/66 16622
/proc/meminfo: memFree=496952/2055920 swapFree=4192956/4192956
[pid=16420] ppid=16418 vsize=12404 CPUtime=39.98
/proc/16420/stat : 16420 (SATzilla2007_R) S 16418 16420 16293 0 -1 4194304 10779 24507 0 0 3266 8 711 13 25 0 1 0 38075591 12701696 2867 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16420/statm: 3101 2867 157 260 0 2825 0
[pid=16424] ppid=16420 vsize=207268 CPUtime=901.83
/proc/16424/stat : 16424 (march_dl) R 16420 16420 16293 0 -1 4194304 82671 0 0 0 90142 41 0 0 25 0 1 0 38079595 212242432 49908 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134550945 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16424/statm: 51817 49908 75 118 0 51696 0
Current children cumulated CPU time (s) 941.81
Current children cumulated vsize (KiB) 219672

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.86 2/66 16624
/proc/meminfo: memFree=496952/2055920 swapFree=4192956/4192956
[pid=16420] ppid=16418 vsize=12404 CPUtime=39.98
/proc/16420/stat : 16420 (SATzilla2007_R) S 16418 16420 16293 0 -1 4194304 10779 24507 0 0 3266 8 711 13 25 0 1 0 38075591 12701696 2867 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16420/statm: 3101 2867 157 260 0 2825 0
[pid=16424] ppid=16420 vsize=207268 CPUtime=961.8
/proc/16424/stat : 16424 (march_dl) R 16420 16420 16293 0 -1 4194304 82671 0 0 0 96139 41 0 0 25 0 1 0 38079595 212242432 49908 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134587391 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16424/statm: 51817 49908 75 118 0 51696 0
Current children cumulated CPU time (s) 1001.78
Current children cumulated vsize (KiB) 219672

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.86 2/66 16624
/proc/meminfo: memFree=497080/2055920 swapFree=4192956/4192956
[pid=16420] ppid=16418 vsize=12404 CPUtime=39.98
/proc/16420/stat : 16420 (SATzilla2007_R) S 16418 16420 16293 0 -1 4194304 10779 24507 0 0 3266 8 711 13 25 0 1 0 38075591 12701696 2867 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16420/statm: 3101 2867 157 260 0 2825 0
[pid=16424] ppid=16420 vsize=207268 CPUtime=1021.78
/proc/16424/stat : 16424 (march_dl) R 16420 16420 16293 0 -1 4194304 82671 0 0 0 102137 41 0 0 25 0 1 0 38079595 212242432 49908 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134521533 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16424/statm: 51817 49908 75 118 0 51696 0
Current children cumulated CPU time (s) 1061.76
Current children cumulated vsize (KiB) 219672

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.87 2/66 16624
/proc/meminfo: memFree=497016/2055920 swapFree=4192956/4192956
[pid=16420] ppid=16418 vsize=12404 CPUtime=39.98
/proc/16420/stat : 16420 (SATzilla2007_R) S 16418 16420 16293 0 -1 4194304 10779 24507 0 0 3266 8 711 13 25 0 1 0 38075591 12701696 2867 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16420/statm: 3101 2867 157 260 0 2825 0
[pid=16424] ppid=16420 vsize=207268 CPUtime=1081.77
/proc/16424/stat : 16424 (march_dl) R 16420 16420 16293 0 -1 4194304 82671 0 0 0 108135 42 0 0 25 0 1 0 38079595 212242432 49908 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551969 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16424/statm: 51817 49908 75 118 0 51696 0
Current children cumulated CPU time (s) 1121.75
Current children cumulated vsize (KiB) 219672

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.87 2/66 16624
/proc/meminfo: memFree=497016/2055920 swapFree=4192956/4192956
[pid=16420] ppid=16418 vsize=12404 CPUtime=39.98
/proc/16420/stat : 16420 (SATzilla2007_R) S 16418 16420 16293 0 -1 4194304 10779 24507 0 0 3266 8 711 13 25 0 1 0 38075591 12701696 2867 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16420/statm: 3101 2867 157 260 0 2825 0
[pid=16424] ppid=16420 vsize=207268 CPUtime=1141.74
/proc/16424/stat : 16424 (march_dl) R 16420 16420 16293 0 -1 4194304 82671 0 0 0 114132 42 0 0 25 0 1 0 38079595 212242432 49908 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134564744 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16424/statm: 51817 49908 75 118 0 51696 0
Current children cumulated CPU time (s) 1181.72
Current children cumulated vsize (KiB) 219672

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.97 0.88 2/66 16624
/proc/meminfo: memFree=497016/2055920 swapFree=4192956/4192956
[pid=16420] ppid=16418 vsize=12404 CPUtime=39.98
/proc/16420/stat : 16420 (SATzilla2007_R) S 16418 16420 16293 0 -1 4194304 10779 24507 0 0 3266 8 711 13 25 0 1 0 38075591 12701696 2867 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16420/statm: 3101 2867 157 260 0 2825 0
[pid=16424] ppid=16420 vsize=207268 CPUtime=1149.74
/proc/16424/stat : 16424 (march_dl) R 16420 16420 16293 0 -1 4194304 82671 0 0 0 114932 42 0 0 25 0 1 0 38079595 212242432 49908 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134550987 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16424/statm: 51817 49908 75 118 0 51696 0
Current children cumulated CPU time (s) 1189.72
Current children cumulated vsize (KiB) 219672

[startup+1196.7 s]
/proc/loadavg: 0.99 0.97 0.88 2/66 16624
/proc/meminfo: memFree=497016/2055920 swapFree=4192956/4192956
[pid=16420] ppid=16418 vsize=12404 CPUtime=39.98
/proc/16420/stat : 16420 (SATzilla2007_R) S 16418 16420 16293 0 -1 4194304 10779 24507 0 0 3266 8 711 13 25 0 1 0 38075591 12701696 2867 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16420/statm: 3101 2867 157 260 0 2825 0
[pid=16424] ppid=16420 vsize=207268 CPUtime=1156.14
/proc/16424/stat : 16424 (march_dl) R 16420 16420 16293 0 -1 4194304 82671 0 0 0 115572 42 0 0 25 0 1 0 38079595 212242432 49908 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134550942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16424/statm: 51817 49908 75 118 0 51696 0
Current children cumulated CPU time (s) 1196.12
Current children cumulated vsize (KiB) 219672

[startup+1198.3 s]
/proc/loadavg: 0.99 0.97 0.88 2/66 16624
/proc/meminfo: memFree=497016/2055920 swapFree=4192956/4192956
[pid=16420] ppid=16418 vsize=12404 CPUtime=39.98
/proc/16420/stat : 16420 (SATzilla2007_R) S 16418 16420 16293 0 -1 4194304 10779 24507 0 0 3266 8 711 13 25 0 1 0 38075591 12701696 2867 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16420/statm: 3101 2867 157 260 0 2825 0
[pid=16424] ppid=16420 vsize=207268 CPUtime=1157.74
/proc/16424/stat : 16424 (march_dl) R 16420 16420 16293 0 -1 4194304 82671 0 0 0 115732 42 0 0 25 0 1 0 38079595 212242432 49908 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134564744 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16424/statm: 51817 49908 75 118 0 51696 0
Current children cumulated CPU time (s) 1197.72
Current children cumulated vsize (KiB) 219672

[startup+1199.1 s]
/proc/loadavg: 0.99 0.97 0.88 2/66 16624
/proc/meminfo: memFree=497016/2055920 swapFree=4192956/4192956
[pid=16420] ppid=16418 vsize=12404 CPUtime=39.98
/proc/16420/stat : 16420 (SATzilla2007_R) S 16418 16420 16293 0 -1 4194304 10779 24507 0 0 3266 8 711 13 25 0 1 0 38075591 12701696 2867 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16420/statm: 3101 2867 157 260 0 2825 0
[pid=16424] ppid=16420 vsize=207268 CPUtime=1158.54
/proc/16424/stat : 16424 (march_dl) R 16420 16420 16293 0 -1 4194304 82671 0 0 0 115812 42 0 0 25 0 1 0 38079595 212242432 49908 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134550942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16424/statm: 51817 49908 75 118 0 51696 0
Current children cumulated CPU time (s) 1198.52
Current children cumulated vsize (KiB) 219672

[startup+1199.9 s]
/proc/loadavg: 0.99 0.97 0.88 2/66 16624
/proc/meminfo: memFree=497016/2055920 swapFree=4192956/4192956
[pid=16420] ppid=16418 vsize=12404 CPUtime=39.98
/proc/16420/stat : 16420 (SATzilla2007_R) S 16418 16420 16293 0 -1 4194304 10779 24507 0 0 3266 8 711 13 25 0 1 0 38075591 12701696 2867 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16420/statm: 3101 2867 157 260 0 2825 0
[pid=16424] ppid=16420 vsize=207268 CPUtime=1159.34
/proc/16424/stat : 16424 (march_dl) R 16420 16420 16293 0 -1 4194304 82671 0 0 0 115892 42 0 0 25 0 1 0 38079595 212242432 49908 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134521497 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16424/statm: 51817 49908 75 118 0 51696 0
Current children cumulated CPU time (s) 1199.32
Current children cumulated vsize (KiB) 219672

[startup+1200.3 s]
/proc/loadavg: 0.99 0.97 0.88 2/66 16624
/proc/meminfo: memFree=497016/2055920 swapFree=4192956/4192956
[pid=16420] ppid=16418 vsize=12404 CPUtime=39.98
/proc/16420/stat : 16420 (SATzilla2007_R) S 16418 16420 16293 0 -1 4194304 10779 24507 0 0 3266 8 711 13 25 0 1 0 38075591 12701696 2867 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16420/statm: 3101 2867 157 260 0 2825 0
[pid=16424] ppid=16420 vsize=207268 CPUtime=1159.74
/proc/16424/stat : 16424 (march_dl) R 16420 16420 16293 0 -1 4194304 82671 0 0 0 115932 42 0 0 25 0 1 0 38079595 212242432 49908 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134550942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16424/statm: 51817 49908 75 118 0 51696 0
Current children cumulated CPU time (s) 1199.72
Current children cumulated vsize (KiB) 219672

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.88 2/66 16624
/proc/meminfo: memFree=497016/2055920 swapFree=4192956/4192956
[pid=16420] ppid=16418 vsize=12404 CPUtime=39.98
/proc/16420/stat : 16420 (SATzilla2007_R) S 16418 16420 16293 0 -1 4194304 10779 24507 0 0 3266 8 711 13 25 0 1 0 38075591 12701696 2867 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16420/statm: 3101 2867 157 260 0 2825 0
[pid=16424] ppid=16420 vsize=0 CPUtime=1159.84
/proc/16424/stat : 16424 (march_dl) R 16420 16420 16293 0 -1 4195332 82671 0 0 0 115940 44 0 0 25 0 1 0 38079595 0 0 18446744073709551615 0 0 0 0 0 256 0 8392704 0 0 0 0 17 1 0 0
/proc/16424/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1199.82
Current children cumulated vsize (KiB) 12404

Child status: 1
Real time (s): 1200.42
CPU time (s): 1199.85
CPU user time (s): 1199.18
CPU system time (s): 0.673897
CPU usage (%): 99.9532
Max. virtual memory (cumulated for all children) (KiB): 231148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.18
system time used= 0.673897
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117966
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= 28
involuntary context switches= 2350

runsolver used 0.994848 second user time and 2.51462 second system time

The end

Launcher Data (download as text)

Begin job on node45 on Mon Mar  5 18:56:38 UTC 2007

IDJOB= 328678
IDBENCH= 20521
IDSOLVER= 134
FILE ID= node45/328678-1173120998

PBS_JOBID= 4015162

Free space on /tmp= 66535 MiB

SOLVER NAME= SATzilla RANDOM
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k80.cnf
COMMAND LINE= /tmp/evaluation/328678-1173120998/SATzilla2007_R /tmp/evaluation/328678-1173120998/instance-328678-1173120998.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node45/watcher-328678-1173120998 -o ROOT/results/node45/solver-328678-1173120998 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/328678-1173120998/SATzilla2007_R /tmp/evaluation/328678-1173120998/instance-328678-1173120998.cnf            

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  337e301d7c1a4748ec4a1ced7e688c38

RANDOM SEED= 691291020

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/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.265
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.265
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:        708256 kB
Buffers:         43300 kB
Cached:        1207220 kB
SwapCached:          0 kB
Active:         224088 kB
Inactive:      1041832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        708256 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           12440 kB
Writeback:           0 kB
Mapped:          25564 kB
Slab:            67796 kB
Committed_AS:    96904 kB
PageTables:       1396 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= 66535 MiB

End job on node45 on Mon Mar  5 19:16:39 UTC 2007