Trace number 338260

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) 1199.15 1199.58

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-icl008.sat05-2720.reshuffled-07.cnf
MD5SUMf1b3061e7694aa99406ed9e867c9dfa5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark65.771
Satisfiable
(Un)Satisfiability was proved
Number of variables1610
Number of clauses8277
Sum of the clauses size69859
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2283
Number of clauses of size 31178
Number of clauses of size 4142
Number of clauses of size 5924
Number of clauses of size over 55717

Solver Data (download as text)

12.16/12.27	c run March_dl for 5 seconds ... 
12.16/12.27	c Bin: Executing march_dl
12.16/12.27	c child exit by a signal
12.16/12.27	c march_dl returned code 137.
12.16/12.27	c run saps (UBCSAT implementation) for 2 seconds ... 
12.16/12.27	c Bin: Executing ubcsat2006
12.16/12.27	c child exited successfully
12.16/12.27	c ubcsat2006 returned code 0.
12.16/12.27	c satzilla computing base features
12.16/12.27	c satzilla doing unit-prop probe
12.16/12.27	c satzilla doing local search probe
12.16/12.27	c satzilla doing lobjois search-space size estimate
12.16/12.27	c satzilla's ranking:
12.16/12.27	c 1) march_dl: -173.188555
12.16/12.27	c 2) kcnfs: -10.767764
12.16/12.27	c 3) minisat20+P: 19.330732
12.16/12.27	c 4) kcnfs+P: 999.000000
12.16/12.27	c 5) march_dl+P: 999.000000
12.16/12.27	c 6) vallst+P: 999.000000
12.16/12.27	c 7) zchaff_rand+P: 999.000000
12.16/12.27	c 8) vallst: 999.000000
12.16/12.27	c 9) zchaff_rand: 999.000000
12.16/12.27	c 10) minisat20: 999.000000
12.16/12.27	c satzilla running march_dl ... 
1199.05/1199.51	c Bin: Executing march_dl
1199.05/1199.51	c child exit by a signal
1199.05/1199.51	c march_dl returned code 137.
1199.05/1199.51	c march_dl returned code 137.
1199.05/1199.51	c satzilla running kcnfs ... 
1199.05/1199.51	c Bin: Executing kcnfs
1199.05/1199.51	c kcnfs returned code 1.
1199.05/1199.51	c kcnfs returned code 1.
1199.05/1199.51	c satzilla running minisat20 with preprocessing ... 
1199.05/1199.58	c Preprocessing...
1199.05/1199.58	c Inital problem has 1610 variables, 7994 nary clauses (283 binary clauses).
1199.05/1199.58	c Num non-binary clauses 7961, Average non-binary clause length 8.700
1199.05/1199.58	c Theory has no gaps
1199.05/1199.58	c Preprocessor runtime was 0.040 seconds.
1199.05/1199.58	c 
1199.05/1199.58	c Satisfiability of theory still undetermined.
1199.05/1199.58	c See file /tmp/VfrR3m for simplified theory.
1199.05/1199.58	c Bin: Executing minisat20
1199.05/1199.58	c minisat20 returned code 1.
1199.05/1199.58	c minisat20 returned code 1.
1199.05/1199.58	c satzilla running kcnfs with preprocessing ... 
1199.05/1199.58	c Bin: Executing kcnfs
1199.05/1199.58	c kcnfs returned code 1.
1199.05/1199.58	c kcnfs returned code 1.
1199.05/1199.58	c satzilla running march_dl with preprocessing ... 
1199.05/1199.58	c Bin: Executing march_dl
1199.05/1199.58	c march_dl returned code 1.
1199.05/1199.58	c march_dl returned code 1.
1199.05/1199.58	c satzilla running vallst with preprocessing ... 
1199.05/1199.58	c Bin: Executing vallst
1199.05/1199.58	c vallst returned code 1.
1199.05/1199.58	c vallst returned code 1.
1199.05/1199.58	c satzilla running zchaff_rand with preprocessing ... 
1199.05/1199.58	c Bin: Executing zchaff_rand
1199.05/1199.58	c zchaff_rand returned code 1.
1199.05/1199.58	c zchaff_rand returned code 1.
1199.05/1199.58	c satzilla running vallst ... 
1199.05/1199.58	c Bin: Executing vallst
1199.05/1199.58	c vallst returned code 1.
1199.05/1199.58	c vallst returned code 1.
1199.05/1199.58	c satzilla running zchaff_rand ... 
1199.05/1199.58	c Bin: Executing zchaff_rand
1199.05/1199.58	c zchaff_rand returned code 1.
1199.05/1199.58	c zchaff_rand returned code 1.
1199.05/1199.58	c satzilla running minisat20 ... 
1199.05/1199.58	c Bin: Executing minisat20
1199.05/1199.58	c minisat20 returned code 1.
1199.05/1199.58	c minisat20 returned code 1.
1199.05/1199.58	c ERROR: All Failed! 
1199.05/1199.58	c SATZILLA_TIME=1199.310000

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/node69/watcher-338260-1173682989 -o ROOT/results/node69/solver-338260-1173682989 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/338260-1173682989/SATzilla2007_R /tmp/evaluation/338260-1173682989/instance-338260-1173682989.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 1.08 1.87 3/64 15285
/proc/meminfo: memFree=1766864/2055920 swapFree=4183204/4192956
[pid=15285] ppid=15283 vsize=1440 CPUtime=0
/proc/15285/stat : 15285 (SATzilla2007_R) R 15283 15285 14855 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 388256637 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/15285/statm: 360 110 95 260 0 84 0
[pid=15286] ppid=15285 vsize=768 CPUtime=0
/proc/15286/stat : 15286 (march_dl) R 15285 15285 14855 0 -1 4194304 106 0 0 0 0 0 0 0 18 0 1 0 388256637 786432 101 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15286/statm: 192 101 50 118 0 71 0

[startup+0.0520419 s]
/proc/loadavg: 0.92 1.08 1.87 3/64 15285
/proc/meminfo: memFree=1766864/2055920 swapFree=4183204/4192956
[pid=15285] ppid=15283 vsize=1440 CPUtime=0
/proc/15285/stat : 15285 (SATzilla2007_R) S 15283 15285 14855 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 388256637 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15285/statm: 360 110 95 260 0 84 0
[pid=15286] ppid=15285 vsize=1816 CPUtime=0.04
/proc/15286/stat : 15286 (march_dl) R 15285 15285 14855 0 -1 4194304 385 0 0 0 4 0 0 0 19 0 1 0 388256637 1859584 353 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134658160 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15286/statm: 454 353 55 118 0 333 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 3256

[startup+0.101048 s]
/proc/loadavg: 0.92 1.08 1.87 3/64 15285
/proc/meminfo: memFree=1766864/2055920 swapFree=4183204/4192956
[pid=15285] ppid=15283 vsize=1440 CPUtime=0
/proc/15285/stat : 15285 (SATzilla2007_R) S 15283 15285 14855 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 388256637 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15285/statm: 360 110 95 260 0 84 0
[pid=15286] ppid=15285 vsize=2244 CPUtime=0.09
/proc/15286/stat : 15286 (march_dl) R 15285 15285 14855 0 -1 4194304 546 0 0 0 9 0 0 0 19 0 1 0 388256637 2297856 474 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134543103 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15286/statm: 561 474 65 118 0 440 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3684

[startup+0.301081 s]
/proc/loadavg: 0.92 1.08 1.87 3/64 15285
/proc/meminfo: memFree=1766864/2055920 swapFree=4183204/4192956
[pid=15285] ppid=15283 vsize=1440 CPUtime=0
/proc/15285/stat : 15285 (SATzilla2007_R) S 15283 15285 14855 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 388256637 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15285/statm: 360 110 95 260 0 84 0
[pid=15286] ppid=15285 vsize=3924 CPUtime=0.29
/proc/15286/stat : 15286 (march_dl) R 15285 15285 14855 0 -1 4194304 849 0 0 0 29 0 0 0 21 0 1 0 388256637 4018176 652 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583400 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15286/statm: 981 652 67 118 0 860 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5364

[startup+0.701146 s]
/proc/loadavg: 0.92 1.08 1.87 3/64 15285
/proc/meminfo: memFree=1766864/2055920 swapFree=4183204/4192956
[pid=15285] ppid=15283 vsize=1440 CPUtime=0
/proc/15285/stat : 15285 (SATzilla2007_R) S 15283 15285 14855 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 388256637 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15285/statm: 360 110 95 260 0 84 0
[pid=15286] ppid=15285 vsize=5616 CPUtime=0.69
/proc/15286/stat : 15286 (march_dl) R 15285 15285 14855 0 -1 4194304 1680 0 0 0 69 0 0 0 24 0 1 0 388256637 5750784 1299 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134533467 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15286/statm: 1404 1299 72 118 0 1283 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7056

[startup+1.50128 s]
/proc/loadavg: 0.92 1.08 1.87 2/66 15287
/proc/meminfo: memFree=1761536/2055920 swapFree=4183204/4192956
[pid=15285] ppid=15283 vsize=1440 CPUtime=0
/proc/15285/stat : 15285 (SATzilla2007_R) S 15283 15285 14855 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 388256637 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15285/statm: 360 110 95 260 0 84 0
[pid=15286] ppid=15285 vsize=6084 CPUtime=1.49
/proc/15286/stat : 15286 (march_dl) R 15285 15285 14855 0 -1 4194304 1976 0 0 0 149 0 0 0 25 0 1 0 388256637 6230016 1380 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514087 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15286/statm: 1521 1380 74 118 0 1400 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7524

[startup+3.10154 s]
/proc/loadavg: 0.92 1.08 1.87 2/66 15287
/proc/meminfo: memFree=1761344/2055920 swapFree=4183204/4192956
[pid=15285] ppid=15283 vsize=1440 CPUtime=0
/proc/15285/stat : 15285 (SATzilla2007_R) S 15283 15285 14855 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 388256637 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15285/statm: 360 110 95 260 0 84 0
[pid=15286] ppid=15285 vsize=6084 CPUtime=3.09
/proc/15286/stat : 15286 (march_dl) R 15285 15285 14855 0 -1 4194304 1976 0 0 0 309 0 0 0 25 0 1 0 388256637 6230016 1380 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134531215 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15286/statm: 1521 1380 74 118 0 1400 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7524

[startup+6.30106 s]
/proc/loadavg: 0.93 1.08 1.86 2/66 15288
/proc/meminfo: memFree=1765312/2055920 swapFree=4183204/4192956
[pid=15285] ppid=15283 vsize=1440 CPUtime=4.99
/proc/15285/stat : 15285 (SATzilla2007_R) S 15283 15285 14855 0 -1 4194304 135 1978 0 0 0 0 499 0 16 0 1 0 388256637 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15285/statm: 360 111 96 260 0 84 0
[pid=15288] ppid=15285 vsize=6188 CPUtime=1.29
/proc/15288/stat : 15288 (ubcsat2006) R 15285 15285 14855 0 -1 4194304 451 0 0 0 119 10 0 0 25 0 1 0 388257138 6336512 434 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15288/statm: 1547 434 156 64 0 1128 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7628

[startup+12.7011 s]
/proc/loadavg: 0.93 1.08 1.86 2/65 15288
/proc/meminfo: memFree=1765016/2055920 swapFree=4183204/4192956
[pid=15285] ppid=15283 vsize=2804 CPUtime=12.24
/proc/15285/stat : 15285 (SATzilla2007_R) S 15283 15285 14855 0 -1 4194304 1189 2435 0 0 489 14 702 19 25 0 1 0 388256637 2871296 511 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15285/statm: 701 511 158 260 0 425 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 2804

[startup+25.5012 s]
/proc/loadavg: 0.95 1.07 1.84 2/66 15289
/proc/meminfo: memFree=1760016/2055920 swapFree=4183204/4192956
[pid=15285] ppid=15283 vsize=2804 CPUtime=12.24
/proc/15285/stat : 15285 (SATzilla2007_R) S 15283 15285 14855 0 -1 4194304 1189 2435 0 0 489 14 702 19 25 0 1 0 388256637 2871296 511 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15285/statm: 701 511 158 260 0 425 0
[pid=15289] ppid=15285 vsize=6084 CPUtime=13.2
/proc/15289/stat : 15289 (march_dl) R 15285 15285 14855 0 -1 4194304 1978 0 0 0 1320 0 0 0 25 0 1 0 388257865 6230016 1382 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527803 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15289/statm: 1521 1382 74 118 0 1400 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 8888

[startup+51.1014 s]
/proc/loadavg: 0.96 1.07 1.82 2/66 15289
/proc/meminfo: memFree=1760016/2055920 swapFree=4183204/4192956
[pid=15285] ppid=15283 vsize=2804 CPUtime=12.24
/proc/15285/stat : 15285 (SATzilla2007_R) S 15283 15285 14855 0 -1 4194304 1189 2435 0 0 489 14 702 19 25 0 1 0 388256637 2871296 511 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15285/statm: 701 511 158 260 0 425 0
[pid=15289] ppid=15285 vsize=6348 CPUtime=38.8
/proc/15289/stat : 15289 (march_dl) R 15285 15285 14855 0 -1 4194304 2021 0 0 0 3879 1 0 0 25 0 1 0 388257865 6500352 1425 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527824 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15289/statm: 1587 1425 74 118 0 1466 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 9152

[startup+102.306 s]
/proc/loadavg: 0.98 1.05 1.77 2/66 15289
/proc/meminfo: memFree=1759632/2055920 swapFree=4183204/4192956
[pid=15285] ppid=15283 vsize=2804 CPUtime=12.24
/proc/15285/stat : 15285 (SATzilla2007_R) S 15283 15285 14855 0 -1 4194304 1189 2435 0 0 489 14 702 19 25 0 1 0 388256637 2871296 511 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15285/statm: 701 511 158 260 0 425 0
[pid=15289] ppid=15285 vsize=6612 CPUtime=89.99
/proc/15289/stat : 15289 (march_dl) R 15285 15285 14855 0 -1 4194304 2106 0 0 0 8998 1 0 0 25 0 1 0 388257865 6770688 1510 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527803 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15289/statm: 1653 1510 74 118 0 1532 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 9416

[startup+162.302 s]
/proc/loadavg: 0.99 1.04 1.72 2/66 15289
/proc/meminfo: memFree=1759376/2055920 swapFree=4183204/4192956
[pid=15285] ppid=15283 vsize=2804 CPUtime=12.24
/proc/15285/stat : 15285 (SATzilla2007_R) S 15283 15285 14855 0 -1 4194304 1189 2435 0 0 489 14 702 19 25 0 1 0 388256637 2871296 511 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15285/statm: 701 511 158 260 0 425 0
[pid=15289] ppid=15285 vsize=6876 CPUtime=149.96
/proc/15289/stat : 15289 (march_dl) R 15285 15285 14855 0 -1 4194304 2163 0 0 0 14995 1 0 0 25 0 1 0 388257865 7041024 1567 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527853 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15289/statm: 1719 1567 74 118 0 1598 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 9680

[startup+222.301 s]
/proc/loadavg: 0.99 1.03 1.67 2/66 15289
/proc/meminfo: memFree=1759184/2055920 swapFree=4183204/4192956
[pid=15285] ppid=15283 vsize=2804 CPUtime=12.24
/proc/15285/stat : 15285 (SATzilla2007_R) S 15283 15285 14855 0 -1 4194304 1189 2435 0 0 489 14 702 19 25 0 1 0 388256637 2871296 511 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15285/statm: 701 511 158 260 0 425 0
[pid=15289] ppid=15285 vsize=7008 CPUtime=209.94
/proc/15289/stat : 15289 (march_dl) R 15285 15285 14855 0 -1 4194304 2196 0 0 0 20993 1 0 0 25 0 1 0 388257865 7176192 1600 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551409 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15289/statm: 1752 1600 74 118 0 1631 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 9812

[startup+282.301 s]
/proc/loadavg: 0.99 1.02 1.63 2/66 15289
/proc/meminfo: memFree=1759056/2055920 swapFree=4183204/4192956
[pid=15285] ppid=15283 vsize=2804 CPUtime=12.24
/proc/15285/stat : 15285 (SATzilla2007_R) S 15283 15285 14855 0 -1 4194304 1189 2435 0 0 489 14 702 19 25 0 1 0 388256637 2871296 511 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15285/statm: 701 511 158 260 0 425 0
[pid=15289] ppid=15285 vsize=7140 CPUtime=269.92
/proc/15289/stat : 15289 (march_dl) R 15285 15285 14855 0 -1 4194304 2232 0 0 0 26991 1 0 0 25 0 1 0 388257865 7311360 1636 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527862 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15289/statm: 1785 1636 74 118 0 1664 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 9944

[startup+342.302 s]
/proc/loadavg: 0.99 1.02 1.59 2/66 15289
/proc/meminfo: memFree=1758928/2055920 swapFree=4183204/4192956
[pid=15285] ppid=15283 vsize=2804 CPUtime=12.24
/proc/15285/stat : 15285 (SATzilla2007_R) S 15283 15285 14855 0 -1 4194304 1189 2435 0 0 489 14 702 19 25 0 1 0 388256637 2871296 511 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15285/statm: 701 511 158 260 0 425 0
[pid=15289] ppid=15285 vsize=7272 CPUtime=329.9
/proc/15289/stat : 15289 (march_dl) R 15285 15285 14855 0 -1 4194304 2255 0 0 0 32989 1 0 0 25 0 1 0 388257865 7446528 1659 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527803 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15289/statm: 1818 1659 74 118 0 1697 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 10076


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


[startup+762.305 s]
/proc/loadavg: 1.00 1.01 1.36 2/66 15289
/proc/meminfo: memFree=1758352/2055920 swapFree=4183204/4192956
[pid=15285] ppid=15283 vsize=2804 CPUtime=12.24
/proc/15285/stat : 15285 (SATzilla2007_R) S 15283 15285 14855 0 -1 4194304 1189 2435 0 0 489 14 702 19 25 0 1 0 388256637 2871296 511 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15285/statm: 701 511 158 260 0 425 0
[pid=15289] ppid=15285 vsize=7800 CPUtime=749.75
/proc/15289/stat : 15289 (march_dl) R 15285 15285 14855 0 -1 4194304 2387 0 0 0 74974 1 0 0 25 0 1 0 388257865 7987200 1791 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134532983 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15289/statm: 1950 1791 74 118 0 1829 0
Current children cumulated CPU time (s) 761.99
Current children cumulated vsize (KiB) 10604

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.34 2/66 15289
/proc/meminfo: memFree=1758352/2055920 swapFree=4183204/4192956
[pid=15285] ppid=15283 vsize=2804 CPUtime=12.24
/proc/15285/stat : 15285 (SATzilla2007_R) S 15283 15285 14855 0 -1 4194304 1189 2435 0 0 489 14 702 19 25 0 1 0 388256637 2871296 511 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15285/statm: 701 511 158 260 0 425 0
[pid=15289] ppid=15285 vsize=7800 CPUtime=809.73
/proc/15289/stat : 15289 (march_dl) R 15285 15285 14855 0 -1 4194304 2393 0 0 0 80972 1 0 0 25 0 1 0 388257865 7987200 1797 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134532970 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15289/statm: 1950 1797 74 118 0 1829 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 10604

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.32 2/66 15289
/proc/meminfo: memFree=1758352/2055920 swapFree=4183204/4192956
[pid=15285] ppid=15283 vsize=2804 CPUtime=12.24
/proc/15285/stat : 15285 (SATzilla2007_R) S 15283 15285 14855 0 -1 4194304 1189 2435 0 0 489 14 702 19 25 0 1 0 388256637 2871296 511 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15285/statm: 701 511 158 260 0 425 0
[pid=15289] ppid=15285 vsize=7800 CPUtime=869.71
/proc/15289/stat : 15289 (march_dl) R 15285 15285 14855 0 -1 4194304 2399 0 0 0 86970 1 0 0 25 0 1 0 388257865 7987200 1803 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527877 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15289/statm: 1950 1803 74 118 0 1829 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 10604

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.29 2/66 15289
/proc/meminfo: memFree=1758288/2055920 swapFree=4183204/4192956
[pid=15285] ppid=15283 vsize=2804 CPUtime=12.24
/proc/15285/stat : 15285 (SATzilla2007_R) S 15283 15285 14855 0 -1 4194304 1189 2435 0 0 489 14 702 19 25 0 1 0 388256637 2871296 511 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15285/statm: 701 511 158 260 0 425 0
[pid=15289] ppid=15285 vsize=7800 CPUtime=929.69
/proc/15289/stat : 15289 (march_dl) R 15285 15285 14855 0 -1 4194304 2407 0 0 0 92968 1 0 0 25 0 1 0 388257865 7987200 1811 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134573190 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15289/statm: 1950 1811 74 118 0 1829 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 10604

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.27 2/66 15289
/proc/meminfo: memFree=1758224/2055920 swapFree=4183204/4192956
[pid=15285] ppid=15283 vsize=2804 CPUtime=12.24
/proc/15285/stat : 15285 (SATzilla2007_R) S 15283 15285 14855 0 -1 4194304 1189 2435 0 0 489 14 702 19 25 0 1 0 388256637 2871296 511 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15285/statm: 701 511 158 260 0 425 0
[pid=15289] ppid=15285 vsize=7932 CPUtime=989.66
/proc/15289/stat : 15289 (march_dl) R 15285 15285 14855 0 -1 4194304 2416 0 0 0 98965 1 0 0 25 0 1 0 388257865 8122368 1820 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134533018 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15289/statm: 1983 1820 74 118 0 1862 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 10736

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.25 2/66 15289
/proc/meminfo: memFree=1758224/2055920 swapFree=4183204/4192956
[pid=15285] ppid=15283 vsize=2804 CPUtime=12.24
/proc/15285/stat : 15285 (SATzilla2007_R) S 15283 15285 14855 0 -1 4194304 1189 2435 0 0 489 14 702 19 25 0 1 0 388256637 2871296 511 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15285/statm: 701 511 158 260 0 425 0
[pid=15289] ppid=15285 vsize=7932 CPUtime=1049.64
/proc/15289/stat : 15289 (march_dl) R 15285 15285 14855 0 -1 4194304 2421 0 0 0 104963 1 0 0 25 0 1 0 388257865 8122368 1825 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15289/statm: 1983 1825 74 118 0 1862 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 10736

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.23 2/66 15289
/proc/meminfo: memFree=1758160/2055920 swapFree=4183204/4192956
[pid=15285] ppid=15283 vsize=2804 CPUtime=12.24
/proc/15285/stat : 15285 (SATzilla2007_R) S 15283 15285 14855 0 -1 4194304 1189 2435 0 0 489 14 702 19 25 0 1 0 388256637 2871296 511 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15285/statm: 701 511 158 260 0 425 0
[pid=15289] ppid=15285 vsize=7932 CPUtime=1109.62
/proc/15289/stat : 15289 (march_dl) R 15285 15285 14855 0 -1 4194304 2426 0 0 0 110961 1 0 0 25 0 1 0 388257865 8122368 1830 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551415 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15289/statm: 1983 1830 74 118 0 1862 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 10736

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.22 2/66 15289
/proc/meminfo: memFree=1758224/2055920 swapFree=4183204/4192956
[pid=15285] ppid=15283 vsize=2804 CPUtime=12.24
/proc/15285/stat : 15285 (SATzilla2007_R) S 15283 15285 14855 0 -1 4194304 1189 2435 0 0 489 14 702 19 25 0 1 0 388256637 2871296 511 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15285/statm: 701 511 158 260 0 425 0
[pid=15289] ppid=15285 vsize=7932 CPUtime=1169.6
/proc/15289/stat : 15289 (march_dl) R 15285 15285 14855 0 -1 4194304 2430 0 0 0 116959 1 0 0 25 0 1 0 388257865 8122368 1834 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527849 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15289/statm: 1983 1834 74 118 0 1862 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 10736

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.21 2/66 15289
/proc/meminfo: memFree=1758160/2055920 swapFree=4183204/4192956
[pid=15285] ppid=15283 vsize=2804 CPUtime=12.24
/proc/15285/stat : 15285 (SATzilla2007_R) S 15283 15285 14855 0 -1 4194304 1189 2435 0 0 489 14 702 19 25 0 1 0 388256637 2871296 511 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15285/statm: 701 511 158 260 0 425 0
[pid=15289] ppid=15285 vsize=7932 CPUtime=1177.6
/proc/15289/stat : 15289 (march_dl) R 15285 15285 14855 0 -1 4194304 2430 0 0 0 117759 1 0 0 25 0 1 0 388257865 8122368 1834 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134567141 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15289/statm: 1983 1834 74 118 0 1862 0
Current children cumulated CPU time (s) 1189.84
Current children cumulated vsize (KiB) 10736

[startup+1193.51 s]
/proc/loadavg: 1.00 1.00 1.21 2/66 15289
/proc/meminfo: memFree=1758160/2055920 swapFree=4183204/4192956
[pid=15285] ppid=15283 vsize=2804 CPUtime=12.24
/proc/15285/stat : 15285 (SATzilla2007_R) S 15283 15285 14855 0 -1 4194304 1189 2435 0 0 489 14 702 19 25 0 1 0 388256637 2871296 511 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15285/statm: 701 511 158 260 0 425 0
[pid=15289] ppid=15285 vsize=7932 CPUtime=1180.81
/proc/15289/stat : 15289 (march_dl) R 15285 15285 14855 0 -1 4194304 2431 0 0 0 118079 2 0 0 25 0 1 0 388257865 8122368 1835 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134532995 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15289/statm: 1983 1835 74 118 0 1862 0
Current children cumulated CPU time (s) 1193.05
Current children cumulated vsize (KiB) 10736

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.21 2/66 15289
/proc/meminfo: memFree=1758160/2055920 swapFree=4183204/4192956
[pid=15285] ppid=15283 vsize=2804 CPUtime=12.24
/proc/15285/stat : 15285 (SATzilla2007_R) S 15283 15285 14855 0 -1 4194304 1189 2435 0 0 489 14 702 19 25 0 1 0 388256637 2871296 511 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15285/statm: 701 511 158 260 0 425 0
[pid=15289] ppid=15285 vsize=7932 CPUtime=1184.01
/proc/15289/stat : 15289 (march_dl) R 15285 15285 14855 0 -1 4194304 2431 0 0 0 118399 2 0 0 25 0 1 0 388257865 8122368 1835 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527911 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15289/statm: 1983 1835 74 118 0 1862 0
Current children cumulated CPU time (s) 1196.25
Current children cumulated vsize (KiB) 10736

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.21 2/66 15289
/proc/meminfo: memFree=1758160/2055920 swapFree=4183204/4192956
[pid=15285] ppid=15283 vsize=2804 CPUtime=12.24
/proc/15285/stat : 15285 (SATzilla2007_R) S 15283 15285 14855 0 -1 4194304 1189 2435 0 0 489 14 702 19 25 0 1 0 388256637 2871296 511 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15285/statm: 701 511 158 260 0 425 0
[pid=15289] ppid=15285 vsize=7932 CPUtime=1185.61
/proc/15289/stat : 15289 (march_dl) R 15285 15285 14855 0 -1 4194304 2431 0 0 0 118559 2 0 0 25 0 1 0 388257865 8122368 1835 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134528141 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15289/statm: 1983 1835 74 118 0 1862 0
Current children cumulated CPU time (s) 1197.85
Current children cumulated vsize (KiB) 10736

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.21 2/66 15289
/proc/meminfo: memFree=1758160/2055920 swapFree=4183204/4192956
[pid=15285] ppid=15283 vsize=2804 CPUtime=12.24
/proc/15285/stat : 15285 (SATzilla2007_R) S 15283 15285 14855 0 -1 4194304 1189 2435 0 0 489 14 702 19 25 0 1 0 388256637 2871296 511 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15285/statm: 701 511 158 260 0 425 0
[pid=15289] ppid=15285 vsize=7932 CPUtime=1186.41
/proc/15289/stat : 15289 (march_dl) R 15285 15285 14855 0 -1 4194304 2431 0 0 0 118639 2 0 0 25 0 1 0 388257865 8122368 1835 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15289/statm: 1983 1835 74 118 0 1862 0
Current children cumulated CPU time (s) 1198.65
Current children cumulated vsize (KiB) 10736

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 1.21 2/66 15289
/proc/meminfo: memFree=1758160/2055920 swapFree=4183204/4192956
[pid=15285] ppid=15283 vsize=2804 CPUtime=12.24
/proc/15285/stat : 15285 (SATzilla2007_R) S 15283 15285 14855 0 -1 4194304 1189 2435 0 0 489 14 702 19 25 0 1 0 388256637 2871296 511 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15285/statm: 701 511 158 260 0 425 0
[pid=15289] ppid=15285 vsize=7932 CPUtime=1186.81
/proc/15289/stat : 15289 (march_dl) R 15285 15285 14855 0 -1 4194304 2431 0 0 0 118679 2 0 0 25 0 1 0 388257865 8122368 1835 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551380 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15289/statm: 1983 1835 74 118 0 1862 0
Current children cumulated CPU time (s) 1199.05
Current children cumulated vsize (KiB) 10736

Child status: 17
Real time (s): 1199.58
CPU time (s): 1199.15
CPU user time (s): 1198.78
CPU system time (s): 0.367944
CPU usage (%): 99.9637
Max. virtual memory (cumulated for all children) (KiB): 10736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.78
system time used= 0.367944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6695
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= 25
involuntary context switches= 2512

runsolver used 0.821875 second user time and 2.56161 second system time

The end

Launcher Data (download as text)

Begin job on node69 on Mon Mar 12 07:03:09 UTC 2007

IDJOB= 338260
IDBENCH= 24718
IDSOLVER= 134
FILE ID= node69/338260-1173682989

PBS_JOBID= 4101728

Free space on /tmp= 66268 MiB

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

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  f1b3061e7694aa99406ed9e867c9dfa5

RANDOM SEED= 301875936

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node69.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:       1767272 kB
Buffers:         28288 kB
Cached:         210912 kB
SwapCached:       3968 kB
Active:         130032 kB
Inactive:       119336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1767272 kB
SwapTotal:     4192956 kB
SwapFree:      4183204 kB
Dirty:            8696 kB
Writeback:           0 kB
Mapped:          15540 kB
Slab:            25348 kB
Committed_AS:   892432 kB
PageTables:       1472 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= 66268 MiB

End job on node69 on Mon Mar 12 07:23:09 UTC 2007