Trace number 292848

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.09 1200.61

General information on the benchmark

Namerandom/OnTreshold/5SAT/v100/
unif-k5-r21.3-v100-c2130-S1180773190-07.SAT.shuffled.cnf
MD5SUMeb01b1df9ef5b6e40fb94f06740282a1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.463929
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52130
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/292848-1171759898/instance-292848-1171759898.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-292848-1171759898 -o ROOT/results/node65/solver-292848-1171759898 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/292848-1171759898/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/292848-1171759898/instance-292848-1171759898.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.01 1.00 1.00 3/64 17491
/proc/meminfo: memFree=926848/2055920 swapFree=4183880/4192956
[pid=17491] ppid=17489 vsize=1396 CPUtime=0
/proc/17491/stat : 17491 (Spear-32) R 17489 17491 16975 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 195947354 1429504 167 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/17491/statm: 349 167 128 302 0 44 0

[startup+0.10786 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 17491
/proc/meminfo: memFree=926848/2055920 swapFree=4183880/4192956
[pid=17491] ppid=17489 vsize=1912 CPUtime=0.1
/proc/17491/stat : 17491 (Spear-32) R 17489 17491 16975 0 -1 4194304 297 0 0 0 10 0 0 0 18 0 1 0 195947354 1957888 281 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17491/statm: 478 281 140 302 0 173 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1912

[startup+0.515926 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 17491
/proc/meminfo: memFree=926848/2055920 swapFree=4183880/4192956
[pid=17491] ppid=17489 vsize=2756 CPUtime=0.5
/proc/17491/stat : 17491 (Spear-32) R 17489 17491 16975 0 -1 4194304 500 0 0 0 50 0 0 0 21 0 1 0 195947354 2822144 484 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17491/statm: 689 484 140 302 0 384 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2756

[startup+1.33606 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 17492
/proc/meminfo: memFree=924664/2055920 swapFree=4183880/4192956
[pid=17491] ppid=17489 vsize=3672 CPUtime=1.33
/proc/17491/stat : 17491 (Spear-32) R 17489 17491 16975 0 -1 4194304 741 0 0 0 131 2 0 0 25 0 1 0 195947354 3760128 725 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17491/statm: 918 725 140 302 0 613 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3672

[startup+2.97233 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 17492
/proc/meminfo: memFree=923576/2055920 swapFree=4183880/4192956
[pid=17491] ppid=17489 vsize=4996 CPUtime=2.96
/proc/17491/stat : 17491 (Spear-32) R 17489 17491 16975 0 -1 4194304 1057 0 0 0 293 3 0 0 25 0 1 0 195947354 5115904 1041 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17491/statm: 1249 1041 140 302 0 944 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 4996

[startup+6.25187 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 17492
/proc/meminfo: memFree=921472/2055920 swapFree=4183880/4192956
[pid=17491] ppid=17489 vsize=6828 CPUtime=6.24
/proc/17491/stat : 17491 (Spear-32) R 17489 17491 16975 0 -1 4194304 1555 0 0 0 620 4 0 0 25 0 1 0 195947354 6991872 1506 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17491/statm: 1707 1506 140 302 0 1402 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6828

[startup+12.7059 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 17492
/proc/meminfo: memFree=918664/2055920 swapFree=4183880/4192956
[pid=17491] ppid=17489 vsize=9448 CPUtime=12.69
/proc/17491/stat : 17491 (Spear-32) R 17489 17491 16975 0 -1 4194304 2190 0 0 0 1263 6 0 0 25 0 1 0 195947354 9674752 2141 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17491/statm: 2362 2141 140 302 0 2057 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9448

[startup+25.508 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17492
/proc/meminfo: memFree=915464/2055920 swapFree=4183880/4192956
[pid=17491] ppid=17489 vsize=12868 CPUtime=25.48
/proc/17491/stat : 17491 (Spear-32) R 17489 17491 16975 0 -1 4194304 3059 0 0 0 2540 8 0 0 25 0 1 0 195947354 13176832 2945 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17491/statm: 3217 2945 140 302 0 2912 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 12868

[startup+51.1152 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17492
/proc/meminfo: memFree=910984/2055920 swapFree=4183880/4192956
[pid=17491] ppid=17489 vsize=17344 CPUtime=51.09
/proc/17491/stat : 17491 (Spear-32) R 17489 17491 16975 0 -1 4194304 4153 0 0 0 5096 13 0 0 25 0 1 0 195947354 17760256 4039 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526727 0 0 4096 0 0 0 0 17 1 0 0
/proc/17491/statm: 4336 4039 140 302 0 4031 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 17344

[startup+102.325 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 17492
/proc/meminfo: memFree=904584/2055920 swapFree=4183880/4192956
[pid=17491] ppid=17489 vsize=24428 CPUtime=102.27
/proc/17491/stat : 17491 (Spear-32) R 17489 17491 16975 0 -1 4194304 5892 0 0 0 10205 22 0 0 25 0 1 0 195947354 25014272 5649 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17491/statm: 6107 5649 140 302 0 5802 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 24428

[startup+162.351 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17492
/proc/meminfo: memFree=898248/2055920 swapFree=4183880/4192956
[pid=17491] ppid=17489 vsize=30676 CPUtime=162.28
/proc/17491/stat : 17491 (Spear-32) R 17489 17491 16975 0 -1 4194304 7445 0 0 0 16196 32 0 0 25 0 1 0 195947354 31412224 7202 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17491/statm: 7669 7202 140 302 0 7364 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 30676

[startup+222.372 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17492
/proc/meminfo: memFree=893448/2055920 swapFree=4183880/4192956
[pid=17491] ppid=17489 vsize=35488 CPUtime=222.28
/proc/17491/stat : 17491 (Spear-32) R 17489 17491 16975 0 -1 4194304 8636 0 0 0 22188 40 0 0 25 0 1 0 195947354 36339712 8393 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17491/statm: 8872 8393 140 302 0 8567 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 35488

[startup+282.392 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17492
/proc/meminfo: memFree=889160/2055920 swapFree=4183880/4192956
[pid=17491] ppid=17489 vsize=40748 CPUtime=282.28
/proc/17491/stat : 17491 (Spear-32) R 17489 17491 16975 0 -1 4194304 9954 0 0 0 28182 46 0 0 25 0 1 0 195947354 41725952 9454 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17491/statm: 10187 9454 140 302 0 9882 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 40748

[startup+342.411 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17492
/proc/meminfo: memFree=884808/2055920 swapFree=4183880/4192956
[pid=17491] ppid=17489 vsize=45392 CPUtime=342.28
/proc/17491/stat : 17491 (Spear-32) R 17489 17491 16975 0 -1 4194304 11032 0 0 0 34176 52 0 0 25 0 1 0 195947354 46481408 10532 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17491/statm: 11348 10532 140 302 0 11043 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 45392

[startup+402.434 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17492
/proc/meminfo: memFree=881416/2055920 swapFree=4183880/4192956
[pid=17491] ppid=17489 vsize=49208 CPUtime=402.29
/proc/17491/stat : 17491 (Spear-32) R 17489 17491 16975 0 -1 4194304 11870 0 0 0 40171 58 0 0 25 0 1 0 195947354 50388992 11370 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17491/statm: 12302 11370 140 302 0 11997 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 49208

[startup+462.459 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17492
/proc/meminfo: memFree=878664/2055920 swapFree=4183880/4192956
[pid=17491] ppid=17489 vsize=52044 CPUtime=462.29
/proc/17491/stat : 17491 (Spear-32) R 17489 17491 16975 0 -1 4194304 12602 0 0 0 46166 63 0 0 25 0 1 0 195947354 53293056 12102 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17491/statm: 13011 12102 140 302 0 12706 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 52044

[startup+522.48 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17492
/proc/meminfo: memFree=875656/2055920 swapFree=4183880/4192956
[pid=17491] ppid=17489 vsize=54836 CPUtime=522.29
/proc/17491/stat : 17491 (Spear-32) R 17489 17491 16975 0 -1 4194304 13340 0 0 0 52161 68 0 0 25 0 1 0 195947354 56152064 12840 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17491/statm: 13709 12840 140 302 0 13404 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 54836

[startup+582.509 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 17576
/proc/meminfo: memFree=871704/2055920 swapFree=4183880/4192956
[pid=17491] ppid=17489 vsize=57704 CPUtime=582.26
/proc/17491/stat : 17491 (Spear-32) R 17489 17491 16975 0 -1 4194304 14033 0 0 0 58155 71 0 0 25 0 1 0 195947354 59088896 13533 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526871 0 0 4096 0 0 0 0 17 1 0 0
/proc/17491/statm: 14426 13533 140 302 0 14121 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 57704

[startup+642.563 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 17662
/proc/meminfo: memFree=868952/2055920 swapFree=4183880/4192956
[pid=17491] ppid=17489 vsize=60400 CPUtime=642.24
/proc/17491/stat : 17491 (Spear-32) R 17489 17491 16975 0 -1 4194304 14682 0 0 0 64147 77 0 0 25 0 1 0 195947354 61849600 14182 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526752 0 0 4096 0 0 0 0 17 1 0 0
/proc/17491/statm: 15100 14182 140 302 0 14795 0
Current children cumulated CPU time (s) 642.24
Current children cumulated vsize (KiB) 60400

[startup+702.593 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17690
/proc/meminfo: memFree=866816/2055920 swapFree=4183880/4192956
[pid=17491] ppid=17489 vsize=63772 CPUtime=702.23
/proc/17491/stat : 17491 (Spear-32) R 17489 17491 16975 0 -1 4194304 15467 0 0 0 70142 81 0 0 25 0 1 0 195947354 65302528 14967 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17491/statm: 15943 14967 140 302 0 15638 0
Current children cumulated CPU time (s) 702.23
Current children cumulated vsize (KiB) 63772

[startup+762.614 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17690
/proc/meminfo: memFree=864704/2055920 swapFree=4183880/4192956
[pid=17491] ppid=17489 vsize=66384 CPUtime=762.23
/proc/17491/stat : 17491 (Spear-32) R 17489 17491 16975 0 -1 4194304 16055 0 0 0 76137 86 0 0 25 0 1 0 195947354 67977216 15555 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/17491/statm: 16596 15555 140 302 0 16291 0
Current children cumulated CPU time (s) 762.23
Current children cumulated vsize (KiB) 66384

[startup+822.64 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17690
/proc/meminfo: memFree=862336/2055920 swapFree=4183880/4192956
[pid=17491] ppid=17489 vsize=68788 CPUtime=822.24
/proc/17491/stat : 17491 (Spear-32) R 17489 17491 16975 0 -1 4194304 16649 0 0 0 82135 89 0 0 25 0 1 0 195947354 70438912 16149 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17491/statm: 17197 16149 140 302 0 16892 0
Current children cumulated CPU time (s) 822.24
Current children cumulated vsize (KiB) 68788

[startup+882.661 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17690
/proc/meminfo: memFree=860096/2055920 swapFree=4183880/4192956
[pid=17491] ppid=17489 vsize=71020 CPUtime=882.24
/proc/17491/stat : 17491 (Spear-32) R 17489 17491 16975 0 -1 4194304 17206 0 0 0 88132 92 0 0 25 0 1 0 195947354 72724480 16706 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526767 0 0 4096 0 0 0 0 17 1 0 0
/proc/17491/statm: 17755 16706 140 302 0 17450 0
Current children cumulated CPU time (s) 882.24
Current children cumulated vsize (KiB) 71020

[startup+942.681 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17690
/proc/meminfo: memFree=857920/2055920 swapFree=4183880/4192956
[pid=17491] ppid=17489 vsize=73228 CPUtime=942.23
/proc/17491/stat : 17491 (Spear-32) R 17489 17491 16975 0 -1 4194304 17755 0 0 0 94128 95 0 0 25 0 1 0 195947354 74985472 17255 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17491/statm: 18307 17255 140 302 0 18002 0
Current children cumulated CPU time (s) 942.23
Current children cumulated vsize (KiB) 73228

[startup+1002.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17690
/proc/meminfo: memFree=855752/2055920 swapFree=4183880/4192956
[pid=17491] ppid=17489 vsize=77456 CPUtime=1002.24
/proc/17491/stat : 17491 (Spear-32) R 17489 17491 16975 0 -1 4194304 18804 0 0 0 100124 100 0 0 25 0 1 0 195947354 79314944 17791 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17491/statm: 19364 17791 140 302 0 19059 0
Current children cumulated CPU time (s) 1002.24
Current children cumulated vsize (KiB) 77456

[startup+1062.73 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17690
/proc/meminfo: memFree=853704/2055920 swapFree=4183880/4192956
[pid=17491] ppid=17489 vsize=79420 CPUtime=1062.24
/proc/17491/stat : 17491 (Spear-32) R 17489 17491 16975 0 -1 4194304 19299 0 0 0 106120 104 0 0 25 0 1 0 195947354 81326080 18286 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526790 0 0 4096 0 0 0 0 17 1 0 0
/proc/17491/statm: 19855 18286 140 302 0 19550 0
Current children cumulated CPU time (s) 1062.24
Current children cumulated vsize (KiB) 79420

[startup+1122.75 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 17690
/proc/meminfo: memFree=851656/2055920 swapFree=4183880/4192956
[pid=17491] ppid=17489 vsize=81520 CPUtime=1122.25
/proc/17491/stat : 17491 (Spear-32) R 17489 17491 16975 0 -1 4194304 19830 0 0 0 112117 108 0 0 25 0 1 0 195947354 83476480 18817 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/17491/statm: 20380 18817 140 302 0 20075 0
Current children cumulated CPU time (s) 1122.25
Current children cumulated vsize (KiB) 81520

[startup+1182.77 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 17690
/proc/meminfo: memFree=849672/2055920 swapFree=4183880/4192956
[pid=17491] ppid=17489 vsize=83484 CPUtime=1182.24
/proc/17491/stat : 17491 (Spear-32) R 17489 17491 16975 0 -1 4194304 20316 0 0 0 118113 111 0 0 25 0 1 0 195947354 85487616 19303 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/17491/statm: 20871 19303 140 302 0 20566 0
Current children cumulated CPU time (s) 1182.24
Current children cumulated vsize (KiB) 83484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.59 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 17690
/proc/meminfo: memFree=849096/2055920 swapFree=4183880/4192956
[pid=17491] ppid=17489 vsize=83868 CPUtime=1200.07
/proc/17491/stat : 17491 (Spear-32) R 17489 17491 16975 0 -1 4194304 20443 0 0 0 119895 112 0 0 25 0 1 0 195947354 85880832 19430 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17491/statm: 20967 19430 140 302 0 20662 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 83868

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.61
CPU time (s): 1200.09
CPU user time (s): 1198.95
CPU system time (s): 1.13583
CPU usage (%): 99.9565
Max. virtual memory (cumulated for all children) (KiB): 83868

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

runsolver used 0.941856 second user time and 2.37164 second system time

The end

Launcher Data (download as text)

Begin job on node65 on Sun Feb 18 00:51:38 UTC 2007

IDJOB= 292848
IDBENCH= 19849
IDSOLVER= 131
FILE ID= node65/292848-1171759898

PBS_JOBID= 3839490

Free space on /tmp= 66563 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v100/unif-k5-r21.3-v100-c2130-S1180773190-07.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/292848-1171759898/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/292848-1171759898/instance-292848-1171759898.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node65/watcher-292848-1171759898 -o ROOT/results/node65/solver-292848-1171759898 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/292848-1171759898/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/292848-1171759898/instance-292848-1171759898.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  eb01b1df9ef5b6e40fb94f06740282a1

RANDOM SEED= 883254629

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:        927320 kB
Buffers:         39720 kB
Cached:         985124 kB
SwapCached:       2840 kB
Active:         723036 kB
Inactive:       311180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        927320 kB
SwapTotal:     4192956 kB
SwapFree:      4183880 kB
Dirty:            1576 kB
Writeback:           0 kB
Mapped:          15396 kB
Slab:            80356 kB
Committed_AS:   469996 kB
PageTables:       1456 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= 66563 MiB

End job on node65 on Sun Feb 18 01:11:41 UTC 2007