Trace number 336244

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.12 1200.81

General information on the benchmark

Namecrafted/Hard/contest05/others/
strips-gripper-18t35.sat05-1147.reshuffled-07.cnf
MD5SUM15ed95b3a35c74d0cc5dd4986376305c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark48.2217
Satisfiable
(Un)Satisfiability was proved
Number of variables11318
Number of clauses316793
Sum of the clauses size640466
Maximum clause length38
Minimum clause length1
Number of clauses of size 161
Number of clauses of size 2314245
Number of clauses of size 3173
Number of clauses of size 42250
Number of clauses of size 50
Number of clauses of size over 564

Solver Data (download as text)

17.96/18.11	c run March_dl for 5 seconds ... 
17.96/18.11	c Bin: Executing march_dl
17.96/18.11	c child exit by a signal
17.96/18.11	c march_dl returned code 137.
17.96/18.11	c run saps (UBCSAT implementation) for 2 seconds ... 
17.96/18.11	c Bin: Executing ubcsat2006
17.96/18.11	c child exited successfully
17.96/18.11	c ubcsat2006 returned code 0.
17.96/18.11	c satzilla computing base features
17.96/18.11	c satzilla doing unit-prop probe
17.96/18.11	c satzilla doing local search probe
17.96/18.11	c satzilla doing lobjois search-space size estimate
17.96/18.11	c satzilla's ranking:
17.96/18.11	c 1) kcnfs: -2016.895246
17.96/18.11	c 2) march_dl: -1186.810477
17.96/18.11	c 3) minisat20+P: 66.150567
17.96/18.11	c 4) kcnfs+P: 999.000000
17.96/18.11	c 5) march_dl+P: 999.000000
17.96/18.11	c 6) vallst+P: 999.000000
17.96/18.11	c 7) zchaff_rand+P: 999.000000
17.96/18.11	c 8) vallst: 999.000000
17.96/18.11	c 9) zchaff_rand: 999.000000
17.96/18.11	c 10) minisat20: 999.000000
17.96/18.11	c satzilla running kcnfs ... 
18.46/18.63	c Bin: Executing kcnfs
18.46/18.63	c child exited successfully
18.46/18.63	c kcnfs returned code 0.
18.46/18.63	c kcnfs returned code 0.
18.46/18.63	c satzilla running march_dl ... 
1199.28/1200.02	c Bin: Executing march_dl
1199.28/1200.02	c child exit by a signal
1199.28/1200.02	c march_dl returned code 137.
1199.28/1200.02	c march_dl returned code 137.
1199.28/1200.02	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-336244-1173642851 -o ROOT/results/node66/solver-336244-1173642851 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/336244-1173642851/SATzilla2007_R /tmp/evaluation/336244-1173642851/instance-336244-1173642851.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.97 1.02 3/64 5788
/proc/meminfo: memFree=1881304/2055920 swapFree=4183892/4192956
[pid=5788] ppid=5786 vsize=1440 CPUtime=0
/proc/5788/stat : 5788 (SATzilla2007_R) R 5786 5788 5622 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 384242745 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/5788/statm: 360 110 95 260 0 84 0
[pid=5789] ppid=5788 vsize=3780 CPUtime=0
/proc/5789/stat : 5789 (march_dl) R 5788 5788 5622 0 -1 4194304 542 0 0 0 0 0 0 0 18 0 1 0 384242746 3870720 537 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5789/statm: 945 537 50 118 0 824 0

[startup+0.0240009 s]
/proc/loadavg: 0.91 0.97 1.02 3/64 5788
/proc/meminfo: memFree=1881304/2055920 swapFree=4183892/4192956
[pid=5788] ppid=5786 vsize=1440 CPUtime=0
/proc/5788/stat : 5788 (SATzilla2007_R) S 5786 5788 5622 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 384242745 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5788/statm: 360 110 95 260 0 84 0
[pid=5789] ppid=5788 vsize=4044 CPUtime=0.01
/proc/5789/stat : 5789 (march_dl) R 5788 5788 5622 0 -1 4194304 630 0 0 0 1 0 0 0 19 0 1 0 384242746 4141056 625 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5789/statm: 1011 626 50 118 0 890 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5484

[startup+0.103016 s]
/proc/loadavg: 0.91 0.97 1.02 3/64 5788
/proc/meminfo: memFree=1881304/2055920 swapFree=4183892/4192956
[pid=5788] ppid=5786 vsize=1440 CPUtime=0
/proc/5788/stat : 5788 (SATzilla2007_R) S 5786 5788 5622 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 384242745 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5788/statm: 360 110 95 260 0 84 0
[pid=5789] ppid=5788 vsize=5232 CPUtime=0.09
/proc/5789/stat : 5789 (march_dl) R 5788 5788 5622 0 -1 4194304 994 0 0 0 9 0 0 0 19 0 1 0 384242746 5357568 989 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5789/statm: 1308 989 50 118 0 1187 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6672

[startup+0.302055 s]
/proc/loadavg: 0.91 0.97 1.02 3/64 5788
/proc/meminfo: memFree=1881304/2055920 swapFree=4183892/4192956
[pid=5788] ppid=5786 vsize=1440 CPUtime=0
/proc/5788/stat : 5788 (SATzilla2007_R) S 5786 5788 5622 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 384242745 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5788/statm: 360 110 95 260 0 84 0
[pid=5789] ppid=5788 vsize=8136 CPUtime=0.29
/proc/5789/stat : 5789 (march_dl) R 5788 5788 5622 0 -1 4194304 1905 0 0 0 28 1 0 0 21 0 1 0 384242746 8331264 1900 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5789/statm: 2034 1900 50 118 0 1913 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9576

[startup+0.701136 s]
/proc/loadavg: 0.91 0.97 1.02 3/64 5788
/proc/meminfo: memFree=1881304/2055920 swapFree=4183892/4192956
[pid=5788] ppid=5786 vsize=1440 CPUtime=0
/proc/5788/stat : 5788 (SATzilla2007_R) S 5786 5788 5622 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 384242745 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5788/statm: 360 110 95 260 0 84 0
[pid=5789] ppid=5788 vsize=15444 CPUtime=0.69
/proc/5789/stat : 5789 (march_dl) R 5788 5788 5622 0 -1 4194304 3673 0 0 0 67 2 0 0 24 0 1 0 384242746 15814656 2343 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134546292 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5789/statm: 3861 2343 53 118 0 3740 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16884

[startup+1.5013 s]
/proc/loadavg: 0.91 0.97 1.02 2/66 5790
/proc/meminfo: memFree=1865480/2055920 swapFree=4183892/4192956
[pid=5788] ppid=5786 vsize=1440 CPUtime=0
/proc/5788/stat : 5788 (SATzilla2007_R) S 5786 5788 5622 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 384242745 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5788/statm: 360 110 95 260 0 84 0
[pid=5789] ppid=5788 vsize=15440 CPUtime=1.48
/proc/5789/stat : 5789 (march_dl) R 5788 5788 5622 0 -1 4194304 7529 0 0 0 145 3 0 0 25 0 1 0 384242746 15810560 2406 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134544583 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5789/statm: 3860 2406 55 118 0 3739 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 16880

[startup+3.10162 s]
/proc/loadavg: 0.91 0.97 1.02 2/66 5790
/proc/meminfo: memFree=1870728/2055920 swapFree=4183892/4192956
[pid=5788] ppid=5786 vsize=1440 CPUtime=0
/proc/5788/stat : 5788 (SATzilla2007_R) S 5786 5788 5622 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 384242745 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5788/statm: 360 110 95 260 0 84 0
[pid=5789] ppid=5788 vsize=15432 CPUtime=3.08
/proc/5789/stat : 5789 (march_dl) R 5788 5788 5622 0 -1 4194304 15523 0 0 0 301 7 0 0 25 0 1 0 384242746 15802368 2265 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134546292 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5789/statm: 3858 2265 55 118 0 3737 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 16872

[startup+6.30126 s]
/proc/loadavg: 0.92 0.97 1.02 2/66 5791
/proc/meminfo: memFree=1875208/2055920 swapFree=4183892/4192956
[pid=5788] ppid=5786 vsize=1440 CPUtime=4.99
/proc/5788/stat : 5788 (SATzilla2007_R) S 5786 5788 5622 0 -1 4194304 135 26337 0 0 0 0 487 12 17 0 1 0 384242745 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5788/statm: 360 111 96 260 0 84 0
[pid=5791] ppid=5788 vsize=22588 CPUtime=1.17
/proc/5791/stat : 5791 (ubcsat2006) R 5788 5788 5622 0 -1 4194304 3866 0 13 0 114 3 0 0 25 0 1 0 384243246 23130112 3862 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5791/statm: 5647 3862 156 64 0 5228 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 24028

[startup+12.7015 s]
/proc/loadavg: 0.93 0.97 1.02 2/65 5791
/proc/meminfo: memFree=1866384/2055920 swapFree=4183892/4192956
[pid=5788] ppid=5786 vsize=14936 CPUtime=12.56
/proc/5788/stat : 5788 (SATzilla2007_R) R 5786 5788 5622 0 -1 4194304 8008 30209 0 13 511 3 722 20 25 0 1 0 384242745 15294464 3517 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 134526943 0 0 4096 0 0 0 0 17 1 0 0
/proc/5788/statm: 3734 3517 124 260 0 3458 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 14936

[startup+25.5022 s]
/proc/loadavg: 0.94 0.97 1.01 2/66 5793
/proc/meminfo: memFree=1855888/2055920 swapFree=4183892/4192956
[pid=5788] ppid=5786 vsize=15192 CPUtime=18.48
/proc/5788/stat : 5788 (SATzilla2007_R) S 5786 5788 5622 0 -1 4194304 14966 38486 0 13 1044 11 769 24 16 0 1 0 384242745 15556608 3612 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5788/statm: 3798 3612 157 260 0 3522 0
[pid=5793] ppid=5788 vsize=15416 CPUtime=6.85
/proc/5793/stat : 5793 (march_dl) R 5788 5788 5622 0 -1 4194304 34825 0 0 0 671 14 0 0 25 0 1 0 384244609 15785984 2326 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134544583 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5793/statm: 3854 2326 55 118 0 3733 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 30608

[startup+51.1023 s]
/proc/loadavg: 0.96 0.97 1.01 2/66 5793
/proc/meminfo: memFree=1845520/2055920 swapFree=4183892/4192956
[pid=5788] ppid=5786 vsize=15192 CPUtime=18.48
/proc/5788/stat : 5788 (SATzilla2007_R) S 5786 5788 5622 0 -1 4194304 14966 38486 0 13 1044 11 769 24 16 0 1 0 384242745 15556608 3612 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5788/statm: 3798 3612 157 260 0 3522 0
[pid=5793] ppid=5788 vsize=28576 CPUtime=32.44
/proc/5793/stat : 5793 (march_dl) R 5788 5788 5622 0 -1 4194304 155512 0 0 0 3175 69 0 0 25 0 1 0 384244609 29261824 5812 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134560194 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5793/statm: 7144 5812 65 118 0 7023 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 43768

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 1.01 2/66 5793
/proc/meminfo: memFree=1803984/2055920 swapFree=4183892/4192956
[pid=5788] ppid=5786 vsize=15192 CPUtime=18.48
/proc/5788/stat : 5788 (SATzilla2007_R) S 5786 5788 5622 0 -1 4194304 14966 38486 0 13 1044 11 769 24 16 0 1 0 384242745 15556608 3612 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5788/statm: 3798 3612 157 260 0 3522 0
[pid=5793] ppid=5788 vsize=90776 CPUtime=83.62
/proc/5793/stat : 5793 (march_dl) R 5788 5788 5622 0 -1 4194304 222142 0 0 0 8262 100 0 0 25 0 1 0 384244609 92954624 15551 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134552215 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5793/statm: 22694 15551 75 118 0 22573 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 105968

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 1.00 2/66 5793
/proc/meminfo: memFree=1803920/2055920 swapFree=4183892/4192956
[pid=5788] ppid=5786 vsize=15192 CPUtime=18.48
/proc/5788/stat : 5788 (SATzilla2007_R) S 5786 5788 5622 0 -1 4194304 14966 38486 0 13 1044 11 769 24 16 0 1 0 384242745 15556608 3612 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5788/statm: 3798 3612 157 260 0 3522 0
[pid=5793] ppid=5788 vsize=90776 CPUtime=143.59
/proc/5793/stat : 5793 (march_dl) R 5788 5788 5622 0 -1 4194304 222142 0 0 0 14259 100 0 0 25 0 1 0 384244609 92954624 15551 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134552115 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5793/statm: 22694 15551 75 118 0 22573 0
Current children cumulated CPU time (s) 162.07
Current children cumulated vsize (KiB) 105968

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 1.00 2/66 5793
/proc/meminfo: memFree=1803920/2055920 swapFree=4183892/4192956
[pid=5788] ppid=5786 vsize=15192 CPUtime=18.48
/proc/5788/stat : 5788 (SATzilla2007_R) S 5786 5788 5622 0 -1 4194304 14966 38486 0 13 1044 11 769 24 16 0 1 0 384242745 15556608 3612 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5788/statm: 3798 3612 157 260 0 3522 0
[pid=5793] ppid=5788 vsize=90776 CPUtime=203.57
/proc/5793/stat : 5793 (march_dl) R 5788 5788 5622 0 -1 4194304 222143 0 0 0 20257 100 0 0 25 0 1 0 384244609 92954624 15552 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134552215 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5793/statm: 22694 15552 75 118 0 22573 0
Current children cumulated CPU time (s) 222.05
Current children cumulated vsize (KiB) 105968

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 1.00 2/66 5793
/proc/meminfo: memFree=1803856/2055920 swapFree=4183892/4192956
[pid=5788] ppid=5786 vsize=15192 CPUtime=18.48
/proc/5788/stat : 5788 (SATzilla2007_R) S 5786 5788 5622 0 -1 4194304 14966 38486 0 13 1044 11 769 24 16 0 1 0 384242745 15556608 3612 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5788/statm: 3798 3612 157 260 0 3522 0
[pid=5793] ppid=5788 vsize=90776 CPUtime=263.55
/proc/5793/stat : 5793 (march_dl) R 5788 5788 5622 0 -1 4194304 222143 0 0 0 26255 100 0 0 25 0 1 0 384244609 92954624 15552 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134617392 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5793/statm: 22694 15552 75 118 0 22573 0
Current children cumulated CPU time (s) 282.03
Current children cumulated vsize (KiB) 105968

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 1.00 2/66 5793
/proc/meminfo: memFree=1803856/2055920 swapFree=4183892/4192956
[pid=5788] ppid=5786 vsize=15192 CPUtime=18.48
/proc/5788/stat : 5788 (SATzilla2007_R) S 5786 5788 5622 0 -1 4194304 14966 38486 0 13 1044 11 769 24 16 0 1 0 384242745 15556608 3612 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5788/statm: 3798 3612 157 260 0 3522 0
[pid=5793] ppid=5788 vsize=90776 CPUtime=323.52
/proc/5793/stat : 5793 (march_dl) R 5788 5788 5622 0 -1 4194304 222143 0 0 0 32252 100 0 0 25 0 1 0 384244609 92954624 15552 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134552139 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5793/statm: 22694 15552 75 118 0 22573 0
Current children cumulated CPU time (s) 342
Current children cumulated vsize (KiB) 105968


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

[pid=5788] ppid=5786 vsize=15192 CPUtime=18.48
/proc/5788/stat : 5788 (SATzilla2007_R) S 5786 5788 5622 0 -1 4194304 14966 38486 0 13 1044 11 769 24 16 0 1 0 384242745 15556608 3612 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5788/statm: 3798 3612 157 260 0 3522 0
[pid=5793] ppid=5788 vsize=90776 CPUtime=443.41
/proc/5793/stat : 5793 (march_dl) R 5788 5788 5622 0 -1 4194304 222143 0 0 0 44241 100 0 0 25 0 1 0 384244609 92954624 15552 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134552200 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5793/statm: 22694 15552 75 118 0 22573 0
Current children cumulated CPU time (s) 461.89
Current children cumulated vsize (KiB) 105968

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 1.00 2/66 5991
/proc/meminfo: memFree=1803408/2055920 swapFree=4183892/4192956
[pid=5788] ppid=5786 vsize=15192 CPUtime=18.48
/proc/5788/stat : 5788 (SATzilla2007_R) S 5786 5788 5622 0 -1 4194304 14966 38486 0 13 1044 11 769 24 16 0 1 0 384242745 15556608 3612 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5788/statm: 3798 3612 157 260 0 3522 0
[pid=5793] ppid=5788 vsize=90776 CPUtime=503.35
/proc/5793/stat : 5793 (march_dl) R 5788 5788 5622 0 -1 4194304 222143 0 0 0 50235 100 0 0 25 0 1 0 384244609 92954624 15552 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134587741 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5793/statm: 22694 15552 75 118 0 22573 0
Current children cumulated CPU time (s) 521.83
Current children cumulated vsize (KiB) 105968

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 1.00 2/66 5991
/proc/meminfo: memFree=1803600/2055920 swapFree=4183892/4192956
[pid=5788] ppid=5786 vsize=15192 CPUtime=18.48
/proc/5788/stat : 5788 (SATzilla2007_R) S 5786 5788 5622 0 -1 4194304 14966 38486 0 13 1044 11 769 24 16 0 1 0 384242745 15556608 3612 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5788/statm: 3798 3612 157 260 0 3522 0
[pid=5793] ppid=5788 vsize=90776 CPUtime=563.33
/proc/5793/stat : 5793 (march_dl) R 5788 5788 5622 0 -1 4194304 222143 0 0 0 56233 100 0 0 25 0 1 0 384244609 92954624 15552 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134617648 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5793/statm: 22694 15552 75 118 0 22573 0
Current children cumulated CPU time (s) 581.81
Current children cumulated vsize (KiB) 105968

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 1.00 2/66 5991
/proc/meminfo: memFree=1803600/2055920 swapFree=4183892/4192956
[pid=5788] ppid=5786 vsize=15192 CPUtime=18.48
/proc/5788/stat : 5788 (SATzilla2007_R) S 5786 5788 5622 0 -1 4194304 14966 38486 0 13 1044 11 769 24 16 0 1 0 384242745 15556608 3612 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5788/statm: 3798 3612 157 260 0 3522 0
[pid=5793] ppid=5788 vsize=90776 CPUtime=623.31
/proc/5793/stat : 5793 (march_dl) R 5788 5788 5622 0 -1 4194304 222143 0 0 0 62231 100 0 0 25 0 1 0 384244609 92954624 15552 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134550942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5793/statm: 22694 15552 75 118 0 22573 0
Current children cumulated CPU time (s) 641.79
Current children cumulated vsize (KiB) 105968

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 1.00 2/66 5991
/proc/meminfo: memFree=1803664/2055920 swapFree=4183892/4192956
[pid=5788] ppid=5786 vsize=15192 CPUtime=18.48
/proc/5788/stat : 5788 (SATzilla2007_R) S 5786 5788 5622 0 -1 4194304 14966 38486 0 13 1044 11 769 24 16 0 1 0 384242745 15556608 3612 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5788/statm: 3798 3612 157 260 0 3522 0
[pid=5793] ppid=5788 vsize=90776 CPUtime=683.28
/proc/5793/stat : 5793 (march_dl) R 5788 5788 5622 0 -1 4194304 222143 0 0 0 68228 100 0 0 25 0 1 0 384244609 92954624 15552 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134552215 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5793/statm: 22694 15552 75 118 0 22573 0
Current children cumulated CPU time (s) 701.76
Current children cumulated vsize (KiB) 105968

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 1.00 2/66 5991
/proc/meminfo: memFree=1803600/2055920 swapFree=4183892/4192956
[pid=5788] ppid=5786 vsize=15192 CPUtime=18.48
/proc/5788/stat : 5788 (SATzilla2007_R) S 5786 5788 5622 0 -1 4194304 14966 38486 0 13 1044 11 769 24 16 0 1 0 384242745 15556608 3612 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5788/statm: 3798 3612 157 260 0 3522 0
[pid=5793] ppid=5788 vsize=90776 CPUtime=743.26
/proc/5793/stat : 5793 (march_dl) R 5788 5788 5622 0 -1 4194304 222143 0 0 0 74226 100 0 0 25 0 1 0 384244609 92954624 15552 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551969 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5793/statm: 22694 15552 75 118 0 22573 0
Current children cumulated CPU time (s) 761.74
Current children cumulated vsize (KiB) 105968

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 1.00 2/66 5991
/proc/meminfo: memFree=1803664/2055920 swapFree=4183892/4192956
[pid=5788] ppid=5786 vsize=15192 CPUtime=18.48
/proc/5788/stat : 5788 (SATzilla2007_R) S 5786 5788 5622 0 -1 4194304 14966 38486 0 13 1044 11 769 24 16 0 1 0 384242745 15556608 3612 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5788/statm: 3798 3612 157 260 0 3522 0
[pid=5793] ppid=5788 vsize=90776 CPUtime=803.24
/proc/5793/stat : 5793 (march_dl) R 5788 5788 5622 0 -1 4194304 222143 0 0 0 80223 101 0 0 25 0 1 0 384244609 92954624 15552 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134553677 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5793/statm: 22694 15552 75 118 0 22573 0
Current children cumulated CPU time (s) 821.72
Current children cumulated vsize (KiB) 105968

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 1.00 2/66 5991
/proc/meminfo: memFree=1803664/2055920 swapFree=4183892/4192956
[pid=5788] ppid=5786 vsize=15192 CPUtime=18.48
/proc/5788/stat : 5788 (SATzilla2007_R) S 5786 5788 5622 0 -1 4194304 14966 38486 0 13 1044 11 769 24 16 0 1 0 384242745 15556608 3612 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5788/statm: 3798 3612 157 260 0 3522 0
[pid=5793] ppid=5788 vsize=90776 CPUtime=863.22
/proc/5793/stat : 5793 (march_dl) R 5788 5788 5622 0 -1 4194304 222143 0 0 0 86221 101 0 0 25 0 1 0 384244609 92954624 15552 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134552082 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5793/statm: 22694 15552 75 118 0 22573 0
Current children cumulated CPU time (s) 881.7
Current children cumulated vsize (KiB) 105968

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 1.00 2/66 5991
/proc/meminfo: memFree=1803664/2055920 swapFree=4183892/4192956
[pid=5788] ppid=5786 vsize=15192 CPUtime=18.48
/proc/5788/stat : 5788 (SATzilla2007_R) S 5786 5788 5622 0 -1 4194304 14966 38486 0 13 1044 11 769 24 16 0 1 0 384242745 15556608 3612 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5788/statm: 3798 3612 157 260 0 3522 0
[pid=5793] ppid=5788 vsize=90776 CPUtime=923.2
/proc/5793/stat : 5793 (march_dl) R 5788 5788 5622 0 -1 4194304 222143 0 0 0 92219 101 0 0 25 0 1 0 384244609 92954624 15552 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134663596 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5793/statm: 22694 15552 75 118 0 22573 0
Current children cumulated CPU time (s) 941.68
Current children cumulated vsize (KiB) 105968

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 1.00 2/66 5991
/proc/meminfo: memFree=1803664/2055920 swapFree=4183892/4192956
[pid=5788] ppid=5786 vsize=15192 CPUtime=18.48
/proc/5788/stat : 5788 (SATzilla2007_R) S 5786 5788 5622 0 -1 4194304 14966 38486 0 13 1044 11 769 24 16 0 1 0 384242745 15556608 3612 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5788/statm: 3798 3612 157 260 0 3522 0
[pid=5793] ppid=5788 vsize=90776 CPUtime=983.18
/proc/5793/stat : 5793 (march_dl) R 5788 5788 5622 0 -1 4194304 222143 0 0 0 98217 101 0 0 25 0 1 0 384244609 92954624 15552 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134564662 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5793/statm: 22694 15552 75 118 0 22573 0
Current children cumulated CPU time (s) 1001.66
Current children cumulated vsize (KiB) 105968

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 1.00 2/66 5991
/proc/meminfo: memFree=1803664/2055920 swapFree=4183892/4192956
[pid=5788] ppid=5786 vsize=15192 CPUtime=18.48
/proc/5788/stat : 5788 (SATzilla2007_R) S 5786 5788 5622 0 -1 4194304 14966 38486 0 13 1044 11 769 24 16 0 1 0 384242745 15556608 3612 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5788/statm: 3798 3612 157 260 0 3522 0
[pid=5793] ppid=5788 vsize=90776 CPUtime=1043.15
/proc/5793/stat : 5793 (march_dl) R 5788 5788 5622 0 -1 4194304 222143 0 0 0 104214 101 0 0 25 0 1 0 384244609 92954624 15552 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134552113 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5793/statm: 22694 15552 75 118 0 22573 0
Current children cumulated CPU time (s) 1061.63
Current children cumulated vsize (KiB) 105968

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 1.00 2/66 5991
/proc/meminfo: memFree=1803600/2055920 swapFree=4183892/4192956
[pid=5788] ppid=5786 vsize=15192 CPUtime=18.48
/proc/5788/stat : 5788 (SATzilla2007_R) S 5786 5788 5622 0 -1 4194304 14966 38486 0 13 1044 11 769 24 16 0 1 0 384242745 15556608 3612 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5788/statm: 3798 3612 157 260 0 3522 0
[pid=5793] ppid=5788 vsize=90776 CPUtime=1103.13
/proc/5793/stat : 5793 (march_dl) R 5788 5788 5622 0 -1 4194304 222143 0 0 0 110212 101 0 0 25 0 1 0 384244609 92954624 15552 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134552215 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5793/statm: 22694 15552 75 118 0 22573 0
Current children cumulated CPU time (s) 1121.61
Current children cumulated vsize (KiB) 105968

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 1.00 2/66 5991
/proc/meminfo: memFree=1803600/2055920 swapFree=4183892/4192956
[pid=5788] ppid=5786 vsize=15192 CPUtime=18.48
/proc/5788/stat : 5788 (SATzilla2007_R) S 5786 5788 5622 0 -1 4194304 14966 38486 0 13 1044 11 769 24 16 0 1 0 384242745 15556608 3612 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5788/statm: 3798 3612 157 260 0 3522 0
[pid=5793] ppid=5788 vsize=90776 CPUtime=1163.11
/proc/5793/stat : 5793 (march_dl) R 5788 5788 5622 0 -1 4194304 222143 0 0 0 116210 101 0 0 25 0 1 0 384244609 92954624 15552 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134553673 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5793/statm: 22694 15552 75 118 0 22573 0
Current children cumulated CPU time (s) 1181.59
Current children cumulated vsize (KiB) 105968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.8 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 5991
/proc/meminfo: memFree=1839320/2055920 swapFree=4183892/4192956
[pid=5788] ppid=5786 vsize=48296 CPUtime=1200.09
/proc/5788/stat : 5788 (SATzilla2007_R) R 5786 5788 5622 0 -1 4194304 21816 260629 0 13 1119 14 118750 126 25 0 1 0 384242745 49455104 10197 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 134596560 0 0 4096 0 0 0 0 17 1 0 0
/proc/5788/statm: 12074 10197 163 260 0 11798 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 48296

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.81
CPU time (s): 1200.12
CPU user time (s): 1198.7
CPU system time (s): 1.41678
CPU usage (%): 99.9423
Max. virtual memory (cumulated for all children) (KiB): 225996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.7
system time used= 1.41678
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 282445
page faults= 13
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 67
involuntary context switches= 2393

runsolver used 1.03084 second user time and 2.53461 second system time

The end

Launcher Data (download as text)

Begin job on node66 on Sun Mar 11 19:54:12 UTC 2007

IDJOB= 336244
IDBENCH= 24670
IDSOLVER= 134
FILE ID= node66/336244-1173642851

PBS_JOBID= 4101358

Free space on /tmp= 66536 MiB

SOLVER NAME= SATzilla RANDOM
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/others/strips-gripper-18t35.sat05-1147.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/336244-1173642851/SATzilla2007_R /tmp/evaluation/336244-1173642851/instance-336244-1173642851.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node66/watcher-336244-1173642851 -o ROOT/results/node66/solver-336244-1173642851 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/336244-1173642851/SATzilla2007_R /tmp/evaluation/336244-1173642851/instance-336244-1173642851.cnf            

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  15ed95b3a35c74d0cc5dd4986376305c

RANDOM SEED= 278851380

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:       1881712 kB
Buffers:         19380 kB
Cached:         117320 kB
SwapCached:       3176 kB
Active:          41220 kB
Inactive:       105436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1881712 kB
SwapTotal:     4192956 kB
SwapFree:      4183892 kB
Dirty:           12420 kB
Writeback:           0 kB
Mapped:          15308 kB
Slab:            13656 kB
Committed_AS:   806856 kB
PageTables:       1376 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= 66536 MiB

End job on node66 on Sun Mar 11 20:14:15 UTC 2007