Trace number 3479262

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/OPT-SMALLINT-LIN/heinz/
normalized-f2000.opb
MD5SUMacba870ceff62e653e0b2927ff2b81fb
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 variables4000
Total number of constraints10500
Number of constraints which are clauses10500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 4000
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 4000
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4000
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...448590/instance-3479262-1307448590.opb
0.00/0.01	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: 1800.00s 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-3479262-1307448590/watcher-3479262-1307448590 -o /tmp/evaluation-result-3479262-1307448590/solver-3479262-1307448590 -C 1800 -W 1900 -M 15500 HOME/clasp HOME/instance-3479262-1307448590.opb --berk-max=512 --berk-once --otfs=1 --recursive-str --dinit=1500,10000 --dsched=10000,1.1,20000 --restart-on-model --opt-heu=2 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.06 2.05 2.01 2/455 19357
/proc/meminfo: memFree=23868228/32951124 swapFree=60476376/67111528
[pid=19357] ppid=19355 vsize=14608 CPUtime=0 cores=0,2,4,6
/proc/19357/stat : 19357 (clasp) R 19355 19357 18265 0 -1 4202496 1096 0 0 0 0 0 0 0 25 0 1 0 837274881 14958592 959 33554432000 4194304 4933572 140736291901408 18446744073709551615 4588920 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19357/statm: 3652 959 349 181 0 661 0

[startup+0.10236 s]
/proc/loadavg: 2.06 2.05 2.01 2/455 19357
/proc/meminfo: memFree=23868228/32951124 swapFree=60476376/67111528
[pid=19357] ppid=19355 vsize=14448 CPUtime=0.1 cores=0,2,4,6
/proc/19357/stat : 19357 (clasp) R 19355 19357 18265 0 -1 4202496 1160 0 0 0 10 0 0 0 25 0 1 0 837274881 14794752 983 33554432000 4194304 4933572 140736291901408 18446744073709551615 4648741 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19357/statm: 3612 983 380 181 0 621 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 14448

[startup+0.200339 s]
/proc/loadavg: 2.06 2.05 2.01 2/455 19357
/proc/meminfo: memFree=23868228/32951124 swapFree=60476376/67111528
[pid=19357] ppid=19355 vsize=14448 CPUtime=0.19 cores=0,2,4,6
/proc/19357/stat : 19357 (clasp) R 19355 19357 18265 0 -1 4202496 1161 0 0 0 19 0 0 0 25 0 1 0 837274881 14794752 984 33554432000 4194304 4933572 140736291901408 18446744073709551615 4429736 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19357/statm: 3612 984 381 181 0 621 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 14448

[startup+0.300324 s]
/proc/loadavg: 2.06 2.05 2.01 2/455 19357
/proc/meminfo: memFree=23868228/32951124 swapFree=60476376/67111528
[pid=19357] ppid=19355 vsize=14580 CPUtime=0.29 cores=0,2,4,6
/proc/19357/stat : 19357 (clasp) R 19355 19357 18265 0 -1 4202496 1188 0 0 0 29 0 0 0 25 0 1 0 837274881 14929920 1011 33554432000 4194304 4933572 140736291901408 18446744073709551615 4648805 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19357/statm: 3645 1011 381 181 0 654 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14580

[startup+0.700255 s]
/proc/loadavg: 2.06 2.05 2.01 2/455 19357
/proc/meminfo: memFree=23868228/32951124 swapFree=60476376/67111528
[pid=19357] ppid=19355 vsize=14976 CPUtime=0.69 cores=0,2,4,6
/proc/19357/stat : 19357 (clasp) R 19355 19357 18265 0 -1 4202496 1287 0 0 0 69 0 0 0 25 0 1 0 837274881 15335424 1110 33554432000 4194304 4933572 140736291901408 18446744073709551615 4319318 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19357/statm: 3744 1110 381 181 0 753 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14976

[startup+1.5011 s]
/proc/loadavg: 2.06 2.05 2.01 3/456 19358
/proc/meminfo: memFree=23864136/32951124 swapFree=60476376/67111528
[pid=19357] ppid=19355 vsize=15372 CPUtime=1.49 cores=0,2,4,6
/proc/19357/stat : 19357 (clasp) R 19355 19357 18265 0 -1 4202496 1386 0 0 0 149 0 0 0 25 0 1 0 837274881 15740928 1209 33554432000 4194304 4933572 140736291901408 18446744073709551615 4649726 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19357/statm: 3843 1209 381 181 0 852 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15372

[startup+3.10078 s]
/proc/loadavg: 2.06 2.05 2.01 3/456 19358
/proc/meminfo: memFree=23862648/32951124 swapFree=60476376/67111528
[pid=19357] ppid=19355 vsize=15900 CPUtime=3.09 cores=0,2,4,6
/proc/19357/stat : 19357 (clasp) R 19355 19357 18265 0 -1 4202496 1512 0 0 0 309 0 0 0 25 0 1 0 837274881 16281600 1335 33554432000 4194304 4933572 140736291901408 18446744073709551615 4319312 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19357/statm: 3975 1335 381 181 0 984 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15900

[startup+6.30022 s]
/proc/loadavg: 2.05 2.05 2.00 3/456 19358
/proc/meminfo: memFree=23861284/32951124 swapFree=60476376/67111528
[pid=19357] ppid=19355 vsize=16708 CPUtime=6.29 cores=0,2,4,6
/proc/19357/stat : 19357 (clasp) R 19355 19357 18265 0 -1 4202496 1702 0 0 0 629 0 0 0 25 0 1 0 837274881 17108992 1525 33554432000 4194304 4933572 140736291901408 18446744073709551615 4649355 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19357/statm: 4177 1525 381 181 0 1186 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16708

[startup+12.701 s]
/proc/loadavg: 2.05 2.05 2.00 3/456 19386
/proc/meminfo: memFree=24153972/32951124 swapFree=60476376/67111528
[pid=19357] ppid=19355 vsize=17764 CPUtime=12.69 cores=0,2,4,6
/proc/19357/stat : 19357 (clasp) R 19355 19357 18265 0 -1 4202496 1964 0 0 0 1269 0 0 0 25 0 1 0 837274881 18190336 1787 33554432000 4194304 4933572 140736291901408 18446744073709551615 4648315 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19357/statm: 4441 1787 381 181 0 1450 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17764

[startup+25.5007 s]
/proc/loadavg: 2.04 2.04 2.00 3/456 19386
/proc/meminfo: memFree=24146396/32951124 swapFree=60476376/67111528
[pid=19357] ppid=19355 vsize=19216 CPUtime=25.49 cores=0,2,4,6
/proc/19357/stat : 19357 (clasp) R 19355 19357 18265 0 -1 4202496 2343 0 0 0 2549 0 0 0 25 0 1 0 837274881 19677184 2166 33554432000 4194304 4933572 140736291901408 18446744073709551615 4663904 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19357/statm: 4804 2166 381 181 0 1813 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 19216

[startup+51.101 s]
/proc/loadavg: 2.02 2.04 2.00 3/456 19387
/proc/meminfo: memFree=24138548/32951124 swapFree=60476376/67111528
[pid=19357] ppid=19355 vsize=21064 CPUtime=51.09 cores=0,2,4,6
/proc/19357/stat : 19357 (clasp) R 19355 19357 18265 0 -1 4202496 2811 0 0 0 5109 0 0 0 25 0 1 0 837274881 21569536 2634 33554432000 4194304 4933572 140736291901408 18446744073709551615 4632840 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19357/statm: 5266 2634 381 181 0 2275 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 21064

[startup+102.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/456 19388
/proc/meminfo: memFree=24134676/32951124 swapFree=60476376/67111528
[pid=19357] ppid=19355 vsize=23584 CPUtime=102.3 cores=0,2,4,6
/proc/19357/stat : 19357 (clasp) R 19355 19357 18265 0 -1 4202496 3429 0 0 0 10230 0 0 0 25 0 1 0 837274881 24150016 3252 33554432000 4194304 4933572 140736291901408 18446744073709551615 4648645 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19357/statm: 5896 3252 381 181 0 2905 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 23584

[startup+162.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/456 19390
/proc/meminfo: memFree=24130308/32951124 swapFree=60476376/67111528
[pid=19357] ppid=19355 vsize=26068 CPUtime=162.29 cores=0,2,4,6
/proc/19357/stat : 19357 (clasp) R 19355 19357 18265 0 -1 4202496 4054 0 0 0 16229 0 0 0 25 0 1 0 837274881 26693632 3877 33554432000 4194304 4933572 140736291901408 18446744073709551615 4340865 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19357/statm: 6517 3877 381 181 0 3526 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 26068

[startup+222.317 s]
/proc/loadavg: 2.06 2.05 2.01 3/456 19392
/proc/meminfo: memFree=24129036/32951124 swapFree=60476376/67111528
[pid=19357] ppid=19355 vsize=28232 CPUtime=222.31 cores=0,2,4,6
/proc/19357/stat : 19357 (clasp) R 19355 19357 18265 0 -1 4202496 4568 0 0 0 22231 0 0 0 25 0 1 0 837274881 28909568 4391 33554432000 4194304 4933572 140736291901408 18446744073709551615 4637199 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19357/statm: 7058 4391 381 181 0 4067 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 28232

[startup+282.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/456 19393
/proc/meminfo: memFree=24128020/32951124 swapFree=60476376/67111528
[pid=19357] ppid=19355 vsize=29432 CPUtime=282.3 cores=0,2,4,6
/proc/19357/stat : 19357 (clasp) R 19355 19357 18265 0 -1 4202496 4878 0 0 0 28230 0 0 0 25 0 1 0 837274881 30138368 4701 33554432000 4194304 4933572 140736291901408 18446744073709551615 4319360 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19357/statm: 7358 4701 381 181 0 4367 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 29432

[startup+342.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/456 19395
/proc/meminfo: memFree=24125264/32951124 swapFree=60476376/67111528
[pid=19357] ppid=19355 vsize=31824 CPUtime=342.3 cores=0,2,4,6
/proc/19357/stat : 19357 (clasp) R 19355 19357 18265 0 -1 4202496 5460 0 0 0 34230 0 0 0 25 0 1 0 837274881 32587776 5283 33554432000 4194304 4933572 140736291901408 18446744073709551615 4319463 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19357/statm: 7956 5283 381 181 0 4965 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 31824

[startup+402.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/456 19396
/proc/meminfo: memFree=24124248/32951124 swapFree=60476376/67111528
[pid=19357] ppid=19355 vsize=32748 CPUtime=402.3 cores=0,2,4,6
/proc/19357/stat : 19357 (clasp) R 19355 19357 18265 0 -1 4202496 5695 0 0 0 40230 0 0 0 25 0 1 0 837274881 33533952 5518 33554432000 4194304 4933572 140736291901408 18446744073709551615 4319486 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19357/statm: 8187 5518 381 181 0 5196 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 32748

[startup+462.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/456 19398
/proc/meminfo: memFree=24122748/32951124 swapFree=60476376/67111528
[pid=19357] ppid=19355 vsize=33568 CPUtime=462.3 cores=0,2,4,6
/proc/19357/stat : 19357 (clasp) R 19355 19357 18265 0 -1 4202496 5916 0 0 0 46230 0 0 0 25 0 1 0 837274881 34373632 5739 33554432000 4194304 4933572 140736291901408 18446744073709551615 4319486 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19357/statm: 8392 5739 381 181 0 5401 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 33568

[startup+522.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/456 19400
/proc/meminfo: memFree=24121112/32951124 swapFree=60476376/67111528
[pid=19357] ppid=19355 vsize=35344 CPUtime=522.31 cores=0,2,4,6
/proc/19357/stat : 19357 (clasp) R 19355 19357 18265 0 -1 4202496 6340 0 0 0 52230 1 0 0 25 0 1 0 837274881 36192256 6163 33554432000 4194304 4933572 140736291901408 18446744073709551615 4340871 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19357/statm: 8836 6163 381 181 0 5845 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 35344

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 19401
/proc/meminfo: memFree=24119984/32951124 swapFree=60476376/67111528
[pid=19357] ppid=19355 vsize=36412 CPUtime=582.31 cores=0,2,4,6
/proc/19357/stat : 19357 (clasp) R 19355 19357 18265 0 -1 4202496 6614 0 0 0 58230 1 0 0 25 0 1 0 837274881 37285888 6437 33554432000 4194304 4933572 140736291901408 18446744073709551615 4323072 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19357/statm: 9103 6437 381 181 0 6112 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 36412

[startup+642.301 s]

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

[startup+882.317 s]
/proc/loadavg: 2.01 2.02 2.00 3/456 19409
/proc/meminfo: memFree=24113752/32951124 swapFree=60476376/67111528
[pid=19357] ppid=19355 vsize=41320 CPUtime=882.34 cores=0,2,4,6
/proc/19357/stat : 19357 (clasp) R 19355 19357 18265 0 -1 4202496 7770 0 0 0 88233 1 0 0 25 0 1 0 837274881 42311680 7593 33554432000 4194304 4933572 140736291901408 18446744073709551615 4648315 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19357/statm: 10330 7593 381 181 0 7339 0
Current children cumulated CPU time (s) 882.34
Current children cumulated vsize (KiB) 41320

[startup+942.301 s]
/proc/loadavg: 2.08 2.05 2.01 3/456 19414
/proc/meminfo: memFree=24112856/32951124 swapFree=60476376/67111528
[pid=19357] ppid=19355 vsize=42072 CPUtime=942.32 cores=0,2,4,6
/proc/19357/stat : 19357 (clasp) R 19355 19357 18265 0 -1 4202496 7950 0 0 0 94231 1 0 0 25 0 1 0 837274881 43081728 7773 33554432000 4194304 4933572 140736291901408 18446744073709551615 4648810 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19357/statm: 10518 7773 381 181 0 7527 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 42072

[startup+1002.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/456 19415
/proc/meminfo: memFree=24111952/32951124 swapFree=60476376/67111528
[pid=19357] ppid=19355 vsize=42868 CPUtime=1002.32 cores=0,2,4,6
/proc/19357/stat : 19357 (clasp) R 19355 19357 18265 0 -1 4202496 8129 0 0 0 100231 1 0 0 25 0 1 0 837274881 43896832 7952 33554432000 4194304 4933572 140736291901408 18446744073709551615 4319293 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19357/statm: 10717 7952 381 181 0 7726 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 42868

[startup+1062.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/456 19417
/proc/meminfo: memFree=24111448/32951124 swapFree=60476376/67111528
[pid=19357] ppid=19355 vsize=43312 CPUtime=1062.33 cores=0,2,4,6
/proc/19357/stat : 19357 (clasp) R 19355 19357 18265 0 -1 4202496 8235 0 0 0 106232 1 0 0 25 0 1 0 837274881 44351488 8058 33554432000 4194304 4933572 140736291901408 18446744073709551615 4649493 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19357/statm: 10828 8058 381 181 0 7837 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 43312

[startup+1122.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/456 19419
/proc/meminfo: memFree=24111304/32951124 swapFree=60476376/67111528
[pid=19357] ppid=19355 vsize=43596 CPUtime=1122.33 cores=0,2,4,6
/proc/19357/stat : 19357 (clasp) R 19355 19357 18265 0 -1 4202496 8316 0 0 0 112232 1 0 0 25 0 1 0 837274881 44642304 8139 33554432000 4194304 4933572 140736291901408 18446744073709551615 4648654 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19357/statm: 10899 8139 381 181 0 7908 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 43596

[startup+1182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 19420
/proc/meminfo: memFree=24109556/32951124 swapFree=60476376/67111528
[pid=19357] ppid=19355 vsize=44724 CPUtime=1182.33 cores=0,2,4,6
/proc/19357/stat : 19357 (clasp) R 19355 19357 18265 0 -1 4202496 8580 0 0 0 118232 1 0 0 25 0 1 0 837274881 45797376 8403 33554432000 4194304 4933572 140736291901408 18446744073709551615 4340816 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19357/statm: 11181 8403 381 181 0 8190 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 44724

[startup+1242.3 s]
/proc/loadavg: 2.15 2.05 2.01 3/456 19422
/proc/meminfo: memFree=24108032/32951124 swapFree=60476376/67111528
[pid=19357] ppid=19355 vsize=45532 CPUtime=1242.33 cores=0,2,4,6
/proc/19357/stat : 19357 (clasp) R 19355 19357 18265 0 -1 4202496 8775 0 0 0 124232 1 0 0 25 0 1 0 837274881 46624768 8598 33554432000 4194304 4933572 140736291901408 18446744073709551615 4648654 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19357/statm: 11383 8598 381 181 0 8392 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 45532

[startup+1302.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/456 19423
/proc/meminfo: memFree=24107612/32951124 swapFree=60476376/67111528
[pid=19357] ppid=19355 vsize=46072 CPUtime=1302.33 cores=0,2,4,6
/proc/19357/stat : 19357 (clasp) R 19355 19357 18265 0 -1 4202496 8921 0 0 0 130232 1 0 0 25 0 1 0 837274881 47177728 8744 33554432000 4194304 4933572 140736291901408 18446744073709551615 4649417 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19357/statm: 11518 8744 381 181 0 8527 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 46072

[startup+1362.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/456 19425
/proc/meminfo: memFree=24108072/32951124 swapFree=60476376/67111528
[pid=19357] ppid=19355 vsize=46736 CPUtime=1362.33 cores=0,2,4,6
/proc/19357/stat : 19357 (clasp) R 19355 19357 18265 0 -1 4202496 9086 0 0 0 136232 1 0 0 25 0 1 0 837274881 47857664 8909 33554432000 4194304 4933572 140736291901408 18446744073709551615 4632072 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19357/statm: 11684 8909 381 181 0 8693 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 46736

[startup+1422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 19427
/proc/meminfo: memFree=24107044/32951124 swapFree=60476376/67111528
[pid=19357] ppid=19355 vsize=47140 CPUtime=1422.35 cores=0,2,4,6
/proc/19357/stat : 19357 (clasp) R 19355 19357 18265 0 -1 4202496 9193 0 0 0 142234 1 0 0 25 0 1 0 837274881 48271360 9016 33554432000 4194304 4933572 140736291901408 18446744073709551615 4330131 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19357/statm: 11785 9016 381 181 0 8794 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 47140

[startup+1482.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/456 19428
/proc/meminfo: memFree=24105892/32951124 swapFree=60476376/67111528
[pid=19357] ppid=19355 vsize=47576 CPUtime=1482.34 cores=0,2,4,6
/proc/19357/stat : 19357 (clasp) R 19355 19357 18265 0 -1 4202496 9264 0 0 0 148233 1 0 0 25 0 1 0 837274881 48717824 9087 33554432000 4194304 4933572 140736291901408 18446744073709551615 4649364 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19357/statm: 11894 9087 381 181 0 8903 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 47576

[startup+1542.32 s]
/proc/loadavg: 2.08 2.05 2.01 3/456 19430
/proc/meminfo: memFree=24105736/32951124 swapFree=60476376/67111528
[pid=19357] ppid=19355 vsize=48036 CPUtime=1542.35 cores=0,2,4,6
/proc/19357/stat : 19357 (clasp) R 19355 19357 18265 0 -1 4202496 9381 0 0 0 154234 1 0 0 25 0 1 0 837274881 49188864 9204 33554432000 4194304 4933572 140736291901408 18446744073709551615 4649203 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19357/statm: 12009 9204 381 181 0 9018 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 48036

[startup+1602.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/456 19431
/proc/meminfo: memFree=24105088/32951124 swapFree=60476376/67111528
[pid=19357] ppid=19355 vsize=48748 CPUtime=1602.34 cores=0,2,4,6
/proc/19357/stat : 19357 (clasp) R 19355 19357 18265 0 -1 4202496 9544 0 0 0 160233 1 0 0 25 0 1 0 837274881 49917952 9367 33554432000 4194304 4933572 140736291901408 18446744073709551615 4648693 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19357/statm: 12187 9367 381 181 0 9196 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 48748

[startup+1662.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/456 19433
/proc/meminfo: memFree=24104948/32951124 swapFree=60476376/67111528
[pid=19357] ppid=19355 vsize=48912 CPUtime=1662.34 cores=0,2,4,6
/proc/19357/stat : 19357 (clasp) R 19355 19357 18265 0 -1 4202496 9607 0 0 0 166233 1 0 0 25 0 1 0 837274881 50085888 9430 33554432000 4194304 4933572 140736291901408 18446744073709551615 4649364 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19357/statm: 12228 9430 381 181 0 9237 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 48912

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 19435
/proc/meminfo: memFree=24104172/32951124 swapFree=60476376/67111528
[pid=19357] ppid=19355 vsize=49352 CPUtime=1722.34 cores=0,2,4,6
/proc/19357/stat : 19357 (clasp) R 19355 19357 18265 0 -1 4202496 9688 0 0 0 172233 1 0 0 25 0 1 0 837274881 50536448 9511 33554432000 4194304 4933572 140736291901408 18446744073709551615 4649236 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19357/statm: 12338 9511 381 181 0 9347 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 49352

[startup+1782.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/456 19436
/proc/meminfo: memFree=24101556/32951124 swapFree=60476376/67111528
[pid=19357] ppid=19355 vsize=50372 CPUtime=1782.35 cores=0,2,4,6
/proc/19357/stat : 19357 (clasp) R 19355 19357 18265 0 -1 4202496 9928 0 0 0 178234 1 0 0 25 0 1 0 837274881 51580928 9751 33554432000 4194304 4933572 140736291901408 18446744073709551615 4649590 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19357/statm: 12593 9751 381 181 0 9602 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 50372



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.13 2.06 2.01 3/456 19437
/proc/meminfo: memFree=24102784/32951124 swapFree=60476376/67111528
[pid=19357] ppid=19355 vsize=50644 CPUtime=1800.06 cores=0,2,4,6
/proc/19357/stat : 19357 (clasp) R 19355 19357 18265 0 -1 4202496 10007 0 0 0 180005 1 0 0 25 0 1 0 837274881 51859456 9830 33554432000 4194304 4933572 140736291901408 18446744073709551615 4649364 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19357/statm: 12661 9830 381 181 0 9670 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 50644

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1800 s]
/proc/loadavg: 2.13 2.06 2.01 3/456 19437
/proc/meminfo: memFree=24102784/32951124 swapFree=60476376/67111528
[pid=19357] ppid=19355 vsize=50644 CPUtime=1800.06 cores=0,2,4,6
/proc/19357/stat : 19357 (clasp) R 19355 19357 18265 0 -1 4202496 10007 0 0 0 180005 1 0 0 25 0 1 0 837274881 51859456 9830 33554432000 4194304 4933572 140736291901408 18446744073709551615 4649364 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19357/statm: 12661 9830 381 181 0 9670 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 50644

Child status: 0
Real time (s): 1800.02
CPU time (s): 1800.08
CPU user time (s): 1800.06
CPU system time (s): 0.019996
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 50644

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

runsolver used 8.44772 second user time and 17.7583 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-07 14:09:50
IDJOB=3479262
IDBENCH=89869
IDSOLVER=1958
FILE ID=node147/3479262-1307448590
RUNJOBID= node147-1307441380-18922
PBS_JOBID= 13519941
Free space on /tmp= 73768 MiB

SOLVER NAME= clasp 2.0-R4191
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-f2000.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-3479262-1307448590/watcher-3479262-1307448590 -o /tmp/evaluation-result-3479262-1307448590/solver-3479262-1307448590 -C 1800 -W 1900 -M 15500  HOME/clasp HOME/instance-3479262-1307448590.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= acba870ceff62e653e0b2927ff2b81fb
RANDOM SEED=119313348

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:      23868384 kB
Buffers:        362528 kB
Cached:        1819752 kB
SwapCached:      11188 kB
Active:        7192492 kB
Inactive:      1615076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23868384 kB
SwapTotal:    67111528 kB
SwapFree:     60476376 kB
Dirty:            1212 kB
Writeback:           0 kB
AnonPages:     6621952 kB
Mapped:          23092 kB
Slab:           148048 kB
PageTables:      59196 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 121081408 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= 73768 MiB
End job on node147 at 2011-06-07 14:39:52