Trace number 329600

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.12 1200.45

General information on the benchmark

Nameindustrial/IBM_FV_2002_31_1_rule_1/
SAT_dat.k30.cnf
MD5SUM289f12ebf9081a7fa457cff725c2fa15
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1082.43
Satisfiable
(Un)Satisfiability was proved
Number of variables43575
Number of clauses194428
Sum of the clauses size500094
Maximum clause length20
Minimum clause length1
Number of clauses of size 1343
Number of clauses of size 2151306
Number of clauses of size 321412
Number of clauses of size 48725
Number of clauses of size 53804
Number of clauses of size over 58838

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/329600-1173144527/instance-329600-1173144527.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/node72/watcher-329600-1173144527 -o ROOT/results/node72/solver-329600-1173144527 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/329600-1173144527/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/329600-1173144527/instance-329600-1173144527.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 1.00 1.00 3/77 27590
/proc/meminfo: memFree=1118904/2055920 swapFree=4152568/4192956
[pid=27590] ppid=27588 vsize=1396 CPUtime=0
/proc/27590/stat : 27590 (Spear-32) R 27588 27590 26477 0 -1 4194304 154 0 0 0 0 0 0 0 18 0 1 0 334420543 1429504 138 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27590/statm: 349 138 121 302 0 44 0

[startup+0.0154091 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 27590
/proc/meminfo: memFree=1118904/2055920 swapFree=4152568/4192956
[pid=27590] ppid=27588 vsize=1396 CPUtime=0.01
/proc/27590/stat : 27590 (Spear-32) R 27588 27590 26477 0 -1 4194304 154 0 0 0 1 0 0 0 18 0 1 0 334420543 1429504 138 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134799787 0 0 4096 0 0 0 0 17 1 0 0
/proc/27590/statm: 349 138 121 302 0 44 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1396

[startup+0.102415 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 27590
/proc/meminfo: memFree=1118904/2055920 swapFree=4152568/4192956
[pid=27590] ppid=27588 vsize=4880 CPUtime=0.09
/proc/27590/stat : 27590 (Spear-32) R 27588 27590 26477 0 -1 4194304 961 0 0 0 9 0 0 0 18 0 1 0 334420543 4997120 855 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135271319 0 0 4096 0 0 0 0 17 1 0 0
/proc/27590/statm: 1220 857 129 302 0 915 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4880

[startup+0.301434 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 27590
/proc/meminfo: memFree=1118904/2055920 swapFree=4152568/4192956
[pid=27590] ppid=27588 vsize=10580 CPUtime=0.29
/proc/27590/stat : 27590 (Spear-32) R 27588 27590 26477 0 -1 4194304 2765 0 0 0 27 2 0 0 19 0 1 0 334420543 10833920 2335 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27590/statm: 2645 2335 129 302 0 2340 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10580

[startup+0.701471 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 27590
/proc/meminfo: memFree=1118904/2055920 swapFree=4152568/4192956
[pid=27590] ppid=27588 vsize=18076 CPUtime=0.69
/proc/27590/stat : 27590 (Spear-32) R 27588 27590 26477 0 -1 4194304 4983 0 0 0 66 3 0 0 23 0 1 0 334420543 18509824 3973 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134515248 0 0 4096 0 0 0 0 17 1 0 0
/proc/27590/statm: 4519 3973 140 302 0 4214 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18076

[startup+1.50155 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27591
/proc/meminfo: memFree=1103344/2055920 swapFree=4152568/4192956
[pid=27590] ppid=27588 vsize=18336 CPUtime=1.49
/proc/27590/stat : 27590 (Spear-32) R 27588 27590 26477 0 -1 4194304 5022 0 0 0 145 4 0 0 25 0 1 0 334420543 18776064 4012 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526896 0 0 4096 0 0 0 0 17 1 0 0
/proc/27590/statm: 4584 4012 140 302 0 4279 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18336

[startup+3.10169 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27591
/proc/meminfo: memFree=1103152/2055920 swapFree=4152568/4192956
[pid=27590] ppid=27588 vsize=18336 CPUtime=3.09
/proc/27590/stat : 27590 (Spear-32) R 27588 27590 26477 0 -1 4194304 5026 0 0 0 303 6 0 0 25 0 1 0 334420543 18776064 4016 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27590/statm: 4584 4016 140 302 0 4279 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18336

[startup+6.30198 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27591
/proc/meminfo: memFree=1102832/2055920 swapFree=4152568/4192956
[pid=27590] ppid=27588 vsize=18588 CPUtime=6.29
/proc/27590/stat : 27590 (Spear-32) R 27588 27590 26477 0 -1 4194304 5112 0 0 0 621 8 0 0 25 0 1 0 334420543 19034112 4102 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27590/statm: 4647 4102 140 302 0 4342 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18588

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27591
/proc/meminfo: memFree=1100848/2055920 swapFree=4152568/4192956
[pid=27590] ppid=27588 vsize=20756 CPUtime=12.69
/proc/27590/stat : 27590 (Spear-32) R 27588 27590 26477 0 -1 4194304 5646 0 0 0 1258 11 0 0 25 0 1 0 334420543 21254144 4636 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27590/statm: 5189 4636 140 302 0 4884 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 20756

[startup+25.5027 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27591
/proc/meminfo: memFree=1096496/2055920 swapFree=4152568/4192956
[pid=27590] ppid=27588 vsize=25144 CPUtime=25.49
/proc/27590/stat : 27590 (Spear-32) R 27588 27590 26477 0 -1 4194304 6752 0 0 0 2534 15 0 0 25 0 1 0 334420543 25747456 5709 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27590/statm: 6286 5709 140 302 0 5981 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 25144

[startup+51.1021 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27591
/proc/meminfo: memFree=1088816/2055920 swapFree=4152568/4192956
[pid=27590] ppid=27588 vsize=32924 CPUtime=51.07
/proc/27590/stat : 27590 (Spear-32) R 27588 27590 26477 0 -1 4194304 8728 0 0 0 5086 21 0 0 25 0 1 0 334420543 33714176 7620 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526778 0 0 4096 0 0 0 0 17 1 0 0
/proc/27590/statm: 8231 7620 140 302 0 7926 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 32924

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27591
/proc/meminfo: memFree=1076272/2055920 swapFree=4152568/4192956
[pid=27590] ppid=27588 vsize=45228 CPUtime=102.26
/proc/27590/stat : 27590 (Spear-32) R 27588 27590 26477 0 -1 4194304 11814 0 0 0 10193 33 0 0 25 0 1 0 334420543 46313472 10706 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/27590/statm: 11307 10706 140 302 0 11002 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 45228

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27591
/proc/meminfo: memFree=1062832/2055920 swapFree=4152568/4192956
[pid=27590] ppid=27588 vsize=59060 CPUtime=162.24
/proc/27590/stat : 27590 (Spear-32) R 27588 27590 26477 0 -1 4194304 15300 0 0 0 16179 45 0 0 25 0 1 0 334420543 60477440 14063 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27590/statm: 14765 14063 140 302 0 14460 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 59060

[startup+222.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27591
/proc/meminfo: memFree=1047472/2055920 swapFree=4152568/4192956
[pid=27590] ppid=27588 vsize=74272 CPUtime=222.23
/proc/27590/stat : 27590 (Spear-32) R 27588 27590 26477 0 -1 4194304 19118 0 0 0 22168 55 0 0 25 0 1 0 334420543 76054528 17881 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27590/statm: 18568 17881 140 302 0 18263 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 74272

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27591
/proc/meminfo: memFree=1034992/2055920 swapFree=4152568/4192956
[pid=27590] ppid=27588 vsize=86744 CPUtime=282.21
/proc/27590/stat : 27590 (Spear-32) R 27588 27590 26477 0 -1 4194304 22280 0 0 0 28156 65 0 0 25 0 1 0 334420543 88825856 21043 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27590/statm: 21686 21043 140 302 0 21381 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 86744

[startup+342.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27591
/proc/meminfo: memFree=1019056/2055920 swapFree=4152568/4192956
[pid=27590] ppid=27588 vsize=102500 CPUtime=342.19
/proc/27590/stat : 27590 (Spear-32) R 27588 27590 26477 0 -1 4194304 26241 0 0 0 34142 77 0 0 25 0 1 0 334420543 104960000 25004 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526770 0 0 4096 0 0 0 0 17 1 0 0
/proc/27590/statm: 25625 25004 140 302 0 25320 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 102500

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27591
/proc/meminfo: memFree=1007216/2055920 swapFree=4152568/4192956
[pid=27590] ppid=27588 vsize=115432 CPUtime=402.18
/proc/27590/stat : 27590 (Spear-32) R 27588 27590 26477 0 -1 4194304 29461 0 0 0 40133 85 0 0 25 0 1 0 334420543 118202368 27967 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524696 0 0 4096 0 0 0 0 17 1 0 0
/proc/27590/statm: 28858 27967 140 302 0 28553 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 115432

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 3/78 27591
/proc/meminfo: memFree=996080/2055920 swapFree=4152568/4192956
[pid=27590] ppid=27588 vsize=126500 CPUtime=462.16
/proc/27590/stat : 27590 (Spear-32) R 27588 27590 26477 0 -1 4194304 32221 0 0 0 46123 93 0 0 25 0 1 0 334420543 129536000 30727 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134535676 0 0 4096 0 0 0 0 17 1 0 0
/proc/27590/statm: 31625 30727 140 302 0 31320 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 126500

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27591
/proc/meminfo: memFree=985072/2055920 swapFree=4152568/4192956
[pid=27590] ppid=27588 vsize=137796 CPUtime=522.14
/proc/27590/stat : 27590 (Spear-32) R 27588 27590 26477 0 -1 4194304 35058 0 0 0 52114 100 0 0 25 0 1 0 334420543 141103104 33564 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524643 0 0 4096 0 0 0 0 17 1 0 0
/proc/27590/statm: 34449 33564 140 302 0 34144 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 137796

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27591
/proc/meminfo: memFree=969264/2055920 swapFree=4152568/4192956
[pid=27590] ppid=27588 vsize=153268 CPUtime=582.13
/proc/27590/stat : 27590 (Spear-32) R 27588 27590 26477 0 -1 4194304 38968 0 0 0 58106 107 0 0 25 0 1 0 334420543 156946432 37473 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/27590/statm: 38317 37473 140 302 0 38012 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 153268

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27591
/proc/meminfo: memFree=954864/2055920 swapFree=4152568/4192956
[pid=27590] ppid=27588 vsize=167336 CPUtime=642.12
/proc/27590/stat : 27590 (Spear-32) R 27588 27590 26477 0 -1 4194304 42507 0 0 0 64098 114 0 0 25 0 1 0 334420543 171352064 41012 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27590/statm: 41834 41012 140 302 0 41529 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 167336

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27592
/proc/meminfo: memFree=942896/2055920 swapFree=4152568/4192956
[pid=27590] ppid=27588 vsize=179296 CPUtime=702.1
/proc/27590/stat : 27590 (Spear-32) R 27588 27590 26477 0 -1 4194304 45485 0 0 0 70088 122 0 0 25 0 1 0 334420543 183599104 43990 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526523 0 0 4096 0 0 0 0 17 1 0 0
/proc/27590/statm: 44824 43990 140 302 0 44519 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 179296

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27593
/proc/meminfo: memFree=933296/2055920 swapFree=4152568/4192956
[pid=27590] ppid=27588 vsize=188760 CPUtime=762.08
/proc/27590/stat : 27590 (Spear-32) R 27588 27590 26477 0 -1 4194304 47871 0 0 0 76080 128 0 0 25 0 1 0 334420543 193290240 46376 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/27590/statm: 47190 46376 140 302 0 46885 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 188760

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27593
/proc/meminfo: memFree=923952/2055920 swapFree=4152568/4192956
[pid=27590] ppid=27588 vsize=198388 CPUtime=822.07
/proc/27590/stat : 27590 (Spear-32) R 27588 27590 26477 0 -1 4194304 50242 0 0 0 82072 135 0 0 25 0 1 0 334420543 203149312 48747 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526822 0 0 4096 0 0 0 0 17 1 0 0
/proc/27590/statm: 49597 48747 140 302 0 49292 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 198388

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27593
/proc/meminfo: memFree=913072/2055920 swapFree=4152568/4192956
[pid=27590] ppid=27588 vsize=208924 CPUtime=882.05
/proc/27590/stat : 27590 (Spear-32) R 27588 27590 26477 0 -1 4194304 52912 0 0 0 88065 140 0 0 25 0 1 0 334420543 213938176 51417 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/27590/statm: 52231 51417 140 302 0 51926 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 208924

[startup+942.302 s]
/proc/loadavg: 1.06 1.01 1.00 2/78 27593
/proc/meminfo: memFree=903152/2055920 swapFree=4152568/4192956
[pid=27590] ppid=27588 vsize=218752 CPUtime=942.03
/proc/27590/stat : 27590 (Spear-32) R 27588 27590 26477 0 -1 4194304 55400 0 0 0 94058 145 0 0 25 0 1 0 334420543 224002048 53905 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/27590/statm: 54688 53905 140 302 0 54383 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 218752

[startup+1002.3 s]
/proc/loadavg: 1.12 1.04 1.01 2/78 27593
/proc/meminfo: memFree=893808/2055920 swapFree=4152568/4192956
[pid=27590] ppid=27588 vsize=228136 CPUtime=1002.01
/proc/27590/stat : 27590 (Spear-32) R 27588 27590 26477 0 -1 4194304 57738 0 0 0 100051 150 0 0 25 0 1 0 334420543 233611264 56243 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/27590/statm: 57034 56243 140 302 0 56729 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 228136

[startup+1062.3 s]
/proc/loadavg: 1.09 1.04 1.01 2/78 27593
/proc/meminfo: memFree=885040/2055920 swapFree=4152568/4192956
[pid=27590] ppid=27588 vsize=237240 CPUtime=1062
/proc/27590/stat : 27590 (Spear-32) R 27588 27590 26477 0 -1 4194304 59949 0 0 0 106045 155 0 0 25 0 1 0 334420543 242933760 58452 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524522 0 0 4096 0 0 0 0 17 1 0 0
/proc/27590/statm: 59310 58452 140 302 0 59005 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 237240

[startup+1122.3 s]
/proc/loadavg: 1.03 1.03 1.00 2/78 27593
/proc/meminfo: memFree=878000/2055920 swapFree=4152568/4192956
[pid=27590] ppid=27588 vsize=244284 CPUtime=1121.98
/proc/27590/stat : 27590 (Spear-32) R 27588 27590 26477 0 -1 4194304 61712 0 0 0 112037 161 0 0 25 0 1 0 334420543 250146816 60215 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/27590/statm: 61071 60215 140 302 0 60766 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 244284

[startup+1182.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 27593
/proc/meminfo: memFree=868144/2055920 swapFree=4152568/4192956
[pid=27590] ppid=27588 vsize=254248 CPUtime=1181.97
/proc/27590/stat : 27590 (Spear-32) R 27588 27590 26477 0 -1 4194304 64160 0 0 0 118030 167 0 0 25 0 1 0 334420543 260349952 62663 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/27590/statm: 63562 62663 140 302 0 63257 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 254248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 27593
/proc/meminfo: memFree=865712/2055920 swapFree=4152568/4192956
[pid=27590] ppid=27588 vsize=256540 CPUtime=1200.07
/proc/27590/stat : 27590 (Spear-32) R 27588 27590 26477 0 -1 4194304 64747 0 0 0 119839 168 0 0 25 0 1 0 334420543 262696960 63250 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/27590/statm: 64135 63250 140 302 0 63830 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 256540

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.45
CPU time (s): 1200.12
CPU user time (s): 1198.39
CPU system time (s): 1.72674
CPU usage (%): 99.9726
Max. virtual memory (cumulated for all children) (KiB): 256540

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

runsolver used 1.34279 second user time and 3.03454 second system time

The end

Launcher Data (download as text)

Begin job on node72 on Tue Mar  6 01:28:47 UTC 2007

IDJOB= 329600
IDBENCH= 20543
IDSOLVER= 132
FILE ID= node72/329600-1173144527

PBS_JOBID= 4015201

Free space on /tmp= 66460 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2002_31_1_rule_1/SAT_dat.k30.cnf
COMMAND LINE= /tmp/evaluation/329600-1173144527/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/329600-1173144527/instance-329600-1173144527.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-329600-1173144527 -o ROOT/results/node72/solver-329600-1173144527 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/329600-1173144527/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/329600-1173144527/instance-329600-1173144527.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  289f12ebf9081a7fa457cff725c2fa15

RANDOM SEED= 254797896

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node72.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.236
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.236
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:       1119312 kB
Buffers:         45644 kB
Cached:         790780 kB
SwapCached:       8272 kB
Active:         114796 kB
Inactive:       746284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1119312 kB
SwapTotal:     4192956 kB
SwapFree:      4152568 kB
Dirty:            5904 kB
Writeback:           0 kB
Mapped:          31656 kB
Slab:            61080 kB
Committed_AS: 10489712 kB
PageTables:       1684 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= 66460 MiB

End job on node72 on Tue Mar  6 01:48:50 UTC 2007