Trace number 312364

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.08 1200.39

General information on the benchmark

Namerandom/2+p/p0.8/v1665/
unif2p-p0.8-v1665-c5178-S1404069132-16-SAT.cnf
MD5SUM7e1a5d981a0c30d9ab9110d5ea4aeb04
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.45078
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/312364-1172586934/instance-312364-1172586934.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/node21/watcher-312364-1172586934 -o ROOT/results/node21/solver-312364-1172586934 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/312364-1172586934/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/312364-1172586934/instance-312364-1172586934.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.06 0.28 3/77 22020
/proc/meminfo: memFree=1806984/2055920 swapFree=4145392/4192956
[pid=22020] ppid=22018 vsize=1716 CPUtime=0
/proc/22020/stat : 22020 (Spear-32) R 22018 22020 21507 0 -1 4194304 231 0 0 0 0 0 0 0 18 0 1 0 278664342 1757184 215 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135270890 0 0 4096 0 0 0 0 17 1 0 0
/proc/22020/statm: 429 215 126 302 0 124 0

[startup+0.106844 s]
/proc/loadavg: 0.00 0.06 0.28 3/77 22020
/proc/meminfo: memFree=1806984/2055920 swapFree=4145392/4192956
[pid=22020] ppid=22018 vsize=2132 CPUtime=0.1
/proc/22020/stat : 22020 (Spear-32) R 22018 22020 21507 0 -1 4194304 371 0 0 0 10 0 0 0 18 0 1 0 278664342 2183168 355 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22020/statm: 533 355 145 302 0 228 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2132

[startup+0.514888 s]
/proc/loadavg: 0.00 0.06 0.28 3/77 22020
/proc/meminfo: memFree=1806984/2055920 swapFree=4145392/4192956
[pid=22020] ppid=22018 vsize=2784 CPUtime=0.5
/proc/22020/stat : 22020 (Spear-32) R 22018 22020 21507 0 -1 4194304 536 0 0 0 50 0 0 0 22 0 1 0 278664342 2850816 520 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22020/statm: 696 520 145 302 0 391 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2784

[startup+1.33498 s]
/proc/loadavg: 0.00 0.06 0.28 2/78 22021
/proc/meminfo: memFree=1804736/2055920 swapFree=4145392/4192956
[pid=22020] ppid=22018 vsize=3808 CPUtime=1.32
/proc/22020/stat : 22020 (Spear-32) R 22018 22020 21507 0 -1 4194304 772 0 0 0 131 1 0 0 25 0 1 0 278664342 3899392 756 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22020/statm: 952 756 145 302 0 647 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3808

[startup+2.97116 s]
/proc/loadavg: 0.00 0.06 0.28 2/78 22021
/proc/meminfo: memFree=1803520/2055920 swapFree=4145392/4192956
[pid=22020] ppid=22018 vsize=5224 CPUtime=2.95
/proc/22020/stat : 22020 (Spear-32) R 22018 22020 21507 0 -1 4194304 1125 0 0 0 293 2 0 0 25 0 1 0 278664342 5349376 1109 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22020/statm: 1306 1109 145 302 0 1001 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 5224

[startup+6.24752 s]
/proc/loadavg: 0.08 0.08 0.28 2/78 22021
/proc/meminfo: memFree=1800960/2055920 swapFree=4145392/4192956
[pid=22020] ppid=22018 vsize=7408 CPUtime=6.24
/proc/22020/stat : 22020 (Spear-32) R 22018 22020 21507 0 -1 4194304 1681 0 0 0 619 5 0 0 25 0 1 0 278664342 7585792 1665 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22020/statm: 1852 1665 145 302 0 1547 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7408

[startup+12.7062 s]
/proc/loadavg: 0.15 0.09 0.28 2/78 22021
/proc/meminfo: memFree=1797696/2055920 swapFree=4145392/4192956
[pid=22020] ppid=22018 vsize=10484 CPUtime=12.69
/proc/22020/stat : 22020 (Spear-32) R 22018 22020 21507 0 -1 4194304 2454 0 0 0 1261 8 0 0 25 0 1 0 278664342 10735616 2405 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22020/statm: 2621 2405 145 302 0 2316 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10484

[startup+25.5146 s]
/proc/loadavg: 0.28 0.12 0.29 2/78 22021
/proc/meminfo: memFree=1793600/2055920 swapFree=4145392/4192956
[pid=22020] ppid=22018 vsize=14744 CPUtime=25.49
/proc/22020/stat : 22020 (Spear-32) R 22018 22020 21507 0 -1 4194304 3551 0 0 0 2537 12 0 0 25 0 1 0 278664342 15097856 3437 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527089 0 0 4096 0 0 0 0 17 1 0 0
/proc/22020/statm: 3686 3437 145 302 0 3381 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 14744

[startup+51.1274 s]
/proc/loadavg: 0.56 0.20 0.31 2/78 22021
/proc/meminfo: memFree=1787328/2055920 swapFree=4145392/4192956
[pid=22020] ppid=22018 vsize=21024 CPUtime=51.11
/proc/22020/stat : 22020 (Spear-32) R 22018 22020 21507 0 -1 4194304 5096 0 0 0 5090 21 0 0 25 0 1 0 278664342 21528576 4982 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22020/statm: 5256 4982 145 302 0 4951 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 21024

[startup+102.353 s]
/proc/loadavg: 0.81 0.32 0.35 2/78 22021
/proc/meminfo: memFree=1777600/2055920 swapFree=4145392/4192956
[pid=22020] ppid=22018 vsize=31228 CPUtime=102.31
/proc/22020/stat : 22020 (Spear-32) R 22018 22020 21507 0 -1 4194304 7670 0 0 0 10201 30 0 0 25 0 1 0 278664342 31977472 7427 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22020/statm: 7807 7427 145 302 0 7502 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 31228

[startup+162.388 s]
/proc/loadavg: 0.93 0.44 0.38 2/78 22021
/proc/meminfo: memFree=1768640/2055920 swapFree=4145392/4192956
[pid=22020] ppid=22018 vsize=40000 CPUtime=162.34
/proc/22020/stat : 22020 (Spear-32) R 22018 22020 21507 0 -1 4194304 9847 0 0 0 16193 41 0 0 25 0 1 0 278664342 40960000 9604 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526981 0 0 4096 0 0 0 0 17 1 0 0
/proc/22020/statm: 10000 9604 145 302 0 9695 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 40000

[startup+222.42 s]
/proc/loadavg: 0.97 0.54 0.42 2/78 22023
/proc/meminfo: memFree=1762368/2055920 swapFree=4145392/4192956
[pid=22020] ppid=22018 vsize=46336 CPUtime=222.35
/proc/22020/stat : 22020 (Spear-32) R 22018 22020 21507 0 -1 4194304 11414 0 0 0 22186 49 0 0 25 0 1 0 278664342 47448064 11171 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526967 0 0 4096 0 0 0 0 17 1 0 0
/proc/22020/statm: 11584 11171 145 302 0 11279 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 46336

[startup+282.444 s]
/proc/loadavg: 0.99 0.62 0.45 2/78 22023
/proc/meminfo: memFree=1756608/2055920 swapFree=4145392/4192956
[pid=22020] ppid=22018 vsize=53132 CPUtime=282.36
/proc/22020/stat : 22020 (Spear-32) R 22018 22020 21507 0 -1 4194304 13100 0 0 0 28179 57 0 0 25 0 1 0 278664342 54407168 12600 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526967 0 0 4096 0 0 0 0 17 1 0 0
/proc/22020/statm: 13283 12600 145 302 0 12978 0
Current children cumulated CPU time (s) 282.36
Current children cumulated vsize (KiB) 53132

[startup+342.473 s]
/proc/loadavg: 0.99 0.69 0.48 2/78 22023
/proc/meminfo: memFree=1751424/2055920 swapFree=4145392/4192956
[pid=22020] ppid=22018 vsize=58492 CPUtime=342.37
/proc/22020/stat : 22020 (Spear-32) R 22018 22020 21507 0 -1 4194304 14410 0 0 0 34173 64 0 0 25 0 1 0 278664342 59895808 13910 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526794 0 0 4096 0 0 0 0 17 1 0 0
/proc/22020/statm: 14623 13910 145 302 0 14318 0
Current children cumulated CPU time (s) 342.37
Current children cumulated vsize (KiB) 58492

[startup+402.511 s]
/proc/loadavg: 0.99 0.74 0.51 2/78 22023
/proc/meminfo: memFree=1747136/2055920 swapFree=4145392/4192956
[pid=22020] ppid=22018 vsize=62676 CPUtime=402.4
/proc/22020/stat : 22020 (Spear-32) R 22018 22020 21507 0 -1 4194304 15461 0 0 0 40169 71 0 0 25 0 1 0 278664342 64180224 14961 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/22020/statm: 15669 14961 145 302 0 15364 0
Current children cumulated CPU time (s) 402.4
Current children cumulated vsize (KiB) 62676

[startup+462.546 s]
/proc/loadavg: 0.99 0.79 0.54 2/78 22023
/proc/meminfo: memFree=1743168/2055920 swapFree=4145392/4192956
[pid=22020] ppid=22018 vsize=66936 CPUtime=462.42
/proc/22020/stat : 22020 (Spear-32) R 22018 22020 21507 0 -1 4194304 16463 0 0 0 46166 76 0 0 25 0 1 0 278664342 68542464 15963 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/22020/statm: 16734 15963 145 302 0 16429 0
Current children cumulated CPU time (s) 462.42
Current children cumulated vsize (KiB) 66936

[startup+522.58 s]
/proc/loadavg: 0.99 0.82 0.57 2/78 22023
/proc/meminfo: memFree=1739136/2055920 swapFree=4145392/4192956
[pid=22020] ppid=22018 vsize=71020 CPUtime=522.43
/proc/22020/stat : 22020 (Spear-32) R 22018 22020 21507 0 -1 4194304 17479 0 0 0 52160 83 0 0 25 0 1 0 278664342 72724480 16979 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526822 0 0 4096 0 0 0 0 17 1 0 0
/proc/22020/statm: 17755 16979 145 302 0 17450 0
Current children cumulated CPU time (s) 522.43
Current children cumulated vsize (KiB) 71020

[startup+582.611 s]
/proc/loadavg: 0.99 0.85 0.59 2/78 22023
/proc/meminfo: memFree=1735360/2055920 swapFree=4145392/4192956
[pid=22020] ppid=22018 vsize=74836 CPUtime=582.45
/proc/22020/stat : 22020 (Spear-32) R 22018 22020 21507 0 -1 4194304 18414 0 0 0 58157 88 0 0 25 0 1 0 278664342 76632064 17914 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526871 0 0 4096 0 0 0 0 17 1 0 0
/proc/22020/statm: 18709 17914 145 302 0 18404 0
Current children cumulated CPU time (s) 582.45
Current children cumulated vsize (KiB) 74836

[startup+642.647 s]
/proc/loadavg: 0.99 0.88 0.61 2/78 22023
/proc/meminfo: memFree=1732096/2055920 swapFree=4145392/4192956
[pid=22020] ppid=22018 vsize=78320 CPUtime=642.46
/proc/22020/stat : 22020 (Spear-32) R 22018 22020 21507 0 -1 4194304 19241 0 0 0 64152 94 0 0 25 0 1 0 278664342 80199680 18741 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/22020/statm: 19580 18741 145 302 0 19275 0
Current children cumulated CPU time (s) 642.46
Current children cumulated vsize (KiB) 78320

[startup+702.68 s]
/proc/loadavg: 0.99 0.90 0.64 2/78 22023
/proc/meminfo: memFree=1728128/2055920 swapFree=4145392/4192956
[pid=22020] ppid=22018 vsize=82260 CPUtime=702.48
/proc/22020/stat : 22020 (Spear-32) R 22018 22020 21507 0 -1 4194304 20212 0 0 0 70149 99 0 0 25 0 1 0 278664342 84234240 19712 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22020/statm: 20565 19712 145 302 0 20260 0
Current children cumulated CPU time (s) 702.48
Current children cumulated vsize (KiB) 82260

[startup+762.713 s]
/proc/loadavg: 0.99 0.91 0.65 2/78 22023
/proc/meminfo: memFree=1724992/2055920 swapFree=4145392/4192956
[pid=22020] ppid=22018 vsize=85812 CPUtime=762.51
/proc/22020/stat : 22020 (Spear-32) R 22018 22020 21507 0 -1 4194304 21021 0 0 0 76147 104 0 0 25 0 1 0 278664342 87871488 20521 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526781 0 0 4096 0 0 0 0 17 1 0 0
/proc/22020/statm: 21453 20521 145 302 0 21148 0
Current children cumulated CPU time (s) 762.51
Current children cumulated vsize (KiB) 85812

[startup+822.753 s]
/proc/loadavg: 0.99 0.92 0.67 2/78 22023
/proc/meminfo: memFree=1721792/2055920 swapFree=4145392/4192956
[pid=22020] ppid=22018 vsize=89256 CPUtime=822.53
/proc/22020/stat : 22020 (Spear-32) R 22018 22020 21507 0 -1 4194304 21819 0 0 0 82144 109 0 0 25 0 1 0 278664342 91398144 21319 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526803 0 0 4096 0 0 0 0 17 1 0 0
/proc/22020/statm: 22314 21319 145 302 0 22009 0
Current children cumulated CPU time (s) 822.53
Current children cumulated vsize (KiB) 89256

[startup+882.783 s]
/proc/loadavg: 0.99 0.94 0.69 2/78 22023
/proc/meminfo: memFree=1718592/2055920 swapFree=4145392/4192956
[pid=22020] ppid=22018 vsize=92416 CPUtime=882.54
/proc/22020/stat : 22020 (Spear-32) R 22018 22020 21507 0 -1 4194304 22614 0 0 0 88141 113 0 0 25 0 1 0 278664342 94633984 22114 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526926 0 0 4096 0 0 0 0 17 1 0 0
/proc/22020/statm: 23104 22114 145 302 0 22799 0
Current children cumulated CPU time (s) 882.54
Current children cumulated vsize (KiB) 92416

[startup+942.82 s]
/proc/loadavg: 0.99 0.94 0.71 2/78 22023
/proc/meminfo: memFree=1715648/2055920 swapFree=4145392/4192956
[pid=22020] ppid=22018 vsize=95400 CPUtime=942.57
/proc/22020/stat : 22020 (Spear-32) R 22018 22020 21507 0 -1 4194304 23345 0 0 0 94138 119 0 0 25 0 1 0 278664342 97689600 22845 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22020/statm: 23850 22845 145 302 0 23545 0
Current children cumulated CPU time (s) 942.57
Current children cumulated vsize (KiB) 95400

[startup+1002.85 s]
/proc/loadavg: 0.99 0.95 0.72 2/78 22023
/proc/meminfo: memFree=1712704/2055920 swapFree=4145392/4192956
[pid=22020] ppid=22018 vsize=100220 CPUtime=1002.58
/proc/22020/stat : 22020 (Spear-32) R 22018 22020 21507 0 -1 4194304 24577 0 0 0 100134 124 0 0 25 0 1 0 278664342 102625280 23564 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/22020/statm: 25055 23564 145 302 0 24750 0
Current children cumulated CPU time (s) 1002.58
Current children cumulated vsize (KiB) 100220

[startup+1062.89 s]
/proc/loadavg: 0.99 0.96 0.74 2/78 22023
/proc/meminfo: memFree=1709952/2055920 swapFree=4145392/4192956
[pid=22020] ppid=22018 vsize=102928 CPUtime=1062.6
/proc/22020/stat : 22020 (Spear-32) R 22018 22020 21507 0 -1 4194304 25269 0 0 0 106132 128 0 0 25 0 1 0 278664342 105398272 24256 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526770 0 0 4096 0 0 0 0 17 1 0 0
/proc/22020/statm: 25732 24256 145 302 0 25427 0
Current children cumulated CPU time (s) 1062.6
Current children cumulated vsize (KiB) 102928

[startup+1122.92 s]
/proc/loadavg: 0.99 0.96 0.75 2/78 22023
/proc/meminfo: memFree=1707200/2055920 swapFree=4145392/4192956
[pid=22020] ppid=22018 vsize=105740 CPUtime=1122.61
/proc/22020/stat : 22020 (Spear-32) R 22018 22020 21507 0 -1 4194304 25967 0 0 0 112129 132 0 0 25 0 1 0 278664342 108277760 24954 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/22020/statm: 26435 24954 145 302 0 26130 0
Current children cumulated CPU time (s) 1122.61
Current children cumulated vsize (KiB) 105740

[startup+1182.95 s]
/proc/loadavg: 0.99 0.97 0.76 2/78 22023
/proc/meminfo: memFree=1704512/2055920 swapFree=4145392/4192956
[pid=22020] ppid=22018 vsize=108536 CPUtime=1182.64
/proc/22020/stat : 22020 (Spear-32) R 22018 22020 21507 0 -1 4194304 26639 0 0 0 118127 137 0 0 25 0 1 0 278664342 111140864 25626 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/22020/statm: 27134 25626 145 302 0 26829 0
Current children cumulated CPU time (s) 1182.64
Current children cumulated vsize (KiB) 108536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.37 s]
/proc/loadavg: 1.07 0.99 0.77 2/78 22023
/proc/meminfo: memFree=1703744/2055920 swapFree=4145392/4192956
[pid=22020] ppid=22018 vsize=109176 CPUtime=1200.05
/proc/22020/stat : 22020 (Spear-32) R 22018 22020 21507 0 -1 4194304 26820 0 0 0 119867 138 0 0 25 0 1 0 278664342 111796224 25807 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/22020/statm: 27294 25807 145 302 0 26989 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 109176

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.39
CPU time (s): 1200.08
CPU user time (s): 1198.68
CPU system time (s): 1.39879
CPU usage (%): 99.9734
Max. virtual memory (cumulated for all children) (KiB): 109176

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

runsolver used 1.40978 second user time and 2.86056 second system time

The end

Launcher Data (download as text)

Begin job on node21 on Tue Feb 27 14:38:22 UTC 2007

IDJOB= 312364
IDBENCH= 20339
IDSOLVER= 131
FILE ID= node21/312364-1172586934

PBS_JOBID= 3971930

Free space on /tmp= 66561 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.8/v1665/unif2p-p0.8-v1665-c5178-S1404069132-16-SAT.cnf
COMMAND LINE= /tmp/evaluation/312364-1172586934/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/312364-1172586934/instance-312364-1172586934.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node21/watcher-312364-1172586934 -o ROOT/results/node21/solver-312364-1172586934 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/312364-1172586934/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/312364-1172586934/instance-312364-1172586934.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  7e1a5d981a0c30d9ab9110d5ea4aeb04

RANDOM SEED= 955190187

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node21.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.245
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.245
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:       1807456 kB
Buffers:         41072 kB
Cached:         136080 kB
SwapCached:      16512 kB
Active:         139180 kB
Inactive:        69288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1807456 kB
SwapTotal:     4192956 kB
SwapFree:      4145392 kB
Dirty:            1632 kB
Writeback:           0 kB
Mapped:          30460 kB
Slab:            25672 kB
Committed_AS:   790324 kB
PageTables:       1676 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= 66561 MiB

End job on node21 on Tue Feb 27 14:59:28 UTC 2007