Trace number 314726

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.0UNSAT 1034.38 1034.66

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-16.cnf
MD5SUM65057bcebbeecf6a7f3bc3fcfb2de009
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark409.474
Satisfiable
(Un)Satisfiability was proved
Number of variables52382
Number of clauses182485
Sum of the clauses size472601
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 285834
Number of clauses of size 387884
Number of clauses of size 47609
Number of clauses of size 5700
Number of clauses of size over 5457

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/314726-1172641152/instance-314726-1172641152.cnf
1034.31/1034.63	s UNSATISFIABLE
1034.31/1034.63	c runtime 1034.50 [s]

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node1/watcher-314726-1172641152 -o ROOT/results/node1/solver-314726-1172641152 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314726-1172641152/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/314726-1172641152/instance-314726-1172641152.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: 1.00 0.99 0.91 3/77 29638
/proc/meminfo: memFree=1787512/2055920 swapFree=4159316/4192956
[pid=29638] ppid=29636 vsize=1932 CPUtime=0
/proc/29638/stat : 29638 (Spear-32) R 29636 29638 29157 0 -1 4194304 262 0 0 0 0 0 0 0 18 0 1 0 284070311 1978368 247 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135271318 0 0 4096 0 0 0 0 17 1 0 0
/proc/29638/statm: 483 249 126 302 0 178 0

[startup+0.0204111 s]
/proc/loadavg: 1.00 0.99 0.91 3/77 29638
/proc/meminfo: memFree=1787512/2055920 swapFree=4159316/4192956
[pid=29638] ppid=29636 vsize=3064 CPUtime=0.01
/proc/29638/stat : 29638 (Spear-32) R 29636 29638 29157 0 -1 4194304 643 0 0 0 1 0 0 0 18 0 1 0 284070311 3137536 496 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29638/statm: 766 496 126 302 0 461 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3064

[startup+0.102419 s]
/proc/loadavg: 1.00 0.99 0.91 3/77 29638
/proc/meminfo: memFree=1787512/2055920 swapFree=4159316/4192956
[pid=29638] ppid=29636 vsize=8240 CPUtime=0.09
/proc/29638/stat : 29638 (Spear-32) R 29636 29638 29157 0 -1 4194304 2469 0 0 0 7 2 0 0 18 0 1 0 284070311 8437760 1694 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29638/statm: 2060 1694 128 302 0 1755 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8240

[startup+0.301443 s]
/proc/loadavg: 1.00 0.99 0.91 3/77 29638
/proc/meminfo: memFree=1787512/2055920 swapFree=4159316/4192956
[pid=29638] ppid=29636 vsize=13244 CPUtime=0.29
/proc/29638/stat : 29638 (Spear-32) R 29636 29638 29157 0 -1 4194304 3795 0 0 0 26 3 0 0 19 0 1 0 284070311 13561856 2922 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/29638/statm: 3311 2922 129 302 0 3006 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13244

[startup+0.702489 s]
/proc/loadavg: 1.00 0.99 0.91 3/77 29638
/proc/meminfo: memFree=1787512/2055920 swapFree=4159316/4192956
[pid=29638] ppid=29636 vsize=20340 CPUtime=0.69
/proc/29638/stat : 29638 (Spear-32) R 29636 29638 29157 0 -1 4194304 5682 0 0 0 65 4 0 0 22 0 1 0 284070311 20828160 4648 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134533777 0 0 4096 0 0 0 0 17 1 0 0
/proc/29638/statm: 5085 4648 145 302 0 4780 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20340

[startup+1.50167 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 29639
/proc/meminfo: memFree=1768432/2055920 swapFree=4159316/4192956
[pid=29638] ppid=29636 vsize=21512 CPUtime=1.49
/proc/29638/stat : 29638 (Spear-32) R 29636 29638 29157 0 -1 4194304 6076 0 0 0 145 4 0 0 25 0 1 0 284070311 22028288 4958 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29638/statm: 5378 4958 145 302 0 5073 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21512

[startup+3.10177 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 29639
/proc/meminfo: memFree=1767856/2055920 swapFree=4159316/4192956
[pid=29638] ppid=29636 vsize=22108 CPUtime=3.09
/proc/29638/stat : 29638 (Spear-32) R 29636 29638 29157 0 -1 4194304 6212 0 0 0 304 5 0 0 25 0 1 0 284070311 22638592 5094 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/29638/statm: 5527 5094 145 302 0 5222 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22108

[startup+6.30115 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 29639
/proc/meminfo: memFree=1767216/2055920 swapFree=4159316/4192956
[pid=29638] ppid=29636 vsize=22296 CPUtime=6.29
/proc/29638/stat : 29638 (Spear-32) R 29636 29638 29157 0 -1 4194304 6263 0 0 0 624 5 0 0 25 0 1 0 284070311 22831104 5145 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29638/statm: 5574 5145 145 302 0 5269 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 22296

[startup+12.7019 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 29639
/proc/meminfo: memFree=1766256/2055920 swapFree=4159316/4192956
[pid=29638] ppid=29636 vsize=23368 CPUtime=12.69
/proc/29638/stat : 29638 (Spear-32) R 29636 29638 29157 0 -1 4194304 6521 0 0 0 1263 6 0 0 25 0 1 0 284070311 23928832 5403 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526668 0 0 4096 0 0 0 0 17 1 0 0
/proc/29638/statm: 5842 5403 145 302 0 5537 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 23368

[startup+25.5014 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 29639
/proc/meminfo: memFree=1761328/2055920 swapFree=4159316/4192956
[pid=29638] ppid=29636 vsize=28296 CPUtime=25.48
/proc/29638/stat : 29638 (Spear-32) R 29636 29638 29157 0 -1 4194304 7805 0 0 0 2539 9 0 0 25 0 1 0 284070311 28975104 6648 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29638/statm: 7074 6648 145 302 0 6769 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 28296

[startup+51.1014 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 29639
/proc/meminfo: memFree=1752176/2055920 swapFree=4159316/4192956
[pid=29638] ppid=29636 vsize=37800 CPUtime=51.07
/proc/29638/stat : 29638 (Spear-32) R 29636 29638 29157 0 -1 4194304 10190 0 0 0 5094 13 0 0 25 0 1 0 284070311 38707200 8999 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134524715 0 0 4096 0 0 0 0 17 1 0 0
/proc/29638/statm: 9450 8999 145 302 0 9145 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 37800

[startup+102.305 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 29639
/proc/meminfo: memFree=1727152/2055920 swapFree=4159316/4192956
[pid=29638] ppid=29636 vsize=62688 CPUtime=102.27
/proc/29638/stat : 29638 (Spear-32) R 29636 29638 29157 0 -1 4194304 16751 0 0 0 10203 24 0 0 25 0 1 0 284070311 64192512 15170 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/29638/statm: 15672 15170 145 302 0 15367 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 62688

[startup+162.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 29639
/proc/meminfo: memFree=1702064/2055920 swapFree=4159316/4192956
[pid=29638] ppid=29636 vsize=87752 CPUtime=162.24
/proc/29638/stat : 29638 (Spear-32) R 29636 29638 29157 0 -1 4194304 23227 0 0 0 16191 33 0 0 25 0 1 0 284070311 89858048 21461 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29638/statm: 21938 21461 145 302 0 21633 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 87752

[startup+222.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 29641
/proc/meminfo: memFree=1670256/2055920 swapFree=4159316/4192956
[pid=29638] ppid=29636 vsize=118996 CPUtime=222.23
/proc/29638/stat : 29638 (Spear-32) R 29636 29638 29157 0 -1 4194304 31090 0 0 0 22178 45 0 0 25 0 1 0 284070311 121851904 29285 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29638/statm: 29749 29285 145 302 0 29444 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 118996

[startup+282.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 29641
/proc/meminfo: memFree=1651888/2055920 swapFree=4159316/4192956
[pid=29638] ppid=29636 vsize=138076 CPUtime=282.22
/proc/29638/stat : 29638 (Spear-32) R 29636 29638 29157 0 -1 4194304 36239 0 0 0 28169 53 0 0 25 0 1 0 284070311 141389824 33913 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/29638/statm: 34519 33913 145 302 0 34214 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 138076

[startup+342.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 29641
/proc/meminfo: memFree=1635376/2055920 swapFree=4159316/4192956
[pid=29638] ppid=29636 vsize=154496 CPUtime=342.19
/proc/29638/stat : 29638 (Spear-32) R 29636 29638 29157 0 -1 4194304 40990 0 0 0 34158 61 0 0 25 0 1 0 284070311 158203904 38007 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29638/statm: 38624 38007 145 302 0 38319 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 154496

[startup+402.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 29641
/proc/meminfo: memFree=1634480/2055920 swapFree=4159316/4192956
[pid=29638] ppid=29636 vsize=155180 CPUtime=402.18
/proc/29638/stat : 29638 (Spear-32) R 29636 29638 29157 0 -1 4194304 41193 0 0 0 40148 70 0 0 25 0 1 0 284070311 158904320 38179 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29638/statm: 38795 38179 145 302 0 38490 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 155180

[startup+462.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 29641
/proc/meminfo: memFree=1634416/2055920 swapFree=4159316/4192956
[pid=29638] ppid=29636 vsize=155180 CPUtime=462.16
/proc/29638/stat : 29638 (Spear-32) R 29636 29638 29157 0 -1 4194304 41194 0 0 0 46139 77 0 0 25 0 1 0 284070311 158904320 38180 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526784 0 0 4096 0 0 0 0 17 1 0 0
/proc/29638/statm: 38795 38180 145 302 0 38490 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 155180

[startup+522.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 29641
/proc/meminfo: memFree=1634352/2055920 swapFree=4159316/4192956
[pid=29638] ppid=29636 vsize=155180 CPUtime=522.14
/proc/29638/stat : 29638 (Spear-32) R 29636 29638 29157 0 -1 4194304 41205 0 0 0 52132 82 0 0 25 0 1 0 284070311 158904320 38191 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29638/statm: 38795 38191 145 302 0 38490 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 155180

[startup+582.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 29641
/proc/meminfo: memFree=1634224/2055920 swapFree=4159316/4192956
[pid=29638] ppid=29636 vsize=155180 CPUtime=582.13
/proc/29638/stat : 29638 (Spear-32) R 29636 29638 29157 0 -1 4194304 41210 0 0 0 58125 88 0 0 25 0 1 0 284070311 158904320 38196 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526739 0 0 4096 0 0 0 0 17 1 0 0
/proc/29638/statm: 38795 38196 145 302 0 38490 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 155180

[startup+642.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 29641
/proc/meminfo: memFree=1634096/2055920 swapFree=4159316/4192956
[pid=29638] ppid=29636 vsize=155308 CPUtime=642.12
/proc/29638/stat : 29638 (Spear-32) R 29636 29638 29157 0 -1 4194304 41235 0 0 0 64119 93 0 0 25 0 1 0 284070311 159035392 38221 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/29638/statm: 38827 38221 145 302 0 38522 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 155308

[startup+702.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 29641
/proc/meminfo: memFree=1633904/2055920 swapFree=4159316/4192956
[pid=29638] ppid=29636 vsize=155308 CPUtime=702.1
/proc/29638/stat : 29638 (Spear-32) R 29636 29638 29157 0 -1 4194304 41256 0 0 0 70110 100 0 0 25 0 1 0 284070311 159035392 38242 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29638/statm: 38827 38242 145 302 0 38522 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 155308

[startup+762.307 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 29641
/proc/meminfo: memFree=1633776/2055920 swapFree=4159316/4192956
[pid=29638] ppid=29636 vsize=155308 CPUtime=762.09
/proc/29638/stat : 29638 (Spear-32) R 29636 29638 29157 0 -1 4194304 41274 0 0 0 76105 104 0 0 25 0 1 0 284070311 159035392 38260 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/29638/statm: 38827 38260 145 302 0 38522 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 155308

[startup+822.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 29641
/proc/meminfo: memFree=1630064/2055920 swapFree=4159316/4192956
[pid=29638] ppid=29636 vsize=158924 CPUtime=822.07
/proc/29638/stat : 29638 (Spear-32) R 29636 29638 29157 0 -1 4194304 42683 0 0 0 82098 109 0 0 25 0 1 0 284070311 162738176 39187 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134524699 0 0 4096 0 0 0 0 17 1 0 0
/proc/29638/statm: 39731 39187 145 302 0 39426 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 158924

[startup+882.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 29641
/proc/meminfo: memFree=1621552/2055920 swapFree=4159316/4192956
[pid=29638] ppid=29636 vsize=167248 CPUtime=882.05
/proc/29638/stat : 29638 (Spear-32) R 29636 29638 29157 0 -1 4194304 46916 0 0 0 88083 122 0 0 25 0 1 0 284070311 171261952 41291 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526784 0 0 4096 0 0 0 0 17 1 0 0
/proc/29638/statm: 41812 41291 145 302 0 41507 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 167248

[startup+942.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 29641
/proc/meminfo: memFree=1612272/2055920 swapFree=4159316/4192956
[pid=29638] ppid=29636 vsize=177448 CPUtime=942.03
/proc/29638/stat : 29638 (Spear-32) R 29636 29638 29157 0 -1 4194304 51561 0 0 0 94069 134 0 0 25 0 1 0 284070311 181706752 43601 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526713 0 0 4096 0 0 0 0 17 1 0 0
/proc/29638/statm: 44362 43601 145 302 0 44057 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 177448

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 29641
/proc/meminfo: memFree=1604912/2055920 swapFree=4159316/4192956
[pid=29638] ppid=29636 vsize=184596 CPUtime=1002.02
/proc/29638/stat : 29638 (Spear-32) R 29636 29638 29157 0 -1 4194304 55066 0 0 0 100057 145 0 0 25 0 1 0 284070311 189026304 45407 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134524728 0 0 4096 0 0 0 0 17 1 0 0
/proc/29638/statm: 46149 45407 145 302 0 45844 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 184596

Solver just ended. Dumping a history of the last processes samples

[startup+1011.1 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 29641
/proc/meminfo: memFree=1603824/2055920 swapFree=4159316/4192956
[pid=29638] ppid=29636 vsize=185876 CPUtime=1010.81
/proc/29638/stat : 29638 (Spear-32) R 29636 29638 29157 0 -1 4194304 55383 0 0 0 100935 146 0 0 25 0 1 0 284070311 190337024 45674 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/29638/statm: 46469 45674 145 302 0 46164 0
Current children cumulated CPU time (s) 1010.81
Current children cumulated vsize (KiB) 185876

[startup+1023.9 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 29641
/proc/meminfo: memFree=1603312/2055920 swapFree=4159316/4192956
[pid=29638] ppid=29636 vsize=186316 CPUtime=1023.61
/proc/29638/stat : 29638 (Spear-32) R 29636 29638 29157 0 -1 4194304 55508 0 0 0 102215 146 0 0 25 0 1 0 284070311 190787584 45799 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134515251 0 0 4096 0 0 0 0 17 1 0 0
/proc/29638/statm: 46579 45799 145 302 0 46274 0
Current children cumulated CPU time (s) 1023.61
Current children cumulated vsize (KiB) 186316

[startup+1030.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 29641
/proc/meminfo: memFree=1603312/2055920 swapFree=4159316/4192956
[pid=29638] ppid=29636 vsize=186316 CPUtime=1030.02
/proc/29638/stat : 29638 (Spear-32) R 29636 29638 29157 0 -1 4194304 55508 0 0 0 102855 147 0 0 25 0 1 0 284070311 190787584 45799 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134515248 0 0 4096 0 0 0 0 17 1 0 0
/proc/29638/statm: 46579 45799 145 302 0 46274 0
Current children cumulated CPU time (s) 1030.02
Current children cumulated vsize (KiB) 186316

[startup+1031.9 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 29641
/proc/meminfo: memFree=1603312/2055920 swapFree=4159316/4192956
[pid=29638] ppid=29636 vsize=186316 CPUtime=1031.62
/proc/29638/stat : 29638 (Spear-32) R 29636 29638 29157 0 -1 4194304 55508 0 0 0 103015 147 0 0 25 0 1 0 284070311 190787584 45799 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134515248 0 0 4096 0 0 0 0 17 1 0 0
/proc/29638/statm: 46579 45799 145 302 0 46274 0
Current children cumulated CPU time (s) 1031.62
Current children cumulated vsize (KiB) 186316

[startup+1033.5 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 29641
/proc/meminfo: memFree=1603312/2055920 swapFree=4159316/4192956
[pid=29638] ppid=29636 vsize=186316 CPUtime=1033.21
/proc/29638/stat : 29638 (Spear-32) R 29636 29638 29157 0 -1 4194304 55508 0 0 0 103174 147 0 0 25 0 1 0 284070311 190787584 45799 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134515233 0 0 4096 0 0 0 0 17 1 0 0
/proc/29638/statm: 46579 45799 145 302 0 46274 0
Current children cumulated CPU time (s) 1033.21
Current children cumulated vsize (KiB) 186316

[startup+1034.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 29641
/proc/meminfo: memFree=1603312/2055920 swapFree=4159316/4192956
[pid=29638] ppid=29636 vsize=186316 CPUtime=1034.01
/proc/29638/stat : 29638 (Spear-32) R 29636 29638 29157 0 -1 4194304 55508 0 0 0 103254 147 0 0 25 0 1 0 284070311 190787584 45799 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134515261 0 0 4096 0 0 0 0 17 1 0 0
/proc/29638/statm: 46579 45799 145 302 0 46274 0
Current children cumulated CPU time (s) 1034.01
Current children cumulated vsize (KiB) 186316

[startup+1034.5 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 29641
/proc/meminfo: memFree=1603312/2055920 swapFree=4159316/4192956
[pid=29638] ppid=29636 vsize=186316 CPUtime=1034.21
/proc/29638/stat : 29638 (Spear-32) R 29636 29638 29157 0 -1 4194304 55508 0 0 0 103274 147 0 0 25 0 1 0 284070311 190787584 45799 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135271311 0 0 4096 0 0 0 0 17 1 0 0
/proc/29638/statm: 46579 45799 145 302 0 46274 0
Current children cumulated CPU time (s) 1034.21
Current children cumulated vsize (KiB) 186316

[startup+1034.6 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 29641
/proc/meminfo: memFree=1603312/2055920 swapFree=4159316/4192956
[pid=29638] ppid=29636 vsize=186316 CPUtime=1034.31
/proc/29638/stat : 29638 (Spear-32) R 29636 29638 29157 0 -1 4194304 55508 0 0 0 103284 147 0 0 25 0 1 0 284070311 190787584 45799 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526894 0 0 4096 0 0 0 0 17 1 0 0
/proc/29638/statm: 46579 45799 145 302 0 46274 0
Current children cumulated CPU time (s) 1034.31
Current children cumulated vsize (KiB) 186316

Child status: 20
Real time (s): 1034.66
CPU time (s): 1034.38
CPU user time (s): 1032.88
CPU system time (s): 1.50077
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 186316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1032.88
system time used= 1.50077
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55528
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= 7
involuntary context switches= 1770

runsolver used 1.16582 second user time and 2.6026 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Wed Feb 28 05:39:12 UTC 2007

IDJOB= 314726
IDBENCH= 20398
IDSOLVER= 131
FILE ID= node1/314726-1172641152

PBS_JOBID= 3980927

Free space on /tmp= 66514 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-16.cnf
COMMAND LINE= /tmp/evaluation/314726-1172641152/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/314726-1172641152/instance-314726-1172641152.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-314726-1172641152 -o ROOT/results/node1/solver-314726-1172641152 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/314726-1172641152/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/314726-1172641152/instance-314726-1172641152.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  65057bcebbeecf6a7f3bc3fcfb2de009

RANDOM SEED= 307074335

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:       1787920 kB
Buffers:         18052 kB
Cached:         170388 kB
SwapCached:      13452 kB
Active:          45200 kB
Inactive:       165952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1787920 kB
SwapTotal:     4192956 kB
SwapFree:      4159316 kB
Dirty:            4764 kB
Writeback:           0 kB
Mapped:          29700 kB
Slab:            42380 kB
Committed_AS:   889468 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= 66514 MiB

End job on node1 on Wed Feb 28 05:56:27 UTC 2007