Trace number 315527

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 FH 1.0? (TO) 1200.11 1200.43

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h33-unknown.cnf
MD5SUM6197e38464facb30636a5a3ad5b2f0b5
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark121.777
Satisfiable
(Un)Satisfiability was proved
Number of variables172950
Number of clauses837466
Sum of the clauses size2168190
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2666462
Number of clauses of size 3164950
Number of clauses of size 41526
Number of clauses of size 5129
Number of clauses of size over 54123

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/315527-1172655290/instance-315527-1172655290.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/node25/watcher-315527-1172655290 -o ROOT/results/node25/solver-315527-1172655290 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/315527-1172655290/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/315527-1172655290/instance-315527-1172655290.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.07 1.02 1.00 3/64 27375
/proc/meminfo: memFree=1862112/2055920 swapFree=4183700/4192956
[pid=27375] ppid=27373 vsize=1932 CPUtime=0
/proc/27375/stat : 27375 (Spear-32) R 27373 27375 26322 0 -1 4194304 261 0 0 0 0 0 0 0 18 0 1 0 60151248 1978368 246 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134518170 0 0 4096 0 0 0 0 17 1 0 0
/proc/27375/statm: 483 247 126 302 0 178 0

[startup+0.071499 s]
/proc/loadavg: 1.07 1.02 1.00 3/64 27375
/proc/meminfo: memFree=1862112/2055920 swapFree=4183700/4192956
[pid=27375] ppid=27373 vsize=3816 CPUtime=0.06
/proc/27375/stat : 27375 (Spear-32) R 27373 27375 26322 0 -1 4194304 759 0 0 0 6 0 0 0 18 0 1 0 60151248 3907584 744 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27375/statm: 954 744 129 302 0 649 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 3816

[startup+0.1015 s]
/proc/loadavg: 1.07 1.02 1.00 3/64 27375
/proc/meminfo: memFree=1862112/2055920 swapFree=4183700/4192956
[pid=27375] ppid=27373 vsize=5508 CPUtime=0.09
/proc/27375/stat : 27375 (Spear-32) R 27373 27375 26322 0 -1 4194304 1149 0 0 0 9 0 0 0 18 0 1 0 60151248 5640192 1044 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134518176 0 0 4096 0 0 0 0 17 1 0 0
/proc/27375/statm: 1377 1045 129 302 0 1072 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5508

[startup+0.301517 s]
/proc/loadavg: 1.07 1.02 1.00 3/64 27375
/proc/meminfo: memFree=1862112/2055920 swapFree=4183700/4192956
[pid=27375] ppid=27373 vsize=12048 CPUtime=0.29
/proc/27375/stat : 27375 (Spear-32) R 27373 27375 26322 0 -1 4194304 2947 0 0 0 28 1 0 0 19 0 1 0 60151248 12337152 2389 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27375/statm: 2883 2389 129 302 0 2578 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12048

[startup+0.701552 s]
/proc/loadavg: 1.07 1.02 1.00 3/64 27375
/proc/meminfo: memFree=1862112/2055920 swapFree=4183700/4192956
[pid=27375] ppid=27373 vsize=23976 CPUtime=0.69
/proc/27375/stat : 27375 (Spear-32) R 27373 27375 26322 0 -1 4194304 6599 0 0 0 65 4 0 0 22 0 1 0 60151248 24551424 5333 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27375/statm: 5994 5333 129 302 0 5689 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23976

[startup+1.50162 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 27376
/proc/meminfo: memFree=1832216/2055920 swapFree=4183700/4192956
[pid=27375] ppid=27373 vsize=49144 CPUtime=1.49
/proc/27375/stat : 27375 (Spear-32) R 27373 27375 26322 0 -1 4194304 14211 0 0 0 137 12 0 0 25 0 1 0 60151248 50323456 11533 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27375/statm: 12287 11535 129 302 0 11982 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 49144

[startup+3.10177 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 27376
/proc/meminfo: memFree=1799192/2055920 swapFree=4183700/4192956
[pid=27375] ppid=27373 vsize=69692 CPUtime=3.09
/proc/27375/stat : 27375 (Spear-32) R 27373 27375 26322 0 -1 4194304 20407 0 0 0 292 17 0 0 25 0 1 0 60151248 71364608 15836 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526665 0 0 4096 0 0 0 0 17 1 0 0
/proc/27375/statm: 17423 15836 140 302 0 17118 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 69692

[startup+6.30106 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 27376
/proc/meminfo: memFree=1798616/2055920 swapFree=4183700/4192956
[pid=27375] ppid=27373 vsize=70196 CPUtime=6.29
/proc/27375/stat : 27375 (Spear-32) R 27373 27375 26322 0 -1 4194304 20546 0 0 0 610 19 0 0 25 0 1 0 60151248 71880704 15975 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27375/statm: 17549 15975 140 302 0 17244 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 70196

[startup+12.7016 s]
/proc/loadavg: 1.13 1.03 1.01 2/65 27376
/proc/meminfo: memFree=1797912/2055920 swapFree=4183700/4192956
[pid=27375] ppid=27373 vsize=71340 CPUtime=12.69
/proc/27375/stat : 27375 (Spear-32) R 27373 27375 26322 0 -1 4194304 20822 0 0 0 1249 20 0 0 25 0 1 0 60151248 73052160 16122 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/27375/statm: 17835 16122 140 302 0 17530 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 71340

[startup+25.5018 s]
/proc/loadavg: 1.11 1.03 1.01 2/65 27376
/proc/meminfo: memFree=1797144/2055920 swapFree=4183700/4192956
[pid=27375] ppid=27373 vsize=71980 CPUtime=25.49
/proc/27375/stat : 27375 (Spear-32) R 27373 27375 26322 0 -1 4194304 21044 0 0 0 2528 21 0 0 25 0 1 0 60151248 73707520 16344 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/27375/statm: 17995 16344 140 302 0 17690 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 71980

[startup+51.1011 s]
/proc/loadavg: 1.07 1.03 1.00 2/65 27376
/proc/meminfo: memFree=1794520/2055920 swapFree=4183700/4192956
[pid=27375] ppid=27373 vsize=74760 CPUtime=51.07
/proc/27375/stat : 27375 (Spear-32) R 27373 27375 26322 0 -1 4194304 21710 0 0 0 5083 24 0 0 25 0 1 0 60151248 76554240 17010 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/27375/statm: 18690 17010 140 302 0 18385 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 74760

[startup+102.305 s]
/proc/loadavg: 1.03 1.02 1.00 2/65 27376
/proc/meminfo: memFree=1788312/2055920 swapFree=4183700/4192956
[pid=27375] ppid=27373 vsize=80844 CPUtime=102.26
/proc/27375/stat : 27375 (Spear-32) R 27373 27375 26322 0 -1 4194304 23240 0 0 0 10196 30 0 0 25 0 1 0 60151248 82784256 18539 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134539882 0 0 4096 0 0 0 0 17 1 0 0
/proc/27375/statm: 20211 18539 140 302 0 19906 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 80844

[startup+162.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 27376
/proc/meminfo: memFree=1779096/2055920 swapFree=4183700/4192956
[pid=27375] ppid=27373 vsize=90100 CPUtime=162.25
/proc/27375/stat : 27375 (Spear-32) R 27373 27375 26322 0 -1 4194304 25581 0 0 0 16185 40 0 0 25 0 1 0 60151248 92262400 20847 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27375/statm: 22525 20847 140 302 0 22220 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 90100

[startup+222.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 27376
/proc/meminfo: memFree=1772120/2055920 swapFree=4183700/4192956
[pid=27375] ppid=27373 vsize=96896 CPUtime=222.23
/proc/27375/stat : 27375 (Spear-32) R 27373 27375 26322 0 -1 4194304 27304 0 0 0 22177 46 0 0 25 0 1 0 60151248 99221504 22566 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527257 0 0 4096 0 0 0 0 17 1 0 0
/proc/27375/statm: 24224 22566 140 302 0 23919 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 96896

[startup+282.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 27376
/proc/meminfo: memFree=1766424/2055920 swapFree=4183700/4192956
[pid=27375] ppid=27373 vsize=102756 CPUtime=282.22
/proc/27375/stat : 27375 (Spear-32) R 27373 27375 26322 0 -1 4194304 28779 0 0 0 28170 52 0 0 25 0 1 0 60151248 105222144 23976 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/27375/statm: 25689 23976 140 302 0 25384 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 102756

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27376
/proc/meminfo: memFree=1762840/2055920 swapFree=4183700/4192956
[pid=27375] ppid=27373 vsize=106348 CPUtime=342.19
/proc/27375/stat : 27375 (Spear-32) R 27373 27375 26322 0 -1 4194304 29673 0 0 0 34162 57 0 0 25 0 1 0 60151248 108900352 24870 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27375/statm: 26587 24870 140 302 0 26282 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 106348

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27376
/proc/meminfo: memFree=1756376/2055920 swapFree=4183700/4192956
[pid=27375] ppid=27373 vsize=112780 CPUtime=402.18
/proc/27375/stat : 27375 (Spear-32) R 27373 27375 26322 0 -1 4194304 31299 0 0 0 40152 66 0 0 25 0 1 0 60151248 115486720 26496 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27375/statm: 28195 26496 140 302 0 27890 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 112780

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27376
/proc/meminfo: memFree=1751832/2055920 swapFree=4183700/4192956
[pid=27375] ppid=27373 vsize=117868 CPUtime=462.16
/proc/27375/stat : 27375 (Spear-32) R 27373 27375 26322 0 -1 4194304 32578 0 0 0 46145 71 0 0 25 0 1 0 60151248 120696832 27646 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526831 0 0 4096 0 0 0 0 17 1 0 0
/proc/27375/statm: 29467 27646 140 302 0 29162 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 117868

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27376
/proc/meminfo: memFree=1745816/2055920 swapFree=4183700/4192956
[pid=27375] ppid=27373 vsize=123876 CPUtime=522.16
/proc/27375/stat : 27375 (Spear-32) R 27373 27375 26322 0 -1 4194304 34082 0 0 0 52135 81 0 0 25 0 1 0 60151248 126849024 29150 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27375/statm: 30969 29150 140 302 0 30664 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 123876

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27376
/proc/meminfo: memFree=1740056/2055920 swapFree=4183700/4192956
[pid=27375] ppid=27373 vsize=129384 CPUtime=582.14
/proc/27375/stat : 27375 (Spear-32) R 27373 27375 26322 0 -1 4194304 35485 0 0 0 58126 88 0 0 25 0 1 0 60151248 132489216 30553 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/27375/statm: 32346 30553 140 302 0 32041 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 129384

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27376
/proc/meminfo: memFree=1736280/2055920 swapFree=4183700/4192956
[pid=27375] ppid=27373 vsize=133412 CPUtime=642.12
/proc/27375/stat : 27375 (Spear-32) R 27373 27375 26322 0 -1 4194304 36420 0 0 0 64119 93 0 0 25 0 1 0 60151248 136613888 31488 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/27375/statm: 33353 31488 140 302 0 33048 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 133412

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27376
/proc/meminfo: memFree=1732632/2055920 swapFree=4183700/4192956
[pid=27375] ppid=27373 vsize=137152 CPUtime=702.1
/proc/27375/stat : 27375 (Spear-32) R 27373 27375 26322 0 -1 4194304 37341 0 0 0 70111 99 0 0 25 0 1 0 60151248 140443648 32409 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27375/statm: 34288 32409 140 302 0 33983 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 137152

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27376
/proc/meminfo: memFree=1729560/2055920 swapFree=4183700/4192956
[pid=27375] ppid=27373 vsize=140024 CPUtime=762.09
/proc/27375/stat : 27375 (Spear-32) R 27373 27375 26322 0 -1 4194304 38088 0 0 0 76105 104 0 0 25 0 1 0 60151248 143384576 33156 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27375/statm: 35006 33156 140 302 0 34701 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 140024

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27376
/proc/meminfo: memFree=1726104/2055920 swapFree=4183700/4192956
[pid=27375] ppid=27373 vsize=144740 CPUtime=822.07
/proc/27375/stat : 27375 (Spear-32) R 27373 27375 26322 0 -1 4194304 39220 0 0 0 82098 109 0 0 25 0 1 0 60151248 148213760 34031 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526636 0 0 4096 0 0 0 0 17 1 0 0
/proc/27375/statm: 36185 34031 140 302 0 35880 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 144740

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27376
/proc/meminfo: memFree=1721944/2055920 swapFree=4183700/4192956
[pid=27375] ppid=27373 vsize=148876 CPUtime=882.06
/proc/27375/stat : 27375 (Spear-32) R 27373 27375 26322 0 -1 4194304 40239 0 0 0 88089 117 0 0 25 0 1 0 60151248 152449024 35050 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/27375/statm: 37219 35050 140 302 0 36914 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 148876

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27376
/proc/meminfo: memFree=1718040/2055920 swapFree=4183700/4192956
[pid=27375] ppid=27373 vsize=152720 CPUtime=942.03
/proc/27375/stat : 27375 (Spear-32) R 27373 27375 26322 0 -1 4194304 41212 0 0 0 94080 123 0 0 25 0 1 0 60151248 156385280 36023 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27375/statm: 38180 36023 140 302 0 37875 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 152720

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27376
/proc/meminfo: memFree=1714072/2055920 swapFree=4183700/4192956
[pid=27375] ppid=27373 vsize=156600 CPUtime=1002.03
/proc/27375/stat : 27375 (Spear-32) R 27373 27375 26322 0 -1 4194304 42187 0 0 0 100072 131 0 0 25 0 1 0 60151248 160358400 36998 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/27375/statm: 39150 36998 140 302 0 38845 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 156600

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27376
/proc/meminfo: memFree=1710936/2055920 swapFree=4183700/4192956
[pid=27375] ppid=27373 vsize=159904 CPUtime=1062
/proc/27375/stat : 27375 (Spear-32) R 27373 27375 26322 0 -1 4194304 42967 0 0 0 106064 136 0 0 25 0 1 0 60151248 163741696 37778 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526636 0 0 4096 0 0 0 0 17 1 0 0
/proc/27375/statm: 39976 37778 140 302 0 39671 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 159904

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27376
/proc/meminfo: memFree=1709272/2055920 swapFree=4183700/4192956
[pid=27375] ppid=27373 vsize=161408 CPUtime=1121.99
/proc/27375/stat : 27375 (Spear-32) R 27373 27375 26322 0 -1 4194304 43368 0 0 0 112059 140 0 0 25 0 1 0 60151248 165281792 38179 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/27375/statm: 40352 38179 140 302 0 40047 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 161408

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27376
/proc/meminfo: memFree=1707416/2055920 swapFree=4183700/4192956
[pid=27375] ppid=27373 vsize=163336 CPUtime=1181.97
/proc/27375/stat : 27375 (Spear-32) R 27373 27375 26322 0 -1 4194304 43829 0 0 0 118054 143 0 0 25 0 1 0 60151248 167256064 38640 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134539882 0 0 4096 0 0 0 0 17 1 0 0
/proc/27375/statm: 40834 38640 140 302 0 40529 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 163336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27376
/proc/meminfo: memFree=1707096/2055920 swapFree=4183700/4192956
[pid=27375] ppid=27373 vsize=163548 CPUtime=1200.07
/proc/27375/stat : 27375 (Spear-32) R 27373 27375 26322 0 -1 4194304 43905 0 0 0 119864 143 0 0 25 0 1 0 60151248 167473152 38716 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526775 0 0 4096 0 0 0 0 17 1 0 0
/proc/27375/statm: 40887 38716 140 302 0 40582 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 163548

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.43
CPU time (s): 1200.11
CPU user time (s): 1198.64
CPU system time (s): 1.46578
CPU usage (%): 99.9732
Max. virtual memory (cumulated for all children) (KiB): 163548

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

runsolver used 0.85087 second user time and 2.44563 second system time

The end

Launcher Data (download as text)

Begin job on node25 on Wed Feb 28 09:34:50 UTC 2007

IDJOB= 315527
IDBENCH= 20418
IDSOLVER= 132
FILE ID= node25/315527-1172655290

PBS_JOBID= 3981178

Free space on /tmp= 66530 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/uts/uts-l06-ipc5-h33-unknown.cnf
COMMAND LINE= /tmp/evaluation/315527-1172655290/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/315527-1172655290/instance-315527-1172655290.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node25/watcher-315527-1172655290 -o ROOT/results/node25/solver-315527-1172655290 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/315527-1172655290/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/315527-1172655290/instance-315527-1172655290.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  6197e38464facb30636a5a3ad5b2f0b5

RANDOM SEED= 838250835

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node25.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:       1862520 kB
Buffers:          3180 kB
Cached:         127216 kB
SwapCached:       3020 kB
Active:          50268 kB
Inactive:       104028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1862520 kB
SwapTotal:     4192956 kB
SwapFree:      4183700 kB
Dirty:           16720 kB
Writeback:           0 kB
Mapped:          29932 kB
Slab:            25004 kB
Committed_AS:   199812 kB
PageTables:       1532 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= 66530 MiB

End job on node25 on Wed Feb 28 09:54:53 UTC 2007