Trace number 3706807

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 NameAnswerobjective functionCPU timeWall clock time
toysat 2012-05-17? (TO) 1800.04 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-30:70:4.5:0.95:100.opb
MD5SUM8ebfb10d75940bc93d5e7784548911ff
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark18.6692
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 120
Optimality of the best value was proved NO
Number of variables10976
Total number of constraints12527
Number of constraints which are clauses10470
Number of constraints which are cardinality constraints (but not clauses)2057
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint24
Number of terms in the objective function 10976
Biggest coefficient in the objective function 6152
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 31915
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 6152
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 31915
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

14.78/14.88	c 2012-05-27T13:08:45+0200
14.78/14.88	c arch = x86_64
14.78/14.88	c os = linux
14.78/14.88	c compiler = ghc 7.4
14.78/14.88	c packages:
14.78/14.88	c   OptDir-0.0.1
14.78/14.88	c   array-0.4.0.0
14.78/14.88	c   base-4.5.0.0
14.78/14.88	c   bytestring-0.9.2.1
14.78/14.88	c   containers-0.4.2.1
14.78/14.88	c   deepseq-1.3.0.0
14.78/14.88	c   mtl-2.1.1
14.78/14.88	c   old_locale-1.0.0.4
14.78/14.88	c   parse_dimacs-1.2
14.78/14.88	c   parsec-3.1.2
14.78/14.88	c   queue-0.1.2
14.78/14.88	c   stm-2.3
14.78/14.88	c   time-1.4
14.78/14.88	c command line = ["--pb","HOME/instance-3706807-1338116924.opb"]
14.78/14.88	c #vars 10976
14.78/14.88	c #constraints 12527
14.78/14.88	c Solving starts ...
14.88/14.93	c solving time = 0.040s
14.88/14.93	c #decision = 6290
14.88/14.93	c #conflict = 0
14.88/14.93	c #restart = 0
14.88/14.93	o 143
14.88/14.98	c Solving starts ...

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3706807-1338116924/watcher-3706807-1338116924 -o /tmp/evaluation-result-3706807-1338116924/solver-3706807-1338116924 -C 1800 -W 1900 -M 15500 HOME/toysat --pb HOME/instance-3706807-1338116924.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.94 1.99 1.99 2/176 8867
/proc/meminfo: memFree=28583416/32873648 swapFree=6844/6844
[pid=8867] ppid=8865 vsize=6208 CPUtime=0 cores=0,2,4,6
/proc/8867/stat : 8867 (toysat) R 8865 8867 5668 0 -1 4202496 795 0 0 0 0 0 0 0 20 0 1 0 277819223 6356992 717 33554432000 4194304 8973514 140735692767904 140736518734616 4209325 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/8867/statm: 1552 720 411 1167 0 333 0

[startup+0.06636 s]
/proc/loadavg: 1.94 1.99 1.99 2/176 8867
/proc/meminfo: memFree=28583416/32873648 swapFree=6844/6844
[pid=8867] ppid=8865 vsize=10304 CPUtime=0.06 cores=0,2,4,6
/proc/8867/stat : 8867 (toysat) R 8865 8867 5668 0 -1 4202496 1654 0 0 0 6 0 0 0 20 0 1 0 277819223 10551296 1576 33554432000 4194304 8973514 140735692767904 140736518734616 7937344 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/8867/statm: 2576 1576 417 1167 0 1357 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10304

[startup+0.100236 s]
/proc/loadavg: 1.94 1.99 1.99 2/176 8867
/proc/meminfo: memFree=28583416/32873648 swapFree=6844/6844
[pid=8867] ppid=8865 vsize=11328 CPUtime=0.09 cores=0,2,4,6
/proc/8867/stat : 8867 (toysat) R 8865 8867 5668 0 -1 4202496 2099 0 0 0 9 0 0 0 20 0 1 0 277819223 11599872 2021 33554432000 4194304 8973514 140735692767904 140736518734616 4204592 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/8867/statm: 2832 2021 417 1167 0 1613 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11328

[startup+0.300222 s]
/proc/loadavg: 1.94 1.99 1.99 2/176 8867
/proc/meminfo: memFree=28583416/32873648 swapFree=6844/6844
[pid=8867] ppid=8865 vsize=23616 CPUtime=0.29 cores=0,2,4,6
/proc/8867/stat : 8867 (toysat) R 8865 8867 5668 0 -1 4202496 5182 0 0 0 28 1 0 0 20 0 1 0 277819223 24182784 5104 33554432000 4194304 8973514 140735692767904 140736518734616 4209220 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/8867/statm: 5904 5104 422 1167 0 4685 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23616

[startup+0.700183 s]
/proc/loadavg: 1.94 1.99 1.99 2/176 8867
/proc/meminfo: memFree=28583416/32873648 swapFree=6844/6844
[pid=8867] ppid=8865 vsize=30784 CPUtime=0.69 cores=0,2,4,6
/proc/8867/stat : 8867 (toysat) R 8865 8867 5668 0 -1 4202496 6981 0 0 0 68 1 0 0 20 0 1 0 277819223 31522816 6903 33554432000 4194304 8973514 140735692767904 140735692767400 4481716 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/8867/statm: 7696 6903 429 1167 0 6477 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30784

[startup+1.50019 s]
/proc/loadavg: 1.94 1.99 1.99 3/177 8868
/proc/meminfo: memFree=28557500/32873648 swapFree=6844/6844
[pid=8867] ppid=8865 vsize=30784 CPUtime=1.48 cores=0,2,4,6
/proc/8867/stat : 8867 (toysat) R 8865 8867 5668 0 -1 4202496 6981 0 0 0 147 1 0 0 20 0 1 0 277819223 31522816 6903 33554432000 4194304 8973514 140735692767904 140735692767400 4481241 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/8867/statm: 7696 6903 429 1167 0 6477 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 30784

[startup+3.10021 s]
/proc/loadavg: 1.94 1.99 1.99 3/177 8868
/proc/meminfo: memFree=28554260/32873648 swapFree=6844/6844
[pid=8867] ppid=8865 vsize=33856 CPUtime=3.09 cores=0,2,4,6
/proc/8867/stat : 8867 (toysat) R 8865 8867 5668 0 -1 4202496 7749 0 0 0 307 2 0 0 20 0 1 0 277819223 34668544 7671 33554432000 4194304 8973514 140735692767904 140735692767400 5372265 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/8867/statm: 8464 7671 429 1167 0 7245 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33856

[startup+6.30021 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 8868
/proc/meminfo: memFree=28553996/32873648 swapFree=6844/6844
[pid=8867] ppid=8865 vsize=33856 CPUtime=6.29 cores=0,2,4,6
/proc/8867/stat : 8867 (toysat) R 8865 8867 5668 0 -1 4202496 7749 0 0 0 625 4 0 0 20 0 1 0 277819223 34668544 7671 33554432000 4194304 8973514 140735692767904 140735692767400 4259056 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/8867/statm: 8464 7671 429 1167 0 7245 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33856

[startup+12.7002 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 8868
/proc/meminfo: memFree=28553924/32873648 swapFree=6844/6844
[pid=8867] ppid=8865 vsize=33856 CPUtime=12.69 cores=0,2,4,6
/proc/8867/stat : 8867 (toysat) R 8865 8867 5668 0 -1 4202496 7749 0 0 0 1263 6 0 0 20 0 1 0 277819223 34668544 7671 33554432000 4194304 8973514 140735692767904 140735692767400 7654005 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/8867/statm: 8464 7671 429 1167 0 7245 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 33856

[startup+25.5003 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 8907
/proc/meminfo: memFree=28581768/32873648 swapFree=6844/6844
[pid=8867] ppid=8865 vsize=49216 CPUtime=25.49 cores=0,2,4,6
/proc/8867/stat : 8867 (toysat) R 8865 8867 5668 0 -1 4202496 11403 0 0 0 2539 10 0 0 20 0 1 0 277819223 50397184 11325 33554432000 4194304 8973514 140735692767904 140735692765824 4434661 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/8867/statm: 12304 11325 458 1167 0 11085 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 49216

[startup+51.1003 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 8907
/proc/meminfo: memFree=28554864/32873648 swapFree=6844/6844
[pid=8867] ppid=8865 vsize=66624 CPUtime=51.07 cores=0,2,4,6
/proc/8867/stat : 8867 (toysat) R 8865 8867 5668 0 -1 4202496 15985 0 0 0 5090 17 0 0 20 0 1 0 277819223 68222976 15897 33554432000 4194304 8973514 140735692767904 140735692767168 7937344 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/8867/statm: 16656 15897 458 1167 0 15437 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 66624

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8910
/proc/meminfo: memFree=28532488/32873648 swapFree=6844/6844
[pid=8867] ppid=8865 vsize=87104 CPUtime=102.27 cores=0,2,4,6
/proc/8867/stat : 8867 (toysat) R 8865 8867 5668 0 -1 4202496 20934 0 0 0 10195 32 0 0 20 0 1 0 277819223 89194496 20836 33554432000 4194304 8973514 140735692767904 140735692767168 7937344 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/8867/statm: 21776 20836 458 1167 0 20557 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 87104

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8910
/proc/meminfo: memFree=28501352/32873648 swapFree=6844/6844
[pid=8867] ppid=8865 vsize=112704 CPUtime=162.24 cores=0,2,4,6
/proc/8867/stat : 8867 (toysat) R 8865 8867 5668 0 -1 4202496 27533 0 0 0 16176 48 0 0 20 0 1 0 277819223 115408896 27417 33554432000 4194304 8973514 140735692767904 140735692767168 7681396 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/8867/statm: 28176 27417 458 1167 0 26957 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 112704

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8910
/proc/meminfo: memFree=28478444/32873648 swapFree=6844/6844
[pid=8867] ppid=8865 vsize=139328 CPUtime=222.24 cores=0,2,4,6
/proc/8867/stat : 8867 (toysat) R 8865 8867 5668 0 -1 4202496 34100 0 0 0 22156 68 0 0 20 0 1 0 277819223 142671872 33984 33554432000 4194304 8973514 140735692767904 140735692767400 4209142 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/8867/statm: 34832 33984 458 1167 0 33613 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 139328

[startup+282.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 8910
/proc/meminfo: memFree=28453800/32873648 swapFree=6844/6844
[pid=8867] ppid=8865 vsize=161856 CPUtime=282.22 cores=0,2,4,6
/proc/8867/stat : 8867 (toysat) R 8865 8867 5668 0 -1 4202496 39833 0 0 0 28139 83 0 0 20 0 1 0 277819223 165740544 39705 33554432000 4194304 8973514 140735692767904 140735692767168 4463400 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/8867/statm: 40464 39705 458 1167 0 39245 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 161856

[startup+342.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 8911
/proc/meminfo: memFree=28426412/32873648 swapFree=6844/6844
[pid=8867] ppid=8865 vsize=188480 CPUtime=342.21 cores=0,2,4,6
/proc/8867/stat : 8867 (toysat) R 8865 8867 5668 0 -1 4202496 46496 0 0 0 34121 100 0 0 20 0 1 0 277819223 193003520 46361 33554432000 4194304 8973514 140735692767904 140735692767400 7937344 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/8867/statm: 47120 46361 458 1167 0 45901 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 188480

[startup+402.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 8911
/proc/meminfo: memFree=28401200/32873648 swapFree=6844/6844
[pid=8867] ppid=8865 vsize=208960 CPUtime=402.2 cores=0,2,4,6
/proc/8867/stat : 8867 (toysat) R 8865 8867 5668 0 -1 4202496 51616 0 0 0 40103 117 0 0 20 0 1 0 277819223 213975040 51481 33554432000 4194304 8973514 140735692767904 140735692767168 4208816 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/8867/statm: 52240 51481 458 1167 0 51021 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 208960

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8911
/proc/meminfo: memFree=28382076/32873648 swapFree=6844/6844
[pid=8867] ppid=8865 vsize=232512 CPUtime=462.17 cores=0,2,4,6
/proc/8867/stat : 8867 (toysat) R 8865 8867 5668 0 -1 4202496 57522 0 0 0 46086 131 0 0 20 0 1 0 277819223 238092288 57369 33554432000 4194304 8973514 140735692767904 140735692767168 4209198 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/8867/statm: 58128 57369 458 1167 0 56909 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 232512

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8911
/proc/meminfo: memFree=28357536/32873648 swapFree=6844/6844
[pid=8867] ppid=8865 vsize=252992 CPUtime=522.16 cores=0,2,4,6
/proc/8867/stat : 8867 (toysat) R 8865 8867 5668 0 -1 4202496 62652 0 0 0 52072 144 0 0 20 0 1 0 277819223 259063808 62489 33554432000 4194304 8973514 140735692767904 140735692767168 7841851 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/8867/statm: 63248 62489 458 1167 0 62029 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 252992

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8911
/proc/meminfo: memFree=28336544/32873648 swapFree=6844/6844
[pid=8867] ppid=8865 vsize=275520 CPUtime=582.15 cores=0,2,4,6
/proc/8867/stat : 8867 (toysat) R 8865 8867 5668 0 -1 4202496 68284 0 0 0 58058 157 0 0 20 0 1 0 277819223 282132480 68121 33554432000 4194304 8973514 140735692767904 140735692767400 4209212 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/8867/statm: 68880 68121 458 1167 0 67661 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 275520

[startup+642.3 s]

################
# More data... #
################

[startup+882.307 s]
/proc/loadavg: 2.13 2.04 2.01 3/177 8915
/proc/meminfo: memFree=28242076/32873648 swapFree=6844/6844
[pid=8867] ppid=8865 vsize=366656 CPUtime=882.1 cores=0,2,4,6
/proc/8867/stat : 8867 (toysat) R 8865 8867 5668 0 -1 4202496 90889 0 0 0 87993 217 0 0 20 0 1 0 277819223 375455744 90705 33554432000 4194304 8973514 140735692767904 140735692767400 7716772 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/8867/statm: 91664 90705 458 1167 0 90445 0
Current children cumulated CPU time (s) 882.1
Current children cumulated vsize (KiB) 366656

[startup+942.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 8916
/proc/meminfo: memFree=28226028/32873648 swapFree=6844/6844
[pid=8867] ppid=8865 vsize=382016 CPUtime=942.09 cores=0,2,4,6
/proc/8867/stat : 8867 (toysat) R 8865 8867 5668 0 -1 4202496 94862 0 0 0 93981 228 0 0 20 0 1 0 277819223 391184384 94678 33554432000 4194304 8973514 140735692767904 140735692767168 7681396 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/8867/statm: 95504 94678 458 1167 0 94285 0
Current children cumulated CPU time (s) 942.09
Current children cumulated vsize (KiB) 382016

[startup+1002.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 8916
/proc/meminfo: memFree=28199536/32873648 swapFree=6844/6844
[pid=8867] ppid=8865 vsize=401472 CPUtime=1002.06 cores=0,2,4,6
/proc/8867/stat : 8867 (toysat) R 8865 8867 5668 0 -1 4202496 99818 0 0 0 99970 236 0 0 20 0 1 0 277819223 411107328 99609 33554432000 4194304 8973514 140735692767904 140735692765824 7841851 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/8867/statm: 100368 99609 458 1167 0 99149 0
Current children cumulated CPU time (s) 1002.06
Current children cumulated vsize (KiB) 401472

[startup+1062.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 8916
/proc/meminfo: memFree=28190184/32873648 swapFree=6844/6844
[pid=8867] ppid=8865 vsize=416832 CPUtime=1062.05 cores=0,2,4,6
/proc/8867/stat : 8867 (toysat) R 8865 8867 5668 0 -1 4202496 103658 0 0 0 105959 246 0 0 20 0 1 0 277819223 426835968 103449 33554432000 4194304 8973514 140735692767904 140735692767168 7681396 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/8867/statm: 104208 103449 458 1167 0 102989 0
Current children cumulated CPU time (s) 1062.05
Current children cumulated vsize (KiB) 416832

[startup+1122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 8916
/proc/meminfo: memFree=28173232/32873648 swapFree=6844/6844
[pid=8867] ppid=8865 vsize=433216 CPUtime=1122.04 cores=0,2,4,6
/proc/8867/stat : 8867 (toysat) R 8865 8867 5668 0 -1 4202496 107754 0 0 0 111948 256 0 0 20 0 1 0 277819223 443613184 107545 33554432000 4194304 8973514 140735692767904 140735692767168 7681403 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/8867/statm: 108304 107545 458 1167 0 107085 0
Current children cumulated CPU time (s) 1122.04
Current children cumulated vsize (KiB) 433216

[startup+1182.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 8916
/proc/meminfo: memFree=28156600/32873648 swapFree=6844/6844
[pid=8867] ppid=8865 vsize=448576 CPUtime=1182.04 cores=0,2,4,6
/proc/8867/stat : 8867 (toysat) R 8865 8867 5668 0 -1 4202496 111594 0 0 0 117936 268 0 0 20 0 1 0 277819223 459341824 111385 33554432000 4194304 8973514 140735692767904 140735692767400 4459352 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/8867/statm: 112144 111385 458 1167 0 110925 0
Current children cumulated CPU time (s) 1182.04
Current children cumulated vsize (KiB) 448576

[startup+1242.3 s]
/proc/loadavg: 2.09 2.04 2.00 3/177 8917
/proc/meminfo: memFree=28138848/32873648 swapFree=6844/6844
[pid=8867] ppid=8865 vsize=467008 CPUtime=1242.03 cores=0,2,4,6
/proc/8867/stat : 8867 (toysat) R 8865 8867 5668 0 -1 4202496 116202 0 0 0 123926 277 0 0 20 0 1 0 277819223 478216192 115993 33554432000 4194304 8973514 140735692767904 140735692767168 7654252 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/8867/statm: 116752 115993 458 1167 0 115533 0
Current children cumulated CPU time (s) 1242.03
Current children cumulated vsize (KiB) 467008

[startup+1302.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/178 8920
/proc/meminfo: memFree=28124352/32873648 swapFree=6844/6844
[pid=8867] ppid=8865 vsize=481344 CPUtime=1302.02 cores=0,2,4,6
/proc/8867/stat : 8867 (toysat) R 8865 8867 5668 0 -1 4202496 119796 0 0 0 129913 289 0 0 20 0 1 0 277819223 492896256 119577 33554432000 4194304 8973514 140735692767904 140735692767168 4213833 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/8867/statm: 120336 119577 458 1167 0 119117 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 481344

[startup+1362.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 8920
/proc/meminfo: memFree=28100720/32873648 swapFree=6844/6844
[pid=8867] ppid=8865 vsize=501824 CPUtime=1362 cores=0,2,4,6
/proc/8867/stat : 8867 (toysat) R 8865 8867 5668 0 -1 4202496 124810 0 0 0 135901 299 0 0 20 0 1 0 277819223 513867776 124578 33554432000 4194304 8973514 140735692767904 140735692767168 7681396 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/8867/statm: 125456 124578 458 1167 0 124237 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 501824

[startup+1422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 8920
/proc/meminfo: memFree=28088888/32873648 swapFree=6844/6844
[pid=8867] ppid=8865 vsize=513088 CPUtime=1421.99 cores=0,2,4,6
/proc/8867/stat : 8867 (toysat) R 8865 8867 5668 0 -1 4202496 127745 0 0 0 141891 308 0 0 20 0 1 0 277819223 525402112 127513 33554432000 4194304 8973514 140735692767904 140735692767168 7841851 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/8867/statm: 128272 127513 458 1167 0 127053 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 513088

[startup+1482.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/178 8921
/proc/meminfo: memFree=28079900/32873648 swapFree=6844/6844
[pid=8867] ppid=8865 vsize=523328 CPUtime=1481.98 cores=0,2,4,6
/proc/8867/stat : 8867 (toysat) R 8865 8867 5668 0 -1 4202496 130305 0 0 0 147878 320 0 0 20 0 1 0 277819223 535887872 130073 33554432000 4194304 8973514 140735692767904 140735692767168 4211753 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/8867/statm: 130832 130073 458 1167 0 129613 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 523328

[startup+1542.31 s]
/proc/loadavg: 2.12 2.05 2.01 3/177 8921
/proc/meminfo: memFree=28060936/32873648 swapFree=6844/6844
[pid=8867] ppid=8865 vsize=537664 CPUtime=1541.98 cores=0,2,4,6
/proc/8867/stat : 8867 (toysat) R 8865 8867 5668 0 -1 4202496 133678 0 0 0 153870 328 0 0 20 0 1 0 277819223 550567936 133446 33554432000 4194304 8973514 140735692767904 140735692767168 7681396 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/8867/statm: 134416 133446 458 1167 0 133197 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 537664

[startup+1602.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/177 8922
/proc/meminfo: memFree=28045876/32873648 swapFree=6844/6844
[pid=8867] ppid=8865 vsize=552000 CPUtime=1601.96 cores=0,2,4,6
/proc/8867/stat : 8867 (toysat) R 8865 8867 5668 0 -1 4202496 137473 0 0 0 159859 337 0 0 20 0 1 0 277819223 565248000 137241 33554432000 4194304 8973514 140735692767904 140735692767168 4537498 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/8867/statm: 138000 137241 458 1167 0 136781 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 552000

[startup+1662.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/177 8922
/proc/meminfo: memFree=28036432/32873648 swapFree=6844/6844
[pid=8867] ppid=8865 vsize=566336 CPUtime=1661.95 cores=0,2,4,6
/proc/8867/stat : 8867 (toysat) R 8865 8867 5668 0 -1 4202496 140965 0 0 0 165849 346 0 0 20 0 1 0 277819223 579928064 140733 33554432000 4194304 8973514 140735692767904 140735692767168 7841851 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/8867/statm: 141584 140733 458 1167 0 140365 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 566336

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 8922
/proc/meminfo: memFree=28022680/32873648 swapFree=6844/6844
[pid=8867] ppid=8865 vsize=577600 CPUtime=1721.93 cores=0,2,4,6
/proc/8867/stat : 8867 (toysat) R 8865 8867 5668 0 -1 4202496 143895 0 0 0 171838 355 0 0 20 0 1 0 277819223 591462400 143641 33554432000 4194304 8973514 140735692767904 140735692767168 7681396 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/8867/statm: 144400 143641 458 1167 0 143181 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 577600

[startup+1782.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/177 8922
/proc/meminfo: memFree=28009444/32873648 swapFree=6844/6844
[pid=8867] ppid=8865 vsize=588864 CPUtime=1781.92 cores=0,2,4,6
/proc/8867/stat : 8867 (toysat) R 8865 8867 5668 0 -1 4202496 146715 0 0 0 177827 365 0 0 20 0 1 0 277819223 602996736 146457 33554432000 4194304 8973514 140735692767904 140735692767168 4546537 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/8867/statm: 147216 146457 458 1167 0 145997 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 588864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.05 2.04 2.00 3/177 8922
/proc/meminfo: memFree=28011496/32873648 swapFree=6844/6844
[pid=8867] ppid=8865 vsize=593984 CPUtime=1800.02 cores=0,2,4,6
/proc/8867/stat : 8867 (toysat) R 8865 8867 5668 0 -1 4202496 147864 0 0 0 179634 368 0 0 20 0 1 0 277819223 608239616 147606 33554432000 4194304 8973514 140735692767904 140735692767168 7681396 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/8867/statm: 148496 147606 458 1167 0 147277 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 593984

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

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

[startup+1800.4 s]
/proc/loadavg: 2.05 2.04 2.00 3/177 8922
/proc/meminfo: memFree=28011496/32873648 swapFree=6844/6844
[pid=8867] ppid=8865 vsize=593984 CPUtime=1800.02 cores=0,2,4,6
/proc/8867/stat : 8867 (toysat) R 8865 8867 5668 0 -1 4202496 147864 0 0 0 179634 368 0 0 20 0 1 0 277819223 608239616 147606 33554432000 4194304 8973514 140735692767904 140735692767168 7681396 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/8867/statm: 148496 147606 458 1167 0 147277 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 593984

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.41
CPU time (s): 1800.04
CPU user time (s): 1796.35
CPU system time (s): 3.68944
CPU usage (%): 99.9793
Max. virtual memory (cumulated for all children) (KiB): 593984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.35
system time used= 3.68944
maximum resident set size= 590424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147864
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= 188
involuntary context switches= 2066

runsolver used 3.05953 second user time and 9.77751 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-27 13:08:45
IDJOB=3706807
IDBENCH=2223
IDSOLVER=2285
FILE ID=node115/3706807-1338116924
RUNJOBID= node115-1338109714-8419
PBS_JOBID= 14624444
Free space on /tmp= 71664 MiB

SOLVER NAME= toysat 2012-05-17
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/radar/normalized-30:70:4.5:0.95:100.opb
COMMAND LINE= HOME/toysat --pb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3706807-1338116924/watcher-3706807-1338116924 -o /tmp/evaluation-result-3706807-1338116924/solver-3706807-1338116924 -C 1800 -W 1900 -M 15500  HOME/toysat --pb HOME/instance-3706807-1338116924.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 8ebfb10d75940bc93d5e7784548911ff
RANDOM SEED=1388148620

node115.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28584424 kB
Buffers:          307324 kB
Cached:          3103068 kB
SwapCached:            0 kB
Active:          1072076 kB
Inactive:        2408380 kB
Active(anon):      72880 kB
Inactive(anon):        0 kB
Active(file):     999196 kB
Inactive(file):  2408380 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              7780 kB
Writeback:             0 kB
AnonPages:         76916 kB
Mapped:            16124 kB
Shmem:               200 kB
Slab:             671916 kB
SReclaimable:     116252 kB
SUnreclaim:       555664 kB
KernelStack:        1464 kB
PageTables:         4512 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     183620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71656 MiB
End job on node115 at 2012-05-27 13:38:47