Trace number 3309565

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) 5000.06 4999.94

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

running on 4 cores: 0,2,4,6

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: 2.00 2.00 1.99 3/177 11250
/proc/meminfo: memFree=11631260/32951124 swapFree=67111528/67111528
[pid=11250] ppid=11248 vsize=7868 CPUtime=0 cores=0,2,4,6
/proc/11250/stat : 11250 (lingeling) R 11248 11250 11003 0 -1 4202496 543 0 0 0 0 0 0 0 22 0 1 0 491654699 8056832 486 33554432000 4194304 4409164 140735556927504 18446744073709551615 212039655168 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/11250/statm: 1967 486 108 53 0 390 0

[startup+0.100518 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 11250
/proc/meminfo: memFree=11631260/32951124 swapFree=67111528/67111528
[pid=11250] ppid=11248 vsize=13996 CPUtime=0.09 cores=0,2,4,6
/proc/11250/stat : 11250 (lingeling) R 11248 11250 11003 0 -1 4202496 2048 0 0 0 9 0 0 0 22 0 1 0 491654699 14331904 1991 33554432000 4194304 4409164 140735556927504 18446744073709551615 4200431 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/11250/statm: 3499 1991 113 53 0 1922 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13996

[startup+0.200507 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 11250
/proc/meminfo: memFree=11631260/32951124 swapFree=67111528/67111528
[pid=11250] ppid=11248 vsize=18096 CPUtime=0.19 cores=0,2,4,6
/proc/11250/stat : 11250 (lingeling) R 11248 11250 11003 0 -1 4202496 3089 0 0 0 19 0 0 0 23 0 1 0 491654699 18530304 3032 33554432000 4194304 4409164 140735556927504 18446744073709551615 4258726 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/11250/statm: 4524 3032 113 53 0 2947 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 18096

[startup+0.300489 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 11250
/proc/meminfo: memFree=11631260/32951124 swapFree=67111528/67111528
[pid=11250] ppid=11248 vsize=29040 CPUtime=0.28 cores=0,2,4,6
/proc/11250/stat : 11250 (lingeling) R 11248 11250 11003 0 -1 4202496 5841 0 0 0 28 0 0 0 23 0 1 0 491654699 29736960 5784 33554432000 4194304 4409164 140735556927504 18446744073709551615 212039655168 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/11250/statm: 7260 5784 113 53 0 5683 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 29040

[startup+0.700414 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 11250
/proc/meminfo: memFree=11631260/32951124 swapFree=67111528/67111528
[pid=11250] ppid=11248 vsize=64120 CPUtime=0.69 cores=0,2,4,6
/proc/11250/stat : 11250 (lingeling) R 11248 11250 11003 0 -1 4202496 14132 0 0 0 66 3 0 0 25 0 1 0 491654699 65658880 14011 33554432000 4194304 4409164 140735556927504 18446744073709551615 212039349341 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/11250/statm: 16030 14036 113 53 0 14453 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64120

[startup+1.50027 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 11251
/proc/meminfo: memFree=11542956/32951124 swapFree=67111528/67111528
[pid=11250] ppid=11248 vsize=120952 CPUtime=1.49 cores=0,2,4,6
/proc/11250/stat : 11250 (lingeling) R 11248 11250 11003 0 -1 4202496 28883 0 0 0 143 6 0 0 25 0 1 0 491654699 123854848 28762 33554432000 4194304 4409164 140735556927504 18446744073709551615 4258701 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/11250/statm: 30238 28762 113 53 0 28661 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 120952

[startup+3.10102 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 11251
/proc/meminfo: memFree=11472276/32951124 swapFree=67111528/67111528
[pid=11250] ppid=11248 vsize=165464 CPUtime=3.09 cores=0,2,4,6
/proc/11250/stat : 11250 (lingeling) R 11248 11250 11003 0 -1 4202496 55657 0 0 0 299 10 0 0 25 0 1 0 491654699 169435136 39870 33554432000 4194304 4409164 140735556927504 18446744073709551615 4278133 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/11250/statm: 41366 39870 125 53 0 39789 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 165464

[startup+6.30041 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 11251
/proc/meminfo: memFree=11469796/32951124 swapFree=67111528/67111528
[pid=11250] ppid=11248 vsize=168204 CPUtime=6.29 cores=0,2,4,6
/proc/11250/stat : 11250 (lingeling) R 11248 11250 11003 0 -1 4202496 72538 0 0 0 617 12 0 0 25 0 1 0 491654699 172240896 40565 33554432000 4194304 4409164 140735556927504 18446744073709551615 4340171 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/11250/statm: 42051 40565 135 53 0 40474 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 168204

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 11251
/proc/meminfo: memFree=11469536/32951124 swapFree=67111528/67111528
[pid=11250] ppid=11248 vsize=168204 CPUtime=12.69 cores=0,2,4,6
/proc/11250/stat : 11250 (lingeling) R 11248 11250 11003 0 -1 4202496 72540 0 0 0 1257 12 0 0 25 0 1 0 491654699 172240896 40567 33554432000 4194304 4409164 140735556927504 18446744073709551615 4248647 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/11250/statm: 42051 40567 137 53 0 40474 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 168204

[startup+25.501 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 11252
/proc/meminfo: memFree=11466048/32951124 swapFree=67111528/67111528
[pid=11250] ppid=11248 vsize=172248 CPUtime=25.49 cores=0,2,4,6
/proc/11250/stat : 11250 (lingeling) R 11248 11250 11003 0 -1 4202496 73558 0 0 0 2537 12 0 0 25 0 1 0 491654699 176381952 41585 33554432000 4194304 4409164 140735556927504 18446744073709551615 4242902 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/11250/statm: 43062 41585 137 53 0 41485 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 172248

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 11252
/proc/meminfo: memFree=11358208/32951124 swapFree=67111528/67111528
[pid=11250] ppid=11248 vsize=186624 CPUtime=51.08 cores=0,2,4,6
/proc/11250/stat : 11250 (lingeling) R 11248 11250 11003 0 -1 4202496 77428 0 0 0 5095 13 0 0 25 0 1 0 491654699 191102976 45183 33554432000 4194304 4409164 140735556927504 18446744073709551615 4226446 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/11250/statm: 46656 45183 141 53 0 45079 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 186624

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 11254
/proc/meminfo: memFree=11107320/32951124 swapFree=67111528/67111528
[pid=11250] ppid=11248 vsize=230048 CPUtime=102.29 cores=0,2,4,6
/proc/11250/stat : 11250 (lingeling) R 11248 11250 11003 0 -1 4202496 104973 0 0 0 10210 19 0 0 25 0 1 0 491654699 235569152 56039 33554432000 4194304 4409164 140735556927504 18446744073709551615 4325508 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/11250/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: 1.97 1.98 1.98 4/178 11283
/proc/meminfo: memFree=11753396/32951124 swapFree=67111528/67111528
[pid=11250] ppid=11248 vsize=235884 CPUtime=162.28 cores=0,2,4,6
/proc/11250/stat : 11250 (lingeling) R 11248 11250 11003 0 -1 4202496 107481 0 0 0 16202 26 0 0 25 0 1 0 491654699 241545216 57498 33554432000 4194304 4409164 140735556927504 18446744073709551615 212039679895 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/11250/statm: 58971 57498 141 53 0 57394 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 235884

[startup+222.307 s]
/proc/loadavg: 1.99 1.98 1.98 3/178 11312
/proc/meminfo: memFree=12062164/32951124 swapFree=67111528/67111528
[pid=11250] ppid=11248 vsize=322128 CPUtime=222.3 cores=0,2,4,6
/proc/11250/stat : 11250 (lingeling) R 11248 11250 11003 0 -1 4202496 145724 0 0 0 22194 36 0 0 25 0 1 0 491654699 329859072 79059 33554432000 4194304 4409164 140735556927504 18446744073709551615 4230778 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/11250/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: 1.99 1.98 1.98 3/178 11314
/proc/meminfo: memFree=12068632/32951124 swapFree=67111528/67111528
[pid=11250] ppid=11248 vsize=322116 CPUtime=282.29 cores=0,2,4,6
/proc/11250/stat : 11250 (lingeling) R 11248 11250 11003 0 -1 4202496 145724 0 0 0 28191 38 0 0 25 0 1 0 491654699 329846784 79056 33554432000 4194304 4409164 140735556927504 18446744073709551615 4358614 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/11250/statm: 80529 79056 141 53 0 78952 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 322116

[startup+342.3 s]
/proc/loadavg: 1.94 1.97 1.98 3/178 11342
/proc/meminfo: memFree=12039636/32951124 swapFree=67111528/67111528
[pid=11250] ppid=11248 vsize=381828 CPUtime=342.29 cores=0,2,4,6
/proc/11250/stat : 11250 (lingeling) R 11248 11250 11003 0 -1 4202496 224451 0 0 0 34177 52 0 0 25 0 1 0 491654699 390991872 93984 33554432000 4194304 4409164 140735556927504 18446744073709551615 4358588 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/11250/statm: 95457 93984 141 53 0 93880 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 381828

[startup+402.301 s]
/proc/loadavg: 1.98 1.97 1.98 3/178 11398
/proc/meminfo: memFree=12089496/32951124 swapFree=67111528/67111528
[pid=11250] ppid=11248 vsize=438988 CPUtime=402.3 cores=0,2,4,6
/proc/11250/stat : 11250 (lingeling) R 11248 11250 11003 0 -1 4202496 238741 0 0 0 40172 58 0 0 25 0 1 0 491654699 449523712 108274 33554432000 4194304 4409164 140735556927504 18446744073709551615 4244728 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/11250/statm: 109747 108274 141 53 0 108170 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 438988

[startup+462.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/178 11399
/proc/meminfo: memFree=11926316/32951124 swapFree=67111528/67111528
[pid=11250] ppid=11248 vsize=591956 CPUtime=462.29 cores=0,2,4,6
/proc/11250/stat : 11250 (lingeling) R 11248 11250 11003 0 -1 4202496 295219 0 0 0 46164 65 0 0 25 0 1 0 491654699 606162944 146516 33554432000 4194304 4409164 140735556927504 18446744073709551615 4358100 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/11250/statm: 147989 146516 141 53 0 146412 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 591956

[startup+522.301 s]
/proc/loadavg: 2.03 1.99 1.98 3/178 11401
/proc/meminfo: memFree=12029484/32951124 swapFree=67111528/67111528
[pid=11250] ppid=11248 vsize=468940 CPUtime=522.3 cores=0,2,4,6
/proc/11250/stat : 11250 (lingeling) R 11248 11250 11003 0 -1 4202496 323889 0 0 0 52157 73 0 0 25 0 1 0 491654699 480194560 115762 33554432000 4194304 4409164 140735556927504 18446744073709551615 4358514 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/11250/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.01 1.99 1.98 3/178 11403
/proc/meminfo: memFree=11874484/32951124 swapFree=67111528/67111528
[pid=11250] ppid=11248 vsize=599080 CPUtime=582.29 cores=0,2,4,6
/proc/11250/stat : 11250 (lingeling) R 11248 11250 11003 0 -1 4202496 356533 0 0 0 58150 79 0 0 25 0 1 0 491654699 613457920 148297 33554432000 4194304 4409164 140735556927504 18446744073709551615 4226443 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/11250/statm: 149770 148297 141 53 0 148193 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 599080

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11560
/proc/meminfo: memFree=9725232/32951124 swapFree=67111528/67111528
[pid=11250] ppid=11248 vsize=2710100 CPUtime=4002.39 cores=0,2,4,6
/proc/11250/stat : 11250 (lingeling) R 11248 11250 11003 0 -1 4202496 3782792 0 0 0 399627 612 0 0 25 0 1 0 491654699 2775142400 676052 33554432000 4194304 4409164 140735556927504 18446744073709551615 4230570 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/11250/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: 2.00 2.00 2.00 3/178 11561
/proc/meminfo: memFree=9717916/32951124 swapFree=67111528/67111528
[pid=11250] ppid=11248 vsize=2710100 CPUtime=4062.39 cores=0,2,4,6
/proc/11250/stat : 11250 (lingeling) R 11248 11250 11003 0 -1 4202496 3782792 0 0 0 405625 614 0 0 25 0 1 0 491654699 2775142400 676052 33554432000 4194304 4409164 140735556927504 18446744073709551615 4226446 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/11250/statm: 677525 676052 141 53 0 675948 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 2710100

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11563
/proc/meminfo: memFree=9691124/32951124 swapFree=67111528/67111528
[pid=11250] ppid=11248 vsize=2710100 CPUtime=4122.39 cores=0,2,4,6
/proc/11250/stat : 11250 (lingeling) R 11248 11250 11003 0 -1 4202496 3782792 0 0 0 411622 617 0 0 25 0 1 0 491654699 2775142400 676052 33554432000 4194304 4409164 140735556927504 18446744073709551615 4358434 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/11250/statm: 677525 676052 141 53 0 675948 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 2710100

[startup+4182.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11565
/proc/meminfo: memFree=9688760/32951124 swapFree=67111528/67111528
[pid=11250] ppid=11248 vsize=2710100 CPUtime=4182.4 cores=0,2,4,6
/proc/11250/stat : 11250 (lingeling) R 11248 11250 11003 0 -1 4202496 3782792 0 0 0 417620 620 0 0 25 0 1 0 491654699 2775142400 676052 33554432000 4194304 4409164 140735556927504 18446744073709551615 4358240 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/11250/statm: 677525 676052 141 53 0 675948 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 2710100

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11566
/proc/meminfo: memFree=9693092/32951124 swapFree=67111528/67111528
[pid=11250] ppid=11248 vsize=2710100 CPUtime=4242.4 cores=0,2,4,6
/proc/11250/stat : 11250 (lingeling) R 11248 11250 11003 0 -1 4202496 3782792 0 0 0 423617 623 0 0 25 0 1 0 491654699 2775142400 676052 33554432000 4194304 4409164 140735556927504 18446744073709551615 4358528 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/11250/statm: 677525 676052 141 53 0 675948 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 2710100

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11568
/proc/meminfo: memFree=9628984/32951124 swapFree=67111528/67111528
[pid=11250] ppid=11248 vsize=2709992 CPUtime=4302.4 cores=0,2,4,6
/proc/11250/stat : 11250 (lingeling) R 11248 11250 11003 0 -1 4202496 3782792 0 0 0 429615 625 0 0 25 0 1 0 491654699 2775031808 676025 33554432000 4194304 4409164 140735556927504 18446744073709551615 212039679895 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/11250/statm: 677498 676025 141 53 0 675921 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 2709992

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11569
/proc/meminfo: memFree=9596364/32951124 swapFree=67111528/67111528
[pid=11250] ppid=11248 vsize=2709992 CPUtime=4362.39 cores=0,2,4,6
/proc/11250/stat : 11250 (lingeling) R 11248 11250 11003 0 -1 4202496 3782792 0 0 0 435611 628 0 0 25 0 1 0 491654699 2775031808 676025 33554432000 4194304 4409164 140735556927504 18446744073709551615 4358434 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/11250/statm: 677498 676025 141 53 0 675921 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 2709992

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11571
/proc/meminfo: memFree=9638028/32951124 swapFree=67111528/67111528
[pid=11250] ppid=11248 vsize=2710700 CPUtime=4422.39 cores=0,2,4,6
/proc/11250/stat : 11250 (lingeling) R 11248 11250 11003 0 -1 4202496 3783006 0 0 0 441607 632 0 0 25 0 1 0 491654699 2775756800 676202 33554432000 4194304 4409164 140735556927504 18446744073709551615 4244868 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/11250/statm: 677675 676202 141 53 0 676098 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 2710700

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11573
/proc/meminfo: memFree=8431508/32951124 swapFree=67111528/67111528
[pid=11250] ppid=11248 vsize=3889640 CPUtime=4482.4 cores=0,2,4,6
/proc/11250/stat : 11250 (lingeling) R 11248 11250 11003 0 -1 4202496 4196207 0 0 0 447566 674 0 0 25 0 1 0 491654699 3982991360 970937 33554432000 4194304 4409164 140735556927504 18446744073709551615 4244728 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/11250/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: 2.00 2.00 2.00 3/178 11574
/proc/meminfo: memFree=8427788/32951124 swapFree=67111528/67111528
[pid=11250] ppid=11248 vsize=3889640 CPUtime=4542.4 cores=0,2,4,6
/proc/11250/stat : 11250 (lingeling) R 11248 11250 11003 0 -1 4202496 4196207 0 0 0 453563 677 0 0 25 0 1 0 491654699 3982991360 970937 33554432000 4194304 4409164 140735556927504 18446744073709551615 4244759 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/11250/statm: 972410 970937 141 53 0 970833 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 3889640

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11576
/proc/meminfo: memFree=8399020/32951124 swapFree=67111528/67111528
[pid=11250] ppid=11248 vsize=3889640 CPUtime=4602.4 cores=0,2,4,6
/proc/11250/stat : 11250 (lingeling) R 11248 11250 11003 0 -1 4202496 4196207 0 0 0 459559 681 0 0 25 0 1 0 491654699 3982991360 970937 33554432000 4194304 4409164 140735556927504 18446744073709551615 4358434 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/11250/statm: 972410 970937 141 53 0 970833 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 3889640

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11577
/proc/meminfo: memFree=8366284/32951124 swapFree=67111528/67111528
[pid=11250] ppid=11248 vsize=3889640 CPUtime=4662.4 cores=0,2,4,6
/proc/11250/stat : 11250 (lingeling) R 11248 11250 11003 0 -1 4202496 4196207 0 0 0 465556 684 0 0 25 0 1 0 491654699 3982991360 970937 33554432000 4194304 4409164 140735556927504 18446744073709551615 4226446 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/11250/statm: 972410 970937 141 53 0 970833 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 3889640

[startup+4722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11582
/proc/meminfo: memFree=8365028/32951124 swapFree=67111528/67111528
[pid=11250] ppid=11248 vsize=3889640 CPUtime=4722.41 cores=0,2,4,6
/proc/11250/stat : 11250 (lingeling) R 11248 11250 11003 0 -1 4202496 4196207 0 0 0 471554 687 0 0 25 0 1 0 491654699 3982991360 970937 33554432000 4194304 4409164 140735556927504 18446744073709551615 4358434 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/11250/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: 2.00 2.00 2.00 3/178 11584
/proc/meminfo: memFree=8365656/32951124 swapFree=67111528/67111528
[pid=11250] ppid=11248 vsize=3889640 CPUtime=4782.41 cores=0,2,4,6
/proc/11250/stat : 11250 (lingeling) R 11248 11250 11003 0 -1 4202496 4196207 0 0 0 477551 690 0 0 25 0 1 0 491654699 3982991360 970937 33554432000 4194304 4409164 140735556927504 18446744073709551615 4348188 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/11250/statm: 972410 970937 141 53 0 970833 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 3889640

[startup+4842.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11585
/proc/meminfo: memFree=8353256/32951124 swapFree=67111528/67111528
[pid=11250] ppid=11248 vsize=3889640 CPUtime=4842.41 cores=0,2,4,6
/proc/11250/stat : 11250 (lingeling) R 11248 11250 11003 0 -1 4202496 4196207 0 0 0 483548 693 0 0 25 0 1 0 491654699 3982991360 970937 33554432000 4194304 4409164 140735556927504 18446744073709551615 4358333 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/11250/statm: 972410 970937 141 53 0 970833 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 3889640

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11587
/proc/meminfo: memFree=8422308/32951124 swapFree=67111528/67111528
[pid=11250] ppid=11248 vsize=3889640 CPUtime=4902.41 cores=0,2,4,6
/proc/11250/stat : 11250 (lingeling) R 11248 11250 11003 0 -1 4202496 4196207 0 0 0 489544 697 0 0 25 0 1 0 491654699 3982991360 970937 33554432000 4194304 4409164 140735556927504 18446744073709551615 4358434 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/11250/statm: 972410 970937 141 53 0 970833 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 3889640

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11588
/proc/meminfo: memFree=11484604/32951124 swapFree=67111528/67111528
[pid=11250] ppid=11248 vsize=802388 CPUtime=4962.41 cores=0,2,4,6
/proc/11250/stat : 11250 (lingeling) R 11248 11250 11003 0 -1 4202496 4220356 0 0 0 495529 712 0 0 25 0 1 0 491654699 821645312 199124 33554432000 4194304 4409164 140735556927504 18446744073709551615 4246283 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/11250/statm: 200597 199124 141 53 0 199020 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 802388



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11589
/proc/meminfo: memFree=11327000/32951124 swapFree=67111528/67111528
[pid=11250] ppid=11248 vsize=960228 CPUtime=5000.02 cores=0,2,4,6
/proc/11250/stat : 11250 (lingeling) R 11248 11250 11003 0 -1 4202496 4276884 0 0 0 499282 720 0 0 25 0 1 0 491654699 983273472 238584 33554432000 4194304 4409164 140735556927504 18446744073709551615 4226593 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/11250/statm: 240057 238584 141 53 0 238480 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 960228

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.94
CPU time (s): 5000.06
CPU user time (s): 4992.82
CPU system time (s): 7.2419
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 3889640

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

runsolver used 8.98963 second user time and 17.3254 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-28 14:06:24
IDJOB=3309565
IDBENCH=82387
IDSOLVER=1693
FILE ID=node146/3309565-1303992382
RUNJOBID= node146-1303987378-11021
PBS_JOBID= 13168729
Free space on /tmp= 72916 MiB

SOLVER NAME= Lingeling 587
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-3309565-1303992382/watcher-3309565-1303992382 -o /tmp/evaluation-result-3309565-1303992382/solver-3309565-1303992382 -C 5000 -W 5100 -M 15500  lingeling HOME/instance-3309565-1303992382.cnf

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

MD5SUM BENCH= 5d1253e2dcc0e3e55992672756beadbc
RANDOM SEED=1836693987

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.86
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.830
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.830
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.830
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.830
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:      11631540 kB
Buffers:       2086684 kB
Cached:       17717828 kB
SwapCached:          0 kB
Active:       11037040 kB
Inactive:      9745756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11631540 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           78960 kB
Writeback:           0 kB
AnonPages:      977648 kB
Mapped:          15336 kB
Slab:           472260 kB
PageTables:       6528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1123884 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= 72912 MiB
End job on node146 at 2011-04-28 15:29:46