Trace number 3372445

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) 5000.08 4999.96

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.020-NOTKNOWN.cnf
MD5SUM5d1253e2dcc0e3e55992672756beadbc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2556.24
Satisfiable
(Un)Satisfiability was proved
Number of variables756832
Number of clauses4116966
Sum of the clauses size9765566
Maximum clause length1178
Minimum clause length1
Number of clauses of size 1846
Number of clauses of size 24082840
Number of clauses of size 3640
Number of clauses of size 4800
Number of clauses of size 5800
Number of clauses of size over 531040

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-3372445-1305421813/watcher-3372445-1305421813 -o /tmp/evaluation-result-3372445-1305421813/solver-3372445-1305421813 -C 5000 -W 5100 -M 15500 lingeling HOME/instance-3372445-1305421813.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.89 6.14 7.17 2/279 20819
/proc/meminfo: memFree=24751272/32951124 swapFree=67057896/67111528
[pid=20819] ppid=20817 vsize=8128 CPUtime=0 cores=1,3,5,7
/proc/20819/stat : 20819 (lingeling) R 20817 20819 19869 0 -1 4202496 607 0 0 0 0 0 0 0 21 0 1 0 634596876 8323072 551 33554432000 4194304 4409284 140733564264320 18446744073709551615 254261616384 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20819/statm: 2032 551 108 53 0 455 0

[startup+0.076703 s]
/proc/loadavg: 3.89 6.14 7.17 2/279 20819
/proc/meminfo: memFree=24751272/32951124 swapFree=67057896/67111528
[pid=20819] ppid=20817 vsize=13356 CPUtime=0.07 cores=1,3,5,7
/proc/20819/stat : 20819 (lingeling) R 20817 20819 19869 0 -1 4202496 1887 0 0 0 7 0 0 0 21 0 1 0 634596876 13676544 1831 33554432000 4194304 4409284 140733564264320 18446744073709551615 254261616384 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20819/statm: 3339 1831 113 53 0 1762 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13356

[startup+0.100695 s]
/proc/loadavg: 3.89 6.14 7.17 2/279 20819
/proc/meminfo: memFree=24751272/32951124 swapFree=67057896/67111528
[pid=20819] ppid=20817 vsize=13996 CPUtime=0.09 cores=1,3,5,7
/proc/20819/stat : 20819 (lingeling) R 20817 20819 19869 0 -1 4202496 2047 0 0 0 9 0 0 0 21 0 1 0 634596876 14331904 1991 33554432000 4194304 4409284 140733564264320 18446744073709551615 254261616384 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20819/statm: 3499 1991 113 53 0 1922 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13996

[startup+0.300662 s]
/proc/loadavg: 3.89 6.14 7.17 2/279 20819
/proc/meminfo: memFree=24751272/32951124 swapFree=67057896/67111528
[pid=20819] ppid=20817 vsize=29040 CPUtime=0.29 cores=1,3,5,7
/proc/20819/stat : 20819 (lingeling) R 20817 20819 19869 0 -1 4202496 5840 0 0 0 29 0 0 0 22 0 1 0 634596876 29736960 5784 33554432000 4194304 4409284 140733564264320 18446744073709551615 254261616384 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20819/statm: 7260 5784 113 53 0 5683 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29040

[startup+0.700589 s]
/proc/loadavg: 3.89 6.14 7.17 2/279 20819
/proc/meminfo: memFree=24751272/32951124 swapFree=67057896/67111528
[pid=20819] ppid=20817 vsize=64120 CPUtime=0.69 cores=1,3,5,7
/proc/20819/stat : 20819 (lingeling) R 20817 20819 19869 0 -1 4202496 14674 0 0 0 67 2 0 0 24 0 1 0 634596876 65658880 14554 33554432000 4194304 4409284 140733564264320 18446744073709551615 254261616384 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20819/statm: 16030 14554 113 53 0 14453 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64120

[startup+1.50045 s]
/proc/loadavg: 3.74 6.08 7.15 3/280 20820
/proc/meminfo: memFree=24621072/32951124 swapFree=67057896/67111528
[pid=20819] ppid=20817 vsize=157816 CPUtime=1.49 cores=1,3,5,7
/proc/20819/stat : 20819 (lingeling) R 20817 20819 19869 0 -1 4202496 38098 0 0 0 142 7 0 0 25 0 1 0 634596876 161603584 37978 33554432000 4194304 4409284 140733564264320 18446744073709551615 254261616384 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20819/statm: 39454 37978 113 53 0 37877 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 157816

[startup+3.10017 s]
/proc/loadavg: 3.74 6.08 7.15 3/280 20820
/proc/meminfo: memFree=24516416/32951124 swapFree=67057896/67111528
[pid=20819] ppid=20817 vsize=165464 CPUtime=3.09 cores=1,3,5,7
/proc/20819/stat : 20819 (lingeling) R 20817 20819 19869 0 -1 4202496 55660 0 0 0 300 9 0 0 25 0 1 0 634596876 169435136 39874 33554432000 4194304 4409284 140733564264320 18446744073709551615 4303439 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20819/statm: 41366 39874 129 53 0 39789 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 165464

[startup+6.3006 s]
/proc/loadavg: 3.60 6.01 7.12 3/280 20821
/proc/meminfo: memFree=24511936/32951124 swapFree=67057896/67111528
[pid=20819] ppid=20817 vsize=168204 CPUtime=6.29 cores=1,3,5,7
/proc/20819/stat : 20819 (lingeling) R 20817 20819 19869 0 -1 4202496 72539 0 0 0 618 11 0 0 25 0 1 0 634596876 172240896 40567 33554432000 4194304 4409284 140733564264320 18446744073709551615 4325614 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20819/statm: 42051 40567 137 53 0 40474 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 168204

[startup+12.7005 s]
/proc/loadavg: 3.47 5.94 7.09 3/280 20821
/proc/meminfo: memFree=24511584/32951124 swapFree=67057896/67111528
[pid=20819] ppid=20817 vsize=168204 CPUtime=12.69 cores=1,3,5,7
/proc/20819/stat : 20819 (lingeling) R 20817 20819 19869 0 -1 4202496 72539 0 0 0 1258 11 0 0 25 0 1 0 634596876 172240896 40567 33554432000 4194304 4409284 140733564264320 18446744073709551615 4248221 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20819/statm: 42051 40567 137 53 0 40474 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 168204

[startup+25.5002 s]
/proc/loadavg: 3.25 5.81 7.04 3/280 20821
/proc/meminfo: memFree=24472036/32951124 swapFree=67057896/67111528
[pid=20819] ppid=20817 vsize=171172 CPUtime=25.49 cores=1,3,5,7
/proc/20819/stat : 20819 (lingeling) R 20817 20819 19869 0 -1 4202496 73560 0 0 0 2538 11 0 0 25 0 1 0 634596876 175280128 41319 33554432000 4194304 4409284 140733564264320 18446744073709551615 4244280 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20819/statm: 42793 41319 140 53 0 41216 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 171172

[startup+51.1107 s]
/proc/loadavg: 2.83 5.46 6.88 3/280 20822
/proc/meminfo: memFree=24425824/32951124 swapFree=67057896/67111528
[pid=20819] ppid=20817 vsize=186624 CPUtime=51.1 cores=1,3,5,7
/proc/20819/stat : 20819 (lingeling) R 20817 20819 19869 0 -1 4202496 77427 0 0 0 5096 14 0 0 25 0 1 0 634596876 191102976 45183 33554432000 4194304 4409284 140733564264320 18446744073709551615 4347351 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20819/statm: 46656 45183 141 53 0 45079 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 186624

[startup+102.301 s]
/proc/loadavg: 2.36 4.93 6.62 3/280 20823
/proc/meminfo: memFree=24341496/32951124 swapFree=67057896/67111528
[pid=20819] ppid=20817 vsize=230048 CPUtime=102.29 cores=1,3,5,7
/proc/20819/stat : 20819 (lingeling) R 20817 20819 19869 0 -1 4202496 104972 0 0 0 10210 19 0 0 25 0 1 0 634596876 235569152 56039 33554432000 4194304 4409284 140733564264320 18446744073709551615 4325588 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20819/statm: 57512 56039 141 53 0 55935 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 230048

[startup+162.301 s]
/proc/loadavg: 2.13 4.39 6.33 3/280 20825
/proc/meminfo: memFree=24288792/32951124 swapFree=67057896/67111528
[pid=20819] ppid=20817 vsize=235884 CPUtime=162.3 cores=1,3,5,7
/proc/20819/stat : 20819 (lingeling) R 20817 20819 19869 0 -1 4202496 107480 0 0 0 16206 24 0 0 25 0 1 0 634596876 241545216 57498 33554432000 4194304 4409284 140733564264320 18446744073709551615 4244759 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20819/statm: 58971 57498 141 53 0 57394 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 235884

[startup+222.3 s]
/proc/loadavg: 2.05 3.95 6.06 3/280 20826
/proc/meminfo: memFree=24199000/32951124 swapFree=67057896/67111528
[pid=20819] ppid=20817 vsize=322128 CPUtime=222.3 cores=1,3,5,7
/proc/20819/stat : 20819 (lingeling) R 20817 20819 19869 0 -1 4202496 145723 0 0 0 22197 33 0 0 25 0 1 0 634596876 329859072 79059 33554432000 4194304 4409284 140733564264320 18446744073709551615 4358418 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20819/statm: 80532 79059 141 53 0 78955 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 322128

[startup+282.301 s]
/proc/loadavg: 2.02 3.59 5.80 3/280 20828
/proc/meminfo: memFree=24140840/32951124 swapFree=67057896/67111528
[pid=20819] ppid=20817 vsize=322116 CPUtime=282.3 cores=1,3,5,7
/proc/20819/stat : 20819 (lingeling) R 20817 20819 19869 0 -1 4202496 145723 0 0 0 28193 37 0 0 25 0 1 0 634596876 329846784 79056 33554432000 4194304 4409284 140733564264320 18446744073709551615 4351722 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20819/statm: 80529 79056 141 53 0 78952 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 322116

[startup+342.301 s]
/proc/loadavg: 2.06 3.32 5.56 3/280 20830
/proc/meminfo: memFree=23916392/32951124 swapFree=67057896/67111528
[pid=20819] ppid=20817 vsize=387432 CPUtime=342.3 cores=1,3,5,7
/proc/20819/stat : 20819 (lingeling) R 20817 20819 19869 0 -1 4202496 225851 0 0 0 34180 50 0 0 25 0 1 0 634596876 396730368 95385 33554432000 4194304 4409284 140733564264320 18446744073709551615 4358172 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20819/statm: 96858 95385 141 53 0 95281 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 387432

[startup+402.3 s]
/proc/loadavg: 2.02 3.07 5.34 3/280 20831
/proc/meminfo: memFree=23989792/32951124 swapFree=67057896/67111528
[pid=20819] ppid=20817 vsize=502608 CPUtime=402.3 cores=1,3,5,7
/proc/20819/stat : 20819 (lingeling) R 20817 20819 19869 0 -1 4202496 254645 0 0 0 40171 59 0 0 25 0 1 0 634596876 514670592 124179 33554432000 4194304 4409284 140733564264320 18446744073709551615 4226579 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20819/statm: 125652 124179 141 53 0 124075 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 502608

[startup+462.301 s]
/proc/loadavg: 2.01 2.88 5.13 3/280 20833
/proc/meminfo: memFree=24003176/32951124 swapFree=67057896/67111528
[pid=20819] ppid=20817 vsize=376020 CPUtime=462.3 cores=1,3,5,7
/proc/20819/stat : 20819 (lingeling) R 20817 20819 19869 0 -1 4202496 297817 0 0 0 46163 67 0 0 25 0 1 0 634596876 385044480 92532 33554432000 4194304 4409284 140733564264320 18446744073709551615 4358342 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20819/statm: 94005 92532 141 53 0 92428 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 376020

[startup+522.301 s]
/proc/loadavg: 2.00 2.71 4.93 3/280 20834
/proc/meminfo: memFree=23897024/32951124 swapFree=67057896/67111528
[pid=20819] ppid=20817 vsize=468940 CPUtime=522.3 cores=1,3,5,7
/proc/20819/stat : 20819 (lingeling) R 20817 20819 19869 0 -1 4202496 323888 0 0 0 52154 76 0 0 25 0 1 0 634596876 480194560 115762 33554432000 4194304 4409284 140733564264320 18446744073709551615 4358258 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20819/statm: 117235 115762 141 53 0 115658 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 468940

[startup+582.3 s]
/proc/loadavg: 2.00 2.58 4.74 3/280 20836
/proc/meminfo: memFree=23684852/32951124 swapFree=67057896/67111528
[pid=20819] ppid=20817 vsize=638344 CPUtime=582.31 cores=1,3,5,7
/proc/20819/stat : 20819 (lingeling) R 20817 20819 19869 0 -1 4202496 366348 0 0 0 58145 86 0 0 25 0 1 0 634596876 653664256 158113 33554432000 4194304 4409284 140733564264320 18446744073709551615 4256295 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20819/statm: 159586 158113 141 53 0 158009 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 638344

[startup+642.301 s]

################
# More data... #
################

[startup+4002.31 s]
/proc/loadavg: 1.00 1.35 1.77 2/274 23191
/proc/meminfo: memFree=22083744/32951124 swapFree=67057896/67111528
[pid=20819] ppid=20817 vsize=2710100 CPUtime=4002.39 cores=1,3,5,7
/proc/20819/stat : 20819 (lingeling) R 20817 20819 19869 0 -1 4202496 3782791 0 0 0 399541 698 0 0 25 0 1 0 634596876 2775142400 676052 33554432000 4194304 4409284 140733564264320 18446744073709551615 4359843 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20819/statm: 677525 676052 141 53 0 675948 0
Current children cumulated CPU time (s) 4002.39
Current children cumulated vsize (KiB) 2710100

[startup+4062.3 s]
/proc/loadavg: 1.00 1.28 1.71 2/274 23193
/proc/meminfo: memFree=22083592/32951124 swapFree=67057896/67111528
[pid=20819] ppid=20817 vsize=2710100 CPUtime=4062.38 cores=1,3,5,7
/proc/20819/stat : 20819 (lingeling) R 20817 20819 19869 0 -1 4202496 3782791 0 0 0 405534 704 0 0 25 0 1 0 634596876 2775142400 676052 33554432000 4194304 4409284 140733564264320 18446744073709551615 4359843 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20819/statm: 677525 676052 141 53 0 675948 0
Current children cumulated CPU time (s) 4062.38
Current children cumulated vsize (KiB) 2710100

[startup+4122.3 s]
/proc/loadavg: 1.00 1.23 1.67 2/274 23194
/proc/meminfo: memFree=22083816/32951124 swapFree=67057896/67111528
[pid=20819] ppid=20817 vsize=2710100 CPUtime=4122.38 cores=1,3,5,7
/proc/20819/stat : 20819 (lingeling) R 20817 20819 19869 0 -1 4202496 3782791 0 0 0 411529 709 0 0 25 0 1 0 634596876 2775142400 676052 33554432000 4194304 4409284 140733564264320 18446744073709551615 4230619 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20819/statm: 677525 676052 141 53 0 675948 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 2710100

[startup+4182.3 s]
/proc/loadavg: 1.00 1.18 1.62 2/274 23196
/proc/meminfo: memFree=22084036/32951124 swapFree=67057896/67111528
[pid=20819] ppid=20817 vsize=2710100 CPUtime=4182.39 cores=1,3,5,7
/proc/20819/stat : 20819 (lingeling) R 20817 20819 19869 0 -1 4202496 3782791 0 0 0 417523 716 0 0 25 0 1 0 634596876 2775142400 676052 33554432000 4194304 4409284 140733564264320 18446744073709551615 4359843 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20819/statm: 677525 676052 141 53 0 675948 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 2710100

[startup+4242.3 s]
/proc/loadavg: 1.00 1.15 1.58 2/274 23198
/proc/meminfo: memFree=22083780/32951124 swapFree=67057896/67111528
[pid=20819] ppid=20817 vsize=2710100 CPUtime=4242.39 cores=1,3,5,7
/proc/20819/stat : 20819 (lingeling) R 20817 20819 19869 0 -1 4202496 3782791 0 0 0 423517 722 0 0 25 0 1 0 634596876 2775142400 676052 33554432000 4194304 4409284 140733564264320 18446744073709551615 4230803 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20819/statm: 677525 676052 141 53 0 675948 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 2710100

[startup+4302.3 s]
/proc/loadavg: 1.07 1.14 1.55 2/274 23199
/proc/meminfo: memFree=22083888/32951124 swapFree=67057896/67111528
[pid=20819] ppid=20817 vsize=2709992 CPUtime=4302.39 cores=1,3,5,7
/proc/20819/stat : 20819 (lingeling) R 20817 20819 19869 0 -1 4202496 3782791 0 0 0 429512 727 0 0 25 0 1 0 634596876 2775031808 676025 33554432000 4194304 4409284 140733564264320 18446744073709551615 254261641111 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20819/statm: 677498 676025 141 53 0 675921 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 2709992

[startup+4362.3 s]
/proc/loadavg: 1.43 1.24 1.55 2/274 29039
/proc/meminfo: memFree=22080840/32951124 swapFree=67057896/67111528
[pid=20819] ppid=20817 vsize=2710700 CPUtime=4362.39 cores=1,3,5,7
/proc/20819/stat : 20819 (lingeling) R 20817 20819 19869 0 -1 4202496 3783005 0 0 0 435506 733 0 0 25 0 1 0 634596876 2775756800 676202 33554432000 4194304 4409284 140733564264320 18446744073709551615 4358342 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20819/statm: 677675 676202 141 53 0 676098 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 2710700

[startup+4422.3 s]
/proc/loadavg: 1.16 1.19 1.52 2/274 29040
/proc/meminfo: memFree=22556088/32951124 swapFree=67057896/67111528
[pid=20819] ppid=20817 vsize=2236840 CPUtime=4422.39 cores=1,3,5,7
/proc/20819/stat : 20819 (lingeling) R 20817 20819 19869 0 -1 4202496 3783005 0 0 0 441500 739 0 0 25 0 1 0 634596876 2290524160 557737 33554432000 4194304 4409284 140733564264320 18446744073709551615 4249407 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20819/statm: 559210 557737 141 53 0 557633 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 2236840

[startup+4482.3 s]
/proc/loadavg: 1.06 1.16 1.48 2/274 29042
/proc/meminfo: memFree=20900784/32951124 swapFree=67057896/67111528
[pid=20819] ppid=20817 vsize=3889640 CPUtime=4482.4 cores=1,3,5,7
/proc/20819/stat : 20819 (lingeling) R 20817 20819 19869 0 -1 4202496 4196206 0 0 0 447452 788 0 0 25 0 1 0 634596876 3982991360 970937 33554432000 4194304 4409284 140733564264320 18446744073709551615 4244826 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20819/statm: 972410 970937 141 53 0 970833 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 3889640

[startup+4542.3 s]
/proc/loadavg: 1.02 1.13 1.45 2/274 29047
/proc/meminfo: memFree=20901636/32951124 swapFree=67057896/67111528
[pid=20819] ppid=20817 vsize=3889640 CPUtime=4542.41 cores=1,3,5,7
/proc/20819/stat : 20819 (lingeling) R 20817 20819 19869 0 -1 4202496 4196206 0 0 0 453446 795 0 0 25 0 1 0 634596876 3982991360 970937 33554432000 4194304 4409284 140733564264320 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20819/statm: 972410 970937 141 53 0 970833 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 3889640

[startup+4602.3 s]
/proc/loadavg: 1.00 1.10 1.42 2/274 29048
/proc/meminfo: memFree=20901496/32951124 swapFree=67057896/67111528
[pid=20819] ppid=20817 vsize=3889640 CPUtime=4602.4 cores=1,3,5,7
/proc/20819/stat : 20819 (lingeling) R 20817 20819 19869 0 -1 4202496 4196206 0 0 0 459439 801 0 0 25 0 1 0 634596876 3982991360 970937 33554432000 4194304 4409284 140733564264320 18446744073709551615 4358699 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20819/statm: 972410 970937 141 53 0 970833 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 3889640

[startup+4662.31 s]
/proc/loadavg: 1.00 1.08 1.39 2/274 29050
/proc/meminfo: memFree=20901104/32951124 swapFree=67057896/67111528
[pid=20819] ppid=20817 vsize=3889640 CPUtime=4662.41 cores=1,3,5,7
/proc/20819/stat : 20819 (lingeling) R 20817 20819 19869 0 -1 4202496 4196206 0 0 0 465435 806 0 0 25 0 1 0 634596876 3982991360 970937 33554432000 4194304 4409284 140733564264320 18446744073709551615 4226443 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20819/statm: 972410 970937 141 53 0 970833 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 3889640

[startup+4722.3 s]
/proc/loadavg: 1.00 1.06 1.36 2/274 29051
/proc/meminfo: memFree=20901572/32951124 swapFree=67057896/67111528
[pid=20819] ppid=20817 vsize=3889640 CPUtime=4722.41 cores=1,3,5,7
/proc/20819/stat : 20819 (lingeling) R 20817 20819 19869 0 -1 4202496 4196206 0 0 0 471430 811 0 0 25 0 1 0 634596876 3982991360 970937 33554432000 4194304 4409284 140733564264320 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20819/statm: 972410 970937 141 53 0 970833 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 3889640

[startup+4782.3 s]
/proc/loadavg: 1.00 1.05 1.34 2/274 29053
/proc/meminfo: memFree=20901676/32951124 swapFree=67057896/67111528
[pid=20819] ppid=20817 vsize=3889640 CPUtime=4782.41 cores=1,3,5,7
/proc/20819/stat : 20819 (lingeling) R 20817 20819 19869 0 -1 4202496 4196206 0 0 0 477425 816 0 0 25 0 1 0 634596876 3982991360 970937 33554432000 4194304 4409284 140733564264320 18446744073709551615 254261641111 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20819/statm: 972410 970937 141 53 0 970833 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 3889640

[startup+4842.3 s]
/proc/loadavg: 1.00 1.04 1.31 2/274 29055
/proc/meminfo: memFree=20901532/32951124 swapFree=67057896/67111528
[pid=20819] ppid=20817 vsize=3889640 CPUtime=4842.4 cores=1,3,5,7
/proc/20819/stat : 20819 (lingeling) R 20817 20819 19869 0 -1 4202496 4196206 0 0 0 483418 822 0 0 25 0 1 0 634596876 3982991360 970937 33554432000 4194304 4409284 140733564264320 18446744073709551615 4226593 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20819/statm: 972410 970937 141 53 0 970833 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 3889640

[startup+4902.3 s]
/proc/loadavg: 1.04 1.04 1.30 2/274 29056
/proc/meminfo: memFree=23989364/32951124 swapFree=67057896/67111528
[pid=20819] ppid=20817 vsize=807308 CPUtime=4902.41 cores=1,3,5,7
/proc/20819/stat : 20819 (lingeling) R 20817 20819 19869 0 -1 4202496 4220355 0 0 0 489399 842 0 0 25 0 1 0 634596876 826683392 200354 33554432000 4194304 4409284 140733564264320 18446744073709551615 4302160 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20819/statm: 201827 200354 141 53 0 200250 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 807308

[startup+4962.3 s]
/proc/loadavg: 1.01 1.03 1.27 2/274 29058
/proc/meminfo: memFree=23826028/32951124 swapFree=67057896/67111528
[pid=20819] ppid=20817 vsize=970924 CPUtime=4962.41 cores=1,3,5,7
/proc/20819/stat : 20819 (lingeling) R 20817 20819 19869 0 -1 4202496 4279557 0 0 0 495389 852 0 0 25 0 1 0 634596876 994226176 241258 33554432000 4194304 4409284 140733564264320 18446744073709551615 4351075 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20819/statm: 242731 241258 141 53 0 241154 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 970924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.03 1.26 2/274 29059
/proc/meminfo: memFree=23784344/32951124 swapFree=67057896/67111528
[pid=20819] ppid=20817 vsize=1012688 CPUtime=5000.02 cores=1,3,5,7
/proc/20819/stat : 20819 (lingeling) R 20817 20819 19869 0 -1 4202496 4289997 0 0 0 499144 858 0 0 25 0 1 0 634596876 1036992512 251698 33554432000 4194304 4409284 140733564264320 18446744073709551615 4358611 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20819/statm: 253172 251698 141 53 0 251595 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 1012688

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): 4999.96
CPU time (s): 5000.08
CPU user time (s): 4991.45
CPU system time (s): 8.62669
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 3889640

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

runsolver used 12.6481 second user time and 29.8155 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-15 03:10:16
IDJOB=3372445
IDBENCH=82387
IDSOLVER=1850
FILE ID=node140/3372445-1305421813
RUNJOBID= node140-1305421813-20800
PBS_JOBID= 13324552
Free space on /tmp= 73352 MiB

SOLVER NAME= Lingeling 587f (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.020-NOTKNOWN.cnf
COMMAND LINE= lingeling BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372445-1305421813/watcher-3372445-1305421813 -o /tmp/evaluation-result-3372445-1305421813/solver-3372445-1305421813 -C 5000 -W 5100 -M 15500  lingeling HOME/instance-3372445-1305421813.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 5d1253e2dcc0e3e55992672756beadbc
RANDOM SEED=611519622

node140.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.833
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.66
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.833
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.14
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.833
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.75
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.833
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.77
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.833
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.75
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.833
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.74
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.833
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.833
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:      24751428 kB
Buffers:        304188 kB
Cached:        4013696 kB
SwapCached:       8056 kB
Active:        5057328 kB
Inactive:      2829288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24751428 kB
SwapTotal:    67111528 kB
SwapFree:     67057896 kB
Dirty:          138988 kB
Writeback:           0 kB
AnonPages:     3565380 kB
Mapped:          22952 kB
Slab:           228140 kB
PageTables:      22044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 45619112 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= 73432 MiB
End job on node140 at 2011-05-15 04:33:37