Trace number 3285859

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.08 1300.07

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.cnf
MD5SUM6c2d25eda70423643946d76935ceb950
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1512832
Number of clauses8233086
Sum of the clauses size19530286
Maximum clause length1178
Minimum clause length1
Number of clauses of size 1846
Number of clauses of size 28165680
Number of clauses of size 31280
Number of clauses of size 41600
Number of clauses of size 51600
Number of clauses of size over 562080

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-3285859-1303765766/watcher-3285859-1303765766 -o /tmp/evaluation-result-3285859-1303765766/solver-3285859-1303765766 -C 2400 -W 1300 -M 7680 glueminisat -compe HOME/instance-3285859-1303765766.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: 1.13 2.25 3.08 4/189 25936
/proc/meminfo: memFree=19154196/32951124 swapFree=67110396/67111528
[pid=25936] ppid=25934 vsize=23092 CPUtime=0 cores=4,6
/proc/25936/stat : 25936 (glueminisat) R 25934 25936 24306 0 -1 4202496 1448 0 0 0 0 0 0 0 21 0 1 0 566807860 23646208 1389 33554432000 4194304 4309791 140734796863632 18446744073709551615 4292785 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25936/statm: 5773 1390 217 29 0 2402 0

[startup+0.0954669 s]
/proc/loadavg: 1.13 2.25 3.08 4/189 25936
/proc/meminfo: memFree=19154196/32951124 swapFree=67110396/67111528
[pid=25936] ppid=25934 vsize=38244 CPUtime=0.08 cores=4,6
/proc/25936/stat : 25936 (glueminisat) R 25934 25936 24306 0 -1 4202496 5031 0 0 0 8 0 0 0 21 0 1 0 566807860 39161856 4971 33554432000 4194304 4309791 140734796863632 18446744073709551615 4201998 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25936/statm: 9561 4971 217 29 0 6190 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 38244

[startup+0.100473 s]
/proc/loadavg: 1.13 2.25 3.08 4/189 25936
/proc/meminfo: memFree=19154196/32951124 swapFree=67110396/67111528
[pid=25936] ppid=25934 vsize=38588 CPUtime=0.09 cores=4,6
/proc/25936/stat : 25936 (glueminisat) R 25934 25936 24306 0 -1 4202496 5186 0 0 0 9 0 0 0 21 0 1 0 566807860 39514112 5085 33554432000 4194304 4309791 140734796863632 18446744073709551615 224284586693 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25936/statm: 9680 5088 217 29 0 6309 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38588

[startup+0.300433 s]
/proc/loadavg: 1.13 2.25 3.08 4/189 25936
/proc/meminfo: memFree=19154196/32951124 swapFree=67110396/67111528
[pid=25936] ppid=25934 vsize=77624 CPUtime=0.29 cores=4,6
/proc/25936/stat : 25936 (glueminisat) R 25934 25936 24306 0 -1 4202496 15985 0 0 0 27 2 0 0 22 0 1 0 566807860 79486976 14884 33554432000 4194304 4309791 140734796863632 18446744073709551615 224284586693 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25936/statm: 19406 14886 217 29 0 16035 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 77624

[startup+0.700365 s]
/proc/loadavg: 1.13 2.25 3.08 4/189 25936
/proc/meminfo: memFree=19154196/32951124 swapFree=67110396/67111528
[pid=25936] ppid=25934 vsize=178988 CPUtime=0.69 cores=4,6
/proc/25936/stat : 25936 (glueminisat) R 25934 25936 24306 0 -1 4202496 40118 0 0 0 62 7 0 0 23 0 1 0 566807860 183283712 36212 33554432000 4194304 4309791 140734796863632 18446744073709551615 4294433 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25936/statm: 44747 36213 217 29 0 41376 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 178988

[startup+1.50023 s]
/proc/loadavg: 1.13 2.25 3.08 5/190 25937
/proc/meminfo: memFree=18767212/32951124 swapFree=67110396/67111528
[pid=25936] ppid=25934 vsize=378604 CPUtime=1.49 cores=4,6
/proc/25936/stat : 25936 (glueminisat) R 25934 25936 24306 0 -1 4202496 87012 0 0 0 134 15 0 0 25 0 1 0 566807860 387690496 79261 33554432000 4194304 4309791 140734796863632 18446744073709551615 224284586693 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25936/statm: 94651 79263 217 29 0 91280 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 378604

[startup+3.10097 s]
/proc/loadavg: 1.13 2.25 3.08 5/190 25937
/proc/meminfo: memFree=18324988/32951124 swapFree=67110396/67111528
[pid=25936] ppid=25934 vsize=727324 CPUtime=3.09 cores=4,6
/proc/25936/stat : 25936 (glueminisat) R 25934 25936 24306 0 -1 4202496 177309 0 0 0 279 30 0 0 25 0 1 0 566807860 744779776 160901 33554432000 4194304 4309791 140734796863632 18446744073709551615 4215913 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25936/statm: 181831 160901 220 29 0 178460 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 727324

[startup+6.30044 s]
/proc/loadavg: 1.52 2.32 3.10 5/190 25937
/proc/meminfo: memFree=17997432/32951124 swapFree=67110396/67111528
[pid=25936] ppid=25934 vsize=727324 CPUtime=6.29 cores=4,6
/proc/25936/stat : 25936 (glueminisat) R 25934 25936 24306 0 -1 4202496 177310 0 0 0 599 30 0 0 25 0 1 0 566807860 744779776 160902 33554432000 4194304 4309791 140734796863632 18446744073709551615 4226917 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25936/statm: 181831 160902 221 29 0 178460 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 727324

[startup+12.7004 s]
/proc/loadavg: 1.88 2.38 3.11 5/190 25937
/proc/meminfo: memFree=18012092/32951124 swapFree=67110396/67111528
[pid=25936] ppid=25934 vsize=875064 CPUtime=12.68 cores=4,6
/proc/25936/stat : 25936 (glueminisat) R 25934 25936 24306 0 -1 4202496 198523 0 0 0 1235 33 0 0 25 0 1 0 566807860 896065536 182075 33554432000 4194304 4309791 140734796863632 18446744073709551615 4227112 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25936/statm: 218766 182075 225 29 0 215395 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 875064

[startup+25.5003 s]
/proc/loadavg: 2.42 2.47 3.13 5/190 25937
/proc/meminfo: memFree=18095548/32951124 swapFree=67110396/67111528
[pid=25936] ppid=25934 vsize=715952 CPUtime=25.48 cores=4,6
/proc/25936/stat : 25936 (glueminisat) R 25934 25936 24306 0 -1 4202496 235044 0 0 0 2510 38 0 0 25 0 1 0 566807860 733134848 158973 33554432000 4194304 4309791 140734796863632 18446744073709551615 4276315 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25936/statm: 178988 158973 244 29 0 175617 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 715952

[startup+51.101 s]
/proc/loadavg: 2.96 2.59 3.15 5/190 25937
/proc/meminfo: memFree=17991040/32951124 swapFree=67110396/67111528
[pid=25936] ppid=25934 vsize=797340 CPUtime=51.09 cores=4,6
/proc/25936/stat : 25936 (glueminisat) R 25934 25936 24306 0 -1 4202496 249505 0 0 0 5069 40 0 0 25 0 1 0 566807860 816476160 173430 33554432000 4194304 4309791 140734796863632 18446744073709551615 4259097 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25936/statm: 199335 173430 246 29 0 195964 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 797340

[startup+102.306 s]
/proc/loadavg: 3.55 2.81 3.19 5/190 25939
/proc/meminfo: memFree=17630932/32951124 swapFree=67110396/67111528
[pid=25936] ppid=25934 vsize=929600 CPUtime=102.29 cores=4,6
/proc/25936/stat : 25936 (glueminisat) R 25934 25936 24306 0 -1 4202496 285004 0 0 0 10185 44 0 0 25 0 1 0 566807860 951910400 208922 33554432000 4194304 4309791 140734796863632 18446744073709551615 4275392 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25936/statm: 232400 208922 246 29 0 229029 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 929600

[startup+162.3 s]
/proc/loadavg: 3.83 3.02 3.24 5/190 25941
/proc/meminfo: memFree=17732708/32951124 swapFree=67110396/67111528
[pid=25936] ppid=25934 vsize=929600 CPUtime=162.29 cores=4,6
/proc/25936/stat : 25936 (glueminisat) R 25934 25936 24306 0 -1 4202496 391477 0 0 0 16171 58 0 0 25 0 1 0 566807860 951910400 188831 33554432000 4194304 4309791 140734796863632 18446744073709551615 4275209 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25936/statm: 232400 188831 246 29 0 229029 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 929600

[startup+222.3 s]
/proc/loadavg: 3.65 3.13 3.27 4/184 25960
/proc/meminfo: memFree=17732696/32951124 swapFree=67110396/67111528
[pid=25936] ppid=25934 vsize=1144524 CPUtime=222.28 cores=4,6
/proc/25936/stat : 25936 (glueminisat) R 25934 25936 24306 0 -1 4202496 444425 0 0 0 22162 66 0 0 25 0 1 0 566807860 1171992576 241755 33554432000 4194304 4309791 140734796863632 18446744073709551615 4275207 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25936/statm: 286131 241755 246 29 0 282760 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 1144524

[startup+282.3 s]
/proc/loadavg: 3.28 3.12 3.25 4/184 25960
/proc/meminfo: memFree=17578028/32951124 swapFree=67110396/67111528
[pid=25936] ppid=25934 vsize=1493772 CPUtime=282.29 cores=4,6
/proc/25936/stat : 25936 (glueminisat) R 25934 25936 24306 0 -1 4202496 496280 0 0 0 28156 73 0 0 25 0 1 0 566807860 1529622528 293592 33554432000 4194304 4309791 140734796863632 18446744073709551615 4275207 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25936/statm: 373443 293592 246 29 0 370072 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 1493772

[startup+342.3 s]
/proc/loadavg: 3.10 3.10 3.24 4/184 25962
/proc/meminfo: memFree=17735240/32951124 swapFree=67110396/67111528
[pid=25936] ppid=25934 vsize=929600 CPUtime=342.29 cores=4,6
/proc/25936/stat : 25936 (glueminisat) R 25934 25936 24306 0 -1 4202496 619976 0 0 0 34138 91 0 0 25 0 1 0 566807860 951910400 215415 33554432000 4194304 4309791 140734796863632 18446744073709551615 4275392 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25936/statm: 232400 215415 246 29 0 229029 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 929600

[startup+402.3 s]
/proc/loadavg: 3.10 3.09 3.22 4/184 25964
/proc/meminfo: memFree=17359364/32951124 swapFree=67110396/67111528
[pid=25936] ppid=25934 vsize=1493772 CPUtime=402.29 cores=4,6
/proc/25936/stat : 25936 (glueminisat) R 25934 25936 24306 0 -1 4202496 679402 0 0 0 40132 97 0 0 25 0 1 0 566807860 1529622528 274833 33554432000 4194304 4309791 140734796863632 18446744073709551615 4278205 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25936/statm: 373443 274833 246 29 0 370072 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 1493772

[startup+462.3 s]
/proc/loadavg: 3.04 3.07 3.21 4/184 25966
/proc/meminfo: memFree=17316184/32951124 swapFree=67110396/67111528
[pid=25936] ppid=25934 vsize=1493772 CPUtime=462.29 cores=4,6
/proc/25936/stat : 25936 (glueminisat) R 25934 25936 24306 0 -1 4202496 729927 0 0 0 46125 104 0 0 25 0 1 0 566807860 1529622528 325347 33554432000 4194304 4309791 140734796863632 18446744073709551615 4275453 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25936/statm: 373443 325347 246 29 0 370072 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 1493772

[startup+522.3 s]
/proc/loadavg: 3.01 3.06 3.19 4/184 25968
/proc/meminfo: memFree=17030340/32951124 swapFree=67110396/67111528
[pid=25936] ppid=25934 vsize=2061300 CPUtime=522.29 cores=4,6
/proc/25936/stat : 25936 (glueminisat) R 25934 25936 24306 0 -1 4202496 765312 0 0 0 52120 109 0 0 25 0 1 0 566807860 2110771200 360719 33554432000 4194304 4309791 140734796863632 18446744073709551615 4259453 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25936/statm: 515325 360719 246 29 0 511954 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 2061300

[startup+582.3 s]
/proc/loadavg: 3.00 3.04 3.17 4/184 25968
/proc/meminfo: memFree=16642316/32951124 swapFree=67110396/67111528
[pid=25936] ppid=25934 vsize=2061300 CPUtime=582.29 cores=4,6
/proc/25936/stat : 25936 (glueminisat) R 25934 25936 24306 0 -1 4202496 826842 0 0 0 58112 117 0 0 25 0 1 0 566807860 2110771200 422241 33554432000 4194304 4309791 140734796863632 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25936/statm: 515325 422241 246 29 0 511954 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 2061300

[startup+642.3 s]
/proc/loadavg: 3.00 3.03 3.16 4/184 25970
/proc/meminfo: memFree=17358872/32951124 swapFree=67110396/67111528
[pid=25936] ppid=25934 vsize=1493772 CPUtime=642.3 cores=4,6
/proc/25936/stat : 25936 (glueminisat) R 25934 25936 24306 0 -1 4202496 981053 0 0 0 64088 142 0 0 25 0 1 0 566807860 1529622528 277899 33554432000 4194304 4309791 140734796863632 18446744073709551615 4275225 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25936/statm: 373443 277899 246 29 0 370072 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 1493772

[startup+702.3 s]
/proc/loadavg: 3.00 3.03 3.15 4/184 25972
/proc/meminfo: memFree=17377444/32951124 swapFree=67110396/67111528
[pid=25936] ppid=25934 vsize=1493772 CPUtime=702.29 cores=4,6
/proc/25936/stat : 25936 (glueminisat) R 25934 25936 24306 0 -1 4202496 1027024 0 0 0 70080 149 0 0 25 0 1 0 566807860 1529622528 323849 33554432000 4194304 4309791 140734796863632 18446744073709551615 4259144 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25936/statm: 373443 323849 246 29 0 370072 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 1493772

[startup+762.307 s]
/proc/loadavg: 3.00 3.02 3.14 4/184 25974
/proc/meminfo: memFree=17037156/32951124 swapFree=67110396/67111528
[pid=25936] ppid=25934 vsize=2061300 CPUtime=762.3 cores=4,6
/proc/25936/stat : 25936 (glueminisat) R 25934 25936 24306 0 -1 4202496 1079325 0 0 0 76073 157 0 0 25 0 1 0 566807860 2110771200 376141 33554432000 4194304 4309791 140734796863632 18446744073709551615 4275329 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25936/statm: 515325 376141 246 29 0 511954 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 2061300

[startup+822.301 s]
/proc/loadavg: 3.00 3.01 3.13 4/184 25976
/proc/meminfo: memFree=17641996/32951124 swapFree=67110396/67111528
[pid=25936] ppid=25934 vsize=929600 CPUtime=822.3 cores=4,6
/proc/25936/stat : 25936 (glueminisat) R 25934 25936 24306 0 -1 4202496 1174391 0 0 0 82058 172 0 0 25 0 1 0 566807860 951910400 194835 33554432000 4194304 4309791 140734796863632 18446744073709551615 4259159 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25936/statm: 232400 194835 246 29 0 229029 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 929600

[startup+882.301 s]
/proc/loadavg: 3.05 3.02 3.12 4/184 25976
/proc/meminfo: memFree=17341016/32951124 swapFree=67110396/67111528
[pid=25936] ppid=25934 vsize=1144524 CPUtime=882.3 cores=4,6
/proc/25936/stat : 25936 (glueminisat) R 25934 25936 24306 0 -1 4202496 1215005 0 0 0 88052 178 0 0 25 0 1 0 566807860 1171992576 235435 33554432000 4194304 4309791 140734796863632 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25936/statm: 286131 235435 246 29 0 282760 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 1144524

[startup+942.301 s]
/proc/loadavg: 3.07 3.03 3.12 4/184 25978
/proc/meminfo: memFree=17482972/32951124 swapFree=67110396/67111528
[pid=25936] ppid=25934 vsize=1144524 CPUtime=942.3 cores=4,6
/proc/25936/stat : 25936 (glueminisat) R 25934 25936 24306 0 -1 4202496 1248903 0 0 0 94046 184 0 0 25 0 1 0 566807860 1171992576 269321 33554432000 4194304 4309791 140734796863632 18446744073709551615 4275329 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25936/statm: 286131 269321 246 29 0 282760 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 1144524

[startup+1002.3 s]
/proc/loadavg: 3.02 3.02 3.10 4/184 25980
/proc/meminfo: memFree=17183356/32951124 swapFree=67110396/67111528
[pid=25936] ppid=25934 vsize=1493772 CPUtime=1002.3 cores=4,6
/proc/25936/stat : 25936 (glueminisat) R 25934 25936 24306 0 -1 4202496 1290146 0 0 0 100041 189 0 0 25 0 1 0 566807860 1529622528 310544 33554432000 4194304 4309791 140734796863632 18446744073709551615 4259091 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25936/statm: 373443 310544 246 29 0 370072 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 1493772

[startup+1062.3 s]
/proc/loadavg: 2.41 2.85 3.04 3/178 25999
/proc/meminfo: memFree=17844144/32951124 swapFree=67110396/67111528
[pid=25936] ppid=25934 vsize=1493772 CPUtime=1062.3 cores=4,6
/proc/25936/stat : 25936 (glueminisat) R 25934 25936 24306 0 -1 4202496 1336560 0 0 0 106035 195 0 0 25 0 1 0 566807860 1529622528 356948 33554432000 4194304 4309791 140734796863632 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25936/statm: 373443 356948 246 29 0 370072 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 1493772

[startup+1122.3 s]
/proc/loadavg: 2.15 2.69 2.97 3/178 26001
/proc/meminfo: memFree=18245244/32951124 swapFree=67110396/67111528
[pid=25936] ppid=25934 vsize=1144524 CPUtime=1122.3 cores=4,6
/proc/25936/stat : 25936 (glueminisat) R 25934 25936 24306 0 -1 4202496 1466962 0 0 0 112017 213 0 0 25 0 1 0 566807860 1171992576 232852 33554432000 4194304 4309791 140734796863632 18446744073709551615 4275316 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25936/statm: 286131 232852 246 29 0 282760 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 1144524

[startup+1182.3 s]
/proc/loadavg: 2.05 2.56 2.90 3/178 26001
/proc/meminfo: memFree=17992844/32951124 swapFree=67110396/67111528
[pid=25936] ppid=25934 vsize=1493772 CPUtime=1182.3 cores=4,6
/proc/25936/stat : 25936 (glueminisat) R 25934 25936 24306 0 -1 4202496 1507587 0 0 0 118010 220 0 0 25 0 1 0 566807860 1529622528 273464 33554432000 4194304 4309791 140734796863632 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25936/statm: 373443 273464 246 29 0 370072 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 1493772

[startup+1242.3 s]
/proc/loadavg: 2.02 2.46 2.85 3/178 26003
/proc/meminfo: memFree=18227168/32951124 swapFree=67110396/67111528
[pid=25936] ppid=25934 vsize=1493772 CPUtime=1242.3 cores=4,6
/proc/25936/stat : 25936 (glueminisat) R 25934 25936 24306 0 -1 4202496 1551553 0 0 0 124005 225 0 0 25 0 1 0 566807860 1529622528 317422 33554432000 4194304 4309791 140734796863632 18446744073709551615 4275329 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25936/statm: 373443 317422 246 29 0 370072 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 1493772



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.92 2.36 2.79 2/173 26023
/proc/meminfo: memFree=18332044/32951124 swapFree=67110396/67111528
[pid=25936] ppid=25934 vsize=2061300 CPUtime=1300.01 cores=4,6
/proc/25936/stat : 25936 (glueminisat) R 25934 25936 24306 0 -1 4202496 1598220 0 0 0 129769 232 0 0 25 0 1 0 566807860 2110771200 364078 33554432000 4194304 4309791 140734796863632 18446744073709551615 4259453 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25936/statm: 515325 364078 246 29 0 511954 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 2061300

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.07
CPU time (s): 1300.08
CPU user time (s): 1297.69
CPU system time (s): 2.39064
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 2405176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1297.69
system time used= 2.39064
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1598220
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 711

runsolver used 2.40063 second user time and 4.6283 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-25 23:09:32
IDJOB=3285859
IDBENCH=82404
IDSOLVER=1650
FILE ID=node118/3285859-1303765766
RUNJOBID= node118-1303765765-25895
PBS_JOBID= 13154063
Free space on /tmp= 71276 MiB

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

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

MD5SUM BENCH= 6c2d25eda70423643946d76935ceb950
RANDOM SEED=1380340559

node118.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.842
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.68
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.842
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.842
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.842
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.842
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.68
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.842
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.842
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19154724 kB
Buffers:       1871832 kB
Cached:       10977052 kB
SwapCached:        600 kB
Active:        9499140 kB
Inactive:      3759212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19154724 kB
SwapTotal:    67111528 kB
SwapFree:     67110396 kB
Dirty:          444268 kB
Writeback:           0 kB
AnonPages:      408300 kB
Mapped:          15428 kB
Slab:           475308 kB
PageTables:       5888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   620948 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= 71548 MiB
End job on node118 at 2011-04-25 23:31:14