Trace number 338176

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.19 1199.55

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-icl009.sat05-2721.reshuffled-07.cnf
MD5SUM2fe12e7483e7a74328d483192a8a2746
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark79.5689
Satisfiable
(Un)Satisfiability was proved
Number of variables1477
Number of clauses7989
Sum of the clauses size66949
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2284
Number of clauses of size 31202
Number of clauses of size 4154
Number of clauses of size 5924
Number of clauses of size over 55392

Solver Data (download as text)

12.27/12.30	c run March_dl for 5 seconds ... 
12.27/12.30	c Bin: Executing march_dl
12.27/12.30	c child exit by a signal
12.27/12.30	c march_dl returned code 137.
12.27/12.30	c run saps (UBCSAT implementation) for 2 seconds ... 
12.27/12.30	c Bin: Executing ubcsat2006
12.27/12.30	c child exited successfully
12.27/12.30	c ubcsat2006 returned code 0.
12.27/12.30	c satzilla computing base features
12.27/12.30	c satzilla doing unit-prop probe
12.27/12.30	c satzilla doing local search probe
12.27/12.30	c satzilla doing lobjois search-space size estimate
12.27/12.30	c satzilla's ranking:
12.27/12.30	c 1) march_dl: -194.977995
12.27/12.30	c 2) kcnfs: -14.582397
12.27/12.30	c 3) minisat20+P: 15.882152
12.27/12.30	c 4) kcnfs+P: 999.000000
12.27/12.30	c 5) march_dl+P: 999.000000
12.27/12.30	c 6) vallst+P: 999.000000
12.27/12.30	c 7) zchaff_rand+P: 999.000000
12.27/12.30	c 8) vallst: 999.000000
12.27/12.30	c 9) zchaff_rand: 999.000000
12.27/12.30	c 10) minisat20: 999.000000
12.27/12.30	c satzilla running march_dl ... 
1199.01/1199.48	c Bin: Executing march_dl
1199.01/1199.48	c child exit by a signal
1199.01/1199.48	c march_dl returned code 137.
1199.01/1199.48	c march_dl returned code 137.
1199.01/1199.48	c satzilla running kcnfs ... 
1199.01/1199.48	c Bin: Executing kcnfs
1199.01/1199.48	c kcnfs returned code 1.
1199.01/1199.48	c kcnfs returned code 1.
1199.01/1199.48	c satzilla running minisat20 with preprocessing ... 
1199.13/1199.54	c Preprocessing...
1199.13/1199.54	c Inital problem has 1477 variables, 7705 nary clauses (284 binary clauses).
1199.13/1199.54	c Num non-binary clauses 7672, Average non-binary clause length 8.648
1199.13/1199.54	c Theory has no gaps
1199.13/1199.54	c Preprocessor runtime was 0.040 seconds.
1199.13/1199.54	c 
1199.13/1199.54	c Satisfiability of theory still undetermined.
1199.13/1199.54	c See file /tmp/aV49z6 for simplified theory.
1199.13/1199.54	c Bin: Executing minisat20
1199.13/1199.54	c minisat20 returned code 1.
1199.13/1199.54	c minisat20 returned code 1.
1199.13/1199.54	c satzilla running kcnfs with preprocessing ... 
1199.13/1199.54	c Bin: Executing kcnfs
1199.13/1199.54	c kcnfs returned code 1.
1199.13/1199.54	c kcnfs returned code 1.
1199.13/1199.54	c satzilla running march_dl with preprocessing ... 
1199.13/1199.54	c Bin: Executing march_dl
1199.13/1199.54	c march_dl returned code 1.
1199.13/1199.54	c march_dl returned code 1.
1199.13/1199.54	c satzilla running vallst with preprocessing ... 
1199.13/1199.54	c Bin: Executing vallst
1199.13/1199.54	c vallst returned code 1.
1199.13/1199.54	c vallst returned code 1.
1199.13/1199.54	c satzilla running zchaff_rand with preprocessing ... 
1199.13/1199.54	c Bin: Executing zchaff_rand
1199.13/1199.54	c zchaff_rand returned code 1.
1199.13/1199.54	c zchaff_rand returned code 1.
1199.13/1199.54	c satzilla running vallst ... 
1199.13/1199.54	c Bin: Executing vallst
1199.13/1199.54	c vallst returned code 1.
1199.13/1199.54	c vallst returned code 1.
1199.13/1199.54	c satzilla running zchaff_rand ... 
1199.13/1199.54	c Bin: Executing zchaff_rand
1199.13/1199.54	c zchaff_rand returned code 1.
1199.13/1199.54	c zchaff_rand returned code 1.
1199.13/1199.54	c satzilla running minisat20 ... 
1199.13/1199.54	c Bin: Executing minisat20
1199.13/1199.54	c minisat20 returned code 1.
1199.13/1199.54	c minisat20 returned code 1.
1199.13/1199.54	c ERROR: All Failed! 
1199.13/1199.54	c SATZILLA_TIME=1199.360000

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/node1/watcher-338176-1173681620 -o ROOT/results/node1/solver-338176-1173681620 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/338176-1173681620/SATzilla2007_R /tmp/evaluation/338176-1173681620/instance-338176-1173681620.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.79 1.41 1.15 3/77 3076
/proc/meminfo: memFree=1419448/2055920 swapFree=4159120/4192956
[pid=3076] ppid=3074 vsize=1440 CPUtime=0
/proc/3076/stat : 3076 (SATzilla2007_R) R 3074 3076 2856 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 388117086 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/3076/statm: 360 110 95 260 0 84 0
[pid=3077] ppid=3076 vsize=768 CPUtime=0
/proc/3077/stat : 3077 (march_dl) R 3076 3076 2856 0 -1 4194304 105 0 0 0 0 0 0 0 18 0 1 0 388117086 786432 100 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3077/statm: 192 100 50 118 0 71 0

[startup+0.0680791 s]
/proc/loadavg: 1.79 1.41 1.15 3/77 3076
/proc/meminfo: memFree=1419448/2055920 swapFree=4159120/4192956
[pid=3076] ppid=3074 vsize=1440 CPUtime=0
/proc/3076/stat : 3076 (SATzilla2007_R) S 3074 3076 2856 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 388117086 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3076/statm: 360 110 95 260 0 84 0
[pid=3077] ppid=3076 vsize=1728 CPUtime=0.06
/proc/3077/stat : 3077 (march_dl) R 3076 3076 2856 0 -1 4194304 349 0 0 0 6 0 0 0 19 0 1 0 388117086 1769472 341 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134543106 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3077/statm: 432 341 57 118 0 311 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 3168

[startup+0.101083 s]
/proc/loadavg: 1.79 1.41 1.15 3/77 3076
/proc/meminfo: memFree=1419448/2055920 swapFree=4159120/4192956
[pid=3076] ppid=3074 vsize=1440 CPUtime=0
/proc/3076/stat : 3076 (SATzilla2007_R) S 3074 3076 2856 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 388117086 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3076/statm: 360 110 95 260 0 84 0
[pid=3077] ppid=3076 vsize=2156 CPUtime=0.09
/proc/3077/stat : 3077 (march_dl) R 3076 3076 2856 0 -1 4194304 494 0 0 0 9 0 0 0 19 0 1 0 388117086 2207744 450 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134650591 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3077/statm: 539 450 65 118 0 418 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3596

[startup+0.301106 s]
/proc/loadavg: 1.79 1.41 1.15 3/77 3076
/proc/meminfo: memFree=1419448/2055920 swapFree=4159120/4192956
[pid=3076] ppid=3074 vsize=1440 CPUtime=0
/proc/3076/stat : 3076 (SATzilla2007_R) S 3074 3076 2856 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 388117086 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3076/statm: 360 110 95 260 0 84 0
[pid=3077] ppid=3076 vsize=3700 CPUtime=0.29
/proc/3077/stat : 3077 (march_dl) R 3076 3076 2856 0 -1 4194304 714 0 0 0 29 0 0 0 21 0 1 0 388117086 3788800 588 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583431 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3077/statm: 925 588 67 118 0 804 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5140

[startup+0.701153 s]
/proc/loadavg: 1.79 1.41 1.15 3/77 3076
/proc/meminfo: memFree=1419448/2055920 swapFree=4159120/4192956
[pid=3076] ppid=3074 vsize=1440 CPUtime=0
/proc/3076/stat : 3076 (SATzilla2007_R) S 3074 3076 2856 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 388117086 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3076/statm: 360 110 95 260 0 84 0
[pid=3077] ppid=3076 vsize=5952 CPUtime=0.69
/proc/3077/stat : 3077 (march_dl) R 3076 3076 2856 0 -1 4194304 1600 0 0 0 69 0 0 0 24 0 1 0 388117086 6094848 1380 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134533463 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3077/statm: 1488 1380 72 118 0 1367 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7392

[startup+1.50125 s]
/proc/loadavg: 1.79 1.41 1.15 2/79 3078
/proc/meminfo: memFree=1413416/2055920 swapFree=4159120/4192956
[pid=3076] ppid=3074 vsize=1440 CPUtime=0
/proc/3076/stat : 3076 (SATzilla2007_R) S 3074 3076 2856 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 388117086 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3076/statm: 360 110 95 260 0 84 0
[pid=3077] ppid=3076 vsize=6168 CPUtime=1.49
/proc/3077/stat : 3077 (march_dl) R 3076 3076 2856 0 -1 4194304 1815 0 0 0 149 0 0 0 25 0 1 0 388117086 6316032 1385 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514035 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3077/statm: 1542 1385 74 118 0 1421 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7608

[startup+3.10243 s]
/proc/loadavg: 1.79 1.41 1.15 2/79 3078
/proc/meminfo: memFree=1413864/2055920 swapFree=4159120/4192956
[pid=3076] ppid=3074 vsize=1440 CPUtime=0
/proc/3076/stat : 3076 (SATzilla2007_R) S 3074 3076 2856 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 388117086 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3076/statm: 360 110 95 260 0 84 0
[pid=3077] ppid=3076 vsize=6168 CPUtime=3.09
/proc/3077/stat : 3077 (march_dl) R 3076 3076 2856 0 -1 4194304 1815 0 0 0 309 0 0 0 25 0 1 0 388117086 6316032 1385 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526940 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3077/statm: 1542 1385 74 118 0 1421 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7608

[startup+6.30181 s]
/proc/loadavg: 1.73 1.40 1.15 2/79 3079
/proc/meminfo: memFree=1417960/2055920 swapFree=4159120/4192956
[pid=3076] ppid=3074 vsize=1440 CPUtime=4.99
/proc/3076/stat : 3076 (SATzilla2007_R) S 3074 3076 2856 0 -1 4194304 135 1815 0 0 0 0 498 1 16 0 1 0 388117086 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3076/statm: 360 111 96 260 0 84 0
[pid=3079] ppid=3076 vsize=6188 CPUtime=1.28
/proc/3079/stat : 3079 (ubcsat2006) R 3076 3076 2856 0 -1 4194304 440 0 0 0 118 10 0 0 25 0 1 0 388117586 6336512 423 18446744073709551615 134512640 134777720 4294956592 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3079/statm: 1547 423 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7628

[startup+12.7016 s]
/proc/loadavg: 1.67 1.39 1.15 2/78 3079
/proc/meminfo: memFree=1417648/2055920 swapFree=4159120/4192956
[pid=3076] ppid=3074 vsize=2500 CPUtime=12.28
/proc/3076/stat : 3076 (SATzilla2007_R) S 3074 3076 2856 0 -1 4194304 1188 2261 0 0 494 14 701 19 25 0 1 0 388117086 2560000 453 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3076/statm: 625 453 158 260 0 349 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 2500

[startup+25.501 s]
/proc/loadavg: 1.52 1.37 1.15 3/79 3080
/proc/meminfo: memFree=1412584/2055920 swapFree=4159120/4192956
[pid=3076] ppid=3074 vsize=2500 CPUtime=12.28
/proc/3076/stat : 3076 (SATzilla2007_R) S 3074 3076 2856 0 -1 4194304 1188 2261 0 0 494 14 701 19 25 0 1 0 388117086 2560000 453 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3076/statm: 625 453 158 260 0 349 0
[pid=3080] ppid=3076 vsize=6168 CPUtime=13.17
/proc/3080/stat : 3080 (march_dl) R 3076 3076 2856 0 -1 4194304 1815 0 0 0 1317 0 0 0 25 0 1 0 388118317 6316032 1385 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134528156 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3080/statm: 1542 1385 74 118 0 1421 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 8668

[startup+51.101 s]
/proc/loadavg: 1.34 1.34 1.14 2/79 3080
/proc/meminfo: memFree=1412584/2055920 swapFree=4159120/4192956
[pid=3076] ppid=3074 vsize=2500 CPUtime=12.28
/proc/3076/stat : 3076 (SATzilla2007_R) S 3074 3076 2856 0 -1 4194304 1188 2261 0 0 494 14 701 19 25 0 1 0 388117086 2560000 453 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3076/statm: 625 453 158 260 0 349 0
[pid=3080] ppid=3076 vsize=6168 CPUtime=38.77
/proc/3080/stat : 3080 (march_dl) R 3076 3076 2856 0 -1 4194304 1815 0 0 0 3876 1 0 0 25 0 1 0 388118317 6316032 1385 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551436 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3080/statm: 1542 1385 74 118 0 1421 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 8668

[startup+102.306 s]
/proc/loadavg: 1.15 1.29 1.13 2/79 3080
/proc/meminfo: memFree=1412584/2055920 swapFree=4159120/4192956
[pid=3076] ppid=3074 vsize=2500 CPUtime=12.28
/proc/3076/stat : 3076 (SATzilla2007_R) S 3074 3076 2856 0 -1 4194304 1188 2261 0 0 494 14 701 19 25 0 1 0 388117086 2560000 453 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3076/statm: 625 453 158 260 0 349 0
[pid=3080] ppid=3076 vsize=6300 CPUtime=89.96
/proc/3080/stat : 3080 (march_dl) R 3076 3076 2856 0 -1 4194304 1841 0 0 0 8995 1 0 0 25 0 1 0 388118317 6451200 1411 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134528326 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3080/statm: 1575 1411 74 118 0 1454 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 8800

[startup+162.302 s]
/proc/loadavg: 1.05 1.23 1.12 2/79 3080
/proc/meminfo: memFree=1412328/2055920 swapFree=4159120/4192956
[pid=3076] ppid=3074 vsize=2500 CPUtime=12.28
/proc/3076/stat : 3076 (SATzilla2007_R) S 3074 3076 2856 0 -1 4194304 1188 2261 0 0 494 14 701 19 25 0 1 0 388117086 2560000 453 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3076/statm: 625 453 158 260 0 349 0
[pid=3080] ppid=3076 vsize=6564 CPUtime=149.93
/proc/3080/stat : 3080 (march_dl) R 3076 3076 2856 0 -1 4194304 1891 0 0 0 14992 1 0 0 25 0 1 0 388118317 6721536 1461 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134537726 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3080/statm: 1641 1461 74 118 0 1520 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 9064

[startup+222.302 s]
/proc/loadavg: 1.02 1.19 1.11 2/79 3080
/proc/meminfo: memFree=1412200/2055920 swapFree=4159120/4192956
[pid=3076] ppid=3074 vsize=2500 CPUtime=12.28
/proc/3076/stat : 3076 (SATzilla2007_R) S 3074 3076 2856 0 -1 4194304 1188 2261 0 0 494 14 701 19 25 0 1 0 388117086 2560000 453 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3076/statm: 625 453 158 260 0 349 0
[pid=3080] ppid=3076 vsize=6564 CPUtime=209.92
/proc/3080/stat : 3080 (march_dl) R 3076 3076 2856 0 -1 4194304 1912 0 0 0 20990 2 0 0 25 0 1 0 388118317 6721536 1482 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527922 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3080/statm: 1641 1482 74 118 0 1520 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 9064

[startup+282.302 s]
/proc/loadavg: 1.00 1.15 1.10 2/79 3082
/proc/meminfo: memFree=1412008/2055920 swapFree=4159120/4192956
[pid=3076] ppid=3074 vsize=2500 CPUtime=12.28
/proc/3076/stat : 3076 (SATzilla2007_R) S 3074 3076 2856 0 -1 4194304 1188 2261 0 0 494 14 701 19 25 0 1 0 388117086 2560000 453 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3076/statm: 625 453 158 260 0 349 0
[pid=3080] ppid=3076 vsize=6696 CPUtime=269.91
/proc/3080/stat : 3080 (march_dl) R 3076 3076 2856 0 -1 4194304 1939 0 0 0 26988 3 0 0 25 0 1 0 388118317 6856704 1509 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134567185 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3080/statm: 1674 1509 74 118 0 1553 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 9196

[startup+342.302 s]
/proc/loadavg: 1.00 1.12 1.09 2/79 3082
/proc/meminfo: memFree=1412008/2055920 swapFree=4159120/4192956
[pid=3076] ppid=3074 vsize=2500 CPUtime=12.28
/proc/3076/stat : 3076 (SATzilla2007_R) S 3074 3076 2856 0 -1 4194304 1188 2261 0 0 494 14 701 19 25 0 1 0 388117086 2560000 453 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3076/statm: 625 453 158 260 0 349 0
[pid=3080] ppid=3076 vsize=6828 CPUtime=329.88
/proc/3080/stat : 3080 (march_dl) R 3076 3076 2856 0 -1 4194304 1951 0 0 0 32985 3 0 0 25 0 1 0 388118317 6991872 1521 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3080/statm: 1707 1521 74 118 0 1586 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 9328


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

/proc/3080/statm: 1740 1581 74 118 0 1619 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 9460

[startup+762.305 s]
/proc/loadavg: 1.00 1.02 1.05 2/79 3082
/proc/meminfo: memFree=1411688/2055920 swapFree=4159120/4192956
[pid=3076] ppid=3074 vsize=2500 CPUtime=12.28
/proc/3076/stat : 3076 (SATzilla2007_R) S 3074 3076 2856 0 -1 4194304 1188 2261 0 0 494 14 701 19 25 0 1 0 388117086 2560000 453 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3076/statm: 625 453 158 260 0 349 0
[pid=3080] ppid=3076 vsize=7092 CPUtime=749.76
/proc/3080/stat : 3080 (march_dl) R 3076 3076 2856 0 -1 4194304 2020 0 0 0 74970 6 0 0 25 0 1 0 388118317 7262208 1590 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551461 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3080/statm: 1773 1590 74 118 0 1652 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 9592

[startup+822.301 s]
/proc/loadavg: 1.00 1.01 1.04 2/79 3082
/proc/meminfo: memFree=1411752/2055920 swapFree=4159120/4192956
[pid=3076] ppid=3074 vsize=2500 CPUtime=12.28
/proc/3076/stat : 3076 (SATzilla2007_R) S 3074 3076 2856 0 -1 4194304 1188 2261 0 0 494 14 701 19 25 0 1 0 388117086 2560000 453 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3076/statm: 625 453 158 260 0 349 0
[pid=3080] ppid=3076 vsize=7092 CPUtime=809.74
/proc/3080/stat : 3080 (march_dl) R 3076 3076 2856 0 -1 4194304 2026 0 0 0 80967 7 0 0 25 0 1 0 388118317 7262208 1596 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134588276 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3080/statm: 1773 1596 74 118 0 1652 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 9592

[startup+882.301 s]
/proc/loadavg: 1.00 1.01 1.04 2/79 3082
/proc/meminfo: memFree=1411816/2055920 swapFree=4159120/4192956
[pid=3076] ppid=3074 vsize=2500 CPUtime=12.28
/proc/3076/stat : 3076 (SATzilla2007_R) S 3074 3076 2856 0 -1 4194304 1188 2261 0 0 494 14 701 19 25 0 1 0 388117086 2560000 453 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3076/statm: 625 453 158 260 0 349 0
[pid=3080] ppid=3076 vsize=7092 CPUtime=869.72
/proc/3080/stat : 3080 (march_dl) R 3076 3076 2856 0 -1 4194304 2030 0 0 0 86965 7 0 0 25 0 1 0 388118317 7262208 1600 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134537797 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3080/statm: 1773 1600 74 118 0 1652 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 9592

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.03 2/79 3082
/proc/meminfo: memFree=1411752/2055920 swapFree=4159120/4192956
[pid=3076] ppid=3074 vsize=2500 CPUtime=12.28
/proc/3076/stat : 3076 (SATzilla2007_R) S 3074 3076 2856 0 -1 4194304 1188 2261 0 0 494 14 701 19 25 0 1 0 388117086 2560000 453 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3076/statm: 625 453 158 260 0 349 0
[pid=3080] ppid=3076 vsize=7092 CPUtime=929.71
/proc/3080/stat : 3080 (march_dl) R 3076 3076 2856 0 -1 4194304 2034 0 0 0 92963 8 0 0 25 0 1 0 388118317 7262208 1604 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527849 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3080/statm: 1773 1604 74 118 0 1652 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 9592

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/79 3082
/proc/meminfo: memFree=1411688/2055920 swapFree=4159120/4192956
[pid=3076] ppid=3074 vsize=2500 CPUtime=12.28
/proc/3076/stat : 3076 (SATzilla2007_R) S 3074 3076 2856 0 -1 4194304 1188 2261 0 0 494 14 701 19 25 0 1 0 388117086 2560000 453 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3076/statm: 625 453 158 260 0 349 0
[pid=3080] ppid=3076 vsize=7224 CPUtime=989.69
/proc/3080/stat : 3080 (march_dl) R 3076 3076 2856 0 -1 4194304 2047 0 0 0 98961 8 0 0 25 0 1 0 388118317 7397376 1617 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134532980 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3080/statm: 1806 1617 74 118 0 1685 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 9724

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/79 3082
/proc/meminfo: memFree=1411688/2055920 swapFree=4159120/4192956
[pid=3076] ppid=3074 vsize=2500 CPUtime=12.28
/proc/3076/stat : 3076 (SATzilla2007_R) S 3074 3076 2856 0 -1 4194304 1188 2261 0 0 494 14 701 19 25 0 1 0 388117086 2560000 453 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3076/statm: 625 453 158 260 0 349 0
[pid=3080] ppid=3076 vsize=7224 CPUtime=1049.67
/proc/3080/stat : 3080 (march_dl) R 3076 3076 2856 0 -1 4194304 2053 0 0 0 104958 9 0 0 25 0 1 0 388118317 7397376 1623 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551671 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3080/statm: 1806 1623 74 118 0 1685 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 9724

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/79 3082
/proc/meminfo: memFree=1411688/2055920 swapFree=4159120/4192956
[pid=3076] ppid=3074 vsize=2500 CPUtime=12.28
/proc/3076/stat : 3076 (SATzilla2007_R) S 3074 3076 2856 0 -1 4194304 1188 2261 0 0 494 14 701 19 25 0 1 0 388117086 2560000 453 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3076/statm: 625 453 158 260 0 349 0
[pid=3080] ppid=3076 vsize=7224 CPUtime=1109.65
/proc/3080/stat : 3080 (march_dl) R 3076 3076 2856 0 -1 4194304 2059 0 0 0 110956 9 0 0 25 0 1 0 388118317 7397376 1629 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134537011 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3080/statm: 1806 1629 74 118 0 1685 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 9724

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/79 3082
/proc/meminfo: memFree=1411624/2055920 swapFree=4159120/4192956
[pid=3076] ppid=3074 vsize=2500 CPUtime=12.28
/proc/3076/stat : 3076 (SATzilla2007_R) S 3074 3076 2856 0 -1 4194304 1188 2261 0 0 494 14 701 19 25 0 1 0 388117086 2560000 453 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3076/statm: 625 453 158 260 0 349 0
[pid=3080] ppid=3076 vsize=7224 CPUtime=1169.64
/proc/3080/stat : 3080 (march_dl) R 3076 3076 2856 0 -1 4194304 2067 0 0 0 116954 10 0 0 25 0 1 0 388118317 7397376 1637 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134533052 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3080/statm: 1806 1637 74 118 0 1685 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 9724

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/79 3082
/proc/meminfo: memFree=1411624/2055920 swapFree=4159120/4192956
[pid=3076] ppid=3074 vsize=2500 CPUtime=12.28
/proc/3076/stat : 3076 (SATzilla2007_R) S 3074 3076 2856 0 -1 4194304 1188 2261 0 0 494 14 701 19 25 0 1 0 388117086 2560000 453 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3076/statm: 625 453 158 260 0 349 0
[pid=3080] ppid=3076 vsize=7224 CPUtime=1177.64
/proc/3080/stat : 3080 (march_dl) R 3076 3076 2856 0 -1 4194304 2068 0 0 0 117754 10 0 0 25 0 1 0 388118317 7397376 1638 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134528303 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3080/statm: 1806 1638 74 118 0 1685 0
Current children cumulated CPU time (s) 1189.92
Current children cumulated vsize (KiB) 9724

[startup+1193.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3082
/proc/meminfo: memFree=1411560/2055920 swapFree=4159120/4192956
[pid=3076] ppid=3074 vsize=2500 CPUtime=12.28
/proc/3076/stat : 3076 (SATzilla2007_R) S 3074 3076 2856 0 -1 4194304 1188 2261 0 0 494 14 701 19 25 0 1 0 388117086 2560000 453 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3076/statm: 625 453 158 260 0 349 0
[pid=3080] ppid=3076 vsize=7224 CPUtime=1180.84
/proc/3080/stat : 3080 (march_dl) R 3076 3076 2856 0 -1 4194304 2068 0 0 0 118074 10 0 0 25 0 1 0 388118317 7397376 1638 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527849 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3080/statm: 1806 1638 74 118 0 1685 0
Current children cumulated CPU time (s) 1193.12
Current children cumulated vsize (KiB) 9724

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3082
/proc/meminfo: memFree=1411560/2055920 swapFree=4159120/4192956
[pid=3076] ppid=3074 vsize=2500 CPUtime=12.28
/proc/3076/stat : 3076 (SATzilla2007_R) S 3074 3076 2856 0 -1 4194304 1188 2261 0 0 494 14 701 19 25 0 1 0 388117086 2560000 453 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3076/statm: 625 453 158 260 0 349 0
[pid=3080] ppid=3076 vsize=7224 CPUtime=1184.04
/proc/3080/stat : 3080 (march_dl) R 3076 3076 2856 0 -1 4194304 2068 0 0 0 118394 10 0 0 25 0 1 0 388118317 7397376 1638 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134537698 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3080/statm: 1806 1638 74 118 0 1685 0
Current children cumulated CPU time (s) 1196.32
Current children cumulated vsize (KiB) 9724

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3082
/proc/meminfo: memFree=1411560/2055920 swapFree=4159120/4192956
[pid=3076] ppid=3074 vsize=2500 CPUtime=12.28
/proc/3076/stat : 3076 (SATzilla2007_R) S 3074 3076 2856 0 -1 4194304 1188 2261 0 0 494 14 701 19 25 0 1 0 388117086 2560000 453 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3076/statm: 625 453 158 260 0 349 0
[pid=3080] ppid=3076 vsize=7224 CPUtime=1185.63
/proc/3080/stat : 3080 (march_dl) R 3076 3076 2856 0 -1 4194304 2069 0 0 0 118553 10 0 0 25 0 1 0 388118317 7397376 1639 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134533005 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3080/statm: 1806 1639 74 118 0 1685 0
Current children cumulated CPU time (s) 1197.91
Current children cumulated vsize (KiB) 9724

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3082
/proc/meminfo: memFree=1411560/2055920 swapFree=4159120/4192956
[pid=3076] ppid=3074 vsize=2500 CPUtime=12.28
/proc/3076/stat : 3076 (SATzilla2007_R) S 3074 3076 2856 0 -1 4194304 1188 2261 0 0 494 14 701 19 25 0 1 0 388117086 2560000 453 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3076/statm: 625 453 158 260 0 349 0
[pid=3080] ppid=3076 vsize=7224 CPUtime=1186.43
/proc/3080/stat : 3080 (march_dl) R 3076 3076 2856 0 -1 4194304 2069 0 0 0 118633 10 0 0 25 0 1 0 388118317 7397376 1639 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3080/statm: 1806 1639 74 118 0 1685 0
Current children cumulated CPU time (s) 1198.71
Current children cumulated vsize (KiB) 9724

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3082
/proc/meminfo: memFree=1411560/2055920 swapFree=4159120/4192956
[pid=3076] ppid=3074 vsize=2768 CPUtime=1199.13
/proc/3076/stat : 3076 (SATzilla2007_R) R 3074 3076 2856 0 -1 4194304 1398 4330 0 0 496 14 119373 30 18 0 1 0 388117086 2834432 519 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135157356 0 0 4096 0 0 0 0 17 0 0 0
/proc/3076/statm: 692 519 158 260 0 416 0
Current children cumulated CPU time (s) 1199.13
Current children cumulated vsize (KiB) 2768

Child status: 17
Real time (s): 1199.55
CPU time (s): 1199.19
CPU user time (s): 1198.74
CPU system time (s): 0.451931
CPU usage (%): 99.9699
Max. virtual memory (cumulated for all children) (KiB): 9724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.74
system time used= 0.451931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6138
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= 26
involuntary context switches= 1963

runsolver used 1.23081 second user time and 3.13952 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Mon Mar 12 06:40:20 UTC 2007

IDJOB= 338176
IDBENCH= 24716
IDSOLVER= 134
FILE ID= node1/338176-1173681620

PBS_JOBID= 4101489

Free space on /tmp= 66378 MiB

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

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  2fe12e7483e7a74328d483192a8a2746

RANDOM SEED= 760612938

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node1.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.230
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.230
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:       1419856 kB
Buffers:         48388 kB
Cached:         506296 kB
SwapCached:      13796 kB
Active:         372176 kB
Inactive:       205448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1419856 kB
SwapTotal:     4192956 kB
SwapFree:      4159120 kB
Dirty:            8804 kB
Writeback:           0 kB
Mapped:          29728 kB
Slab:            44092 kB
Committed_AS:  1234488 kB
PageTables:       1740 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= 66378 MiB

End job on node1 on Mon Mar 12 07:00:20 UTC 2007