Trace number 3706806

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
toysat 2012-05-17? (TO) 1800.08 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-30:70:4.5:0.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.38/13.47	c 2012-05-27T13:08:50+0200
13.38/13.47	c arch = x86_64
13.38/13.47	c os = linux
13.38/13.47	c compiler = ghc 7.4
13.38/13.47	c packages:
13.38/13.47	c   OptDir-0.0.1
13.38/13.47	c   array-0.4.0.0
13.38/13.47	c   base-4.5.0.0
13.38/13.47	c   bytestring-0.9.2.1
13.38/13.47	c   containers-0.4.2.1
13.38/13.47	c   deepseq-1.3.0.0
13.38/13.47	c   mtl-2.1.1
13.38/13.47	c   old_locale-1.0.0.4
13.38/13.47	c   parse_dimacs-1.2
13.38/13.47	c   parsec-3.1.2
13.38/13.47	c   queue-0.1.2
13.38/13.47	c   stm-2.3
13.38/13.47	c   time-1.4
13.38/13.47	c command line = ["--pb","HOME/instance-3706806-1338116930.opb"]
13.38/13.47	c #vars 10772
13.38/13.47	c #constraints 12051
13.38/13.47	c Solving starts ...
13.48/13.54	c solving time = 0.054s
13.48/13.54	c #decision = 6646
13.48/13.54	c #conflict = 0
13.48/13.54	c #restart = 0
13.48/13.54	o 116
13.48/13.58	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-3706806-1338116930/watcher-3706806-1338116930 -o /tmp/evaluation-result-3706806-1338116930/solver-3706806-1338116930 -C 1800 -W 1900 -M 15500 HOME/toysat --pb HOME/instance-3706806-1338116930.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.00 2.00 2.00 3/176 21930
/proc/meminfo: memFree=28909912/32873648 swapFree=6604/6604
[pid=21930] ppid=21928 vsize=6208 CPUtime=0 cores=0,2,4,6
/proc/21930/stat : 21930 (toysat) R 21928 21930 17458 0 -1 4202496 814 0 0 0 0 0 0 0 20 0 1 0 277817541 6356992 734 33554432000 4194304 8973514 140734024626416 140735878367304 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/21930/statm: 1552 734 412 1167 0 333 0

[startup+0.0958529 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 21930
/proc/meminfo: memFree=28909912/32873648 swapFree=6604/6604
[pid=21930] ppid=21928 vsize=12352 CPUtime=0.09 cores=0,2,4,6
/proc/21930/stat : 21930 (toysat) R 21928 21930 17458 0 -1 4202496 2328 0 0 0 9 0 0 0 20 0 1 0 277817541 12648448 2248 33554432000 4194304 8973514 140734024626416 140735878367304 4209325 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/21930/statm: 3088 2256 417 1167 0 1869 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12352

[startup+0.100342 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 21930
/proc/meminfo: memFree=28909912/32873648 swapFree=6604/6604
[pid=21930] ppid=21928 vsize=13376 CPUtime=0.09 cores=0,2,4,6
/proc/21930/stat : 21930 (toysat) R 21928 21930 17458 0 -1 4202496 2500 0 0 0 9 0 0 0 20 0 1 0 277817541 13697024 2420 33554432000 4194304 8973514 140734024626416 140735878367304 7732311 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/21930/statm: 3344 2420 417 1167 0 2125 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13376

[startup+0.30032 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 21930
/proc/meminfo: memFree=28909912/32873648 swapFree=6604/6604
[pid=21930] ppid=21928 vsize=30784 CPUtime=0.29 cores=0,2,4,6
/proc/21930/stat : 21930 (toysat) R 21928 21930 17458 0 -1 4202496 6846 0 0 0 28 1 0 0 20 0 1 0 277817541 31522816 6766 33554432000 4194304 8973514 140734024626416 140734024625912 6555616 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/21930/statm: 7696 6766 426 1167 0 6477 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30784

[startup+0.700224 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 21930
/proc/meminfo: memFree=28909912/32873648 swapFree=6604/6604
[pid=21930] ppid=21928 vsize=30784 CPUtime=0.69 cores=0,2,4,6
/proc/21930/stat : 21930 (toysat) R 21928 21930 17458 0 -1 4202496 6980 0 0 0 68 1 0 0 20 0 1 0 277817541 31522816 6900 33554432000 4194304 8973514 140734024626416 140734024625912 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/21930/statm: 7696 6900 428 1167 0 6477 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30784

[startup+1.50022 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21931
/proc/meminfo: memFree=28884244/32873648 swapFree=6604/6604
[pid=21930] ppid=21928 vsize=30784 CPUtime=1.49 cores=0,2,4,6
/proc/21930/stat : 21930 (toysat) R 21928 21930 17458 0 -1 4202496 6980 0 0 0 148 1 0 0 20 0 1 0 277817541 31522816 6900 33554432000 4194304 8973514 140734024626416 140734024625912 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/21930/statm: 7696 6900 428 1167 0 6477 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30784

[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21931
/proc/meminfo: memFree=28880408/32873648 swapFree=6604/6604
[pid=21930] ppid=21928 vsize=33856 CPUtime=3.09 cores=0,2,4,6
/proc/21930/stat : 21930 (toysat) R 21928 21930 17458 0 -1 4202496 7748 0 0 0 308 1 0 0 20 0 1 0 277817541 34668544 7668 33554432000 4194304 8973514 140734024626416 140734024625912 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/21930/statm: 8464 7668 428 1167 0 7245 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33856

[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21931
/proc/meminfo: memFree=28879156/32873648 swapFree=6604/6604
[pid=21930] ppid=21928 vsize=33856 CPUtime=6.29 cores=0,2,4,6
/proc/21930/stat : 21930 (toysat) R 21928 21930 17458 0 -1 4202496 7748 0 0 0 627 2 0 0 20 0 1 0 277817541 34668544 7668 33554432000 4194304 8973514 140734024626416 140734024625912 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/21930/statm: 8464 7668 428 1167 0 7245 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33856

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21931
/proc/meminfo: memFree=28876736/32873648 swapFree=6604/6604
[pid=21930] ppid=21928 vsize=33856 CPUtime=12.69 cores=0,2,4,6
/proc/21930/stat : 21930 (toysat) R 21928 21930 17458 0 -1 4202496 7748 0 0 0 1266 3 0 0 20 0 1 0 277817541 34668544 7668 33554432000 4194304 8973514 140734024626416 140734024625912 5372632 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/21930/statm: 8464 7668 428 1167 0 7245 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 33856

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21931
/proc/meminfo: memFree=28861544/32873648 swapFree=6604/6604
[pid=21930] ppid=21928 vsize=49216 CPUtime=25.48 cores=0,2,4,6
/proc/21930/stat : 21930 (toysat) R 21928 21930 17458 0 -1 4202496 11622 0 0 0 2540 8 0 0 20 0 1 0 277817541 50397184 11537 33554432000 4194304 8973514 140734024626416 140734024624384 4427144 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/21930/statm: 12304 11537 457 1167 0 11085 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 49216

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21931
/proc/meminfo: memFree=28850224/32873648 swapFree=6604/6604
[pid=21930] ppid=21928 vsize=61504 CPUtime=51.08 cores=0,2,4,6
/proc/21930/stat : 21930 (toysat) R 21928 21930 17458 0 -1 4202496 14706 0 0 0 5094 14 0 0 20 0 1 0 277817541 62980096 14609 33554432000 4194304 8973514 140734024626416 140734024624384 4368504 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/21930/statm: 15376 14609 457 1167 0 14157 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 61504

[startup+102.307 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 21934
/proc/meminfo: memFree=28828424/32873648 swapFree=6604/6604
[pid=21930] ppid=21928 vsize=83008 CPUtime=102.27 cores=0,2,4,6
/proc/21930/stat : 21930 (toysat) R 21928 21930 17458 0 -1 4202496 19851 0 0 0 10201 26 0 0 20 0 1 0 277817541 85000192 19751 33554432000 4194304 8973514 140734024626416 140734024625680 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/21930/statm: 20752 19751 457 1167 0 19533 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 83008

[startup+162.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 21935
/proc/meminfo: memFree=28804692/32873648 swapFree=6604/6604
[pid=21930] ppid=21928 vsize=104512 CPUtime=162.25 cores=0,2,4,6
/proc/21930/stat : 21930 (toysat) R 21928 21930 17458 0 -1 4202496 25268 0 0 0 16184 41 0 0 20 0 1 0 277817541 107020288 25159 33554432000 4194304 8973514 140734024626416 140734024625680 4205904 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/21930/statm: 26128 25159 457 1167 0 24909 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 104512

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21935
/proc/meminfo: memFree=28782600/32873648 swapFree=6604/6604
[pid=21930] ppid=21928 vsize=123968 CPUtime=222.23 cores=0,2,4,6
/proc/21930/stat : 21930 (toysat) R 21928 21930 17458 0 -1 4202496 30343 0 0 0 22167 56 0 0 20 0 1 0 277817541 126943232 30225 33554432000 4194304 8973514 140734024626416 140734024625680 7688844 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/21930/statm: 30992 30225 457 1167 0 29773 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 123968

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21936
/proc/meminfo: memFree=28764952/32873648 swapFree=6604/6604
[pid=21930] ppid=21928 vsize=141376 CPUtime=282.22 cores=0,2,4,6
/proc/21930/stat : 21930 (toysat) R 21928 21930 17458 0 -1 4202496 34695 0 0 0 28153 69 0 0 20 0 1 0 277817541 144769024 34577 33554432000 4194304 8973514 140734024626416 140734024625680 4459098 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/21930/statm: 35344 34577 457 1167 0 34125 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 141376

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21936
/proc/meminfo: memFree=28748084/32873648 swapFree=6604/6604
[pid=21930] ppid=21928 vsize=156736 CPUtime=342.21 cores=0,2,4,6
/proc/21930/stat : 21930 (toysat) R 21928 21930 17458 0 -1 4202496 38548 0 0 0 34138 83 0 0 20 0 1 0 277817541 160497664 38417 33554432000 4194304 8973514 140734024626416 140734024625680 4459284 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/21930/statm: 39184 38417 457 1167 0 37965 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 156736

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21936
/proc/meminfo: memFree=28733204/32873648 swapFree=6604/6604
[pid=21930] ppid=21928 vsize=173120 CPUtime=402.19 cores=0,2,4,6
/proc/21930/stat : 21930 (toysat) R 21928 21930 17458 0 -1 4202496 42644 0 0 0 40126 93 0 0 20 0 1 0 277817541 177274880 42513 33554432000 4194304 8973514 140734024626416 140734024625912 4208826 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/21930/statm: 43280 42513 457 1167 0 42061 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 173120

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21936
/proc/meminfo: memFree=28715992/32873648 swapFree=6604/6604
[pid=21930] ppid=21928 vsize=189504 CPUtime=462.18 cores=0,2,4,6
/proc/21930/stat : 21930 (toysat) R 21928 21930 17458 0 -1 4202496 46753 0 0 0 46112 106 0 0 20 0 1 0 277817541 194052096 46609 33554432000 4194304 8973514 140734024626416 140734024625680 7681396 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/21930/statm: 47376 46609 457 1167 0 46157 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 189504

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21936
/proc/meminfo: memFree=28699224/32873648 swapFree=6604/6604
[pid=21930] ppid=21928 vsize=204864 CPUtime=522.17 cores=0,2,4,6
/proc/21930/stat : 21930 (toysat) R 21928 21930 17458 0 -1 4202496 50593 0 0 0 52100 117 0 0 20 0 1 0 277817541 209780736 50449 33554432000 4194304 8973514 140734024626416 140734024624384 7681396 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/21930/statm: 51216 50449 457 1167 0 49997 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 204864

[startup+582.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/176 21936
/proc/meminfo: memFree=28687640/32873648 swapFree=6604/6604
[pid=21930] ppid=21928 vsize=218176 CPUtime=582.16 cores=0,2,4,6
/proc/21930/stat : 21930 (toysat) R 21928 21930 17458 0 -1 4202496 53921 0 0 0 58088 128 0 0 20 0 1 0 277817541 223412224 53777 33554432000 4194304 8973514 140734024626416 140734024625680 7681396 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/21930/statm: 54544 53777 457 1167 0 53325 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 218176

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21940
/proc/meminfo: memFree=28621888/32873648 swapFree=6604/6604
[pid=21930] ppid=21928 vsize=279616 CPUtime=822.12 cores=0,2,4,6
/proc/21930/stat : 21930 (toysat) R 21928 21930 17458 0 -1 4202496 69059 0 0 0 82042 170 0 0 20 0 1 0 277817541 286326784 68890 33554432000 4194304 8973514 140734024626416 140734024625680 4208870 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/21930/statm: 69904 68890 457 1167 0 68685 0
Current children cumulated CPU time (s) 822.12
Current children cumulated vsize (KiB) 279616

[startup+882.3 s]
/proc/loadavg: 2.17 2.04 2.01 3/177 21940
/proc/meminfo: memFree=28607376/32873648 swapFree=6604/6604
[pid=21930] ppid=21928 vsize=290880 CPUtime=882.11 cores=0,2,4,6
/proc/21930/stat : 21930 (toysat) R 21928 21930 17458 0 -1 4202496 72122 0 0 0 88032 179 0 0 20 0 1 0 277817541 297861120 71953 33554432000 4194304 8973514 140734024626416 140734024625680 7681396 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/21930/statm: 72720 71953 457 1167 0 71501 0
Current children cumulated CPU time (s) 882.11
Current children cumulated vsize (KiB) 290880

[startup+942.3 s]
/proc/loadavg: 2.17 2.06 2.02 3/177 21941
/proc/meminfo: memFree=28596652/32873648 swapFree=6604/6604
[pid=21930] ppid=21928 vsize=305216 CPUtime=942.1 cores=0,2,4,6
/proc/21930/stat : 21930 (toysat) R 21928 21930 17458 0 -1 4202496 75706 0 0 0 94022 188 0 0 20 0 1 0 277817541 312541184 75537 33554432000 4194304 8973514 140734024626416 140734024625680 7681396 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/21930/statm: 76304 75537 457 1167 0 75085 0
Current children cumulated CPU time (s) 942.1
Current children cumulated vsize (KiB) 305216

[startup+1002.3 s]
/proc/loadavg: 2.10 2.06 2.02 3/177 21941
/proc/meminfo: memFree=28583360/32873648 swapFree=6604/6604
[pid=21930] ppid=21928 vsize=317504 CPUtime=1002.09 cores=0,2,4,6
/proc/21930/stat : 21930 (toysat) R 21928 21930 17458 0 -1 4202496 78787 0 0 0 100011 198 0 0 20 0 1 0 277817541 325124096 78609 33554432000 4194304 8973514 140734024626416 140734024625680 4204320 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/21930/statm: 79376 78609 457 1167 0 78157 0
Current children cumulated CPU time (s) 1002.09
Current children cumulated vsize (KiB) 317504

[startup+1062.3 s]
/proc/loadavg: 2.07 2.06 2.02 3/177 21941
/proc/meminfo: memFree=28565396/32873648 swapFree=6604/6604
[pid=21930] ppid=21928 vsize=333888 CPUtime=1062.07 cores=0,2,4,6
/proc/21930/stat : 21930 (toysat) R 21928 21930 17458 0 -1 4202496 82892 0 0 0 106000 207 0 0 20 0 1 0 277817541 341901312 82705 33554432000 4194304 8973514 140734024626416 140734024625680 6576737 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/21930/statm: 83472 82705 457 1167 0 82253 0
Current children cumulated CPU time (s) 1062.07
Current children cumulated vsize (KiB) 333888

[startup+1122.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/177 21941
/proc/meminfo: memFree=28555668/32873648 swapFree=6604/6604
[pid=21930] ppid=21928 vsize=346176 CPUtime=1122.06 cores=0,2,4,6
/proc/21930/stat : 21930 (toysat) R 21928 21930 17458 0 -1 4202496 85964 0 0 0 111990 216 0 0 20 0 1 0 277817541 354484224 85777 33554432000 4194304 8973514 140734024626416 140734024625680 4419420 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/21930/statm: 86544 85777 457 1167 0 85325 0
Current children cumulated CPU time (s) 1122.06
Current children cumulated vsize (KiB) 346176

[startup+1182.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/177 21941
/proc/meminfo: memFree=28541780/32873648 swapFree=6604/6604
[pid=21930] ppid=21928 vsize=357440 CPUtime=1182.06 cores=0,2,4,6
/proc/21930/stat : 21930 (toysat) R 21928 21930 17458 0 -1 4202496 88780 0 0 0 117981 225 0 0 20 0 1 0 277817541 366018560 88593 33554432000 4194304 8973514 140734024626416 140734024625680 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/21930/statm: 89360 88593 457 1167 0 88141 0
Current children cumulated CPU time (s) 1182.06
Current children cumulated vsize (KiB) 357440

[startup+1242.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 21942
/proc/meminfo: memFree=28530672/32873648 swapFree=6604/6604
[pid=21930] ppid=21928 vsize=366656 CPUtime=1242.05 cores=0,2,4,6
/proc/21930/stat : 21930 (toysat) R 21928 21930 17458 0 -1 4202496 91088 0 0 0 123972 233 0 0 20 0 1 0 277817541 375455744 90897 33554432000 4194304 8973514 140734024626416 140734024625680 4211204 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/21930/statm: 91664 90897 457 1167 0 90445 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 366656

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 21945
/proc/meminfo: memFree=28520004/32873648 swapFree=6604/6604
[pid=21930] ppid=21928 vsize=376896 CPUtime=1302.04 cores=0,2,4,6
/proc/21930/stat : 21930 (toysat) R 21928 21930 17458 0 -1 4202496 93656 0 0 0 129963 241 0 0 20 0 1 0 277817541 385941504 93457 33554432000 4194304 8973514 140734024626416 140734024625680 4537485 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/21930/statm: 94224 93457 457 1167 0 93005 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 376896

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 21945
/proc/meminfo: memFree=28513628/32873648 swapFree=6604/6604
[pid=21930] ppid=21928 vsize=387136 CPUtime=1362.02 cores=0,2,4,6
/proc/21930/stat : 21930 (toysat) R 21928 21930 17458 0 -1 4202496 96216 0 0 0 135952 250 0 0 20 0 1 0 277817541 396427264 96017 33554432000 4194304 8973514 140734024626416 140734024625680 4214500 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/21930/statm: 96784 96017 457 1167 0 95565 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 387136

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 21946
/proc/meminfo: memFree=28497376/32873648 swapFree=6604/6604
[pid=21930] ppid=21928 vsize=400448 CPUtime=1422.03 cores=0,2,4,6
/proc/21930/stat : 21930 (toysat) R 21928 21930 17458 0 -1 4202496 99544 0 0 0 141945 258 0 0 20 0 1 0 277817541 410058752 99345 33554432000 4194304 8973514 140734024626416 140734024625680 4204266 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/21930/statm: 100112 99345 457 1167 0 98893 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 400448

[startup+1482.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 21946
/proc/meminfo: memFree=28488084/32873648 swapFree=6604/6604
[pid=21930] ppid=21928 vsize=409664 CPUtime=1482.01 cores=0,2,4,6
/proc/21930/stat : 21930 (toysat) R 21928 21930 17458 0 -1 4202496 101848 0 0 0 147936 265 0 0 20 0 1 0 277817541 419495936 101649 33554432000 4194304 8973514 140734024626416 140734024625680 7681396 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/21930/statm: 102416 101649 457 1167 0 101197 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 409664

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 21947
/proc/meminfo: memFree=28476268/32873648 swapFree=6604/6604
[pid=21930] ppid=21928 vsize=419904 CPUtime=1541.99 cores=0,2,4,6
/proc/21930/stat : 21930 (toysat) R 21928 21930 17458 0 -1 4202496 104416 0 0 0 153927 272 0 0 20 0 1 0 277817541 429981696 104209 33554432000 4194304 8973514 140734024626416 140734024625680 7681396 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/21930/statm: 104976 104209 457 1167 0 103757 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 419904

[startup+1602.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/177 21947
/proc/meminfo: memFree=28464272/32873648 swapFree=6604/6604
[pid=21930] ppid=21928 vsize=431168 CPUtime=1601.99 cores=0,2,4,6
/proc/21930/stat : 21930 (toysat) R 21928 21930 17458 0 -1 4202496 107232 0 0 0 159919 280 0 0 20 0 1 0 277817541 441516032 107025 33554432000 4194304 8973514 140734024626416 140734024625680 7681396 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/21930/statm: 107792 107025 457 1167 0 106573 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 431168

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 21947
/proc/meminfo: memFree=28454236/32873648 swapFree=6604/6604
[pid=21930] ppid=21928 vsize=443456 CPUtime=1661.98 cores=0,2,4,6
/proc/21930/stat : 21930 (toysat) R 21928 21930 17458 0 -1 4202496 110304 0 0 0 165910 288 0 0 20 0 1 0 277817541 454098944 110097 33554432000 4194304 8973514 140734024626416 140734024625680 4204694 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/21930/statm: 110864 110097 457 1167 0 109645 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 443456

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 21947
/proc/meminfo: memFree=28443944/32873648 swapFree=6604/6604
[pid=21930] ppid=21928 vsize=453696 CPUtime=1721.96 cores=0,2,4,6
/proc/21930/stat : 21930 (toysat) R 21928 21930 17458 0 -1 4202496 112864 0 0 0 171901 295 0 0 20 0 1 0 277817541 464584704 112657 33554432000 4194304 8973514 140734024626416 140734024625912 4204256 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/21930/statm: 113424 112657 457 1167 0 112205 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 453696

[startup+1782.3 s]
/proc/loadavg: 1.94 1.99 1.99 3/177 21986
/proc/meminfo: memFree=28406588/32873648 swapFree=6604/6604
[pid=21930] ppid=21928 vsize=463936 CPUtime=1781.96 cores=0,2,4,6
/proc/21930/stat : 21930 (toysat) R 21928 21930 17458 0 -1 4202496 115190 0 0 0 177892 304 0 0 20 0 1 0 277817541 475070464 114983 33554432000 4194304 8973514 140734024626416 140734024625680 4459404 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/21930/statm: 115984 114983 457 1167 0 114765 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 463936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.95 1.99 1.99 3/177 21986
/proc/meminfo: memFree=28394312/32873648 swapFree=6604/6604
[pid=21930] ppid=21928 vsize=468032 CPUtime=1800.07 cores=0,2,4,6
/proc/21930/stat : 21930 (toysat) R 21928 21930 17458 0 -1 4202496 116448 0 0 0 179701 306 0 0 20 0 1 0 277817541 479264768 116241 33554432000 4194304 8973514 140734024626416 140734024625680 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/21930/statm: 117008 116241 457 1167 0 115789 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 468032

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.08
CPU user time (s): 1797.01
CPU system time (s): 3.06753
CPU usage (%): 99.9815
Max. virtual memory (cumulated for all children) (KiB): 468032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.01
system time used= 3.06753
maximum resident set size= 464964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116448
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= 130
involuntary context switches= 1931

runsolver used 2.39064 second user time and 10.4544 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-27 13:08:50
IDJOB=3706806
IDBENCH=2224
IDSOLVER=2285
FILE ID=node148/3706806-1338116930
RUNJOBID= node148-1338109596-21102
PBS_JOBID= 14624438
Free space on /tmp= 71712 MiB

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

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

MD5SUM BENCH= 9d611ad786b3505d4cca46af1ba2bc6d
RANDOM SEED=647699650

node148.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		: 2667.284
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	: 5334.56
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		: 2667.284
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.94
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		: 2667.284
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		: 2667.284
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		: 2667.284
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.90
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		: 2667.284
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		: 2667.284
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		: 2667.284
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28910068 kB
Buffers:          325544 kB
Cached:          2781048 kB
SwapCached:          576 kB
Active:           532952 kB
Inactive:        2603340 kB
Active(anon):      20764 kB
Inactive(anon):    11120 kB
Active(file):     512188 kB
Inactive(file):  2592220 kB
Unevictable:        6604 kB
Mlocked:            6604 kB
SwapTotal:      67108856 kB
SwapFree:       67108024 kB
Dirty:              7784 kB
Writeback:             0 kB
AnonPages:         35196 kB
Mapped:            15948 kB
Shmem:                96 kB
Slab:             689260 kB
SReclaimable:     133528 kB
SUnreclaim:       555732 kB
KernelStack:        1464 kB
PageTables:         4092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     143244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71704 MiB
End job on node148 at 2012-05-27 13:38:53