Trace number 336288

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 FULL? (TO) 1200.1 1200.61

General information on the benchmark

Namecrafted/Hard/contest05/others/
strips-gripper-12t22.sat05-1151.reshuffled-07.cnf
MD5SUM05298a484bf02ec125537b469ecd7326
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark729.579
Satisfiable
(Un)Satisfiability was proved
Number of variables4706
Number of clauses87747
Sum of the clauses size178202
Maximum clause length26
Minimum clause length1
Number of clauses of size 143
Number of clauses of size 286679
Number of clauses of size 3111
Number of clauses of size 4876
Number of clauses of size 50
Number of clauses of size over 538

Solver Data (download as text)

11.37/11.50	c run March_dl for 5 seconds ... 
11.37/11.50	c Bin: Executing march_dl
11.37/11.50	c child exit by a signal
11.37/11.50	c march_dl returned code 137.
11.37/11.50	c run saps for 2 seconds ... 
11.37/11.50	c Bin: Executing ubcsat2006
11.37/11.50	c child exited successfully
11.37/11.50	c ubcsat2006 returned code 0.
11.37/11.50	c satzilla computing base features
11.37/11.50	c satzilla doing unit-prop probe
11.37/11.50	c satzilla doing local search probe
11.37/11.50	c satzilla doing lobjois search-space size estimate
11.37/11.50	c satzilla's ranking:
11.37/11.50	c 1) eureka: 1.513745
11.37/11.50	c 2) minisat20: 2.029257
11.37/11.50	c 3) vallst: 2.646983
11.37/11.50	c 4) zchaff_rand: 2.755171
11.37/11.50	c 5) march_dl: 4.762537
11.37/11.50	c 6) kcnfs: 4.805342
11.37/11.50	c 7) kcnfs+P: 999.000000
11.37/11.50	c 8) march_dl+P: 999.000000
11.37/11.50	c 9) vallst+P: 999.000000
11.37/11.50	c 10) zchaff_rand+P: 999.000000
11.37/11.50	c 11) rsat+P: 999.000000
11.37/11.50	c 12) eureka+P: 999.000000
11.37/11.50	c 13) minisat20+P: 999.000000
11.37/11.50	c 14) rsat: 999.000000
11.37/11.50	c satzilla running eureka ... 
1199.16/1199.73	c Bin: Executing eureka
1199.16/1199.73	c child exit by a signal
1199.16/1199.73	c eureka returned code 137.
1199.16/1199.73	c eureka returned code 137.
1199.16/1199.73	c satzilla running minisat20 ... 
1199.16/1199.73	c Bin: Executing minisat20
1199.16/1199.73	c minisat20 returned code 1.
1199.16/1199.73	c minisat20 returned code 1.
1199.16/1199.73	c satzilla running vallst ... 
1199.16/1199.73	c Bin: Executing vallst
1199.16/1199.73	c vallst returned code 1.
1199.16/1199.73	c vallst returned code 1.
1199.16/1199.73	c satzilla running zchaff_rand ... 
1199.16/1199.73	c Bin: Executing zchaff_rand
1199.16/1199.73	c zchaff_rand returned code 1.
1199.16/1199.73	c zchaff_rand returned code 1.
1199.16/1199.73	c satzilla running march_dl ... 
1199.16/1199.73	c Bin: Executing march_dl
1199.16/1199.73	c march_dl returned code 1.
1199.16/1199.73	c march_dl returned code 1.
1199.16/1199.73	c satzilla running kcnfs ... 
1199.16/1199.73	c Bin: Executing kcnfs
1199.16/1199.73	c kcnfs returned code 1.
1199.16/1199.73	c kcnfs returned code 1.
1199.16/1199.73	c satzilla running kcnfs 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/node18/watcher-336288-1173643720 -o ROOT/results/node18/solver-336288-1173643720 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/336288-1173643720/SATzilla2007_F /tmp/evaluation/336288-1173643720/instance-336288-1173643720.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.92 0.98 0.99 3/77 1907
/proc/meminfo: memFree=1900536/2055920 swapFree=4153284/4192956
[pid=1907] ppid=1905 vsize=1512 CPUtime=0
/proc/1907/stat : 1907 (SATzilla2007_F) R 1905 1907 1473 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 384326624 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/1907/statm: 378 125 110 260 0 84 0
[pid=1908] ppid=1907 vsize=1600 CPUtime=0
/proc/1908/stat : 1908 (march_dl) R 1907 1907 1473 0 -1 4194304 230 0 0 0 0 0 0 0 18 0 1 0 384326624 1638400 224 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1908/statm: 400 226 50 118 0 279 0

[startup+0.0629971 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 1907
/proc/meminfo: memFree=1900536/2055920 swapFree=4153284/4192956
[pid=1907] ppid=1905 vsize=1512 CPUtime=0
/proc/1907/stat : 1907 (SATzilla2007_F) S 1905 1907 1473 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 384326624 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1907/statm: 378 125 110 260 0 84 0
[pid=1908] ppid=1907 vsize=2392 CPUtime=0.05
/proc/1908/stat : 1908 (march_dl) R 1907 1907 1473 0 -1 4194304 495 0 0 0 5 0 0 0 20 0 1 0 384326624 2449408 489 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134724521 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1908/statm: 598 489 50 118 0 477 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 3904

[startup+0.102997 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 1907
/proc/meminfo: memFree=1900536/2055920 swapFree=4153284/4192956
[pid=1907] ppid=1905 vsize=1512 CPUtime=0
/proc/1907/stat : 1907 (SATzilla2007_F) S 1905 1907 1473 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 384326624 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1907/statm: 378 125 110 260 0 84 0
[pid=1908] ppid=1907 vsize=5032 CPUtime=0.09
/proc/1908/stat : 1908 (march_dl) R 1907 1907 1473 0 -1 4194304 833 0 0 0 9 0 0 0 20 0 1 0 384326624 5152768 826 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1908/statm: 1258 831 52 118 0 1137 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6544

[startup+0.303017 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 1907
/proc/meminfo: memFree=1900536/2055920 swapFree=4153284/4192956
[pid=1907] ppid=1905 vsize=1512 CPUtime=0
/proc/1907/stat : 1907 (SATzilla2007_F) S 1905 1907 1473 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 384326624 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1907/statm: 378 125 110 260 0 84 0
[pid=1908] ppid=1907 vsize=4900 CPUtime=0.29
/proc/1908/stat : 1908 (march_dl) R 1907 1907 1473 0 -1 4194304 2251 0 0 0 29 0 0 0 21 0 1 0 384326624 5017600 748 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134546292 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1908/statm: 1225 748 55 118 0 1104 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6412

[startup+0.701056 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 1907
/proc/meminfo: memFree=1900536/2055920 swapFree=4153284/4192956
[pid=1907] ppid=1905 vsize=1512 CPUtime=0
/proc/1907/stat : 1907 (SATzilla2007_F) S 1905 1907 1473 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 384326624 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1907/statm: 378 125 110 260 0 84 0
[pid=1908] ppid=1907 vsize=4896 CPUtime=0.69
/proc/1908/stat : 1908 (march_dl) R 1907 1907 1473 0 -1 4194304 6281 0 0 0 67 2 0 0 25 0 1 0 384326624 5013504 820 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134544308 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1908/statm: 1224 820 55 118 0 1103 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6408

[startup+1.50113 s]
/proc/loadavg: 0.92 0.98 0.99 2/79 1909
/proc/meminfo: memFree=1895848/2055920 swapFree=4153284/4192956
[pid=1907] ppid=1905 vsize=1512 CPUtime=0
/proc/1907/stat : 1907 (SATzilla2007_F) S 1905 1907 1473 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 384326624 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1907/statm: 378 125 110 260 0 84 0
[pid=1908] ppid=1907 vsize=4880 CPUtime=1.49
/proc/1908/stat : 1908 (march_dl) R 1907 1907 1473 0 -1 4194304 13665 0 0 0 144 5 0 0 25 0 1 0 384326624 4997120 816 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134546877 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1908/statm: 1220 816 55 118 0 1099 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6392

[startup+3.10129 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 1909
/proc/meminfo: memFree=1896104/2055920 swapFree=4153284/4192956
[pid=1907] ppid=1905 vsize=1512 CPUtime=0
/proc/1907/stat : 1907 (SATzilla2007_F) S 1905 1907 1473 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 384326624 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1907/statm: 378 125 110 260 0 84 0
[pid=1908] ppid=1907 vsize=8032 CPUtime=3.09
/proc/1908/stat : 1908 (march_dl) R 1907 1907 1473 0 -1 4194304 27390 0 0 0 299 10 0 0 25 0 1 0 384326624 8224768 1603 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134546575 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1908/statm: 2008 1603 65 118 0 1887 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9544

[startup+6.3016 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 1910
/proc/meminfo: memFree=1894440/2055920 swapFree=4153284/4192956
[pid=1907] ppid=1905 vsize=1512 CPUtime=4.99
/proc/1907/stat : 1907 (SATzilla2007_F) S 1905 1907 1473 0 -1 4194304 149 38390 0 0 0 0 484 15 16 0 1 0 384326624 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1907/statm: 378 125 110 260 0 84 0
[pid=1910] ppid=1907 vsize=10288 CPUtime=1.18
/proc/1910/stat : 1910 (ubcsat2006) R 1907 1907 1473 0 -1 4194304 1257 0 13 0 113 5 0 0 25 0 1 0 384327124 10534912 1252 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1910/statm: 2572 1252 156 64 0 2153 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 11800

[startup+12.7012 s]
/proc/loadavg: 0.94 0.98 0.99 2/79 1913
/proc/meminfo: memFree=1881896/2055920 swapFree=4153284/4192956
[pid=1907] ppid=1905 vsize=5772 CPUtime=11.38
/proc/1907/stat : 1907 (SATzilla2007_F) S 1905 1907 1473 0 -1 4194304 4632 39654 0 13 412 8 693 25 25 0 1 0 384326624 5910528 1259 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1907/statm: 1443 1259 170 260 0 1149 0
[pid=1911] ppid=1907 vsize=15992 CPUtime=1.08
/proc/1911/stat : 1911 (eureka) R 1907 1907 1473 0 -1 0 3467 16 0 0 106 2 0 0 25 0 1 0 384327775 16375808 3308 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134641415 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1911/statm: 3998 3308 172 116 0 3537 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 21764

[startup+25.5025 s]
/proc/loadavg: 0.95 0.98 0.99 2/79 1913
/proc/meminfo: memFree=1883176/2055920 swapFree=4153284/4192956
[pid=1907] ppid=1905 vsize=5772 CPUtime=11.38
/proc/1907/stat : 1907 (SATzilla2007_F) S 1905 1907 1473 0 -1 4194304 4632 39654 0 13 412 8 693 25 25 0 1 0 384326624 5910528 1259 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1907/statm: 1443 1259 170 260 0 1149 0
[pid=1911] ppid=1907 vsize=13856 CPUtime=13.88
/proc/1911/stat : 1911 (eureka) R 1907 1907 1473 0 -1 0 11856 16 0 0 1381 7 0 0 25 0 1 0 384327775 14188544 2979 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134562232 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1911/statm: 3464 2979 177 116 0 3003 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 19628

[startup+51.1029 s]
/proc/loadavg: 0.96 0.98 0.99 2/79 1913
/proc/meminfo: memFree=1878056/2055920 swapFree=4153284/4192956
[pid=1907] ppid=1905 vsize=5772 CPUtime=11.38
/proc/1907/stat : 1907 (SATzilla2007_F) S 1905 1907 1473 0 -1 4194304 4632 39654 0 13 412 8 693 25 25 0 1 0 384326624 5910528 1259 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1907/statm: 1443 1259 170 260 0 1149 0
[pid=1911] ppid=1907 vsize=18688 CPUtime=39.47
/proc/1911/stat : 1911 (eureka) R 1907 1907 1473 0 -1 0 19685 16 0 0 3936 11 0 0 25 0 1 0 384327775 19136512 4282 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134560026 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1911/statm: 4672 4282 177 116 0 4211 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 24460

[startup+102.307 s]
/proc/loadavg: 0.98 0.98 0.99 2/79 1913
/proc/meminfo: memFree=1874536/2055920 swapFree=4153284/4192956
[pid=1907] ppid=1905 vsize=5772 CPUtime=11.38
/proc/1907/stat : 1907 (SATzilla2007_F) S 1905 1907 1473 0 -1 4194304 4632 39654 0 13 412 8 693 25 25 0 1 0 384326624 5910528 1259 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1907/statm: 1443 1259 170 260 0 1149 0
[pid=1911] ppid=1907 vsize=22428 CPUtime=90.67
/proc/1911/stat : 1911 (eureka) R 1907 1907 1473 0 -1 0 30521 16 0 0 9050 17 0 0 25 0 1 0 384327775 22966272 5118 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134562549 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1911/statm: 5607 5118 177 116 0 5146 0
Current children cumulated CPU time (s) 102.05
Current children cumulated vsize (KiB) 28200

[startup+162.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 1913
/proc/meminfo: memFree=1872232/2055920 swapFree=4153284/4192956
[pid=1907] ppid=1905 vsize=5772 CPUtime=11.38
/proc/1907/stat : 1907 (SATzilla2007_F) S 1905 1907 1473 0 -1 4194304 4632 39654 0 13 412 8 693 25 25 0 1 0 384326624 5910528 1259 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1907/statm: 1443 1259 170 260 0 1149 0
[pid=1911] ppid=1907 vsize=24508 CPUtime=150.64
/proc/1911/stat : 1911 (eureka) R 1907 1907 1473 0 -1 0 40524 16 0 0 15042 22 0 0 25 0 1 0 384327775 25096192 5650 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1911/statm: 6127 5650 177 116 0 5666 0
Current children cumulated CPU time (s) 162.02
Current children cumulated vsize (KiB) 30280

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 1913
/proc/meminfo: memFree=1870568/2055920 swapFree=4153284/4192956
[pid=1907] ppid=1905 vsize=5772 CPUtime=11.38
/proc/1907/stat : 1907 (SATzilla2007_F) S 1905 1907 1473 0 -1 4194304 4632 39654 0 13 412 8 693 25 25 0 1 0 384326624 5910528 1259 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1907/statm: 1443 1259 170 260 0 1149 0
[pid=1911] ppid=1907 vsize=26404 CPUtime=210.62
/proc/1911/stat : 1911 (eureka) R 1907 1907 1473 0 -1 0 49546 16 0 0 21035 27 0 0 25 0 1 0 384327775 27037696 6024 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134560048 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1911/statm: 6601 6024 177 116 0 6140 0
Current children cumulated CPU time (s) 222
Current children cumulated vsize (KiB) 32176

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 1913
/proc/meminfo: memFree=1868968/2055920 swapFree=4153284/4192956
[pid=1907] ppid=1905 vsize=5772 CPUtime=11.38
/proc/1907/stat : 1907 (SATzilla2007_F) S 1905 1907 1473 0 -1 4194304 4632 39654 0 13 412 8 693 25 25 0 1 0 384326624 5910528 1259 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1907/statm: 1443 1259 170 260 0 1149 0
[pid=1911] ppid=1907 vsize=27692 CPUtime=270.61
/proc/1911/stat : 1911 (eureka) R 1907 1907 1473 0 -1 0 58201 16 0 0 27029 32 0 0 25 0 1 0 384327775 28356608 6403 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134562804 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1911/statm: 6923 6403 177 116 0 6462 0
Current children cumulated CPU time (s) 281.99
Current children cumulated vsize (KiB) 33464

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 1913
/proc/meminfo: memFree=1867880/2055920 swapFree=4153284/4192956
[pid=1907] ppid=1905 vsize=5772 CPUtime=11.38
/proc/1907/stat : 1907 (SATzilla2007_F) S 1905 1907 1473 0 -1 4194304 4632 39654 0 13 412 8 693 25 25 0 1 0 384326624 5910528 1259 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1907/statm: 1443 1259 170 260 0 1149 0
[pid=1911] ppid=1907 vsize=28912 CPUtime=330.59
/proc/1911/stat : 1911 (eureka) R 1907 1907 1473 0 -1 0 66271 16 0 0 33022 37 0 0 25 0 1 0 384327775 29605888 6649 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134559064 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1911/statm: 7228 6649 177 116 0 6767 0

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

[pid=1907] ppid=1905 vsize=5772 CPUtime=11.38
/proc/1907/stat : 1907 (SATzilla2007_F) S 1905 1907 1473 0 -1 4194304 4632 39654 0 13 412 8 693 25 25 0 1 0 384326624 5910528 1259 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1907/statm: 1443 1259 170 260 0 1149 0
[pid=1911] ppid=1907 vsize=32236 CPUtime=450.57
/proc/1911/stat : 1911 (eureka) R 1907 1907 1473 0 -1 0 83220 16 0 0 45011 46 0 0 25 0 1 0 384327775 33009664 7533 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134608338 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1911/statm: 8059 7533 177 116 0 7598 0
Current children cumulated CPU time (s) 461.95
Current children cumulated vsize (KiB) 38008

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 1913
/proc/meminfo: memFree=1864360/2055920 swapFree=4153284/4192956
[pid=1907] ppid=1905 vsize=5772 CPUtime=11.38
/proc/1907/stat : 1907 (SATzilla2007_F) S 1905 1907 1473 0 -1 4194304 4632 39654 0 13 412 8 693 25 25 0 1 0 384326624 5910528 1259 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1907/statm: 1443 1259 170 260 0 1149 0
[pid=1911] ppid=1907 vsize=31552 CPUtime=510.55
/proc/1911/stat : 1911 (eureka) R 1907 1907 1473 0 -1 0 91299 16 0 0 51004 51 0 0 25 0 1 0 384327775 32309248 7412 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584290 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1911/statm: 7888 7412 177 116 0 7427 0
Current children cumulated CPU time (s) 521.93
Current children cumulated vsize (KiB) 37324

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 1913
/proc/meminfo: memFree=1863848/2055920 swapFree=4153284/4192956
[pid=1907] ppid=1905 vsize=5772 CPUtime=11.38
/proc/1907/stat : 1907 (SATzilla2007_F) S 1905 1907 1473 0 -1 4194304 4632 39654 0 13 412 8 693 25 25 0 1 0 384326624 5910528 1259 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1907/statm: 1443 1259 170 260 0 1149 0
[pid=1911] ppid=1907 vsize=31788 CPUtime=570.54
/proc/1911/stat : 1911 (eureka) R 1907 1907 1473 0 -1 0 98980 16 0 0 57000 54 0 0 25 0 1 0 384327775 32550912 7509 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1911/statm: 7947 7509 177 116 0 7486 0
Current children cumulated CPU time (s) 581.92
Current children cumulated vsize (KiB) 37560

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 1913
/proc/meminfo: memFree=1863528/2055920 swapFree=4153284/4192956
[pid=1907] ppid=1905 vsize=5772 CPUtime=11.38
/proc/1907/stat : 1907 (SATzilla2007_F) S 1905 1907 1473 0 -1 4194304 4632 39654 0 13 412 8 693 25 25 0 1 0 384326624 5910528 1259 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1907/statm: 1443 1259 170 260 0 1149 0
[pid=1911] ppid=1907 vsize=32924 CPUtime=630.53
/proc/1911/stat : 1911 (eureka) R 1907 1907 1473 0 -1 0 106670 16 0 0 62995 58 0 0 25 0 1 0 384327775 33714176 7562 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1911/statm: 8231 7562 177 116 0 7770 0
Current children cumulated CPU time (s) 641.91
Current children cumulated vsize (KiB) 38696

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 1913
/proc/meminfo: memFree=1862696/2055920 swapFree=4153284/4192956
[pid=1907] ppid=1905 vsize=5772 CPUtime=11.38
/proc/1907/stat : 1907 (SATzilla2007_F) S 1905 1907 1473 0 -1 4194304 4632 39654 0 13 412 8 693 25 25 0 1 0 384326624 5910528 1259 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1907/statm: 1443 1259 170 260 0 1149 0
[pid=1911] ppid=1907 vsize=33144 CPUtime=690.51
/proc/1911/stat : 1911 (eureka) R 1907 1907 1473 0 -1 0 114541 16 0 0 68989 62 0 0 25 0 1 0 384327775 33939456 7728 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134586525 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1911/statm: 8286 7728 177 116 0 7825 0
Current children cumulated CPU time (s) 701.89
Current children cumulated vsize (KiB) 38916

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 1913
/proc/meminfo: memFree=1862120/2055920 swapFree=4153284/4192956
[pid=1907] ppid=1905 vsize=5772 CPUtime=11.38
/proc/1907/stat : 1907 (SATzilla2007_F) S 1905 1907 1473 0 -1 4194304 4632 39654 0 13 412 8 693 25 25 0 1 0 384326624 5910528 1259 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1907/statm: 1443 1259 170 260 0 1149 0
[pid=1911] ppid=1907 vsize=33384 CPUtime=750.5
/proc/1911/stat : 1911 (eureka) R 1907 1907 1473 0 -1 0 122402 16 0 0 74984 66 0 0 25 0 1 0 384327775 34185216 7826 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1911/statm: 8346 7826 177 116 0 7885 0
Current children cumulated CPU time (s) 761.88
Current children cumulated vsize (KiB) 39156

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 1913
/proc/meminfo: memFree=1861608/2055920 swapFree=4153284/4192956
[pid=1907] ppid=1905 vsize=5772 CPUtime=11.38
/proc/1907/stat : 1907 (SATzilla2007_F) S 1905 1907 1473 0 -1 4194304 4632 39654 0 13 412 8 693 25 25 0 1 0 384326624 5910528 1259 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1907/statm: 1443 1259 170 260 0 1149 0
[pid=1911] ppid=1907 vsize=34436 CPUtime=810.48
/proc/1911/stat : 1911 (eureka) R 1907 1907 1473 0 -1 0 129823 16 0 0 80978 70 0 0 25 0 1 0 384327775 35262464 8156 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134608963 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1911/statm: 8609 8156 177 116 0 8148 0
Current children cumulated CPU time (s) 821.86
Current children cumulated vsize (KiB) 40208

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 1913
/proc/meminfo: memFree=1861288/2055920 swapFree=4153284/4192956
[pid=1907] ppid=1905 vsize=5772 CPUtime=11.38
/proc/1907/stat : 1907 (SATzilla2007_F) S 1905 1907 1473 0 -1 4194304 4632 39654 0 13 412 8 693 25 25 0 1 0 384326624 5910528 1259 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1907/statm: 1443 1259 170 260 0 1149 0
[pid=1911] ppid=1907 vsize=34068 CPUtime=870.46
/proc/1911/stat : 1911 (eureka) R 1907 1907 1473 0 -1 0 137477 16 0 0 86972 74 0 0 25 0 1 0 384327775 34885632 7961 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1911/statm: 8517 7961 177 116 0 8056 0
Current children cumulated CPU time (s) 881.84
Current children cumulated vsize (KiB) 39840

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 1913
/proc/meminfo: memFree=1860584/2055920 swapFree=4153284/4192956
[pid=1907] ppid=1905 vsize=5772 CPUtime=11.38
/proc/1907/stat : 1907 (SATzilla2007_F) S 1905 1907 1473 0 -1 4194304 4632 39654 0 13 412 8 693 25 25 0 1 0 384326624 5910528 1259 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1907/statm: 1443 1259 170 260 0 1149 0
[pid=1911] ppid=1907 vsize=35236 CPUtime=930.45
/proc/1911/stat : 1911 (eureka) R 1907 1907 1473 0 -1 0 144774 16 0 0 92966 79 0 0 25 0 1 0 384327775 36081664 8091 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134563305 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1911/statm: 8809 8091 177 116 0 8348 0
Current children cumulated CPU time (s) 941.83
Current children cumulated vsize (KiB) 41008

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 1913
/proc/meminfo: memFree=1860072/2055920 swapFree=4153284/4192956
[pid=1907] ppid=1905 vsize=5772 CPUtime=11.38
/proc/1907/stat : 1907 (SATzilla2007_F) S 1905 1907 1473 0 -1 4194304 4632 39654 0 13 412 8 693 25 25 0 1 0 384326624 5910528 1259 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1907/statm: 1443 1259 170 260 0 1149 0
[pid=1911] ppid=1907 vsize=36732 CPUtime=990.43
/proc/1911/stat : 1911 (eureka) R 1907 1907 1473 0 -1 0 152297 16 0 0 98960 83 0 0 25 0 1 0 384327775 37613568 8413 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134608332 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1911/statm: 9183 8413 177 116 0 8722 0
Current children cumulated CPU time (s) 1001.81
Current children cumulated vsize (KiB) 42504

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 1913
/proc/meminfo: memFree=1859624/2055920 swapFree=4153284/4192956
[pid=1907] ppid=1905 vsize=5772 CPUtime=11.38
/proc/1907/stat : 1907 (SATzilla2007_F) S 1905 1907 1473 0 -1 4194304 4632 39654 0 13 412 8 693 25 25 0 1 0 384326624 5910528 1259 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1907/statm: 1443 1259 170 260 0 1149 0
[pid=1911] ppid=1907 vsize=35556 CPUtime=1050.42
/proc/1911/stat : 1911 (eureka) R 1907 1907 1473 0 -1 0 160095 16 0 0 104955 87 0 0 25 0 1 0 384327775 36409344 8268 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134562528 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1911/statm: 8889 8268 177 116 0 8428 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 41328

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 1913
/proc/meminfo: memFree=1859112/2055920 swapFree=4153284/4192956
[pid=1907] ppid=1905 vsize=5772 CPUtime=11.38
/proc/1907/stat : 1907 (SATzilla2007_F) S 1905 1907 1473 0 -1 4194304 4632 39654 0 13 412 8 693 25 25 0 1 0 384326624 5910528 1259 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1907/statm: 1443 1259 170 260 0 1149 0
[pid=1911] ppid=1907 vsize=36660 CPUtime=1110.4
/proc/1911/stat : 1911 (eureka) R 1907 1907 1473 0 -1 0 167437 16 0 0 110950 90 0 0 25 0 1 0 384327775 37539840 8367 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134562931 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1911/statm: 9165 8367 177 116 0 8704 0
Current children cumulated CPU time (s) 1121.78
Current children cumulated vsize (KiB) 42432

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 1913
/proc/meminfo: memFree=1858600/2055920 swapFree=4153284/4192956
[pid=1907] ppid=1905 vsize=5772 CPUtime=11.38
/proc/1907/stat : 1907 (SATzilla2007_F) S 1905 1907 1473 0 -1 4194304 4632 39654 0 13 412 8 693 25 25 0 1 0 384326624 5910528 1259 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1907/statm: 1443 1259 170 260 0 1149 0
[pid=1911] ppid=1907 vsize=36788 CPUtime=1170.39
/proc/1911/stat : 1911 (eureka) R 1907 1907 1473 0 -1 0 174788 16 0 0 116944 95 0 0 25 0 1 0 384327775 37670912 8462 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134562400 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1911/statm: 9197 8462 177 116 0 8736 0
Current children cumulated CPU time (s) 1181.77
Current children cumulated vsize (KiB) 42560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1913
/proc/meminfo: memFree=1883312/2055920 swapFree=4153284/4192956
[pid=1907] ppid=1905 vsize=16140 CPUtime=1200.08
/proc/1907/stat : 1907 (SATzilla2007_F) R 1905 1907 1473 0 -1 4194304 6881 216641 0 13 497 10 119378 123 25 0 1 0 384326624 16527360 3373 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 1 0 0
/proc/1907/statm: 4035 3373 177 260 0 3741 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 16140

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.61
CPU time (s): 1200.1
CPU user time (s): 1198.75
CPU system time (s): 1.3458
CPU usage (%): 99.9574
Max. virtual memory (cumulated for all children) (KiB): 44068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.75
system time used= 1.34579
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 223522
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= 57
involuntary context switches= 24705

runsolver used 1.21481 second user time and 3.16352 second system time

The end

Launcher Data (download as text)

Begin job on node18 on Sun Mar 11 20:08:41 UTC 2007

IDJOB= 336288
IDBENCH= 24671
IDSOLVER= 136
FILE ID= node18/336288-1173643720

PBS_JOBID= 4101344

Free space on /tmp= 66504 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/others/strips-gripper-12t22.sat05-1151.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/336288-1173643720/SATzilla2007_F /tmp/evaluation/336288-1173643720/instance-336288-1173643720.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-336288-1173643720 -o ROOT/results/node18/solver-336288-1173643720 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/336288-1173643720/SATzilla2007_F /tmp/evaluation/336288-1173643720/instance-336288-1173643720.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  05298a484bf02ec125537b469ecd7326

RANDOM SEED= 653616780

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node18.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.236
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.236
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:       1900944 kB
Buffers:         18192 kB
Cached:          64796 kB
SwapCached:       2896 kB
Active:          57136 kB
Inactive:        48932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1900944 kB
SwapTotal:     4192956 kB
SwapFree:      4153284 kB
Dirty:           11228 kB
Writeback:           0 kB
Mapped:          30136 kB
Slab:            34560 kB
Committed_AS:  1294212 kB
PageTables:       1668 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= 66504 MiB

End job on node18 on Sun Mar 11 20:28:44 UTC 2007