Trace number 330610

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? (TO) 1200.04 1200.51

General information on the benchmark

Nameindustrial/IBM_FV_2004_30/
IBM_FV_2004_rule_batch_30_SAT_dat.k25.cnf
MD5SUMcb7e94a0572e125e87a474412f4998c5
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 variables50004
Number of clauses206879
Sum of the clauses size527991
Maximum clause length12
Minimum clause length1
Number of clauses of size 12072
Number of clauses of size 2145945
Number of clauses of size 338456
Number of clauses of size 47314
Number of clauses of size 54149
Number of clauses of size over 58943

Solver Data (download as text)

20.87/20.94	c run March_dl for 5 seconds ... 
20.87/20.94	c Bin: Executing march_dl
20.87/20.94	c child exit by a signal
20.87/20.94	c march_dl returned code 137.
20.87/20.94	c run saps (UBCSAT implementation) for 2 seconds ... 
20.87/20.94	c Bin: Executing ubcsat2006
20.87/20.94	c child exited successfully
20.87/20.94	c ubcsat2006 returned code 0.
20.87/20.94	c satzilla computing base features
20.87/20.94	c satzilla doing unit-prop probe
20.87/20.94	c satzilla doing local search probe
20.87/20.94	c satzilla doing lobjois search-space size estimate
20.87/20.94	c satzilla's ranking:
20.87/20.94	c 1) march_dl: -8413.862090
20.87/20.94	c 2) minisat20+P: 739.272875
20.87/20.94	c 3) kcnfs: 873.085254
20.87/20.94	c 4) kcnfs+P: 999.000000
20.87/20.94	c 5) march_dl+P: 999.000000
20.87/20.94	c 6) vallst+P: 999.000000
20.87/20.94	c 7) zchaff_rand+P: 999.000000
20.87/20.94	c 8) vallst: 999.000000
20.87/20.94	c 9) zchaff_rand: 999.000000
20.87/20.94	c 10) minisat20: 999.000000
20.87/20.94	c satzilla running march_dl ... 
1199.70/1200.22	c Bin: Executing march_dl
1199.70/1200.22	c child exit by a signal
1199.70/1200.22	c march_dl returned code 137.
1199.70/1200.22	c march_dl returned code 137.
1199.70/1200.22	c satzilla running minisat20 with preprocessing ... 

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node66/watcher-330610-1173169482 -o ROOT/results/node66/solver-330610-1173169482 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/330610-1173169482/SATzilla2007_R /tmp/evaluation/330610-1173169482/instance-330610-1173169482.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.99 0.97 0.98 3/64 16195
/proc/meminfo: memFree=1439376/2055920 swapFree=4183296/4192956
[pid=16195] ppid=16193 vsize=1440 CPUtime=0
/proc/16195/stat : 16195 (SATzilla2007_R) R 16193 16195 15159 0 -1 4194304 127 0 0 0 0 0 0 0 19 0 1 0 336905794 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/16195/statm: 360 110 95 260 0 84 0
[pid=16196] ppid=16195 vsize=632 CPUtime=0
/proc/16196/stat : 16196 (march_dl) R 16195 16195 15159 0 -1 4194304 51 0 0 0 0 0 0 0 19 0 1 0 336905794 647168 46 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16196/statm: 158 46 39 118 0 37 0

[startup+0.00826007 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 16195
/proc/meminfo: memFree=1439376/2055920 swapFree=4183296/4192956
[pid=16195] ppid=16193 vsize=1440 CPUtime=0
/proc/16195/stat : 16195 (SATzilla2007_R) S 16193 16195 15159 0 -1 4194304 128 0 0 0 0 0 0 0 19 0 1 0 336905794 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16195/statm: 360 110 95 260 0 84 0
[pid=16196] ppid=16195 vsize=632 CPUtime=0
/proc/16196/stat : 16196 (march_dl) R 16195 16195 15159 0 -1 4194304 51 0 0 0 0 0 0 0 19 0 1 0 336905794 647168 46 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16196/statm: 158 46 39 118 0 37 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2072

[startup+0.101278 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 16195
/proc/meminfo: memFree=1439376/2055920 swapFree=4183296/4192956
[pid=16195] ppid=16193 vsize=1440 CPUtime=0
/proc/16195/stat : 16195 (SATzilla2007_R) S 16193 16195 15159 0 -1 4194304 128 0 0 0 0 0 0 0 19 0 1 0 336905794 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16195/statm: 360 110 95 260 0 84 0
[pid=16196] ppid=16195 vsize=5808 CPUtime=0.09
/proc/16196/stat : 16196 (march_dl) R 16195 16195 15159 0 -1 4194304 1153 0 0 0 9 0 0 0 21 0 1 0 336905794 5947392 1148 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134549887 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16196/statm: 1452 1149 50 118 0 1331 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7248

[startup+0.301319 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 16195
/proc/meminfo: memFree=1439376/2055920 swapFree=4183296/4192956
[pid=16195] ppid=16193 vsize=1440 CPUtime=0
/proc/16195/stat : 16195 (SATzilla2007_R) S 16193 16195 15159 0 -1 4194304 128 0 0 0 0 0 0 0 19 0 1 0 336905794 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16195/statm: 360 110 95 260 0 84 0
[pid=16196] ppid=16195 vsize=8448 CPUtime=0.29
/proc/16196/stat : 16196 (march_dl) R 16195 16195 15159 0 -1 4194304 1950 0 0 0 28 1 0 0 23 0 1 0 336905794 8650752 1945 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16196/statm: 2112 1945 50 118 0 1991 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9888

[startup+0.701398 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 16195
/proc/meminfo: memFree=1439376/2055920 swapFree=4183296/4192956
[pid=16195] ppid=16193 vsize=1440 CPUtime=0
/proc/16195/stat : 16195 (SATzilla2007_R) S 16193 16195 15159 0 -1 4194304 128 0 0 0 0 0 0 0 19 0 1 0 336905794 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16195/statm: 360 110 95 260 0 84 0
[pid=16196] ppid=16195 vsize=20452 CPUtime=0.69
/proc/16196/stat : 16196 (march_dl) R 16195 16195 15159 0 -1 4194304 5205 0 0 0 67 2 0 0 25 0 1 0 336905794 20942848 4257 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134548704 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16196/statm: 5113 4257 55 118 0 4992 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21892

[startup+1.50156 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 16197
/proc/meminfo: memFree=1422208/2055920 swapFree=4183296/4192956
[pid=16195] ppid=16193 vsize=1440 CPUtime=0
/proc/16195/stat : 16195 (SATzilla2007_R) S 16193 16195 15159 0 -1 4194304 128 0 0 0 0 0 0 0 19 0 1 0 336905794 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16195/statm: 360 110 95 260 0 84 0
[pid=16196] ppid=16195 vsize=20380 CPUtime=1.48
/proc/16196/stat : 16196 (march_dl) R 16195 16195 15159 0 -1 4194304 6670 0 0 0 146 2 0 0 25 0 1 0 336905794 20869120 4257 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134649599 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16196/statm: 5095 4257 57 118 0 4974 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 21820

[startup+3.10188 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 16197
/proc/meminfo: memFree=1407744/2055920 swapFree=4183296/4192956
[pid=16195] ppid=16193 vsize=1440 CPUtime=0
/proc/16195/stat : 16195 (SATzilla2007_R) S 16193 16195 15159 0 -1 4194304 128 0 0 0 0 0 0 0 19 0 1 0 336905794 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16195/statm: 360 110 95 260 0 84 0
[pid=16196] ppid=16195 vsize=38836 CPUtime=3.09
/proc/16196/stat : 16196 (march_dl) R 16195 16195 15159 0 -1 4194304 11961 0 0 0 305 4 0 0 25 0 1 0 336905794 39768064 8568 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16196/statm: 9709 8568 69 118 0 9588 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40276

[startup+6.30153 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 16198
/proc/meminfo: memFree=1426048/2055920 swapFree=4183296/4192956
[pid=16195] ppid=16193 vsize=1440 CPUtime=5
/proc/16195/stat : 16195 (SATzilla2007_R) S 16193 16195 15159 0 -1 4194304 135 12268 0 0 0 0 495 5 16 0 1 0 336905794 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16195/statm: 360 111 96 260 0 84 0
[pid=16198] ppid=16195 vsize=18488 CPUtime=1.28
/proc/16198/stat : 16198 (ubcsat2006) R 16195 16195 15159 0 -1 4194304 3395 0 0 0 126 2 0 0 25 0 1 0 336906295 18931712 3378 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16198/statm: 4622 3378 156 64 0 4203 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 19928

[startup+12.7018 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 16198
/proc/meminfo: memFree=1419464/2055920 swapFree=4183296/4192956
[pid=16195] ppid=16193 vsize=21756 CPUtime=12.66
/proc/16195/stat : 16195 (SATzilla2007_R) R 16193 16195 15159 0 -1 4194304 5092 15672 0 0 534 3 722 7 25 0 1 0 336905794 22278144 5061 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/16195/statm: 5439 5061 121 260 0 5163 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 21756

[startup+25.5014 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 16199
/proc/meminfo: memFree=1391680/2055920 swapFree=4183296/4192956
[pid=16195] ppid=16193 vsize=13900 CPUtime=20.9
/proc/16195/stat : 16195 (SATzilla2007_R) S 16193 16195 15159 0 -1 4194304 12427 15672 0 0 1352 9 722 7 25 0 1 0 336905794 14233600 3247 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16195/statm: 3475 3247 157 260 0 3199 0
[pid=16199] ppid=16195 vsize=39892 CPUtime=4.55
/proc/16199/stat : 16199 (march_dl) R 16195 16195 15159 0 -1 4194304 12256 0 0 0 450 5 0 0 25 0 1 0 336907888 40849408 8863 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134559669 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16199/statm: 9973 8863 69 118 0 9852 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 53792

[startup+51.1015 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 16199
/proc/meminfo: memFree=1383936/2055920 swapFree=4183296/4192956
[pid=16195] ppid=16193 vsize=13900 CPUtime=20.9
/proc/16195/stat : 16195 (SATzilla2007_R) S 16193 16195 15159 0 -1 4194304 12427 15672 0 0 1352 9 722 7 25 0 1 0 336905794 14233600 3247 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16195/statm: 3475 3247 157 260 0 3199 0
[pid=16199] ppid=16195 vsize=50344 CPUtime=30.13
/proc/16199/stat : 16199 (march_dl) R 16195 16195 15159 0 -1 4194304 44220 0 0 0 2994 19 0 0 25 0 1 0 336907888 51552256 11592 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134560234 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16199/statm: 12586 11592 69 118 0 12465 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 64244

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 16199
/proc/meminfo: memFree=1353216/2055920 swapFree=4183296/4192956
[pid=16195] ppid=16193 vsize=13900 CPUtime=20.9
/proc/16195/stat : 16195 (SATzilla2007_R) S 16193 16195 15159 0 -1 4194304 12427 15672 0 0 1352 9 722 7 25 0 1 0 336905794 14233600 3247 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16195/statm: 3475 3247 157 260 0 3199 0
[pid=16199] ppid=16195 vsize=88604 CPUtime=81.32
/proc/16199/stat : 16199 (march_dl) R 16195 16195 15159 0 -1 4194304 78016 0 0 0 8072 60 0 0 25 0 1 0 336907888 90730496 18459 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134528156 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16199/statm: 22151 18459 75 118 0 22030 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 102504

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 16199
/proc/meminfo: memFree=1350784/2055920 swapFree=4183296/4192956
[pid=16195] ppid=16193 vsize=13900 CPUtime=20.9
/proc/16195/stat : 16195 (SATzilla2007_R) S 16193 16195 15159 0 -1 4194304 12427 15672 0 0 1352 9 722 7 25 0 1 0 336905794 14233600 3247 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16195/statm: 3475 3247 157 260 0 3199 0
[pid=16199] ppid=16195 vsize=91200 CPUtime=141.29
/proc/16199/stat : 16199 (march_dl) R 16195 16195 15159 0 -1 4194304 78635 0 0 0 14069 60 0 0 25 0 1 0 336907888 93388800 19078 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134564265 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16199/statm: 22800 19078 75 118 0 22679 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 105100

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 16199
/proc/meminfo: memFree=1348544/2055920 swapFree=4183296/4192956
[pid=16195] ppid=16193 vsize=13900 CPUtime=20.9
/proc/16195/stat : 16195 (SATzilla2007_R) S 16193 16195 15159 0 -1 4194304 12427 15672 0 0 1352 9 722 7 25 0 1 0 336905794 14233600 3247 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16195/statm: 3475 3247 157 260 0 3199 0
[pid=16199] ppid=16195 vsize=93292 CPUtime=201.27
/proc/16199/stat : 16199 (march_dl) R 16195 16195 15159 0 -1 4194304 79164 0 0 0 20066 61 0 0 25 0 1 0 336907888 95531008 19607 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134536988 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16199/statm: 23323 19607 75 118 0 23202 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 107192

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 16199
/proc/meminfo: memFree=1347584/2055920 swapFree=4183296/4192956
[pid=16195] ppid=16193 vsize=13900 CPUtime=20.9
/proc/16195/stat : 16195 (SATzilla2007_R) S 16193 16195 15159 0 -1 4194304 12427 15672 0 0 1352 9 722 7 25 0 1 0 336905794 14233600 3247 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16195/statm: 3475 3247 157 260 0 3199 0
[pid=16199] ppid=16195 vsize=94216 CPUtime=261.25
/proc/16199/stat : 16199 (march_dl) R 16195 16195 15159 0 -1 4194304 79402 0 0 0 26064 61 0 0 25 0 1 0 336907888 96477184 19845 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134533023 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16199/statm: 23554 19845 75 118 0 23433 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 108116

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 16199
/proc/meminfo: memFree=1347456/2055920 swapFree=4183296/4192956
[pid=16195] ppid=16193 vsize=13900 CPUtime=20.9
/proc/16195/stat : 16195 (SATzilla2007_R) S 16193 16195 15159 0 -1 4194304 12427 15672 0 0 1352 9 722 7 25 0 1 0 336905794 14233600 3247 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16195/statm: 3475 3247 157 260 0 3199 0
[pid=16199] ppid=16195 vsize=94344 CPUtime=321.22
/proc/16199/stat : 16199 (march_dl) R 16195 16195 15159 0 -1 4194304 79436 0 0 0 32061 61 0 0 25 0 1 0 336907888 96608256 19879 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134552054 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16199/statm: 23586 19879 75 118 0 23465 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 108244


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

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 16199
/proc/meminfo: memFree=1347008/2055920 swapFree=4183296/4192956
[pid=16195] ppid=16193 vsize=13900 CPUtime=20.9
/proc/16195/stat : 16195 (SATzilla2007_R) S 16193 16195 15159 0 -1 4194304 12427 15672 0 0 1352 9 722 7 25 0 1 0 336905794 14233600 3247 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16195/statm: 3475 3247 157 260 0 3199 0
[pid=16199] ppid=16195 vsize=94876 CPUtime=501.16
/proc/16199/stat : 16199 (march_dl) R 16195 16195 15159 0 -1 4194304 79540 0 0 0 50054 62 0 0 25 0 1 0 336907888 97153024 19983 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134552115 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16199/statm: 23719 19983 75 118 0 23598 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 108776

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 16199
/proc/meminfo: memFree=1347072/2055920 swapFree=4183296/4192956
[pid=16195] ppid=16193 vsize=13900 CPUtime=20.9
/proc/16195/stat : 16195 (SATzilla2007_R) S 16193 16195 15159 0 -1 4194304 12427 15672 0 0 1352 9 722 7 25 0 1 0 336905794 14233600 3247 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16195/statm: 3475 3247 157 260 0 3199 0
[pid=16199] ppid=16195 vsize=94876 CPUtime=561.13
/proc/16199/stat : 16199 (march_dl) R 16195 16195 15159 0 -1 4194304 79541 0 0 0 56051 62 0 0 25 0 1 0 336907888 97153024 19984 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134528042 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16199/statm: 23719 19984 75 118 0 23598 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 108776

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 16199
/proc/meminfo: memFree=1347008/2055920 swapFree=4183296/4192956
[pid=16195] ppid=16193 vsize=13900 CPUtime=20.9
/proc/16195/stat : 16195 (SATzilla2007_R) S 16193 16195 15159 0 -1 4194304 12427 15672 0 0 1352 9 722 7 25 0 1 0 336905794 14233600 3247 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16195/statm: 3475 3247 157 260 0 3199 0
[pid=16199] ppid=16195 vsize=94876 CPUtime=621.11
/proc/16199/stat : 16199 (march_dl) R 16195 16195 15159 0 -1 4194304 79541 0 0 0 62049 62 0 0 25 0 1 0 336907888 97153024 19984 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551836 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16199/statm: 23719 19984 75 118 0 23598 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 108776

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 16199
/proc/meminfo: memFree=1347072/2055920 swapFree=4183296/4192956
[pid=16195] ppid=16193 vsize=13900 CPUtime=20.9
/proc/16195/stat : 16195 (SATzilla2007_R) S 16193 16195 15159 0 -1 4194304 12427 15672 0 0 1352 9 722 7 25 0 1 0 336905794 14233600 3247 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16195/statm: 3475 3247 157 260 0 3199 0
[pid=16199] ppid=16195 vsize=94876 CPUtime=681.09
/proc/16199/stat : 16199 (march_dl) R 16195 16195 15159 0 -1 4194304 79541 0 0 0 68047 62 0 0 25 0 1 0 336907888 97153024 19984 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134552113 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16199/statm: 23719 19984 75 118 0 23598 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 108776

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 16199
/proc/meminfo: memFree=1347008/2055920 swapFree=4183296/4192956
[pid=16195] ppid=16193 vsize=13900 CPUtime=20.9
/proc/16195/stat : 16195 (SATzilla2007_R) S 16193 16195 15159 0 -1 4194304 12427 15672 0 0 1352 9 722 7 25 0 1 0 336905794 14233600 3247 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16195/statm: 3475 3247 157 260 0 3199 0
[pid=16199] ppid=16195 vsize=94876 CPUtime=741.07
/proc/16199/stat : 16199 (march_dl) R 16195 16195 15159 0 -1 4194304 79541 0 0 0 74045 62 0 0 25 0 1 0 336907888 97153024 19984 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551915 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16199/statm: 23719 19984 75 118 0 23598 0
Current children cumulated CPU time (s) 761.97
Current children cumulated vsize (KiB) 108776

[startup+822.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 16199
/proc/meminfo: memFree=1347072/2055920 swapFree=4183296/4192956
[pid=16195] ppid=16193 vsize=13900 CPUtime=20.9
/proc/16195/stat : 16195 (SATzilla2007_R) S 16193 16195 15159 0 -1 4194304 12427 15672 0 0 1352 9 722 7 25 0 1 0 336905794 14233600 3247 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16195/statm: 3475 3247 157 260 0 3199 0
[pid=16199] ppid=16195 vsize=94876 CPUtime=801.04
/proc/16199/stat : 16199 (march_dl) R 16195 16195 15159 0 -1 4194304 79541 0 0 0 80042 62 0 0 25 0 1 0 336907888 97153024 19984 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134532980 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16199/statm: 23719 19984 75 118 0 23598 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 108776

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 16199
/proc/meminfo: memFree=1347072/2055920 swapFree=4183296/4192956
[pid=16195] ppid=16193 vsize=13900 CPUtime=20.9
/proc/16195/stat : 16195 (SATzilla2007_R) S 16193 16195 15159 0 -1 4194304 12427 15672 0 0 1352 9 722 7 25 0 1 0 336905794 14233600 3247 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16195/statm: 3475 3247 157 260 0 3199 0
[pid=16199] ppid=16195 vsize=94876 CPUtime=861.02
/proc/16199/stat : 16199 (march_dl) R 16195 16195 15159 0 -1 4194304 79541 0 0 0 86040 62 0 0 25 0 1 0 336907888 97153024 19984 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16199/statm: 23719 19984 75 118 0 23598 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 108776

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 16199
/proc/meminfo: memFree=1347072/2055920 swapFree=4183296/4192956
[pid=16195] ppid=16193 vsize=13900 CPUtime=20.9
/proc/16195/stat : 16195 (SATzilla2007_R) S 16193 16195 15159 0 -1 4194304 12427 15672 0 0 1352 9 722 7 25 0 1 0 336905794 14233600 3247 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16195/statm: 3475 3247 157 260 0 3199 0
[pid=16199] ppid=16195 vsize=94876 CPUtime=921
/proc/16199/stat : 16199 (march_dl) R 16195 16195 15159 0 -1 4194304 79542 0 0 0 92038 62 0 0 25 0 1 0 336907888 97153024 19985 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134550938 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16199/statm: 23719 19985 75 118 0 23598 0
Current children cumulated CPU time (s) 941.9
Current children cumulated vsize (KiB) 108776

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 16199
/proc/meminfo: memFree=1347136/2055920 swapFree=4183296/4192956
[pid=16195] ppid=16193 vsize=13900 CPUtime=20.9
/proc/16195/stat : 16195 (SATzilla2007_R) S 16193 16195 15159 0 -1 4194304 12427 15672 0 0 1352 9 722 7 25 0 1 0 336905794 14233600 3247 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16195/statm: 3475 3247 157 260 0 3199 0
[pid=16199] ppid=16195 vsize=94876 CPUtime=980.97
/proc/16199/stat : 16199 (march_dl) R 16195 16195 15159 0 -1 4194304 79542 0 0 0 98035 62 0 0 25 0 1 0 336907888 97153024 19985 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134552076 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16199/statm: 23719 19985 75 118 0 23598 0
Current children cumulated CPU time (s) 1001.87
Current children cumulated vsize (KiB) 108776

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 16199
/proc/meminfo: memFree=1347072/2055920 swapFree=4183296/4192956
[pid=16195] ppid=16193 vsize=13900 CPUtime=20.9
/proc/16195/stat : 16195 (SATzilla2007_R) S 16193 16195 15159 0 -1 4194304 12427 15672 0 0 1352 9 722 7 25 0 1 0 336905794 14233600 3247 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16195/statm: 3475 3247 157 260 0 3199 0
[pid=16199] ppid=16195 vsize=94876 CPUtime=1040.95
/proc/16199/stat : 16199 (march_dl) R 16195 16195 15159 0 -1 4194304 79542 0 0 0 104033 62 0 0 25 0 1 0 336907888 97153024 19985 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551969 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16199/statm: 23719 19985 75 118 0 23598 0
Current children cumulated CPU time (s) 1061.85
Current children cumulated vsize (KiB) 108776

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 16199
/proc/meminfo: memFree=1347072/2055920 swapFree=4183296/4192956
[pid=16195] ppid=16193 vsize=13900 CPUtime=20.9
/proc/16195/stat : 16195 (SATzilla2007_R) S 16193 16195 15159 0 -1 4194304 12427 15672 0 0 1352 9 722 7 25 0 1 0 336905794 14233600 3247 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16195/statm: 3475 3247 157 260 0 3199 0
[pid=16199] ppid=16195 vsize=94876 CPUtime=1100.93
/proc/16199/stat : 16199 (march_dl) R 16195 16195 15159 0 -1 4194304 79542 0 0 0 110031 62 0 0 25 0 1 0 336907888 97153024 19985 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134552115 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16199/statm: 23719 19985 75 118 0 23598 0
Current children cumulated CPU time (s) 1121.83
Current children cumulated vsize (KiB) 108776

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 16201
/proc/meminfo: memFree=1347072/2055920 swapFree=4183296/4192956
[pid=16195] ppid=16193 vsize=13900 CPUtime=20.9
/proc/16195/stat : 16195 (SATzilla2007_R) S 16193 16195 15159 0 -1 4194304 12427 15672 0 0 1352 9 722 7 25 0 1 0 336905794 14233600 3247 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16195/statm: 3475 3247 157 260 0 3199 0
[pid=16199] ppid=16195 vsize=94876 CPUtime=1160.9
/proc/16199/stat : 16199 (march_dl) R 16195 16195 15159 0 -1 4194304 79542 0 0 0 116028 62 0 0 25 0 1 0 336907888 97153024 19985 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134550942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16199/statm: 23719 19985 75 118 0 23598 0
Current children cumulated CPU time (s) 1181.8
Current children cumulated vsize (KiB) 108776



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 16201
/proc/meminfo: memFree=1420744/2055920 swapFree=4183296/4192956
[pid=16195] ppid=16193 vsize=19976 CPUtime=1200.01
/proc/16195/stat : 16195 (SATzilla2007_R) R 16193 16195 15159 0 -1 4194304 14065 95214 0 0 1379 9 118542 71 20 0 1 0 336905794 20455424 4772 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135294799 0 0 4096 0 0 0 0 17 1 0 0
/proc/16195/statm: 4994 4772 157 260 0 4718 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 19976

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 16201
/proc/meminfo: memFree=1420744/2055920 swapFree=4183296/4192956
[pid=16195] ppid=16193 vsize=19976 CPUtime=1200.01
/proc/16195/stat : 16195 (SATzilla2007_R) R 16193 16195 15159 0 -1 4194304 14065 95214 0 0 1379 9 118542 71 20 0 1 0 336905794 20455424 4772 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135294799 0 0 4096 0 0 0 0 17 1 0 0
/proc/16195/statm: 4994 4772 157 260 0 4718 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 19976

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.04
CPU user time (s): 1199.22
CPU system time (s): 0.820875
CPU usage (%): 99.961
Max. virtual memory (cumulated for all children) (KiB): 108776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.22
system time used= 0.820875
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109280
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= 27
involuntary context switches= 2086

runsolver used 1.23281 second user time and 2.58361 second system time

The end

Launcher Data (download as text)

Begin job on node66 on Tue Mar  6 08:24:43 UTC 2007

IDJOB= 330610
IDBENCH= 20567
IDSOLVER= 134
FILE ID= node66/330610-1173169482

PBS_JOBID= 4015227

Free space on /tmp= 66527 MiB

SOLVER NAME= SATzilla RANDOM
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2004_30/IBM_FV_2004_rule_batch_30_SAT_dat.k25.cnf
COMMAND LINE= /tmp/evaluation/330610-1173169482/SATzilla2007_R /tmp/evaluation/330610-1173169482/instance-330610-1173169482.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node66/watcher-330610-1173169482 -o ROOT/results/node66/solver-330610-1173169482 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/330610-1173169482/SATzilla2007_R /tmp/evaluation/330610-1173169482/instance-330610-1173169482.cnf            

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  cb7e94a0572e125e87a474412f4998c5

RANDOM SEED= 192286335

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node66.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.259
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	: 5931.00
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.259
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:       1439784 kB
Buffers:         34456 kB
Cached:         493804 kB
SwapCached:       3704 kB
Active:         155964 kB
Inactive:       393336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1439784 kB
SwapTotal:     4192956 kB
SwapFree:      4183296 kB
Dirty:           13008 kB
Writeback:           0 kB
Mapped:          27044 kB
Slab:            52916 kB
Committed_AS:   804840 kB
PageTables:       1404 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= 66527 MiB

End job on node66 on Tue Mar  6 08:44:45 UTC 2007