Trace number 3467871

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.07 1800.01

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx30.opb
MD5SUMa013c9210a7cfe037db9246041ce6240
Bench CategoryOPT-SMALLINT-LIN (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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables774
Total number of constraints994
Number of constraints which are clauses771
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints192
Minimum length of a constraint2
Maximum length of a constraint192
Number of terms in the objective function 3
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 3
Number of bits of the sum of numbers in the objective function 2
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 380
Number of bits of the biggest sum of numbers9
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 ...118516/instance-3467871-1307118516.opb
0.00/0.00	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.010s (Solving: 1800.01s 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-3467871-1307118516/watcher-3467871-1307118516 -o /tmp/evaluation-result-3467871-1307118516/solver-3467871-1307118516 -C 1800 -W 1900 -M 15500 HOME/clasp HOME/instance-3467871-1307118516.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.00 1.91 2/327 21456
/proc/meminfo: memFree=24157020/32951124 swapFree=67056304/67111528
[pid=21456] ppid=21454 vsize=12732 CPUtime=0.01 cores=1,3,5,7
/proc/21456/stat : 21456 (clasp) R 21454 21456 18990 0 -1 4202496 608 0 0 0 1 0 0 0 25 0 1 0 902082158 13037568 537 33554432000 4194304 4933572 140735837091728 18446744073709551615 4718636 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21456/statm: 3183 537 374 181 0 192 0

[startup+0.0174 s]
/proc/loadavg: 2.00 2.00 1.91 2/327 21456
/proc/meminfo: memFree=24157020/32951124 swapFree=67056304/67111528
[pid=21456] ppid=21454 vsize=12732 CPUtime=0.01 cores=1,3,5,7
/proc/21456/stat : 21456 (clasp) R 21454 21456 18990 0 -1 4202496 618 0 0 0 1 0 0 0 25 0 1 0 902082158 13037568 547 33554432000 4194304 4933572 140735837091728 18446744073709551615 4369115 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21456/statm: 3183 547 374 181 0 192 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12732

[startup+0.100372 s]
/proc/loadavg: 2.00 2.00 1.91 2/327 21456
/proc/meminfo: memFree=24157020/32951124 swapFree=67056304/67111528
[pid=21456] ppid=21454 vsize=13132 CPUtime=0.09 cores=1,3,5,7
/proc/21456/stat : 21456 (clasp) R 21454 21456 18990 0 -1 4202496 708 0 0 0 9 0 0 0 25 0 1 0 902082158 13447168 637 33554432000 4194304 4933572 140735837091728 18446744073709551615 4718537 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21456/statm: 3283 637 381 181 0 292 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13132

[startup+0.300336 s]
/proc/loadavg: 2.00 2.00 1.91 2/327 21456
/proc/meminfo: memFree=24157020/32951124 swapFree=67056304/67111528
[pid=21456] ppid=21454 vsize=13528 CPUtime=0.29 cores=1,3,5,7
/proc/21456/stat : 21456 (clasp) R 21454 21456 18990 0 -1 4202496 811 0 0 0 29 0 0 0 25 0 1 0 902082158 13852672 740 33554432000 4194304 4933572 140735837091728 18446744073709551615 4649402 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21456/statm: 3382 740 381 181 0 391 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13528

[startup+0.700275 s]
/proc/loadavg: 2.00 2.00 1.91 2/327 21456
/proc/meminfo: memFree=24157020/32951124 swapFree=67056304/67111528
[pid=21456] ppid=21454 vsize=13528 CPUtime=0.69 cores=1,3,5,7
/proc/21456/stat : 21456 (clasp) R 21454 21456 18990 0 -1 4202496 812 0 0 0 69 0 0 0 25 0 1 0 902082158 13852672 741 33554432000 4194304 4933572 140735837091728 18446744073709551615 4632192 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21456/statm: 3382 741 381 181 0 391 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13528

[startup+1.50012 s]
/proc/loadavg: 2.00 2.00 1.91 3/328 21457
/proc/meminfo: memFree=24153940/32951124 swapFree=67056304/67111528
[pid=21456] ppid=21454 vsize=14056 CPUtime=1.49 cores=1,3,5,7
/proc/21456/stat : 21456 (clasp) R 21454 21456 18990 0 -1 4202496 936 0 0 0 149 0 0 0 25 0 1 0 902082158 14393344 865 33554432000 4194304 4933572 140735837091728 18446744073709551615 4718572 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21456/statm: 3514 865 381 181 0 523 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14056

[startup+3.10083 s]
/proc/loadavg: 2.00 2.00 1.91 3/328 21484
/proc/meminfo: memFree=24154500/32951124 swapFree=67056304/67111528
[pid=21456] ppid=21454 vsize=14620 CPUtime=3.09 cores=1,3,5,7
/proc/21456/stat : 21456 (clasp) R 21454 21456 18990 0 -1 4202496 1074 0 0 0 309 0 0 0 25 0 1 0 902082158 14970880 1003 33554432000 4194304 4933572 140735837091728 18446744073709551615 4649174 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21456/statm: 3655 1003 381 181 0 664 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14620

[startup+6.30024 s]
/proc/loadavg: 2.00 2.00 1.91 3/328 21485
/proc/meminfo: memFree=24151112/32951124 swapFree=67056304/67111528
[pid=21456] ppid=21454 vsize=14884 CPUtime=6.29 cores=1,3,5,7
/proc/21456/stat : 21456 (clasp) R 21454 21456 18990 0 -1 4202496 1143 0 0 0 629 0 0 0 25 0 1 0 902082158 15241216 1072 33554432000 4194304 4933572 140735837091728 18446744073709551615 4711184 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21456/statm: 3721 1072 381 181 0 730 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14884

[startup+12.7011 s]
/proc/loadavg: 2.00 2.00 1.91 3/328 21485
/proc/meminfo: memFree=24147088/32951124 swapFree=67056304/67111528
[pid=21456] ppid=21454 vsize=15640 CPUtime=12.7 cores=1,3,5,7
/proc/21456/stat : 21456 (clasp) R 21454 21456 18990 0 -1 4202496 1331 0 0 0 1270 0 0 0 25 0 1 0 902082158 16015360 1260 33554432000 4194304 4933572 140735837091728 18446744073709551615 4719026 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21456/statm: 3910 1260 381 181 0 919 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 15640

[startup+25.5007 s]
/proc/loadavg: 2.00 2.00 1.91 3/328 21512
/proc/meminfo: memFree=24153172/32951124 swapFree=67056304/67111528
[pid=21456] ppid=21454 vsize=16160 CPUtime=25.5 cores=1,3,5,7
/proc/21456/stat : 21456 (clasp) R 21454 21456 18990 0 -1 4202496 1451 0 0 0 2550 0 0 0 25 0 1 0 902082158 16547840 1380 33554432000 4194304 4933572 140735837091728 18446744073709551615 4718587 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21456/statm: 4040 1380 381 181 0 1049 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 16160

[startup+51.101 s]
/proc/loadavg: 2.00 2.00 1.91 3/328 21513
/proc/meminfo: memFree=24146096/32951124 swapFree=67056304/67111528
[pid=21456] ppid=21454 vsize=17412 CPUtime=51.1 cores=1,3,5,7
/proc/21456/stat : 21456 (clasp) R 21454 21456 18990 0 -1 4202496 1802 0 0 0 5110 0 0 0 25 0 1 0 902082158 17829888 1722 33554432000 4194304 4933572 140735837091728 18446744073709551615 4319426 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21456/statm: 4353 1722 381 181 0 1362 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 17412

[startup+102.312 s]
/proc/loadavg: 2.00 2.00 1.91 3/328 21514
/proc/meminfo: memFree=24144340/32951124 swapFree=67056304/67111528
[pid=21456] ppid=21454 vsize=17688 CPUtime=102.31 cores=1,3,5,7
/proc/21456/stat : 21456 (clasp) R 21454 21456 18990 0 -1 4202496 1842 0 0 0 10231 0 0 0 25 0 1 0 902082158 18112512 1762 33554432000 4194304 4933572 140735837091728 18446744073709551615 4664059 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21456/statm: 4422 1762 381 181 0 1431 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 17688

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/328 21516
/proc/meminfo: memFree=24142076/32951124 swapFree=67056304/67111528
[pid=21456] ppid=21454 vsize=18392 CPUtime=162.3 cores=1,3,5,7
/proc/21456/stat : 21456 (clasp) R 21454 21456 18990 0 -1 4202496 2020 0 0 0 16230 0 0 0 25 0 1 0 902082158 18833408 1935 33554432000 4194304 4933572 140735837091728 18446744073709551615 4666796 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21456/statm: 4598 1935 381 181 0 1607 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 18392

[startup+222.301 s]
/proc/loadavg: 2.07 2.03 1.92 3/328 21517
/proc/meminfo: memFree=24139680/32951124 swapFree=67056304/67111528
[pid=21456] ppid=21454 vsize=19068 CPUtime=222.3 cores=1,3,5,7
/proc/21456/stat : 21456 (clasp) R 21454 21456 18990 0 -1 4202496 2236 0 0 0 22230 0 0 0 25 0 1 0 902082158 19525632 2132 33554432000 4194304 4933572 140735837091728 18446744073709551615 4637134 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21456/statm: 4767 2132 381 181 0 1776 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 19068

[startup+282.301 s]
/proc/loadavg: 2.02 2.02 1.92 3/328 21519
/proc/meminfo: memFree=24137776/32951124 swapFree=67056304/67111528
[pid=21456] ppid=21454 vsize=19300 CPUtime=282.3 cores=1,3,5,7
/proc/21456/stat : 21456 (clasp) R 21454 21456 18990 0 -1 4202496 2329 0 0 0 28230 0 0 0 25 0 1 0 902082158 19763200 2191 33554432000 4194304 4933572 140735837091728 18446744073709551615 4649364 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21456/statm: 4825 2191 381 181 0 1834 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 19300

[startup+342.301 s]
/proc/loadavg: 2.01 2.02 1.92 3/328 21520
/proc/meminfo: memFree=24137604/32951124 swapFree=67056304/67111528
[pid=21456] ppid=21454 vsize=19300 CPUtime=342.3 cores=1,3,5,7
/proc/21456/stat : 21456 (clasp) R 21454 21456 18990 0 -1 4202496 2329 0 0 0 34230 0 0 0 25 0 1 0 902082158 19763200 2191 33554432000 4194304 4933572 140735837091728 18446744073709551615 4637161 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21456/statm: 4825 2191 381 181 0 1834 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 19300

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 1.92 3/328 21522
/proc/meminfo: memFree=24137548/32951124 swapFree=67056304/67111528
[pid=21456] ppid=21454 vsize=19428 CPUtime=402.3 cores=1,3,5,7
/proc/21456/stat : 21456 (clasp) R 21454 21456 18990 0 -1 4202496 2420 0 0 0 40230 0 0 0 25 0 1 0 902082158 19894272 2223 33554432000 4194304 4933572 140735837091728 18446744073709551615 4319339 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21456/statm: 4857 2223 381 181 0 1866 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 19428

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/328 21524
/proc/meminfo: memFree=24136884/32951124 swapFree=67056304/67111528
[pid=21456] ppid=21454 vsize=20104 CPUtime=462.31 cores=1,3,5,7
/proc/21456/stat : 21456 (clasp) R 21454 21456 18990 0 -1 4202496 2596 0 0 0 46231 0 0 0 25 0 1 0 902082158 20586496 2393 33554432000 4194304 4933572 140735837091728 18446744073709551615 4718537 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21456/statm: 5026 2393 381 181 0 2035 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 20104

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/328 21525
/proc/meminfo: memFree=24136600/32951124 swapFree=67056304/67111528
[pid=21456] ppid=21454 vsize=20104 CPUtime=522.31 cores=1,3,5,7
/proc/21456/stat : 21456 (clasp) R 21454 21456 18990 0 -1 4202496 2596 0 0 0 52231 0 0 0 25 0 1 0 902082158 20586496 2393 33554432000 4194304 4933572 140735837091728 18446744073709551615 4718572 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21456/statm: 5026 2393 381 181 0 2035 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 20104

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/328 21527
/proc/meminfo: memFree=24136064/32951124 swapFree=67056304/67111528
[pid=21456] ppid=21454 vsize=20560 CPUtime=582.31 cores=1,3,5,7
/proc/21456/stat : 21456 (clasp) R 21454 21456 18990 0 -1 4202496 2720 0 0 0 58231 0 0 0 25 0 1 0 902082158 21053440 2505 33554432000 4194304 4933572 140735837091728 18446744073709551615 4649386 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21456/statm: 5140 2505 381 181 0 2149 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 20560

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.04 2.03 1.94 3/328 21536
/proc/meminfo: memFree=24135300/32951124 swapFree=67056304/67111528
[pid=21456] ppid=21454 vsize=20560 CPUtime=822.32 cores=1,3,5,7
/proc/21456/stat : 21456 (clasp) R 21454 21456 18990 0 -1 4202496 2720 0 0 0 82232 0 0 0 25 0 1 0 902082158 21053440 2505 33554432000 4194304 4933572 140735837091728 18446744073709551615 4319354 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21456/statm: 5140 2505 381 181 0 2149 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 20560

[startup+882.301 s]
/proc/loadavg: 2.01 2.02 1.94 3/328 21538
/proc/meminfo: memFree=24135000/32951124 swapFree=67056304/67111528
[pid=21456] ppid=21454 vsize=20804 CPUtime=882.32 cores=1,3,5,7
/proc/21456/stat : 21456 (clasp) R 21454 21456 18990 0 -1 4202496 2790 0 0 0 88232 0 0 0 25 0 1 0 902082158 21303296 2568 33554432000 4194304 4933572 140735837091728 18446744073709551615 4718416 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21456/statm: 5201 2568 381 181 0 2210 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 20804

[startup+942.301 s]
/proc/loadavg: 2.00 2.01 1.94 3/328 21539
/proc/meminfo: memFree=24134948/32951124 swapFree=67056304/67111528
[pid=21456] ppid=21454 vsize=20804 CPUtime=942.32 cores=1,3,5,7
/proc/21456/stat : 21456 (clasp) R 21454 21456 18990 0 -1 4202496 2813 0 0 0 94232 0 0 0 25 0 1 0 902082158 21303296 2569 33554432000 4194304 4933572 140735837091728 18446744073709551615 4340826 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21456/statm: 5201 2569 381 181 0 2210 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 20804

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/328 21541
/proc/meminfo: memFree=24134764/32951124 swapFree=67056304/67111528
[pid=21456] ppid=21454 vsize=20804 CPUtime=1002.32 cores=1,3,5,7
/proc/21456/stat : 21456 (clasp) R 21454 21456 18990 0 -1 4202496 2813 0 0 0 100232 0 0 0 25 0 1 0 902082158 21303296 2569 33554432000 4194304 4933572 140735837091728 18446744073709551615 4711019 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21456/statm: 5201 2569 381 181 0 2210 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 20804

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/328 21543
/proc/meminfo: memFree=24135100/32951124 swapFree=67056304/67111528
[pid=21456] ppid=21454 vsize=20804 CPUtime=1062.32 cores=1,3,5,7
/proc/21456/stat : 21456 (clasp) R 21454 21456 18990 0 -1 4202496 2813 0 0 0 106232 0 0 0 25 0 1 0 902082158 21303296 2569 33554432000 4194304 4933572 140735837091728 18446744073709551615 4718587 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21456/statm: 5201 2569 381 181 0 2210 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 20804

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/328 21544
/proc/meminfo: memFree=24134816/32951124 swapFree=67056304/67111528
[pid=21456] ppid=21454 vsize=20804 CPUtime=1122.33 cores=1,3,5,7
/proc/21456/stat : 21456 (clasp) R 21454 21456 18990 0 -1 4202496 2813 0 0 0 112233 0 0 0 25 0 1 0 902082158 21303296 2569 33554432000 4194304 4933572 140735837091728 18446744073709551615 4331712 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21456/statm: 5201 2569 381 181 0 2210 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 20804

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/328 21546
/proc/meminfo: memFree=24135020/32951124 swapFree=67056304/67111528
[pid=21456] ppid=21454 vsize=20804 CPUtime=1182.33 cores=1,3,5,7
/proc/21456/stat : 21456 (clasp) R 21454 21456 18990 0 -1 4202496 2813 0 0 0 118233 0 0 0 25 0 1 0 902082158 21303296 2569 33554432000 4194304 4933572 140735837091728 18446744073709551615 4649364 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21456/statm: 5201 2569 381 181 0 2210 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 20804

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/328 21547
/proc/meminfo: memFree=24134232/32951124 swapFree=67056304/67111528
[pid=21456] ppid=21454 vsize=20804 CPUtime=1242.33 cores=1,3,5,7
/proc/21456/stat : 21456 (clasp) R 21454 21456 18990 0 -1 4202496 2813 0 0 0 124233 0 0 0 25 0 1 0 902082158 21303296 2569 33554432000 4194304 4933572 140735837091728 18446744073709551615 4363392 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21456/statm: 5201 2569 381 181 0 2210 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 20804

[startup+1302.3 s]
/proc/loadavg: 2.10 2.03 1.95 3/328 21549
/proc/meminfo: memFree=24133552/32951124 swapFree=67056304/67111528
[pid=21456] ppid=21454 vsize=20804 CPUtime=1302.34 cores=1,3,5,7
/proc/21456/stat : 21456 (clasp) R 21454 21456 18990 0 -1 4202496 2813 0 0 0 130234 0 0 0 25 0 1 0 902082158 21303296 2569 33554432000 4194304 4933572 140735837091728 18446744073709551615 4718634 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21456/statm: 5201 2569 381 181 0 2210 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 20804

[startup+1362.3 s]
/proc/loadavg: 2.03 2.02 1.95 3/328 21551
/proc/meminfo: memFree=24133756/32951124 swapFree=67056304/67111528
[pid=21456] ppid=21454 vsize=21196 CPUtime=1362.33 cores=1,3,5,7
/proc/21456/stat : 21456 (clasp) R 21454 21456 18990 0 -1 4202496 2898 0 0 0 136233 0 0 0 25 0 1 0 902082158 21704704 2654 33554432000 4194304 4933572 140735837091728 18446744073709551615 4631824 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21456/statm: 5299 2654 381 181 0 2308 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 21196

[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 1.95 3/328 21552
/proc/meminfo: memFree=24133828/32951124 swapFree=67056304/67111528
[pid=21456] ppid=21454 vsize=21196 CPUtime=1422.35 cores=1,3,5,7
/proc/21456/stat : 21456 (clasp) R 21454 21456 18990 0 -1 4202496 2898 0 0 0 142235 0 0 0 25 0 1 0 902082158 21704704 2654 33554432000 4194304 4933572 140735837091728 18446744073709551615 4649602 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21456/statm: 5299 2654 381 181 0 2308 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 21196

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/328 21554
/proc/meminfo: memFree=24132288/32951124 swapFree=67056304/67111528
[pid=21456] ppid=21454 vsize=21456 CPUtime=1482.34 cores=1,3,5,7
/proc/21456/stat : 21456 (clasp) R 21454 21456 18990 0 -1 4202496 2948 0 0 0 148234 0 0 0 25 0 1 0 902082158 21970944 2704 33554432000 4194304 4933572 140735837091728 18446744073709551615 4717658 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21456/statm: 5364 2704 381 181 0 2373 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 21456

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/328 21555
/proc/meminfo: memFree=24131616/32951124 swapFree=67056304/67111528
[pid=21456] ppid=21454 vsize=21396 CPUtime=1542.34 cores=1,3,5,7
/proc/21456/stat : 21456 (clasp) R 21454 21456 18990 0 -1 4202496 2948 0 0 0 154234 0 0 0 25 0 1 0 902082158 21909504 2704 33554432000 4194304 4933572 140735837091728 18446744073709551615 4637179 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21456/statm: 5349 2704 381 181 0 2358 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 21396

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/328 21557
/proc/meminfo: memFree=24131936/32951124 swapFree=67056304/67111528
[pid=21456] ppid=21454 vsize=21396 CPUtime=1602.34 cores=1,3,5,7
/proc/21456/stat : 21456 (clasp) R 21454 21456 18990 0 -1 4202496 2948 0 0 0 160234 0 0 0 25 0 1 0 902082158 21909504 2704 33554432000 4194304 4933572 140735837091728 18446744073709551615 4649379 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21456/statm: 5349 2704 381 181 0 2358 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 21396

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/328 21559
/proc/meminfo: memFree=24131760/32951124 swapFree=67056304/67111528
[pid=21456] ppid=21454 vsize=21396 CPUtime=1662.34 cores=1,3,5,7
/proc/21456/stat : 21456 (clasp) R 21454 21456 18990 0 -1 4202496 2980 0 0 0 166234 0 0 0 25 0 1 0 902082158 21909504 2719 33554432000 4194304 4933572 140735837091728 18446744073709551615 4718636 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21456/statm: 5349 2719 381 181 0 2358 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 21396

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/328 21560
/proc/meminfo: memFree=24131340/32951124 swapFree=67056304/67111528
[pid=21456] ppid=21454 vsize=21440 CPUtime=1722.34 cores=1,3,5,7
/proc/21456/stat : 21456 (clasp) R 21454 21456 18990 0 -1 4202496 3034 0 0 0 172234 0 0 0 25 0 1 0 902082158 21954560 2730 33554432000 4194304 4933572 140735837091728 18446744073709551615 4629750 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21456/statm: 5360 2730 381 181 0 2369 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 21440

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/328 21562
/proc/meminfo: memFree=24130676/32951124 swapFree=67056304/67111528
[pid=21456] ppid=21454 vsize=21440 CPUtime=1782.35 cores=1,3,5,7
/proc/21456/stat : 21456 (clasp) R 21454 21456 18990 0 -1 4202496 3035 0 0 0 178235 0 0 0 25 0 1 0 902082158 21954560 2731 33554432000 4194304 4933572 140735837091728 18446744073709551615 4718544 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21456/statm: 5360 2731 381 181 0 2369 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 21440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.16 2.03 1.96 3/328 21562
/proc/meminfo: memFree=24130780/32951124 swapFree=67056304/67111528
[pid=21456] ppid=21454 vsize=21440 CPUtime=1800.06 cores=1,3,5,7
/proc/21456/stat : 21456 (clasp) R 21454 21456 18990 0 -1 4202496 3035 0 0 0 180006 0 0 0 25 0 1 0 902082158 21954560 2731 33554432000 4194304 4933572 140735837091728 18446744073709551615 4710912 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21456/statm: 5360 2731 381 181 0 2369 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 21440

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.01
CPU time (s): 1800.07
CPU user time (s): 1800.06
CPU system time (s): 0.005999
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 21652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.06
system time used= 0.005999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3047
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 2730

runsolver used 5.21521 second user time and 11.8162 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-03 18:28:36
IDJOB=3467871
IDBENCH=71846
IDSOLVER=1958
FILE ID=node110/3467871-1307118516
RUNJOBID= node110-1307116712-21135
PBS_JOBID= 13497978
Free space on /tmp= 74012 MiB

SOLVER NAME= clasp 2.0-R4191
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx30.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-3467871-1307118516/watcher-3467871-1307118516 -o /tmp/evaluation-result-3467871-1307118516/solver-3467871-1307118516 -C 1800 -W 1900 -M 15500  HOME/clasp HOME/instance-3467871-1307118516.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= a013c9210a7cfe037db9246041ce6240
RANDOM SEED=1753237069

node110.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.830
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.66
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.830
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.83
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.830
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.830
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.83
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.830
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.76
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.830
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.83
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.830
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.74
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24157316 kB
Buffers:        288376 kB
Cached:        4574404 kB
SwapCached:       8652 kB
Active:        3973544 kB
Inactive:      4500176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24157316 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:            2360 kB
Writeback:           0 kB
AnonPages:     3608844 kB
Mapped:          27724 kB
Slab:           229180 kB
PageTables:      27040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75607244 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= 74012 MiB
End job on node110 at 2011-06-03 18:58:38