Trace number 3349111

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
minisat hack: EBMiniSAT 2011-03-02? (TO) 1300.15 1300.1

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.050-NOTKNOWN.cnf
MD5SUM6ed645315c9ffb8177453b955fbe1737
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1200.86
Satisfiable
(Un)Satisfiability was proved
Number of variables109684
Number of clauses1767096
Sum of the clauses size4034296
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 21705200
Number of clauses of size 34800
Number of clauses of size 422200
Number of clauses of size 59600
Number of clauses of size over 524600

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-3349111-1304978192/watcher-3349111-1304978192 -o /tmp/evaluation-result-3349111-1304978192/solver-3349111-1304978192 -C 2400 -W 1300 -M 7680 HOME/ebminisat_release HOME/instance-3349111-1304978192.cnf -verb=0 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.09 4.04 3.31 4/364 1482
/proc/meminfo: memFree=5544592/32950928 swapFree=67056568/67111528
[pid=1482] ppid=1480 vsize=19636 CPUtime=0 cores=5,7
/proc/1482/stat : 1482 (ebminisat_relea) R 1480 1482 1165 0 -1 4202496 686 0 0 0 0 0 0 0 18 0 1 0 609416386 20107264 630 33554432000 4194304 4293939 140736378215376 18446744073709551615 4280209 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1482/statm: 4909 630 218 25 0 1542 0

[startup+0.0532019 s]
/proc/loadavg: 4.09 4.04 3.31 4/364 1482
/proc/meminfo: memFree=5544592/32950928 swapFree=67056568/67111528
[pid=1482] ppid=1480 vsize=24672 CPUtime=0.04 cores=5,7
/proc/1482/stat : 1482 (ebminisat_relea) R 1480 1482 1165 0 -1 4202496 2050 0 0 0 4 0 0 0 18 0 1 0 609416386 25264128 1891 33554432000 4194304 4293939 140736378215376 18446744073709551615 4280633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1482/statm: 6168 1892 219 25 0 2801 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 24672

[startup+0.101208 s]
/proc/loadavg: 4.09 4.04 3.31 4/364 1482
/proc/meminfo: memFree=5544592/32950928 swapFree=67056568/67111528
[pid=1482] ppid=1480 vsize=31064 CPUtime=0.09 cores=5,7
/proc/1482/stat : 1482 (ebminisat_relea) R 1480 1482 1165 0 -1 4202496 4856 0 0 0 9 0 0 0 18 0 1 0 609416386 31809536 4170 33554432000 4194304 4293939 140736378215376 18446744073709551615 239476355781 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1482/statm: 7766 4172 219 25 0 4399 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31064

[startup+0.301162 s]
/proc/loadavg: 4.09 4.04 3.31 4/364 1482
/proc/meminfo: memFree=5544592/32950928 swapFree=67056568/67111528
[pid=1482] ppid=1480 vsize=76824 CPUtime=0.29 cores=5,7
/proc/1482/stat : 1482 (ebminisat_relea) R 1480 1482 1165 0 -1 4202496 18951 0 0 0 27 2 0 0 18 0 1 0 609416386 78667776 14252 33554432000 4194304 4293939 140736378215376 18446744073709551615 4280588 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1482/statm: 19206 14254 219 25 0 15839 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76824

[startup+0.701082 s]
/proc/loadavg: 4.09 4.04 3.31 4/364 1482
/proc/meminfo: memFree=5544592/32950928 swapFree=67056568/67111528
[pid=1482] ppid=1480 vsize=116636 CPUtime=0.69 cores=5,7
/proc/1482/stat : 1482 (ebminisat_relea) R 1480 1482 1165 0 -1 4202496 31673 0 0 0 66 3 0 0 18 0 1 0 609416386 119435264 23689 33554432000 4194304 4293939 140736378215376 18446744073709551615 4230160 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1482/statm: 29159 23689 223 25 0 25792 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 116636

[startup+1.50093 s]
/proc/loadavg: 4.08 4.04 3.31 5/365 1483
/proc/meminfo: memFree=5449976/32950928 swapFree=67056568/67111528
[pid=1482] ppid=1480 vsize=116988 CPUtime=1.49 cores=5,7
/proc/1482/stat : 1482 (ebminisat_relea) R 1480 1482 1165 0 -1 4202496 31676 0 0 0 146 3 0 0 20 0 1 0 609416386 119795712 23692 33554432000 4194304 4293939 140736378215376 18446744073709551615 4247395 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1482/statm: 29247 23692 223 25 0 25880 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 116988

[startup+3.10062 s]
/proc/loadavg: 4.08 4.04 3.31 5/365 1483
/proc/meminfo: memFree=5467708/32950928 swapFree=67056568/67111528
[pid=1482] ppid=1480 vsize=95668 CPUtime=3.09 cores=5,7
/proc/1482/stat : 1482 (ebminisat_relea) R 1480 1482 1165 0 -1 4202496 36584 0 0 0 305 4 0 0 25 0 1 0 609416386 97964032 19514 33554432000 4194304 4293939 140736378215376 18446744073709551615 4248612 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1482/statm: 23917 19514 244 25 0 20550 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 95668

[startup+6.30102 s]
/proc/loadavg: 4.08 4.04 3.31 5/365 1483
/proc/meminfo: memFree=5459928/32950928 swapFree=67056568/67111528
[pid=1482] ppid=1480 vsize=107344 CPUtime=6.29 cores=5,7
/proc/1482/stat : 1482 (ebminisat_relea) R 1480 1482 1165 0 -1 4202496 38510 0 0 0 624 5 0 0 25 0 1 0 609416386 109920256 21437 33554432000 4194304 4293939 140736378215376 18446744073709551615 239476360111 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1482/statm: 26836 21437 245 25 0 23469 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 107344

[startup+12.7008 s]
/proc/loadavg: 4.07 4.04 3.32 5/365 1484
/proc/meminfo: memFree=5441856/32950928 swapFree=67056568/67111528
[pid=1482] ppid=1480 vsize=126312 CPUtime=12.69 cores=5,7
/proc/1482/stat : 1482 (ebminisat_relea) R 1480 1482 1165 0 -1 4202496 42477 0 0 0 1263 6 0 0 25 0 1 0 609416386 129343488 25398 33554432000 4194304 4293939 140736378215376 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1482/statm: 31578 25398 245 25 0 28211 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 126312

[startup+25.5003 s]
/proc/loadavg: 4.06 4.04 3.32 5/365 1484
/proc/meminfo: memFree=5406932/32950928 swapFree=67056568/67111528
[pid=1482] ppid=1480 vsize=157132 CPUtime=25.49 cores=5,7
/proc/1482/stat : 1482 (ebminisat_relea) R 1480 1482 1165 0 -1 4202496 50472 0 0 0 2541 8 0 0 25 0 1 0 609416386 160903168 33386 33554432000 4194304 4293939 140736378215376 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1482/statm: 39283 33386 245 25 0 35916 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 157132

[startup+51.1004 s]
/proc/loadavg: 4.04 4.03 3.34 5/365 1484
/proc/meminfo: memFree=5336548/32950928 swapFree=67056568/67111528
[pid=1482] ppid=1480 vsize=288608 CPUtime=51.09 cores=5,7
/proc/1482/stat : 1482 (ebminisat_relea) R 1480 1482 1165 0 -1 4202496 66922 0 0 0 5097 12 0 0 25 0 1 0 609416386 295534592 49819 33554432000 4194304 4293939 140736378215376 18446744073709551615 4256331 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1482/statm: 72152 49819 245 25 0 68785 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 288608

[startup+102.314 s]
/proc/loadavg: 4.01 4.02 3.38 5/365 1486
/proc/meminfo: memFree=5169836/32950928 swapFree=67056568/67111528
[pid=1482] ppid=1480 vsize=421036 CPUtime=102.31 cores=5,7
/proc/1482/stat : 1482 (ebminisat_relea) R 1480 1482 1165 0 -1 4202496 99649 0 0 0 10211 20 0 0 25 0 1 0 609416386 431140864 82530 33554432000 4194304 4293939 140736378215376 18446744073709551615 4248343 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1482/statm: 105259 82530 245 25 0 101892 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 421036

[startup+162.301 s]
/proc/loadavg: 4.00 4.02 3.41 5/365 1488
/proc/meminfo: memFree=5012444/32950928 swapFree=67056568/67111528
[pid=1482] ppid=1480 vsize=636384 CPUtime=162.29 cores=5,7
/proc/1482/stat : 1482 (ebminisat_relea) R 1480 1482 1165 0 -1 4202496 134612 0 0 0 16200 29 0 0 25 0 1 0 609416386 651657216 117461 33554432000 4194304 4293939 140736378215376 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1482/statm: 159096 117461 245 25 0 155729 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 636384

[startup+222.301 s]
/proc/loadavg: 3.96 4.00 3.44 5/365 1517
/proc/meminfo: memFree=4818696/32950928 swapFree=67056568/67111528
[pid=1482] ppid=1480 vsize=636384 CPUtime=222.3 cores=5,7
/proc/1482/stat : 1482 (ebminisat_relea) R 1480 1482 1165 0 -1 4202496 171605 0 0 0 22193 37 0 0 25 0 1 0 609416386 651657216 154430 33554432000 4194304 4293939 140736378215376 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1482/statm: 159096 154430 245 25 0 155729 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 636384

[startup+282.301 s]
/proc/loadavg: 4.06 4.02 3.48 5/365 1528
/proc/meminfo: memFree=4657324/32950928 swapFree=67056568/67111528
[pid=1482] ppid=1480 vsize=985632 CPUtime=282.3 cores=5,7
/proc/1482/stat : 1482 (ebminisat_relea) R 1480 1482 1165 0 -1 4202496 195048 0 0 0 28188 42 0 0 25 0 1 0 609416386 1009287168 177854 33554432000 4194304 4293939 140736378215376 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1482/statm: 246408 177854 245 25 0 243041 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 985632

[startup+342.301 s]
/proc/loadavg: 4.02 4.01 3.51 5/365 1529
/proc/meminfo: memFree=4426248/32950928 swapFree=67056568/67111528
[pid=1482] ppid=1480 vsize=986652 CPUtime=342.3 cores=5,7
/proc/1482/stat : 1482 (ebminisat_relea) R 1480 1482 1165 0 -1 4202496 225053 0 0 0 34181 49 0 0 25 0 1 0 609416386 1010331648 207847 33554432000 4194304 4293939 140736378215376 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1482/statm: 246663 207847 245 25 0 243296 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 986652

[startup+402.301 s]
/proc/loadavg: 4.01 4.00 3.54 5/365 1531
/proc/meminfo: memFree=4203032/32950928 swapFree=67056568/67111528
[pid=1482] ppid=1480 vsize=988424 CPUtime=402.3 cores=5,7
/proc/1482/stat : 1482 (ebminisat_relea) R 1480 1482 1165 0 -1 4202496 256858 0 0 0 40175 55 0 0 25 0 1 0 609416386 1012146176 239633 33554432000 4194304 4293939 140736378215376 18446744073709551615 4248356 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1482/statm: 247106 239633 245 25 0 243739 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 988424

[startup+462.301 s]
/proc/loadavg: 4.05 4.01 3.57 4/360 1553
/proc/meminfo: memFree=4054984/32950928 swapFree=67056568/67111528
[pid=1482] ppid=1480 vsize=1557128 CPUtime=462.31 cores=5,7
/proc/1482/stat : 1482 (ebminisat_relea) R 1480 1482 1165 0 -1 4202496 281242 0 0 0 46170 61 0 0 25 0 1 0 609416386 1594499072 264005 33554432000 4194304 4293939 140736378215376 18446744073709551615 4248460 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1482/statm: 389282 264005 245 25 0 385915 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 1557128

[startup+522.301 s]
/proc/loadavg: 3.42 3.84 3.53 4/359 1555
/proc/meminfo: memFree=3829988/32950928 swapFree=67056568/67111528
[pid=1482] ppid=1480 vsize=1559084 CPUtime=522.31 cores=5,7
/proc/1482/stat : 1482 (ebminisat_relea) R 1480 1482 1165 0 -1 4202496 311546 0 0 0 52166 65 0 0 25 0 1 0 609416386 1596502016 294299 33554432000 4194304 4293939 140736378215376 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1482/statm: 389771 294299 245 25 0 386404 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1559084

[startup+582.301 s]
/proc/loadavg: 3.15 3.69 3.50 4/359 1557
/proc/meminfo: memFree=3622864/32950928 swapFree=67056568/67111528
[pid=1482] ppid=1480 vsize=1560656 CPUtime=582.31 cores=5,7
/proc/1482/stat : 1482 (ebminisat_relea) R 1480 1482 1165 0 -1 4202496 338407 0 0 0 58162 69 0 0 25 0 1 0 609416386 1598111744 321154 33554432000 4194304 4293939 140736378215376 18446744073709551615 4248240 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1482/statm: 390164 321154 245 25 0 386797 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1560656

[startup+642.301 s]
/proc/loadavg: 2.53 3.42 3.42 3/353 1575
/proc/meminfo: memFree=4266320/32950928 swapFree=67056568/67111528
[pid=1482] ppid=1480 vsize=1562268 CPUtime=642.32 cores=5,7
/proc/1482/stat : 1482 (ebminisat_relea) R 1480 1482 1165 0 -1 4202496 370523 0 0 0 64158 74 0 0 25 0 1 0 609416386 1599762432 353255 33554432000 4194304 4293939 140736378215376 18446744073709551615 4248383 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1482/statm: 390567 353255 245 25 0 387200 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 1562268

[startup+702.301 s]
/proc/loadavg: 2.19 3.16 3.33 3/353 1577
/proc/meminfo: memFree=4144136/32950928 swapFree=67056568/67111528
[pid=1482] ppid=1480 vsize=1563072 CPUtime=702.31 cores=5,7
/proc/1482/stat : 1482 (ebminisat_relea) R 1480 1482 1165 0 -1 4202496 399867 0 0 0 70153 78 0 0 25 0 1 0 609416386 1600585728 382584 33554432000 4194304 4293939 140736378215376 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1482/statm: 390768 382584 245 25 0 387401 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1563072

[startup+762.313 s]
/proc/loadavg: 2.07 2.94 3.24 3/353 1579
/proc/meminfo: memFree=4076500/32950928 swapFree=67056568/67111528
[pid=1482] ppid=1480 vsize=2485972 CPUtime=762.33 cores=5,7
/proc/1482/stat : 1482 (ebminisat_relea) R 1480 1482 1165 0 -1 4202496 416455 0 0 0 76152 81 0 0 25 0 1 0 609416386 2545635328 399169 33554432000 4194304 4293939 140736378215376 18446744073709551615 4248595 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1482/statm: 621493 399169 245 25 0 618126 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 2485972

[startup+822.301 s]
/proc/loadavg: 2.02 2.77 3.16 3/353 1580
/proc/meminfo: memFree=3972532/32950928 swapFree=67056568/67111528
[pid=1482] ppid=1480 vsize=2486804 CPUtime=822.32 cores=5,7
/proc/1482/stat : 1482 (ebminisat_relea) R 1480 1482 1165 0 -1 4202496 442697 0 0 0 82147 85 0 0 25 0 1 0 609416386 2546487296 425403 33554432000 4194304 4293939 140736378215376 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1482/statm: 621701 425403 245 25 0 618334 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 2486804

[startup+882.301 s]
/proc/loadavg: 2.01 2.63 3.08 3/353 1582
/proc/meminfo: memFree=3861648/32950928 swapFree=67056568/67111528
[pid=1482] ppid=1480 vsize=2487924 CPUtime=882.32 cores=5,7
/proc/1482/stat : 1482 (ebminisat_relea) R 1480 1482 1165 0 -1 4202496 470096 0 0 0 88143 89 0 0 25 0 1 0 609416386 2547634176 452794 33554432000 4194304 4293939 140736378215376 18446744073709551615 4248271 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1482/statm: 621981 452794 245 25 0 618614 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 2487924

[startup+942.3 s]
/proc/loadavg: 2.00 2.51 3.01 3/353 1583
/proc/meminfo: memFree=3751228/32950928 swapFree=67056568/67111528
[pid=1482] ppid=1480 vsize=2489360 CPUtime=942.33 cores=5,7
/proc/1482/stat : 1482 (ebminisat_relea) R 1480 1482 1165 0 -1 4202496 497874 0 0 0 94139 94 0 0 25 0 1 0 609416386 2549104640 480561 33554432000 4194304 4293939 140736378215376 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1482/statm: 622340 480561 245 25 0 618973 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 2489360

[startup+1002.3 s]
/proc/loadavg: 2.09 2.44 2.96 3/353 1585
/proc/meminfo: memFree=3639456/32950928 swapFree=67056568/67111528
[pid=1482] ppid=1480 vsize=2490672 CPUtime=1002.33 cores=5,7
/proc/1482/stat : 1482 (ebminisat_relea) R 1480 1482 1165 0 -1 4202496 525576 0 0 0 100133 100 0 0 25 0 1 0 609416386 2550448128 508249 33554432000 4194304 4293939 140736378215376 18446744073709551615 4248452 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1482/statm: 622668 508249 245 25 0 619301 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 2490672

[startup+1062.3 s]
/proc/loadavg: 2.03 2.36 2.89 3/353 1587
/proc/meminfo: memFree=3546644/32950928 swapFree=67056568/67111528
[pid=1482] ppid=1480 vsize=2491832 CPUtime=1062.33 cores=5,7
/proc/1482/stat : 1482 (ebminisat_relea) R 1480 1482 1165 0 -1 4202496 546451 0 0 0 106131 102 0 0 25 0 1 0 609416386 2551635968 529110 33554432000 4194304 4293939 140736378215376 18446744073709551615 4255657 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1482/statm: 622958 529110 245 25 0 619591 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 2491832

[startup+1122.3 s]
/proc/loadavg: 2.01 2.29 2.84 3/353 1588
/proc/meminfo: memFree=3462292/32950928 swapFree=67056568/67111528
[pid=1482] ppid=1480 vsize=2492448 CPUtime=1122.33 cores=5,7
/proc/1482/stat : 1482 (ebminisat_relea) R 1480 1482 1165 0 -1 4202496 567074 0 0 0 112127 106 0 0 25 0 1 0 609416386 2552266752 549726 33554432000 4194304 4293939 140736378215376 18446744073709551615 4255919 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1482/statm: 623112 549726 245 25 0 619745 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 2492448

[startup+1182.3 s]
/proc/loadavg: 1.78 2.19 2.76 2/347 1608
/proc/meminfo: memFree=3565272/32950928 swapFree=67056568/67111528
[pid=1482] ppid=1480 vsize=2492716 CPUtime=1182.33 cores=5,7
/proc/1482/stat : 1482 (ebminisat_relea) R 1480 1482 1165 0 -1 4202496 577009 0 0 0 118126 107 0 0 25 0 1 0 609416386 2552541184 559656 33554432000 4194304 4293939 140736378215376 18446744073709551615 4248356 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1482/statm: 623179 559656 245 25 0 619812 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 2492716

[startup+1242.3 s]
/proc/loadavg: 1.28 1.97 2.65 2/347 1609
/proc/meminfo: memFree=3507088/32950928 swapFree=67056568/67111528
[pid=1482] ppid=1480 vsize=2494944 CPUtime=1242.34 cores=5,7
/proc/1482/stat : 1482 (ebminisat_relea) R 1480 1482 1165 0 -1 4202496 591624 0 0 0 124125 109 0 0 25 0 1 0 609416386 2554822656 574262 33554432000 4194304 4293939 140736378215376 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1482/statm: 623736 574262 245 25 0 620369 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 2494944



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.11 1.80 2.55 2/347 1611
/proc/meminfo: memFree=3400908/32950928 swapFree=67056568/67111528
[pid=1482] ppid=1480 vsize=2495520 CPUtime=1300.04 cores=5,7
/proc/1482/stat : 1482 (ebminisat_relea) R 1480 1482 1165 0 -1 4202496 617675 0 0 0 129890 114 0 0 25 0 1 0 609416386 2555412480 600298 33554432000 4194304 4293939 140736378215376 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1482/statm: 623880 600298 245 25 0 620513 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 2495520

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): 1300.1
CPU time (s): 1300.15
CPU user time (s): 1298.92
CPU system time (s): 1.23781
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 2495520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.92
system time used= 1.23781
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 617675
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= 9
involuntary context switches= 2219

runsolver used 4.27735 second user time and 10.3654 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-09 23:56:33
IDJOB=3349111
IDBENCH=82379
IDSOLVER=1812
FILE ID=node148/3349111-1304978192
RUNJOBID= node148-1304976739-1186
PBS_JOBID= 13285665
Free space on /tmp= 30648 MiB

SOLVER NAME= minisat hack: EBMiniSAT 2011-03-02
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.050-NOTKNOWN.cnf
COMMAND LINE= DIR/ebminisat_release BENCHNAME  -verb=0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349111-1304978192/watcher-3349111-1304978192 -o /tmp/evaluation-result-3349111-1304978192/solver-3349111-1304978192 -C 2400 -W 1300 -M 7680  HOME/ebminisat_release HOME/instance-3349111-1304978192.cnf  -verb=0

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 6ed645315c9ffb8177453b955fbe1737
RANDOM SEED=1522354748

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       5544748 kB
Buffers:        242496 kB
Cached:       23174260 kB
SwapCached:       8268 kB
Active:       11056796 kB
Inactive:     15554576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       5544748 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:           30392 kB
Writeback:           0 kB
AnonPages:     3192356 kB
Mapped:          27668 kB
Slab:           697608 kB
PageTables:      29796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 85001996 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= 30656 MiB
End job on node148 at 2011-05-10 00:18:15