Trace number 3706808

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-30:70:4.5:0.95:98.opb
MD5SUMdae2a99f19ab3cbb5b0fd1a29cad1e80
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark20.7099
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 203
Optimality of the best value was proved NO
Number of variables10989
Total number of constraints12472
Number of constraints which are clauses10469
Number of constraints which are cardinality constraints (but not clauses)2003
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint25
Number of terms in the objective function 10989
Biggest coefficient in the objective function 5985
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 32028
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 5985
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 32028
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

14.19/14.27	c 2012-05-27T13:08:17+0200
14.19/14.27	c arch = x86_64
14.19/14.27	c os = linux
14.19/14.27	c compiler = ghc 7.4
14.19/14.27	c packages:
14.19/14.27	c   OptDir-0.0.1
14.19/14.27	c   array-0.4.0.0
14.19/14.27	c   base-4.5.0.0
14.19/14.27	c   bytestring-0.9.2.1
14.19/14.27	c   containers-0.4.2.1
14.19/14.27	c   deepseq-1.3.0.0
14.19/14.27	c   mtl-2.1.1
14.19/14.27	c   old_locale-1.0.0.4
14.19/14.27	c   parse_dimacs-1.2
14.19/14.27	c   parsec-3.1.2
14.19/14.27	c   queue-0.1.2
14.19/14.27	c   stm-2.3
14.19/14.27	c   time-1.4
14.19/14.27	c command line = ["--pb","HOME/instance-3706808-1338116897.opb"]
14.19/14.27	c #vars 10989
14.19/14.27	c #constraints 12472
14.19/14.27	c Solving starts ...
14.29/14.34	c solving time = 0.062s
14.29/14.34	c #decision = 6470
14.29/14.34	c #conflict = 0
14.29/14.34	c #restart = 0
14.29/14.34	o 216
14.29/14.39	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-3706808-1338116897/watcher-3706808-1338116897 -o /tmp/evaluation-result-3706808-1338116897/solver-3706808-1338116897 -C 1800 -W 1900 -M 15500 HOME/toysat --pb HOME/instance-3706808-1338116897.opb 

running on 4 cores: 1,3,5,7

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.01 2.00 3/178 22717
/proc/meminfo: memFree=29808044/32873844 swapFree=7372/7372
[pid=22717] ppid=22715 vsize=6208 CPUtime=0 cores=1,3,5,7
/proc/22717/stat : 22717 (toysat) R 22715 22717 21797 0 -1 4202496 811 0 0 0 0 0 0 0 20 0 1 0 277814489 6356992 731 33554432000 4194304 8973514 140733324821184 140733324820680 4209325 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22717/statm: 1552 732 412 1167 0 333 0

[startup+0.0106641 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 22717
/proc/meminfo: memFree=29808044/32873844 swapFree=7372/7372
[pid=22717] ppid=22715 vsize=7232 CPUtime=0 cores=1,3,5,7
/proc/22717/stat : 22717 (toysat) R 22715 22717 21797 0 -1 4202496 905 0 0 0 0 0 0 0 20 0 1 0 277814489 7405568 825 33554432000 4194304 8973514 140733324821184 140733324820680 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22717/statm: 1808 826 412 1167 0 589 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7232

[startup+0.100255 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 22717
/proc/meminfo: memFree=29808044/32873844 swapFree=7372/7372
[pid=22717] ppid=22715 vsize=13376 CPUtime=0.09 cores=1,3,5,7
/proc/22717/stat : 22717 (toysat) R 22715 22717 21797 0 -1 4202496 2466 0 0 0 9 0 0 0 20 0 1 0 277814489 13697024 2386 33554432000 4194304 8973514 140733324821184 140733324820680 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22717/statm: 3344 2386 417 1167 0 2125 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13376

[startup+0.300265 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 22717
/proc/meminfo: memFree=29808044/32873844 swapFree=7372/7372
[pid=22717] ppid=22715 vsize=26688 CPUtime=0.29 cores=1,3,5,7
/proc/22717/stat : 22717 (toysat) R 22715 22717 21797 0 -1 4202496 5778 0 0 0 28 1 0 0 20 0 1 0 277814489 27328512 5698 33554432000 4194304 8973514 140733324821184 140733324820680 4213859 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22717/statm: 6672 5703 422 1167 0 5453 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26688

[startup+0.700211 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 22717
/proc/meminfo: memFree=29808044/32873844 swapFree=7372/7372
[pid=22717] ppid=22715 vsize=30784 CPUtime=0.69 cores=1,3,5,7
/proc/22717/stat : 22717 (toysat) R 22715 22717 21797 0 -1 4202496 6982 0 0 0 68 1 0 0 20 0 1 0 277814489 31522816 6902 33554432000 4194304 8973514 140733324821184 140733324820680 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22717/statm: 7696 6902 429 1167 0 6477 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30784

[startup+1.50021 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 22718
/proc/meminfo: memFree=29782120/32873844 swapFree=7372/7372
[pid=22717] ppid=22715 vsize=30784 CPUtime=1.49 cores=1,3,5,7
/proc/22717/stat : 22717 (toysat) R 22715 22717 21797 0 -1 4202496 6982 0 0 0 148 1 0 0 20 0 1 0 277814489 31522816 6902 33554432000 4194304 8973514 140733324821184 140733324820680 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22717/statm: 7696 6902 429 1167 0 6477 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30784

[startup+3.10027 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 22718
/proc/meminfo: memFree=29779144/32873844 swapFree=7372/7372
[pid=22717] ppid=22715 vsize=33856 CPUtime=3.09 cores=1,3,5,7
/proc/22717/stat : 22717 (toysat) R 22715 22717 21797 0 -1 4202496 7750 0 0 0 307 2 0 0 20 0 1 0 277814489 34668544 7670 33554432000 4194304 8973514 140733324821184 140733324820680 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22717/statm: 8464 7670 429 1167 0 7245 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33856

[startup+6.30026 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 22718
/proc/meminfo: memFree=29778284/32873844 swapFree=7372/7372
[pid=22717] ppid=22715 vsize=33856 CPUtime=6.29 cores=1,3,5,7
/proc/22717/stat : 22717 (toysat) R 22715 22717 21797 0 -1 4202496 7750 0 0 0 626 3 0 0 20 0 1 0 277814489 34668544 7670 33554432000 4194304 8973514 140733324821184 140733324820680 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22717/statm: 8464 7670 429 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.01 2.00 3/179 22718
/proc/meminfo: memFree=29778168/32873844 swapFree=7372/7372
[pid=22717] ppid=22715 vsize=33856 CPUtime=12.69 cores=1,3,5,7
/proc/22717/stat : 22717 (toysat) R 22715 22717 21797 0 -1 4202496 7750 0 0 0 1263 6 0 0 20 0 1 0 277814489 34668544 7670 33554432000 4194304 8973514 140733324821184 140733324820448 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22717/statm: 8464 7670 429 1167 0 7245 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 33856

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 22718
/proc/meminfo: memFree=29761064/32873844 swapFree=7372/7372
[pid=22717] ppid=22715 vsize=49216 CPUtime=25.49 cores=1,3,5,7
/proc/22717/stat : 22717 (toysat) R 22715 22717 21797 0 -1 4202496 11619 0 0 0 2540 9 0 0 20 0 1 0 277814489 50397184 11539 33554432000 4194304 8973514 140733324821184 140733324820448 4214500 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22717/statm: 12304 11539 458 1167 0 11085 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 49216

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 22757
/proc/meminfo: memFree=29832876/32873844 swapFree=7372/7372
[pid=22717] ppid=22715 vsize=59456 CPUtime=51.08 cores=1,3,5,7
/proc/22717/stat : 22717 (toysat) R 22715 22717 21797 0 -1 4202496 14179 0 0 0 5095 13 0 0 20 0 1 0 277814489 60882944 14099 33554432000 4194304 8973514 140733324821184 140733324820680 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22717/statm: 14864 14099 458 1167 0 13645 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 59456

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22758
/proc/meminfo: memFree=29780476/32873844 swapFree=7372/7372
[pid=22717] ppid=22715 vsize=76864 CPUtime=102.26 cores=1,3,5,7
/proc/22717/stat : 22717 (toysat) R 22715 22717 21797 0 -1 4202496 18562 0 0 0 10202 24 0 0 20 0 1 0 277814489 78708736 18451 33554432000 4194304 8973514 140733324821184 140733324820448 4208852 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22717/statm: 19216 18451 458 1167 0 17997 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 76864

[startup+162.3 s]
/proc/loadavg: 2.03 2.01 2.00 4/180 22761
/proc/meminfo: memFree=29728592/32873844 swapFree=7372/7372
[pid=22717] ppid=22715 vsize=100416 CPUtime=162.24 cores=1,3,5,7
/proc/22717/stat : 22717 (toysat) R 22715 22717 21797 0 -1 4202496 24450 0 0 0 16186 38 0 0 20 0 1 0 277814489 102825984 24339 33554432000 4194304 8973514 140733324821184 140733324820448 4209442 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22717/statm: 25104 24339 458 1167 0 23885 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 100416

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 22761
/proc/meminfo: memFree=29680080/32873844 swapFree=7372/7372
[pid=22717] ppid=22715 vsize=123968 CPUtime=222.22 cores=1,3,5,7
/proc/22717/stat : 22717 (toysat) R 22715 22717 21797 0 -1 4202496 30351 0 0 0 22170 52 0 0 20 0 1 0 277814489 126943232 30227 33554432000 4194304 8973514 140733324821184 140733324820448 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22717/statm: 30992 30227 458 1167 0 29773 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 123968

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22761
/proc/meminfo: memFree=29639044/32873844 swapFree=7372/7372
[pid=22717] ppid=22715 vsize=149568 CPUtime=282.21 cores=1,3,5,7
/proc/22717/stat : 22717 (toysat) R 22715 22717 21797 0 -1 4202496 36751 0 0 0 28155 66 0 0 20 0 1 0 277814489 153157632 36627 33554432000 4194304 8973514 140733324821184 140733324820448 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22717/statm: 37392 36627 458 1167 0 36173 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 149568

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22761
/proc/meminfo: memFree=29601144/32873844 swapFree=7372/7372
[pid=22717] ppid=22715 vsize=162880 CPUtime=342.2 cores=1,3,5,7
/proc/22717/stat : 22717 (toysat) R 22715 22717 21797 0 -1 4202496 40087 0 0 0 34141 79 0 0 20 0 1 0 277814489 166789120 39955 33554432000 4194304 8973514 140733324821184 140733324820448 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22717/statm: 40720 39955 458 1167 0 39501 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 162880

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22762
/proc/meminfo: memFree=29560248/32873844 swapFree=7372/7372
[pid=22717] ppid=22715 vsize=184384 CPUtime=402.19 cores=1,3,5,7
/proc/22717/stat : 22717 (toysat) R 22715 22717 21797 0 -1 4202496 45467 0 0 0 40127 92 0 0 20 0 1 0 277814489 188809216 45331 33554432000 4194304 8973514 140733324821184 140733324820448 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22717/statm: 46096 45331 458 1167 0 44877 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 184384

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22762
/proc/meminfo: memFree=29530260/32873844 swapFree=7372/7372
[pid=22717] ppid=22715 vsize=196672 CPUtime=462.17 cores=1,3,5,7
/proc/22717/stat : 22717 (toysat) R 22715 22717 21797 0 -1 4202496 48539 0 0 0 46112 105 0 0 20 0 1 0 277814489 201392128 48403 33554432000 4194304 8973514 140733324821184 140733324820680 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22717/statm: 49168 48403 458 1167 0 47949 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 196672

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22762
/proc/meminfo: memFree=29500664/32873844 swapFree=7372/7372
[pid=22717] ppid=22715 vsize=212032 CPUtime=522.16 cores=1,3,5,7
/proc/22717/stat : 22717 (toysat) R 22715 22717 21797 0 -1 4202496 52379 0 0 0 52098 118 0 0 20 0 1 0 277814489 217120768 52243 33554432000 4194304 8973514 140733324821184 140733324820448 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22717/statm: 53008 52243 458 1167 0 51789 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 212032

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22762
/proc/meminfo: memFree=29478708/32873844 swapFree=7372/7372
[pid=22717] ppid=22715 vsize=227392 CPUtime=582.15 cores=1,3,5,7
/proc/22717/stat : 22717 (toysat) R 22715 22717 21797 0 -1 4202496 56223 0 0 0 58085 130 0 0 20 0 1 0 277814489 232849408 56083 33554432000 4194304 8973514 140733324821184 140733324820448 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22717/statm: 56848 56083 458 1167 0 55629 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 227392

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 22766
/proc/meminfo: memFree=29420540/32873844 swapFree=7372/7372
[pid=22717] ppid=22715 vsize=285760 CPUtime=822.11 cores=1,3,5,7
/proc/22717/stat : 22717 (toysat) R 22715 22717 21797 0 -1 4202496 70833 0 0 0 82032 179 0 0 20 0 1 0 277814489 292618240 70675 33554432000 4194304 8973514 140733324821184 140733324820680 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22717/statm: 71440 70675 458 1167 0 70221 0
Current children cumulated CPU time (s) 822.11
Current children cumulated vsize (KiB) 285760

[startup+882.3 s]
/proc/loadavg: 2.10 2.03 2.00 3/179 22766
/proc/meminfo: memFree=29402740/32873844 swapFree=7372/7372
[pid=22717] ppid=22715 vsize=300096 CPUtime=882.09 cores=1,3,5,7
/proc/22717/stat : 22717 (toysat) R 22715 22717 21797 0 -1 4202496 74420 0 0 0 88018 191 0 0 20 0 1 0 277814489 307298304 74259 33554432000 4194304 8973514 140733324821184 140733324820680 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22717/statm: 75024 74259 458 1167 0 73805 0
Current children cumulated CPU time (s) 882.09
Current children cumulated vsize (KiB) 300096

[startup+942.3 s]
/proc/loadavg: 2.11 2.04 2.00 3/179 22766
/proc/meminfo: memFree=29382712/32873844 swapFree=7372/7372
[pid=22717] ppid=22715 vsize=312384 CPUtime=942.07 cores=1,3,5,7
/proc/22717/stat : 22717 (toysat) R 22715 22717 21797 0 -1 4202496 77512 0 0 0 94006 201 0 0 20 0 1 0 277814489 319881216 77331 33554432000 4194304 8973514 140733324821184 140733324820680 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22717/statm: 78096 77331 458 1167 0 76877 0
Current children cumulated CPU time (s) 942.07
Current children cumulated vsize (KiB) 312384

[startup+1002.3 s]
/proc/loadavg: 2.11 2.04 2.00 3/179 22767
/proc/meminfo: memFree=29360020/32873844 swapFree=7372/7372
[pid=22717] ppid=22715 vsize=326720 CPUtime=1002.07 cores=1,3,5,7
/proc/22717/stat : 22717 (toysat) R 22715 22717 21797 0 -1 4202496 80885 0 0 0 99995 212 0 0 20 0 1 0 277814489 334561280 80704 33554432000 4194304 8973514 140733324821184 140733324820448 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22717/statm: 81680 80704 458 1167 0 80461 0
Current children cumulated CPU time (s) 1002.07
Current children cumulated vsize (KiB) 326720

[startup+1062.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 22767
/proc/meminfo: memFree=29336928/32873844 swapFree=7372/7372
[pid=22717] ppid=22715 vsize=336960 CPUtime=1062.06 cores=1,3,5,7
/proc/22717/stat : 22717 (toysat) R 22715 22717 21797 0 -1 4202496 83656 0 0 0 105983 223 0 0 20 0 1 0 277814489 345047040 83475 33554432000 4194304 8973514 140733324821184 140733324820448 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22717/statm: 84240 83475 458 1167 0 83021 0
Current children cumulated CPU time (s) 1062.06
Current children cumulated vsize (KiB) 336960

[startup+1122.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 22767
/proc/meminfo: memFree=29308900/32873844 swapFree=7372/7372
[pid=22717] ppid=22715 vsize=351296 CPUtime=1122.04 cores=1,3,5,7
/proc/22717/stat : 22717 (toysat) R 22715 22717 21797 0 -1 4202496 87240 0 0 0 111971 233 0 0 20 0 1 0 277814489 359727104 87059 33554432000 4194304 8973514 140733324821184 140733324820448 7681396 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22717/statm: 87824 87059 458 1167 0 86605 0
Current children cumulated CPU time (s) 1122.04
Current children cumulated vsize (KiB) 351296

[startup+1182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 22767
/proc/meminfo: memFree=29287572/32873844 swapFree=7372/7372
[pid=22717] ppid=22715 vsize=362560 CPUtime=1182.04 cores=1,3,5,7
/proc/22717/stat : 22717 (toysat) R 22715 22717 21797 0 -1 4202496 89864 0 0 0 117960 244 0 0 20 0 1 0 277814489 371261440 89683 33554432000 4194304 8973514 140733324821184 140733324820448 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22717/statm: 90640 89683 458 1167 0 89421 0
Current children cumulated CPU time (s) 1182.04
Current children cumulated vsize (KiB) 362560

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 22767
/proc/meminfo: memFree=29264756/32873844 swapFree=7372/7372
[pid=22717] ppid=22715 vsize=371776 CPUtime=1242.03 cores=1,3,5,7
/proc/22717/stat : 22717 (toysat) R 22715 22717 21797 0 -1 4202496 92360 0 0 0 123949 254 0 0 20 0 1 0 277814489 380698624 92179 33554432000 4194304 8973514 140733324821184 140733324820680 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22717/statm: 92944 92179 458 1167 0 91725 0
Current children cumulated CPU time (s) 1242.03
Current children cumulated vsize (KiB) 371776

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 22768
/proc/meminfo: memFree=29240996/32873844 swapFree=7372/7372
[pid=22717] ppid=22715 vsize=387136 CPUtime=1302.02 cores=1,3,5,7
/proc/22717/stat : 22717 (toysat) R 22715 22717 21797 0 -1 4202496 96220 0 0 0 129938 264 0 0 20 0 1 0 277814489 396427264 96019 33554432000 4194304 8973514 140733324821184 140733324820680 4209344 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22717/statm: 96784 96019 458 1167 0 95565 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 387136

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 22771
/proc/meminfo: memFree=29231316/32873844 swapFree=7372/7372
[pid=22717] ppid=22715 vsize=391232 CPUtime=1362 cores=1,3,5,7
/proc/22717/stat : 22717 (toysat) R 22715 22717 21797 0 -1 4202496 97244 0 0 0 135926 274 0 0 20 0 1 0 277814489 400621568 97043 33554432000 4194304 8973514 140733324821184 140733324820680 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22717/statm: 97808 97043 458 1167 0 96589 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 391232

[startup+1422.31 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 22771
/proc/meminfo: memFree=29218676/32873844 swapFree=7372/7372
[pid=22717] ppid=22715 vsize=404544 CPUtime=1421.99 cores=1,3,5,7
/proc/22717/stat : 22717 (toysat) R 22715 22717 21797 0 -1 4202496 100572 0 0 0 141918 281 0 0 20 0 1 0 277814489 414253056 100371 33554432000 4194304 8973514 140733324821184 140733324820448 7681396 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22717/statm: 101136 100371 458 1167 0 99917 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 404544

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 22771
/proc/meminfo: memFree=29207840/32873844 swapFree=7372/7372
[pid=22717] ppid=22715 vsize=414784 CPUtime=1481.98 cores=1,3,5,7
/proc/22717/stat : 22717 (toysat) R 22715 22717 21797 0 -1 4202496 103132 0 0 0 147909 289 0 0 20 0 1 0 277814489 424738816 102931 33554432000 4194304 8973514 140733324821184 140733324820448 7681396 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22717/statm: 103696 102931 458 1167 0 102477 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 414784

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22771
/proc/meminfo: memFree=29197672/32873844 swapFree=7372/7372
[pid=22717] ppid=22715 vsize=425024 CPUtime=1541.98 cores=1,3,5,7
/proc/22717/stat : 22717 (toysat) R 22715 22717 21797 0 -1 4202496 105692 0 0 0 153900 298 0 0 20 0 1 0 277814489 435224576 105491 33554432000 4194304 8973514 140733324821184 140733324820448 7681396 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22717/statm: 106256 105491 458 1167 0 105037 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 425024

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22772
/proc/meminfo: memFree=29187504/32873844 swapFree=7372/7372
[pid=22717] ppid=22715 vsize=435264 CPUtime=1601.96 cores=1,3,5,7
/proc/22717/stat : 22717 (toysat) R 22715 22717 21797 0 -1 4202496 108252 0 0 0 159890 306 0 0 20 0 1 0 277814489 445710336 108051 33554432000 4194304 8973514 140733324821184 140733324820448 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22717/statm: 108816 108051 458 1167 0 107597 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 435264

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 22773
/proc/meminfo: memFree=29174104/32873844 swapFree=7376/7376
[pid=22717] ppid=22715 vsize=448576 CPUtime=1661.95 cores=1,3,5,7
/proc/22717/stat : 22717 (toysat) R 22715 22717 21797 0 -1 4202496 111580 0 0 0 165880 315 0 0 20 0 1 0 277814489 459341824 111379 33554432000 4194304 8973514 140733324821184 140733324820680 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22717/statm: 112144 111379 458 1167 0 110925 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 448576

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 22773
/proc/meminfo: memFree=29163908/32873844 swapFree=7372/7372
[pid=22717] ppid=22715 vsize=458816 CPUtime=1721.94 cores=1,3,5,7
/proc/22717/stat : 22717 (toysat) R 22715 22717 21797 0 -1 4202496 114151 0 0 0 171871 323 0 0 20 0 1 0 277814489 469827584 113939 33554432000 4194304 8973514 140733324821184 140733324820448 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22717/statm: 114704 113939 458 1167 0 113485 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 458816

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22773
/proc/meminfo: memFree=29154632/32873844 swapFree=7372/7372
[pid=22717] ppid=22715 vsize=468032 CPUtime=1781.93 cores=1,3,5,7
/proc/22717/stat : 22717 (toysat) R 22715 22717 21797 0 -1 4202496 116469 0 0 0 177863 330 0 0 20 0 1 0 277814489 479264768 116243 33554432000 4194304 8973514 140733324821184 140733324820448 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22717/statm: 117008 116243 458 1167 0 115789 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 468032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22773
/proc/meminfo: memFree=29149424/32873844 swapFree=7372/7372
[pid=22717] ppid=22715 vsize=474176 CPUtime=1800.03 cores=1,3,5,7
/proc/22717/stat : 22717 (toysat) R 22715 22717 21797 0 -1 4202496 117806 0 0 0 179670 333 0 0 20 0 1 0 277814489 485556224 117580 33554432000 4194304 8973514 140733324821184 140733324820448 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/22717/statm: 118544 117580 458 1167 0 117325 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 474176

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.04
CPU user time (s): 1796.7
CPU system time (s): 3.33749
CPU usage (%): 99.9796
Max. virtual memory (cumulated for all children) (KiB): 474176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.7
system time used= 3.33749
maximum resident set size= 470320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117806
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= 154
involuntary context switches= 1851

runsolver used 3.71043 second user time and 10.0255 second system time

The end

Launcher Data

Begin job on node133 at 2012-05-27 13:08:17
IDJOB=3706808
IDBENCH=2220
IDSOLVER=2285
FILE ID=node133/3706808-1338116897
RUNJOBID= node133-1338109544-21814
PBS_JOBID= 14624470
Free space on /tmp= 71720 MiB

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

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

MD5SUM BENCH= dae2a99f19ab3cbb5b0fd1a29cad1e80
RANDOM SEED=1549310523

node133.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.540
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.08
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.540
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.92
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.540
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29808580 kB
Buffers:          352168 kB
Cached:          1780868 kB
SwapCached:          104 kB
Active:           715816 kB
Inactive:        1523644 kB
Active(anon):      97272 kB
Inactive(anon):    11368 kB
Active(file):     618544 kB
Inactive(file):  1512276 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108752 kB
Dirty:              7784 kB
Writeback:             0 kB
AnonPages:        113260 kB
Mapped:            16192 kB
Shmem:               212 kB
Slab:             685740 kB
SReclaimable:     127748 kB
SUnreclaim:       557992 kB
KernelStack:        1464 kB
PageTables:         4220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     220484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     88064 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= 71712 MiB
End job on node133 at 2012-05-27 13:38:19