Trace number 3725207

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
toysat 2012-06-01? (TO) 1800.1 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_18.opb
MD5SUMde4cbecd7c9968d40b279ce145b888a9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark307
Best CPU time to get the best result obtained on this benchmark1800.21
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8883
Total number of constraints17459
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17459
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2691
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3.20/3.28	c 2012-06-02T13:05:54+0200
3.20/3.28	c arch = x86_64
3.20/3.28	c os = linux
3.20/3.28	c compiler = ghc 7.4
3.20/3.28	c packages:
3.20/3.28	c   OptDir-0.0.1
3.20/3.28	c   array-0.4.0.0
3.20/3.28	c   base-4.5.0.0
3.20/3.28	c   bytestring-0.9.2.1
3.20/3.28	c   containers-0.4.2.1
3.20/3.28	c   deepseq-1.3.0.0
3.20/3.28	c   mtl-2.1.1
3.20/3.28	c   old_locale-1.0.0.4
3.20/3.28	c   parse_dimacs-1.2
3.20/3.28	c   parsec-3.1.2
3.20/3.28	c   queue-0.1.2
3.20/3.28	c   stm-2.3
3.20/3.28	c   time-1.4
3.20/3.28	c command line = ["+RTS","-K1G","-RTS","--pb","HOME/instance-3725207-1338635154.opb"]
3.20/3.28	c #vars 8883
3.20/3.28	c #constraints 17459
3.20/3.28	c Solving starts ...
1135.49/1135.72	c learnt constraints deletion: 31611 -> 15807
1784.89/1785.27	c learnt constraints deletion: 33889 -> 16945

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-3725207-1338635154/watcher-3725207-1338635154 -o /tmp/evaluation-result-3725207-1338635154/solver-3725207-1338635154 -C 1800 -W 1900 -M 15500 HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3725207-1338635154.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 1.91 2/176 22221
/proc/meminfo: memFree=28367120/32873844 swapFree=7112/7112
[pid=22221] ppid=22219 vsize=6224 CPUtime=0 cores=0,2,4,6
/proc/22221/stat : 22221 (toysat) R 22219 22221 21777 0 -1 4202496 818 0 0 0 0 0 0 0 20 0 1 0 329640741 6373376 738 33554432000 4194304 8989770 140736872052400 140736386808280 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/22221/statm: 1556 738 428 1171 0 333 0

[startup+0.0596039 s]
/proc/loadavg: 2.00 2.00 1.91 2/176 22221
/proc/meminfo: memFree=28367120/32873844 swapFree=7112/7112
[pid=22221] ppid=22219 vsize=10320 CPUtime=0.05 cores=0,2,4,6
/proc/22221/stat : 22221 (toysat) R 22219 22221 21777 0 -1 4202496 1812 0 0 0 5 0 0 0 20 0 1 0 329640741 10567680 1732 33554432000 4194304 8989770 140736872052400 140736386808280 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/22221/statm: 2580 1732 430 1171 0 1357 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10320

[startup+0.100278 s]
/proc/loadavg: 2.00 2.00 1.91 2/176 22221
/proc/meminfo: memFree=28367120/32873844 swapFree=7112/7112
[pid=22221] ppid=22219 vsize=12368 CPUtime=0.09 cores=0,2,4,6
/proc/22221/stat : 22221 (toysat) R 22219 22221 21777 0 -1 4202496 2283 0 0 0 9 0 0 0 20 0 1 0 329640741 12664832 2203 33554432000 4194304 8989770 140736872052400 140736386808280 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/22221/statm: 3092 2203 430 1171 0 1869 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12368

[startup+0.30026 s]
/proc/loadavg: 2.00 2.00 1.91 2/176 22221
/proc/meminfo: memFree=28367120/32873844 swapFree=7112/7112
[pid=22221] ppid=22219 vsize=26704 CPUtime=0.29 cores=0,2,4,6
/proc/22221/stat : 22221 (toysat) R 22219 22221 21777 0 -1 4202496 5954 0 0 0 28 1 0 0 20 0 1 0 329640741 27344896 5874 33554432000 4194304 8989770 140736872052400 140736872051664 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/22221/statm: 6676 5874 431 1171 0 5453 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26704

[startup+0.700268 s]
/proc/loadavg: 2.00 2.00 1.91 2/176 22221
/proc/meminfo: memFree=28367120/32873844 swapFree=7112/7112
[pid=22221] ppid=22219 vsize=45136 CPUtime=0.69 cores=0,2,4,6
/proc/22221/stat : 22221 (toysat) R 22219 22221 21777 0 -1 4202496 10562 0 0 0 67 2 0 0 20 0 1 0 329640741 46219264 10482 33554432000 4194304 8989770 140736872052400 140736872051664 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/22221/statm: 11284 10482 431 1171 0 10061 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45136

[startup+1.50027 s]
/proc/loadavg: 2.00 2.00 1.91 2/176 22222
/proc/meminfo: memFree=28302648/32873844 swapFree=7112/7112
[pid=22221] ppid=22219 vsize=106576 CPUtime=1.48 cores=0,2,4,6
/proc/22221/stat : 22221 (toysat) R 22219 22221 21777 0 -1 4202496 25922 0 0 0 143 5 0 0 20 0 1 0 329640741 109133824 25842 33554432000 4194304 8989770 140736872052400 140736872051896 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/22221/statm: 26644 25842 431 1171 0 25421 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 106576

[startup+3.10028 s]
/proc/loadavg: 1.92 1.98 1.90 2/175 22222
/proc/meminfo: memFree=28227372/32873844 swapFree=7112/7112
[pid=22221] ppid=22219 vsize=189520 CPUtime=3.09 cores=0,2,4,6
/proc/22221/stat : 22221 (toysat) R 22219 22221 21777 0 -1 4202496 46676 0 0 0 298 11 0 0 20 0 1 0 329640741 194068480 46596 33554432000 4194304 8989770 140736872052400 140736872051896 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/22221/statm: 47380 46596 443 1171 0 46157 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 189520

[startup+6.30027 s]
/proc/loadavg: 1.92 1.98 1.90 3/179 22261
/proc/meminfo: memFree=28148132/32873844 swapFree=7112/7112
[pid=22221] ppid=22219 vsize=218192 CPUtime=6.29 cores=0,2,4,6
/proc/22221/stat : 22221 (toysat) R 22219 22221 21777 0 -1 4202496 53861 0 0 0 616 13 0 0 20 0 1 0 329640741 223428608 53781 33554432000 4194304 8989770 140736872052400 140736872051896 7857787 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/22221/statm: 54548 53781 460 1171 0 53325 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 218192

[startup+12.7003 s]
/proc/loadavg: 1.93 1.98 1.90 3/179 22337
/proc/meminfo: memFree=28071608/32873844 swapFree=7112/7112
[pid=22221] ppid=22219 vsize=237648 CPUtime=12.68 cores=0,2,4,6
/proc/22221/stat : 22221 (toysat) R 22219 22221 21777 0 -1 4202496 58726 0 0 0 1253 15 0 0 20 0 1 0 329640741 243351552 58650 33554432000 4194304 8989770 140736872052400 140736872051896 4445124 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/22221/statm: 59412 58650 460 1171 0 58189 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 237648

[startup+25.5003 s]
/proc/loadavg: 1.94 1.98 1.91 3/179 22337
/proc/meminfo: memFree=28065248/32873844 swapFree=7112/7112
[pid=22221] ppid=22219 vsize=242768 CPUtime=25.48 cores=0,2,4,6
/proc/22221/stat : 22221 (toysat) R 22219 22221 21777 0 -1 4202496 60008 0 0 0 2529 19 0 0 20 0 1 0 329640741 248594432 59930 33554432000 4194304 8989770 140736872052400 140736872051896 4450237 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/22221/statm: 60692 59930 460 1171 0 59469 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 242768

[startup+51.1003 s]
/proc/loadavg: 1.96 1.98 1.91 3/179 22337
/proc/meminfo: memFree=28056892/32873844 swapFree=7112/7112
[pid=22221] ppid=22219 vsize=246864 CPUtime=51.08 cores=0,2,4,6
/proc/22221/stat : 22221 (toysat) R 22219 22221 21777 0 -1 4202496 61041 0 0 0 5080 28 0 0 20 0 1 0 329640741 252788736 60955 33554432000 4194304 8989770 140736872052400 140736872051664 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/22221/statm: 61716 60955 460 1171 0 60493 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 246864

[startup+102.307 s]
/proc/loadavg: 2.04 2.00 1.91 3/179 22337
/proc/meminfo: memFree=28045900/32873844 swapFree=7112/7112
[pid=22221] ppid=22219 vsize=256080 CPUtime=102.26 cores=0,2,4,6
/proc/22221/stat : 22221 (toysat) R 22219 22221 21777 0 -1 4202496 63365 0 0 0 10181 45 0 0 20 0 1 0 329640741 262225920 63259 33554432000 4194304 8989770 140736872052400 140736872051896 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/22221/statm: 64020 63259 460 1171 0 62797 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 256080

[startup+162.3 s]
/proc/loadavg: 2.02 2.00 1.91 3/179 22337
/proc/meminfo: memFree=28035700/32873844 swapFree=7112/7112
[pid=22221] ppid=22219 vsize=261200 CPUtime=162.23 cores=0,2,4,6
/proc/22221/stat : 22221 (toysat) R 22219 22221 21777 0 -1 4202496 64658 0 0 0 16157 66 0 0 20 0 1 0 329640741 267468800 64539 33554432000 4194304 8989770 140736872052400 140736872051896 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/22221/statm: 65300 64539 460 1171 0 64077 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 261200

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 22337
/proc/meminfo: memFree=28027264/32873844 swapFree=7112/7112
[pid=22221] ppid=22219 vsize=267344 CPUtime=222.22 cores=0,2,4,6
/proc/22221/stat : 22221 (toysat) R 22219 22221 21777 0 -1 4202496 66194 0 0 0 22135 87 0 0 20 0 1 0 329640741 273760256 66075 33554432000 4194304 8989770 140736872052400 140736872051664 4445192 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/22221/statm: 66836 66075 460 1171 0 65613 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 267344

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/180 22340
/proc/meminfo: memFree=28025520/32873844 swapFree=7112/7112
[pid=22221] ppid=22219 vsize=269392 CPUtime=282.22 cores=0,2,4,6
/proc/22221/stat : 22221 (toysat) R 22219 22221 21777 0 -1 4202496 66706 0 0 0 28113 109 0 0 20 0 1 0 329640741 275857408 66587 33554432000 4194304 8989770 140736872052400 140736872051664 4445124 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/22221/statm: 67348 66587 460 1171 0 66125 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 269392

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 22341
/proc/meminfo: memFree=28021444/32873844 swapFree=7112/7112
[pid=22221] ppid=22219 vsize=273488 CPUtime=342.21 cores=0,2,4,6
/proc/22221/stat : 22221 (toysat) R 22219 22221 21777 0 -1 4202496 67730 0 0 0 34095 126 0 0 20 0 1 0 329640741 280051712 67611 33554432000 4194304 8989770 140736872052400 140736872051896 4445120 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/22221/statm: 68372 67611 460 1171 0 67149 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 273488

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 22341
/proc/meminfo: memFree=28017400/32873844 swapFree=7112/7112
[pid=22221] ppid=22219 vsize=277584 CPUtime=402.2 cores=0,2,4,6
/proc/22221/stat : 22221 (toysat) R 22219 22221 21777 0 -1 4202496 68754 0 0 0 40075 145 0 0 20 0 1 0 329640741 284246016 68635 33554432000 4194304 8989770 140736872052400 140736872051896 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/22221/statm: 69396 68635 460 1171 0 68173 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 277584

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 22341
/proc/meminfo: memFree=28014672/32873844 swapFree=7112/7112
[pid=22221] ppid=22219 vsize=280656 CPUtime=462.19 cores=0,2,4,6
/proc/22221/stat : 22221 (toysat) R 22219 22221 21777 0 -1 4202496 69522 0 0 0 46055 164 0 0 20 0 1 0 329640741 287391744 69403 33554432000 4194304 8989770 140736872052400 140736872051896 4450412 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/22221/statm: 70164 69403 460 1171 0 68941 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 280656

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 22341
/proc/meminfo: memFree=28008348/32873844 swapFree=7112/7112
[pid=22221] ppid=22219 vsize=285776 CPUtime=522.18 cores=0,2,4,6
/proc/22221/stat : 22221 (toysat) R 22219 22221 21777 0 -1 4202496 70802 0 0 0 52033 185 0 0 20 0 1 0 329640741 292634624 70683 33554432000 4194304 8989770 140736872052400 140736872051896 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/22221/statm: 71444 70683 460 1171 0 70221 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 285776

[startup+582.3 s]
/proc/loadavg: 2.07 2.02 1.92 3/179 22341
/proc/meminfo: memFree=28005240/32873844 swapFree=7112/7112
[pid=22221] ppid=22219 vsize=286800 CPUtime=582.17 cores=0,2,4,6
/proc/22221/stat : 22221 (toysat) R 22219 22221 21777 0 -1 4202496 71058 0 0 0 58014 203 0 0 20 0 1 0 329640741 293683200 70939 33554432000 4194304 8989770 140736872052400 140736872051896 4445188 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/22221/statm: 71700 70939 460 1171 0 70477 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 286800

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.05 2.01 1.93 3/179 22342
/proc/meminfo: memFree=27980784/32873844 swapFree=7112/7112
[pid=22221] ppid=22219 vsize=307280 CPUtime=822.14 cores=0,2,4,6
/proc/22221/stat : 22221 (toysat) R 22219 22221 21777 0 -1 4202496 76180 0 0 0 81952 262 0 0 20 0 1 0 329640741 314654720 76059 33554432000 4194304 8989770 140736872052400 140736872051664 6564333 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/22221/statm: 76820 76059 460 1171 0 75597 0
Current children cumulated CPU time (s) 822.14
Current children cumulated vsize (KiB) 307280

[startup+882.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/180 22345
/proc/meminfo: memFree=27975688/32873844 swapFree=7112/7112
[pid=22221] ppid=22219 vsize=311376 CPUtime=882.12 cores=0,2,4,6
/proc/22221/stat : 22221 (toysat) R 22219 22221 21777 0 -1 4202496 77204 0 0 0 87934 278 0 0 20 0 1 0 329640741 318849024 77083 33554432000 4194304 8989770 140736872052400 140736872051896 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/22221/statm: 77844 77083 460 1171 0 76621 0
Current children cumulated CPU time (s) 882.12
Current children cumulated vsize (KiB) 311376

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22346
/proc/meminfo: memFree=27969868/32873844 swapFree=7112/7112
[pid=22221] ppid=22219 vsize=316496 CPUtime=942.11 cores=0,2,4,6
/proc/22221/stat : 22221 (toysat) R 22219 22221 21777 0 -1 4202496 78484 0 0 0 93914 297 0 0 20 0 1 0 329640741 324091904 78363 33554432000 4194304 8989770 140736872052400 140736872051896 4445124 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/22221/statm: 79124 78363 460 1171 0 77901 0
Current children cumulated CPU time (s) 942.11
Current children cumulated vsize (KiB) 316496

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22346
/proc/meminfo: memFree=27967760/32873844 swapFree=7112/7112
[pid=22221] ppid=22219 vsize=318544 CPUtime=1002.11 cores=0,2,4,6
/proc/22221/stat : 22221 (toysat) R 22219 22221 21777 0 -1 4202496 78996 0 0 0 99895 316 0 0 20 0 1 0 329640741 326189056 78875 33554432000 4194304 8989770 140736872052400 140736872051664 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/22221/statm: 79636 78875 460 1171 0 78413 0
Current children cumulated CPU time (s) 1002.11
Current children cumulated vsize (KiB) 318544

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22346
/proc/meminfo: memFree=27966820/32873844 swapFree=7112/7112
[pid=22221] ppid=22219 vsize=319568 CPUtime=1062.1 cores=0,2,4,6
/proc/22221/stat : 22221 (toysat) R 22219 22221 21777 0 -1 4202496 79255 0 0 0 105874 336 0 0 20 0 1 0 329640741 327237632 79131 33554432000 4194304 8989770 140736872052400 140736872051896 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/22221/statm: 79892 79131 460 1171 0 78669 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 319568

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22346
/proc/meminfo: memFree=27965828/32873844 swapFree=7112/7112
[pid=22221] ppid=22219 vsize=320592 CPUtime=1122.09 cores=0,2,4,6
/proc/22221/stat : 22221 (toysat) R 22219 22221 21777 0 -1 4202496 79511 0 0 0 111852 357 0 0 20 0 1 0 329640741 328286208 79387 33554432000 4194304 8989770 140736872052400 140736872051896 7416165 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/22221/statm: 80148 79387 460 1171 0 78925 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 320592

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22346
/proc/meminfo: memFree=27960868/32873844 swapFree=7112/7112
[pid=22221] ppid=22219 vsize=321616 CPUtime=1182.07 cores=0,2,4,6
/proc/22221/stat : 22221 (toysat) R 22219 22221 21777 0 -1 4202496 79769 0 0 0 117831 376 0 0 20 0 1 0 329640741 329334784 79645 33554432000 4194304 8989770 140736872052400 140736872051664 6564333 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/22221/statm: 80404 79645 462 1171 0 79181 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 321616

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22347
/proc/meminfo: memFree=27959132/32873844 swapFree=7112/7112
[pid=22221] ppid=22219 vsize=321616 CPUtime=1242.07 cores=0,2,4,6
/proc/22221/stat : 22221 (toysat) R 22219 22221 21777 0 -1 4202496 79769 0 0 0 123807 400 0 0 20 0 1 0 329640741 329334784 79645 33554432000 4194304 8989770 140736872052400 140736872051896 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/22221/statm: 80404 79645 462 1171 0 79181 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 321616

[startup+1302.3 s]
/proc/loadavg: 2.05 2.01 1.93 3/179 22347
/proc/meminfo: memFree=27959128/32873844 swapFree=7112/7112
[pid=22221] ppid=22219 vsize=321616 CPUtime=1302.07 cores=0,2,4,6
/proc/22221/stat : 22221 (toysat) R 22219 22221 21777 0 -1 4202496 79769 0 0 0 129788 419 0 0 20 0 1 0 329640741 329334784 79645 33554432000 4194304 8989770 140736872052400 140736872051896 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/22221/statm: 80404 79645 462 1171 0 79181 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 321616

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/179 22347
/proc/meminfo: memFree=27957200/32873844 swapFree=7112/7112
[pid=22221] ppid=22219 vsize=324688 CPUtime=1362.05 cores=0,2,4,6
/proc/22221/stat : 22221 (toysat) R 22219 22221 21777 0 -1 4202496 80537 0 0 0 135766 439 0 0 20 0 1 0 329640741 332480512 80413 33554432000 4194304 8989770 140736872052400 140736872051896 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/22221/statm: 81172 80413 462 1171 0 79949 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 324688

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22347
/proc/meminfo: memFree=27955092/32873844 swapFree=7112/7112
[pid=22221] ppid=22219 vsize=325712 CPUtime=1422.04 cores=0,2,4,6
/proc/22221/stat : 22221 (toysat) R 22219 22221 21777 0 -1 4202496 80793 0 0 0 141747 457 0 0 20 0 1 0 329640741 333529088 80669 33554432000 4194304 8989770 140736872052400 140736872051896 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/22221/statm: 81428 80669 462 1171 0 80205 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 325712

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 22350
/proc/meminfo: memFree=27948884/32873844 swapFree=7112/7112
[pid=22221] ppid=22219 vsize=331856 CPUtime=1482.03 cores=0,2,4,6
/proc/22221/stat : 22221 (toysat) R 22219 22221 21777 0 -1 4202496 82329 0 0 0 147726 477 0 0 20 0 1 0 329640741 339820544 82205 33554432000 4194304 8989770 140736872052400 140736872051896 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/22221/statm: 82964 82205 462 1171 0 81741 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 331856

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22351
/proc/meminfo: memFree=27946660/32873844 swapFree=7112/7112
[pid=22221] ppid=22219 vsize=333904 CPUtime=1542.02 cores=0,2,4,6
/proc/22221/stat : 22221 (toysat) R 22219 22221 21777 0 -1 4202496 82841 0 0 0 153709 493 0 0 20 0 1 0 329640741 341917696 82717 33554432000 4194304 8989770 140736872052400 140736872051896 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/22221/statm: 83476 82717 462 1171 0 82253 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 333904

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22351
/proc/meminfo: memFree=27944664/32873844 swapFree=7112/7112
[pid=22221] ppid=22219 vsize=335952 CPUtime=1602.02 cores=0,2,4,6
/proc/22221/stat : 22221 (toysat) R 22219 22221 21777 0 -1 4202496 83354 0 0 0 159693 509 0 0 20 0 1 0 329640741 344014848 83229 33554432000 4194304 8989770 140736872052400 140736872051664 4445320 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/22221/statm: 83988 83229 462 1171 0 82765 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 335952

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22351
/proc/meminfo: memFree=27947336/32873844 swapFree=7112/7112
[pid=22221] ppid=22219 vsize=340048 CPUtime=1662.01 cores=0,2,4,6
/proc/22221/stat : 22221 (toysat) R 22219 22221 21777 0 -1 4202496 84378 0 0 0 165677 524 0 0 20 0 1 0 329640741 348209152 84253 33554432000 4194304 8989770 140736872052400 140736872051896 4446879 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/22221/statm: 85012 84253 462 1171 0 83789 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 340048

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22351
/proc/meminfo: memFree=27942128/32873844 swapFree=7112/7112
[pid=22221] ppid=22219 vsize=345168 CPUtime=1721.99 cores=0,2,4,6
/proc/22221/stat : 22221 (toysat) R 22219 22221 21777 0 -1 4202496 85658 0 0 0 171661 538 0 0 20 0 1 0 329640741 353452032 85533 33554432000 4194304 8989770 140736872052400 140736872051896 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/22221/statm: 86292 85533 462 1171 0 85069 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 345168

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22351
/proc/meminfo: memFree=27939896/32873844 swapFree=7112/7112
[pid=22221] ppid=22219 vsize=347216 CPUtime=1781.99 cores=0,2,4,6
/proc/22221/stat : 22221 (toysat) R 22219 22221 21777 0 -1 4202496 86170 0 0 0 177646 553 0 0 20 0 1 0 329640741 355549184 86045 33554432000 4194304 8989770 140736872052400 140736872051896 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/22221/statm: 86804 86045 462 1171 0 85581 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 347216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22351
/proc/meminfo: memFree=27939896/32873844 swapFree=7112/7112
[pid=22221] ppid=22219 vsize=347216 CPUtime=1800.09 cores=0,2,4,6
/proc/22221/stat : 22221 (toysat) R 22219 22221 21777 0 -1 4202496 86170 0 0 0 179451 558 0 0 20 0 1 0 329640741 355549184 86045 33554432000 4194304 8989770 140736872052400 140736872051896 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/22221/statm: 86804 86045 462 1171 0 85581 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 347216

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.1
CPU user time (s): 1794.51
CPU system time (s): 5.58915
CPU usage (%): 99.9829
Max. virtual memory (cumulated for all children) (KiB): 347216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.51
system time used= 5.58915
maximum resident set size= 344180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86170
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= 53
involuntary context switches= 1953

runsolver used 3.47047 second user time and 9.1856 second system time

The end

Launcher Data

Begin job on node132 at 2012-06-02 13:05:54
IDJOB=3725207
IDBENCH=2630
IDSOLVER=2308
FILE ID=node132/3725207-1338635154
RUNJOBID= node132-1338631508-21794
PBS_JOBID= 14636448
Free space on /tmp= 71204 MiB

SOLVER NAME= toysat 2012-06-01
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_18.opb
COMMAND LINE= HOME/toysat +RTS -K1G -RTS --pb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3725207-1338635154/watcher-3725207-1338635154 -o /tmp/evaluation-result-3725207-1338635154/solver-3725207-1338635154 -C 1800 -W 1900 -M 15500  HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3725207-1338635154.opb

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

MD5SUM BENCH= de4cbecd7c9968d40b279ce145b888a9
RANDOM SEED=416457424

node132.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.832
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.66
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28367392 kB
Buffers:          583408 kB
Cached:          2999184 kB
SwapCached:         2292 kB
Active:          1542400 kB
Inactive:        2052516 kB
Active(anon):       4412 kB
Inactive(anon):     7120 kB
Active(file):    1537988 kB
Inactive(file):  2045396 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67102708 kB
Dirty:             12064 kB
Writeback:             0 kB
AnonPages:         48936 kB
Mapped:            11356 kB
Shmem:                 8 kB
Slab:             773024 kB
SReclaimable:     214696 kB
SUnreclaim:       558328 kB
KernelStack:        1472 kB
PageTables:         4164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     136288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 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= 71196 MiB
End job on node132 at 2012-06-02 13:35:57