Trace number 330733

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.0? (TO) 1200.09 1200.46

General information on the benchmark

Nameindustrial/IBM_FV_2004_30/
IBM_FV_2004_rule_batch_30_SAT_dat.k30.cnf
MD5SUM191bf76ba52591c5123b15dea5992d42
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables60464
Number of clauses250489
Sum of the clauses size640141
Maximum clause length12
Minimum clause length1
Number of clauses of size 12072
Number of clauses of size 2176950
Number of clauses of size 346686
Number of clauses of size 48874
Number of clauses of size 55039
Number of clauses of size over 510868

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/330733-1173172184/instance-330733-1173172184.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/node75/watcher-330733-1173172184 -o ROOT/results/node75/solver-330733-1173172184 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/330733-1173172184/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/330733-1173172184/instance-330733-1173172184.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.95 0.94 3/64 1443
/proc/meminfo: memFree=1239848/2055920 swapFree=4183188/4192956
[pid=1443] ppid=1441 vsize=1396 CPUtime=0
/proc/1443/stat : 1443 (Spear-32) R 1441 1443 32517 0 -1 4194304 154 0 0 0 0 0 0 0 19 0 1 0 337184249 1429504 138 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1443/statm: 349 138 121 302 0 44 0

[startup+0.0245159 s]
/proc/loadavg: 0.91 0.95 0.94 3/64 1443
/proc/meminfo: memFree=1239848/2055920 swapFree=4183188/4192956
[pid=1443] ppid=1441 vsize=1396 CPUtime=0.02
/proc/1443/stat : 1443 (Spear-32) R 1441 1443 32517 0 -1 4194304 154 0 0 0 2 0 0 0 19 0 1 0 337184249 1429504 138 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1443/statm: 349 138 121 302 0 44 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1396

[startup+0.101525 s]
/proc/loadavg: 0.91 0.95 0.94 3/64 1443
/proc/meminfo: memFree=1239848/2055920 swapFree=4183188/4192956
[pid=1443] ppid=1441 vsize=4480 CPUtime=0.09
/proc/1443/stat : 1443 (Spear-32) R 1441 1443 32517 0 -1 4194304 940 0 0 0 9 0 0 0 19 0 1 0 337184249 4587520 818 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/1443/statm: 1120 818 129 302 0 815 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4480

[startup+0.301548 s]
/proc/loadavg: 0.91 0.95 0.94 3/64 1443
/proc/meminfo: memFree=1239848/2055920 swapFree=4183188/4192956
[pid=1443] ppid=1441 vsize=11128 CPUtime=0.29
/proc/1443/stat : 1443 (Spear-32) R 1441 1443 32517 0 -1 4194304 2994 0 0 0 27 2 0 0 21 0 1 0 337184249 11395072 2564 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1443/statm: 2782 2564 129 302 0 2477 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11128

[startup+0.701595 s]
/proc/loadavg: 0.91 0.95 0.94 3/64 1443
/proc/meminfo: memFree=1239848/2055920 swapFree=4183188/4192956
[pid=1443] ppid=1441 vsize=22536 CPUtime=0.69
/proc/1443/stat : 1443 (Spear-32) R 1441 1443 32517 0 -1 4194304 6376 0 0 0 62 7 0 0 25 0 1 0 337184249 23076864 5366 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/1443/statm: 5634 5366 140 302 0 5329 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22536

[startup+1.50169 s]
/proc/loadavg: 0.91 0.95 0.94 2/65 1444
/proc/meminfo: memFree=1212512/2055920 swapFree=4183188/4192956
[pid=1443] ppid=1441 vsize=30884 CPUtime=1.49
/proc/1443/stat : 1443 (Spear-32) R 1441 1443 32517 0 -1 4194304 8642 0 0 0 141 8 0 0 25 0 1 0 337184249 31625216 7240 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1443/statm: 7721 7240 145 302 0 7416 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30884

[startup+3.10188 s]
/proc/loadavg: 0.91 0.95 0.94 2/65 1444
/proc/meminfo: memFree=1210848/2055920 swapFree=4183188/4192956
[pid=1443] ppid=1441 vsize=31660 CPUtime=3.09
/proc/1443/stat : 1443 (Spear-32) R 1441 1443 32517 0 -1 4194304 8833 0 0 0 300 9 0 0 25 0 1 0 337184249 32419840 7431 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1443/statm: 7915 7431 145 302 0 7610 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31660

[startup+6.30126 s]
/proc/loadavg: 0.92 0.95 0.94 2/65 1444
/proc/meminfo: memFree=1208928/2055920 swapFree=4183188/4192956
[pid=1443] ppid=1441 vsize=33380 CPUtime=6.28
/proc/1443/stat : 1443 (Spear-32) R 1441 1443 32517 0 -1 4194304 9253 0 0 0 617 11 0 0 25 0 1 0 337184249 34181120 7851 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1443/statm: 8345 7851 145 302 0 8040 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 33380

[startup+12.702 s]
/proc/loadavg: 0.93 0.95 0.94 2/65 1444
/proc/meminfo: memFree=1205424/2055920 swapFree=4183188/4192956
[pid=1443] ppid=1441 vsize=36996 CPUtime=12.69
/proc/1443/stat : 1443 (Spear-32) R 1441 1443 32517 0 -1 4194304 10155 0 0 0 1255 14 0 0 25 0 1 0 337184249 37883904 8720 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1443/statm: 9249 8720 145 302 0 8944 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 36996

[startup+25.5015 s]
/proc/loadavg: 0.94 0.96 0.94 2/65 1444
/proc/meminfo: memFree=1199600/2055920 swapFree=4183188/4192956
[pid=1443] ppid=1441 vsize=42756 CPUtime=25.48
/proc/1443/stat : 1443 (Spear-32) R 1441 1443 32517 0 -1 4194304 11623 0 0 0 2530 18 0 0 25 0 1 0 337184249 43782144 10155 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1443/statm: 10689 10155 145 302 0 10384 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 42756

[startup+51.1016 s]
/proc/loadavg: 0.96 0.96 0.94 2/65 1444
/proc/meminfo: memFree=1188528/2055920 swapFree=4183188/4192956
[pid=1443] ppid=1441 vsize=54232 CPUtime=51.07
/proc/1443/stat : 1443 (Spear-32) R 1441 1443 32517 0 -1 4194304 14511 0 0 0 5083 24 0 0 25 0 1 0 337184249 55533568 12978 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1443/statm: 13558 12978 145 302 0 13253 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 54232

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.94 2/65 1444
/proc/meminfo: memFree=1167536/2055920 swapFree=4183188/4192956
[pid=1443] ppid=1441 vsize=74724 CPUtime=102.26
/proc/1443/stat : 1443 (Spear-32) R 1441 1443 32517 0 -1 4194304 19680 0 0 0 10191 35 0 0 25 0 1 0 337184249 76517376 18147 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524522 0 0 4096 0 0 0 0 17 1 0 0
/proc/1443/statm: 18681 18147 145 302 0 18376 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 74724

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 1444
/proc/meminfo: memFree=1148080/2055920 swapFree=4183188/4192956
[pid=1443] ppid=1441 vsize=94652 CPUtime=162.24
/proc/1443/stat : 1443 (Spear-32) R 1441 1443 32517 0 -1 4194304 24689 0 0 0 16177 47 0 0 25 0 1 0 337184249 96923648 23027 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524748 0 0 4096 0 0 0 0 17 1 0 0
/proc/1443/statm: 23663 23027 145 302 0 23358 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 94652

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 1444
/proc/meminfo: memFree=1130736/2055920 swapFree=4183188/4192956
[pid=1443] ppid=1441 vsize=111716 CPUtime=222.22
/proc/1443/stat : 1443 (Spear-32) R 1441 1443 32517 0 -1 4194304 28976 0 0 0 22166 56 0 0 25 0 1 0 337184249 114397184 27314 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/1443/statm: 27929 27314 145 302 0 27624 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 111716

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 1444
/proc/meminfo: memFree=1112944/2055920 swapFree=4183188/4192956
[pid=1443] ppid=1441 vsize=129648 CPUtime=282.2
/proc/1443/stat : 1443 (Spear-32) R 1441 1443 32517 0 -1 4194304 33468 0 0 0 28153 67 0 0 25 0 1 0 337184249 132759552 31806 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1443/statm: 32412 31806 145 302 0 32107 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 129648

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 1444
/proc/meminfo: memFree=1096112/2055920 swapFree=4183188/4192956
[pid=1443] ppid=1441 vsize=146068 CPUtime=342.18
/proc/1443/stat : 1443 (Spear-32) R 1441 1443 32517 0 -1 4194304 37596 0 0 0 34142 76 0 0 25 0 1 0 337184249 149573632 35934 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524699 0 0 4096 0 0 0 0 17 1 0 0
/proc/1443/statm: 36517 35934 145 302 0 36212 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 146068

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 1444
/proc/meminfo: memFree=1078256/2055920 swapFree=4183188/4192956
[pid=1443] ppid=1441 vsize=164008 CPUtime=402.16
/proc/1443/stat : 1443 (Spear-32) R 1441 1443 32517 0 -1 4194304 42087 0 0 0 40133 83 0 0 25 0 1 0 337184249 167944192 40425 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527015 0 0 4096 0 0 0 0 17 1 0 0
/proc/1443/statm: 41002 40425 145 302 0 40697 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 164008

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 1444
/proc/meminfo: memFree=1060976/2055920 swapFree=4183188/4192956
[pid=1443] ppid=1441 vsize=182068 CPUtime=462.15
/proc/1443/stat : 1443 (Spear-32) R 1441 1443 32517 0 -1 4194304 46624 0 0 0 46123 92 0 0 25 0 1 0 337184249 186437632 44705 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1443/statm: 45517 44705 145 302 0 45212 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 182068

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 1444
/proc/meminfo: memFree=1045616/2055920 swapFree=4183188/4192956
[pid=1443] ppid=1441 vsize=197624 CPUtime=522.13
/proc/1443/stat : 1443 (Spear-32) R 1441 1443 32517 0 -1 4194304 50510 0 0 0 52115 98 0 0 25 0 1 0 337184249 202366976 48591 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/1443/statm: 49406 48591 145 302 0 49101 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 197624

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 1444
/proc/meminfo: memFree=1033392/2055920 swapFree=4183188/4192956
[pid=1443] ppid=1441 vsize=209752 CPUtime=582.11
/proc/1443/stat : 1443 (Spear-32) R 1441 1443 32517 0 -1 4194304 53520 0 0 0 58107 104 0 0 25 0 1 0 337184249 214786048 51601 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524472 0 0 4096 0 0 0 0 17 1 0 0
/proc/1443/statm: 52438 51601 145 302 0 52133 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 209752

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 1444
/proc/meminfo: memFree=1020656/2055920 swapFree=4183188/4192956
[pid=1443] ppid=1441 vsize=222304 CPUtime=642.1
/proc/1443/stat : 1443 (Spear-32) R 1441 1443 32517 0 -1 4194304 56650 0 0 0 64100 110 0 0 25 0 1 0 337184249 227639296 54731 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/1443/statm: 55576 54731 145 302 0 55271 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 222304

[startup+702.302 s]
/proc/loadavg: 1.04 0.99 0.94 2/65 1444
/proc/meminfo: memFree=1008176/2055920 swapFree=4183188/4192956
[pid=1443] ppid=1441 vsize=234856 CPUtime=702.07
/proc/1443/stat : 1443 (Spear-32) R 1441 1443 32517 0 -1 4194304 59810 0 0 0 70091 116 0 0 25 0 1 0 337184249 240492544 57891 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/1443/statm: 58714 57891 145 302 0 58409 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 234856

[startup+762.306 s]
/proc/loadavg: 1.01 0.99 0.94 2/65 1444
/proc/meminfo: memFree=996144/2055920 swapFree=4183188/4192956
[pid=1443] ppid=1441 vsize=246888 CPUtime=762.06
/proc/1443/stat : 1443 (Spear-32) R 1441 1443 32517 0 -1 4194304 62783 0 0 0 76084 122 0 0 25 0 1 0 337184249 252813312 60864 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527004 0 0 4096 0 0 0 0 17 1 0 0
/proc/1443/statm: 61722 60864 145 302 0 61417 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 246888

[startup+822.302 s]
/proc/loadavg: 1.00 0.99 0.94 2/65 1444
/proc/meminfo: memFree=984560/2055920 swapFree=4183188/4192956
[pid=1443] ppid=1441 vsize=258716 CPUtime=822.04
/proc/1443/stat : 1443 (Spear-32) R 1441 1443 32517 0 -1 4194304 65709 0 0 0 82075 129 0 0 25 0 1 0 337184249 264925184 63790 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1443/statm: 64679 63790 145 302 0 64374 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 258716

[startup+882.302 s]
/proc/loadavg: 1.00 0.99 0.94 2/65 1444
/proc/meminfo: memFree=972784/2055920 swapFree=4183188/4192956
[pid=1443] ppid=1441 vsize=270156 CPUtime=882.02
/proc/1443/stat : 1443 (Spear-32) R 1441 1443 32517 0 -1 4194304 68611 0 0 0 88068 134 0 0 25 0 1 0 337184249 276639744 66692 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526721 0 0 4096 0 0 0 0 17 1 0 0
/proc/1443/statm: 67539 66692 145 302 0 67234 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 270156

[startup+942.302 s]
/proc/loadavg: 1.00 0.99 0.94 2/65 1444
/proc/meminfo: memFree=960688/2055920 swapFree=4183188/4192956
[pid=1443] ppid=1441 vsize=282296 CPUtime=942.01
/proc/1443/stat : 1443 (Spear-32) R 1441 1443 32517 0 -1 4194304 71657 0 0 0 94061 140 0 0 25 0 1 0 337184249 289071104 69738 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/1443/statm: 70574 69738 145 302 0 70269 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 282296

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.94 2/65 1444
/proc/meminfo: memFree=949168/2055920 swapFree=4183188/4192956
[pid=1443] ppid=1441 vsize=293844 CPUtime=1001.99
/proc/1443/stat : 1443 (Spear-32) R 1441 1443 32517 0 -1 4194304 74524 0 0 0 100053 146 0 0 25 0 1 0 337184249 300896256 72605 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/1443/statm: 73461 72605 145 302 0 73156 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 293844

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.94 2/65 1444
/proc/meminfo: memFree=935408/2055920 swapFree=4183188/4192956
[pid=1443] ppid=1441 vsize=307476 CPUtime=1061.97
/proc/1443/stat : 1443 (Spear-32) R 1441 1443 32517 0 -1 4194304 77965 0 0 0 106045 152 0 0 25 0 1 0 337184249 314855424 76046 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/1443/statm: 76869 76046 145 302 0 76564 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 307476

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.94 2/65 1444
/proc/meminfo: memFree=922288/2055920 swapFree=4183188/4192956
[pid=1443] ppid=1441 vsize=320616 CPUtime=1121.95
/proc/1443/stat : 1443 (Spear-32) R 1441 1443 32517 0 -1 4194304 81213 0 0 0 112039 156 0 0 25 0 1 0 337184249 328310784 79294 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/1443/statm: 80154 79294 145 302 0 79849 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 320616

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.94 2/65 1444
/proc/meminfo: memFree=910832/2055920 swapFree=4183188/4192956
[pid=1443] ppid=1441 vsize=332180 CPUtime=1181.93
/proc/1443/stat : 1443 (Spear-32) R 1441 1443 32517 0 -1 4194304 84097 0 0 0 118032 161 0 0 25 0 1 0 337184249 340152320 82178 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/1443/statm: 83045 82178 145 302 0 82740 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 332180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 0.99 0.94 2/65 1444
/proc/meminfo: memFree=907760/2055920 swapFree=4183188/4192956
[pid=1443] ppid=1441 vsize=335176 CPUtime=1200.04
/proc/1443/stat : 1443 (Spear-32) R 1441 1443 32517 0 -1 4194304 84831 0 0 0 119841 163 0 0 25 0 1 0 337184249 343220224 82912 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/1443/statm: 83794 82912 145 302 0 83489 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 335176

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.46
CPU time (s): 1200.09
CPU user time (s): 1198.41
CPU system time (s): 1.68274
CPU usage (%): 99.9698
Max. virtual memory (cumulated for all children) (KiB): 335176

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

runsolver used 0.840872 second user time and 2.45163 second system time

The end

Launcher Data (download as text)

Begin job on node75 on Tue Mar  6 09:09:44 UTC 2007

IDJOB= 330733
IDBENCH= 20570
IDSOLVER= 131
FILE ID= node75/330733-1173172184

PBS_JOBID= 4015230

Free space on /tmp= 66490 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  191bf76ba52591c5123b15dea5992d42

RANDOM SEED= 374724187

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node75.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.218
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.218
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1240256 kB
Buffers:         39820 kB
Cached:         692868 kB
SwapCached:       3752 kB
Active:          99288 kB
Inactive:       642996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1240256 kB
SwapTotal:     4192956 kB
SwapFree:      4183188 kB
Dirty:            7204 kB
Writeback:           0 kB
Mapped:          15648 kB
Slab:            59312 kB
Committed_AS:   866440 kB
PageTables:       1432 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= 66490 MiB

End job on node75 on Tue Mar  6 09:29:47 UTC 2007