Trace number 312447

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.06 1200.49

General information on the benchmark

Namerandom/2+p/p0.8/v1665/
unif2p-p0.8-v1665-c5178-S1363528912-04-SAT.cnf
MD5SUMb570344119c652fb3e5253d1ef16a171
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.17982
Satisfiable
(Un)Satisfiability was proved
Number of variables1665
Number of clauses5177
Sum of the clauses size14496
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21035
Number of clauses of size 34142
Number of clauses of size 40
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/312447-1172588511/instance-312447-1172588511.cnf

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node65/watcher-312447-1172588511 -o ROOT/results/node65/solver-312447-1172588511 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/312447-1172588511/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/312447-1172588511/instance-312447-1172588511.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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.00 0.09 0.37 3/70 27201
/proc/meminfo: memFree=1807880/2055920 swapFree=4172316/4192956
[pid=27201] ppid=27199 vsize=1712 CPUtime=0
/proc/27201/stat : 27201 (Spear-32) R 27199 27201 26686 0 -1 4194304 231 0 0 0 0 0 0 0 18 0 1 0 278809223 1753088 215 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134866023 0 0 4096 0 0 0 0 17 1 0 0
/proc/27201/statm: 428 215 126 302 0 123 0

[startup+0.108032 s]
/proc/loadavg: 0.00 0.09 0.37 3/70 27201
/proc/meminfo: memFree=1807880/2055920 swapFree=4172316/4192956
[pid=27201] ppid=27199 vsize=2000 CPUtime=0.1
/proc/27201/stat : 27201 (Spear-32) R 27199 27201 26686 0 -1 4194304 336 0 0 0 10 0 0 0 18 0 1 0 278809223 2048000 320 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27201/statm: 500 320 140 302 0 195 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2000

[startup+0.516099 s]
/proc/loadavg: 0.00 0.09 0.37 3/70 27201
/proc/meminfo: memFree=1807880/2055920 swapFree=4172316/4192956
[pid=27201] ppid=27199 vsize=2640 CPUtime=0.5
/proc/27201/stat : 27201 (Spear-32) R 27199 27201 26686 0 -1 4194304 475 0 0 0 50 0 0 0 21 0 1 0 278809223 2703360 459 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27201/statm: 660 459 140 302 0 355 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2640

[startup+1.33723 s]
/proc/loadavg: 0.08 0.11 0.37 2/71 27202
/proc/meminfo: memFree=1805888/2055920 swapFree=4172316/4192956
[pid=27201] ppid=27199 vsize=3536 CPUtime=1.32
/proc/27201/stat : 27201 (Spear-32) R 27199 27201 26686 0 -1 4194304 702 0 0 0 131 1 0 0 25 0 1 0 278809223 3620864 686 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27201/statm: 884 686 140 302 0 579 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3536

[startup+2.9785 s]
/proc/loadavg: 0.08 0.11 0.37 2/71 27212
/proc/meminfo: memFree=1804672/2055920 swapFree=4172316/4192956
[pid=27201] ppid=27199 vsize=4824 CPUtime=2.95
/proc/27201/stat : 27201 (Spear-32) R 27199 27201 26686 0 -1 4194304 1034 0 0 0 292 3 0 0 25 0 1 0 278809223 4939776 1018 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526834 0 0 4096 0 0 0 0 17 1 0 0
/proc/27201/statm: 1206 1018 140 302 0 901 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 4824

[startup+6.25604 s]
/proc/loadavg: 0.15 0.12 0.37 2/71 27216
/proc/meminfo: memFree=1802432/2055920 swapFree=4172316/4192956
[pid=27201] ppid=27199 vsize=6748 CPUtime=6.23
/proc/27201/stat : 27201 (Spear-32) R 27199 27201 26686 0 -1 4194304 1514 0 0 0 618 5 0 0 25 0 1 0 278809223 6909952 1498 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27201/statm: 1687 1498 140 302 0 1382 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 6748

[startup+12.7171 s]
/proc/loadavg: 0.22 0.14 0.38 2/71 27236
/proc/meminfo: memFree=1799616/2055920 swapFree=4172316/4192956
[pid=27201] ppid=27199 vsize=9452 CPUtime=12.68
/proc/27201/stat : 27201 (Spear-32) R 27199 27201 26686 0 -1 4194304 2183 0 0 0 1261 7 0 0 25 0 1 0 278809223 9678848 2134 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27201/statm: 2363 2134 140 302 0 2058 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 9452

[startup+25.5232 s]
/proc/loadavg: 0.34 0.16 0.38 2/71 27252
/proc/meminfo: memFree=1795264/2055920 swapFree=4172316/4192956
[pid=27201] ppid=27199 vsize=14020 CPUtime=25.47
/proc/27201/stat : 27201 (Spear-32) R 27199 27201 26686 0 -1 4194304 3350 0 0 0 2536 11 0 0 25 0 1 0 278809223 14356480 3236 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27201/statm: 3505 3236 140 302 0 3200 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 14020

[startup+51.1414 s]
/proc/loadavg: 0.60 0.24 0.40 2/65 27276
/proc/meminfo: memFree=1789824/2055920 swapFree=4172316/4192956
[pid=27201] ppid=27199 vsize=20404 CPUtime=51.06
/proc/27201/stat : 27201 (Spear-32) R 27199 27201 26686 0 -1 4194304 4950 0 0 0 5088 18 0 0 25 0 1 0 278809223 20893696 4836 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27201/statm: 5101 4836 140 302 0 4796 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 20404

[startup+102.355 s]
/proc/loadavg: 0.82 0.36 0.43 2/65 27276
/proc/meminfo: memFree=1780928/2055920 swapFree=4172316/4192956
[pid=27201] ppid=27199 vsize=29940 CPUtime=102.26
/proc/27201/stat : 27201 (Spear-32) R 27199 27201 26686 0 -1 4194304 7345 0 0 0 10198 28 0 0 25 0 1 0 278809223 30658560 7102 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27201/statm: 7485 7102 140 302 0 7180 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 29940

[startup+162.378 s]
/proc/loadavg: 0.93 0.47 0.46 2/65 27276
/proc/meminfo: memFree=1771840/2055920 swapFree=4172316/4192956
[pid=27201] ppid=27199 vsize=38888 CPUtime=162.26
/proc/27201/stat : 27201 (Spear-32) R 27199 27201 26686 0 -1 4194304 9566 0 0 0 16188 38 0 0 25 0 1 0 278809223 39821312 9323 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27201/statm: 9722 9323 140 302 0 9417 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 38888

[startup+222.398 s]
/proc/loadavg: 0.97 0.57 0.49 2/65 27276
/proc/meminfo: memFree=1764992/2055920 swapFree=4172316/4192956
[pid=27201] ppid=27199 vsize=45960 CPUtime=222.27
/proc/27201/stat : 27201 (Spear-32) R 27199 27201 26686 0 -1 4194304 11312 0 0 0 22179 48 0 0 25 0 1 0 278809223 47063040 11069 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/27201/statm: 11490 11069 140 302 0 11185 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 45960

[startup+282.417 s]
/proc/loadavg: 0.99 0.64 0.52 2/65 27276
/proc/meminfo: memFree=1759360/2055920 swapFree=4172316/4192956
[pid=27201] ppid=27199 vsize=52884 CPUtime=282.27
/proc/27201/stat : 27201 (Spear-32) R 27199 27201 26686 0 -1 4194304 12991 0 0 0 28171 56 0 0 25 0 1 0 278809223 54153216 12491 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/27201/statm: 13221 12491 140 302 0 12916 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 52884

[startup+342.44 s]
/proc/loadavg: 0.99 0.70 0.55 2/65 27276
/proc/meminfo: memFree=1754240/2055920 swapFree=4172316/4192956
[pid=27201] ppid=27199 vsize=58004 CPUtime=342.27
/proc/27201/stat : 27201 (Spear-32) R 27199 27201 26686 0 -1 4194304 14259 0 0 0 34166 61 0 0 25 0 1 0 278809223 59396096 13759 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/27201/statm: 14501 13759 140 302 0 14196 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 58004

[startup+402.465 s]
/proc/loadavg: 0.99 0.76 0.57 2/65 27276
/proc/meminfo: memFree=1749632/2055920 swapFree=4172316/4192956
[pid=27201] ppid=27199 vsize=62656 CPUtime=402.27
/proc/27201/stat : 27201 (Spear-32) R 27199 27201 26686 0 -1 4194304 15380 0 0 0 40160 67 0 0 25 0 1 0 278809223 64159744 14880 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27201/statm: 15664 14880 140 302 0 15359 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 62656

[startup+462.486 s]
/proc/loadavg: 0.99 0.80 0.60 2/65 27276
/proc/meminfo: memFree=1745024/2055920 swapFree=4172316/4192956
[pid=27201] ppid=27199 vsize=67092 CPUtime=462.28
/proc/27201/stat : 27201 (Spear-32) R 27199 27201 26686 0 -1 4194304 16542 0 0 0 46154 74 0 0 25 0 1 0 278809223 68702208 16042 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27201/statm: 16773 16042 140 302 0 16468 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 67092

[startup+522.504 s]
/proc/loadavg: 1.07 0.85 0.63 2/65 27276
/proc/meminfo: memFree=1740928/2055920 swapFree=4172316/4192956
[pid=27201] ppid=27199 vsize=71212 CPUtime=522.28
/proc/27201/stat : 27201 (Spear-32) R 27199 27201 26686 0 -1 4194304 17565 0 0 0 52148 80 0 0 25 0 1 0 278809223 72921088 17065 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/27201/statm: 17803 17065 140 302 0 17498 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 71212

[startup+582.525 s]
/proc/loadavg: 1.03 0.87 0.65 2/65 27276
/proc/meminfo: memFree=1736448/2055920 swapFree=4172316/4192956
[pid=27201] ppid=27199 vsize=75712 CPUtime=582.29
/proc/27201/stat : 27201 (Spear-32) R 27199 27201 26686 0 -1 4194304 18675 0 0 0 58144 85 0 0 25 0 1 0 278809223 77529088 18175 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526822 0 0 4096 0 0 0 0 17 1 0 0
/proc/27201/statm: 18928 18175 140 302 0 18623 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 75712

[startup+642.555 s]
/proc/loadavg: 1.01 0.89 0.66 2/65 27276
/proc/meminfo: memFree=1732352/2055920 swapFree=4172316/4192956
[pid=27201] ppid=27199 vsize=79804 CPUtime=642.29
/proc/27201/stat : 27201 (Spear-32) R 27199 27201 26686 0 -1 4194304 19697 0 0 0 64140 89 0 0 25 0 1 0 278809223 81719296 19197 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 1 0 0
/proc/27201/statm: 19951 19197 140 302 0 19646 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 79804

[startup+702.575 s]
/proc/loadavg: 1.00 0.91 0.68 2/65 27276
/proc/meminfo: memFree=1728896/2055920 swapFree=4172316/4192956
[pid=27201] ppid=27199 vsize=83712 CPUtime=702.29
/proc/27201/stat : 27201 (Spear-32) R 27199 27201 26686 0 -1 4194304 20578 0 0 0 70136 93 0 0 25 0 1 0 278809223 85721088 20078 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526909 0 0 4096 0 0 0 0 17 1 0 0
/proc/27201/statm: 20928 20078 140 302 0 20623 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 83712

[startup+762.598 s]
/proc/loadavg: 1.00 0.92 0.70 2/65 27276
/proc/meminfo: memFree=1724928/2055920 swapFree=4172316/4192956
[pid=27201] ppid=27199 vsize=87444 CPUtime=762.29
/proc/27201/stat : 27201 (Spear-32) R 27199 27201 26686 0 -1 4194304 21553 0 0 0 76130 99 0 0 25 0 1 0 278809223 89542656 21053 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27201/statm: 21861 21053 140 302 0 21556 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 87444

[startup+822.623 s]
/proc/loadavg: 1.00 0.93 0.72 2/65 27276
/proc/meminfo: memFree=1721600/2055920 swapFree=4172316/4192956
[pid=27201] ppid=27199 vsize=90900 CPUtime=822.3
/proc/27201/stat : 27201 (Spear-32) R 27199 27201 26686 0 -1 4194304 22363 0 0 0 82126 104 0 0 25 0 1 0 278809223 93081600 21863 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/27201/statm: 22725 21863 140 302 0 22420 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 90900

[startup+882.642 s]
/proc/loadavg: 1.00 0.94 0.73 2/65 27276
/proc/meminfo: memFree=1718400/2055920 swapFree=4172316/4192956
[pid=27201] ppid=27199 vsize=96068 CPUtime=882.3
/proc/27201/stat : 27201 (Spear-32) R 27199 27201 26686 0 -1 4194304 23625 0 0 0 88121 109 0 0 25 0 1 0 278809223 98373632 22612 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/27201/statm: 24017 22612 140 302 0 23712 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 96068

[startup+942.666 s]
/proc/loadavg: 1.00 0.95 0.74 2/65 27276
/proc/meminfo: memFree=1715200/2055920 swapFree=4172316/4192956
[pid=27201] ppid=27199 vsize=99304 CPUtime=942.31
/proc/27201/stat : 27201 (Spear-32) R 27199 27201 26686 0 -1 4194304 24464 0 0 0 94117 114 0 0 25 0 1 0 278809223 101687296 23451 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/27201/statm: 24826 23451 140 302 0 24521 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 99304

[startup+1002.69 s]
/proc/loadavg: 1.00 0.96 0.76 2/65 27276
/proc/meminfo: memFree=1711744/2055920 swapFree=4172316/4192956
[pid=27201] ppid=27199 vsize=102680 CPUtime=1002.31
/proc/27201/stat : 27201 (Spear-32) R 27199 27201 26686 0 -1 4194304 25338 0 0 0 100112 119 0 0 25 0 1 0 278809223 105144320 24325 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/27201/statm: 25670 24325 140 302 0 25365 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 102680

[startup+1062.71 s]
/proc/loadavg: 1.00 0.96 0.77 2/65 27276
/proc/meminfo: memFree=1707968/2055920 swapFree=4172316/4192956
[pid=27201] ppid=27199 vsize=106328 CPUtime=1062.32
/proc/27201/stat : 27201 (Spear-32) R 27199 27201 26686 0 -1 4194304 26271 0 0 0 106106 126 0 0 25 0 1 0 278809223 108879872 25258 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27201/statm: 26582 25258 140 302 0 26277 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 106328

[startup+1122.73 s]
/proc/loadavg: 1.00 0.97 0.78 2/65 27276
/proc/meminfo: memFree=1704704/2055920 swapFree=4172316/4192956
[pid=27201] ppid=27199 vsize=109720 CPUtime=1122.31
/proc/27201/stat : 27201 (Spear-32) R 27199 27201 26686 0 -1 4194304 27096 0 0 0 112100 131 0 0 25 0 1 0 278809223 112353280 26083 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27201/statm: 27430 26083 140 302 0 27125 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 109720

[startup+1182.75 s]
/proc/loadavg: 1.00 0.97 0.79 2/65 27276
/proc/meminfo: memFree=1701632/2055920 swapFree=4172316/4192956
[pid=27201] ppid=27199 vsize=112764 CPUtime=1182.32
/proc/27201/stat : 27201 (Spear-32) R 27199 27201 26686 0 -1 4194304 27857 0 0 0 118097 135 0 0 25 0 1 0 278809223 115470336 26844 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/27201/statm: 28191 26844 140 302 0 27886 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 112764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.47 s]
/proc/loadavg: 1.00 0.97 0.79 2/65 27276
/proc/meminfo: memFree=1700672/2055920 swapFree=4172316/4192956
[pid=27201] ppid=27199 vsize=113664 CPUtime=1200.04
/proc/27201/stat : 27201 (Spear-32) R 27199 27201 26686 0 -1 4194304 28075 0 0 0 119867 137 0 0 25 0 1 0 278809223 116391936 27062 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526834 0 0 4096 0 0 0 0 17 1 0 0
/proc/27201/statm: 28416 27062 140 302 0 28111 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 113664

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

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

[startup+1200.47 s]
/proc/loadavg: 1.00 0.97 0.79 2/65 27276
/proc/meminfo: memFree=1700672/2055920 swapFree=4172316/4192956
[pid=27201] ppid=27199 vsize=113664 CPUtime=1200.04
/proc/27201/stat : 27201 (Spear-32) R 27199 27201 26686 0 -1 4194304 28075 0 0 0 119867 137 0 0 25 0 1 0 278809223 116391936 27062 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526834 0 0 4096 0 0 0 0 17 1 0 0
/proc/27201/statm: 28416 27062 140 302 0 28111 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 113664

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.49
CPU time (s): 1200.06
CPU user time (s): 1198.67
CPU system time (s): 1.39279
CPU usage (%): 99.9642
Max. virtual memory (cumulated for all children) (KiB): 113664

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

runsolver used 0.924859 second user time and 2.33364 second system time

The end

Launcher Data (download as text)

Begin job on node65 on Tue Feb 27 15:01:54 UTC 2007

IDJOB= 312447
IDBENCH= 20341
IDSOLVER= 132
FILE ID= node65/312447-1172588511

PBS_JOBID= 3971938

Free space on /tmp= 66559 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.8/v1665/unif2p-p0.8-v1665-c5178-S1363528912-04-SAT.cnf
COMMAND LINE= /tmp/evaluation/312447-1172588511/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/312447-1172588511/instance-312447-1172588511.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node65/watcher-312447-1172588511 -o ROOT/results/node65/solver-312447-1172588511 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/312447-1172588511/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/312447-1172588511/instance-312447-1172588511.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  b570344119c652fb3e5253d1ef16a171

RANDOM SEED= 2828824

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node65.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.259
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.259
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:       1808352 kB
Buffers:         33308 kB
Cached:         153252 kB
SwapCached:      14924 kB
Active:         108728 kB
Inactive:       100152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1808352 kB
SwapTotal:     4192956 kB
SwapFree:      4172316 kB
Dirty:            1740 kB
Writeback:           0 kB
Mapped:          16536 kB
Slab:            24256 kB
Committed_AS:   669784 kB
PageTables:       1692 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= 66559 MiB

End job on node65 on Tue Feb 27 15:21:59 UTC 2007