Trace number 337506

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

General information on the benchmark

Namecrafted/Hard/contest03/others/
mm-2x3-8-8-sb.1.sat05-475.reshuffled-07.cnf
MD5SUM4a090b704246d3ad726ea9c32639743a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2326
Number of clauses80891
Sum of the clauses size424112
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21079
Number of clauses of size 319889
Number of clauses of size 413613
Number of clauses of size 511813
Number of clauses of size over 534497

Solver Data (download as text)

14.46/14.55	c run March_dl for 5 seconds ... 
14.46/14.55	c Bin: Executing march_dl
14.46/14.55	c child exit by a signal
14.46/14.55	c march_dl returned code 137.
14.46/14.55	c run saps for 2 seconds ... 
14.46/14.55	c Bin: Executing ubcsat2006
14.46/14.55	c child exited successfully
14.46/14.55	c ubcsat2006 returned code 0.
14.46/14.55	c satzilla computing base features
14.46/14.55	c satzilla doing unit-prop probe
14.46/14.55	c satzilla doing local search probe
14.46/14.55	c satzilla doing lobjois search-space size estimate
14.46/14.55	c satzilla's ranking:
14.46/14.55	c 1) eureka: 2.133514
14.46/14.55	c 2) zchaff_rand: 2.463630
14.46/14.55	c 3) vallst: 2.670431
14.46/14.55	c 4) minisat20: 2.792892
14.46/14.55	c 5) kcnfs: 3.845806
14.46/14.55	c 6) march_dl: 3.915127
14.46/14.55	c 7) kcnfs+P: 999.000000
14.46/14.55	c 8) march_dl+P: 999.000000
14.46/14.55	c 9) vallst+P: 999.000000
14.46/14.55	c 10) zchaff_rand+P: 999.000000
14.46/14.55	c 11) rsat+P: 999.000000
14.46/14.55	c 12) eureka+P: 999.000000
14.46/14.55	c 13) minisat20+P: 999.000000
14.46/14.55	c 14) rsat: 999.000000
14.46/14.55	c satzilla running eureka ... 
1199.30/1199.72	c Bin: Executing eureka
1199.30/1199.72	c child exit by a signal
1199.30/1199.72	c eureka returned code 137.
1199.30/1199.72	c eureka returned code 137.
1199.30/1199.72	c satzilla running zchaff_rand ... 
1199.30/1199.72	c Bin: Executing zchaff_rand
1199.30/1199.72	c zchaff_rand returned code 1.
1199.30/1199.72	c zchaff_rand returned code 1.
1199.30/1199.72	c satzilla running vallst ... 
1199.30/1199.72	c Bin: Executing vallst
1199.30/1199.72	c vallst returned code 1.
1199.30/1199.72	c vallst returned code 1.
1199.30/1199.72	c satzilla running minisat20 ... 
1199.30/1199.72	c Bin: Executing minisat20
1199.30/1199.72	c minisat20 returned code 1.
1199.30/1199.72	c minisat20 returned code 1.
1199.30/1199.72	c satzilla running kcnfs ... 
1199.30/1199.72	c Bin: Executing kcnfs
1199.30/1199.72	c kcnfs returned code 1.
1199.30/1199.72	c kcnfs returned code 1.
1199.30/1199.72	c satzilla running march_dl ... 
1199.30/1199.72	c Bin: Executing march_dl
1199.30/1199.72	c march_dl returned code 1.
1199.30/1199.72	c march_dl returned code 1.
1199.30/1199.72	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/node7/watcher-337506-1173668621 -o ROOT/results/node7/solver-337506-1173668621 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/337506-1173668621/SATzilla2007_F /tmp/evaluation/337506-1173668621/instance-337506-1173668621.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: 1.03 1.00 0.99 3/77 6444
/proc/meminfo: memFree=1613144/2055920 swapFree=4147416/4192956
[pid=6444] ppid=6442 vsize=1512 CPUtime=0
/proc/6444/stat : 6444 (SATzilla2007_F) R 6442 6444 4674 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 386816902 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/6444/statm: 378 125 110 260 0 84 0
[pid=6445] ppid=6444 vsize=1404 CPUtime=0
/proc/6445/stat : 6445 (march_dl) R 6444 6444 4674 0 -1 4194304 188 0 0 0 0 0 0 0 18 0 1 0 386816902 1437696 182 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6445/statm: 351 183 50 118 0 230 0

[startup+0.0978201 s]
/proc/loadavg: 1.03 1.00 0.99 3/77 6444
/proc/meminfo: memFree=1613144/2055920 swapFree=4147416/4192956
[pid=6444] ppid=6442 vsize=1512 CPUtime=0
/proc/6444/stat : 6444 (SATzilla2007_F) S 6442 6444 4674 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 386816902 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6444/statm: 378 125 110 260 0 84 0
[pid=6445] ppid=6444 vsize=2460 CPUtime=0.09
/proc/6445/stat : 6445 (march_dl) R 6444 6444 4674 0 -1 4194304 506 0 0 0 9 0 0 0 19 0 1 0 386816902 2519040 500 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6445/statm: 615 500 50 118 0 494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3972

[startup+0.10182 s]
/proc/loadavg: 1.03 1.00 0.99 3/77 6444
/proc/meminfo: memFree=1613144/2055920 swapFree=4147416/4192956
[pid=6444] ppid=6442 vsize=1512 CPUtime=0
/proc/6444/stat : 6444 (SATzilla2007_F) S 6442 6444 4674 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 386816902 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6444/statm: 378 125 110 260 0 84 0
[pid=6445] ppid=6444 vsize=2592 CPUtime=0.09
/proc/6445/stat : 6445 (march_dl) R 6444 6444 4674 0 -1 4194304 520 0 0 0 9 0 0 0 19 0 1 0 386816902 2654208 514 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6445/statm: 648 514 50 118 0 527 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4104

[startup+0.30184 s]
/proc/loadavg: 1.03 1.00 0.99 3/77 6444
/proc/meminfo: memFree=1613144/2055920 swapFree=4147416/4192956
[pid=6444] ppid=6442 vsize=1512 CPUtime=0
/proc/6444/stat : 6444 (SATzilla2007_F) S 6442 6444 4674 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 386816902 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6444/statm: 378 125 110 260 0 84 0
[pid=6445] ppid=6444 vsize=6824 CPUtime=0.28
/proc/6445/stat : 6445 (march_dl) R 6444 6444 4674 0 -1 4194304 1461 0 0 0 28 0 0 0 21 0 1 0 386816902 6987776 1294 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134546292 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6445/statm: 1706 1294 53 118 0 1585 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 8336

[startup+0.701883 s]
/proc/loadavg: 1.03 1.00 0.99 3/77 6444
/proc/meminfo: memFree=1613144/2055920 swapFree=4147416/4192956
[pid=6444] ppid=6442 vsize=1512 CPUtime=0
/proc/6444/stat : 6444 (SATzilla2007_F) S 6442 6444 4674 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 386816902 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6444/statm: 378 125 110 260 0 84 0
[pid=6445] ppid=6444 vsize=9176 CPUtime=0.69
/proc/6445/stat : 6445 (march_dl) R 6444 6444 4674 0 -1 4194304 5626 0 0 0 66 3 0 0 25 0 1 0 386816902 9396224 1902 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134543076 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6445/statm: 2294 1902 57 118 0 2173 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10688

[startup+1.50197 s]
/proc/loadavg: 1.03 1.00 0.99 2/79 6446
/proc/meminfo: memFree=1606088/2055920 swapFree=4147416/4192956
[pid=6444] ppid=6442 vsize=1512 CPUtime=0
/proc/6444/stat : 6444 (SATzilla2007_F) S 6442 6444 4674 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 386816902 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6444/statm: 378 125 110 260 0 84 0
[pid=6445] ppid=6444 vsize=7960 CPUtime=1.49
/proc/6445/stat : 6445 (march_dl) R 6444 6444 4674 0 -1 4194304 10147 0 0 0 144 5 0 0 25 0 1 0 386816902 8151040 1623 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134544567 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6445/statm: 1990 1623 65 118 0 1869 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9472

[startup+3.10114 s]
/proc/loadavg: 1.03 1.00 0.99 2/79 6446
/proc/meminfo: memFree=1603720/2055920 swapFree=4147416/4192956
[pid=6444] ppid=6442 vsize=1512 CPUtime=0
/proc/6444/stat : 6444 (SATzilla2007_F) S 6442 6444 4674 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 386816902 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6444/statm: 378 125 110 260 0 84 0
[pid=6445] ppid=6444 vsize=15024 CPUtime=3.09
/proc/6445/stat : 6445 (march_dl) R 6444 6444 4674 0 -1 4194304 11223 0 0 0 304 5 0 0 25 0 1 0 386816902 15384576 2343 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583384 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6445/statm: 3756 2343 67 118 0 3635 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16536

[startup+6.30147 s]
/proc/loadavg: 1.03 1.00 0.99 2/79 6447
/proc/meminfo: memFree=1606792/2055920 swapFree=4147416/4192956
[pid=6444] ppid=6442 vsize=1512 CPUtime=4.99
/proc/6444/stat : 6444 (SATzilla2007_F) S 6442 6444 4674 0 -1 4194304 149 11227 0 0 0 0 494 5 16 0 1 0 386816902 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6444/statm: 378 125 110 260 0 84 0
[pid=6447] ppid=6444 vsize=10288 CPUtime=1.28
/proc/6447/stat : 6447 (ubcsat2006) R 6444 6444 4674 0 -1 4194304 1656 0 0 0 121 7 0 0 25 0 1 0 386817403 10534912 1638 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6447/statm: 2572 1638 156 64 0 2153 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11800

[startup+12.7011 s]
/proc/loadavg: 1.02 1.00 0.99 2/78 6447
/proc/meminfo: memFree=1600464/2055920 swapFree=4147416/4192956
[pid=6444] ppid=6442 vsize=15792 CPUtime=12.67
/proc/6444/stat : 6444 (SATzilla2007_F) R 6442 6444 4674 0 -1 4194304 5788 12889 0 0 530 4 714 19 25 0 1 0 386816902 16171008 3105 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 1 0 0
/proc/6444/statm: 3948 3105 168 260 0 3654 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 15792

[startup+25.5015 s]
/proc/loadavg: 1.02 1.00 0.99 2/79 6450
/proc/meminfo: memFree=1597512/2055920 swapFree=4147416/4192956
[pid=6444] ppid=6442 vsize=7840 CPUtime=14.52
/proc/6444/stat : 6444 (SATzilla2007_F) S 6442 6444 4674 0 -1 4194304 5845 12889 0 0 714 5 714 19 25 0 1 0 386816902 8028160 1775 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6444/statm: 1960 1775 170 260 0 1666 0
[pid=6448] ppid=6444 vsize=11168 CPUtime=10.93
/proc/6448/stat : 6448 (eureka) R 6444 6444 4674 0 -1 0 6774 16 0 0 1090 3 0 0 25 0 1 0 386818357 11436032 2409 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134562408 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6448/statm: 2792 2409 177 116 0 2331 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 19008

[startup+51.1012 s]
/proc/loadavg: 1.01 1.00 0.99 2/79 6450
/proc/meminfo: memFree=1593608/2055920 swapFree=4147416/4192956
[pid=6444] ppid=6442 vsize=7840 CPUtime=14.52
/proc/6444/stat : 6444 (SATzilla2007_F) S 6442 6444 4674 0 -1 4194304 5845 12889 0 0 714 5 714 19 25 0 1 0 386816902 8028160 1775 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6444/statm: 1960 1775 170 260 0 1666 0
[pid=6448] ppid=6444 vsize=15912 CPUtime=36.51
/proc/6448/stat : 6448 (eureka) R 6444 6444 4674 0 -1 0 10939 16 0 0 3644 7 0 0 25 0 1 0 386818357 16293888 3434 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134610343 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6448/statm: 3978 3434 177 116 0 3517 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 23752

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 6450
/proc/meminfo: memFree=1590344/2055920 swapFree=4147416/4192956
[pid=6444] ppid=6442 vsize=7840 CPUtime=14.52
/proc/6444/stat : 6444 (SATzilla2007_F) S 6442 6444 4674 0 -1 4194304 5845 12889 0 0 714 5 714 19 25 0 1 0 386816902 8028160 1775 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6444/statm: 1960 1775 170 260 0 1666 0
[pid=6448] ppid=6444 vsize=19024 CPUtime=87.7
/proc/6448/stat : 6448 (eureka) R 6444 6444 4674 0 -1 0 17403 16 0 0 8759 11 0 0 25 0 1 0 386818357 19480576 4186 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6448/statm: 4756 4186 177 116 0 4295 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 26864

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 6450
/proc/meminfo: memFree=1589128/2055920 swapFree=4147416/4192956
[pid=6444] ppid=6442 vsize=7840 CPUtime=14.52
/proc/6444/stat : 6444 (SATzilla2007_F) S 6442 6444 4674 0 -1 4194304 5845 12889 0 0 714 5 714 19 25 0 1 0 386816902 8028160 1775 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6444/statm: 1960 1775 170 260 0 1666 0
[pid=6448] ppid=6444 vsize=20848 CPUtime=147.68
/proc/6448/stat : 6448 (eureka) R 6444 6444 4674 0 -1 0 24082 16 0 0 14752 16 0 0 25 0 1 0 386818357 21348352 4550 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134610343 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6448/statm: 5212 4550 177 116 0 4751 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 28688

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 6450
/proc/meminfo: memFree=1588104/2055920 swapFree=4147416/4192956
[pid=6444] ppid=6442 vsize=7840 CPUtime=14.52
/proc/6444/stat : 6444 (SATzilla2007_F) S 6442 6444 4674 0 -1 4194304 5845 12889 0 0 714 5 714 19 25 0 1 0 386816902 8028160 1775 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6444/statm: 1960 1775 170 260 0 1666 0
[pid=6448] ppid=6444 vsize=20852 CPUtime=207.66
/proc/6448/stat : 6448 (eureka) R 6444 6444 4674 0 -1 0 30125 16 0 0 20747 19 0 0 25 0 1 0 386818357 21352448 4672 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6448/statm: 5213 4672 177 116 0 4752 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 28692

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 6450
/proc/meminfo: memFree=1587016/2055920 swapFree=4147416/4192956
[pid=6444] ppid=6442 vsize=7840 CPUtime=14.52
/proc/6444/stat : 6444 (SATzilla2007_F) S 6442 6444 4674 0 -1 4194304 5845 12889 0 0 714 5 714 19 25 0 1 0 386816902 8028160 1775 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6444/statm: 1960 1775 170 260 0 1666 0
[pid=6448] ppid=6444 vsize=21904 CPUtime=267.65
/proc/6448/stat : 6448 (eureka) R 6444 6444 4674 0 -1 0 35931 16 0 0 26742 23 0 0 25 0 1 0 386818357 22429696 4954 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134562358 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6448/statm: 5476 4954 177 116 0 5015 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 29744

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 6450
/proc/meminfo: memFree=1586632/2055920 swapFree=4147416/4192956
[pid=6444] ppid=6442 vsize=7840 CPUtime=14.52
/proc/6444/stat : 6444 (SATzilla2007_F) S 6442 6444 4674 0 -1 4194304 5845 12889 0 0 714 5 714 19 25 0 1 0 386816902 8028160 1775 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6444/statm: 1960 1775 170 260 0 1666 0
[pid=6448] ppid=6444 vsize=22060 CPUtime=327.63
/proc/6448/stat : 6448 (eureka) R 6444 6444 4674 0 -1 0 42328 16 0 0 32737 26 0 0 25 0 1 0 386818357 22589440 5022 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134560168 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6448/statm: 5515 5022 177 116 0 5054 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 29900


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

[pid=6444] ppid=6442 vsize=7840 CPUtime=14.52
/proc/6444/stat : 6444 (SATzilla2007_F) S 6442 6444 4674 0 -1 4194304 5845 12889 0 0 714 5 714 19 25 0 1 0 386816902 8028160 1775 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6444/statm: 1960 1775 170 260 0 1666 0
[pid=6448] ppid=6444 vsize=22512 CPUtime=447.6
/proc/6448/stat : 6448 (eureka) R 6444 6444 4674 0 -1 0 53239 16 0 0 44727 33 0 0 25 0 1 0 386818357 23052288 5155 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6448/statm: 5628 5155 177 116 0 5167 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 30352

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 6450
/proc/meminfo: memFree=1585480/2055920 swapFree=4147416/4192956
[pid=6444] ppid=6442 vsize=7840 CPUtime=14.52
/proc/6444/stat : 6444 (SATzilla2007_F) S 6442 6444 4674 0 -1 4194304 5845 12889 0 0 714 5 714 19 25 0 1 0 386816902 8028160 1775 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6444/statm: 1960 1775 170 260 0 1666 0
[pid=6448] ppid=6444 vsize=23260 CPUtime=507.58
/proc/6448/stat : 6448 (eureka) R 6444 6444 4674 0 -1 0 58001 16 0 0 50722 36 0 0 25 0 1 0 386818357 23818240 5267 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6448/statm: 5815 5267 177 116 0 5354 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 31100

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 6450
/proc/meminfo: memFree=1584904/2055920 swapFree=4147416/4192956
[pid=6444] ppid=6442 vsize=7840 CPUtime=14.52
/proc/6444/stat : 6444 (SATzilla2007_F) S 6442 6444 4674 0 -1 4194304 5845 12889 0 0 714 5 714 19 25 0 1 0 386816902 8028160 1775 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6444/statm: 1960 1775 170 260 0 1666 0
[pid=6448] ppid=6444 vsize=23448 CPUtime=567.57
/proc/6448/stat : 6448 (eureka) R 6444 6444 4674 0 -1 0 63302 16 0 0 56716 41 0 0 25 0 1 0 386818357 24010752 5410 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6448/statm: 5862 5410 177 116 0 5401 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 31288

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 6450
/proc/meminfo: memFree=1584392/2055920 swapFree=4147416/4192956
[pid=6444] ppid=6442 vsize=7840 CPUtime=14.52
/proc/6444/stat : 6444 (SATzilla2007_F) S 6442 6444 4674 0 -1 4194304 5845 12889 0 0 714 5 714 19 25 0 1 0 386816902 8028160 1775 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6444/statm: 1960 1775 170 260 0 1666 0
[pid=6448] ppid=6444 vsize=24292 CPUtime=627.54
/proc/6448/stat : 6448 (eureka) R 6444 6444 4674 0 -1 0 68300 16 0 0 62711 43 0 0 25 0 1 0 386818357 24875008 5531 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134563318 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6448/statm: 6073 5531 177 116 0 5612 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 32132

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 6450
/proc/meminfo: memFree=1583880/2055920 swapFree=4147416/4192956
[pid=6444] ppid=6442 vsize=7840 CPUtime=14.52
/proc/6444/stat : 6444 (SATzilla2007_F) S 6442 6444 4674 0 -1 4194304 5845 12889 0 0 714 5 714 19 25 0 1 0 386816902 8028160 1775 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6444/statm: 1960 1775 170 260 0 1666 0
[pid=6448] ppid=6444 vsize=24380 CPUtime=687.53
/proc/6448/stat : 6448 (eureka) R 6444 6444 4674 0 -1 0 73341 16 0 0 68706 47 0 0 25 0 1 0 386818357 24965120 5608 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6448/statm: 6095 5608 177 116 0 5634 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 32220

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 6450
/proc/meminfo: memFree=1583560/2055920 swapFree=4147416/4192956
[pid=6444] ppid=6442 vsize=7840 CPUtime=14.52
/proc/6444/stat : 6444 (SATzilla2007_F) S 6442 6444 4674 0 -1 4194304 5845 12889 0 0 714 5 714 19 25 0 1 0 386816902 8028160 1775 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6444/statm: 1960 1775 170 260 0 1666 0
[pid=6448] ppid=6444 vsize=24568 CPUtime=747.52
/proc/6448/stat : 6448 (eureka) R 6444 6444 4674 0 -1 0 78446 16 0 0 74701 51 0 0 25 0 1 0 386818357 25157632 5678 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134560073 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6448/statm: 6142 5678 177 116 0 5681 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 32408

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 6450
/proc/meminfo: memFree=1583048/2055920 swapFree=4147416/4192956
[pid=6444] ppid=6442 vsize=7840 CPUtime=14.52
/proc/6444/stat : 6444 (SATzilla2007_F) S 6442 6444 4674 0 -1 4194304 5845 12889 0 0 714 5 714 19 25 0 1 0 386816902 8028160 1775 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6444/statm: 1960 1775 170 260 0 1666 0
[pid=6448] ppid=6444 vsize=25252 CPUtime=807.49
/proc/6448/stat : 6448 (eureka) R 6444 6444 4674 0 -1 0 83641 16 0 0 80696 53 0 0 25 0 1 0 386818357 25858048 5768 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6448/statm: 6313 5768 177 116 0 5852 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 33092

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 6450
/proc/meminfo: memFree=1582792/2055920 swapFree=4147416/4192956
[pid=6444] ppid=6442 vsize=7840 CPUtime=14.52
/proc/6444/stat : 6444 (SATzilla2007_F) S 6442 6444 4674 0 -1 4194304 5845 12889 0 0 714 5 714 19 25 0 1 0 386816902 8028160 1775 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6444/statm: 1960 1775 170 260 0 1666 0
[pid=6448] ppid=6444 vsize=25352 CPUtime=867.48
/proc/6448/stat : 6448 (eureka) R 6444 6444 4674 0 -1 0 88874 16 0 0 86690 58 0 0 25 0 1 0 386818357 25960448 5827 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134560164 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6448/statm: 6338 5827 177 116 0 5877 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 33192

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 6450
/proc/meminfo: memFree=1582664/2055920 swapFree=4147416/4192956
[pid=6444] ppid=6442 vsize=7840 CPUtime=14.52
/proc/6444/stat : 6444 (SATzilla2007_F) S 6442 6444 4674 0 -1 4194304 5845 12889 0 0 714 5 714 19 25 0 1 0 386816902 8028160 1775 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6444/statm: 1960 1775 170 260 0 1666 0
[pid=6448] ppid=6444 vsize=25484 CPUtime=927.46
/proc/6448/stat : 6448 (eureka) R 6444 6444 4674 0 -1 0 93676 16 0 0 92685 61 0 0 25 0 1 0 386818357 26095616 5852 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6448/statm: 6371 5852 177 116 0 5910 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 33324

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 6450
/proc/meminfo: memFree=1582344/2055920 swapFree=4147416/4192956
[pid=6444] ppid=6442 vsize=7840 CPUtime=14.52
/proc/6444/stat : 6444 (SATzilla2007_F) S 6442 6444 4674 0 -1 4194304 5845 12889 0 0 714 5 714 19 25 0 1 0 386816902 8028160 1775 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6444/statm: 1960 1775 170 260 0 1666 0
[pid=6448] ppid=6444 vsize=25552 CPUtime=987.45
/proc/6448/stat : 6448 (eureka) R 6444 6444 4674 0 -1 0 99014 16 0 0 98680 65 0 0 25 0 1 0 386818357 26165248 5923 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6448/statm: 6388 5923 177 116 0 5927 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 33392

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 6450
/proc/meminfo: memFree=1582024/2055920 swapFree=4147416/4192956
[pid=6444] ppid=6442 vsize=7840 CPUtime=14.52
/proc/6444/stat : 6444 (SATzilla2007_F) S 6442 6444 4674 0 -1 4194304 5845 12889 0 0 714 5 714 19 25 0 1 0 386816902 8028160 1775 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6444/statm: 1960 1775 170 260 0 1666 0
[pid=6448] ppid=6444 vsize=26332 CPUtime=1047.42
/proc/6448/stat : 6448 (eureka) R 6444 6444 4674 0 -1 0 103960 16 0 0 104675 67 0 0 25 0 1 0 386818357 26963968 5989 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6448/statm: 6583 5989 177 116 0 6122 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 34172

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 6450
/proc/meminfo: memFree=1581704/2055920 swapFree=4147416/4192956
[pid=6444] ppid=6442 vsize=7840 CPUtime=14.52
/proc/6444/stat : 6444 (SATzilla2007_F) S 6442 6444 4674 0 -1 4194304 5845 12889 0 0 714 5 714 19 25 0 1 0 386816902 8028160 1775 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6444/statm: 1960 1775 170 260 0 1666 0
[pid=6448] ppid=6444 vsize=26444 CPUtime=1107.41
/proc/6448/stat : 6448 (eureka) R 6444 6444 4674 0 -1 0 108938 16 0 0 110670 71 0 0 25 0 1 0 386818357 27078656 6047 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134560018 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6448/statm: 6611 6047 177 116 0 6150 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 34284

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 6450
/proc/meminfo: memFree=1581576/2055920 swapFree=4147416/4192956
[pid=6444] ppid=6442 vsize=7840 CPUtime=14.52
/proc/6444/stat : 6444 (SATzilla2007_F) S 6442 6444 4674 0 -1 4194304 5845 12889 0 0 714 5 714 19 25 0 1 0 386816902 8028160 1775 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6444/statm: 1960 1775 170 260 0 1666 0
[pid=6448] ppid=6444 vsize=26500 CPUtime=1167.39
/proc/6448/stat : 6448 (eureka) R 6444 6444 4674 0 -1 0 113921 16 0 0 116665 74 0 0 25 0 1 0 386818357 27136000 6077 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134562707 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6448/statm: 6625 6077 177 116 0 6164 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 34340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 6450
/proc/meminfo: memFree=1593040/2055920 swapFree=4147416/4192956
[pid=6444] ppid=6442 vsize=20600 CPUtime=1200.02
/proc/6444/stat : 6444 (SATzilla2007_F) R 6442 6444 4674 0 -1 4194304 9990 128182 0 0 778 8 119121 95 24 0 1 0 386816902 21094400 4815 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 134566806 0 0 4096 0 0 0 0 17 1 0 0
/proc/6444/statm: 5150 4815 177 260 0 4856 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 20600

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.04
CPU user time (s): 1199
CPU system time (s): 1.04084
CPU usage (%): 99.9695
Max. virtual memory (cumulated for all children) (KiB): 35360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199
system time used= 1.04084
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138172
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= 25381

runsolver used 1.24581 second user time and 3.13252 second system time

The end

Launcher Data (download as text)

Begin job on node7 on Mon Mar 12 03:03:42 UTC 2007

IDJOB= 337506
IDBENCH= 24700
IDSOLVER= 136
FILE ID= node7/337506-1173668621

PBS_JOBID= 4101440

Free space on /tmp= 66474 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest03/others/mm-2x3-8-8-sb.1.sat05-475.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/337506-1173668621/SATzilla2007_F /tmp/evaluation/337506-1173668621/instance-337506-1173668621.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-337506-1173668621 -o ROOT/results/node7/solver-337506-1173668621 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/337506-1173668621/SATzilla2007_F /tmp/evaluation/337506-1173668621/instance-337506-1173668621.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  4a090b704246d3ad726ea9c32639743a

RANDOM SEED= 930621270

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node7.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.232
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.232
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:       1613552 kB
Buffers:         38876 kB
Cached:         311648 kB
SwapCached:       8584 kB
Active:         221576 kB
Inactive:       151788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1613552 kB
SwapTotal:     4192956 kB
SwapFree:      4147416 kB
Dirty:           12360 kB
Writeback:           0 kB
Mapped:          29884 kB
Slab:            54516 kB
Committed_AS:  1305524 kB
PageTables:       1764 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= 66474 MiB

End job on node7 on Mon Mar 12 03:23:44 UTC 2007