Trace number 318399

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.25

General information on the benchmark

Nameindustrial/babic/dspam/
dspam_dump_vc973.cnf
MD5SUM8fc64af5d325c9057239ebdeb302bd0e
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.57461
Satisfiable
(Un)Satisfiability was proved
Number of variables274379
Number of clauses908191
Sum of the clauses size2423004
Maximum clause length3
Minimum clause length1
Number of clauses of size 15285
Number of clauses of size 2290999
Number of clauses of size 3611907
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/318399-1176317990/instance-318399-1176317990.cnf

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node16/watcher-318399-1176317990 -o ROOT/results/node16/solver-318399-1176317990 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/318399-1176317990/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/318399-1176317990/instance-318399-1176317990.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 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.98 0.98 0.91 3/77 13090
/proc/meminfo: memFree=1816424/2055920 swapFree=4192812/4192956
[pid=13090] ppid=13088 vsize=1932 CPUtime=0
/proc/13090/stat : 13090 (Spear-32) R 13088 13090 12655 0 -1 4194304 257 0 0 0 0 0 0 0 18 0 1 0 79716757 1978368 242 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134518176 0 0 4096 0 0 0 0 17 1 0 0
/proc/13090/statm: 483 243 126 302 0 178 0

[startup+0.025397 s]
/proc/loadavg: 0.98 0.98 0.91 3/77 13090
/proc/meminfo: memFree=1816424/2055920 swapFree=4192812/4192956
[pid=13090] ppid=13088 vsize=3140 CPUtime=0.02
/proc/13090/stat : 13090 (Spear-32) R 13088 13090 12655 0 -1 4194304 696 0 0 0 2 0 0 0 18 0 1 0 79716757 3215360 551 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13090/statm: 785 551 126 302 0 480 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3140

[startup+0.101381 s]
/proc/loadavg: 0.98 0.98 0.91 3/77 13090
/proc/meminfo: memFree=1816424/2055920 swapFree=4192812/4192956
[pid=13090] ppid=13088 vsize=8208 CPUtime=0.09
/proc/13090/stat : 13090 (Spear-32) R 13088 13090 12655 0 -1 4194304 2434 0 0 0 7 2 0 0 18 0 1 0 79716757 8404992 1661 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134514173 0 0 4096 0 0 0 0 17 1 0 0
/proc/13090/statm: 2052 1663 126 302 0 1747 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8208

[startup+0.30134 s]
/proc/loadavg: 0.98 0.98 0.91 3/77 13090
/proc/meminfo: memFree=1816424/2055920 swapFree=4192812/4192956
[pid=13090] ppid=13088 vsize=29888 CPUtime=0.29
/proc/13090/stat : 13090 (Spear-32) R 13088 13090 12655 0 -1 4194304 8093 0 0 0 21 8 0 0 19 0 1 0 79716757 30605312 5589 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/13090/statm: 7472 5590 126 302 0 7167 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29888

[startup+0.701258 s]
/proc/loadavg: 0.98 0.98 0.91 3/77 13090
/proc/meminfo: memFree=1816424/2055920 swapFree=4192812/4192956
[pid=13090] ppid=13088 vsize=52856 CPUtime=0.69
/proc/13090/stat : 13090 (Spear-32) R 13088 13090 12655 0 -1 4194304 16460 0 0 0 53 16 0 0 22 0 1 0 79716757 54124544 9857 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13090/statm: 13214 9857 129 302 0 12909 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52856

[startup+1.50109 s]
/proc/loadavg: 0.98 0.98 0.91 2/78 13091
/proc/meminfo: memFree=1774240/2055920 swapFree=4192812/4192956
[pid=13090] ppid=13088 vsize=68108 CPUtime=1.49
/proc/13090/stat : 13090 (Spear-32) R 13088 13090 12655 0 -1 4194304 20418 0 0 0 131 18 0 0 25 0 1 0 79716757 69742592 13558 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/13090/statm: 17027 13558 129 302 0 16722 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 68108

[startup+3.10176 s]
/proc/loadavg: 0.98 0.98 0.91 2/78 13091
/proc/meminfo: memFree=1748576/2055920 swapFree=4192812/4192956
[pid=13090] ppid=13088 vsize=94460 CPUtime=3.09
/proc/13090/stat : 13090 (Spear-32) R 13088 13090 12655 0 -1 4194304 27552 0 0 0 285 24 0 0 25 0 1 0 79716757 96727040 20081 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13090/statm: 23615 20081 141 302 0 23310 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 94460

[startup+6.30111 s]
/proc/loadavg: 0.98 0.98 0.91 2/78 13091
/proc/meminfo: memFree=1734120/2055920 swapFree=4192812/4192956
[pid=13090] ppid=13088 vsize=96828 CPUtime=6.29
/proc/13090/stat : 13090 (Spear-32) R 13088 13090 12655 0 -1 4194304 28151 0 0 0 600 29 0 0 25 0 1 0 79716757 99151872 20680 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134530262 0 0 4096 0 0 0 0 17 1 0 0
/proc/13090/statm: 24207 20680 141 302 0 23902 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 96828

[startup+12.7018 s]
/proc/loadavg: 0.98 0.98 0.91 2/78 13091
/proc/meminfo: memFree=1732328/2055920 swapFree=4192812/4192956
[pid=13090] ppid=13088 vsize=98952 CPUtime=12.69
/proc/13090/stat : 13090 (Spear-32) R 13088 13090 12655 0 -1 4194304 28710 0 0 0 1238 31 0 0 25 0 1 0 79716757 101326848 21110 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134538462 0 0 4096 0 0 0 0 17 1 0 0
/proc/13090/statm: 24738 21110 141 302 0 24433 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 98952

[startup+25.5012 s]
/proc/loadavg: 0.98 0.98 0.91 2/78 13091
/proc/meminfo: memFree=1725288/2055920 swapFree=4192812/4192956
[pid=13090] ppid=13088 vsize=106016 CPUtime=25.48
/proc/13090/stat : 13090 (Spear-32) R 13088 13090 12655 0 -1 4194304 30520 0 0 0 2509 39 0 0 25 0 1 0 79716757 108560384 22887 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134530265 0 0 4096 0 0 0 0 17 1 0 0
/proc/13090/statm: 26504 22887 141 302 0 26199 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 106016

[startup+51.1019 s]
/proc/loadavg: 0.99 0.98 0.91 2/78 13091
/proc/meminfo: memFree=1710632/2055920 swapFree=4192812/4192956
[pid=13090] ppid=13088 vsize=121528 CPUtime=51.07
/proc/13090/stat : 13090 (Spear-32) R 13088 13090 12655 0 -1 4194304 34443 0 0 0 5050 57 0 0 25 0 1 0 79716757 124444672 26616 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13090/statm: 30382 26616 141 302 0 30077 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 121528

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.91 2/84 13201
/proc/meminfo: memFree=1690784/2055920 swapFree=4192812/4192956
[pid=13090] ppid=13088 vsize=139256 CPUtime=102.19
/proc/13090/stat : 13090 (Spear-32) R 13088 13090 12655 0 -1 4194304 38877 0 0 0 10148 71 0 0 25 0 1 0 79716757 142598144 31050 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13090/statm: 34814 31050 141 302 0 34509 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 139256

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/78 13289
/proc/meminfo: memFree=1665512/2055920 swapFree=4192812/4192956
[pid=13090] ppid=13088 vsize=166820 CPUtime=162.14
/proc/13090/stat : 13090 (Spear-32) R 13088 13090 12655 0 -1 4194304 45724 0 0 0 16115 99 0 0 25 0 1 0 79716757 170823680 37640 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13090/statm: 41705 37640 141 302 0 41400 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 166820

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/78 13289
/proc/meminfo: memFree=1652520/2055920 swapFree=4192812/4192956
[pid=13090] ppid=13088 vsize=179344 CPUtime=222.14
/proc/13090/stat : 13090 (Spear-32) R 13088 13090 12655 0 -1 4194304 48896 0 0 0 22101 113 0 0 25 0 1 0 79716757 183648256 40812 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/13090/statm: 44836 40812 141 302 0 44531 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 179344

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/78 13289
/proc/meminfo: memFree=1643112/2055920 swapFree=4192812/4192956
[pid=13090] ppid=13088 vsize=189032 CPUtime=282.14
/proc/13090/stat : 13090 (Spear-32) R 13088 13090 12655 0 -1 4194304 51262 0 0 0 28093 121 0 0 25 0 1 0 79716757 193568768 43178 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13090/statm: 47258 43178 141 302 0 46953 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 189032

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/78 13289
/proc/meminfo: memFree=1635624/2055920 swapFree=4192812/4192956
[pid=13090] ppid=13088 vsize=196412 CPUtime=342.15
/proc/13090/stat : 13090 (Spear-32) R 13088 13090 12655 0 -1 4194304 53106 0 0 0 34087 128 0 0 25 0 1 0 79716757 201125888 45022 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526739 0 0 4096 0 0 0 0 17 1 0 0
/proc/13090/statm: 49103 45022 141 302 0 48798 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 196412

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/78 13289
/proc/meminfo: memFree=1630248/2055920 swapFree=4192812/4192956
[pid=13090] ppid=13088 vsize=201820 CPUtime=402.14
/proc/13090/stat : 13090 (Spear-32) R 13088 13090 12655 0 -1 4194304 54429 0 0 0 40082 132 0 0 25 0 1 0 79716757 206663680 46345 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 1 0 0
/proc/13090/statm: 50455 46345 141 302 0 50150 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 201820

[startup+462.301 s]
/proc/loadavg: 1.07 1.00 0.91 2/78 13289
/proc/meminfo: memFree=1625512/2055920 swapFree=4192812/4192956
[pid=13090] ppid=13088 vsize=206484 CPUtime=462.14
/proc/13090/stat : 13090 (Spear-32) R 13088 13090 12655 0 -1 4194304 55599 0 0 0 46077 137 0 0 25 0 1 0 79716757 211439616 47515 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13090/statm: 51621 47515 141 302 0 51316 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 206484

[startup+522.302 s]
/proc/loadavg: 1.06 1.01 0.92 2/78 13289
/proc/meminfo: memFree=1612264/2055920 swapFree=4192812/4192956
[pid=13090] ppid=13088 vsize=219864 CPUtime=522.15
/proc/13090/stat : 13090 (Spear-32) R 13088 13090 12655 0 -1 4194304 58909 0 0 0 52062 153 0 0 25 0 1 0 79716757 225140736 50825 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/13090/statm: 54966 50825 141 302 0 54661 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 219864

[startup+582.302 s]
/proc/loadavg: 1.02 1.01 0.92 2/78 13289
/proc/meminfo: memFree=1604712/2055920 swapFree=4192812/4192956
[pid=13090] ppid=13088 vsize=227176 CPUtime=582.15
/proc/13090/stat : 13090 (Spear-32) R 13088 13090 12655 0 -1 4194304 60766 0 0 0 58056 159 0 0 25 0 1 0 79716757 232628224 52682 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526727 0 0 4096 0 0 0 0 17 1 0 0
/proc/13090/statm: 56794 52682 141 302 0 56489 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 227176

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 13289
/proc/meminfo: memFree=1600040/2055920 swapFree=4192812/4192956
[pid=13090] ppid=13088 vsize=233828 CPUtime=642.16
/proc/13090/stat : 13090 (Spear-32) R 13088 13090 12655 0 -1 4194304 62424 0 0 0 64052 164 0 0 25 0 1 0 79716757 239439872 53827 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134538563 0 0 4096 0 0 0 0 17 1 0 0
/proc/13090/statm: 58457 53827 141 302 0 58152 0
Current children cumulated CPU time (s) 642.16
Current children cumulated vsize (KiB) 233828

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 13289
/proc/meminfo: memFree=1596264/2055920 swapFree=4192812/4192956
[pid=13090] ppid=13088 vsize=237608 CPUtime=702.15
/proc/13090/stat : 13090 (Spear-32) R 13088 13090 12655 0 -1 4194304 63366 0 0 0 70047 168 0 0 25 0 1 0 79716757 243310592 54769 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13090/statm: 59402 54769 141 302 0 59097 0
Current children cumulated CPU time (s) 702.15
Current children cumulated vsize (KiB) 237608

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 13289
/proc/meminfo: memFree=1592680/2055920 swapFree=4192812/4192956
[pid=13090] ppid=13088 vsize=241132 CPUtime=762.16
/proc/13090/stat : 13090 (Spear-32) R 13088 13090 12655 0 -1 4194304 64251 0 0 0 76044 172 0 0 25 0 1 0 79716757 246919168 55654 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/13090/statm: 60283 55654 141 302 0 59978 0
Current children cumulated CPU time (s) 762.16
Current children cumulated vsize (KiB) 241132

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 13289
/proc/meminfo: memFree=1589480/2055920 swapFree=4192812/4192956
[pid=13090] ppid=13088 vsize=244328 CPUtime=822.16
/proc/13090/stat : 13090 (Spear-32) R 13088 13090 12655 0 -1 4194304 65043 0 0 0 82039 177 0 0 25 0 1 0 79716757 250191872 56446 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13090/statm: 61082 56446 141 302 0 60777 0
Current children cumulated CPU time (s) 822.16
Current children cumulated vsize (KiB) 244328

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 13289
/proc/meminfo: memFree=1586408/2055920 swapFree=4192812/4192956
[pid=13090] ppid=13088 vsize=247312 CPUtime=882.16
/proc/13090/stat : 13090 (Spear-32) R 13088 13090 12655 0 -1 4194304 65801 0 0 0 88036 180 0 0 25 0 1 0 79716757 253247488 57204 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134524834 0 0 4096 0 0 0 0 17 1 0 0
/proc/13090/statm: 61828 57204 141 302 0 61523 0
Current children cumulated CPU time (s) 882.16
Current children cumulated vsize (KiB) 247312

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 13289
/proc/meminfo: memFree=1583208/2055920 swapFree=4192812/4192956
[pid=13090] ppid=13088 vsize=250592 CPUtime=942.16
/proc/13090/stat : 13090 (Spear-32) R 13088 13090 12655 0 -1 4194304 66596 0 0 0 94032 184 0 0 25 0 1 0 79716757 256606208 57999 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13090/statm: 62648 57999 141 302 0 62343 0
Current children cumulated CPU time (s) 942.16
Current children cumulated vsize (KiB) 250592

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.92 3/78 13289
/proc/meminfo: memFree=1580008/2055920 swapFree=4192812/4192956
[pid=13090] ppid=13088 vsize=253536 CPUtime=1002.16
/proc/13090/stat : 13090 (Spear-32) R 13088 13090 12655 0 -1 4194304 67359 0 0 0 100028 188 0 0 25 0 1 0 79716757 259620864 58762 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13090/statm: 63384 58762 141 302 0 63079 0
Current children cumulated CPU time (s) 1002.16
Current children cumulated vsize (KiB) 253536

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 13289
/proc/meminfo: memFree=1575848/2055920 swapFree=4192812/4192956
[pid=13090] ppid=13088 vsize=257708 CPUtime=1062.16
/proc/13090/stat : 13090 (Spear-32) R 13088 13090 12655 0 -1 4194304 68385 0 0 0 106026 190 0 0 25 0 1 0 79716757 263892992 59788 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526790 0 0 4096 0 0 0 0 17 1 0 0
/proc/13090/statm: 64427 59788 141 302 0 64122 0
Current children cumulated CPU time (s) 1062.16
Current children cumulated vsize (KiB) 257708

[startup+1122.3 s]
/proc/loadavg: 1.04 1.01 0.93 2/78 13289
/proc/meminfo: memFree=1571816/2055920 swapFree=4192812/4192956
[pid=13090] ppid=13088 vsize=261636 CPUtime=1122.16
/proc/13090/stat : 13090 (Spear-32) R 13088 13090 12655 0 -1 4194304 69384 0 0 0 112022 194 0 0 25 0 1 0 79716757 267915264 60787 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/13090/statm: 65409 60787 141 302 0 65104 0
Current children cumulated CPU time (s) 1122.16
Current children cumulated vsize (KiB) 261636

[startup+1182.3 s]
/proc/loadavg: 1.01 1.01 0.93 2/78 13289
/proc/meminfo: memFree=1566504/2055920 swapFree=4192812/4192956
[pid=13090] ppid=13088 vsize=267080 CPUtime=1182.16
/proc/13090/stat : 13090 (Spear-32) R 13088 13090 12655 0 -1 4194304 70750 0 0 0 118018 198 0 0 25 0 1 0 79716757 273489920 62153 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13090/statm: 66770 62153 141 302 0 66465 0
Current children cumulated CPU time (s) 1182.16
Current children cumulated vsize (KiB) 267080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.2 s]
/proc/loadavg: 1.01 1.01 0.93 2/78 13289
/proc/meminfo: memFree=1563752/2055920 swapFree=4192812/4192956
[pid=13090] ppid=13088 vsize=269568 CPUtime=1200.07
/proc/13090/stat : 13090 (Spear-32) R 13088 13090 12655 0 -1 4194304 71373 0 0 0 119808 199 0 0 25 0 1 0 79716757 276037632 62776 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/13090/statm: 67392 62776 141 302 0 67087 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 269568

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.25
CPU time (s): 1200.12
CPU user time (s): 1198.08
CPU system time (s): 2.03669
CPU usage (%): 99.9894
Max. virtual memory (cumulated for all children) (KiB): 269568

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

runsolver used 1.20782 second user time and 3.16952 second system time

The end

Launcher Data (download as text)

Begin job on node16 on Wed Apr 11 18:59:51 UTC 2007

IDJOB= 318399
IDBENCH= 20453
IDSOLVER= 133
FILE ID= node16/318399-1176317990

PBS_JOBID= 4516492

Free space on /tmp= 66507 MiB

SOLVER NAME= Spear 2007-02-12
BENCH NAME= HOME/pub/bench/SAT07/industrial/babic/dspam/dspam_dump_vc973.cnf
COMMAND LINE= /tmp/evaluation/318399-1176317990/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/318399-1176317990/instance-318399-1176317990.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-318399-1176317990 -o ROOT/results/node16/solver-318399-1176317990 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/318399-1176317990/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/318399-1176317990/instance-318399-1176317990.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  8fc64af5d325c9057239ebdeb302bd0e

RANDOM SEED= 845257706

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node16.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.232
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.232
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:       1816896 kB
Buffers:         16804 kB
Cached:         109124 kB
SwapCached:        144 kB
Active:         106528 kB
Inactive:        74932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1816896 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           20200 kB
Writeback:           0 kB
Mapped:          74308 kB
Slab:            43104 kB
Committed_AS:  2569252 kB
PageTables:       1836 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= 66507 MiB

End job on node16 on Wed Apr 11 19:19:54 UTC 2007