Trace number 3478811

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-130.opb
MD5SUM1e275a6bfffefd782bc57067ec81c100
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 variables41972
Total number of constraints972388
Number of constraints which are clauses873653
Number of constraints which are cardinality constraints (but not clauses)3080
Number of constraints which are nor clauses,nor cardinality constraints95655
Minimum length of a constraint1
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 ...441380/instance-3478811-1307441380.opb
1.49/1.53	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.016s (Solving: 1798.48s 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-3478811-1307441380/watcher-3478811-1307441380 -o /tmp/evaluation-result-3478811-1307441380/solver-3478811-1307441380 -C 1800 -W 1900 -M 15500 HOME/clasp HOME/instance-3478811-1307441380.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.63 3.64 3.80 2/455 18942
/proc/meminfo: memFree=24125688/32951124 swapFree=60476376/67111528
[pid=18942] ppid=18940 vsize=20932 CPUtime=0 cores=1,3,5,7
/proc/18942/stat : 18942 (clasp) R 18940 18942 18265 0 -1 4202496 2882 0 0 0 0 0 0 0 21 0 1 0 836553988 21434368 2495 33554432000 4194304 4933572 140734576230800 18446744073709551615 220815897285 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/18942/statm: 5233 2495 335 181 0 2242 0

[startup+0.0748361 s]
/proc/loadavg: 2.63 3.64 3.80 2/455 18942
/proc/meminfo: memFree=24125688/32951124 swapFree=60476376/67111528
[pid=18942] ppid=18940 vsize=27596 CPUtime=0.06 cores=1,3,5,7
/proc/18942/stat : 18942 (clasp) R 18940 18942 18265 0 -1 4202496 4833 0 0 0 6 0 0 0 21 0 1 0 836553988 28258304 4154 33554432000 4194304 4933572 140734576230800 18446744073709551615 220815897285 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/18942/statm: 6899 4154 335 181 0 3908 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 27596

[startup+0.100821 s]
/proc/loadavg: 2.63 3.64 3.80 2/455 18942
/proc/meminfo: memFree=24125688/32951124 swapFree=60476376/67111528
[pid=18942] ppid=18940 vsize=30464 CPUtime=0.09 cores=1,3,5,7
/proc/18942/stat : 18942 (clasp) R 18940 18942 18265 0 -1 4202496 5715 0 0 0 9 0 0 0 21 0 1 0 836553988 31195136 4856 33554432000 4194304 4933572 140734576230800 18446744073709551615 4579839 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/18942/statm: 7616 4857 335 181 0 4625 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30464

[startup+0.300783 s]
/proc/loadavg: 2.63 3.64 3.80 2/455 18942
/proc/meminfo: memFree=24125688/32951124 swapFree=60476376/67111528
[pid=18942] ppid=18940 vsize=51624 CPUtime=0.29 cores=1,3,5,7
/proc/18942/stat : 18942 (clasp) R 18940 18942 18265 0 -1 4202496 12133 0 0 0 27 2 0 0 22 0 1 0 836553988 52862976 9988 33554432000 4194304 4933572 140734576230800 18446744073709551615 220816236288 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/18942/statm: 12906 9989 335 181 0 9915 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 51624

[startup+0.700709 s]
/proc/loadavg: 2.63 3.64 3.80 2/455 18942
/proc/meminfo: memFree=24125688/32951124 swapFree=60476376/67111528
[pid=18942] ppid=18940 vsize=94768 CPUtime=0.69 cores=1,3,5,7
/proc/18942/stat : 18942 (clasp) R 18940 18942 18265 0 -1 4202496 25390 0 0 0 65 4 0 0 23 0 1 0 836553988 97042432 20556 33554432000 4194304 4933572 140734576230800 18446744073709551615 220815897285 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/18942/statm: 23692 20557 343 181 0 20701 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 94768

[startup+1.50056 s]
/proc/loadavg: 2.63 3.64 3.80 3/456 18944
/proc/meminfo: memFree=24019084/32951124 swapFree=60476376/67111528
[pid=18942] ppid=18940 vsize=135272 CPUtime=1.49 cores=1,3,5,7
/proc/18942/stat : 18942 (clasp) R 18940 18942 18265 0 -1 4202496 35070 0 0 0 144 5 0 0 25 0 1 0 836553988 138518528 30236 33554432000 4194304 4933572 140734576230800 18446744073709551615 4659304 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/18942/statm: 33818 30236 351 181 0 30827 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 135272

[startup+3.10027 s]
/proc/loadavg: 2.63 3.64 3.80 3/456 18944
/proc/meminfo: memFree=24006312/32951124 swapFree=60476376/67111528
[pid=18942] ppid=18940 vsize=129868 CPUtime=3.09 cores=1,3,5,7
/proc/18942/stat : 18942 (clasp) R 18940 18942 18265 0 -1 4202496 35932 0 0 0 304 5 0 0 25 0 1 0 836553988 132984832 29413 33554432000 4194304 4933572 140734576230800 18446744073709551615 4631996 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/18942/statm: 32467 29413 375 181 0 29476 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 129868

[startup+6.30069 s]
/proc/loadavg: 2.58 3.62 3.79 3/456 18944
/proc/meminfo: memFree=24006748/32951124 swapFree=60476376/67111528
[pid=18942] ppid=18940 vsize=129868 CPUtime=6.29 cores=1,3,5,7
/proc/18942/stat : 18942 (clasp) R 18940 18942 18265 0 -1 4202496 35942 0 0 0 624 5 0 0 25 0 1 0 836553988 132984832 29423 33554432000 4194304 4933572 140734576230800 18446744073709551615 4648384 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/18942/statm: 32467 29423 375 181 0 29476 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 129868

[startup+12.7005 s]
/proc/loadavg: 2.53 3.59 3.78 3/456 18944
/proc/meminfo: memFree=24005044/32951124 swapFree=60476376/67111528
[pid=18942] ppid=18940 vsize=129868 CPUtime=12.69 cores=1,3,5,7
/proc/18942/stat : 18942 (clasp) R 18940 18942 18265 0 -1 4202496 36047 0 0 0 1264 5 0 0 25 0 1 0 836553988 132984832 29528 33554432000 4194304 4933572 140734576230800 18446744073709551615 4710923 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/18942/statm: 32467 29528 375 181 0 29476 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 129868

[startup+25.5011 s]
/proc/loadavg: 2.41 3.51 3.75 3/456 18944
/proc/meminfo: memFree=24003312/32951124 swapFree=60476376/67111528
[pid=18942] ppid=18940 vsize=131724 CPUtime=25.49 cores=1,3,5,7
/proc/18942/stat : 18942 (clasp) R 18940 18942 18265 0 -1 4202496 36480 0 0 0 2544 5 0 0 25 0 1 0 836553988 134885376 29961 33554432000 4194304 4933572 140734576230800 18446744073709551615 4649133 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/18942/statm: 32931 29961 377 181 0 29940 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 131724

[startup+51.1004 s]
/proc/loadavg: 2.27 3.39 3.70 3/456 18945
/proc/meminfo: memFree=23998932/32951124 swapFree=60476376/67111528
[pid=18942] ppid=18940 vsize=133428 CPUtime=51.09 cores=1,3,5,7
/proc/18942/stat : 18942 (clasp) R 18940 18942 18265 0 -1 4202496 36869 0 0 0 5104 5 0 0 25 0 1 0 836553988 136630272 30350 33554432000 4194304 4933572 140734576230800 18446744073709551615 4718193 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/18942/statm: 33357 30350 377 181 0 30366 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 133428

[startup+102.317 s]
/proc/loadavg: 2.12 3.17 3.61 3/456 18946
/proc/meminfo: memFree=23991936/32951124 swapFree=60476376/67111528
[pid=18942] ppid=18940 vsize=137716 CPUtime=102.31 cores=1,3,5,7
/proc/18942/stat : 18942 (clasp) R 18940 18942 18265 0 -1 4202496 37767 0 0 0 10226 5 0 0 25 0 1 0 836553988 141021184 31248 33554432000 4194304 4933572 140734576230800 18446744073709551615 4718344 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/18942/statm: 34429 31248 377 181 0 31438 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 137716

[startup+162.301 s]
/proc/loadavg: 2.04 2.96 3.51 3/456 18948
/proc/meminfo: memFree=23985220/32951124 swapFree=60476376/67111528
[pid=18942] ppid=18940 vsize=140660 CPUtime=162.29 cores=1,3,5,7
/proc/18942/stat : 18942 (clasp) R 18940 18942 18265 0 -1 4202496 38421 0 0 0 16224 5 0 0 25 0 1 0 836553988 144035840 31902 33554432000 4194304 4933572 140734576230800 18446744073709551615 4648645 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/18942/statm: 35165 31902 377 181 0 32174 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 140660

[startup+222.301 s]
/proc/loadavg: 2.01 2.78 3.41 3/456 18949
/proc/meminfo: memFree=23980356/32951124 swapFree=60476376/67111528
[pid=18942] ppid=18940 vsize=143680 CPUtime=222.29 cores=1,3,5,7
/proc/18942/stat : 18942 (clasp) R 18940 18942 18265 0 -1 4202496 39104 0 0 0 22224 5 0 0 25 0 1 0 836553988 147128320 32585 33554432000 4194304 4933572 140734576230800 18446744073709551615 4649834 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/18942/statm: 35920 32585 377 181 0 32929 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 143680

[startup+282.301 s]
/proc/loadavg: 2.16 2.67 3.33 3/456 18951
/proc/meminfo: memFree=23977984/32951124 swapFree=60476376/67111528
[pid=18942] ppid=18940 vsize=145892 CPUtime=282.3 cores=1,3,5,7
/proc/18942/stat : 18942 (clasp) R 18940 18942 18265 0 -1 4202496 39587 0 0 0 28224 6 0 0 25 0 1 0 836553988 149393408 33068 33554432000 4194304 4933572 140734576230800 18446744073709551615 4648693 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/18942/statm: 36473 33068 377 181 0 33482 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 145892

[startup+342.301 s]
/proc/loadavg: 2.13 2.56 3.25 3/456 18953
/proc/meminfo: memFree=23973128/32951124 swapFree=60476376/67111528
[pid=18942] ppid=18940 vsize=149220 CPUtime=342.3 cores=1,3,5,7
/proc/18942/stat : 18942 (clasp) R 18940 18942 18265 0 -1 4202496 40362 0 0 0 34224 6 0 0 25 0 1 0 836553988 152801280 33843 33554432000 4194304 4933572 140734576230800 18446744073709551615 4648654 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/18942/statm: 37305 33843 377 181 0 34314 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 149220

[startup+402.301 s]
/proc/loadavg: 2.05 2.46 3.17 3/456 18954
/proc/meminfo: memFree=23970628/32951124 swapFree=60476376/67111528
[pid=18942] ppid=18940 vsize=150528 CPUtime=402.3 cores=1,3,5,7
/proc/18942/stat : 18942 (clasp) R 18940 18942 18265 0 -1 4202496 40661 0 0 0 40224 6 0 0 25 0 1 0 836553988 154140672 34142 33554432000 4194304 4933572 140734576230800 18446744073709551615 4648411 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/18942/statm: 37632 34142 377 181 0 34641 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 150528

[startup+462.301 s]
/proc/loadavg: 2.02 2.37 3.09 3/456 18956
/proc/meminfo: memFree=23967020/32951124 swapFree=60476376/67111528
[pid=18942] ppid=18940 vsize=153632 CPUtime=462.31 cores=1,3,5,7
/proc/18942/stat : 18942 (clasp) R 18940 18942 18265 0 -1 4202496 41351 0 0 0 46225 6 0 0 25 0 1 0 836553988 157319168 34832 33554432000 4194304 4933572 140734576230800 18446744073709551615 4648654 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/18942/statm: 38408 34832 377 181 0 35417 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 153632

[startup+522.301 s]
/proc/loadavg: 2.04 2.31 3.03 3/456 18957
/proc/meminfo: memFree=23964516/32951124 swapFree=60476376/67111528
[pid=18942] ppid=18940 vsize=155300 CPUtime=522.31 cores=1,3,5,7
/proc/18942/stat : 18942 (clasp) R 18940 18942 18265 0 -1 4202496 41756 0 0 0 52225 6 0 0 25 0 1 0 836553988 159027200 35237 33554432000 4194304 4933572 140734576230800 18446744073709551615 4648384 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/18942/statm: 38825 35237 377 181 0 35834 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 155300

[startup+582.3 s]
/proc/loadavg: 2.01 2.25 2.96 3/456 18959
/proc/meminfo: memFree=23960404/32951124 swapFree=60476376/67111528
[pid=18942] ppid=18940 vsize=158636 CPUtime=582.31 cores=1,3,5,7
/proc/18942/stat : 18942 (clasp) R 18940 18942 18265 0 -1 4202496 42489 0 0 0 58225 6 0 0 25 0 1 0 836553988 162443264 35970 33554432000 4194304 4933572 140734576230800 18446744073709551615 4649364 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/18942/statm: 39659 35970 377 181 0 36668 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 158636

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.11 2.73 3/456 18965
/proc/meminfo: memFree=23951380/32951124 swapFree=60476376/67111528
[pid=18942] ppid=18940 vsize=163212 CPUtime=822.31 cores=1,3,5,7
/proc/18942/stat : 18942 (clasp) R 18940 18942 18265 0 -1 4202496 43479 0 0 0 82225 6 0 0 25 0 1 0 836553988 167129088 36960 33554432000 4194304 4933572 140734576230800 18446744073709551615 4319463 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/18942/statm: 40803 36960 377 181 0 37812 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 163212

[startup+882.3 s]
/proc/loadavg: 2.08 2.11 2.69 3/456 18967
/proc/meminfo: memFree=23949996/32951124 swapFree=60476376/67111528
[pid=18942] ppid=18940 vsize=164012 CPUtime=882.31 cores=1,3,5,7
/proc/18942/stat : 18942 (clasp) R 18940 18942 18265 0 -1 4202496 43668 0 0 0 88225 6 0 0 25 0 1 0 836553988 167948288 37149 33554432000 4194304 4933572 140734576230800 18446744073709551615 4319360 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/18942/statm: 41003 37149 377 181 0 38012 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 164012

[startup+942.3 s]
/proc/loadavg: 2.13 2.12 2.66 3/456 18972
/proc/meminfo: memFree=23948340/32951124 swapFree=60476376/67111528
[pid=18942] ppid=18940 vsize=165124 CPUtime=942.32 cores=1,3,5,7
/proc/18942/stat : 18942 (clasp) R 18940 18942 18265 0 -1 4202496 43919 0 0 0 94226 6 0 0 25 0 1 0 836553988 169086976 37400 33554432000 4194304 4933572 140734576230800 18446744073709551615 4649364 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/18942/statm: 41281 37400 377 181 0 38290 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 165124

[startup+1002.3 s]
/proc/loadavg: 2.15 2.13 2.62 3/456 18973
/proc/meminfo: memFree=23946872/32951124 swapFree=60476376/67111528
[pid=18942] ppid=18940 vsize=165672 CPUtime=1002.32 cores=1,3,5,7
/proc/18942/stat : 18942 (clasp) R 18940 18942 18265 0 -1 4202496 44064 0 0 0 100226 6 0 0 25 0 1 0 836553988 169648128 37545 33554432000 4194304 4933572 140734576230800 18446744073709551615 4319365 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/18942/statm: 41418 37545 377 181 0 38427 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 165672

[startup+1062.3 s]
/proc/loadavg: 2.10 2.12 2.59 3/456 18976
/proc/meminfo: memFree=23945356/32951124 swapFree=60476376/67111528
[pid=18942] ppid=18940 vsize=166260 CPUtime=1062.32 cores=1,3,5,7
/proc/18942/stat : 18942 (clasp) R 18940 18942 18265 0 -1 4202496 44182 0 0 0 106226 6 0 0 25 0 1 0 836553988 170250240 37663 33554432000 4194304 4933572 140734576230800 18446744073709551615 4649364 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/18942/statm: 41565 37663 377 181 0 38574 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 166260

[startup+1122.3 s]
/proc/loadavg: 2.04 2.09 2.55 3/456 18977
/proc/meminfo: memFree=23944588/32951124 swapFree=60476376/67111528
[pid=18942] ppid=18940 vsize=167104 CPUtime=1122.33 cores=1,3,5,7
/proc/18942/stat : 18942 (clasp) R 18940 18942 18265 0 -1 4202496 44382 0 0 0 112226 7 0 0 25 0 1 0 836553988 171114496 37863 33554432000 4194304 4933572 140734576230800 18446744073709551615 4648635 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/18942/statm: 41776 37863 377 181 0 38785 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 167104

[startup+1182.3 s]
/proc/loadavg: 2.01 2.07 2.51 3/456 18979
/proc/meminfo: memFree=23942824/32951124 swapFree=60476376/67111528
[pid=18942] ppid=18940 vsize=167864 CPUtime=1182.33 cores=1,3,5,7
/proc/18942/stat : 18942 (clasp) R 18940 18942 18265 0 -1 4202496 44558 0 0 0 118226 7 0 0 25 0 1 0 836553988 171892736 38039 33554432000 4194304 4933572 140734576230800 18446744073709551615 4648654 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/18942/statm: 41966 38039 377 181 0 38975 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 167864

[startup+1242.3 s]
/proc/loadavg: 2.00 2.06 2.48 3/456 18981
/proc/meminfo: memFree=23942428/32951124 swapFree=60476376/67111528
[pid=18942] ppid=18940 vsize=167864 CPUtime=1242.33 cores=1,3,5,7
/proc/18942/stat : 18942 (clasp) R 18940 18942 18265 0 -1 4202496 44599 0 0 0 124226 7 0 0 25 0 1 0 836553988 171892736 38080 33554432000 4194304 4933572 140734576230800 18446744073709551615 4648632 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/18942/statm: 41966 38080 377 181 0 38975 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 167864

[startup+1302.3 s]
/proc/loadavg: 2.00 2.04 2.44 3/456 18982
/proc/meminfo: memFree=23939920/32951124 swapFree=60476376/67111528
[pid=18942] ppid=18940 vsize=168768 CPUtime=1302.35 cores=1,3,5,7
/proc/18942/stat : 18942 (clasp) R 18940 18942 18265 0 -1 4202496 44771 0 0 0 130228 7 0 0 25 0 1 0 836553988 172818432 38252 33554432000 4194304 4933572 140734576230800 18446744073709551615 4648632 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/18942/statm: 42192 38252 377 181 0 39201 0
Current children cumulated CPU time (s) 1302.35
Current children cumulated vsize (KiB) 168768

[startup+1362.3 s]
/proc/loadavg: 2.00 2.03 2.41 3/456 18984
/proc/meminfo: memFree=23939160/32951124 swapFree=60476376/67111528
[pid=18942] ppid=18940 vsize=169360 CPUtime=1362.34 cores=1,3,5,7
/proc/18942/stat : 18942 (clasp) R 18940 18942 18265 0 -1 4202496 44899 0 0 0 136227 7 0 0 25 0 1 0 836553988 173424640 38380 33554432000 4194304 4933572 140734576230800 18446744073709551615 4649168 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/18942/statm: 42340 38380 377 181 0 39349 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 169360

[startup+1422.32 s]
/proc/loadavg: 2.06 2.04 2.39 3/456 18985
/proc/meminfo: memFree=23939620/32951124 swapFree=60476376/67111528
[pid=18942] ppid=18940 vsize=169824 CPUtime=1422.36 cores=1,3,5,7
/proc/18942/stat : 18942 (clasp) R 18940 18942 18265 0 -1 4202496 45032 0 0 0 142229 7 0 0 25 0 1 0 836553988 173899776 38513 33554432000 4194304 4933572 140734576230800 18446744073709551615 4649369 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/18942/statm: 42456 38513 377 181 0 39465 0
Current children cumulated CPU time (s) 1422.36
Current children cumulated vsize (KiB) 169824

[startup+1482.3 s]
/proc/loadavg: 2.02 2.03 2.36 3/456 18987
/proc/meminfo: memFree=23938980/32951124 swapFree=60476376/67111528
[pid=18942] ppid=18940 vsize=170076 CPUtime=1482.34 cores=1,3,5,7
/proc/18942/stat : 18942 (clasp) R 18940 18942 18265 0 -1 4202496 45087 0 0 0 148227 7 0 0 25 0 1 0 836553988 174157824 38568 33554432000 4194304 4933572 140734576230800 18446744073709551615 4649364 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/18942/statm: 42519 38568 377 181 0 39528 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 170076

[startup+1542.3 s]
/proc/loadavg: 2.08 2.04 2.34 3/456 18989
/proc/meminfo: memFree=23938196/32951124 swapFree=60476376/67111528
[pid=18942] ppid=18940 vsize=170244 CPUtime=1542.34 cores=1,3,5,7
/proc/18942/stat : 18942 (clasp) R 18940 18942 18265 0 -1 4202496 45135 0 0 0 154227 7 0 0 25 0 1 0 836553988 174329856 38616 33554432000 4194304 4933572 140734576230800 18446744073709551615 4328714 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/18942/statm: 42561 38616 377 181 0 39570 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 170244

[startup+1602.3 s]
/proc/loadavg: 2.10 2.04 2.32 3/456 18990
/proc/meminfo: memFree=23936676/32951124 swapFree=60476376/67111528
[pid=18942] ppid=18940 vsize=171508 CPUtime=1602.35 cores=1,3,5,7
/proc/18942/stat : 18942 (clasp) R 18940 18942 18265 0 -1 4202496 45413 0 0 0 160228 7 0 0 25 0 1 0 836553988 175624192 38894 33554432000 4194304 4933572 140734576230800 18446744073709551615 4635744 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/18942/statm: 42877 38894 377 181 0 39886 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 171508

[startup+1662.3 s]
/proc/loadavg: 2.03 2.03 2.30 3/456 18992
/proc/meminfo: memFree=23935028/32951124 swapFree=60476376/67111528
[pid=18942] ppid=18940 vsize=172860 CPUtime=1662.34 cores=1,3,5,7
/proc/18942/stat : 18942 (clasp) R 18940 18942 18265 0 -1 4202496 45715 0 0 0 166227 7 0 0 25 0 1 0 836553988 177008640 39196 33554432000 4194304 4933572 140734576230800 18446744073709551615 4648654 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/18942/statm: 43215 39196 377 181 0 40224 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 172860

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.28 3/456 18993
/proc/meminfo: memFree=23933384/32951124 swapFree=60476376/67111528
[pid=18942] ppid=18940 vsize=173576 CPUtime=1722.35 cores=1,3,5,7
/proc/18942/stat : 18942 (clasp) R 18940 18942 18265 0 -1 4202496 45851 0 0 0 172228 7 0 0 25 0 1 0 836553988 177741824 39332 33554432000 4194304 4933572 140734576230800 18446744073709551615 4649388 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/18942/statm: 43394 39332 377 181 0 40403 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 173576

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.26 3/456 18995
/proc/meminfo: memFree=23930508/32951124 swapFree=60476376/67111528
[pid=18942] ppid=18940 vsize=174040 CPUtime=1782.35 cores=1,3,5,7
/proc/18942/stat : 18942 (clasp) R 18940 18942 18265 0 -1 4202496 45937 0 0 0 178228 7 0 0 25 0 1 0 836553988 178216960 39418 33554432000 4194304 4933572 140734576230800 18446744073709551615 4649174 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/18942/statm: 43510 39418 377 181 0 40519 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 174040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.02 2.25 2/454 18996
/proc/meminfo: memFree=23990532/32951124 swapFree=60476376/67111528
[pid=18942] ppid=18940 vsize=174440 CPUtime=1800.06 cores=1,3,5,7
/proc/18942/stat : 18942 (clasp) R 18940 18942 18265 0 -1 4202496 46025 0 0 0 179999 7 0 0 25 0 1 0 836553988 178626560 39506 33554432000 4194304 4933572 140734576230800 18446744073709551615 4648315 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/18942/statm: 43610 39506 377 181 0 40619 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 174440

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

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

runsolver used 7.40787 second user time and 18.8011 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-07 12:09:41
IDJOB=3478811
IDBENCH=89692
IDSOLVER=1958
FILE ID=node147/3478811-1307441380
RUNJOBID= node147-1307441380-18923
PBS_JOBID= 13519941
Free space on /tmp= 73720 MiB

SOLVER NAME= clasp 2.0-R4191
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-130.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-3478811-1307441380/watcher-3478811-1307441380 -o /tmp/evaluation-result-3478811-1307441380/solver-3478811-1307441380 -C 1800 -W 1900 -M 15500  HOME/clasp HOME/instance-3478811-1307441380.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= 1e275a6bfffefd782bc57067ec81c100
RANDOM SEED=274785772

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:      24125836 kB
Buffers:        361096 kB
Cached:        1842280 kB
SwapCached:      11188 kB
Active:        6955504 kB
Inactive:      1593196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24125836 kB
SwapTotal:    67111528 kB
SwapFree:     60476376 kB
Dirty:           52396 kB
Writeback:           0 kB
AnonPages:     6342416 kB
Mapped:          23048 kB
Slab:           148856 kB
PageTables:      58576 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 120799924 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= 73692 MiB
End job on node147 at 2011-06-07 12:39:43