Trace number 3706805

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

Solver Data

2.39/2.49	c 2012-05-27T13:09:05+0200
2.39/2.49	c arch = x86_64
2.39/2.49	c os = linux
2.39/2.49	c compiler = ghc 7.4
2.39/2.49	c packages:
2.39/2.49	c   OptDir-0.0.1
2.39/2.49	c   array-0.4.0.0
2.39/2.49	c   base-4.5.0.0
2.39/2.49	c   bytestring-0.9.2.1
2.39/2.49	c   containers-0.4.2.1
2.39/2.49	c   deepseq-1.3.0.0
2.39/2.49	c   mtl-2.1.1
2.39/2.49	c   old_locale-1.0.0.4
2.39/2.49	c   parse_dimacs-1.2
2.39/2.49	c   parsec-3.1.2
2.39/2.49	c   queue-0.1.2
2.39/2.49	c   stm-2.3
2.39/2.49	c   time-1.4
2.39/2.49	c command line = ["--pb","HOME/instance-3706805-1338116945.opb"]
2.39/2.49	c #vars 4624
2.39/2.49	c #constraints 5263
2.39/2.49	c Solving starts ...
2.49/2.51	c solving time = 0.013s
2.49/2.51	c #decision = 2656
2.49/2.51	c #conflict = 0
2.49/2.51	c #restart = 0
2.49/2.51	o 78
2.49/2.53	c Solving starts ...
474.64/474.81	c learnt constraints deletion: 9716 -> 4858
807.69/807.93	c learnt constraints deletion: 10491 -> 5246
1289.51/1289.88	c learnt constraints deletion: 11345 -> 5673

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3706805-1338116945/watcher-3706805-1338116945 -o /tmp/evaluation-result-3706805-1338116945/solver-3706805-1338116945 -C 1800 -W 1900 -M 15500 HOME/toysat --pb HOME/instance-3706805-1338116945.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.01 2.00 3/178 22756
/proc/meminfo: memFree=29847136/32873844 swapFree=7372/7372
[pid=22756] ppid=22754 vsize=6208 CPUtime=0 cores=0,2,4,6
/proc/22756/stat : 22756 (toysat) R 22754 22756 21797 0 -1 4202496 798 0 0 0 0 0 0 0 20 0 1 0 277819294 6356992 719 33554432000 4194304 8973514 140736409250480 140737355135624 7937344 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/22756/statm: 1552 719 412 1167 0 333 0

[startup+0.058754 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 22756
/proc/meminfo: memFree=29847136/32873844 swapFree=7372/7372
[pid=22756] ppid=22754 vsize=9280 CPUtime=0.05 cores=0,2,4,6
/proc/22756/stat : 22756 (toysat) R 22754 22756 21797 0 -1 4202496 1586 0 0 0 5 0 0 0 20 0 1 0 277819294 9502720 1507 33554432000 4194304 8973514 140736409250480 140737355135624 7841851 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/22756/statm: 2320 1507 417 1167 0 1101 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9280

[startup+0.100226 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 22756
/proc/meminfo: memFree=29847136/32873844 swapFree=7372/7372
[pid=22756] ppid=22754 vsize=12352 CPUtime=0.09 cores=0,2,4,6
/proc/22756/stat : 22756 (toysat) R 22754 22756 21797 0 -1 4202496 2189 0 0 0 9 0 0 0 20 0 1 0 277819294 12648448 2110 33554432000 4194304 8973514 140736409250480 140737355135624 7841851 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/22756/statm: 3088 2110 417 1167 0 1869 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12352

[startup+0.300226 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 22756
/proc/meminfo: memFree=29847136/32873844 swapFree=7372/7372
[pid=22756] ppid=22754 vsize=16448 CPUtime=0.29 cores=0,2,4,6
/proc/22756/stat : 22756 (toysat) R 22754 22756 21797 0 -1 4202496 3395 0 0 0 29 0 0 0 20 0 1 0 277819294 16842752 3316 33554432000 4194304 8973514 140736409250480 140737355135624 4447672 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/22756/statm: 4112 3316 428 1167 0 2893 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16448

[startup+0.700179 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 22756
/proc/meminfo: memFree=29847136/32873844 swapFree=7372/7372
[pid=22756] ppid=22754 vsize=16448 CPUtime=0.68 cores=0,2,4,6
/proc/22756/stat : 22756 (toysat) R 22754 22756 21797 0 -1 4202496 3395 0 0 0 68 0 0 0 20 0 1 0 277819294 16842752 3316 33554432000 4194304 8973514 140736409250480 140736409249976 5373204 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/22756/statm: 4112 3316 428 1167 0 2893 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 16448

[startup+1.50022 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 22757
/proc/meminfo: memFree=29835232/32873844 swapFree=7372/7372
[pid=22756] ppid=22754 vsize=18496 CPUtime=1.49 cores=0,2,4,6
/proc/22756/stat : 22756 (toysat) R 22754 22756 21797 0 -1 4202496 3678 0 0 0 148 1 0 0 20 0 1 0 277819294 18939904 3599 33554432000 4194304 8973514 140736409250480 140736409249976 5389196 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/22756/statm: 4624 3599 428 1167 0 3405 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18496

[startup+3.10025 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 22757
/proc/meminfo: memFree=29832876/32873844 swapFree=7372/7372
[pid=22756] ppid=22754 vsize=22592 CPUtime=3.09 cores=0,2,4,6
/proc/22756/stat : 22756 (toysat) R 22754 22756 21797 0 -1 4202496 4960 0 0 0 307 2 0 0 20 0 1 0 277819294 23134208 4881 33554432000 4194304 8973514 140736409250480 140736409249976 4208855 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/22756/statm: 5648 4881 457 1167 0 4429 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22592

[startup+6.30024 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 22757
/proc/meminfo: memFree=29823824/32873844 swapFree=7372/7372
[pid=22756] ppid=22754 vsize=26688 CPUtime=6.28 cores=0,2,4,6
/proc/22756/stat : 22756 (toysat) R 22754 22756 21797 0 -1 4202496 5984 0 0 0 625 3 0 0 20 0 1 0 277819294 27328512 5905 33554432000 4194304 8973514 140736409250480 140736409249976 4209206 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/22756/statm: 6672 5905 457 1167 0 5453 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 26688

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 22757
/proc/meminfo: memFree=29816740/32873844 swapFree=7372/7372
[pid=22756] ppid=22754 vsize=30784 CPUtime=12.68 cores=0,2,4,6
/proc/22756/stat : 22756 (toysat) R 22754 22756 21797 0 -1 4202496 7008 0 0 0 1263 5 0 0 20 0 1 0 277819294 31522816 6929 33554432000 4194304 8973514 140736409250480 140736409249976 7937344 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/22756/statm: 7696 6929 457 1167 0 6477 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 30784

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22758
/proc/meminfo: memFree=29804828/32873844 swapFree=7372/7372
[pid=22756] ppid=22754 vsize=36928 CPUtime=25.48 cores=0,2,4,6
/proc/22756/stat : 22756 (toysat) R 22754 22756 21797 0 -1 4202496 8544 0 0 0 2539 9 0 0 20 0 1 0 277819294 37814272 8465 33554432000 4194304 8973514 140736409250480 140736409249744 4209234 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/22756/statm: 9232 8465 457 1167 0 8013 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 36928

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22758
/proc/meminfo: memFree=29782336/32873844 swapFree=7372/7372
[pid=22756] ppid=22754 vsize=51264 CPUtime=51.07 cores=0,2,4,6
/proc/22756/stat : 22756 (toysat) R 22754 22756 21797 0 -1 4202496 12134 0 0 0 5090 17 0 0 20 0 1 0 277819294 52494336 12049 33554432000 4194304 8973514 140736409250480 140736409249744 7667127 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/22756/statm: 12816 12049 457 1167 0 11597 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 51264

[startup+102.307 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 22761
/proc/meminfo: memFree=29735908/32873844 swapFree=7372/7372
[pid=22756] ppid=22754 vsize=77888 CPUtime=102.25 cores=0,2,4,6
/proc/22756/stat : 22756 (toysat) R 22754 22756 21797 0 -1 4202496 18810 0 0 0 10192 33 0 0 20 0 1 0 277819294 79757312 18705 33554432000 4194304 8973514 140736409250480 140736409249744 4435808 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22756/statm: 19472 18705 457 1167 0 18253 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 77888

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 22761
/proc/meminfo: memFree=29689008/32873844 swapFree=7372/7372
[pid=22756] ppid=22754 vsize=102464 CPUtime=162.23 cores=0,2,4,6
/proc/22756/stat : 22756 (toysat) R 22754 22756 21797 0 -1 4202496 24823 0 0 0 16170 53 0 0 20 0 1 0 277819294 104923136 24718 33554432000 4194304 8973514 140736409250480 140736409249744 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22756/statm: 25616 24718 457 1167 0 24397 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 102464

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22761
/proc/meminfo: memFree=29647972/32873844 swapFree=7372/7372
[pid=22756] ppid=22754 vsize=121920 CPUtime=222.2 cores=0,2,4,6
/proc/22756/stat : 22756 (toysat) R 22754 22756 21797 0 -1 4202496 29679 0 0 0 22149 71 0 0 20 0 1 0 277819294 124846080 29547 33554432000 4194304 8973514 140736409250480 140736409249744 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22756/statm: 30480 29547 457 1167 0 29261 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 121920

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22761
/proc/meminfo: memFree=29606864/32873844 swapFree=7372/7372
[pid=22756] ppid=22754 vsize=142400 CPUtime=282.19 cores=0,2,4,6
/proc/22756/stat : 22756 (toysat) R 22754 22756 21797 0 -1 4202496 34890 0 0 0 28131 88 0 0 20 0 1 0 277819294 145817600 34758 33554432000 4194304 8973514 140736409250480 140736409249744 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22756/statm: 35600 34758 457 1167 0 34381 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 142400

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22762
/proc/meminfo: memFree=29569300/32873844 swapFree=7372/7372
[pid=22756] ppid=22754 vsize=163904 CPUtime=342.19 cores=0,2,4,6
/proc/22756/stat : 22756 (toysat) R 22754 22756 21797 0 -1 4202496 40341 0 0 0 34113 106 0 0 20 0 1 0 277819294 167837696 40209 33554432000 4194304 8973514 140736409250480 140736409249976 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22756/statm: 40976 40209 457 1167 0 39757 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 163904

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22762
/proc/meminfo: memFree=29539452/32873844 swapFree=7372/7372
[pid=22756] ppid=22754 vsize=179264 CPUtime=402.16 cores=0,2,4,6
/proc/22756/stat : 22756 (toysat) R 22754 22756 21797 0 -1 4202496 44194 0 0 0 40097 119 0 0 20 0 1 0 277819294 183566336 44049 33554432000 4194304 8973514 140736409250480 140736409249976 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22756/statm: 44816 44049 457 1167 0 43597 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 179264

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22762
/proc/meminfo: memFree=29507732/32873844 swapFree=7372/7372
[pid=22756] ppid=22754 vsize=194624 CPUtime=462.15 cores=0,2,4,6
/proc/22756/stat : 22756 (toysat) R 22754 22756 21797 0 -1 4202496 48051 0 0 0 46081 134 0 0 20 0 1 0 277819294 199294976 47889 33554432000 4194304 8973514 140736409250480 140736409249744 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22756/statm: 48656 47889 457 1167 0 47437 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 194624

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22762
/proc/meminfo: memFree=29482932/32873844 swapFree=7372/7372
[pid=22756] ppid=22754 vsize=203840 CPUtime=522.14 cores=0,2,4,6
/proc/22756/stat : 22756 (toysat) R 22754 22756 21797 0 -1 4202496 50356 0 0 0 52066 148 0 0 20 0 1 0 277819294 208732160 50194 33554432000 4194304 8973514 140736409250480 140736409249744 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22756/statm: 50960 50194 458 1167 0 49741 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 203840

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22762
/proc/meminfo: memFree=29467740/32873844 swapFree=7372/7372
[pid=22756] ppid=22754 vsize=203840 CPUtime=582.13 cores=0,2,4,6
/proc/22756/stat : 22756 (toysat) R 22754 22756 21797 0 -1 4202496 50356 0 0 0 58052 161 0 0 20 0 1 0 277819294 208732160 50194 33554432000 4194304 8973514 140736409250480 140736409249744 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22756/statm: 50960 50194 458 1167 0 49741 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 203840

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 22766
/proc/meminfo: memFree=29405908/32873844 swapFree=7372/7372
[pid=22756] ppid=22754 vsize=207936 CPUtime=822.09 cores=0,2,4,6
/proc/22756/stat : 22756 (toysat) R 22754 22756 21797 0 -1 4202496 51221 0 0 0 81996 213 0 0 20 0 1 0 277819294 212926464 51050 33554432000 4194304 8973514 140736409250480 140736409249976 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22756/statm: 51984 51050 458 1167 0 50765 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 207936

[startup+882.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 22766
/proc/meminfo: memFree=29387796/32873844 swapFree=7372/7372
[pid=22756] ppid=22754 vsize=211008 CPUtime=882.08 cores=0,2,4,6
/proc/22756/stat : 22756 (toysat) R 22754 22756 21797 0 -1 4202496 52157 0 0 0 87984 224 0 0 20 0 1 0 277819294 216072192 51986 33554432000 4194304 8973514 140736409250480 140736409249744 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22756/statm: 52752 51986 458 1167 0 51533 0
Current children cumulated CPU time (s) 882.08
Current children cumulated vsize (KiB) 211008

[startup+942.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/179 22767
/proc/meminfo: memFree=29366468/32873844 swapFree=7372/7372
[pid=22756] ppid=22754 vsize=221248 CPUtime=942.07 cores=0,2,4,6
/proc/22756/stat : 22756 (toysat) R 22754 22756 21797 0 -1 4202496 54717 0 0 0 93974 233 0 0 20 0 1 0 277819294 226557952 54546 33554432000 4194304 8973514 140736409250480 140736409249976 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22756/statm: 55312 54546 458 1167 0 54093 0
Current children cumulated CPU time (s) 942.07
Current children cumulated vsize (KiB) 221248

[startup+1002.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/179 22767
/proc/meminfo: memFree=29340664/32873844 swapFree=7372/7372
[pid=22756] ppid=22754 vsize=232512 CPUtime=1002.06 cores=0,2,4,6
/proc/22756/stat : 22756 (toysat) R 22754 22756 21797 0 -1 4202496 57539 0 0 0 99963 243 0 0 20 0 1 0 277819294 238092288 57362 33554432000 4194304 8973514 140736409250480 140736409249744 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22756/statm: 58128 57362 458 1167 0 56909 0
Current children cumulated CPU time (s) 1002.06
Current children cumulated vsize (KiB) 232512

[startup+1062.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 22767
/proc/meminfo: memFree=29316340/32873844 swapFree=7372/7372
[pid=22756] ppid=22754 vsize=247872 CPUtime=1062.04 cores=0,2,4,6
/proc/22756/stat : 22756 (toysat) R 22754 22756 21797 0 -1 4202496 61388 0 0 0 105953 251 0 0 20 0 1 0 277819294 253820928 61202 33554432000 4194304 8973514 140736409250480 140736409249744 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22756/statm: 61968 61202 458 1167 0 60749 0
Current children cumulated CPU time (s) 1062.04
Current children cumulated vsize (KiB) 247872

[startup+1122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 22767
/proc/meminfo: memFree=29291788/32873844 swapFree=7372/7372
[pid=22756] ppid=22754 vsize=259136 CPUtime=1122.04 cores=0,2,4,6
/proc/22756/stat : 22756 (toysat) R 22754 22756 21797 0 -1 4202496 64159 0 0 0 111945 259 0 0 20 0 1 0 277819294 265355264 63973 33554432000 4194304 8973514 140736409250480 140736409249744 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22756/statm: 64784 63973 458 1167 0 63565 0
Current children cumulated CPU time (s) 1122.04
Current children cumulated vsize (KiB) 259136

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 22767
/proc/meminfo: memFree=29267980/32873844 swapFree=7372/7372
[pid=22756] ppid=22754 vsize=273472 CPUtime=1182.02 cores=0,2,4,6
/proc/22756/stat : 22756 (toysat) R 22754 22756 21797 0 -1 4202496 67597 0 0 0 117934 268 0 0 20 0 1 0 277819294 280035328 67411 33554432000 4194304 8973514 140736409250480 140736409249744 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22756/statm: 68368 67411 458 1167 0 67149 0
Current children cumulated CPU time (s) 1182.02
Current children cumulated vsize (KiB) 273472

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 22767
/proc/meminfo: memFree=29252604/32873844 swapFree=7372/7372
[pid=22756] ppid=22754 vsize=277568 CPUtime=1242.02 cores=0,2,4,6
/proc/22756/stat : 22756 (toysat) R 22754 22756 21797 0 -1 4202496 68701 0 0 0 123927 275 0 0 20 0 1 0 277819294 284229632 68515 33554432000 4194304 8973514 140736409250480 140736409249744 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22756/statm: 69392 68515 458 1167 0 68173 0
Current children cumulated CPU time (s) 1242.02
Current children cumulated vsize (KiB) 277568

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 22771
/proc/meminfo: memFree=29232308/32873844 swapFree=7372/7372
[pid=22756] ppid=22754 vsize=286784 CPUtime=1302.02 cores=0,2,4,6
/proc/22756/stat : 22756 (toysat) R 22754 22756 21797 0 -1 4202496 71116 0 0 0 129916 286 0 0 20 0 1 0 277819294 293666816 70930 33554432000 4194304 8973514 140736409250480 140736409249744 7681396 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22756/statm: 71696 70930 458 1167 0 70477 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 286784

[startup+1362.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 22771
/proc/meminfo: memFree=29222520/32873844 swapFree=7372/7372
[pid=22756] ppid=22754 vsize=286784 CPUtime=1362.01 cores=0,2,4,6
/proc/22756/stat : 22756 (toysat) R 22754 22756 21797 0 -1 4202496 71116 0 0 0 135903 298 0 0 20 0 1 0 277819294 293666816 70930 33554432000 4194304 8973514 140736409250480 140736409249744 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22756/statm: 71696 70930 458 1167 0 70477 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 286784

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 22771
/proc/meminfo: memFree=29210940/32873844 swapFree=7372/7372
[pid=22756] ppid=22754 vsize=286784 CPUtime=1421.99 cores=0,2,4,6
/proc/22756/stat : 22756 (toysat) R 22754 22756 21797 0 -1 4202496 71139 0 0 0 141887 312 0 0 20 0 1 0 277819294 293666816 70930 33554432000 4194304 8973514 140736409250480 140736409249744 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22756/statm: 71696 70930 458 1167 0 70477 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 286784

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22771
/proc/meminfo: memFree=29200648/32873844 swapFree=7372/7372
[pid=22756] ppid=22754 vsize=286784 CPUtime=1481.97 cores=0,2,4,6
/proc/22756/stat : 22756 (toysat) R 22754 22756 21797 0 -1 4202496 71139 0 0 0 147873 324 0 0 20 0 1 0 277819294 293666816 70930 33554432000 4194304 8973514 140736409250480 140736409249744 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22756/statm: 71696 70930 458 1167 0 70477 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 286784

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22771
/proc/meminfo: memFree=29190604/32873844 swapFree=7372/7372
[pid=22756] ppid=22754 vsize=286784 CPUtime=1541.96 cores=0,2,4,6
/proc/22756/stat : 22756 (toysat) R 22754 22756 21797 0 -1 4202496 71139 0 0 0 153861 335 0 0 20 0 1 0 277819294 293666816 70930 33554432000 4194304 8973514 140736409250480 140736409249744 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22756/statm: 71696 70930 458 1167 0 70477 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 286784

[startup+1602.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/180 22773
/proc/meminfo: memFree=29175220/32873844 swapFree=7372/7372
[pid=22756] ppid=22754 vsize=286784 CPUtime=1601.95 cores=0,2,4,6
/proc/22756/stat : 22756 (toysat) R 22754 22756 21797 0 -1 4202496 71139 0 0 0 159849 346 0 0 20 0 1 0 277819294 293666816 70930 33554432000 4194304 8973514 140736409250480 140736409249744 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22756/statm: 71696 70930 458 1167 0 70477 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 286784

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 22773
/proc/meminfo: memFree=29166900/32873844 swapFree=7372/7372
[pid=22756] ppid=22754 vsize=286784 CPUtime=1661.94 cores=0,2,4,6
/proc/22756/stat : 22756 (toysat) R 22754 22756 21797 0 -1 4202496 71139 0 0 0 165837 357 0 0 20 0 1 0 277819294 293666816 70930 33554432000 4194304 8973514 140736409250480 140736409249744 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22756/statm: 71696 70930 458 1167 0 70477 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 286784

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22773
/proc/meminfo: memFree=29155624/32873844 swapFree=7372/7372
[pid=22756] ppid=22754 vsize=286784 CPUtime=1721.94 cores=0,2,4,6
/proc/22756/stat : 22756 (toysat) R 22754 22756 21797 0 -1 4202496 71139 0 0 0 171825 369 0 0 20 0 1 0 277819294 293666816 70930 33554432000 4194304 8973514 140736409250480 140736409249744 4208846 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22756/statm: 71696 70930 458 1167 0 70477 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 286784

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22812
/proc/meminfo: memFree=29521752/32873844 swapFree=7372/7372
[pid=22756] ppid=22754 vsize=286784 CPUtime=1781.92 cores=0,2,4,6
/proc/22756/stat : 22756 (toysat) R 22754 22756 21797 0 -1 4202496 71139 0 0 0 177813 379 0 0 20 0 1 0 277819294 293666816 70930 33554432000 4194304 8973514 140736409250480 140736409249976 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22756/statm: 71696 70930 458 1167 0 70477 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 286784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22812
/proc/meminfo: memFree=29521256/32873844 swapFree=7372/7372
[pid=22756] ppid=22754 vsize=286784 CPUtime=1800.03 cores=0,2,4,6
/proc/22756/stat : 22756 (toysat) R 22754 22756 21797 0 -1 4202496 71139 0 0 0 179620 383 0 0 20 0 1 0 277819294 293666816 70930 33554432000 4194304 8973514 140736409250480 140736409249744 7681396 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22756/statm: 71696 70930 458 1167 0 70477 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 286784

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.21
CPU system time (s): 3.83542
CPU usage (%): 99.9797
Max. virtual memory (cumulated for all children) (KiB): 286784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.21
system time used= 3.83542
maximum resident set size= 283720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71139
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= 133
involuntary context switches= 2066

runsolver used 3.11153 second user time and 9.46256 second system time

The end

Launcher Data

Begin job on node133 at 2012-05-27 13:09:05
IDJOB=3706805
IDBENCH=2228
IDSOLVER=2285
FILE ID=node133/3706805-1338116945
RUNJOBID= node133-1338109544-21813
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:30:4.5:0.95:98.opb
COMMAND LINE= HOME/toysat --pb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3706805-1338116945/watcher-3706805-1338116945 -o /tmp/evaluation-result-3706805-1338116945/solver-3706805-1338116945 -C 1800 -W 1900 -M 15500  HOME/toysat --pb HOME/instance-3706805-1338116945.opb

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

MD5SUM BENCH= 6272f76e60106089ef6773ef02321eb2
RANDOM SEED=457237464

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:        29847292 kB
Buffers:          352232 kB
Cached:          1781032 kB
SwapCached:          104 kB
Active:           677512 kB
Inactive:        1523820 kB
Active(anon):      58436 kB
Inactive(anon):    11368 kB
Active(file):     619076 kB
Inactive(file):  1512452 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108752 kB
Dirty:              7784 kB
Writeback:             0 kB
AnonPages:         74160 kB
Mapped:            16200 kB
Shmem:               212 kB
Slab:             685564 kB
SReclaimable:     127748 kB
SUnreclaim:       557816 kB
KernelStack:        1480 kB
PageTables:         4160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     181224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71712 MiB
End job on node133 at 2012-05-27 13:39:07