Trace number 3300263

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.06 1300.03

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.025-NOTKNOWN.cnf
MD5SUM732b9c9b0d44d6a9e75489b2f5004165
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables95456
Number of clauses477186
Sum of the clauses size1137161
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2470925
Number of clauses of size 31500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54550

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...825027/instance-3300263-1303825027.cnf
0.39/0.40	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.005s (Solving: 1299.60s 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: 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-3300263-1303825027/watcher-3300263-1303825027 -o /tmp/evaluation-result-3300263-1303825027/solver-3300263-1303825027 -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-3300263-1303825027.cnf 

running on 2 cores: 5,7

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: 3.85 3.93 3.01 3/187 15467
/proc/meminfo: memFree=16008136/32950928 swapFree=67111528/67111528
[pid=15467] ppid=15465 vsize=24456 CPUtime=0 cores=5,7
/proc/15467/stat : 15467 (clasp) R 15465 15467 15262 0 -1 4202496 1511 0 0 0 0 0 0 0 25 0 1 0 494101479 25042944 1452 33554432000 4194304 4929204 140736015696848 18446744073709551615 4664652 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/15467/statm: 6114 1460 319 180 0 3124 0

[startup+0.0869301 s]
/proc/loadavg: 3.85 3.93 3.01 3/187 15467
/proc/meminfo: memFree=16008136/32950928 swapFree=67111528/67111528
[pid=15467] ppid=15465 vsize=36660 CPUtime=0.08 cores=5,7
/proc/15467/stat : 15467 (clasp) R 15465 15467 15262 0 -1 4202496 7671 0 0 0 7 1 0 0 25 0 1 0 494101479 37539840 6393 33554432000 4194304 4929204 140736015696848 18446744073709551615 268272688896 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/15467/statm: 9165 6394 330 180 0 6175 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 36660

[startup+0.100925 s]
/proc/loadavg: 3.85 3.93 3.01 3/187 15467
/proc/meminfo: memFree=16008136/32950928 swapFree=67111528/67111528
[pid=15467] ppid=15465 vsize=38520 CPUtime=0.09 cores=5,7
/proc/15467/stat : 15467 (clasp) R 15465 15467 15262 0 -1 4202496 8344 0 0 0 8 1 0 0 25 0 1 0 494101479 39444480 6795 33554432000 4194304 4929204 140736015696848 18446744073709551615 268272688896 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/15467/statm: 9630 6796 330 180 0 6640 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38520

[startup+0.300894 s]
/proc/loadavg: 3.85 3.93 3.01 3/187 15467
/proc/meminfo: memFree=16008136/32950928 swapFree=67111528/67111528
[pid=15467] ppid=15465 vsize=53932 CPUtime=0.29 cores=5,7
/proc/15467/stat : 15467 (clasp) R 15465 15467 15262 0 -1 4202496 13429 0 0 0 27 2 0 0 25 0 1 0 494101479 55226368 10542 33554432000 4194304 4929204 140736015696848 18446744073709551615 4574904 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/15467/statm: 13483 10542 342 180 0 10493 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53932

[startup+0.700822 s]
/proc/loadavg: 3.85 3.93 3.01 3/187 15467
/proc/meminfo: memFree=16008136/32950928 swapFree=67111528/67111528
[pid=15467] ppid=15465 vsize=47768 CPUtime=0.69 cores=5,7
/proc/15467/stat : 15467 (clasp) R 15465 15467 15262 0 -1 4202496 13489 0 0 0 67 2 0 0 25 0 1 0 494101479 48914432 9140 33554432000 4194304 4929204 140736015696848 18446744073709551615 4633137 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/15467/statm: 11942 9140 367 180 0 8952 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47768

[startup+1.50068 s]
/proc/loadavg: 3.85 3.93 3.01 5/187 15489
/proc/meminfo: memFree=15979372/32950928 swapFree=67111528/67111528
[pid=15467] ppid=15465 vsize=48436 CPUtime=1.49 cores=5,7
/proc/15467/stat : 15467 (clasp) R 15465 15467 15262 0 -1 4202496 13770 0 0 0 147 2 0 0 25 0 1 0 494101479 49598464 9421 33554432000 4194304 4929204 140736015696848 18446744073709551615 4316334 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/15467/statm: 12109 9421 367 180 0 9119 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48436

[startup+3.10039 s]
/proc/loadavg: 3.85 3.93 3.01 5/187 15489
/proc/meminfo: memFree=15937460/32950928 swapFree=67111528/67111528
[pid=15467] ppid=15465 vsize=53308 CPUtime=3.09 cores=5,7
/proc/15467/stat : 15467 (clasp) R 15465 15467 15262 0 -1 4202496 14964 0 0 0 307 2 0 0 25 0 1 0 494101479 54587392 10615 33554432000 4194304 4929204 140736015696848 18446744073709551615 4657900 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/15467/statm: 13327 10615 367 180 0 10337 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 53308

[startup+6.30083 s]
/proc/loadavg: 3.79 3.92 3.01 5/184 15511
/proc/meminfo: memFree=15990700/32950928 swapFree=67111528/67111528
[pid=15467] ppid=15465 vsize=60384 CPUtime=6.29 cores=5,7
/proc/15467/stat : 15467 (clasp) R 15465 15467 15262 0 -1 4202496 16746 0 0 0 627 2 0 0 25 0 1 0 494101479 61833216 12397 33554432000 4194304 4929204 140736015696848 18446744073709551615 4327848 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/15467/statm: 15096 12397 367 180 0 12106 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 60384

[startup+12.7007 s]
/proc/loadavg: 3.96 3.95 3.02 5/190 15523
/proc/meminfo: memFree=15688748/32950928 swapFree=67111528/67111528
[pid=15467] ppid=15465 vsize=73804 CPUtime=12.69 cores=5,7
/proc/15467/stat : 15467 (clasp) R 15465 15467 15262 0 -1 4202496 20087 0 0 0 1266 3 0 0 25 0 1 0 494101479 75575296 15738 33554432000 4194304 4929204 140736015696848 18446744073709551615 4316128 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/15467/statm: 18451 15738 372 180 0 15461 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 73804

[startup+25.5004 s]
/proc/loadavg: 3.97 3.95 3.04 5/190 15524
/proc/meminfo: memFree=15677556/32950928 swapFree=67111528/67111528
[pid=15467] ppid=15465 vsize=85172 CPUtime=25.49 cores=5,7
/proc/15467/stat : 15467 (clasp) R 15465 15467 15262 0 -1 4202496 22922 0 0 0 2546 3 0 0 25 0 1 0 494101479 87216128 18573 33554432000 4194304 4929204 140736015696848 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/15467/statm: 21293 18573 373 180 0 18303 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 85172

[startup+51.1008 s]
/proc/loadavg: 3.98 3.96 3.06 5/190 15525
/proc/meminfo: memFree=15644856/32950928 swapFree=67111528/67111528
[pid=15467] ppid=15465 vsize=123320 CPUtime=51.09 cores=5,7
/proc/15467/stat : 15467 (clasp) R 15465 15467 15262 0 -1 4202496 32464 0 0 0 5104 5 0 0 25 0 1 0 494101479 126279680 28115 33554432000 4194304 4929204 140736015696848 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/15467/statm: 30830 28115 373 180 0 27840 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 123320

[startup+102.307 s]
/proc/loadavg: 3.99 3.96 3.11 5/190 15526
/proc/meminfo: memFree=15615372/32950928 swapFree=67111528/67111528
[pid=15467] ppid=15465 vsize=146712 CPUtime=102.3 cores=5,7
/proc/15467/stat : 15467 (clasp) R 15465 15467 15262 0 -1 4202496 38302 0 0 0 10223 7 0 0 25 0 1 0 494101479 150233088 33953 33554432000 4194304 4929204 140736015696848 18446744073709551615 4633697 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/15467/statm: 36678 33953 373 180 0 33688 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 146712

[startup+162.301 s]
/proc/loadavg: 3.99 3.97 3.16 5/190 15554
/proc/meminfo: memFree=15616560/32950928 swapFree=67111528/67111528
[pid=15467] ppid=15465 vsize=193896 CPUtime=162.3 cores=5,7
/proc/15467/stat : 15467 (clasp) R 15465 15467 15262 0 -1 4202496 50090 0 0 0 16221 9 0 0 25 0 1 0 494101479 198549504 45741 33554432000 4194304 4929204 140736015696848 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/15467/statm: 48474 45741 373 180 0 45484 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 193896

[startup+222.3 s]
/proc/loadavg: 3.99 3.97 3.21 5/190 15556
/proc/meminfo: memFree=15571588/32950928 swapFree=67111528/67111528
[pid=15467] ppid=15465 vsize=229244 CPUtime=222.29 cores=5,7
/proc/15467/stat : 15467 (clasp) R 15465 15467 15262 0 -1 4202496 58870 0 0 0 22218 11 0 0 25 0 1 0 494101479 234745856 54521 33554432000 4194304 4929204 140736015696848 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/15467/statm: 57311 54521 373 180 0 54321 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 229244

[startup+282.301 s]
/proc/loadavg: 3.86 3.94 3.25 5/190 15640
/proc/meminfo: memFree=15446260/32950928 swapFree=67111528/67111528
[pid=15467] ppid=15465 vsize=289808 CPUtime=282.3 cores=5,7
/proc/15467/stat : 15467 (clasp) R 15465 15467 15262 0 -1 4202496 74041 0 0 0 28214 16 0 0 25 0 1 0 494101479 296763392 69692 33554432000 4194304 4929204 140736015696848 18446744073709551615 4633604 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/15467/statm: 72452 69692 373 180 0 69462 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 289808

[startup+342.301 s]
/proc/loadavg: 3.99 3.96 3.30 5/190 15668
/proc/meminfo: memFree=15350920/32950928 swapFree=67111528/67111528
[pid=15467] ppid=15465 vsize=291052 CPUtime=342.3 cores=5,7
/proc/15467/stat : 15467 (clasp) R 15465 15467 15262 0 -1 4202496 74246 0 0 0 34214 16 0 0 25 0 1 0 494101479 298037248 69897 33554432000 4194304 4929204 140736015696848 18446744073709551615 4316139 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/15467/statm: 72763 69897 373 180 0 69773 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 291052

[startup+402.3 s]
/proc/loadavg: 3.99 3.97 3.34 5/190 15670
/proc/meminfo: memFree=15270332/32950928 swapFree=67111528/67111528
[pid=15467] ppid=15465 vsize=361736 CPUtime=402.3 cores=5,7
/proc/15467/stat : 15467 (clasp) R 15465 15467 15262 0 -1 4202496 91829 0 0 0 40207 23 0 0 25 0 1 0 494101479 370417664 87480 33554432000 4194304 4929204 140736015696848 18446744073709551615 4316165 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/15467/statm: 90434 87480 373 180 0 87444 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 361736

[startup+462.301 s]
/proc/loadavg: 3.99 3.97 3.38 5/190 15671
/proc/meminfo: memFree=15233424/32950928 swapFree=67111528/67111528
[pid=15467] ppid=15465 vsize=385280 CPUtime=462.3 cores=5,7
/proc/15467/stat : 15467 (clasp) R 15465 15467 15262 0 -1 4202496 97728 0 0 0 46206 24 0 0 25 0 1 0 494101479 394526720 93379 33554432000 4194304 4929204 140736015696848 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/15467/statm: 96320 93379 373 180 0 93330 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 385280

[startup+522.301 s]
/proc/loadavg: 3.99 3.97 3.41 5/190 15673
/proc/meminfo: memFree=15194376/32950928 swapFree=67111528/67111528
[pid=15467] ppid=15465 vsize=395644 CPUtime=522.3 cores=5,7
/proc/15467/stat : 15467 (clasp) R 15465 15467 15262 0 -1 4202496 100352 0 0 0 52205 25 0 0 25 0 1 0 494101479 405139456 96003 33554432000 4194304 4929204 140736015696848 18446744073709551615 4327571 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/15467/statm: 98911 96003 373 180 0 95921 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 395644

[startup+582.301 s]
/proc/loadavg: 3.99 3.97 3.45 5/190 15675
/proc/meminfo: memFree=15174528/32950928 swapFree=67111528/67111528
[pid=15467] ppid=15465 vsize=401104 CPUtime=582.3 cores=5,7
/proc/15467/stat : 15467 (clasp) R 15465 15467 15262 0 -1 4202496 101715 0 0 0 58205 25 0 0 25 0 1 0 494101479 410730496 97366 33554432000 4194304 4929204 140736015696848 18446744073709551615 4634069 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/15467/statm: 100276 97366 373 180 0 97286 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 401104

[startup+642.3 s]
/proc/loadavg: 3.99 3.97 3.48 5/190 15676
/proc/meminfo: memFree=15125368/32950928 swapFree=67111528/67111528
[pid=15467] ppid=15465 vsize=447820 CPUtime=642.31 cores=5,7
/proc/15467/stat : 15467 (clasp) R 15465 15467 15262 0 -1 4202496 113399 0 0 0 64202 29 0 0 25 0 1 0 494101479 458567680 109050 33554432000 4194304 4929204 140736015696848 18446744073709551615 4316160 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/15467/statm: 111955 109050 373 180 0 108965 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 447820

[startup+702.301 s]
/proc/loadavg: 3.99 3.97 3.51 5/190 15678
/proc/meminfo: memFree=15073028/32950928 swapFree=67111528/67111528
[pid=15467] ppid=15465 vsize=498680 CPUtime=702.31 cores=5,7
/proc/15467/stat : 15467 (clasp) R 15465 15467 15262 0 -1 4202496 125949 0 0 0 70198 33 0 0 25 0 1 0 494101479 510648320 121600 33554432000 4194304 4929204 140736015696848 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/15467/statm: 124670 121600 373 180 0 121680 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 498680

[startup+762.307 s]
/proc/loadavg: 3.99 3.97 3.54 5/190 15679
/proc/meminfo: memFree=15056336/32950928 swapFree=67111528/67111528
[pid=15467] ppid=15465 vsize=498680 CPUtime=762.31 cores=5,7
/proc/15467/stat : 15467 (clasp) R 15465 15467 15262 0 -1 4202496 125956 0 0 0 76198 33 0 0 25 0 1 0 494101479 510648320 121607 33554432000 4194304 4929204 140736015696848 18446744073709551615 4316093 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/15467/statm: 124670 121607 373 180 0 121680 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 498680

[startup+822.3 s]
/proc/loadavg: 3.99 3.97 3.56 5/190 15681
/proc/meminfo: memFree=15055860/32950928 swapFree=67111528/67111528
[pid=15467] ppid=15465 vsize=498680 CPUtime=822.31 cores=5,7
/proc/15467/stat : 15467 (clasp) R 15465 15467 15262 0 -1 4202496 125995 0 0 0 82198 33 0 0 25 0 1 0 494101479 510648320 121646 33554432000 4194304 4929204 140736015696848 18446744073709551615 4628067 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/15467/statm: 124670 121646 373 180 0 121680 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 498680

[startup+882.301 s]
/proc/loadavg: 4.05 3.99 3.59 5/190 15683
/proc/meminfo: memFree=15055380/32950928 swapFree=67111528/67111528
[pid=15467] ppid=15465 vsize=498680 CPUtime=882.31 cores=5,7
/proc/15467/stat : 15467 (clasp) R 15465 15467 15262 0 -1 4202496 126006 0 0 0 88198 33 0 0 25 0 1 0 494101479 510648320 121657 33554432000 4194304 4929204 140736015696848 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/15467/statm: 124670 121657 373 180 0 121680 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 498680

[startup+942.301 s]
/proc/loadavg: 4.02 3.99 3.61 5/190 15684
/proc/meminfo: memFree=15053548/32950928 swapFree=67111528/67111528
[pid=15467] ppid=15465 vsize=498680 CPUtime=942.31 cores=5,7
/proc/15467/stat : 15467 (clasp) R 15465 15467 15262 0 -1 4202496 126007 0 0 0 94198 33 0 0 25 0 1 0 494101479 510648320 121658 33554432000 4194304 4929204 140736015696848 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/15467/statm: 124670 121658 373 180 0 121680 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 498680

[startup+1002.3 s]
/proc/loadavg: 4.00 3.99 3.64 5/190 15686
/proc/meminfo: memFree=15053308/32950928 swapFree=67111528/67111528
[pid=15467] ppid=15465 vsize=498680 CPUtime=1002.31 cores=5,7
/proc/15467/stat : 15467 (clasp) R 15465 15467 15262 0 -1 4202496 126057 0 0 0 100198 33 0 0 25 0 1 0 494101479 510648320 121708 33554432000 4194304 4929204 140736015696848 18446744073709551615 4337358 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/15467/statm: 124670 121708 373 180 0 121680 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 498680

[startup+1062.3 s]
/proc/loadavg: 3.66 3.91 3.63 4/184 15704
/proc/meminfo: memFree=15515788/32950928 swapFree=67111528/67111528
[pid=15467] ppid=15465 vsize=498680 CPUtime=1062.31 cores=5,7
/proc/15467/stat : 15467 (clasp) R 15465 15467 15262 0 -1 4202496 126058 0 0 0 106198 33 0 0 25 0 1 0 494101479 510648320 121709 33554432000 4194304 4929204 140736015696848 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/15467/statm: 124670 121709 373 180 0 121680 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 498680

[startup+1122.3 s]
/proc/loadavg: 3.24 3.74 3.59 4/184 15706
/proc/meminfo: memFree=15502348/32950928 swapFree=67111528/67111528
[pid=15467] ppid=15465 vsize=498680 CPUtime=1122.32 cores=5,7
/proc/15467/stat : 15467 (clasp) R 15465 15467 15262 0 -1 4202496 126063 0 0 0 112199 33 0 0 25 0 1 0 494101479 510648320 121714 33554432000 4194304 4929204 140736015696848 18446744073709551615 4633958 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/15467/statm: 124670 121714 373 180 0 121680 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 498680

[startup+1182.3 s]
/proc/loadavg: 3.09 3.60 3.55 4/184 15708
/proc/meminfo: memFree=15477864/32950928 swapFree=67111528/67111528
[pid=15467] ppid=15465 vsize=498680 CPUtime=1182.32 cores=5,7
/proc/15467/stat : 15467 (clasp) R 15465 15467 15262 0 -1 4202496 126111 0 0 0 118199 33 0 0 25 0 1 0 494101479 510648320 121762 33554432000 4194304 4929204 140736015696848 18446744073709551615 4316150 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/15467/statm: 124670 121762 373 180 0 121680 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 498680

[startup+1242.3 s]
/proc/loadavg: 3.03 3.49 3.51 4/184 15709
/proc/meminfo: memFree=15448816/32950928 swapFree=67111528/67111528
[pid=15467] ppid=15465 vsize=498680 CPUtime=1242.32 cores=5,7
/proc/15467/stat : 15467 (clasp) R 15465 15467 15262 0 -1 4202496 126111 0 0 0 124199 33 0 0 25 0 1 0 494101479 510648320 121762 33554432000 4194304 4929204 140736015696848 18446744073709551615 4316093 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/15467/statm: 124670 121762 373 180 0 121680 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 498680



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.01 3.40 3.48 4/184 15711
/proc/meminfo: memFree=15418008/32950928 swapFree=67111528/67111528
[pid=15467] ppid=15465 vsize=527820 CPUtime=1300.03 cores=5,7
/proc/15467/stat : 15467 (clasp) R 15465 15467 15262 0 -1 4202496 133396 0 0 0 129967 36 0 0 25 0 1 0 494101479 540487680 129047 33554432000 4194304 4929204 140736015696848 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/15467/statm: 131955 129047 373 180 0 128965 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 527820

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

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

Child status: 0
Real time (s): 1300.03
CPU time (s): 1300.06
CPU user time (s): 1299.68
CPU system time (s): 0.387941
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 527820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.68
system time used= 0.387941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133410
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= 9
involuntary context switches= 1754

runsolver used 2.03369 second user time and 5.07023 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-26 15:37:07
IDJOB=3300263
IDBENCH=82390
IDSOLVER=1684
FILE ID=node122/3300263-1303825027
RUNJOBID= node122-1303823723-15284
PBS_JOBID= 13160773
Free space on /tmp= 71644 MiB

SOLVER NAME= clasp 2.0-R4092-indust
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.025-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-3300263-1303825027/watcher-3300263-1303825027 -o /tmp/evaluation-result-3300263-1303825027/solver-3300263-1303825027 -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-3300263-1303825027.cnf

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

MD5SUM BENCH= 732b9c9b0d44d6a9e75489b2f5004165
RANDOM SEED=81542621

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      16008416 kB
Buffers:       1727036 kB
Cached:       14385228 kB
SwapCached:          0 kB
Active:        5056024 kB
Inactive:     11322280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16008416 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            8868 kB
Writeback:          20 kB
AnonPages:      266652 kB
Mapped:          16080 kB
Slab:           500400 kB
PageTables:       5536 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   460668 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= 71680 MiB
End job on node122 at 2011-04-26 15:58:49