Trace number 3725524

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.49

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-mspp16.opb
MD5SUM141454b66937b2c93528081cb91f0e55
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark33
Best CPU time to get the best result obtained on this benchmark190.345
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables29280
Total number of constraints561657
Number of constraints which are clauses1695
Number of constraints which are cardinality constraints (but not clauses)559482
Number of constraints which are nor clauses,nor cardinality constraints480
Minimum length of a constraint1
Maximum length of a constraint960
Number of terms in the objective function 4065
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 4065
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 4065
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

147.36/147.46	c 2012-06-02T15:09:19+0200
147.36/147.46	c arch = x86_64
147.36/147.46	c os = linux
147.36/147.46	c compiler = ghc 7.4
147.36/147.46	c packages:
147.36/147.46	c   OptDir-0.0.1
147.36/147.46	c   array-0.4.0.0
147.36/147.46	c   base-4.5.0.0
147.36/147.46	c   bytestring-0.9.2.1
147.36/147.46	c   containers-0.4.2.1
147.36/147.46	c   deepseq-1.3.0.0
147.36/147.46	c   mtl-2.1.1
147.36/147.46	c   old_locale-1.0.0.4
147.36/147.46	c   parse_dimacs-1.2
147.36/147.46	c   parsec-3.1.2
147.36/147.46	c   queue-0.1.2
147.36/147.46	c   stm-2.3
147.36/147.46	c   time-1.4
147.36/147.46	c command line = ["+RTS","-K1G","-RTS","--pb","HOME/instance-3725524-1338642551.opb"]
147.36/147.46	c #vars 29280
147.36/147.46	c #constraints 561657
147.36/147.46	c Solving starts ...
149.46/149.51	c solving time = 2.041s
149.46/149.51	c #decision = 9362
149.46/149.51	c #conflict = 484
149.46/149.51	c #restart = 3
149.46/149.51	o 45
149.46/149.52	c Solving starts ...
149.57/149.66	c solving time = 0.139s
149.57/149.66	c #decision = 9659
149.57/149.66	c #conflict = 485
149.57/149.66	c #restart = 3
149.57/149.66	o 44
149.57/149.67	c Solving starts ...
345.22/345.39	c solving time = 195.678s
345.22/345.39	c #decision = 33737
345.22/345.39	c #conflict = 16395
345.22/345.39	c #restart = 13
345.22/345.39	o 43
345.32/345.40	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-3725524-1338642551/watcher-3725524-1338642551 -o /tmp/evaluation-result-3725524-1338642551/solver-3725524-1338642551 -C 1800 -W 1900 -M 15500 HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3725524-1338642551.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.01 2.00 2.00 3/176 5409
/proc/meminfo: memFree=26883292/32873648 swapFree=6860/6860
[pid=5409] ppid=5407 vsize=6224 CPUtime=0 cores=0,2,4,6
/proc/5409/stat : 5409 (toysat) R 5407 5409 4467 0 -1 4202496 819 0 0 0 0 0 0 0 20 0 1 0 330381913 6373376 739 33554432000 4194304 8989770 140735091963248 140734645360968 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/5409/statm: 1556 739 425 1171 0 333 0

[startup+0.0415711 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 5409
/proc/meminfo: memFree=26883292/32873648 swapFree=6860/6860
[pid=5409] ppid=5407 vsize=9296 CPUtime=0.03 cores=0,2,4,6
/proc/5409/stat : 5409 (toysat) R 5407 5409 4467 0 -1 4202496 1486 0 0 0 3 0 0 0 20 0 1 0 330381913 9519104 1406 33554432000 4194304 8989770 140735091963248 140734645360968 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/5409/statm: 2324 1406 430 1171 0 1101 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9296

[startup+0.100232 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 5409
/proc/meminfo: memFree=26883292/32873648 swapFree=6860/6860
[pid=5409] ppid=5407 vsize=12368 CPUtime=0.09 cores=0,2,4,6
/proc/5409/stat : 5409 (toysat) R 5407 5409 4467 0 -1 4202496 2370 0 0 0 9 0 0 0 20 0 1 0 330381913 12664832 2290 33554432000 4194304 8989770 140735091963248 140734645360968 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/5409/statm: 3092 2290 430 1171 0 1869 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12368

[startup+0.300238 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 5409
/proc/meminfo: memFree=26883292/32873648 swapFree=6860/6860
[pid=5409] ppid=5407 vsize=26704 CPUtime=0.29 cores=0,2,4,6
/proc/5409/stat : 5409 (toysat) R 5407 5409 4467 0 -1 4202496 5954 0 0 0 28 1 0 0 20 0 1 0 330381913 27344896 5874 33554432000 4194304 8989770 140735091963248 140734645360968 7857787 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/5409/statm: 6676 5874 430 1171 0 5453 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26704

[startup+0.700236 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 5409
/proc/meminfo: memFree=26883292/32873648 swapFree=6860/6860
[pid=5409] ppid=5407 vsize=58448 CPUtime=0.68 cores=0,2,4,6
/proc/5409/stat : 5409 (toysat) R 5407 5409 4467 0 -1 4202496 13858 0 0 0 66 2 0 0 20 0 1 0 330381913 59850752 13778 33554432000 4194304 8989770 140735091963248 140735091962744 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/5409/statm: 14612 13779 431 1171 0 13389 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 58448

[startup+1.50018 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 5410
/proc/meminfo: memFree=26807024/32873648 swapFree=6860/6860
[pid=5409] ppid=5407 vsize=102480 CPUtime=1.48 cores=0,2,4,6
/proc/5409/stat : 5409 (toysat) R 5407 5409 4467 0 -1 4202496 24899 0 0 0 142 6 0 0 20 0 1 0 330381913 104939520 24819 33554432000 4194304 8989770 140735091963248 140735091962744 7874608 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/5409/statm: 25620 24819 431 1171 0 24397 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 102480

[startup+3.10017 s]
/proc/loadavg: 2.09 2.02 2.01 3/177 5410
/proc/meminfo: memFree=26746388/32873648 swapFree=6860/6860
[pid=5409] ppid=5407 vsize=189520 CPUtime=3.08 cores=0,2,4,6
/proc/5409/stat : 5409 (toysat) R 5407 5409 4467 0 -1 4202496 46659 0 0 0 298 10 0 0 20 0 1 0 330381913 194068480 46579 33554432000 4194304 8989770 140735091963248 140735091962744 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/5409/statm: 47380 46579 431 1171 0 46157 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 189520

[startup+6.30016 s]
/proc/loadavg: 2.09 2.02 2.01 3/177 5410
/proc/meminfo: memFree=26534968/32873648 swapFree=6860/6860
[pid=5409] ppid=5407 vsize=471120 CPUtime=6.29 cores=0,2,4,6
/proc/5409/stat : 5409 (toysat) R 5407 5409 4467 0 -1 4202496 116815 0 0 0 606 23 0 0 20 0 1 0 330381913 482426880 116735 33554432000 4194304 8989770 140735091963248 140735091962744 4212523 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/5409/statm: 117780 116743 431 1171 0 116557 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 471120

[startup+12.7002 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 5410
/proc/meminfo: memFree=25964752/32873648 swapFree=6860/6860
[pid=5409] ppid=5407 vsize=921680 CPUtime=12.68 cores=0,2,4,6
/proc/5409/stat : 5409 (toysat) R 5407 5409 4467 0 -1 4202496 229700 0 0 0 1221 47 0 0 20 0 1 0 330381913 943800320 229620 33554432000 4194304 8989770 140735091963248 140735091962512 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/5409/statm: 230420 229620 431 1171 0 229197 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 921680

[startup+25.5066 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 5410
/proc/meminfo: memFree=25129240/32873648 swapFree=6860/6860
[pid=5409] ppid=5407 vsize=1752144 CPUtime=25.49 cores=0,2,4,6
/proc/5409/stat : 5409 (toysat) R 5407 5409 4467 0 -1 4202496 437316 0 0 0 2464 85 0 0 20 0 1 0 330381913 1794195456 437236 33554432000 4194304 8989770 140735091963248 140735091962512 7857787 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/5409/statm: 438036 437236 431 1171 0 436813 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1752144

[startup+51.1002 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 5413
/proc/meminfo: memFree=23544844/32873648 swapFree=6860/6860
[pid=5409] ppid=5407 vsize=3327056 CPUtime=51.08 cores=0,2,4,6
/proc/5409/stat : 5409 (toysat) R 5407 5409 4467 0 -1 4202496 831044 0 0 0 4939 169 0 0 20 0 1 0 330381913 3406905344 830964 33554432000 4194304 8989770 140735091963248 140735091962512 7857787 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/5409/statm: 831764 830964 431 1171 0 830541 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3327056

[startup+102.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 5414
/proc/meminfo: memFree=20527220/32873648 swapFree=6860/6860
[pid=5409] ppid=5407 vsize=6322256 CPUtime=102.27 cores=0,2,4,6
/proc/5409/stat : 5409 (toysat) R 5407 5409 4467 0 -1 4202496 1579845 0 0 0 9908 319 0 0 20 0 1 0 330381913 6473990144 1579765 33554432000 4194304 8989770 140735091963248 140735091962744 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/5409/statm: 1580564 1579765 431 1171 0 1579341 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 6322256

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5414
/proc/meminfo: memFree=18112384/32873648 swapFree=6860/6860
[pid=5409] ppid=5407 vsize=8710224 CPUtime=162.26 cores=0,2,4,6
/proc/5409/stat : 5409 (toysat) R 5407 5409 4467 0 -1 4202496 2176885 0 0 0 15793 433 0 0 20 0 1 0 330381913 8919269376 2176805 33554432000 4194304 8989770 140735091963248 140735091962744 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/5409/statm: 2177556 2176805 473 1171 0 2176333 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 8710224

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5414
/proc/meminfo: memFree=22838920/32873648 swapFree=6860/6860
[pid=5409] ppid=5407 vsize=3970128 CPUtime=222.26 cores=0,2,4,6
/proc/5409/stat : 5409 (toysat) R 5407 5409 4467 0 -1 4202496 2176885 0 0 0 21727 499 0 0 20 0 1 0 330381913 4065411072 991781 33554432000 4194304 8989770 140735091963248 140735091962744 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/5409/statm: 992532 991781 473 1171 0 991309 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 3970128

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5414
/proc/meminfo: memFree=22821980/32873648 swapFree=6860/6860
[pid=5409] ppid=5407 vsize=3970128 CPUtime=282.23 cores=0,2,4,6
/proc/5409/stat : 5409 (toysat) R 5407 5409 4467 0 -1 4202496 2176893 0 0 0 27687 536 0 0 20 0 1 0 330381913 4065411072 991781 33554432000 4194304 8989770 140735091963248 140735091962744 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/5409/statm: 992532 991781 473 1171 0 991309 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 3970128

[startup+342.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5414
/proc/meminfo: memFree=22801532/32873648 swapFree=6860/6860
[pid=5409] ppid=5407 vsize=3970128 CPUtime=342.23 cores=0,2,4,6
/proc/5409/stat : 5409 (toysat) R 5407 5409 4467 0 -1 4202496 2176893 0 0 0 33648 575 0 0 20 0 1 0 330381913 4065411072 991781 33554432000 4194304 8989770 140735091963248 140735091962744 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/5409/statm: 992532 991781 473 1171 0 991309 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 3970128

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5415
/proc/meminfo: memFree=22785056/32873648 swapFree=6860/6860
[pid=5409] ppid=5407 vsize=3970128 CPUtime=402.21 cores=0,2,4,6
/proc/5409/stat : 5409 (toysat) R 5407 5409 4467 0 -1 4202496 2176893 0 0 0 39608 613 0 0 20 0 1 0 330381913 4065411072 991781 33554432000 4194304 8989770 140735091963248 140735091962512 7857787 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/5409/statm: 992532 991781 473 1171 0 991309 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 3970128

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5415
/proc/meminfo: memFree=22765724/32873648 swapFree=6860/6860
[pid=5409] ppid=5407 vsize=3970128 CPUtime=462.21 cores=0,2,4,6
/proc/5409/stat : 5409 (toysat) R 5407 5409 4467 0 -1 4202496 2176894 0 0 0 45570 651 0 0 20 0 1 0 330381913 4065411072 991781 33554432000 4194304 8989770 140735091963248 140735091962744 7857787 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/5409/statm: 992532 991781 473 1171 0 991309 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 3970128

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5415
/proc/meminfo: memFree=22749772/32873648 swapFree=6860/6860
[pid=5409] ppid=5407 vsize=3970128 CPUtime=522.2 cores=0,2,4,6
/proc/5409/stat : 5409 (toysat) R 5407 5409 4467 0 -1 4202496 2176894 0 0 0 51536 684 0 0 20 0 1 0 330381913 4065411072 991781 33554432000 4194304 8989770 140735091963248 140735091962744 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/5409/statm: 992532 991781 473 1171 0 991309 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 3970128

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5415
/proc/meminfo: memFree=22733520/32873648 swapFree=6860/6860
[pid=5409] ppid=5407 vsize=3970128 CPUtime=582.18 cores=0,2,4,6
/proc/5409/stat : 5409 (toysat) R 5407 5409 4467 0 -1 4202496 2176894 0 0 0 57497 721 0 0 20 0 1 0 330381913 4065411072 991781 33554432000 4194304 8989770 140735091963248 140735091962744 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/5409/statm: 992532 991781 473 1171 0 991309 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 3970128

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5419
/proc/meminfo: memFree=22666168/32873648 swapFree=6860/6860
[pid=5409] ppid=5407 vsize=3970128 CPUtime=822.12 cores=0,2,4,6
/proc/5409/stat : 5409 (toysat) R 5407 5409 4467 0 -1 4202496 2176915 0 0 0 81348 864 0 0 20 0 1 0 330381913 4065411072 991781 33554432000 4194304 8989770 140735091963248 140735091962744 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/5409/statm: 992532 991781 473 1171 0 991309 0
Current children cumulated CPU time (s) 822.12
Current children cumulated vsize (KiB) 3970128

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5419
/proc/meminfo: memFree=22645968/32873648 swapFree=6860/6860
[pid=5409] ppid=5407 vsize=3970128 CPUtime=882.12 cores=0,2,4,6
/proc/5409/stat : 5409 (toysat) R 5407 5409 4467 0 -1 4202496 2176917 0 0 0 87313 899 0 0 20 0 1 0 330381913 4065411072 991781 33554432000 4194304 8989770 140735091963248 140735091962744 7857787 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/5409/statm: 992532 991781 473 1171 0 991309 0
Current children cumulated CPU time (s) 882.12
Current children cumulated vsize (KiB) 3970128

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5419
/proc/meminfo: memFree=22632124/32873648 swapFree=6860/6860
[pid=5409] ppid=5407 vsize=3970128 CPUtime=942.11 cores=0,2,4,6
/proc/5409/stat : 5409 (toysat) R 5407 5409 4467 0 -1 4202496 2176919 0 0 0 93282 929 0 0 20 0 1 0 330381913 4065411072 991781 33554432000 4194304 8989770 140735091963248 140735091961216 4204596 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/5409/statm: 992532 991781 473 1171 0 991309 0
Current children cumulated CPU time (s) 942.11
Current children cumulated vsize (KiB) 3970128

[startup+1002.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5459
/proc/meminfo: memFree=23221720/32873648 swapFree=6860/6860
[pid=5409] ppid=5407 vsize=3970128 CPUtime=1002.1 cores=0,2,4,6
/proc/5409/stat : 5409 (toysat) R 5407 5409 4467 0 -1 4202496 2176920 0 0 0 99248 962 0 0 20 0 1 0 330381913 4065411072 991781 33554432000 4194304 8989770 140735091963248 140735091945216 7748448 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/5409/statm: 992532 991781 473 1171 0 991309 0
Current children cumulated CPU time (s) 1002.1
Current children cumulated vsize (KiB) 3970128

[startup+1062.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 5460
/proc/meminfo: memFree=23207984/32873648 swapFree=6860/6860
[pid=5409] ppid=5407 vsize=3970128 CPUtime=1062.08 cores=0,2,4,6
/proc/5409/stat : 5409 (toysat) R 5407 5409 4467 0 -1 4202496 2176921 0 0 0 105212 996 0 0 20 0 1 0 330381913 4065411072 991781 33554432000 4194304 8989770 140735091963248 140735091962744 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/5409/statm: 992532 991781 473 1171 0 991309 0
Current children cumulated CPU time (s) 1062.08
Current children cumulated vsize (KiB) 3970128

[startup+1122.3 s]
/proc/loadavg: 2.09 2.02 2.01 3/177 5460
/proc/meminfo: memFree=23200968/32873648 swapFree=6860/6860
[pid=5409] ppid=5407 vsize=3970128 CPUtime=1122.07 cores=0,2,4,6
/proc/5409/stat : 5409 (toysat) R 5407 5409 4467 0 -1 4202496 2176925 0 0 0 111177 1030 0 0 20 0 1 0 330381913 4065411072 991781 33554432000 4194304 8989770 140735091963248 140735091962512 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/5409/statm: 992532 991781 473 1171 0 991309 0
Current children cumulated CPU time (s) 1122.07
Current children cumulated vsize (KiB) 3970128

[startup+1182.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 5460
/proc/meminfo: memFree=23193556/32873648 swapFree=6860/6860
[pid=5409] ppid=5407 vsize=3970128 CPUtime=1182.06 cores=0,2,4,6
/proc/5409/stat : 5409 (toysat) R 5407 5409 4467 0 -1 4202496 2176934 0 0 0 117142 1064 0 0 20 0 1 0 330381913 4065411072 991781 33554432000 4194304 8989770 140735091963248 140735091962744 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/5409/statm: 992532 991781 473 1171 0 991309 0
Current children cumulated CPU time (s) 1182.06
Current children cumulated vsize (KiB) 3970128

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 5460
/proc/meminfo: memFree=23191416/32873648 swapFree=6860/6860
[pid=5409] ppid=5407 vsize=3970128 CPUtime=1242.05 cores=0,2,4,6
/proc/5409/stat : 5409 (toysat) R 5407 5409 4467 0 -1 4202496 2176934 0 0 0 123104 1101 0 0 20 0 1 0 330381913 4065411072 991781 33554432000 4194304 8989770 140735091963248 140735091962744 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/5409/statm: 992532 991781 473 1171 0 991309 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 3970128

[startup+1302.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/178 5464
/proc/meminfo: memFree=23188236/32873648 swapFree=6860/6860
[pid=5409] ppid=5407 vsize=3970128 CPUtime=1302.04 cores=0,2,4,6
/proc/5409/stat : 5409 (toysat) R 5407 5409 4467 0 -1 4202496 2176934 0 0 0 129067 1137 0 0 20 0 1 0 330381913 4065411072 991781 33554432000 4194304 8989770 140735091963248 140735091962744 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/5409/statm: 992532 991781 473 1171 0 991309 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 3970128

[startup+1362.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 5464
/proc/meminfo: memFree=23186188/32873648 swapFree=6860/6860
[pid=5409] ppid=5407 vsize=3970128 CPUtime=1362.03 cores=0,2,4,6
/proc/5409/stat : 5409 (toysat) R 5407 5409 4467 0 -1 4202496 2176943 0 0 0 135032 1171 0 0 20 0 1 0 330381913 4065411072 991781 33554432000 4194304 8989770 140735091963248 140735091962744 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/5409/statm: 992532 991781 473 1171 0 991309 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 3970128

[startup+1422.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 5464
/proc/meminfo: memFree=23183364/32873648 swapFree=6860/6860
[pid=5409] ppid=5407 vsize=3970128 CPUtime=1422.01 cores=0,2,4,6
/proc/5409/stat : 5409 (toysat) R 5407 5409 4467 0 -1 4202496 2176945 0 0 0 140992 1209 0 0 20 0 1 0 330381913 4065411072 991781 33554432000 4194304 8989770 140735091963248 140735091962512 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/5409/statm: 992532 991781 473 1171 0 991309 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 3970128

[startup+1482.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 5464
/proc/meminfo: memFree=23180144/32873648 swapFree=6860/6860
[pid=5409] ppid=5407 vsize=3970128 CPUtime=1482.01 cores=0,2,4,6
/proc/5409/stat : 5409 (toysat) R 5407 5409 4467 0 -1 4202496 2176946 0 0 0 146956 1245 0 0 20 0 1 0 330381913 4065411072 991781 33554432000 4194304 8989770 140735091963248 140735091962744 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/5409/statm: 992532 991781 473 1171 0 991309 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 3970128

[startup+1542.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 5464
/proc/meminfo: memFree=23175336/32873648 swapFree=6860/6860
[pid=5409] ppid=5407 vsize=3970128 CPUtime=1542 cores=0,2,4,6
/proc/5409/stat : 5409 (toysat) R 5407 5409 4467 0 -1 4202496 2176946 0 0 0 152922 1278 0 0 20 0 1 0 330381913 4065411072 991781 33554432000 4194304 8989770 140735091963248 140735091962744 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/5409/statm: 992532 991781 473 1171 0 991309 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 3970128

[startup+1602.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 5465
/proc/meminfo: memFree=23172264/32873648 swapFree=6860/6860
[pid=5409] ppid=5407 vsize=3970128 CPUtime=1601.98 cores=0,2,4,6
/proc/5409/stat : 5409 (toysat) R 5407 5409 4467 0 -1 4202496 2176962 0 0 0 158885 1313 0 0 20 0 1 0 330381913 4065411072 991781 33554432000 4194304 8989770 140735091963248 140735091962744 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/5409/statm: 992532 991781 473 1171 0 991309 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 3970128

[startup+1662.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 5465
/proc/meminfo: memFree=23168208/32873648 swapFree=6860/6860
[pid=5409] ppid=5407 vsize=3970128 CPUtime=1661.97 cores=0,2,4,6
/proc/5409/stat : 5409 (toysat) R 5407 5409 4467 0 -1 4202496 2176966 0 0 0 164848 1349 0 0 20 0 1 0 330381913 4065411072 991781 33554432000 4194304 8989770 140735091963248 140735091962744 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/5409/statm: 992532 991781 473 1171 0 991309 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 3970128

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 5465
/proc/meminfo: memFree=23165384/32873648 swapFree=6860/6860
[pid=5409] ppid=5407 vsize=3970128 CPUtime=1721.94 cores=0,2,4,6
/proc/5409/stat : 5409 (toysat) R 5407 5409 4467 0 -1 4202496 2176988 0 0 0 170805 1389 0 0 20 0 1 0 330381913 4065411072 991781 33554432000 4194304 8989770 140735091963248 140735091962744 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/5409/statm: 992532 991781 473 1171 0 991309 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 3970128

[startup+1782.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 5465
/proc/meminfo: memFree=23162064/32873648 swapFree=6860/6860
[pid=5409] ppid=5407 vsize=3970128 CPUtime=1781.93 cores=0,2,4,6
/proc/5409/stat : 5409 (toysat) R 5407 5409 4467 0 -1 4202496 2176996 0 0 0 176772 1421 0 0 20 0 1 0 330381913 4065411072 991781 33554432000 4194304 8989770 140735091963248 140735091962744 4355260 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/5409/statm: 992532 991781 473 1171 0 991309 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 3970128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 5465
/proc/meminfo: memFree=23162280/32873648 swapFree=6860/6860
[pid=5409] ppid=5407 vsize=3970128 CPUtime=1800.02 cores=0,2,4,6
/proc/5409/stat : 5409 (toysat) R 5407 5409 4467 0 -1 4202496 2177001 0 0 0 178572 1430 0 0 20 0 1 0 330381913 4065411072 991781 33554432000 4194304 8989770 140735091963248 140735091961216 4204368 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/5409/statm: 992532 991781 473 1171 0 991309 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 3970128

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.49
CPU time (s): 1800.12
CPU user time (s): 1785.73
CPU system time (s): 14.3898
CPU usage (%): 99.9793
Max. virtual memory (cumulated for all children) (KiB): 8710224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.73
system time used= 14.3898
maximum resident set size= 8707220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2177001
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= 119
involuntary context switches= 1917

runsolver used 3.67144 second user time and 8.87465 second system time

The end

Launcher Data

Begin job on node116 at 2012-06-02 15:09:19
IDJOB=3725524
IDBENCH=89824
IDSOLVER=2308
FILE ID=node116/3725524-1338642551
RUNJOBID= node116-1338631507-4483
PBS_JOBID= 14636464
Free space on /tmp= 70868 MiB

SOLVER NAME= toysat 2012-06-01
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-mspp16.opb
COMMAND LINE= HOME/toysat +RTS -K1G -RTS --pb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3725524-1338642551/watcher-3725524-1338642551 -o /tmp/evaluation-result-3725524-1338642551/solver-3725524-1338642551 -C 1800 -W 1900 -M 15500  HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3725524-1338642551.opb

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

MD5SUM BENCH= 141454b66937b2c93528081cb91f0e55
RANDOM SEED=1065041212

node116.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.556
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.11
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.556
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.556
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	: 5438.54
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.556
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.556
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.556
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.92
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.556
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.90
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.556
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:        26883820 kB
Buffers:          497660 kB
Cached:          4154132 kB
SwapCached:         3028 kB
Active:          2698160 kB
Inactive:        2405088 kB
Active(anon):     441472 kB
Inactive(anon):     8516 kB
Active(file):    2256688 kB
Inactive(file):  2396572 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103480 kB
Dirty:            247180 kB
Writeback:             0 kB
AnonPages:        452484 kB
Mapped:            13664 kB
Shmem:                68 kB
Slab:             750384 kB
SReclaimable:     194236 kB
SUnreclaim:       556148 kB
KernelStack:        1432 kB
PageTables:         4744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     563324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    346112 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= 70864 MiB
End job on node116 at 2012-06-02 15:39:21