Trace number 338218

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SATzilla RANDOM? (exit code) 1198.92 1199.48

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-icl001.sat05-2695.reshuffled-07.cnf
MD5SUM178c0646166b92c20ce876c724294ca1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark96.1414
Satisfiable
(Un)Satisfiability was proved
Number of variables1587
Number of clauses8013
Sum of the clauses size68223
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2283
Number of clauses of size 31146
Number of clauses of size 4108
Number of clauses of size 5888
Number of clauses of size over 55555

Solver Data (download as text)

12.97/13.04	c run March_dl for 5 seconds ... 
12.97/13.04	c Bin: Executing march_dl
12.97/13.04	c child exit by a signal
12.97/13.04	c march_dl returned code 137.
12.97/13.04	c run saps (UBCSAT implementation) for 2 seconds ... 
12.97/13.04	c Bin: Executing ubcsat2006
12.97/13.04	c child exited successfully
12.97/13.04	c ubcsat2006 returned code 0.
12.97/13.04	c satzilla computing base features
12.97/13.04	c satzilla doing unit-prop probe
12.97/13.04	c satzilla doing local search probe
12.97/13.04	c satzilla doing lobjois search-space size estimate
12.97/13.04	c satzilla's ranking:
12.97/13.04	c 1) march_dl: -169.832518
12.97/13.04	c 2) kcnfs: -12.763131
12.97/13.04	c 3) minisat20+P: 19.276158
12.97/13.04	c 4) kcnfs+P: 999.000000
12.97/13.04	c 5) march_dl+P: 999.000000
12.97/13.04	c 6) vallst+P: 999.000000
12.97/13.04	c 7) zchaff_rand+P: 999.000000
12.97/13.04	c 8) vallst: 999.000000
12.97/13.04	c 9) zchaff_rand: 999.000000
12.97/13.04	c 10) minisat20: 999.000000
12.97/13.04	c satzilla running march_dl ... 
1198.82/1199.40	c Bin: Executing march_dl
1198.82/1199.40	c child exit by a signal
1198.82/1199.40	c march_dl returned code 137.
1198.82/1199.40	c march_dl returned code 137.
1198.82/1199.40	c satzilla running kcnfs ... 
1198.82/1199.40	c Bin: Executing kcnfs
1198.82/1199.40	c kcnfs returned code 1.
1198.82/1199.40	c kcnfs returned code 1.
1198.82/1199.40	c satzilla running minisat20 with preprocessing ... 
1198.82/1199.47	c Preprocessing...
1198.82/1199.47	c Inital problem has 1587 variables, 7730 nary clauses (283 binary clauses).
1198.82/1199.47	c Num non-binary clauses 7697, Average non-binary clause length 8.786
1198.82/1199.47	c Theory has no gaps
1198.82/1199.47	c Preprocessor runtime was 0.040 seconds.
1198.82/1199.47	c 
1198.82/1199.47	c Satisfiability of theory still undetermined.
1198.82/1199.47	c See file /tmp/ujctxt for simplified theory.
1198.82/1199.47	c Bin: Executing minisat20
1198.82/1199.47	c minisat20 returned code 1.
1198.82/1199.47	c minisat20 returned code 1.
1198.82/1199.47	c satzilla running kcnfs with preprocessing ... 
1198.82/1199.47	c Bin: Executing kcnfs
1198.82/1199.47	c kcnfs returned code 1.
1198.82/1199.47	c kcnfs returned code 1.
1198.82/1199.47	c satzilla running march_dl with preprocessing ... 
1198.82/1199.47	c Bin: Executing march_dl
1198.82/1199.47	c march_dl returned code 1.
1198.82/1199.47	c march_dl returned code 1.
1198.82/1199.47	c satzilla running vallst with preprocessing ... 
1198.82/1199.47	c Bin: Executing vallst
1198.82/1199.47	c vallst returned code 1.
1198.82/1199.47	c vallst returned code 1.
1198.82/1199.47	c satzilla running zchaff_rand with preprocessing ... 
1198.82/1199.47	c Bin: Executing zchaff_rand
1198.82/1199.47	c zchaff_rand returned code 1.
1198.82/1199.47	c zchaff_rand returned code 1.
1198.82/1199.47	c satzilla running vallst ... 
1198.82/1199.47	c Bin: Executing vallst
1198.82/1199.47	c vallst returned code 1.
1198.82/1199.47	c vallst returned code 1.
1198.82/1199.47	c satzilla running zchaff_rand ... 
1198.82/1199.47	c Bin: Executing zchaff_rand
1198.82/1199.47	c zchaff_rand returned code 1.
1198.82/1199.47	c zchaff_rand returned code 1.
1198.82/1199.47	c satzilla running minisat20 ... 
1198.82/1199.47	c Bin: Executing minisat20
1198.82/1199.47	c minisat20 returned code 1.
1198.82/1199.47	c minisat20 returned code 1.
1198.82/1199.47	c ERROR: All Failed! 
1198.82/1199.47	c SATZILLA_TIME=1199.080000

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/node20/watcher-338218-1173682294 -o ROOT/results/node20/solver-338218-1173682294 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/338218-1173682294/SATzilla2007_R /tmp/evaluation/338218-1173682294/instance-338218-1173682294.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.98 2/77 12409
/proc/meminfo: memFree=1821160/2055920 swapFree=4141108/4192956
[pid=12409] ppid=12407 vsize=1440 CPUtime=0
/proc/12409/stat : 12409 (SATzilla2007_R) S 12407 12409 12239 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 94311712 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12409/statm: 360 110 95 260 0 84 0
[pid=12410] ppid=12409 vsize=768 CPUtime=0
/proc/12410/stat : 12410 (march_dl) R 12409 12409 12239 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 94311712 786432 102 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12410/statm: 192 102 50 118 0 71 0

[startup+0.041917 s]
/proc/loadavg: 0.99 0.98 0.98 2/77 12409
/proc/meminfo: memFree=1821160/2055920 swapFree=4141108/4192956
[pid=12409] ppid=12407 vsize=1440 CPUtime=0
/proc/12409/stat : 12409 (SATzilla2007_R) S 12407 12409 12239 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 94311712 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12409/statm: 360 110 95 260 0 84 0
[pid=12410] ppid=12409 vsize=1572 CPUtime=0.03
/proc/12410/stat : 12410 (march_dl) R 12409 12409 12239 0 -1 4194304 300 0 0 0 3 0 0 0 20 0 1 0 94311712 1609728 292 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134525015 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12410/statm: 393 292 55 118 0 272 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 3012

[startup+0.101929 s]
/proc/loadavg: 0.99 0.98 0.98 2/77 12409
/proc/meminfo: memFree=1821160/2055920 swapFree=4141108/4192956
[pid=12409] ppid=12407 vsize=1440 CPUtime=0
/proc/12409/stat : 12409 (SATzilla2007_R) S 12407 12409 12239 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 94311712 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12409/statm: 360 110 95 260 0 84 0
[pid=12410] ppid=12409 vsize=2084 CPUtime=0.09
/proc/12410/stat : 12410 (march_dl) R 12409 12409 12239 0 -1 4194304 510 0 0 0 9 0 0 0 20 0 1 0 94311712 2134016 440 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134544383 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12410/statm: 521 440 65 118 0 400 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3524

[startup+0.301969 s]
/proc/loadavg: 0.99 0.98 0.98 2/77 12409
/proc/meminfo: memFree=1821160/2055920 swapFree=4141108/4192956
[pid=12409] ppid=12407 vsize=1440 CPUtime=0
/proc/12409/stat : 12409 (SATzilla2007_R) S 12407 12409 12239 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 94311712 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12409/statm: 360 110 95 260 0 84 0
[pid=12410] ppid=12409 vsize=3796 CPUtime=0.29
/proc/12410/stat : 12410 (march_dl) R 12409 12409 12239 0 -1 4194304 759 0 0 0 29 0 0 0 21 0 1 0 94311712 3887104 605 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583110 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12410/statm: 949 605 67 118 0 828 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5236

[startup+0.701049 s]
/proc/loadavg: 0.99 0.98 0.98 2/77 12409
/proc/meminfo: memFree=1821160/2055920 swapFree=4141108/4192956
[pid=12409] ppid=12407 vsize=1440 CPUtime=0
/proc/12409/stat : 12409 (SATzilla2007_R) S 12407 12409 12239 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 94311712 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12409/statm: 360 110 95 260 0 84 0
[pid=12410] ppid=12409 vsize=5420 CPUtime=0.69
/proc/12410/stat : 12410 (march_dl) R 12409 12409 12239 0 -1 4194304 1526 0 0 0 69 0 0 0 24 0 1 0 94311712 5550080 1274 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134533687 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12410/statm: 1355 1274 72 118 0 1234 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6860

[startup+1.50121 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 12411
/proc/meminfo: memFree=1815768/2055920 swapFree=4141108/4192956
[pid=12409] ppid=12407 vsize=1440 CPUtime=0
/proc/12409/stat : 12409 (SATzilla2007_R) S 12407 12409 12239 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 94311712 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12409/statm: 360 110 95 260 0 84 0
[pid=12410] ppid=12409 vsize=6004 CPUtime=1.49
/proc/12410/stat : 12410 (march_dl) R 12409 12409 12239 0 -1 4194304 1777 0 0 0 149 0 0 0 25 0 1 0 94311712 6148096 1353 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526932 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12410/statm: 1501 1353 74 118 0 1380 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7444

[startup+3.10253 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 12411
/proc/meminfo: memFree=1815768/2055920 swapFree=4141108/4192956
[pid=12409] ppid=12407 vsize=1440 CPUtime=0
/proc/12409/stat : 12409 (SATzilla2007_R) S 12407 12409 12239 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 94311712 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12409/statm: 360 110 95 260 0 84 0
[pid=12410] ppid=12409 vsize=6004 CPUtime=3.09
/proc/12410/stat : 12410 (march_dl) R 12409 12409 12239 0 -1 4194304 1777 0 0 0 309 0 0 0 25 0 1 0 94311712 6148096 1353 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526954 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12410/statm: 1501 1353 74 118 0 1380 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7444

[startup+6.30117 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 12412
/proc/meminfo: memFree=1819800/2055920 swapFree=4141108/4192956
[pid=12409] ppid=12407 vsize=1440 CPUtime=4.99
/proc/12409/stat : 12409 (SATzilla2007_R) S 12407 12409 12239 0 -1 4194304 135 1777 0 0 0 0 498 1 16 0 1 0 94311712 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12409/statm: 360 111 96 260 0 84 0
[pid=12412] ppid=12409 vsize=6188 CPUtime=1.28
/proc/12412/stat : 12412 (ubcsat2006) R 12409 12409 12239 0 -1 4194304 445 0 0 0 118 10 0 0 25 0 1 0 94312213 6336512 428 18446744073709551615 134512640 134777720 4294956592 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12412/statm: 1547 428 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7628

[startup+12.7015 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 12412
/proc/meminfo: memFree=1818272/2055920 swapFree=4141108/4192956
[pid=12409] ppid=12407 vsize=2796 CPUtime=12.67
/proc/12409/stat : 12409 (SATzilla2007_R) R 12407 12409 12239 0 -1 4194304 1171 2228 0 0 538 11 701 17 25 0 1 0 94311712 2863104 506 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 134543333 0 0 4096 0 0 0 0 17 1 0 0
/proc/12409/statm: 699 506 157 260 0 423 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 2796

[startup+25.502 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 12413
/proc/meminfo: memFree=1814296/2055920 swapFree=4141108/4192956
[pid=12409] ppid=12407 vsize=2796 CPUtime=13.01
/proc/12409/stat : 12409 (SATzilla2007_R) S 12407 12409 12239 0 -1 4194304 1175 2228 0 0 572 11 701 17 25 0 1 0 94311712 2863104 507 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12409/statm: 699 507 158 260 0 423 0
[pid=12413] ppid=12409 vsize=6004 CPUtime=12.44
/proc/12413/stat : 12413 (march_dl) R 12409 12409 12239 0 -1 4194304 1777 0 0 0 1244 0 0 0 25 0 1 0 94313016 6148096 1353 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134533023 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12413/statm: 1501 1353 74 118 0 1380 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 8800

[startup+51.1011 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 12413
/proc/meminfo: memFree=1814232/2055920 swapFree=4141108/4192956
[pid=12409] ppid=12407 vsize=2796 CPUtime=13.01
/proc/12409/stat : 12409 (SATzilla2007_R) S 12407 12409 12239 0 -1 4194304 1175 2228 0 0 572 11 701 17 25 0 1 0 94311712 2863104 507 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12409/statm: 699 507 158 260 0 423 0
[pid=12413] ppid=12409 vsize=6136 CPUtime=38.03
/proc/12413/stat : 12413 (march_dl) R 12409 12409 12239 0 -1 4194304 1791 0 0 0 3802 1 0 0 25 0 1 0 94313016 6283264 1367 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527835 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12413/statm: 1534 1367 74 118 0 1413 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 8932

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 12413
/proc/meminfo: memFree=1813848/2055920 swapFree=4141108/4192956
[pid=12409] ppid=12407 vsize=2796 CPUtime=13.01
/proc/12409/stat : 12409 (SATzilla2007_R) S 12407 12409 12239 0 -1 4194304 1175 2228 0 0 572 11 701 17 25 0 1 0 94311712 2863104 507 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12409/statm: 699 507 158 260 0 423 0
[pid=12413] ppid=12409 vsize=6532 CPUtime=89.21
/proc/12413/stat : 12413 (march_dl) R 12409 12409 12239 0 -1 4194304 1893 0 0 0 8920 1 0 0 25 0 1 0 94313016 6688768 1469 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134553195 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12413/statm: 1633 1469 74 118 0 1512 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 9328

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 12413
/proc/meminfo: memFree=1813592/2055920 swapFree=4141108/4192956
[pid=12409] ppid=12407 vsize=2796 CPUtime=13.01
/proc/12409/stat : 12409 (SATzilla2007_R) S 12407 12409 12239 0 -1 4194304 1175 2228 0 0 572 11 701 17 25 0 1 0 94311712 2863104 507 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12409/statm: 699 507 158 260 0 423 0
[pid=12413] ppid=12409 vsize=6664 CPUtime=149.19
/proc/12413/stat : 12413 (march_dl) R 12409 12409 12239 0 -1 4194304 1938 0 0 0 14917 2 0 0 25 0 1 0 94313016 6823936 1514 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12413/statm: 1666 1514 74 118 0 1545 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 9460

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 12413
/proc/meminfo: memFree=1813464/2055920 swapFree=4141108/4192956
[pid=12409] ppid=12407 vsize=2796 CPUtime=13.01
/proc/12409/stat : 12409 (SATzilla2007_R) S 12407 12409 12239 0 -1 4194304 1175 2228 0 0 572 11 701 17 25 0 1 0 94311712 2863104 507 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12409/statm: 699 507 158 260 0 423 0
[pid=12413] ppid=12409 vsize=6796 CPUtime=209.16
/proc/12413/stat : 12413 (march_dl) R 12409 12409 12239 0 -1 4194304 1962 0 0 0 20914 2 0 0 25 0 1 0 94313016 6959104 1538 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134564317 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12413/statm: 1699 1538 74 118 0 1578 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 9592

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 12413
/proc/meminfo: memFree=1813400/2055920 swapFree=4141108/4192956
[pid=12409] ppid=12407 vsize=2796 CPUtime=13.01
/proc/12409/stat : 12409 (SATzilla2007_R) S 12407 12409 12239 0 -1 4194304 1175 2228 0 0 572 11 701 17 25 0 1 0 94311712 2863104 507 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12409/statm: 699 507 158 260 0 423 0
[pid=12413] ppid=12409 vsize=6928 CPUtime=269.15
/proc/12413/stat : 12413 (march_dl) R 12409 12409 12239 0 -1 4194304 1984 0 0 0 26912 3 0 0 25 0 1 0 94313016 7094272 1560 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551728 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12413/statm: 1732 1560 74 118 0 1611 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 9724

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 12415
/proc/meminfo: memFree=1813272/2055920 swapFree=4141108/4192956
[pid=12409] ppid=12407 vsize=2796 CPUtime=13.01
/proc/12409/stat : 12409 (SATzilla2007_R) S 12407 12409 12239 0 -1 4194304 1175 2228 0 0 572 11 701 17 25 0 1 0 94311712 2863104 507 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12409/statm: 699 507 158 260 0 423 0
[pid=12413] ppid=12409 vsize=6928 CPUtime=329.12
/proc/12413/stat : 12413 (march_dl) R 12409 12409 12239 0 -1 4194304 2003 0 0 0 32909 3 0 0 25 0 1 0 94313016 7094272 1579 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134536701 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12413/statm: 1732 1579 74 118 0 1611 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 9724


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


[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 12613
/proc/meminfo: memFree=1812760/2055920 swapFree=4141108/4192956
[pid=12409] ppid=12407 vsize=2796 CPUtime=13.01
/proc/12409/stat : 12409 (SATzilla2007_R) S 12407 12409 12239 0 -1 4194304 1175 2228 0 0 572 11 701 17 25 0 1 0 94311712 2863104 507 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12409/statm: 699 507 158 260 0 423 0
[pid=12413] ppid=12409 vsize=7456 CPUtime=808.84
/proc/12413/stat : 12413 (march_dl) R 12409 12409 12239 0 -1 4194304 2109 0 0 0 80877 7 0 0 25 0 1 0 94313016 7634944 1685 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134571518 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12413/statm: 1864 1685 74 118 0 1743 0
Current children cumulated CPU time (s) 821.85
Current children cumulated vsize (KiB) 10252

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 12613
/proc/meminfo: memFree=1812760/2055920 swapFree=4141108/4192956
[pid=12409] ppid=12407 vsize=2796 CPUtime=13.01
/proc/12409/stat : 12409 (SATzilla2007_R) S 12407 12409 12239 0 -1 4194304 1175 2228 0 0 572 11 701 17 25 0 1 0 94311712 2863104 507 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12409/statm: 699 507 158 260 0 423 0
[pid=12413] ppid=12409 vsize=7456 CPUtime=868.82
/proc/12413/stat : 12413 (march_dl) R 12409 12409 12239 0 -1 4194304 2118 0 0 0 86874 8 0 0 25 0 1 0 94313016 7634944 1694 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134528181 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12413/statm: 1864 1694 74 118 0 1743 0
Current children cumulated CPU time (s) 881.83
Current children cumulated vsize (KiB) 10252

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 12613
/proc/meminfo: memFree=1812696/2055920 swapFree=4141108/4192956
[pid=12409] ppid=12407 vsize=2796 CPUtime=13.01
/proc/12409/stat : 12409 (SATzilla2007_R) S 12407 12409 12239 0 -1 4194304 1175 2228 0 0 572 11 701 17 25 0 1 0 94311712 2863104 507 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12409/statm: 699 507 158 260 0 423 0
[pid=12413] ppid=12409 vsize=7456 CPUtime=928.8
/proc/12413/stat : 12413 (march_dl) R 12409 12409 12239 0 -1 4194304 2127 0 0 0 92872 8 0 0 25 0 1 0 94313016 7634944 1703 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134564358 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12413/statm: 1864 1703 74 118 0 1743 0
Current children cumulated CPU time (s) 941.81
Current children cumulated vsize (KiB) 10252

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 12613
/proc/meminfo: memFree=1812632/2055920 swapFree=4141108/4192956
[pid=12409] ppid=12407 vsize=2796 CPUtime=13.01
/proc/12409/stat : 12409 (SATzilla2007_R) S 12407 12409 12239 0 -1 4194304 1175 2228 0 0 572 11 701 17 25 0 1 0 94311712 2863104 507 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12409/statm: 699 507 158 260 0 423 0
[pid=12413] ppid=12409 vsize=7456 CPUtime=988.78
/proc/12413/stat : 12413 (march_dl) R 12409 12409 12239 0 -1 4194304 2135 0 0 0 98869 9 0 0 25 0 1 0 94313016 7634944 1711 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134528077 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12413/statm: 1864 1711 74 118 0 1743 0
Current children cumulated CPU time (s) 1001.79
Current children cumulated vsize (KiB) 10252

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 12613
/proc/meminfo: memFree=1812568/2055920 swapFree=4141108/4192956
[pid=12409] ppid=12407 vsize=2796 CPUtime=13.01
/proc/12409/stat : 12409 (SATzilla2007_R) S 12407 12409 12239 0 -1 4194304 1175 2228 0 0 572 11 701 17 25 0 1 0 94311712 2863104 507 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12409/statm: 699 507 158 260 0 423 0
[pid=12413] ppid=12409 vsize=7456 CPUtime=1048.75
/proc/12413/stat : 12413 (march_dl) R 12409 12409 12239 0 -1 4194304 2140 0 0 0 104866 9 0 0 25 0 1 0 94313016 7634944 1716 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551624 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12413/statm: 1864 1716 74 118 0 1743 0
Current children cumulated CPU time (s) 1061.76
Current children cumulated vsize (KiB) 10252

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 12613
/proc/meminfo: memFree=1812568/2055920 swapFree=4141108/4192956
[pid=12409] ppid=12407 vsize=2796 CPUtime=13.01
/proc/12409/stat : 12409 (SATzilla2007_R) S 12407 12409 12239 0 -1 4194304 1175 2228 0 0 572 11 701 17 25 0 1 0 94311712 2863104 507 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12409/statm: 699 507 158 260 0 423 0
[pid=12413] ppid=12409 vsize=7588 CPUtime=1108.74
/proc/12413/stat : 12413 (march_dl) R 12409 12409 12239 0 -1 4194304 2142 0 0 0 110864 10 0 0 25 0 1 0 94313016 7770112 1718 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551415 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12413/statm: 1897 1718 74 118 0 1776 0
Current children cumulated CPU time (s) 1121.75
Current children cumulated vsize (KiB) 10384

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 12613
/proc/meminfo: memFree=1812696/2055920 swapFree=4141108/4192956
[pid=12409] ppid=12407 vsize=2796 CPUtime=13.01
/proc/12409/stat : 12409 (SATzilla2007_R) S 12407 12409 12239 0 -1 4194304 1175 2228 0 0 572 11 701 17 25 0 1 0 94311712 2863104 507 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12409/statm: 699 507 158 260 0 423 0
[pid=12413] ppid=12409 vsize=7588 CPUtime=1168.71
/proc/12413/stat : 12413 (march_dl) R 12409 12409 12239 0 -1 4194304 2145 0 0 0 116861 10 0 0 25 0 1 0 94313016 7770112 1721 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134565975 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12413/statm: 1897 1721 74 118 0 1776 0
Current children cumulated CPU time (s) 1181.72
Current children cumulated vsize (KiB) 10384

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 12613
/proc/meminfo: memFree=1812696/2055920 swapFree=4141108/4192956
[pid=12409] ppid=12407 vsize=2796 CPUtime=13.01
/proc/12409/stat : 12409 (SATzilla2007_R) S 12407 12409 12239 0 -1 4194304 1175 2228 0 0 572 11 701 17 25 0 1 0 94311712 2863104 507 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12409/statm: 699 507 158 260 0 423 0
[pid=12413] ppid=12409 vsize=7588 CPUtime=1176.71
/proc/12413/stat : 12413 (march_dl) R 12409 12409 12239 0 -1 4194304 2145 0 0 0 117661 10 0 0 25 0 1 0 94313016 7770112 1721 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134536976 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12413/statm: 1897 1721 74 118 0 1776 0
Current children cumulated CPU time (s) 1189.72
Current children cumulated vsize (KiB) 10384

[startup+1193.51 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 12613
/proc/meminfo: memFree=1812696/2055920 swapFree=4141108/4192956
[pid=12409] ppid=12407 vsize=2796 CPUtime=13.01
/proc/12409/stat : 12409 (SATzilla2007_R) S 12407 12409 12239 0 -1 4194304 1175 2228 0 0 572 11 701 17 25 0 1 0 94311712 2863104 507 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12409/statm: 699 507 158 260 0 423 0
[pid=12413] ppid=12409 vsize=7588 CPUtime=1179.91
/proc/12413/stat : 12413 (march_dl) R 12409 12409 12239 0 -1 4194304 2145 0 0 0 117981 10 0 0 25 0 1 0 94313016 7770112 1721 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134537270 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12413/statm: 1897 1721 74 118 0 1776 0
Current children cumulated CPU time (s) 1192.92
Current children cumulated vsize (KiB) 10384

[startup+1196.7 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 12613
/proc/meminfo: memFree=1812632/2055920 swapFree=4141108/4192956
[pid=12409] ppid=12407 vsize=2796 CPUtime=13.01
/proc/12409/stat : 12409 (SATzilla2007_R) S 12407 12409 12239 0 -1 4194304 1175 2228 0 0 572 11 701 17 25 0 1 0 94311712 2863104 507 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12409/statm: 699 507 158 260 0 423 0
[pid=12413] ppid=12409 vsize=7588 CPUtime=1183.11
/proc/12413/stat : 12413 (march_dl) R 12409 12409 12239 0 -1 4194304 2148 0 0 0 118301 10 0 0 25 0 1 0 94313016 7770112 1724 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527803 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12413/statm: 1897 1724 74 118 0 1776 0
Current children cumulated CPU time (s) 1196.12
Current children cumulated vsize (KiB) 10384

[startup+1198.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 12613
/proc/meminfo: memFree=1812632/2055920 swapFree=4141108/4192956
[pid=12409] ppid=12407 vsize=2796 CPUtime=13.01
/proc/12409/stat : 12409 (SATzilla2007_R) S 12407 12409 12239 0 -1 4194304 1175 2228 0 0 572 11 701 17 25 0 1 0 94311712 2863104 507 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12409/statm: 699 507 158 260 0 423 0
[pid=12413] ppid=12409 vsize=7588 CPUtime=1184.71
/proc/12413/stat : 12413 (march_dl) R 12409 12409 12239 0 -1 4194304 2148 0 0 0 118461 10 0 0 25 0 1 0 94313016 7770112 1724 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134537794 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12413/statm: 1897 1724 74 118 0 1776 0
Current children cumulated CPU time (s) 1197.72
Current children cumulated vsize (KiB) 10384

[startup+1199.1 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 12613
/proc/meminfo: memFree=1812632/2055920 swapFree=4141108/4192956
[pid=12409] ppid=12407 vsize=2796 CPUtime=13.01
/proc/12409/stat : 12409 (SATzilla2007_R) S 12407 12409 12239 0 -1 4194304 1175 2228 0 0 572 11 701 17 25 0 1 0 94311712 2863104 507 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12409/statm: 699 507 158 260 0 423 0
[pid=12413] ppid=12409 vsize=7588 CPUtime=1185.51
/proc/12413/stat : 12413 (march_dl) R 12409 12409 12239 0 -1 4194304 2148 0 0 0 118541 10 0 0 25 0 1 0 94313016 7770112 1724 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134528036 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12413/statm: 1897 1724 74 118 0 1776 0
Current children cumulated CPU time (s) 1198.52
Current children cumulated vsize (KiB) 10384

[startup+1199.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 12613
/proc/meminfo: memFree=1812632/2055920 swapFree=4141108/4192956
[pid=12409] ppid=12407 vsize=2796 CPUtime=13.01
/proc/12409/stat : 12409 (SATzilla2007_R) S 12407 12409 12239 0 -1 4194304 1175 2228 0 0 572 11 701 17 25 0 1 0 94311712 2863104 507 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12409/statm: 699 507 158 260 0 423 0
[pid=12413] ppid=12409 vsize=7588 CPUtime=1185.71
/proc/12413/stat : 12413 (march_dl) R 12409 12409 12239 0 -1 4194304 2148 0 0 0 118561 10 0 0 25 0 1 0 94313016 7770112 1724 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527856 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12413/statm: 1897 1724 74 118 0 1776 0
Current children cumulated CPU time (s) 1198.72
Current children cumulated vsize (KiB) 10384

[startup+1199.4 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 12613
/proc/meminfo: memFree=1812632/2055920 swapFree=4141108/4192956
[pid=12409] ppid=12407 vsize=2796 CPUtime=13.01
/proc/12409/stat : 12409 (SATzilla2007_R) S 12407 12409 12239 0 -1 4194304 1175 2228 0 0 572 11 701 17 25 0 1 0 94311712 2863104 507 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12409/statm: 699 507 158 260 0 423 0
[pid=12413] ppid=12409 vsize=0 CPUtime=1185.81
/proc/12413/stat : 12413 (march_dl) R 12409 12409 12239 0 -1 4195332 2148 0 0 0 118571 10 0 0 25 0 1 0 94313016 0 0 18446744073709551615 0 0 0 0 0 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12413/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1198.82
Current children cumulated vsize (KiB) 2796

Child status: 17
Real time (s): 1199.48
CPU time (s): 1198.92
CPU user time (s): 1198.52
CPU system time (s): 0.402938
CPU usage (%): 99.9537
Max. virtual memory (cumulated for all children) (KiB): 10384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.52
system time used= 0.402938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6185
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27
involuntary context switches= 2318

runsolver used 1.15982 second user time and 3.20951 second system time

The end

Launcher Data (download as text)

Begin job on node20 on Mon Mar 12 06:51:34 UTC 2007

IDJOB= 338218
IDBENCH= 24717
IDSOLVER= 134
FILE ID= node20/338218-1173682294

PBS_JOBID= 4101482

Free space on /tmp= 66553 MiB

SOLVER NAME= SATzilla RANDOM
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/QG/QG6-gensys-icl001.sat05-2695.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/338218-1173682294/SATzilla2007_R /tmp/evaluation/338218-1173682294/instance-338218-1173682294.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node20/watcher-338218-1173682294 -o ROOT/results/node20/solver-338218-1173682294 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/338218-1173682294/SATzilla2007_R /tmp/evaluation/338218-1173682294/instance-338218-1173682294.cnf            

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  178c0646166b92c20ce876c724294ca1

RANDOM SEED= 412811838

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node20.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.261
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.261
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:       1821632 kB
Buffers:         37180 kB
Cached:         133500 kB
SwapCached:      14076 kB
Active:         128032 kB
Inactive:        67464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1821632 kB
SwapTotal:     4192956 kB
SwapFree:      4141108 kB
Dirty:            8724 kB
Writeback:           0 kB
Mapped:          29864 kB
Slab:            24168 kB
Committed_AS:   218216 kB
PageTables:       1924 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= 66553 MiB

End job on node20 on Mon Mar 12 07:11:34 UTC 2007