Trace number 336621

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
Spear 2007-02-12? (TO) 1200.13 1200.61

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-b-clqcolor-30-20-26.sat05-1264.reshuffled-07.cnf
MD5SUMede19899bb8c427d8a34daa9d239a276
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 variables1815
Number of clauses301256
Sum of the clauses size895230
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 29750
Number of clauses of size 3291450
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 556

Solver Data (download as text)

0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)          Spear theorem prover               (*) 
0.00/0.00	c (*)        Copyright (C) 2006,2007              (*) 
0.00/0.00	c (*)     Domagoj Babic. All rights reserved.     (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)     There is NO warranty, not even for      (*) 
0.00/0.00	c (*) merchantability or fitness for a particular (*) 
0.00/0.00	c (*)  purpose. Please run with --license to see  (*) 
0.00/0.00	c (*)              license details.               (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c 
0.00/0.00	c solving /tmp/evaluation/336621-1173650441/instance-336621-1173650441.cnf

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-336621-1173650441 -o ROOT/results/node69/solver-336621-1173650441 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/336621-1173650441/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/336621-1173650441/instance-336621-1173650441.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.91 0.98 0.99 3/64 11310
/proc/meminfo: memFree=1840632/2055920 swapFree=4183200/4192956
[pid=11310] ppid=11308 vsize=1716 CPUtime=0
/proc/11310/stat : 11310 (Spear-32) R 11308 11310 10417 0 -1 4194304 236 0 0 0 0 0 0 0 18 0 1 0 385001913 1757184 220 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135271224 0 0 4096 0 0 0 0 17 1 0 0
/proc/11310/statm: 429 220 128 302 0 124 0

[startup+0.011778 s]
/proc/loadavg: 0.91 0.98 0.99 3/64 11310
/proc/meminfo: memFree=1840632/2055920 swapFree=4183200/4192956
[pid=11310] ppid=11308 vsize=1716 CPUtime=0.01
/proc/11310/stat : 11310 (Spear-32) R 11308 11310 10417 0 -1 4194304 265 0 0 0 1 0 0 0 18 0 1 0 385001913 1757184 249 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/11310/statm: 429 249 129 302 0 124 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1716

[startup+0.101793 s]
/proc/loadavg: 0.91 0.98 0.99 3/64 11310
/proc/meminfo: memFree=1840632/2055920 swapFree=4183200/4192956
[pid=11310] ppid=11308 vsize=3848 CPUtime=0.09
/proc/11310/stat : 11310 (Spear-32) R 11308 11310 10417 0 -1 4194304 800 0 0 0 9 0 0 0 18 0 1 0 385001913 3940352 751 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11310/statm: 962 752 129 302 0 657 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3848

[startup+0.301825 s]
/proc/loadavg: 0.91 0.98 0.99 3/64 11310
/proc/meminfo: memFree=1840632/2055920 swapFree=4183200/4192956
[pid=11310] ppid=11308 vsize=8972 CPUtime=0.29
/proc/11310/stat : 11310 (Spear-32) R 11308 11310 10417 0 -1 4194304 2166 0 0 0 29 0 0 0 19 0 1 0 385001913 9187328 1923 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/11310/statm: 2243 1923 129 302 0 1938 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8972

[startup+0.70189 s]
/proc/loadavg: 0.91 0.98 0.99 3/64 11310
/proc/meminfo: memFree=1840632/2055920 swapFree=4183200/4192956
[pid=11310] ppid=11308 vsize=17248 CPUtime=0.69
/proc/11310/stat : 11310 (Spear-32) R 11308 11310 10417 0 -1 4194304 4406 0 0 0 67 2 0 0 22 0 1 0 385001913 17661952 3906 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11310/statm: 4312 3907 141 302 0 4007 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17248

[startup+1.50202 s]
/proc/loadavg: 0.91 0.98 0.99 2/65 11311
/proc/meminfo: memFree=1823984/2055920 swapFree=4183200/4192956
[pid=11310] ppid=11308 vsize=21284 CPUtime=1.49
/proc/11310/stat : 11310 (Spear-32) R 11308 11310 10417 0 -1 4194304 5417 0 0 0 146 3 0 0 25 0 1 0 385001913 21794816 4917 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11310/statm: 5321 4917 141 302 0 5016 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21284

[startup+3.10128 s]
/proc/loadavg: 0.91 0.98 0.99 2/65 11311
/proc/meminfo: memFree=1818736/2055920 swapFree=4183200/4192956
[pid=11310] ppid=11308 vsize=27684 CPUtime=3.09
/proc/11310/stat : 11310 (Spear-32) R 11308 11310 10417 0 -1 4194304 7012 0 0 0 305 4 0 0 25 0 1 0 385001913 28348416 6512 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11310/statm: 6921 6512 141 302 0 6616 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27684

[startup+6.3018 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 11311
/proc/meminfo: memFree=1807344/2055920 swapFree=4183200/4192956
[pid=11310] ppid=11308 vsize=37536 CPUtime=6.29
/proc/11310/stat : 11310 (Spear-32) R 11308 11310 10417 0 -1 4194304 9470 0 0 0 624 5 0 0 25 0 1 0 385001913 38436864 8970 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11310/statm: 9384 8970 141 302 0 9079 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37536

[startup+12.7018 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 11311
/proc/meminfo: memFree=1791984/2055920 swapFree=4183200/4192956
[pid=11310] ppid=11308 vsize=52132 CPUtime=12.69
/proc/11310/stat : 11310 (Spear-32) R 11308 11310 10417 0 -1 4194304 13128 0 0 0 1260 9 0 0 25 0 1 0 385001913 53383168 12628 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11310/statm: 13033 12628 141 302 0 12728 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 52132

[startup+25.5019 s]
/proc/loadavg: 0.94 0.98 0.99 2/71 11375
/proc/meminfo: memFree=1766072/2055920 swapFree=4183200/4192956
[pid=11310] ppid=11308 vsize=76160 CPUtime=25.47
/proc/11310/stat : 11310 (Spear-32) R 11308 11310 10417 0 -1 4194304 19113 0 0 0 2533 14 0 0 25 0 1 0 385001913 77987840 18580 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/11310/statm: 19040 18580 141 302 0 18735 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 76160

[startup+51.1011 s]
/proc/loadavg: 0.96 0.98 0.99 2/71 11423
/proc/meminfo: memFree=1729208/2055920 swapFree=4183200/4192956
[pid=11310] ppid=11308 vsize=113684 CPUtime=51.02
/proc/11310/stat : 11310 (Spear-32) R 11308 11310 10417 0 -1 4194304 28474 0 0 0 5078 24 0 0 25 0 1 0 385001913 116412416 27876 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11310/statm: 28421 27876 141 302 0 28116 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 113684

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/71 11489
/proc/meminfo: memFree=1666552/2055920 swapFree=4183200/4192956
[pid=11310] ppid=11308 vsize=175288 CPUtime=102.17
/proc/11310/stat : 11310 (Spear-32) R 11308 11310 10417 0 -1 4194304 43847 0 0 0 10175 42 0 0 25 0 1 0 385001913 179494912 43249 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11310/statm: 43822 43249 141 302 0 43517 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 175288

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11509
/proc/meminfo: memFree=1623856/2055920 swapFree=4183200/4192956
[pid=11310] ppid=11308 vsize=221060 CPUtime=162.13
/proc/11310/stat : 11310 (Spear-32) R 11308 11310 10417 0 -1 4194304 55078 0 0 0 16156 57 0 0 25 0 1 0 385001913 226365440 54351 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11310/statm: 55265 54351 141 302 0 54960 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 221060

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11509
/proc/meminfo: memFree=1580272/2055920 swapFree=4183200/4192956
[pid=11310] ppid=11308 vsize=264532 CPUtime=222.12
/proc/11310/stat : 11310 (Spear-32) R 11308 11310 10417 0 -1 4194304 65829 0 0 0 22140 72 0 0 25 0 1 0 385001913 270880768 65102 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/11310/statm: 66133 65102 141 302 0 65828 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 264532

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11509
/proc/meminfo: memFree=1545712/2055920 swapFree=4183200/4192956
[pid=11310] ppid=11308 vsize=299744 CPUtime=282.1
/proc/11310/stat : 11310 (Spear-32) R 11308 11310 10417 0 -1 4194304 74515 0 0 0 28127 83 0 0 25 0 1 0 385001913 306937856 73788 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/11310/statm: 74936 73788 141 302 0 74631 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 299744

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11509
/proc/meminfo: memFree=1509936/2055920 swapFree=4183200/4192956
[pid=11310] ppid=11308 vsize=335592 CPUtime=342.08
/proc/11310/stat : 11310 (Spear-32) R 11308 11310 10417 0 -1 4194304 83386 0 0 0 34115 93 0 0 25 0 1 0 385001913 343646208 82659 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134524675 0 0 4096 0 0 0 0 17 1 0 0
/proc/11310/statm: 83898 82659 141 302 0 83593 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 335592

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11509
/proc/meminfo: memFree=1474032/2055920 swapFree=4183200/4192956
[pid=11310] ppid=11308 vsize=371848 CPUtime=402.07
/proc/11310/stat : 11310 (Spear-32) R 11308 11310 10417 0 -1 4194304 92373 0 0 0 40101 106 0 0 25 0 1 0 385001913 380772352 91646 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11310/statm: 92962 91646 141 302 0 92657 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 371848

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11509
/proc/meminfo: memFree=1439600/2055920 swapFree=4183200/4192956
[pid=11310] ppid=11308 vsize=405972 CPUtime=462.05
/proc/11310/stat : 11310 (Spear-32) R 11308 11310 10417 0 -1 4194304 100879 0 0 0 46087 118 0 0 25 0 1 0 385001913 415715328 100152 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/11310/statm: 101493 100152 141 302 0 101188 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 405972

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11509
/proc/meminfo: memFree=1414320/2055920 swapFree=4183200/4192956
[pid=11310] ppid=11308 vsize=432764 CPUtime=522.02
/proc/11310/stat : 11310 (Spear-32) R 11308 11310 10417 0 -1 4194304 107505 0 0 0 52075 127 0 0 25 0 1 0 385001913 443150336 106521 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/11310/statm: 108191 106521 141 302 0 107886 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 432764

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11509
/proc/meminfo: memFree=1386800/2055920 swapFree=4183200/4192956
[pid=11310] ppid=11308 vsize=460136 CPUtime=582.01
/proc/11310/stat : 11310 (Spear-32) R 11308 11310 10417 0 -1 4194304 114314 0 0 0 58067 134 0 0 25 0 1 0 385001913 471179264 113330 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526917 0 0 4096 0 0 0 0 17 1 0 0
/proc/11310/statm: 115034 113330 141 302 0 114729 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 460136

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11509
/proc/meminfo: memFree=1355440/2055920 swapFree=4183200/4192956
[pid=11310] ppid=11308 vsize=491580 CPUtime=641.99
/proc/11310/stat : 11310 (Spear-32) R 11308 11310 10417 0 -1 4194304 122105 0 0 0 64054 145 0 0 25 0 1 0 385001913 503377920 121121 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11310/statm: 122895 121121 141 302 0 122590 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 491580

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11509
/proc/meminfo: memFree=1325936/2055920 swapFree=4183200/4192956
[pid=11310] ppid=11308 vsize=521576 CPUtime=701.97
/proc/11310/stat : 11310 (Spear-32) R 11308 11310 10417 0 -1 4194304 129532 0 0 0 70041 156 0 0 25 0 1 0 385001913 534093824 128548 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11310/statm: 130394 128548 141 302 0 130089 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 521576

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11509
/proc/meminfo: memFree=1298928/2055920 swapFree=4183200/4192956
[pid=11310] ppid=11308 vsize=548296 CPUtime=761.95
/proc/11310/stat : 11310 (Spear-32) R 11308 11310 10417 0 -1 4194304 136196 0 0 0 76031 164 0 0 25 0 1 0 385001913 561455104 135212 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11310/statm: 137074 135212 141 302 0 136769 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 548296

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11509
/proc/meminfo: memFree=1275568/2055920 swapFree=4183200/4192956
[pid=11310] ppid=11308 vsize=572380 CPUtime=821.93
/proc/11310/stat : 11310 (Spear-32) R 11308 11310 10417 0 -1 4194304 142106 0 0 0 82020 173 0 0 25 0 1 0 385001913 586117120 141122 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526957 0 0 4096 0 0 0 0 17 1 0 0
/proc/11310/statm: 143095 141122 141 302 0 142790 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 572380

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11509
/proc/meminfo: memFree=1252592/2055920 swapFree=4183200/4192956
[pid=11310] ppid=11308 vsize=595136 CPUtime=881.91
/proc/11310/stat : 11310 (Spear-32) R 11308 11310 10417 0 -1 4194304 147764 0 0 0 88008 183 0 0 25 0 1 0 385001913 609419264 146780 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526952 0 0 4096 0 0 0 0 17 1 0 0
/proc/11310/statm: 148784 146780 141 302 0 148479 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 595136

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11509
/proc/meminfo: memFree=1232752/2055920 swapFree=4183200/4192956
[pid=11310] ppid=11308 vsize=615320 CPUtime=941.89
/proc/11310/stat : 11310 (Spear-32) R 11308 11310 10417 0 -1 4194304 152768 0 0 0 93998 191 0 0 25 0 1 0 385001913 630087680 151784 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527100 0 0 4096 0 0 0 0 17 1 0 0
/proc/11310/statm: 153830 151784 141 302 0 153525 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 615320

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11509
/proc/meminfo: memFree=1212400/2055920 swapFree=4183200/4192956
[pid=11310] ppid=11308 vsize=635528 CPUtime=1001.87
/proc/11310/stat : 11310 (Spear-32) R 11308 11310 10417 0 -1 4194304 157784 0 0 0 99987 200 0 0 25 0 1 0 385001913 650780672 156800 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/11310/statm: 158882 156800 141 302 0 158577 0
Current children cumulated CPU time (s) 1001.87
Current children cumulated vsize (KiB) 635528

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11509
/proc/meminfo: memFree=1192176/2055920 swapFree=4183200/4192956
[pid=11310] ppid=11308 vsize=656240 CPUtime=1061.85
/proc/11310/stat : 11310 (Spear-32) R 11308 11310 10417 0 -1 4194304 162893 0 0 0 105978 207 0 0 25 0 1 0 385001913 671989760 161909 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/11310/statm: 164060 161909 141 302 0 163755 0
Current children cumulated CPU time (s) 1061.85
Current children cumulated vsize (KiB) 656240

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11509
/proc/meminfo: memFree=1173872/2055920 swapFree=4183200/4192956
[pid=11310] ppid=11308 vsize=674584 CPUtime=1121.84
/proc/11310/stat : 11310 (Spear-32) R 11308 11310 10417 0 -1 4194304 167411 0 0 0 111970 214 0 0 25 0 1 0 385001913 690774016 166427 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/11310/statm: 168646 166427 141 302 0 168341 0
Current children cumulated CPU time (s) 1121.84
Current children cumulated vsize (KiB) 674584

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11509
/proc/meminfo: memFree=1149040/2055920 swapFree=4183200/4192956
[pid=11310] ppid=11308 vsize=700116 CPUtime=1181.82
/proc/11310/stat : 11310 (Spear-32) R 11308 11310 10417 0 -1 4194304 173705 0 0 0 117959 223 0 0 25 0 1 0 385001913 716918784 172721 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/11310/statm: 175029 172721 141 302 0 174724 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 700116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11509
/proc/meminfo: memFree=1140208/2055920 swapFree=4183200/4192956
[pid=11310] ppid=11308 vsize=708384 CPUtime=1200.01
/proc/11310/stat : 11310 (Spear-32) R 11308 11310 10417 0 -1 4194304 175774 0 0 0 119775 226 0 0 25 0 1 0 385001913 725385216 174790 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11310/statm: 177096 174790 141 302 0 176791 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 708384

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

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

[startup+1200.61 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11509
/proc/meminfo: memFree=1140208/2055920 swapFree=4183200/4192956
[pid=11310] ppid=11308 vsize=0 CPUtime=1200.11
/proc/11310/stat : 11310 (Spear-32) R 11308 11310 10417 0 -1 4195332 175774 0 0 0 119775 236 0 0 25 0 1 0 385001913 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/11310/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.11
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.61
CPU time (s): 1200.13
CPU user time (s): 1197.76
CPU system time (s): 2.37464
CPU usage (%): 99.96
Max. virtual memory (cumulated for all children) (KiB): 708384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1197.76
system time used= 2.37464
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175774
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= 6
involuntary context switches= 2337

runsolver used 0.859869 second user time and 2.51262 second system time

The end

Launcher Data (download as text)

Begin job on node69 on Sun Mar 11 22:00:42 UTC 2007

IDJOB= 336621
IDBENCH= 24679
IDSOLVER= 133
FILE ID= node69/336621-1173650441

PBS_JOBID= 4101364

Free space on /tmp= 66254 MiB

SOLVER NAME= Spear 2007-02-12
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-clq/unsat-set-b-clqcolor-30-20-26.sat05-1264.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/336621-1173650441/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/336621-1173650441/instance-336621-1173650441.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node69/watcher-336621-1173650441 -o ROOT/results/node69/solver-336621-1173650441 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/336621-1173650441/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/336621-1173650441/instance-336621-1173650441.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  ede19899bb8c427d8a34daa9d239a276

RANDOM SEED= 784824735

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:       1841104 kB
Buffers:         16764 kB
Cached:         159660 kB
SwapCached:       3776 kB
Active:          92456 kB
Inactive:        94444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1841104 kB
SwapTotal:     4192956 kB
SwapFree:      4183200 kB
Dirty:            6420 kB
Writeback:           0 kB
Mapped:          15868 kB
Slab:            13884 kB
Committed_AS:   878800 kB
PageTables:       1476 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= 66254 MiB

End job on node69 on Sun Mar 11 22:20:45 UTC 2007