Trace number 3372505

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Lingeling 587f (fixed)? (TO) 5000.12 4999.99

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: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3372505-1305422800/watcher-3372505-1305422800 -o /tmp/evaluation-result-3372505-1305422800/solver-3372505-1305422800 -C 5000 -W 5100 -M 15500 lingeling HOME/instance-3372505-1305422800.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.20 2.11 2.50 2/355 19897
/proc/meminfo: memFree=23481196/32951124 swapFree=65980216/67111528
[pid=19897] ppid=19895 vsize=7908 CPUtime=0 cores=1,3,5,7
/proc/19897/stat : 19897 (lingeling) R 19895 19897 18548 0 -1 4202496 554 0 0 0 0 0 0 0 25 0 1 0 634695507 8097792 498 33554432000 4194304 4409284 140737467799680 18446744073709551615 228095450880 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/19897/statm: 1977 498 109 53 0 400 0

[startup+0.016915 s]
/proc/loadavg: 2.20 2.11 2.50 2/355 19897
/proc/meminfo: memFree=23481196/32951124 swapFree=65980216/67111528
[pid=19897] ppid=19895 vsize=9192 CPUtime=0.01 cores=1,3,5,7
/proc/19897/stat : 19897 (lingeling) R 19895 19897 18548 0 -1 4202496 877 0 0 0 1 0 0 0 25 0 1 0 634695507 9412608 821 33554432000 4194304 4409284 140737467799680 18446744073709551615 4268271 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/19897/statm: 2298 821 111 53 0 721 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9192

[startup+0.100896 s]
/proc/loadavg: 2.20 2.11 2.50 2/355 19897
/proc/meminfo: memFree=23481196/32951124 swapFree=65980216/67111528
[pid=19897] ppid=19895 vsize=13048 CPUtime=0.09 cores=1,3,5,7
/proc/19897/stat : 19897 (lingeling) R 19895 19897 18548 0 -1 4202496 1908 0 0 0 9 0 0 0 25 0 1 0 634695507 13361152 1791 33554432000 4194304 4409284 140737467799680 18446744073709551615 4228091 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/19897/statm: 3262 1791 117 53 0 1685 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13048

[startup+0.300857 s]
/proc/loadavg: 2.20 2.11 2.50 2/355 19897
/proc/meminfo: memFree=23481196/32951124 swapFree=65980216/67111528
[pid=19897] ppid=19895 vsize=14972 CPUtime=0.29 cores=1,3,5,7
/proc/19897/stat : 19897 (lingeling) R 19895 19897 18548 0 -1 4202496 3056 0 0 0 29 0 0 0 25 0 1 0 634695507 15331328 2252 33554432000 4194304 4409284 140737467799680 18446744073709551615 4281756 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/19897/statm: 3743 2252 129 53 0 2166 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14972

[startup+0.700784 s]
/proc/loadavg: 2.20 2.11 2.50 2/355 19897
/proc/meminfo: memFree=23481196/32951124 swapFree=65980216/67111528
[pid=19897] ppid=19895 vsize=14844 CPUtime=0.69 cores=1,3,5,7
/proc/19897/stat : 19897 (lingeling) R 19895 19897 18548 0 -1 4202496 3983 0 0 0 69 0 0 0 25 0 1 0 634695507 15200256 2221 33554432000 4194304 4409284 140737467799680 18446744073709551615 4281970 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/19897/statm: 3711 2221 130 53 0 2134 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14844

[startup+1.50064 s]
/proc/loadavg: 2.20 2.11 2.50 3/356 19898
/proc/meminfo: memFree=23472336/32951124 swapFree=65980216/67111528
[pid=19897] ppid=19895 vsize=18932 CPUtime=1.49 cores=1,3,5,7
/proc/19897/stat : 19897 (lingeling) R 19895 19897 18548 0 -1 4202496 5487 0 0 0 149 0 0 0 25 0 1 0 634695507 19386368 3246 33554432000 4194304 4409284 140737467799680 18446744073709551615 4259235 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/19897/statm: 4733 3246 133 53 0 3156 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18932

[startup+3.10034 s]
/proc/loadavg: 2.20 2.11 2.50 3/356 19898
/proc/meminfo: memFree=23466876/32951124 swapFree=65980216/67111528
[pid=19897] ppid=19895 vsize=21052 CPUtime=3.09 cores=1,3,5,7
/proc/19897/stat : 19897 (lingeling) R 19895 19897 18548 0 -1 4202496 9582 0 0 0 309 0 0 0 25 0 1 0 634695507 21557248 3786 33554432000 4194304 4409284 140737467799680 18446744073709551615 4252193 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/19897/statm: 5263 3786 137 53 0 3686 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21052

[startup+6.30075 s]
/proc/loadavg: 2.19 2.11 2.50 3/356 19898
/proc/meminfo: memFree=23463156/32951124 swapFree=65980216/67111528
[pid=19897] ppid=19895 vsize=23908 CPUtime=6.29 cores=1,3,5,7
/proc/19897/stat : 19897 (lingeling) R 19895 19897 18548 0 -1 4202496 10296 0 0 0 628 1 0 0 25 0 1 0 634695507 24481792 4500 33554432000 4194304 4409284 140737467799680 18446744073709551615 4242957 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/19897/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.17 2.11 2.49 3/356 19899
/proc/meminfo: memFree=23458832/32951124 swapFree=65980216/67111528
[pid=19897] ppid=19895 vsize=31176 CPUtime=12.69 cores=1,3,5,7
/proc/19897/stat : 19897 (lingeling) R 19895 19897 18548 0 -1 4202496 11602 0 0 0 1268 1 0 0 25 0 1 0 634695507 31924224 5806 33554432000 4194304 4409284 140737467799680 18446744073709551615 4243768 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/19897/statm: 7794 5806 137 53 0 6217 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31176

[startup+25.5002 s]
/proc/loadavg: 2.13 2.10 2.49 3/356 19899
/proc/meminfo: memFree=23432016/32951124 swapFree=65980216/67111528
[pid=19897] ppid=19895 vsize=58396 CPUtime=25.49 cores=1,3,5,7
/proc/19897/stat : 19897 (lingeling) R 19895 19897 18548 0 -1 4202496 18407 0 0 0 2547 2 0 0 25 0 1 0 634695507 59797504 12611 33554432000 4194304 4409284 140737467799680 18446744073709551615 4229760 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/19897/statm: 14599 12611 137 53 0 13022 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 58396

[startup+51.1005 s]
/proc/loadavg: 2.09 2.09 2.47 3/356 19900
/proc/meminfo: memFree=23418884/32951124 swapFree=65980216/67111528
[pid=19897] ppid=19895 vsize=70604 CPUtime=51.09 cores=1,3,5,7
/proc/19897/stat : 19897 (lingeling) R 19895 19897 18548 0 -1 4202496 32391 0 0 0 5090 19 0 0 25 0 1 0 634695507 72298496 16178 33554432000 4194304 4409284 140737467799680 18446744073709551615 228095475607 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/19897/statm: 17651 16178 141 53 0 16074 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 70604

[startup+102.313 s]
/proc/loadavg: 2.04 2.08 2.44 3/356 19901
/proc/meminfo: memFree=23362200/32951124 swapFree=65980216/67111528
[pid=19897] ppid=19895 vsize=125104 CPUtime=102.3 cores=1,3,5,7
/proc/19897/stat : 19897 (lingeling) R 19895 19897 18548 0 -1 4202496 69392 0 0 0 10189 41 0 0 25 0 1 0 634695507 128106496 29803 33554432000 4194304 4409284 140737467799680 18446744073709551615 4358371 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/19897/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.01 2.06 2.41 3/356 19903
/proc/meminfo: memFree=23301912/32951124 swapFree=65980216/67111528
[pid=19897] ppid=19895 vsize=169924 CPUtime=162.29 cores=1,3,5,7
/proc/19897/stat : 19897 (lingeling) R 19895 19897 18548 0 -1 4202496 102708 0 0 0 16166 63 0 0 25 0 1 0 634695507 174002176 41008 33554432000 4194304 4409284 140737467799680 18446744073709551615 4304511 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/19897/statm: 42481 41008 141 53 0 40904 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 169924

[startup+222.301 s]
/proc/loadavg: 2.00 2.05 2.38 3/356 19904
/proc/meminfo: memFree=23149124/32951124 swapFree=65980216/67111528
[pid=19897] ppid=19895 vsize=169160 CPUtime=222.29 cores=1,3,5,7
/proc/19897/stat : 19897 (lingeling) R 19895 19897 18548 0 -1 4202496 148303 0 0 0 22150 79 0 0 25 0 1 0 634695507 173219840 40817 33554432000 4194304 4409284 140737467799680 18446744073709551615 228095475607 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/19897/statm: 42290 40817 141 53 0 40713 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 169160

[startup+282.301 s]
/proc/loadavg: 2.00 2.04 2.36 3/356 19906
/proc/meminfo: memFree=23003784/32951124 swapFree=65980216/67111528
[pid=19897] ppid=19895 vsize=276252 CPUtime=282.29 cores=1,3,5,7
/proc/19897/stat : 19897 (lingeling) R 19895 19897 18548 0 -1 4202496 195050 0 0 0 28129 100 0 0 25 0 1 0 634695507 282882048 66445 33554432000 4194304 4409284 140737467799680 18446744073709551615 4301244 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/19897/statm: 69063 66445 141 53 0 67486 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 276252

[startup+342.301 s]
/proc/loadavg: 2.04 2.04 2.34 3/356 19907
/proc/meminfo: memFree=22643040/32951124 swapFree=65980216/67111528
[pid=19897] ppid=19895 vsize=379708 CPUtime=342.3 cores=1,3,5,7
/proc/19897/stat : 19897 (lingeling) R 19895 19897 18548 0 -1 4202496 242209 0 0 0 34120 110 0 0 25 0 1 0 634695507 388820992 92974 33554432000 4194304 4409284 140737467799680 18446744073709551615 4358426 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/19897/statm: 94927 92974 141 53 0 93350 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 379708

[startup+402.301 s]
/proc/loadavg: 2.01 2.03 2.32 3/356 19909
/proc/meminfo: memFree=23021204/32951124 swapFree=65980216/67111528
[pid=19897] ppid=19895 vsize=319800 CPUtime=402.3 cores=1,3,5,7
/proc/19897/stat : 19897 (lingeling) R 19895 19897 18548 0 -1 4202496 245563 0 0 0 40103 127 0 0 25 0 1 0 634695507 327475200 77997 33554432000 4194304 4409284 140737467799680 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/19897/statm: 79950 77997 141 53 0 78373 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 319800

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.29 3/356 19911
/proc/meminfo: memFree=22882932/32951124 swapFree=65980216/67111528
[pid=19897] ppid=19895 vsize=378232 CPUtime=462.3 cores=1,3,5,7
/proc/19897/stat : 19897 (lingeling) R 19895 19897 18548 0 -1 4202496 288374 0 0 0 46086 144 0 0 25 0 1 0 634695507 387309568 93085 33554432000 4194304 4409284 140737467799680 18446744073709551615 4305096 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/19897/statm: 94558 93085 141 53 0 92981 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 378232

[startup+522.301 s]
/proc/loadavg: 2.04 2.03 2.27 3/356 19912
/proc/meminfo: memFree=22836408/32951124 swapFree=65980216/67111528
[pid=19897] ppid=19895 vsize=430836 CPUtime=522.3 cores=1,3,5,7
/proc/19897/stat : 19897 (lingeling) R 19895 19897 18548 0 -1 4202496 332781 0 0 0 52076 154 0 0 25 0 1 0 634695507 441176064 106236 33554432000 4194304 4409284 140737467799680 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/19897/statm: 107709 106236 141 53 0 106132 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 430836

[startup+582.301 s]
/proc/loadavg: 2.06 2.04 2.26 3/356 19914
/proc/meminfo: memFree=22748852/32951124 swapFree=65980216/67111528
[pid=19897] ppid=19895 vsize=430868 CPUtime=582.31 cores=1,3,5,7
/proc/19897/stat : 19897 (lingeling) R 19895 19897 18548 0 -1 4202496 332789 0 0 0 58066 165 0 0 25 0 1 0 634695507 441208832 106244 33554432000 4194304 4409284 140737467799680 18446744073709551615 228095475607 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/19897/statm: 107717 106244 141 53 0 106140 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 430868

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.03 2.03 3/356 26469
/proc/meminfo: memFree=21804200/32951124 swapFree=65980216/67111528
[pid=19897] ppid=19895 vsize=1304108 CPUtime=4062.4 cores=1,3,5,7
/proc/19897/stat : 19897 (lingeling) R 19895 19897 18548 0 -1 4202496 1876806 0 0 0 405571 669 0 0 25 0 1 0 634695507 1335406592 324586 33554432000 4194304 4409284 140737467799680 18446744073709551615 4358389 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19897/statm: 326027 324586 141 53 0 324450 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 1304108

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/356 26470
/proc/meminfo: memFree=21710560/32951124 swapFree=65980216/67111528
[pid=19897] ppid=19895 vsize=1304140 CPUtime=4122.39 cores=1,3,5,7
/proc/19897/stat : 19897 (lingeling) R 19895 19897 18548 0 -1 4202496 1876814 0 0 0 411566 673 0 0 25 0 1 0 634695507 1335439360 324594 33554432000 4194304 4409284 140737467799680 18446744073709551615 4359843 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19897/statm: 326035 324594 141 53 0 324458 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 1304140

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 2.01 3/356 26472
/proc/meminfo: memFree=21522772/32951124 swapFree=65980216/67111528
[pid=19897] ppid=19895 vsize=1304140 CPUtime=4182.4 cores=1,3,5,7
/proc/19897/stat : 19897 (lingeling) R 19895 19897 18548 0 -1 4202496 1876814 0 0 0 417562 678 0 0 25 0 1 0 634695507 1335439360 324594 33554432000 4194304 4409284 140737467799680 18446744073709551615 4256928 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19897/statm: 326035 324594 141 53 0 324458 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 1304140

[startup+4242.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/356 26473
/proc/meminfo: memFree=21398988/32951124 swapFree=65980216/67111528
[pid=19897] ppid=19895 vsize=1304140 CPUtime=4242.4 cores=1,3,5,7
/proc/19897/stat : 19897 (lingeling) R 19895 19897 18548 0 -1 4202496 1876814 0 0 0 423557 683 0 0 25 0 1 0 634695507 1335439360 324594 33554432000 4194304 4409284 140737467799680 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19897/statm: 326035 324594 141 53 0 324458 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 1304140

[startup+4302.3 s]
/proc/loadavg: 2.06 2.02 2.01 3/356 26475
/proc/meminfo: memFree=21339572/32951124 swapFree=65980216/67111528
[pid=19897] ppid=19895 vsize=1304140 CPUtime=4302.4 cores=1,3,5,7
/proc/19897/stat : 19897 (lingeling) R 19895 19897 18548 0 -1 4202496 1876814 0 0 0 429550 690 0 0 25 0 1 0 634695507 1335439360 324594 33554432000 4194304 4409284 140737467799680 18446744073709551615 228095475607 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19897/statm: 326035 324594 141 53 0 324458 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 1304140

[startup+4362.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/356 26477
/proc/meminfo: memFree=21209976/32951124 swapFree=65980216/67111528
[pid=19897] ppid=19895 vsize=1304140 CPUtime=4362.4 cores=1,3,5,7
/proc/19897/stat : 19897 (lingeling) R 19895 19897 18548 0 -1 4202496 1876814 0 0 0 435543 697 0 0 25 0 1 0 634695507 1335439360 324594 33554432000 4194304 4409284 140737467799680 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19897/statm: 326035 324594 141 53 0 324458 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 1304140

[startup+4422.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/356 26478
/proc/meminfo: memFree=20968656/32951124 swapFree=65980216/67111528
[pid=19897] ppid=19895 vsize=1304140 CPUtime=4422.4 cores=1,3,5,7
/proc/19897/stat : 19897 (lingeling) R 19895 19897 18548 0 -1 4202496 1876814 0 0 0 441536 704 0 0 25 0 1 0 634695507 1335439360 324594 33554432000 4194304 4409284 140737467799680 18446744073709551615 4358371 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19897/statm: 326035 324594 141 53 0 324458 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 1304140

[startup+4482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/356 26480
/proc/meminfo: memFree=20297400/32951124 swapFree=65980216/67111528
[pid=19897] ppid=19895 vsize=1304140 CPUtime=4482.4 cores=1,3,5,7
/proc/19897/stat : 19897 (lingeling) R 19895 19897 18548 0 -1 4202496 1876814 0 0 0 447531 709 0 0 25 0 1 0 634695507 1335439360 324594 33554432000 4194304 4409284 140737467799680 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19897/statm: 326035 324594 141 53 0 324458 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 1304140

[startup+4542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/356 26481
/proc/meminfo: memFree=20297364/32951124 swapFree=65980216/67111528
[pid=19897] ppid=19895 vsize=1304140 CPUtime=4542.4 cores=1,3,5,7
/proc/19897/stat : 19897 (lingeling) R 19895 19897 18548 0 -1 4202496 1876814 0 0 0 453527 713 0 0 25 0 1 0 634695507 1335439360 324594 33554432000 4194304 4409284 140737467799680 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19897/statm: 326035 324594 141 53 0 324458 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 1304140

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/356 26483
/proc/meminfo: memFree=21188396/32951124 swapFree=65980216/67111528
[pid=19897] ppid=19895 vsize=1304140 CPUtime=4602.41 cores=1,3,5,7
/proc/19897/stat : 19897 (lingeling) R 19895 19897 18548 0 -1 4202496 1876814 0 0 0 459522 719 0 0 25 0 1 0 634695507 1335439360 324594 33554432000 4194304 4409284 140737467799680 18446744073709551615 4256901 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19897/statm: 326035 324594 141 53 0 324458 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 1304140

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/356 26485
/proc/meminfo: memFree=20035920/32951124 swapFree=65980216/67111528
[pid=19897] ppid=19895 vsize=1304140 CPUtime=4662.41 cores=1,3,5,7
/proc/19897/stat : 19897 (lingeling) R 19895 19897 18548 0 -1 4202496 1876814 0 0 0 465515 726 0 0 25 0 1 0 634695507 1335439360 324594 33554432000 4194304 4409284 140737467799680 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19897/statm: 326035 324594 141 53 0 324458 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 1304140

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/356 26486
/proc/meminfo: memFree=19839224/32951124 swapFree=65980216/67111528
[pid=19897] ppid=19895 vsize=1501432 CPUtime=4722.42 cores=1,3,5,7
/proc/19897/stat : 19897 (lingeling) R 19895 19897 18548 0 -1 4202496 2067694 0 0 0 471491 751 0 0 25 0 1 0 634695507 1537466368 373917 33554432000 4194304 4409284 140737467799680 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19897/statm: 375358 373917 141 53 0 373781 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 1501432

[startup+4782.3 s]
/proc/loadavg: 1.61 1.90 1.97 2/350 26506
/proc/meminfo: memFree=22609200/32951124 swapFree=65980216/67111528
[pid=19897] ppid=19895 vsize=1632504 CPUtime=4782.41 cores=1,3,5,7
/proc/19897/stat : 19897 (lingeling) R 19895 19897 18548 0 -1 4202496 2100462 0 0 0 477484 757 0 0 25 0 1 0 634695507 1671684096 406685 33554432000 4194304 4409284 140737467799680 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19897/statm: 408126 406685 141 53 0 406549 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 1632504

[startup+4842.3 s]
/proc/loadavg: 1.26 1.75 1.91 2/350 26507
/proc/meminfo: memFree=22609048/32951124 swapFree=65980216/67111528
[pid=19897] ppid=19895 vsize=1632504 CPUtime=4842.42 cores=1,3,5,7
/proc/19897/stat : 19897 (lingeling) R 19895 19897 18548 0 -1 4202496 2100462 0 0 0 483482 760 0 0 25 0 1 0 634695507 1671684096 406685 33554432000 4194304 4409284 140737467799680 18446744073709551615 228095475607 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19897/statm: 408126 406685 141 53 0 406549 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 1632504

[startup+4902.3 s]
/proc/loadavg: 1.12 1.63 1.85 2/350 26509
/proc/meminfo: memFree=22609020/32951124 swapFree=65980216/67111528
[pid=19897] ppid=19895 vsize=1632532 CPUtime=4902.42 cores=1,3,5,7
/proc/19897/stat : 19897 (lingeling) R 19895 19897 18548 0 -1 4202496 2100470 0 0 0 489478 764 0 0 25 0 1 0 634695507 1671712768 406692 33554432000 4194304 4409284 140737467799680 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19897/statm: 408133 406692 141 53 0 406556 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 1632532

[startup+4962.3 s]
/proc/loadavg: 1.04 1.51 1.80 2/350 26511
/proc/meminfo: memFree=22346244/32951124 swapFree=65980216/67111528
[pid=19897] ppid=19895 vsize=1894676 CPUtime=4962.42 cores=1,3,5,7
/proc/19897/stat : 19897 (lingeling) R 19895 19897 18548 0 -1 4202496 2166006 0 0 0 495469 773 0 0 25 0 1 0 634695507 1940148224 472228 33554432000 4194304 4409284 140737467799680 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19897/statm: 473669 472228 141 53 0 472092 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 1894676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.02 1.45 1.77 2/350 26512
/proc/meminfo: memFree=22346352/32951124 swapFree=65980216/67111528
[pid=19897] ppid=19895 vsize=1894676 CPUtime=5000.02 cores=1,3,5,7
/proc/19897/stat : 19897 (lingeling) R 19895 19897 18548 0 -1 4202496 2166006 0 0 0 499226 776 0 0 25 0 1 0 634695507 1940148224 472228 33554432000 4194304 4409284 140737467799680 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19897/statm: 473669 472228 141 53 0 472092 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 1894676

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

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

[startup+4999.9 s]
/proc/loadavg: 1.02 1.45 1.77 2/350 26512
/proc/meminfo: memFree=22346352/32951124 swapFree=65980216/67111528
[pid=19897] ppid=19895 vsize=1894676 CPUtime=5000.02 cores=1,3,5,7
/proc/19897/stat : 19897 (lingeling) R 19895 19897 18548 0 -1 4202496 2166006 0 0 0 499226 776 0 0 25 0 1 0 634695507 1940148224 472228 33554432000 4194304 4409284 140737467799680 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19897/statm: 473669 472228 141 53 0 472092 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 1894676

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.99
CPU time (s): 5000.12
CPU user time (s): 4992.27
CPU system time (s): 7.84281
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1894676

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

runsolver used 16.1765 second user time and 39.205 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-15 03:26:40
IDJOB=3372505
IDBENCH=82424
IDSOLVER=1850
FILE ID=node142/3372505-1305422800
RUNJOBID= node142-1305420723-19520
PBS_JOBID= 13324550
Free space on /tmp= 73324 MiB

SOLVER NAME= Lingeling 587f (fixed)
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-3372505-1305422800/watcher-3372505-1305422800 -o /tmp/evaluation-result-3372505-1305422800/solver-3372505-1305422800 -C 5000 -W 5100 -M 15500  lingeling HOME/instance-3372505-1305422800.cnf

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

MD5SUM BENCH= ac372f51471a04bbb3fb9a678284c6a4
RANDOM SEED=1801322025

node142.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.846
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.846
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	: 5131.95
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.846
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.82
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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:      23481476 kB
Buffers:        323020 kB
Cached:        4074812 kB
SwapCached:      11520 kB
Active:        6720300 kB
Inactive:      2415308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23481476 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:            4428 kB
Writeback:           0 kB
AnonPages:     4734284 kB
Mapped:          20552 kB
Slab:           234188 kB
PageTables:      32956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77563032 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= 73548 MiB
End job on node142 at 2011-05-15 04:50:02