Trace number 3300272

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 1300.04

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.cnf
MD5SUM6c2d25eda70423643946d76935ceb950
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 variables1512832
Number of clauses8233086
Sum of the clauses size19530286
Maximum clause length1178
Minimum clause length1
Number of clauses of size 1846
Number of clauses of size 28165680
Number of clauses of size 31280
Number of clauses of size 41600
Number of clauses of size 51600
Number of clauses of size over 562080

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...825028/instance-3300272-1303825028.cnf
2.29/2.33	c Solving...
1299.96/1300.00	
1299.96/1300.00	*** INTERRUPTED! ***
1299.96/1300.00	s UNKNOWN
1299.96/1300.00	
1299.96/1300.00	c INTERRUPTED   : 1
1299.96/1300.00	c Models        : 0+    
1299.96/1300.00	c Time          : 1300.005s (Solving: 1297.67s 1st Model: 0.00s Unsat: 0.00s)
1299.96/1300.00	c CPU Time      : 1299.960s

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-3300272-1303825028/watcher-3300272-1303825028 -o /tmp/evaluation-result-3300272-1303825028/solver-3300272-1303825028 -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-3300272-1303825028.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: 4.02 3.97 3.02 4/186 29179
/proc/meminfo: memFree=14802508/32950928 swapFree=67111528/67111528
[pid=29179] ppid=29177 vsize=204372 CPUtime=0 cores=5,7
/proc/29179/stat : 29179 (clasp) R 29177 29179 28979 0 -1 4202496 926 0 0 0 0 0 0 0 21 0 1 0 494102024 209276928 866 33554432000 4194304 4929204 140736642129872 18446744073709551615 4660069 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29179/statm: 51093 867 317 180 0 48103 0

[startup+0.0883571 s]
/proc/loadavg: 4.02 3.97 3.02 4/186 29179
/proc/meminfo: memFree=14802508/32950928 swapFree=67111528/67111528
[pid=29179] ppid=29177 vsize=204372 CPUtime=0.08 cores=5,7
/proc/29179/stat : 29179 (clasp) R 29177 29179 28979 0 -1 4202496 31579 0 0 0 5 3 0 0 21 0 1 0 494102024 209276928 31520 33554432000 4194304 4929204 140736642129872 18446744073709551615 4664652 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29179/statm: 51093 31538 319 180 0 48103 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 204372

[startup+0.100355 s]
/proc/loadavg: 4.02 3.97 3.02 4/186 29179
/proc/meminfo: memFree=14802508/32950928 swapFree=67111528/67111528
[pid=29179] ppid=29177 vsize=204372 CPUtime=0.09 cores=5,7
/proc/29179/stat : 29179 (clasp) R 29177 29179 28979 0 -1 4202496 36458 0 0 0 5 4 0 0 21 0 1 0 494102024 209276928 36399 33554432000 4194304 4929204 140736642129872 18446744073709551615 4664652 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29179/statm: 51093 36415 319 180 0 48103 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 204372

[startup+0.300319 s]
/proc/loadavg: 4.02 3.97 3.02 4/186 29179
/proc/meminfo: memFree=14802508/32950928 swapFree=67111528/67111528
[pid=29179] ppid=29177 vsize=310752 CPUtime=0.29 cores=5,7
/proc/29179/stat : 29179 (clasp) R 29177 29179 28979 0 -1 4202496 85437 0 0 0 21 8 0 0 22 0 1 0 494102024 318210048 73558 33554432000 4194304 4929204 140736642129872 18446744073709551615 251814240000 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29179/statm: 77688 73558 330 180 0 74698 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 310752

[startup+0.70025 s]
/proc/loadavg: 4.02 3.97 3.02 4/186 29179
/proc/meminfo: memFree=14802508/32950928 swapFree=67111528/67111528
[pid=29179] ppid=29177 vsize=317840 CPUtime=0.69 cores=5,7
/proc/29179/stat : 29179 (clasp) R 29177 29179 28979 0 -1 4202496 87277 0 0 0 59 10 0 0 24 0 1 0 494102024 325468160 75398 33554432000 4194304 4929204 140736642129872 18446744073709551615 4620866 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29179/statm: 79460 75399 330 180 0 76470 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 317840

[startup+1.50012 s]
/proc/loadavg: 4.02 3.97 3.02 5/185 29180
/proc/meminfo: memFree=14468008/32950928 swapFree=67111528/67111528
[pid=29179] ppid=29177 vsize=341412 CPUtime=1.49 cores=5,7
/proc/29179/stat : 29179 (clasp) R 29177 29179 28979 0 -1 4202496 93266 0 0 0 136 13 0 0 25 0 1 0 494102024 349605888 81304 33554432000 4194304 4929204 140736642129872 18446744073709551615 251814240000 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29179/statm: 85353 81304 330 180 0 82363 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 341412

[startup+3.10085 s]
/proc/loadavg: 4.02 3.97 3.02 5/190 29186
/proc/meminfo: memFree=14291640/32950928 swapFree=67111528/67111528
[pid=29179] ppid=29177 vsize=370540 CPUtime=3.09 cores=5,7
/proc/29179/stat : 29179 (clasp) R 29177 29179 28979 0 -1 4202496 131767 0 0 0 289 20 0 0 25 0 1 0 494102024 379432960 89701 33554432000 4194304 4929204 140736642129872 18446744073709551615 4316154 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29179/statm: 92635 89701 358 180 0 89645 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 370540

[startup+6.30031 s]
/proc/loadavg: 4.10 3.99 3.03 5/190 29186
/proc/meminfo: memFree=14179508/32950928 swapFree=67111528/67111528
[pid=29179] ppid=29177 vsize=381216 CPUtime=6.29 cores=5,7
/proc/29179/stat : 29179 (clasp) R 29177 29179 28979 0 -1 4202496 134427 0 0 0 609 20 0 0 25 0 1 0 494102024 390365184 92361 33554432000 4194304 4929204 140736642129872 18446744073709551615 4626670 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29179/statm: 95304 92361 362 180 0 92314 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 381216

[startup+12.7002 s]
/proc/loadavg: 4.09 3.99 3.04 5/190 29186
/proc/meminfo: memFree=14165648/32950928 swapFree=67111528/67111528
[pid=29179] ppid=29177 vsize=397760 CPUtime=12.69 cores=5,7
/proc/29179/stat : 29179 (clasp) R 29177 29179 28979 0 -1 4202496 138536 0 0 0 1248 21 0 0 25 0 1 0 494102024 407306240 96470 33554432000 4194304 4929204 140736642129872 18446744073709551615 4367943 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29179/statm: 99440 96470 362 180 0 96450 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 397760

[startup+25.5011 s]
/proc/loadavg: 4.07 3.99 3.05 5/190 29187
/proc/meminfo: memFree=14143352/32950928 swapFree=67111528/67111528
[pid=29179] ppid=29177 vsize=420180 CPUtime=25.49 cores=5,7
/proc/29179/stat : 29179 (clasp) R 29177 29179 28979 0 -1 4202496 144149 0 0 0 2526 23 0 0 25 0 1 0 494102024 430264320 102083 33554432000 4194304 4929204 140736642129872 18446744073709551615 4308945 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29179/statm: 105045 102083 362 180 0 102055 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 420180

[startup+51.1008 s]
/proc/loadavg: 4.04 3.99 3.07 5/190 29187
/proc/meminfo: memFree=14125160/32950928 swapFree=67111528/67111528
[pid=29179] ppid=29177 vsize=430868 CPUtime=51.09 cores=5,7
/proc/29179/stat : 29179 (clasp) R 29177 29179 28979 0 -1 4202496 146821 0 0 0 5084 25 0 0 25 0 1 0 494102024 441208832 104755 33554432000 4194304 4929204 140736642129872 18446744073709551615 4632683 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29179/statm: 107717 104755 362 180 0 104727 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 430868

[startup+102.3 s]
/proc/loadavg: 4.02 3.99 3.12 5/187 29219
/proc/meminfo: memFree=14297572/32950928 swapFree=67111528/67111528
[pid=29179] ppid=29177 vsize=434556 CPUtime=102.3 cores=5,7
/proc/29179/stat : 29179 (clasp) R 29177 29179 28979 0 -1 4202496 147747 0 0 0 10204 26 0 0 25 0 1 0 494102024 444985344 105681 33554432000 4194304 4929204 140736642129872 18446744073709551615 4632560 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29179/statm: 108639 105681 362 180 0 105649 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 434556

[startup+162.301 s]
/proc/loadavg: 3.97 3.97 3.17 5/190 29326
/proc/meminfo: memFree=14425792/32950928 swapFree=67111528/67111528
[pid=29179] ppid=29177 vsize=448104 CPUtime=162.29 cores=5,7
/proc/29179/stat : 29179 (clasp) R 29177 29179 28979 0 -1 4202496 151149 0 0 0 16202 27 0 0 25 0 1 0 494102024 458858496 109083 33554432000 4194304 4929204 140736642129872 18446744073709551615 4658532 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29179/statm: 112026 109083 362 180 0 109036 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 448104

[startup+222.307 s]
/proc/loadavg: 3.99 3.97 3.22 5/190 29382
/proc/meminfo: memFree=14507372/32950928 swapFree=67111528/67111528
[pid=29179] ppid=29177 vsize=457952 CPUtime=222.3 cores=5,7
/proc/29179/stat : 29179 (clasp) R 29177 29179 28979 0 -1 4202496 153593 0 0 0 22201 29 0 0 25 0 1 0 494102024 468942848 111527 33554432000 4194304 4929204 140736642129872 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29179/statm: 114488 111527 367 180 0 111498 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 457952

[startup+282.301 s]
/proc/loadavg: 3.99 3.97 3.26 5/190 29437
/proc/meminfo: memFree=14551120/32950928 swapFree=67111528/67111528
[pid=29179] ppid=29177 vsize=463120 CPUtime=282.29 cores=5,7
/proc/29179/stat : 29179 (clasp) R 29177 29179 28979 0 -1 4202496 154918 0 0 0 28200 29 0 0 25 0 1 0 494102024 474234880 112852 33554432000 4194304 4929204 140736642129872 18446744073709551615 4632847 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29179/statm: 115780 112852 367 180 0 112790 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 463120

[startup+342.301 s]
/proc/loadavg: 3.99 3.97 3.31 5/190 29439
/proc/meminfo: memFree=14532320/32950928 swapFree=67111528/67111528
[pid=29179] ppid=29177 vsize=467932 CPUtime=342.28 cores=5,7
/proc/29179/stat : 29179 (clasp) R 29177 29179 28979 0 -1 4202496 156115 0 0 0 34199 29 0 0 25 0 1 0 494102024 479162368 114049 33554432000 4194304 4929204 140736642129872 18446744073709551615 4365561 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29179/statm: 116983 114049 368 180 0 113993 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 467932

[startup+402.301 s]
/proc/loadavg: 3.99 3.97 3.35 5/190 29441
/proc/meminfo: memFree=14477708/32950928 swapFree=67111528/67111528
[pid=29179] ppid=29177 vsize=498692 CPUtime=402.28 cores=5,7
/proc/29179/stat : 29179 (clasp) R 29177 29179 28979 0 -1 4202496 163803 0 0 0 40197 31 0 0 25 0 1 0 494102024 510660608 121737 33554432000 4194304 4929204 140736642129872 18446744073709551615 4365448 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29179/statm: 124673 121737 368 180 0 121683 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 498692

[startup+462.301 s]
/proc/loadavg: 4.03 3.99 3.39 5/190 29442
/proc/meminfo: memFree=14436640/32950928 swapFree=67111528/67111528
[pid=29179] ppid=29177 vsize=512780 CPUtime=462.28 cores=5,7
/proc/29179/stat : 29179 (clasp) R 29177 29179 28979 0 -1 4202496 167330 0 0 0 46196 32 0 0 25 0 1 0 494102024 525086720 125264 33554432000 4194304 4929204 140736642129872 18446744073709551615 4365479 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29179/statm: 128195 125264 368 180 0 125205 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 512780

[startup+522.3 s]
/proc/loadavg: 4.06 4.00 3.43 5/190 29444
/proc/meminfo: memFree=14317092/32950928 swapFree=67111528/67111528
[pid=29179] ppid=29177 vsize=516152 CPUtime=522.27 cores=5,7
/proc/29179/stat : 29179 (clasp) R 29177 29179 28979 0 -1 4202496 168153 0 0 0 52195 32 0 0 25 0 1 0 494102024 528539648 126087 33554432000 4194304 4929204 140736642129872 18446744073709551615 4633745 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29179/statm: 129038 126087 368 180 0 126048 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 516152

[startup+582.3 s]
/proc/loadavg: 4.02 4.00 3.46 5/190 29445
/proc/meminfo: memFree=14203108/32950928 swapFree=67111528/67111528
[pid=29179] ppid=29177 vsize=591504 CPUtime=582.27 cores=5,7
/proc/29179/stat : 29179 (clasp) R 29177 29179 28979 0 -1 4202496 186972 0 0 0 58191 36 0 0 25 0 1 0 494102024 605700096 144906 33554432000 4194304 4929204 140736642129872 18446744073709551615 4365657 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29179/statm: 147876 144906 368 180 0 144886 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 591504

[startup+642.3 s]
/proc/loadavg: 4.01 4.00 3.49 5/190 29447
/proc/meminfo: memFree=14185232/32950928 swapFree=67111528/67111528
[pid=29179] ppid=29177 vsize=591504 CPUtime=642.27 cores=5,7
/proc/29179/stat : 29179 (clasp) R 29177 29179 28979 0 -1 4202496 186978 0 0 0 64191 36 0 0 25 0 1 0 494102024 605700096 144912 33554432000 4194304 4929204 140736642129872 18446744073709551615 4316128 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29179/statm: 147876 144912 368 180 0 144886 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 591504

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.52 5/190 29449
/proc/meminfo: memFree=14102876/32950928 swapFree=67111528/67111528
[pid=29179] ppid=29177 vsize=678496 CPUtime=702.27 cores=5,7
/proc/29179/stat : 29179 (clasp) R 29177 29179 28979 0 -1 4202496 208764 0 0 0 70187 40 0 0 25 0 1 0 494102024 694779904 166698 33554432000 4194304 4929204 140736642129872 18446744073709551615 4338080 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29179/statm: 169624 166698 368 180 0 166634 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 678496

[startup+762.301 s]
/proc/loadavg: 4.00 4.00 3.55 5/190 29450
/proc/meminfo: memFree=13977124/32950928 swapFree=67111528/67111528
[pid=29179] ppid=29177 vsize=788288 CPUtime=762.28 cores=5,7
/proc/29179/stat : 29179 (clasp) R 29177 29179 28979 0 -1 4202496 236208 0 0 0 76183 45 0 0 25 0 1 0 494102024 807206912 194142 33554432000 4194304 4929204 140736642129872 18446744073709551615 4632587 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29179/statm: 197072 194142 368 180 0 194082 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 788288

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.57 5/190 29452
/proc/meminfo: memFree=13967304/32950928 swapFree=67111528/67111528
[pid=29179] ppid=29177 vsize=788288 CPUtime=822.27 cores=5,7
/proc/29179/stat : 29179 (clasp) R 29177 29179 28979 0 -1 4202496 236214 0 0 0 82182 45 0 0 25 0 1 0 494102024 807206912 194148 33554432000 4194304 4929204 140736642129872 18446744073709551615 4633521 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29179/statm: 197072 194148 368 180 0 194082 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 788288

[startup+882.307 s]
/proc/loadavg: 4.00 4.00 3.60 5/190 29453
/proc/meminfo: memFree=13963316/32950928 swapFree=67111528/67111528
[pid=29179] ppid=29177 vsize=788288 CPUtime=882.27 cores=5,7
/proc/29179/stat : 29179 (clasp) R 29177 29179 28979 0 -1 4202496 236214 0 0 0 88182 45 0 0 25 0 1 0 494102024 807206912 194148 33554432000 4194304 4929204 140736642129872 18446744073709551615 4365450 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29179/statm: 197072 194148 368 180 0 194082 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 788288

[startup+942.301 s]
/proc/loadavg: 3.40 3.83 3.56 4/184 29472
/proc/meminfo: memFree=14063824/32950928 swapFree=67111528/67111528
[pid=29179] ppid=29177 vsize=788288 CPUtime=942.27 cores=5,7
/proc/29179/stat : 29179 (clasp) R 29177 29179 28979 0 -1 4202496 236216 0 0 0 94182 45 0 0 25 0 1 0 494102024 807206912 194150 33554432000 4194304 4929204 140736642129872 18446744073709551615 4632659 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29179/statm: 197072 194150 368 180 0 194082 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 788288

[startup+1002.3 s]
/proc/loadavg: 3.14 3.68 3.52 4/184 29474
/proc/meminfo: memFree=14004660/32950928 swapFree=67111528/67111528
[pid=29179] ppid=29177 vsize=788288 CPUtime=1002.26 cores=5,7
/proc/29179/stat : 29179 (clasp) R 29177 29179 28979 0 -1 4202496 236216 0 0 0 100181 45 0 0 25 0 1 0 494102024 807206912 194150 33554432000 4194304 4929204 140736642129872 18446744073709551615 4633604 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29179/statm: 197072 194150 368 180 0 194082 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 788288

[startup+1062.3 s]
/proc/loadavg: 3.09 3.56 3.49 4/184 29475
/proc/meminfo: memFree=14001532/32950928 swapFree=67111528/67111528
[pid=29179] ppid=29177 vsize=788288 CPUtime=1062.26 cores=5,7
/proc/29179/stat : 29179 (clasp) R 29177 29179 28979 0 -1 4202496 236216 0 0 0 106181 45 0 0 25 0 1 0 494102024 807206912 194150 33554432000 4194304 4929204 140736642129872 18446744073709551615 4308937 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29179/statm: 197072 194150 368 180 0 194082 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 788288

[startup+1122.3 s]
/proc/loadavg: 3.03 3.46 3.46 4/184 29477
/proc/meminfo: memFree=13994200/32950928 swapFree=67111528/67111528
[pid=29179] ppid=29177 vsize=788288 CPUtime=1122.26 cores=5,7
/proc/29179/stat : 29179 (clasp) R 29177 29179 28979 0 -1 4202496 236216 0 0 0 112181 45 0 0 25 0 1 0 494102024 807206912 194150 33554432000 4194304 4929204 140736642129872 18446744073709551615 4365448 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29179/statm: 197072 194150 368 180 0 194082 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 788288

[startup+1182.3 s]
/proc/loadavg: 3.01 3.37 3.43 4/184 29478
/proc/meminfo: memFree=13994052/32950928 swapFree=67111528/67111528
[pid=29179] ppid=29177 vsize=788288 CPUtime=1182.26 cores=5,7
/proc/29179/stat : 29179 (clasp) R 29177 29179 28979 0 -1 4202496 236216 0 0 0 118181 45 0 0 25 0 1 0 494102024 807206912 194150 33554432000 4194304 4929204 140736642129872 18446744073709551615 4365408 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29179/statm: 197072 194150 368 180 0 194082 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 788288

[startup+1242.3 s]
/proc/loadavg: 3.00 3.30 3.40 4/184 29480
/proc/meminfo: memFree=13988696/32950928 swapFree=67111528/67111528
[pid=29179] ppid=29177 vsize=788288 CPUtime=1242.26 cores=5,7
/proc/29179/stat : 29179 (clasp) R 29177 29179 28979 0 -1 4202496 236216 0 0 0 124181 45 0 0 25 0 1 0 494102024 807206912 194150 33554432000 4194304 4929204 140736642129872 18446744073709551615 4632572 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29179/statm: 197072 194150 368 180 0 194082 0
Current children cumulated CPU time (s) 1242.26
Current children cumulated vsize (KiB) 788288



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.05 3.26 3.38 4/184 29482
/proc/meminfo: memFree=13976268/32950928 swapFree=67111528/67111528
[pid=29179] ppid=29177 vsize=788288 CPUtime=1299.96 cores=5,7
/proc/29179/stat : 29179 (clasp) R 29177 29179 28979 0 -1 4202496 236216 0 0 0 129951 45 0 0 25 0 1 0 494102024 807206912 194150 33554432000 4194304 4929204 140736642129872 18446744073709551615 4316150 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/29179/statm: 197072 194150 368 180 0 194082 0
Current children cumulated CPU time (s) 1299.96
Current children cumulated vsize (KiB) 788288

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.04
CPU time (s): 1300
CPU user time (s): 1299.52
CPU system time (s): 0.484926
CPU usage (%): 99.9969
Max. virtual memory (cumulated for all children) (KiB): 788288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.52
system time used= 0.484926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 236228
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 2534

runsolver used 2.06569 second user time and 5.02623 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-26 15:37:13
IDJOB=3300272
IDBENCH=82404
IDSOLVER=1684
FILE ID=node126/3300272-1303825028
RUNJOBID= node126-1303823722-29000
PBS_JOBID= 13160769
Free space on /tmp= 71292 MiB

SOLVER NAME= clasp 2.0-R4092-indust
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-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-3300272-1303825028/watcher-3300272-1303825028 -o /tmp/evaluation-result-3300272-1303825028/solver-3300272-1303825028 -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-3300272-1303825028.cnf

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

MD5SUM BENCH= 6c2d25eda70423643946d76935ceb950
RANDOM SEED=1855534903

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14802788 kB
Buffers:       1834648 kB
Cached:       15420956 kB
SwapCached:          0 kB
Active:        6821572 kB
Inactive:     10730124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14802788 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          368040 kB
Writeback:           0 kB
AnonPages:      295820 kB
Mapped:          15944 kB
Slab:           531432 kB
PageTables:       5700 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   466576 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= 71472 MiB
End job on node126 at 2011-04-26 15:58:55