Trace number 3285224

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
MPhaseSAT64 2011-03-03? (TO) 1300.07 1300.02

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.cnf
MD5SUMce0d180356398dfbcfd2bbbb1cb3f9e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark375.866
Satisfiable
(Un)Satisfiability was proved
Number of variables1260306
Number of clauses6771840
Sum of the clauses size16095280
Maximum clause length982
Minimum clause length1
Number of clauses of size 1720
Number of clauses of size 26714640
Number of clauses of size 3320
Number of clauses of size 41280
Number of clauses of size 53200
Number of clauses of size over 551680

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-3285224-1303765366/watcher-3285224-1303765366 -o /tmp/evaluation-result-3285224-1303765366/solver-3285224-1303765366 -C 2400 -W 1300 -M 7680 MPhaseSAT64 HOME/instance-3285224-1303765366.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: 4.01 4.02 3.92 4/189 6506
/proc/meminfo: memFree=11901660/32950928 swapFree=67111528/67111528
[pid=6506] ppid=6504 vsize=108884 CPUtime=0 cores=5,7
/proc/6506/stat : 6506 (MPhaseSAT64) R 6504 6506 5482 0 -1 4202496 334 0 0 0 0 0 0 0 22 0 1 0 566767684 111497216 276 33554432000 134512640 134761588 4294954832 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6506/statm: 27221 276 225 61 0 26524 0

[startup+0.078242 s]
/proc/loadavg: 4.01 4.02 3.92 4/189 6506
/proc/meminfo: memFree=11901660/32950928 swapFree=67111528/67111528
[pid=6506] ppid=6504 vsize=108884 CPUtime=0.07 cores=5,7
/proc/6506/stat : 6506 (MPhaseSAT64) R 6504 6506 5482 0 -1 4202496 710 0 0 0 7 0 0 0 22 0 1 0 566767684 111497216 652 33554432000 134512640 134761588 4294954832 18446744073709551615 134531305 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6506/statm: 27221 652 225 61 0 26524 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 108884

[startup+0.100241 s]
/proc/loadavg: 4.01 4.02 3.92 4/189 6506
/proc/meminfo: memFree=11901660/32950928 swapFree=67111528/67111528
[pid=6506] ppid=6504 vsize=108884 CPUtime=0.09 cores=5,7
/proc/6506/stat : 6506 (MPhaseSAT64) R 6504 6506 5482 0 -1 4202496 823 0 0 0 9 0 0 0 22 0 1 0 566767684 111497216 765 33554432000 134512640 134761588 4294954832 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6506/statm: 27221 765 225 61 0 26524 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 108884

[startup+0.300215 s]
/proc/loadavg: 4.01 4.02 3.92 4/189 6506
/proc/meminfo: memFree=11901660/32950928 swapFree=67111528/67111528
[pid=6506] ppid=6504 vsize=108884 CPUtime=0.29 cores=5,7
/proc/6506/stat : 6506 (MPhaseSAT64) R 6504 6506 5482 0 -1 4202496 1843 0 0 0 29 0 0 0 23 0 1 0 566767684 111497216 1785 33554432000 134512640 134761588 4294954832 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6506/statm: 27221 1785 225 61 0 26524 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 108884

[startup+0.701126 s]
/proc/loadavg: 4.01 4.02 3.92 4/189 6506
/proc/meminfo: memFree=11901660/32950928 swapFree=67111528/67111528
[pid=6506] ppid=6504 vsize=108884 CPUtime=0.69 cores=5,7
/proc/6506/stat : 6506 (MPhaseSAT64) R 6504 6506 5482 0 -1 4202496 3777 0 0 0 69 0 0 0 25 0 1 0 566767684 111497216 3719 33554432000 134512640 134761588 4294954832 18446744073709551615 134531305 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6506/statm: 27221 3720 225 61 0 26524 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 108884

[startup+1.50099 s]
/proc/loadavg: 4.17 4.05 3.93 5/190 6507
/proc/meminfo: memFree=11869048/32950928 swapFree=67111528/67111528
[pid=6506] ppid=6504 vsize=108884 CPUtime=1.49 cores=5,7
/proc/6506/stat : 6506 (MPhaseSAT64) R 6504 6506 5482 0 -1 4202496 7605 0 0 0 147 2 0 0 25 0 1 0 566767684 111497216 7547 33554432000 134512640 134761588 4294954832 18446744073709551615 134531305 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6506/statm: 27221 7547 225 61 0 26524 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 108884

[startup+3.10067 s]
/proc/loadavg: 4.17 4.05 3.93 5/190 6507
/proc/meminfo: memFree=11850200/32950928 swapFree=67111528/67111528
[pid=6506] ppid=6504 vsize=108884 CPUtime=3.09 cores=5,7
/proc/6506/stat : 6506 (MPhaseSAT64) R 6504 6506 5482 0 -1 4202496 15254 0 0 0 304 5 0 0 25 0 1 0 566767684 111497216 15196 33554432000 134512640 134761588 4294954832 18446744073709551615 10127564 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6506/statm: 27221 15196 225 61 0 26524 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 108884

[startup+6.30108 s]
/proc/loadavg: 4.15 4.05 3.93 5/190 6507
/proc/meminfo: memFree=11656872/32950928 swapFree=67111528/67111528
[pid=6506] ppid=6504 vsize=334456 CPUtime=6.29 cores=5,7
/proc/6506/stat : 6506 (MPhaseSAT64) R 6504 6506 5482 0 -1 4202496 93395 0 0 0 612 17 0 0 25 0 1 0 566767684 342482944 79032 33554432000 134512640 134761588 4294954832 18446744073709551615 134642856 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6506/statm: 83614 79032 1477 61 0 82917 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 334456

[startup+12.7009 s]
/proc/loadavg: 4.14 4.05 3.93 5/190 6507
/proc/meminfo: memFree=11521724/32950928 swapFree=67111528/67111528
[pid=6506] ppid=6504 vsize=355240 CPUtime=12.69 cores=5,7
/proc/6506/stat : 6506 (MPhaseSAT64) R 6504 6506 5482 0 -1 4202496 204105 0 0 0 1237 32 0 0 25 0 1 0 566767684 363765760 84241 33554432000 134512640 134761588 4294954832 18446744073709551615 134634056 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6506/statm: 88810 84241 1488 61 0 88113 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 355240

[startup+25.5005 s]
/proc/loadavg: 4.11 4.05 3.93 5/190 6508
/proc/meminfo: memFree=11555972/32950928 swapFree=67111528/67111528
[pid=6506] ppid=6504 vsize=376872 CPUtime=25.49 cores=5,7
/proc/6506/stat : 6506 (MPhaseSAT64) R 6504 6506 5482 0 -1 4202496 209515 0 0 0 2516 33 0 0 25 0 1 0 566767684 385916928 89651 33554432000 134512640 134761588 4294954832 18446744073709551615 134622172 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6506/statm: 94218 89651 1488 61 0 93521 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 376872

[startup+51.1006 s]
/proc/loadavg: 4.07 4.04 3.93 5/190 6508
/proc/meminfo: memFree=11555956/32950928 swapFree=67111528/67111528
[pid=6506] ppid=6504 vsize=338520 CPUtime=51.09 cores=5,7
/proc/6506/stat : 6506 (MPhaseSAT64) R 6504 6506 5482 0 -1 4202496 236919 0 0 0 5072 37 0 0 25 0 1 0 566767684 346644480 80037 33554432000 134512640 134761588 4294954832 18446744073709551615 134685655 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6506/statm: 84630 80037 1493 61 0 83933 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 338520

[startup+102.307 s]
/proc/loadavg: 4.03 4.03 3.93 5/190 6510
/proc/meminfo: memFree=11365232/32950928 swapFree=67111528/67111528
[pid=6506] ppid=6504 vsize=377000 CPUtime=102.3 cores=5,7
/proc/6506/stat : 6506 (MPhaseSAT64) R 6504 6506 5482 0 -1 4202496 435503 0 0 0 10165 65 0 0 25 0 1 0 566767684 386048000 89657 33554432000 134512640 134761588 4294954832 18446744073709551615 134704114 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6506/statm: 94250 89657 1493 61 0 93553 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 377000

[startup+162.301 s]
/proc/loadavg: 4.04 4.04 3.94 5/190 6511
/proc/meminfo: memFree=11470496/32950928 swapFree=67111528/67111528
[pid=6506] ppid=6504 vsize=377000 CPUtime=162.29 cores=5,7
/proc/6506/stat : 6506 (MPhaseSAT64) R 6504 6506 5482 0 -1 4202496 661485 0 0 0 16132 97 0 0 25 0 1 0 566767684 386048000 89657 33554432000 134512640 134761588 4294954832 18446744073709551615 134634493 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6506/statm: 94250 89657 1493 61 0 93553 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 377000

[startup+222.3 s]
/proc/loadavg: 4.01 4.03 3.94 5/190 6513
/proc/meminfo: memFree=11455100/32950928 swapFree=67111528/67111528
[pid=6506] ppid=6504 vsize=377000 CPUtime=222.3 cores=5,7
/proc/6506/stat : 6506 (MPhaseSAT64) R 6504 6506 5482 0 -1 4202496 887467 0 0 0 22101 129 0 0 25 0 1 0 566767684 386048000 89657 33554432000 134512640 134761588 4294954832 18446744073709551615 134634611 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6506/statm: 94250 89657 1493 61 0 93553 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 377000

[startup+282.301 s]
/proc/loadavg: 4.00 4.02 3.94 5/190 6514
/proc/meminfo: memFree=11541892/32950928 swapFree=67111528/67111528
[pid=6506] ppid=6504 vsize=377000 CPUtime=282.3 cores=5,7
/proc/6506/stat : 6506 (MPhaseSAT64) R 6504 6506 5482 0 -1 4202496 1113449 0 0 0 28071 159 0 0 25 0 1 0 566767684 386048000 89657 33554432000 134512640 134761588 4294954832 18446744073709551615 134634347 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6506/statm: 94250 89657 1493 61 0 93553 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 377000

[startup+342.301 s]
/proc/loadavg: 4.00 4.02 3.94 5/190 6516
/proc/meminfo: memFree=11545596/32950928 swapFree=67111528/67111528
[pid=6506] ppid=6504 vsize=377000 CPUtime=342.3 cores=5,7
/proc/6506/stat : 6506 (MPhaseSAT64) R 6504 6506 5482 0 -1 4202496 1339431 0 0 0 34040 190 0 0 25 0 1 0 566767684 386048000 89657 33554432000 134512640 134761588 4294954832 18446744073709551615 134634347 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6506/statm: 94250 89657 1493 61 0 93553 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 377000

[startup+402.3 s]
/proc/loadavg: 4.00 4.01 3.94 5/190 6518
/proc/meminfo: memFree=11577452/32950928 swapFree=67111528/67111528
[pid=6506] ppid=6504 vsize=359464 CPUtime=402.3 cores=5,7
/proc/6506/stat : 6506 (MPhaseSAT64) R 6504 6506 5482 0 -1 4202496 1561029 0 0 0 40009 221 0 0 25 0 1 0 566767684 368091136 85273 33554432000 134512640 134761588 4294954832 18446744073709551615 134634347 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6506/statm: 89866 85273 1493 61 0 89169 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 359464

[startup+462.301 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 6519
/proc/meminfo: memFree=11579420/32950928 swapFree=67111528/67111528
[pid=6506] ppid=6504 vsize=355368 CPUtime=462.31 cores=5,7
/proc/6506/stat : 6506 (MPhaseSAT64) R 6504 6506 5482 0 -1 4202496 1785987 0 0 0 45981 250 0 0 25 0 1 0 566767684 363896832 84249 33554432000 134512640 134761588 4294954832 18446744073709551615 134621425 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6506/statm: 88842 84249 1493 61 0 88145 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 355368

[startup+522.301 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 6521
/proc/meminfo: memFree=11625532/32950928 swapFree=67111528/67111528
[pid=6506] ppid=6504 vsize=461676 CPUtime=522.31 cores=5,7
/proc/6506/stat : 6506 (MPhaseSAT64) R 6504 6506 5482 0 -1 4202496 1956283 0 0 0 51957 274 0 0 25 0 1 0 566767684 472756224 110826 33554432000 134512640 134761588 4294954832 18446744073709551615 134618256 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6506/statm: 115419 110826 1493 61 0 114722 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 461676

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 6522
/proc/meminfo: memFree=11588572/32950928 swapFree=67111528/67111528
[pid=6506] ppid=6504 vsize=346412 CPUtime=582.31 cores=5,7
/proc/6506/stat : 6506 (MPhaseSAT64) R 6504 6506 5482 0 -1 4202496 2057395 0 0 0 57943 288 0 0 25 0 1 0 566767684 354725888 82010 33554432000 134512640 134761588 4294954832 18446744073709551615 134647264 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6506/statm: 86603 82010 1493 61 0 85906 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 346412

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 6524
/proc/meminfo: memFree=11606900/32950928 swapFree=67111528/67111528
[pid=6506] ppid=6504 vsize=343848 CPUtime=642.32 cores=5,7
/proc/6506/stat : 6506 (MPhaseSAT64) R 6504 6506 5482 0 -1 4202496 2282736 0 0 0 63912 320 0 0 25 0 1 0 566767684 352100352 81369 33554432000 134512640 134761588 4294954832 18446744073709551615 134682731 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6506/statm: 85962 81369 1493 61 0 85265 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 343848

[startup+702.301 s]
/proc/loadavg: 4.07 4.02 3.94 5/190 6526
/proc/meminfo: memFree=11575144/32950928 swapFree=67111528/67111528
[pid=6506] ppid=6504 vsize=342820 CPUtime=702.31 cores=5,7
/proc/6506/stat : 6506 (MPhaseSAT64) R 6504 6506 5482 0 -1 4202496 2508461 0 0 0 69880 351 0 0 25 0 1 0 566767684 351047680 81112 33554432000 134512640 134761588 4294954832 18446744073709551615 134751691 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6506/statm: 85705 81112 1493 61 0 85008 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 342820

[startup+762.307 s]
/proc/loadavg: 4.02 4.01 3.94 5/190 6527
/proc/meminfo: memFree=11537540/32950928 swapFree=67111528/67111528
[pid=6506] ppid=6504 vsize=341352 CPUtime=762.32 cores=5,7
/proc/6506/stat : 6506 (MPhaseSAT64) R 6504 6506 5482 0 -1 4202496 2723686 0 0 0 75851 381 0 0 25 0 1 0 566767684 349544448 80745 33554432000 134512640 134761588 4294954832 18446744073709551615 134682592 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6506/statm: 85338 80745 1493 61 0 84641 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 341352

[startup+822.301 s]
/proc/loadavg: 4.09 4.02 3.95 5/190 6529
/proc/meminfo: memFree=11617256/32950928 swapFree=67111528/67111528
[pid=6506] ppid=6504 vsize=339808 CPUtime=822.32 cores=5,7
/proc/6506/stat : 6506 (MPhaseSAT64) R 6504 6506 5482 0 -1 4202496 2949025 0 0 0 81820 412 0 0 25 0 1 0 566767684 347963392 80359 33554432000 134512640 134761588 4294954832 18446744073709551615 134748569 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6506/statm: 84952 80359 1493 61 0 84255 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 339808

[startup+882.3 s]
/proc/loadavg: 2.86 3.69 3.84 3/178 6566
/proc/meminfo: memFree=12384544/32950928 swapFree=67111528/67111528
[pid=6506] ppid=6504 vsize=337496 CPUtime=882.32 cores=5,7
/proc/6506/stat : 6506 (MPhaseSAT64) R 6504 6506 5482 0 -1 4202496 3164040 0 0 0 87789 443 0 0 25 0 1 0 566767684 345595904 79781 33554432000 134512640 134761588 4294954832 18446744073709551615 134685720 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6506/statm: 84374 79781 1493 61 0 83677 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 337496

[startup+942.3 s]
/proc/loadavg: 1.71 3.21 3.66 2/172 6586
/proc/meminfo: memFree=12502160/32950928 swapFree=67111528/67111528
[pid=6506] ppid=6504 vsize=339872 CPUtime=942.32 cores=5,7
/proc/6506/stat : 6506 (MPhaseSAT64) R 6504 6506 5482 0 -1 4202496 3386971 0 0 0 93756 476 0 0 25 0 1 0 566767684 348028928 80375 33554432000 134512640 134761588 4294954832 18446744073709551615 134724470 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6506/statm: 84968 80375 1493 61 0 84271 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 339872

[startup+1002.3 s]
/proc/loadavg: 1.33 2.82 3.50 2/172 6588
/proc/meminfo: memFree=12502144/32950928 swapFree=67111528/67111528
[pid=6506] ppid=6504 vsize=377000 CPUtime=1002.33 cores=5,7
/proc/6506/stat : 6506 (MPhaseSAT64) R 6504 6506 5482 0 -1 4202496 3599251 0 0 0 99726 507 0 0 25 0 1 0 566767684 386048000 89657 33554432000 134512640 134761588 4294954832 18446744073709551615 134617328 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6506/statm: 94250 89657 1493 61 0 93553 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 377000

[startup+1062.3 s]
/proc/loadavg: 1.12 2.49 3.34 2/172 6589
/proc/meminfo: memFree=12502232/32950928 swapFree=67111528/67111528
[pid=6506] ppid=6504 vsize=377000 CPUtime=1062.32 cores=5,7
/proc/6506/stat : 6506 (MPhaseSAT64) R 6504 6506 5482 0 -1 4202496 3825233 0 0 0 105695 537 0 0 25 0 1 0 566767684 386048000 89657 33554432000 134512640 134761588 4294954832 18446744073709551615 134616756 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6506/statm: 94250 89657 1493 61 0 93553 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 377000

[startup+1122.3 s]
/proc/loadavg: 1.04 2.22 3.19 2/172 6591
/proc/meminfo: memFree=12502200/32950928 swapFree=67111528/67111528
[pid=6506] ppid=6504 vsize=377000 CPUtime=1122.33 cores=5,7
/proc/6506/stat : 6506 (MPhaseSAT64) R 6504 6506 5482 0 -1 4202496 4051215 0 0 0 111663 570 0 0 25 0 1 0 566767684 386048000 89657 33554432000 134512640 134761588 4294954832 18446744073709551615 134634261 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6506/statm: 94250 89657 1493 61 0 93553 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 377000

[startup+1182.3 s]
/proc/loadavg: 1.01 1.99 3.05 2/172 6592
/proc/meminfo: memFree=12502292/32950928 swapFree=67111528/67111528
[pid=6506] ppid=6504 vsize=377000 CPUtime=1182.33 cores=5,7
/proc/6506/stat : 6506 (MPhaseSAT64) R 6504 6506 5482 0 -1 4202496 4277197 0 0 0 117630 603 0 0 25 0 1 0 566767684 386048000 89657 33554432000 134512640 134761588 4294954832 18446744073709551615 134621433 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6506/statm: 94250 89657 1493 61 0 93553 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 377000

[startup+1242.3 s]
/proc/loadavg: 1.00 1.81 2.92 2/172 6594
/proc/meminfo: memFree=12502256/32950928 swapFree=67111528/67111528
[pid=6506] ppid=6504 vsize=377000 CPUtime=1242.34 cores=5,7
/proc/6506/stat : 6506 (MPhaseSAT64) R 6504 6506 5482 0 -1 4202496 4503179 0 0 0 123597 637 0 0 25 0 1 0 566767684 386048000 89657 33554432000 134512640 134761588 4294954832 18446744073709551615 134634301 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6506/statm: 94250 89657 1493 61 0 93553 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 377000



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.00 1.66 2.79 2/172 6596
/proc/meminfo: memFree=12511648/32950928 swapFree=67111528/67111528
[pid=6506] ppid=6504 vsize=367656 CPUtime=1300.04 cores=5,7
/proc/6506/stat : 6506 (MPhaseSAT64) R 6504 6506 5482 0 -1 4202496 4726825 0 0 0 129334 670 0 0 25 0 1 0 566767684 376479744 87321 33554432000 134512640 134761588 4294954832 18446744073709551615 134622212 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6506/statm: 91914 87321 1493 61 0 91217 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 367656

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.02
CPU time (s): 1300.07
CPU user time (s): 1293.35
CPU system time (s): 6.71698
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 461676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1293.35
system time used= 6.71698
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4726825
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= 15
involuntary context switches= 1549

runsolver used 1.89071 second user time and 4.82127 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-25 23:02:50
IDJOB=3285224
IDBENCH=82374
IDSOLVER=1521
FILE ID=node114/3285224-1303765366
RUNJOBID= node114-1303764899-6364
PBS_JOBID= 13157139
Free space on /tmp= 71272 MiB

SOLVER NAME= MPhaseSAT64 2011-03-03
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285224-1303765366/watcher-3285224-1303765366 -o /tmp/evaluation-result-3285224-1303765366/solver-3285224-1303765366 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3285224-1303765366.cnf

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

MD5SUM BENCH= ce0d180356398dfbcfd2bbbb1cb3f9e5
RANDOM SEED=742871496

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11901692 kB
Buffers:       2312840 kB
Cached:       17314248 kB
SwapCached:          0 kB
Active:       10490300 kB
Inactive:      9958580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11901692 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          134100 kB
Writeback:           0 kB
AnonPages:      821320 kB
Mapped:          16680 kB
Slab:           532344 kB
PageTables:       6884 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1017768 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= 71452 MiB
End job on node114 at 2011-04-25 23:24:32