Trace number 3285770

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
SApperloT2010 2011-03-04? (TO) 1300.1 1300.06

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-37-1.130-NOTKNOWN.cnf
MD5SUMc7a9573eb59580c8d4fc5a3ca880d541
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark454.45
Satisfiable
(Un)Satisfiability was proved
Number of variables559571
Number of clauses10223027
Sum of the clauses size22253097
Maximum clause length1408
Minimum clause length1
Number of clauses of size 11517
Number of clauses of size 29836450
Number of clauses of size 3365560
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 519500

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-3285770-1303769293/watcher-3285770-1303769293 -o /tmp/evaluation-result-3285770-1303769293/solver-3285770-1303769293 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3285770-1303769293.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: 2.74 3.02 3.23 5/193 17374
/proc/meminfo: memFree=20538844/32951124 swapFree=67111352/67111528
[pid=17374] ppid=17372 vsize=21072 CPUtime=0 cores=5,7
/proc/17374/stat : 17374 (SApperloT2010) R 17372 17374 17314 0 -1 4202496 1632 0 0 0 0 0 0 0 22 0 1 0 488528044 21577728 1572 33554432000 4194304 4395502 140736096796016 18446744073709551615 4329092 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17374/statm: 5268 1583 245 50 0 2408 0

[startup+0.0396971 s]
/proc/loadavg: 2.74 3.02 3.23 5/193 17374
/proc/meminfo: memFree=20538844/32951124 swapFree=67111352/67111528
[pid=17374] ppid=17372 vsize=133732 CPUtime=0.03 cores=5,7
/proc/17374/stat : 17374 (SApperloT2010) R 17372 17374 17314 0 -1 4202496 10358 0 0 0 2 1 0 0 22 0 1 0 488528044 136941568 10297 33554432000 4194304 4395502 140736096796016 18446744073709551615 246516834048 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17374/statm: 33433 10297 249 50 0 30573 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 133732

[startup+0.100687 s]
/proc/loadavg: 2.74 3.02 3.23 5/193 17374
/proc/meminfo: memFree=20538844/32951124 swapFree=67111352/67111528
[pid=17374] ppid=17372 vsize=134524 CPUtime=0.09 cores=5,7
/proc/17374/stat : 17374 (SApperloT2010) R 17372 17374 17314 0 -1 4202496 10550 0 0 0 8 1 0 0 22 0 1 0 488528044 137752576 10489 33554432000 4194304 4395502 140736096796016 18446744073709551615 246516834048 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17374/statm: 33631 10489 249 50 0 30771 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 134524

[startup+0.300652 s]
/proc/loadavg: 2.74 3.02 3.23 5/193 17374
/proc/meminfo: memFree=20538844/32951124 swapFree=67111352/67111528
[pid=17374] ppid=17372 vsize=146504 CPUtime=0.29 cores=5,7
/proc/17374/stat : 17374 (SApperloT2010) R 17372 17374 17314 0 -1 4202496 13633 0 0 0 28 1 0 0 23 0 1 0 488528044 150020096 13539 33554432000 4194304 4395502 140736096796016 18446744073709551615 246516834048 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17374/statm: 36626 13539 249 50 0 33766 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 146504

[startup+0.700579 s]
/proc/loadavg: 2.74 3.02 3.23 5/193 17374
/proc/meminfo: memFree=20538844/32951124 swapFree=67111352/67111528
[pid=17374] ppid=17372 vsize=209748 CPUtime=0.69 cores=5,7
/proc/17374/stat : 17374 (SApperloT2010) R 17372 17374 17314 0 -1 4202496 29495 0 0 0 65 4 0 0 25 0 1 0 488528044 214781952 29401 33554432000 4194304 4395502 140736096796016 18446744073709551615 246516834048 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17374/statm: 52437 29401 249 50 0 49577 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 209748

[startup+2.06633 s]
/proc/loadavg: 2.74 3.02 3.23 5/193 17374
/proc/meminfo: memFree=20538844/32951124 swapFree=67111352/67111528
[pid=17374] ppid=17372 vsize=426332 CPUtime=2.06 cores=5,7
/proc/17374/stat : 17374 (SApperloT2010) R 17372 17374 17314 0 -1 4202496 83877 0 0 0 192 14 0 0 25 0 1 0 488528044 436563968 83783 33554432000 4194304 4395502 140736096796016 18446744073709551615 246516834048 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17374/statm: 106583 83783 249 50 0 103723 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 426332

[startup+3.10014 s]
/proc/loadavg: 3.08 3.08 3.25 5/194 17375
/proc/meminfo: memFree=20167848/32951124 swapFree=67111352/67111528
[pid=17374] ppid=17372 vsize=589760 CPUtime=3.08 cores=5,7
/proc/17374/stat : 17374 (SApperloT2010) R 17372 17374 17314 0 -1 4202496 124945 0 0 0 287 21 0 0 25 0 1 0 488528044 603914240 124851 33554432000 4194304 4395502 140736096796016 18446744073709551615 246516495045 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17374/statm: 147440 124852 249 50 0 144580 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 589760

[startup+6.30056 s]
/proc/loadavg: 3.08 3.08 3.25 5/194 17375
/proc/meminfo: memFree=19659836/32951124 swapFree=67111352/67111528
[pid=17374] ppid=17372 vsize=973136 CPUtime=6.28 cores=5,7
/proc/17374/stat : 17374 (SApperloT2010) R 17372 17374 17314 0 -1 4202496 222062 0 0 0 594 34 0 0 25 0 1 0 488528044 996491264 211383 33554432000 4194304 4395502 140736096796016 18446744073709551615 4314366 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17374/statm: 243284 211383 260 50 0 240424 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 973136

[startup+12.7004 s]
/proc/loadavg: 3.37 3.15 3.27 5/194 17375
/proc/meminfo: memFree=19633548/32951124 swapFree=67111352/67111528
[pid=17374] ppid=17372 vsize=981328 CPUtime=12.69 cores=5,7
/proc/17374/stat : 17374 (SApperloT2010) R 17372 17374 17314 0 -1 4202496 223185 0 0 0 1234 35 0 0 25 0 1 0 488528044 1004879872 212506 33554432000 4194304 4395502 140736096796016 18446744073709551615 4288516 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17374/statm: 245332 212506 263 50 0 242472 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 981328

[startup+25.5011 s]
/proc/loadavg: 3.47 3.17 3.28 5/194 17375
/proc/meminfo: memFree=19574220/32951124 swapFree=67111352/67111528
[pid=17374] ppid=17372 vsize=981328 CPUtime=25.49 cores=5,7
/proc/17374/stat : 17374 (SApperloT2010) R 17372 17374 17314 0 -1 4202496 223618 0 0 0 2514 35 0 0 25 0 1 0 488528044 1004879872 212939 33554432000 4194304 4395502 140736096796016 18446744073709551615 4289070 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17374/statm: 245332 212939 263 50 0 242472 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 981328

[startup+51.1004 s]
/proc/loadavg: 3.65 3.24 3.29 5/194 17376
/proc/meminfo: memFree=19445376/32951124 swapFree=67111352/67111528
[pid=17374] ppid=17372 vsize=981328 CPUtime=51.09 cores=5,7
/proc/17374/stat : 17374 (SApperloT2010) R 17372 17374 17314 0 -1 4202496 223618 0 0 0 5074 35 0 0 25 0 1 0 488528044 1004879872 212939 33554432000 4194304 4395502 140736096796016 18446744073709551615 4289026 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17374/statm: 245332 212939 263 50 0 242472 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 981328

[startup+102.301 s]
/proc/loadavg: 3.86 3.37 3.33 5/194 17377
/proc/meminfo: memFree=19147244/32951124 swapFree=67111352/67111528
[pid=17374] ppid=17372 vsize=1005904 CPUtime=102.3 cores=5,7
/proc/17374/stat : 17374 (SApperloT2010) R 17372 17374 17314 0 -1 4202496 228663 0 0 0 10195 35 0 0 25 0 1 0 488528044 1030045696 217984 33554432000 4194304 4395502 140736096796016 18446744073709551615 4288800 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17374/statm: 251476 217984 263 50 0 248616 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1005904

[startup+162.301 s]
/proc/loadavg: 4.00 3.49 3.38 5/194 17379
/proc/meminfo: memFree=18800284/32951124 swapFree=67111352/67111528
[pid=17374] ppid=17372 vsize=1005904 CPUtime=162.29 cores=5,7
/proc/17374/stat : 17374 (SApperloT2010) R 17372 17374 17314 0 -1 4202496 228663 0 0 0 16194 35 0 0 25 0 1 0 488528044 1030045696 217984 33554432000 4194304 4395502 140736096796016 18446744073709551615 4288362 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17374/statm: 251476 217984 263 50 0 248616 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1005904

[startup+222.307 s]
/proc/loadavg: 4.04 3.60 3.42 5/194 17381
/proc/meminfo: memFree=18461508/32951124 swapFree=67111352/67111528
[pid=17374] ppid=17372 vsize=1038676 CPUtime=222.3 cores=5,7
/proc/17374/stat : 17374 (SApperloT2010) R 17372 17374 17314 0 -1 4202496 234236 0 0 0 22195 35 0 0 25 0 1 0 488528044 1063604224 223557 33554432000 4194304 4395502 140736096796016 18446744073709551615 4288981 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17374/statm: 259669 223557 263 50 0 256809 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 1038676

[startup+282.3 s]
/proc/loadavg: 4.07 3.68 3.46 5/194 17382
/proc/meminfo: memFree=18137852/32951124 swapFree=67111352/67111528
[pid=17374] ppid=17372 vsize=1038676 CPUtime=282.3 cores=5,7
/proc/17374/stat : 17374 (SApperloT2010) R 17372 17374 17314 0 -1 4202496 236890 0 0 0 28194 36 0 0 25 0 1 0 488528044 1063604224 226211 33554432000 4194304 4395502 140736096796016 18446744073709551615 4288773 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17374/statm: 259669 226211 263 50 0 256809 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1038676

[startup+342.3 s]
/proc/loadavg: 4.14 3.77 3.50 5/194 17384
/proc/meminfo: memFree=18014708/32951124 swapFree=67111352/67111528
[pid=17374] ppid=17372 vsize=1117192 CPUtime=342.3 cores=5,7
/proc/17374/stat : 17374 (SApperloT2010) R 17372 17374 17314 0 -1 4202496 264351 0 0 0 34189 41 0 0 25 0 1 0 488528044 1144004608 245479 33554432000 4194304 4395502 140736096796016 18446744073709551615 4288781 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17374/statm: 279298 245479 263 50 0 276438 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1117192

[startup+402.3 s]
/proc/loadavg: 4.05 3.81 3.53 5/194 17385
/proc/meminfo: memFree=17917728/32951124 swapFree=67111352/67111528
[pid=17374] ppid=17372 vsize=1171664 CPUtime=402.3 cores=5,7
/proc/17374/stat : 17374 (SApperloT2010) R 17372 17374 17314 0 -1 4202496 277968 0 0 0 40185 45 0 0 25 0 1 0 488528044 1199783936 259096 33554432000 4194304 4395502 140736096796016 18446744073709551615 4288756 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17374/statm: 292916 259096 263 50 0 290056 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1171664

[startup+462.301 s]
/proc/loadavg: 4.02 3.84 3.55 5/194 17387
/proc/meminfo: memFree=17724396/32951124 swapFree=67111352/67111528
[pid=17374] ppid=17372 vsize=1226500 CPUtime=462.3 cores=5,7
/proc/17374/stat : 17374 (SApperloT2010) R 17372 17374 17314 0 -1 4202496 291657 0 0 0 46182 48 0 0 25 0 1 0 488528044 1255936000 272785 33554432000 4194304 4395502 140736096796016 18446744073709551615 4289174 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17374/statm: 306625 272785 263 50 0 303765 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1226500

[startup+522.301 s]
/proc/loadavg: 4.05 3.88 3.58 5/194 17389
/proc/meminfo: memFree=17670444/32951124 swapFree=67111352/67111528
[pid=17374] ppid=17372 vsize=1261152 CPUtime=522.3 cores=5,7
/proc/17374/stat : 17374 (SApperloT2010) R 17372 17374 17314 0 -1 4202496 300352 0 0 0 52181 49 0 0 25 0 1 0 488528044 1291419648 281480 33554432000 4194304 4395502 140736096796016 18446744073709551615 4288579 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17374/statm: 315288 281480 263 50 0 312428 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1261152

[startup+582.301 s]
/proc/loadavg: 4.02 3.90 3.61 5/194 17390
/proc/meminfo: memFree=17639672/32951124 swapFree=67111352/67111528
[pid=17374] ppid=17372 vsize=1291368 CPUtime=582.31 cores=5,7
/proc/17374/stat : 17374 (SApperloT2010) R 17372 17374 17314 0 -1 4202496 307908 0 0 0 58180 51 0 0 25 0 1 0 488528044 1322360832 289036 33554432000 4194304 4395502 140736096796016 18446744073709551615 4289043 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17374/statm: 322842 289036 263 50 0 319982 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1291368

[startup+642.301 s]
/proc/loadavg: 4.00 3.92 3.63 5/194 17392
/proc/meminfo: memFree=17577656/32951124 swapFree=67111352/67111528
[pid=17374] ppid=17372 vsize=1291368 CPUtime=642.31 cores=5,7
/proc/17374/stat : 17374 (SApperloT2010) R 17372 17374 17314 0 -1 4202496 307908 0 0 0 64180 51 0 0 25 0 1 0 488528044 1322360832 289036 33554432000 4194304 4395502 140736096796016 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17374/statm: 322842 289036 263 50 0 319982 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1291368

[startup+702.301 s]
/proc/loadavg: 4.12 3.96 3.66 5/194 17393
/proc/meminfo: memFree=17555820/32951124 swapFree=67111352/67111528
[pid=17374] ppid=17372 vsize=1291368 CPUtime=702.31 cores=5,7
/proc/17374/stat : 17374 (SApperloT2010) R 17372 17374 17314 0 -1 4202496 307908 0 0 0 70180 51 0 0 25 0 1 0 488528044 1322360832 289036 33554432000 4194304 4395502 140736096796016 18446744073709551615 4288781 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17374/statm: 322842 289036 263 50 0 319982 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1291368

[startup+762.301 s]
/proc/loadavg: 4.09 3.98 3.68 5/194 17395
/proc/meminfo: memFree=17555684/32951124 swapFree=67111352/67111528
[pid=17374] ppid=17372 vsize=1291368 CPUtime=762.32 cores=5,7
/proc/17374/stat : 17374 (SApperloT2010) R 17372 17374 17314 0 -1 4202496 307908 0 0 0 76181 51 0 0 25 0 1 0 488528044 1322360832 289036 33554432000 4194304 4395502 140736096796016 18446744073709551615 4296868 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17374/statm: 322842 289036 263 50 0 319982 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1291368

[startup+822.301 s]
/proc/loadavg: 4.03 3.98 3.70 5/194 17397
/proc/meminfo: memFree=17527888/32951124 swapFree=67111352/67111528
[pid=17374] ppid=17372 vsize=1291368 CPUtime=822.31 cores=5,7
/proc/17374/stat : 17374 (SApperloT2010) R 17372 17374 17314 0 -1 4202496 307909 0 0 0 82180 51 0 0 25 0 1 0 488528044 1322360832 289037 33554432000 4194304 4395502 140736096796016 18446744073709551615 4289171 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17374/statm: 322842 289037 263 50 0 319982 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1291368

[startup+882.307 s]
/proc/loadavg: 4.06 4.00 3.72 5/194 17398
/proc/meminfo: memFree=17486576/32951124 swapFree=67111352/67111528
[pid=17374] ppid=17372 vsize=1291368 CPUtime=882.32 cores=5,7
/proc/17374/stat : 17374 (SApperloT2010) R 17372 17374 17314 0 -1 4202496 307909 0 0 0 88181 51 0 0 25 0 1 0 488528044 1322360832 289037 33554432000 4194304 4395502 140736096796016 18446744073709551615 4288545 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17374/statm: 322842 289037 263 50 0 319982 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 1291368

[startup+942.301 s]
/proc/loadavg: 4.02 4.00 3.74 5/194 17400
/proc/meminfo: memFree=17310476/32951124 swapFree=67111352/67111528
[pid=17374] ppid=17372 vsize=1356904 CPUtime=942.32 cores=5,7
/proc/17374/stat : 17374 (SApperloT2010) R 17372 17374 17314 0 -1 4202496 334269 0 0 0 94179 53 0 0 25 0 1 0 488528044 1389469696 299012 33554432000 4194304 4395502 140736096796016 18446744073709551615 4288713 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17374/statm: 339226 299012 263 50 0 336366 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1356904

[startup+1002.3 s]
/proc/loadavg: 4.01 4.00 3.75 5/194 17401
/proc/meminfo: memFree=17130160/32951124 swapFree=67111352/67111528
[pid=17374] ppid=17372 vsize=1372160 CPUtime=1002.32 cores=5,7
/proc/17374/stat : 17374 (SApperloT2010) R 17372 17374 17314 0 -1 4202496 345829 0 0 0 100177 55 0 0 25 0 1 0 488528044 1405091840 310572 33554432000 4194304 4395502 140736096796016 18446744073709551615 4289112 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17374/statm: 343040 310572 263 50 0 340180 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1372160

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.76 5/194 17403
/proc/meminfo: memFree=16993112/32951124 swapFree=67111352/67111528
[pid=17374] ppid=17372 vsize=1388608 CPUtime=1062.32 cores=5,7
/proc/17374/stat : 17374 (SApperloT2010) R 17372 17374 17314 0 -1 4202496 349946 0 0 0 106176 56 0 0 25 0 1 0 488528044 1421934592 314689 33554432000 4194304 4395502 140736096796016 18446744073709551615 4288880 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17374/statm: 347152 314689 263 50 0 344292 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1388608

[startup+1122.3 s]
/proc/loadavg: 4.04 4.01 3.78 5/194 17405
/proc/meminfo: memFree=16873552/32951124 swapFree=67111352/67111528
[pid=17374] ppid=17372 vsize=1388608 CPUtime=1122.32 cores=5,7
/proc/17374/stat : 17374 (SApperloT2010) R 17372 17374 17314 0 -1 4202496 349946 0 0 0 112176 56 0 0 25 0 1 0 488528044 1421934592 314689 33554432000 4194304 4395502 140736096796016 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17374/statm: 347152 314689 263 50 0 344292 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1388608

[startup+1182.3 s]
/proc/loadavg: 4.07 4.02 3.79 5/194 17406
/proc/meminfo: memFree=16863360/32951124 swapFree=67111352/67111528
[pid=17374] ppid=17372 vsize=1388608 CPUtime=1182.33 cores=5,7
/proc/17374/stat : 17374 (SApperloT2010) R 17372 17374 17314 0 -1 4202496 349946 0 0 0 118177 56 0 0 25 0 1 0 488528044 1421934592 314689 33554432000 4194304 4395502 140736096796016 18446744073709551615 4288736 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17374/statm: 347152 314689 263 50 0 344292 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1388608

[startup+1242.3 s]
/proc/loadavg: 4.14 4.04 3.82 5/194 17408
/proc/meminfo: memFree=16862472/32951124 swapFree=67111352/67111528
[pid=17374] ppid=17372 vsize=1388608 CPUtime=1242.33 cores=5,7
/proc/17374/stat : 17374 (SApperloT2010) R 17372 17374 17314 0 -1 4202496 349946 0 0 0 124177 56 0 0 25 0 1 0 488528044 1421934592 314689 33554432000 4194304 4395502 140736096796016 18446744073709551615 4289033 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17374/statm: 347152 314689 263 50 0 344292 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1388608



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.94 4.02 3.82 5/186 17481
/proc/meminfo: memFree=19388120/32951124 swapFree=67111352/67111528
[pid=17374] ppid=17372 vsize=1388608 CPUtime=1300.03 cores=5,7
/proc/17374/stat : 17374 (SApperloT2010) R 17372 17374 17314 0 -1 4202496 349946 0 0 0 129947 56 0 0 25 0 1 0 488528044 1421934592 314689 33554432000 4194304 4395502 140736096796016 18446744073709551615 4289061 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17374/statm: 347152 314689 263 50 0 344292 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1388608

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.06
CPU time (s): 1300.1
CPU user time (s): 1299.48
CPU system time (s): 0.616906
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1422444

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

runsolver used 2.14067 second user time and 4.95125 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-26 00:08:19
IDJOB=3285770
IDBENCH=82399
IDSOLVER=1655
FILE ID=node134/3285770-1303769293
RUNJOBID= node134-1303769292-17335
PBS_JOBID= 13157169
Free space on /tmp= 70816 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-37-1.130-NOTKNOWN.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285770-1303769293/watcher-3285770-1303769293 -o /tmp/evaluation-result-3285770-1303769293/solver-3285770-1303769293 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3285770-1303769293.cnf

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

MD5SUM BENCH= c7a9573eb59580c8d4fc5a3ca880d541
RANDOM SEED=614531139

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20539124 kB
Buffers:       2296008 kB
Cached:        9029916 kB
SwapCached:         64 kB
Active:        5065380 kB
Inactive:      6792852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20539124 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:          257276 kB
Writeback:           0 kB
AnonPages:      531352 kB
Mapped:          15684 kB
Slab:           487864 kB
PageTables:       6264 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   837456 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 70564 MiB
End job on node134 at 2011-04-26 00:30:01