Trace number 330818

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.06 1200.56

General information on the benchmark

Nameindustrial/IBM_FV_2004_30/
IBM_FV_2004_rule_batch_30_SAT_dat.k85.cnf
MD5SUMe2ab53f07158137fdccdce6798b16e56
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark680.601
Satisfiable
(Un)Satisfiability was proved
Number of variables175524
Number of clauses730199
Sum of the clauses size1873791
Maximum clause length12
Minimum clause length1
Number of clauses of size 12072
Number of clauses of size 2518005
Number of clauses of size 3137216
Number of clauses of size 426034
Number of clauses of size 514829
Number of clauses of size over 532043

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/330818-1173174303/instance-330818-1173174303.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/node69/watcher-330818-1173174303 -o ROOT/results/node69/solver-330818-1173174303 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/330818-1173174303/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/330818-1173174303/instance-330818-1173174303.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.78 0.95 0.98 3/64 24912
/proc/meminfo: memFree=1417560/2055920 swapFree=4184100/4192956
[pid=24912] ppid=24910 vsize=1396 CPUtime=0
/proc/24912/stat : 24912 (Spear-32) R 24910 24912 24853 0 -1 4194304 154 0 0 0 0 0 0 0 18 0 1 0 337388154 1429504 138 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24912/statm: 349 138 121 302 0 44 0

[startup+0.0218069 s]
/proc/loadavg: 0.78 0.95 0.98 3/64 24912
/proc/meminfo: memFree=1417560/2055920 swapFree=4184100/4192956
[pid=24912] ppid=24910 vsize=1396 CPUtime=0.02
/proc/24912/stat : 24912 (Spear-32) R 24910 24912 24853 0 -1 4194304 154 0 0 0 2 0 0 0 18 0 1 0 337388154 1429504 138 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24912/statm: 349 138 121 302 0 44 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1396

[startup+0.10182 s]
/proc/loadavg: 0.78 0.95 0.98 3/64 24912
/proc/meminfo: memFree=1417560/2055920 swapFree=4184100/4192956
[pid=24912] ppid=24910 vsize=2040 CPUtime=0.09
/proc/24912/stat : 24912 (Spear-32) R 24910 24912 24853 0 -1 4194304 308 0 0 0 9 0 0 0 18 0 1 0 337388154 2088960 292 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134515386 0 0 4096 0 0 0 0 17 1 0 0
/proc/24912/statm: 510 292 129 302 0 205 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2040

[startup+0.301853 s]
/proc/loadavg: 0.78 0.95 0.98 3/64 24912
/proc/meminfo: memFree=1417560/2055920 swapFree=4184100/4192956
[pid=24912] ppid=24910 vsize=9152 CPUtime=0.29
/proc/24912/stat : 24912 (Spear-32) R 24910 24912 24853 0 -1 4194304 2386 0 0 0 28 1 0 0 19 0 1 0 337388154 9371648 1956 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/24912/statm: 2288 1956 129 302 0 1983 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9152

[startup+0.701918 s]
/proc/loadavg: 0.78 0.95 0.98 3/64 24912
/proc/meminfo: memFree=1417560/2055920 swapFree=4184100/4192956
[pid=24912] ppid=24910 vsize=26380 CPUtime=0.69
/proc/24912/stat : 24912 (Spear-32) R 24910 24912 24853 0 -1 4194304 6742 0 0 0 62 7 0 0 22 0 1 0 337388154 27013120 5283 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134518183 0 0 4096 0 0 0 0 17 1 0 0
/proc/24912/statm: 6595 5285 129 302 0 6290 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26380

[startup+1.50105 s]
/proc/loadavg: 0.78 0.95 0.98 2/65 24913
/proc/meminfo: memFree=1388304/2055920 swapFree=4184100/4192956
[pid=24912] ppid=24910 vsize=56084 CPUtime=1.49
/proc/24912/stat : 24912 (Spear-32) R 24910 24912 24853 0 -1 4194304 15936 0 0 0 135 14 0 0 25 0 1 0 337388154 57430016 11591 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24912/statm: 14021 11591 129 302 0 13716 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56084

[startup+3.10132 s]
/proc/loadavg: 0.80 0.95 0.98 2/65 24913
/proc/meminfo: memFree=1360784/2055920 swapFree=4184100/4192956
[pid=24912] ppid=24910 vsize=64320 CPUtime=3.09
/proc/24912/stat : 24912 (Spear-32) R 24910 24912 24853 0 -1 4194304 18743 0 0 0 290 19 0 0 25 0 1 0 337388154 65863680 14324 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134529770 0 0 4096 0 0 0 0 17 1 0 0
/proc/24912/statm: 16080 14324 140 302 0 15775 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 64320

[startup+6.30183 s]
/proc/loadavg: 0.80 0.95 0.98 2/65 24913
/proc/meminfo: memFree=1359952/2055920 swapFree=4184100/4192956
[pid=24912] ppid=24910 vsize=65356 CPUtime=6.29
/proc/24912/stat : 24912 (Spear-32) R 24910 24912 24853 0 -1 4194304 19013 0 0 0 607 22 0 0 25 0 1 0 337388154 66924544 14594 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24912/statm: 16339 14594 140 302 0 16034 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65356

[startup+12.7019 s]
/proc/loadavg: 0.83 0.96 0.98 2/65 24913
/proc/meminfo: memFree=1357720/2055920 swapFree=4184100/4192956
[pid=24912] ppid=24910 vsize=67572 CPUtime=12.68
/proc/24912/stat : 24912 (Spear-32) R 24910 24912 24853 0 -1 4194304 19584 0 0 0 1243 25 0 0 25 0 1 0 337388154 69193728 15165 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24912/statm: 16893 15165 140 302 0 16588 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 67572

[startup+25.502 s]
/proc/loadavg: 0.85 0.96 0.98 2/65 24913
/proc/meminfo: memFree=1353432/2055920 swapFree=4184100/4192956
[pid=24912] ppid=24910 vsize=71800 CPUtime=25.47
/proc/24912/stat : 24912 (Spear-32) R 24910 24912 24853 0 -1 4194304 20639 0 0 0 2516 31 0 0 25 0 1 0 337388154 73523200 16187 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24912/statm: 17950 16187 140 302 0 17645 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 71800

[startup+51.1012 s]
/proc/loadavg: 0.90 0.96 0.98 2/65 24913
/proc/meminfo: memFree=1346072/2055920 swapFree=4184100/4192956
[pid=24912] ppid=24910 vsize=79200 CPUtime=51.07
/proc/24912/stat : 24912 (Spear-32) R 24910 24912 24853 0 -1 4194304 22557 0 0 0 5063 44 0 0 25 0 1 0 337388154 81100800 18040 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24912/statm: 19800 18040 140 302 0 19495 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 79200

[startup+102.306 s]
/proc/loadavg: 0.96 0.96 0.98 2/65 24913
/proc/meminfo: memFree=1331160/2055920 swapFree=4184100/4192956
[pid=24912] ppid=24910 vsize=94412 CPUtime=102.26
/proc/24912/stat : 24912 (Spear-32) R 24910 24912 24853 0 -1 4194304 26460 0 0 0 10166 60 0 0 25 0 1 0 337388154 96677888 21685 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527157 0 0 4096 0 0 0 0 17 1 0 0
/proc/24912/statm: 23603 21685 140 302 0 23298 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 94412

[startup+162.301 s]
/proc/loadavg: 0.98 0.97 0.98 2/65 24913
/proc/meminfo: memFree=1314648/2055920 swapFree=4184100/4192956
[pid=24912] ppid=24910 vsize=111084 CPUtime=162.23
/proc/24912/stat : 24912 (Spear-32) R 24910 24912 24853 0 -1 4194304 30678 0 0 0 16144 79 0 0 25 0 1 0 337388154 113750016 25903 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24912/statm: 27771 25903 140 302 0 27466 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 111084

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24913
/proc/meminfo: memFree=1298264/2055920 swapFree=4184100/4192956
[pid=24912] ppid=24910 vsize=127008 CPUtime=222.21
/proc/24912/stat : 24912 (Spear-32) R 24910 24912 24853 0 -1 4194304 34714 0 0 0 22127 94 0 0 25 0 1 0 337388154 130056192 29939 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24912/statm: 31752 29939 140 302 0 31447 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 127008

[startup+282.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24913
/proc/meminfo: memFree=1280344/2055920 swapFree=4184100/4192956
[pid=24912] ppid=24910 vsize=146028 CPUtime=282.19
/proc/24912/stat : 24912 (Spear-32) R 24910 24912 24853 0 -1 4194304 39478 0 0 0 28114 105 0 0 25 0 1 0 337388154 149532672 34446 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24912/statm: 36507 34446 140 302 0 36202 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 146028

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24913
/proc/meminfo: memFree=1264736/2055920 swapFree=4184100/4192956
[pid=24912] ppid=24910 vsize=161272 CPUtime=342.17
/proc/24912/stat : 24912 (Spear-32) R 24910 24912 24853 0 -1 4194304 43347 0 0 0 34099 118 0 0 25 0 1 0 337388154 165142528 38315 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24912/statm: 40318 38315 140 302 0 40013 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 161272

[startup+402.302 s]
/proc/loadavg: 1.03 0.99 0.99 2/65 24913
/proc/meminfo: memFree=1246688/2055920 swapFree=4184100/4192956
[pid=24912] ppid=24910 vsize=179500 CPUtime=402.16
/proc/24912/stat : 24912 (Spear-32) R 24910 24912 24853 0 -1 4194304 47924 0 0 0 40089 127 0 0 25 0 1 0 337388154 183808000 42892 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526815 0 0 4096 0 0 0 0 17 1 0 0
/proc/24912/statm: 44875 42892 140 302 0 44570 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 179500

[startup+462.301 s]
/proc/loadavg: 1.01 0.99 0.99 2/65 24913
/proc/meminfo: memFree=1232032/2055920 swapFree=4184100/4192956
[pid=24912] ppid=24910 vsize=193748 CPUtime=462.14
/proc/24912/stat : 24912 (Spear-32) R 24910 24912 24853 0 -1 4194304 51511 0 0 0 46079 135 0 0 25 0 1 0 337388154 198397952 46479 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526855 0 0 4096 0 0 0 0 17 1 0 0
/proc/24912/statm: 48437 46479 140 302 0 48132 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 193748

[startup+522.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 24913
/proc/meminfo: memFree=1218784/2055920 swapFree=4184100/4192956
[pid=24912] ppid=24910 vsize=207104 CPUtime=522.11
/proc/24912/stat : 24912 (Spear-32) R 24910 24912 24853 0 -1 4194304 54855 0 0 0 52069 142 0 0 25 0 1 0 337388154 212074496 49823 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24912/statm: 51776 49823 140 302 0 51471 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 207104

[startup+582.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 24913
/proc/meminfo: memFree=1205984/2055920 swapFree=4184100/4192956
[pid=24912] ppid=24910 vsize=219632 CPUtime=582.1
/proc/24912/stat : 24912 (Spear-32) R 24910 24912 24853 0 -1 4194304 58021 0 0 0 58059 151 0 0 25 0 1 0 337388154 224903168 52989 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24912/statm: 54908 52989 140 302 0 54603 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 219632

[startup+642.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 24913
/proc/meminfo: memFree=1195808/2055920 swapFree=4184100/4192956
[pid=24912] ppid=24910 vsize=229692 CPUtime=642.08
/proc/24912/stat : 24912 (Spear-32) R 24910 24912 24853 0 -1 4194304 60532 0 0 0 64049 159 0 0 25 0 1 0 337388154 235204608 55500 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524699 0 0 4096 0 0 0 0 17 1 0 0
/proc/24912/statm: 57423 55500 140 302 0 57118 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 229692

[startup+702.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 24913
/proc/meminfo: memFree=1185312/2055920 swapFree=4184100/4192956
[pid=24912] ppid=24910 vsize=240204 CPUtime=702.06
/proc/24912/stat : 24912 (Spear-32) R 24910 24912 24853 0 -1 4194304 63171 0 0 0 70041 165 0 0 25 0 1 0 337388154 245968896 58139 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24912/statm: 60051 58139 140 302 0 59746 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 240204

[startup+762.305 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 24913
/proc/meminfo: memFree=1171680/2055920 swapFree=4184100/4192956
[pid=24912] ppid=24910 vsize=253800 CPUtime=762.04
/proc/24912/stat : 24912 (Spear-32) R 24910 24912 24853 0 -1 4194304 66546 0 0 0 76029 175 0 0 25 0 1 0 337388154 259891200 61514 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24912/statm: 63450 61514 140 302 0 63145 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 253800

[startup+822.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 24913
/proc/meminfo: memFree=1160736/2055920 swapFree=4184100/4192956
[pid=24912] ppid=24910 vsize=264628 CPUtime=822.02
/proc/24912/stat : 24912 (Spear-32) R 24910 24912 24853 0 -1 4194304 69301 0 0 0 82014 188 0 0 25 0 1 0 337388154 270979072 64269 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24912/statm: 66157 64269 140 302 0 65852 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 264628

[startup+882.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 24913
/proc/meminfo: memFree=1148640/2055920 swapFree=4184100/4192956
[pid=24912] ppid=24910 vsize=278592 CPUtime=882
/proc/24912/stat : 24912 (Spear-32) R 24910 24912 24853 0 -1 4194304 72824 0 0 0 88005 195 0 0 25 0 1 0 337388154 285278208 67279 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/24912/statm: 69648 67279 140 302 0 69343 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 278592

[startup+942.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 24913
/proc/meminfo: memFree=1137312/2055920 swapFree=4184100/4192956
[pid=24912] ppid=24910 vsize=289968 CPUtime=941.99
/proc/24912/stat : 24912 (Spear-32) R 24910 24912 24853 0 -1 4194304 75677 0 0 0 93996 203 0 0 25 0 1 0 337388154 296927232 70132 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24912/statm: 72492 70132 140 302 0 72187 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 289968

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/71 25037
/proc/meminfo: memFree=1123880/2055920 swapFree=4184100/4192956
[pid=24912] ppid=24910 vsize=301924 CPUtime=1001.9
/proc/24912/stat : 24912 (Spear-32) R 24910 24912 24853 0 -1 4194304 78684 0 0 0 99979 211 0 0 25 0 1 0 337388154 309170176 73139 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/24912/statm: 75481 73139 140 302 0 75176 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 301924

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25111
/proc/meminfo: memFree=1112856/2055920 swapFree=4184100/4192956
[pid=24912] ppid=24910 vsize=314120 CPUtime=1061.84
/proc/24912/stat : 24912 (Spear-32) R 24910 24912 24853 0 -1 4194304 81715 0 0 0 105967 217 0 0 25 0 1 0 337388154 321658880 76170 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24912/statm: 78530 76170 140 302 0 78225 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 314120

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25111
/proc/meminfo: memFree=1102936/2055920 swapFree=4184100/4192956
[pid=24912] ppid=24910 vsize=324032 CPUtime=1121.82
/proc/24912/stat : 24912 (Spear-32) R 24910 24912 24853 0 -1 4194304 84190 0 0 0 111960 222 0 0 25 0 1 0 337388154 331808768 78645 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24912/statm: 81008 78645 140 302 0 80703 0
Current children cumulated CPU time (s) 1121.82
Current children cumulated vsize (KiB) 324032

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25111
/proc/meminfo: memFree=1093592/2055920 swapFree=4184100/4192956
[pid=24912] ppid=24910 vsize=333340 CPUtime=1181.8
/proc/24912/stat : 24912 (Spear-32) R 24910 24912 24853 0 -1 4194304 86531 0 0 0 117952 228 0 0 25 0 1 0 337388154 341340160 80986 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526781 0 0 4096 0 0 0 0 17 1 0 0
/proc/24912/statm: 83335 80986 140 302 0 83030 0
Current children cumulated CPU time (s) 1181.8
Current children cumulated vsize (KiB) 333340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25111
/proc/meminfo: memFree=1090776/2055920 swapFree=4184100/4192956
[pid=24912] ppid=24910 vsize=336020 CPUtime=1200
/proc/24912/stat : 24912 (Spear-32) R 24910 24912 24853 0 -1 4194304 87203 0 0 0 119770 230 0 0 25 0 1 0 337388154 344084480 81658 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/24912/statm: 84005 81658 140 302 0 83700 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 336020

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1200.5 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25111
/proc/meminfo: memFree=1090776/2055920 swapFree=4184100/4192956
[pid=24912] ppid=24910 vsize=336020 CPUtime=1200
/proc/24912/stat : 24912 (Spear-32) R 24910 24912 24853 0 -1 4194304 87203 0 0 0 119770 230 0 0 25 0 1 0 337388154 344084480 81658 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/24912/statm: 84005 81658 140 302 0 83700 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 336020

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.56
CPU time (s): 1200.06
CPU user time (s): 1197.71
CPU system time (s): 2.35164
CPU usage (%): 99.9587
Max. virtual memory (cumulated for all children) (KiB): 336020

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

runsolver used 0.843871 second user time and 2.53561 second system time

The end

Launcher Data (download as text)

Begin job on node69 on Tue Mar  6 09:45:04 UTC 2007

IDJOB= 330818
IDBENCH= 20572
IDSOLVER= 132
FILE ID= node69/330818-1173174303

PBS_JOBID= 4015261

Free space on /tmp= 66501 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  e2ab53f07158137fdccdce6798b16e56

RANDOM SEED= 109811808

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node69.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.261
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.261
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:       1418032 kB
Buffers:         38020 kB
Cached:         518700 kB
SwapCached:       2716 kB
Active:         170752 kB
Inactive:       395228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1418032 kB
SwapTotal:     4192956 kB
SwapFree:      4184100 kB
Dirty:           19252 kB
Writeback:           0 kB
Mapped:          15292 kB
Slab:            57932 kB
Committed_AS:   858208 kB
PageTables:       1472 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= 66501 MiB

End job on node69 on Tue Mar  6 10:05:07 UTC 2007