Trace number 3372406

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

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.060-NOTKNOWN.cnf
MD5SUMe44b288003a3eaf34673a2c0fb8c6f3e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1095.17
Satisfiable
(Un)Satisfiability was proved
Number of variables131484
Number of clauses2120376
Sum of the clauses size4841016
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 22046240
Number of clauses of size 35760
Number of clauses of size 426640
Number of clauses of size 511520
Number of clauses of size over 529520

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-3372406-1305421546/watcher-3372406-1305421546 -o /tmp/evaluation-result-3372406-1305421546/solver-3372406-1305421546 -C 5000 -W 5100 -M 15500 lingeling HOME/instance-3372406-1305421546.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.87 5.89 7.21 2/295 22814
/proc/meminfo: memFree=27453948/32951124 swapFree=63649232/67111528
[pid=22814] ppid=22812 vsize=7032 CPUtime=0 cores=1,3,5,7
/proc/22814/stat : 22814 (lingeling) R 22812 22814 21663 0 -1 4202496 337 0 0 0 0 0 0 0 23 0 1 0 653753261 7200768 280 33554432000 4194304 4409284 140734295215040 18446744073709551615 210204266012 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/22814/statm: 1758 280 110 53 0 181 0

[startup+0.0391301 s]
/proc/loadavg: 2.87 5.89 7.21 2/295 22814
/proc/meminfo: memFree=27453948/32951124 swapFree=63649232/67111528
[pid=22814] ppid=22812 vsize=8320 CPUtime=0.03 cores=1,3,5,7
/proc/22814/stat : 22814 (lingeling) R 22812 22814 21663 0 -1 4202496 647 0 0 0 3 0 0 0 23 0 1 0 653753261 8519680 573 33554432000 4194304 4409284 140734295215040 18446744073709551615 210204647168 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/22814/statm: 2080 573 113 53 0 503 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8320

[startup+0.101124 s]
/proc/loadavg: 2.87 5.89 7.21 2/295 22814
/proc/meminfo: memFree=27453948/32951124 swapFree=63649232/67111528
[pid=22814] ppid=22812 vsize=10380 CPUtime=0.09 cores=1,3,5,7
/proc/22814/stat : 22814 (lingeling) R 22812 22814 21663 0 -1 4202496 1194 0 0 0 9 0 0 0 24 0 1 0 653753261 10629120 1120 33554432000 4194304 4409284 140734295215040 18446744073709551615 210204647168 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/22814/statm: 2595 1120 113 53 0 1018 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10380

[startup+0.301094 s]
/proc/loadavg: 2.87 5.89 7.21 2/295 22814
/proc/meminfo: memFree=27453948/32951124 swapFree=63649232/67111528
[pid=22814] ppid=22812 vsize=21320 CPUtime=0.29 cores=1,3,5,7
/proc/22814/stat : 22814 (lingeling) R 22812 22814 21663 0 -1 4202496 3980 0 0 0 28 1 0 0 25 0 1 0 653753261 21831680 3855 33554432000 4194304 4409284 140734295215040 18446744073709551615 210204647168 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/22814/statm: 5330 3855 113 53 0 3753 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21320

[startup+0.701036 s]
/proc/loadavg: 2.87 5.89 7.21 2/295 22814
/proc/meminfo: memFree=27453948/32951124 swapFree=63649232/67111528
[pid=22814] ppid=22812 vsize=53576 CPUtime=0.69 cores=1,3,5,7
/proc/22814/stat : 22814 (lingeling) R 22812 22814 21663 0 -1 4202496 12044 0 0 0 67 2 0 0 25 0 1 0 653753261 54861824 11919 33554432000 4194304 4409284 140734295215040 18446744073709551615 210204647168 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/22814/statm: 13394 11919 113 53 0 11817 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53576

[startup+1.50091 s]
/proc/loadavg: 2.87 5.89 7.21 3/296 22815
/proc/meminfo: memFree=27347200/32951124 swapFree=63649232/67111528
[pid=22814] ppid=22812 vsize=57652 CPUtime=1.49 cores=1,3,5,7
/proc/22814/stat : 22814 (lingeling) R 22812 22814 21663 0 -1 4202496 18261 0 0 0 146 3 0 0 25 0 1 0 653753261 59035648 12922 33554432000 4194304 4409284 140734295215040 18446744073709551615 4281964 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/22814/statm: 14413 12922 129 53 0 12836 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 57652

[startup+3.10064 s]
/proc/loadavg: 2.88 5.85 7.19 3/296 22815
/proc/meminfo: memFree=27248648/32951124 swapFree=63649232/67111528
[pid=22814] ppid=22812 vsize=81596 CPUtime=3.1 cores=1,3,5,7
/proc/22814/stat : 22814 (lingeling) R 22812 22814 21663 0 -1 4202496 26432 0 0 0 306 4 0 0 25 0 1 0 653753261 83554304 16866 33554432000 4194304 4409284 140734295215040 18446744073709551615 4340435 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/22814/statm: 20399 16866 134 53 0 18822 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 81596

[startup+6.3011 s]
/proc/loadavg: 2.88 5.85 7.19 3/296 22815
/proc/meminfo: memFree=27250028/32951124 swapFree=63649232/67111528
[pid=22814] ppid=22812 vsize=81596 CPUtime=6.29 cores=1,3,5,7
/proc/22814/stat : 22814 (lingeling) R 22812 22814 21663 0 -1 4202496 26440 0 0 0 625 4 0 0 25 0 1 0 653753261 83554304 16874 33554432000 4194304 4409284 140734295215040 18446744073709551615 4243795 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/22814/statm: 20399 16874 136 53 0 18822 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 81596

[startup+12.701 s]
/proc/loadavg: 2.81 5.78 7.16 3/296 22815
/proc/meminfo: memFree=27244364/32951124 swapFree=63649232/67111528
[pid=22814] ppid=22812 vsize=81596 CPUtime=12.69 cores=1,3,5,7
/proc/22814/stat : 22814 (lingeling) R 22812 22814 21663 0 -1 4202496 26445 0 0 0 1264 5 0 0 25 0 1 0 653753261 83554304 16879 33554432000 4194304 4409284 140734295215040 18446744073709551615 4230687 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/22814/statm: 20399 16879 141 53 0 18822 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 81596

[startup+25.5009 s]
/proc/loadavg: 2.63 5.60 7.08 3/296 22816
/proc/meminfo: memFree=27245744/32951124 swapFree=63649232/67111528
[pid=22814] ppid=22812 vsize=81596 CPUtime=25.49 cores=1,3,5,7
/proc/22814/stat : 22814 (lingeling) R 22812 22814 21663 0 -1 4202496 26445 0 0 0 2542 7 0 0 25 0 1 0 653753261 83554304 16879 33554432000 4194304 4409284 140734295215040 18446744073709551615 4230441 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/22814/statm: 20399 16879 141 53 0 18822 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 81596

[startup+51.1006 s]
/proc/loadavg: 2.49 5.32 6.95 3/296 22817
/proc/meminfo: memFree=27218920/32951124 swapFree=63649232/67111528
[pid=22814] ppid=22812 vsize=96372 CPUtime=51.08 cores=1,3,5,7
/proc/22814/stat : 22814 (lingeling) R 22812 22814 21663 0 -1 4202496 32176 0 0 0 5097 11 0 0 25 0 1 0 653753261 98684928 22525 33554432000 4194304 4409284 140734295215040 18446744073709551615 4358421 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/22814/statm: 24093 22525 141 53 0 22516 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 96372

[startup+102.301 s]
/proc/loadavg: 2.21 4.81 6.69 3/296 22845
/proc/meminfo: memFree=27480396/32951124 swapFree=63649232/67111528
[pid=22814] ppid=22812 vsize=121548 CPUtime=102.28 cores=1,3,5,7
/proc/22814/stat : 22814 (lingeling) R 22812 22814 21663 0 -1 4202496 38670 0 0 0 10210 18 0 0 25 0 1 0 653753261 124465152 28914 33554432000 4194304 4409284 140734295215040 18446744073709551615 4358699 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/22814/statm: 30387 28914 141 53 0 28810 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 121548

[startup+162.301 s]
/proc/loadavg: 2.12 4.31 6.40 3/296 22846
/proc/meminfo: memFree=27387784/32951124 swapFree=63649232/67111528
[pid=22814] ppid=22812 vsize=173848 CPUtime=162.29 cores=1,3,5,7
/proc/22814/stat : 22814 (lingeling) R 22812 22814 21663 0 -1 4202496 60694 0 0 0 16199 30 0 0 25 0 1 0 653753261 178020352 41989 33554432000 4194304 4409284 140734295215040 18446744073709551615 4230968 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/22814/statm: 43462 41989 141 53 0 41885 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 173848

[startup+222.301 s]
/proc/loadavg: 2.04 3.89 6.12 3/296 22848
/proc/meminfo: memFree=27350488/32951124 swapFree=63649232/67111528
[pid=22814] ppid=22812 vsize=205288 CPUtime=222.29 cores=1,3,5,7
/proc/22814/stat : 22814 (lingeling) R 22812 22814 21663 0 -1 4202496 77371 0 0 0 22189 40 0 0 25 0 1 0 653753261 210214912 49881 33554432000 4194304 4409284 140734295215040 18446744073709551615 210204671895 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/22814/statm: 51322 49881 141 53 0 49745 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 205288

[startup+282.301 s]
/proc/loadavg: 2.01 3.54 5.86 3/296 22850
/proc/meminfo: memFree=27399328/32951124 swapFree=63649232/67111528
[pid=22814] ppid=22812 vsize=150752 CPUtime=282.28 cores=1,3,5,7
/proc/22814/stat : 22814 (lingeling) R 22812 22814 21663 0 -1 4202496 80002 0 0 0 28180 48 0 0 25 0 1 0 653753261 154370048 36215 33554432000 4194304 4409284 140734295215040 18446744073709551615 4358442 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/22814/statm: 37688 36215 141 53 0 36111 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 150752

[startup+342.301 s]
/proc/loadavg: 2.08 3.27 5.62 3/296 22851
/proc/meminfo: memFree=27260044/32951124 swapFree=63649232/67111528
[pid=22814] ppid=22812 vsize=231016 CPUtime=342.29 cores=1,3,5,7
/proc/22814/stat : 22814 (lingeling) R 22812 22814 21663 0 -1 4202496 100101 0 0 0 34169 60 0 0 25 0 1 0 653753261 236560384 56281 33554432000 4194304 4409284 140734295215040 18446744073709551615 4358421 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/22814/statm: 57754 56281 141 53 0 56177 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 231016

[startup+402.301 s]
/proc/loadavg: 2.03 3.04 5.39 3/296 22853
/proc/meminfo: memFree=27275508/32951124 swapFree=63649232/67111528
[pid=22814] ppid=22812 vsize=219324 CPUtime=402.28 cores=1,3,5,7
/proc/22814/stat : 22814 (lingeling) R 22812 22814 21663 0 -1 4202496 107089 0 0 0 40161 67 0 0 25 0 1 0 653753261 224587776 53390 33554432000 4194304 4409284 140734295215040 18446744073709551615 4228034 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/22814/statm: 54831 53390 141 53 0 53254 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 219324

[startup+462.301 s]
/proc/loadavg: 2.01 2.85 5.17 3/296 22854
/proc/meminfo: memFree=27274736/32951124 swapFree=63649232/67111528
[pid=22814] ppid=22812 vsize=219324 CPUtime=462.29 cores=1,3,5,7
/proc/22814/stat : 22814 (lingeling) R 22812 22814 21663 0 -1 4202496 107089 0 0 0 46151 78 0 0 25 0 1 0 653753261 224587776 53390 33554432000 4194304 4409284 140734295215040 18446744073709551615 4244489 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/22814/statm: 54831 53390 141 53 0 53254 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 219324

[startup+522.301 s]
/proc/loadavg: 2.00 2.69 4.97 3/296 22856
/proc/meminfo: memFree=27210984/32951124 swapFree=63649232/67111528
[pid=22814] ppid=22812 vsize=219428 CPUtime=522.29 cores=1,3,5,7
/proc/22814/stat : 22814 (lingeling) R 22812 22814 21663 0 -1 4202496 134712 0 0 0 52138 91 0 0 25 0 1 0 653753261 224694272 53416 33554432000 4194304 4409284 140734295215040 18446744073709551615 4358258 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/22814/statm: 54857 53416 141 53 0 53280 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 219428

[startup+582.301 s]
/proc/loadavg: 2.00 2.56 4.78 3/296 22858
/proc/meminfo: memFree=27221260/32951124 swapFree=63649232/67111528
[pid=22814] ppid=22812 vsize=237208 CPUtime=582.29 cores=1,3,5,7
/proc/22814/stat : 22814 (lingeling) R 22812 22814 21663 0 -1 4202496 145819 0 0 0 58129 100 0 0 25 0 1 0 653753261 242900992 57829 33554432000 4194304 4409284 140734295215040 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/22814/statm: 59302 57829 141 53 0 57725 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 237208

[startup+642.311 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 2.05 3/296 23435
/proc/meminfo: memFree=26450404/32951124 swapFree=63649232/67111528
[pid=22814] ppid=22812 vsize=493156 CPUtime=4062.34 cores=1,3,5,7
/proc/22814/stat : 22814 (lingeling) R 22812 22814 21663 0 -1 4202496 3381541 0 0 0 405261 973 0 0 25 0 1 0 653753261 504991744 121816 33554432000 4194304 4409284 140734295215040 18446744073709551615 4358699 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/22814/statm: 123289 121816 141 53 0 121712 0
Current children cumulated CPU time (s) 4062.34
Current children cumulated vsize (KiB) 493156

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/296 23437
/proc/meminfo: memFree=25803956/32951124 swapFree=63649232/67111528
[pid=22814] ppid=22812 vsize=578712 CPUtime=4122.33 cores=1,3,5,7
/proc/22814/stat : 22814 (lingeling) R 22812 22814 21663 0 -1 4202496 3402930 0 0 0 411246 987 0 0 25 0 1 0 653753261 592601088 143205 33554432000 4194304 4409284 140734295215040 18446744073709551615 4351669 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/22814/statm: 144678 143205 141 53 0 143101 0
Current children cumulated CPU time (s) 4122.33
Current children cumulated vsize (KiB) 578712

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/296 23439
/proc/meminfo: memFree=26233460/32951124 swapFree=63649232/67111528
[pid=22814] ppid=22812 vsize=467324 CPUtime=4182.33 cores=1,3,5,7
/proc/22814/stat : 22814 (lingeling) R 22812 22814 21663 0 -1 4202496 3423316 0 0 0 417232 1001 0 0 25 0 1 0 653753261 478539776 115358 33554432000 4194304 4409284 140734295215040 18446744073709551615 4350980 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/22814/statm: 116831 115358 141 53 0 115254 0
Current children cumulated CPU time (s) 4182.33
Current children cumulated vsize (KiB) 467324

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/296 23440
/proc/meminfo: memFree=25250232/32951124 swapFree=63649232/67111528
[pid=22814] ppid=22812 vsize=610308 CPUtime=4242.34 cores=1,3,5,7
/proc/22814/stat : 22814 (lingeling) R 22812 22814 21663 0 -1 4202496 3459062 0 0 0 423221 1013 0 0 25 0 1 0 653753261 624955392 151104 33554432000 4194304 4409284 140734295215040 18446744073709551615 4360301 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/22814/statm: 152577 151104 141 53 0 151000 0
Current children cumulated CPU time (s) 4242.34
Current children cumulated vsize (KiB) 610308

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/296 23442
/proc/meminfo: memFree=25062944/32951124 swapFree=63649232/67111528
[pid=22814] ppid=22812 vsize=487068 CPUtime=4302.33 cores=1,3,5,7
/proc/22814/stat : 22814 (lingeling) R 22812 22814 21663 0 -1 4202496 3502946 0 0 0 429206 1027 0 0 25 0 1 0 653753261 498757632 120294 33554432000 4194304 4409284 140734295215040 18446744073709551615 4358699 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/22814/statm: 121767 120294 141 53 0 120190 0
Current children cumulated CPU time (s) 4302.33
Current children cumulated vsize (KiB) 487068

[startup+4362.3 s]
/proc/loadavg: 2.04 2.01 2.03 3/296 23443
/proc/meminfo: memFree=26511952/32951124 swapFree=63649232/67111528
[pid=22814] ppid=22812 vsize=543496 CPUtime=4362.33 cores=1,3,5,7
/proc/22814/stat : 22814 (lingeling) R 22812 22814 21663 0 -1 4202496 3521913 0 0 0 435196 1037 0 0 25 0 1 0 653753261 556539904 134401 33554432000 4194304 4409284 140734295215040 18446744073709551615 4358418 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/22814/statm: 135874 134401 141 53 0 134297 0
Current children cumulated CPU time (s) 4362.33
Current children cumulated vsize (KiB) 543496

[startup+4422.3 s]
/proc/loadavg: 2.01 2.01 2.02 3/296 23445
/proc/meminfo: memFree=26366228/32951124 swapFree=63649232/67111528
[pid=22814] ppid=22812 vsize=441744 CPUtime=4422.34 cores=1,3,5,7
/proc/22814/stat : 22814 (lingeling) R 22812 22814 21663 0 -1 4202496 3561902 0 0 0 441183 1051 0 0 25 0 1 0 653753261 452345856 108963 33554432000 4194304 4409284 140734295215040 18446744073709551615 210204671895 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/22814/statm: 110436 108963 141 53 0 108859 0
Current children cumulated CPU time (s) 4422.34
Current children cumulated vsize (KiB) 441744

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/296 23447
/proc/meminfo: memFree=26050752/32951124 swapFree=63649232/67111528
[pid=22814] ppid=22812 vsize=548148 CPUtime=4482.34 cores=1,3,5,7
/proc/22814/stat : 22814 (lingeling) R 22812 22814 21663 0 -1 4202496 3588503 0 0 0 447172 1062 0 0 25 0 1 0 653753261 561303552 135564 33554432000 4194304 4409284 140734295215040 18446744073709551615 4351075 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/22814/statm: 137037 135564 141 53 0 135460 0
Current children cumulated CPU time (s) 4482.34
Current children cumulated vsize (KiB) 548148

[startup+4542.3 s]
/proc/loadavg: 2.07 2.02 2.02 3/296 23448
/proc/meminfo: memFree=25463436/32951124 swapFree=63649232/67111528
[pid=22814] ppid=22812 vsize=636196 CPUtime=4542.34 cores=1,3,5,7
/proc/22814/stat : 22814 (lingeling) R 22812 22814 21663 0 -1 4202496 3626354 0 0 0 453161 1073 0 0 25 0 1 0 653753261 651464704 157576 33554432000 4194304 4409284 140734295215040 18446744073709551615 4351511 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/22814/statm: 159049 157576 141 53 0 157472 0
Current children cumulated CPU time (s) 4542.34
Current children cumulated vsize (KiB) 636196

[startup+4602.3 s]
/proc/loadavg: 2.64 2.15 2.06 4/302 19141
/proc/meminfo: memFree=25587604/32951124 swapFree=63649232/67111528
[pid=22814] ppid=22812 vsize=470948 CPUtime=4602.34 cores=1,3,5,7
/proc/22814/stat : 22814 (lingeling) R 22812 22814 21663 0 -1 4202496 3640907 0 0 0 459150 1084 0 0 25 0 1 0 653753261 482250752 116264 33554432000 4194304 4409284 140734295215040 18446744073709551615 4230570 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/22814/statm: 117737 116264 141 53 0 116160 0
Current children cumulated CPU time (s) 4602.34
Current children cumulated vsize (KiB) 470948

[startup+4662.3 s]
/proc/loadavg: 2.43 2.20 2.08 3/296 29359
/proc/meminfo: memFree=25821880/32951124 swapFree=63649232/67111528
[pid=22814] ppid=22812 vsize=576800 CPUtime=4662.33 cores=1,3,5,7
/proc/22814/stat : 22814 (lingeling) R 22812 22814 21663 0 -1 4202496 3667635 0 0 0 465140 1093 0 0 25 0 1 0 653753261 590643200 142727 33554432000 4194304 4409284 140734295215040 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/22814/statm: 144200 142727 141 53 0 142623 0
Current children cumulated CPU time (s) 4662.33
Current children cumulated vsize (KiB) 576800

[startup+4722.31 s]
/proc/loadavg: 2.14 2.16 2.07 3/296 29361
/proc/meminfo: memFree=25284676/32951124 swapFree=63649232/67111528
[pid=22814] ppid=22812 vsize=474068 CPUtime=4722.35 cores=1,3,5,7
/proc/22814/stat : 22814 (lingeling) R 22812 22814 21663 0 -1 4202496 3693632 0 0 0 471128 1107 0 0 25 0 1 0 653753261 485445632 117044 33554432000 4194304 4409284 140734295215040 18446744073709551615 210204671895 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/22814/statm: 118517 117044 141 53 0 116940 0
Current children cumulated CPU time (s) 4722.35
Current children cumulated vsize (KiB) 474068

[startup+4782.3 s]
/proc/loadavg: 2.06 2.13 2.07 3/296 29363
/proc/meminfo: memFree=24932236/32951124 swapFree=63649232/67111528
[pid=22814] ppid=22812 vsize=644600 CPUtime=4782.34 cores=1,3,5,7
/proc/22814/stat : 22814 (lingeling) R 22812 22814 21663 0 -1 4202496 3736298 0 0 0 477118 1116 0 0 25 0 1 0 653753261 660070400 159677 33554432000 4194304 4409284 140734295215040 18446744073709551615 210204671895 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/22814/statm: 161150 159677 141 53 0 159573 0
Current children cumulated CPU time (s) 4782.34
Current children cumulated vsize (KiB) 644600

[startup+4842.3 s]
/proc/loadavg: 2.02 2.10 2.06 3/296 29364
/proc/meminfo: memFree=24502412/32951124 swapFree=63649232/67111528
[pid=22814] ppid=22812 vsize=1074212 CPUtime=4842.34 cores=1,3,5,7
/proc/22814/stat : 22814 (lingeling) R 22812 22814 21663 0 -1 4202496 3843701 0 0 0 483102 1132 0 0 25 0 1 0 653753261 1099993088 267080 33554432000 4194304 4409284 140734295215040 18446744073709551615 4230803 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/22814/statm: 268553 267080 141 53 0 266976 0
Current children cumulated CPU time (s) 4842.34
Current children cumulated vsize (KiB) 1074212

[startup+4902.3 s]
/proc/loadavg: 2.00 2.08 2.06 3/296 29366
/proc/meminfo: memFree=25090860/32951124 swapFree=63649232/67111528
[pid=22814] ppid=22812 vsize=486700 CPUtime=4902.34 cores=1,3,5,7
/proc/22814/stat : 22814 (lingeling) R 22812 22814 21663 0 -1 4202496 3880271 0 0 0 489088 1146 0 0 25 0 1 0 653753261 498380800 120202 33554432000 4194304 4409284 140734295215040 18446744073709551615 4230336 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/22814/statm: 121675 120202 141 53 0 120098 0
Current children cumulated CPU time (s) 4902.34
Current children cumulated vsize (KiB) 486700

[startup+4962.3 s]
/proc/loadavg: 2.05 2.08 2.06 3/296 29367
/proc/meminfo: memFree=26034576/32951124 swapFree=63649232/67111528
[pid=22814] ppid=22812 vsize=861488 CPUtime=4962.34 cores=1,3,5,7
/proc/22814/stat : 22814 (lingeling) R 22812 22814 21663 0 -1 4202496 3980520 0 0 0 495071 1163 0 0 25 0 1 0 653753261 882163712 213899 33554432000 4194304 4409284 140734295215040 18446744073709551615 4359728 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/22814/statm: 215372 213899 141 53 0 213795 0
Current children cumulated CPU time (s) 4962.34
Current children cumulated vsize (KiB) 861488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.03 2.07 2.05 3/296 29369
/proc/meminfo: memFree=25879560/32951124 swapFree=63649232/67111528
[pid=22814] ppid=22812 vsize=861488 CPUtime=5000.05 cores=1,3,5,7
/proc/22814/stat : 22814 (lingeling) R 22812 22814 21663 0 -1 4202496 3980520 0 0 0 498837 1168 0 0 25 0 1 0 653753261 882163712 213899 33554432000 4194304 4409284 140734295215040 18446744073709551615 4230369 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/22814/statm: 215372 213899 141 53 0 213795 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 861488

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

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

[startup+5000 s]
/proc/loadavg: 2.03 2.07 2.05 3/296 29369
/proc/meminfo: memFree=25879560/32951124 swapFree=63649232/67111528
[pid=22814] ppid=22812 vsize=861488 CPUtime=5000.05 cores=1,3,5,7
/proc/22814/stat : 22814 (lingeling) R 22812 22814 21663 0 -1 4202496 3980520 0 0 0 498837 1168 0 0 25 0 1 0 653753261 882163712 213899 33554432000 4194304 4409284 140734295215040 18446744073709551615 4230369 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/22814/statm: 215372 213899 141 53 0 213795 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 861488

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.05
CPU time (s): 5000.1
CPU user time (s): 4988.38
CPU system time (s): 11.7192
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 1801468

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

runsolver used 12.8001 second user time and 32.659 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-15 03:05:48
IDJOB=3372406
IDBENCH=82366
IDSOLVER=1850
FILE ID=node130/3372406-1305421546
RUNJOBID= node130-1305421416-22572
PBS_JOBID= 13324556
Free space on /tmp= 73224 MiB

SOLVER NAME= Lingeling 587f (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.060-NOTKNOWN.cnf
COMMAND LINE= lingeling BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372406-1305421546/watcher-3372406-1305421546 -o /tmp/evaluation-result-3372406-1305421546/solver-3372406-1305421546 -C 5000 -W 5100 -M 15500  lingeling HOME/instance-3372406-1305421546.cnf

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

MD5SUM BENCH= e44b288003a3eaf34673a2c0fb8c6f3e
RANDOM SEED=1671381271

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27454228 kB
Buffers:        267968 kB
Cached:        3846868 kB
SwapCached:      10248 kB
Active:        1409592 kB
Inactive:      3813536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27454228 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:          208236 kB
Writeback:           0 kB
AnonPages:     1106284 kB
Mapped:          13744 kB
Slab:           186932 kB
PageTables:      25248 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 51533448 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= 73420 MiB
End job on node130 at 2011-05-15 04:29:10