Trace number 3725179

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-30:70:4.5:0.5:100.opb
MD5SUM9d611ad786b3505d4cca46af1ba2bc6d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark20.5839
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 116
Optimality of the best value was proved NO
Number of variables10772
Total number of constraints12051
Number of constraints which are clauses10247
Number of constraints which are cardinality constraints (but not clauses)1804
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint31
Number of terms in the objective function 10772
Biggest coefficient in the objective function 5356
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 30986
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 5356
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 30986
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

13.28/13.34	c 2012-06-02T12:35:49+0200
13.28/13.34	c arch = x86_64
13.28/13.34	c os = linux
13.28/13.34	c compiler = ghc 7.4
13.28/13.34	c packages:
13.28/13.34	c   OptDir-0.0.1
13.28/13.34	c   array-0.4.0.0
13.28/13.34	c   base-4.5.0.0
13.28/13.34	c   bytestring-0.9.2.1
13.28/13.34	c   containers-0.4.2.1
13.28/13.34	c   deepseq-1.3.0.0
13.28/13.34	c   mtl-2.1.1
13.28/13.34	c   old_locale-1.0.0.4
13.28/13.34	c   parse_dimacs-1.2
13.28/13.34	c   parsec-3.1.2
13.28/13.34	c   queue-0.1.2
13.28/13.34	c   stm-2.3
13.28/13.34	c   time-1.4
13.28/13.34	c command line = ["+RTS","-K1G","-RTS","--pb","HOME/instance-3725179-1338633349.opb"]
13.28/13.34	c #vars 10772
13.28/13.34	c #constraints 12051
13.28/13.34	c Solving starts ...
13.28/13.38	c solving time = 0.037s
13.28/13.38	c #decision = 6646
13.28/13.38	c #conflict = 0
13.28/13.38	c #restart = 0
13.28/13.39	o 116
13.38/13.44	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-3725179-1338633349/watcher-3725179-1338633349 -o /tmp/evaluation-result-3725179-1338633349/solver-3725179-1338633349 -C 1800 -W 1900 -M 15500 HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3725179-1338633349.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: 2.14 2.05 1.73 2/174 19687
/proc/meminfo: memFree=27755800/32873852 swapFree=7624/7624
[pid=19687] ppid=19685 vsize=7248 CPUtime=0 cores=0,2,4,6
/proc/19687/stat : 19687 (toysat) R 19685 19687 19474 0 -1 4202496 834 0 0 0 0 0 0 0 20 0 1 0 329460397 7421952 754 33554432000 4194304 8989770 140734587020288 140735498149752 4209325 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19687/statm: 1812 758 424 1171 0 589 0

[startup+0.065623 s]
/proc/loadavg: 2.14 2.05 1.73 2/174 19687
/proc/meminfo: memFree=27755800/32873852 swapFree=7624/7624
[pid=19687] ppid=19685 vsize=10320 CPUtime=0.06 cores=0,2,4,6
/proc/19687/stat : 19687 (toysat) R 19685 19687 19474 0 -1 4202496 1698 0 0 0 6 0 0 0 20 0 1 0 329460397 10567680 1618 33554432000 4194304 8989770 140734587020288 140735498149752 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19687/statm: 2580 1618 430 1171 0 1357 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10320

[startup+0.100281 s]
/proc/loadavg: 2.14 2.05 1.73 2/174 19687
/proc/meminfo: memFree=27755800/32873852 swapFree=7624/7624
[pid=19687] ppid=19685 vsize=13392 CPUtime=0.09 cores=0,2,4,6
/proc/19687/stat : 19687 (toysat) R 19685 19687 19474 0 -1 4202496 2521 0 0 0 9 0 0 0 20 0 1 0 329460397 13713408 2441 33554432000 4194304 8989770 140734587020288 140735498149752 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19687/statm: 3348 2441 430 1171 0 2125 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13392

[startup+0.30027 s]
/proc/loadavg: 2.14 2.05 1.73 2/174 19687
/proc/meminfo: memFree=27755800/32873852 swapFree=7624/7624
[pid=19687] ppid=19685 vsize=30800 CPUtime=0.28 cores=0,2,4,6
/proc/19687/stat : 19687 (toysat) R 19685 19687 19474 0 -1 4202496 6860 0 0 0 28 0 0 0 20 0 1 0 329460397 31539200 6780 33554432000 4194304 8989770 140734587020288 140735498149752 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19687/statm: 7700 6780 442 1171 0 6477 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 30800

[startup+0.700222 s]
/proc/loadavg: 2.14 2.05 1.73 2/174 19687
/proc/meminfo: memFree=27755800/32873852 swapFree=7624/7624
[pid=19687] ppid=19685 vsize=30800 CPUtime=0.69 cores=0,2,4,6
/proc/19687/stat : 19687 (toysat) R 19685 19687 19474 0 -1 4202496 6998 0 0 0 68 1 0 0 20 0 1 0 329460397 31539200 6918 33554432000 4194304 8989770 140734587020288 140735498149752 4493771 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19687/statm: 7700 6918 444 1171 0 6477 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30800

[startup+1.50022 s]
/proc/loadavg: 2.14 2.05 1.73 3/175 19688
/proc/meminfo: memFree=27729776/32873852 swapFree=7624/7624
[pid=19687] ppid=19685 vsize=30800 CPUtime=1.49 cores=0,2,4,6
/proc/19687/stat : 19687 (toysat) R 19685 19687 19474 0 -1 4202496 6998 0 0 0 148 1 0 0 20 0 1 0 329460397 31539200 6918 33554432000 4194304 8989770 140734587020288 140734587019784 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19687/statm: 7700 6918 444 1171 0 6477 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30800

[startup+3.10023 s]
/proc/loadavg: 2.14 2.05 1.73 3/175 19688
/proc/meminfo: memFree=27726428/32873852 swapFree=7624/7624
[pid=19687] ppid=19685 vsize=33872 CPUtime=3.09 cores=0,2,4,6
/proc/19687/stat : 19687 (toysat) R 19685 19687 19474 0 -1 4202496 7766 0 0 0 307 2 0 0 20 0 1 0 329460397 34684928 7686 33554432000 4194304 8989770 140734587020288 140734587019784 4493864 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19687/statm: 8468 7686 444 1171 0 7245 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33872

[startup+6.30025 s]
/proc/loadavg: 2.13 2.05 1.73 3/175 19688
/proc/meminfo: memFree=27725932/32873852 swapFree=7624/7624
[pid=19687] ppid=19685 vsize=33872 CPUtime=6.29 cores=0,2,4,6
/proc/19687/stat : 19687 (toysat) R 19685 19687 19474 0 -1 4202496 7766 0 0 0 626 3 0 0 20 0 1 0 329460397 34684928 7686 33554432000 4194304 8989770 140734587020288 140734587019784 4209212 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19687/statm: 8468 7686 444 1171 0 7245 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33872

[startup+12.7003 s]
/proc/loadavg: 2.12 2.05 1.73 3/175 19688
/proc/meminfo: memFree=27725816/32873852 swapFree=7624/7624
[pid=19687] ppid=19685 vsize=33872 CPUtime=12.69 cores=0,2,4,6
/proc/19687/stat : 19687 (toysat) R 19685 19687 19474 0 -1 4202496 7766 0 0 0 1264 5 0 0 20 0 1 0 329460397 34684928 7686 33554432000 4194304 8989770 140734587020288 140734587019552 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19687/statm: 8468 7686 444 1171 0 7245 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 33872

[startup+25.5003 s]
/proc/loadavg: 2.01 2.03 1.73 3/173 19722
/proc/meminfo: memFree=28452356/32873852 swapFree=7624/7624
[pid=19687] ppid=19685 vsize=50256 CPUtime=25.49 cores=0,2,4,6
/proc/19687/stat : 19687 (toysat) R 19685 19687 19474 0 -1 4202496 11891 0 0 0 2539 10 0 0 20 0 1 0 329460397 51462144 11811 33554432000 4194304 8989770 140734587020288 140734587019784 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19687/statm: 12564 11811 473 1171 0 11341 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 50256

[startup+51.1003 s]
/proc/loadavg: 2.01 2.03 1.73 3/175 19727
/proc/meminfo: memFree=28308384/32873852 swapFree=7624/7624
[pid=19687] ppid=19685 vsize=61520 CPUtime=51.07 cores=0,2,4,6
/proc/19687/stat : 19687 (toysat) R 19685 19687 19474 0 -1 4202496 14715 0 0 0 5092 15 0 0 20 0 1 0 329460397 62996480 14627 33554432000 4194304 8989770 140734587020288 140734587018240 6868908 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19687/statm: 15380 14627 473 1171 0 14157 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 61520

[startup+102.307 s]
/proc/loadavg: 2.00 2.02 1.74 3/175 19727
/proc/meminfo: memFree=28159396/32873852 swapFree=7624/7624
[pid=19687] ppid=19685 vsize=83024 CPUtime=102.26 cores=0,2,4,6
/proc/19687/stat : 19687 (toysat) R 19685 19687 19474 0 -1 4202496 20107 0 0 0 10197 29 0 0 20 0 1 0 329460397 85016576 20003 33554432000 4194304 8989770 140734587020288 140734587019784 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19687/statm: 20756 20003 473 1171 0 19533 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 83024

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 1.75 3/175 19727
/proc/meminfo: memFree=28042740/32873852 swapFree=7624/7624
[pid=19687] ppid=19685 vsize=107600 CPUtime=162.25 cores=0,2,4,6
/proc/19687/stat : 19687 (toysat) R 19685 19687 19474 0 -1 4202496 26251 0 0 0 16181 44 0 0 20 0 1 0 329460397 110182400 26147 33554432000 4194304 8989770 140734587020288 140734587019552 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19687/statm: 26900 26147 473 1171 0 25677 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 107600

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 1.77 3/175 19728
/proc/meminfo: memFree=27966756/32873852 swapFree=7624/7624
[pid=19687] ppid=19685 vsize=133200 CPUtime=222.23 cores=0,2,4,6
/proc/19687/stat : 19687 (toysat) R 19685 19687 19474 0 -1 4202496 32651 0 0 0 22165 58 0 0 20 0 1 0 329460397 136396800 32547 33554432000 4194304 8989770 140734587020288 140734587019784 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19687/statm: 33300 32547 473 1171 0 32077 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 133200

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.78 3/176 19731
/proc/meminfo: memFree=27915812/32873852 swapFree=7624/7624
[pid=19687] ppid=19685 vsize=151632 CPUtime=282.23 cores=0,2,4,6
/proc/19687/stat : 19687 (toysat) R 19685 19687 19474 0 -1 4202496 37259 0 0 0 28149 74 0 0 20 0 1 0 329460397 155271168 37155 33554432000 4194304 8989770 140734587020288 140734587019552 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19687/statm: 37908 37155 473 1171 0 36685 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 151632

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.79 3/175 19731
/proc/meminfo: memFree=27859428/32873852 swapFree=7624/7624
[pid=19687] ppid=19685 vsize=171088 CPUtime=342.22 cores=0,2,4,6
/proc/19687/stat : 19687 (toysat) R 19685 19687 19474 0 -1 4202496 42123 0 0 0 34134 88 0 0 20 0 1 0 329460397 175194112 42019 33554432000 4194304 8989770 140734587020288 140734587019552 4209272 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19687/statm: 42772 42019 473 1171 0 41549 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 171088

[startup+402.3 s]
/proc/loadavg: 2.06 2.02 1.81 3/175 19731
/proc/meminfo: memFree=27801380/32873852 swapFree=7624/7624
[pid=19687] ppid=19685 vsize=193616 CPUtime=402.21 cores=0,2,4,6
/proc/19687/stat : 19687 (toysat) R 19685 19687 19474 0 -1 4202496 47584 0 0 0 40119 102 0 0 20 0 1 0 329460397 198262784 47480 33554432000 4194304 8989770 140734587020288 140734587019552 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19687/statm: 48404 47480 473 1171 0 47181 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 193616

[startup+462.3 s]
/proc/loadavg: 2.02 2.01 1.82 3/175 19731
/proc/meminfo: memFree=27755960/32873852 swapFree=7624/7624
[pid=19687] ppid=19685 vsize=210000 CPUtime=462.19 cores=0,2,4,6
/proc/19687/stat : 19687 (toysat) R 19685 19687 19474 0 -1 4202496 51869 0 0 0 46103 116 0 0 20 0 1 0 329460397 215040000 51747 33554432000 4194304 8989770 140734587020288 140734587019552 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19687/statm: 52500 51747 473 1171 0 51277 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 210000

[startup+522.3 s]
/proc/loadavg: 2.01 2.00 1.82 3/175 19732
/proc/meminfo: memFree=27710356/32873852 swapFree=7624/7624
[pid=19687] ppid=19685 vsize=229456 CPUtime=522.15 cores=0,2,4,6
/proc/19687/stat : 19687 (toysat) R 19685 19687 19474 0 -1 4202496 56777 0 0 0 52087 128 0 0 20 0 1 0 329460397 234962944 56611 33554432000 4194304 8989770 140734587020288 140734587019784 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19687/statm: 57364 56611 473 1171 0 56141 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 229456

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.83 3/175 19732
/proc/meminfo: memFree=27659116/32873852 swapFree=7624/7624
[pid=19687] ppid=19685 vsize=249936 CPUtime=582.13 cores=0,2,4,6
/proc/19687/stat : 19687 (toysat) R 19685 19687 19474 0 -1 4202496 61905 0 0 0 58075 138 0 0 20 0 1 0 329460397 255934464 61731 33554432000 4194304 8989770 140734587020288 140734587019552 7697332 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19687/statm: 62484 61731 473 1171 0 61261 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 249936

[startup+642.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 1.86 3/176 19736
/proc/meminfo: memFree=27442428/32873852 swapFree=7624/7624
[pid=19687] ppid=19685 vsize=339024 CPUtime=882.1 cores=0,2,4,6
/proc/19687/stat : 19687 (toysat) R 19685 19687 19474 0 -1 4202496 84177 0 0 0 88017 193 0 0 20 0 1 0 329460397 347160576 84003 33554432000 4194304 8989770 140734587020288 140734587019552 7697332 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19687/statm: 84756 84003 473 1171 0 83533 0
Current children cumulated CPU time (s) 882.1
Current children cumulated vsize (KiB) 339024

[startup+942.3 s]
/proc/loadavg: 2.06 2.02 1.87 3/175 19736
/proc/meminfo: memFree=27407124/32873852 swapFree=7624/7624
[pid=19687] ppid=19685 vsize=356432 CPUtime=942.08 cores=0,2,4,6
/proc/19687/stat : 19687 (toysat) R 19685 19687 19474 0 -1 4202496 88529 0 0 0 94004 204 0 0 20 0 1 0 329460397 364986368 88355 33554432000 4194304 8989770 140734587020288 140734587019784 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19687/statm: 89108 88355 473 1171 0 87885 0
Current children cumulated CPU time (s) 942.08
Current children cumulated vsize (KiB) 356432

[startup+1002.3 s]
/proc/loadavg: 2.02 2.01 1.88 3/175 19736
/proc/meminfo: memFree=27379004/32873852 swapFree=7624/7624
[pid=19687] ppid=19685 vsize=366672 CPUtime=1002.07 cores=0,2,4,6
/proc/19687/stat : 19687 (toysat) R 19685 19687 19474 0 -1 4202496 91089 0 0 0 99993 214 0 0 20 0 1 0 329460397 375472128 90915 33554432000 4194304 8989770 140734587020288 140734587019552 7675353 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19687/statm: 91668 90915 473 1171 0 90445 0
Current children cumulated CPU time (s) 1002.07
Current children cumulated vsize (KiB) 366672

[startup+1062.3 s]
/proc/loadavg: 2.01 2.00 1.88 3/175 19736
/proc/meminfo: memFree=27346196/32873852 swapFree=7624/7624
[pid=19687] ppid=19685 vsize=381008 CPUtime=1062.06 cores=0,2,4,6
/proc/19687/stat : 19687 (toysat) R 19685 19687 19474 0 -1 4202496 94673 0 0 0 105981 225 0 0 20 0 1 0 329460397 390152192 94499 33554432000 4194304 8989770 140734587020288 140734587019552 4204286 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19687/statm: 95252 94499 473 1171 0 94029 0
Current children cumulated CPU time (s) 1062.06
Current children cumulated vsize (KiB) 381008

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/175 19737
/proc/meminfo: memFree=27311228/32873852 swapFree=7624/7624
[pid=19687] ppid=19685 vsize=396368 CPUtime=1122.05 cores=0,2,4,6
/proc/19687/stat : 19687 (toysat) R 19685 19687 19474 0 -1 4202496 98513 0 0 0 111970 235 0 0 20 0 1 0 329460397 405880832 98339 33554432000 4194304 8989770 140734587020288 140734587019552 7697332 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19687/statm: 99092 98339 473 1171 0 97869 0
Current children cumulated CPU time (s) 1122.05
Current children cumulated vsize (KiB) 396368

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/175 19737
/proc/meminfo: memFree=27276840/32873852 swapFree=7624/7624
[pid=19687] ppid=19685 vsize=411728 CPUtime=1182.03 cores=0,2,4,6
/proc/19687/stat : 19687 (toysat) R 19685 19687 19474 0 -1 4202496 102372 0 0 0 117960 243 0 0 20 0 1 0 329460397 421609472 102179 33554432000 4194304 8989770 140734587020288 140734587019552 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19687/statm: 102932 102179 473 1171 0 101709 0
Current children cumulated CPU time (s) 1182.03
Current children cumulated vsize (KiB) 411728

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/175 19737
/proc/meminfo: memFree=27242272/32873852 swapFree=7624/7624
[pid=19687] ppid=19685 vsize=426064 CPUtime=1241.99 cores=0,2,4,6
/proc/19687/stat : 19687 (toysat) R 19685 19687 19474 0 -1 4202496 105997 0 0 0 123947 252 0 0 20 0 1 0 329460397 436289536 105763 33554432000 4194304 8989770 140734587020288 140734587019552 7697332 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19687/statm: 106516 105763 473 1171 0 105293 0
Current children cumulated CPU time (s) 1241.99
Current children cumulated vsize (KiB) 426064

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 19737
/proc/meminfo: memFree=27207988/32873852 swapFree=7624/7624
[pid=19687] ppid=19685 vsize=440400 CPUtime=1301.98 cores=0,2,4,6
/proc/19687/stat : 19687 (toysat) R 19685 19687 19474 0 -1 4202496 109602 0 0 0 129936 262 0 0 20 0 1 0 329460397 450969600 109347 33554432000 4194304 8989770 140734587020288 140734587019552 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19687/statm: 110100 109347 473 1171 0 108877 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 440400

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 19737
/proc/meminfo: memFree=27175376/32873852 swapFree=7624/7624
[pid=19687] ppid=19685 vsize=453712 CPUtime=1361.97 cores=0,2,4,6
/proc/19687/stat : 19687 (toysat) R 19685 19687 19474 0 -1 4202496 112930 0 0 0 135926 271 0 0 20 0 1 0 329460397 464601088 112675 33554432000 4194304 8989770 140734587020288 140734587019552 4209142 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19687/statm: 113428 112675 473 1171 0 112205 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 453712

[startup+1422.31 s]
/proc/loadavg: 2.07 2.02 1.91 3/175 19738
/proc/meminfo: memFree=27126644/32873852 swapFree=7624/7624
[pid=19687] ppid=19685 vsize=464976 CPUtime=1421.96 cores=0,2,4,6
/proc/19687/stat : 19687 (toysat) R 19685 19687 19474 0 -1 4202496 115746 0 0 0 141916 280 0 0 20 0 1 0 329460397 476135424 115491 33554432000 4194304 8989770 140734587020288 140734587019552 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19687/statm: 116244 115491 473 1171 0 115021 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 464976

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 1.91 3/176 19741
/proc/meminfo: memFree=27110392/32873852 swapFree=7624/7624
[pid=19687] ppid=19685 vsize=481360 CPUtime=1481.94 cores=0,2,4,6
/proc/19687/stat : 19687 (toysat) R 19685 19687 19474 0 -1 4202496 119793 0 0 0 147904 290 0 0 20 0 1 0 329460397 492912640 119538 33554432000 4194304 8989770 140734587020288 140734587019552 7697332 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19687/statm: 120340 119538 473 1171 0 119117 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 481360

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 1.91 3/176 19764
/proc/meminfo: memFree=27097620/32873852 swapFree=7624/7624
[pid=19687] ppid=19685 vsize=493648 CPUtime=1541.94 cores=0,2,4,6
/proc/19687/stat : 19687 (toysat) R 19685 19687 19474 0 -1 4202496 122914 0 0 0 153895 299 0 0 20 0 1 0 329460397 505495552 122659 33554432000 4194304 8989770 140734587020288 140734587019552 7688479 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19687/statm: 123412 122659 473 1171 0 122189 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 493648

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 19764
/proc/meminfo: memFree=27087336/32873852 swapFree=7624/7624
[pid=19687] ppid=19685 vsize=503888 CPUtime=1601.93 cores=0,2,4,6
/proc/19687/stat : 19687 (toysat) R 19685 19687 19474 0 -1 4202496 125474 0 0 0 159886 307 0 0 20 0 1 0 329460397 515981312 125219 33554432000 4194304 8989770 140734587020288 140734587019552 7697332 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19687/statm: 125972 125219 473 1171 0 124749 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 503888

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 19764
/proc/meminfo: memFree=27073944/32873852 swapFree=7624/7624
[pid=19687] ppid=19685 vsize=517200 CPUtime=1661.92 cores=0,2,4,6
/proc/19687/stat : 19687 (toysat) R 19685 19687 19474 0 -1 4202496 128802 0 0 0 165876 316 0 0 20 0 1 0 329460397 529612800 128547 33554432000 4194304 8989770 140734587020288 140734587019552 7697332 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19687/statm: 129300 128547 473 1171 0 128077 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 517200

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 19765
/proc/meminfo: memFree=27065884/32873852 swapFree=7624/7624
[pid=19687] ppid=19685 vsize=526416 CPUtime=1721.91 cores=0,2,4,6
/proc/19687/stat : 19687 (toysat) R 19685 19687 19474 0 -1 4202496 130902 0 0 0 171867 324 0 0 20 0 1 0 329460397 539049984 130647 33554432000 4194304 8989770 140734587020288 140734587019784 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19687/statm: 131604 130647 473 1171 0 130381 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 526416

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 19765
/proc/meminfo: memFree=27055352/32873852 swapFree=7624/7624
[pid=19687] ppid=19685 vsize=537680 CPUtime=1781.9 cores=0,2,4,6
/proc/19687/stat : 19687 (toysat) R 19685 19687 19474 0 -1 4202496 133774 0 0 0 177858 332 0 0 20 0 1 0 329460397 550584320 133519 33554432000 4194304 8989770 140734587020288 140734587019552 7697332 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19687/statm: 134420 133519 473 1171 0 133197 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 537680



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 19765
/proc/meminfo: memFree=27048624/32873852 swapFree=7624/7624
[pid=19687] ppid=19685 vsize=542800 CPUtime=1800.1 cores=0,2,4,6
/proc/19687/stat : 19687 (toysat) R 19685 19687 19474 0 -1 4202496 135037 0 0 0 179676 334 0 0 20 0 1 0 329460397 555827200 134782 33554432000 4194304 8989770 140734587020288 140734587019552 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19687/statm: 135700 134782 473 1171 0 134477 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 542800

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

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 19765
/proc/meminfo: memFree=27048624/32873852 swapFree=7624/7624
[pid=19687] ppid=19685 vsize=542800 CPUtime=1800.1 cores=0,2,4,6
/proc/19687/stat : 19687 (toysat) R 19685 19687 19474 0 -1 4202496 135037 0 0 0 179676 334 0 0 20 0 1 0 329460397 555827200 134782 33554432000 4194304 8989770 140734587020288 140734587019552 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19687/statm: 135700 134782 473 1171 0 134477 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 542800

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.52
CPU time (s): 1800.12
CPU user time (s): 1796.76
CPU system time (s): 3.35749
CPU usage (%): 99.9782
Max. virtual memory (cumulated for all children) (KiB): 542800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.76
system time used= 3.35749
maximum resident set size= 539128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135037
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= 178
involuntary context switches= 1853

runsolver used 3.41948 second user time and 9.2176 second system time

The end

Launcher Data

Begin job on node131 at 2012-06-02 12:35:49
IDJOB=3725179
IDBENCH=2224
IDSOLVER=2308
FILE ID=node131/3725179-1338633349
RUNJOBID= node131-1338631507-19490
PBS_JOBID= 14636449
Free space on /tmp= 71380 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:70:4.5:0.5:100.opb
COMMAND LINE= HOME/toysat +RTS -K1G -RTS --pb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3725179-1338633349/watcher-3725179-1338633349 -o /tmp/evaluation-result-3725179-1338633349/solver-3725179-1338633349 -C 1800 -W 1900 -M 15500  HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3725179-1338633349.opb

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

MD5SUM BENCH= 9d611ad786b3505d4cca46af1ba2bc6d
RANDOM SEED=23052370

node131.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.805
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.61
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.805
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.805
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.91
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.805
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.805
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.805
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.805
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.92
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.805
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        27756072 kB
Buffers:          536428 kB
Cached:          2991000 kB
SwapCached:         2348 kB
Active:          2097964 kB
Inactive:        2161244 kB
Active(anon):     728120 kB
Inactive(anon):     3676 kB
Active(file):    1369844 kB
Inactive(file):  2157568 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099088 kB
Dirty:              7788 kB
Writeback:             0 kB
AnonPages:        736392 kB
Mapped:            16080 kB
Shmem:                 0 kB
Slab:             718416 kB
SReclaimable:     161008 kB
SUnreclaim:       557408 kB
KernelStack:        1440 kB
PageTables:         5412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     850896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    722944 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= 71388 MiB
End job on node131 at 2012-06-02 13:05:52