Trace number 3284930

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.02 1300.02

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.030-NOTKNOWN.cnf
MD5SUMfce318b20c1a474ab81b77594d3f6f99
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark583.061
Satisfiable
(Un)Satisfiability was proved
Number of variables945406
Number of clauses5079060
Sum of the clauses size12071640
Maximum clause length982
Minimum clause length1
Number of clauses of size 1720
Number of clauses of size 25035980
Number of clauses of size 3240
Number of clauses of size 4960
Number of clauses of size 52400
Number of clauses of size over 538760

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-3284930-1303761924/watcher-3284930-1303761924 -o /tmp/evaluation-result-3284930-1303761924/solver-3284930-1303761924 -C 2400 -W 1300 -M 7680 lingeling HOME/instance-3284930-1303761924.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: 4.04 3.16 2.90 5/189 29051
/proc/meminfo: memFree=22233352/32951124 swapFree=67051468/67111528
[pid=29051] ppid=29049 vsize=7356 CPUtime=0 cores=1,3
/proc/29051/stat : 29051 (lingeling) R 29049 29051 28631 0 -1 4202496 418 0 0 0 0 0 0 0 20 0 1 0 487795516 7532544 360 33554432000 4194304 4409164 140736305691840 18446744073709551615 218370957056 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/29051/statm: 1839 360 109 53 0 262 0

[startup+0.0572729 s]
/proc/loadavg: 4.04 3.16 2.90 5/189 29051
/proc/meminfo: memFree=22233352/32951124 swapFree=67051468/67111528
[pid=29051] ppid=29049 vsize=12332 CPUtime=0.05 cores=1,3
/proc/29051/stat : 29051 (lingeling) R 29049 29051 28631 0 -1 4202496 1634 0 0 0 5 0 0 0 20 0 1 0 487795516 12627968 1576 33554432000 4194304 4409164 140736305691840 18446744073709551615 218370957056 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/29051/statm: 3083 1576 113 53 0 1506 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12332

[startup+0.100264 s]
/proc/loadavg: 4.04 3.16 2.90 5/189 29051
/proc/meminfo: memFree=22233352/32951124 swapFree=67051468/67111528
[pid=29051] ppid=29049 vsize=12972 CPUtime=0.09 cores=1,3
/proc/29051/stat : 29051 (lingeling) R 29049 29051 28631 0 -1 4202496 1794 0 0 0 9 0 0 0 20 0 1 0 487795516 13283328 1736 33554432000 4194304 4409164 140736305691840 18446744073709551615 218370957056 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/29051/statm: 3243 1736 113 53 0 1666 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12972

[startup+0.300226 s]
/proc/loadavg: 4.04 3.16 2.90 5/189 29051
/proc/meminfo: memFree=22233352/32951124 swapFree=67051468/67111528
[pid=29051] ppid=29049 vsize=30320 CPUtime=0.29 cores=1,3
/proc/29051/stat : 29051 (lingeling) R 29049 29051 28631 0 -1 4202496 6164 0 0 0 28 1 0 0 21 0 1 0 487795516 31047680 6105 33554432000 4194304 4409164 140736305691840 18446744073709551615 218370575934 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/29051/statm: 7580 6105 113 53 0 6003 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30320

[startup+0.700154 s]
/proc/loadavg: 4.04 3.16 2.90 5/189 29051
/proc/meminfo: memFree=22233352/32951124 swapFree=67051468/67111528
[pid=29051] ppid=29049 vsize=65140 CPUtime=0.69 cores=1,3
/proc/29051/stat : 29051 (lingeling) R 29049 29051 28631 0 -1 4202496 14933 0 0 0 66 3 0 0 22 0 1 0 487795516 66703360 14810 33554432000 4194304 4409164 140736305691840 18446744073709551615 218370575924 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/29051/statm: 16285 14810 113 53 0 14708 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65140

[startup+1.50104 s]
/proc/loadavg: 4.04 3.17 2.91 5/190 29052
/proc/meminfo: memFree=22155604/32951124 swapFree=67051468/67111528
[pid=29051] ppid=29049 vsize=157812 CPUtime=1.49 cores=1,3
/proc/29051/stat : 29051 (lingeling) R 29049 29051 28631 0 -1 4202496 38101 0 0 0 142 7 0 0 25 0 1 0 487795516 161599488 37978 33554432000 4194304 4409164 140736305691840 18446744073709551615 218370957056 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/29051/statm: 39453 37978 113 53 0 37876 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 157812

[startup+3.10073 s]
/proc/loadavg: 4.04 3.17 2.91 5/190 29052
/proc/meminfo: memFree=22155604/32951124 swapFree=67051468/67111528
[pid=29051] ppid=29049 vsize=190576 CPUtime=3.09 cores=1,3
/proc/29051/stat : 29051 (lingeling) R 29049 29051 28631 0 -1 4202496 61350 0 0 0 296 13 0 0 25 0 1 0 487795516 195149824 46148 33554432000 4194304 4409164 140736305691840 18446744073709551615 4280404 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/29051/statm: 47644 46148 125 53 0 46067 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 190576

[startup+6.30016 s]
/proc/loadavg: 4.04 3.17 2.91 5/190 29052
/proc/meminfo: memFree=22077044/32951124 swapFree=67051468/67111528
[pid=29051] ppid=29049 vsize=194760 CPUtime=6.29 cores=1,3
/proc/29051/stat : 29051 (lingeling) R 29049 29051 28631 0 -1 4202496 89751 0 0 0 613 16 0 0 25 0 1 0 487795516 199434240 47204 33554432000 4194304 4409164 140736305691840 18446744073709551615 4259729 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/29051/statm: 48690 47204 134 53 0 47113 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 194760

[startup+12.701 s]
/proc/loadavg: 4.03 3.20 2.92 5/190 29052
/proc/meminfo: memFree=22019576/32951124 swapFree=67051468/67111528
[pid=29051] ppid=29049 vsize=194760 CPUtime=12.69 cores=1,3
/proc/29051/stat : 29051 (lingeling) R 29049 29051 28631 0 -1 4202496 106139 0 0 0 1251 18 0 0 25 0 1 0 487795516 199434240 47207 33554432000 4194304 4409164 140736305691840 18446744073709551615 4325508 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/29051/statm: 48690 47207 137 53 0 47113 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 194760

[startup+25.5068 s]
/proc/loadavg: 4.03 3.22 2.93 5/190 29052
/proc/meminfo: memFree=22020268/32951124 swapFree=67051468/67111528
[pid=29051] ppid=29049 vsize=194760 CPUtime=25.49 cores=1,3
/proc/29051/stat : 29051 (lingeling) R 29049 29051 28631 0 -1 4202496 106139 0 0 0 2531 18 0 0 25 0 1 0 487795516 199434240 47207 33554432000 4194304 4409164 140736305691840 18446744073709551615 4248647 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/29051/statm: 48690 47207 137 53 0 47113 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 194760

[startup+51.1002 s]
/proc/loadavg: 4.02 3.28 2.96 5/190 29053
/proc/meminfo: memFree=22012764/32951124 swapFree=67051468/67111528
[pid=29051] ppid=29049 vsize=207492 CPUtime=51.09 cores=1,3
/proc/29051/stat : 29051 (lingeling) R 29049 29051 28631 0 -1 4202496 109645 0 0 0 5089 20 0 0 25 0 1 0 487795516 212471808 50400 33554432000 4194304 4409164 140736305691840 18446744073709551615 4358348 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/29051/statm: 51873 50400 141 53 0 50296 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 207492

[startup+102.3 s]
/proc/loadavg: 4.00 3.40 3.01 5/190 29054
/proc/meminfo: memFree=21918564/32951124 swapFree=67051468/67111528
[pid=29051] ppid=29049 vsize=248216 CPUtime=102.28 cores=1,3
/proc/29051/stat : 29051 (lingeling) R 29049 29051 28631 0 -1 4202496 153093 0 0 0 10201 27 0 0 25 0 1 0 487795516 254173184 60581 33554432000 4194304 4409164 140736305691840 18446744073709551615 4350667 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/29051/statm: 62054 60581 141 53 0 60477 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 248216

[startup+162.3 s]
/proc/loadavg: 4.00 3.51 3.07 5/190 29056
/proc/meminfo: memFree=21835768/32951124 swapFree=67051468/67111528
[pid=29051] ppid=29049 vsize=277616 CPUtime=162.29 cores=1,3
/proc/29051/stat : 29051 (lingeling) R 29049 29051 28631 0 -1 4202496 160443 0 0 0 16199 30 0 0 25 0 1 0 487795516 284278784 67931 33554432000 4194304 4409164 140736305691840 18446744073709551615 4326910 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/29051/statm: 69404 67931 141 53 0 67827 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 277616

[startup+222.301 s]
/proc/loadavg: 4.00 3.59 3.13 5/190 29058
/proc/meminfo: memFree=21873028/32951124 swapFree=67051468/67111528
[pid=29051] ppid=29049 vsize=271212 CPUtime=222.3 cores=1,3
/proc/29051/stat : 29051 (lingeling) R 29049 29051 28631 0 -1 4202496 160443 0 0 0 22198 32 0 0 25 0 1 0 487795516 277721088 66330 33554432000 4194304 4409164 140736305691840 18446744073709551615 218370981783 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/29051/statm: 67803 66330 141 53 0 66226 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 271212

[startup+282.3 s]
/proc/loadavg: 4.00 3.67 3.18 5/190 29059
/proc/meminfo: memFree=21790204/32951124 swapFree=67051468/67111528
[pid=29051] ppid=29049 vsize=311564 CPUtime=282.29 cores=1,3
/proc/29051/stat : 29051 (lingeling) R 29049 29051 28631 0 -1 4202496 203758 0 0 0 28188 41 0 0 25 0 1 0 487795516 319041536 76418 33554432000 4194304 4409164 140736305691840 18446744073709551615 4231431 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/29051/statm: 77891 76418 141 53 0 76314 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 311564

[startup+342.307 s]
/proc/loadavg: 4.09 3.75 3.24 5/190 29061
/proc/meminfo: memFree=21606916/32951124 swapFree=67051468/67111528
[pid=29051] ppid=29049 vsize=376460 CPUtime=342.29 cores=1,3
/proc/29051/stat : 29051 (lingeling) R 29049 29051 28631 0 -1 4202496 219982 0 0 0 34184 45 0 0 25 0 1 0 487795516 385495040 92642 33554432000 4194304 4409164 140736305691840 18446744073709551615 4300099 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/29051/statm: 94115 92642 141 53 0 92538 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 376460

[startup+402.301 s]
/proc/loadavg: 4.03 3.80 3.28 5/190 29062
/proc/meminfo: memFree=21560012/32951124 swapFree=67051468/67111528
[pid=29051] ppid=29049 vsize=447380 CPUtime=402.29 cores=1,3
/proc/29051/stat : 29051 (lingeling) R 29049 29051 28631 0 -1 4202496 237714 0 0 0 40182 47 0 0 25 0 1 0 487795516 458117120 110372 33554432000 4194304 4409164 140736305691840 18446744073709551615 4359307 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/29051/statm: 111845 110372 141 53 0 110268 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 447380

[startup+462.3 s]
/proc/loadavg: 4.01 3.83 3.32 5/190 29064
/proc/meminfo: memFree=21490924/32951124 swapFree=67051468/67111528
[pid=29051] ppid=29049 vsize=518220 CPUtime=462.28 cores=1,3
/proc/29051/stat : 29051 (lingeling) R 29049 29051 28631 0 -1 4202496 270323 0 0 0 46172 56 0 0 25 0 1 0 487795516 530657280 128082 33554432000 4194304 4409164 140736305691840 18446744073709551615 4259195 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/29051/statm: 129555 128082 141 53 0 127978 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 518220

[startup+522.301 s]
/proc/loadavg: 4.00 3.86 3.37 5/190 29066
/proc/meminfo: memFree=21508124/32951124 swapFree=67051468/67111528
[pid=29051] ppid=29049 vsize=493340 CPUtime=522.29 cores=1,3
/proc/29051/stat : 29051 (lingeling) R 29049 29051 28631 0 -1 4202496 299902 0 0 0 52166 63 0 0 25 0 1 0 487795516 505180160 121862 33554432000 4194304 4409164 140736305691840 18446744073709551615 4358336 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/29051/statm: 123335 121862 141 53 0 121758 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 493340

[startup+582.301 s]
/proc/loadavg: 4.00 3.88 3.40 5/190 29067
/proc/meminfo: memFree=21480956/32951124 swapFree=67051468/67111528
[pid=29051] ppid=29049 vsize=493340 CPUtime=582.28 cores=1,3
/proc/29051/stat : 29051 (lingeling) R 29049 29051 28631 0 -1 4202496 299902 0 0 0 58161 67 0 0 25 0 1 0 487795516 505180160 121862 33554432000 4194304 4409164 140736305691840 18446744073709551615 4244443 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/29051/statm: 123335 121862 141 53 0 121758 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 493340

[startup+642.3 s]
/proc/loadavg: 4.00 3.90 3.44 5/190 29069
/proc/meminfo: memFree=21309284/32951124 swapFree=67051468/67111528
[pid=29051] ppid=29049 vsize=659096 CPUtime=642.28 cores=1,3
/proc/29051/stat : 29051 (lingeling) R 29049 29051 28631 0 -1 4202496 359099 0 0 0 64152 76 0 0 25 0 1 0 487795516 674914304 163301 33554432000 4194304 4409164 140736305691840 18446744073709551615 4303661 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/29051/statm: 164774 163301 141 53 0 163197 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 659096

[startup+702.301 s]
/proc/loadavg: 4.00 3.92 3.47 5/190 29070
/proc/meminfo: memFree=20966128/32951124 swapFree=67051468/67111528
[pid=29051] ppid=29049 vsize=843360 CPUtime=702.29 cores=1,3
/proc/29051/stat : 29051 (lingeling) R 29049 29051 28631 0 -1 4202496 408056 0 0 0 70147 82 0 0 25 0 1 0 487795516 863600640 209367 33554432000 4194304 4409164 140736305691840 18446744073709551615 4230514 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/29051/statm: 210840 209367 141 53 0 209263 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 843360

[startup+762.301 s]
/proc/loadavg: 4.00 3.93 3.50 5/190 29072
/proc/meminfo: memFree=20995044/32951124 swapFree=67051468/67111528
[pid=29051] ppid=29049 vsize=455360 CPUtime=762.29 cores=1,3
/proc/29051/stat : 29051 (lingeling) R 29049 29051 28631 0 -1 4202496 417671 0 0 0 76140 89 0 0 25 0 1 0 487795516 466288640 112399 33554432000 4194304 4409164 140736305691840 18446744073709551615 4256872 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/29051/statm: 113840 112399 141 53 0 112263 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 455360

[startup+822.3 s]
/proc/loadavg: 4.00 3.94 3.53 5/190 29074
/proc/meminfo: memFree=21478372/32951124 swapFree=67051468/67111528
[pid=29051] ppid=29049 vsize=510236 CPUtime=822.29 cores=1,3
/proc/29051/stat : 29051 (lingeling) R 29049 29051 28631 0 -1 4202496 431390 0 0 0 82135 94 0 0 25 0 1 0 487795516 522481664 126118 33554432000 4194304 4409164 140736305691840 18446744073709551615 4358357 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/29051/statm: 127559 126118 141 53 0 125982 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 510236

[startup+882.301 s]
/proc/loadavg: 4.04 3.96 3.56 5/190 29075
/proc/meminfo: memFree=21332140/32951124 swapFree=67051468/67111528
[pid=29051] ppid=29049 vsize=709584 CPUtime=882.3 cores=1,3
/proc/29051/stat : 29051 (lingeling) R 29049 29051 28631 0 -1 4202496 481264 0 0 0 88125 105 0 0 25 0 1 0 487795516 726614016 175923 33554432000 4194304 4409164 140736305691840 18446744073709551615 4226443 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/29051/statm: 177396 175923 141 53 0 175819 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 709584

[startup+942.301 s]
/proc/loadavg: 4.05 3.98 3.59 5/190 29077
/proc/meminfo: memFree=21464300/32951124 swapFree=67051468/67111528
[pid=29051] ppid=29049 vsize=480760 CPUtime=942.29 cores=1,3
/proc/29051/stat : 29051 (lingeling) R 29049 29051 28631 0 -1 4202496 513381 0 0 0 94116 113 0 0 25 0 1 0 487795516 492298240 118717 33554432000 4194304 4409164 140736305691840 18446744073709551615 4259277 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/29051/statm: 120190 118717 141 53 0 118613 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 480760

[startup+1002.31 s]
/proc/loadavg: 4.02 3.98 3.61 5/190 29078
/proc/meminfo: memFree=21536176/32951124 swapFree=67051468/67111528
[pid=29051] ppid=29049 vsize=496084 CPUtime=1002.29 cores=1,3
/proc/29051/stat : 29051 (lingeling) R 29049 29051 28631 0 -1 4202496 535630 0 0 0 100112 117 0 0 25 0 1 0 487795516 507990016 122548 33554432000 4194304 4409164 140736305691840 18446744073709551615 4325508 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/29051/statm: 124021 122548 141 53 0 122444 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 496084

[startup+1062.3 s]
/proc/loadavg: 4.00 3.98 3.63 5/190 29080
/proc/meminfo: memFree=21499692/32951124 swapFree=67051468/67111528
[pid=29051] ppid=29049 vsize=550344 CPUtime=1062.28 cores=1,3
/proc/29051/stat : 29051 (lingeling) R 29049 29051 28631 0 -1 4202496 549197 0 0 0 106109 119 0 0 25 0 1 0 487795516 563552256 136113 33554432000 4194304 4409164 140736305691840 18446744073709551615 4244759 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/29051/statm: 137586 136113 141 53 0 136009 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 550344

[startup+1122.3 s]
/proc/loadavg: 4.04 4.00 3.66 5/190 29082
/proc/meminfo: memFree=21298900/32951124 swapFree=67051468/67111528
[pid=29051] ppid=29049 vsize=658884 CPUtime=1122.29 cores=1,3
/proc/29051/stat : 29051 (lingeling) R 29049 29051 28631 0 -1 4202496 576332 0 0 0 112103 126 0 0 25 0 1 0 487795516 674697216 163248 33554432000 4194304 4409164 140736305691840 18446744073709551615 4358394 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/29051/statm: 164721 163248 141 53 0 163144 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 658884

[startup+1182.3 s]
/proc/loadavg: 3.97 3.98 3.67 5/190 29111
/proc/meminfo: memFree=21319712/32951124 swapFree=67051468/67111528
[pid=29051] ppid=29049 vsize=658884 CPUtime=1182.29 cores=1,3
/proc/29051/stat : 29051 (lingeling) R 29049 29051 28631 0 -1 4202496 576332 0 0 0 118099 130 0 0 25 0 1 0 487795516 674697216 163248 33554432000 4194304 4409164 140736305691840 18446744073709551615 4358434 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/29051/statm: 164721 163248 141 53 0 163144 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 658884

[startup+1242.3 s]
/proc/loadavg: 4.04 4.00 3.69 5/190 29169
/proc/meminfo: memFree=21126968/32951124 swapFree=67051468/67111528
[pid=29051] ppid=29049 vsize=940468 CPUtime=1242.28 cores=1,3
/proc/29051/stat : 29051 (lingeling) R 29049 29051 28631 0 -1 4202496 646728 0 0 0 124089 139 0 0 25 0 1 0 487795516 963039232 233644 33554432000 4194304 4409164 140736305691840 18446744073709551615 218370981783 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/29051/statm: 235117 233644 141 53 0 233540 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 940468



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.00 3.71 5/190 29170
/proc/meminfo: memFree=21550888/32951124 swapFree=67051468/67111528
[pid=29051] ppid=29049 vsize=378692 CPUtime=1299.99 cores=1,3
/proc/29051/stat : 29051 (lingeling) R 29049 29051 28631 0 -1 4202496 668202 0 0 0 129850 149 0 0 25 0 1 0 487795516 387780608 93232 33554432000 4194304 4409164 140736305691840 18446744073709551615 218370981783 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/29051/statm: 94673 93232 141 53 0 93096 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 378692

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

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

[startup+1300 s]
/proc/loadavg: 4.01 4.00 3.71 5/190 29170
/proc/meminfo: memFree=21550888/32951124 swapFree=67051468/67111528
[pid=29051] ppid=29049 vsize=378692 CPUtime=1299.99 cores=1,3
/proc/29051/stat : 29051 (lingeling) R 29049 29051 28631 0 -1 4202496 668202 0 0 0 129850 149 0 0 25 0 1 0 487795516 387780608 93232 33554432000 4194304 4409164 140736305691840 18446744073709551615 218370981783 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/29051/statm: 94673 93232 141 53 0 93096 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 378692

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.02
CPU user time (s): 1298.51
CPU system time (s): 1.51177
CPU usage (%): 99.9995
Max. virtual memory (cumulated for all children) (KiB): 1008340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.51
system time used= 1.51177
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 668202
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= 4
involuntary context switches= 2085

runsolver used 2.00769 second user time and 5.08423 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-25 22:05:28
IDJOB=3284930
IDBENCH=82367
IDSOLVER=1606
FILE ID=node101/3284930-1303761924
RUNJOBID= node101-1303761712-28651
PBS_JOBID= 13157151
Free space on /tmp= 71464 MiB

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

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

MD5SUM BENCH= fce318b20c1a474ab81b77594d3f6f99
RANDOM SEED=719275915

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22233632 kB
Buffers:       2078744 kB
Cached:        7752368 kB
SwapCached:      33708 kB
Active:        6787740 kB
Inactive:      3458160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22233632 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:          133204 kB
Writeback:           0 kB
AnonPages:      402448 kB
Mapped:           9804 kB
Slab:           407424 kB
PageTables:       6028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   628008 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= 71396 MiB
End job on node101 at 2011-04-25 22:27:10