Trace number 315251

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

General information on the benchmark

Nameindustrial/palacios/hard/
sortnet-6-ipc5-h11-unsat.cnf
MD5SUMe6effc82c71213141cc1dab3b63f32e3
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1102.55
Satisfiable
(Un)Satisfiability was proved
Number of variables27142
Number of clauses95880
Sum of the clauses size233558
Maximum clause length31
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 269004
Number of clauses of size 325020
Number of clauses of size 4224
Number of clauses of size 5167
Number of clauses of size over 51401

Solver Data (download as text)

18.17/18.26	c run March_dl for 5 seconds ... 
18.17/18.26	c Bin: Executing march_dl
18.17/18.26	c child exit by a signal
18.17/18.26	c march_dl returned code 137.
18.17/18.26	c run saps for 2 seconds ... 
18.17/18.26	c Bin: Executing ubcsat2006
18.17/18.26	c child exited successfully
18.17/18.26	c ubcsat2006 returned code 0.
18.17/18.26	c satzilla computing base features
18.17/18.26	c satzilla doing unit-prop probe
18.17/18.26	c satzilla doing local search probe
18.17/18.26	c satzilla doing lobjois search-space size estimate
18.17/18.26	c satzilla's ranking:
18.17/18.26	c 1) eureka: 2.586678
18.17/18.26	c 2) zchaff_rand: 3.176790
18.17/18.26	c 3) minisat20: 3.340618
18.17/18.26	c 4) vallst: 3.531741
18.17/18.26	c 5) kcnfs: 4.779911
18.17/18.26	c 6) march_dl: 5.953891
18.17/18.26	c 7) kcnfs+P: 999.000000
18.17/18.26	c 8) march_dl+P: 999.000000
18.17/18.26	c 9) vallst+P: 999.000000
18.17/18.26	c 10) zchaff_rand+P: 999.000000
18.17/18.26	c 11) rsat+P: 999.000000
18.17/18.26	c 12) eureka+P: 999.000000
18.17/18.26	c 13) minisat20+P: 999.000000
18.17/18.26	c 14) rsat: 999.000000
18.17/18.26	c satzilla running eureka ... 
1198.98/1199.36	c Bin: Executing eureka
1198.98/1199.36	c child exit by a signal
1198.98/1199.36	c eureka returned code 137.
1198.98/1199.36	c eureka returned code 137.
1198.98/1199.36	c satzilla running zchaff_rand ... 
1198.98/1199.36	c Bin: Executing zchaff_rand
1198.98/1199.36	c zchaff_rand returned code 1.
1198.98/1199.36	c zchaff_rand returned code 1.
1198.98/1199.36	c satzilla running minisat20 ... 
1198.98/1199.36	c Bin: Executing minisat20
1198.98/1199.36	c minisat20 returned code 1.
1198.98/1199.36	c minisat20 returned code 1.
1198.98/1199.36	c satzilla running vallst ... 
1198.98/1199.36	c Bin: Executing vallst
1198.98/1199.36	c vallst returned code 1.
1198.98/1199.36	c vallst returned code 1.
1198.98/1199.36	c satzilla running kcnfs ... 
1198.98/1199.36	c Bin: Executing kcnfs
1198.98/1199.36	c kcnfs returned code 1.
1198.98/1199.36	c kcnfs returned code 1.
1198.98/1199.36	c satzilla running march_dl ... 
1198.98/1199.36	c Bin: Executing march_dl
1198.98/1199.36	c march_dl returned code 1.
1198.98/1199.36	c march_dl returned code 1.
1198.98/1199.36	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/node34/watcher-315251-1172651714 -o ROOT/results/node34/solver-315251-1172651714 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/315251-1172651714/SATzilla2007_F /tmp/evaluation/315251-1172651714/instance-315251-1172651714.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/64 10231
/proc/meminfo: memFree=796184/2055920 swapFree=4183944/4192956
[pid=10231] ppid=10229 vsize=1512 CPUtime=0
/proc/10231/stat : 10231 (SATzilla2007_F) S 10229 10231 10094 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 258935187 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10231/statm: 378 125 110 260 0 84 0
[pid=10232] ppid=10231 vsize=2488 CPUtime=0
/proc/10232/stat : 10232 (march_dl) R 10231 10231 10094 0 -1 4194304 385 0 0 0 0 0 0 0 19 0 1 0 258935187 2547712 379 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10232/statm: 622 383 49 118 0 501 0

[startup+0.0162671 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 10231
/proc/meminfo: memFree=796184/2055920 swapFree=4183944/4192956
[pid=10231] ppid=10229 vsize=1512 CPUtime=0
/proc/10231/stat : 10231 (SATzilla2007_F) S 10229 10231 10094 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 258935187 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10231/statm: 378 125 110 260 0 84 0
[pid=10232] ppid=10231 vsize=3264 CPUtime=0.01
/proc/10232/stat : 10232 (march_dl) R 10231 10231 10094 0 -1 4194304 609 0 0 0 1 0 0 0 19 0 1 0 258935187 3342336 603 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10232/statm: 816 603 50 118 0 695 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 4776

[startup+0.101273 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 10231
/proc/meminfo: memFree=796184/2055920 swapFree=4183944/4192956
[pid=10231] ppid=10229 vsize=1512 CPUtime=0
/proc/10231/stat : 10231 (SATzilla2007_F) S 10229 10231 10094 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 258935187 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10231/statm: 378 125 110 260 0 84 0
[pid=10232] ppid=10231 vsize=4320 CPUtime=0.09
/proc/10232/stat : 10232 (march_dl) R 10231 10231 10094 0 -1 4194304 948 0 0 0 9 0 0 0 19 0 1 0 258935187 4423680 942 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10232/statm: 1080 942 50 118 0 959 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5832

[startup+0.301288 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 10231
/proc/meminfo: memFree=796184/2055920 swapFree=4183944/4192956
[pid=10231] ppid=10229 vsize=1512 CPUtime=0
/proc/10231/stat : 10231 (SATzilla2007_F) S 10229 10231 10094 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 258935187 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10231/statm: 378 125 110 260 0 84 0
[pid=10232] ppid=10231 vsize=8692 CPUtime=0.29
/proc/10232/stat : 10232 (march_dl) R 10231 10231 10094 0 -1 4194304 3298 0 0 0 28 1 0 0 20 0 1 0 258935187 8900608 1688 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134542524 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10232/statm: 2173 1689 55 118 0 2052 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10204

[startup+0.70132 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 10231
/proc/meminfo: memFree=796184/2055920 swapFree=4183944/4192956
[pid=10231] ppid=10229 vsize=1512 CPUtime=0
/proc/10231/stat : 10231 (SATzilla2007_F) S 10229 10231 10094 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 258935187 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10231/statm: 378 125 110 260 0 84 0
[pid=10232] ppid=10231 vsize=17480 CPUtime=0.69
/proc/10232/stat : 10232 (march_dl) R 10231 10231 10094 0 -1 4194304 9763 0 0 0 65 4 0 0 24 0 1 0 258935187 17899520 3637 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134544057 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10232/statm: 4370 3637 63 118 0 4249 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18992

[startup+1.50138 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 10233
/proc/meminfo: memFree=776968/2055920 swapFree=4183944/4192956
[pid=10231] ppid=10229 vsize=1512 CPUtime=0
/proc/10231/stat : 10231 (SATzilla2007_F) S 10229 10231 10094 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 258935187 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10231/statm: 378 125 110 260 0 84 0
[pid=10232] ppid=10231 vsize=22936 CPUtime=1.49
/proc/10232/stat : 10232 (march_dl) R 10231 10231 10094 0 -1 4194304 11405 0 0 0 144 5 0 0 25 0 1 0 258935187 23486464 5169 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134560107 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10232/statm: 5734 5169 65 118 0 5613 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24448

[startup+3.10151 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 10233
/proc/meminfo: memFree=774280/2055920 swapFree=4183944/4192956
[pid=10231] ppid=10229 vsize=1512 CPUtime=0
/proc/10231/stat : 10231 (SATzilla2007_F) S 10229 10231 10094 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 258935187 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10231/statm: 378 125 110 260 0 84 0
[pid=10232] ppid=10231 vsize=25980 CPUtime=3.08
/proc/10232/stat : 10232 (march_dl) R 10231 10231 10094 0 -1 4194304 12178 0 0 0 303 5 0 0 25 0 1 0 258935187 26603520 5942 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134559569 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10232/statm: 6495 5942 65 118 0 6374 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 27492

[startup+6.30277 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 10234
/proc/meminfo: memFree=789448/2055920 swapFree=4183944/4192956
[pid=10231] ppid=10229 vsize=1512 CPUtime=5
/proc/10231/stat : 10231 (SATzilla2007_F) S 10229 10231 10094 0 -1 4194304 149 12643 0 0 0 0 493 7 16 0 1 0 258935187 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10231/statm: 378 125 110 260 0 84 0
[pid=10234] ppid=10231 vsize=10288 CPUtime=1.29
/proc/10234/stat : 10234 (ubcsat2006) R 10231 10231 10094 0 -1 4194304 1745 0 0 0 128 1 0 0 25 0 1 0 258935687 10534912 1727 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10234/statm: 2572 1727 156 64 0 2153 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11800

[startup+12.7013 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 10234
/proc/meminfo: memFree=789976/2055920 swapFree=4183944/4192956
[pid=10231] ppid=10229 vsize=7280 CPUtime=12.67
/proc/10231/stat : 10231 (SATzilla2007_F) R 10229 10231 10094 0 -1 4194304 3274 14394 0 0 552 2 705 8 25 0 1 0 258935187 7454720 1572 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 134528721 0 0 4096 0 0 0 0 17 1 0 0
/proc/10231/statm: 1820 1572 137 260 0 1526 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 7280

[startup+25.5013 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 10237
/proc/meminfo: memFree=776264/2055920 swapFree=4183944/4192956
[pid=10231] ppid=10229 vsize=7772 CPUtime=18.23
/proc/10231/stat : 10231 (SATzilla2007_F) S 10229 10231 10094 0 -1 4194304 6305 14394 0 0 1105 5 705 8 25 0 1 0 258935187 7958528 1716 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10231/statm: 1943 1716 170 260 0 1649 0
[pid=10235] ppid=10231 vsize=16600 CPUtime=7.22
/proc/10235/stat : 10235 (eureka) R 10231 10231 10094 0 -1 0 6920 16 0 0 719 3 0 0 25 0 1 0 258937013 16998400 3507 18446744073709551615 134512640 134990004 4294956656 18446744073709551615 134562244 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10235/statm: 4150 3507 177 116 0 3689 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 24372

[startup+51.1014 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 10237
/proc/meminfo: memFree=773776/2055920 swapFree=4183944/4192956
[pid=10231] ppid=10229 vsize=7772 CPUtime=18.23
/proc/10231/stat : 10231 (SATzilla2007_F) S 10229 10231 10094 0 -1 4194304 6305 14394 0 0 1105 5 705 8 25 0 1 0 258935187 7958528 1716 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10231/statm: 1943 1716 170 260 0 1649 0
[pid=10235] ppid=10231 vsize=18708 CPUtime=32.82
/proc/10235/stat : 10235 (eureka) R 10231 10231 10094 0 -1 0 11755 16 0 0 3275 7 0 0 25 0 1 0 258937013 19156992 4086 18446744073709551615 134512640 134990004 4294956656 18446744073709551615 134584330 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10235/statm: 4677 4086 177 116 0 4216 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 26480

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 10237
/proc/meminfo: memFree=769296/2055920 swapFree=4183944/4192956
[pid=10231] ppid=10229 vsize=7772 CPUtime=18.23
/proc/10231/stat : 10231 (SATzilla2007_F) S 10229 10231 10094 0 -1 4194304 6305 14394 0 0 1105 5 705 8 25 0 1 0 258935187 7958528 1716 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10231/statm: 1943 1716 170 260 0 1649 0
[pid=10235] ppid=10231 vsize=23208 CPUtime=84.01
/proc/10235/stat : 10235 (eureka) R 10231 10231 10094 0 -1 0 20526 16 0 0 8387 14 0 0 25 0 1 0 258937013 23764992 5191 18446744073709551615 134512640 134990004 4294956656 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10235/statm: 5802 5191 177 116 0 5341 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 30980

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10237
/proc/meminfo: memFree=765456/2055920 swapFree=4183944/4192956
[pid=10231] ppid=10229 vsize=7772 CPUtime=18.23
/proc/10231/stat : 10231 (SATzilla2007_F) S 10229 10231 10094 0 -1 4194304 6305 14394 0 0 1105 5 705 8 25 0 1 0 258935187 7958528 1716 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10231/statm: 1943 1716 170 260 0 1649 0
[pid=10235] ppid=10231 vsize=27132 CPUtime=143.99
/proc/10235/stat : 10235 (eureka) R 10231 10231 10094 0 -1 0 29388 16 0 0 14380 19 0 0 25 0 1 0 258937013 27783168 6126 18446744073709551615 134512640 134990004 4294956656 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10235/statm: 6783 6126 177 116 0 6322 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 34904

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10237
/proc/meminfo: memFree=763536/2055920 swapFree=4183944/4192956
[pid=10231] ppid=10229 vsize=7772 CPUtime=18.23
/proc/10231/stat : 10231 (SATzilla2007_F) S 10229 10231 10094 0 -1 4194304 6305 14394 0 0 1105 5 705 8 25 0 1 0 258935187 7958528 1716 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10231/statm: 1943 1716 170 260 0 1649 0
[pid=10235] ppid=10231 vsize=29084 CPUtime=203.98
/proc/10235/stat : 10235 (eureka) R 10231 10231 10094 0 -1 0 37105 16 0 0 20375 23 0 0 25 0 1 0 258937013 29782016 6592 18446744073709551615 134512640 134990004 4294956656 18446744073709551615 134562364 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10235/statm: 7271 6592 177 116 0 6810 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 36856

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10237
/proc/meminfo: memFree=762064/2055920 swapFree=4183944/4192956
[pid=10231] ppid=10229 vsize=7772 CPUtime=18.23
/proc/10231/stat : 10231 (SATzilla2007_F) S 10229 10231 10094 0 -1 4194304 6305 14394 0 0 1105 5 705 8 25 0 1 0 258935187 7958528 1716 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10231/statm: 1943 1716 170 260 0 1649 0
[pid=10235] ppid=10231 vsize=30924 CPUtime=263.96
/proc/10235/stat : 10235 (eureka) R 10231 10231 10094 0 -1 0 45010 16 0 0 26369 27 0 0 25 0 1 0 258937013 31666176 6963 18446744073709551615 134512640 134990004 4294956656 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10235/statm: 7731 6963 177 116 0 7270 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 38696

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10237
/proc/meminfo: memFree=761104/2055920 swapFree=4183944/4192956
[pid=10231] ppid=10229 vsize=7772 CPUtime=18.23
/proc/10231/stat : 10231 (SATzilla2007_F) S 10229 10231 10094 0 -1 4194304 6305 14394 0 0 1105 5 705 8 25 0 1 0 258935187 7958528 1716 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10231/statm: 1943 1716 170 260 0 1649 0
[pid=10235] ppid=10231 vsize=31336 CPUtime=323.95
/proc/10235/stat : 10235 (eureka) R 10231 10231 10094 0 -1 0 51672 16 0 0 32364 31 0 0 25 0 1 0 258937013 32088064 7173 18446744073709551615 134512640 134990004 4294956656 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10235/statm: 7834 7173 177 116 0 7373 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 39108


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

[pid=10231] ppid=10229 vsize=7772 CPUtime=18.23
/proc/10231/stat : 10231 (SATzilla2007_F) S 10229 10231 10094 0 -1 4194304 6305 14394 0 0 1105 5 705 8 25 0 1 0 258935187 7958528 1716 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10231/statm: 1943 1716 170 260 0 1649 0
[pid=10235] ppid=10231 vsize=32436 CPUtime=443.92
/proc/10235/stat : 10235 (eureka) R 10231 10231 10094 0 -1 0 65301 16 0 0 44353 39 0 0 25 0 1 0 258937013 33214464 7496 18446744073709551615 134512640 134990004 4294956656 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10235/statm: 8109 7496 177 116 0 7648 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 40208

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10237
/proc/meminfo: memFree=758736/2055920 swapFree=4183944/4192956
[pid=10231] ppid=10229 vsize=7772 CPUtime=18.23
/proc/10231/stat : 10231 (SATzilla2007_F) S 10229 10231 10094 0 -1 4194304 6305 14394 0 0 1105 5 705 8 25 0 1 0 258935187 7958528 1716 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10231/statm: 1943 1716 170 260 0 1649 0
[pid=10235] ppid=10231 vsize=33440 CPUtime=503.9
/proc/10235/stat : 10235 (eureka) R 10231 10231 10094 0 -1 0 72354 16 0 0 50348 42 0 0 25 0 1 0 258937013 34242560 7706 18446744073709551615 134512640 134990004 4294956656 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10235/statm: 8360 7706 177 116 0 7899 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 41212

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10237
/proc/meminfo: memFree=757968/2055920 swapFree=4183944/4192956
[pid=10231] ppid=10229 vsize=7772 CPUtime=18.23
/proc/10231/stat : 10231 (SATzilla2007_F) S 10229 10231 10094 0 -1 4194304 6305 14394 0 0 1105 5 705 8 25 0 1 0 258935187 7958528 1716 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10231/statm: 1943 1716 170 260 0 1649 0
[pid=10235] ppid=10231 vsize=34620 CPUtime=563.9
/proc/10235/stat : 10235 (eureka) R 10231 10231 10094 0 -1 0 79478 16 0 0 56344 46 0 0 25 0 1 0 258937013 35450880 7877 18446744073709551615 134512640 134990004 4294956656 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10235/statm: 8655 7877 177 116 0 8194 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 42392

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10237
/proc/meminfo: memFree=757392/2055920 swapFree=4183944/4192956
[pid=10231] ppid=10229 vsize=7772 CPUtime=18.23
/proc/10231/stat : 10231 (SATzilla2007_F) S 10229 10231 10094 0 -1 4194304 6305 14394 0 0 1105 5 705 8 25 0 1 0 258935187 7958528 1716 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10231/statm: 1943 1716 170 260 0 1649 0
[pid=10235] ppid=10231 vsize=34792 CPUtime=623.89
/proc/10235/stat : 10235 (eureka) R 10231 10231 10094 0 -1 0 85922 16 0 0 62339 50 0 0 25 0 1 0 258937013 35627008 7988 18446744073709551615 134512640 134990004 4294956656 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10235/statm: 8698 7988 177 116 0 8237 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 42564

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10237
/proc/meminfo: memFree=756624/2055920 swapFree=4183944/4192956
[pid=10231] ppid=10229 vsize=7772 CPUtime=18.23
/proc/10231/stat : 10231 (SATzilla2007_F) S 10229 10231 10094 0 -1 4194304 6305 14394 0 0 1105 5 705 8 25 0 1 0 258935187 7958528 1716 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10231/statm: 1943 1716 170 260 0 1649 0
[pid=10235] ppid=10231 vsize=35744 CPUtime=683.87
/proc/10235/stat : 10235 (eureka) R 10231 10231 10094 0 -1 0 92477 16 0 0 68333 54 0 0 25 0 1 0 258937013 36601856 8148 18446744073709551615 134512640 134990004 4294956656 18446744073709551615 134563019 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10235/statm: 8936 8148 177 116 0 8475 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 43516

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10237
/proc/meminfo: memFree=756240/2055920 swapFree=4183944/4192956
[pid=10231] ppid=10229 vsize=7772 CPUtime=18.23
/proc/10231/stat : 10231 (SATzilla2007_F) S 10229 10231 10094 0 -1 4194304 6305 14394 0 0 1105 5 705 8 25 0 1 0 258935187 7958528 1716 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10231/statm: 1943 1716 170 260 0 1649 0
[pid=10235] ppid=10231 vsize=36028 CPUtime=743.85
/proc/10235/stat : 10235 (eureka) R 10231 10231 10094 0 -1 0 98984 16 0 0 74327 58 0 0 25 0 1 0 258937013 36892672 8208 18446744073709551615 134512640 134990004 4294956656 18446744073709551615 134559064 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10235/statm: 9007 8208 177 116 0 8546 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 43800

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10237
/proc/meminfo: memFree=756112/2055920 swapFree=4183944/4192956
[pid=10231] ppid=10229 vsize=7772 CPUtime=18.23
/proc/10231/stat : 10231 (SATzilla2007_F) S 10229 10231 10094 0 -1 4194304 6305 14394 0 0 1105 5 705 8 25 0 1 0 258935187 7958528 1716 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10231/statm: 1943 1716 170 260 0 1649 0
[pid=10235] ppid=10231 vsize=36032 CPUtime=803.84
/proc/10235/stat : 10235 (eureka) R 10231 10231 10094 0 -1 0 106211 16 0 0 80322 62 0 0 25 0 1 0 258937013 36896768 8233 18446744073709551615 134512640 134990004 4294956656 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10235/statm: 9008 8233 177 116 0 8547 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 43804

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10237
/proc/meminfo: memFree=755600/2055920 swapFree=4183944/4192956
[pid=10231] ppid=10229 vsize=7772 CPUtime=18.23
/proc/10231/stat : 10231 (SATzilla2007_F) S 10229 10231 10094 0 -1 4194304 6305 14394 0 0 1105 5 705 8 25 0 1 0 258935187 7958528 1716 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10231/statm: 1943 1716 170 260 0 1649 0
[pid=10235] ppid=10231 vsize=36172 CPUtime=863.83
/proc/10235/stat : 10235 (eureka) R 10231 10231 10094 0 -1 0 112847 16 0 0 86317 66 0 0 25 0 1 0 258937013 37040128 8355 18446744073709551615 134512640 134990004 4294956656 18446744073709551615 134559334 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10235/statm: 9043 8355 177 116 0 8582 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 43944

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10237
/proc/meminfo: memFree=755152/2055920 swapFree=4183944/4192956
[pid=10231] ppid=10229 vsize=7772 CPUtime=18.23
/proc/10231/stat : 10231 (SATzilla2007_F) S 10229 10231 10094 0 -1 4194304 6305 14394 0 0 1105 5 705 8 25 0 1 0 258935187 7958528 1716 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10231/statm: 1943 1716 170 260 0 1649 0
[pid=10235] ppid=10231 vsize=37772 CPUtime=923.81
/proc/10235/stat : 10235 (eureka) R 10231 10231 10094 0 -1 0 119516 16 0 0 92312 69 0 0 25 0 1 0 258937013 38678528 8444 18446744073709551615 134512640 134990004 4294956656 18446744073709551615 134560153 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10235/statm: 9443 8444 177 116 0 8982 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 45544

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10237
/proc/meminfo: memFree=754896/2055920 swapFree=4183944/4192956
[pid=10231] ppid=10229 vsize=7772 CPUtime=18.23
/proc/10231/stat : 10231 (SATzilla2007_F) S 10229 10231 10094 0 -1 4194304 6305 14394 0 0 1105 5 705 8 25 0 1 0 258935187 7958528 1716 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10231/statm: 1943 1716 170 260 0 1649 0
[pid=10235] ppid=10231 vsize=37772 CPUtime=983.8
/proc/10235/stat : 10235 (eureka) R 10231 10231 10094 0 -1 0 126188 16 0 0 98307 73 0 0 25 0 1 0 258937013 38678528 8494 18446744073709551615 134512640 134990004 4294956656 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10235/statm: 9443 8494 177 116 0 8982 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 45544

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10237
/proc/meminfo: memFree=754640/2055920 swapFree=4183944/4192956
[pid=10231] ppid=10229 vsize=7772 CPUtime=18.23
/proc/10231/stat : 10231 (SATzilla2007_F) S 10229 10231 10094 0 -1 4194304 6305 14394 0 0 1105 5 705 8 25 0 1 0 258935187 7958528 1716 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10231/statm: 1943 1716 170 260 0 1649 0
[pid=10235] ppid=10231 vsize=37976 CPUtime=1043.78
/proc/10235/stat : 10235 (eureka) R 10231 10231 10094 0 -1 0 132888 16 0 0 104302 76 0 0 25 0 1 0 258937013 38887424 8544 18446744073709551615 134512640 134990004 4294956656 18446744073709551615 134571223 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10235/statm: 9494 8544 177 116 0 9033 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 45748

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10237
/proc/meminfo: memFree=754256/2055920 swapFree=4183944/4192956
[pid=10231] ppid=10229 vsize=7772 CPUtime=18.23
/proc/10231/stat : 10231 (SATzilla2007_F) S 10229 10231 10094 0 -1 4194304 6305 14394 0 0 1105 5 705 8 25 0 1 0 258935187 7958528 1716 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10231/statm: 1943 1716 170 260 0 1649 0
[pid=10235] ppid=10231 vsize=38148 CPUtime=1103.77
/proc/10235/stat : 10235 (eureka) R 10231 10231 10094 0 -1 0 139639 16 0 0 110298 79 0 0 25 0 1 0 258937013 39063552 8612 18446744073709551615 134512640 134990004 4294956656 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10235/statm: 9537 8612 177 116 0 9076 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 45920

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10237
/proc/meminfo: memFree=753808/2055920 swapFree=4183944/4192956
[pid=10231] ppid=10229 vsize=7772 CPUtime=18.23
/proc/10231/stat : 10231 (SATzilla2007_F) S 10229 10231 10094 0 -1 4194304 6305 14394 0 0 1105 5 705 8 25 0 1 0 258935187 7958528 1716 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10231/statm: 1943 1716 170 260 0 1649 0
[pid=10235] ppid=10231 vsize=38148 CPUtime=1163.75
/proc/10235/stat : 10235 (eureka) R 10231 10231 10094 0 -1 0 146457 16 0 0 116293 82 0 0 25 0 1 0 258937013 39063552 8708 18446744073709551615 134512640 134990004 4294956656 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10235/statm: 9537 8708 177 116 0 9076 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 45920



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10237
/proc/meminfo: memFree=767832/2055920 swapFree=4183944/4192956
[pid=10231] ppid=10229 vsize=63376 CPUtime=1200.09
/proc/10231/stat : 10231 (SATzilla2007_F) R 10229 10231 10094 0 -1 4194304 11533 162371 0 0 1205 8 118703 93 25 0 1 0 258935187 64897024 6798 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 134572401 0 0 4096 0 0 0 0 17 1 0 0
/proc/10231/statm: 15844 6798 177 260 0 15550 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 63376

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.41
CPU time (s): 1200.12
CPU user time (s): 1199.1
CPU system time (s): 1.02584
CPU usage (%): 99.9758
Max. virtual memory (cumulated for all children) (KiB): 63376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.1
system time used= 1.02584
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173904
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= 38
involuntary context switches= 1896

runsolver used 1.11983 second user time and 2.50962 second system time

The end

Launcher Data (download as text)

Begin job on node34 on Wed Feb 28 08:35:14 UTC 2007

IDJOB= 315251
IDBENCH= 20411
IDSOLVER= 136
FILE ID= node34/315251-1172651714

PBS_JOBID= 3981202

Free space on /tmp= 66267 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacias/hard/sortnet-6-ipc5-h11-unsat.cnf
COMMAND LINE= /tmp/evaluation/315251-1172651714/SATzilla2007_F /tmp/evaluation/315251-1172651714/instance-315251-1172651714.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node34/watcher-315251-1172651714 -o ROOT/results/node34/solver-315251-1172651714 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/315251-1172651714/SATzilla2007_F /tmp/evaluation/315251-1172651714/instance-315251-1172651714.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  e6effc82c71213141cc1dab3b63f32e3

RANDOM SEED= 203856189

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node34.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.234
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.234
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:        796592 kB
Buffers:         36188 kB
Cached:        1161536 kB
SwapCached:       3224 kB
Active:         358236 kB
Inactive:       849300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        796592 kB
SwapTotal:     4192956 kB
SwapFree:      4183944 kB
Dirty:           11648 kB
Writeback:           0 kB
Mapped:          15320 kB
Slab:            37896 kB
Committed_AS:   609164 kB
PageTables:       1396 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66267 MiB

End job on node34 on Wed Feb 28 08:55:16 UTC 2007