Trace number 3712092

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 NameAnswerCPU timeWall clock time
toysat 2012-05-17? (TO) 1800.07 1800.41

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-95-90--soft-33-100-0.wbo
MD5SUMbad48add975eecf801ffda2fc733cf44
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark7.12992
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables8550
Total number of constraints185
Number of soft constraints120
Number of constraints which are clauses95
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint90
Maximum length of a constraint95
Top cost 6763
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 6762
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 96
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.08/0.10	c 2012-05-28T07:40:53+0200
0.08/0.10	c arch = x86_64
0.08/0.10	c os = linux
0.08/0.10	c compiler = ghc 7.4
0.08/0.10	c packages:
0.08/0.10	c   OptDir-0.0.1
0.08/0.10	c   array-0.4.0.0
0.08/0.10	c   base-4.5.0.0
0.08/0.10	c   bytestring-0.9.2.1
0.08/0.10	c   containers-0.4.2.1
0.08/0.10	c   deepseq-1.3.0.0
0.08/0.10	c   mtl-2.1.1
0.08/0.10	c   old_locale-1.0.0.4
0.08/0.10	c   parse_dimacs-1.2
0.08/0.10	c   parsec-3.1.2
0.08/0.10	c   queue-0.1.2
0.08/0.10	c   stm-2.3
0.08/0.10	c   time-1.4
0.08/0.10	c command line = ["--wbo","HOME/instance-3712092-1338183653.wbo"]
0.08/0.10	c #vars 8550
0.08/0.10	c #constraints 185
0.08/0.10	c Solving starts ...
0.89/0.94	c solving time = 0.834s
0.89/0.94	c #decision = 4283
0.89/0.94	c #conflict = 108
0.89/0.94	c #restart = 1
0.89/0.94	o 57
0.89/0.94	c Solving starts ...
8.19/8.24	c solving time = 7.290s
8.19/8.24	c #decision = 22292
8.19/8.24	c #conflict = 592
8.19/8.24	c #restart = 4
8.19/8.24	o 24
8.19/8.24	c Solving starts ...
9.98/10.01	c solving time = 1.769s
9.98/10.01	c #decision = 31853
9.98/10.01	c #conflict = 709
9.98/10.01	c #restart = 5
9.98/10.01	o 13
9.98/10.02	c Solving starts ...
11.79/11.89	c solving time = 1.866s
11.79/11.89	c #decision = 41302
11.79/11.89	c #conflict = 823
11.79/11.89	c #restart = 6
11.79/11.89	o 1
11.79/11.89	c Solving starts ...
281.03/281.11	c learnt constraints deletion: 8314 -> 4157
590.57/590.73	c learnt constraints deletion: 8011 -> 4006
1210.75/1211.07	c learnt constraints deletion: 9788 -> 4894

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-3712092-1338183653/watcher-3712092-1338183653 -o /tmp/evaluation-result-3712092-1338183653/solver-3712092-1338183653 -C 1800 -W 1900 -M 15500 HOME/toysat --wbo HOME/instance-3712092-1338183653.wbo 

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: 1.92 1.99 1.99 3/179 20716
/proc/meminfo: memFree=31058024/32873844 swapFree=7112/7112
[pid=20716] ppid=20714 vsize=6208 CPUtime=0 cores=1,3,5,7
/proc/20716/stat : 20716 (toysat) R 20714 20716 18402 0 -1 4202496 811 0 0 0 0 0 0 0 20 0 1 0 284490600 6356992 733 33554432000 4194304 8973514 140733496134832 140734220248392 7937344 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/20716/statm: 1552 733 422 1167 0 333 0

[startup+0.0482001 s]
/proc/loadavg: 1.92 1.99 1.99 3/179 20716
/proc/meminfo: memFree=31058024/32873844 swapFree=7112/7112
[pid=20716] ppid=20714 vsize=9280 CPUtime=0.04 cores=1,3,5,7
/proc/20716/stat : 20716 (toysat) R 20714 20716 18402 0 -1 4202496 1423 0 0 0 4 0 0 0 20 0 1 0 284490600 9502720 1345 33554432000 4194304 8973514 140733496134832 140734220248392 7937344 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/20716/statm: 2320 1345 426 1167 0 1101 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9280

[startup+0.100272 s]
/proc/loadavg: 1.92 1.99 1.99 3/179 20716
/proc/meminfo: memFree=31058024/32873844 swapFree=7112/7112
[pid=20716] ppid=20714 vsize=14400 CPUtime=0.08 cores=1,3,5,7
/proc/20716/stat : 20716 (toysat) R 20714 20716 18402 0 -1 4202496 2815 0 0 0 8 0 0 0 20 0 1 0 284490600 14745600 2737 33554432000 4194304 8973514 140733496134832 140734220248392 7841851 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/20716/statm: 3600 2737 439 1167 0 2381 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14400

[startup+0.300256 s]
/proc/loadavg: 1.92 1.99 1.99 3/179 20716
/proc/meminfo: memFree=31058024/32873844 swapFree=7112/7112
[pid=20716] ppid=20714 vsize=18496 CPUtime=0.29 cores=1,3,5,7
/proc/20716/stat : 20716 (toysat) R 20714 20716 18402 0 -1 4202496 3760 0 0 0 28 1 0 0 20 0 1 0 284490600 18939904 3682 33554432000 4194304 8973514 140733496134832 140734220248392 7937344 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/20716/statm: 4624 3682 457 1167 0 3405 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18496

[startup+0.700227 s]
/proc/loadavg: 1.92 1.99 1.99 3/179 20716
/proc/meminfo: memFree=31058024/32873844 swapFree=7112/7112
[pid=20716] ppid=20714 vsize=18496 CPUtime=0.69 cores=1,3,5,7
/proc/20716/stat : 20716 (toysat) R 20714 20716 18402 0 -1 4202496 3935 0 0 0 68 1 0 0 20 0 1 0 284490600 18939904 3857 33554432000 4194304 8973514 140733496134832 140733496134328 7937344 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/20716/statm: 4624 3857 457 1167 0 3405 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18496

[startup+1.50028 s]
/proc/loadavg: 1.92 1.99 1.99 3/180 20717
/proc/meminfo: memFree=31044732/32873844 swapFree=7112/7112
[pid=20716] ppid=20714 vsize=20544 CPUtime=1.49 cores=1,3,5,7
/proc/20716/stat : 20716 (toysat) R 20714 20716 18402 0 -1 4202496 4221 0 0 0 148 1 0 0 20 0 1 0 284490600 21037056 4143 33554432000 4194304 8973514 140733496134832 140733496134328 7937344 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/20716/statm: 5136 4143 467 1167 0 3917 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20544

[startup+3.1003 s]
/proc/loadavg: 1.92 1.99 1.99 3/180 20717
/proc/meminfo: memFree=31042128/32873844 swapFree=7112/7112
[pid=20716] ppid=20714 vsize=21568 CPUtime=3.09 cores=1,3,5,7
/proc/20716/stat : 20716 (toysat) R 20714 20716 18402 0 -1 4202496 4713 0 0 0 307 2 0 0 20 0 1 0 284490600 22085632 4635 33554432000 4194304 8973514 140733496134832 140733496134328 7937344 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/20716/statm: 5392 4635 467 1167 0 4173 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21568

[startup+6.30029 s]
/proc/loadavg: 1.93 1.99 1.99 3/180 20717
/proc/meminfo: memFree=31038036/32873844 swapFree=7112/7112
[pid=20716] ppid=20714 vsize=25664 CPUtime=6.29 cores=1,3,5,7
/proc/20716/stat : 20716 (toysat) R 20714 20716 18402 0 -1 4202496 5737 0 0 0 625 4 0 0 20 0 1 0 284490600 26279936 5659 33554432000 4194304 8973514 140733496134832 140733496134328 7937344 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/20716/statm: 6416 5659 467 1167 0 5197 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25664

[startup+12.7003 s]
/proc/loadavg: 1.94 1.99 1.99 3/179 20717
/proc/meminfo: memFree=31032704/32873844 swapFree=7112/7112
[pid=20716] ppid=20714 vsize=30784 CPUtime=12.68 cores=1,3,5,7
/proc/20716/stat : 20716 (toysat) R 20714 20716 18402 0 -1 4202496 6914 0 0 0 1262 6 0 0 20 0 1 0 284490600 31522816 6836 33554432000 4194304 8973514 140733496134832 140733496134328 7937344 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/20716/statm: 7696 6836 467 1167 0 6477 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 30784

[startup+25.5002 s]
/proc/loadavg: 1.95 1.99 1.99 3/179 20717
/proc/meminfo: memFree=31020296/32873844 swapFree=7112/7112
[pid=20716] ppid=20714 vsize=43072 CPUtime=25.48 cores=1,3,5,7
/proc/20716/stat : 20716 (toysat) R 20714 20716 18402 0 -1 4202496 9945 0 0 0 2533 15 0 0 20 0 1 0 284490600 44105728 9867 33554432000 4194304 8973514 140733496134832 140733496134328 7937344 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/20716/statm: 10768 9867 467 1167 0 9549 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 43072

[startup+51.1002 s]
/proc/loadavg: 1.97 1.99 1.99 3/179 20717
/proc/meminfo: memFree=31000224/32873844 swapFree=7112/7112
[pid=20716] ppid=20714 vsize=63552 CPUtime=51.07 cores=1,3,5,7
/proc/20716/stat : 20716 (toysat) R 20714 20716 18402 0 -1 4202496 14989 0 0 0 5079 28 0 0 20 0 1 0 284490600 65077248 14894 33554432000 4194304 8973514 140733496134832 140733496134096 7937344 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/20716/statm: 15888 14894 467 1167 0 14669 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 63552

[startup+102.307 s]
/proc/loadavg: 1.98 1.99 1.99 3/178 20717
/proc/meminfo: memFree=30977512/32873844 swapFree=7112/7112
[pid=20716] ppid=20714 vsize=85056 CPUtime=102.26 cores=1,3,5,7
/proc/20716/stat : 20716 (toysat) R 20714 20716 18402 0 -1 4202496 20616 0 0 0 10179 47 0 0 20 0 1 0 284490600 87097344 20507 33554432000 4194304 8973514 140733496134832 140733496134328 7841851 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/20716/statm: 21264 20507 467 1167 0 20045 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 85056

[startup+162.3 s]
/proc/loadavg: 2.05 2.00 2.00 3/179 20718
/proc/meminfo: memFree=30951960/32873844 swapFree=7112/7112
[pid=20716] ppid=20714 vsize=101440 CPUtime=162.25 cores=1,3,5,7
/proc/20716/stat : 20716 (toysat) R 20714 20716 18402 0 -1 4202496 24712 0 0 0 16157 68 0 0 20 0 1 0 284490600 103874560 24603 33554432000 4194304 8973514 140733496134832 140733496134328 7841851 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/20716/statm: 25360 24603 467 1167 0 24141 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 101440

[startup+222.3 s]
/proc/loadavg: 2.08 2.01 2.00 3/179 20718
/proc/meminfo: memFree=30923688/32873844 swapFree=7112/7112
[pid=20716] ppid=20714 vsize=119872 CPUtime=222.24 cores=1,3,5,7
/proc/20716/stat : 20716 (toysat) R 20714 20716 18402 0 -1 4202496 29215 0 0 0 22137 87 0 0 20 0 1 0 284490600 122748928 29106 33554432000 4194304 8973514 140733496134832 140733496134328 7937344 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/20716/statm: 29968 29106 467 1167 0 28749 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 119872

[startup+282.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 20718
/proc/meminfo: memFree=30900288/32873844 swapFree=7112/7112
[pid=20716] ppid=20714 vsize=134208 CPUtime=282.23 cores=1,3,5,7
/proc/20716/stat : 20716 (toysat) R 20714 20716 18402 0 -1 4202496 32723 0 0 0 28118 105 0 0 20 0 1 0 284490600 137428992 32614 33554432000 4194304 8973514 140733496134832 140733496134328 7937344 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/20716/statm: 33552 32614 468 1167 0 32333 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 134208

[startup+342.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 20718
/proc/meminfo: memFree=30885904/32873844 swapFree=7112/7112
[pid=20716] ppid=20714 vsize=135232 CPUtime=342.2 cores=1,3,5,7
/proc/20716/stat : 20716 (toysat) R 20714 20716 18402 0 -1 4202496 33187 0 0 0 34102 118 0 0 20 0 1 0 284490600 138477568 33052 33554432000 4194304 8973514 140733496134832 140733496134096 7841851 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/20716/statm: 33808 33052 468 1167 0 32589 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 135232

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20718
/proc/meminfo: memFree=30866560/32873844 swapFree=7112/7112
[pid=20716] ppid=20714 vsize=145472 CPUtime=402.19 cores=1,3,5,7
/proc/20716/stat : 20716 (toysat) R 20714 20716 18402 0 -1 4202496 35526 0 0 0 40087 132 0 0 20 0 1 0 284490600 148963328 35391 33554432000 4194304 8973514 140733496134832 140733496134096 7841851 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/20716/statm: 36368 35391 468 1167 0 35149 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 145472

[startup+462.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 20719
/proc/meminfo: memFree=30848704/32873844 swapFree=7112/7112
[pid=20716] ppid=20714 vsize=155712 CPUtime=462.18 cores=1,3,5,7
/proc/20716/stat : 20716 (toysat) R 20714 20716 18402 0 -1 4202496 38195 0 0 0 46072 146 0 0 20 0 1 0 284490600 159449088 38060 33554432000 4194304 8973514 140733496134832 140733496134096 7841851 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/20716/statm: 38928 38060 468 1167 0 37709 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 155712

[startup+522.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 20719
/proc/meminfo: memFree=30827128/32873844 swapFree=7112/7112
[pid=20716] ppid=20714 vsize=165952 CPUtime=522.17 cores=1,3,5,7
/proc/20716/stat : 20716 (toysat) R 20714 20716 18402 0 -1 4202496 40867 0 0 0 52060 157 0 0 20 0 1 0 284490600 169934848 40732 33554432000 4194304 8973514 140733496134832 140733496134096 7841851 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/20716/statm: 41488 40732 468 1167 0 40269 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 165952

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20722
/proc/meminfo: memFree=30803012/32873844 swapFree=7112/7112
[pid=20716] ppid=20714 vsize=177216 CPUtime=582.16 cores=1,3,5,7
/proc/20716/stat : 20716 (toysat) R 20714 20716 18402 0 -1 4202496 43640 0 0 0 58047 169 0 0 20 0 1 0 284490600 181469184 43505 33554432000 4194304 8973514 140733496134832 140733496134096 7841851 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/20716/statm: 44304 43505 468 1167 0 43085 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 177216

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20723
/proc/meminfo: memFree=30778672/32873844 swapFree=7112/7112
[pid=20716] ppid=20714 vsize=180288 CPUtime=822.11 cores=1,3,5,7
/proc/20716/stat : 20716 (toysat) R 20714 20716 18402 0 -1 4202496 44250 0 0 0 81996 215 0 0 20 0 1 0 284490600 184614912 44096 33554432000 4194304 8973514 140733496134832 140733496134096 7937344 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/20716/statm: 45072 44096 468 1167 0 43853 0
Current children cumulated CPU time (s) 822.11
Current children cumulated vsize (KiB) 180288

[startup+882.3 s]
/proc/loadavg: 1.94 1.98 1.99 3/179 20762
/proc/meminfo: memFree=31141152/32873844 swapFree=7112/7112
[pid=20716] ppid=20714 vsize=187456 CPUtime=882.1 cores=1,3,5,7
/proc/20716/stat : 20716 (toysat) R 20714 20716 18402 0 -1 4202496 46111 0 0 0 87980 230 0 0 20 0 1 0 284490600 191954944 45957 33554432000 4194304 8973514 140733496134832 140733496134096 7841851 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/20716/statm: 46864 45957 468 1167 0 45645 0
Current children cumulated CPU time (s) 882.1
Current children cumulated vsize (KiB) 187456

[startup+942.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/179 20762
/proc/meminfo: memFree=31131356/32873844 swapFree=7112/7112
[pid=20716] ppid=20714 vsize=195648 CPUtime=942.09 cores=1,3,5,7
/proc/20716/stat : 20716 (toysat) R 20714 20716 18402 0 -1 4202496 48258 0 0 0 93969 240 0 0 20 0 1 0 284490600 200343552 48104 33554432000 4194304 8973514 140733496134832 140733496134096 7670256 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/20716/statm: 48912 48104 468 1167 0 47693 0
Current children cumulated CPU time (s) 942.09
Current children cumulated vsize (KiB) 195648

[startup+1002.3 s]
/proc/loadavg: 1.99 1.98 1.99 2/177 20762
/proc/meminfo: memFree=31126064/32873844 swapFree=7112/7112
[pid=20716] ppid=20714 vsize=203840 CPUtime=1002.07 cores=1,3,5,7
/proc/20716/stat : 20716 (toysat) R 20714 20716 18402 0 -1 4202496 50139 0 0 0 99957 250 0 0 20 0 1 0 284490600 208732160 49977 33554432000 4194304 8973514 140733496134832 140733496134096 7681396 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/20716/statm: 50960 49977 468 1167 0 49741 0
Current children cumulated CPU time (s) 1002.07
Current children cumulated vsize (KiB) 203840

[startup+1062.3 s]
/proc/loadavg: 1.94 1.97 1.99 3/179 20839
/proc/meminfo: memFree=31117324/32873844 swapFree=7112/7112
[pid=20716] ppid=20714 vsize=211008 CPUtime=1062.06 cores=1,3,5,7
/proc/20716/stat : 20716 (toysat) R 20714 20716 18402 0 -1 4202496 51965 0 0 0 105944 262 0 0 20 0 1 0 284490600 216072192 51803 33554432000 4194304 8973514 140733496134832 140733496134096 7681396 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/20716/statm: 52752 51803 468 1167 0 51533 0
Current children cumulated CPU time (s) 1062.06
Current children cumulated vsize (KiB) 211008

[startup+1122.3 s]
/proc/loadavg: 2.01 1.99 1.99 3/179 20915
/proc/meminfo: memFree=31109432/32873844 swapFree=7112/7112
[pid=20716] ppid=20714 vsize=218176 CPUtime=1122.05 cores=1,3,5,7
/proc/20716/stat : 20716 (toysat) R 20714 20716 18402 0 -1 4202496 53957 0 0 0 111932 273 0 0 20 0 1 0 284490600 223412224 53788 33554432000 4194304 8973514 140733496134832 140733496134096 7937344 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/20716/statm: 54544 53788 468 1167 0 53325 0
Current children cumulated CPU time (s) 1122.05
Current children cumulated vsize (KiB) 218176

[startup+1182.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/180 20994
/proc/meminfo: memFree=31104652/32873844 swapFree=7112/7112
[pid=20716] ppid=20714 vsize=224320 CPUtime=1182.04 cores=1,3,5,7
/proc/20716/stat : 20716 (toysat) R 20714 20716 18402 0 -1 4202496 55304 0 0 0 117922 282 0 0 20 0 1 0 284490600 229703680 55135 33554432000 4194304 8973514 140733496134832 140733496134096 7841851 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/20716/statm: 56080 55135 468 1167 0 54861 0
Current children cumulated CPU time (s) 1182.04
Current children cumulated vsize (KiB) 224320

[startup+1242.3 s]
/proc/loadavg: 2.07 2.00 2.00 3/180 21017
/proc/meminfo: memFree=31098824/32873844 swapFree=7112/7112
[pid=20716] ppid=20714 vsize=227392 CPUtime=1242.04 cores=1,3,5,7
/proc/20716/stat : 20716 (toysat) R 20714 20716 18402 0 -1 4202496 56261 0 0 0 123911 293 0 0 20 0 1 0 284490600 232849408 56092 33554432000 4194304 8973514 140733496134832 140733496134328 7841851 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/20716/statm: 56848 56092 468 1167 0 55629 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 227392

[startup+1302.3 s]
/proc/loadavg: 2.09 2.02 2.00 3/179 21055
/proc/meminfo: memFree=31097892/32873844 swapFree=7112/7112
[pid=20716] ppid=20714 vsize=227392 CPUtime=1302.04 cores=1,3,5,7
/proc/20716/stat : 20716 (toysat) R 20714 20716 18402 0 -1 4202496 56263 0 0 0 129900 304 0 0 20 0 1 0 284490600 232849408 56092 33554432000 4194304 8973514 140733496134832 140733496134096 7937344 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/20716/statm: 56848 56092 468 1167 0 55629 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 227392

[startup+1362.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 21094
/proc/meminfo: memFree=31099256/32873844 swapFree=7112/7112
[pid=20716] ppid=20714 vsize=227392 CPUtime=1362.02 cores=1,3,5,7
/proc/20716/stat : 20716 (toysat) R 20714 20716 18402 0 -1 4202496 56263 0 0 0 135886 316 0 0 20 0 1 0 284490600 232849408 56092 33554432000 4194304 8973514 140733496134832 140733496134096 7937344 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/20716/statm: 56848 56092 468 1167 0 55629 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 227392

[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 21132
/proc/meminfo: memFree=31098508/32873844 swapFree=7112/7112
[pid=20716] ppid=20714 vsize=227392 CPUtime=1422.02 cores=1,3,5,7
/proc/20716/stat : 20716 (toysat) R 20714 20716 18402 0 -1 4202496 56263 0 0 0 141876 326 0 0 20 0 1 0 284490600 232849408 56092 33554432000 4194304 8973514 140733496134832 140733496134096 7841851 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/20716/statm: 56848 56092 468 1167 0 55629 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 227392

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21170
/proc/meminfo: memFree=31099628/32873844 swapFree=7112/7112
[pid=20716] ppid=20714 vsize=227392 CPUtime=1482 cores=1,3,5,7
/proc/20716/stat : 20716 (toysat) R 20714 20716 18402 0 -1 4202496 56263 0 0 0 147864 336 0 0 20 0 1 0 284490600 232849408 56092 33554432000 4194304 8973514 140733496134832 140733496134096 7841851 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/20716/statm: 56848 56092 468 1167 0 55629 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 227392

[startup+1542.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 21208
/proc/meminfo: memFree=31098760/32873844 swapFree=7112/7112
[pid=20716] ppid=20714 vsize=227392 CPUtime=1541.99 cores=1,3,5,7
/proc/20716/stat : 20716 (toysat) R 20714 20716 18402 0 -1 4202496 56263 0 0 0 153852 347 0 0 20 0 1 0 284490600 232849408 56092 33554432000 4194304 8973514 140733496134832 140733496134096 7841851 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/20716/statm: 56848 56092 468 1167 0 55629 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 227392

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 21246
/proc/meminfo: memFree=31099504/32873844 swapFree=7112/7112
[pid=20716] ppid=20714 vsize=227392 CPUtime=1601.98 cores=1,3,5,7
/proc/20716/stat : 20716 (toysat) R 20714 20716 18402 0 -1 4202496 56263 0 0 0 159840 358 0 0 20 0 1 0 284490600 232849408 56092 33554432000 4194304 8973514 140733496134832 140733496134096 7937344 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/20716/statm: 56848 56092 468 1167 0 55629 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 227392

[startup+1662.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 21285
/proc/meminfo: memFree=31091196/32873844 swapFree=7112/7112
[pid=20716] ppid=20714 vsize=235584 CPUtime=1661.98 cores=1,3,5,7
/proc/20716/stat : 20716 (toysat) R 20714 20716 18402 0 -1 4202496 58128 0 0 0 165831 367 0 0 20 0 1 0 284490600 241238016 57957 33554432000 4194304 8973514 140733496134832 140733496134096 7681396 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/20716/statm: 58896 57957 468 1167 0 57677 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 235584

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 21323
/proc/meminfo: memFree=31044584/32873844 swapFree=7112/7112
[pid=20716] ppid=20714 vsize=242752 CPUtime=1721.97 cores=1,3,5,7
/proc/20716/stat : 20716 (toysat) R 20714 20716 18402 0 -1 4202496 59902 0 0 0 171820 377 0 0 20 0 1 0 284490600 248578048 59728 33554432000 4194304 8973514 140733496134832 140733496134096 7681396 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/20716/statm: 60688 59728 468 1167 0 59469 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 242752

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 21364
/proc/meminfo: memFree=31049948/32873844 swapFree=7112/7112
[pid=20716] ppid=20714 vsize=251968 CPUtime=1781.96 cores=1,3,5,7
/proc/20716/stat : 20716 (toysat) R 20714 20716 18402 0 -1 4202496 62377 0 0 0 177809 387 0 0 20 0 1 0 284490600 258015232 62203 33554432000 4194304 8973514 140733496134832 140733496134096 7681396 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/20716/statm: 62992 62203 468 1167 0 61773 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 251968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 21364
/proc/meminfo: memFree=31046724/32873844 swapFree=7112/7112
[pid=20716] ppid=20714 vsize=256064 CPUtime=1800.06 cores=1,3,5,7
/proc/20716/stat : 20716 (toysat) R 20714 20716 18402 0 -1 4202496 63228 0 0 0 179617 389 0 0 20 0 1 0 284490600 262209536 63054 33554432000 4194304 8973514 140733496134832 140733496134096 7681396 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/20716/statm: 64016 63054 468 1167 0 62797 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 256064

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.07
CPU user time (s): 1796.17
CPU system time (s): 3.90141
CPU usage (%): 99.9813
Max. virtual memory (cumulated for all children) (KiB): 256064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.17
system time used= 3.90141
maximum resident set size= 252216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63228
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= 99
involuntary context switches= 1845

runsolver used 3.20251 second user time and 9.04162 second system time

The end

Launcher Data

Begin job on node132 at 2012-05-28 07:40:53
IDJOB=3712092
IDBENCH=78739
IDSOLVER=2291
FILE ID=node132/3712092-1338183653
RUNJOBID= node132-1338159019-18419
PBS_JOBID= 14624548
Free space on /tmp= 71632 MiB

SOLVER NAME= toysat 2012-05-17
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-95-90--soft-33-100-0.wbo
COMMAND LINE= HOME/toysat --wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3712092-1338183653/watcher-3712092-1338183653 -o /tmp/evaluation-result-3712092-1338183653/solver-3712092-1338183653 -C 1800 -W 1900 -M 15500  HOME/toysat --wbo HOME/instance-3712092-1338183653.wbo

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

MD5SUM BENCH= bad48add975eecf801ffda2fc733cf44
RANDOM SEED=369547615

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:        31058396 kB
Buffers:          451356 kB
Cached:           191648 kB
SwapCached:         2284 kB
Active:           774764 kB
Inactive:         150164 kB
Active(anon):     273956 kB
Inactive(anon):     8148 kB
Active(file):     500808 kB
Inactive(file):   142016 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67103740 kB
Dirty:              7392 kB
Writeback:             0 kB
AnonPages:        284512 kB
Mapped:            12868 kB
Shmem:                 8 kB
Slab:             749512 kB
SReclaimable:     191224 kB
SUnreclaim:       558288 kB
KernelStack:        1504 kB
PageTables:         4352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     395840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    221184 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= 71624 MiB
End job on node132 at 2012-05-28 08:10:55