Trace number 3309604

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.18 5000.01

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.030-NOTKNOWN.cnf
MD5SUMc6d3480970bb2819448dd0a800a3cf1c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3527.13
Satisfiable
(Un)Satisfiability was proved
Number of variables1134832
Number of clauses6175026
Sum of the clauses size14647926
Maximum clause length1178
Minimum clause length1
Number of clauses of size 1846
Number of clauses of size 26124260
Number of clauses of size 3960
Number of clauses of size 41200
Number of clauses of size 51200
Number of clauses of size over 546560

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-3309604-1303992476/watcher-3309604-1303992476 -o /tmp/evaluation-result-3309604-1303992476/solver-3309604-1303992476 -C 5000 -W 5100 -M 15500 lingeling HOME/instance-3309604-1303992476.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: 2.00 2.00 2.00 3/177 24232
/proc/meminfo: memFree=16372424/32950928 swapFree=67111528/67111528
[pid=24232] ppid=24230 vsize=7868 CPUtime=0 cores=1,3,5,7
/proc/24232/stat : 24232 (lingeling) R 24230 24232 23712 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 589478695 8056832 487 33554432000 4194304 4409164 140737324258832 18446744073709551615 231895490304 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/24232/statm: 1967 487 108 53 0 390 0

[startup+0.0936771 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24232
/proc/meminfo: memFree=16372424/32950928 swapFree=67111528/67111528
[pid=24232] ppid=24230 vsize=13996 CPUtime=0.08 cores=1,3,5,7
/proc/24232/stat : 24232 (lingeling) R 24230 24232 23712 0 -1 4202496 2049 0 0 0 8 0 0 0 20 0 1 0 589478695 14331904 1992 33554432000 4194304 4409164 140737324258832 18446744073709551615 231895490304 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/24232/statm: 3499 1992 113 53 0 1922 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13996

[startup+0.100679 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24232
/proc/meminfo: memFree=16372424/32950928 swapFree=67111528/67111528
[pid=24232] ppid=24230 vsize=13996 CPUtime=0.09 cores=1,3,5,7
/proc/24232/stat : 24232 (lingeling) R 24230 24232 23712 0 -1 4202496 2049 0 0 0 9 0 0 0 20 0 1 0 589478695 14331904 1992 33554432000 4194304 4409164 140737324258832 18446744073709551615 231895490304 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/24232/statm: 3499 1992 113 53 0 1922 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13996

[startup+0.300639 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24232
/proc/meminfo: memFree=16372424/32950928 swapFree=67111528/67111528
[pid=24232] ppid=24230 vsize=29040 CPUtime=0.28 cores=1,3,5,7
/proc/24232/stat : 24232 (lingeling) R 24230 24232 23712 0 -1 4202496 5842 0 0 0 28 0 0 0 21 0 1 0 589478695 29736960 5785 33554432000 4194304 4409164 140737324258832 18446744073709551615 231895490304 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/24232/statm: 7260 5785 113 53 0 5683 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 29040

[startup+0.700563 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24232
/proc/meminfo: memFree=16372424/32950928 swapFree=67111528/67111528
[pid=24232] ppid=24230 vsize=64120 CPUtime=0.69 cores=1,3,5,7
/proc/24232/stat : 24232 (lingeling) R 24230 24232 23712 0 -1 4202496 14676 0 0 0 67 2 0 0 22 0 1 0 589478695 65658880 14555 33554432000 4194304 4409164 140737324258832 18446744073709551615 231895490304 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/24232/statm: 16030 14555 113 53 0 14453 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64120

[startup+1.50042 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24233
/proc/meminfo: memFree=16288352/32950928 swapFree=67111528/67111528
[pid=24232] ppid=24230 vsize=157816 CPUtime=1.49 cores=1,3,5,7
/proc/24232/stat : 24232 (lingeling) R 24230 24232 23712 0 -1 4202496 38100 0 0 0 143 6 0 0 25 0 1 0 589478695 161603584 37979 33554432000 4194304 4409164 140737324258832 18446744073709551615 231895490304 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/24232/statm: 39454 37979 113 53 0 37877 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 157816

[startup+3.10113 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24233
/proc/meminfo: memFree=16222008/32950928 swapFree=67111528/67111528
[pid=24232] ppid=24230 vsize=172780 CPUtime=3.08 cores=1,3,5,7
/proc/24232/stat : 24232 (lingeling) R 24230 24232 23712 0 -1 4202496 71315 0 0 0 295 13 0 0 25 0 1 0 589478695 176926720 41731 33554432000 4194304 4409164 140737324258832 18446744073709551615 4276150 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/24232/statm: 43195 41731 124 53 0 41618 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 172780

[startup+6.30053 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24233
/proc/meminfo: memFree=16168068/32950928 swapFree=67111528/67111528
[pid=24232] ppid=24230 vsize=176564 CPUtime=6.29 cores=1,3,5,7
/proc/24232/stat : 24232 (lingeling) R 24230 24232 23712 0 -1 4202496 98606 0 0 0 612 17 0 0 25 0 1 0 589478695 180801536 42652 33554432000 4194304 4409164 140737324258832 18446744073709551615 4264758 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/24232/statm: 44141 42652 131 53 0 42564 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 176564

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24233
/proc/meminfo: memFree=16113476/32950928 swapFree=67111528/67111528
[pid=24232] ppid=24230 vsize=231456 CPUtime=12.69 cores=1,3,5,7
/proc/24232/stat : 24232 (lingeling) R 24230 24232 23712 0 -1 4202496 145105 0 0 0 1247 22 0 0 25 0 1 0 589478695 237010944 56380 33554432000 4194304 4409164 140737324258832 18446744073709551615 4325484 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/24232/statm: 57864 56380 136 53 0 56287 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 231456

[startup+25.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24234
/proc/meminfo: memFree=16066696/32950928 swapFree=67111528/67111528
[pid=24232] ppid=24230 vsize=304216 CPUtime=25.49 cores=1,3,5,7
/proc/24232/stat : 24232 (lingeling) R 24230 24232 23712 0 -1 4202496 163301 0 0 0 2525 24 0 0 25 0 1 0 589478695 311517184 74576 33554432000 4194304 4409164 140737324258832 18446744073709551615 4246590 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/24232/statm: 76054 74576 136 53 0 74477 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 304216

[startup+51.1012 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24235
/proc/meminfo: memFree=16052408/32950928 swapFree=67111528/67111528
[pid=24232] ppid=24230 vsize=318052 CPUtime=51.09 cores=1,3,5,7
/proc/24232/stat : 24232 (lingeling) R 24230 24232 23712 0 -1 4202496 167146 0 0 0 5084 25 0 0 25 0 1 0 589478695 325685248 78040 33554432000 4194304 4409164 140737324258832 18446744073709551615 4230961 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/24232/statm: 79513 78040 141 53 0 77936 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 318052

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24236
/proc/meminfo: memFree=15999324/32950928 swapFree=67111528/67111528
[pid=24232] ppid=24230 vsize=380616 CPUtime=102.3 cores=1,3,5,7
/proc/24232/stat : 24232 (lingeling) R 24230 24232 23712 0 -1 4202496 216140 0 0 0 10196 34 0 0 25 0 1 0 589478695 389750784 93681 33554432000 4194304 4409164 140737324258832 18446744073709551615 4256032 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/24232/statm: 95154 93681 141 53 0 93577 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 380616

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24237
/proc/meminfo: memFree=15953896/32950928 swapFree=67111528/67111528
[pid=24232] ppid=24230 vsize=380612 CPUtime=162.3 cores=1,3,5,7
/proc/24232/stat : 24232 (lingeling) R 24230 24232 23712 0 -1 4202496 216140 0 0 0 16195 35 0 0 25 0 1 0 589478695 389746688 93680 33554432000 4194304 4409164 140737324258832 18446744073709551615 4243809 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/24232/statm: 95153 93680 141 53 0 93576 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 380612

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24239
/proc/meminfo: memFree=15899412/32950928 swapFree=67111528/67111528
[pid=24232] ppid=24230 vsize=472400 CPUtime=222.3 cores=1,3,5,7
/proc/24232/stat : 24232 (lingeling) R 24230 24232 23712 0 -1 4202496 240935 0 0 0 22189 41 0 0 25 0 1 0 589478695 483737600 116627 33554432000 4194304 4409164 140737324258832 18446744073709551615 4230778 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/24232/statm: 118100 116627 141 53 0 116523 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 472400

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24241
/proc/meminfo: memFree=15817532/32950928 swapFree=67111528/67111528
[pid=24232] ppid=24230 vsize=529116 CPUtime=282.3 cores=1,3,5,7
/proc/24232/stat : 24232 (lingeling) R 24230 24232 23712 0 -1 4202496 288339 0 0 0 28182 48 0 0 25 0 1 0 589478695 541814784 130806 33554432000 4194304 4409164 140737324258832 18446744073709551615 4358336 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/24232/statm: 132279 130806 141 53 0 130702 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 529116

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24242
/proc/meminfo: memFree=15844168/32950928 swapFree=67111528/67111528
[pid=24232] ppid=24230 vsize=529108 CPUtime=342.3 cores=1,3,5,7
/proc/24232/stat : 24232 (lingeling) R 24230 24232 23712 0 -1 4202496 288339 0 0 0 34179 51 0 0 25 0 1 0 589478695 541806592 130804 33554432000 4194304 4409164 140737324258832 18446744073709551615 4278576 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/24232/statm: 132277 130804 141 53 0 130700 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 529108

[startup+402.301 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 24244
/proc/meminfo: memFree=15846356/32950928 swapFree=67111528/67111528
[pid=24232] ppid=24230 vsize=529108 CPUtime=402.3 cores=1,3,5,7
/proc/24232/stat : 24232 (lingeling) R 24230 24232 23712 0 -1 4202496 288339 0 0 0 40179 51 0 0 25 0 1 0 589478695 541806592 130804 33554432000 4194304 4409164 140737324258832 18446744073709551615 4242957 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/24232/statm: 132277 130804 141 53 0 130700 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 529108

[startup+462.301 s]
/proc/loadavg: 2.06 2.02 2.00 3/178 24245
/proc/meminfo: memFree=15599168/32950928 swapFree=67111528/67111528
[pid=24232] ppid=24230 vsize=653116 CPUtime=462.3 cores=1,3,5,7
/proc/24232/stat : 24232 (lingeling) R 24230 24232 23712 0 -1 4202496 346908 0 0 0 46169 61 0 0 25 0 1 0 589478695 668790784 161806 33554432000 4194304 4409164 140737324258832 18446744073709551615 4239408 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/24232/statm: 163279 161806 141 53 0 161702 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 653116

[startup+522.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 24247
/proc/meminfo: memFree=15586736/32950928 swapFree=67111528/67111528
[pid=24232] ppid=24230 vsize=740452 CPUtime=522.31 cores=1,3,5,7
/proc/24232/stat : 24232 (lingeling) R 24230 24232 23712 0 -1 4202496 370558 0 0 0 52165 66 0 0 25 0 1 0 589478695 758222848 183640 33554432000 4194304 4409164 140737324258832 18446744073709551615 4258732 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/24232/statm: 185113 183640 141 53 0 183536 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 740452

[startup+582.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 24249
/proc/meminfo: memFree=15388288/32950928 swapFree=67111528/67111528
[pid=24232] ppid=24230 vsize=944084 CPUtime=582.31 cores=1,3,5,7
/proc/24232/stat : 24232 (lingeling) R 24230 24232 23712 0 -1 4202496 421466 0 0 0 58156 75 0 0 25 0 1 0 589478695 966742016 234548 33554432000 4194304 4409164 140737324258832 18446744073709551615 4256901 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/24232/statm: 236021 234548 141 53 0 234444 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 944084

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24408
/proc/meminfo: memFree=12100348/32950928 swapFree=67111528/67111528
[pid=24232] ppid=24230 vsize=4256112 CPUtime=4062.43 cores=1,3,5,7
/proc/24232/stat : 24232 (lingeling) R 24230 24232 23712 0 -1 4202496 4054491 0 0 0 405569 674 0 0 25 0 1 0 589478695 4358258688 1062555 33554432000 4194304 4409164 140737324258832 18446744073709551615 4348165 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/24232/statm: 1064028 1062555 141 53 0 1062451 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 4256112

[startup+4122.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/178 24410
/proc/meminfo: memFree=12095092/32950928 swapFree=67111528/67111528
[pid=24232] ppid=24230 vsize=4258028 CPUtime=4122.43 cores=1,3,5,7
/proc/24232/stat : 24232 (lingeling) R 24230 24232 23712 0 -1 4202496 4054994 0 0 0 411566 677 0 0 25 0 1 0 589478695 4360220672 1063034 33554432000 4194304 4409164 140737324258832 18446744073709551615 4256859 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/24232/statm: 1064507 1063034 141 53 0 1062930 0
Current children cumulated CPU time (s) 4122.43
Current children cumulated vsize (KiB) 4258028

[startup+4182.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 24412
/proc/meminfo: memFree=15669864/32950928 swapFree=67111528/67111528
[pid=24232] ppid=24230 vsize=660868 CPUtime=4182.43 cores=1,3,5,7
/proc/24232/stat : 24232 (lingeling) R 24230 24232 23712 0 -1 4202496 4222742 0 0 0 417530 713 0 0 25 0 1 0 589478695 676728832 163744 33554432000 4194304 4409164 140737324258832 18446744073709551615 4226456 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/24232/statm: 165217 163744 141 53 0 163640 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 660868

[startup+4242.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 24413
/proc/meminfo: memFree=15723152/32950928 swapFree=67111528/67111528
[pid=24232] ppid=24230 vsize=566784 CPUtime=4242.43 cores=1,3,5,7
/proc/24232/stat : 24232 (lingeling) R 24230 24232 23712 0 -1 4202496 4240707 0 0 0 423523 720 0 0 25 0 1 0 589478695 580386816 140223 33554432000 4194304 4409164 140737324258832 18446744073709551615 4324324 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/24232/statm: 141696 140223 141 53 0 140119 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 566784

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24415
/proc/meminfo: memFree=15405556/32950928 swapFree=67111528/67111528
[pid=24232] ppid=24230 vsize=780652 CPUtime=4302.44 cores=1,3,5,7
/proc/24232/stat : 24232 (lingeling) R 24230 24232 23712 0 -1 4202496 4294727 0 0 0 429518 726 0 0 25 0 1 0 589478695 799387648 193690 33554432000 4194304 4409164 140737324258832 18446744073709551615 4351250 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/24232/statm: 195163 193690 141 53 0 193586 0
Current children cumulated CPU time (s) 4302.44
Current children cumulated vsize (KiB) 780652

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24416
/proc/meminfo: memFree=15210716/32950928 swapFree=67111528/67111528
[pid=24232] ppid=24230 vsize=1014476 CPUtime=4362.44 cores=1,3,5,7
/proc/24232/stat : 24232 (lingeling) R 24230 24232 23712 0 -1 4202496 4353183 0 0 0 435508 736 0 0 25 0 1 0 589478695 1038823424 252146 33554432000 4194304 4409164 140737324258832 18446744073709551615 4230986 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/24232/statm: 253619 252146 141 53 0 252042 0
Current children cumulated CPU time (s) 4362.44
Current children cumulated vsize (KiB) 1014476

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24418
/proc/meminfo: memFree=15031384/32950928 swapFree=67111528/67111528
[pid=24232] ppid=24230 vsize=1182120 CPUtime=4422.44 cores=1,3,5,7
/proc/24232/stat : 24232 (lingeling) R 24230 24232 23712 0 -1 4202496 4395094 0 0 0 441498 746 0 0 25 0 1 0 589478695 1210490880 294057 33554432000 4194304 4409164 140737324258832 18446744073709551615 4226393 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/24232/statm: 295530 294057 141 53 0 293953 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 1182120

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24420
/proc/meminfo: memFree=14814720/32950928 swapFree=67111528/67111528
[pid=24232] ppid=24230 vsize=1365672 CPUtime=4482.44 cores=1,3,5,7
/proc/24232/stat : 24232 (lingeling) R 24230 24232 23712 0 -1 4202496 4440982 0 0 0 447489 755 0 0 25 0 1 0 589478695 1398448128 339945 33554432000 4194304 4409164 140737324258832 18446744073709551615 4360232 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/24232/statm: 341418 339945 141 53 0 339841 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 1365672

[startup+4542.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 24421
/proc/meminfo: memFree=14760376/32950928 swapFree=67111528/67111528
[pid=24232] ppid=24230 vsize=1419984 CPUtime=4542.45 cores=1,3,5,7
/proc/24232/stat : 24232 (lingeling) R 24230 24232 23712 0 -1 4202496 4454608 0 0 0 453484 761 0 0 25 0 1 0 589478695 1454063616 353523 33554432000 4194304 4409164 140737324258832 18446744073709551615 4230666 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/24232/statm: 354996 353523 141 53 0 353419 0
Current children cumulated CPU time (s) 4542.45
Current children cumulated vsize (KiB) 1419984

[startup+4602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 24423
/proc/meminfo: memFree=14700824/32950928 swapFree=67111528/67111528
[pid=24232] ppid=24230 vsize=1479092 CPUtime=4602.45 cores=1,3,5,7
/proc/24232/stat : 24232 (lingeling) R 24230 24232 23712 0 -1 4202496 4469385 0 0 0 459478 767 0 0 25 0 1 0 589478695 1514590208 368300 33554432000 4194304 4409164 140737324258832 18446744073709551615 4226472 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/24232/statm: 369773 368300 141 53 0 368196 0
Current children cumulated CPU time (s) 4602.45
Current children cumulated vsize (KiB) 1479092

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24424
/proc/meminfo: memFree=14548644/32950928 swapFree=67111528/67111528
[pid=24232] ppid=24230 vsize=1608432 CPUtime=4662.45 cores=1,3,5,7
/proc/24232/stat : 24232 (lingeling) R 24230 24232 23712 0 -1 4202496 4501720 0 0 0 465468 777 0 0 25 0 1 0 589478695 1647034368 400635 33554432000 4194304 4409164 140737324258832 18446744073709551615 4244224 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/24232/statm: 402108 400635 141 53 0 400531 0
Current children cumulated CPU time (s) 4662.45
Current children cumulated vsize (KiB) 1608432

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24426
/proc/meminfo: memFree=14294160/32950928 swapFree=67111528/67111528
[pid=24232] ppid=24230 vsize=1848592 CPUtime=4722.46 cores=1,3,5,7
/proc/24232/stat : 24232 (lingeling) R 24230 24232 23712 0 -1 4202496 4561760 0 0 0 471459 787 0 0 25 0 1 0 589478695 1892958208 460675 33554432000 4194304 4409164 140737324258832 18446744073709551615 4314659 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/24232/statm: 462148 460675 141 53 0 460571 0
Current children cumulated CPU time (s) 4722.46
Current children cumulated vsize (KiB) 1848592

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24428
/proc/meminfo: memFree=13667804/32950928 swapFree=67111528/67111528
[pid=24232] ppid=24230 vsize=2519328 CPUtime=4782.46 cores=1,3,5,7
/proc/24232/stat : 24232 (lingeling) R 24230 24232 23712 0 -1 4202496 4844847 0 0 0 477428 818 0 0 25 0 1 0 589478695 2579791872 628359 33554432000 4194304 4409164 140737324258832 18446744073709551615 4256947 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/24232/statm: 629832 628359 141 53 0 628255 0
Current children cumulated CPU time (s) 4782.46
Current children cumulated vsize (KiB) 2519328

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24429
/proc/meminfo: memFree=13631188/32950928 swapFree=67111528/67111528
[pid=24232] ppid=24230 vsize=2519328 CPUtime=4842.46 cores=1,3,5,7
/proc/24232/stat : 24232 (lingeling) R 24230 24232 23712 0 -1 4202496 4844847 0 0 0 483425 821 0 0 25 0 1 0 589478695 2579791872 628359 33554432000 4194304 4409164 140737324258832 18446744073709551615 4358434 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/24232/statm: 629832 628359 141 53 0 628255 0
Current children cumulated CPU time (s) 4842.46
Current children cumulated vsize (KiB) 2519328

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24431
/proc/meminfo: memFree=14537472/32950928 swapFree=67111528/67111528
[pid=24232] ppid=24230 vsize=2086284 CPUtime=4902.46 cores=1,3,5,7
/proc/24232/stat : 24232 (lingeling) R 24230 24232 23712 0 -1 4202496 5008648 0 0 0 489403 843 0 0 25 0 1 0 589478695 2136354816 520098 33554432000 4194304 4409164 140737324258832 18446744073709551615 4256901 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/24232/statm: 521571 520098 141 53 0 519994 0
Current children cumulated CPU time (s) 4902.46
Current children cumulated vsize (KiB) 2086284

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24432
/proc/meminfo: memFree=13384224/32950928 swapFree=67111528/67111528
[pid=24232] ppid=24230 vsize=2779256 CPUtime=4962.46 cores=1,3,5,7
/proc/24232/stat : 24232 (lingeling) R 24230 24232 23712 0 -1 4202496 5181891 0 0 0 495382 864 0 0 25 0 1 0 589478695 2845958144 693341 33554432000 4194304 4409164 140737324258832 18446744073709551615 4230720 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/24232/statm: 694814 693341 141 53 0 693237 0
Current children cumulated CPU time (s) 4962.46
Current children cumulated vsize (KiB) 2779256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24433
/proc/meminfo: memFree=13325316/32950928 swapFree=67111528/67111528
[pid=24232] ppid=24230 vsize=2779256 CPUtime=5000.07 cores=1,3,5,7
/proc/24232/stat : 24232 (lingeling) R 24230 24232 23712 0 -1 4202496 5181891 0 0 0 499140 867 0 0 25 0 1 0 589478695 2845958144 693341 33554432000 4194304 4409164 140737324258832 18446744073709551615 4358434 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/24232/statm: 694814 693341 141 53 0 693237 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 2779256

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

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

[startup+5000.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24433
/proc/meminfo: memFree=13325316/32950928 swapFree=67111528/67111528
[pid=24232] ppid=24230 vsize=0 CPUtime=5000.17 cores=1,3,5,7
/proc/24232/stat : 24232 (lingeling) R 24230 24232 23712 0 -1 4203524 5181891 0 0 0 499140 877 0 0 25 0 1 0 589478695 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/24232/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.17
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.01
CPU time (s): 5000.18
CPU user time (s): 4991.4
CPU system time (s): 8.78067
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 4258028

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

runsolver used 7.80481 second user time and 19.468 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-28 14:08:00
IDJOB=3309604
IDBENCH=82413
IDSOLVER=1693
FILE ID=node114/3309604-1303992476
RUNJOBID= node114-1303987384-23731
PBS_JOBID= 13168760
Free space on /tmp= 71684 MiB

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

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

MD5SUM BENCH= c6d3480970bb2819448dd0a800a3cf1c
RANDOM SEED=582041183

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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.74
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.848
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.73
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.848
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.848
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.848
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.74
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.848
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:     32950928 kB
MemFree:      16372704 kB
Buffers:       2321584 kB
Cached:       13514360 kB
SwapCached:          0 kB
Active:        7463456 kB
Inactive:      8523432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16372704 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          120532 kB
Writeback:           0 kB
AnonPages:      150120 kB
Mapped:          15280 kB
Slab:           528100 kB
PageTables:       4928 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   292500 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= 71684 MiB
End job on node114 at 2011-04-28 15:31:22