Trace number 3285528

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 587? (TO) 1300.09 1300.04

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.050-SAT.cnf
MD5SUM48f03e5fbe31fc85b9a464480fc8aa5a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark752.735
Satisfiable
(Un)Satisfiability was proved
Number of variables1575206
Number of clauses8464620
Sum of the clauses size20118920
Maximum clause length982
Minimum clause length1
Number of clauses of size 1720
Number of clauses of size 28393300
Number of clauses of size 3400
Number of clauses of size 41600
Number of clauses of size 54000
Number of clauses of size over 564600

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: 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-3285528-1303764199/watcher-3285528-1303764199 -o /tmp/evaluation-result-3285528-1303764199/solver-3285528-1303764199 -C 2400 -W 1300 -M 7680 lingeling HOME/instance-3285528-1303764199.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: 1.43 2.43 2.69 4/189 23596
/proc/meminfo: memFree=21428324/32951124 swapFree=67111524/67111528
[pid=23596] ppid=23594 vsize=7356 CPUtime=0 cores=1,3
/proc/23596/stat : 23596 (lingeling) R 23594 23596 22078 0 -1 4202496 417 0 0 0 0 0 0 0 23 0 1 0 488022748 7532544 360 33554432000 4194304 4409164 140734439466496 18446744073709551615 212436016896 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23596/statm: 1839 360 109 53 0 262 0

[startup+0.0913451 s]
/proc/loadavg: 1.43 2.43 2.69 4/189 23596
/proc/meminfo: memFree=21428324/32951124 swapFree=67111524/67111528
[pid=23596] ppid=23594 vsize=12972 CPUtime=0.08 cores=1,3
/proc/23596/stat : 23596 (lingeling) R 23594 23596 22078 0 -1 4202496 1793 0 0 0 8 0 0 0 23 0 1 0 488022748 13283328 1736 33554432000 4194304 4409164 140734439466496 18446744073709551615 212436016896 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23596/statm: 3243 1736 113 53 0 1666 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12972

[startup+0.100339 s]
/proc/loadavg: 1.43 2.43 2.69 4/189 23596
/proc/meminfo: memFree=21428324/32951124 swapFree=67111524/67111528
[pid=23596] ppid=23594 vsize=12972 CPUtime=0.09 cores=1,3
/proc/23596/stat : 23596 (lingeling) R 23594 23596 22078 0 -1 4202496 1793 0 0 0 9 0 0 0 23 0 1 0 488022748 13283328 1736 33554432000 4194304 4409164 140734439466496 18446744073709551615 212436016896 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23596/statm: 3243 1736 113 53 0 1666 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12972

[startup+0.300304 s]
/proc/loadavg: 1.43 2.43 2.69 4/189 23596
/proc/meminfo: memFree=21428324/32951124 swapFree=67111524/67111528
[pid=23596] ppid=23594 vsize=30320 CPUtime=0.29 cores=1,3
/proc/23596/stat : 23596 (lingeling) R 23594 23596 22078 0 -1 4202496 6163 0 0 0 28 1 0 0 25 0 1 0 488022748 31047680 6105 33554432000 4194304 4409164 140734439466496 18446744073709551615 212436016896 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23596/statm: 7580 6105 113 53 0 6003 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30320

[startup+0.70023 s]
/proc/loadavg: 1.43 2.43 2.69 4/189 23596
/proc/meminfo: memFree=21428324/32951124 swapFree=67111524/67111528
[pid=23596] ppid=23594 vsize=65140 CPUtime=0.69 cores=1,3
/proc/23596/stat : 23596 (lingeling) R 23594 23596 22078 0 -1 4202496 14932 0 0 0 66 3 0 0 25 0 1 0 488022748 66703360 14810 33554432000 4194304 4409164 140734439466496 18446744073709551615 212436016896 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23596/statm: 16285 14810 113 53 0 14708 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65140

[startup+1.50108 s]
/proc/loadavg: 1.43 2.43 2.69 5/190 23597
/proc/meminfo: memFree=21348220/32951124 swapFree=67111524/67111528
[pid=23596] ppid=23594 vsize=157812 CPUtime=1.49 cores=1,3
/proc/23596/stat : 23596 (lingeling) R 23594 23596 22078 0 -1 4202496 38100 0 0 0 142 7 0 0 25 0 1 0 488022748 161599488 37978 33554432000 4194304 4409164 140734439466496 18446744073709551615 212436016896 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23596/statm: 39453 37978 113 53 0 37876 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 157812

[startup+3.10077 s]
/proc/loadavg: 1.88 2.50 2.71 5/190 23597
/proc/meminfo: memFree=21250472/32951124 swapFree=67111524/67111528
[pid=23596] ppid=23594 vsize=306292 CPUtime=3.09 cores=1,3
/proc/23596/stat : 23596 (lingeling) R 23594 23596 22078 0 -1 4202496 75220 0 0 0 294 15 0 0 25 0 1 0 488022748 313643008 75098 33554432000 4194304 4409164 140734439466496 18446744073709551615 212436016896 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23596/statm: 76573 75098 113 53 0 74996 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 306292

[startup+6.30017 s]
/proc/loadavg: 1.88 2.50 2.71 5/190 23597
/proc/meminfo: memFree=21077768/32951124 swapFree=67111524/67111528
[pid=23596] ppid=23594 vsize=347324 CPUtime=6.29 cores=1,3
/proc/23596/stat : 23596 (lingeling) R 23594 23596 22078 0 -1 4202496 115880 0 0 0 608 21 0 0 25 0 1 0 488022748 355659776 85368 33554432000 4194304 4409164 140734439466496 18446744073709551615 4281398 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23596/statm: 86831 85368 125 53 0 85254 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 347324

[startup+12.701 s]
/proc/loadavg: 2.21 2.55 2.73 5/190 23597
/proc/meminfo: memFree=21076308/32951124 swapFree=67111524/67111528
[pid=23596] ppid=23594 vsize=311972 CPUtime=12.69 cores=1,3
/proc/23596/stat : 23596 (lingeling) R 23594 23596 22078 0 -1 4202496 246191 0 0 0 1234 35 0 0 25 0 1 0 488022748 319459328 76506 33554432000 4194304 4409164 140734439466496 18446744073709551615 4259624 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23596/statm: 77993 76506 133 53 0 76416 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 311972

[startup+25.5005 s]
/proc/loadavg: 2.48 2.60 2.74 5/190 23598
/proc/meminfo: memFree=21051488/32951124 swapFree=67111524/67111528
[pid=23596] ppid=23594 vsize=311972 CPUtime=25.5 cores=1,3
/proc/23596/stat : 23596 (lingeling) R 23594 23596 22078 0 -1 4202496 257670 0 0 0 2513 37 0 0 25 0 1 0 488022748 319459328 76509 33554432000 4194304 4409164 140734439466496 18446744073709551615 4248613 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23596/statm: 77993 76509 136 53 0 76416 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 311972

[startup+51.1007 s]
/proc/loadavg: 3.00 2.71 2.77 5/190 23598
/proc/meminfo: memFree=20980748/32951124 swapFree=67111524/67111528
[pid=23596] ppid=23594 vsize=343444 CPUtime=51.09 cores=1,3
/proc/23596/stat : 23596 (lingeling) R 23594 23596 22078 0 -1 4202496 263497 0 0 0 5072 37 0 0 25 0 1 0 488022748 351686656 82336 33554432000 4194304 4409164 140734439466496 18446744073709551615 4242963 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23596/statm: 85861 82336 136 53 0 84284 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 343444

[startup+102.307 s]
/proc/loadavg: 3.60 2.93 2.84 5/190 23600
/proc/meminfo: memFree=20840328/32951124 swapFree=67111524/67111528
[pid=23596] ppid=23594 vsize=387552 CPUtime=102.3 cores=1,3
/proc/23596/stat : 23596 (lingeling) R 23594 23596 22078 0 -1 4202496 288548 0 0 0 10188 42 0 0 25 0 1 0 488022748 396853248 95415 33554432000 4194304 4409164 140734439466496 18446744073709551615 4226390 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23596/statm: 96888 95415 141 53 0 95311 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 387552

[startup+162.301 s]
/proc/loadavg: 3.85 3.12 2.91 5/190 23601
/proc/meminfo: memFree=20710720/32951124 swapFree=67111524/67111528
[pid=23596] ppid=23594 vsize=472320 CPUtime=162.29 cores=1,3
/proc/23596/stat : 23596 (lingeling) R 23594 23596 22078 0 -1 4202496 390921 0 0 0 16174 55 0 0 25 0 1 0 488022748 483655680 116607 33554432000 4194304 4409164 140734439466496 18446744073709551615 4325508 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23596/statm: 118080 116607 141 53 0 116503 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 472320

[startup+222.3 s]
/proc/loadavg: 3.94 3.28 2.98 5/190 23603
/proc/meminfo: memFree=20652628/32951124 swapFree=67111524/67111528
[pid=23596] ppid=23594 vsize=472320 CPUtime=222.3 cores=1,3
/proc/23596/stat : 23596 (lingeling) R 23594 23596 22078 0 -1 4202496 390921 0 0 0 22175 55 0 0 25 0 1 0 488022748 483655680 116607 33554432000 4194304 4409164 140734439466496 18446744073709551615 4252261 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23596/statm: 118080 116607 141 53 0 116503 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 472320

[startup+282.301 s]
/proc/loadavg: 3.98 3.41 3.04 5/190 23605
/proc/meminfo: memFree=20577188/32951124 swapFree=67111524/67111528
[pid=23596] ppid=23594 vsize=460608 CPUtime=282.31 cores=1,3
/proc/23596/stat : 23596 (lingeling) R 23594 23596 22078 0 -1 4202496 390921 0 0 0 28174 57 0 0 25 0 1 0 488022748 471662592 113679 33554432000 4194304 4409164 140734439466496 18446744073709551615 4358311 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23596/statm: 115152 113679 141 53 0 113575 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 460608

[startup+342.301 s]
/proc/loadavg: 3.99 3.51 3.10 5/190 23606
/proc/meminfo: memFree=20392136/32951124 swapFree=67111524/67111528
[pid=23596] ppid=23594 vsize=500956 CPUtime=342.3 cores=1,3
/proc/23596/stat : 23596 (lingeling) R 23594 23596 22078 0 -1 4202496 474913 0 0 0 34160 70 0 0 25 0 1 0 488022748 512978944 123766 33554432000 4194304 4409164 140734439466496 18446744073709551615 4259254 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23596/statm: 125239 123766 141 53 0 123662 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 500956

[startup+402.3 s]
/proc/loadavg: 3.99 3.60 3.15 5/190 23608
/proc/meminfo: memFree=20436108/32951124 swapFree=67111524/67111528
[pid=23596] ppid=23594 vsize=500956 CPUtime=402.31 cores=1,3
/proc/23596/stat : 23596 (lingeling) R 23594 23596 22078 0 -1 4202496 474913 0 0 0 40159 72 0 0 25 0 1 0 488022748 512978944 123766 33554432000 4194304 4409164 140734439466496 18446744073709551615 4230570 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23596/statm: 125239 123766 141 53 0 123662 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 500956

[startup+462.301 s]
/proc/loadavg: 3.99 3.67 3.20 5/190 23609
/proc/meminfo: memFree=20293212/32951124 swapFree=67111524/67111528
[pid=23596] ppid=23594 vsize=509692 CPUtime=462.31 cores=1,3
/proc/23596/stat : 23596 (lingeling) R 23594 23596 22078 0 -1 4202496 477097 0 0 0 46157 74 0 0 25 0 1 0 488022748 521924608 125950 33554432000 4194304 4409164 140734439466496 18446744073709551615 4325508 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23596/statm: 127423 125950 141 53 0 125846 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 509692

[startup+522.301 s]
/proc/loadavg: 4.11 3.76 3.26 5/190 23611
/proc/meminfo: memFree=20144488/32951124 swapFree=67111524/67111528
[pid=23596] ppid=23594 vsize=509692 CPUtime=522.31 cores=1,3
/proc/23596/stat : 23596 (lingeling) R 23594 23596 22078 0 -1 4202496 477097 0 0 0 52157 74 0 0 25 0 1 0 488022748 521924608 125950 33554432000 4194304 4409164 140734439466496 18446744073709551615 4246398 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23596/statm: 127423 125950 141 53 0 125846 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 509692

[startup+582.3 s]
/proc/loadavg: 4.04 3.80 3.30 5/190 23613
/proc/meminfo: memFree=20324872/32951124 swapFree=67111524/67111528
[pid=23596] ppid=23594 vsize=392120 CPUtime=582.31 cores=1,3
/proc/23596/stat : 23596 (lingeling) R 23594 23596 22078 0 -1 4202496 484431 0 0 0 58153 78 0 0 25 0 1 0 488022748 401530880 96589 33554432000 4194304 4409164 140734439466496 18446744073709551615 4230637 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23596/statm: 98030 96589 141 53 0 96453 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 392120

[startup+642.301 s]
/proc/loadavg: 4.08 3.85 3.35 5/190 23614
/proc/meminfo: memFree=20062064/32951124 swapFree=67111524/67111528
[pid=23596] ppid=23594 vsize=528432 CPUtime=642.33 cores=1,3
/proc/23596/stat : 23596 (lingeling) R 23594 23596 22078 0 -1 4202496 614899 0 0 0 64136 97 0 0 25 0 1 0 488022748 541114368 130667 33554432000 4194304 4409164 140734439466496 18446744073709551615 4230570 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23596/statm: 132108 130667 141 53 0 130531 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 528432

[startup+702.301 s]
/proc/loadavg: 4.03 3.87 3.38 5/190 23616
/proc/meminfo: memFree=19837704/32951124 swapFree=67111524/67111528
[pid=23596] ppid=23594 vsize=528432 CPUtime=702.31 cores=1,3
/proc/23596/stat : 23596 (lingeling) R 23594 23596 22078 0 -1 4202496 614899 0 0 0 70132 99 0 0 25 0 1 0 488022748 541114368 130667 33554432000 4194304 4409164 140734439466496 18446744073709551615 212436041623 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23596/statm: 132108 130667 141 53 0 130531 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 528432

[startup+762.307 s]
/proc/loadavg: 4.01 3.89 3.42 5/190 23617
/proc/meminfo: memFree=20078716/32951124 swapFree=67111524/67111528
[pid=23596] ppid=23594 vsize=725060 CPUtime=762.32 cores=1,3
/proc/23596/stat : 23596 (lingeling) R 23594 23596 22078 0 -1 4202496 664024 0 0 0 76126 106 0 0 25 0 1 0 488022748 742461440 179792 33554432000 4194304 4409164 140734439466496 18446744073709551615 4359487 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23596/statm: 181265 179792 141 53 0 179688 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 725060

[startup+822.301 s]
/proc/loadavg: 4.00 3.91 3.45 5/190 23619
/proc/meminfo: memFree=20293320/32951124 swapFree=67111524/67111528
[pid=23596] ppid=23594 vsize=466436 CPUtime=822.32 cores=1,3
/proc/23596/stat : 23596 (lingeling) R 23594 23596 22078 0 -1 4202496 682632 0 0 0 82120 112 0 0 25 0 1 0 488022748 477630464 115136 33554432000 4194304 4409164 140734439466496 18446744073709551615 4325494 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23596/statm: 116609 115136 141 53 0 115032 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 466436

[startup+882.3 s]
/proc/loadavg: 4.00 3.92 3.48 5/190 23621
/proc/meminfo: memFree=19990832/32951124 swapFree=67111524/67111528
[pid=23596] ppid=23594 vsize=466436 CPUtime=882.33 cores=1,3
/proc/23596/stat : 23596 (lingeling) R 23594 23596 22078 0 -1 4202496 682632 0 0 0 88121 112 0 0 25 0 1 0 488022748 477630464 115136 33554432000 4194304 4409164 140734439466496 18446744073709551615 4246032 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23596/statm: 116609 115136 141 53 0 115032 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 466436

[startup+942.301 s]
/proc/loadavg: 4.00 3.93 3.51 5/190 23622
/proc/meminfo: memFree=19825876/32951124 swapFree=67111524/67111528
[pid=23596] ppid=23594 vsize=496072 CPUtime=942.33 cores=1,3
/proc/23596/stat : 23596 (lingeling) R 23594 23596 22078 0 -1 4202496 690042 0 0 0 94118 115 0 0 25 0 1 0 488022748 507977728 122545 33554432000 4194304 4409164 140734439466496 18446744073709551615 4226480 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23596/statm: 124018 122545 141 53 0 122441 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 496072

[startup+1002.3 s]
/proc/loadavg: 4.00 3.94 3.54 5/190 23624
/proc/meminfo: memFree=20045680/32951124 swapFree=67111524/67111528
[pid=23596] ppid=23594 vsize=657396 CPUtime=1002.33 cores=1,3
/proc/23596/stat : 23596 (lingeling) R 23594 23596 22078 0 -1 4202496 803584 0 0 0 100103 130 0 0 25 0 1 0 488022748 673173504 162876 33554432000 4194304 4409164 140734439466496 18446744073709551615 4258732 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23596/statm: 164349 162876 141 53 0 162772 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 657396

[startup+1062.3 s]
/proc/loadavg: 4.04 3.97 3.57 5/190 23634
/proc/meminfo: memFree=19775560/32951124 swapFree=67111524/67111528
[pid=23596] ppid=23594 vsize=894856 CPUtime=1062.33 cores=1,3
/proc/23596/stat : 23596 (lingeling) R 23594 23596 22078 0 -1 4202496 862949 0 0 0 106094 139 0 0 25 0 1 0 488022748 916332544 222241 33554432000 4194304 4409164 140734439466496 18446744073709551615 4226443 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23596/statm: 223714 222241 141 53 0 222137 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 894856

[startup+1122.3 s]
/proc/loadavg: 4.01 3.97 3.60 6/190 23636
/proc/meminfo: memFree=19775048/32951124 swapFree=67111524/67111528
[pid=23596] ppid=23594 vsize=731228 CPUtime=1122.34 cores=1,3
/proc/23596/stat : 23596 (lingeling) R 23594 23596 22078 0 -1 4202496 906496 0 0 0 112085 149 0 0 25 0 1 0 488022748 748777472 181334 33554432000 4194304 4409164 140734439466496 18446744073709551615 4359769 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23596/statm: 182807 181334 141 53 0 181230 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 731228

[startup+1182.3 s]
/proc/loadavg: 4.04 3.99 3.62 5/190 23638
/proc/meminfo: memFree=19233256/32951124 swapFree=67111524/67111528
[pid=23596] ppid=23594 vsize=829224 CPUtime=1182.33 cores=1,3
/proc/23596/stat : 23596 (lingeling) R 23594 23596 22078 0 -1 4202496 1004053 0 0 0 118070 163 0 0 25 0 1 0 488022748 849125376 205865 33554432000 4194304 4409164 140734439466496 18446744073709551615 4230570 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23596/statm: 207306 205865 141 53 0 205729 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 829224

[startup+1242.3 s]
/proc/loadavg: 4.01 3.99 3.65 5/190 23642
/proc/meminfo: memFree=19568000/32951124 swapFree=67111524/67111528
[pid=23596] ppid=23594 vsize=891580 CPUtime=1242.34 cores=1,3
/proc/23596/stat : 23596 (lingeling) R 23594 23596 22078 0 -1 4202496 1020059 0 0 0 124065 169 0 0 25 0 1 0 488022748 912977920 221422 33554432000 4194304 4409164 140734439466496 18446744073709551615 4230778 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23596/statm: 222895 221422 141 53 0 221318 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 891580



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.84 3.95 3.65 2/173 23698
/proc/meminfo: memFree=21004644/32951124 swapFree=67111524/67111528
[pid=23596] ppid=23594 vsize=769292 CPUtime=1300.04 cores=1,3
/proc/23596/stat : 23596 (lingeling) R 23594 23596 22078 0 -1 4202496 1105728 0 0 0 129824 180 0 0 25 0 1 0 488022748 787755008 190850 33554432000 4194304 4409164 140734439466496 18446744073709551615 4264071 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23596/statm: 192323 190850 141 53 0 190746 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 769292

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.09
CPU user time (s): 1298.25
CPU system time (s): 1.84172
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 972000

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

runsolver used 2.02969 second user time and 5.07423 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-25 22:43:24
IDJOB=3285528
IDBENCH=82388
IDSOLVER=1606
FILE ID=node102/3285528-1303764199
RUNJOBID= node102-1303764198-23556
PBS_JOBID= 13154071
Free space on /tmp= 70708 MiB

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

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

MD5SUM BENCH= 48f03e5fbe31fc85b9a464480fc8aa5a
RANDOM SEED=1504777243

node102.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.828
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.65
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.828
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	: 5226.15
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.828
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.82
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.828
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.828
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.828
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.828
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.828
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21428480 kB
Buffers:       1602004 kB
Cached:        9065416 kB
SwapCached:          4 kB
Active:        2841332 kB
Inactive:      8120184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21428480 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:          274232 kB
Writeback:           0 kB
AnonPages:      293772 kB
Mapped:          15532 kB
Slab:           497136 kB
PageTables:       5624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   481084 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= 70808 MiB
End job on node102 at 2011-04-25 23:05:06