Trace number 315166

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 FHS 1.0? (TO) 1200.13 1200.44

General information on the benchmark

Nameindustrial/palacios/hard/
safe-30-h29-unsat.cnf
MD5SUM7cb48ce6f0320bc88623afd3c5af4aae
Bench CategoryINDUST (industrial 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 variables129128
Number of clauses437794
Sum of the clauses size1056806
Maximum clause length61
Minimum clause length1
Number of clauses of size 130
Number of clauses of size 2310376
Number of clauses of size 3124560
Number of clauses of size 4189
Number of clauses of size 583
Number of clauses of size over 52556

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/315166-1172649959/instance-315166-1172649959.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/node58/watcher-315166-1172649959 -o ROOT/results/node58/solver-315166-1172649959 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/315166-1172649959/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/315166-1172649959/instance-315166-1172649959.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.95 0.97 3/64 11570
/proc/meminfo: memFree=1069952/2055920 swapFree=4183796/4192956
[pid=11570] ppid=11568 vsize=1932 CPUtime=0
/proc/11570/stat : 11570 (Spear-32) R 11568 11570 11233 0 -1 4194304 262 0 0 0 0 0 0 0 18 0 1 0 284952551 1978368 247 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134518176 0 0 4096 0 0 0 0 17 1 0 0
/proc/11570/statm: 483 247 126 302 0 178 0

[startup+0.103945 s]
/proc/loadavg: 0.91 0.95 0.97 3/64 11570
/proc/meminfo: memFree=1069952/2055920 swapFree=4183796/4192956
[pid=11570] ppid=11568 vsize=5296 CPUtime=0.1
/proc/11570/stat : 11570 (Spear-32) R 11568 11570 11233 0 -1 4194304 1171 0 0 0 9 1 0 0 18 0 1 0 284952551 5423104 1050 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11570/statm: 1324 1050 129 302 0 1019 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 5296

[startup+0.202956 s]
/proc/loadavg: 0.91 0.95 0.97 3/64 11570
/proc/meminfo: memFree=1069952/2055920 swapFree=4183796/4192956
[pid=11570] ppid=11568 vsize=8896 CPUtime=0.19
/proc/11570/stat : 11570 (Spear-32) R 11568 11570 11233 0 -1 4194304 2259 0 0 0 18 1 0 0 18 0 1 0 284952551 9109504 1863 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11570/statm: 2224 1863 129 302 0 1919 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8896

[startup+0.302967 s]
/proc/loadavg: 0.91 0.95 0.97 3/64 11570
/proc/meminfo: memFree=1069952/2055920 swapFree=4183796/4192956
[pid=11570] ppid=11568 vsize=13436 CPUtime=0.29
/proc/11570/stat : 11570 (Spear-32) R 11568 11570 11233 0 -1 4194304 3581 0 0 0 27 2 0 0 19 0 1 0 284952551 13758464 2734 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11570/statm: 3359 2734 129 302 0 3054 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13436

[startup+0.703012 s]
/proc/loadavg: 0.91 0.95 0.97 3/64 11570
/proc/meminfo: memFree=1069952/2055920 swapFree=4183796/4192956
[pid=11570] ppid=11568 vsize=27836 CPUtime=0.69
/proc/11570/stat : 11570 (Spear-32) R 11568 11570 11233 0 -1 4194304 7975 0 0 0 64 5 0 0 22 0 1 0 284952551 28504064 5843 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11570/statm: 6959 5843 129 302 0 6654 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27836

[startup+1.5011 s]
/proc/loadavg: 0.91 0.95 0.97 2/65 11571
/proc/meminfo: memFree=1034488/2055920 swapFree=4183796/4192956
[pid=11570] ppid=11568 vsize=38568 CPUtime=1.49
/proc/11570/stat : 11570 (Spear-32) R 11568 11570 11233 0 -1 4194304 11611 0 0 0 137 12 0 0 25 0 1 0 284952551 39493632 9384 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/11570/statm: 9642 9384 140 302 0 9337 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38568

[startup+3.10127 s]
/proc/loadavg: 0.92 0.95 0.97 2/65 11571
/proc/meminfo: memFree=1032696/2055920 swapFree=4183796/4192956
[pid=11570] ppid=11568 vsize=38696 CPUtime=3.09
/proc/11570/stat : 11570 (Spear-32) R 11568 11570 11233 0 -1 4194304 11629 0 0 0 296 13 0 0 25 0 1 0 284952551 39624704 9402 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11570/statm: 9674 9402 140 302 0 9369 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38696

[startup+6.30163 s]
/proc/loadavg: 0.92 0.95 0.97 2/65 11571
/proc/meminfo: memFree=1032120/2055920 swapFree=4183796/4192956
[pid=11570] ppid=11568 vsize=39200 CPUtime=6.28
/proc/11570/stat : 11570 (Spear-32) R 11568 11570 11233 0 -1 4194304 11742 0 0 0 615 13 0 0 25 0 1 0 284952551 40140800 9515 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11570/statm: 9800 9515 140 302 0 9495 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 39200

[startup+12.7013 s]
/proc/loadavg: 0.93 0.96 0.97 2/65 11571
/proc/meminfo: memFree=1031224/2055920 swapFree=4183796/4192956
[pid=11570] ppid=11568 vsize=40200 CPUtime=12.68
/proc/11570/stat : 11570 (Spear-32) R 11568 11570 11233 0 -1 4194304 12006 0 0 0 1254 14 0 0 25 0 1 0 284952551 41164800 9779 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11570/statm: 10050 9779 140 302 0 9745 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 40200

[startup+25.5017 s]
/proc/loadavg: 0.94 0.96 0.97 2/65 11571
/proc/meminfo: memFree=1028728/2055920 swapFree=4183796/4192956
[pid=11570] ppid=11568 vsize=42676 CPUtime=25.49
/proc/11570/stat : 11570 (Spear-32) R 11568 11570 11233 0 -1 4194304 12634 0 0 0 2532 17 0 0 25 0 1 0 284952551 43700224 10407 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/11570/statm: 10669 10407 140 302 0 10364 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 42676

[startup+51.1016 s]
/proc/loadavg: 0.96 0.96 0.97 2/65 11571
/proc/meminfo: memFree=1020920/2055920 swapFree=4183796/4192956
[pid=11570] ppid=11568 vsize=50648 CPUtime=51.08
/proc/11570/stat : 11570 (Spear-32) R 11568 11570 11233 0 -1 4194304 14598 0 0 0 5087 21 0 0 25 0 1 0 284952551 51863552 12371 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526886 0 0 4096 0 0 0 0 17 1 0 0
/proc/11570/statm: 12662 12371 140 302 0 12357 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 50648

[startup+102.301 s]
/proc/loadavg: 0.98 0.96 0.97 2/65 11571
/proc/meminfo: memFree=1011704/2055920 swapFree=4183796/4192956
[pid=11570] ppid=11568 vsize=59900 CPUtime=102.26
/proc/11570/stat : 11570 (Spear-32) R 11568 11570 11233 0 -1 4194304 16929 0 0 0 10196 30 0 0 25 0 1 0 284952551 61337600 14669 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526636 0 0 4096 0 0 0 0 17 1 0 0
/proc/11570/statm: 14975 14669 140 302 0 14670 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 59900

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11571
/proc/meminfo: memFree=1001016/2055920 swapFree=4183796/4192956
[pid=11570] ppid=11568 vsize=70544 CPUtime=162.25
/proc/11570/stat : 11570 (Spear-32) R 11568 11570 11233 0 -1 4194304 19604 0 0 0 16185 40 0 0 25 0 1 0 284952551 72237056 17344 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11570/statm: 17636 17344 140 302 0 17331 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 70544

[startup+222.305 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11571
/proc/meminfo: memFree=993080/2055920 swapFree=4183796/4192956
[pid=11570] ppid=11568 vsize=78504 CPUtime=222.23
/proc/11570/stat : 11570 (Spear-32) R 11568 11570 11233 0 -1 4194304 21627 0 0 0 22175 48 0 0 25 0 1 0 284952551 80388096 19302 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11570/statm: 19626 19302 140 302 0 19321 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 78504

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11571
/proc/meminfo: memFree=980408/2055920 swapFree=4183796/4192956
[pid=11570] ppid=11568 vsize=91192 CPUtime=282.21
/proc/11570/stat : 11570 (Spear-32) R 11568 11570 11233 0 -1 4194304 24799 0 0 0 28165 56 0 0 25 0 1 0 284952551 93380608 22474 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526920 0 0 4096 0 0 0 0 17 1 0 0
/proc/11570/statm: 22798 22474 140 302 0 22493 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 91192

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11571
/proc/meminfo: memFree=970616/2055920 swapFree=4183796/4192956
[pid=11570] ppid=11568 vsize=100808 CPUtime=342.2
/proc/11570/stat : 11570 (Spear-32) R 11568 11570 11233 0 -1 4194304 27237 0 0 0 34156 64 0 0 25 0 1 0 284952551 103227392 24912 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11570/statm: 25202 24912 140 302 0 24897 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 100808

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11571
/proc/meminfo: memFree=960504/2055920 swapFree=4183796/4192956
[pid=11570] ppid=11568 vsize=111476 CPUtime=402.19
/proc/11570/stat : 11570 (Spear-32) R 11568 11570 11233 0 -1 4194304 29901 0 0 0 40144 75 0 0 25 0 1 0 284952551 114151424 27447 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11570/statm: 27869 27447 140 302 0 27564 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 111476

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11571
/proc/meminfo: memFree=954040/2055920 swapFree=4183796/4192956
[pid=11570] ppid=11568 vsize=117716 CPUtime=462.17
/proc/11570/stat : 11570 (Spear-32) R 11568 11570 11233 0 -1 4194304 31499 0 0 0 46137 80 0 0 25 0 1 0 284952551 120541184 29045 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11570/statm: 29429 29045 140 302 0 29124 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 117716

[startup+522.303 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11571
/proc/meminfo: memFree=944312/2055920 swapFree=4183796/4192956
[pid=11570] ppid=11568 vsize=127552 CPUtime=522.15
/proc/11570/stat : 11570 (Spear-32) R 11568 11570 11233 0 -1 4194304 33950 0 0 0 52128 87 0 0 25 0 1 0 284952551 130613248 31496 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11570/statm: 31888 31496 140 302 0 31583 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 127552

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11571
/proc/meminfo: memFree=932920/2055920 swapFree=4183796/4192956
[pid=11570] ppid=11568 vsize=138816 CPUtime=582.14
/proc/11570/stat : 11570 (Spear-32) R 11568 11570 11233 0 -1 4194304 36785 0 0 0 58118 96 0 0 25 0 1 0 284952551 142147584 34331 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/11570/statm: 34704 34331 140 302 0 34399 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 138816

[startup+642.303 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11571
/proc/meminfo: memFree=923000/2055920 swapFree=4183796/4192956
[pid=11570] ppid=11568 vsize=148676 CPUtime=642.13
/proc/11570/stat : 11570 (Spear-32) R 11568 11570 11233 0 -1 4194304 39255 0 0 0 64110 103 0 0 25 0 1 0 284952551 152244224 36801 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11570/statm: 37169 36801 140 302 0 36864 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 148676

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11571
/proc/meminfo: memFree=914168/2055920 swapFree=4183796/4192956
[pid=11570] ppid=11568 vsize=157408 CPUtime=702.11
/proc/11570/stat : 11570 (Spear-32) R 11568 11570 11233 0 -1 4194304 41471 0 0 0 70100 111 0 0 25 0 1 0 284952551 161185792 39017 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11570/statm: 39352 39017 140 302 0 39047 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 157408

[startup+762.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11571
/proc/meminfo: memFree=901112/2055920 swapFree=4183796/4192956
[pid=11570] ppid=11568 vsize=170288 CPUtime=762.09
/proc/11570/stat : 11570 (Spear-32) R 11568 11570 11233 0 -1 4194304 44686 0 0 0 76089 120 0 0 25 0 1 0 284952551 174374912 42232 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11570/statm: 42572 42232 140 302 0 42267 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 170288

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11571
/proc/meminfo: memFree=886328/2055920 swapFree=4183796/4192956
[pid=11570] ppid=11568 vsize=186316 CPUtime=822.07
/proc/11570/stat : 11570 (Spear-32) R 11568 11570 11233 0 -1 4194304 48684 0 0 0 82076 131 0 0 25 0 1 0 284952551 190787584 45973 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/11570/statm: 46579 45973 140 302 0 46274 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 186316

[startup+882.304 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11571
/proc/meminfo: memFree=875256/2055920 swapFree=4183796/4192956
[pid=11570] ppid=11568 vsize=197100 CPUtime=882.06
/proc/11570/stat : 11570 (Spear-32) R 11568 11570 11233 0 -1 4194304 51399 0 0 0 88067 139 0 0 25 0 1 0 284952551 201830400 48688 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11570/statm: 49275 48688 140 302 0 48970 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 197100

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11571
/proc/meminfo: memFree=866424/2055920 swapFree=4183796/4192956
[pid=11570] ppid=11568 vsize=205952 CPUtime=942.04
/proc/11570/stat : 11570 (Spear-32) R 11568 11570 11233 0 -1 4194304 53624 0 0 0 94057 147 0 0 25 0 1 0 284952551 210894848 50913 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11570/statm: 51488 50913 140 302 0 51183 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 205952

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11571
/proc/meminfo: memFree=855160/2055920 swapFree=4183796/4192956
[pid=11570] ppid=11568 vsize=217016 CPUtime=1002.03
/proc/11570/stat : 11570 (Spear-32) R 11568 11570 11233 0 -1 4194304 56424 0 0 0 100050 153 0 0 25 0 1 0 284952551 222224384 53713 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526965 0 0 4096 0 0 0 0 17 1 0 0
/proc/11570/statm: 54254 53713 140 302 0 53949 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 217016

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11571
/proc/meminfo: memFree=842872/2055920 swapFree=4183796/4192956
[pid=11570] ppid=11568 vsize=229512 CPUtime=1062.01
/proc/11570/stat : 11570 (Spear-32) R 11568 11570 11233 0 -1 4194304 59545 0 0 0 106041 160 0 0 25 0 1 0 284952551 235020288 56834 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134524824 0 0 4096 0 0 0 0 17 1 0 0
/proc/11570/statm: 57378 56834 140 302 0 57073 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 229512

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11571
/proc/meminfo: memFree=830776/2055920 swapFree=4183796/4192956
[pid=11570] ppid=11568 vsize=241320 CPUtime=1122
/proc/11570/stat : 11570 (Spear-32) R 11568 11570 11233 0 -1 4194304 62509 0 0 0 112032 168 0 0 25 0 1 0 284952551 247111680 59798 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527089 0 0 4096 0 0 0 0 17 1 0 0
/proc/11570/statm: 60330 59798 140 302 0 60025 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 241320

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11571
/proc/meminfo: memFree=819128/2055920 swapFree=4183796/4192956
[pid=11570] ppid=11568 vsize=253056 CPUtime=1181.98
/proc/11570/stat : 11570 (Spear-32) R 11568 11570 11233 0 -1 4194304 65458 0 0 0 118024 174 0 0 25 0 1 0 284952551 259129344 62747 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/11570/statm: 63264 62747 140 302 0 62959 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 253056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11571
/proc/meminfo: memFree=815288/2055920 swapFree=4183796/4192956
[pid=11570] ppid=11568 vsize=256764 CPUtime=1200.08
/proc/11570/stat : 11570 (Spear-32) R 11568 11570 11233 0 -1 4194304 66370 0 0 0 119832 176 0 0 25 0 1 0 284952551 262926336 63659 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/11570/statm: 64191 63659 140 302 0 63886 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 256764

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

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

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11571
/proc/meminfo: memFree=815288/2055920 swapFree=4183796/4192956
[pid=11570] ppid=11568 vsize=256764 CPUtime=1200.08
/proc/11570/stat : 11570 (Spear-32) R 11568 11570 11233 0 -1 4194304 66370 0 0 0 119832 176 0 0 25 0 1 0 284952551 262926336 63659 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/11570/statm: 64191 63659 140 302 0 63886 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 256764

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.44
CPU time (s): 1200.13
CPU user time (s): 1198.33
CPU system time (s): 1.80073
CPU usage (%): 99.9736
Max. virtual memory (cumulated for all children) (KiB): 256764

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

runsolver used 0.939857 second user time and 2.35764 second system time

The end

Launcher Data (download as text)

Begin job on node58 on Wed Feb 28 08:05:59 UTC 2007

IDJOB= 315166
IDBENCH= 20409
IDSOLVER= 131
FILE ID= node58/315166-1172649959

PBS_JOBID= 3981183

Free space on /tmp= 66507 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacias/hard/safe-30-h29-unsat.cnf
COMMAND LINE= /tmp/evaluation/315166-1172649959/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/315166-1172649959/instance-315166-1172649959.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-315166-1172649959 -o ROOT/results/node58/solver-315166-1172649959 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/315166-1172649959/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/315166-1172649959/instance-315166-1172649959.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  7cb48ce6f0320bc88623afd3c5af4aae

RANDOM SEED= 872893735

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node58.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.234
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.234
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:       1070360 kB
Buffers:         40916 kB
Cached:         890844 kB
SwapCached:       3444 kB
Active:         338428 kB
Inactive:       603488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1070360 kB
SwapTotal:     4192956 kB
SwapFree:      4183796 kB
Dirty:            9004 kB
Writeback:           0 kB
Mapped:          15320 kB
Slab:            29740 kB
Committed_AS:   676604 kB
PageTables:       1380 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= 66507 MiB

End job on node58 on Wed Feb 28 08:26:01 UTC 2007