Trace number 368779

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 CRAFTED? (TO) 5000.06 5001.93

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-equilarge_l1.used-as.sat04-893.sat05-4187.reshuffled-07.cnf
MD5SUM181c4935b6e4cd791aedd030930111fa
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables16866
Number of clauses2507999
Sum of the clauses size5028712
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22505923
Number of clauses of size 31
Number of clauses of size 47
Number of clauses of size 59
Number of clauses of size over 52059

Solver Data (download as text)

69.26/69.32	c run March_dl for 5 seconds ... 
69.26/69.32	c Bin: Executing march_dl
69.26/69.32	c child exit by a signal
69.26/69.32	c march_dl returned code 137.
69.26/69.32	c run saps (UBCSAT implementation) for 2 seconds ... 
69.26/69.32	c Bin: Executing ubcsat2006
69.26/69.32	c child exited successfully
69.26/69.32	c ubcsat2006 returned code 0.
69.26/69.32	c satzilla computing base features
69.26/69.32	c satzilla doing unit-prop probe
69.26/69.32	c satzilla doing local search probe
69.26/69.32	c satzilla doing lobjois search-space size estimate
69.26/69.32	c satzilla's ranking:
69.26/69.32	c 1) march_dl: -1.340675
69.26/69.32	c 2) zchaff_rand+P: 0.911436
69.26/69.32	c 3) vallst+P: 3.595501
69.26/69.32	c 4) minisat20: 5.137112
69.26/69.32	c 5) march_dl+P: 6.841045
69.26/69.32	c 6) minisat20+P: 7.386925
69.26/69.32	c 7) kcnfs+P: 999.000000
69.26/69.32	c 8) kcnfs: 999.000000
69.26/69.32	c 9) vallst: 999.000000
69.26/69.32	c 10) zchaff_rand: 999.000000
69.26/69.32	c satzilla running march_dl ... 
4998.51/5000.45	c Bin: Executing march_dl
4998.51/5000.45	c child exit by a signal
4998.51/5000.45	c march_dl returned code 137.
4998.51/5000.45	c march_dl returned code 137.
4998.51/5000.45	c satzilla running zchaff_rand with preprocessing ... 

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node66/watcher-368779-1177259490 -o ROOT/results/node66/solver-368779-1177259490 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/368779-1177259490/SATzilla2007_C /tmp/evaluation/368779-1177259490/instance-368779-1177259490.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 7500 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.86 0.95 0.98 3/64 27814
/proc/meminfo: memFree=1574712/2055920 swapFree=4182980/4192956
[pid=27814] ppid=27812 vsize=1440 CPUtime=0
/proc/27814/stat : 27814 (SATzilla2007_C) R 27812 27814 27758 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 201939097 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/27814/statm: 360 110 95 260 0 84 0
[pid=27815] ppid=27814 vsize=10436 CPUtime=0
/proc/27815/stat : 27815 (march_dl) R 27814 27814 27758 0 -1 4194304 802 0 0 0 0 0 0 0 18 0 1 0 201939097 10686464 797 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134549449 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27815/statm: 2609 807 49 118 0 2488 0

[startup+0.0750401 s]
/proc/loadavg: 0.86 0.95 0.98 3/64 27814
/proc/meminfo: memFree=1574712/2055920 swapFree=4182980/4192956
[pid=27814] ppid=27812 vsize=1440 CPUtime=0
/proc/27814/stat : 27814 (SATzilla2007_C) S 27812 27814 27758 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 201939097 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27814/statm: 360 110 95 260 0 84 0
[pid=27815] ppid=27814 vsize=21952 CPUtime=0.06
/proc/27815/stat : 27815 (march_dl) R 27814 27814 27758 0 -1 4194304 3008 0 0 0 5 1 0 0 20 0 1 0 201939097 22478848 3003 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27815/statm: 5488 3003 50 118 0 5367 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 23392

[startup+0.101043 s]
/proc/loadavg: 0.86 0.95 0.98 3/64 27814
/proc/meminfo: memFree=1574712/2055920 swapFree=4182980/4192956
[pid=27814] ppid=27812 vsize=1440 CPUtime=0
/proc/27814/stat : 27814 (SATzilla2007_C) S 27812 27814 27758 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 201939097 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27814/statm: 360 110 95 260 0 84 0
[pid=27815] ppid=27814 vsize=22348 CPUtime=0.09
/proc/27815/stat : 27815 (march_dl) R 27814 27814 27758 0 -1 4194304 3117 0 0 0 8 1 0 0 20 0 1 0 201939097 22884352 3112 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27815/statm: 5587 3112 50 118 0 5466 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23788

[startup+0.301083 s]
/proc/loadavg: 0.86 0.95 0.98 3/64 27814
/proc/meminfo: memFree=1574712/2055920 swapFree=4182980/4192956
[pid=27814] ppid=27812 vsize=1440 CPUtime=0
/proc/27814/stat : 27814 (SATzilla2007_C) S 27812 27814 27758 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 201939097 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27814/statm: 360 110 95 260 0 84 0
[pid=27815] ppid=27814 vsize=25120 CPUtime=0.29
/proc/27815/stat : 27815 (march_dl) R 27814 27814 27758 0 -1 4194304 3961 0 0 0 27 2 0 0 20 0 1 0 201939097 25722880 3956 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27815/statm: 6280 3956 50 118 0 6159 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26560

[startup+0.701172 s]
/proc/loadavg: 0.86 0.95 0.98 3/64 27814
/proc/meminfo: memFree=1574712/2055920 swapFree=4182980/4192956
[pid=27814] ppid=27812 vsize=1440 CPUtime=0
/proc/27814/stat : 27814 (SATzilla2007_C) S 27812 27814 27758 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 201939097 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27814/statm: 360 110 95 260 0 84 0
[pid=27815] ppid=27814 vsize=30664 CPUtime=0.69
/proc/27815/stat : 27815 (march_dl) R 27814 27814 27758 0 -1 4194304 5722 0 0 0 66 3 0 0 25 0 1 0 201939097 31399936 5717 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134781536 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27815/statm: 7666 5717 50 118 0 7545 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32104

[startup+1.50132 s]
/proc/loadavg: 0.95 0.97 0.98 2/66 27816
/proc/meminfo: memFree=1547240/2055920 swapFree=4182980/4192956
[pid=27814] ppid=27812 vsize=1440 CPUtime=0
/proc/27814/stat : 27814 (SATzilla2007_C) S 27812 27814 27758 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 201939097 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27814/statm: 360 110 95 260 0 84 0
[pid=27815] ppid=27814 vsize=41884 CPUtime=1.48
/proc/27815/stat : 27815 (march_dl) R 27814 27814 27758 0 -1 4194304 9197 0 0 0 143 5 0 0 25 0 1 0 201939097 42889216 9192 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27815/statm: 10471 9192 50 118 0 10350 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 43324

[startup+3.10164 s]
/proc/loadavg: 0.95 0.97 0.98 2/66 27816
/proc/meminfo: memFree=1528680/2055920 swapFree=4182980/4192956
[pid=27814] ppid=27812 vsize=1440 CPUtime=0
/proc/27814/stat : 27814 (SATzilla2007_C) S 27812 27814 27758 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 201939097 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27814/statm: 360 110 95 260 0 84 0
[pid=27815] ppid=27814 vsize=130512 CPUtime=3.08
/proc/27815/stat : 27815 (march_dl) R 27814 27814 27758 0 -1 4194304 22728 0 0 0 296 12 0 0 25 0 1 0 201939097 133644288 22722 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134542421 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27815/statm: 32628 22722 52 118 0 32507 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 131952

[startup+6.30128 s]
/proc/loadavg: 0.95 0.97 0.98 2/66 27817
/proc/meminfo: memFree=1569448/2055920 swapFree=4182980/4192956
[pid=27814] ppid=27812 vsize=1440 CPUtime=5
/proc/27814/stat : 27814 (SATzilla2007_C) S 27812 27814 27758 0 -1 4194304 135 23958 0 0 0 0 486 14 16 0 1 0 201939097 1474560 111 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27814/statm: 360 111 96 260 0 84 0
[pid=27817] ppid=27814 vsize=38092 CPUtime=1.28
/proc/27817/stat : 27817 (ubcsat2006) R 27814 27814 27758 0 -1 4194304 5087 0 0 0 125 3 0 0 25 0 1 0 201939599 39006208 5071 18446744073709551615 134512640 134777720 4294956544 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27817/statm: 9523 5074 141 64 0 9104 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 39532

[startup+12.7016 s]
/proc/loadavg: 0.96 0.97 0.98 2/65 27817
/proc/meminfo: memFree=1525744/2055920 swapFree=4182980/4192956
[pid=27814] ppid=27812 vsize=82228 CPUtime=12.67
/proc/27814/stat : 27814 (SATzilla2007_C) R 27812 27814 27758 0 -1 4194304 18122 51997 0 0 259 9 970 29 25 0 1 0 201939097 84201472 18092 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135168075 0 0 4096 0 0 0 0 17 1 0 0
/proc/27814/statm: 20557 18092 114 260 0 20281 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 82228

[startup+25.5011 s]
/proc/loadavg: 0.96 0.97 0.98 2/65 27817
/proc/meminfo: memFree=1478896/2055920 swapFree=4182980/4192956
[pid=27814] ppid=27812 vsize=97644 CPUtime=25.46
/proc/27814/stat : 27814 (SATzilla2007_C) R 27812 27814 27758 0 -1 4194304 60052 51997 0 0 1517 30 970 29 25 0 1 0 201939097 99987456 24202 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 134526943 0 0 4096 0 0 0 0 17 1 0 0
/proc/27814/statm: 24411 24202 124 260 0 24135 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 97644

[startup+51.1012 s]
/proc/loadavg: 0.98 0.97 0.98 2/65 27817
/proc/meminfo: memFree=1475824/2055920 swapFree=4182980/4192956
[pid=27814] ppid=27812 vsize=101076 CPUtime=51.05
/proc/27814/stat : 27814 (SATzilla2007_C) R 27812 27814 27758 0 -1 4194304 72308 51997 0 0 4067 39 970 29 25 0 1 0 201939097 103501824 25052 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135327290 0 0 4096 0 0 0 0 17 1 0 0
/proc/27814/statm: 25269 25052 124 260 0 24993 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 101076

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 27818
/proc/meminfo: memFree=1345192/2055920 swapFree=4182980/4192956
[pid=27814] ppid=27812 vsize=103540 CPUtime=69.28
/proc/27814/stat : 27814 (SATzilla2007_C) S 27812 27814 27758 0 -1 4194304 130761 51997 0 0 5854 75 970 29 25 0 1 0 201939097 106024960 25671 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27814/statm: 25885 25671 156 260 0 25609 0
[pid=27818] ppid=27814 vsize=167860 CPUtime=32.95
/proc/27818/stat : 27818 (march_dl) R 27814 27814 27758 0 -1 4194304 104900 0 0 0 3246 49 0 0 25 0 1 0 201946030 171888640 32059 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134559199 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27818/statm: 41965 32059 65 118 0 41844 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 271400

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 27818
/proc/meminfo: memFree=1231464/2055920 swapFree=4182980/4192956
[pid=27814] ppid=27812 vsize=103540 CPUtime=69.28
/proc/27814/stat : 27814 (SATzilla2007_C) S 27812 27814 27758 0 -1 4194304 130761 51997 0 0 5854 75 970 29 25 0 1 0 201939097 106024960 25671 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27814/statm: 25885 25671 156 260 0 25609 0
[pid=27818] ppid=27814 vsize=292692 CPUtime=92.92
/proc/27818/stat : 27818 (march_dl) R 27814 27814 27758 0 -1 4194304 187275 0 0 0 9203 89 0 0 25 0 1 0 201946030 299716608 59984 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134546292 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27818/statm: 73173 59984 73 118 0 73052 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 396232

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 27818
/proc/meminfo: memFree=1220072/2055920 swapFree=4182980/4192956
[pid=27814] ppid=27812 vsize=103540 CPUtime=69.28
/proc/27814/stat : 27814 (SATzilla2007_C) S 27812 27814 27758 0 -1 4194304 130761 51997 0 0 5854 75 970 29 25 0 1 0 201939097 106024960 25671 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27814/statm: 25885 25671 156 260 0 25609 0
[pid=27818] ppid=27814 vsize=379880 CPUtime=152.9
/proc/27818/stat : 27818 (march_dl) R 27814 27814 27758 0 -1 4194304 196005 0 0 0 15196 94 0 0 25 0 1 0 201946030 388997120 63264 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134532980 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27818/statm: 94970 63264 75 118 0 94849 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 483420

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 27818
/proc/meminfo: memFree=1220072/2055920 swapFree=4182980/4192956
[pid=27814] ppid=27812 vsize=103540 CPUtime=69.28
/proc/27814/stat : 27814 (SATzilla2007_C) S 27812 27814 27758 0 -1 4194304 130761 51997 0 0 5854 75 970 29 25 0 1 0 201939097 106024960 25671 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27814/statm: 25885 25671 156 260 0 25609 0
[pid=27818] ppid=27814 vsize=379880 CPUtime=212.88
/proc/27818/stat : 27818 (march_dl) R 27814 27814 27758 0 -1 4194304 196006 0 0 0 21194 94 0 0 25 0 1 0 201946030 388997120 63265 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134533016 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27818/statm: 94970 63265 75 118 0 94849 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 483420

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 27818
/proc/meminfo: memFree=1220080/2055920 swapFree=4182980/4192956
[pid=27814] ppid=27812 vsize=103540 CPUtime=69.28
/proc/27814/stat : 27814 (SATzilla2007_C) S 27812 27814 27758 0 -1 4194304 130761 51997 0 0 5854 75 970 29 25 0 1 0 201939097 106024960 25671 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27814/statm: 25885 25671 156 260 0 25609 0
[pid=27818] ppid=27814 vsize=379880 CPUtime=272.86
/proc/27818/stat : 27818 (march_dl) R 27814 27814 27758 0 -1 4194304 196006 0 0 0 27192 94 0 0 25 0 1 0 201946030 388997120 63265 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134533018 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27818/statm: 94970 63265 75 118 0 94849 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 483420

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 27818
/proc/meminfo: memFree=1220080/2055920 swapFree=4182980/4192956
[pid=27814] ppid=27812 vsize=103540 CPUtime=69.28
/proc/27814/stat : 27814 (SATzilla2007_C) S 27812 27814 27758 0 -1 4194304 130761 51997 0 0 5854 75 970 29 25 0 1 0 201939097 106024960 25671 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27814/statm: 25885 25671 156 260 0 25609 0

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

[startup+4302.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 28020
/proc/meminfo: memFree=1219888/2055920 swapFree=4182980/4192956
[pid=27814] ppid=27812 vsize=103540 CPUtime=69.28
/proc/27814/stat : 27814 (SATzilla2007_C) S 27812 27814 27758 0 -1 4194304 130761 51997 0 0 5854 75 970 29 25 0 1 0 201939097 106024960 25671 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27814/statm: 25885 25671 156 260 0 25609 0
[pid=27818] ppid=27814 vsize=379884 CPUtime=4231.37
/proc/27818/stat : 27818 (march_dl) R 27814 27814 27758 0 -1 4194304 196015 0 0 0 423036 101 0 0 25 0 1 0 201946030 389001216 63274 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134537766 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27818/statm: 94971 63274 75 118 0 94850 0
Current children cumulated CPU time (s) 4300.65
Current children cumulated vsize (KiB) 483424

[startup+4362.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 28020
/proc/meminfo: memFree=1219952/2055920 swapFree=4182980/4192956
[pid=27814] ppid=27812 vsize=103540 CPUtime=69.28
/proc/27814/stat : 27814 (SATzilla2007_C) S 27812 27814 27758 0 -1 4194304 130761 51997 0 0 5854 75 970 29 25 0 1 0 201939097 106024960 25671 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27814/statm: 25885 25671 156 260 0 25609 0
[pid=27818] ppid=27814 vsize=379884 CPUtime=4291.35
/proc/27818/stat : 27818 (march_dl) R 27814 27814 27758 0 -1 4194304 196015 0 0 0 429034 101 0 0 25 0 1 0 201946030 389001216 63274 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134551287 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27818/statm: 94971 63274 75 118 0 94850 0
Current children cumulated CPU time (s) 4360.63
Current children cumulated vsize (KiB) 483424

[startup+4422.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 28020
/proc/meminfo: memFree=1219952/2055920 swapFree=4182980/4192956
[pid=27814] ppid=27812 vsize=103540 CPUtime=69.28
/proc/27814/stat : 27814 (SATzilla2007_C) S 27812 27814 27758 0 -1 4194304 130761 51997 0 0 5854 75 970 29 25 0 1 0 201939097 106024960 25671 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27814/statm: 25885 25671 156 260 0 25609 0
[pid=27818] ppid=27814 vsize=379884 CPUtime=4351.33
/proc/27818/stat : 27818 (march_dl) R 27814 27814 27758 0 -1 4194304 196015 0 0 0 435032 101 0 0 25 0 1 0 201946030 389001216 63274 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134537724 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27818/statm: 94971 63274 75 118 0 94850 0
Current children cumulated CPU time (s) 4420.61
Current children cumulated vsize (KiB) 483424

[startup+4482.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 28020
/proc/meminfo: memFree=1219888/2055920 swapFree=4182980/4192956
[pid=27814] ppid=27812 vsize=103540 CPUtime=69.28
/proc/27814/stat : 27814 (SATzilla2007_C) S 27812 27814 27758 0 -1 4194304 130761 51997 0 0 5854 75 970 29 25 0 1 0 201939097 106024960 25671 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27814/statm: 25885 25671 156 260 0 25609 0
[pid=27818] ppid=27814 vsize=379884 CPUtime=4411.31
/proc/27818/stat : 27818 (march_dl) R 27814 27814 27758 0 -1 4194304 196015 0 0 0 441029 102 0 0 25 0 1 0 201946030 389001216 63274 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134551383 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27818/statm: 94971 63274 75 118 0 94850 0
Current children cumulated CPU time (s) 4480.59
Current children cumulated vsize (KiB) 483424

[startup+4542.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 28020
/proc/meminfo: memFree=1219888/2055920 swapFree=4182980/4192956
[pid=27814] ppid=27812 vsize=103540 CPUtime=69.28
/proc/27814/stat : 27814 (SATzilla2007_C) S 27812 27814 27758 0 -1 4194304 130761 51997 0 0 5854 75 970 29 25 0 1 0 201939097 106024960 25671 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27814/statm: 25885 25671 156 260 0 25609 0
[pid=27818] ppid=27814 vsize=379884 CPUtime=4471.29
/proc/27818/stat : 27818 (march_dl) R 27814 27814 27758 0 -1 4194304 196015 0 0 0 447027 102 0 0 25 0 1 0 201946030 389001216 63274 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134553151 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27818/statm: 94971 63274 75 118 0 94850 0
Current children cumulated CPU time (s) 4540.57
Current children cumulated vsize (KiB) 483424

[startup+4602.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 28020
/proc/meminfo: memFree=1219888/2055920 swapFree=4182980/4192956
[pid=27814] ppid=27812 vsize=103540 CPUtime=69.28
/proc/27814/stat : 27814 (SATzilla2007_C) S 27812 27814 27758 0 -1 4194304 130761 51997 0 0 5854 75 970 29 25 0 1 0 201939097 106024960 25671 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27814/statm: 25885 25671 156 260 0 25609 0
[pid=27818] ppid=27814 vsize=379884 CPUtime=4531.27
/proc/27818/stat : 27818 (march_dl) R 27814 27814 27758 0 -1 4194304 196015 0 0 0 453025 102 0 0 25 0 1 0 201946030 389001216 63274 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134567185 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27818/statm: 94971 63274 75 118 0 94850 0
Current children cumulated CPU time (s) 4600.55
Current children cumulated vsize (KiB) 483424

[startup+4662.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 28020
/proc/meminfo: memFree=1219952/2055920 swapFree=4182980/4192956
[pid=27814] ppid=27812 vsize=103540 CPUtime=69.28
/proc/27814/stat : 27814 (SATzilla2007_C) S 27812 27814 27758 0 -1 4194304 130761 51997 0 0 5854 75 970 29 25 0 1 0 201939097 106024960 25671 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27814/statm: 25885 25671 156 260 0 25609 0
[pid=27818] ppid=27814 vsize=379884 CPUtime=4591.25
/proc/27818/stat : 27818 (march_dl) R 27814 27814 27758 0 -1 4194304 196015 0 0 0 459023 102 0 0 25 0 1 0 201946030 389001216 63274 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134551415 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27818/statm: 94971 63274 75 118 0 94850 0
Current children cumulated CPU time (s) 4660.53
Current children cumulated vsize (KiB) 483424

[startup+4722.31 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 28020
/proc/meminfo: memFree=1219888/2055920 swapFree=4182980/4192956
[pid=27814] ppid=27812 vsize=103540 CPUtime=69.28
/proc/27814/stat : 27814 (SATzilla2007_C) S 27812 27814 27758 0 -1 4194304 130761 51997 0 0 5854 75 970 29 25 0 1 0 201939097 106024960 25671 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27814/statm: 25885 25671 156 260 0 25609 0
[pid=27818] ppid=27814 vsize=379884 CPUtime=4651.23
/proc/27818/stat : 27818 (march_dl) R 27814 27814 27758 0 -1 4194304 196015 0 0 0 465021 102 0 0 25 0 1 0 201946030 389001216 63274 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27818/statm: 94971 63274 75 118 0 94850 0
Current children cumulated CPU time (s) 4720.51
Current children cumulated vsize (KiB) 483424

[startup+4782.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 28020
/proc/meminfo: memFree=1219888/2055920 swapFree=4182980/4192956
[pid=27814] ppid=27812 vsize=103540 CPUtime=69.28
/proc/27814/stat : 27814 (SATzilla2007_C) S 27812 27814 27758 0 -1 4194304 130761 51997 0 0 5854 75 970 29 25 0 1 0 201939097 106024960 25671 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27814/statm: 25885 25671 156 260 0 25609 0
[pid=27818] ppid=27814 vsize=379884 CPUtime=4711.2
/proc/27818/stat : 27818 (march_dl) R 27814 27814 27758 0 -1 4194304 196015 0 0 0 471018 102 0 0 25 0 1 0 201946030 389001216 63274 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134565988 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27818/statm: 94971 63274 75 118 0 94850 0
Current children cumulated CPU time (s) 4780.48
Current children cumulated vsize (KiB) 483424

[startup+4842.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 28020
/proc/meminfo: memFree=1219888/2055920 swapFree=4182980/4192956
[pid=27814] ppid=27812 vsize=103540 CPUtime=69.28
/proc/27814/stat : 27814 (SATzilla2007_C) S 27812 27814 27758 0 -1 4194304 130761 51997 0 0 5854 75 970 29 25 0 1 0 201939097 106024960 25671 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27814/statm: 25885 25671 156 260 0 25609 0
[pid=27818] ppid=27814 vsize=379884 CPUtime=4771.18
/proc/27818/stat : 27818 (march_dl) R 27814 27814 27758 0 -1 4194304 196015 0 0 0 477016 102 0 0 25 0 1 0 201946030 389001216 63274 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134551415 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27818/statm: 94971 63274 75 118 0 94850 0
Current children cumulated CPU time (s) 4840.46
Current children cumulated vsize (KiB) 483424

[startup+4902.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 28020
/proc/meminfo: memFree=1219888/2055920 swapFree=4182980/4192956
[pid=27814] ppid=27812 vsize=103540 CPUtime=69.28
/proc/27814/stat : 27814 (SATzilla2007_C) S 27812 27814 27758 0 -1 4194304 130761 51997 0 0 5854 75 970 29 25 0 1 0 201939097 106024960 25671 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27814/statm: 25885 25671 156 260 0 25609 0
[pid=27818] ppid=27814 vsize=379884 CPUtime=4831.16
/proc/27818/stat : 27818 (march_dl) R 27814 27814 27758 0 -1 4194304 196015 0 0 0 483014 102 0 0 25 0 1 0 201946030 389001216 63274 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134528378 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27818/statm: 94971 63274 75 118 0 94850 0
Current children cumulated CPU time (s) 4900.44
Current children cumulated vsize (KiB) 483424

[startup+4962.3 s]
/proc/loadavg: 1.04 0.99 0.99 2/66 28020
/proc/meminfo: memFree=1219888/2055920 swapFree=4182980/4192956
[pid=27814] ppid=27812 vsize=103540 CPUtime=69.28
/proc/27814/stat : 27814 (SATzilla2007_C) S 27812 27814 27758 0 -1 4194304 130761 51997 0 0 5854 75 970 29 25 0 1 0 201939097 106024960 25671 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27814/statm: 25885 25671 156 260 0 25609 0
[pid=27818] ppid=27814 vsize=379884 CPUtime=4891.14
/proc/27818/stat : 27818 (march_dl) R 27814 27814 27758 0 -1 4194304 196015 0 0 0 489011 103 0 0 25 0 1 0 201946030 389001216 63274 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134564285 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27818/statm: 94971 63274 75 118 0 94850 0
Current children cumulated CPU time (s) 4960.42
Current children cumulated vsize (KiB) 483424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.9 s]
/proc/loadavg: 1.02 0.99 0.99 2/65 28020
/proc/meminfo: memFree=1428792/2055920 swapFree=4182980/4192956
[pid=27814] ppid=27812 vsize=148028 CPUtime=5000.01
/proc/27814/stat : 27814 (SATzilla2007_C) R 27812 27814 27758 0 -1 4194304 143548 248012 0 0 5992 82 493791 136 25 0 1 0 201939097 151580672 36788 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135168075 0 0 4096 0 0 0 0 17 1 0 0
/proc/27814/statm: 37007 36788 156 260 0 36731 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 148028

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+5001.9 s]
/proc/loadavg: 1.02 0.99 0.99 2/65 28020
/proc/meminfo: memFree=1428792/2055920 swapFree=4182980/4192956
[pid=27814] ppid=27812 vsize=148028 CPUtime=5000.01
/proc/27814/stat : 27814 (SATzilla2007_C) R 27812 27814 27758 0 -1 4194304 143548 248012 0 0 5992 82 493791 136 25 0 1 0 201939097 151580672 36788 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135168075 0 0 4096 0 0 0 0 17 1 0 0
/proc/27814/statm: 37007 36788 156 260 0 36731 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 148028

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5001.93
CPU time (s): 5000.06
CPU user time (s): 4997.84
CPU system time (s): 2.21566
CPU usage (%): 99.9626
Max. virtual memory (cumulated for all children) (KiB): 483424

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

runsolver used 3.47147 second user time and 10.4174 second system time

The end

Launcher Data (download as text)

Begin job on node66 on Sun Apr 22 16:31:35 UTC 2007

IDJOB= 368779
IDBENCH= 24641
IDSOLVER= 179
FILE ID= node66/368779-1177259490

PBS_JOBID= 4650638

Free space on /tmp= 66368 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-equilarge_l1.used-as.sat04-893.sat05-4187.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/368779-1177259490/SATzilla2007_C /tmp/evaluation/368779-1177259490/instance-368779-1177259490.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node66/watcher-368779-1177259490 -o ROOT/results/node66/solver-368779-1177259490 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/368779-1177259490/SATzilla2007_C /tmp/evaluation/368779-1177259490/instance-368779-1177259490.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  181c4935b6e4cd791aedd030930111fa

RANDOM SEED= 595827700

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node66.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.281
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.281
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:       1575056 kB
Buffers:         66928 kB
Cached:         340072 kB
SwapCached:       3856 kB
Active:         245400 kB
Inactive:       172392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1575056 kB
SwapTotal:     4192956 kB
SwapFree:      4182980 kB
Dirty:           42232 kB
Writeback:           0 kB
Mapped:          15256 kB
Slab:            49056 kB
Committed_AS:  1768896 kB
PageTables:       1376 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= 66368 MiB

End job on node66 on Sun Apr 22 17:54:59 UTC 2007