Trace number 3468055

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-g250.29.opb
MD5SUMb0a7c1cc13cb603591c6d50e3dba1a47
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 variables14500
Total number of constraints461872
Number of constraints which are clauses461872
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 constraint29
Number of terms in the objective function 14500
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 14500
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 14500
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...090126/instance-3468055-1307090126.opb
1.00/1.10	c Solving...
1800.05/1800.01	
1800.05/1800.01	*** INTERRUPTED! ***
1800.05/1800.01	s UNKNOWN
1800.05/1800.01	
1800.05/1800.01	c INTERRUPTED   : 1
1800.05/1800.01	c Models        : 0+    
1800.05/1800.01	c Time          : 1800.017s (Solving: 1798.91s 1st Model: 0.00s Unsat: 0.00s)
1800.05/1800.01	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-3468055-1307090126/watcher-3468055-1307090126 -o /tmp/evaluation-result-3468055-1307090126/solver-3468055-1307090126 -C 1800 -W 1900 -M 15500 HOME/clasp HOME/instance-3468055-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: 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.15 1.70 1.88 2/483 11645
/proc/meminfo: memFree=24921892/32950928 swapFree=61542356/67111528
[pid=11645] ppid=11643 vsize=15608 CPUtime=0 cores=1,3,5,7
/proc/11645/stat : 11645 (clasp) R 11643 11645 2195 0 -1 4202496 1376 0 0 0 0 0 0 0 21 0 1 0 899243292 15982592 1204 33554432000 4194304 4933572 140733325884432 18446744073709551615 260905054917 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/11645/statm: 3902 1204 332 181 0 911 0

[startup+0.0903969 s]
/proc/loadavg: 1.15 1.70 1.88 2/483 11645
/proc/meminfo: memFree=24921892/32950928 swapFree=61542356/67111528
[pid=11645] ppid=11643 vsize=23172 CPUtime=0.08 cores=1,3,5,7
/proc/11645/stat : 11645 (clasp) R 11643 11645 2195 0 -1 4202496 3967 0 0 0 7 1 0 0 21 0 1 0 899243292 23728128 3051 33554432000 4194304 4933572 140733325884432 18446744073709551615 260905054917 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/11645/statm: 5793 3053 332 181 0 2802 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 23172

[startup+0.100331 s]
/proc/loadavg: 1.15 1.70 1.88 2/483 11645
/proc/meminfo: memFree=24921892/32950928 swapFree=61542356/67111528
[pid=11645] ppid=11643 vsize=24640 CPUtime=0.09 cores=1,3,5,7
/proc/11645/stat : 11645 (clasp) R 11643 11645 2195 0 -1 4202496 4581 0 0 0 8 1 0 0 21 0 1 0 899243292 25231360 3259 33554432000 4194304 4933572 140733325884432 18446744073709551615 260905053556 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/11645/statm: 6160 3259 332 181 0 3169 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24640

[startup+0.300362 s]
/proc/loadavg: 1.15 1.70 1.88 2/483 11645
/proc/meminfo: memFree=24921892/32950928 swapFree=61542356/67111528
[pid=11645] ppid=11643 vsize=44056 CPUtime=0.29 cores=1,3,5,7
/proc/11645/stat : 11645 (clasp) R 11643 11645 2195 0 -1 4202496 10387 0 0 0 27 2 0 0 22 0 1 0 899243292 45113344 8317 33554432000 4194304 4933572 140733325884432 18446744073709551615 4587830 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/11645/statm: 11014 8317 349 181 0 8023 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44056

[startup+0.700228 s]
/proc/loadavg: 1.15 1.70 1.88 2/483 11645
/proc/meminfo: memFree=24921892/32950928 swapFree=61542356/67111528
[pid=11645] ppid=11643 vsize=44056 CPUtime=0.69 cores=1,3,5,7
/proc/11645/stat : 11645 (clasp) R 11643 11645 2195 0 -1 4202496 10387 0 0 0 67 2 0 0 23 0 1 0 899243292 45113344 8317 33554432000 4194304 4933572 140733325884432 18446744073709551615 4587844 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/11645/statm: 11014 8317 349 181 0 8023 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44056

[startup+1.50113 s]
/proc/loadavg: 1.15 1.70 1.88 3/484 11646
/proc/meminfo: memFree=24887796/32950928 swapFree=61542356/67111528
[pid=11645] ppid=11643 vsize=40408 CPUtime=1.5 cores=1,3,5,7
/proc/11645/stat : 11645 (clasp) R 11643 11645 2195 0 -1 4202496 10435 0 0 0 148 2 0 0 25 0 1 0 899243292 41377792 7462 33554432000 4194304 4933572 140733325884432 18446744073709551615 4648934 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/11645/statm: 10102 7462 381 181 0 7111 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 40408

[startup+3.10085 s]
/proc/loadavg: 1.21 1.70 1.88 3/484 11646
/proc/meminfo: memFree=24889532/32950928 swapFree=61542356/67111528
[pid=11645] ppid=11643 vsize=41340 CPUtime=3.1 cores=1,3,5,7
/proc/11645/stat : 11645 (clasp) R 11643 11645 2195 0 -1 4202496 10660 0 0 0 308 2 0 0 25 0 1 0 899243292 42332160 7687 33554432000 4194304 4933572 140733325884432 18446744073709551615 4648445 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/11645/statm: 10335 7687 381 181 0 7344 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 41340

[startup+6.30026 s]
/proc/loadavg: 1.21 1.70 1.88 4/484 11646
/proc/meminfo: memFree=24873596/32950928 swapFree=61542356/67111528
[pid=11645] ppid=11643 vsize=56448 CPUtime=6.29 cores=1,3,5,7
/proc/11645/stat : 11645 (clasp) R 11643 11645 2195 0 -1 4202496 14372 0 0 0 627 2 0 0 25 0 1 0 899243292 57802752 11399 33554432000 4194304 4933572 140733325884432 18446744073709551615 4318085 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/11645/statm: 14112 11399 381 181 0 11121 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 56448

[startup+12.7011 s]
/proc/loadavg: 1.33 1.71 1.88 3/484 11647
/proc/meminfo: memFree=24853252/32950928 swapFree=61542356/67111528
[pid=11645] ppid=11643 vsize=75036 CPUtime=12.69 cores=1,3,5,7
/proc/11645/stat : 11645 (clasp) R 11643 11645 2195 0 -1 4202496 19055 0 0 0 1266 3 0 0 25 0 1 0 899243292 76836864 16082 33554432000 4194304 4933572 140733325884432 18446744073709551615 4340846 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/11645/statm: 18759 16082 381 181 0 15768 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 75036

[startup+25.5007 s]
/proc/loadavg: 1.44 1.72 1.88 3/484 11647
/proc/meminfo: memFree=24844348/32950928 swapFree=61542356/67111528
[pid=11645] ppid=11643 vsize=85016 CPUtime=25.49 cores=1,3,5,7
/proc/11645/stat : 11645 (clasp) R 11643 11645 2195 0 -1 4202496 21204 0 0 0 2545 4 0 0 25 0 1 0 899243292 87056384 18231 33554432000 4194304 4933572 140733325884432 18446744073709551615 4648411 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/11645/statm: 21254 18231 383 181 0 18263 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 85016

[startup+51.101 s]
/proc/loadavg: 1.63 1.74 1.88 3/484 11648
/proc/meminfo: memFree=24842896/32950928 swapFree=61542356/67111528
[pid=11645] ppid=11643 vsize=85016 CPUtime=51.09 cores=1,3,5,7
/proc/11645/stat : 11645 (clasp) R 11643 11645 2195 0 -1 4202496 21207 0 0 0 5105 4 0 0 25 0 1 0 899243292 87056384 18234 33554432000 4194304 4933572 140733325884432 18446744073709551615 4663992 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/11645/statm: 21254 18234 383 181 0 18263 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 85016

[startup+102.318 s]
/proc/loadavg: 1.85 1.78 1.89 3/484 11649
/proc/meminfo: memFree=24826988/32950928 swapFree=61542356/67111528
[pid=11645] ppid=11643 vsize=99544 CPUtime=102.31 cores=1,3,5,7
/proc/11645/stat : 11645 (clasp) R 11643 11645 2195 0 -1 4202496 24857 0 0 0 10227 4 0 0 25 0 1 0 899243292 101933056 21884 33554432000 4194304 4933572 140733325884432 18446744073709551615 4637192 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/11645/statm: 24886 21884 383 181 0 21895 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 99544

[startup+162.301 s]
/proc/loadavg: 1.94 1.82 1.89 3/484 11651
/proc/meminfo: memFree=24807604/32950928 swapFree=61542356/67111528
[pid=11645] ppid=11643 vsize=114476 CPUtime=162.29 cores=1,3,5,7
/proc/11645/stat : 11645 (clasp) R 11643 11645 2195 0 -1 4202496 28747 0 0 0 16224 5 0 0 25 0 1 0 899243292 117223424 25774 33554432000 4194304 4933572 140733325884432 18446744073709551615 4649364 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/11645/statm: 28619 25774 383 181 0 25628 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 114476

[startup+222.301 s]
/proc/loadavg: 2.02 1.86 1.91 3/484 11655
/proc/meminfo: memFree=24798380/32950928 swapFree=61542356/67111528
[pid=11645] ppid=11643 vsize=122148 CPUtime=222.3 cores=1,3,5,7
/proc/11645/stat : 11645 (clasp) R 11643 11645 2195 0 -1 4202496 30686 0 0 0 22224 6 0 0 25 0 1 0 899243292 125079552 27713 33554432000 4194304 4933572 140733325884432 18446744073709551615 4649329 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/11645/statm: 30537 27713 383 181 0 27546 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 122148

[startup+282.301 s]
/proc/loadavg: 2.00 1.89 1.91 3/484 11657
/proc/meminfo: memFree=24776500/32950928 swapFree=61542356/67111528
[pid=11645] ppid=11643 vsize=145908 CPUtime=282.3 cores=1,3,5,7
/proc/11645/stat : 11645 (clasp) R 11643 11645 2195 0 -1 4202496 36597 0 0 0 28223 7 0 0 25 0 1 0 899243292 149409792 33624 33554432000 4194304 4933572 140733325884432 18446744073709551615 4340880 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/11645/statm: 36477 33624 383 181 0 33486 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 145908

[startup+342.301 s]
/proc/loadavg: 2.00 1.90 1.91 3/484 11658
/proc/meminfo: memFree=24775584/32950928 swapFree=61542356/67111528
[pid=11645] ppid=11643 vsize=145908 CPUtime=342.3 cores=1,3,5,7
/proc/11645/stat : 11645 (clasp) R 11643 11645 2195 0 -1 4202496 36621 0 0 0 34223 7 0 0 25 0 1 0 899243292 149409792 33648 33554432000 4194304 4933572 140733325884432 18446744073709551615 4649555 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/11645/statm: 36477 33648 383 181 0 33486 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 145908

[startup+402.301 s]
/proc/loadavg: 2.00 1.92 1.91 3/484 11660
/proc/meminfo: memFree=24774688/32950928 swapFree=61542356/67111528
[pid=11645] ppid=11643 vsize=146456 CPUtime=402.31 cores=1,3,5,7
/proc/11645/stat : 11645 (clasp) R 11643 11645 2195 0 -1 4202496 36761 0 0 0 40224 7 0 0 25 0 1 0 899243292 149970944 33788 33554432000 4194304 4933572 140733325884432 18446744073709551615 4649407 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/11645/statm: 36614 33788 383 181 0 33623 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 146456

[startup+462.301 s]
/proc/loadavg: 2.00 1.93 1.91 3/484 11662
/proc/meminfo: memFree=24774148/32950928 swapFree=61542356/67111528
[pid=11645] ppid=11643 vsize=146456 CPUtime=462.31 cores=1,3,5,7
/proc/11645/stat : 11645 (clasp) R 11643 11645 2195 0 -1 4202496 36767 0 0 0 46224 7 0 0 25 0 1 0 899243292 149970944 33794 33554432000 4194304 4933572 140733325884432 18446744073709551615 4632072 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/11645/statm: 36614 33794 383 181 0 33623 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 146456

[startup+522.301 s]
/proc/loadavg: 2.10 1.97 1.92 3/484 11663
/proc/meminfo: memFree=24773008/32950928 swapFree=61542356/67111528
[pid=11645] ppid=11643 vsize=147816 CPUtime=522.31 cores=1,3,5,7
/proc/11645/stat : 11645 (clasp) R 11643 11645 2195 0 -1 4202496 37077 0 0 0 52224 7 0 0 25 0 1 0 899243292 151363584 34104 33554432000 4194304 4933572 140733325884432 18446744073709551615 4319335 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/11645/statm: 36954 34104 383 181 0 33963 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 147816

[startup+582.301 s]
/proc/loadavg: 2.03 1.97 1.92 3/484 11665
/proc/meminfo: memFree=24769380/32950928 swapFree=61542356/67111528
[pid=11645] ppid=11643 vsize=150600 CPUtime=582.31 cores=1,3,5,7
/proc/11645/stat : 11645 (clasp) R 11643 11645 2195 0 -1 4202496 37775 0 0 0 58224 7 0 0 25 0 1 0 899243292 154214400 34802 33554432000 4194304 4933572 140733325884432 18446744073709551615 4330219 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/11645/statm: 37650 34802 383 181 0 34659 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 150600

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.03 2.01 1.94 3/484 11671
/proc/meminfo: memFree=24733180/32950928 swapFree=61542356/67111528
[pid=11645] ppid=11643 vsize=185984 CPUtime=822.32 cores=1,3,5,7
/proc/11645/stat : 11645 (clasp) R 11643 11645 2195 0 -1 4202496 46571 0 0 0 82224 8 0 0 25 0 1 0 899243292 190447616 43598 33554432000 4194304 4933572 140733325884432 18446744073709551615 4360923 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/11645/statm: 46496 43598 383 181 0 43505 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 185984

[startup+882.301 s]
/proc/loadavg: 2.01 2.00 1.94 3/484 11673
/proc/meminfo: memFree=24728668/32950928 swapFree=61542356/67111528
[pid=11645] ppid=11643 vsize=189232 CPUtime=882.32 cores=1,3,5,7
/proc/11645/stat : 11645 (clasp) R 11643 11645 2195 0 -1 4202496 47372 0 0 0 88224 8 0 0 25 0 1 0 899243292 193773568 44399 33554432000 4194304 4933572 140733325884432 18446744073709551615 4637426 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/11645/statm: 47308 44399 383 181 0 44317 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 189232

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/484 11674
/proc/meminfo: memFree=24722812/32950928 swapFree=61542356/67111528
[pid=11645] ppid=11643 vsize=196136 CPUtime=942.32 cores=1,3,5,7
/proc/11645/stat : 11645 (clasp) R 11643 11645 2195 0 -1 4202496 49132 0 0 0 94223 9 0 0 25 0 1 0 899243292 200843264 46159 33554432000 4194304 4933572 140733325884432 18446744073709551615 4330263 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/11645/statm: 49034 46159 383 181 0 46043 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 196136

[startup+1002.3 s]
/proc/loadavg: 2.15 2.03 1.95 3/484 11676
/proc/meminfo: memFree=24721928/32950928 swapFree=61542356/67111528
[pid=11645] ppid=11643 vsize=196532 CPUtime=1002.33 cores=1,3,5,7
/proc/11645/stat : 11645 (clasp) R 11643 11645 2195 0 -1 4202496 49232 0 0 0 100224 9 0 0 25 0 1 0 899243292 201248768 46259 33554432000 4194304 4933572 140733325884432 18446744073709551615 4648411 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/11645/statm: 49133 46259 383 181 0 46142 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 196532

[startup+1062.3 s]
/proc/loadavg: 2.13 2.04 1.95 3/484 11678
/proc/meminfo: memFree=24721044/32950928 swapFree=61542356/67111528
[pid=11645] ppid=11643 vsize=196532 CPUtime=1062.33 cores=1,3,5,7
/proc/11645/stat : 11645 (clasp) R 11643 11645 2195 0 -1 4202496 49240 0 0 0 106224 9 0 0 25 0 1 0 899243292 201248768 46267 33554432000 4194304 4933572 140733325884432 18446744073709551615 4649364 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/11645/statm: 49133 46267 383 181 0 46142 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 196532

[startup+1122.3 s]
/proc/loadavg: 2.04 2.03 1.95 3/484 11679
/proc/meminfo: memFree=24720032/32950928 swapFree=61542356/67111528
[pid=11645] ppid=11643 vsize=196532 CPUtime=1122.33 cores=1,3,5,7
/proc/11645/stat : 11645 (clasp) R 11643 11645 2195 0 -1 4202496 49242 0 0 0 112224 9 0 0 25 0 1 0 899243292 201248768 46269 33554432000 4194304 4933572 140733325884432 18446744073709551615 4649355 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/11645/statm: 49133 46269 383 181 0 46142 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 196532

[startup+1182.3 s]
/proc/loadavg: 2.02 2.02 1.95 3/484 11681
/proc/meminfo: memFree=24718888/32950928 swapFree=61542356/67111528
[pid=11645] ppid=11643 vsize=196532 CPUtime=1182.33 cores=1,3,5,7
/proc/11645/stat : 11645 (clasp) R 11643 11645 2195 0 -1 4202496 49242 0 0 0 118224 9 0 0 25 0 1 0 899243292 201248768 46269 33554432000 4194304 4933572 140733325884432 18446744073709551615 4330240 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/11645/statm: 49133 46269 383 181 0 46142 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 196532

[startup+1242.3 s]
/proc/loadavg: 2.16 2.05 1.96 3/484 11682
/proc/meminfo: memFree=24717876/32950928 swapFree=61542356/67111528
[pid=11645] ppid=11643 vsize=196532 CPUtime=1242.33 cores=1,3,5,7
/proc/11645/stat : 11645 (clasp) R 11643 11645 2195 0 -1 4202496 49242 0 0 0 124224 9 0 0 25 0 1 0 899243292 201248768 46269 33554432000 4194304 4933572 140733325884432 18446744073709551615 4631904 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/11645/statm: 49133 46269 383 181 0 46142 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 196532

[startup+1302.3 s]
/proc/loadavg: 2.13 2.06 1.97 3/484 11684
/proc/meminfo: memFree=24717728/32950928 swapFree=61542356/67111528
[pid=11645] ppid=11643 vsize=196532 CPUtime=1302.34 cores=1,3,5,7
/proc/11645/stat : 11645 (clasp) R 11643 11645 2195 0 -1 4202496 49245 0 0 0 130225 9 0 0 25 0 1 0 899243292 201248768 46272 33554432000 4194304 4933572 140733325884432 18446744073709551615 4319328 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/11645/statm: 49133 46272 383 181 0 46142 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 196532

[startup+1362.3 s]
/proc/loadavg: 2.05 2.04 1.97 3/484 11686
/proc/meminfo: memFree=24717832/32950928 swapFree=61542356/67111528
[pid=11645] ppid=11643 vsize=196532 CPUtime=1362.34 cores=1,3,5,7
/proc/11645/stat : 11645 (clasp) R 11643 11645 2195 0 -1 4202496 49245 0 0 0 136225 9 0 0 25 0 1 0 899243292 201248768 46272 33554432000 4194304 4933572 140733325884432 18446744073709551615 4632825 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/11645/statm: 49133 46272 383 181 0 46142 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 196532

[startup+1422.32 s]
/proc/loadavg: 2.02 2.03 1.97 3/484 11687
/proc/meminfo: memFree=24717424/32950928 swapFree=61542356/67111528
[pid=11645] ppid=11643 vsize=196532 CPUtime=1422.36 cores=1,3,5,7
/proc/11645/stat : 11645 (clasp) R 11643 11645 2195 0 -1 4202496 49245 0 0 0 142227 9 0 0 25 0 1 0 899243292 201248768 46272 33554432000 4194304 4933572 140733325884432 18446744073709551615 4340880 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/11645/statm: 49133 46272 383 181 0 46142 0
Current children cumulated CPU time (s) 1422.36
Current children cumulated vsize (KiB) 196532

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/484 11689
/proc/meminfo: memFree=24711800/32950928 swapFree=61542356/67111528
[pid=11645] ppid=11643 vsize=201648 CPUtime=1482.33 cores=1,3,5,7
/proc/11645/stat : 11645 (clasp) R 11643 11645 2195 0 -1 4202496 50504 0 0 0 148224 9 0 0 25 0 1 0 899243292 206487552 47531 33554432000 4194304 4933572 140733325884432 18446744073709551615 4330240 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/11645/statm: 50412 47531 383 181 0 47421 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 201648

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/484 11699
/proc/meminfo: memFree=24710524/32950928 swapFree=61542356/67111528
[pid=11645] ppid=11643 vsize=202176 CPUtime=1542.34 cores=1,3,5,7
/proc/11645/stat : 11645 (clasp) R 11643 11645 2195 0 -1 4202496 50634 0 0 0 154225 9 0 0 25 0 1 0 899243292 207028224 47661 33554432000 4194304 4933572 140733325884432 18446744073709551615 4330222 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/11645/statm: 50544 47661 383 181 0 47553 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 202176

[startup+1602.3 s]
/proc/loadavg: 2.07 2.04 1.98 3/484 11701
/proc/meminfo: memFree=24706860/32950928 swapFree=61542356/67111528
[pid=11645] ppid=11643 vsize=205620 CPUtime=1602.34 cores=1,3,5,7
/proc/11645/stat : 11645 (clasp) R 11643 11645 2195 0 -1 4202496 51484 0 0 0 160225 9 0 0 25 0 1 0 899243292 210554880 48511 33554432000 4194304 4933572 140733325884432 18446744073709551615 4319293 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/11645/statm: 51405 48511 383 181 0 48414 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 205620

[startup+1662.3 s]
/proc/loadavg: 2.06 2.05 1.98 3/484 11703
/proc/meminfo: memFree=24706960/32950928 swapFree=61542356/67111528
[pid=11645] ppid=11643 vsize=205620 CPUtime=1662.34 cores=1,3,5,7
/proc/11645/stat : 11645 (clasp) R 11643 11645 2195 0 -1 4202496 51484 0 0 0 166225 9 0 0 25 0 1 0 899243292 210554880 48511 33554432000 4194304 4933572 140733325884432 18446744073709551615 4409763 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/11645/statm: 51405 48511 383 181 0 48414 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 205620

[startup+1722.3 s]
/proc/loadavg: 2.02 2.03 1.98 3/484 11704
/proc/meminfo: memFree=24706684/32950928 swapFree=61542356/67111528
[pid=11645] ppid=11643 vsize=205620 CPUtime=1722.34 cores=1,3,5,7
/proc/11645/stat : 11645 (clasp) R 11643 11645 2195 0 -1 4202496 51484 0 0 0 172225 9 0 0 25 0 1 0 899243292 210554880 48511 33554432000 4194304 4933572 140733325884432 18446744073709551615 4358539 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/11645/statm: 51405 48511 383 181 0 48414 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 205620

[startup+1782.3 s]
/proc/loadavg: 2.01 2.03 1.98 3/484 11706
/proc/meminfo: memFree=24704288/32950928 swapFree=61542356/67111528
[pid=11645] ppid=11643 vsize=205620 CPUtime=1782.34 cores=1,3,5,7
/proc/11645/stat : 11645 (clasp) R 11643 11645 2195 0 -1 4202496 51490 0 0 0 178225 9 0 0 25 0 1 0 899243292 210554880 48517 33554432000 4194304 4933572 140733325884432 18446744073709551615 4409763 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/11645/statm: 51405 48517 383 181 0 48414 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 205620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.02 1.98 2/482 11707
/proc/meminfo: memFree=24723264/32950928 swapFree=61542356/67111528
[pid=11645] ppid=11643 vsize=205620 CPUtime=1800.05 cores=1,3,5,7
/proc/11645/stat : 11645 (clasp) R 11643 11645 2195 0 -1 4202496 51490 0 0 0 179996 9 0 0 25 0 1 0 899243292 210554880 48517 33554432000 4194304 4933572 140733325884432 18446744073709551615 4648315 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/11645/statm: 51405 48517 383 181 0 48414 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 205620

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.107983
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 205620

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

runsolver used 8.10177 second user time and 19.745 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-03 10:35:26
IDJOB=3468055
IDBENCH=2058
IDSOLVER=1958
FILE ID=node116/3468055-1307090126
RUNJOBID= node116-1307090126-11626
PBS_JOBID= 13497870
Free space on /tmp= 73828 MiB

SOLVER NAME= clasp 2.0-R4191
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-g250.29.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-3468055-1307090126/watcher-3468055-1307090126 -o /tmp/evaluation-result-3468055-1307090126/solver-3468055-1307090126 -C 1800 -W 1900 -M 15500  HOME/clasp HOME/instance-3468055-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= b0a7c1cc13cb603591c6d50e3dba1a47
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:      24921924 kB
Buffers:        228024 kB
Cached:         420700 kB
SwapCached:      12572 kB
Active:        7416340 kB
Inactive:       344732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24921924 kB
SwapTotal:    67111528 kB
SwapFree:     61542356 kB
Dirty:           13632 kB
Writeback:           0 kB
AnonPages:     7110192 kB
Mapped:          23388 kB
Slab:           138260 kB
PageTables:      62216 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 139600208 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