Trace number 3725178

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-06-01? (TO) 1800.02 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-30:30:4.5:0.95:98.opb
MD5SUM6272f76e60106089ef6773ef02321eb2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark3.54446
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4
Optimality of the best value was proved YES
Number of variables4624
Total number of constraints5263
Number of constraints which are clauses4404
Number of constraints which are cardinality constraints (but not clauses)859
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint22
Number of terms in the objective function 4624
Biggest coefficient in the objective function 2577
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 13335
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 2577
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 13335
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2.29/2.36	c 2012-06-02T12:35:54+0200
2.29/2.36	c arch = x86_64
2.29/2.36	c os = linux
2.29/2.36	c compiler = ghc 7.4
2.29/2.36	c packages:
2.29/2.36	c   OptDir-0.0.1
2.29/2.36	c   array-0.4.0.0
2.29/2.36	c   base-4.5.0.0
2.29/2.36	c   bytestring-0.9.2.1
2.29/2.36	c   containers-0.4.2.1
2.29/2.36	c   deepseq-1.3.0.0
2.29/2.36	c   mtl-2.1.1
2.29/2.36	c   old_locale-1.0.0.4
2.29/2.36	c   parse_dimacs-1.2
2.29/2.36	c   parsec-3.1.2
2.29/2.36	c   queue-0.1.2
2.29/2.36	c   stm-2.3
2.29/2.36	c   time-1.4
2.29/2.36	c command line = ["+RTS","-K1G","-RTS","--pb","HOME/instance-3725178-1338633354.opb"]
2.29/2.36	c #vars 4624
2.29/2.36	c #constraints 5263
2.29/2.36	c Solving starts ...
2.29/2.38	c solving time = 0.013s
2.29/2.38	c #decision = 2656
2.29/2.38	c #conflict = 0
2.29/2.38	c #restart = 0
2.29/2.38	o 78
2.29/2.39	c Solving starts ...
469.24/469.44	c learnt constraints deletion: 9716 -> 4858
798.07/798.30	c learnt constraints deletion: 10491 -> 5246
1273.59/1273.98	c learnt constraints deletion: 11345 -> 5673

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-3725178-1338633354/watcher-3725178-1338633354 -o /tmp/evaluation-result-3725178-1338633354/solver-3725178-1338633354 -C 1800 -W 1900 -M 15500 HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3725178-1338633354.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.99 2.04 1.73 3/176 13174
/proc/meminfo: memFree=31527376/32873844 swapFree=7900/7900
[pid=13174] ppid=13172 vsize=7248 CPUtime=0 cores=0,2,4,6
/proc/13174/stat : 13174 (toysat) R 13172 13174 12961 0 -1 4202496 836 0 0 0 0 0 0 0 20 0 1 0 329459938 7421952 756 33554432000 4194304 8989770 140737098210784 140737098210048 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13174/statm: 1812 756 425 1171 0 589 0

[startup+0.047998 s]
/proc/loadavg: 1.99 2.04 1.73 3/176 13174
/proc/meminfo: memFree=31527376/32873844 swapFree=7900/7900
[pid=13174] ppid=13172 vsize=9296 CPUtime=0.04 cores=0,2,4,6
/proc/13174/stat : 13174 (toysat) R 13172 13174 12961 0 -1 4202496 1601 0 0 0 4 0 0 0 20 0 1 0 329459938 9519104 1521 33554432000 4194304 8989770 140737098210784 140737098210048 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13174/statm: 2324 1521 430 1171 0 1101 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9296

[startup+0.10032 s]
/proc/loadavg: 1.99 2.04 1.73 3/176 13174
/proc/meminfo: memFree=31527376/32873844 swapFree=7900/7900
[pid=13174] ppid=13172 vsize=12368 CPUtime=0.09 cores=0,2,4,6
/proc/13174/stat : 13174 (toysat) R 13172 13174 12961 0 -1 4202496 2369 0 0 0 9 0 0 0 20 0 1 0 329459938 12664832 2289 33554432000 4194304 8989770 140737098210784 140737098210048 7420388 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13174/statm: 3092 2289 430 1171 0 1869 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12368

[startup+0.300306 s]
/proc/loadavg: 1.99 2.04 1.73 3/176 13174
/proc/meminfo: memFree=31527376/32873844 swapFree=7900/7900
[pid=13174] ppid=13172 vsize=16464 CPUtime=0.29 cores=0,2,4,6
/proc/13174/stat : 13174 (toysat) R 13172 13174 12961 0 -1 4202496 3412 0 0 0 29 0 0 0 20 0 1 0 329459938 16859136 3332 33554432000 4194304 8989770 140737098210784 140737098210048 6678594 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13174/statm: 4116 3332 443 1171 0 2893 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16464

[startup+0.70022 s]
/proc/loadavg: 1.99 2.04 1.73 3/176 13174
/proc/meminfo: memFree=31527376/32873844 swapFree=7900/7900
[pid=13174] ppid=13172 vsize=16464 CPUtime=0.69 cores=0,2,4,6
/proc/13174/stat : 13174 (toysat) R 13172 13174 12961 0 -1 4202496 3412 0 0 0 69 0 0 0 20 0 1 0 329459938 16859136 3332 33554432000 4194304 8989770 140737098210784 140737098210280 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13174/statm: 4116 3332 443 1171 0 2893 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16464

[startup+1.50022 s]
/proc/loadavg: 1.99 2.04 1.73 3/177 13175
/proc/meminfo: memFree=31513728/32873844 swapFree=7900/7900
[pid=13174] ppid=13172 vsize=18512 CPUtime=1.48 cores=0,2,4,6
/proc/13174/stat : 13174 (toysat) R 13172 13174 12961 0 -1 4202496 3713 0 0 0 148 0 0 0 20 0 1 0 329459938 18956288 3633 33554432000 4194304 8989770 140737098210784 140737098210280 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13174/statm: 4628 3633 443 1171 0 3405 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 18512

[startup+3.10032 s]
/proc/loadavg: 1.99 2.04 1.73 3/177 13175
/proc/meminfo: memFree=31512348/32873844 swapFree=7900/7900
[pid=13174] ppid=13172 vsize=22608 CPUtime=3.08 cores=0,2,4,6
/proc/13174/stat : 13174 (toysat) R 13172 13174 12961 0 -1 4202496 4977 0 0 0 307 1 0 0 20 0 1 0 329459938 23150592 4897 33554432000 4194304 8989770 140737098210784 140737098193880 4204286 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13174/statm: 5652 4897 472 1171 0 4429 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 22608

[startup+6.30033 s]
/proc/loadavg: 1.99 2.04 1.73 3/177 13175
/proc/meminfo: memFree=31502824/32873844 swapFree=7900/7900
[pid=13174] ppid=13172 vsize=26704 CPUtime=6.29 cores=0,2,4,6
/proc/13174/stat : 13174 (toysat) R 13172 13174 12961 0 -1 4202496 6001 0 0 0 626 3 0 0 20 0 1 0 329459938 27344896 5921 33554432000 4194304 8989770 140737098210784 140737098210280 4457900 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13174/statm: 6676 5921 472 1171 0 5453 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26704

[startup+12.7003 s]
/proc/loadavg: 1.99 2.04 1.73 3/178 13176
/proc/meminfo: memFree=31497680/32873844 swapFree=7900/7900
[pid=13174] ppid=13172 vsize=30800 CPUtime=12.69 cores=0,2,4,6
/proc/13174/stat : 13174 (toysat) R 13172 13174 12961 0 -1 4202496 7025 0 0 0 1264 5 0 0 20 0 1 0 329459938 31539200 6945 33554432000 4194304 8989770 140737098210784 140737098210048 6832829 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13174/statm: 7700 6945 472 1171 0 6477 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30800

[startup+25.5003 s]
/proc/loadavg: 1.99 2.03 1.73 3/178 13176
/proc/meminfo: memFree=31490124/32873844 swapFree=7900/7900
[pid=13174] ppid=13172 vsize=37968 CPUtime=25.48 cores=0,2,4,6
/proc/13174/stat : 13174 (toysat) R 13172 13174 12961 0 -1 4202496 8830 0 0 0 2539 9 0 0 20 0 1 0 329459938 38879232 8737 33554432000 4194304 8989770 140737098210784 140737098210048 4209212 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13174/statm: 9492 8737 472 1171 0 8269 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 37968

[startup+51.1003 s]
/proc/loadavg: 1.99 2.03 1.74 3/178 13176
/proc/meminfo: memFree=31474164/32873844 swapFree=7900/7900
[pid=13174] ppid=13172 vsize=52304 CPUtime=51.06 cores=0,2,4,6
/proc/13174/stat : 13174 (toysat) R 13172 13174 12961 0 -1 4202496 12419 0 0 0 5090 16 0 0 20 0 1 0 329459938 53559296 12321 33554432000 4194304 8989770 140737098210784 140737098210280 4213768 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13174/statm: 13076 12321 472 1171 0 11853 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 52304

[startup+102.306 s]
/proc/loadavg: 1.99 2.02 1.75 3/177 13176
/proc/meminfo: memFree=31444688/32873844 swapFree=7900/7900
[pid=13174] ppid=13172 vsize=78928 CPUtime=102.24 cores=0,2,4,6
/proc/13174/stat : 13174 (toysat) R 13172 13174 12961 0 -1 4202496 19091 0 0 0 10194 30 0 0 20 0 1 0 329459938 80822272 18977 33554432000 4194304 8989770 140737098210784 140737098210048 4209198 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13174/statm: 19732 18977 472 1171 0 18509 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 78928

[startup+162.3 s]
/proc/loadavg: 1.99 2.02 1.76 3/177 13177
/proc/meminfo: memFree=31420684/32873844 swapFree=7900/7900
[pid=13174] ppid=13172 vsize=103504 CPUtime=162.23 cores=0,2,4,6
/proc/13174/stat : 13174 (toysat) R 13172 13174 12961 0 -1 4202496 25109 0 0 0 16178 45 0 0 20 0 1 0 329459938 105988096 24991 33554432000 4194304 8989770 140737098210784 140737098210280 4214448 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13174/statm: 25876 24991 472 1171 0 24653 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 103504

[startup+222.3 s]
/proc/loadavg: 1.99 2.01 1.77 3/177 13177
/proc/meminfo: memFree=31400140/32873844 swapFree=7900/7900
[pid=13174] ppid=13172 vsize=123984 CPUtime=222.21 cores=0,2,4,6
/proc/13174/stat : 13174 (toysat) R 13172 13174 12961 0 -1 4202496 30370 0 0 0 22161 60 0 0 20 0 1 0 329459938 126959616 30241 33554432000 4194304 8989770 140737098210784 140737098210048 4209171 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13174/statm: 30996 30241 472 1171 0 29773 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 123984

[startup+282.3 s]
/proc/loadavg: 1.99 2.01 1.78 3/178 13180
/proc/meminfo: memFree=31379328/32873844 swapFree=7900/7900
[pid=13174] ppid=13172 vsize=144464 CPUtime=282.19 cores=0,2,4,6
/proc/13174/stat : 13174 (toysat) R 13172 13174 12961 0 -1 4202496 35507 0 0 0 28146 73 0 0 20 0 1 0 329459938 147931136 35361 33554432000 4194304 8989770 140737098210784 140737098210048 7697335 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13174/statm: 36116 35361 472 1171 0 34893 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 144464

[startup+342.3 s]
/proc/loadavg: 1.99 2.00 1.79 3/177 13180
/proc/meminfo: memFree=31357324/32873844 swapFree=7900/7900
[pid=13174] ppid=13172 vsize=165968 CPUtime=342.18 cores=0,2,4,6
/proc/13174/stat : 13174 (toysat) R 13172 13174 12961 0 -1 4202496 40883 0 0 0 34130 88 0 0 20 0 1 0 329459938 169951232 40737 33554432000 4194304 8989770 140737098210784 140737098210280 4204368 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13174/statm: 41492 40737 472 1171 0 40269 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 165968

[startup+402.3 s]
/proc/loadavg: 1.99 2.00 1.80 3/177 13180
/proc/meminfo: memFree=31342472/32873844 swapFree=7900/7900
[pid=13174] ppid=13172 vsize=180304 CPUtime=402.15 cores=0,2,4,6
/proc/13174/stat : 13174 (toysat) R 13172 13174 12961 0 -1 4202496 44484 0 0 0 40116 99 0 0 20 0 1 0 329459938 184631296 44321 33554432000 4194304 8989770 140737098210784 140737098210048 7697332 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13174/statm: 45076 44321 472 1171 0 43853 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 180304

[startup+462.3 s]
/proc/loadavg: 1.99 2.00 1.82 3/177 13181
/proc/meminfo: memFree=31326224/32873844 swapFree=7900/7900
[pid=13174] ppid=13172 vsize=196688 CPUtime=462.14 cores=0,2,4,6
/proc/13174/stat : 13174 (toysat) R 13172 13174 12961 0 -1 4202496 48581 0 0 0 46106 108 0 0 20 0 1 0 329459938 201408512 48418 33554432000 4194304 8989770 140737098210784 140737098210280 4209357 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13174/statm: 49172 48418 472 1171 0 47949 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 196688

[startup+522.3 s]
/proc/loadavg: 1.99 2.00 1.82 3/177 13181
/proc/meminfo: memFree=31319516/32873844 swapFree=7900/7900
[pid=13174] ppid=13172 vsize=203856 CPUtime=522.13 cores=0,2,4,6
/proc/13174/stat : 13174 (toysat) R 13172 13174 12961 0 -1 4202496 50230 0 0 0 52095 118 0 0 20 0 1 0 329459938 208748544 50061 33554432000 4194304 8989770 140737098210784 140737098210048 7697332 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13174/statm: 50964 50061 474 1171 0 49741 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 203856

[startup+582.3 s]
/proc/loadavg: 1.99 2.00 1.83 3/177 13181
/proc/meminfo: memFree=31319496/32873844 swapFree=7900/7900
[pid=13174] ppid=13172 vsize=203856 CPUtime=582.11 cores=0,2,4,6
/proc/13174/stat : 13174 (toysat) R 13172 13174 12961 0 -1 4202496 50236 0 0 0 58082 129 0 0 20 0 1 0 329459938 208748544 50061 33554432000 4194304 8989770 140737098210784 140737098210048 7697332 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13174/statm: 50964 50061 474 1171 0 49741 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 203856

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 1.99 2.00 1.85 3/177 13182
/proc/meminfo: memFree=31312168/32873844 swapFree=7900/7900
[pid=13174] ppid=13172 vsize=207952 CPUtime=822.07 cores=0,2,4,6
/proc/13174/stat : 13174 (toysat) R 13172 13174 12961 0 -1 4202496 51412 0 0 0 82036 171 0 0 20 0 1 0 329459938 212942848 51236 33554432000 4194304 8989770 140737098210784 140737098210048 7697332 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13174/statm: 51988 51236 474 1171 0 50765 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 207952

[startup+882.3 s]
/proc/loadavg: 1.99 2.00 1.86 3/178 13185
/proc/meminfo: memFree=31304472/32873844 swapFree=7900/7900
[pid=13174] ppid=13172 vsize=216144 CPUtime=882.07 cores=0,2,4,6
/proc/13174/stat : 13174 (toysat) R 13172 13174 12961 0 -1 4202496 53344 0 0 0 88026 181 0 0 20 0 1 0 329459938 221331456 53168 33554432000 4194304 8989770 140737098210784 140737098210048 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13174/statm: 54036 53168 474 1171 0 52813 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 216144

[startup+942.3 s]
/proc/loadavg: 1.99 2.00 1.86 3/177 13185
/proc/meminfo: memFree=31295544/32873844 swapFree=7900/7900
[pid=13174] ppid=13172 vsize=225360 CPUtime=942.06 cores=0,2,4,6
/proc/13174/stat : 13174 (toysat) R 13172 13174 12961 0 -1 4202496 55766 0 0 0 94016 190 0 0 20 0 1 0 329459938 230768640 55588 33554432000 4194304 8989770 140737098210784 140737098210048 7704736 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13174/statm: 56340 55588 474 1171 0 55117 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 225360

[startup+1002.3 s]
/proc/loadavg: 2.04 2.01 1.88 3/177 13185
/proc/meminfo: memFree=31283936/32873844 swapFree=7900/7900
[pid=13174] ppid=13172 vsize=237648 CPUtime=1002.05 cores=0,2,4,6
/proc/13174/stat : 13174 (toysat) R 13172 13174 12961 0 -1 4202496 58753 0 0 0 100005 200 0 0 20 0 1 0 329459938 243351552 58571 33554432000 4194304 8989770 140737098210784 140737098208768 7697332 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13174/statm: 59412 58571 474 1171 0 58189 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 237648

[startup+1062.3 s]
/proc/loadavg: 2.01 2.01 1.88 3/177 13186
/proc/meminfo: memFree=31269924/32873844 swapFree=7900/7900
[pid=13174] ppid=13172 vsize=249936 CPUtime=1062.03 cores=0,2,4,6
/proc/13174/stat : 13174 (toysat) R 13172 13174 12961 0 -1 4202496 61914 0 0 0 105994 209 0 0 20 0 1 0 329459938 255934464 61732 33554432000 4194304 8989770 140737098210784 140737098210048 7697332 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13174/statm: 62484 61732 474 1171 0 61261 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 249936

[startup+1122.3 s]
/proc/loadavg: 2.08 2.02 1.89 3/177 13186
/proc/meminfo: memFree=31254328/32873844 swapFree=7900/7900
[pid=13174] ppid=13172 vsize=263248 CPUtime=1122.01 cores=0,2,4,6
/proc/13174/stat : 13174 (toysat) R 13172 13174 12961 0 -1 4202496 65250 0 0 0 111984 217 0 0 20 0 1 0 329459938 269565952 65060 33554432000 4194304 8989770 140737098210784 140737098210280 4208816 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13174/statm: 65812 65060 474 1171 0 64589 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 263248

[startup+1182.3 s]
/proc/loadavg: 2.03 2.01 1.90 3/177 13186
/proc/meminfo: memFree=31245892/32873844 swapFree=7900/7900
[pid=13174] ppid=13172 vsize=272464 CPUtime=1182 cores=0,2,4,6
/proc/13174/stat : 13174 (toysat) R 13172 13174 12961 0 -1 4202496 67554 0 0 0 117974 226 0 0 20 0 1 0 329459938 279003136 67364 33554432000 4194304 8989770 140737098210784 140737098210048 6858105 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13174/statm: 68116 67364 474 1171 0 66893 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 272464

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 1.90 3/177 13186
/proc/meminfo: memFree=31237088/32873844 swapFree=7900/7900
[pid=13174] ppid=13172 vsize=280656 CPUtime=1241.99 cores=0,2,4,6
/proc/13174/stat : 13174 (toysat) R 13172 13174 12961 0 -1 4202496 69602 0 0 0 123966 233 0 0 20 0 1 0 329459938 287391744 69412 33554432000 4194304 8989770 140737098210784 140737098210048 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13174/statm: 70164 69412 474 1171 0 68941 0
Current children cumulated CPU time (s) 1241.99
Current children cumulated vsize (KiB) 280656

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 13186
/proc/meminfo: memFree=31230560/32873844 swapFree=7900/7900
[pid=13174] ppid=13172 vsize=286800 CPUtime=1301.98 cores=0,2,4,6
/proc/13174/stat : 13174 (toysat) R 13172 13174 12961 0 -1 4202496 71146 0 0 0 129958 240 0 0 20 0 1 0 329459938 293683200 70948 33554432000 4194304 8989770 140737098210784 140737098210280 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13174/statm: 71700 70948 474 1171 0 70477 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 286800

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 13187
/proc/meminfo: memFree=31230552/32873844 swapFree=7900/7900
[pid=13174] ppid=13172 vsize=286800 CPUtime=1361.96 cores=0,2,4,6
/proc/13174/stat : 13174 (toysat) R 13172 13174 12961 0 -1 4202496 71149 0 0 0 135946 250 0 0 20 0 1 0 329459938 293683200 70948 33554432000 4194304 8989770 140737098210784 140737098210048 7748318 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13174/statm: 71700 70948 474 1171 0 70477 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 286800

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 13187
/proc/meminfo: memFree=31230552/32873844 swapFree=7900/7900
[pid=13174] ppid=13172 vsize=286800 CPUtime=1421.96 cores=0,2,4,6
/proc/13174/stat : 13174 (toysat) R 13172 13174 12961 0 -1 4202496 71149 0 0 0 141936 260 0 0 20 0 1 0 329459938 293683200 70948 33554432000 4194304 8989770 140737098210784 140737098210048 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13174/statm: 71700 70948 474 1171 0 70477 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 286800

[startup+1482.3 s]
/proc/loadavg: 2.05 2.01 1.91 3/178 13190
/proc/meminfo: memFree=31230296/32873844 swapFree=7900/7900
[pid=13174] ppid=13172 vsize=286800 CPUtime=1481.95 cores=0,2,4,6
/proc/13174/stat : 13174 (toysat) R 13172 13174 12961 0 -1 4202496 71149 0 0 0 147926 269 0 0 20 0 1 0 329459938 293683200 70948 33554432000 4194304 8989770 140737098210784 140737098210048 7697332 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13174/statm: 71700 70948 474 1171 0 70477 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 286800

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 1.91 3/178 13213
/proc/meminfo: memFree=31230108/32873844 swapFree=7900/7900
[pid=13174] ppid=13172 vsize=286800 CPUtime=1541.94 cores=0,2,4,6
/proc/13174/stat : 13174 (toysat) R 13172 13174 12961 0 -1 4202496 71149 0 0 0 153917 277 0 0 20 0 1 0 329459938 293683200 70948 33554432000 4194304 8989770 140737098210784 140737098210048 6581000 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13174/statm: 71700 70948 474 1171 0 70477 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 286800

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 13213
/proc/meminfo: memFree=31228876/32873844 swapFree=7900/7900
[pid=13174] ppid=13172 vsize=286800 CPUtime=1601.93 cores=0,2,4,6
/proc/13174/stat : 13174 (toysat) R 13172 13174 12961 0 -1 4202496 71149 0 0 0 159906 287 0 0 20 0 1 0 329459938 293683200 70948 33554432000 4194304 8989770 140737098210784 140737098210048 7697332 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13174/statm: 71700 70948 474 1171 0 70477 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 286800

[startup+1662.3 s]
/proc/loadavg: 2.03 2.01 1.92 3/176 13213
/proc/meminfo: memFree=31230248/32873844 swapFree=7900/7900
[pid=13174] ppid=13172 vsize=286800 CPUtime=1661.92 cores=0,2,4,6
/proc/13174/stat : 13174 (toysat) R 13172 13174 12961 0 -1 4202496 71149 0 0 0 165896 296 0 0 20 0 1 0 329459938 293683200 70948 33554432000 4194304 8989770 140737098210784 140737098210048 7697339 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13174/statm: 71700 70948 474 1171 0 70477 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 286800

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 1.92 3/177 13214
/proc/meminfo: memFree=31230608/32873844 swapFree=7900/7900
[pid=13174] ppid=13172 vsize=286800 CPUtime=1721.91 cores=0,2,4,6
/proc/13174/stat : 13174 (toysat) R 13172 13174 12961 0 -1 4202496 71149 0 0 0 171889 302 0 0 20 0 1 0 329459938 293683200 70948 33554432000 4194304 8989770 140737098210784 140737098210048 7697332 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13174/statm: 71700 70948 474 1171 0 70477 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 286800

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 13214
/proc/meminfo: memFree=31229864/32873844 swapFree=7900/7900
[pid=13174] ppid=13172 vsize=286800 CPUtime=1781.91 cores=0,2,4,6
/proc/13174/stat : 13174 (toysat) R 13172 13174 12961 0 -1 4202496 71149 0 0 0 177880 311 0 0 20 0 1 0 329459938 293683200 70948 33554432000 4194304 8989770 140737098210784 140737098210280 7415504 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13174/statm: 71700 70948 474 1171 0 70477 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 286800



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.92 1.98 1.91 3/177 13253
/proc/meminfo: memFree=31236192/32873844 swapFree=7900/7900
[pid=13174] ppid=13172 vsize=286800 CPUtime=1800 cores=0,2,4,6
/proc/13174/stat : 13174 (toysat) R 13172 13174 12961 0 -1 4202496 71149 0 0 0 179687 313 0 0 20 0 1 0 329459938 293683200 70948 33554432000 4194304 8989770 140737098210784 140737098210048 7697332 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/13174/statm: 71700 70948 474 1171 0 70477 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 286800

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): 1800.41
CPU time (s): 1800.02
CPU user time (s): 1796.88
CPU system time (s): 3.13552
CPU usage (%): 99.9782
Max. virtual memory (cumulated for all children) (KiB): 286800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.88
system time used= 3.13552
maximum resident set size= 283792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71149
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= 132
involuntary context switches= 2000

runsolver used 4.25135 second user time and 8.15376 second system time

The end

Launcher Data

Begin job on node137 at 2012-06-02 12:35:54
IDJOB=3725178
IDBENCH=2228
IDSOLVER=2308
FILE ID=node137/3725178-1338633354
RUNJOBID= node137-1338631508-12977
PBS_JOBID= 14636443
Free space on /tmp= 70692 MiB

SOLVER NAME= toysat 2012-06-01
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/radar/normalized-30:30:4.5:0.95:98.opb
COMMAND LINE= HOME/toysat +RTS -K1G -RTS --pb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3725178-1338633354/watcher-3725178-1338633354 -o /tmp/evaluation-result-3725178-1338633354/solver-3725178-1338633354 -C 1800 -W 1900 -M 15500  HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3725178-1338633354.opb

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

MD5SUM BENCH= 6272f76e60106089ef6773ef02321eb2
RANDOM SEED=1533046589

node137.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.600
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	: 5333.20
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.600
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.600
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.600
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.600
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.91
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.600
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.90
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.600
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.600
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:       32873844 kB
MemFree:        31527376 kB
Buffers:          133616 kB
Cached:           386080 kB
SwapCached:         5796 kB
Active:           224440 kB
Inactive:         309056 kB
Active(anon):       9152 kB
Inactive(anon):     7184 kB
Active(file):     215288 kB
Inactive(file):   301872 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67097500 kB
Dirty:             15172 kB
Writeback:             0 kB
AnonPages:         17452 kB
Mapped:            10888 kB
Shmem:                 0 kB
Slab:             674192 kB
SReclaimable:     115200 kB
SUnreclaim:       558992 kB
KernelStack:        1456 kB
PageTables:         3632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     132292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70684 MiB
End job on node137 at 2012-06-02 13:05:57