Trace number 3468054

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.05 1800.02

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
primes-dimacs-cnf/normalized-par32-2-c.opb
MD5SUM02ee6f086501e1f86c8de97a222a24d7
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 variables2606
Total number of constraints6509
Number of constraints which are clauses6509
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 constraint3
Number of terms in the objective function 2606
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 2606
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2606
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

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...090126/instance-3468054-1307090126.opb
0.00/0.00	c Solving...
1800.03/1800.01	
1800.03/1800.01	*** INTERRUPTED! ***
1800.03/1800.01	s UNKNOWN
1800.03/1800.01	
1800.03/1800.01	c INTERRUPTED   : 1
1800.03/1800.01	c Models        : 0+    
1800.03/1800.01	c Time          : 1800.016s (Solving: 1800.01s 1st Model: 0.00s Unsat: 0.00s)
1800.03/1800.01	c CPU Time      : 1800.040s

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-3468054-1307090126/watcher-3468054-1307090126 -o /tmp/evaluation-result-3468054-1307090126/solver-3468054-1307090126 -C 1800 -W 1900 -M 15500 HOME/clasp HOME/instance-3468054-1307090126.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: 1.15 1.70 1.88 1/478 11637
/proc/meminfo: memFree=24939000/32950928 swapFree=61542356/67111528
[pid=11637] ppid=11635 vsize=13724 CPUtime=0 cores=0,2,4,6
/proc/11637/stat : 11637 (clasp) R 11635 11637 2195 0 -1 4202496 853 0 0 0 0 0 0 0 24 0 1 0 899243258 14053376 748 33554432000 4194304 4933572 140733711061296 18446744073709551615 4588920 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/11637/statm: 3431 748 349 181 0 440 0

[startup+0.0471119 s]
/proc/loadavg: 1.15 1.70 1.88 1/478 11637
/proc/meminfo: memFree=24939000/32950928 swapFree=61542356/67111528
[pid=11637] ppid=11635 vsize=13724 CPUtime=0.04 cores=0,2,4,6
/proc/11637/stat : 11637 (clasp) R 11635 11637 2195 0 -1 4202496 898 0 0 0 4 0 0 0 24 0 1 0 899243258 14053376 793 33554432000 4194304 4933572 140733711061296 18446744073709551615 4648697 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/11637/statm: 3431 793 380 181 0 440 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.101109 s]
/proc/loadavg: 1.15 1.70 1.88 1/478 11637
/proc/meminfo: memFree=24939000/32950928 swapFree=61542356/67111528
[pid=11637] ppid=11635 vsize=13724 CPUtime=0.09 cores=0,2,4,6
/proc/11637/stat : 11637 (clasp) R 11635 11637 2195 0 -1 4202496 899 0 0 0 9 0 0 0 24 0 1 0 899243258 14053376 794 33554432000 4194304 4933572 140733711061296 18446744073709551615 4360959 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/11637/statm: 3431 794 381 181 0 440 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13724

[startup+0.301064 s]
/proc/loadavg: 1.15 1.70 1.88 1/478 11637
/proc/meminfo: memFree=24939000/32950928 swapFree=61542356/67111528
[pid=11637] ppid=11635 vsize=13724 CPUtime=0.29 cores=0,2,4,6
/proc/11637/stat : 11637 (clasp) R 11635 11637 2195 0 -1 4202496 899 0 0 0 29 0 0 0 25 0 1 0 899243258 14053376 794 33554432000 4194304 4933572 140733711061296 18446744073709551615 4649555 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/11637/statm: 3431 794 381 181 0 440 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13724

[startup+0.700951 s]
/proc/loadavg: 1.15 1.70 1.88 1/478 11637
/proc/meminfo: memFree=24939000/32950928 swapFree=61542356/67111528
[pid=11637] ppid=11635 vsize=13856 CPUtime=0.69 cores=0,2,4,6
/proc/11637/stat : 11637 (clasp) R 11635 11637 2195 0 -1 4202496 925 0 0 0 69 0 0 0 25 0 1 0 899243258 14188544 820 33554432000 4194304 4933572 140733711061296 18446744073709551615 4648315 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/11637/statm: 3464 820 381 181 0 473 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13856

[startup+1.50086 s]
/proc/loadavg: 1.15 1.70 1.88 3/484 11646
/proc/meminfo: memFree=24888912/32950928 swapFree=61542356/67111528
[pid=11637] ppid=11635 vsize=14120 CPUtime=1.49 cores=0,2,4,6
/proc/11637/stat : 11637 (clasp) R 11635 11637 2195 0 -1 4202496 1004 0 0 0 149 0 0 0 25 0 1 0 899243258 14458880 899 33554432000 4194304 4933572 140733711061296 18446744073709551615 4631996 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/11637/statm: 3530 899 381 181 0 539 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14120

[startup+3.10057 s]
/proc/loadavg: 1.21 1.70 1.88 3/484 11646
/proc/meminfo: memFree=24889532/32950928 swapFree=61542356/67111528
[pid=11637] ppid=11635 vsize=14516 CPUtime=3.09 cores=0,2,4,6
/proc/11637/stat : 11637 (clasp) R 11635 11637 2195 0 -1 4202496 1097 0 0 0 309 0 0 0 25 0 1 0 899243258 14864384 992 33554432000 4194304 4933572 140733711061296 18446744073709551615 4637476 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/11637/statm: 3629 992 381 181 0 638 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14516

[startup+6.30091 s]
/proc/loadavg: 1.21 1.70 1.88 3/484 11646
/proc/meminfo: memFree=24873596/32950928 swapFree=61542356/67111528
[pid=11637] ppid=11635 vsize=14916 CPUtime=6.28 cores=0,2,4,6
/proc/11637/stat : 11637 (clasp) R 11635 11637 2195 0 -1 4202496 1192 0 0 0 628 0 0 0 25 0 1 0 899243258 15273984 1087 33554432000 4194304 4933572 140733711061296 18446744073709551615 4648683 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/11637/statm: 3729 1087 381 181 0 738 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 14916

[startup+12.7007 s]
/proc/loadavg: 1.28 1.71 1.88 3/484 11647
/proc/meminfo: memFree=24852880/32950928 swapFree=61542356/67111528
[pid=11637] ppid=11635 vsize=15576 CPUtime=12.68 cores=0,2,4,6
/proc/11637/stat : 11637 (clasp) R 11635 11637 2195 0 -1 4202496 1368 0 0 0 1268 0 0 0 25 0 1 0 899243258 15949824 1263 33554432000 4194304 4933572 140733711061296 18446744073709551615 4648304 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/11637/statm: 3894 1263 381 181 0 903 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 15576

[startup+25.5003 s]
/proc/loadavg: 1.44 1.72 1.88 3/484 11647
/proc/meminfo: memFree=24844348/32950928 swapFree=61542356/67111528
[pid=11637] ppid=11635 vsize=16384 CPUtime=25.47 cores=0,2,4,6
/proc/11637/stat : 11637 (clasp) R 11635 11637 2195 0 -1 4202496 1541 0 0 0 2547 0 0 0 25 0 1 0 899243258 16777216 1436 33554432000 4194304 4933572 140733711061296 18446744073709551615 4648654 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/11637/statm: 4096 1436 381 181 0 1105 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 16384

[startup+51.1007 s]
/proc/loadavg: 1.63 1.74 1.88 3/484 11648
/proc/meminfo: memFree=24842896/32950928 swapFree=61542356/67111528
[pid=11637] ppid=11635 vsize=17648 CPUtime=51.07 cores=0,2,4,6
/proc/11637/stat : 11637 (clasp) R 11635 11637 2195 0 -1 4202496 1849 0 0 0 5107 0 0 0 25 0 1 0 899243258 18071552 1744 33554432000 4194304 4933572 140733711061296 18446744073709551615 4648652 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/11637/statm: 4412 1744 381 181 0 1421 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 17648

[startup+102.317 s]
/proc/loadavg: 1.85 1.78 1.89 3/484 11649
/proc/meminfo: memFree=24826988/32950928 swapFree=61542356/67111528
[pid=11637] ppid=11635 vsize=19168 CPUtime=102.29 cores=0,2,4,6
/proc/11637/stat : 11637 (clasp) R 11635 11637 2195 0 -1 4202496 2216 0 0 0 10229 0 0 0 25 0 1 0 899243258 19628032 2111 33554432000 4194304 4933572 140733711061296 18446744073709551615 4648811 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/11637/statm: 4792 2111 381 181 0 1801 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 19168

[startup+162.3 s]
/proc/loadavg: 1.94 1.82 1.89 3/484 11651
/proc/meminfo: memFree=24807604/32950928 swapFree=61542356/67111528
[pid=11637] ppid=11635 vsize=20620 CPUtime=162.28 cores=0,2,4,6
/proc/11637/stat : 11637 (clasp) R 11635 11637 2195 0 -1 4202496 2549 0 0 0 16228 0 0 0 25 0 1 0 899243258 21114880 2444 33554432000 4194304 4933572 140733711061296 18446744073709551615 4649405 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/11637/statm: 5155 2444 381 181 0 2164 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 20620

[startup+222.3 s]
/proc/loadavg: 2.02 1.86 1.91 3/484 11655
/proc/meminfo: memFree=24798380/32950928 swapFree=61542356/67111528
[pid=11637] ppid=11635 vsize=21912 CPUtime=222.28 cores=0,2,4,6
/proc/11637/stat : 11637 (clasp) R 11635 11637 2195 0 -1 4202496 2865 0 0 0 22228 0 0 0 25 0 1 0 899243258 22437888 2760 33554432000 4194304 4933572 140733711061296 18446744073709551615 4664048 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/11637/statm: 5478 2760 381 181 0 2487 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 21912

[startup+282.3 s]
/proc/loadavg: 2.00 1.89 1.91 3/484 11657
/proc/meminfo: memFree=24776500/32950928 swapFree=61542356/67111528
[pid=11637] ppid=11635 vsize=22512 CPUtime=282.28 cores=0,2,4,6
/proc/11637/stat : 11637 (clasp) R 11635 11637 2195 0 -1 4202496 3013 0 0 0 28227 1 0 0 25 0 1 0 899243258 23052288 2908 33554432000 4194304 4933572 140733711061296 18446744073709551615 4631959 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/11637/statm: 5628 2908 381 181 0 2637 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 22512

[startup+342.301 s]
/proc/loadavg: 2.00 1.90 1.91 3/484 11658
/proc/meminfo: memFree=24775584/32950928 swapFree=61542356/67111528
[pid=11637] ppid=11635 vsize=23368 CPUtime=342.29 cores=0,2,4,6
/proc/11637/stat : 11637 (clasp) R 11635 11637 2195 0 -1 4202496 3211 0 0 0 34228 1 0 0 25 0 1 0 899243258 23928832 3106 33554432000 4194304 4933572 140733711061296 18446744073709551615 4649818 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/11637/statm: 5842 3106 381 181 0 2851 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 23368

[startup+402.301 s]
/proc/loadavg: 2.00 1.92 1.91 3/484 11660
/proc/meminfo: memFree=24774688/32950928 swapFree=61542356/67111528
[pid=11637] ppid=11635 vsize=23764 CPUtime=402.29 cores=0,2,4,6
/proc/11637/stat : 11637 (clasp) R 11635 11637 2195 0 -1 4202496 3334 0 0 0 40228 1 0 0 25 0 1 0 899243258 24334336 3229 33554432000 4194304 4933572 140733711061296 18446744073709551615 4648632 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/11637/statm: 5941 3229 381 181 0 2950 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 23764

[startup+462.301 s]
/proc/loadavg: 2.00 1.93 1.91 3/484 11662
/proc/meminfo: memFree=24774148/32950928 swapFree=61542356/67111528
[pid=11637] ppid=11635 vsize=24464 CPUtime=462.29 cores=0,2,4,6
/proc/11637/stat : 11637 (clasp) R 11635 11637 2195 0 -1 4202496 3479 0 0 0 46228 1 0 0 25 0 1 0 899243258 25051136 3374 33554432000 4194304 4933572 140733711061296 18446744073709551615 4648709 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/11637/statm: 6116 3374 381 181 0 3125 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 24464

[startup+522.301 s]
/proc/loadavg: 2.10 1.97 1.92 3/484 11663
/proc/meminfo: memFree=24773008/32950928 swapFree=61542356/67111528
[pid=11637] ppid=11635 vsize=24728 CPUtime=522.29 cores=0,2,4,6
/proc/11637/stat : 11637 (clasp) R 11635 11637 2195 0 -1 4202496 3549 0 0 0 52228 1 0 0 25 0 1 0 899243258 25321472 3444 33554432000 4194304 4933572 140733711061296 18446744073709551615 4648618 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/11637/statm: 6182 3444 381 181 0 3191 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 24728

[startup+582.301 s]
/proc/loadavg: 2.04 1.97 1.92 3/484 11665
/proc/meminfo: memFree=24769876/32950928 swapFree=61542356/67111528
[pid=11637] ppid=11635 vsize=25136 CPUtime=582.29 cores=0,2,4,6
/proc/11637/stat : 11637 (clasp) R 11635 11637 2195 0 -1 4202496 3657 0 0 0 58228 1 0 0 25 0 1 0 899243258 25739264 3552 33554432000 4194304 4933572 140733711061296 18446744073709551615 4649818 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/11637/statm: 6284 3552 381 181 0 3293 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 25136

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.04 2.01 1.94 3/484 11671
/proc/meminfo: memFree=24733180/32950928 swapFree=61542356/67111528
[pid=11637] ppid=11635 vsize=26568 CPUtime=822.3 cores=0,2,4,6
/proc/11637/stat : 11637 (clasp) R 11635 11637 2195 0 -1 4202496 3994 0 0 0 82229 1 0 0 25 0 1 0 899243258 27205632 3889 33554432000 4194304 4933572 140733711061296 18446744073709551615 4319426 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/11637/statm: 6642 3889 381 181 0 3651 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 26568

[startup+882.301 s]
/proc/loadavg: 2.01 2.00 1.94 3/484 11673
/proc/meminfo: memFree=24728668/32950928 swapFree=61542356/67111528
[pid=11637] ppid=11635 vsize=26724 CPUtime=882.3 cores=0,2,4,6
/proc/11637/stat : 11637 (clasp) R 11635 11637 2195 0 -1 4202496 4048 0 0 0 88229 1 0 0 25 0 1 0 899243258 27365376 3943 33554432000 4194304 4933572 140733711061296 18446744073709551615 4648654 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/11637/statm: 6681 3943 381 181 0 3690 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 26724

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/484 11674
/proc/meminfo: memFree=24722812/32950928 swapFree=61542356/67111528
[pid=11637] ppid=11635 vsize=26996 CPUtime=942.3 cores=0,2,4,6
/proc/11637/stat : 11637 (clasp) R 11635 11637 2195 0 -1 4202496 4093 0 0 0 94229 1 0 0 25 0 1 0 899243258 27643904 3988 33554432000 4194304 4933572 140733711061296 18446744073709551615 4648693 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/11637/statm: 6749 3988 381 181 0 3758 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 26996

[startup+1002.3 s]
/proc/loadavg: 2.15 2.03 1.95 3/484 11676
/proc/meminfo: memFree=24721928/32950928 swapFree=61542356/67111528
[pid=11637] ppid=11635 vsize=27128 CPUtime=1002.3 cores=0,2,4,6
/proc/11637/stat : 11637 (clasp) R 11635 11637 2195 0 -1 4202496 4149 0 0 0 100229 1 0 0 25 0 1 0 899243258 27779072 4044 33554432000 4194304 4933572 140733711061296 18446744073709551615 4648654 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/11637/statm: 6782 4044 381 181 0 3791 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 27128

[startup+1062.3 s]
/proc/loadavg: 2.13 2.04 1.95 3/484 11678
/proc/meminfo: memFree=24721044/32950928 swapFree=61542356/67111528
[pid=11637] ppid=11635 vsize=27532 CPUtime=1062.3 cores=0,2,4,6
/proc/11637/stat : 11637 (clasp) R 11635 11637 2195 0 -1 4202496 4244 0 0 0 106229 1 0 0 25 0 1 0 899243258 28192768 4139 33554432000 4194304 4933572 140733711061296 18446744073709551615 4648288 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/11637/statm: 6883 4139 381 181 0 3892 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 27532

[startup+1122.3 s]
/proc/loadavg: 2.04 2.03 1.95 3/484 11679
/proc/meminfo: memFree=24720032/32950928 swapFree=61542356/67111528
[pid=11637] ppid=11635 vsize=28656 CPUtime=1122.3 cores=0,2,4,6
/proc/11637/stat : 11637 (clasp) R 11635 11637 2195 0 -1 4202496 4491 0 0 0 112229 1 0 0 25 0 1 0 899243258 29343744 4386 33554432000 4194304 4933572 140733711061296 18446744073709551615 4649417 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/11637/statm: 7164 4386 381 181 0 4173 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 28656

[startup+1182.3 s]
/proc/loadavg: 2.02 2.02 1.95 3/484 11681
/proc/meminfo: memFree=24719012/32950928 swapFree=61542356/67111528
[pid=11637] ppid=11635 vsize=29072 CPUtime=1182.31 cores=0,2,4,6
/proc/11637/stat : 11637 (clasp) R 11635 11637 2195 0 -1 4202496 4582 0 0 0 118230 1 0 0 25 0 1 0 899243258 29769728 4477 33554432000 4194304 4933572 140733711061296 18446744073709551615 4648673 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/11637/statm: 7268 4477 381 181 0 4277 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 29072

[startup+1242.3 s]
/proc/loadavg: 2.00 2.02 1.95 3/484 11682
/proc/meminfo: memFree=24717876/32950928 swapFree=61542356/67111528
[pid=11637] ppid=11635 vsize=29924 CPUtime=1242.31 cores=0,2,4,6
/proc/11637/stat : 11637 (clasp) R 11635 11637 2195 0 -1 4202496 4801 0 0 0 124230 1 0 0 25 0 1 0 899243258 30642176 4696 33554432000 4194304 4933572 140733711061296 18446744073709551615 4428349 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/11637/statm: 7481 4696 381 181 0 4490 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 29924

[startup+1302.3 s]
/proc/loadavg: 2.13 2.06 1.97 3/484 11684
/proc/meminfo: memFree=24717728/32950928 swapFree=61542356/67111528
[pid=11637] ppid=11635 vsize=30372 CPUtime=1302.32 cores=0,2,4,6
/proc/11637/stat : 11637 (clasp) R 11635 11637 2195 0 -1 4202496 4889 0 0 0 130231 1 0 0 25 0 1 0 899243258 31100928 4784 33554432000 4194304 4933572 140733711061296 18446744073709551615 4637426 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/11637/statm: 7593 4784 381 181 0 4602 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 30372

[startup+1362.3 s]
/proc/loadavg: 2.05 2.04 1.97 3/484 11686
/proc/meminfo: memFree=24717832/32950928 swapFree=61542356/67111528
[pid=11637] ppid=11635 vsize=30540 CPUtime=1362.31 cores=0,2,4,6
/proc/11637/stat : 11637 (clasp) R 11635 11637 2195 0 -1 4202496 4950 0 0 0 136230 1 0 0 25 0 1 0 899243258 31272960 4845 33554432000 4194304 4933572 140733711061296 18446744073709551615 4648632 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/11637/statm: 7635 4845 381 181 0 4644 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 30540

[startup+1422.32 s]
/proc/loadavg: 2.02 2.03 1.97 3/484 11687
/proc/meminfo: memFree=24717424/32950928 swapFree=61542356/67111528
[pid=11637] ppid=11635 vsize=31016 CPUtime=1422.33 cores=0,2,4,6
/proc/11637/stat : 11637 (clasp) R 11635 11637 2195 0 -1 4202496 5033 0 0 0 142232 1 0 0 25 0 1 0 899243258 31760384 4928 33554432000 4194304 4933572 140733711061296 18446744073709551615 4648648 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/11637/statm: 7754 4928 381 181 0 4763 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 31016

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/484 11689
/proc/meminfo: memFree=24711800/32950928 swapFree=61542356/67111528
[pid=11637] ppid=11635 vsize=31160 CPUtime=1482.31 cores=0,2,4,6
/proc/11637/stat : 11637 (clasp) R 11635 11637 2195 0 -1 4202496 5082 0 0 0 148230 1 0 0 25 0 1 0 899243258 31907840 4977 33554432000 4194304 4933572 140733711061296 18446744073709551615 4649355 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/11637/statm: 7790 4977 381 181 0 4799 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 31160

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/484 11699
/proc/meminfo: memFree=24710524/32950928 swapFree=61542356/67111528
[pid=11637] ppid=11635 vsize=31460 CPUtime=1542.31 cores=0,2,4,6
/proc/11637/stat : 11637 (clasp) R 11635 11637 2195 0 -1 4202496 5134 0 0 0 154230 1 0 0 25 0 1 0 899243258 32215040 5029 33554432000 4194304 4933572 140733711061296 18446744073709551615 4648528 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/11637/statm: 7865 5029 381 181 0 4874 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 31460

[startup+1602.3 s]
/proc/loadavg: 2.08 2.04 1.98 3/484 11701
/proc/meminfo: memFree=24706860/32950928 swapFree=61542356/67111528
[pid=11637] ppid=11635 vsize=31732 CPUtime=1602.32 cores=0,2,4,6
/proc/11637/stat : 11637 (clasp) R 11635 11637 2195 0 -1 4202496 5218 0 0 0 160231 1 0 0 25 0 1 0 899243258 32493568 5113 33554432000 4194304 4933572 140733711061296 18446744073709551615 4648654 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/11637/statm: 7933 5113 381 181 0 4942 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 31732

[startup+1662.3 s]
/proc/loadavg: 2.06 2.05 1.98 3/484 11703
/proc/meminfo: memFree=24706960/32950928 swapFree=61542356/67111528
[pid=11637] ppid=11635 vsize=31876 CPUtime=1662.32 cores=0,2,4,6
/proc/11637/stat : 11637 (clasp) R 11635 11637 2195 0 -1 4202496 5242 0 0 0 166231 1 0 0 25 0 1 0 899243258 32641024 5137 33554432000 4194304 4933572 140733711061296 18446744073709551615 4337280 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/11637/statm: 7969 5137 381 181 0 4978 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 31876

[startup+1722.3 s]
/proc/loadavg: 2.02 2.04 1.98 3/484 11704
/proc/meminfo: memFree=24706436/32950928 swapFree=61542356/67111528
[pid=11637] ppid=11635 vsize=32028 CPUtime=1722.32 cores=0,2,4,6
/proc/11637/stat : 11637 (clasp) R 11635 11637 2195 0 -1 4202496 5291 0 0 0 172231 1 0 0 25 0 1 0 899243258 32796672 5186 33554432000 4194304 4933572 140733711061296 18446744073709551615 4649364 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/11637/statm: 8007 5186 381 181 0 5016 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 32028

[startup+1782.3 s]
/proc/loadavg: 2.01 2.03 1.98 3/484 11706
/proc/meminfo: memFree=24704288/32950928 swapFree=61542356/67111528
[pid=11637] ppid=11635 vsize=32204 CPUtime=1782.32 cores=0,2,4,6
/proc/11637/stat : 11637 (clasp) R 11635 11637 2195 0 -1 4202496 5308 0 0 0 178231 1 0 0 25 0 1 0 899243258 32976896 5203 33554432000 4194304 4933572 140733711061296 18446744073709551615 4429801 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/11637/statm: 8051 5203 381 181 0 5060 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 32204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.02 1.98 3/484 11706
/proc/meminfo: memFree=24705648/32950928 swapFree=61542356/67111528
[pid=11637] ppid=11635 vsize=32204 CPUtime=1800.03 cores=0,2,4,6
/proc/11637/stat : 11637 (clasp) R 11635 11637 2195 0 -1 4202496 5308 0 0 0 180002 1 0 0 25 0 1 0 899243258 32976896 5203 33554432000 4194304 4933572 140733711061296 18446744073709551615 4649402 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/11637/statm: 8051 5203 381 181 0 5060 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 32204

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.02
CPU time (s): 1800.05
CPU user time (s): 1800.03
CPU system time (s): 0.018997
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 32204

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

runsolver used 8.95364 second user time and 18.8631 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-03 10:35:26
IDJOB=3468054
IDBENCH=2057
IDSOLVER=1958
FILE ID=node116/3468054-1307090126
RUNJOBID= node116-1307090126-11625
PBS_JOBID= 13497870
Free space on /tmp= 73840 MiB

SOLVER NAME= clasp 2.0-R4191
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-2-c.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-3468054-1307090126/watcher-3468054-1307090126 -o /tmp/evaluation-result-3468054-1307090126/solver-3468054-1307090126 -C 1800 -W 1900 -M 15500  HOME/clasp HOME/instance-3468054-1307090126.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= 02ee6f086501e1f86c8de97a222a24d7
RANDOM SEED=1762693379

node116.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.826
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.65
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.826
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	: 5226.15
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.826
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.75
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.826
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.75
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.826
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.77
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.826
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.826
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.75
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.826
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24939296 kB
Buffers:        227988 kB
Cached:         407156 kB
SwapCached:      12572 kB
Active:        7400868 kB
Inactive:       343372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24939296 kB
SwapTotal:    67111528 kB
SwapFree:     61542356 kB
Dirty:            1216 kB
Writeback:           0 kB
AnonPages:     7107476 kB
Mapped:          22224 kB
Slab:           138000 kB
PageTables:      62216 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 139576684 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= 73828 MiB
End job on node116 at 2011-06-03 11:05:28