Trace number 309085

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.07 1200.58

General information on the benchmark

Namerandom/2+p/p0.7/v4500/
unif2p-p0.7-v4500-c12015-S1349608788-18-UNSAT.cnf
MD5SUM7031e461464b8d1c0f6a8a1c913e5155
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark618.095
Satisfiable
(Un)Satisfiability was proved
Number of variables4497
Number of clauses12014
Sum of the clauses size32438
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23604
Number of clauses of size 38410
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/309085-1172533744/instance-309085-1172533744.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/node39/watcher-309085-1172533744 -o ROOT/results/node39/solver-309085-1172533744 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/309085-1172533744/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/309085-1172533744/instance-309085-1172533744.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: 1.02 1.01 1.00 3/64 24412
/proc/meminfo: memFree=1923000/2055920 swapFree=4161536/4192956
[pid=24412] ppid=24410 vsize=1932 CPUtime=0
/proc/24412/stat : 24412 (Spear-32) R 24410 24412 23985 0 -1 4194304 260 0 0 0 0 0 0 0 18 0 1 0 273330347 1978368 244 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134518176 0 0 4096 0 0 0 0 17 1 0 0
/proc/24412/statm: 483 245 126 302 0 178 0

[startup+0.107574 s]
/proc/loadavg: 1.02 1.01 1.00 3/64 24412
/proc/meminfo: memFree=1923000/2055920 swapFree=4161536/4192956
[pid=24412] ppid=24410 vsize=2912 CPUtime=0.1
/proc/24412/stat : 24412 (Spear-32) R 24410 24412 23985 0 -1 4194304 495 0 0 0 10 0 0 0 18 0 1 0 273330347 2981888 479 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24412/statm: 728 479 140 302 0 423 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2912

[startup+0.515642 s]
/proc/loadavg: 1.02 1.01 1.00 3/64 24412
/proc/meminfo: memFree=1923000/2055920 swapFree=4161536/4192956
[pid=24412] ppid=24410 vsize=3296 CPUtime=0.5
/proc/24412/stat : 24412 (Spear-32) R 24410 24412 23985 0 -1 4194304 599 0 0 0 50 0 0 0 21 0 1 0 273330347 3375104 583 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24412/statm: 824 583 140 302 0 519 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 3296

[startup+1.33678 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 24413
/proc/meminfo: memFree=1920688/2055920 swapFree=4161536/4192956
[pid=24412] ppid=24410 vsize=3964 CPUtime=1.33
/proc/24412/stat : 24412 (Spear-32) R 24410 24412 23985 0 -1 4194304 760 0 0 0 132 1 0 0 25 0 1 0 273330347 4059136 744 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24412/statm: 991 744 140 302 0 686 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3964

[startup+2.97506 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 24413
/proc/meminfo: memFree=1919792/2055920 swapFree=4161536/4192956
[pid=24412] ppid=24410 vsize=5036 CPUtime=2.96
/proc/24412/stat : 24412 (Spear-32) R 24410 24412 23985 0 -1 4194304 1039 0 0 0 294 2 0 0 25 0 1 0 273330347 5156864 1023 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24412/statm: 1259 1023 140 302 0 954 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5036

[startup+6.25163 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 24413
/proc/meminfo: memFree=1917880/2055920 swapFree=4161536/4192956
[pid=24412] ppid=24410 vsize=6832 CPUtime=6.24
/proc/24412/stat : 24412 (Spear-32) R 24410 24412 23985 0 -1 4194304 1469 0 0 0 620 4 0 0 25 0 1 0 273330347 6995968 1453 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24412/statm: 1708 1453 140 302 0 1403 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6832

[startup+12.7087 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 24413
/proc/meminfo: memFree=1915008/2055920 swapFree=4161536/4192956
[pid=24412] ppid=24410 vsize=9528 CPUtime=12.69
/proc/24412/stat : 24412 (Spear-32) R 24410 24412 23985 0 -1 4194304 2172 0 0 0 1262 7 0 0 25 0 1 0 273330347 9756672 2123 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/24412/statm: 2382 2123 140 302 0 2077 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9528

[startup+25.5099 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 24413
/proc/meminfo: memFree=1911104/2055920 swapFree=4161536/4192956
[pid=24412] ppid=24410 vsize=13388 CPUtime=25.49
/proc/24412/stat : 24412 (Spear-32) R 24410 24412 23985 0 -1 4194304 3167 0 0 0 2538 11 0 0 25 0 1 0 273330347 13709312 3118 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24412/statm: 3347 3118 140 302 0 3042 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 13388

[startup+51.1173 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24413
/proc/meminfo: memFree=1904320/2055920 swapFree=4161536/4192956
[pid=24412] ppid=24410 vsize=20236 CPUtime=51.09
/proc/24412/stat : 24412 (Spear-32) R 24410 24412 23985 0 -1 4194304 4880 0 0 0 5092 17 0 0 25 0 1 0 273330347 20721664 4766 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24412/statm: 5059 4766 140 302 0 4754 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 20236

[startup+102.326 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24413
/proc/meminfo: memFree=1894912/2055920 swapFree=4161536/4192956
[pid=24412] ppid=24410 vsize=30112 CPUtime=102.28
/proc/24412/stat : 24412 (Spear-32) R 24410 24412 23985 0 -1 4194304 7360 0 0 0 10200 28 0 0 25 0 1 0 273330347 30834688 7117 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24412/statm: 7528 7117 140 302 0 7223 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 30112

[startup+162.349 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24413
/proc/meminfo: memFree=1887040/2055920 swapFree=4161536/4192956
[pid=24412] ppid=24410 vsize=37576 CPUtime=162.29
/proc/24412/stat : 24412 (Spear-32) R 24410 24412 23985 0 -1 4194304 9278 0 0 0 16192 37 0 0 25 0 1 0 273330347 38477824 9035 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24412/statm: 9394 9035 140 302 0 9089 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 37576

[startup+222.368 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24413
/proc/meminfo: memFree=1880000/2055920 swapFree=4161536/4192956
[pid=24412] ppid=24410 vsize=44732 CPUtime=222.29
/proc/24412/stat : 24412 (Spear-32) R 24410 24412 23985 0 -1 4194304 11049 0 0 0 22183 46 0 0 25 0 1 0 273330347 45805568 10806 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24412/statm: 11183 10806 140 302 0 10878 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 44732

[startup+282.392 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24413
/proc/meminfo: memFree=1873664/2055920 swapFree=4161536/4192956
[pid=24412] ppid=24410 vsize=51036 CPUtime=282.29
/proc/24412/stat : 24412 (Spear-32) R 24410 24412 23985 0 -1 4194304 12643 0 0 0 28176 53 0 0 25 0 1 0 273330347 52260864 12400 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24412/statm: 12759 12400 140 302 0 12454 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 51036

[startup+342.414 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24413
/proc/meminfo: memFree=1867456/2055920 swapFree=4161536/4192956
[pid=24412] ppid=24410 vsize=58184 CPUtime=342.29
/proc/24412/stat : 24412 (Spear-32) R 24410 24412 23985 0 -1 4194304 14449 0 0 0 34167 62 0 0 25 0 1 0 273330347 59580416 13949 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/24412/statm: 14546 13949 140 302 0 14241 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 58184

[startup+402.432 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24413
/proc/meminfo: memFree=1861952/2055920 swapFree=4161536/4192956
[pid=24412] ppid=24410 vsize=63580 CPUtime=402.29
/proc/24412/stat : 24412 (Spear-32) R 24410 24412 23985 0 -1 4194304 15797 0 0 0 40160 69 0 0 25 0 1 0 273330347 65105920 15297 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24412/statm: 15895 15297 140 302 0 15590 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 63580

[startup+462.452 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24413
/proc/meminfo: memFree=1857472/2055920 swapFree=4161536/4192956
[pid=24412] ppid=24410 vsize=68124 CPUtime=462.29
/proc/24412/stat : 24412 (Spear-32) R 24410 24412 23985 0 -1 4194304 16927 0 0 0 46153 76 0 0 25 0 1 0 273330347 69758976 16427 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/24412/statm: 17031 16427 140 302 0 16726 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 68124

[startup+522.469 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24413
/proc/meminfo: memFree=1853184/2055920 swapFree=4161536/4192956
[pid=24412] ppid=24410 vsize=72532 CPUtime=522.29
/proc/24412/stat : 24412 (Spear-32) R 24410 24412 23985 0 -1 4194304 17996 0 0 0 52149 80 0 0 25 0 1 0 273330347 74272768 17496 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24412/statm: 18133 17496 140 302 0 17828 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 72532

[startup+582.491 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24413
/proc/meminfo: memFree=1848768/2055920 swapFree=4161536/4192956
[pid=24412] ppid=24410 vsize=76916 CPUtime=582.3
/proc/24412/stat : 24412 (Spear-32) R 24410 24412 23985 0 -1 4194304 19082 0 0 0 58146 84 0 0 25 0 1 0 273330347 78761984 18582 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 1 0 0
/proc/24412/statm: 19229 18582 140 302 0 18924 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 76916

[startup+642.516 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24413
/proc/meminfo: memFree=1844608/2055920 swapFree=4161536/4192956
[pid=24412] ppid=24410 vsize=81152 CPUtime=642.3
/proc/24412/stat : 24412 (Spear-32) R 24410 24412 23985 0 -1 4194304 20128 0 0 0 64141 89 0 0 25 0 1 0 273330347 83099648 19628 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/24412/statm: 20288 19628 140 302 0 19983 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 81152

[startup+702.533 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24413
/proc/meminfo: memFree=1840256/2055920 swapFree=4161536/4192956
[pid=24412] ppid=24410 vsize=85340 CPUtime=702.29
/proc/24412/stat : 24412 (Spear-32) R 24410 24412 23985 0 -1 4194304 21183 0 0 0 70135 94 0 0 25 0 1 0 273330347 87388160 20683 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24412/statm: 21335 20683 140 302 0 21030 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 85340

[startup+762.574 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 24529
/proc/meminfo: memFree=1833872/2055920 swapFree=4161536/4192956
[pid=24412] ppid=24410 vsize=90364 CPUtime=762.25
/proc/24412/stat : 24412 (Spear-32) R 24410 24412 23985 0 -1 4194304 22415 0 0 0 76125 100 0 0 25 0 1 0 273330347 92532736 21915 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/24412/statm: 22591 21915 140 302 0 22286 0
Current children cumulated CPU time (s) 762.25
Current children cumulated vsize (KiB) 90364

[startup+822.616 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24611
/proc/meminfo: memFree=1831488/2055920 swapFree=4161536/4192956
[pid=24412] ppid=24410 vsize=94024 CPUtime=822.22
/proc/24412/stat : 24412 (Spear-32) R 24410 24412 23985 0 -1 4194304 23268 0 0 0 82117 105 0 0 25 0 1 0 273330347 96280576 22768 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/24412/statm: 23506 22768 140 302 0 23201 0
Current children cumulated CPU time (s) 822.22
Current children cumulated vsize (KiB) 94024

[startup+882.639 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24611
/proc/meminfo: memFree=1828864/2055920 swapFree=4161536/4192956
[pid=24412] ppid=24410 vsize=96740 CPUtime=882.23
/proc/24412/stat : 24412 (Spear-32) R 24410 24412 23985 0 -1 4194304 23924 0 0 0 88114 109 0 0 25 0 1 0 273330347 99061760 23424 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24412/statm: 24185 23424 140 302 0 23880 0
Current children cumulated CPU time (s) 882.23
Current children cumulated vsize (KiB) 96740

[startup+942.661 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24611
/proc/meminfo: memFree=1826112/2055920 swapFree=4161536/4192956
[pid=24412] ppid=24410 vsize=99760 CPUtime=942.23
/proc/24412/stat : 24412 (Spear-32) R 24410 24412 23985 0 -1 4194304 24632 0 0 0 94110 113 0 0 25 0 1 0 273330347 102154240 24132 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/24412/statm: 24940 24132 140 302 0 24635 0
Current children cumulated CPU time (s) 942.23
Current children cumulated vsize (KiB) 99760

[startup+1002.68 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24611
/proc/meminfo: memFree=1823360/2055920 swapFree=4161536/4192956
[pid=24412] ppid=24410 vsize=102864 CPUtime=1002.22
/proc/24412/stat : 24412 (Spear-32) R 24410 24412 23985 0 -1 4194304 25326 0 0 0 100105 117 0 0 25 0 1 0 273330347 105332736 24826 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24412/statm: 25716 24826 140 302 0 25411 0
Current children cumulated CPU time (s) 1002.22
Current children cumulated vsize (KiB) 102864

[startup+1062.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24611
/proc/meminfo: memFree=1820480/2055920 swapFree=4161536/4192956
[pid=24412] ppid=24410 vsize=105756 CPUtime=1062.22
/proc/24412/stat : 24412 (Spear-32) R 24410 24412 23985 0 -1 4194304 26040 0 0 0 106101 121 0 0 25 0 1 0 273330347 108294144 25540 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24412/statm: 26439 25540 140 302 0 26134 0
Current children cumulated CPU time (s) 1062.22
Current children cumulated vsize (KiB) 105756

[startup+1122.72 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24611
/proc/meminfo: memFree=1817984/2055920 swapFree=4161536/4192956
[pid=24412] ppid=24410 vsize=110376 CPUtime=1122.23
/proc/24412/stat : 24412 (Spear-32) R 24410 24412 23985 0 -1 4194304 27171 0 0 0 112097 126 0 0 25 0 1 0 273330347 113025024 26158 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24412/statm: 27594 26158 140 302 0 27289 0
Current children cumulated CPU time (s) 1122.23
Current children cumulated vsize (KiB) 110376

[startup+1182.74 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24611
/proc/meminfo: memFree=1815296/2055920 swapFree=4161536/4192956
[pid=24412] ppid=24410 vsize=113236 CPUtime=1182.23
/proc/24412/stat : 24412 (Spear-32) R 24410 24412 23985 0 -1 4194304 27840 0 0 0 118092 131 0 0 25 0 1 0 273330347 115953664 26827 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/24412/statm: 28309 26827 140 302 0 28004 0
Current children cumulated CPU time (s) 1182.23
Current children cumulated vsize (KiB) 113236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.56 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24611
/proc/meminfo: memFree=1814528/2055920 swapFree=4161536/4192956
[pid=24412] ppid=24410 vsize=114004 CPUtime=1200.05
/proc/24412/stat : 24412 (Spear-32) R 24410 24412 23985 0 -1 4194304 28029 0 0 0 119873 132 0 0 25 0 1 0 273330347 116740096 27016 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24412/statm: 28501 27016 140 302 0 28196 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 114004

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.07
CPU user time (s): 1198.73
CPU system time (s): 1.3428
CPU usage (%): 99.9576
Max. virtual memory (cumulated for all children) (KiB): 114004

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

runsolver used 0.831873 second user time and 2.46663 second system time

The end

Launcher Data (download as text)

Begin job on node39 on Mon Feb 26 23:49:05 UTC 2007

IDJOB= 309085
IDBENCH= 20249
IDSOLVER= 132
FILE ID= node39/309085-1172533744

PBS_JOBID= 3971822

Free space on /tmp= 66557 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.7/v4500/unif2p-p0.7-v4500-c12015-S1349608788-18-UNSAT.cnf
COMMAND LINE= /tmp/evaluation/309085-1172533744/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/309085-1172533744/instance-309085-1172533744.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-309085-1172533744 -o ROOT/results/node39/solver-309085-1172533744 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/309085-1172533744/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/309085-1172533744/instance-309085-1172533744.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  7031e461464b8d1c0f6a8a1c913e5155

RANDOM SEED= 219777323

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node39.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.285
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.285
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:       1923472 kB
Buffers:          8744 kB
Cached:          64724 kB
SwapCached:      25676 kB
Active:          36348 kB
Inactive:        69552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1923472 kB
SwapTotal:     4192956 kB
SwapFree:      4161536 kB
Dirty:            1724 kB
Writeback:           0 kB
Mapped:          15288 kB
Slab:            12628 kB
Committed_AS:   638976 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= 66557 MiB

End job on node39 on Tue Feb 27 00:09:07 UTC 2007