Trace number 3285537

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
glueminisat 2.2.5? (TO) 1300.06 1300.05

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


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3285537-1303764949/watcher-3285537-1303764949 -o /tmp/evaluation-result-3285537-1303764949/solver-3285537-1303764949 -C 2400 -W 1300 -M 7680 glueminisat -compe HOME/instance-3285537-1303764949.cnf 

running on 2 cores: 4,6

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: 2.16 3.44 3.68 4/189 27725
/proc/meminfo: memFree=13751652/32950928 swapFree=67087032/67111528
[pid=27725] ppid=27723 vsize=23092 CPUtime=0 cores=4,6
/proc/27725/stat : 27725 (glueminisat) R 27723 27725 26622 0 -1 4202496 1429 0 0 0 0 0 0 0 20 0 1 0 488092572 23646208 1370 33554432000 4194304 4309791 140736925347968 18446744073709551615 4243969 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27725/statm: 5773 1371 217 29 0 2402 0

[startup+0.0120091 s]
/proc/loadavg: 2.16 3.44 3.68 4/189 27725
/proc/meminfo: memFree=13751652/32950928 swapFree=67087032/67111528
[pid=27725] ppid=27723 vsize=23736 CPUtime=0 cores=4,6
/proc/27725/stat : 27725 (glueminisat) R 27723 27725 26622 0 -1 4202496 1597 0 0 0 0 0 0 0 20 0 1 0 488092572 24305664 1537 33554432000 4194304 4309791 140736925347968 18446744073709551615 4200752 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27725/statm: 5934 1537 217 29 0 2563 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23736

[startup+0.101022 s]
/proc/loadavg: 2.16 3.44 3.68 4/189 27725
/proc/meminfo: memFree=13751652/32950928 swapFree=67087032/67111528
[pid=27725] ppid=27723 vsize=43640 CPUtime=0.09 cores=4,6
/proc/27725/stat : 27725 (glueminisat) R 27723 27725 26622 0 -1 4202496 5836 0 0 0 8 1 0 0 20 0 1 0 488092572 44687360 5734 33554432000 4194304 4309791 140736925347968 18446744073709551615 4294433 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27725/statm: 10910 5735 217 29 0 7539 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43640

[startup+0.300984 s]
/proc/loadavg: 2.16 3.44 3.68 4/189 27725
/proc/meminfo: memFree=13751652/32950928 swapFree=67087032/67111528
[pid=27725] ppid=27723 vsize=88192 CPUtime=0.29 cores=4,6
/proc/27725/stat : 27725 (glueminisat) R 27723 27725 26622 0 -1 4202496 18325 0 0 0 26 3 0 0 21 0 1 0 488092572 90308608 16544 33554432000 4194304 4309791 140736925347968 18446744073709551615 239476355781 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27725/statm: 22048 16546 217 29 0 18677 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 88192

[startup+0.700904 s]
/proc/loadavg: 2.16 3.44 3.68 4/189 27725
/proc/meminfo: memFree=13751652/32950928 swapFree=67087032/67111528
[pid=27725] ppid=27723 vsize=188648 CPUtime=0.69 cores=4,6
/proc/27725/stat : 27725 (glueminisat) R 27723 27725 26622 0 -1 4202496 42246 0 0 0 63 6 0 0 22 0 1 0 488092572 193175552 38755 33554432000 4194304 4309791 140736925347968 18446744073709551615 239476355781 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27725/statm: 47162 38757 217 29 0 43791 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 188648

[startup+1.50077 s]
/proc/loadavg: 2.16 3.44 3.68 5/190 27726
/proc/meminfo: memFree=13528328/32950928 swapFree=67087032/67111528
[pid=27725] ppid=27723 vsize=406228 CPUtime=1.49 cores=4,6
/proc/27725/stat : 27725 (glueminisat) R 27723 27725 26622 0 -1 4202496 94247 0 0 0 135 14 0 0 25 0 1 0 488092572 415977472 83448 33554432000 4194304 4309791 140736925347968 18446744073709551615 239476738183 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27725/statm: 98096 83448 217 29 0 94725 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 406228

[startup+3.10045 s]
/proc/loadavg: 2.39 3.46 3.69 5/190 27726
/proc/meminfo: memFree=13284740/32950928 swapFree=67087032/67111528
[pid=27725] ppid=27723 vsize=777816 CPUtime=3.09 cores=4,6
/proc/27725/stat : 27725 (glueminisat) R 27723 27725 26622 0 -1 4202496 184445 0 0 0 281 28 0 0 25 0 1 0 488092572 796483584 168451 33554432000 4194304 4309791 140736925347968 18446744073709551615 4262760 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27725/statm: 194454 168454 217 29 0 191083 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 777816

[startup+6.30083 s]
/proc/loadavg: 2.39 3.46 3.69 5/190 27726
/proc/meminfo: memFree=13045928/32950928 swapFree=67087032/67111528
[pid=27725] ppid=27723 vsize=879472 CPUtime=6.29 cores=4,6
/proc/27725/stat : 27725 (glueminisat) R 27723 27725 26622 0 -1 4202496 188363 0 0 0 600 29 0 0 25 0 1 0 488092572 900579328 172369 33554432000 4194304 4309791 140736925347968 18446744073709551615 4227112 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27725/statm: 219868 172369 221 29 0 216497 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 879472

[startup+12.7006 s]
/proc/loadavg: 2.64 3.48 3.69 5/190 27727
/proc/meminfo: memFree=13017068/32950928 swapFree=67087032/67111528
[pid=27725] ppid=27723 vsize=883876 CPUtime=12.69 cores=4,6
/proc/27725/stat : 27725 (glueminisat) R 27723 27725 26622 0 -1 4202496 191843 0 0 0 1240 29 0 0 25 0 1 0 488092572 905089024 175849 33554432000 4194304 4309791 140736925347968 18446744073709551615 4227127 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27725/statm: 220969 175849 225 29 0 217598 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 883876

[startup+25.5012 s]
/proc/loadavg: 2.85 3.50 3.70 5/190 27727
/proc/meminfo: memFree=12870632/32950928 swapFree=67087032/67111528
[pid=27725] ppid=27723 vsize=946552 CPUtime=25.49 cores=4,6
/proc/27725/stat : 27725 (glueminisat) R 27723 27725 26622 0 -1 4202496 212852 0 0 0 2517 32 0 0 25 0 1 0 488092572 969269248 196758 33554432000 4194304 4309791 140736925347968 18446744073709551615 4227241 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27725/statm: 236638 196758 225 29 0 233267 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 946552

[startup+51.1003 s]
/proc/loadavg: 3.24 3.54 3.70 5/190 27728
/proc/meminfo: memFree=12933556/32950928 swapFree=67087032/67111528
[pid=27725] ppid=27723 vsize=780808 CPUtime=51.09 cores=4,6
/proc/27725/stat : 27725 (glueminisat) R 27723 27725 26622 0 -1 4202496 251633 0 0 0 5072 37 0 0 25 0 1 0 488092572 799547392 171815 33554432000 4194304 4309791 140736925347968 18446744073709551615 4284267 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27725/statm: 195202 171815 245 29 0 191831 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 780808

[startup+102.306 s]
/proc/loadavg: 3.69 3.61 3.72 5/190 27729
/proc/meminfo: memFree=12775212/32950928 swapFree=67087032/67111528
[pid=27725] ppid=27723 vsize=862196 CPUtime=102.3 cores=4,6
/proc/27725/stat : 27725 (glueminisat) R 27723 27725 26622 0 -1 4202496 272761 0 0 0 10190 40 0 0 25 0 1 0 488092572 882888704 192935 33554432000 4194304 4309791 140736925347968 18446744073709551615 4275368 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27725/statm: 215549 192935 245 29 0 212178 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 862196

[startup+162.301 s]
/proc/loadavg: 3.88 3.68 3.73 5/190 27731
/proc/meminfo: memFree=12657520/32950928 swapFree=67087032/67111528
[pid=27725] ppid=27723 vsize=994456 CPUtime=162.29 cores=4,6
/proc/27725/stat : 27725 (glueminisat) R 27723 27725 26622 0 -1 4202496 292128 0 0 0 16185 44 0 0 25 0 1 0 488092572 1018322944 212291 33554432000 4194304 4309791 140736925347968 18446744073709551615 4275207 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27725/statm: 248614 212291 245 29 0 245243 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 994456

[startup+222.3 s]
/proc/loadavg: 3.96 3.74 3.75 5/190 27732
/proc/meminfo: memFree=12523084/32950928 swapFree=67087032/67111528
[pid=27725] ppid=27723 vsize=994456 CPUtime=222.29 cores=4,6
/proc/27725/stat : 27725 (glueminisat) R 27723 27725 26622 0 -1 4202496 377157 0 0 0 22173 56 0 0 25 0 1 0 488092572 1018322944 207983 33554432000 4194304 4309791 140736925347968 18446744073709551615 4275329 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27725/statm: 248614 207983 245 29 0 245243 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 994456

[startup+282.301 s]
/proc/loadavg: 3.98 3.78 3.76 5/190 27734
/proc/meminfo: memFree=12316608/32950928 swapFree=67087032/67111528
[pid=27725] ppid=27723 vsize=1209380 CPUtime=282.29 cores=4,6
/proc/27725/stat : 27725 (glueminisat) R 27723 27725 26622 0 -1 4202496 422093 0 0 0 28168 61 0 0 25 0 1 0 488092572 1238405120 252906 33554432000 4194304 4309791 140736925347968 18446744073709551615 4275316 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27725/statm: 302345 252906 245 29 0 298974 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 1209380

[startup+342.301 s]
/proc/loadavg: 3.99 3.82 3.77 5/190 27744
/proc/meminfo: memFree=12698388/32950928 swapFree=67087032/67111528
[pid=27725] ppid=27723 vsize=994456 CPUtime=342.3 cores=4,6
/proc/27725/stat : 27725 (glueminisat) R 27723 27725 26622 0 -1 4202496 510344 0 0 0 34156 74 0 0 25 0 1 0 488092572 1018322944 200193 33554432000 4194304 4309791 140736925347968 18446744073709551615 4275252 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27725/statm: 248614 200193 245 29 0 245243 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 994456

[startup+402.301 s]
/proc/loadavg: 3.99 3.85 3.78 5/190 27746
/proc/meminfo: memFree=12352784/32950928 swapFree=67087032/67111528
[pid=27725] ppid=27723 vsize=1209380 CPUtime=402.29 cores=4,6
/proc/27725/stat : 27725 (glueminisat) R 27723 27725 26622 0 -1 4202496 546673 0 0 0 40151 78 0 0 25 0 1 0 488092572 1238405120 236498 33554432000 4194304 4309791 140736925347968 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27725/statm: 302345 236498 245 29 0 298974 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 1209380

[startup+462.301 s]
/proc/loadavg: 3.99 3.87 3.79 5/190 27748
/proc/meminfo: memFree=11988448/32950928 swapFree=67087032/67111528
[pid=27725] ppid=27723 vsize=1209380 CPUtime=462.29 cores=4,6
/proc/27725/stat : 27725 (glueminisat) R 27723 27725 26622 0 -1 4202496 581588 0 0 0 46147 82 0 0 25 0 1 0 488092572 1238405120 271397 33554432000 4194304 4309791 140736925347968 18446744073709551615 4275219 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27725/statm: 302345 271397 245 29 0 298974 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 1209380

[startup+522.301 s]
/proc/loadavg: 4.10 3.92 3.81 5/190 27752
/proc/meminfo: memFree=12236772/32950928 swapFree=67087032/67111528
[pid=27725] ppid=27723 vsize=994456 CPUtime=522.29 cores=4,6
/proc/27725/stat : 27725 (glueminisat) R 27723 27725 26622 0 -1 4202496 673646 0 0 0 52134 95 0 0 25 0 1 0 488092572 1018322944 213642 33554432000 4194304 4309791 140736925347968 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27725/statm: 248614 213642 245 29 0 245243 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 994456

[startup+582.301 s]
/proc/loadavg: 4.03 3.94 3.82 5/190 27754
/proc/meminfo: memFree=12127100/32950928 swapFree=67087032/67111528
[pid=27725] ppid=27723 vsize=1209380 CPUtime=582.29 cores=4,6
/proc/27725/stat : 27725 (glueminisat) R 27723 27725 26622 0 -1 4202496 706521 0 0 0 58129 100 0 0 25 0 1 0 488092572 1238405120 246499 33554432000 4194304 4309791 140736925347968 18446744073709551615 4275426 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27725/statm: 302345 246499 245 29 0 298974 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 1209380

[startup+642.301 s]
/proc/loadavg: 4.01 3.94 3.83 5/190 27755
/proc/meminfo: memFree=12042012/32950928 swapFree=67087032/67111528
[pid=27725] ppid=27723 vsize=1558628 CPUtime=642.3 cores=4,6
/proc/27725/stat : 27725 (glueminisat) R 27723 27725 26622 0 -1 4202496 745966 0 0 0 64123 107 0 0 25 0 1 0 488092572 1596035072 285916 33554432000 4194304 4309791 140736925347968 18446744073709551615 4252458 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27725/statm: 389657 285916 245 29 0 386286 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 1558628

[startup+702.301 s]
/proc/loadavg: 4.00 3.95 3.83 5/190 27757
/proc/meminfo: memFree=12155092/32950928 swapFree=67087032/67111528
[pid=27725] ppid=27723 vsize=994456 CPUtime=702.29 cores=4,6
/proc/27725/stat : 27725 (glueminisat) R 27723 27725 26622 0 -1 4202496 837046 0 0 0 70110 119 0 0 25 0 1 0 488092572 1018322944 209623 33554432000 4194304 4309791 140736925347968 18446744073709551615 4259481 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27725/statm: 248614 209623 245 29 0 245243 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 994456

[startup+762.307 s]
/proc/loadavg: 4.06 3.97 3.85 5/190 27759
/proc/meminfo: memFree=12100632/32950928 swapFree=67087032/67111528
[pid=27725] ppid=27723 vsize=1209380 CPUtime=762.3 cores=4,6
/proc/27725/stat : 27725 (glueminisat) R 27723 27725 26622 0 -1 4202496 877199 0 0 0 76106 124 0 0 25 0 1 0 488092572 1238405120 249753 33554432000 4194304 4309791 140736925347968 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27725/statm: 302345 249753 245 29 0 298974 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 1209380

[startup+822.301 s]
/proc/loadavg: 4.02 3.97 3.85 5/190 27760
/proc/meminfo: memFree=12052512/32950928 swapFree=67087032/67111528
[pid=27725] ppid=27723 vsize=1558628 CPUtime=822.3 cores=4,6
/proc/27725/stat : 27725 (glueminisat) R 27723 27725 26622 0 -1 4202496 912332 0 0 0 82101 129 0 0 25 0 1 0 488092572 1596035072 284868 33554432000 4194304 4309791 140736925347968 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27725/statm: 389657 284868 245 29 0 386286 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 1558628

[startup+882.301 s]
/proc/loadavg: 4.01 3.97 3.86 5/190 27762
/proc/meminfo: memFree=11679132/32950928 swapFree=67087032/67111528
[pid=27725] ppid=27723 vsize=1558628 CPUtime=882.3 cores=4,6
/proc/27725/stat : 27725 (glueminisat) R 27723 27725 26622 0 -1 4202496 942780 0 0 0 88097 133 0 0 25 0 1 0 488092572 1596035072 315293 33554432000 4194304 4309791 140736925347968 18446744073709551615 4259432 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27725/statm: 389657 315293 245 29 0 386286 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 1558628

[startup+942.301 s]
/proc/loadavg: 4.00 3.97 3.86 5/190 27763
/proc/meminfo: memFree=12231788/32950928 swapFree=67087032/67111528
[pid=27725] ppid=27723 vsize=994456 CPUtime=942.29 cores=4,6
/proc/27725/stat : 27725 (glueminisat) R 27723 27725 26622 0 -1 4202496 1039872 0 0 0 94082 147 0 0 25 0 1 0 488092572 1018322944 213780 33554432000 4194304 4309791 140736925347968 18446744073709551615 4275329 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27725/statm: 248614 213780 245 29 0 245243 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 994456

[startup+1002.3 s]
/proc/loadavg: 4.00 3.97 3.87 5/190 27765
/proc/meminfo: memFree=12213052/32950928 swapFree=67087032/67111528
[pid=27725] ppid=27723 vsize=1209380 CPUtime=1002.29 cores=4,6
/proc/27725/stat : 27725 (glueminisat) R 27723 27725 26622 0 -1 4202496 1076299 0 0 0 100076 153 0 0 25 0 1 0 488092572 1238405120 250187 33554432000 4194304 4309791 140736925347968 18446744073709551615 4275243 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27725/statm: 302345 250187 245 29 0 298974 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 1209380

[startup+1062.3 s]
/proc/loadavg: 4.00 3.97 3.87 5/190 27767
/proc/meminfo: memFree=11717776/32950928 swapFree=67087032/67111528
[pid=27725] ppid=27723 vsize=1558628 CPUtime=1062.29 cores=4,6
/proc/27725/stat : 27725 (glueminisat) R 27723 27725 26622 0 -1 4202496 1143191 0 0 0 106067 162 0 0 25 0 1 0 488092572 1596035072 317063 33554432000 4194304 4309791 140736925347968 18446744073709551615 4275219 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27725/statm: 389657 317063 245 29 0 386286 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 1558628

[startup+1122.3 s]
/proc/loadavg: 4.04 3.99 3.89 5/190 27768
/proc/meminfo: memFree=11285500/32950928 swapFree=67087032/67111528
[pid=27725] ppid=27723 vsize=1558628 CPUtime=1122.3 cores=4,6
/proc/27725/stat : 27725 (glueminisat) R 27723 27725 26622 0 -1 4202496 1194235 0 0 0 112062 168 0 0 25 0 1 0 488092572 1596035072 368098 33554432000 4194304 4309791 140736925347968 18446744073709551615 4275236 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27725/statm: 389657 368098 245 29 0 386286 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 1558628

[startup+1182.3 s]
/proc/loadavg: 4.02 3.99 3.89 5/190 27770
/proc/meminfo: memFree=11262172/32950928 swapFree=67087032/67111528
[pid=27725] ppid=27723 vsize=2126156 CPUtime=1182.3 cores=4,6
/proc/27725/stat : 27725 (glueminisat) R 27723 27725 26622 0 -1 4202496 1233673 0 0 0 118057 173 0 0 25 0 1 0 488092572 2177183744 407524 33554432000 4194304 4309791 140736925347968 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27725/statm: 531539 407524 245 29 0 528168 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 2126156

[startup+1242.3 s]
/proc/loadavg: 4.00 3.99 3.90 5/190 27771
/proc/meminfo: memFree=12160420/32950928 swapFree=67087032/67111528
[pid=27725] ppid=27723 vsize=994456 CPUtime=1242.3 cores=4,6
/proc/27725/stat : 27725 (glueminisat) R 27723 27725 26622 0 -1 4202496 1349206 0 0 0 124040 190 0 0 25 0 1 0 488092572 1018322944 222269 33554432000 4194304 4309791 140736925347968 18446744073709551615 4275329 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27725/statm: 248614 222269 245 29 0 245243 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 994456



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.80 3.95 3.89 2/175 27827
/proc/meminfo: memFree=12937372/32950928 swapFree=67087032/67111528
[pid=27725] ppid=27723 vsize=1209380 CPUtime=1300 cores=4,6
/proc/27725/stat : 27725 (glueminisat) R 27723 27725 26622 0 -1 4202496 1379532 0 0 0 129806 194 0 0 25 0 1 0 488092572 1238405120 252579 33554432000 4194304 4309791 140736925347968 18446744073709551615 4277623 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27725/statm: 302345 252579 245 29 0 298974 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 1209380

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.05
CPU time (s): 1300.06
CPU user time (s): 1298.07
CPU system time (s): 1.9967
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 2470032

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

runsolver used 2.23766 second user time and 4.81027 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-25 22:55:55
IDJOB=3285537
IDBENCH=82388
IDSOLVER=1650
FILE ID=node148/3285537-1303764949
RUNJOBID= node148-1303764949-27684
PBS_JOBID= 13157117
Free space on /tmp= 70412 MiB

SOLVER NAME= glueminisat 2.2.5
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.050-SAT.cnf
COMMAND LINE= glueminisat -compe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285537-1303764949/watcher-3285537-1303764949 -o /tmp/evaluation-result-3285537-1303764949/solver-3285537-1303764949 -C 2400 -W 1300 -M 7680  glueminisat -compe HOME/instance-3285537-1303764949.cnf

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

MD5SUM BENCH= 48f03e5fbe31fc85b9a464480fc8aa5a
RANDOM SEED=738310367

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:      13752180 kB
Buffers:       2059640 kB
Cached:       16369816 kB
SwapCached:       5264 kB
Active:        9414964 kB
Inactive:      9213068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13752180 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:          208732 kB
Writeback:           0 kB
AnonPages:      194812 kB
Mapped:          14376 kB
Slab:           506680 kB
PageTables:       5740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   426984 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= 70448 MiB
End job on node148 at 2011-04-25 23:17:37