Trace number 3468064

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
clasp 2.0-R4191? (TO) 1800.08 1800.03

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-g125.18.opb
MD5SUM18a894a2ba4f3cf6bad1b497c8fca8eb
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4500
Total number of constraints72413
Number of constraints which are clauses72413
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint18
Number of terms in the objective function 4500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 4500
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4500
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c clasp version 2.0.0-RC2
0.00/0.01	c Reading from ...094139/instance-3468064-1307094139.opb
0.08/0.09	c Solving...
1800.04/1800.02	
1800.04/1800.02	*** INTERRUPTED! ***
1800.04/1800.02	s UNKNOWN
1800.04/1800.02	
1800.04/1800.02	c INTERRUPTED   : 1
1800.04/1800.02	c Models        : 0+    
1800.04/1800.02	c Time          : 1800.016s (Solving: 1799.92s 1st Model: 0.00s Unsat: 0.00s)
1800.04/1800.02	c CPU Time      : 1800.060s

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3468064-1307094139/watcher-3468064-1307094139 -o /tmp/evaluation-result-3468064-1307094139/solver-3468064-1307094139 -C 1800 -W 1900 -M 15500 HOME/clasp HOME/instance-3468064-1307094139.opb --berk-max=512 --berk-once --otfs=1 --recursive-str --dinit=1500,10000 --dsched=10000,1.1,20000 --restart-on-model --opt-heu=2 

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.10 2.04 2.01 3/524 19397
/proc/meminfo: memFree=23835968/32951124 swapFree=56930356/67111528
[pid=19397] ppid=19395 vsize=13348 CPUtime=0 cores=0,2,4,6
/proc/19397/stat : 19397 (clasp) R 19395 19397 18788 0 -1 4202496 748 0 0 0 0 0 0 0 25 0 1 0 821011588 13668352 653 33554432000 4194304 4933572 140735903334992 18446744073709551615 218905391813 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/19397/statm: 3337 654 331 181 0 346 0

[startup+0.0895779 s]
/proc/loadavg: 2.10 2.04 2.01 3/524 19397
/proc/meminfo: memFree=23835968/32951124 swapFree=56930356/67111528
[pid=19397] ppid=19395 vsize=18460 CPUtime=0.08 cores=0,2,4,6
/proc/19397/stat : 19397 (clasp) R 19395 19397 18788 0 -1 4202496 2311 0 0 0 8 0 0 0 25 0 1 0 821011588 18903040 1882 33554432000 4194304 4933572 140735903334992 18446744073709551615 218905391813 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/19397/statm: 4615 1882 353 181 0 1624 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 18460

[startup+0.100575 s]
/proc/loadavg: 2.10 2.04 2.01 3/524 19397
/proc/meminfo: memFree=23835968/32951124 swapFree=56930356/67111528
[pid=19397] ppid=19395 vsize=17736 CPUtime=0.09 cores=0,2,4,6
/proc/19397/stat : 19397 (clasp) R 19395 19397 18788 0 -1 4202496 2340 0 0 0 9 0 0 0 25 0 1 0 821011588 18161664 1769 33554432000 4194304 4933572 140735903334992 18446744073709551615 4630866 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/19397/statm: 4434 1769 366 181 0 1443 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17736

[startup+0.300554 s]
/proc/loadavg: 2.10 2.04 2.01 3/524 19397
/proc/meminfo: memFree=23835968/32951124 swapFree=56930356/67111528
[pid=19397] ppid=19395 vsize=17736 CPUtime=0.29 cores=0,2,4,6
/proc/19397/stat : 19397 (clasp) R 19395 19397 18788 0 -1 4202496 2357 0 0 0 29 0 0 0 25 0 1 0 821011588 18161664 1786 33554432000 4194304 4933572 140735903334992 18446744073709551615 4319360 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/19397/statm: 4434 1786 380 181 0 1443 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17736

[startup+0.700496 s]
/proc/loadavg: 2.10 2.04 2.01 3/524 19397
/proc/meminfo: memFree=23835968/32951124 swapFree=56930356/67111528
[pid=19397] ppid=19395 vsize=20800 CPUtime=0.69 cores=0,2,4,6
/proc/19397/stat : 19397 (clasp) R 19395 19397 18788 0 -1 4202496 3137 0 0 0 69 0 0 0 25 0 1 0 821011588 21299200 2566 33554432000 4194304 4933572 140735903334992 18446744073709551615 4631934 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/19397/statm: 5200 2566 380 181 0 2209 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20800

[startup+1.50036 s]
/proc/loadavg: 2.10 2.04 2.01 3/525 19398
/proc/meminfo: memFree=23822824/32951124 swapFree=56930356/67111528
[pid=19397] ppid=19395 vsize=24636 CPUtime=1.49 cores=0,2,4,6
/proc/19397/stat : 19397 (clasp) R 19395 19397 18788 0 -1 4202496 4084 0 0 0 149 0 0 0 25 0 1 0 821011588 25227264 3513 33554432000 4194304 4933572 140735903334992 18446744073709551615 4649364 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/19397/statm: 6159 3513 380 181 0 3168 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24636

[startup+3.10106 s]
/proc/loadavg: 2.10 2.04 2.01 3/525 19398
/proc/meminfo: memFree=23817740/32951124 swapFree=56930356/67111528
[pid=19397] ppid=19395 vsize=28380 CPUtime=3.09 cores=0,2,4,6
/proc/19397/stat : 19397 (clasp) R 19395 19397 18788 0 -1 4202496 5005 0 0 0 308 1 0 0 25 0 1 0 821011588 29061120 4434 33554432000 4194304 4933572 140735903334992 18446744073709551615 4649379 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/19397/statm: 7095 4434 380 181 0 4104 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28380

[startup+6.30046 s]
/proc/loadavg: 2.09 2.04 2.01 3/522 19402
/proc/meminfo: memFree=23943792/32951124 swapFree=56930356/67111528
[pid=19397] ppid=19395 vsize=34900 CPUtime=6.29 cores=0,2,4,6
/proc/19397/stat : 19397 (clasp) R 19395 19397 18788 0 -1 4202496 6605 0 0 0 628 1 0 0 25 0 1 0 821011588 35737600 6034 33554432000 4194304 4933572 140735903334992 18446744073709551615 4637128 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/19397/statm: 8725 6034 380 181 0 5734 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34900

[startup+12.7003 s]
/proc/loadavg: 2.08 2.04 2.01 3/525 19426
/proc/meminfo: memFree=23931128/32951124 swapFree=56930356/67111528
[pid=19397] ppid=19395 vsize=40448 CPUtime=12.69 cores=0,2,4,6
/proc/19397/stat : 19397 (clasp) R 19395 19397 18788 0 -1 4202496 8010 0 0 0 1268 1 0 0 25 0 1 0 821011588 41418752 7439 33554432000 4194304 4933572 140735903334992 18446744073709551615 4329744 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/19397/statm: 10112 7439 382 181 0 7121 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 40448

[startup+25.501 s]
/proc/loadavg: 2.07 2.04 2.01 3/525 19426
/proc/meminfo: memFree=23921220/32951124 swapFree=56930356/67111528
[pid=19397] ppid=19395 vsize=49956 CPUtime=25.49 cores=0,2,4,6
/proc/19397/stat : 19397 (clasp) R 19395 19397 18788 0 -1 4202496 10376 0 0 0 2547 2 0 0 25 0 1 0 821011588 51154944 9805 33554432000 4194304 4933572 140735903334992 18446744073709551615 4649555 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/19397/statm: 12489 9805 382 181 0 9498 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 49956

[startup+51.1004 s]
/proc/loadavg: 2.04 2.03 2.00 3/525 19427
/proc/meminfo: memFree=23911888/32951124 swapFree=56930356/67111528
[pid=19397] ppid=19395 vsize=55504 CPUtime=51.09 cores=0,2,4,6
/proc/19397/stat : 19397 (clasp) R 19395 19397 18788 0 -1 4202496 11761 0 0 0 5107 2 0 0 25 0 1 0 821011588 56836096 11190 33554432000 4194304 4933572 140735903334992 18446744073709551615 4341611 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/19397/statm: 13876 11190 382 181 0 10885 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 55504

[startup+102.319 s]
/proc/loadavg: 2.12 2.06 2.01 3/525 19428
/proc/meminfo: memFree=23893756/32951124 swapFree=56930356/67111528
[pid=19397] ppid=19395 vsize=70668 CPUtime=102.31 cores=0,2,4,6
/proc/19397/stat : 19397 (clasp) R 19395 19397 18788 0 -1 4202496 15567 0 0 0 10228 3 0 0 25 0 1 0 821011588 72364032 14996 33554432000 4194304 4933572 140735903334992 18446744073709551615 4319527 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/19397/statm: 17667 14996 382 181 0 14676 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 70668

[startup+162.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/525 19430
/proc/meminfo: memFree=23883912/32951124 swapFree=56930356/67111528
[pid=19397] ppid=19395 vsize=77812 CPUtime=162.29 cores=0,2,4,6
/proc/19397/stat : 19397 (clasp) R 19395 19397 18788 0 -1 4202496 17347 0 0 0 16226 3 0 0 25 0 1 0 821011588 79679488 16776 33554432000 4194304 4933572 140735903334992 18446744073709551615 4648327 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/19397/statm: 19453 16776 382 181 0 16462 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 77812

[startup+222.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/525 19431
/proc/meminfo: memFree=23879152/32951124 swapFree=56930356/67111528
[pid=19397] ppid=19395 vsize=83760 CPUtime=222.29 cores=0,2,4,6
/proc/19397/stat : 19397 (clasp) R 19395 19397 18788 0 -1 4202496 18828 0 0 0 22226 3 0 0 25 0 1 0 821011588 85770240 18257 33554432000 4194304 4933572 140735903334992 18446744073709551615 4649377 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/19397/statm: 20940 18257 382 181 0 17949 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 83760

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 19433
/proc/meminfo: memFree=23870812/32951124 swapFree=56930356/67111528
[pid=19397] ppid=19395 vsize=92104 CPUtime=282.3 cores=0,2,4,6
/proc/19397/stat : 19397 (clasp) R 19395 19397 18788 0 -1 4202496 20872 0 0 0 28226 4 0 0 25 0 1 0 821011588 94314496 20301 33554432000 4194304 4933572 140735903334992 18446744073709551615 4649364 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/19397/statm: 23026 20301 382 181 0 20035 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 92104

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 19435
/proc/meminfo: memFree=23868044/32951124 swapFree=56930356/67111528
[pid=19397] ppid=19395 vsize=92764 CPUtime=342.3 cores=0,2,4,6
/proc/19397/stat : 19397 (clasp) R 19395 19397 18788 0 -1 4202496 21070 0 0 0 34226 4 0 0 25 0 1 0 821011588 94990336 20499 33554432000 4194304 4933572 140735903334992 18446744073709551615 4635445 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/19397/statm: 23191 20499 382 181 0 20200 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 92764

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/525 19436
/proc/meminfo: memFree=23857712/32951124 swapFree=56930356/67111528
[pid=19397] ppid=19395 vsize=103476 CPUtime=402.3 cores=0,2,4,6
/proc/19397/stat : 19397 (clasp) R 19395 19397 18788 0 -1 4202496 23724 0 0 0 40226 4 0 0 25 0 1 0 821011588 105959424 23153 33554432000 4194304 4933572 140735903334992 18446744073709551615 4649364 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/19397/statm: 25869 23153 382 181 0 22878 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 103476

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/525 19438
/proc/meminfo: memFree=23857168/32951124 swapFree=56930356/67111528
[pid=19397] ppid=19395 vsize=103872 CPUtime=462.3 cores=0,2,4,6
/proc/19397/stat : 19397 (clasp) R 19395 19397 18788 0 -1 4202496 23849 0 0 0 46226 4 0 0 25 0 1 0 821011588 106364928 23278 33554432000 4194304 4933572 140735903334992 18446744073709551615 4649364 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/19397/statm: 25968 23278 382 181 0 22977 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 103872

[startup+522.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/525 19439
/proc/meminfo: memFree=23855884/32951124 swapFree=56930356/67111528
[pid=19397] ppid=19395 vsize=104688 CPUtime=522.3 cores=0,2,4,6
/proc/19397/stat : 19397 (clasp) R 19395 19397 18788 0 -1 4202496 24051 0 0 0 52226 4 0 0 25 0 1 0 821011588 107200512 23480 33554432000 4194304 4933572 140735903334992 18446744073709551615 4632971 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/19397/statm: 26172 23480 382 181 0 23181 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 104688

[startup+582.3 s]
/proc/loadavg: 2.24 2.07 2.02 3/525 19441
/proc/meminfo: memFree=23853860/32951124 swapFree=56930356/67111528
[pid=19397] ppid=19395 vsize=106008 CPUtime=582.3 cores=0,2,4,6
/proc/19397/stat : 19397 (clasp) R 19395 19397 18788 0 -1 4202496 24355 0 0 0 58226 4 0 0 25 0 1 0 821011588 108552192 23784 33554432000 4194304 4933572 140735903334992 18446744073709551615 4360959 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/19397/statm: 26502 23784 382 181 0 23511 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 106008

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/525 19447
/proc/meminfo: memFree=23839404/32951124 swapFree=56930356/67111528
[pid=19397] ppid=19395 vsize=117276 CPUtime=822.31 cores=0,2,4,6
/proc/19397/stat : 19397 (clasp) R 19395 19397 18788 0 -1 4202496 27147 0 0 0 82226 5 0 0 25 0 1 0 821011588 120090624 26576 33554432000 4194304 4933572 140735903334992 18446744073709551615 4649818 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/19397/statm: 29319 26576 382 181 0 26328 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 117276

[startup+882.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/525 19449
/proc/meminfo: memFree=23832664/32951124 swapFree=56930356/67111528
[pid=19397] ppid=19395 vsize=124184 CPUtime=882.31 cores=0,2,4,6
/proc/19397/stat : 19397 (clasp) R 19395 19397 18788 0 -1 4202496 28840 0 0 0 88226 5 0 0 25 0 1 0 821011588 127164416 28269 33554432000 4194304 4933572 140735903334992 18446744073709551615 4649576 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/19397/statm: 31046 28269 382 181 0 28055 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 124184

[startup+942.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/525 19451
/proc/meminfo: memFree=23828536/32951124 swapFree=56930356/67111528
[pid=19397] ppid=19395 vsize=128036 CPUtime=942.31 cores=0,2,4,6
/proc/19397/stat : 19397 (clasp) R 19395 19397 18788 0 -1 4202496 29799 0 0 0 94226 5 0 0 25 0 1 0 821011588 131108864 29228 33554432000 4194304 4933572 140735903334992 18446744073709551615 4649402 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/19397/statm: 32009 29228 382 181 0 29018 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 128036

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 19452
/proc/meminfo: memFree=23827256/32951124 swapFree=56930356/67111528
[pid=19397] ppid=19395 vsize=130280 CPUtime=1002.32 cores=0,2,4,6
/proc/19397/stat : 19397 (clasp) R 19395 19397 18788 0 -1 4202496 30354 0 0 0 100226 6 0 0 25 0 1 0 821011588 133406720 29783 33554432000 4194304 4933572 140735903334992 18446744073709551615 4319331 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/19397/statm: 32570 29783 382 181 0 29579 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 130280

[startup+1062.3 s]
/proc/loadavg: 2.20 2.08 2.02 3/525 19454
/proc/meminfo: memFree=23826852/32951124 swapFree=56930356/67111528
[pid=19397] ppid=19395 vsize=131028 CPUtime=1062.32 cores=0,2,4,6
/proc/19397/stat : 19397 (clasp) R 19395 19397 18788 0 -1 4202496 30548 0 0 0 106226 6 0 0 25 0 1 0 821011588 134172672 29977 33554432000 4194304 4933572 140735903334992 18446744073709551615 4632115 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/19397/statm: 32757 29977 382 181 0 29766 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 131028

[startup+1122.3 s]
/proc/loadavg: 2.14 2.07 2.02 3/525 19464
/proc/meminfo: memFree=23825188/32951124 swapFree=56930356/67111528
[pid=19397] ppid=19395 vsize=131028 CPUtime=1122.32 cores=0,2,4,6
/proc/19397/stat : 19397 (clasp) R 19395 19397 18788 0 -1 4202496 30553 0 0 0 112226 6 0 0 25 0 1 0 821011588 134172672 29982 33554432000 4194304 4933572 140735903334992 18446744073709551615 4319350 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/19397/statm: 32757 29982 382 181 0 29766 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 131028

[startup+1182.3 s]
/proc/loadavg: 2.13 2.09 2.02 3/525 19466
/proc/meminfo: memFree=23825116/32951124 swapFree=56930356/67111528
[pid=19397] ppid=19395 vsize=131028 CPUtime=1182.33 cores=0,2,4,6
/proc/19397/stat : 19397 (clasp) R 19395 19397 18788 0 -1 4202496 30553 0 0 0 118227 6 0 0 25 0 1 0 821011588 134172672 29982 33554432000 4194304 4933572 140735903334992 18446744073709551615 4319335 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/19397/statm: 32757 29982 382 181 0 29766 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 131028

[startup+1242.3 s]
/proc/loadavg: 2.08 2.08 2.02 3/525 19468
/proc/meminfo: memFree=23822460/32951124 swapFree=56930356/67111528
[pid=19397] ppid=19395 vsize=132480 CPUtime=1242.33 cores=0,2,4,6
/proc/19397/stat : 19397 (clasp) R 19395 19397 18788 0 -1 4202496 30929 0 0 0 124227 6 0 0 25 0 1 0 821011588 135659520 30358 33554432000 4194304 4933572 140735903334992 18446744073709551615 4319339 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/19397/statm: 33120 30358 382 181 0 30129 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 132480

[startup+1302.3 s]
/proc/loadavg: 2.03 2.06 2.01 3/525 19469
/proc/meminfo: memFree=23821180/32951124 swapFree=56930356/67111528
[pid=19397] ppid=19395 vsize=132480 CPUtime=1302.33 cores=0,2,4,6
/proc/19397/stat : 19397 (clasp) R 19395 19397 18788 0 -1 4202496 30937 0 0 0 130227 6 0 0 25 0 1 0 821011588 135659520 30366 33554432000 4194304 4933572 140735903334992 18446744073709551615 4409754 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/19397/statm: 33120 30366 382 181 0 30129 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 132480

[startup+1362.3 s]
/proc/loadavg: 2.06 2.06 2.01 3/525 19474
/proc/meminfo: memFree=23812196/32951124 swapFree=56930356/67111528
[pid=19397] ppid=19395 vsize=141712 CPUtime=1362.32 cores=0,2,4,6
/proc/19397/stat : 19397 (clasp) R 19395 19397 18788 0 -1 4202496 33217 0 0 0 136226 6 0 0 25 0 1 0 821011588 145113088 32646 33554432000 4194304 4933572 140735903334992 18446744073709551615 4319486 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/19397/statm: 35428 32646 382 181 0 32437 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 141712

[startup+1422.32 s]
/proc/loadavg: 2.02 2.05 2.01 3/525 19475
/proc/meminfo: memFree=23801212/32951124 swapFree=56930356/67111528
[pid=19397] ppid=19395 vsize=153208 CPUtime=1422.35 cores=0,2,4,6
/proc/19397/stat : 19397 (clasp) R 19395 19397 18788 0 -1 4202496 36091 0 0 0 142228 7 0 0 25 0 1 0 821011588 156884992 35520 33554432000 4194304 4933572 140735903334992 18446744073709551615 4340826 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/19397/statm: 38302 35520 382 181 0 35311 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 153208

[startup+1482.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/525 19477
/proc/meminfo: memFree=23796824/32951124 swapFree=56930356/67111528
[pid=19397] ppid=19395 vsize=157584 CPUtime=1482.33 cores=0,2,4,6
/proc/19397/stat : 19397 (clasp) R 19395 19397 18788 0 -1 4202496 37163 0 0 0 148226 7 0 0 25 0 1 0 821011588 161366016 36592 33554432000 4194304 4933572 140735903334992 18446744073709551615 4330304 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/19397/statm: 39396 36592 382 181 0 36405 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 157584

[startup+1542.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/525 19479
/proc/meminfo: memFree=23796164/32951124 swapFree=56930356/67111528
[pid=19397] ppid=19395 vsize=159520 CPUtime=1542.33 cores=0,2,4,6
/proc/19397/stat : 19397 (clasp) R 19395 19397 18788 0 -1 4202496 37637 0 0 0 154226 7 0 0 25 0 1 0 821011588 163348480 37066 33554432000 4194304 4933572 140735903334992 18446744073709551615 4631904 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/19397/statm: 39880 37066 382 181 0 36889 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 159520

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 19480
/proc/meminfo: memFree=23786696/32951124 swapFree=56930356/67111528
[pid=19397] ppid=19395 vsize=169036 CPUtime=1602.33 cores=0,2,4,6
/proc/19397/stat : 19397 (clasp) R 19395 19397 18788 0 -1 4202496 39985 0 0 0 160225 8 0 0 25 0 1 0 821011588 173092864 39414 33554432000 4194304 4933572 140735903334992 18446744073709551615 4649396 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/19397/statm: 42259 39414 382 181 0 39268 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 169036

[startup+1662.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/525 19482
/proc/meminfo: memFree=23786412/32951124 swapFree=56930356/67111528
[pid=19397] ppid=19395 vsize=169036 CPUtime=1662.33 cores=0,2,4,6
/proc/19397/stat : 19397 (clasp) R 19395 19397 18788 0 -1 4202496 39986 0 0 0 166225 8 0 0 25 0 1 0 821011588 173092864 39415 33554432000 4194304 4933572 140735903334992 18446744073709551615 4649364 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/19397/statm: 42259 39415 382 181 0 39268 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 169036

[startup+1722.3 s]
/proc/loadavg: 2.17 2.08 2.02 3/525 19483
/proc/meminfo: memFree=23786244/32951124 swapFree=56930356/67111528
[pid=19397] ppid=19395 vsize=169036 CPUtime=1722.34 cores=0,2,4,6
/proc/19397/stat : 19397 (clasp) R 19395 19397 18788 0 -1 4202496 39998 0 0 0 172226 8 0 0 25 0 1 0 821011588 173092864 39427 33554432000 4194304 4933572 140735903334992 18446744073709551615 4649417 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/19397/statm: 42259 39427 382 181 0 39268 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 169036

[startup+1782.3 s]
/proc/loadavg: 2.11 2.08 2.02 3/525 19485
/proc/meminfo: memFree=23784092/32951124 swapFree=56930356/67111528
[pid=19397] ppid=19395 vsize=169036 CPUtime=1782.34 cores=0,2,4,6
/proc/19397/stat : 19397 (clasp) R 19395 19397 18788 0 -1 4202496 39999 0 0 0 178226 8 0 0 25 0 1 0 821011588 173092864 39428 33554432000 4194304 4933572 140735903334992 18446744073709551615 4663961 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/19397/statm: 42259 39428 382 181 0 39268 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 169036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.08 2.07 2.01 3/525 19486
/proc/meminfo: memFree=23784068/32951124 swapFree=56930356/67111528
[pid=19397] ppid=19395 vsize=169036 CPUtime=1800.04 cores=0,2,4,6
/proc/19397/stat : 19397 (clasp) R 19395 19397 18788 0 -1 4202496 39999 0 0 0 179996 8 0 0 25 0 1 0 821011588 173092864 39428 33554432000 4194304 4933572 140735903334992 18446744073709551615 4330232 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/19397/statm: 42259 39428 382 181 0 39268 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 169036

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 0
Real time (s): 1800.03
CPU time (s): 1800.08
CPU user time (s): 1799.98
CPU system time (s): 0.094985
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 169036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.98
system time used= 0.094985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40013
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= 7
involuntary context switches= 2794

runsolver used 10.1944 second user time and 20.8838 second system time

The end

Launcher Data

Begin job on node137 at 2011-06-03 11:42:19
IDJOB=3468064
IDBENCH=2173
IDSOLVER=1958
FILE ID=node137/3468064-1307094139
RUNJOBID= node137-1307090533-18806
PBS_JOBID= 13497961
Free space on /tmp= 73700 MiB

SOLVER NAME= clasp 2.0-R4191
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-g125.18.opb
COMMAND LINE= HOME/clasp BENCHNAME --berk-max=512 --berk-once --otfs=1 --recursive-str --dinit=1500,10000 --dsched=10000,1.1,20000 --restart-on-model --opt-heu=2 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3468064-1307094139/watcher-3468064-1307094139 -o /tmp/evaluation-result-3468064-1307094139/solver-3468064-1307094139 -C 1800 -W 1900 -M 15500  HOME/clasp HOME/instance-3468064-1307094139.opb --berk-max=512 --berk-once --otfs=1 --recursive-str --dinit=1500,10000 --dsched=10000,1.1,20000 --restart-on-model --opt-heu=2 

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

MD5SUM BENCH= 18a894a2ba4f3cf6bad1b497c8fca8eb
RANDOM SEED=777426058

node137.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.844
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.844
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.844
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.844
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23836132 kB
Buffers:        233940 kB
Cached:         481184 kB
SwapCached:      12308 kB
Active:        8422524 kB
Inactive:       431744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23836132 kB
SwapTotal:    67111528 kB
SwapFree:     56930356 kB
Dirty:            2772 kB
Writeback:           0 kB
AnonPages:     8136876 kB
Mapped:          21860 kB
Slab:           116168 kB
PageTables:      74780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 162669668 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73708 MiB
End job on node137 at 2011-06-03 12:12:21