Trace number 292932

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 2007-02-12? (TO) 1200.12 1200.47

General information on the benchmark

Namerandom/OnTreshold/5SAT/v100/
unif-k5-r21.3-v100-c2130-S804631280-01.SAT.shuffled.cnf
MD5SUMc3a60c73a856b19b59d723c0a3c76b1b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.119981
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/292932-1171761341/instance-292932-1171761341.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/node1/watcher-292932-1171761341 -o ROOT/results/node1/solver-292932-1171761341 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/292932-1171761341/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/292932-1171761341/instance-292932-1171761341.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: 2.00 1.86 1.46 3/77 6162
/proc/meminfo: memFree=1711216/2055920 swapFree=4158120/4192956
[pid=6162] ppid=6160 vsize=1396 CPUtime=0
/proc/6162/stat : 6162 (Spear-32) R 6160 6162 5306 0 -1 4194304 184 0 0 0 0 0 0 0 18 0 1 0 196089136 1429504 168 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6162/statm: 349 169 129 302 0 44 0

[startup+0.107801 s]
/proc/loadavg: 2.00 1.86 1.46 3/77 6162
/proc/meminfo: memFree=1711216/2055920 swapFree=4158120/4192956
[pid=6162] ppid=6160 vsize=1788 CPUtime=0.1
/proc/6162/stat : 6162 (Spear-32) R 6160 6162 5306 0 -1 4194304 291 0 0 0 10 0 0 0 18 0 1 0 196089136 1830912 275 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6162/statm: 447 275 140 302 0 142 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1788

[startup+0.517849 s]
/proc/loadavg: 2.00 1.86 1.46 3/77 6162
/proc/meminfo: memFree=1711216/2055920 swapFree=4158120/4192956
[pid=6162] ppid=6160 vsize=2688 CPUtime=0.5
/proc/6162/stat : 6162 (Spear-32) R 6160 6162 5306 0 -1 4194304 500 0 0 0 50 0 0 0 21 0 1 0 196089136 2752512 484 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6162/statm: 672 484 140 302 0 367 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2688

[startup+1.34294 s]
/proc/loadavg: 2.00 1.86 1.46 2/78 6163
/proc/meminfo: memFree=1708968/2055920 swapFree=4158120/4192956
[pid=6162] ppid=6160 vsize=3736 CPUtime=1.33
/proc/6162/stat : 6162 (Spear-32) R 6160 6162 5306 0 -1 4194304 758 0 0 0 132 1 0 0 25 0 1 0 196089136 3825664 742 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6162/statm: 934 742 140 302 0 629 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3736

[startup+2.97914 s]
/proc/loadavg: 2.00 1.86 1.46 2/78 6163
/proc/meminfo: memFree=1707816/2055920 swapFree=4158120/4192956
[pid=6162] ppid=6160 vsize=5036 CPUtime=2.96
/proc/6162/stat : 6162 (Spear-32) R 6160 6162 5306 0 -1 4194304 1075 0 0 0 294 2 0 0 25 0 1 0 196089136 5156864 1059 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6162/statm: 1259 1059 140 302 0 954 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5036

[startup+6.25552 s]
/proc/loadavg: 1.92 1.85 1.46 2/78 6163
/proc/meminfo: memFree=1705896/2055920 swapFree=4158120/4192956
[pid=6162] ppid=6160 vsize=6804 CPUtime=6.24
/proc/6162/stat : 6162 (Spear-32) R 6160 6162 5306 0 -1 4194304 1518 0 0 0 620 4 0 0 25 0 1 0 196089136 6967296 1469 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6162/statm: 1701 1469 140 302 0 1396 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6804

[startup+12.7103 s]
/proc/loadavg: 1.85 1.84 1.46 2/78 6163
/proc/meminfo: memFree=1703336/2055920 swapFree=4158120/4192956
[pid=6162] ppid=6160 vsize=9152 CPUtime=12.69
/proc/6162/stat : 6162 (Spear-32) R 6160 6162 5306 0 -1 4194304 2078 0 0 0 1264 5 0 0 25 0 1 0 196089136 9371648 2029 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6162/statm: 2288 2029 140 302 0 1983 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9152

[startup+25.5118 s]
/proc/loadavg: 1.66 1.79 1.45 2/78 6163
/proc/meminfo: memFree=1700392/2055920 swapFree=4158120/4192956
[pid=6162] ppid=6160 vsize=12564 CPUtime=25.5
/proc/6162/stat : 6162 (Spear-32) R 6160 6162 5306 0 -1 4194304 2907 0 0 0 2541 9 0 0 25 0 1 0 196089136 12865536 2793 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6162/statm: 3141 2793 141 302 0 2836 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 12564

[startup+51.1268 s]
/proc/loadavg: 1.43 1.73 1.44 2/78 6163
/proc/meminfo: memFree=1695848/2055920 swapFree=4158120/4192956
[pid=6162] ppid=6160 vsize=17028 CPUtime=51.1
/proc/6162/stat : 6162 (Spear-32) R 6160 6162 5306 0 -1 4194304 4002 0 0 0 5097 13 0 0 25 0 1 0 196089136 17436672 3888 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6162/statm: 4257 3888 141 302 0 3952 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 17028

[startup+102.352 s]
/proc/loadavg: 1.19 1.61 1.41 2/78 6163
/proc/meminfo: memFree=1688808/2055920 swapFree=4158120/4192956
[pid=6162] ppid=6160 vsize=24848 CPUtime=102.31
/proc/6162/stat : 6162 (Spear-32) R 6160 6162 5306 0 -1 4194304 5895 0 0 0 10209 22 0 0 25 0 1 0 196089136 25444352 5652 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6162/statm: 6212 5652 141 302 0 5907 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 24848

[startup+162.391 s]
/proc/loadavg: 1.07 1.50 1.38 2/78 6163
/proc/meminfo: memFree=1682152/2055920 swapFree=4158120/4192956
[pid=6162] ppid=6160 vsize=31512 CPUtime=162.33
/proc/6162/stat : 6162 (Spear-32) R 6160 6162 5306 0 -1 4194304 7518 0 0 0 16201 32 0 0 25 0 1 0 196089136 32268288 7275 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6162/statm: 7878 7275 141 302 0 7573 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 31512

[startup+222.426 s]
/proc/loadavg: 1.02 1.41 1.36 2/78 6163
/proc/meminfo: memFree=1677608/2055920 swapFree=4158120/4192956
[pid=6162] ppid=6160 vsize=36240 CPUtime=222.35
/proc/6162/stat : 6162 (Spear-32) R 6160 6162 5306 0 -1 4194304 8647 0 0 0 22195 40 0 0 25 0 1 0 196089136 37109760 8404 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6162/statm: 9060 8404 141 302 0 8755 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 36240

[startup+282.465 s]
/proc/loadavg: 1.01 1.33 1.33 2/78 6163
/proc/meminfo: memFree=1673704/2055920 swapFree=4158120/4192956
[pid=6162] ppid=6160 vsize=41000 CPUtime=282.37
/proc/6162/stat : 6162 (Spear-32) R 6160 6162 5306 0 -1 4194304 9895 0 0 0 28190 47 0 0 25 0 1 0 196089136 41984000 9395 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6162/statm: 10250 9395 141 302 0 9945 0
Current children cumulated CPU time (s) 282.37
Current children cumulated vsize (KiB) 41000

[startup+342.505 s]
/proc/loadavg: 1.00 1.27 1.31 2/78 6163
/proc/meminfo: memFree=1668904/2055920 swapFree=4158120/4192956
[pid=6162] ppid=6160 vsize=46452 CPUtime=342.39
/proc/6162/stat : 6162 (Spear-32) R 6160 6162 5306 0 -1 4194304 11096 0 0 0 34186 53 0 0 25 0 1 0 196089136 47566848 10596 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6162/statm: 11613 10596 141 302 0 11308 0
Current children cumulated CPU time (s) 342.39
Current children cumulated vsize (KiB) 46452

[startup+402.547 s]
/proc/loadavg: 1.00 1.22 1.29 2/78 6163
/proc/meminfo: memFree=1665768/2055920 swapFree=4158120/4192956
[pid=6162] ppid=6160 vsize=49728 CPUtime=402.42
/proc/6162/stat : 6162 (Spear-32) R 6160 6162 5306 0 -1 4194304 11861 0 0 0 40182 60 0 0 25 0 1 0 196089136 50921472 11361 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6162/statm: 12432 11361 141 302 0 12127 0
Current children cumulated CPU time (s) 402.42
Current children cumulated vsize (KiB) 49728

[startup+462.586 s]
/proc/loadavg: 1.00 1.17 1.27 2/78 6163
/proc/meminfo: memFree=1662568/2055920 swapFree=4158120/4192956
[pid=6162] ppid=6160 vsize=53560 CPUtime=462.44
/proc/6162/stat : 6162 (Spear-32) R 6160 6162 5306 0 -1 4194304 12706 0 0 0 46178 66 0 0 25 0 1 0 196089136 54845440 12206 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6162/statm: 13390 12206 141 302 0 13085 0
Current children cumulated CPU time (s) 462.44
Current children cumulated vsize (KiB) 53560

[startup+522.623 s]
/proc/loadavg: 1.00 1.14 1.25 2/78 6163
/proc/meminfo: memFree=1659368/2055920 swapFree=4158120/4192956
[pid=6162] ppid=6160 vsize=56664 CPUtime=522.45
/proc/6162/stat : 6162 (Spear-32) R 6160 6162 5306 0 -1 4194304 13518 0 0 0 52172 73 0 0 25 0 1 0 196089136 58023936 13018 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134527100 0 0 4096 0 0 0 0 17 1 0 0
/proc/6162/statm: 14166 13018 141 302 0 13861 0
Current children cumulated CPU time (s) 522.45
Current children cumulated vsize (KiB) 56664

[startup+582.661 s]
/proc/loadavg: 1.00 1.11 1.23 2/78 6163
/proc/meminfo: memFree=1655912/2055920 swapFree=4158120/4192956
[pid=6162] ppid=6160 vsize=60148 CPUtime=582.48
/proc/6162/stat : 6162 (Spear-32) R 6160 6162 5306 0 -1 4194304 14357 0 0 0 58170 78 0 0 25 0 1 0 196089136 61591552 13857 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/6162/statm: 15037 13857 141 302 0 14732 0
Current children cumulated CPU time (s) 582.48
Current children cumulated vsize (KiB) 60148

[startup+642.703 s]
/proc/loadavg: 1.00 1.09 1.21 2/78 6163
/proc/meminfo: memFree=1652840/2055920 swapFree=4158120/4192956
[pid=6162] ppid=6160 vsize=63108 CPUtime=642.5
/proc/6162/stat : 6162 (Spear-32) R 6160 6162 5306 0 -1 4194304 15116 0 0 0 64166 84 0 0 25 0 1 0 196089136 64622592 14616 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134526745 0 0 4096 0 0 0 0 17 1 0 0
/proc/6162/statm: 15777 14616 141 302 0 15472 0
Current children cumulated CPU time (s) 642.5
Current children cumulated vsize (KiB) 63108

[startup+702.74 s]
/proc/loadavg: 1.00 1.07 1.19 2/78 6163
/proc/meminfo: memFree=1649512/2055920 swapFree=4158120/4192956
[pid=6162] ppid=6160 vsize=66476 CPUtime=702.52
/proc/6162/stat : 6162 (Spear-32) R 6160 6162 5306 0 -1 4194304 15954 0 0 0 70163 89 0 0 25 0 1 0 196089136 68071424 15454 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134526825 0 0 4096 0 0 0 0 17 1 0 0
/proc/6162/statm: 16619 15454 141 302 0 16314 0
Current children cumulated CPU time (s) 702.52
Current children cumulated vsize (KiB) 66476

[startup+762.778 s]
/proc/loadavg: 1.00 1.05 1.18 2/78 6163
/proc/meminfo: memFree=1647400/2055920 swapFree=4158120/4192956
[pid=6162] ppid=6160 vsize=68544 CPUtime=762.54
/proc/6162/stat : 6162 (Spear-32) R 6160 6162 5306 0 -1 4194304 16474 0 0 0 76161 93 0 0 25 0 1 0 196089136 70189056 15974 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134527009 0 0 4096 0 0 0 0 17 1 0 0
/proc/6162/statm: 17136 15974 141 302 0 16831 0
Current children cumulated CPU time (s) 762.54
Current children cumulated vsize (KiB) 68544

[startup+822.818 s]
/proc/loadavg: 1.00 1.04 1.17 2/78 6163
/proc/meminfo: memFree=1645096/2055920 swapFree=4158120/4192956
[pid=6162] ppid=6160 vsize=70920 CPUtime=822.56
/proc/6162/stat : 6162 (Spear-32) R 6160 6162 5306 0 -1 4194304 17046 0 0 0 82158 98 0 0 25 0 1 0 196089136 72622080 16546 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6162/statm: 17730 16546 141 302 0 17425 0
Current children cumulated CPU time (s) 822.56
Current children cumulated vsize (KiB) 70920

[startup+882.849 s]
/proc/loadavg: 1.00 1.03 1.16 2/78 6163
/proc/meminfo: memFree=1642664/2055920 swapFree=4158120/4192956
[pid=6162] ppid=6160 vsize=73424 CPUtime=882.57
/proc/6162/stat : 6162 (Spear-32) R 6160 6162 5306 0 -1 4194304 17663 0 0 0 88153 104 0 0 25 0 1 0 196089136 75186176 17163 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134526950 0 0 4096 0 0 0 0 17 1 0 0
/proc/6162/statm: 18356 17163 141 302 0 18051 0
Current children cumulated CPU time (s) 882.57
Current children cumulated vsize (KiB) 73424

[startup+942.889 s]
/proc/loadavg: 1.00 1.02 1.14 2/78 6163
/proc/meminfo: memFree=1640488/2055920 swapFree=4158120/4192956
[pid=6162] ppid=6160 vsize=75368 CPUtime=942.6
/proc/6162/stat : 6162 (Spear-32) R 6160 6162 5306 0 -1 4194304 18204 0 0 0 94152 108 0 0 25 0 1 0 196089136 77176832 17704 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6162/statm: 18842 17704 141 302 0 18537 0
Current children cumulated CPU time (s) 942.6
Current children cumulated vsize (KiB) 75368

[startup+1002.92 s]
/proc/loadavg: 1.00 1.02 1.13 2/78 6163
/proc/meminfo: memFree=1638248/2055920 swapFree=4158120/4192956
[pid=6162] ppid=6160 vsize=80092 CPUtime=1002.62
/proc/6162/stat : 6162 (Spear-32) R 6160 6162 5306 0 -1 4194304 19266 0 0 0 100149 113 0 0 25 0 1 0 196089136 82014208 18253 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6162/statm: 20023 18253 141 302 0 19718 0
Current children cumulated CPU time (s) 1002.62
Current children cumulated vsize (KiB) 80092

[startup+1062.96 s]
/proc/loadavg: 1.00 1.01 1.12 2/78 6163
/proc/meminfo: memFree=1636520/2055920 swapFree=4158120/4192956
[pid=6162] ppid=6160 vsize=81644 CPUtime=1062.64
/proc/6162/stat : 6162 (Spear-32) R 6160 6162 5306 0 -1 4194304 19700 0 0 0 106147 117 0 0 25 0 1 0 196089136 83603456 18687 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6162/statm: 20411 18687 141 302 0 20106 0
Current children cumulated CPU time (s) 1062.64
Current children cumulated vsize (KiB) 81644

[startup+1122.99 s]
/proc/loadavg: 1.00 1.01 1.11 2/78 6163
/proc/meminfo: memFree=1634472/2055920 swapFree=4158120/4192956
[pid=6162] ppid=6160 vsize=83572 CPUtime=1122.65
/proc/6162/stat : 6162 (Spear-32) R 6160 6162 5306 0 -1 4194304 20211 0 0 0 112142 123 0 0 25 0 1 0 196089136 85577728 19198 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6162/statm: 20893 19198 141 302 0 20588 0
Current children cumulated CPU time (s) 1122.65
Current children cumulated vsize (KiB) 83572

[startup+1183.03 s]
/proc/loadavg: 1.00 1.00 1.10 2/78 6163
/proc/meminfo: memFree=1632616/2055920 swapFree=4158120/4192956
[pid=6162] ppid=6160 vsize=85380 CPUtime=1182.67
/proc/6162/stat : 6162 (Spear-32) R 6160 6162 5306 0 -1 4194304 20688 0 0 0 118139 128 0 0 25 0 1 0 196089136 87429120 19675 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6162/statm: 21345 19675 141 302 0 21040 0
Current children cumulated CPU time (s) 1182.67
Current children cumulated vsize (KiB) 85380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.45 s]
/proc/loadavg: 1.07 1.02 1.10 2/78 6163
/proc/meminfo: memFree=1631976/2055920 swapFree=4158120/4192956
[pid=6162] ppid=6160 vsize=86024 CPUtime=1200.09
/proc/6162/stat : 6162 (Spear-32) R 6160 6162 5306 0 -1 4194304 20827 0 0 0 119879 130 0 0 25 0 1 0 196089136 88088576 19814 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/6162/statm: 21506 19814 141 302 0 21201 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 86024

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.47
CPU time (s): 1200.12
CPU user time (s): 1198.8
CPU system time (s): 1.3168
CPU usage (%): 99.9705
Max. virtual memory (cumulated for all children) (KiB): 86024

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

runsolver used 1.25581 second user time and 3.01354 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Sun Feb 18 01:15:41 UTC 2007

IDJOB= 292932
IDBENCH= 19851
IDSOLVER= 133
FILE ID= node1/292932-1171761341

PBS_JOBID= 3839271

Free space on /tmp= 66551 MiB

SOLVER NAME= Spear 2007-02-12
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v100/unif-k5-r21.3-v100-c2130-S804631280-01.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/292932-1171761341/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/292932-1171761341/instance-292932-1171761341.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-292932-1171761341 -o ROOT/results/node1/solver-292932-1171761341 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/292932-1171761341/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/292932-1171761341/instance-292932-1171761341.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  c3a60c73a856b19b59d723c0a3c76b1b

RANDOM SEED= 93625766

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node1.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.230
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.230
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:       1711624 kB
Buffers:         47088 kB
Cached:         205004 kB
SwapCached:      15284 kB
Active:         217376 kB
Inactive:        57992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1711624 kB
SwapTotal:     4192956 kB
SwapFree:      4158120 kB
Dirty:            1604 kB
Writeback:           0 kB
Mapped:          29968 kB
Slab:            54504 kB
Committed_AS:   606780 kB
PageTables:       1740 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= 66551 MiB

End job on node1 on Sun Feb 18 01:35:43 UTC 2007