Trace number 3348816

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: minisat_psm 2011-04-01? (TO) 1300.03 1300.02

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.050-SAT.cnf
MD5SUM48f03e5fbe31fc85b9a464480fc8aa5a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark752.735
Satisfiable
(Un)Satisfiability was proved
Number of variables1575206
Number of clauses8464620
Sum of the clauses size20118920
Maximum clause length982
Minimum clause length1
Number of clauses of size 1720
Number of clauses of size 28393300
Number of clauses of size 3400
Number of clauses of size 41600
Number of clauses of size 54000
Number of clauses of size over 564600

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c num clauses = 8464620
0.00/0.00	c too many clauses .. no preprocessing
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision

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-3348816-1304970553/watcher-3348816-1304970553 -o /tmp/evaluation-result-3348816-1304970553/solver-3348816-1304970553 -C 2400 -W 1300 -M 7680 ./esg_static.sh HOME/instance-3348816-1304970553.cnf 

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: 3.04 3.26 3.35 4/391 31581
/proc/meminfo: memFree=8177580/32951124 swapFree=65586204/67111528
[pid=31581] ppid=31579 vsize=8700 CPUtime=0 cores=5,7
/proc/31581/stat : 31581 (esg_static.sh) S 31579 31581 31060 0 -1 4202496 352 111 0 0 0 0 0 0 22 0 1 0 687286482 8908800 251 33554432000 4194304 4922060 140733193882448 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31581/statm: 2175 251 209 178 0 68 0

[startup+0.0884719 s]
/proc/loadavg: 3.04 3.26 3.35 4/391 31581
/proc/meminfo: memFree=8177580/32951124 swapFree=65586204/67111528
[pid=31581] ppid=31579 vsize=8700 CPUtime=0 cores=5,7
/proc/31581/stat : 31581 (esg_static.sh) S 31579 31581 31060 0 -1 4202496 352 111 0 0 0 0 0 0 22 0 1 0 687286482 8908800 251 33554432000 4194304 4922060 140733193882448 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31581/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100468 s]
/proc/loadavg: 3.04 3.26 3.35 4/391 31581
/proc/meminfo: memFree=8177580/32951124 swapFree=65586204/67111528
[pid=31581] ppid=31579 vsize=8700 CPUtime=0 cores=5,7
/proc/31581/stat : 31581 (esg_static.sh) S 31579 31581 31060 0 -1 4202496 352 111 0 0 0 0 0 0 22 0 1 0 687286482 8908800 251 33554432000 4194304 4922060 140733193882448 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31581/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300439 s]
/proc/loadavg: 3.04 3.26 3.35 4/391 31581
/proc/meminfo: memFree=8177580/32951124 swapFree=65586204/67111528
[pid=31581] ppid=31579 vsize=8700 CPUtime=0 cores=5,7
/proc/31581/stat : 31581 (esg_static.sh) S 31579 31581 31060 0 -1 4202496 352 111 0 0 0 0 0 0 22 0 1 0 687286482 8908800 251 33554432000 4194304 4922060 140733193882448 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31581/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700368 s]
/proc/loadavg: 3.04 3.26 3.35 4/391 31581
/proc/meminfo: memFree=8177580/32951124 swapFree=65586204/67111528
[pid=31581] ppid=31579 vsize=8700 CPUtime=0 cores=5,7
/proc/31581/stat : 31581 (esg_static.sh) S 31579 31581 31060 0 -1 4202496 352 111 0 0 0 0 0 0 22 0 1 0 687286482 8908800 251 33554432000 4194304 4922060 140733193882448 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31581/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50023 s]
/proc/loadavg: 3.04 3.26 3.35 4/393 31584
/proc/meminfo: memFree=7919900/32951124 swapFree=65586204/67111528
[pid=31581] ppid=31579 vsize=8700 CPUtime=0 cores=5,7
/proc/31581/stat : 31581 (esg_static.sh) S 31579 31581 31060 0 -1 4202496 352 111 0 0 0 0 0 0 22 0 1 0 687286482 8908800 251 33554432000 4194304 4922060 140733193882448 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31581/statm: 2175 251 209 178 0 68 0
[pid=31583] ppid=31581 vsize=429692 CPUtime=1.48 cores=5,7
/proc/31583/stat : 31583 (minisat_static) R 31581 31581 31060 0 -1 4202496 112505 0 0 0 134 14 0 0 25 0 1 0 687286483 440004608 95387 33554432000 4194304 4256717 140736666459984 18446744073709551615 4244009 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31583/statm: 107423 95389 215 16 0 104065 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 438392

[startup+3.10096 s]
/proc/loadavg: 3.04 3.26 3.35 4/393 31584
/proc/meminfo: memFree=7664336/32951124 swapFree=65586204/67111528
[pid=31581] ppid=31579 vsize=8700 CPUtime=0 cores=5,7
/proc/31581/stat : 31581 (esg_static.sh) S 31579 31581 31060 0 -1 4202496 352 111 0 0 0 0 0 0 22 0 1 0 687286482 8908800 251 33554432000 4194304 4922060 140733193882448 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31581/statm: 2175 251 209 178 0 68 0
[pid=31583] ppid=31581 vsize=628612 CPUtime=3.09 cores=5,7
/proc/31583/stat : 31583 (minisat_static) R 31581 31581 31060 0 -1 4202496 150593 0 0 0 288 21 0 0 25 0 1 0 687286483 643698688 126388 33554432000 4194304 4256717 140736666459984 18446744073709551615 4209152 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31583/statm: 157153 126388 236 16 0 153795 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 637312

[startup+6.30039 s]
/proc/loadavg: 3.04 3.26 3.35 4/393 31584
/proc/meminfo: memFree=7674524/32951124 swapFree=65586204/67111528
[pid=31581] ppid=31579 vsize=8700 CPUtime=0 cores=5,7
/proc/31581/stat : 31581 (esg_static.sh) S 31579 31581 31060 0 -1 4202496 352 111 0 0 0 0 0 0 22 0 1 0 687286482 8908800 251 33554432000 4194304 4922060 140733193882448 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31581/statm: 2175 251 209 178 0 68 0
[pid=31583] ppid=31581 vsize=629456 CPUtime=6.29 cores=5,7
/proc/31583/stat : 31583 (minisat_static) R 31581 31581 31060 0 -1 4202496 152089 0 0 0 608 21 0 0 25 0 1 0 687286483 644562944 127883 33554432000 4194304 4256717 140736666459984 18446744073709551615 4209184 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31583/statm: 157364 127883 236 16 0 154006 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 638156

[startup+12.7003 s]
/proc/loadavg: 3.03 3.25 3.35 4/393 31584
/proc/meminfo: memFree=7676560/32951124 swapFree=65586204/67111528
[pid=31581] ppid=31579 vsize=8700 CPUtime=0 cores=5,7
/proc/31581/stat : 31581 (esg_static.sh) S 31579 31581 31060 0 -1 4202496 352 111 0 0 0 0 0 0 22 0 1 0 687286482 8908800 251 33554432000 4194304 4922060 140733193882448 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31581/statm: 2175 251 209 178 0 68 0
[pid=31583] ppid=31581 vsize=630184 CPUtime=12.69 cores=5,7
/proc/31583/stat : 31583 (minisat_static) R 31581 31581 31060 0 -1 4202496 154046 0 0 0 1248 21 0 0 25 0 1 0 687286483 645308416 129838 33554432000 4194304 4256717 140736666459984 18446744073709551615 4209310 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31583/statm: 157546 129838 236 16 0 154188 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 638884

[startup+25.501 s]
/proc/loadavg: 3.02 3.24 3.34 4/393 31584
/proc/meminfo: memFree=7668536/32951124 swapFree=65586204/67111528
[pid=31581] ppid=31579 vsize=8700 CPUtime=0 cores=5,7
/proc/31581/stat : 31581 (esg_static.sh) S 31579 31581 31060 0 -1 4202496 352 111 0 0 0 0 0 0 22 0 1 0 687286482 8908800 251 33554432000 4194304 4922060 140733193882448 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31581/statm: 2175 251 209 178 0 68 0
[pid=31583] ppid=31581 vsize=633488 CPUtime=25.48 cores=5,7
/proc/31583/stat : 31583 (minisat_static) R 31581 31581 31060 0 -1 4202496 161193 0 0 0 2526 22 0 0 25 0 1 0 687286483 648691712 136981 33554432000 4194304 4256717 140736666459984 18446744073709551615 4209327 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31583/statm: 158372 136981 237 16 0 155014 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 642188

[startup+51.1005 s]
/proc/loadavg: 3.02 3.22 3.33 4/393 31585
/proc/meminfo: memFree=7630948/32951124 swapFree=65586204/67111528
[pid=31581] ppid=31579 vsize=8700 CPUtime=0 cores=5,7
/proc/31581/stat : 31581 (esg_static.sh) S 31579 31581 31060 0 -1 4202496 352 111 0 0 0 0 0 0 22 0 1 0 687286482 8908800 251 33554432000 4194304 4922060 140733193882448 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31581/statm: 2175 251 209 178 0 68 0
[pid=31583] ppid=31581 vsize=642600 CPUtime=51.09 cores=5,7
/proc/31583/stat : 31583 (minisat_static) R 31581 31581 31060 0 -1 4202496 246102 0 0 0 5076 33 0 0 25 0 1 0 687286483 658022400 137884 33554432000 4194304 4256717 140736666459984 18446744073709551615 4209105 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31583/statm: 160650 137884 237 16 0 157292 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 651300

[startup+102.315 s]
/proc/loadavg: 3.00 3.18 3.31 4/393 31587
/proc/meminfo: memFree=7485512/32951124 swapFree=65586204/67111528
[pid=31581] ppid=31579 vsize=8700 CPUtime=0 cores=5,7
/proc/31581/stat : 31581 (esg_static.sh) S 31579 31581 31060 0 -1 4202496 352 111 0 0 0 0 0 0 22 0 1 0 687286482 8908800 251 33554432000 4194304 4922060 140733193882448 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31581/statm: 2175 251 209 178 0 68 0
[pid=31583] ppid=31581 vsize=778824 CPUtime=102.3 cores=5,7
/proc/31583/stat : 31583 (minisat_static) R 31581 31581 31060 0 -1 4202496 334900 0 0 0 10186 44 0 0 25 0 1 0 687286483 797515776 149088 33554432000 4194304 4256717 140736666459984 18446744073709551615 4209140 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31583/statm: 194706 149088 237 16 0 191348 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 787524

[startup+162.301 s]
/proc/loadavg: 3.00 3.15 3.29 4/393 31588
/proc/meminfo: memFree=7612020/32951124 swapFree=65586204/67111528
[pid=31581] ppid=31579 vsize=8700 CPUtime=0 cores=5,7
/proc/31581/stat : 31581 (esg_static.sh) S 31579 31581 31060 0 -1 4202496 352 111 0 0 0 0 0 0 22 0 1 0 687286482 8908800 251 33554432000 4194304 4922060 140733193882448 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31581/statm: 2175 251 209 178 0 68 0
[pid=31583] ppid=31581 vsize=783388 CPUtime=162.29 cores=5,7
/proc/31583/stat : 31583 (minisat_static) R 31581 31581 31060 0 -1 4202496 501630 0 0 0 16164 65 0 0 25 0 1 0 687286483 802189312 145969 33554432000 4194304 4256717 140736666459984 18446744073709551615 4209216 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31583/statm: 195847 145969 237 16 0 192489 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 792088

[startup+222.301 s]
/proc/loadavg: 3.00 3.12 3.27 4/393 31590
/proc/meminfo: memFree=7542332/32951124 swapFree=65586204/67111528
[pid=31581] ppid=31579 vsize=8700 CPUtime=0 cores=5,7
/proc/31581/stat : 31581 (esg_static.sh) S 31579 31581 31060 0 -1 4202496 352 111 0 0 0 0 0 0 22 0 1 0 687286482 8908800 251 33554432000 4194304 4922060 140733193882448 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31581/statm: 2175 251 209 178 0 68 0
[pid=31583] ppid=31581 vsize=794088 CPUtime=222.29 cores=5,7
/proc/31583/stat : 31583 (minisat_static) R 31581 31581 31060 0 -1 4202496 598253 0 0 0 22152 77 0 0 25 0 1 0 687286483 813146112 157725 33554432000 4194304 4256717 140736666459984 18446744073709551615 4209216 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31583/statm: 198522 157725 237 16 0 195164 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 802788

[startup+282.301 s]
/proc/loadavg: 3.00 3.09 3.25 4/393 31591
/proc/meminfo: memFree=7554116/32951124 swapFree=65586204/67111528
[pid=31581] ppid=31579 vsize=8700 CPUtime=0 cores=5,7
/proc/31581/stat : 31581 (esg_static.sh) S 31579 31581 31060 0 -1 4202496 352 111 0 0 0 0 0 0 22 0 1 0 687286482 8908800 251 33554432000 4194304 4922060 140733193882448 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31581/statm: 2175 251 209 178 0 68 0
[pid=31583] ppid=31581 vsize=661828 CPUtime=282.29 cores=5,7
/proc/31583/stat : 31583 (minisat_static) R 31581 31581 31060 0 -1 4202496 756813 0 0 0 28133 96 0 0 25 0 1 0 687286483 677711872 140764 33554432000 4194304 4256717 140736666459984 18446744073709551615 4209379 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31583/statm: 165457 140764 237 16 0 162099 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 670528

[startup+342.3 s]
/proc/loadavg: 3.06 3.09 3.24 4/393 31593
/proc/meminfo: memFree=7495820/32951124 swapFree=65586204/67111528
[pid=31581] ppid=31579 vsize=8700 CPUtime=0 cores=5,7
/proc/31581/stat : 31581 (esg_static.sh) S 31579 31581 31060 0 -1 4202496 352 111 0 0 0 0 0 0 22 0 1 0 687286482 8908800 251 33554432000 4194304 4922060 140733193882448 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31581/statm: 2175 251 209 178 0 68 0
[pid=31583] ppid=31581 vsize=794088 CPUtime=342.3 cores=5,7
/proc/31583/stat : 31583 (minisat_static) R 31581 31581 31060 0 -1 4202496 772098 0 0 0 34130 100 0 0 25 0 1 0 687286483 813146112 156031 33554432000 4194304 4256717 140736666459984 18446744073709551615 4209075 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31583/statm: 198522 156031 237 16 0 195164 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 802788

[startup+402.301 s]
/proc/loadavg: 3.02 3.07 3.22 4/393 31594
/proc/meminfo: memFree=7501136/32951124 swapFree=65586204/67111528
[pid=31581] ppid=31579 vsize=8700 CPUtime=0 cores=5,7

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

/proc/31583/statm: 202151 159448 237 16 0 198793 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 817304

[startup+642.301 s]
/proc/loadavg: 3.01 3.05 3.17 4/393 31601
/proc/meminfo: memFree=7344684/32951124 swapFree=65586204/67111528
[pid=31581] ppid=31579 vsize=8700 CPUtime=0 cores=5,7
/proc/31581/stat : 31581 (esg_static.sh) S 31579 31581 31060 0 -1 4202496 352 111 0 0 0 0 0 0 22 0 1 0 687286482 8908800 251 33554432000 4194304 4922060 140733193882448 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31581/statm: 2175 251 209 178 0 68 0
[pid=31583] ppid=31581 vsize=808604 CPUtime=642.31 cores=5,7
/proc/31583/stat : 31583 (minisat_static) R 31581 31581 31060 0 -1 4202496 1446910 0 0 0 64047 184 0 0 25 0 1 0 687286483 828010496 167498 33554432000 4194304 4256717 140736666459984 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31583/statm: 202151 167498 237 16 0 198793 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 817304

[startup+702.3 s]
/proc/loadavg: 2.37 2.86 3.09 3/386 31620
/proc/meminfo: memFree=7664004/32951124 swapFree=65586204/67111528
[pid=31581] ppid=31579 vsize=8700 CPUtime=0 cores=5,7
/proc/31581/stat : 31581 (esg_static.sh) S 31579 31581 31060 0 -1 4202496 352 111 0 0 0 0 0 0 22 0 1 0 687286482 8908800 251 33554432000 4194304 4922060 140733193882448 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31581/statm: 2175 251 209 178 0 68 0
[pid=31583] ppid=31581 vsize=808604 CPUtime=702.31 cores=5,7
/proc/31583/stat : 31583 (minisat_static) R 31581 31581 31060 0 -1 4202496 1457750 0 0 0 70045 186 0 0 25 0 1 0 687286483 828010496 178334 33554432000 4194304 4256717 140736666459984 18446744073709551615 4209347 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31583/statm: 202151 178334 237 16 0 198793 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 817304

[startup+762.314 s]
/proc/loadavg: 2.13 2.70 3.02 3/386 31631
/proc/meminfo: memFree=7747772/32951124 swapFree=65586204/67111528
[pid=31581] ppid=31579 vsize=8700 CPUtime=0 cores=5,7
/proc/31581/stat : 31581 (esg_static.sh) S 31579 31581 31060 0 -1 4202496 352 111 0 0 0 0 0 0 22 0 1 0 687286482 8908800 251 33554432000 4194304 4922060 140733193882448 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31581/statm: 2175 251 209 178 0 68 0
[pid=31583] ppid=31581 vsize=808604 CPUtime=762.31 cores=5,7
/proc/31583/stat : 31583 (minisat_static) R 31581 31581 31060 0 -1 4202496 1548456 0 0 0 76034 197 0 0 25 0 1 0 687286483 828010496 163347 33554432000 4194304 4256717 140736666459984 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31583/statm: 202151 163347 237 16 0 198793 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 817304

[startup+822.3 s]
/proc/loadavg: 2.05 2.57 2.96 3/386 31633
/proc/meminfo: memFree=7694084/32951124 swapFree=65586204/67111528
[pid=31581] ppid=31579 vsize=8700 CPUtime=0 cores=5,7
/proc/31581/stat : 31581 (esg_static.sh) S 31579 31581 31060 0 -1 4202496 352 111 0 0 0 0 0 0 22 0 1 0 687286482 8908800 251 33554432000 4194304 4922060 140733193882448 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31581/statm: 2175 251 209 178 0 68 0
[pid=31583] ppid=31581 vsize=814652 CPUtime=822.3 cores=5,7
/proc/31583/stat : 31583 (minisat_static) R 31581 31581 31060 0 -1 4202496 1734751 0 0 0 82007 223 0 0 25 0 1 0 687286483 834203648 165831 33554432000 4194304 4256717 140736666459984 18446744073709551615 4209105 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31583/statm: 203663 165831 237 16 0 200305 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 823352

[startup+882.301 s]
/proc/loadavg: 2.02 2.46 2.89 3/386 31634
/proc/meminfo: memFree=7769844/32951124 swapFree=65586204/67111528
[pid=31581] ppid=31579 vsize=8700 CPUtime=0 cores=5,7
/proc/31581/stat : 31581 (esg_static.sh) S 31579 31581 31060 0 -1 4202496 352 111 0 0 0 0 0 0 22 0 1 0 687286482 8908800 251 33554432000 4194304 4922060 140733193882448 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31581/statm: 2175 251 209 178 0 68 0
[pid=31583] ppid=31581 vsize=814652 CPUtime=882.3 cores=5,7
/proc/31583/stat : 31583 (minisat_static) R 31581 31581 31060 0 -1 4202496 1918290 0 0 0 87986 244 0 0 25 0 1 0 687286483 834203648 154562 33554432000 4194304 4256717 140736666459984 18446744073709551615 4209347 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31583/statm: 203663 154562 237 16 0 200305 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 823352

[startup+942.3 s]
/proc/loadavg: 2.15 2.42 2.85 3/386 31636
/proc/meminfo: memFree=7733948/32951124 swapFree=65586204/67111528
[pid=31581] ppid=31579 vsize=8700 CPUtime=0 cores=5,7
/proc/31581/stat : 31581 (esg_static.sh) S 31579 31581 31060 0 -1 4202496 352 111 0 0 0 0 0 0 22 0 1 0 687286482 8908800 251 33554432000 4194304 4922060 140733193882448 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31581/statm: 2175 251 209 178 0 68 0
[pid=31583] ppid=31581 vsize=814652 CPUtime=942.31 cores=5,7
/proc/31583/stat : 31583 (minisat_static) R 31581 31581 31060 0 -1 4202496 2029006 0 0 0 93973 258 0 0 25 0 1 0 687286483 834203648 165200 33554432000 4194304 4256717 140736666459984 18446744073709551615 4209216 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31583/statm: 203663 165200 237 16 0 200305 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 823352

[startup+1002.3 s]
/proc/loadavg: 2.05 2.34 2.79 3/386 31637
/proc/meminfo: memFree=7735188/32951124 swapFree=65586204/67111528
[pid=31581] ppid=31579 vsize=8700 CPUtime=0 cores=5,7
/proc/31581/stat : 31581 (esg_static.sh) S 31579 31581 31060 0 -1 4202496 352 111 0 0 0 0 0 0 22 0 1 0 687286482 8908800 251 33554432000 4194304 4922060 140733193882448 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31581/statm: 2175 251 209 178 0 68 0
[pid=31583] ppid=31581 vsize=821152 CPUtime=1002.31 cores=5,7
/proc/31583/stat : 31583 (minisat_static) R 31581 31581 31060 0 -1 4202496 2144348 0 0 0 99958 273 0 0 25 0 1 0 687286483 840859648 164489 33554432000 4194304 4256717 140736666459984 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31583/statm: 205288 164489 237 16 0 201930 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 829852

[startup+1062.3 s]
/proc/loadavg: 2.09 2.30 2.75 3/386 31639
/proc/meminfo: memFree=7690680/32951124 swapFree=65586204/67111528
[pid=31581] ppid=31579 vsize=8700 CPUtime=0 cores=5,7
/proc/31581/stat : 31581 (esg_static.sh) S 31579 31581 31060 0 -1 4202496 352 111 0 0 0 0 0 0 22 0 1 0 687286482 8908800 251 33554432000 4194304 4922060 140733193882448 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31581/statm: 2175 251 209 178 0 68 0
[pid=31583] ppid=31581 vsize=688892 CPUtime=1062.31 cores=5,7
/proc/31583/stat : 31583 (minisat_static) R 31581 31581 31060 0 -1 4202496 2333923 0 0 0 105936 295 0 0 25 0 1 0 687286483 705425408 151553 33554432000 4194304 4256717 140736666459984 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31583/statm: 172223 151553 237 16 0 168865 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 697592

[startup+1122.3 s]
/proc/loadavg: 1.67 2.16 2.68 2/379 31659
/proc/meminfo: memFree=7917788/32951124 swapFree=65586204/67111528
[pid=31581] ppid=31579 vsize=8700 CPUtime=0 cores=5,7
/proc/31581/stat : 31581 (esg_static.sh) S 31579 31581 31060 0 -1 4202496 352 111 0 0 0 0 0 0 22 0 1 0 687286482 8908800 251 33554432000 4194304 4922060 140733193882448 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31581/statm: 2175 251 209 178 0 68 0
[pid=31583] ppid=31581 vsize=821152 CPUtime=1122.31 cores=5,7
/proc/31583/stat : 31583 (minisat_static) R 31581 31581 31060 0 -1 4202496 2447793 0 0 0 111923 308 0 0 25 0 1 0 687286483 840859648 161698 33554432000 4194304 4256717 140736666459984 18446744073709551615 4209347 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31583/statm: 205288 161698 237 16 0 201930 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 829852

[startup+1182.3 s]
/proc/loadavg: 1.24 1.95 2.57 2/379 31660
/proc/meminfo: memFree=7883916/32951124 swapFree=65586204/67111528
[pid=31581] ppid=31579 vsize=8700 CPUtime=0 cores=5,7
/proc/31581/stat : 31581 (esg_static.sh) S 31579 31581 31060 0 -1 4202496 352 111 0 0 0 0 0 0 22 0 1 0 687286482 8908800 251 33554432000 4194304 4922060 140733193882448 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31581/statm: 2175 251 209 178 0 68 0
[pid=31583] ppid=31581 vsize=826996 CPUtime=1182.32 cores=5,7
/proc/31583/stat : 31583 (minisat_static) R 31581 31581 31060 0 -1 4202496 2553778 0 0 0 117911 321 0 0 25 0 1 0 687286483 846843904 170689 33554432000 4194304 4256717 140736666459984 18446744073709551615 4209310 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31583/statm: 206749 170689 237 16 0 203391 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 835696

[startup+1242.3 s]
/proc/loadavg: 1.09 1.77 2.47 2/379 31662
/proc/meminfo: memFree=7849172/32951124 swapFree=65586204/67111528
[pid=31581] ppid=31579 vsize=8700 CPUtime=0 cores=5,7
/proc/31581/stat : 31581 (esg_static.sh) S 31579 31581 31060 0 -1 4202496 352 111 0 0 0 0 0 0 22 0 1 0 687286482 8908800 251 33554432000 4194304 4922060 140733193882448 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31581/statm: 2175 251 209 178 0 68 0
[pid=31583] ppid=31581 vsize=826996 CPUtime=1242.32 cores=5,7
/proc/31583/stat : 31583 (minisat_static) R 31581 31581 31060 0 -1 4202496 2678403 0 0 0 123898 334 0 0 25 0 1 0 687286483 846843904 178816 33554432000 4194304 4256717 140736666459984 18446744073709551615 4209105 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31583/statm: 206749 178816 237 16 0 203391 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 835696



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.03 1.63 2.37 2/379 31663
/proc/meminfo: memFree=7754408/32951124 swapFree=65586204/67111528
[pid=31581] ppid=31579 vsize=8700 CPUtime=0 cores=5,7
/proc/31581/stat : 31581 (esg_static.sh) S 31579 31581 31060 0 -1 4202496 352 111 0 0 0 0 0 0 22 0 1 0 687286482 8908800 251 33554432000 4194304 4922060 140733193882448 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31581/statm: 2175 251 209 178 0 68 0
[pid=31583] ppid=31581 vsize=1041920 CPUtime=1300.03 cores=5,7
/proc/31583/stat : 31583 (minisat_static) R 31581 31581 31060 0 -1 4202496 2701776 0 0 0 129666 337 0 0 25 0 1 0 687286483 1066926080 202182 33554432000 4194304 4256717 140736666459984 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31583/statm: 260480 202182 237 16 0 257122 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1050620

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)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31581 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1300.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.02
CPU time (s): 1300.03
CPU user time (s): 1296.66
CPU system time (s): 3.37
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 1394496

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

runsolver used 4.71628 second user time and 11.0813 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-09 21:49:18
IDJOB=3348816
IDBENCH=82388
IDSOLVER=1811
FILE ID=node119/3348816-1304970553
RUNJOBID= node119-1304968097-31081
PBS_JOBID= 13285631
Free space on /tmp= 34972 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.050-SAT.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348816-1304970553/watcher-3348816-1304970553 -o /tmp/evaluation-result-3348816-1304970553/solver-3348816-1304970553 -C 2400 -W 1300 -M 7680  ./esg_static.sh HOME/instance-3348816-1304970553.cnf

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

MD5SUM BENCH= 48f03e5fbe31fc85b9a464480fc8aa5a
RANDOM SEED=1562421620

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       8177984 kB
Buffers:        198560 kB
Cached:       10883580 kB
SwapCached:       4648 kB
Active:       14903952 kB
Inactive:      9372396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       8177984 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:          171988 kB
Writeback:           0 kB
AnonPages:    13192640 kB
Mapped:          30416 kB
Slab:           374520 kB
PageTables:      57720 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 102837520 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= 35040 MiB
End job on node119 at 2011-05-09 22:11:00