Trace number 3286094

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
SApperloT 2011-03-23? (TO) 1300.07 1300.03

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.030-NOTKNOWN.cnf
MD5SUMc6d3480970bb2819448dd0a800a3cf1c
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 variables1134832
Number of clauses6175026
Sum of the clauses size14647926
Maximum clause length1178
Minimum clause length1
Number of clauses of size 1846
Number of clauses of size 26124260
Number of clauses of size 3960
Number of clauses of size 41200
Number of clauses of size 51200
Number of clauses of size over 546560

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-3286094-1303768727/watcher-3286094-1303768727 -o /tmp/evaluation-result-3286094-1303768727/solver-3286094-1303768727 -C 2400 -W 1300 -M 7680 SApperloT HOME/instance-3286094-1303768727.cnf 

running on 2 cores: 1,3

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.98 3.65 3.45 4/189 6128
/proc/meminfo: memFree=23140556/32951124 swapFree=67111412/67111528
[pid=6128] ppid=6126 vsize=34300 CPUtime=0 cores=1,3
/proc/6128/stat : 6128 (SApperloT) R 6126 6128 5523 0 -1 4202496 2632 0 0 0 0 0 0 0 22 0 1 0 488470786 35123200 2571 33554432000 4194304 4465733 140735896079056 18446744073709551615 218905393510 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6128/statm: 8575 2575 248 67 0 5698 0

[startup+0.057664 s]
/proc/loadavg: 3.98 3.65 3.45 4/189 6128
/proc/meminfo: memFree=23140556/32951124 swapFree=67111412/67111528
[pid=6128] ppid=6126 vsize=148932 CPUtime=0.05 cores=1,3
/proc/6128/stat : 6128 (SApperloT) R 6126 6128 5523 0 -1 4202496 10517 0 0 0 4 1 0 0 22 0 1 0 488470786 152506368 10456 33554432000 4194304 4465733 140735896079056 18446744073709551615 218905730816 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6128/statm: 37233 10456 250 67 0 34356 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 148932

[startup+0.100657 s]
/proc/loadavg: 3.98 3.65 3.45 4/189 6128
/proc/meminfo: memFree=23140556/32951124 swapFree=67111412/67111528
[pid=6128] ppid=6126 vsize=149060 CPUtime=0.09 cores=1,3
/proc/6128/stat : 6128 (SApperloT) R 6126 6128 5523 0 -1 4202496 10702 0 0 0 8 1 0 0 22 0 1 0 488470786 152637440 10608 33554432000 4194304 4465733 140735896079056 18446744073709551615 218905730816 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6128/statm: 37265 10608 251 67 0 34388 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 149060

[startup+0.300621 s]
/proc/loadavg: 3.98 3.65 3.45 4/189 6128
/proc/meminfo: memFree=23140556/32951124 swapFree=67111412/67111528
[pid=6128] ppid=6126 vsize=149316 CPUtime=0.29 cores=1,3
/proc/6128/stat : 6128 (SApperloT) R 6126 6128 5523 0 -1 4202496 11539 0 0 0 28 1 0 0 23 0 1 0 488470786 152899584 11365 33554432000 4194304 4465733 140735896079056 18446744073709551615 218905730816 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6128/statm: 37329 11365 251 67 0 34452 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 149316

[startup+1.12647 s]
/proc/loadavg: 3.98 3.65 3.45 4/189 6128
/proc/meminfo: memFree=23140556/32951124 swapFree=67111412/67111528
[pid=6128] ppid=6126 vsize=149316 CPUtime=1.12 cores=1,3
/proc/6128/stat : 6128 (SApperloT) R 6126 6128 5523 0 -1 4202496 20878 0 0 0 107 5 0 0 25 0 1 0 488470786 152899584 19821 33554432000 4194304 4465733 140735896079056 18446744073709551615 218905730816 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6128/statm: 37329 19821 251 67 0 34452 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 149316

[startup+1.50041 s]
/proc/loadavg: 3.98 3.65 3.45 4/189 6128
/proc/meminfo: memFree=23140556/32951124 swapFree=67111412/67111528
[pid=6128] ppid=6126 vsize=221680 CPUtime=1.49 cores=1,3
/proc/6128/stat : 6128 (SApperloT) R 6126 6128 5523 0 -1 4202496 27543 0 0 0 143 6 0 0 25 0 1 0 488470786 227000320 26084 33554432000 4194304 4465733 140735896079056 18446744073709551615 218905428437 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6128/statm: 55420 26103 257 67 0 52543 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 221680

[startup+3.10111 s]
/proc/loadavg: 4.23 3.70 3.47 5/190 6129
/proc/meminfo: memFree=23017924/32951124 swapFree=67111412/67111528
[pid=6128] ppid=6126 vsize=179836 CPUtime=3.09 cores=1,3
/proc/6128/stat : 6128 (SApperloT) R 6126 6128 5523 0 -1 4202496 46278 0 0 0 298 11 0 0 25 0 1 0 488470786 184152064 31349 33554432000 4194304 4465733 140735896079056 18446744073709551615 4255233 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6128/statm: 44959 31349 256 67 0 42082 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 179836

[startup+6.30055 s]
/proc/loadavg: 4.21 3.71 3.48 5/190 6129
/proc/meminfo: memFree=23009960/32951124 swapFree=67111412/67111528
[pid=6128] ppid=6126 vsize=179836 CPUtime=6.29 cores=1,3
/proc/6128/stat : 6128 (SApperloT) R 6126 6128 5523 0 -1 4202496 49746 0 0 0 618 11 0 0 25 0 1 0 488470786 184152064 33404 33554432000 4194304 4465733 140735896079056 18446744073709551615 4255233 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6128/statm: 44959 33404 256 67 0 42082 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 179836

[startup+12.7004 s]
/proc/loadavg: 4.19 3.71 3.48 5/190 6129
/proc/meminfo: memFree=22973944/32951124 swapFree=67111412/67111528
[pid=6128] ppid=6126 vsize=179836 CPUtime=12.7 cores=1,3
/proc/6128/stat : 6128 (SApperloT) R 6126 6128 5523 0 -1 4202496 54460 0 0 0 1258 12 0 0 25 0 1 0 488470786 184152064 35785 33554432000 4194304 4465733 140735896079056 18446744073709551615 4255174 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6128/statm: 44959 35785 256 67 0 42082 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 179836

[startup+25.5011 s]
/proc/loadavg: 4.31 3.76 3.49 5/190 6130
/proc/meminfo: memFree=22958576/32951124 swapFree=67111412/67111528
[pid=6128] ppid=6126 vsize=179836 CPUtime=25.5 cores=1,3
/proc/6128/stat : 6128 (SApperloT) R 6126 6128 5523 0 -1 4202496 62960 0 0 0 2537 13 0 0 25 0 1 0 488470786 184152064 40075 33554432000 4194304 4465733 140735896079056 18446744073709551615 4253702 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6128/statm: 44959 40075 256 67 0 42082 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 179836

[startup+51.1004 s]
/proc/loadavg: 4.21 3.77 3.51 5/190 6131
/proc/meminfo: memFree=22904508/32951124 swapFree=67111412/67111528
[pid=6128] ppid=6126 vsize=332736 CPUtime=51.09 cores=1,3
/proc/6128/stat : 6128 (SApperloT) R 6126 6128 5523 0 -1 4202496 178597 0 0 0 5084 25 0 0 25 0 1 0 488470786 340721664 60263 33554432000 4194304 4465733 140735896079056 18446744073709551615 4255216 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6128/statm: 83184 60263 256 67 0 80307 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 332736

[startup+102.3 s]
/proc/loadavg: 4.08 3.81 3.53 5/190 6132
/proc/meminfo: memFree=22856572/32951124 swapFree=67111412/67111528
[pid=6128] ppid=6126 vsize=332736 CPUtime=102.29 cores=1,3
/proc/6128/stat : 6128 (SApperloT) R 6126 6128 5523 0 -1 4202496 188146 0 0 0 10203 26 0 0 25 0 1 0 488470786 340721664 64588 33554432000 4194304 4465733 140735896079056 18446744073709551615 4270192 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6128/statm: 83184 64588 256 67 0 80307 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 332736

[startup+162.3 s]
/proc/loadavg: 4.03 3.84 3.56 5/187 6163
/proc/meminfo: memFree=22706128/32951124 swapFree=67111412/67111528
[pid=6128] ppid=6126 vsize=417516 CPUtime=162.3 cores=1,3
/proc/6128/stat : 6128 (SApperloT) R 6126 6128 5523 0 -1 4202496 244699 0 0 0 16197 33 0 0 25 0 1 0 488470786 427536384 72293 33554432000 4194304 4465733 140735896079056 18446744073709551615 4255265 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6128/statm: 104379 72293 256 67 0 101502 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 417516

[startup+222.301 s]
/proc/loadavg: 4.04 3.88 3.59 5/190 6171
/proc/meminfo: memFree=21868056/32951124 swapFree=67111412/67111528
[pid=6128] ppid=6126 vsize=417516 CPUtime=222.29 cores=1,3
/proc/6128/stat : 6128 (SApperloT) R 6126 6128 5523 0 -1 4202496 262913 0 0 0 22194 35 0 0 25 0 1 0 488470786 427536384 80630 33554432000 4194304 4465733 140735896079056 18446744073709551615 4255422 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6128/statm: 104379 80630 256 67 0 101502 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 417516

[startup+282.307 s]
/proc/loadavg: 4.08 3.93 3.62 5/187 6176
/proc/meminfo: memFree=22593540/32951124 swapFree=67111412/67111528
[pid=6128] ppid=6126 vsize=415464 CPUtime=282.3 cores=1,3
/proc/6128/stat : 6128 (SApperloT) R 6126 6128 5523 0 -1 4202496 262926 0 0 0 28195 35 0 0 25 0 1 0 488470786 425435136 80130 33554432000 4194304 4465733 140735896079056 18446744073709551615 4255147 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6128/statm: 103866 80130 256 67 0 100989 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 415464

[startup+342.301 s]
/proc/loadavg: 4.03 3.94 3.64 5/190 6204
/proc/meminfo: memFree=22546880/32951124 swapFree=67111412/67111528
[pid=6128] ppid=6126 vsize=537660 CPUtime=342.3 cores=1,3
/proc/6128/stat : 6128 (SApperloT) R 6126 6128 5523 0 -1 4202496 362911 0 0 0 34182 48 0 0 25 0 1 0 488470786 550563840 99578 33554432000 4194304 4465733 140735896079056 18446744073709551615 4255350 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6128/statm: 134415 99578 256 67 0 131538 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 537660

[startup+402.301 s]
/proc/loadavg: 4.01 3.95 3.66 5/190 6233
/proc/meminfo: memFree=22476480/32951124 swapFree=67111412/67111528
[pid=6128] ppid=6126 vsize=720964 CPUtime=402.3 cores=1,3
/proc/6128/stat : 6128 (SApperloT) R 6126 6128 5523 0 -1 4202496 502184 0 0 0 40167 63 0 0 25 0 1 0 488470786 738267136 123409 33554432000 4194304 4465733 140735896079056 18446744073709551615 4255350 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6128/statm: 180241 123409 256 67 0 177364 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 720964

[startup+462.3 s]
/proc/loadavg: 4.00 3.95 3.68 5/190 6234
/proc/meminfo: memFree=22230592/32951124 swapFree=67111412/67111528
[pid=6128] ppid=6126 vsize=720964 CPUtime=462.3 cores=1,3
/proc/6128/stat : 6128 (SApperloT) R 6126 6128 5523 0 -1 4202496 521452 0 0 0 46165 65 0 0 25 0 1 0 488470786 738267136 131476 33554432000 4194304 4465733 140735896079056 18446744073709551615 4255385 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6128/statm: 180241 131476 256 67 0 177364 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 720964

[startup+522.3 s]
/proc/loadavg: 4.00 3.96 3.70 5/190 6236
/proc/meminfo: memFree=22252760/32951124 swapFree=67111412/67111528
[pid=6128] ppid=6126 vsize=720964 CPUtime=522.3 cores=1,3
/proc/6128/stat : 6128 (SApperloT) R 6126 6128 5523 0 -1 4202496 521478 0 0 0 52165 65 0 0 25 0 1 0 488470786 738267136 131502 33554432000 4194304 4465733 140735896079056 18446744073709551615 4255398 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6128/statm: 180241 131502 256 67 0 177364 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 720964

[startup+582.3 s]
/proc/loadavg: 4.12 3.99 3.72 5/190 6238
/proc/meminfo: memFree=22221356/32951124 swapFree=67111412/67111528
[pid=6128] ppid=6126 vsize=732516 CPUtime=582.31 cores=1,3
/proc/6128/stat : 6128 (SApperloT) R 6126 6128 5523 0 -1 4202496 524411 0 0 0 58165 66 0 0 25 0 1 0 488470786 750096384 134435 33554432000 4194304 4465733 140735896079056 18446744073709551615 4255411 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6128/statm: 183129 134435 256 67 0 180252 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 732516

[startup+642.301 s]
/proc/loadavg: 4.04 3.99 3.74 5/190 6239
/proc/meminfo: memFree=22137132/32951124 swapFree=67111412/67111528
[pid=6128] ppid=6126 vsize=732516 CPUtime=642.31 cores=1,3
/proc/6128/stat : 6128 (SApperloT) R 6126 6128 5523 0 -1 4202496 524417 0 0 0 64165 66 0 0 25 0 1 0 488470786 750096384 134441 33554432000 4194304 4465733 140735896079056 18446744073709551615 4255120 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6128/statm: 183129 134441 256 67 0 180252 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 732516

[startup+702.301 s]
/proc/loadavg: 4.01 3.99 3.75 5/190 6241
/proc/meminfo: memFree=22040132/32951124 swapFree=67111412/67111528
[pid=6128] ppid=6126 vsize=732516 CPUtime=702.31 cores=1,3
/proc/6128/stat : 6128 (SApperloT) R 6126 6128 5523 0 -1 4202496 524436 0 0 0 70165 66 0 0 25 0 1 0 488470786 750096384 134460 33554432000 4194304 4465733 140735896079056 18446744073709551615 4255279 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6128/statm: 183129 134460 256 67 0 180252 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 732516

[startup+762.301 s]
/proc/loadavg: 4.00 3.99 3.76 5/190 6242
/proc/meminfo: memFree=22029448/32951124 swapFree=67111412/67111528
[pid=6128] ppid=6126 vsize=732516 CPUtime=762.32 cores=1,3
/proc/6128/stat : 6128 (SApperloT) R 6126 6128 5523 0 -1 4202496 524474 0 0 0 76166 66 0 0 25 0 1 0 488470786 750096384 134498 33554432000 4194304 4465733 140735896079056 18446744073709551615 4270176 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6128/statm: 183129 134498 256 67 0 180252 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 732516

[startup+822.301 s]
/proc/loadavg: 4.05 4.01 3.78 5/190 6244
/proc/meminfo: memFree=21876148/32951124 swapFree=67111412/67111528
[pid=6128] ppid=6126 vsize=732516 CPUtime=822.32 cores=1,3
/proc/6128/stat : 6128 (SApperloT) R 6126 6128 5523 0 -1 4202496 556513 0 0 0 82163 69 0 0 25 0 1 0 488470786 750096384 150556 33554432000 4194304 4465733 140735896079056 18446744073709551615 4255147 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6128/statm: 183129 150556 256 67 0 180252 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 732516

[startup+882.3 s]
/proc/loadavg: 4.06 4.02 3.79 5/190 6246
/proc/meminfo: memFree=21867700/32951124 swapFree=67111412/67111528
[pid=6128] ppid=6126 vsize=732516 CPUtime=882.31 cores=1,3
/proc/6128/stat : 6128 (SApperloT) R 6126 6128 5523 0 -1 4202496 564053 0 0 0 88161 70 0 0 25 0 1 0 488470786 750096384 152476 33554432000 4194304 4465733 140735896079056 18446744073709551615 4255137 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6128/statm: 183129 152476 256 67 0 180252 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 732516

[startup+942.306 s]
/proc/loadavg: 4.02 4.01 3.81 5/190 6247
/proc/meminfo: memFree=21867300/32951124 swapFree=67111412/67111528
[pid=6128] ppid=6126 vsize=732516 CPUtime=942.32 cores=1,3
/proc/6128/stat : 6128 (SApperloT) R 6126 6128 5523 0 -1 4202496 564071 0 0 0 94162 70 0 0 25 0 1 0 488470786 750096384 152494 33554432000 4194304 4465733 140735896079056 18446744073709551615 4255165 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6128/statm: 183129 152494 256 67 0 180252 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 732516

[startup+1002.3 s]
/proc/loadavg: 3.50 3.89 3.78 3/178 6285
/proc/meminfo: memFree=23118944/32951124 swapFree=67111412/67111528
[pid=6128] ppid=6126 vsize=732516 CPUtime=1002.32 cores=1,3
/proc/6128/stat : 6128 (SApperloT) R 6126 6128 5523 0 -1 4202496 564109 0 0 0 100162 70 0 0 25 0 1 0 488470786 750096384 152532 33554432000 4194304 4465733 140735896079056 18446744073709551615 4255147 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6128/statm: 183129 152532 256 67 0 180252 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 732516

[startup+1062.3 s]
/proc/loadavg: 2.55 3.55 3.67 3/178 6286
/proc/meminfo: memFree=23074404/32951124 swapFree=67111412/67111528
[pid=6128] ppid=6126 vsize=732516 CPUtime=1062.32 cores=1,3
/proc/6128/stat : 6128 (SApperloT) R 6126 6128 5523 0 -1 4202496 582985 0 0 0 106160 72 0 0 25 0 1 0 488470786 750096384 162047 33554432000 4194304 4465733 140735896079056 18446744073709551615 4270816 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6128/statm: 183129 162047 256 67 0 180252 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 732516

[startup+1122.3 s]
/proc/loadavg: 2.20 3.26 3.56 3/178 6288
/proc/meminfo: memFree=23060612/32951124 swapFree=67111412/67111528
[pid=6128] ppid=6126 vsize=732516 CPUtime=1122.32 cores=1,3
/proc/6128/stat : 6128 (SApperloT) R 6126 6128 5523 0 -1 4202496 587805 0 0 0 112160 72 0 0 25 0 1 0 488470786 750096384 162453 33554432000 4194304 4465733 140735896079056 18446744073709551615 4270768 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6128/statm: 183129 162453 256 67 0 180252 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 732516

[startup+1182.3 s]
/proc/loadavg: 2.11 3.04 3.46 3/178 6290
/proc/meminfo: memFree=23055616/32951124 swapFree=67111412/67111528
[pid=6128] ppid=6126 vsize=732516 CPUtime=1182.32 cores=1,3
/proc/6128/stat : 6128 (SApperloT) R 6126 6128 5523 0 -1 4202496 587806 0 0 0 118160 72 0 0 25 0 1 0 488470786 750096384 162454 33554432000 4194304 4465733 140735896079056 18446744073709551615 4260121 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6128/statm: 183129 162454 256 67 0 180252 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 732516

[startup+1242.3 s]
/proc/loadavg: 2.04 2.85 3.37 3/178 6291
/proc/meminfo: memFree=23053236/32951124 swapFree=67111412/67111528
[pid=6128] ppid=6126 vsize=732516 CPUtime=1242.32 cores=1,3
/proc/6128/stat : 6128 (SApperloT) R 6126 6128 5523 0 -1 4202496 587806 0 0 0 124160 72 0 0 25 0 1 0 488470786 750096384 162454 33554432000 4194304 4465733 140735896079056 18446744073709551615 4255285 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6128/statm: 183129 162454 256 67 0 180252 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 732516



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.01 2.71 3.29 3/178 6293
/proc/meminfo: memFree=23040688/32951124 swapFree=67111412/67111528
[pid=6128] ppid=6126 vsize=732516 CPUtime=1300.03 cores=1,3
/proc/6128/stat : 6128 (SApperloT) R 6126 6128 5523 0 -1 4202496 587807 0 0 0 129931 72 0 0 25 0 1 0 488470786 750096384 162455 33554432000 4194304 4465733 140735896079056 18446744073709551615 4255252 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6128/statm: 183129 162455 256 67 0 180252 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 732516

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1300 s]
/proc/loadavg: 2.01 2.71 3.29 3/178 6293
/proc/meminfo: memFree=23040688/32951124 swapFree=67111412/67111528
[pid=6128] ppid=6126 vsize=732516 CPUtime=1300.03 cores=1,3
/proc/6128/stat : 6128 (SApperloT) R 6126 6128 5523 0 -1 4202496 587807 0 0 0 129931 72 0 0 25 0 1 0 488470786 750096384 162455 33554432000 4194304 4465733 140735896079056 18446744073709551615 4255252 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6128/statm: 183129 162455 256 67 0 180252 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 732516

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.07
CPU user time (s): 1299.31
CPU system time (s): 0.756884
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1087528

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

runsolver used 2.07768 second user time and 4.74128 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-25 23:58:51
IDJOB=3286094
IDBENCH=82413
IDSOLVER=1657
FILE ID=node137/3286094-1303768727
RUNJOBID= node137-1303768411-5999
PBS_JOBID= 13157155
Free space on /tmp= 71456 MiB

SOLVER NAME= SApperloT 2011-03-23
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.030-NOTKNOWN.cnf
COMMAND LINE= SApperloT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286094-1303768727/watcher-3286094-1303768727 -o /tmp/evaluation-result-3286094-1303768727/solver-3286094-1303768727 -C 2400 -W 1300 -M 7680  SApperloT HOME/instance-3286094-1303768727.cnf

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

MD5SUM BENCH= c6d3480970bb2819448dd0a800a3cf1c
RANDOM SEED=1604153682

node137.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.844
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.844
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.844
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.844
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.74
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.844
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.844
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.844
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.83
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.844
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:     32951124 kB
MemFree:      23140836 kB
Buffers:       1737112 kB
Cached:        6858856 kB
SwapCached:        112 kB
Active:        2672552 kB
Inactive:      6578440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23140836 kB
SwapTotal:    67111528 kB
SwapFree:     67111412 kB
Dirty:          243736 kB
Writeback:           0 kB
AnonPages:      654796 kB
Mapped:          15684 kB
Slab:           492016 kB
PageTables:       6476 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   984844 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= 71660 MiB
End job on node137 at 2011-04-26 00:20:33