Trace number 3300040

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-R4092-indust? (TO) 1299.35 1300.03

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.020-NOTKNOWN.cnf
MD5SUM5d1253e2dcc0e3e55992672756beadbc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2074.86
Satisfiable
(Un)Satisfiability was proved
Number of variables756832
Number of clauses4116966
Sum of the clauses size9765566
Maximum clause length1178
Minimum clause length1
Number of clauses of size 1846
Number of clauses of size 24082840
Number of clauses of size 3640
Number of clauses of size 4800
Number of clauses of size 5800
Number of clauses of size over 531040

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...825026/instance-3300040-1303825026.cnf
0.29/1.16	c Solving...
1299.32/1300.00	
1299.32/1300.00	*** INTERRUPTED! ***
1299.32/1300.00	s UNKNOWN
1299.32/1300.00	
1299.32/1300.00	c INTERRUPTED   : 1
1299.32/1300.00	c Models        : 0+    
1299.32/1300.00	c Time          : 1300.005s (Solving: 1298.84s 1st Model: 0.00s Unsat: 0.00s)
1299.32/1300.00	c CPU Time      : 1299.320s

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3300040-1303825026/watcher-3300040-1303825026 -o /tmp/evaluation-result-3300040-1303825026/solver-3300040-1303825026 -C 2400 -W 1300 -M 7680 HOME/clasp --berk-max=512 --berk-once --restarts=256 --reverse-arcs=2 --recursive-str --dinit=800,10000 --dsched=10000,1.1 --dscore=2 --update-lbd --dalgo=2 HOME/instance-3300040-1303825026.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.01 4.20 3.39 4/187 28839
/proc/meminfo: memFree=22935304/32951132 swapFree=67111364/67111528
[pid=28839] ppid=28837 vsize=108392 CPUtime=0 cores=1,3
/proc/28839/stat : 28839 (clasp) R 28837 28839 28553 0 -1 4202496 736 0 0 0 0 0 0 0 22 0 1 0 494101529 110993408 676 33554432000 4194304 4929204 140735576623184 18446744073709551615 4660069 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/28839/statm: 27098 677 317 180 0 24108 0

[startup+0.038549 s]
/proc/loadavg: 4.01 4.20 3.39 4/187 28839
/proc/meminfo: memFree=22935304/32951132 swapFree=67111364/67111528
[pid=28839] ppid=28837 vsize=108392 CPUtime=0.02 cores=1,3
/proc/28839/stat : 28839 (clasp) R 28837 28839 28553 0 -1 4202496 13352 0 0 0 1 1 0 0 22 0 1 0 494101529 110993408 13292 33554432000 4194304 4929204 140735576623184 18446744073709551615 4664652 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/28839/statm: 27098 13311 319 180 0 24108 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 108392

[startup+0.100538 s]
/proc/loadavg: 4.01 4.20 3.39 4/187 28839
/proc/meminfo: memFree=22935304/32951132 swapFree=67111364/67111528
[pid=28839] ppid=28837 vsize=152748 CPUtime=0.09 cores=1,3
/proc/28839/stat : 28839 (clasp) R 28837 28839 28553 0 -1 4202496 37821 0 0 0 5 4 0 0 22 0 1 0 494101529 156413952 33299 33554432000 4194304 4929204 140735576623184 18446744073709551615 4653026 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/28839/statm: 38187 33308 320 180 0 35197 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 152748

[startup+0.30049 s]
/proc/loadavg: 4.01 4.20 3.39 4/187 28839
/proc/meminfo: memFree=22935304/32951132 swapFree=67111364/67111528
[pid=28839] ppid=28837 vsize=161888 CPUtime=0.29 cores=1,3
/proc/28839/stat : 28839 (clasp) R 28837 28839 28553 0 -1 4202496 43101 0 0 0 24 5 0 0 23 0 1 0 494101529 165773312 37128 33554432000 4194304 4929204 140735576623184 18446744073709551615 242970550016 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/28839/statm: 40472 37129 330 180 0 37482 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 161888

[startup+35.5744 s]
/proc/loadavg: 4.01 4.20 3.39 4/187 28839
/proc/meminfo: memFree=22935304/32951132 swapFree=67111364/67111528
[pid=28839] ppid=28837 vsize=218780 CPUtime=35.49 cores=1,3
/proc/28839/stat : 28839 (clasp) R 28837 28839 28553 0 -1 4202496 72813 0 0 0 3534 15 0 0 25 0 1 0 494101529 224030720 51841 33554432000 4194304 4929204 140735576623184 18446744073709551615 4632587 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/28839/statm: 54695 51841 362 180 0 51705 0
Current children cumulated CPU time (s) 35.49
Current children cumulated vsize (KiB) 218780

[startup+35.6014 s]
/proc/loadavg: 4.01 4.20 3.39 4/187 28839
/proc/meminfo: memFree=22935304/32951132 swapFree=67111364/67111528
[pid=28839] ppid=28837 vsize=218780 CPUtime=35.49 cores=1,3
/proc/28839/stat : 28839 (clasp) R 28837 28839 28553 0 -1 4202496 72813 0 0 0 3534 15 0 0 25 0 1 0 494101529 224030720 51841 33554432000 4194304 4929204 140735576623184 18446744073709551615 4633723 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/28839/statm: 54695 51841 362 180 0 51705 0
Current children cumulated CPU time (s) 35.49
Current children cumulated vsize (KiB) 218780

[startup+35.7004 s]
/proc/loadavg: 4.01 4.20 3.39 4/187 28839
/proc/meminfo: memFree=22935304/32951132 swapFree=67111364/67111528
[pid=28839] ppid=28837 vsize=218780 CPUtime=35.56 cores=1,3
/proc/28839/stat : 28839 (clasp) R 28837 28839 28553 0 -1 4202496 72813 0 0 0 3541 15 0 0 25 0 1 0 494101529 224030720 51841 33554432000 4194304 4929204 140735576623184 18446744073709551615 4633604 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/28839/statm: 54695 51841 362 180 0 51705 0
Current children cumulated CPU time (s) 35.56
Current children cumulated vsize (KiB) 218780

[startup+35.8003 s]
/proc/loadavg: 4.01 4.20 3.39 4/187 28839
/proc/meminfo: memFree=22935304/32951132 swapFree=67111364/67111528
[pid=28839] ppid=28837 vsize=218780 CPUtime=35.66 cores=1,3
/proc/28839/stat : 28839 (clasp) R 28837 28839 28553 0 -1 4202496 72814 0 0 0 3551 15 0 0 25 0 1 0 494101529 224030720 51842 33554432000 4194304 4929204 140735576623184 18446744073709551615 4632587 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/28839/statm: 54695 51842 362 180 0 51705 0
Current children cumulated CPU time (s) 35.66
Current children cumulated vsize (KiB) 218780

[startup+35.9003 s]
/proc/loadavg: 4.01 4.20 3.39 4/187 28839
/proc/meminfo: memFree=22935304/32951132 swapFree=67111364/67111528
[pid=28839] ppid=28837 vsize=218780 CPUtime=35.76 cores=1,3
/proc/28839/stat : 28839 (clasp) R 28837 28839 28553 0 -1 4202496 72814 0 0 0 3561 15 0 0 25 0 1 0 494101529 224030720 51842 33554432000 4194304 4929204 140735576623184 18446744073709551615 4366721 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/28839/statm: 54695 51842 362 180 0 51705 0
Current children cumulated CPU time (s) 35.76
Current children cumulated vsize (KiB) 218780

[startup+36.0003 s]
/proc/loadavg: 4.01 4.20 3.39 4/187 28839
/proc/meminfo: memFree=22935304/32951132 swapFree=67111364/67111528
[pid=28839] ppid=28837 vsize=218780 CPUtime=35.86 cores=1,3
/proc/28839/stat : 28839 (clasp) R 28837 28839 28553 0 -1 4202496 72818 0 0 0 3571 15 0 0 25 0 1 0 494101529 224030720 51846 33554432000 4194304 4929204 140735576623184 18446744073709551615 4632670 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/28839/statm: 54695 51846 362 180 0 51705 0
Current children cumulated CPU time (s) 35.86
Current children cumulated vsize (KiB) 218780

[startup+51.1007 s]
/proc/loadavg: 6.92 5.04 3.72 5/188 28841
/proc/meminfo: memFree=22608616/32951132 swapFree=67111364/67111528
[pid=28839] ppid=28837 vsize=221920 CPUtime=50.64 cores=1,3
/proc/28839/stat : 28839 (clasp) R 28837 28839 28553 0 -1 4202496 73625 0 0 0 5044 20 0 0 25 0 1 0 494101529 227246080 52653 33554432000 4194304 4929204 140735576623184 18446744073709551615 4634115 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/28839/statm: 55480 52653 362 180 0 52490 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 221920

[startup+102.301 s]
/proc/loadavg: 5.27 4.88 3.73 5/188 28843
/proc/meminfo: memFree=22592872/32951132 swapFree=67111364/67111528
[pid=28839] ppid=28837 vsize=238860 CPUtime=101.83 cores=1,3
/proc/28839/stat : 28839 (clasp) R 28837 28839 28553 0 -1 4202496 77832 0 0 0 10160 23 0 0 25 0 1 0 494101529 244592640 56860 33554432000 4194304 4929204 140735576623184 18446744073709551615 4634094 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/28839/statm: 59715 56860 367 180 0 56725 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 238860

[startup+162.301 s]
/proc/loadavg: 4.53 4.75 3.76 5/188 28926
/proc/meminfo: memFree=22546368/32951132 swapFree=67111364/67111528
[pid=28839] ppid=28837 vsize=248308 CPUtime=161.63 cores=1,3
/proc/28839/stat : 28839 (clasp) R 28837 28839 28553 0 -1 4202496 80189 0 0 0 16134 29 0 0 25 0 1 0 494101529 254267392 59217 33554432000 4194304 4929204 140735576623184 18446744073709551615 4632698 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/28839/statm: 62077 59217 368 180 0 59087 0
Current children cumulated CPU time (s) 161.63
Current children cumulated vsize (KiB) 248308

[startup+222.3 s]
/proc/loadavg: 4.52 4.70 3.80 5/188 28955
/proc/meminfo: memFree=22783196/32951132 swapFree=67111364/67111528
[pid=28839] ppid=28837 vsize=264504 CPUtime=221.6 cores=1,3
/proc/28839/stat : 28839 (clasp) R 28837 28839 28553 0 -1 4202496 84247 0 0 0 22127 33 0 0 25 0 1 0 494101529 270852096 63275 33554432000 4194304 4929204 140735576623184 18446744073709551615 4632656 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/28839/statm: 66126 63275 368 180 0 63136 0
Current children cumulated CPU time (s) 221.6
Current children cumulated vsize (KiB) 264504

[startup+282.301 s]
/proc/loadavg: 4.19 4.57 3.81 5/188 28957
/proc/meminfo: memFree=22703680/32951132 swapFree=67111364/67111528
[pid=28839] ppid=28837 vsize=275460 CPUtime=281.6 cores=1,3
/proc/28839/stat : 28839 (clasp) R 28837 28839 28553 0 -1 4202496 86979 0 0 0 28126 34 0 0 25 0 1 0 494101529 282071040 66007 33554432000 4194304 4929204 140735576623184 18446744073709551615 4633269 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/28839/statm: 68865 66007 368 180 0 65875 0
Current children cumulated CPU time (s) 281.6
Current children cumulated vsize (KiB) 275460

[startup+342.301 s]
/proc/loadavg: 4.07 4.46 3.82 5/188 28958
/proc/meminfo: memFree=22660560/32951132 swapFree=67111364/67111528
[pid=28839] ppid=28837 vsize=282284 CPUtime=341.6 cores=1,3
/proc/28839/stat : 28839 (clasp) R 28837 28839 28553 0 -1 4202496 88647 0 0 0 34126 34 0 0 25 0 1 0 494101529 289058816 67675 33554432000 4194304 4929204 140735576623184 18446744073709551615 4327364 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/28839/statm: 70571 67675 368 180 0 67581 0
Current children cumulated CPU time (s) 341.6
Current children cumulated vsize (KiB) 282284

[startup+402.3 s]
/proc/loadavg: 4.08 4.39 3.83 5/188 28960
/proc/meminfo: memFree=22633796/32951132 swapFree=67111364/67111528
[pid=28839] ppid=28837 vsize=302196 CPUtime=401.6 cores=1,3
/proc/28839/stat : 28839 (clasp) R 28837 28839 28553 0 -1 4202496 93663 0 0 0 40124 36 0 0 25 0 1 0 494101529 309448704 72691 33554432000 4194304 4929204 140735576623184 18446744073709551615 4316135 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/28839/statm: 75549 72691 368 180 0 72559 0
Current children cumulated CPU time (s) 401.6
Current children cumulated vsize (KiB) 302196

[startup+462.307 s]
/proc/loadavg: 4.03 4.32 3.84 5/188 28961
/proc/meminfo: memFree=22530408/32951132 swapFree=67111364/67111528
[pid=28839] ppid=28837 vsize=345376 CPUtime=461.6 cores=1,3
/proc/28839/stat : 28839 (clasp) R 28837 28839 28553 0 -1 4202496 104449 0 0 0 46123 37 0 0 25 0 1 0 494101529 353665024 83477 33554432000 4194304 4929204 140735576623184 18446744073709551615 4337390 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/28839/statm: 86344 83477 368 180 0 83354 0
Current children cumulated CPU time (s) 461.6
Current children cumulated vsize (KiB) 345376

[startup+522.301 s]
/proc/loadavg: 4.01 4.26 3.84 5/188 28963
/proc/meminfo: memFree=22499796/32951132 swapFree=67111364/67111528
[pid=28839] ppid=28837 vsize=345376 CPUtime=521.6 cores=1,3
/proc/28839/stat : 28839 (clasp) R 28837 28839 28553 0 -1 4202496 104453 0 0 0 52123 37 0 0 25 0 1 0 494101529 353665024 83481 33554432000 4194304 4929204 140735576623184 18446744073709551615 4308948 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/28839/statm: 86344 83481 368 180 0 83354 0
Current children cumulated CPU time (s) 521.6
Current children cumulated vsize (KiB) 345376

[startup+582.301 s]
/proc/loadavg: 4.00 4.21 3.85 5/188 28965
/proc/meminfo: memFree=22401872/32951132 swapFree=67111364/67111528
[pid=28839] ppid=28837 vsize=345376 CPUtime=581.6 cores=1,3
/proc/28839/stat : 28839 (clasp) R 28837 28839 28553 0 -1 4202496 104460 0 0 0 58123 37 0 0 25 0 1 0 494101529 353665024 83488 33554432000 4194304 4929204 140735576623184 18446744073709551615 4632683 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/28839/statm: 86344 83488 368 180 0 83354 0
Current children cumulated CPU time (s) 581.6
Current children cumulated vsize (KiB) 345376

[startup+642.301 s]
/proc/loadavg: 4.04 4.18 3.86 5/188 28966
/proc/meminfo: memFree=22389572/32951132 swapFree=67111364/67111528
[pid=28839] ppid=28837 vsize=345376 CPUtime=641.6 cores=1,3
/proc/28839/stat : 28839 (clasp) R 28837 28839 28553 0 -1 4202496 104460 0 0 0 64123 37 0 0 25 0 1 0 494101529 353665024 83488 33554432000 4194304 4929204 140735576623184 18446744073709551615 4308935 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/28839/statm: 86344 83488 368 180 0 83354 0
Current children cumulated CPU time (s) 641.6
Current children cumulated vsize (KiB) 345376

[startup+702.301 s]
/proc/loadavg: 4.01 4.15 3.87 5/188 28968
/proc/meminfo: memFree=22353832/32951132 swapFree=67111364/67111528
[pid=28839] ppid=28837 vsize=371736 CPUtime=701.61 cores=1,3
/proc/28839/stat : 28839 (clasp) R 28837 28839 28553 0 -1 4202496 111070 0 0 0 70122 39 0 0 25 0 1 0 494101529 380657664 90098 33554432000 4194304 4929204 140735576623184 18446744073709551615 4633278 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/28839/statm: 92934 90098 368 180 0 89944 0
Current children cumulated CPU time (s) 701.61
Current children cumulated vsize (KiB) 371736

[startup+762.3 s]
/proc/loadavg: 4.04 4.13 3.88 5/188 28969
/proc/meminfo: memFree=22337448/32951132 swapFree=67111364/67111528
[pid=28839] ppid=28837 vsize=371736 CPUtime=761.61 cores=1,3
/proc/28839/stat : 28839 (clasp) R 28837 28839 28553 0 -1 4202496 111070 0 0 0 76122 39 0 0 25 0 1 0 494101529 380657664 90098 33554432000 4194304 4929204 140735576623184 18446744073709551615 4308948 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/28839/statm: 92934 90098 368 180 0 89944 0
Current children cumulated CPU time (s) 761.61
Current children cumulated vsize (KiB) 371736

[startup+822.301 s]
/proc/loadavg: 4.01 4.11 3.88 5/188 28971
/proc/meminfo: memFree=22326500/32951132 swapFree=67111364/67111528
[pid=28839] ppid=28837 vsize=371736 CPUtime=821.61 cores=1,3
/proc/28839/stat : 28839 (clasp) R 28837 28839 28553 0 -1 4202496 111070 0 0 0 82122 39 0 0 25 0 1 0 494101529 380657664 90098 33554432000 4194304 4929204 140735576623184 18446744073709551615 4632680 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/28839/statm: 92934 90098 368 180 0 89944 0
Current children cumulated CPU time (s) 821.61
Current children cumulated vsize (KiB) 371736

[startup+882.301 s]
/proc/loadavg: 4.00 4.08 3.89 5/188 28973
/proc/meminfo: memFree=22295348/32951132 swapFree=67111364/67111528
[pid=28839] ppid=28837 vsize=371736 CPUtime=881.61 cores=1,3
/proc/28839/stat : 28839 (clasp) R 28837 28839 28553 0 -1 4202496 111070 0 0 0 88122 39 0 0 25 0 1 0 494101529 380657664 90098 33554432000 4194304 4929204 140735576623184 18446744073709551615 4633604 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/28839/statm: 92934 90098 368 180 0 89944 0
Current children cumulated CPU time (s) 881.61
Current children cumulated vsize (KiB) 371736

[startup+942.3 s]
/proc/loadavg: 3.56 3.96 3.86 4/182 28992
/proc/meminfo: memFree=22763272/32951132 swapFree=67111364/67111528
[pid=28839] ppid=28837 vsize=391956 CPUtime=941.6 cores=1,3
/proc/28839/stat : 28839 (clasp) R 28837 28839 28553 0 -1 4202496 116060 0 0 0 94120 40 0 0 25 0 1 0 494101529 401362944 95088 33554432000 4194304 4929204 140735576623184 18446744073709551615 4365448 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/28839/statm: 97989 95088 368 180 0 94999 0
Current children cumulated CPU time (s) 941.6
Current children cumulated vsize (KiB) 391956

[startup+1002.3 s]
/proc/loadavg: 3.20 3.78 3.80 4/182 28994
/proc/meminfo: memFree=22744520/32951132 swapFree=67111364/67111528
[pid=28839] ppid=28837 vsize=410160 CPUtime=1001.61 cores=1,3
/proc/28839/stat : 28839 (clasp) R 28837 28839 28553 0 -1 4202496 120631 0 0 0 100119 42 0 0 25 0 1 0 494101529 420003840 99659 33554432000 4194304 4929204 140735576623184 18446744073709551615 4632587 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/28839/statm: 102540 99659 368 180 0 99550 0
Current children cumulated CPU time (s) 1001.61
Current children cumulated vsize (KiB) 410160

[startup+1062.3 s]
/proc/loadavg: 3.07 3.64 3.75 4/182 28995
/proc/meminfo: memFree=22639344/32951132 swapFree=67111364/67111528
[pid=28839] ppid=28837 vsize=423352 CPUtime=1061.61 cores=1,3
/proc/28839/stat : 28839 (clasp) R 28837 28839 28553 0 -1 4202496 123923 0 0 0 106118 43 0 0 25 0 1 0 494101529 433512448 102951 33554432000 4194304 4929204 140735576623184 18446744073709551615 4633604 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/28839/statm: 105838 102951 368 180 0 102848 0
Current children cumulated CPU time (s) 1061.61
Current children cumulated vsize (KiB) 423352

[startup+1122.31 s]
/proc/loadavg: 3.07 3.53 3.70 4/182 28997
/proc/meminfo: memFree=22637948/32951132 swapFree=67111364/67111528
[pid=28839] ppid=28837 vsize=423352 CPUtime=1121.62 cores=1,3
/proc/28839/stat : 28839 (clasp) R 28837 28839 28553 0 -1 4202496 123923 0 0 0 112119 43 0 0 25 0 1 0 494101529 433512448 102951 33554432000 4194304 4929204 140735576623184 18446744073709551615 4632587 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/28839/statm: 105838 102951 368 180 0 102848 0
Current children cumulated CPU time (s) 1121.62
Current children cumulated vsize (KiB) 423352

[startup+1182.3 s]
/proc/loadavg: 3.09 3.45 3.66 4/182 28999
/proc/meminfo: memFree=22599856/32951132 swapFree=67111364/67111528
[pid=28839] ppid=28837 vsize=457776 CPUtime=1181.61 cores=1,3
/proc/28839/stat : 28839 (clasp) R 28837 28839 28553 0 -1 4202496 132539 0 0 0 118115 46 0 0 25 0 1 0 494101529 468762624 111567 33554432000 4194304 4929204 140735576623184 18446744073709551615 4632659 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/28839/statm: 114444 111567 368 180 0 111454 0
Current children cumulated CPU time (s) 1181.61
Current children cumulated vsize (KiB) 457776

[startup+1242.3 s]
/proc/loadavg: 3.03 3.36 3.62 4/182 29000
/proc/meminfo: memFree=22599820/32951132 swapFree=67111364/67111528
[pid=28839] ppid=28837 vsize=457776 CPUtime=1241.61 cores=1,3
/proc/28839/stat : 28839 (clasp) R 28837 28839 28553 0 -1 4202496 132539 0 0 0 124115 46 0 0 25 0 1 0 494101529 468762624 111567 33554432000 4194304 4929204 140735576623184 18446744073709551615 4308940 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/28839/statm: 114444 111567 368 180 0 111454 0
Current children cumulated CPU time (s) 1241.61
Current children cumulated vsize (KiB) 457776



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.06 3.31 3.58 4/182 29002
/proc/meminfo: memFree=22533832/32951132 swapFree=67111364/67111528
[pid=28839] ppid=28837 vsize=457776 CPUtime=1299.32 cores=1,3
/proc/28839/stat : 28839 (clasp) R 28837 28839 28553 0 -1 4202496 132547 0 0 0 129886 46 0 0 25 0 1 0 494101529 468762624 111575 33554432000 4194304 4929204 140735576623184 18446744073709551615 4632656 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/28839/statm: 114444 111575 368 180 0 111454 0
Current children cumulated CPU time (s) 1299.32
Current children cumulated vsize (KiB) 457776

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

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

[startup+1300 s]
/proc/loadavg: 3.06 3.31 3.58 4/182 29002
/proc/meminfo: memFree=22533832/32951132 swapFree=67111364/67111528
[pid=28839] ppid=28837 vsize=457776 CPUtime=1299.32 cores=1,3
/proc/28839/stat : 28839 (clasp) R 28837 28839 28553 0 -1 4202496 132547 0 0 0 129886 46 0 0 25 0 1 0 494101529 468762624 111575 33554432000 4194304 4929204 140735576623184 18446744073709551615 4632656 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/28839/statm: 114444 111575 368 180 0 111454 0
Current children cumulated CPU time (s) 1299.32
Current children cumulated vsize (KiB) 457776

Child status: 0
Real time (s): 1300.03
CPU time (s): 1299.35
CPU user time (s): 1298.86
CPU system time (s): 0.484926
CPU usage (%): 99.9479
Max. virtual memory (cumulated for all children) (KiB): 457776

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

runsolver used 1.91571 second user time and 5.44117 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-26 15:37:09
IDJOB=3300040
IDBENCH=82387
IDSOLVER=1684
FILE ID=node128/3300040-1303825026
RUNJOBID= node128-1303823722-28573
PBS_JOBID= 13160767
Free space on /tmp= 66784 MiB

SOLVER NAME= clasp 2.0-R4092-indust
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.020-NOTKNOWN.cnf
COMMAND LINE= HOME/clasp --berk-max=512 --berk-once --restarts=256 --reverse-arcs=2 --recursive-str --dinit=800,10000 --dsched=10000,1.1 --dscore=2 --update-lbd --dalgo=2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3300040-1303825026/watcher-3300040-1303825026 -o /tmp/evaluation-result-3300040-1303825026/solver-3300040-1303825026 -C 2400 -W 1300 -M 7680  HOME/clasp --berk-max=512 --berk-once --restarts=256 --reverse-arcs=2 --recursive-str --dinit=800,10000 --dsched=10000,1.1 --dscore=2 --update-lbd --dalgo=2 HOME/instance-3300040-1303825026.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 5d1253e2dcc0e3e55992672756beadbc
RANDOM SEED=268893369

node128.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.852
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.70
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.852
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.852
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.852
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.852
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.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      22935824 kB
Buffers:       1330108 kB
Cached:        7467028 kB
SwapCached:        160 kB
Active:        2511240 kB
Inactive:      6876648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      22935824 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:          140236 kB
Writeback:           0 kB
AnonPages:      590468 kB
Mapped:          16512 kB
Slab:           562972 kB
PageTables:       6164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   782544 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66928 MiB
End job on node128 at 2011-04-26 15:58:51