Trace number 3286043

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.07 1300.03

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-25nodes-1000size-3degree-100mindistance-3trucks-10packages-2008seed.060-SAT.cnf
MD5SUM0176f3dd09fed1b561c875e1d6538c8d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark133.041
Satisfiable
(Un)Satisfiability was proved
Number of variables723130
Number of clauses3869060
Sum of the clauses size9210860
Maximum clause length502
Minimum clause length1
Number of clauses of size 1380
Number of clauses of size 23824280
Number of clauses of size 31440
Number of clauses of size 41440
Number of clauses of size 5360
Number of clauses of size over 541160

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-3286043-1303766574/watcher-3286043-1303766574 -o /tmp/evaluation-result-3286043-1303766574/solver-3286043-1303766574 -C 2400 -W 1300 -M 7680 glueminisat -compe HOME/instance-3286043-1303766574.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.58 3.87 3.66 4/186 5906
/proc/meminfo: memFree=14638532/32950928 swapFree=67111528/67111528
[pid=5906] ppid=5904 vsize=21496 CPUtime=0 cores=5,7
/proc/5906/stat : 5906 (glueminisat) R 5904 5906 4254 0 -1 4202496 1079 0 0 0 0 0 0 0 21 0 1 0 488256418 22011904 1020 33554432000 4194304 4309791 140735208145296 18446744073709551615 4200962 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5906/statm: 5374 1020 217 29 0 2003 0

[startup+0.076292 s]
/proc/loadavg: 3.58 3.87 3.66 4/186 5906
/proc/meminfo: memFree=14638532/32950928 swapFree=67111528/67111528
[pid=5906] ppid=5904 vsize=35260 CPUtime=0.06 cores=5,7
/proc/5906/stat : 5906 (glueminisat) R 5904 5906 4254 0 -1 4202496 4901 0 0 0 6 0 0 0 21 0 1 0 488256418 36106240 4483 33554432000 4194304 4309791 140735208145296 18446744073709551615 4262680 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5906/statm: 8815 4485 217 29 0 5444 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 35260

[startup+0.100288 s]
/proc/loadavg: 3.58 3.87 3.66 4/186 5906
/proc/meminfo: memFree=14638532/32950928 swapFree=67111528/67111528
[pid=5906] ppid=5904 vsize=41040 CPUtime=0.09 cores=5,7
/proc/5906/stat : 5906 (glueminisat) R 5904 5906 4254 0 -1 4202496 6451 0 0 0 9 0 0 0 21 0 1 0 488256418 42024960 5864 33554432000 4194304 4309791 140735208145296 18446744073709551615 268272349893 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5906/statm: 10260 5864 217 29 0 6889 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41040

[startup+0.300251 s]
/proc/loadavg: 3.58 3.87 3.66 4/186 5906
/proc/meminfo: memFree=14638532/32950928 swapFree=67111528/67111528
[pid=5906] ppid=5904 vsize=90948 CPUtime=0.29 cores=5,7
/proc/5906/stat : 5906 (glueminisat) R 5904 5906 4254 0 -1 4202496 18569 0 0 0 27 2 0 0 22 0 1 0 488256418 93130752 17018 33554432000 4194304 4309791 140735208145296 18446744073709551615 4294433 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5906/statm: 22737 17018 217 29 0 19366 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 90948

[startup+0.70018 s]
/proc/loadavg: 3.58 3.87 3.66 4/186 5906
/proc/meminfo: memFree=14638532/32950928 swapFree=67111528/67111528
[pid=5906] ppid=5904 vsize=181584 CPUtime=0.69 cores=5,7
/proc/5906/stat : 5906 (glueminisat) R 5904 5906 4254 0 -1 4202496 44018 0 0 0 63 6 0 0 23 0 1 0 488256418 185942016 39218 33554432000 4194304 4309791 140735208145296 18446744073709551615 4294433 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5906/statm: 45396 39220 217 29 0 42025 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 181584

[startup+1.50104 s]
/proc/loadavg: 3.58 3.87 3.66 5/187 5907
/proc/meminfo: memFree=14378556/32950928 swapFree=67111528/67111528
[pid=5906] ppid=5904 vsize=397840 CPUtime=1.49 cores=5,7
/proc/5906/stat : 5906 (glueminisat) R 5904 5906 4254 0 -1 4202496 92750 0 0 0 135 14 0 0 25 0 1 0 488256418 407388160 82182 33554432000 4194304 4309791 140735208145296 18446744073709551615 4215932 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5906/statm: 99460 82182 220 29 0 96089 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 397840

[startup+3.10075 s]
/proc/loadavg: 3.58 3.87 3.66 5/187 5907
/proc/meminfo: memFree=14224772/32950928 swapFree=67111528/67111528
[pid=5906] ppid=5904 vsize=397840 CPUtime=3.09 cores=5,7
/proc/5906/stat : 5906 (glueminisat) R 5904 5906 4254 0 -1 4202496 92751 0 0 0 295 14 0 0 25 0 1 0 488256418 407388160 82183 33554432000 4194304 4309791 140735208145296 18446744073709551615 4227253 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5906/statm: 99460 82183 221 29 0 96089 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 397840

[startup+6.30018 s]
/proc/loadavg: 3.77 3.91 3.67 5/190 5913
/proc/meminfo: memFree=13787364/32950928 swapFree=67111528/67111528
[pid=5906] ppid=5904 vsize=425860 CPUtime=6.29 cores=5,7
/proc/5906/stat : 5906 (glueminisat) R 5904 5906 4254 0 -1 4202496 102691 0 0 0 614 15 0 0 25 0 1 0 488256418 436080640 92093 33554432000 4194304 4309791 140735208145296 18446744073709551615 4227112 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5906/statm: 106465 92093 225 29 0 103094 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 425860

[startup+12.701 s]
/proc/loadavg: 3.79 3.91 3.68 5/190 5913
/proc/meminfo: memFree=13517576/32950928 swapFree=67111528/67111528
[pid=5906] ppid=5904 vsize=390244 CPUtime=12.7 cores=5,7
/proc/5906/stat : 5906 (glueminisat) R 5904 5906 4254 0 -1 4202496 122079 0 0 0 1251 19 0 0 25 0 1 0 488256418 399609856 80256 33554432000 4194304 4309791 140735208145296 18446744073709551615 4259097 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5906/statm: 97561 80256 245 29 0 94190 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 390244

[startup+25.5008 s]
/proc/loadavg: 3.84 3.91 3.68 5/190 5940
/proc/meminfo: memFree=13111264/32950928 swapFree=67111528/67111528
[pid=5906] ppid=5904 vsize=440332 CPUtime=25.49 cores=5,7
/proc/5906/stat : 5906 (glueminisat) R 5904 5906 4254 0 -1 4202496 130673 0 0 0 2529 20 0 0 25 0 1 0 488256418 450899968 88837 33554432000 4194304 4309791 140735208145296 18446744073709551615 4275254 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5906/statm: 110083 88837 245 29 0 106712 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 440332

[startup+51.1002 s]
/proc/loadavg: 3.97 3.93 3.69 5/190 5968
/proc/meminfo: memFree=13020140/32950928 swapFree=67111528/67111528
[pid=5906] ppid=5904 vsize=440332 CPUtime=51.09 cores=5,7
/proc/5906/stat : 5906 (glueminisat) R 5904 5906 4254 0 -1 4202496 177455 0 0 0 5081 28 0 0 25 0 1 0 488256418 450899968 91198 33554432000 4194304 4309791 140735208145296 18446744073709551615 4275296 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5906/statm: 110083 91198 245 29 0 106712 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 440332

[startup+102.307 s]
/proc/loadavg: 3.91 3.93 3.70 5/190 6023
/proc/meminfo: memFree=13469612/32950928 swapFree=67111528/67111528
[pid=5906] ppid=5904 vsize=653980 CPUtime=102.3 cores=5,7
/proc/5906/stat : 5906 (glueminisat) R 5904 5906 4254 0 -1 4202496 214862 0 0 0 10195 35 0 0 25 0 1 0 488256418 669675520 128571 33554432000 4194304 4309791 140735208145296 18446744073709551615 4275225 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5906/statm: 163495 128571 245 29 0 160124 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 653980

[startup+162.3 s]
/proc/loadavg: 3.99 3.95 3.72 5/190 6052
/proc/meminfo: memFree=13225196/32950928 swapFree=67111528/67111528
[pid=5906] ppid=5904 vsize=653980 CPUtime=162.3 cores=5,7
/proc/5906/stat : 5906 (glueminisat) R 5904 5906 4254 0 -1 4202496 297370 0 0 0 16179 51 0 0 25 0 1 0 488256418 669675520 137876 33554432000 4194304 4309791 140735208145296 18446744073709551615 4275329 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5906/statm: 163495 137876 245 29 0 160124 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 653980

[startup+222.301 s]
/proc/loadavg: 4.07 3.97 3.74 5/190 6081
/proc/meminfo: memFree=13261684/32950928 swapFree=67111528/67111528
[pid=5906] ppid=5904 vsize=653980 CPUtime=222.3 cores=5,7
/proc/5906/stat : 5906 (glueminisat) R 5904 5906 4254 0 -1 4202496 375157 0 0 0 22164 66 0 0 25 0 1 0 488256418 669675520 121483 33554432000 4194304 4309791 140735208145296 18446744073709551615 4259471 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5906/statm: 163495 121483 245 29 0 160124 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 653980

[startup+282.301 s]
/proc/loadavg: 4.02 3.97 3.75 5/190 6082
/proc/meminfo: memFree=12988304/32950928 swapFree=67111528/67111528
[pid=5906] ppid=5904 vsize=521720 CPUtime=282.3 cores=5,7
/proc/5906/stat : 5906 (glueminisat) R 5904 5906 4254 0 -1 4202496 459028 0 0 0 28150 80 0 0 25 0 1 0 488256418 534241280 113424 33554432000 4194304 4309791 140735208145296 18446744073709551615 4275316 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5906/statm: 130430 113424 245 29 0 127059 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 521720

[startup+342.3 s]
/proc/loadavg: 3.61 3.88 3.73 4/184 6101
/proc/meminfo: memFree=13298356/32950928 swapFree=67111528/67111528
[pid=5906] ppid=5904 vsize=868904 CPUtime=342.3 cores=5,7
/proc/5906/stat : 5906 (glueminisat) R 5904 5906 4254 0 -1 4202496 507871 0 0 0 34141 89 0 0 25 0 1 0 488256418 889757696 162222 33554432000 4194304 4309791 140735208145296 18446744073709551615 4252140 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5906/statm: 217226 162222 245 29 0 213855 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 868904

[startup+402.301 s]
/proc/loadavg: 3.22 3.71 3.69 4/184 6102
/proc/meminfo: memFree=13330184/32950928 swapFree=67111528/67111528
[pid=5906] ppid=5904 vsize=653980 CPUtime=402.3 cores=5,7
/proc/5906/stat : 5906 (glueminisat) R 5904 5906 4254 0 -1 4202496 584364 0 0 0 40126 104 0 0 25 0 1 0 488256418 669675520 125028 33554432000 4194304 4309791 140735208145296 18446744073709551615 4275402 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5906/statm: 163495 125028 245 29 0 160124 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 653980

[startup+462.301 s]
/proc/loadavg: 3.08 3.58 3.64 4/184 6104
/proc/meminfo: memFree=12921024/32950928 swapFree=67111528/67111528
[pid=5906] ppid=5904 vsize=868904 CPUtime=462.3 cores=5,7
/proc/5906/stat : 5906 (glueminisat) R 5904 5906 4254 0 -1 4202496 633637 0 0 0 46114 116 0 0 25 0 1 0 488256418 889757696 174259 33554432000 4194304 4309791 140735208145296 18446744073709551615 4275303 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5906/statm: 217226 174259 245 29 0 213855 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 868904

[startup+522.3 s]
/proc/loadavg: 3.03 3.47 3.60 4/184 6106
/proc/meminfo: memFree=13323124/32950928 swapFree=67111528/67111528
[pid=5906] ppid=5904 vsize=653980 CPUtime=522.31 cores=5,7
/proc/5906/stat : 5906 (glueminisat) R 5904 5906 4254 0 -1 4202496 723414 0 0 0 52100 131 0 0 25 0 1 0 488256418 669675520 146140 33554432000 4194304 4309791 140735208145296 18446744073709551615 4275254 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5906/statm: 163495 146140 245 29 0 160124 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 653980

[startup+582.301 s]
/proc/loadavg: 3.01 3.38 3.56 4/184 6107
/proc/meminfo: memFree=13279196/32950928 swapFree=67111528/67111528
[pid=5906] ppid=5904 vsize=440332 CPUtime=582.31 cores=5,7
/proc/5906/stat : 5906 (glueminisat) R 5904 5906 4254 0 -1 4202496 805054 0 0 0 58086 145 0 0 25 0 1 0 488256418 450899968 98397 33554432000 4194304 4309791 140735208145296 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5906/statm: 110083 98397 245 29 0 106712 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 440332

[startup+642.301 s]
/proc/loadavg: 2.72 3.25 3.50 3/178 6126
/proc/meminfo: memFree=13015092/32950928 swapFree=67111528/67111528
[pid=5906] ppid=5904 vsize=653980 CPUtime=642.31 cores=5,7
/proc/5906/stat : 5906 (glueminisat) R 5904 5906 4254 0 -1 4202496 856287 0 0 0 64076 155 0 0 25 0 1 0 488256418 669675520 149573 33554432000 4194304 4309791 140735208145296 18446744073709551615 4259443 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5906/statm: 163495 149573 245 29 0 160124 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 653980

[startup+702.3 s]
/proc/loadavg: 2.26 3.02 3.40 3/178 6127
/proc/meminfo: memFree=13688040/32950928 swapFree=67111528/67111528
[pid=5906] ppid=5904 vsize=521720 CPUtime=702.3 cores=5,7
/proc/5906/stat : 5906 (glueminisat) R 5904 5906 4254 0 -1 4202496 929894 0 0 0 70063 167 0 0 25 0 1 0 488256418 534241280 107128 33554432000 4194304 4309791 140735208145296 18446744073709551615 4253896 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5906/statm: 130430 107128 245 29 0 127059 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 521720

[startup+762.306 s]
/proc/loadavg: 2.09 2.83 3.31 3/178 6129
/proc/meminfo: memFree=13269440/32950928 swapFree=67111528/67111528
[pid=5906] ppid=5904 vsize=868904 CPUtime=762.32 cores=5,7
/proc/5906/stat : 5906 (glueminisat) R 5904 5906 4254 0 -1 4202496 977516 0 0 0 76057 175 0 0 25 0 1 0 488256418 889757696 154685 33554432000 4194304 4309791 140735208145296 18446744073709551615 4275252 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5906/statm: 217226 154685 245 29 0 213855 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 868904

[startup+822.301 s]
/proc/loadavg: 2.03 2.68 3.23 3/178 6131
/proc/meminfo: memFree=13213984/32950928 swapFree=67111528/67111528
[pid=5906] ppid=5904 vsize=521720 CPUtime=822.31 cores=5,7
/proc/5906/stat : 5906 (glueminisat) R 5904 5906 4254 0 -1 4202496 1058682 0 0 0 82045 186 0 0 25 0 1 0 488256418 534241280 107293 33554432000 4194304 4309791 140735208145296 18446744073709551615 4253726 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5906/statm: 130430 107293 245 29 0 127059 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 521720

[startup+882.301 s]
/proc/loadavg: 2.01 2.55 3.15 3/178 6132
/proc/meminfo: memFree=12844560/32950928 swapFree=67111528/67111528
[pid=5906] ppid=5904 vsize=653980 CPUtime=882.32 cores=5,7
/proc/5906/stat : 5906 (glueminisat) R 5904 5906 4254 0 -1 4202496 1102931 0 0 0 88040 192 0 0 25 0 1 0 488256418 669675520 151490 33554432000 4194304 4309791 140735208145296 18446744073709551615 4253795 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5906/statm: 163495 151490 245 29 0 160124 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 653980

[startup+942.3 s]
/proc/loadavg: 2.00 2.45 3.07 3/178 6134
/proc/meminfo: memFree=13350828/32950928 swapFree=67111528/67111528
[pid=5906] ppid=5904 vsize=868904 CPUtime=942.32 cores=5,7
/proc/5906/stat : 5906 (glueminisat) R 5904 5906 4254 0 -1 4202496 1153739 0 0 0 94032 200 0 0 25 0 1 0 488256418 889757696 202260 33554432000 4194304 4309791 140735208145296 18446744073709551615 4284267 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5906/statm: 217226 202260 245 29 0 213855 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 868904

[startup+1002.3 s]
/proc/loadavg: 2.00 2.36 3.00 3/178 6135
/proc/meminfo: memFree=13366296/32950928 swapFree=67111528/67111528
[pid=5906] ppid=5904 vsize=653980 CPUtime=1002.32 cores=5,7
/proc/5906/stat : 5906 (glueminisat) R 5904 5906 4254 0 -1 4202496 1233772 0 0 0 100018 214 0 0 25 0 1 0 488256418 669675520 140942 33554432000 4194304 4309791 140735208145296 18446744073709551615 4275204 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5906/statm: 163495 140942 245 29 0 160124 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 653980

[startup+1062.3 s]
/proc/loadavg: 2.00 2.29 2.94 3/178 6137
/proc/meminfo: memFree=12992164/32950928 swapFree=67111528/67111528
[pid=5906] ppid=5904 vsize=872840 CPUtime=1062.32 cores=5,7
/proc/5906/stat : 5906 (glueminisat) R 5904 5906 4254 0 -1 4202496 1281907 0 0 0 106011 221 0 0 25 0 1 0 488256418 893788160 189032 33554432000 4194304 4309791 140735208145296 18446744073709551615 4275322 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5906/statm: 218210 189032 245 29 0 214839 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 872840

[startup+1122.3 s]
/proc/loadavg: 2.00 2.24 2.88 3/178 6139
/proc/meminfo: memFree=13109680/32950928 swapFree=67111528/67111528
[pid=5906] ppid=5904 vsize=527020 CPUtime=1122.32 cores=5,7
/proc/5906/stat : 5906 (glueminisat) R 5904 5906 4254 0 -1 4202496 1360016 0 0 0 111997 235 0 0 25 0 1 0 488256418 539668480 115887 33554432000 4194304 4309791 140735208145296 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5906/statm: 131755 115887 245 29 0 128384 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 527020

[startup+1182.3 s]
/proc/loadavg: 2.00 2.19 2.82 3/178 6140
/proc/meminfo: memFree=12794440/32950928 swapFree=67111528/67111528
[pid=5906] ppid=5904 vsize=876464 CPUtime=1182.32 cores=5,7
/proc/5906/stat : 5906 (glueminisat) R 5904 5906 4254 0 -1 4202496 1403009 0 0 0 117991 241 0 0 25 0 1 0 488256418 897499136 158822 33554432000 4194304 4309791 140735208145296 18446744073709551615 4259381 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5906/statm: 219116 158822 245 29 0 215745 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 876464

[startup+1242.3 s]
/proc/loadavg: 2.00 2.15 2.76 3/178 6142
/proc/meminfo: memFree=13209552/32950928 swapFree=67111528/67111528
[pid=5906] ppid=5904 vsize=879880 CPUtime=1242.33 cores=5,7
/proc/5906/stat : 5906 (glueminisat) R 5904 5906 4254 0 -1 4202496 1451817 0 0 0 123985 248 0 0 25 0 1 0 488256418 900997120 207589 33554432000 4194304 4309791 140735208145296 18446744073709551615 4275392 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5906/statm: 219970 207589 245 29 0 216599 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 879880



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.12 2.71 3/178 6143
/proc/meminfo: memFree=13282680/32950928 swapFree=67111528/67111528
[pid=5906] ppid=5904 vsize=664956 CPUtime=1300.03 cores=5,7
/proc/5906/stat : 5906 (glueminisat) R 5904 5906 4254 0 -1 4202496 1529869 0 0 0 129743 260 0 0 25 0 1 0 488256418 680914944 129698 33554432000 4194304 4309791 140735208145296 18446744073709551615 4253677 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5906/statm: 166239 129698 245 29 0 162868 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 664956

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.03
CPU time (s): 1300.07
CPU user time (s): 1297.44
CPU system time (s): 2.6246
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1359356

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

runsolver used 2.01369 second user time and 4.69129 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-25 23:22:56
IDJOB=3286043
IDBENCH=82411
IDSOLVER=1650
FILE ID=node122/3286043-1303766574
RUNJOBID= node122-1303766573-5873
PBS_JOBID= 13157134
Free space on /tmp= 70644 MiB

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

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

MD5SUM BENCH= 0176f3dd09fed1b561c875e1d6538c8d
RANDOM SEED=1838612992

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14639060 kB
Buffers:       1789408 kB
Cached:       15702944 kB
SwapCached:          0 kB
Active:        6490756 kB
Inactive:     11258792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14639060 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          250744 kB
Writeback:           0 kB
AnonPages:      256560 kB
Mapped:          15492 kB
Slab:           499900 kB
PageTables:       5652 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   457788 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= 70700 MiB
End job on node122 at 2011-04-25 23:44:38