Trace number 3371863

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
Lingeling 587f (fixed)? (TO) 1300.04 1300.05

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.cnf
MD5SUMce0d180356398dfbcfd2bbbb1cb3f9e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark375.866
Satisfiable
(Un)Satisfiability was proved
Number of variables1260306
Number of clauses6771840
Sum of the clauses size16095280
Maximum clause length982
Minimum clause length1
Number of clauses of size 1720
Number of clauses of size 26714640
Number of clauses of size 3320
Number of clauses of size 41280
Number of clauses of size 53200
Number of clauses of size over 551680

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3371863-1305433026/watcher-3371863-1305433026 -o /tmp/evaluation-result-3371863-1305433026/solver-3371863-1305433026 -C 2400 -W 1300 -M 7680 lingeling HOME/instance-3371863-1305433026.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: 6.06 7.61 7.22 4/391 5620
/proc/meminfo: memFree=26371220/32950928 swapFree=44388876/67111528
[pid=5620] ppid=5618 vsize=7748 CPUtime=0 cores=1,3
/proc/5620/stat : 5620 (lingeling) R 5618 5620 5572 0 -1 4202496 515 0 0 0 0 0 0 0 23 0 1 0 654901735 7933952 459 33554432000 4194304 4409284 140734585979344 18446744073709551615 251814240000 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/5620/statm: 1937 459 110 53 0 360 0

[startup+0.107214 s]
/proc/loadavg: 6.06 7.61 7.22 4/391 5620
/proc/meminfo: memFree=26371220/32950928 swapFree=44388876/67111528
[pid=5620] ppid=5618 vsize=13996 CPUtime=0.1 cores=1,3
/proc/5620/stat : 5620 (lingeling) R 5618 5620 5572 0 -1 4202496 2048 0 0 0 10 0 0 0 24 0 1 0 654901735 14331904 1992 33554432000 4194304 4409284 140734585979344 18446744073709551615 251813858868 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/5620/statm: 3499 1992 113 53 0 1922 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13996

[startup+0.200197 s]
/proc/loadavg: 6.06 7.61 7.22 4/391 5620
/proc/meminfo: memFree=26371220/32950928 swapFree=44388876/67111528
[pid=5620] ppid=5618 vsize=19888 CPUtime=0.19 cores=1,3
/proc/5620/stat : 5620 (lingeling) R 5618 5620 5572 0 -1 4202496 3537 0 0 0 18 1 0 0 24 0 1 0 654901735 20365312 3481 33554432000 4194304 4409284 140734585979344 18446744073709551615 251813858943 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/5620/statm: 4972 3481 113 53 0 3395 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 19888

[startup+0.300181 s]
/proc/loadavg: 6.06 7.61 7.22 4/391 5620
/proc/meminfo: memFree=26371220/32950928 swapFree=44388876/67111528
[pid=5620] ppid=5618 vsize=30320 CPUtime=0.29 cores=1,3
/proc/5620/stat : 5620 (lingeling) R 5618 5620 5572 0 -1 4202496 6162 0 0 0 28 1 0 0 25 0 1 0 654901735 31047680 6105 33554432000 4194304 4409284 140734585979344 18446744073709551615 251814240000 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/5620/statm: 7580 6105 113 53 0 6003 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30320

[startup+0.700114 s]
/proc/loadavg: 6.06 7.61 7.22 4/391 5620
/proc/meminfo: memFree=26371220/32950928 swapFree=44388876/67111528
[pid=5620] ppid=5618 vsize=65140 CPUtime=0.69 cores=1,3
/proc/5620/stat : 5620 (lingeling) R 5618 5620 5572 0 -1 4202496 14931 0 0 0 67 2 0 0 25 0 1 0 654901735 66703360 14810 33554432000 4194304 4409284 140734585979344 18446744073709551615 251814240000 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/5620/statm: 16285 14810 113 53 0 14708 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65140

[startup+1.50098 s]
/proc/loadavg: 5.98 7.56 7.21 5/395 5627
/proc/meminfo: memFree=26192568/32950928 swapFree=44388876/67111528
[pid=5620] ppid=5618 vsize=157812 CPUtime=1.49 cores=1,3
/proc/5620/stat : 5620 (lingeling) R 5618 5620 5572 0 -1 4202496 38099 0 0 0 144 5 0 0 25 0 1 0 654901735 161599488 37978 33554432000 4194304 4409284 140734585979344 18446744073709551615 4253457 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/5620/statm: 39453 37978 113 53 0 37876 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 157812

[startup+3.10071 s]
/proc/loadavg: 5.98 7.56 7.21 5/393 5627
/proc/meminfo: memFree=26027952/32950928 swapFree=44388876/67111528
[pid=5620] ppid=5618 vsize=252652 CPUtime=3.09 cores=1,3
/proc/5620/stat : 5620 (lingeling) R 5618 5620 5572 0 -1 4202496 75225 0 0 0 297 12 0 0 25 0 1 0 654901735 258715648 61694 33554432000 4194304 4409284 140734585979344 18446744073709551615 4259699 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/5620/statm: 63163 61694 119 53 0 61586 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 252652

[startup+6.30018 s]
/proc/loadavg: 5.90 7.52 7.20 5/398 5633
/proc/meminfo: memFree=25626084/32950928 swapFree=44388876/67111528
[pid=5620] ppid=5618 vsize=259056 CPUtime=6.29 cores=1,3
/proc/5620/stat : 5620 (lingeling) R 5618 5620 5572 0 -1 4202496 109277 0 0 0 614 15 0 0 25 0 1 0 654901735 265273344 62315 33554432000 4194304 4409284 140734585979344 18446744073709551615 4230803 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/5620/statm: 64764 62315 130 53 0 63187 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 259056

[startup+12.7011 s]
/proc/loadavg: 5.75 7.46 7.18 5/398 5634
/proc/meminfo: memFree=25449896/32950928 swapFree=44388876/67111528
[pid=5620] ppid=5618 vsize=282312 CPUtime=12.7 cores=1,3
/proc/5620/stat : 5620 (lingeling) R 5618 5620 5572 0 -1 4202496 232701 0 0 0 1240 30 0 0 25 0 1 0 654901735 289087488 69094 33554432000 4194304 4409284 140734585979344 18446744073709551615 4325588 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/5620/statm: 70578 69094 136 53 0 69001 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 282312

[startup+25.5009 s]
/proc/loadavg: 5.48 7.35 7.15 5/398 5634
/proc/meminfo: memFree=25421440/32950928 swapFree=44388876/67111528
[pid=5620] ppid=5618 vsize=282312 CPUtime=25.5 cores=1,3
/proc/5620/stat : 5620 (lingeling) R 5618 5620 5572 0 -1 4202496 232701 0 0 0 2520 30 0 0 25 0 1 0 654901735 289087488 69094 33554432000 4194304 4409284 140734585979344 18446744073709551615 4248769 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/5620/statm: 70578 69094 136 53 0 69001 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 282312

[startup+51.1007 s]
/proc/loadavg: 4.97 7.08 7.06 5/398 5635
/proc/meminfo: memFree=25380848/32950928 swapFree=44388876/67111528
[pid=5620] ppid=5618 vsize=294940 CPUtime=51.09 cores=1,3
/proc/5620/stat : 5620 (lingeling) R 5618 5620 5572 0 -1 4202496 245290 0 0 0 5078 31 0 0 25 0 1 0 654901735 302018560 72261 33554432000 4194304 4409284 140734585979344 18446744073709551615 4226443 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/5620/statm: 73735 72261 140 53 0 72158 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 294940

[startup+102.301 s]
/proc/loadavg: 4.39 6.56 6.88 5/398 5663
/proc/meminfo: memFree=25791568/32950928 swapFree=44388876/67111528
[pid=5620] ppid=5618 vsize=344864 CPUtime=102.3 cores=1,3
/proc/5620/stat : 5620 (lingeling) R 5618 5620 5572 0 -1 4202496 257774 0 0 0 10195 35 0 0 25 0 1 0 654901735 353140736 84744 33554432000 4194304 4409284 140734585979344 18446744073709551615 251814264727 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/5620/statm: 86216 84744 141 53 0 84639 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 344864

[startup+162.301 s]
/proc/loadavg: 4.14 6.09 6.70 5/398 5665
/proc/meminfo: memFree=25583320/32950928 swapFree=44388876/67111528
[pid=5620] ppid=5618 vsize=349028 CPUtime=162.3 cores=1,3
/proc/5620/stat : 5620 (lingeling) R 5618 5620 5572 0 -1 4202496 305852 0 0 0 16188 42 0 0 25 0 1 0 654901735 357404672 85785 33554432000 4194304 4409284 140734585979344 18446744073709551615 4325588 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/5620/statm: 87257 85785 141 53 0 85680 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 349028

[startup+222.301 s]
/proc/loadavg: 4.05 5.71 6.53 5/398 5666
/proc/meminfo: memFree=25575004/32950928 swapFree=44388876/67111528
[pid=5620] ppid=5618 vsize=371944 CPUtime=222.3 cores=1,3
/proc/5620/stat : 5620 (lingeling) R 5618 5620 5572 0 -1 4202496 311583 0 0 0 22187 43 0 0 25 0 1 0 654901735 380870656 91514 33554432000 4194304 4409284 140734585979344 18446744073709551615 4230803 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/5620/statm: 92986 91514 141 53 0 91409 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 371944

[startup+282.301 s]
/proc/loadavg: 4.02 5.39 6.37 5/398 5668
/proc/meminfo: memFree=25460988/32950928 swapFree=44388876/67111528
[pid=5620] ppid=5618 vsize=390444 CPUtime=282.29 cores=1,3
/proc/5620/stat : 5620 (lingeling) R 5618 5620 5572 0 -1 4202496 318469 0 0 0 28182 47 0 0 25 0 1 0 654901735 399814656 96139 33554432000 4194304 4409284 140734585979344 18446744073709551615 4358619 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/5620/statm: 97611 96139 141 53 0 96034 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 390444

[startup+342.301 s]
/proc/loadavg: 4.06 5.15 6.22 5/398 5670
/proc/meminfo: memFree=25429556/32950928 swapFree=44388876/67111528
[pid=5620] ppid=5618 vsize=432412 CPUtime=342.28 cores=1,3
/proc/5620/stat : 5620 (lingeling) R 5618 5620 5572 0 -1 4202496 362411 0 0 0 34173 55 0 0 25 0 1 0 654901735 442789888 106631 33554432000 4194304 4409284 140734585979344 18446744073709551615 4259235 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/5620/statm: 108103 106631 141 53 0 106526 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 432412

[startup+402.315 s]
/proc/loadavg: 4.02 4.94 6.08 5/398 5671
/proc/meminfo: memFree=25437200/32950928 swapFree=44388876/67111528
[pid=5620] ppid=5618 vsize=464796 CPUtime=402.28 cores=1,3
/proc/5620/stat : 5620 (lingeling) R 5618 5620 5572 0 -1 4202496 370507 0 0 0 40170 58 0 0 25 0 1 0 654901735 475951104 114727 33554432000 4194304 4409284 140734585979344 18446744073709551615 4325588 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/5620/statm: 116199 114727 141 53 0 114622 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 464796

[startup+462.301 s]
/proc/loadavg: 4.05 4.78 5.95 5/398 5673
/proc/meminfo: memFree=25363624/32950928 swapFree=44388876/67111528
[pid=5620] ppid=5618 vsize=464792 CPUtime=462.27 cores=1,3
/proc/5620/stat : 5620 (lingeling) R 5618 5620 5572 0 -1 4202496 370507 0 0 0 46169 58 0 0 25 0 1 0 654901735 475947008 114726 33554432000 4194304 4409284 140734585979344 18446744073709551615 4226621 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/5620/statm: 116198 114726 141 53 0 114621 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 464792

[startup+522.301 s]
/proc/loadavg: 4.06 4.65 5.83 5/398 5674
/proc/meminfo: memFree=25200764/32950928 swapFree=44388876/67111528
[pid=5620] ppid=5618 vsize=599116 CPUtime=522.27 cores=1,3
/proc/5620/stat : 5620 (lingeling) R 5618 5620 5572 0 -1 4202496 404088 0 0 0 52162 65 0 0 25 0 1 0 654901735 613494784 148307 33554432000 4194304 4409284 140734585979344 18446744073709551615 4348289 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/5620/statm: 149779 148307 141 53 0 148202 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 599116

[startup+582.3 s]
/proc/loadavg: 4.11 4.56 5.72 5/398 5676
/proc/meminfo: memFree=25159548/32950928 swapFree=44388876/67111528
[pid=5620] ppid=5618 vsize=560436 CPUtime=582.28 cores=1,3
/proc/5620/stat : 5620 (lingeling) R 5618 5620 5572 0 -1 4202496 450998 0 0 0 58153 75 0 0 25 0 1 0 654901735 573886464 138636 33554432000 4194304 4409284 140734585979344 18446744073709551615 4226446 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/5620/statm: 140109 138636 141 53 0 138532 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 560436

[startup+642.3 s]
/proc/loadavg: 4.08 4.47 5.62 5/398 5678
/proc/meminfo: memFree=25150060/32950928 swapFree=44388876/67111528
[pid=5620] ppid=5618 vsize=611868 CPUtime=642.28 cores=1,3
/proc/5620/stat : 5620 (lingeling) R 5618 5620 5572 0 -1 4202496 463856 0 0 0 64148 80 0 0 25 0 1 0 654901735 626552832 151494 33554432000 4194304 4409284 140734585979344 18446744073709551615 4230570 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/5620/statm: 152967 151494 141 53 0 151390 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 611868

[startup+702.3 s]
/proc/loadavg: 4.03 4.38 5.52 5/398 5679
/proc/meminfo: memFree=25391436/32950928 swapFree=44388876/67111528
[pid=5620] ppid=5618 vsize=366772 CPUtime=702.27 cores=1,3
/proc/5620/stat : 5620 (lingeling) R 5618 5620 5572 0 -1 4202496 495445 0 0 0 70140 87 0 0 25 0 1 0 654901735 375574528 90253 33554432000 4194304 4409284 140734585979344 18446744073709551615 4230441 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/5620/statm: 91693 90253 141 53 0 90116 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 366772

[startup+762.3 s]
/proc/loadavg: 4.01 4.31 5.42 5/398 5681
/proc/meminfo: memFree=25300120/32950928 swapFree=44388876/67111528
[pid=5620] ppid=5618 vsize=431200 CPUtime=762.28 cores=1,3
/proc/5620/stat : 5620 (lingeling) R 5618 5620 5572 0 -1 4202496 511521 0 0 0 76138 90 0 0 25 0 1 0 654901735 441548800 106328 33554432000 4194304 4409284 140734585979344 18446744073709551615 4248647 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/5620/statm: 107800 106328 141 53 0 106223 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 431200

[startup+822.3 s]
/proc/loadavg: 4.00 4.25 5.33 5/398 5682
/proc/meminfo: memFree=25102024/32950928 swapFree=44388876/67111528
[pid=5620] ppid=5618 vsize=453324 CPUtime=822.28 cores=1,3
/proc/5620/stat : 5620 (lingeling) R 5618 5620 5572 0 -1 4202496 517054 0 0 0 82136 92 0 0 25 0 1 0 654901735 464203776 111859 33554432000 4194304 4409284 140734585979344 18446744073709551615 4358437 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/5620/statm: 113331 111859 141 53 0 111754 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 453324

[startup+882.301 s]
/proc/loadavg: 4.07 4.22 5.25 5/398 5684
/proc/meminfo: memFree=24971032/32950928 swapFree=44388876/67111528
[pid=5620] ppid=5618 vsize=604492 CPUtime=882.28 cores=1,3
/proc/5620/stat : 5620 (lingeling) R 5618 5620 5572 0 -1 4202496 588326 0 0 0 88126 102 0 0 25 0 1 0 654901735 618999808 149651 33554432000 4194304 4409284 140734585979344 18446744073709551615 4230803 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/5620/statm: 151123 149651 141 53 0 149546 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 604492

[startup+942.301 s]
/proc/loadavg: 4.09 4.19 5.17 5/398 5686
/proc/meminfo: memFree=24829236/32950928 swapFree=44388876/67111528
[pid=5620] ppid=5618 vsize=743884 CPUtime=942.29 cores=1,3
/proc/5620/stat : 5620 (lingeling) R 5618 5620 5572 0 -1 4202496 623174 0 0 0 94120 109 0 0 25 0 1 0 654901735 761737216 184499 33554432000 4194304 4409284 140734585979344 18446744073709551615 4230570 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/5620/statm: 185971 184499 141 53 0 184394 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 743884

[startup+1002.3 s]
/proc/loadavg: 4.16 4.19 5.10 5/398 5687
/proc/meminfo: memFree=25046428/32950928 swapFree=44388876/67111528
[pid=5620] ppid=5618 vsize=610836 CPUtime=1002.28 cores=1,3
/proc/5620/stat : 5620 (lingeling) R 5618 5620 5572 0 -1 4202496 674105 0 0 0 100109 119 0 0 25 0 1 0 654901735 625496064 151237 33554432000 4194304 4409284 140734585979344 18446744073709551615 4259221 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/5620/statm: 152709 151237 141 53 0 151132 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 610836

[startup+1062.31 s]
/proc/loadavg: 4.25 4.20 5.05 5/398 5689
/proc/meminfo: memFree=24801108/32950928 swapFree=44388876/67111528
[pid=5620] ppid=5618 vsize=726848 CPUtime=1062.3 cores=1,3
/proc/5620/stat : 5620 (lingeling) R 5618 5620 5572 0 -1 4202496 710173 0 0 0 106103 127 0 0 25 0 1 0 654901735 744292352 180240 33554432000 4194304 4409284 140734585979344 18446744073709551615 4358418 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/5620/statm: 181712 180240 141 53 0 180135 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 726848

[startup+1122.3 s]
/proc/loadavg: 4.15 4.17 4.98 5/398 5690
/proc/meminfo: memFree=24860084/32950928 swapFree=44388876/67111528
[pid=5620] ppid=5618 vsize=824024 CPUtime=1122.28 cores=1,3
/proc/5620/stat : 5620 (lingeling) R 5618 5620 5572 0 -1 4202496 734546 0 0 0 112096 132 0 0 25 0 1 0 654901735 843800576 204534 33554432000 4194304 4409284 140734585979344 18446744073709551615 4226472 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/5620/statm: 206006 204534 141 53 0 204429 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 824024

[startup+1182.3 s]
/proc/loadavg: 4.17 4.17 4.93 5/398 5692
/proc/meminfo: memFree=24820480/32950928 swapFree=44388876/67111528
[pid=5620] ppid=5618 vsize=742032 CPUtime=1182.28 cores=1,3
/proc/5620/stat : 5620 (lingeling) R 5618 5620 5572 0 -1 4202496 734546 0 0 0 118096 132 0 0 25 0 1 0 654901735 759840768 184036 33554432000 4194304 4409284 140734585979344 18446744073709551615 4325588 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/5620/statm: 185508 184036 141 53 0 183931 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 742032

[startup+1242.3 s]
/proc/loadavg: 4.11 4.15 4.87 5/398 5694
/proc/meminfo: memFree=24821532/32950928 swapFree=44388876/67111528
[pid=5620] ppid=5618 vsize=876936 CPUtime=1242.28 cores=1,3
/proc/5620/stat : 5620 (lingeling) R 5618 5620 5572 0 -1 4202496 768633 0 0 0 124092 136 0 0 25 0 1 0 654901735 897982464 217762 33554432000 4194304 4409284 140734585979344 18446744073709551615 4259189 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/5620/statm: 219234 217762 141 53 0 217657 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 876936



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.12 4.82 5/398 5723
/proc/meminfo: memFree=25104908/32950928 swapFree=44388876/67111528
[pid=5620] ppid=5618 vsize=876936 CPUtime=1300 cores=1,3
/proc/5620/stat : 5620 (lingeling) R 5618 5620 5572 0 -1 4202496 768633 0 0 0 129859 141 0 0 25 0 1 0 654901735 897982464 217762 33554432000 4194304 4409284 140734585979344 18446744073709551615 4226456 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/5620/statm: 219234 217762 141 53 0 217657 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 876936

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.05
CPU time (s): 1300.04
CPU user time (s): 1298.6
CPU system time (s): 1.44278
CPU usage (%): 99.9995
Max. virtual memory (cumulated for all children) (KiB): 941340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.6
system time used= 1.44278
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 768633
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= 3
involuntary context switches= 2567

runsolver used 4.81627 second user time and 11.7362 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-15 06:17:10
IDJOB=3371863
IDBENCH=82374
IDSOLVER=1849
FILE ID=node126/3371863-1305433026
RUNJOBID= node126-1305433026-5592
PBS_JOBID= 13324632
Free space on /tmp= 72932 MiB

SOLVER NAME= Lingeling 587f (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.cnf
COMMAND LINE= lingeling BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371863-1305433026/watcher-3371863-1305433026 -o /tmp/evaluation-result-3371863-1305433026/solver-3371863-1305433026 -C 2400 -W 1300 -M 7680  lingeling HOME/instance-3371863-1305433026.cnf

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

MD5SUM BENCH= ce0d180356398dfbcfd2bbbb1cb3f9e5
RANDOM SEED=647149382

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:      26371500 kB
Buffers:        271028 kB
Cached:        3029524 kB
SwapCached:      92524 kB
Active:        1011308 kB
Inactive:      5288080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26371500 kB
SwapTotal:    67111528 kB
SwapFree:     44388876 kB
Dirty:          441960 kB
Writeback:           0 kB
AnonPages:     2918864 kB
Mapped:          15700 kB
Slab:           136664 kB
PageTables:      76116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 88155112 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= 73048 MiB
End job on node126 at 2011-05-15 06:38:52