Trace number 3478855

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
clasp 2.0-R4191? (TO) 1800.08 1800.02

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-147.opb
MD5SUM8c2053bb677dce90b85fb5832d9bc324
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables42127
Total number of constraints974306
Number of constraints which are clauses875463
Number of constraints which are cardinality constraints (but not clauses)3062
Number of constraints which are nor clauses,nor cardinality constraints95781
Minimum length of a constraint2
Maximum length of a constraint627
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 628
Number of bits of the biggest sum of numbers10
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 ...443183/instance-3478855-1307443183.opb
1.39/1.42	c Solving...
1800.06/1800.01	
1800.06/1800.01	*** INTERRUPTED! ***
1800.06/1800.01	s UNKNOWN
1800.06/1800.01	
1800.06/1800.01	c INTERRUPTED   : 1
1800.06/1800.01	c Models        : 0+    
1800.06/1800.01	c Time          : 1800.015s (Solving: 1798.59s 1st Model: 0.00s Unsat: 0.00s)
1800.06/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-3478855-1307443183/watcher-3478855-1307443183 -o /tmp/evaluation-result-3478855-1307443183/solver-3478855-1307443183 -C 1800 -W 1900 -M 15500 HOME/clasp HOME/instance-3478855-1307443183.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: 2.00 2.02 2.25 2/455 19052
/proc/meminfo: memFree=24007068/32951124 swapFree=60476376/67111528
[pid=19052] ppid=19050 vsize=21120 CPUtime=0 cores=1,3,5,7
/proc/19052/stat : 19052 (clasp) R 19050 19052 18265 0 -1 4202496 2916 0 0 0 0 0 0 0 22 0 1 0 836734312 21626880 2527 33554432000 4194304 4933572 140735341549200 18446744073709551615 220815933559 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19052/statm: 5280 2527 333 181 0 2289 0

[startup+0.018582 s]
/proc/loadavg: 2.00 2.02 2.25 2/455 19052
/proc/meminfo: memFree=24007068/32951124 swapFree=60476376/67111528
[pid=19052] ppid=19050 vsize=21660 CPUtime=0.01 cores=1,3,5,7
/proc/19052/stat : 19052 (clasp) R 19050 19052 18265 0 -1 4202496 3075 0 0 0 1 0 0 0 22 0 1 0 836734312 22179840 2686 33554432000 4194304 4933572 140735341549200 18446744073709551615 220815897285 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19052/statm: 5415 2687 333 181 0 2424 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 21660

[startup+0.100574 s]
/proc/loadavg: 2.00 2.02 2.25 2/455 19052
/proc/meminfo: memFree=24007068/32951124 swapFree=60476376/67111528
[pid=19052] ppid=19050 vsize=30748 CPUtime=0.09 cores=1,3,5,7
/proc/19052/stat : 19052 (clasp) R 19050 19052 18265 0 -1 4202496 5801 0 0 0 9 0 0 0 22 0 1 0 836734312 31485952 4939 33554432000 4194304 4933572 140735341549200 18446744073709551615 220815897285 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19052/statm: 7687 4941 333 181 0 4696 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30748

[startup+0.300533 s]
/proc/loadavg: 2.00 2.02 2.25 2/455 19052
/proc/meminfo: memFree=24007068/32951124 swapFree=60476376/67111528
[pid=19052] ppid=19050 vsize=52220 CPUtime=0.29 cores=1,3,5,7
/proc/19052/stat : 19052 (clasp) R 19050 19052 18265 0 -1 4202496 12287 0 0 0 28 1 0 0 23 0 1 0 836734312 53473280 10140 33554432000 4194304 4933572 140735341549200 18446744073709551615 220815897285 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19052/statm: 13055 10141 333 181 0 10064 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 52220

[startup+0.700473 s]
/proc/loadavg: 2.00 2.02 2.25 2/455 19052
/proc/meminfo: memFree=24007068/32951124 swapFree=60476376/67111528
[pid=19052] ppid=19050 vsize=96100 CPUtime=0.69 cores=1,3,5,7
/proc/19052/stat : 19052 (clasp) R 19050 19052 18265 0 -1 4202496 25731 0 0 0 64 5 0 0 25 0 1 0 836734312 98406400 20893 33554432000 4194304 4933572 140735341549200 18446744073709551615 4598707 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19052/statm: 24025 20893 341 181 0 21034 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 96100

[startup+1.50032 s]
/proc/loadavg: 2.00 2.02 2.25 3/456 19053
/proc/meminfo: memFree=23883352/32951124 swapFree=60476376/67111528
[pid=19052] ppid=19050 vsize=131308 CPUtime=1.49 cores=1,3,5,7
/proc/19052/stat : 19052 (clasp) R 19050 19052 18265 0 -1 4202496 36396 0 0 0 143 6 0 0 25 0 1 0 836734312 134459392 29845 33554432000 4194304 4933572 140735341549200 18446744073709551615 4649836 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19052/statm: 32827 29845 367 181 0 29836 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 131308

[startup+3.10102 s]
/proc/loadavg: 2.00 2.02 2.25 3/456 19053
/proc/meminfo: memFree=23872068/32951124 swapFree=60476376/67111528
[pid=19052] ppid=19050 vsize=131308 CPUtime=3.09 cores=1,3,5,7
/proc/19052/stat : 19052 (clasp) R 19050 19052 18265 0 -1 4202496 36412 0 0 0 303 6 0 0 25 0 1 0 836734312 134459392 29861 33554432000 4194304 4933572 140735341549200 18446744073709551615 4648629 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19052/statm: 32827 29861 374 181 0 29836 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 131308

[startup+6.30043 s]
/proc/loadavg: 2.00 2.02 2.25 3/456 19053
/proc/meminfo: memFree=23873820/32951124 swapFree=60476376/67111528
[pid=19052] ppid=19050 vsize=131308 CPUtime=6.29 cores=1,3,5,7
/proc/19052/stat : 19052 (clasp) R 19050 19052 18265 0 -1 4202496 36412 0 0 0 623 6 0 0 25 0 1 0 836734312 134459392 29861 33554432000 4194304 4933572 140735341549200 18446744073709551615 4649386 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19052/statm: 32827 29861 374 181 0 29836 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 131308

[startup+12.7002 s]
/proc/loadavg: 2.00 2.02 2.25 3/456 19053
/proc/meminfo: memFree=23872632/32951124 swapFree=60476376/67111528
[pid=19052] ppid=19050 vsize=131308 CPUtime=12.69 cores=1,3,5,7
/proc/19052/stat : 19052 (clasp) R 19050 19052 18265 0 -1 4202496 36414 0 0 0 1263 6 0 0 25 0 1 0 836734312 134459392 29863 33554432000 4194304 4933572 140735341549200 18446744073709551615 4649369 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19052/statm: 32827 29863 376 181 0 29836 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 131308

[startup+25.5009 s]
/proc/loadavg: 2.00 2.01 2.24 3/456 19053
/proc/meminfo: memFree=23873208/32951124 swapFree=60476376/67111528
[pid=19052] ppid=19050 vsize=131308 CPUtime=25.49 cores=1,3,5,7
/proc/19052/stat : 19052 (clasp) R 19050 19052 18265 0 -1 4202496 36418 0 0 0 2543 6 0 0 25 0 1 0 836734312 134459392 29867 33554432000 4194304 4933572 140735341549200 18446744073709551615 4648709 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19052/statm: 32827 29867 376 181 0 29836 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 131308

[startup+51.1002 s]
/proc/loadavg: 2.07 2.03 2.24 3/456 19054
/proc/meminfo: memFree=23870704/32951124 swapFree=60476376/67111528
[pid=19052] ppid=19050 vsize=131308 CPUtime=51.09 cores=1,3,5,7
/proc/19052/stat : 19052 (clasp) R 19050 19052 18265 0 -1 4202496 36425 0 0 0 5103 6 0 0 25 0 1 0 836734312 134459392 29874 33554432000 4194304 4933572 140735341549200 18446744073709551615 4648805 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19052/statm: 32827 29874 376 181 0 29836 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 131308

[startup+102.317 s]
/proc/loadavg: 2.07 2.04 2.23 3/456 19055
/proc/meminfo: memFree=23863540/32951124 swapFree=60476376/67111528
[pid=19052] ppid=19050 vsize=131308 CPUtime=102.31 cores=1,3,5,7
/proc/19052/stat : 19052 (clasp) R 19050 19052 18265 0 -1 4202496 36465 0 0 0 10225 6 0 0 25 0 1 0 836734312 134459392 29914 33554432000 4194304 4933572 140735341549200 18446744073709551615 4649364 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19052/statm: 32827 29914 376 181 0 29836 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 131308

[startup+162.301 s]
/proc/loadavg: 2.02 2.03 2.22 3/456 19057
/proc/meminfo: memFree=23857692/32951124 swapFree=60476376/67111528
[pid=19052] ppid=19050 vsize=133772 CPUtime=162.3 cores=1,3,5,7
/proc/19052/stat : 19052 (clasp) R 19050 19052 18265 0 -1 4202496 37097 0 0 0 16224 6 0 0 25 0 1 0 836734312 136982528 30546 33554432000 4194304 4933572 140735341549200 18446744073709551615 4649364 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19052/statm: 33443 30546 376 181 0 30452 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 133772

[startup+222.301 s]
/proc/loadavg: 2.01 2.02 2.20 3/456 19059
/proc/meminfo: memFree=23851836/32951124 swapFree=60476376/67111528
[pid=19052] ppid=19050 vsize=136988 CPUtime=222.3 cores=1,3,5,7
/proc/19052/stat : 19052 (clasp) R 19050 19052 18265 0 -1 4202496 37848 0 0 0 22224 6 0 0 25 0 1 0 836734312 140275712 31297 33554432000 4194304 4933572 140735341549200 18446744073709551615 4648934 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19052/statm: 34247 31297 376 181 0 31256 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 136988

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.18 3/456 19060
/proc/meminfo: memFree=23848472/32951124 swapFree=60476376/67111528
[pid=19052] ppid=19050 vsize=138764 CPUtime=282.3 cores=1,3,5,7
/proc/19052/stat : 19052 (clasp) R 19050 19052 18265 0 -1 4202496 38239 0 0 0 28224 6 0 0 25 0 1 0 836734312 142094336 31688 33554432000 4194304 4933572 140735341549200 18446744073709551615 4648635 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19052/statm: 34691 31688 376 181 0 31700 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 138764

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.17 3/456 19062
/proc/meminfo: memFree=23844600/32951124 swapFree=60476376/67111528
[pid=19052] ppid=19050 vsize=141612 CPUtime=342.3 cores=1,3,5,7
/proc/19052/stat : 19052 (clasp) R 19050 19052 18265 0 -1 4202496 38875 0 0 0 34224 6 0 0 25 0 1 0 836734312 145010688 32324 33554432000 4194304 4933572 140735341549200 18446744073709551615 4649364 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19052/statm: 35403 32324 376 181 0 32412 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 141612

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.16 3/456 19063
/proc/meminfo: memFree=23841716/32951124 swapFree=60476376/67111528
[pid=19052] ppid=19050 vsize=142720 CPUtime=402.3 cores=1,3,5,7
/proc/19052/stat : 19052 (clasp) R 19050 19052 18265 0 -1 4202496 39117 0 0 0 40224 6 0 0 25 0 1 0 836734312 146145280 32566 33554432000 4194304 4933572 140735341549200 18446744073709551615 4328714 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19052/statm: 35680 32566 376 181 0 32689 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 142720

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.15 3/456 19065
/proc/meminfo: memFree=23839448/32951124 swapFree=60476376/67111528
[pid=19052] ppid=19050 vsize=144576 CPUtime=462.3 cores=1,3,5,7
/proc/19052/stat : 19052 (clasp) R 19050 19052 18265 0 -1 4202496 39545 0 0 0 46224 6 0 0 25 0 1 0 836734312 148045824 32994 33554432000 4194304 4933572 140735341549200 18446744073709551615 4648609 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19052/statm: 36144 32994 376 181 0 33153 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 144576

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.13 3/456 19066
/proc/meminfo: memFree=23836692/32951124 swapFree=60476376/67111528
[pid=19052] ppid=19050 vsize=146304 CPUtime=522.31 cores=1,3,5,7
/proc/19052/stat : 19052 (clasp) R 19050 19052 18265 0 -1 4202496 39934 0 0 0 52225 6 0 0 25 0 1 0 836734312 149815296 33383 33554432000 4194304 4933572 140735341549200 18446744073709551615 4649364 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19052/statm: 36576 33383 376 181 0 33585 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 146304

[startup+582.3 s]
/proc/loadavg: 2.11 2.03 2.13 3/456 19068
/proc/meminfo: memFree=23833568/32951124 swapFree=60476376/67111528
[pid=19052] ppid=19050 vsize=147684 CPUtime=582.31 cores=1,3,5,7
/proc/19052/stat : 19052 (clasp) R 19050 19052 18265 0 -1 4202496 40244 0 0 0 58225 6 0 0 25 0 1 0 836734312 151228416 33693 33554432000 4194304 4933572 140735341549200 18446744073709551615 4649413 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19052/statm: 36921 33693 376 181 0 33930 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 147684

[startup+642.3 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.02 2.09 3/456 19074
/proc/meminfo: memFree=23825920/32951124 swapFree=60476376/67111528
[pid=19052] ppid=19050 vsize=152596 CPUtime=822.31 cores=1,3,5,7
/proc/19052/stat : 19052 (clasp) R 19050 19052 18265 0 -1 4202496 41339 0 0 0 82225 6 0 0 25 0 1 0 836734312 156258304 34788 33554432000 4194304 4933572 140735341549200 18446744073709551615 4649386 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19052/statm: 38149 34788 376 181 0 35158 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 152596

[startup+882.301 s]
/proc/loadavg: 2.00 2.01 2.08 3/456 19076
/proc/meminfo: memFree=23822432/32951124 swapFree=60476376/67111528
[pid=19052] ppid=19050 vsize=153460 CPUtime=882.31 cores=1,3,5,7
/proc/19052/stat : 19052 (clasp) R 19050 19052 18265 0 -1 4202496 41565 0 0 0 88225 6 0 0 25 0 1 0 836734312 157143040 35014 33554432000 4194304 4933572 140735341549200 18446744073709551615 4319293 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19052/statm: 38365 35014 376 181 0 35374 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 153460

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.08 3/456 19078
/proc/meminfo: memFree=23822384/32951124 swapFree=60476376/67111528
[pid=19052] ppid=19050 vsize=153460 CPUtime=942.32 cores=1,3,5,7
/proc/19052/stat : 19052 (clasp) R 19050 19052 18265 0 -1 4202496 41600 0 0 0 94225 7 0 0 25 0 1 0 836734312 157143040 35049 33554432000 4194304 4933572 140735341549200 18446744073709551615 4649379 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19052/statm: 38365 35049 376 181 0 35374 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 153460

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/456 19079
/proc/meminfo: memFree=23821612/32951124 swapFree=60476376/67111528
[pid=19052] ppid=19050 vsize=154048 CPUtime=1002.33 cores=1,3,5,7
/proc/19052/stat : 19052 (clasp) R 19050 19052 18265 0 -1 4202496 41713 0 0 0 100226 7 0 0 25 0 1 0 836734312 157745152 35162 33554432000 4194304 4933572 140735341549200 18446744073709551615 4649364 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19052/statm: 38512 35162 376 181 0 35521 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 154048

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/456 19081
/proc/meminfo: memFree=23819848/32951124 swapFree=60476376/67111528
[pid=19052] ppid=19050 vsize=154976 CPUtime=1062.33 cores=1,3,5,7
/proc/19052/stat : 19052 (clasp) R 19050 19052 18265 0 -1 4202496 41955 0 0 0 106226 7 0 0 25 0 1 0 836734312 158695424 35404 33554432000 4194304 4933572 140735341549200 18446744073709551615 4648654 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19052/statm: 38744 35404 376 181 0 35753 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 154976

[startup+1122.3 s]
/proc/loadavg: 2.28 2.07 2.09 3/456 19082
/proc/meminfo: memFree=23819320/32951124 swapFree=60476376/67111528
[pid=19052] ppid=19050 vsize=155820 CPUtime=1122.33 cores=1,3,5,7
/proc/19052/stat : 19052 (clasp) R 19050 19052 18265 0 -1 4202496 42117 0 0 0 112226 7 0 0 25 0 1 0 836734312 159559680 35566 33554432000 4194304 4933572 140735341549200 18446744073709551615 4649364 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19052/statm: 38955 35566 376 181 0 35964 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 155820

[startup+1182.3 s]
/proc/loadavg: 2.16 2.07 2.09 3/456 19084
/proc/meminfo: memFree=23817564/32951124 swapFree=60476376/67111528
[pid=19052] ppid=19050 vsize=156496 CPUtime=1182.33 cores=1,3,5,7
/proc/19052/stat : 19052 (clasp) R 19050 19052 18265 0 -1 4202496 42295 0 0 0 118226 7 0 0 25 0 1 0 836734312 160251904 35744 33554432000 4194304 4933572 140735341549200 18446744073709551615 4319486 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19052/statm: 39124 35744 376 181 0 36133 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 156496

[startup+1242.3 s]
/proc/loadavg: 2.06 2.06 2.08 3/456 19086
/proc/meminfo: memFree=23815812/32951124 swapFree=60476376/67111528
[pid=19052] ppid=19050 vsize=157000 CPUtime=1242.33 cores=1,3,5,7
/proc/19052/stat : 19052 (clasp) R 19050 19052 18265 0 -1 4202496 42386 0 0 0 124226 7 0 0 25 0 1 0 836734312 160768000 35835 33554432000 4194304 4933572 140735341549200 18446744073709551615 4649384 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19052/statm: 39250 35835 376 181 0 36259 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 157000

[startup+1302.3 s]
/proc/loadavg: 2.02 2.04 2.08 3/456 19096
/proc/meminfo: memFree=23812672/32951124 swapFree=60476376/67111528
[pid=19052] ppid=19050 vsize=158728 CPUtime=1302.35 cores=1,3,5,7
/proc/19052/stat : 19052 (clasp) R 19050 19052 18265 0 -1 4202496 42748 0 0 0 130228 7 0 0 25 0 1 0 836734312 162537472 36197 33554432000 4194304 4933572 140735341549200 18446744073709551615 4648645 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19052/statm: 39682 36197 376 181 0 36691 0
Current children cumulated CPU time (s) 1302.35
Current children cumulated vsize (KiB) 158728

[startup+1362.3 s]
/proc/loadavg: 2.00 2.03 2.07 3/456 19098
/proc/meminfo: memFree=23812532/32951124 swapFree=60476376/67111528
[pid=19052] ppid=19050 vsize=159656 CPUtime=1362.34 cores=1,3,5,7
/proc/19052/stat : 19052 (clasp) R 19050 19052 18265 0 -1 4202496 42954 0 0 0 136227 7 0 0 25 0 1 0 836734312 163487744 36403 33554432000 4194304 4933572 140735341549200 18446744073709551615 4648654 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19052/statm: 39914 36403 376 181 0 36923 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 159656

[startup+1422.32 s]
/proc/loadavg: 2.00 2.03 2.06 3/456 19100
/proc/meminfo: memFree=23811640/32951124 swapFree=60476376/67111528
[pid=19052] ppid=19050 vsize=160076 CPUtime=1422.35 cores=1,3,5,7
/proc/19052/stat : 19052 (clasp) R 19050 19052 18265 0 -1 4202496 43063 0 0 0 142228 7 0 0 25 0 1 0 836734312 163917824 36512 33554432000 4194304 4933572 140735341549200 18446744073709551615 4648693 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19052/statm: 40019 36512 376 181 0 37028 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 160076

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.06 3/456 19101
/proc/meminfo: memFree=23808272/32951124 swapFree=60476376/67111528
[pid=19052] ppid=19050 vsize=160668 CPUtime=1482.34 cores=1,3,5,7
/proc/19052/stat : 19052 (clasp) R 19050 19052 18265 0 -1 4202496 43206 0 0 0 148227 7 0 0 25 0 1 0 836734312 164524032 36655 33554432000 4194304 4933572 140735341549200 18446744073709551615 4319350 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19052/statm: 40167 36655 376 181 0 37176 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 160668

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/456 19103
/proc/meminfo: memFree=23807012/32951124 swapFree=60476376/67111528
[pid=19052] ppid=19050 vsize=160668 CPUtime=1542.34 cores=1,3,5,7
/proc/19052/stat : 19052 (clasp) R 19050 19052 18265 0 -1 4202496 43215 0 0 0 154227 7 0 0 25 0 1 0 836734312 164524032 36664 33554432000 4194304 4933572 140735341549200 18446744073709551615 4319431 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19052/statm: 40167 36664 376 181 0 37176 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 160668

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/456 19104
/proc/meminfo: memFree=23805248/32951124 swapFree=60476376/67111528
[pid=19052] ppid=19050 vsize=162292 CPUtime=1602.34 cores=1,3,5,7
/proc/19052/stat : 19052 (clasp) R 19050 19052 18265 0 -1 4202496 43575 0 0 0 160227 7 0 0 25 0 1 0 836734312 166187008 37024 33554432000 4194304 4933572 140735341549200 18446744073709551615 4649364 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19052/statm: 40573 37024 376 181 0 37582 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 162292

[startup+1662.3 s]
/proc/loadavg: 2.09 2.03 2.05 3/456 19106
/proc/meminfo: memFree=23804360/32951124 swapFree=60476376/67111528
[pid=19052] ppid=19050 vsize=162860 CPUtime=1662.35 cores=1,3,5,7
/proc/19052/stat : 19052 (clasp) R 19050 19052 18265 0 -1 4202496 43696 0 0 0 166228 7 0 0 25 0 1 0 836734312 166768640 37145 33554432000 4194304 4933572 140735341549200 18446744073709551615 4648697 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19052/statm: 40715 37145 376 181 0 37724 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 162860

[startup+1722.3 s]
/proc/loadavg: 2.14 2.06 2.06 3/456 19107
/proc/meminfo: memFree=23803348/32951124 swapFree=60476376/67111528
[pid=19052] ppid=19050 vsize=163556 CPUtime=1722.35 cores=1,3,5,7
/proc/19052/stat : 19052 (clasp) R 19050 19052 18265 0 -1 4202496 43877 0 0 0 172228 7 0 0 25 0 1 0 836734312 167481344 37326 33554432000 4194304 4933572 140735341549200 18446744073709551615 4319365 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19052/statm: 40889 37326 376 181 0 37898 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 163556

[startup+1782.3 s]
/proc/loadavg: 2.05 2.05 2.06 3/456 19109
/proc/meminfo: memFree=23800348/32951124 swapFree=60476376/67111528
[pid=19052] ppid=19050 vsize=164352 CPUtime=1782.35 cores=1,3,5,7
/proc/19052/stat : 19052 (clasp) R 19050 19052 18265 0 -1 4202496 44076 0 0 0 178228 7 0 0 25 0 1 0 836734312 168296448 37525 33554432000 4194304 4933572 140735341549200 18446744073709551615 4649174 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19052/statm: 41088 37525 376 181 0 38097 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 164352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.04 2.05 2.05 2/454 19111
/proc/meminfo: memFree=23959576/32951124 swapFree=60476376/67111528
[pid=19052] ppid=19050 vsize=164856 CPUtime=1800.06 cores=1,3,5,7
/proc/19052/stat : 19052 (clasp) R 19050 19052 18265 0 -1 4202496 44186 0 0 0 179999 7 0 0 25 0 1 0 836734312 168812544 37635 33554432000 4194304 4933572 140735341549200 18446744073709551615 4319339 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19052/statm: 41214 37635 376 181 0 38223 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 164856

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.08
CPU user time (s): 1800
CPU system time (s): 0.081987
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 164856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800
system time used= 0.081987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44199
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= 2944

runsolver used 7.46986 second user time and 18.7362 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-07 12:39:44
IDJOB=3478855
IDBENCH=89747
IDSOLVER=1958
FILE ID=node147/3478855-1307443183
RUNJOBID= node147-1307441380-18923
PBS_JOBID= 13519941
Free space on /tmp= 73684 MiB

SOLVER NAME= clasp 2.0-R4191
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-147.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-3478855-1307443183/watcher-3478855-1307443183 -o /tmp/evaluation-result-3478855-1307443183/solver-3478855-1307443183 -C 1800 -W 1900 -M 15500  HOME/clasp HOME/instance-3478855-1307443183.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= 8c2053bb677dce90b85fb5832d9bc324
RANDOM SEED=1753164241

node147.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.836
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.67
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.836
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.836
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.82
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.836
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.836
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.836
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.76
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.836
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.82
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.836
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:     32951124 kB
MemFree:      24007224 kB
Buffers:        361364 kB
Cached:        1880352 kB
SwapCached:      11188 kB
Active:        7075732 kB
Inactive:      1592904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24007224 kB
SwapTotal:    67111528 kB
SwapFree:     60476376 kB
Dirty:           87524 kB
Writeback:           0 kB
AnonPages:     6423392 kB
Mapped:          23104 kB
Slab:           149884 kB
PageTables:      58064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 120883176 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= 73716 MiB
End job on node147 at 2011-06-07 13:09:46