Trace number 3300125

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) 1300.07 1300.04

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-25nodes-1000size-3degree-100mindistance-3trucks-10packages-2008seed.060-SAT.cnf
MD5SUM0176f3dd09fed1b561c875e1d6538c8d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark133.041
Satisfiable
(Un)Satisfiability was proved
Number of variables723130
Number of clauses3869060
Sum of the clauses size9210860
Maximum clause length502
Minimum clause length1
Number of clauses of size 1380
Number of clauses of size 23824280
Number of clauses of size 31440
Number of clauses of size 41440
Number of clauses of size 5360
Number of clauses of size over 541160

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...643794/instance-3300125-1307643794.cnf
8.39/8.41	c Solving...
1300.03/1300.00	
1300.03/1300.00	*** INTERRUPTED! ***
1300.03/1300.00	s UNKNOWN
1300.03/1300.00	
1300.03/1300.00	c INTERRUPTED   : 1
1300.03/1300.00	c Models        : 0+    
1300.03/1300.00	c Time          : 1300.003s (Solving: 1291.59s 1st Model: 0.00s Unsat: 0.00s)
1300.03/1300.00	c CPU Time      : 1300.030s

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: 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-3300125-1307643794/watcher-3300125-1307643794 -o /tmp/evaluation-result-3300125-1307643794/solver-3300125-1307643794 -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-3300125-1307643794.cnf 

running on 2 cores: 0,2

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.08 3.99 3.84 5/189 11113
/proc/meminfo: memFree=31889204/32951124 swapFree=67053156/67111528
[pid=11113] ppid=11111 vsize=104112 CPUtime=0 cores=0,2
/proc/11113/stat : 11113 (clasp) R 11111 11113 8966 0 -1 4202496 658 0 0 0 0 0 0 0 21 0 1 0 875977416 106610688 598 33554432000 4194304 4929204 140734376086368 18446744073709551615 4660069 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/11113/statm: 26028 599 317 180 0 23038 0

[startup+0.0588711 s]
/proc/loadavg: 4.08 3.99 3.84 5/189 11113
/proc/meminfo: memFree=31889204/32951124 swapFree=67053156/67111528
[pid=11113] ppid=11111 vsize=104112 CPUtime=0.05 cores=0,2
/proc/11113/stat : 11113 (clasp) R 11111 11113 8966 0 -1 4202496 19408 0 0 0 3 2 0 0 21 0 1 0 875977416 106610688 19348 33554432000 4194304 4929204 140734376086368 18446744073709551615 4664652 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/11113/statm: 26028 19367 319 180 0 23038 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 104112

[startup+0.100881 s]
/proc/loadavg: 4.08 3.99 3.84 5/189 11113
/proc/meminfo: memFree=31889204/32951124 swapFree=67053156/67111528
[pid=11113] ppid=11111 vsize=146492 CPUtime=0.08 cores=0,2
/proc/11113/stat : 11113 (clasp) R 11111 11113 8966 0 -1 4202496 34499 0 0 0 5 3 0 0 21 0 1 0 875977416 150007808 30838 33554432000 4194304 4929204 140734376086368 18446744073709551615 4653071 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/11113/statm: 36623 30848 321 180 0 33633 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 146492

[startup+0.300815 s]
/proc/loadavg: 4.08 3.99 3.84 5/189 11113
/proc/meminfo: memFree=31889204/32951124 swapFree=67053156/67111528
[pid=11113] ppid=11111 vsize=172552 CPUtime=0.28 cores=0,2
/proc/11113/stat : 11113 (clasp) R 11111 11113 8966 0 -1 4202496 47143 0 0 0 23 5 0 0 22 0 1 0 875977416 176693248 39676 33554432000 4194304 4929204 140734376086368 18446744073709551615 218905391813 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/11113/statm: 43138 39677 330 180 0 40148 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 172552

[startup+1.94151 s]
/proc/loadavg: 4.08 3.99 3.84 5/189 11113
/proc/meminfo: memFree=31889204/32951124 swapFree=67053156/67111528
[pid=11113] ppid=11111 vsize=450204 CPUtime=1.93 cores=0,2
/proc/11113/stat : 11113 (clasp) R 11111 11113 8966 0 -1 4202496 138723 0 0 0 175 18 0 0 25 0 1 0 875977416 461008896 105076 33554432000 4194304 4929204 140734376086368 18446744073709551615 4576936 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/11113/statm: 112551 105076 340 180 0 109561 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 450204

[startup+2.0005 s]
/proc/loadavg: 4.08 3.99 3.84 5/189 11113
/proc/meminfo: memFree=31889204/32951124 swapFree=67053156/67111528
[pid=11113] ppid=11111 vsize=450204 CPUtime=1.98 cores=0,2
/proc/11113/stat : 11113 (clasp) R 11111 11113 8966 0 -1 4202496 138764 0 0 0 180 18 0 0 25 0 1 0 875977416 461008896 105117 33554432000 4194304 4929204 140734376086368 18446744073709551615 4582288 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/11113/statm: 112551 105117 342 180 0 109561 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 450204

[startup+3.10033 s]
/proc/loadavg: 4.08 3.99 3.84 5/190 11114
/proc/meminfo: memFree=31469800/32951124 swapFree=67053156/67111528
[pid=11113] ppid=11111 vsize=450204 CPUtime=3.08 cores=0,2
/proc/11113/stat : 11113 (clasp) R 11111 11113 8966 0 -1 4202496 138764 0 0 0 290 18 0 0 25 0 1 0 875977416 461008896 105117 33554432000 4194304 4929204 140734376086368 18446744073709551615 4582305 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/11113/statm: 112551 105117 342 180 0 109561 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 450204

[startup+6.30076 s]
/proc/loadavg: 4.07 3.99 3.84 5/190 11114
/proc/meminfo: memFree=31460324/32951124 swapFree=67053156/67111528
[pid=11113] ppid=11111 vsize=458916 CPUtime=6.29 cores=0,2
/proc/11113/stat : 11113 (clasp) R 11111 11113 8966 0 -1 4202496 140955 0 0 0 610 19 0 0 25 0 1 0 875977416 469929984 107308 33554432000 4194304 4929204 140734376086368 18446744073709551615 4576289 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/11113/statm: 114729 107308 342 180 0 111739 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 458916

[startup+12.7006 s]
/proc/loadavg: 4.07 3.99 3.84 5/190 11152
/proc/meminfo: memFree=31461032/32951124 swapFree=67053156/67111528
[pid=11113] ppid=11111 vsize=389144 CPUtime=12.69 cores=0,2
/proc/11113/stat : 11113 (clasp) R 11111 11113 8966 0 -1 4202496 141439 0 0 0 1250 19 0 0 25 0 1 0 875977416 398483456 93707 33554432000 4194304 4929204 140734376086368 18446744073709551615 4365450 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/11113/statm: 97286 93707 367 180 0 94296 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 389144

[startup+25.5003 s]
/proc/loadavg: 4.06 3.99 3.84 5/190 11153
/proc/meminfo: memFree=31449524/32951124 swapFree=67053156/67111528
[pid=11113] ppid=11111 vsize=389144 CPUtime=25.49 cores=0,2
/proc/11113/stat : 11113 (clasp) R 11111 11113 8966 0 -1 4202496 141439 0 0 0 2530 19 0 0 25 0 1 0 875977416 398483456 93707 33554432000 4194304 4929204 140734376086368 18446744073709551615 4633923 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/11113/statm: 97286 93707 367 180 0 94296 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 389144

[startup+51.1007 s]
/proc/loadavg: 4.03 3.99 3.84 5/190 11153
/proc/meminfo: memFree=31430336/32951124 swapFree=67053156/67111528
[pid=11113] ppid=11111 vsize=389144 CPUtime=51.09 cores=0,2
/proc/11113/stat : 11113 (clasp) R 11111 11113 8966 0 -1 4202496 141439 0 0 0 5090 19 0 0 25 0 1 0 875977416 398483456 93707 33554432000 4194304 4929204 140734376086368 18446744073709551615 4632659 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/11113/statm: 97286 93707 367 180 0 94296 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 389144

[startup+102.3 s]
/proc/loadavg: 4.01 3.99 3.85 5/190 11155
/proc/meminfo: memFree=31392532/32951124 swapFree=67053156/67111528
[pid=11113] ppid=11111 vsize=389144 CPUtime=102.29 cores=0,2
/proc/11113/stat : 11113 (clasp) R 11111 11113 8966 0 -1 4202496 141447 0 0 0 10210 19 0 0 25 0 1 0 875977416 398483456 93715 33554432000 4194304 4929204 140734376086368 18446744073709551615 4316139 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/11113/statm: 97286 93715 372 180 0 94296 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 389144

[startup+162.301 s]
/proc/loadavg: 4.04 4.00 3.86 5/190 11156
/proc/meminfo: memFree=31357676/32951124 swapFree=67053156/67111528
[pid=11113] ppid=11111 vsize=389144 CPUtime=162.3 cores=0,2
/proc/11113/stat : 11113 (clasp) R 11111 11113 8966 0 -1 4202496 141448 0 0 0 16210 20 0 0 25 0 1 0 875977416 398483456 93716 33554432000 4194304 4929204 140734376086368 18446744073709551615 4622334 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/11113/statm: 97286 93716 373 180 0 94296 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 389144

[startup+222.301 s]
/proc/loadavg: 4.01 4.00 3.86 5/190 11158
/proc/meminfo: memFree=31320240/32951124 swapFree=67053156/67111528
[pid=11113] ppid=11111 vsize=389144 CPUtime=222.3 cores=0,2
/proc/11113/stat : 11113 (clasp) R 11111 11113 8966 0 -1 4202496 141448 0 0 0 22210 20 0 0 25 0 1 0 875977416 398483456 93716 33554432000 4194304 4929204 140734376086368 18446744073709551615 4628067 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/11113/statm: 97286 93716 373 180 0 94296 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 389144

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 3.87 5/190 11160
/proc/meminfo: memFree=31309040/32951124 swapFree=67053156/67111528
[pid=11113] ppid=11111 vsize=389144 CPUtime=282.3 cores=0,2
/proc/11113/stat : 11113 (clasp) R 11111 11113 8966 0 -1 4202496 141448 0 0 0 28210 20 0 0 25 0 1 0 875977416 398483456 93716 33554432000 4194304 4929204 140734376086368 18446744073709551615 4627880 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/11113/statm: 97286 93716 373 180 0 94296 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 389144

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 3.88 5/190 11161
/proc/meminfo: memFree=31223804/32951124 swapFree=67053156/67111528
[pid=11113] ppid=11111 vsize=428736 CPUtime=342.3 cores=0,2
/proc/11113/stat : 11113 (clasp) R 11111 11113 8966 0 -1 4202496 151371 0 0 0 34208 22 0 0 25 0 1 0 875977416 439025664 103639 33554432000 4194304 4929204 140734376086368 18446744073709551615 4337358 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/11113/statm: 107184 103639 373 180 0 104194 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 428736

[startup+402.3 s]
/proc/loadavg: 3.66 3.92 3.85 4/184 11187
/proc/meminfo: memFree=31302856/32951124 swapFree=67053156/67111528
[pid=11113] ppid=11111 vsize=428736 CPUtime=402.3 cores=0,2
/proc/11113/stat : 11113 (clasp) R 11111 11113 8966 0 -1 4202496 151371 0 0 0 40208 22 0 0 25 0 1 0 875977416 439025664 103639 33554432000 4194304 4929204 140734376086368 18446744073709551615 4632847 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/11113/statm: 107184 103639 373 180 0 104194 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 428736

[startup+462.3 s]
/proc/loadavg: 3.24 3.75 3.80 4/184 11188
/proc/meminfo: memFree=31288556/32951124 swapFree=67053156/67111528
[pid=11113] ppid=11111 vsize=428736 CPUtime=462.31 cores=0,2
/proc/11113/stat : 11113 (clasp) R 11111 11113 8966 0 -1 4202496 151371 0 0 0 46209 22 0 0 25 0 1 0 875977416 439025664 103639 33554432000 4194304 4929204 140734376086368 18446744073709551615 4365548 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/11113/statm: 107184 103639 373 180 0 104194 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 428736

[startup+522.301 s]
/proc/loadavg: 3.09 3.61 3.75 4/184 11190
/proc/meminfo: memFree=31279712/32951124 swapFree=67053156/67111528
[pid=11113] ppid=11111 vsize=428736 CPUtime=522.3 cores=0,2
/proc/11113/stat : 11113 (clasp) R 11111 11113 8966 0 -1 4202496 151371 0 0 0 52208 22 0 0 25 0 1 0 875977416 439025664 103639 33554432000 4194304 4929204 140734376086368 18446744073709551615 4632656 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/11113/statm: 107184 103639 373 180 0 104194 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 428736

[startup+582.307 s]
/proc/loadavg: 3.09 3.51 3.70 4/184 11192
/proc/meminfo: memFree=31250780/32951124 swapFree=67053156/67111528
[pid=11113] ppid=11111 vsize=442104 CPUtime=582.32 cores=0,2
/proc/11113/stat : 11113 (clasp) R 11111 11113 8966 0 -1 4202496 154730 0 0 0 58209 23 0 0 25 0 1 0 875977416 452714496 106998 33554432000 4194304 4929204 140734376086368 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/11113/statm: 110526 106998 373 180 0 107536 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 442104

[startup+642.301 s]
/proc/loadavg: 3.03 3.42 3.65 4/184 11193
/proc/meminfo: memFree=31221336/32951124 swapFree=67053156/67111528
[pid=11113] ppid=11111 vsize=442612 CPUtime=642.31 cores=0,2
/proc/11113/stat : 11113 (clasp) R 11111 11113 8966 0 -1 4202496 154840 0 0 0 64208 23 0 0 25 0 1 0 875977416 453234688 107108 33554432000 4194304 4929204 140734376086368 18446744073709551615 4627746 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/11113/statm: 110653 107108 373 180 0 107663 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 442612

[startup+702.301 s]
/proc/loadavg: 3.01 3.34 3.61 4/184 11195
/proc/meminfo: memFree=31166244/32951124 swapFree=67053156/67111528
[pid=11113] ppid=11111 vsize=484728 CPUtime=702.31 cores=0,2
/proc/11113/stat : 11113 (clasp) R 11111 11113 8966 0 -1 4202496 165328 0 0 0 70206 25 0 0 25 0 1 0 875977416 496361472 117596 33554432000 4194304 4929204 140734376086368 18446744073709551615 4367943 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/11113/statm: 121182 117596 373 180 0 118192 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 484728

[startup+762.301 s]
/proc/loadavg: 3.00 3.27 3.57 4/184 11196
/proc/meminfo: memFree=31105692/32951124 swapFree=67053156/67111528
[pid=11113] ppid=11111 vsize=517652 CPUtime=762.31 cores=0,2
/proc/11113/stat : 11113 (clasp) R 11111 11113 8966 0 -1 4202496 173563 0 0 0 76204 27 0 0 25 0 1 0 875977416 530075648 125831 33554432000 4194304 4929204 140734376086368 18446744073709551615 4638435 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/11113/statm: 129413 125831 373 180 0 126423 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 517652

[startup+822.3 s]
/proc/loadavg: 3.00 3.22 3.53 4/184 11198
/proc/meminfo: memFree=31052708/32951124 swapFree=67053156/67111528
[pid=11113] ppid=11111 vsize=567304 CPUtime=822.31 cores=0,2
/proc/11113/stat : 11113 (clasp) R 11111 11113 8966 0 -1 4202496 185976 0 0 0 82202 29 0 0 25 0 1 0 875977416 580919296 138244 33554432000 4194304 4929204 140734376086368 18446744073709551615 4359771 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/11113/statm: 141826 138244 373 180 0 138836 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 567304

[startup+882.301 s]
/proc/loadavg: 3.00 3.18 3.50 4/184 11200
/proc/meminfo: memFree=31032960/32951124 swapFree=67053156/67111528
[pid=11113] ppid=11111 vsize=567304 CPUtime=882.31 cores=0,2
/proc/11113/stat : 11113 (clasp) R 11111 11113 8966 0 -1 4202496 185976 0 0 0 88202 29 0 0 25 0 1 0 875977416 580919296 138244 33554432000 4194304 4929204 140734376086368 18446744073709551615 4633278 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/11113/statm: 141826 138244 373 180 0 138836 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 567304

[startup+942.301 s]
/proc/loadavg: 3.00 3.14 3.46 4/184 11201
/proc/meminfo: memFree=31030300/32951124 swapFree=67053156/67111528
[pid=11113] ppid=11111 vsize=567304 CPUtime=942.32 cores=0,2
/proc/11113/stat : 11113 (clasp) R 11111 11113 8966 0 -1 4202496 185990 0 0 0 94203 29 0 0 25 0 1 0 875977416 580919296 138258 33554432000 4194304 4929204 140734376086368 18446744073709551615 4338104 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/11113/statm: 141826 138258 373 180 0 138836 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 567304

[startup+1002.3 s]
/proc/loadavg: 3.00 3.11 3.43 4/184 11203
/proc/meminfo: memFree=31001492/32951124 swapFree=67053156/67111528
[pid=11113] ppid=11111 vsize=567304 CPUtime=1002.32 cores=0,2
/proc/11113/stat : 11113 (clasp) R 11111 11113 8966 0 -1 4202496 185990 0 0 0 100203 29 0 0 25 0 1 0 875977416 580919296 138258 33554432000 4194304 4929204 140734376086368 18446744073709551615 4308920 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/11113/statm: 141826 138258 373 180 0 138836 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 567304

[startup+1062.3 s]
/proc/loadavg: 2.92 3.07 3.39 3/178 11228
/proc/meminfo: memFree=31131424/32951124 swapFree=67053156/67111528
[pid=11113] ppid=11111 vsize=576140 CPUtime=1062.31 cores=0,2
/proc/11113/stat : 11113 (clasp) R 11111 11113 8966 0 -1 4202496 188125 0 0 0 106202 29 0 0 25 0 1 0 875977416 589967360 140393 33554432000 4194304 4929204 140734376086368 18446744073709551615 4316123 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/11113/statm: 144035 140393 373 180 0 141045 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 576140

[startup+1122.3 s]
/proc/loadavg: 2.34 2.88 3.30 3/178 11230
/proc/meminfo: memFree=31121708/32951124 swapFree=67053156/67111528
[pid=11113] ppid=11111 vsize=576140 CPUtime=1122.32 cores=0,2
/proc/11113/stat : 11113 (clasp) R 11111 11113 8966 0 -1 4202496 188125 0 0 0 112203 29 0 0 25 0 1 0 875977416 589967360 140393 33554432000 4194304 4929204 140734376086368 18446744073709551615 4308945 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/11113/statm: 144035 140393 373 180 0 141045 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 576140

[startup+1182.3 s]
/proc/loadavg: 2.12 2.71 3.22 3/178 11232
/proc/meminfo: memFree=31096500/32951124 swapFree=67053156/67111528
[pid=11113] ppid=11111 vsize=576140 CPUtime=1182.33 cores=0,2
/proc/11113/stat : 11113 (clasp) R 11111 11113 8966 0 -1 4202496 188143 0 0 0 118203 30 0 0 25 0 1 0 875977416 589967360 140411 33554432000 4194304 4929204 140734376086368 18446744073709551615 4316165 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/11113/statm: 144035 140411 373 180 0 141045 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 576140

[startup+1242.31 s]
/proc/loadavg: 2.04 2.58 3.14 3/178 11233
/proc/meminfo: memFree=31092724/32951124 swapFree=67053156/67111528
[pid=11113] ppid=11111 vsize=576140 CPUtime=1242.33 cores=0,2
/proc/11113/stat : 11113 (clasp) R 11111 11113 8966 0 -1 4202496 188146 0 0 0 124203 30 0 0 25 0 1 0 875977416 589967360 140414 33554432000 4194304 4929204 140734376086368 18446744073709551615 4365450 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/11113/statm: 144035 140414 373 180 0 141045 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 576140



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.93 2.46 3.06 2/172 11260
/proc/meminfo: memFree=31338484/32951124 swapFree=67053156/67111528
[pid=11113] ppid=11111 vsize=672084 CPUtime=1300.03 cores=0,2
/proc/11113/stat : 11113 (clasp) R 11111 11113 8966 0 -1 4202496 212147 0 0 0 129969 34 0 0 25 0 1 0 875977416 688214016 164415 33554432000 4194304 4929204 140734376086368 18446744073709551615 4316093 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/11113/statm: 168021 164415 373 180 0 165031 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 672084

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: 1.93 2.46 3.06 2/172 11260
/proc/meminfo: memFree=31338484/32951124 swapFree=67053156/67111528
[pid=11113] ppid=11111 vsize=672084 CPUtime=1300.03 cores=0,2
/proc/11113/stat : 11113 (clasp) R 11111 11113 8966 0 -1 4202496 212147 0 0 0 129969 34 0 0 25 0 1 0 875977416 688214016 164415 33554432000 4194304 4929204 140734376086368 18446744073709551615 4316093 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/11113/statm: 168021 164415 373 180 0 165031 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 672084

Child status: 0
Real time (s): 1300.04
CPU time (s): 1300.07
CPU user time (s): 1299.7
CPU system time (s): 0.375942
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 672084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.7
system time used= 0.375942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 212159
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 2571

runsolver used 2.30465 second user time and 4.64929 second system time

The end

Launcher Data

Begin job on node137 at 2011-06-09 20:23:17
IDJOB=3300125
IDBENCH=82411
IDSOLVER=1684
FILE ID=node137/3300125-1307643794
RUNJOBID= node137-1307643794-11055
PBS_JOBID= 13549355
Free space on /tmp= 74024 MiB

SOLVER NAME= clasp 2.0-R4092-indust
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-city-sequential-25nodes-1000size-3degree-100mindistance-3trucks-10packages-2008seed.060-SAT.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-3300125-1307643794/watcher-3300125-1307643794 -o /tmp/evaluation-result-3300125-1307643794/solver-3300125-1307643794 -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-3300125-1307643794.cnf

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

MD5SUM BENCH= 0176f3dd09fed1b561c875e1d6538c8d
RANDOM SEED=1506066578

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31889624 kB
Buffers:        193964 kB
Cached:         574724 kB
SwapCached:      12208 kB
Active:         511264 kB
Inactive:       371368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31889624 kB
SwapTotal:    67111528 kB
SwapFree:     67053156 kB
Dirty:           88624 kB
Writeback:           0 kB
AnonPages:      111072 kB
Mapped:          10452 kB
Slab:           113712 kB
PageTables:       5472 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   352608 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= 74036 MiB
End job on node137 at 2011-06-09 20:44:59