Trace number 337544

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 FH 1.0? (TO) 1200.13 1200.58

General information on the benchmark

Namecrafted/Hard/contest03/others/
color-18-4.sat05-443.reshuffled-07.cnf
MD5SUMef7f419fe4e145465fe8ec684a206f9b
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 variables1296
Number of clauses95904
Sum of the clauses size379728
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21944
Number of clauses of size 30
Number of clauses of size 493960
Number of clauses of size 50
Number of clauses of size over 50

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/337544-1173669326/instance-337544-1173669326.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/node35/watcher-337544-1173669326 -o ROOT/results/node35/solver-337544-1173669326 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/337544-1173669326/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/337544-1173669326/instance-337544-1173669326.cnf 

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


[startup+0 s]
/proc/loadavg: 0.92 0.99 1.09 3/64 19600
/proc/meminfo: memFree=1582584/2055920 swapFree=3923124/4192956
[pid=19600] ppid=19598 vsize=1708 CPUtime=0
/proc/19600/stat : 19600 (Spear-32) R 19598 19600 18837 0 -1 4194304 226 0 0 0 0 0 0 0 18 0 1 0 360696331 1748992 210 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19600/statm: 427 210 128 302 0 122 0

[startup+0.10564 s]
/proc/loadavg: 0.92 0.99 1.09 3/64 19600
/proc/meminfo: memFree=1582584/2055920 swapFree=3923124/4192956
[pid=19600] ppid=19598 vsize=3860 CPUtime=0.1
/proc/19600/stat : 19600 (Spear-32) R 19598 19600 18837 0 -1 4194304 795 0 0 0 10 0 0 0 18 0 1 0 360696331 3952640 746 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/19600/statm: 965 746 129 302 0 660 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3860

[startup+0.201658 s]
/proc/loadavg: 0.92 0.99 1.09 3/64 19600
/proc/meminfo: memFree=1582584/2055920 swapFree=3923124/4192956
[pid=19600] ppid=19598 vsize=5964 CPUtime=0.19
/proc/19600/stat : 19600 (Spear-32) R 19598 19600 18837 0 -1 4194304 1368 0 0 0 19 0 0 0 18 0 1 0 360696331 6107136 1254 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/19600/statm: 1491 1255 129 302 0 1186 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 5964

[startup+0.301678 s]
/proc/loadavg: 0.92 0.99 1.09 3/64 19600
/proc/meminfo: memFree=1582584/2055920 swapFree=3923124/4192956
[pid=19600] ppid=19598 vsize=7548 CPUtime=0.29
/proc/19600/stat : 19600 (Spear-32) R 19598 19600 18837 0 -1 4194304 1780 0 0 0 29 0 0 0 19 0 1 0 360696331 7729152 1666 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/19600/statm: 1887 1666 140 302 0 1582 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7548

[startup+0.701756 s]
/proc/loadavg: 0.92 0.99 1.09 3/64 19600
/proc/meminfo: memFree=1582584/2055920 swapFree=3923124/4192956
[pid=19600] ppid=19598 vsize=8832 CPUtime=0.69
/proc/19600/stat : 19600 (Spear-32) R 19598 19600 18837 0 -1 4194304 2082 0 0 0 68 1 0 0 22 0 1 0 360696331 9043968 1968 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19600/statm: 2208 1968 140 302 0 1903 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8832

[startup+1.50191 s]
/proc/loadavg: 0.92 0.99 1.09 2/65 19601
/proc/meminfo: memFree=1573872/2055920 swapFree=3923124/4192956
[pid=19600] ppid=19598 vsize=11024 CPUtime=1.49
/proc/19600/stat : 19600 (Spear-32) R 19598 19600 18837 0 -1 4194304 2628 0 0 0 146 3 0 0 25 0 1 0 360696331 11288576 2514 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19600/statm: 2756 2514 140 302 0 2451 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11024

[startup+3.10123 s]
/proc/loadavg: 0.92 0.99 1.09 2/65 19601
/proc/meminfo: memFree=1570480/2055920 swapFree=3923124/4192956
[pid=19600] ppid=19598 vsize=15264 CPUtime=3.09
/proc/19600/stat : 19600 (Spear-32) R 19598 19600 18837 0 -1 4194304 3684 0 0 0 305 4 0 0 25 0 1 0 360696331 15630336 3570 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19600/statm: 3816 3570 140 302 0 3511 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15264

[startup+6.30186 s]
/proc/loadavg: 0.93 0.99 1.09 2/65 19601
/proc/meminfo: memFree=1563312/2055920 swapFree=3923124/4192956
[pid=19600] ppid=19598 vsize=21924 CPUtime=6.28
/proc/19600/stat : 19600 (Spear-32) R 19598 19600 18837 0 -1 4194304 5383 0 0 0 622 6 0 0 25 0 1 0 360696331 22450176 5236 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19600/statm: 5481 5236 140 302 0 5176 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 21924

[startup+12.7011 s]
/proc/loadavg: 0.93 0.99 1.09 2/65 19601
/proc/meminfo: memFree=1554032/2055920 swapFree=3923124/4192956
[pid=19600] ppid=19598 vsize=30508 CPUtime=12.68
/proc/19600/stat : 19600 (Spear-32) R 19598 19600 18837 0 -1 4194304 7560 0 0 0 1257 11 0 0 25 0 1 0 360696331 31240192 7413 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19600/statm: 7627 7413 140 302 0 7322 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 30508

[startup+25.5016 s]
/proc/loadavg: 0.95 0.99 1.09 2/65 19601
/proc/meminfo: memFree=1538928/2055920 swapFree=3923124/4192956
[pid=19600] ppid=19598 vsize=45292 CPUtime=25.48
/proc/19600/stat : 19600 (Spear-32) R 19598 19600 18837 0 -1 4194304 11263 0 0 0 2530 18 0 0 25 0 1 0 360696331 46379008 11051 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19600/statm: 11323 11051 140 302 0 11018 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 45292

[startup+51.1016 s]
/proc/loadavg: 0.96 0.99 1.08 2/65 19601
/proc/meminfo: memFree=1513584/2055920 swapFree=3923124/4192956
[pid=19600] ppid=19598 vsize=71092 CPUtime=51.07
/proc/19600/stat : 19600 (Spear-32) R 19598 19600 18837 0 -1 4194304 17790 0 0 0 5076 31 0 0 25 0 1 0 360696331 72798208 17449 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19600/statm: 17773 17449 140 302 0 17468 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 71092

[startup+102.302 s]
/proc/loadavg: 0.98 0.99 1.08 2/65 19601
/proc/meminfo: memFree=1470384/2055920 swapFree=3923124/4192956
[pid=19600] ppid=19598 vsize=114376 CPUtime=102.26
/proc/19600/stat : 19600 (Spear-32) R 19598 19600 18837 0 -1 4194304 28689 0 0 0 10170 56 0 0 25 0 1 0 360696331 117121024 28091 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/19600/statm: 28594 28091 140 302 0 28289 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 114376

[startup+162.301 s]
/proc/loadavg: 0.99 0.99 1.07 2/65 19601
/proc/meminfo: memFree=1438640/2055920 swapFree=3923124/4192956
[pid=19600] ppid=19598 vsize=146096 CPUtime=162.23
/proc/19600/stat : 19600 (Spear-32) R 19598 19600 18837 0 -1 4194304 36667 0 0 0 16152 71 0 0 25 0 1 0 360696331 149602304 36069 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/19600/statm: 36524 36069 140 302 0 36219 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 146096

[startup+222.305 s]
/proc/loadavg: 0.99 0.99 1.07 2/65 19601
/proc/meminfo: memFree=1416432/2055920 swapFree=3923124/4192956
[pid=19600] ppid=19598 vsize=168164 CPUtime=222.21
/proc/19600/stat : 19600 (Spear-32) R 19598 19600 18837 0 -1 4194304 42146 0 0 0 22139 82 0 0 25 0 1 0 360696331 172199936 41548 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19600/statm: 42041 41548 140 302 0 41736 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 168164

[startup+282.302 s]
/proc/loadavg: 0.99 0.99 1.06 2/65 19601
/proc/meminfo: memFree=1397808/2055920 swapFree=3923124/4192956
[pid=19600] ppid=19598 vsize=187168 CPUtime=282.19
/proc/19600/stat : 19600 (Spear-32) R 19598 19600 18837 0 -1 4194304 46836 0 0 0 28123 96 0 0 25 0 1 0 360696331 191660032 46238 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19600/statm: 46792 46238 140 302 0 46487 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 187168

[startup+342.302 s]
/proc/loadavg: 0.99 0.99 1.06 2/65 19601
/proc/meminfo: memFree=1381040/2055920 swapFree=3923124/4192956
[pid=19600] ppid=19598 vsize=203852 CPUtime=342.17
/proc/19600/stat : 19600 (Spear-32) R 19598 19600 18837 0 -1 4194304 50992 0 0 0 34113 104 0 0 25 0 1 0 360696331 208744448 50394 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526668 0 0 4096 0 0 0 0 17 1 0 0
/proc/19600/statm: 50963 50394 140 302 0 50658 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 203852

[startup+402.302 s]
/proc/loadavg: 0.99 0.99 1.05 2/65 19601
/proc/meminfo: memFree=1358192/2055920 swapFree=3923124/4192956
[pid=19600] ppid=19598 vsize=226812 CPUtime=402.14
/proc/19600/stat : 19600 (Spear-32) R 19598 19600 18837 0 -1 4194304 56754 0 0 0 40094 120 0 0 25 0 1 0 360696331 232255488 56156 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19600/statm: 56703 56156 140 302 0 56398 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 226812

[startup+462.301 s]
/proc/loadavg: 0.99 0.99 1.04 2/65 19601
/proc/meminfo: memFree=1336496/2055920 swapFree=3923124/4192956
[pid=19600] ppid=19598 vsize=250196 CPUtime=462.12
/proc/19600/stat : 19600 (Spear-32) R 19598 19600 18837 0 -1 4194304 62624 0 0 0 46079 133 0 0 25 0 1 0 360696331 256200704 61513 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19600/statm: 62549 61513 140 302 0 62244 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 250196

[startup+522.302 s]
/proc/loadavg: 0.99 0.99 1.04 2/65 19601
/proc/meminfo: memFree=1317104/2055920 swapFree=3923124/4192956
[pid=19600] ppid=19598 vsize=269680 CPUtime=522.09
/proc/19600/stat : 19600 (Spear-32) R 19598 19600 18837 0 -1 4194304 67501 0 0 0 52064 145 0 0 25 0 1 0 360696331 276152320 66390 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/19600/statm: 67420 66390 140 302 0 67115 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 269680

[startup+582.302 s]
/proc/loadavg: 0.99 0.99 1.03 2/65 19601
/proc/meminfo: memFree=1298864/2055920 swapFree=3923124/4192956
[pid=19600] ppid=19598 vsize=287712 CPUtime=582.07
/proc/19600/stat : 19600 (Spear-32) R 19598 19600 18837 0 -1 4194304 72002 0 0 0 58050 157 0 0 25 0 1 0 360696331 294617088 70891 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19600/statm: 71928 70891 140 302 0 71623 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 287712

[startup+642.302 s]
/proc/loadavg: 0.99 0.99 1.03 2/65 19601
/proc/meminfo: memFree=1282672/2055920 swapFree=3923124/4192956
[pid=19600] ppid=19598 vsize=304252 CPUtime=642.05
/proc/19600/stat : 19600 (Spear-32) R 19598 19600 18837 0 -1 4194304 76120 0 0 0 64037 168 0 0 25 0 1 0 360696331 311554048 75009 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19600/statm: 76063 75009 140 302 0 75758 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 304252

[startup+702.301 s]
/proc/loadavg: 0.99 0.99 1.02 2/65 19601
/proc/meminfo: memFree=1262704/2055920 swapFree=3923124/4192956
[pid=19600] ppid=19598 vsize=323792 CPUtime=702.03
/proc/19600/stat : 19600 (Spear-32) R 19598 19600 18837 0 -1 4194304 81026 0 0 0 70022 181 0 0 25 0 1 0 360696331 331563008 79915 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19600/statm: 80948 79915 140 302 0 80643 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 323792

[startup+762.301 s]
/proc/loadavg: 0.99 0.99 1.01 2/65 19601
/proc/meminfo: memFree=1238960/2055920 swapFree=3923124/4192956
[pid=19600] ppid=19598 vsize=347144 CPUtime=762.01
/proc/19600/stat : 19600 (Spear-32) R 19598 19600 18837 0 -1 4194304 86907 0 0 0 76007 194 0 0 25 0 1 0 360696331 355475456 85796 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526668 0 0 4096 0 0 0 0 17 1 0 0
/proc/19600/statm: 86786 85796 140 302 0 86481 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 347144

[startup+822.302 s]
/proc/loadavg: 0.99 0.99 1.01 2/65 19601
/proc/meminfo: memFree=1218096/2055920 swapFree=3923124/4192956
[pid=19600] ppid=19598 vsize=368068 CPUtime=821.99
/proc/19600/stat : 19600 (Spear-32) R 19598 19600 18837 0 -1 4194304 92150 0 0 0 81993 206 0 0 25 0 1 0 360696331 376901632 91039 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/19600/statm: 92017 91039 140 302 0 91712 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 368068

[startup+882.306 s]
/proc/loadavg: 0.99 0.99 1.00 2/65 19603
/proc/meminfo: memFree=1198128/2055920 swapFree=3923124/4192956
[pid=19600] ppid=19598 vsize=387736 CPUtime=881.97
/proc/19600/stat : 19600 (Spear-32) R 19598 19600 18837 0 -1 4194304 97082 0 0 0 87980 217 0 0 25 0 1 0 360696331 397041664 95971 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19600/statm: 96934 95971 140 302 0 96629 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 387736

[startup+942.301 s]
/proc/loadavg: 0.99 0.99 1.00 2/65 19603
/proc/meminfo: memFree=1180464/2055920 swapFree=3923124/4192956
[pid=19600] ppid=19598 vsize=405588 CPUtime=941.94
/proc/19600/stat : 19600 (Spear-32) R 19598 19600 18837 0 -1 4194304 101547 0 0 0 93966 228 0 0 25 0 1 0 360696331 415322112 100436 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19600/statm: 101397 100436 140 302 0 101092 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 405588

[startup+1002.3 s]
/proc/loadavg: 0.99 0.99 1.00 2/65 19603
/proc/meminfo: memFree=1164976/2055920 swapFree=3923124/4192956
[pid=19600] ppid=19598 vsize=420820 CPUtime=1001.91
/proc/19600/stat : 19600 (Spear-32) R 19598 19600 18837 0 -1 4194304 105370 0 0 0 99953 238 0 0 25 0 1 0 360696331 430919680 104259 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526876 0 0 4096 0 0 0 0 17 1 0 0
/proc/19600/statm: 105205 104259 140 302 0 104900 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 420820

[startup+1062.3 s]
/proc/loadavg: 0.99 0.99 1.00 2/65 19603
/proc/meminfo: memFree=1149616/2055920 swapFree=3923124/4192956
[pid=19600] ppid=19598 vsize=436440 CPUtime=1061.9
/proc/19600/stat : 19600 (Spear-32) R 19598 19600 18837 0 -1 4194304 109243 0 0 0 105941 249 0 0 25 0 1 0 360696331 446914560 108132 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/19600/statm: 109110 108132 140 302 0 108805 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 436440

[startup+1122.3 s]
/proc/loadavg: 0.99 0.99 1.00 2/65 19603
/proc/meminfo: memFree=1134192/2055920 swapFree=3923124/4192956
[pid=19600] ppid=19598 vsize=451664 CPUtime=1121.87
/proc/19600/stat : 19600 (Spear-32) R 19598 19600 18837 0 -1 4194304 113060 0 0 0 111926 261 0 0 25 0 1 0 360696331 462503936 111949 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526767 0 0 4096 0 0 0 0 17 1 0 0
/proc/19600/statm: 112916 111949 140 302 0 112611 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 451664

[startup+1182.3 s]
/proc/loadavg: 0.99 0.99 1.00 2/65 19603
/proc/meminfo: memFree=1117424/2055920 swapFree=3923124/4192956
[pid=19600] ppid=19598 vsize=472572 CPUtime=1181.85
/proc/19600/stat : 19600 (Spear-32) R 19598 19600 18837 0 -1 4194304 118326 0 0 0 117910 275 0 0 25 0 1 0 360696331 483913728 116190 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19600/statm: 118143 116190 140 302 0 117838 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 472572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.99 1.00 2/65 19603
/proc/meminfo: memFree=1112816/2055920 swapFree=3923124/4192956
[pid=19600] ppid=19598 vsize=476972 CPUtime=1200.05
/proc/19600/stat : 19600 (Spear-32) R 19598 19600 18837 0 -1 4194304 119397 0 0 0 119727 278 0 0 25 0 1 0 360696331 488419328 117261 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/19600/statm: 119243 117261 140 302 0 118938 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 476972

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.58
CPU time (s): 1200.13
CPU user time (s): 1197.27
CPU system time (s): 2.86256
CPU usage (%): 99.9626
Max. virtual memory (cumulated for all children) (KiB): 476972

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

runsolver used 0.888864 second user time and 2.41763 second system time

The end

Launcher Data (download as text)

Begin job on node35 on Mon Mar 12 03:15:26 UTC 2007

IDJOB= 337544
IDBENCH= 24701
IDSOLVER= 132
FILE ID= node35/337544-1173669326

PBS_JOBID= 4101465

Free space on /tmp= 66560 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest03/others/color-18-4.sat05-443.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/337544-1173669326/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/337544-1173669326/instance-337544-1173669326.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node35/watcher-337544-1173669326 -o ROOT/results/node35/solver-337544-1173669326 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/337544-1173669326/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/337544-1173669326/instance-337544-1173669326.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  ef7f419fe4e145465fe8ec684a206f9b

RANDOM SEED= 616304584

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node35.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.263
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.263
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:       1583056 kB
Buffers:         24308 kB
Cached:         138116 kB
SwapCached:     264888 kB
Active:          63112 kB
Inactive:       370884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1583056 kB
SwapTotal:     4192956 kB
SwapFree:      3923124 kB
Dirty:            3452 kB
Writeback:           0 kB
Mapped:          15304 kB
Slab:            24932 kB
Committed_AS:   911808 kB
PageTables:       1412 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= 66560 MiB

End job on node35 on Mon Mar 12 03:35:29 UTC 2007