Trace number 3300265

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.04 1300.05

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.035-NOTKNOWN.cnf
MD5SUM28233bedeee44da6e79e63b9febc4d1e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2999.44
Satisfiable
(Un)Satisfiability was proved
Number of variables133566
Number of clauses667976
Sum of the clauses size1591941
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2659295
Number of clauses of size 32100
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56370

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...825027/instance-3300265-1303825027.cnf
0.68/0.71	c Solving...
1298.98/1300.00	
1298.98/1300.00	*** INTERRUPTED! ***
1298.98/1300.00	s UNKNOWN
1298.98/1300.00	
1298.98/1300.00	c INTERRUPTED   : 1
1298.98/1300.00	c Models        : 0+    
1298.98/1300.00	c Time          : 1300.003s (Solving: 1299.29s 1st Model: 0.00s Unsat: 0.00s)
1298.98/1300.00	c CPU Time      : 1298.980s

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-3300265-1303825027/watcher-3300265-1303825027 -o /tmp/evaluation-result-3300265-1303825027/solver-3300265-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-3300265-1303825027.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: 3.87 3.95 3.07 5/184 24290
/proc/meminfo: memFree=17383288/32951132 swapFree=67111524/67111528
[pid=24290] ppid=24288 vsize=29264 CPUtime=0 cores=1,3
/proc/24290/stat : 24290 (clasp) R 24288 24290 23901 0 -1 4202496 1244 0 0 0 0 0 0 0 21 0 1 0 494102358 29966336 1185 33554432000 4194304 4929204 140735125880480 18446744073709551615 4664652 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24290/statm: 7316 1192 319 180 0 4326 0

[startup+0.0894711 s]
/proc/loadavg: 3.87 3.95 3.07 5/184 24290
/proc/meminfo: memFree=17383288/32951132 swapFree=67111524/67111528
[pid=24290] ppid=24288 vsize=43776 CPUtime=0.08 cores=1,3
/proc/24290/stat : 24290 (clasp) R 24288 24290 23901 0 -1 4202496 9693 0 0 0 7 1 0 0 21 0 1 0 494102358 44826624 8117 33554432000 4194304 4929204 140735125880480 18446744073709551615 210646807237 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24290/statm: 10944 8118 330 180 0 7954 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 43776

[startup+0.100468 s]
/proc/loadavg: 3.87 3.95 3.07 5/184 24290
/proc/meminfo: memFree=17383288/32951132 swapFree=67111524/67111528
[pid=24290] ppid=24288 vsize=45372 CPUtime=0.09 cores=1,3
/proc/24290/stat : 24290 (clasp) R 24288 24290 23901 0 -1 4202496 10265 0 0 0 8 1 0 0 21 0 1 0 494102358 46460928 8418 33554432000 4194304 4929204 140735125880480 18446744073709551615 210646807237 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24290/statm: 11343 8419 330 180 0 8353 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 45372

[startup+0.300436 s]
/proc/loadavg: 3.87 3.95 3.07 5/184 24290
/proc/meminfo: memFree=17383288/32951132 swapFree=67111524/67111528
[pid=24290] ppid=24288 vsize=75280 CPUtime=0.29 cores=1,3
/proc/24290/stat : 24290 (clasp) R 24288 24290 23901 0 -1 4202496 20041 0 0 0 27 2 0 0 22 0 1 0 494102358 77086720 15843 33554432000 4194304 4929204 140735125880480 18446744073709551615 4582166 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24290/statm: 18820 15843 342 180 0 15830 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 75280

[startup+0.700367 s]
/proc/loadavg: 3.87 3.95 3.07 5/184 24290
/proc/meminfo: memFree=17383288/32951132 swapFree=67111524/67111528
[pid=24290] ppid=24288 vsize=76600 CPUtime=0.68 cores=1,3
/proc/24290/stat : 24290 (clasp) R 24288 24290 23901 0 -1 4202496 20395 0 0 0 66 2 0 0 23 0 1 0 494102358 78438400 16197 33554432000 4194304 4929204 140735125880480 18446744073709551615 210646801392 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24290/statm: 19150 16197 343 180 0 16160 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 76600

[startup+1.50023 s]
/proc/loadavg: 3.87 3.95 3.07 5/185 24291
/proc/meminfo: memFree=17303840/32951132 swapFree=67111524/67111528
[pid=24290] ppid=24288 vsize=67732 CPUtime=1.48 cores=1,3
/proc/24290/stat : 24290 (clasp) R 24288 24290 23901 0 -1 4202496 20473 0 0 0 146 2 0 0 25 0 1 0 494102358 69357568 14079 33554432000 4194304 4929204 140735125880480 18446744073709551615 4629119 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24290/statm: 16933 14079 367 180 0 13943 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 67732

[startup+3.10096 s]
/proc/loadavg: 3.87 3.95 3.07 6/188 24297
/proc/meminfo: memFree=17235708/32951132 swapFree=67111524/67111528
[pid=24290] ppid=24288 vsize=70836 CPUtime=3.09 cores=1,3
/proc/24290/stat : 24290 (clasp) R 24288 24290 23901 0 -1 4202496 21310 0 0 0 306 3 0 0 25 0 1 0 494102358 72536064 14916 33554432000 4194304 4929204 140735125880480 18446744073709551615 4627948 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24290/statm: 17709 14916 367 180 0 14719 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 70836

[startup+6.30043 s]
/proc/loadavg: 3.96 3.97 3.08 6/188 24297
/proc/meminfo: memFree=17088272/32951132 swapFree=67111524/67111528
[pid=24290] ppid=24288 vsize=71760 CPUtime=6.28 cores=1,3
/proc/24290/stat : 24290 (clasp) R 24288 24290 23901 0 -1 4202496 21527 0 0 0 625 3 0 0 25 0 1 0 494102358 73482240 15133 33554432000 4194304 4929204 140735125880480 18446744073709551615 4327508 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24290/statm: 17940 15133 367 180 0 14950 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 71760

[startup+12.7003 s]
/proc/loadavg: 4.29 4.04 3.11 5/188 24297
/proc/meminfo: memFree=17068120/32951132 swapFree=67111524/67111528
[pid=24290] ppid=24288 vsize=91212 CPUtime=12.5 cores=1,3
/proc/24290/stat : 24290 (clasp) R 24288 24290 23901 0 -1 4202496 26387 0 0 0 1241 9 0 0 25 0 1 0 494102358 93401088 19993 33554432000 4194304 4929204 140735125880480 18446744073709551615 4316330 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/24290/statm: 22803 19993 372 180 0 19813 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 91212

[startup+25.5001 s]
/proc/loadavg: 4.87 4.18 3.17 6/188 24298
/proc/meminfo: memFree=17056440/32951132 swapFree=67111524/67111528
[pid=24290] ppid=24288 vsize=105164 CPUtime=24.58 cores=1,3
/proc/24290/stat : 24290 (clasp) R 24288 24290 23901 0 -1 4202496 29879 0 0 0 2432 26 0 0 25 0 1 0 494102358 107687936 23485 33554432000 4194304 4929204 140735125880480 18446744073709551615 4338208 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/24290/statm: 26291 23485 372 180 0 23301 0
Current children cumulated CPU time (s) 24.58
Current children cumulated vsize (KiB) 105164

[startup+51.1009 s]
/proc/loadavg: 4.69 4.20 3.20 5/188 24299
/proc/meminfo: memFree=17024192/32951132 swapFree=67111524/67111528
[pid=24290] ppid=24288 vsize=139724 CPUtime=50.08 cores=1,3
/proc/24290/stat : 24290 (clasp) R 24288 24290 23901 0 -1 4202496 38485 0 0 0 4977 31 0 0 25 0 1 0 494102358 143077376 32091 33554432000 4194304 4929204 140735125880480 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24290/statm: 34931 32091 373 180 0 31941 0
Current children cumulated CPU time (s) 50.08
Current children cumulated vsize (KiB) 139724

[startup+102.307 s]
/proc/loadavg: 4.36 4.18 3.24 5/188 24300
/proc/meminfo: memFree=16950892/32951132 swapFree=67111524/67111528
[pid=24290] ppid=24288 vsize=212940 CPUtime=101.26 cores=1,3
/proc/24290/stat : 24290 (clasp) R 24288 24290 23901 0 -1 4202496 56710 0 0 0 10090 36 0 0 25 0 1 0 494102358 218050560 50316 33554432000 4194304 4929204 140735125880480 18446744073709551615 4316093 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24290/statm: 53235 50316 373 180 0 50245 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 212940

[startup+162.301 s]
/proc/loadavg: 4.13 4.14 3.29 5/188 24301
/proc/meminfo: memFree=16927816/32951132 swapFree=67111524/67111528
[pid=24290] ppid=24288 vsize=242516 CPUtime=161.27 cores=1,3
/proc/24290/stat : 24290 (clasp) R 24288 24290 23901 0 -1 4202496 64110 0 0 0 16089 38 0 0 25 0 1 0 494102358 248336384 57716 33554432000 4194304 4929204 140735125880480 18446744073709551615 4316165 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24290/statm: 60629 57716 373 180 0 57639 0
Current children cumulated CPU time (s) 161.27
Current children cumulated vsize (KiB) 242516

[startup+222.301 s]
/proc/loadavg: 4.05 4.11 3.33 5/188 24303
/proc/meminfo: memFree=16753704/32951132 swapFree=67111524/67111528
[pid=24290] ppid=24288 vsize=402784 CPUtime=221.26 cores=1,3
/proc/24290/stat : 24290 (clasp) R 24288 24290 23901 0 -1 4202496 104179 0 0 0 22081 45 0 0 25 0 1 0 494102358 412450816 97785 33554432000 4194304 4929204 140735125880480 18446744073709551615 4316139 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24290/statm: 100696 97785 373 180 0 97706 0
Current children cumulated CPU time (s) 221.26
Current children cumulated vsize (KiB) 402784

[startup+282.301 s]
/proc/loadavg: 4.05 4.11 3.38 5/188 24305
/proc/meminfo: memFree=16749228/32951132 swapFree=67111524/67111528
[pid=24290] ppid=24288 vsize=402784 CPUtime=281.27 cores=1,3
/proc/24290/stat : 24290 (clasp) R 24288 24290 23901 0 -1 4202496 104204 0 0 0 28082 45 0 0 25 0 1 0 494102358 412450816 97810 33554432000 4194304 4929204 140735125880480 18446744073709551615 4632587 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24290/statm: 100696 97810 373 180 0 97706 0
Current children cumulated CPU time (s) 281.27
Current children cumulated vsize (KiB) 402784

[startup+342.301 s]
/proc/loadavg: 4.02 4.08 3.41 5/188 24306
/proc/meminfo: memFree=16672076/32951132 swapFree=67111524/67111528
[pid=24290] ppid=24288 vsize=462824 CPUtime=341.27 cores=1,3
/proc/24290/stat : 24290 (clasp) R 24288 24290 23901 0 -1 4202496 119226 0 0 0 34078 49 0 0 25 0 1 0 494102358 473931776 112832 33554432000 4194304 4929204 140735125880480 18446744073709551615 4627859 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24290/statm: 115706 112832 373 180 0 112716 0
Current children cumulated CPU time (s) 341.27
Current children cumulated vsize (KiB) 462824

[startup+402.301 s]
/proc/loadavg: 4.04 4.08 3.45 5/188 24308
/proc/meminfo: memFree=16665000/32951132 swapFree=67111524/67111528
[pid=24290] ppid=24288 vsize=462824 CPUtime=401.27 cores=1,3
/proc/24290/stat : 24290 (clasp) R 24288 24290 23901 0 -1 4202496 119238 0 0 0 40078 49 0 0 25 0 1 0 494102358 473931776 112844 33554432000 4194304 4929204 140735125880480 18446744073709551615 4327577 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24290/statm: 115706 112844 373 180 0 112716 0
Current children cumulated CPU time (s) 401.27
Current children cumulated vsize (KiB) 462824

[startup+462.301 s]
/proc/loadavg: 4.05 4.08 3.49 5/188 24309
/proc/meminfo: memFree=16559840/32951132 swapFree=67111524/67111528
[pid=24290] ppid=24288 vsize=562320 CPUtime=461.27 cores=1,3
/proc/24290/stat : 24290 (clasp) R 24288 24290 23901 0 -1 4202496 143919 0 0 0 46074 53 0 0 25 0 1 0 494102358 575815680 137525 33554432000 4194304 4929204 140735125880480 18446744073709551615 4633762 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24290/statm: 140580 137525 373 180 0 137590 0
Current children cumulated CPU time (s) 461.27
Current children cumulated vsize (KiB) 562320

[startup+522.3 s]
/proc/loadavg: 4.02 4.06 3.52 5/188 24311
/proc/meminfo: memFree=16336628/32951132 swapFree=67111524/67111528
[pid=24290] ppid=24288 vsize=733576 CPUtime=521.26 cores=1,3
/proc/24290/stat : 24290 (clasp) R 24288 24290 23901 0 -1 4202496 186609 0 0 0 52064 62 0 0 25 0 1 0 494102358 751181824 180215 33554432000 4194304 4929204 140735125880480 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24290/statm: 183394 180215 373 180 0 180404 0
Current children cumulated CPU time (s) 521.26
Current children cumulated vsize (KiB) 733576

[startup+582.3 s]
/proc/loadavg: 4.00 4.05 3.55 5/188 24313
/proc/meminfo: memFree=16336744/32951132 swapFree=67111524/67111528
[pid=24290] ppid=24288 vsize=733576 CPUtime=581.26 cores=1,3
/proc/24290/stat : 24290 (clasp) R 24288 24290 23901 0 -1 4202496 186639 0 0 0 58064 62 0 0 25 0 1 0 494102358 751181824 180245 33554432000 4194304 4929204 140735125880480 18446744073709551615 4316222 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24290/statm: 183394 180245 373 180 0 180404 0
Current children cumulated CPU time (s) 581.26
Current children cumulated vsize (KiB) 733576

[startup+642.3 s]
/proc/loadavg: 4.00 4.04 3.57 5/188 24314
/proc/meminfo: memFree=16335492/32951132 swapFree=67111524/67111528
[pid=24290] ppid=24288 vsize=733576 CPUtime=641.27 cores=1,3
/proc/24290/stat : 24290 (clasp) R 24288 24290 23901 0 -1 4202496 186672 0 0 0 64065 62 0 0 25 0 1 0 494102358 751181824 180278 33554432000 4194304 4929204 140735125880480 18446744073709551615 4334242 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24290/statm: 183394 180278 373 180 0 180404 0
Current children cumulated CPU time (s) 641.27
Current children cumulated vsize (KiB) 733576

[startup+702.301 s]
/proc/loadavg: 4.00 4.03 3.59 5/188 24316
/proc/meminfo: memFree=16333124/32951132 swapFree=67111524/67111528
[pid=24290] ppid=24288 vsize=733576 CPUtime=701.27 cores=1,3
/proc/24290/stat : 24290 (clasp) R 24288 24290 23901 0 -1 4202496 186672 0 0 0 70065 62 0 0 25 0 1 0 494102358 751181824 180278 33554432000 4194304 4929204 140735125880480 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24290/statm: 183394 180278 373 180 0 180404 0
Current children cumulated CPU time (s) 701.27
Current children cumulated vsize (KiB) 733576

[startup+762.307 s]
/proc/loadavg: 3.47 3.88 3.57 4/182 24335
/proc/meminfo: memFree=16505036/32951132 swapFree=67111524/67111528
[pid=24290] ppid=24288 vsize=733576 CPUtime=761.27 cores=1,3
/proc/24290/stat : 24290 (clasp) R 24288 24290 23901 0 -1 4202496 186709 0 0 0 76065 62 0 0 25 0 1 0 494102358 751181824 180315 33554432000 4194304 4929204 140735125880480 18446744073709551615 4316150 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24290/statm: 183394 180315 373 180 0 180404 0
Current children cumulated CPU time (s) 761.27
Current children cumulated vsize (KiB) 733576

[startup+822.301 s]
/proc/loadavg: 3.17 3.72 3.53 4/182 24337
/proc/meminfo: memFree=16466716/32951132 swapFree=67111524/67111528
[pid=24290] ppid=24288 vsize=744128 CPUtime=821.27 cores=1,3
/proc/24290/stat : 24290 (clasp) R 24288 24290 23901 0 -1 4202496 189353 0 0 0 82065 62 0 0 25 0 1 0 494102358 761987072 182959 33554432000 4194304 4929204 140735125880480 18446744073709551615 210646844018 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24290/statm: 186032 182959 373 180 0 183042 0
Current children cumulated CPU time (s) 821.27
Current children cumulated vsize (KiB) 744128

[startup+882.301 s]
/proc/loadavg: 3.06 3.58 3.49 4/182 24339
/proc/meminfo: memFree=16455296/32951132 swapFree=67111524/67111528
[pid=24290] ppid=24288 vsize=746704 CPUtime=881.28 cores=1,3
/proc/24290/stat : 24290 (clasp) R 24288 24290 23901 0 -1 4202496 189914 0 0 0 88065 63 0 0 25 0 1 0 494102358 764624896 183520 33554432000 4194304 4929204 140735125880480 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24290/statm: 186676 183520 373 180 0 183686 0
Current children cumulated CPU time (s) 881.28
Current children cumulated vsize (KiB) 746704

[startup+942.301 s]
/proc/loadavg: 3.07 3.49 3.46 4/182 24340
/proc/meminfo: memFree=16259984/32951132 swapFree=67111524/67111528
[pid=24290] ppid=24288 vsize=905072 CPUtime=941.28 cores=1,3
/proc/24290/stat : 24290 (clasp) R 24288 24290 23901 0 -1 4202496 229495 0 0 0 94054 74 0 0 25 0 1 0 494102358 926793728 223101 33554432000 4194304 4929204 140735125880480 18446744073709551615 4628162 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24290/statm: 226268 223101 373 180 0 223278 0
Current children cumulated CPU time (s) 941.28
Current children cumulated vsize (KiB) 905072

[startup+1002.3 s]
/proc/loadavg: 3.02 3.40 3.43 4/182 24342
/proc/meminfo: memFree=16257996/32951132 swapFree=67111524/67111528
[pid=24290] ppid=24288 vsize=905072 CPUtime=1001.28 cores=1,3
/proc/24290/stat : 24290 (clasp) R 24288 24290 23901 0 -1 4202496 229496 0 0 0 100054 74 0 0 25 0 1 0 494102358 926793728 223102 33554432000 4194304 4929204 140735125880480 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24290/statm: 226268 223102 373 180 0 223278 0
Current children cumulated CPU time (s) 1001.28
Current children cumulated vsize (KiB) 905072

[startup+1062.3 s]
/proc/loadavg: 3.01 3.32 3.40 4/182 24343
/proc/meminfo: memFree=16248680/32951132 swapFree=67111524/67111528
[pid=24290] ppid=24288 vsize=905072 CPUtime=1061.28 cores=1,3
/proc/24290/stat : 24290 (clasp) R 24288 24290 23901 0 -1 4202496 229501 0 0 0 106054 74 0 0 25 0 1 0 494102358 926793728 223107 33554432000 4194304 4929204 140735125880480 18446744073709551615 4316728 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24290/statm: 226268 223107 373 180 0 223278 0
Current children cumulated CPU time (s) 1061.28
Current children cumulated vsize (KiB) 905072

[startup+1122.3 s]
/proc/loadavg: 3.00 3.26 3.37 4/182 24345
/proc/meminfo: memFree=16234028/32951132 swapFree=67111524/67111528
[pid=24290] ppid=24288 vsize=905316 CPUtime=1121.28 cores=1,3
/proc/24290/stat : 24290 (clasp) R 24288 24290 23901 0 -1 4202496 229562 0 0 0 112054 74 0 0 25 0 1 0 494102358 927043584 223168 33554432000 4194304 4929204 140735125880480 18446744073709551615 4627948 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24290/statm: 226329 223168 373 180 0 223339 0
Current children cumulated CPU time (s) 1121.28
Current children cumulated vsize (KiB) 905316

[startup+1182.3 s]
/proc/loadavg: 3.00 3.21 3.35 4/182 24347
/proc/meminfo: memFree=16234024/32951132 swapFree=67111524/67111528
[pid=24290] ppid=24288 vsize=905316 CPUtime=1181.28 cores=1,3
/proc/24290/stat : 24290 (clasp) R 24288 24290 23901 0 -1 4202496 229564 0 0 0 118054 74 0 0 25 0 1 0 494102358 927043584 223170 33554432000 4194304 4929204 140735125880480 18446744073709551615 4657929 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24290/statm: 226329 223170 373 180 0 223339 0
Current children cumulated CPU time (s) 1181.28
Current children cumulated vsize (KiB) 905316

[startup+1242.3 s]
/proc/loadavg: 3.00 3.17 3.33 4/182 24348
/proc/meminfo: memFree=15941128/32951132 swapFree=67111524/67111528
[pid=24290] ppid=24288 vsize=1103784 CPUtime=1241.28 cores=1,3
/proc/24290/stat : 24290 (clasp) R 24288 24290 23901 0 -1 4202496 279177 0 0 0 124044 84 0 0 25 0 1 0 494102358 1130274816 272783 33554432000 4194304 4929204 140735125880480 18446744073709551615 4338093 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24290/statm: 275946 272783 373 180 0 272956 0
Current children cumulated CPU time (s) 1241.28
Current children cumulated vsize (KiB) 1103784



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.04 3.15 3.31 3/180 24351
/proc/meminfo: memFree=16310652/32951132 swapFree=67111524/67111528
[pid=24290] ppid=24288 vsize=1103784 CPUtime=1298.98 cores=1,3
/proc/24290/stat : 24290 (clasp) R 24288 24290 23901 0 -1 4202496 279180 0 0 0 129814 84 0 0 25 0 1 0 494102358 1130274816 272786 33554432000 4194304 4929204 140735125880480 18446744073709551615 4622117 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24290/statm: 275946 272786 373 180 0 272956 0
Current children cumulated CPU time (s) 1298.98
Current children cumulated vsize (KiB) 1103784

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.05
CPU time (s): 1299.04
CPU user time (s): 1298.15
CPU system time (s): 0.892864
CPU usage (%): 99.9224
Max. virtual memory (cumulated for all children) (KiB): 1103784

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

runsolver used 2.07668 second user time and 5.08223 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-26 15:37:07
IDJOB=3300265
IDBENCH=82392
IDSOLVER=1684
FILE ID=node129/3300265-1303825027
RUNJOBID= node129-1303823722-23921
PBS_JOBID= 13160766
Free space on /tmp= 66732 MiB

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

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

MD5SUM BENCH= 28233bedeee44da6e79e63b9febc4d1e
RANDOM SEED=268893369

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      17383568 kB
Buffers:       1263096 kB
Cached:       13286024 kB
SwapCached:          4 kB
Active:        3393436 kB
Inactive:     11507580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      17383568 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           44508 kB
Writeback:          88 kB
AnonPages:      351488 kB
Mapped:          16172 kB
Slab:           603624 kB
PageTables:       5668 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   523176 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= 66732 MiB
End job on node129 at 2011-04-26 15:58:49