Trace number 328677

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

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k80.cnf
MD5SUM337e301d7c1a4748ec4a1ced7e688c38
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables45937
Number of clauses166840
Sum of the clauses size445312
Maximum clause length37
Minimum clause length1
Number of clauses of size 11058
Number of clauses of size 285826
Number of clauses of size 373620
Number of clauses of size 4406
Number of clauses of size 5785
Number of clauses of size over 55145

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/328677-1173120997/instance-328677-1173120997.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/node66/watcher-328677-1173120997 -o ROOT/results/node66/solver-328677-1173120997 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/328677-1173120997/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/328677-1173120997/instance-328677-1173120997.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.91 0.95 0.69 3/64 10571
/proc/meminfo: memFree=1609056/2055920 swapFree=4183296/4192956
[pid=10571] ppid=10569 vsize=1396 CPUtime=0
/proc/10571/stat : 10571 (Spear-32) R 10569 10571 10460 0 -1 4194304 154 0 0 0 0 0 0 0 18 0 1 0 332057326 1429504 138 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10571/statm: 349 138 121 302 0 44 0

[startup+0.026817 s]
/proc/loadavg: 0.91 0.95 0.69 3/64 10571
/proc/meminfo: memFree=1609056/2055920 swapFree=4183296/4192956
[pid=10571] ppid=10569 vsize=1396 CPUtime=0.02
/proc/10571/stat : 10571 (Spear-32) R 10569 10571 10460 0 -1 4194304 174 0 0 0 2 0 0 0 18 0 1 0 332057326 1429504 158 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10571/statm: 349 158 128 302 0 44 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1396

[startup+0.101832 s]
/proc/loadavg: 0.91 0.95 0.69 3/64 10571
/proc/meminfo: memFree=1609056/2055920 swapFree=4183296/4192956
[pid=10571] ppid=10569 vsize=4460 CPUtime=0.09
/proc/10571/stat : 10571 (Spear-32) R 10569 10571 10460 0 -1 4194304 943 0 0 0 9 0 0 0 18 0 1 0 332057326 4567040 821 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10571/statm: 1115 821 129 302 0 810 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4460

[startup+0.301871 s]
/proc/loadavg: 0.91 0.95 0.69 3/64 10571
/proc/meminfo: memFree=1609056/2055920 swapFree=4183296/4192956
[pid=10571] ppid=10569 vsize=10180 CPUtime=0.29
/proc/10571/stat : 10571 (Spear-32) R 10569 10571 10460 0 -1 4194304 2691 0 0 0 28 1 0 0 19 0 1 0 332057326 10424320 2261 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10571/statm: 2578 2262 129 302 0 2273 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10180

[startup+0.701951 s]
/proc/loadavg: 0.91 0.95 0.69 3/64 10571
/proc/meminfo: memFree=1609056/2055920 swapFree=4183296/4192956
[pid=10571] ppid=10569 vsize=17180 CPUtime=0.69
/proc/10571/stat : 10571 (Spear-32) R 10569 10571 10460 0 -1 4194304 4754 0 0 0 67 2 0 0 22 0 1 0 332057326 17592320 3744 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10571/statm: 4295 3744 141 302 0 3990 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17180

[startup+1.50111 s]
/proc/loadavg: 0.92 0.95 0.69 2/65 10572
/proc/meminfo: memFree=1594200/2055920 swapFree=4183296/4192956
[pid=10571] ppid=10569 vsize=17824 CPUtime=1.49
/proc/10571/stat : 10571 (Spear-32) R 10569 10571 10460 0 -1 4194304 4931 0 0 0 145 4 0 0 25 0 1 0 332057326 18251776 3921 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10571/statm: 4456 3921 141 302 0 4151 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17824

[startup+3.10143 s]
/proc/loadavg: 0.92 0.95 0.69 2/65 10572
/proc/meminfo: memFree=1593240/2055920 swapFree=4183296/4192956
[pid=10571] ppid=10569 vsize=18592 CPUtime=3.09
/proc/10571/stat : 10571 (Spear-32) R 10569 10571 10460 0 -1 4194304 5104 0 0 0 305 4 0 0 25 0 1 0 332057326 19038208 4094 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526778 0 0 4096 0 0 0 0 17 1 0 0
/proc/10571/statm: 4648 4094 141 302 0 4343 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18592

[startup+6.30107 s]
/proc/loadavg: 0.93 0.95 0.69 2/65 10572
/proc/meminfo: memFree=1591832/2055920 swapFree=4183296/4192956
[pid=10571] ppid=10569 vsize=20008 CPUtime=6.29
/proc/10571/stat : 10571 (Spear-32) R 10569 10571 10460 0 -1 4194304 5448 0 0 0 624 5 0 0 25 0 1 0 332057326 20488192 4438 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10571/statm: 5002 4438 141 302 0 4697 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20008

[startup+12.7023 s]
/proc/loadavg: 0.93 0.95 0.69 2/65 10572
/proc/meminfo: memFree=1588504/2055920 swapFree=4183296/4192956
[pid=10571] ppid=10569 vsize=23460 CPUtime=12.68
/proc/10571/stat : 10571 (Spear-32) R 10569 10571 10460 0 -1 4194304 6305 0 0 0 1262 6 0 0 25 0 1 0 332057326 24023040 5295 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134524834 0 0 4096 0 0 0 0 17 1 0 0
/proc/10571/statm: 5865 5295 141 302 0 5560 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 23460

[startup+25.5019 s]
/proc/loadavg: 0.94 0.96 0.70 2/65 10572
/proc/meminfo: memFree=1582552/2055920 swapFree=4183296/4192956
[pid=10571] ppid=10569 vsize=29304 CPUtime=25.48
/proc/10571/stat : 10571 (Spear-32) R 10569 10571 10460 0 -1 4194304 7790 0 0 0 2537 11 0 0 25 0 1 0 332057326 30007296 6747 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526636 0 0 4096 0 0 0 0 17 1 0 0
/proc/10571/statm: 7326 6747 141 302 0 7021 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 29304

[startup+51.102 s]
/proc/loadavg: 0.96 0.96 0.70 2/65 10572
/proc/meminfo: memFree=1573720/2055920 swapFree=4183296/4192956
[pid=10571] ppid=10569 vsize=38160 CPUtime=51.07
/proc/10571/stat : 10571 (Spear-32) R 10569 10571 10460 0 -1 4194304 10013 0 0 0 5091 16 0 0 25 0 1 0 332057326 39075840 8970 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10571/statm: 9540 8970 141 302 0 9235 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 38160

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.72 2/65 10572
/proc/meminfo: memFree=1557080/2055920 swapFree=4183296/4192956
[pid=10571] ppid=10569 vsize=54752 CPUtime=102.26
/proc/10571/stat : 10571 (Spear-32) R 10569 10571 10460 0 -1 4194304 14178 0 0 0 10202 24 0 0 25 0 1 0 332057326 56066048 13070 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527157 0 0 4096 0 0 0 0 17 1 0 0
/proc/10571/statm: 13688 13070 141 302 0 13383 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 54752

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.73 2/65 10572
/proc/meminfo: memFree=1529752/2055920 swapFree=4183296/4192956
[pid=10571] ppid=10569 vsize=82164 CPUtime=162.23
/proc/10571/stat : 10571 (Spear-32) R 10569 10571 10460 0 -1 4194304 21068 0 0 0 16187 36 0 0 25 0 1 0 332057326 84135936 19960 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134524522 0 0 4096 0 0 0 0 17 1 0 0
/proc/10571/statm: 20541 19960 141 302 0 20236 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 82164

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.75 2/65 10572
/proc/meminfo: memFree=1502936/2055920 swapFree=4183296/4192956
[pid=10571] ppid=10569 vsize=109008 CPUtime=222.2
/proc/10571/stat : 10571 (Spear-32) R 10569 10571 10460 0 -1 4194304 27776 0 0 0 22175 45 0 0 25 0 1 0 332057326 111624192 26539 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10571/statm: 27252 26539 141 302 0 26947 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 109008

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.76 2/71 10656
/proc/meminfo: memFree=1483472/2055920 swapFree=4183296/4192956
[pid=10571] ppid=10569 vsize=127460 CPUtime=282.13
/proc/10571/stat : 10571 (Spear-32) R 10569 10571 10460 0 -1 4194304 32418 0 0 0 28155 58 0 0 25 0 1 0 332057326 130519040 31181 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10571/statm: 31865 31181 141 302 0 31560 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 127460

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.77 2/71 10748
/proc/meminfo: memFree=1467360/2055920 swapFree=4183296/4192956
[pid=10571] ppid=10569 vsize=143140 CPUtime=342.05
/proc/10571/stat : 10571 (Spear-32) R 10569 10571 10460 0 -1 4194304 36371 0 0 0 34137 68 0 0 25 0 1 0 332057326 146575360 35134 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10571/statm: 35785 35134 141 302 0 35480 0
Current children cumulated CPU time (s) 342.05
Current children cumulated vsize (KiB) 143140

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.78 2/65 10770
/proc/meminfo: memFree=1454936/2055920 swapFree=4183296/4192956
[pid=10571] ppid=10569 vsize=156572 CPUtime=402.02
/proc/10571/stat : 10571 (Spear-32) R 10569 10571 10460 0 -1 4194304 39758 0 0 0 40125 77 0 0 25 0 1 0 332057326 160329728 38521 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/10571/statm: 39143 38521 141 302 0 38838 0
Current children cumulated CPU time (s) 402.02
Current children cumulated vsize (KiB) 156572

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.79 2/65 10770
/proc/meminfo: memFree=1443288/2055920 swapFree=4183296/4192956
[pid=10571] ppid=10569 vsize=168280 CPUtime=462
/proc/10571/stat : 10571 (Spear-32) R 10569 10571 10460 0 -1 4194304 42671 0 0 0 46116 84 0 0 25 0 1 0 332057326 172318720 41434 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10571/statm: 42070 41434 141 302 0 41765 0
Current children cumulated CPU time (s) 462
Current children cumulated vsize (KiB) 168280

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.80 2/65 10770
/proc/meminfo: memFree=1431448/2055920 swapFree=4183296/4192956
[pid=10571] ppid=10569 vsize=181332 CPUtime=521.97
/proc/10571/stat : 10571 (Spear-32) R 10569 10571 10460 0 -1 4194304 45927 0 0 0 52108 89 0 0 25 0 1 0 332057326 185683968 44433 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10571/statm: 45333 44433 141 302 0 45028 0
Current children cumulated CPU time (s) 521.97
Current children cumulated vsize (KiB) 181332

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.82 2/65 10770
/proc/meminfo: memFree=1419928/2055920 swapFree=4183296/4192956
[pid=10571] ppid=10569 vsize=192596 CPUtime=581.95
/proc/10571/stat : 10571 (Spear-32) R 10569 10571 10460 0 -1 4194304 48764 0 0 0 58100 95 0 0 25 0 1 0 332057326 197218304 47270 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134539417 0 0 4096 0 0 0 0 17 1 0 0
/proc/10571/statm: 48149 47270 141 302 0 47844 0
Current children cumulated CPU time (s) 581.95
Current children cumulated vsize (KiB) 192596

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.82 2/65 10770
/proc/meminfo: memFree=1409048/2055920 swapFree=4183296/4192956
[pid=10571] ppid=10569 vsize=203392 CPUtime=641.93
/proc/10571/stat : 10571 (Spear-32) R 10569 10571 10460 0 -1 4194304 51441 0 0 0 64092 101 0 0 25 0 1 0 332057326 208273408 49947 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526979 0 0 4096 0 0 0 0 17 1 0 0
/proc/10571/statm: 50848 49947 141 302 0 50543 0
Current children cumulated CPU time (s) 641.93
Current children cumulated vsize (KiB) 203392

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.83 2/65 10770
/proc/meminfo: memFree=1393624/2055920 swapFree=4183296/4192956
[pid=10571] ppid=10569 vsize=218980 CPUtime=701.91
/proc/10571/stat : 10571 (Spear-32) R 10569 10571 10460 0 -1 4194304 55334 0 0 0 70081 110 0 0 25 0 1 0 332057326 224235520 53840 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10571/statm: 54745 53840 141 302 0 54440 0
Current children cumulated CPU time (s) 701.91
Current children cumulated vsize (KiB) 218980

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.83 2/65 10770
/proc/meminfo: memFree=1377048/2055920 swapFree=4183296/4192956
[pid=10571] ppid=10569 vsize=235204 CPUtime=761.89
/proc/10571/stat : 10571 (Spear-32) R 10569 10571 10460 0 -1 4194304 59421 0 0 0 76069 120 0 0 25 0 1 0 332057326 240848896 57927 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/10571/statm: 58801 57927 141 302 0 58496 0
Current children cumulated CPU time (s) 761.89
Current children cumulated vsize (KiB) 235204

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.84 2/65 10770
/proc/meminfo: memFree=1354840/2055920 swapFree=4183296/4192956
[pid=10571] ppid=10569 vsize=257580 CPUtime=821.86
/proc/10571/stat : 10571 (Spear-32) R 10569 10571 10460 0 -1 4194304 65010 0 0 0 82056 130 0 0 25 0 1 0 332057326 263761920 63516 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526790 0 0 4096 0 0 0 0 17 1 0 0
/proc/10571/statm: 64395 63516 141 302 0 64090 0
Current children cumulated CPU time (s) 821.86
Current children cumulated vsize (KiB) 257580

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.85 2/65 10770
/proc/meminfo: memFree=1335384/2055920 swapFree=4183296/4192956
[pid=10571] ppid=10569 vsize=276772 CPUtime=881.83
/proc/10571/stat : 10571 (Spear-32) R 10569 10571 10460 0 -1 4194304 69797 0 0 0 88048 135 0 0 25 0 1 0 332057326 283414528 68303 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10571/statm: 69193 68303 141 302 0 68888 0
Current children cumulated CPU time (s) 881.83
Current children cumulated vsize (KiB) 276772

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.85 2/65 10770
/proc/meminfo: memFree=1320216/2055920 swapFree=4183296/4192956
[pid=10571] ppid=10569 vsize=291996 CPUtime=941.82
/proc/10571/stat : 10571 (Spear-32) R 10569 10571 10460 0 -1 4194304 73611 0 0 0 94041 141 0 0 25 0 1 0 332057326 299003904 72117 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526822 0 0 4096 0 0 0 0 17 1 0 0
/proc/10571/statm: 72999 72117 141 302 0 72694 0
Current children cumulated CPU time (s) 941.82
Current children cumulated vsize (KiB) 291996

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.86 2/65 10770
/proc/meminfo: memFree=1305048/2055920 swapFree=4183296/4192956
[pid=10571] ppid=10569 vsize=306984 CPUtime=1001.79
/proc/10571/stat : 10571 (Spear-32) R 10569 10571 10460 0 -1 4194304 77353 0 0 0 100031 148 0 0 25 0 1 0 332057326 314351616 75859 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10571/statm: 76746 75859 141 302 0 76441 0
Current children cumulated CPU time (s) 1001.79
Current children cumulated vsize (KiB) 306984

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.86 2/65 10770
/proc/meminfo: memFree=1290392/2055920 swapFree=4183296/4192956
[pid=10571] ppid=10569 vsize=321740 CPUtime=1061.77
/proc/10571/stat : 10571 (Spear-32) R 10569 10571 10460 0 -1 4194304 81053 0 0 0 106023 154 0 0 25 0 1 0 332057326 329461760 79559 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10571/statm: 80435 79559 141 302 0 80130 0
Current children cumulated CPU time (s) 1061.77
Current children cumulated vsize (KiB) 321740

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.87 2/65 10770
/proc/meminfo: memFree=1274072/2055920 swapFree=4183296/4192956
[pid=10571] ppid=10569 vsize=337856 CPUtime=1121.75
/proc/10571/stat : 10571 (Spear-32) R 10569 10571 10460 0 -1 4194304 85083 0 0 0 112015 160 0 0 25 0 1 0 332057326 345964544 83589 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10571/statm: 84464 83589 141 302 0 84159 0
Current children cumulated CPU time (s) 1121.75
Current children cumulated vsize (KiB) 337856

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 10770
/proc/meminfo: memFree=1259480/2055920 swapFree=4183296/4192956
[pid=10571] ppid=10569 vsize=352584 CPUtime=1181.72
/proc/10571/stat : 10571 (Spear-32) R 10569 10571 10460 0 -1 4194304 88773 0 0 0 118007 165 0 0 25 0 1 0 332057326 361046016 87279 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/10571/statm: 88146 87279 141 302 0 87841 0
Current children cumulated CPU time (s) 1181.72
Current children cumulated vsize (KiB) 352584



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 10770
/proc/meminfo: memFree=1254488/2055920 swapFree=4183296/4192956
[pid=10571] ppid=10569 vsize=357304 CPUtime=1200.02
/proc/10571/stat : 10571 (Spear-32) R 10569 10571 10460 0 -1 4194304 89947 0 0 0 119836 166 0 0 25 0 1 0 332057326 365879296 88453 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10571/statm: 89326 88453 141 302 0 89021 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 357304

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.66
CPU time (s): 1200.09
CPU user time (s): 1198.37
CPU system time (s): 1.72274
CPU usage (%): 99.9522
Max. virtual memory (cumulated for all children) (KiB): 357304

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

runsolver used 0.993848 second user time and 2.38564 second system time

The end

Launcher Data (download as text)

Begin job on node66 on Mon Mar  5 18:56:38 UTC 2007

IDJOB= 328677
IDBENCH= 20521
IDSOLVER= 133
FILE ID= node66/328677-1173120997

PBS_JOBID= 4015152

Free space on /tmp= 66555 MiB

SOLVER NAME= Spear 2007-02-12
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k80.cnf
COMMAND LINE= /tmp/evaluation/328677-1173120997/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/328677-1173120997/instance-328677-1173120997.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node66/watcher-328677-1173120997 -o ROOT/results/node66/solver-328677-1173120997 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/328677-1173120997/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/328677-1173120997/instance-328677-1173120997.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  337e301d7c1a4748ec4a1ced7e688c38

RANDOM SEED= 348889920

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node66.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	: 5931.00
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:       1609400 kB
Buffers:         26796 kB
Cached:         345448 kB
SwapCached:       3660 kB
Active:          59984 kB
Inactive:       321864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1609400 kB
SwapTotal:     4192956 kB
SwapFree:      4183296 kB
Dirty:            5612 kB
Writeback:           0 kB
Mapped:          15532 kB
Slab:            50724 kB
Committed_AS:   768064 kB
PageTables:       1376 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= 66555 MiB

End job on node66 on Mon Mar  5 19:16:41 UTC 2007