Trace number 3309625

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.1 4999.87

General information on the benchmark

Nameapplication/jarvisalo/
AAAI2010-SATPlanning/aaai10-planning-ipc5-rovers-18-step11.cnf
MD5SUMac372f51471a04bbb3fb9a678284c6a4
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.9334
Satisfiable
(Un)Satisfiability was proved
Number of variables29317
Number of clauses277090
Sum of the clauses size598882
Maximum clause length179
Minimum clause length1
Number of clauses of size 1144
Number of clauses of size 2264085
Number of clauses of size 38078
Number of clauses of size 41144
Number of clauses of size 5453
Number of clauses of size over 53186

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-3309625-1303992665/watcher-3309625-1303992665 -o /tmp/evaluation-result-3309625-1303992665/solver-3309625-1303992665 -C 5000 -W 5100 -M 15500 lingeling HOME/instance-3309625-1303992665.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 2.00 2/177 18126
/proc/meminfo: memFree=18817540/32950928 swapFree=67111528/67111528
[pid=18126] ppid=18124 vsize=7908 CPUtime=0 cores=0,2,4,6
/proc/18126/stat : 18126 (lingeling) R 18124 18126 17760 0 -1 4202496 555 0 0 0 0 0 0 0 25 0 1 0 510863195 8097792 498 33554432000 4194304 4409164 140735652083984 18446744073709551615 254500691712 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/18126/statm: 1977 498 109 53 0 400 0

[startup+0.028153 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 18126
/proc/meminfo: memFree=18817540/32950928 swapFree=67111528/67111528
[pid=18126] ppid=18124 vsize=10220 CPUtime=0.02 cores=0,2,4,6
/proc/18126/stat : 18126 (lingeling) R 18124 18126 17760 0 -1 4202496 1136 0 0 0 2 0 0 0 25 0 1 0 510863195 10465280 1079 33554432000 4194304 4409164 140735652083984 18446744073709551615 254500691712 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/18126/statm: 2555 1079 112 53 0 978 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10220

[startup+0.10115 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 18126
/proc/meminfo: memFree=18817540/32950928 swapFree=67111528/67111528
[pid=18126] ppid=18124 vsize=13048 CPUtime=0.09 cores=0,2,4,6
/proc/18126/stat : 18126 (lingeling) R 18124 18126 17760 0 -1 4202496 1909 0 0 0 9 0 0 0 25 0 1 0 510863195 13361152 1791 33554432000 4194304 4409164 140735652083984 18446744073709551615 4228016 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/18126/statm: 3262 1791 117 53 0 1685 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13048

[startup+0.3011 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 18126
/proc/meminfo: memFree=18817540/32950928 swapFree=67111528/67111528
[pid=18126] ppid=18124 vsize=14972 CPUtime=0.29 cores=0,2,4,6
/proc/18126/stat : 18126 (lingeling) R 18124 18126 17760 0 -1 4202496 3057 0 0 0 29 0 0 0 25 0 1 0 510863195 15331328 2252 33554432000 4194304 4409164 140735652083984 18446744073709551615 4280002 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/18126/statm: 3743 2252 129 53 0 2166 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14972

[startup+0.701024 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 18126
/proc/meminfo: memFree=18817540/32950928 swapFree=67111528/67111528
[pid=18126] ppid=18124 vsize=14844 CPUtime=0.69 cores=0,2,4,6
/proc/18126/stat : 18126 (lingeling) R 18124 18126 17760 0 -1 4202496 3984 0 0 0 69 0 0 0 25 0 1 0 510863195 15200256 2221 33554432000 4194304 4409164 140735652083984 18446744073709551615 4280729 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/18126/statm: 3711 2221 130 53 0 2134 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14844

[startup+1.50086 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18127
/proc/meminfo: memFree=18809724/32950928 swapFree=67111528/67111528
[pid=18126] ppid=18124 vsize=18932 CPUtime=1.49 cores=0,2,4,6
/proc/18126/stat : 18126 (lingeling) R 18124 18126 17760 0 -1 4202496 5488 0 0 0 149 0 0 0 25 0 1 0 510863195 19386368 3246 33554432000 4194304 4409164 140735652083984 18446744073709551615 4271376 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/18126/statm: 4733 3246 133 53 0 3156 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18932

[startup+3.10054 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18127
/proc/meminfo: memFree=18804020/32950928 swapFree=67111528/67111528
[pid=18126] ppid=18124 vsize=21052 CPUtime=3.09 cores=0,2,4,6
/proc/18126/stat : 18126 (lingeling) R 18124 18126 17760 0 -1 4202496 9583 0 0 0 308 1 0 0 25 0 1 0 510863195 21557248 3786 33554432000 4194304 4409164 140735652083984 18446744073709551615 4243864 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/18126/statm: 5263 3786 137 53 0 3686 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21052

[startup+6.3009 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18127
/proc/meminfo: memFree=18799988/32950928 swapFree=67111528/67111528
[pid=18126] ppid=18124 vsize=23908 CPUtime=6.29 cores=0,2,4,6
/proc/18126/stat : 18126 (lingeling) R 18124 18126 17760 0 -1 4202496 10297 0 0 0 628 1 0 0 25 0 1 0 510863195 24481792 4500 33554432000 4194304 4409164 140735652083984 18446744073709551615 4229791 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/18126/statm: 5977 4500 137 53 0 4400 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23908

[startup+12.7006 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18127
/proc/meminfo: memFree=18794440/32950928 swapFree=67111528/67111528
[pid=18126] ppid=18124 vsize=31176 CPUtime=12.69 cores=0,2,4,6
/proc/18126/stat : 18126 (lingeling) R 18124 18126 17760 0 -1 4202496 11603 0 0 0 1268 1 0 0 25 0 1 0 510863195 31924224 5806 33554432000 4194304 4409164 140735652083984 18446744073709551615 4329696 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/18126/statm: 7794 5806 137 53 0 6217 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31176

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18127
/proc/meminfo: memFree=18767520/32950928 swapFree=67111528/67111528
[pid=18126] ppid=18124 vsize=58396 CPUtime=25.5 cores=0,2,4,6
/proc/18126/stat : 18126 (lingeling) R 18124 18126 17760 0 -1 4202496 18408 0 0 0 2548 2 0 0 25 0 1 0 510863195 59797504 12611 33554432000 4194304 4409164 140735652083984 18446744073709551615 4243809 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/18126/statm: 14599 12611 137 53 0 13022 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 58396

[startup+51.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18128
/proc/meminfo: memFree=18818456/32950928 swapFree=67111528/67111528
[pid=18126] ppid=18124 vsize=70604 CPUtime=51.09 cores=0,2,4,6
/proc/18126/stat : 18126 (lingeling) R 18124 18126 17760 0 -1 4202496 32392 0 0 0 5101 8 0 0 25 0 1 0 510863195 72298496 16178 33554432000 4194304 4409164 140735652083984 18446744073709551615 4358588 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/18126/statm: 17651 16178 141 53 0 16074 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 70604

[startup+102.307 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 18129
/proc/meminfo: memFree=18762144/32950928 swapFree=67111528/67111528
[pid=18126] ppid=18124 vsize=125104 CPUtime=102.3 cores=0,2,4,6
/proc/18126/stat : 18126 (lingeling) R 18124 18126 17760 0 -1 4202496 69393 0 0 0 10210 20 0 0 25 0 1 0 510863195 128106496 29803 33554432000 4194304 4409164 140735652083984 18446744073709551615 4358328 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/18126/statm: 31276 29803 141 53 0 29699 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 125104

[startup+162.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 18131
/proc/meminfo: memFree=18725436/32950928 swapFree=67111528/67111528
[pid=18126] ppid=18124 vsize=169924 CPUtime=162.3 cores=0,2,4,6
/proc/18126/stat : 18126 (lingeling) R 18124 18126 17760 0 -1 4202496 102709 0 0 0 16199 31 0 0 25 0 1 0 510863195 174002176 41008 33554432000 4194304 4409164 140735652083984 18446744073709551615 4358333 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/18126/statm: 42481 41008 141 53 0 40904 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 169924

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18133
/proc/meminfo: memFree=18645688/32950928 swapFree=67111528/67111528
[pid=18126] ppid=18124 vsize=233156 CPUtime=222.3 cores=0,2,4,6
/proc/18126/stat : 18126 (lingeling) R 18124 18126 17760 0 -1 4202496 147650 0 0 0 22190 40 0 0 25 0 1 0 510863195 238751744 56816 33554432000 4194304 4409164 140735652083984 18446744073709551615 4358434 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/18126/statm: 58289 56816 141 53 0 56712 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 233156

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18134
/proc/meminfo: memFree=18575500/32950928 swapFree=67111528/67111528
[pid=18126] ppid=18124 vsize=276252 CPUtime=282.3 cores=0,2,4,6
/proc/18126/stat : 18126 (lingeling) R 18124 18126 17760 0 -1 4202496 195051 0 0 0 28178 52 0 0 25 0 1 0 510863195 282882048 66445 33554432000 4194304 4409164 140735652083984 18446744073709551615 4360106 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/18126/statm: 69063 66445 141 53 0 67486 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 276252

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18136
/proc/meminfo: memFree=18534928/32950928 swapFree=67111528/67111528
[pid=18126] ppid=18124 vsize=314172 CPUtime=342.3 cores=0,2,4,6
/proc/18126/stat : 18126 (lingeling) R 18124 18126 17760 0 -1 4202496 225826 0 0 0 34171 59 0 0 25 0 1 0 510863195 321712128 76590 33554432000 4194304 4409164 140735652083984 18446744073709551615 4358341 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/18126/statm: 78543 76590 141 53 0 76966 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 314172

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18137
/proc/meminfo: memFree=18469200/32950928 swapFree=67111528/67111528
[pid=18126] ppid=18124 vsize=379708 CPUtime=402.31 cores=0,2,4,6
/proc/18126/stat : 18126 (lingeling) R 18124 18126 17760 0 -1 4202496 242210 0 0 0 40166 65 0 0 25 0 1 0 510863195 388820992 92974 33554432000 4194304 4409164 140735652083984 18446744073709551615 4358333 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/18126/statm: 94927 92974 141 53 0 93350 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 379708

[startup+462.301 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 18139
/proc/meminfo: memFree=18557220/32950928 swapFree=67111528/67111528
[pid=18126] ppid=18124 vsize=312876 CPUtime=462.31 cores=0,2,4,6
/proc/18126/stat : 18126 (lingeling) R 18124 18126 17760 0 -1 4202496 271991 0 0 0 46154 77 0 0 25 0 1 0 510863195 320385024 76746 33554432000 4194304 4409164 140735652083984 18446744073709551615 254500716439 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/18126/statm: 78219 76746 141 53 0 76642 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 312876

[startup+522.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 18141
/proc/meminfo: memFree=18490984/32950928 swapFree=67111528/67111528
[pid=18126] ppid=18124 vsize=378232 CPUtime=522.31 cores=0,2,4,6
/proc/18126/stat : 18126 (lingeling) R 18124 18126 17760 0 -1 4202496 288375 0 0 0 52149 82 0 0 25 0 1 0 510863195 387309568 93085 33554432000 4194304 4409164 140735652083984 18446744073709551615 4304305 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/18126/statm: 94558 93085 141 53 0 92981 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 378232

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18142
/proc/meminfo: memFree=18438152/32950928 swapFree=67111528/67111528
[pid=18126] ppid=18124 vsize=430836 CPUtime=582.32 cores=0,2,4,6
/proc/18126/stat : 18126 (lingeling) R 18124 18126 17760 0 -1 4202496 332782 0 0 0 58142 90 0 0 25 0 1 0 510863195 441176064 106236 33554432000 4194304 4409164 140735652083984 18446744073709551615 4359755 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/18126/statm: 107709 106236 141 53 0 106132 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 430836

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18273
/proc/meminfo: memFree=17657972/32950928 swapFree=67111528/67111528
[pid=18126] ppid=18124 vsize=1021912 CPUtime=4002.48 cores=0,2,4,6
/proc/18126/stat : 18126 (lingeling) R 18124 18126 17760 0 -1 4202496 1676254 0 0 0 399835 413 0 0 25 0 1 0 510863195 1046437888 254005 33554432000 4194304 4409164 140735652083984 18446744073709551615 4358434 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/18126/statm: 255478 254005 141 53 0 253901 0
Current children cumulated CPU time (s) 4002.48
Current children cumulated vsize (KiB) 1021912

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18275
/proc/meminfo: memFree=17657588/32950928 swapFree=67111528/67111528
[pid=18126] ppid=18124 vsize=1021912 CPUtime=4062.49 cores=0,2,4,6
/proc/18126/stat : 18126 (lingeling) R 18124 18126 17760 0 -1 4202496 1676254 0 0 0 405834 415 0 0 25 0 1 0 510863195 1046437888 254005 33554432000 4194304 4409164 140735652083984 18446744073709551615 4358434 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/18126/statm: 255478 254005 141 53 0 253901 0
Current children cumulated CPU time (s) 4062.49
Current children cumulated vsize (KiB) 1021912

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18277
/proc/meminfo: memFree=17657572/32950928 swapFree=67111528/67111528
[pid=18126] ppid=18124 vsize=1021912 CPUtime=4122.48 cores=0,2,4,6
/proc/18126/stat : 18126 (lingeling) R 18124 18126 17760 0 -1 4202496 1676254 0 0 0 411831 417 0 0 25 0 1 0 510863195 1046437888 254005 33554432000 4194304 4409164 140735652083984 18446744073709551615 4358526 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/18126/statm: 255478 254005 141 53 0 253901 0
Current children cumulated CPU time (s) 4122.48
Current children cumulated vsize (KiB) 1021912

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18278
/proc/meminfo: memFree=17657812/32950928 swapFree=67111528/67111528
[pid=18126] ppid=18124 vsize=1021912 CPUtime=4182.48 cores=0,2,4,6
/proc/18126/stat : 18126 (lingeling) R 18124 18126 17760 0 -1 4202496 1676254 0 0 0 417829 419 0 0 25 0 1 0 510863195 1046437888 254005 33554432000 4194304 4409164 140735652083984 18446744073709551615 4358434 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/18126/statm: 255478 254005 141 53 0 253901 0
Current children cumulated CPU time (s) 4182.48
Current children cumulated vsize (KiB) 1021912

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18280
/proc/meminfo: memFree=17395160/32950928 swapFree=67111528/67111528
[pid=18126] ppid=18124 vsize=1284056 CPUtime=4242.49 cores=0,2,4,6
/proc/18126/stat : 18126 (lingeling) R 18124 18126 17760 0 -1 4202496 1741790 0 0 0 423822 427 0 0 25 0 1 0 510863195 1314873344 319541 33554432000 4194304 4409164 140735652083984 18446744073709551615 4358512 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/18126/statm: 321014 319541 141 53 0 319437 0
Current children cumulated CPU time (s) 4242.49
Current children cumulated vsize (KiB) 1284056

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18281
/proc/meminfo: memFree=17395140/32950928 swapFree=67111528/67111528
[pid=18126] ppid=18124 vsize=1284056 CPUtime=4302.5 cores=0,2,4,6
/proc/18126/stat : 18126 (lingeling) R 18124 18126 17760 0 -1 4202496 1741790 0 0 0 429821 429 0 0 25 0 1 0 510863195 1314873344 319541 33554432000 4194304 4409164 140735652083984 18446744073709551615 4358434 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/18126/statm: 321014 319541 141 53 0 319437 0
Current children cumulated CPU time (s) 4302.5
Current children cumulated vsize (KiB) 1284056

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18283
/proc/meminfo: memFree=17395244/32950928 swapFree=67111528/67111528
[pid=18126] ppid=18124 vsize=1284056 CPUtime=4362.5 cores=0,2,4,6
/proc/18126/stat : 18126 (lingeling) R 18124 18126 17760 0 -1 4202496 1741790 0 0 0 435819 431 0 0 25 0 1 0 510863195 1314873344 319541 33554432000 4194304 4409164 140735652083984 18446744073709551615 4358434 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/18126/statm: 321014 319541 141 53 0 319437 0
Current children cumulated CPU time (s) 4362.5
Current children cumulated vsize (KiB) 1284056

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18285
/proc/meminfo: memFree=17392864/32950928 swapFree=67111528/67111528
[pid=18126] ppid=18124 vsize=1283884 CPUtime=4422.5 cores=0,2,4,6
/proc/18126/stat : 18126 (lingeling) R 18124 18126 17760 0 -1 4202496 1741790 0 0 0 441817 433 0 0 25 0 1 0 510863195 1314697216 319498 33554432000 4194304 4409164 140735652083984 18446744073709551615 4358434 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/18126/statm: 320971 319498 141 53 0 319394 0
Current children cumulated CPU time (s) 4422.5
Current children cumulated vsize (KiB) 1283884

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18286
/proc/meminfo: memFree=17370276/32950928 swapFree=67111528/67111528
[pid=18126] ppid=18124 vsize=1283884 CPUtime=4482.5 cores=0,2,4,6
/proc/18126/stat : 18126 (lingeling) R 18124 18126 17760 0 -1 4202496 1741790 0 0 0 447814 436 0 0 25 0 1 0 510863195 1314697216 319498 33554432000 4194304 4409164 140735652083984 18446744073709551615 4358352 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/18126/statm: 320971 319498 141 53 0 319394 0
Current children cumulated CPU time (s) 4482.5
Current children cumulated vsize (KiB) 1283884

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18288
/proc/meminfo: memFree=17245388/32950928 swapFree=67111528/67111528
[pid=18126] ppid=18124 vsize=1304108 CPUtime=4542.51 cores=0,2,4,6
/proc/18126/stat : 18126 (lingeling) R 18124 18126 17760 0 -1 4202496 1876807 0 0 0 453795 456 0 0 25 0 1 0 510863195 1335406592 324586 33554432000 4194304 4409164 140735652083984 18446744073709551615 4359817 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/18126/statm: 326027 324586 141 53 0 324450 0
Current children cumulated CPU time (s) 4542.51
Current children cumulated vsize (KiB) 1304108

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18289
/proc/meminfo: memFree=17244992/32950928 swapFree=67111528/67111528
[pid=18126] ppid=18124 vsize=1304108 CPUtime=4602.51 cores=0,2,4,6
/proc/18126/stat : 18126 (lingeling) R 18124 18126 17760 0 -1 4202496 1876807 0 0 0 459793 458 0 0 25 0 1 0 510863195 1335406592 324586 33554432000 4194304 4409164 140735652083984 18446744073709551615 4358434 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/18126/statm: 326027 324586 141 53 0 324450 0
Current children cumulated CPU time (s) 4602.51
Current children cumulated vsize (KiB) 1304108

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18291
/proc/meminfo: memFree=17245100/32950928 swapFree=67111528/67111528
[pid=18126] ppid=18124 vsize=1304140 CPUtime=4662.51 cores=0,2,4,6
/proc/18126/stat : 18126 (lingeling) R 18124 18126 17760 0 -1 4202496 1876815 0 0 0 465791 460 0 0 25 0 1 0 510863195 1335439360 324594 33554432000 4194304 4409164 140735652083984 18446744073709551615 4358279 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/18126/statm: 326035 324594 141 53 0 324458 0
Current children cumulated CPU time (s) 4662.51
Current children cumulated vsize (KiB) 1304140

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18293
/proc/meminfo: memFree=17245080/32950928 swapFree=67111528/67111528
[pid=18126] ppid=18124 vsize=1304140 CPUtime=4722.52 cores=0,2,4,6
/proc/18126/stat : 18126 (lingeling) R 18124 18126 17760 0 -1 4202496 1876815 0 0 0 471789 463 0 0 25 0 1 0 510863195 1335439360 324594 33554432000 4194304 4409164 140735652083984 18446744073709551615 4358614 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/18126/statm: 326035 324594 141 53 0 324458 0
Current children cumulated CPU time (s) 4722.52
Current children cumulated vsize (KiB) 1304140

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18294
/proc/meminfo: memFree=17487484/32950928 swapFree=67111528/67111528
[pid=18126] ppid=18124 vsize=1304140 CPUtime=4782.52 cores=0,2,4,6
/proc/18126/stat : 18126 (lingeling) R 18124 18126 17760 0 -1 4202496 1876815 0 0 0 477786 466 0 0 25 0 1 0 510863195 1335439360 324594 33554432000 4194304 4409164 140735652083984 18446744073709551615 4257016 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/18126/statm: 326035 324594 141 53 0 324458 0
Current children cumulated CPU time (s) 4782.52
Current children cumulated vsize (KiB) 1304140

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18296
/proc/meminfo: memFree=17421740/32950928 swapFree=67111528/67111528
[pid=18126] ppid=18124 vsize=1304140 CPUtime=4842.52 cores=0,2,4,6
/proc/18126/stat : 18126 (lingeling) R 18124 18126 17760 0 -1 4202496 1876815 0 0 0 483783 469 0 0 25 0 1 0 510863195 1335439360 324594 33554432000 4194304 4409164 140735652083984 18446744073709551615 4358514 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/18126/statm: 326035 324594 141 53 0 324458 0
Current children cumulated CPU time (s) 4842.52
Current children cumulated vsize (KiB) 1304140

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18297
/proc/meminfo: memFree=17421096/32950928 swapFree=67111528/67111528
[pid=18126] ppid=18124 vsize=1304140 CPUtime=4902.52 cores=0,2,4,6
/proc/18126/stat : 18126 (lingeling) R 18124 18126 17760 0 -1 4202496 1876815 0 0 0 489780 472 0 0 25 0 1 0 510863195 1335439360 324594 33554432000 4194304 4409164 140735652083984 18446744073709551615 4256747 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/18126/statm: 326035 324594 141 53 0 324458 0
Current children cumulated CPU time (s) 4902.52
Current children cumulated vsize (KiB) 1304140

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18299
/proc/meminfo: memFree=17421200/32950928 swapFree=67111528/67111528
[pid=18126] ppid=18124 vsize=1304140 CPUtime=4962.53 cores=0,2,4,6
/proc/18126/stat : 18126 (lingeling) R 18124 18126 17760 0 -1 4202496 1876815 0 0 0 495778 475 0 0 25 0 1 0 510863195 1335439360 324594 33554432000 4194304 4409164 140735652083984 18446744073709551615 4359778 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/18126/statm: 326035 324594 141 53 0 324458 0
Current children cumulated CPU time (s) 4962.53
Current children cumulated vsize (KiB) 1304140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18300
/proc/meminfo: memFree=17421300/32950928 swapFree=67111528/67111528
[pid=18126] ppid=18124 vsize=1304140 CPUtime=5000.03 cores=0,2,4,6
/proc/18126/stat : 18126 (lingeling) R 18124 18126 17760 0 -1 4202496 1876815 0 0 0 499527 476 0 0 25 0 1 0 510863195 1335439360 324594 33554432000 4194304 4409164 140735652083984 18446744073709551615 4358782 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/18126/statm: 326035 324594 141 53 0 324458 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 1304140

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.87
CPU time (s): 5000.1
CPU user time (s): 4995.27
CPU system time (s): 4.83127
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 1422684

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

runsolver used 8.99263 second user time and 16.9874 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-28 14:11:05
IDJOB=3309625
IDBENCH=82424
IDSOLVER=1693
FILE ID=node149/3309625-1303992665
RUNJOBID= node149-1303987378-17778
PBS_JOBID= 13168726
Free space on /tmp= 71928 MiB

SOLVER NAME= Lingeling 587
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-rovers-18-step11.cnf
COMMAND LINE= lingeling BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309625-1303992665/watcher-3309625-1303992665 -o /tmp/evaluation-result-3309625-1303992665/solver-3309625-1303992665 -C 5000 -W 5100 -M 15500  lingeling HOME/instance-3309625-1303992665.cnf

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

MD5SUM BENCH= ac372f51471a04bbb3fb9a678284c6a4
RANDOM SEED=328038163

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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:      18817704 kB
Buffers:       2198044 kB
Cached:       11119328 kB
SwapCached:          0 kB
Active:        4671296 kB
Inactive:      8921912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18817704 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4328 kB
Writeback:           0 kB
AnonPages:      275216 kB
Mapped:          15276 kB
Slab:           474936 kB
PageTables:       5156 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   414996 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= 71924 MiB
End job on node149 at 2011-04-28 15:34:27