Trace number 3371946

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.08 1300.04

General information on the benchmark

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

Solver Data


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-3371946-1305433397/watcher-3371946-1305433397 -o /tmp/evaluation-result-3371946-1305433397/solver-3371946-1305433397 -C 2400 -W 1300 -M 7680 lingeling HOME/instance-3371946-1305433397.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 4.08 4.84 4/361 27095
/proc/meminfo: memFree=24379964/32950928 swapFree=67056568/67111528
[pid=27095] ppid=27093 vsize=11796 CPUtime=0 cores=5,7
/proc/27095/stat : 27095 (runsolver) R 27093 27095 26891 0 -1 4202560 41 0 0 0 0 0 0 0 24 0 1 0 654936980 12079104 50 33554432000 4194304 5432360 140734529907632 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/27095/statm: 2949 50 30 303 0 2643 0

[startup+0.098307 s]
/proc/loadavg: 4.02 4.08 4.84 4/361 27095
/proc/meminfo: memFree=24379964/32950928 swapFree=67056568/67111528
[pid=27095] ppid=27093 vsize=12548 CPUtime=0.08 cores=5,7
/proc/27095/stat : 27095 (lingeling) R 27093 27095 26891 0 -1 4202496 1719 0 0 0 8 0 0 0 24 0 1 0 654936980 12849152 1662 33554432000 4194304 4409284 140736259556880 18446744073709551615 239476694784 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/27095/statm: 3137 1662 113 53 0 1560 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12548

[startup+0.100304 s]
/proc/loadavg: 4.02 4.08 4.84 4/361 27095
/proc/meminfo: memFree=24379964/32950928 swapFree=67056568/67111528
[pid=27095] ppid=27093 vsize=12548 CPUtime=0.08 cores=5,7
/proc/27095/stat : 27095 (lingeling) R 27093 27095 26891 0 -1 4202496 1719 0 0 0 8 0 0 0 24 0 1 0 654936980 12849152 1662 33554432000 4194304 4409284 140736259556880 18446744073709551615 239476694784 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/27095/statm: 3137 1662 113 53 0 1560 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12548

[startup+0.300279 s]
/proc/loadavg: 4.02 4.08 4.84 4/361 27095
/proc/meminfo: memFree=24379964/32950928 swapFree=67056568/67111528
[pid=27095] ppid=27093 vsize=35340 CPUtime=0.28 cores=5,7
/proc/27095/stat : 27095 (lingeling) R 27093 27095 26891 0 -1 4202496 7417 0 0 0 27 1 0 0 25 0 1 0 654936980 36188160 7360 33554432000 4194304 4409284 140736259556880 18446744073709551615 239476694784 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/27095/statm: 8835 7360 113 53 0 7258 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 35340

[startup+0.700203 s]
/proc/loadavg: 4.02 4.08 4.84 4/361 27095
/proc/meminfo: memFree=24379964/32950928 swapFree=67056568/67111528
[pid=27095] ppid=27093 vsize=81676 CPUtime=0.68 cores=5,7
/proc/27095/stat : 27095 (lingeling) R 27093 27095 26891 0 -1 4202496 19001 0 0 0 65 3 0 0 25 0 1 0 654936980 83636224 18944 33554432000 4194304 4409284 140736259556880 18446744073709551615 239476694784 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/27095/statm: 20419 18944 113 53 0 18842 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 81676

[startup+1.50104 s]
/proc/loadavg: 4.02 4.08 4.84 5/362 27096
/proc/meminfo: memFree=24271588/32950928 swapFree=67056568/67111528
[pid=27095] ppid=27093 vsize=155916 CPUtime=1.48 cores=5,7
/proc/27095/stat : 27095 (lingeling) R 27093 27095 26891 0 -1 4202496 37561 0 0 0 141 7 0 0 25 0 1 0 654936980 159657984 37504 33554432000 4194304 4409284 140736259556880 18446744073709551615 239476694784 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/27095/statm: 38979 37504 113 53 0 37402 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 155916

[startup+3.10073 s]
/proc/loadavg: 4.02 4.08 4.84 5/362 27096
/proc/meminfo: memFree=24137612/32950928 swapFree=67056568/67111528
[pid=27095] ppid=27093 vsize=170876 CPUtime=3.08 cores=5,7
/proc/27095/stat : 27095 (lingeling) R 27093 27095 26891 0 -1 4202496 56546 0 0 0 298 10 0 0 25 0 1 0 654936980 174977024 41228 33554432000 4194304 4409284 140736259556880 18446744073709551615 4278146 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/27095/statm: 42719 41228 125 53 0 41142 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 170876

[startup+6.30112 s]
/proc/loadavg: 4.34 4.15 4.86 5/365 27102
/proc/meminfo: memFree=24032320/32950928 swapFree=67056568/67111528
[pid=27095] ppid=27093 vsize=176452 CPUtime=6.27 cores=5,7
/proc/27095/stat : 27095 (lingeling) R 27093 27095 26891 0 -1 4202496 99584 0 0 0 613 14 0 0 25 0 1 0 654936980 180686848 42626 33554432000 4194304 4409284 140736259556880 18446744073709551615 4228079 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/27095/statm: 44113 42626 133 53 0 42536 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 176452

[startup+12.7009 s]
/proc/loadavg: 4.31 4.15 4.85 5/365 27102
/proc/meminfo: memFree=23725972/32950928 swapFree=67056568/67111528
[pid=27095] ppid=27093 vsize=176452 CPUtime=12.67 cores=5,7
/proc/27095/stat : 27095 (lingeling) R 27093 27095 26891 0 -1 4202496 99587 0 0 0 1253 14 0 0 25 0 1 0 654936980 180686848 42629 33554432000 4194304 4409284 140736259556880 18446744073709551615 4248802 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/27095/statm: 44113 42629 136 53 0 42536 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 176452

[startup+25.5004 s]
/proc/loadavg: 4.24 4.14 4.84 5/362 27124
/proc/meminfo: memFree=23800052/32950928 swapFree=67056568/67111528
[pid=27095] ppid=27093 vsize=182064 CPUtime=25.48 cores=5,7
/proc/27095/stat : 27095 (lingeling) R 27093 27095 26891 0 -1 4202496 100996 0 0 0 2533 15 0 0 25 0 1 0 654936980 186433536 44038 33554432000 4194304 4409284 140736259556880 18446744073709551615 4242902 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/27095/statm: 45516 44038 136 53 0 43939 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 182064

[startup+51.1005 s]
/proc/loadavg: 4.16 4.13 4.81 6/365 27130
/proc/meminfo: memFree=23436304/32950928 swapFree=67056568/67111528
[pid=27095] ppid=27093 vsize=193860 CPUtime=51.08 cores=5,7
/proc/27095/stat : 27095 (lingeling) R 27093 27095 26891 0 -1 4202496 104189 0 0 0 5091 17 0 0 25 0 1 0 654936980 198512640 46992 33554432000 4194304 4409284 140736259556880 18446744073709551615 239476719511 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/27095/statm: 48465 46992 141 53 0 46888 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 193860

[startup+102.314 s]
/proc/loadavg: 4.11 4.12 4.78 5/362 27153
/proc/meminfo: memFree=23736776/32950928 swapFree=67056568/67111528
[pid=27095] ppid=27093 vsize=253936 CPUtime=102.3 cores=5,7
/proc/27095/stat : 27095 (lingeling) R 27093 27095 26891 0 -1 4202496 152378 0 0 0 10204 26 0 0 25 0 1 0 654936980 260030464 62011 33554432000 4194304 4409284 140736259556880 18446744073709551615 4205257 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/27095/statm: 63484 62011 141 53 0 61907 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 253936

[startup+162.3 s]
/proc/loadavg: 4.07 4.11 4.73 5/365 27187
/proc/meminfo: memFree=23389516/32950928 swapFree=67056568/67111528
[pid=27095] ppid=27093 vsize=325692 CPUtime=162.28 cores=5,7
/proc/27095/stat : 27095 (lingeling) R 27093 27095 26891 0 -1 4202496 204900 0 0 0 16192 36 0 0 25 0 1 0 654936980 333508608 79950 33554432000 4194304 4409284 140736259556880 18446744073709551615 4258732 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/27095/statm: 81423 79950 141 53 0 79846 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 325692

[startup+222.301 s]
/proc/loadavg: 4.09 4.10 4.69 5/365 27216
/proc/meminfo: memFree=23480396/32950928 swapFree=67056568/67111528
[pid=27095] ppid=27093 vsize=263508 CPUtime=222.28 cores=5,7
/proc/27095/stat : 27095 (lingeling) R 27093 27095 26891 0 -1 4202496 204900 0 0 0 22188 40 0 0 25 0 1 0 654936980 269832192 64436 33554432000 4194304 4409284 140736259556880 18446744073709551615 4325588 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/27095/statm: 65877 64436 141 53 0 64300 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 263508

[startup+282.3 s]
/proc/loadavg: 4.14 4.11 4.65 5/365 27218
/proc/meminfo: memFree=23299000/32950928 swapFree=67056568/67111528
[pid=27095] ppid=27093 vsize=303380 CPUtime=282.29 cores=5,7
/proc/27095/stat : 27095 (lingeling) R 27093 27095 26891 0 -1 4202496 215147 0 0 0 28184 45 0 0 25 0 1 0 654936980 310661120 74372 33554432000 4194304 4409284 140736259556880 18446744073709551615 4271332 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/27095/statm: 75845 74372 141 53 0 74268 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 303380

[startup+342.301 s]
/proc/loadavg: 4.05 4.09 4.61 5/365 27354
/proc/meminfo: memFree=23640568/32950928 swapFree=67056568/67111528
[pid=27095] ppid=27093 vsize=285252 CPUtime=342.29 cores=5,7
/proc/27095/stat : 27095 (lingeling) R 27093 27095 26891 0 -1 4202496 260425 0 0 0 34171 58 0 0 25 0 1 0 654936980 292098048 69872 33554432000 4194304 4409284 140736259556880 18446744073709551615 4230981 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/27095/statm: 71313 69872 141 53 0 69736 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 285252

[startup+402.3 s]
/proc/loadavg: 4.16 4.10 4.58 5/365 27410
/proc/meminfo: memFree=23547684/32950928 swapFree=67056568/67111528
[pid=27095] ppid=27093 vsize=330928 CPUtime=402.29 cores=5,7
/proc/27095/stat : 27095 (lingeling) R 27093 27095 26891 0 -1 4202496 271813 0 0 0 40168 61 0 0 25 0 1 0 654936980 338870272 81259 33554432000 4194304 4409284 140736259556880 18446744073709551615 4325588 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/27095/statm: 82732 81259 141 53 0 81155 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 330928

[startup+462.301 s]
/proc/loadavg: 4.20 4.12 4.55 5/365 27411
/proc/meminfo: memFree=23477160/32950928 swapFree=67056568/67111528
[pid=27095] ppid=27093 vsize=380064 CPUtime=462.29 cores=5,7
/proc/27095/stat : 27095 (lingeling) R 27093 27095 26891 0 -1 4202496 317260 0 0 0 46161 68 0 0 25 0 1 0 654936980 389185536 93543 33554432000 4194304 4409284 140736259556880 18446744073709551615 4259221 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/27095/statm: 95016 93543 141 53 0 93439 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 380064

[startup+522.3 s]
/proc/loadavg: 4.11 4.11 4.52 5/365 27413
/proc/meminfo: memFree=23299492/32950928 swapFree=67056568/67111528
[pid=27095] ppid=27093 vsize=419044 CPUtime=522.29 cores=5,7
/proc/27095/stat : 27095 (lingeling) R 27093 27095 26891 0 -1 4202496 327005 0 0 0 52155 74 0 0 25 0 1 0 654936980 429101056 103288 33554432000 4194304 4409284 140736259556880 18446744073709551615 4230336 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/27095/statm: 104761 103288 141 53 0 103184 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 419044

[startup+582.301 s]
/proc/loadavg: 3.75 4.03 4.46 4/359 27432
/proc/meminfo: memFree=23284740/32950928 swapFree=67056568/67111528
[pid=27095] ppid=27093 vsize=422408 CPUtime=582.3 cores=5,7
/proc/27095/stat : 27095 (lingeling) R 27093 27095 26891 0 -1 4202496 354117 0 0 0 58146 84 0 0 25 0 1 0 654936980 432545792 104129 33554432000 4194304 4409284 140736259556880 18446744073709551615 239476719511 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/27095/statm: 105602 104129 141 53 0 104025 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 422408

[startup+642.3 s]
/proc/loadavg: 3.35 3.85 4.37 4/359 27433
/proc/meminfo: memFree=23006392/32950928 swapFree=67056568/67111528
[pid=27095] ppid=27093 vsize=433816 CPUtime=642.32 cores=5,7
/proc/27095/stat : 27095 (lingeling) R 27093 27095 26891 0 -1 4202496 392723 0 0 0 64141 91 0 0 25 0 1 0 654936980 444227584 106981 33554432000 4194304 4409284 140736259556880 18446744073709551615 4358830 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/27095/statm: 108454 106981 141 53 0 106877 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 433816

[startup+702.301 s]
/proc/loadavg: 3.13 3.69 4.29 4/359 27435
/proc/meminfo: memFree=23357736/32950928 swapFree=67056568/67111528
[pid=27095] ppid=27093 vsize=408864 CPUtime=702.3 cores=5,7
/proc/27095/stat : 27095 (lingeling) R 27093 27095 26891 0 -1 4202496 399930 0 0 0 70131 99 0 0 25 0 1 0 654936980 418676736 100743 33554432000 4194304 4409284 140736259556880 18446744073709551615 239476719511 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/27095/statm: 102216 100743 141 53 0 100639 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 408864

[startup+762.313 s]
/proc/loadavg: 3.05 3.57 4.20 4/359 27436
/proc/meminfo: memFree=23211064/32950928 swapFree=67056568/67111528
[pid=27095] ppid=27093 vsize=467128 CPUtime=762.32 cores=5,7
/proc/27095/stat : 27095 (lingeling) R 27093 27095 26891 0 -1 4202496 414496 0 0 0 76124 108 0 0 25 0 1 0 654936980 478339072 115309 33554432000 4194304 4409284 140736259556880 18446744073709551615 239476719511 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/27095/statm: 116782 115309 141 53 0 115205 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 467128

[startup+822.301 s]
/proc/loadavg: 3.05 3.47 4.13 4/359 27438
/proc/meminfo: memFree=23257316/32950928 swapFree=67056568/67111528
[pid=27095] ppid=27093 vsize=365648 CPUtime=822.31 cores=5,7
/proc/27095/stat : 27095 (lingeling) R 27093 27095 26891 0 -1 4202496 539084 0 0 0 82100 131 0 0 25 0 1 0 654936980 374423552 89971 33554432000 4194304 4409284 140736259556880 18446744073709551615 4230441 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/27095/statm: 91412 89971 141 53 0 89835 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 365648

[startup+882.3 s]
/proc/loadavg: 3.02 3.38 4.06 4/359 27440
/proc/meminfo: memFree=23052476/32950928 swapFree=67056568/67111528
[pid=27095] ppid=27093 vsize=543788 CPUtime=882.31 cores=5,7
/proc/27095/stat : 27095 (lingeling) R 27093 27095 26891 0 -1 4202496 587942 0 0 0 88090 141 0 0 25 0 1 0 654936980 556838912 134506 33554432000 4194304 4409284 140736259556880 18446744073709551615 4226376 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/27095/statm: 135947 134506 141 53 0 134370 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 543788

[startup+942.301 s]
/proc/loadavg: 3.00 3.31 3.99 4/359 27441
/proc/meminfo: memFree=23375256/32950928 swapFree=67056568/67111528
[pid=27095] ppid=27093 vsize=581600 CPUtime=942.32 cores=5,7
/proc/27095/stat : 27095 (lingeling) R 27093 27095 26891 0 -1 4202496 615580 0 0 0 94086 146 0 0 25 0 1 0 654936980 595558400 143959 33554432000 4194304 4409284 140736259556880 18446744073709551615 4259235 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/27095/statm: 145400 143959 141 53 0 143823 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 581600

[startup+1002.3 s]
/proc/loadavg: 3.04 3.27 3.93 4/359 27443
/proc/meminfo: memFree=23206224/32950928 swapFree=67056568/67111528
[pid=27095] ppid=27093 vsize=648140 CPUtime=1002.32 cores=5,7
/proc/27095/stat : 27095 (lingeling) R 27093 27095 26891 0 -1 4202496 632215 0 0 0 100078 154 0 0 25 0 1 0 654936980 663695360 160594 33554432000 4194304 4409284 140736259556880 18446744073709551615 4358621 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/27095/statm: 162035 160594 141 53 0 160458 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 648140

[startup+1062.3 s]
/proc/loadavg: 3.01 3.22 3.87 4/359 27444
/proc/meminfo: memFree=22943332/32950928 swapFree=67056568/67111528
[pid=27095] ppid=27093 vsize=834264 CPUtime=1062.32 cores=5,7
/proc/27095/stat : 27095 (lingeling) R 27093 27095 26891 0 -1 4202496 678746 0 0 0 106063 169 0 0 25 0 1 0 654936980 854286336 207125 33554432000 4194304 4409284 140736259556880 18446744073709551615 239476719511 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/27095/statm: 208566 207125 141 53 0 206989 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 834264

[startup+1122.3 s]
/proc/loadavg: 3.00 3.17 3.81 4/359 27446
/proc/meminfo: memFree=23141480/32950928 swapFree=67056568/67111528
[pid=27095] ppid=27093 vsize=490176 CPUtime=1122.32 cores=5,7
/proc/27095/stat : 27095 (lingeling) R 27093 27095 26891 0 -1 4202496 711831 0 0 0 112049 183 0 0 25 0 1 0 654936980 501940224 121103 33554432000 4194304 4409284 140736259556880 18446744073709551615 4359857 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/27095/statm: 122544 121103 141 53 0 120967 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 490176

[startup+1182.3 s]
/proc/loadavg: 3.04 3.15 3.76 4/359 27448
/proc/meminfo: memFree=22686640/32950928 swapFree=67056568/67111528
[pid=27095] ppid=27093 vsize=619672 CPUtime=1182.32 cores=5,7
/proc/27095/stat : 27095 (lingeling) R 27093 27095 26891 0 -1 4202496 744250 0 0 0 118038 194 0 0 25 0 1 0 654936980 634544128 153477 33554432000 4194304 4409284 140736259556880 18446744073709551615 4358342 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/27095/statm: 154918 153477 141 53 0 153341 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 619672

[startup+1242.3 s]
/proc/loadavg: 3.01 3.12 3.71 4/359 27449
/proc/meminfo: memFree=22462568/32950928 swapFree=67056568/67111528
[pid=27095] ppid=27093 vsize=679716 CPUtime=1242.32 cores=5,7
/proc/27095/stat : 27095 (lingeling) R 27093 27095 26891 0 -1 4202496 784176 0 0 0 124032 200 0 0 25 0 1 0 654936980 696029184 168488 33554432000 4194304 4409284 140736259556880 18446744073709551615 4358611 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/27095/statm: 169929 168488 141 53 0 168352 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 679716



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.06 3.11 3.67 4/359 27451
/proc/meminfo: memFree=23086772/32950928 swapFree=67056568/67111528
[pid=27095] ppid=27093 vsize=679716 CPUtime=1300.05 cores=5,7
/proc/27095/stat : 27095 (lingeling) R 27093 27095 26891 0 -1 4202496 784176 0 0 0 129797 208 0 0 25 0 1 0 654936980 696029184 168488 33554432000 4194304 4409284 140736259556880 18446744073709551615 4258770 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/27095/statm: 169929 168488 141 53 0 168352 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 679716

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.04
CPU time (s): 1300.08
CPU user time (s): 1297.97
CPU system time (s): 2.10768
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 834456

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

runsolver used 4.46232 second user time and 10.5994 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-15 06:23:19
IDJOB=3371946
IDBENCH=82411
IDSOLVER=1849
FILE ID=node148/3371946-1305433397
RUNJOBID= node148-1305432094-26912
PBS_JOBID= 13324625
Free space on /tmp= 72664 MiB

SOLVER NAME= Lingeling 587f (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-city-sequential-25nodes-1000size-3degree-100mindistance-3trucks-10packages-2008seed.060-SAT.cnf
COMMAND LINE= lingeling BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371946-1305433397/watcher-3371946-1305433397 -o /tmp/evaluation-result-3371946-1305433397/solver-3371946-1305433397 -C 2400 -W 1300 -M 7680  lingeling HOME/instance-3371946-1305433397.cnf

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

MD5SUM BENCH= 0176f3dd09fed1b561c875e1d6538c8d
RANDOM SEED=106510324

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24380244 kB
Buffers:        323788 kB
Cached:        4849640 kB
SwapCached:       8488 kB
Active:        4894668 kB
Inactive:      3320928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24380244 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:          240264 kB
Writeback:           0 kB
AnonPages:     3039760 kB
Mapped:          27664 kB
Slab:           262400 kB
PageTables:      29656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 84800352 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= 72700 MiB
End job on node148 at 2011-05-15 06:45:01