Trace number 3285822

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

General information on the benchmark

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

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3285822-1303767693/watcher-3285822-1303767693 -o /tmp/evaluation-result-3285822-1303767693/solver-3285822-1303767693 -C 2400 -W 1300 -M 7680 MPhaseSAT64 HOME/instance-3285822-1303767693.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.10 3.07 3.26 5/186 3994
/proc/meminfo: memFree=20222540/32951124 swapFree=67111464/67111528
[pid=3994] ppid=3992 vsize=131716 CPUtime=0 cores=4,6
/proc/3994/stat : 3994 (MPhaseSAT64) R 3992 3994 2288 0 -1 4202496 319 0 0 0 0 0 0 0 21 0 1 0 488367819 134877184 260 33554432000 134512640 134761588 4287761664 18446744073709551615 134531305 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/3994/statm: 32929 260 225 61 0 32232 0

[startup+0.06897 s]
/proc/loadavg: 3.10 3.07 3.26 5/186 3994
/proc/meminfo: memFree=20222540/32951124 swapFree=67111464/67111528
[pid=3994] ppid=3992 vsize=131716 CPUtime=0.06 cores=4,6
/proc/3994/stat : 3994 (MPhaseSAT64) R 3992 3994 2288 0 -1 4202496 643 0 0 0 6 0 0 0 21 0 1 0 488367819 134877184 584 33554432000 134512640 134761588 4287761664 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/3994/statm: 32929 584 225 61 0 32232 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 131716

[startup+0.100955 s]
/proc/loadavg: 3.10 3.07 3.26 5/186 3994
/proc/meminfo: memFree=20222540/32951124 swapFree=67111464/67111528
[pid=3994] ppid=3992 vsize=131716 CPUtime=0.09 cores=4,6
/proc/3994/stat : 3994 (MPhaseSAT64) R 3992 3994 2288 0 -1 4202496 808 0 0 0 9 0 0 0 21 0 1 0 488367819 134877184 749 33554432000 134512640 134761588 4287761664 18446744073709551615 12256872 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/3994/statm: 32929 749 225 61 0 32232 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 131716

[startup+0.300917 s]
/proc/loadavg: 3.10 3.07 3.26 5/186 3994
/proc/meminfo: memFree=20222540/32951124 swapFree=67111464/67111528
[pid=3994] ppid=3992 vsize=131716 CPUtime=0.29 cores=4,6
/proc/3994/stat : 3994 (MPhaseSAT64) R 3992 3994 2288 0 -1 4202496 1810 0 0 0 29 0 0 0 22 0 1 0 488367819 134877184 1751 33554432000 134512640 134761588 4287761664 18446744073709551615 134531305 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/3994/statm: 32929 1751 225 61 0 32232 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 131716

[startup+0.700863 s]
/proc/loadavg: 3.10 3.07 3.26 5/186 3994
/proc/meminfo: memFree=20222540/32951124 swapFree=67111464/67111528
[pid=3994] ppid=3992 vsize=131716 CPUtime=0.68 cores=4,6
/proc/3994/stat : 3994 (MPhaseSAT64) R 3992 3994 2288 0 -1 4202496 3698 0 0 0 67 1 0 0 23 0 1 0 488367819 134877184 3639 33554432000 134512640 134761588 4287761664 18446744073709551615 134531215 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/3994/statm: 32929 3639 225 61 0 32232 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 131716

[startup+1.50073 s]
/proc/loadavg: 3.10 3.07 3.26 5/190 4001
/proc/meminfo: memFree=20233804/32951124 swapFree=67111464/67111528
[pid=3994] ppid=3992 vsize=131716 CPUtime=1.49 cores=4,6
/proc/3994/stat : 3994 (MPhaseSAT64) R 3992 3994 2288 0 -1 4202496 7513 0 0 0 147 2 0 0 25 0 1 0 488367819 134877184 7454 33554432000 134512640 134761588 4287761664 18446744073709551615 134531215 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/3994/statm: 32929 7454 225 61 0 32232 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 131716

[startup+3.10043 s]
/proc/loadavg: 3.10 3.07 3.26 5/190 4001
/proc/meminfo: memFree=20189040/32951124 swapFree=67111464/67111528
[pid=3994] ppid=3992 vsize=131716 CPUtime=3.09 cores=4,6
/proc/3994/stat : 3994 (MPhaseSAT64) R 3992 3994 2288 0 -1 4202496 15089 0 0 0 304 5 0 0 25 0 1 0 488367819 134877184 15030 33554432000 134512640 134761588 4287761664 18446744073709551615 12392489 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/3994/statm: 32929 15030 225 61 0 32232 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 131716

[startup+6.3009 s]
/proc/loadavg: 3.49 3.16 3.29 5/190 4001
/proc/meminfo: memFree=20062716/32951124 swapFree=67111464/67111528
[pid=3994] ppid=3992 vsize=249380 CPUtime=6.29 cores=4,6
/proc/3994/stat : 3994 (MPhaseSAT64) R 3992 3994 2288 0 -1 4202496 57034 0 0 0 615 14 0 0 25 0 1 0 488367819 255365120 55310 33554432000 134512640 134761588 4287761664 18446744073709551615 134574983 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/3994/statm: 62345 55310 1520 61 0 61648 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 249380

[startup+12.7008 s]
/proc/loadavg: 3.53 3.17 3.29 5/190 4001
/proc/meminfo: memFree=19765236/32951124 swapFree=67111464/67111528
[pid=3994] ppid=3992 vsize=285296 CPUtime=12.69 cores=4,6
/proc/3994/stat : 3994 (MPhaseSAT64) R 3992 3994 2288 0 -1 4202496 312694 0 0 0 1224 45 0 0 25 0 1 0 488367819 292143104 70827 33554432000 134512640 134761588 4287761664 18446744073709551615 134536592 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/3994/statm: 71324 70827 2852 61 0 70627 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 285296

[startup+25.5005 s]
/proc/loadavg: 3.63 3.21 3.30 5/190 4002
/proc/meminfo: memFree=19609008/32951124 swapFree=67111464/67111528
[pid=3994] ppid=3992 vsize=411976 CPUtime=25.49 cores=4,6
/proc/3994/stat : 3994 (MPhaseSAT64) R 3992 3994 2288 0 -1 4202496 712856 0 0 0 2453 96 0 0 25 0 1 0 488367819 421863424 101358 33554432000 134512640 134761588 4287761664 18446744073709551615 134618326 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/3994/statm: 102994 101358 2789 61 0 102297 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 411976

[startup+51.101 s]
/proc/loadavg: 3.82 3.29 3.32 5/190 4002
/proc/meminfo: memFree=19529932/32951124 swapFree=67111464/67111528
[pid=3994] ppid=3992 vsize=471940 CPUtime=51.07 cores=4,6
/proc/3994/stat : 3994 (MPhaseSAT64) R 3992 3994 2288 0 -1 4202496 788628 0 0 0 5000 107 0 0 25 0 1 0 488367819 483266560 116641 33554432000 134512640 134761588 4287761664 18446744073709551615 134690889 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/3994/statm: 117985 116641 2809 61 0 117288 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 471940

[startup+102.301 s]
/proc/loadavg: 3.92 3.40 3.36 5/190 4004
/proc/meminfo: memFree=19379420/32951124 swapFree=67111464/67111528
[pid=3994] ppid=3992 vsize=471940 CPUtime=102.27 cores=4,6
/proc/3994/stat : 3994 (MPhaseSAT64) R 3992 3994 2288 0 -1 4202496 788634 0 0 0 10120 107 0 0 25 0 1 0 488367819 483266560 116647 33554432000 134512640 134761588 4287761664 18446744073709551615 134617417 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/3994/statm: 117985 116647 2810 61 0 117288 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 471940

[startup+162.301 s]
/proc/loadavg: 3.97 3.50 3.39 5/190 4005
/proc/meminfo: memFree=19215080/32951124 swapFree=67111464/67111528
[pid=3994] ppid=3992 vsize=584216 CPUtime=162.26 cores=4,6
/proc/3994/stat : 3994 (MPhaseSAT64) R 3992 3994 2288 0 -1 4202496 871130 0 0 0 16108 118 0 0 25 0 1 0 488367819 598237184 144314 33554432000 134512640 134761588 4287761664 18446744073709551615 134682731 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/3994/statm: 146054 144314 2815 61 0 145357 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 584216

[startup+222.301 s]
/proc/loadavg: 3.99 3.59 3.43 5/190 4007
/proc/meminfo: memFree=19197780/32951124 swapFree=67111464/67111528
[pid=3994] ppid=3992 vsize=590616 CPUtime=222.27 cores=4,6
/proc/3994/stat : 3994 (MPhaseSAT64) R 3992 3994 2288 0 -1 4202496 872730 0 0 0 22108 119 0 0 25 0 1 0 488367819 604790784 145914 33554432000 134512640 134761588 4287761664 18446744073709551615 134685562 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/3994/statm: 147654 145914 2815 61 0 146957 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 590616

[startup+282.3 s]
/proc/loadavg: 3.99 3.66 3.46 5/190 4009
/proc/meminfo: memFree=19201204/32951124 swapFree=67111464/67111528
[pid=3994] ppid=3992 vsize=590616 CPUtime=282.27 cores=4,6
/proc/3994/stat : 3994 (MPhaseSAT64) R 3992 3994 2288 0 -1 4202496 872730 0 0 0 28108 119 0 0 25 0 1 0 488367819 604790784 145914 33554432000 134512640 134761588 4287761664 18446744073709551615 134685655 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/3994/statm: 147654 145914 2815 61 0 146957 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 590616

[startup+342.301 s]
/proc/loadavg: 3.99 3.72 3.49 5/190 4010
/proc/meminfo: memFree=19128500/32951124 swapFree=67111464/67111528
[pid=3994] ppid=3992 vsize=607800 CPUtime=342.28 cores=4,6
/proc/3994/stat : 3994 (MPhaseSAT64) R 3992 3994 2288 0 -1 4202496 883692 0 0 0 34108 120 0 0 25 0 1 0 488367819 622387200 150210 33554432000 134512640 134761588 4287761664 18446744073709551615 134616951 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/3994/statm: 151950 150210 2815 61 0 151253 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 607800

[startup+402.3 s]
/proc/loadavg: 3.99 3.77 3.52 5/190 4012
/proc/meminfo: memFree=19114936/32951124 swapFree=67111464/67111528
[pid=3994] ppid=3992 vsize=602468 CPUtime=402.27 cores=4,6
/proc/3994/stat : 3994 (MPhaseSAT64) R 3992 3994 2288 0 -1 4202496 897937 0 0 0 40105 122 0 0 25 0 1 0 488367819 616927232 148877 33554432000 134512640 134761588 4287761664 18446744073709551615 134682607 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/3994/statm: 150617 148877 2815 61 0 149920 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 602468

[startup+462.307 s]
/proc/loadavg: 3.71 3.74 3.53 4/184 4030
/proc/meminfo: memFree=19401528/32951124 swapFree=67111464/67111528
[pid=3994] ppid=3992 vsize=583448 CPUtime=462.28 cores=4,6
/proc/3994/stat : 3994 (MPhaseSAT64) R 3992 3994 2288 0 -1 4202496 972972 0 0 0 46096 132 0 0 25 0 1 0 488367819 597450752 144122 33554432000 134512640 134761588 4287761664 18446744073709551615 134682632 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/3994/statm: 145862 144122 2815 61 0 145165 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 583448

[startup+522.3 s]
/proc/loadavg: 3.26 3.61 3.49 4/184 4032
/proc/meminfo: memFree=19379400/32951124 swapFree=67111464/67111528
[pid=3994] ppid=3992 vsize=606144 CPUtime=522.27 cores=4,6
/proc/3994/stat : 3994 (MPhaseSAT64) R 3992 3994 2288 0 -1 4202496 985146 0 0 0 52094 133 0 0 25 0 1 0 488367819 620691456 149796 33554432000 134512640 134761588 4287761664 18446744073709551615 134751691 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/3994/statm: 151536 149796 2815 61 0 150839 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 606144

[startup+582.301 s]
/proc/loadavg: 3.16 3.51 3.46 4/184 4034
/proc/meminfo: memFree=19360996/32951124 swapFree=67111464/67111528
[pid=3994] ppid=3992 vsize=605676 CPUtime=582.27 cores=4,6
/proc/3994/stat : 3994 (MPhaseSAT64) R 3992 3994 2288 0 -1 4202496 994652 0 0 0 58093 134 0 0 25 0 1 0 488367819 620212224 149679 33554432000 134512640 134761588 4287761664 18446744073709551615 134616745 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/3994/statm: 151419 149679 2815 61 0 150722 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 605676

[startup+642.3 s]
/proc/loadavg: 3.06 3.41 3.43 4/184 4035
/proc/meminfo: memFree=19357608/32951124 swapFree=67111464/67111528
[pid=3994] ppid=3992 vsize=605676 CPUtime=642.27 cores=4,6
/proc/3994/stat : 3994 (MPhaseSAT64) R 3992 3994 2288 0 -1 4202496 994652 0 0 0 64093 134 0 0 25 0 1 0 488367819 620212224 149679 33554432000 134512640 134761588 4287761664 18446744073709551615 134617928 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/3994/statm: 151419 149679 2815 61 0 150722 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 605676

[startup+702.301 s]
/proc/loadavg: 3.02 3.34 3.40 4/184 4037
/proc/meminfo: memFree=19367480/32951124 swapFree=67111464/67111528
[pid=3994] ppid=3992 vsize=605676 CPUtime=702.28 cores=4,6
/proc/3994/stat : 3994 (MPhaseSAT64) R 3992 3994 2288 0 -1 4202496 994652 0 0 0 70094 134 0 0 25 0 1 0 488367819 620212224 149679 33554432000 134512640 134761588 4287761664 18446744073709551615 134617972 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/3994/statm: 151419 149679 2815 61 0 150722 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 605676

[startup+762.301 s]
/proc/loadavg: 3.00 3.27 3.37 4/184 4038
/proc/meminfo: memFree=19357888/32951124 swapFree=67111464/67111528
[pid=3994] ppid=3992 vsize=590924 CPUtime=762.28 cores=4,6
/proc/3994/stat : 3994 (MPhaseSAT64) R 3992 3994 2288 0 -1 4202496 1016692 0 0 0 76091 137 0 0 25 0 1 0 488367819 605106176 145991 33554432000 134512640 134761588 4287761664 18446744073709551615 134616951 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/3994/statm: 147731 145991 2815 61 0 147034 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 590924

[startup+822.301 s]
/proc/loadavg: 3.07 3.23 3.35 4/184 4040
/proc/meminfo: memFree=19380032/32951124 swapFree=67111464/67111528
[pid=3994] ppid=3992 vsize=590252 CPUtime=822.28 cores=4,6
/proc/3994/stat : 3994 (MPhaseSAT64) R 3992 3994 2288 0 -1 4202496 1105192 0 0 0 82080 148 0 0 25 0 1 0 488367819 604418048 145823 33554432000 134512640 134761588 4287761664 18446744073709551615 134642989 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/3994/statm: 147563 145823 2815 61 0 146866 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 590252

[startup+882.301 s]
/proc/loadavg: 3.02 3.19 3.33 4/184 4042
/proc/meminfo: memFree=19282768/32951124 swapFree=67111464/67111528
[pid=3994] ppid=3992 vsize=680148 CPUtime=882.29 cores=4,6
/proc/3994/stat : 3994 (MPhaseSAT64) R 3992 3994 2288 0 -1 4202496 1155587 0 0 0 88074 155 0 0 25 0 1 0 488367819 696471552 168297 33554432000 134512640 134761588 4287761664 18446744073709551615 134682636 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/3994/statm: 170037 168297 2815 61 0 169340 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 680148

[startup+942.301 s]
/proc/loadavg: 3.01 3.15 3.31 4/184 4043
/proc/meminfo: memFree=19281232/32951124 swapFree=67111464/67111528
[pid=3994] ppid=3992 vsize=680148 CPUtime=942.29 cores=4,6
/proc/3994/stat : 3994 (MPhaseSAT64) R 3992 3994 2288 0 -1 4202496 1164533 0 0 0 94073 156 0 0 25 0 1 0 488367819 696471552 168297 33554432000 134512640 134761588 4287761664 18446744073709551615 134617857 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/3994/statm: 170037 168297 2815 61 0 169340 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 680148

[startup+1002.3 s]
/proc/loadavg: 3.00 3.12 3.28 4/184 4045
/proc/meminfo: memFree=19286392/32951124 swapFree=67111464/67111528
[pid=3994] ppid=3992 vsize=680148 CPUtime=1002.29 cores=4,6
/proc/3994/stat : 3994 (MPhaseSAT64) R 3992 3994 2288 0 -1 4202496 1164533 0 0 0 100073 156 0 0 25 0 1 0 488367819 696471552 168297 33554432000 134512640 134761588 4287761664 18446744073709551615 134617527 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/3994/statm: 170037 168297 2815 61 0 169340 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 680148

[startup+1062.3 s]
/proc/loadavg: 3.00 3.10 3.26 4/184 4046
/proc/meminfo: memFree=19130848/32951124 swapFree=67111464/67111528
[pid=3994] ppid=3992 vsize=688996 CPUtime=1062.29 cores=4,6
/proc/3994/stat : 3994 (MPhaseSAT64) R 3992 3994 2288 0 -1 4202496 1175705 0 0 0 106072 157 0 0 25 0 1 0 488367819 705531904 170509 33554432000 134512640 134761588 4287761664 18446744073709551615 134747256 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/3994/statm: 172249 170509 2815 61 0 171552 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 688996

[startup+1122.31 s]
/proc/loadavg: 3.06 3.09 3.25 4/184 4048
/proc/meminfo: memFree=19183620/32951124 swapFree=67111464/67111528
[pid=3994] ppid=3992 vsize=643732 CPUtime=1122.29 cores=4,6
/proc/3994/stat : 3994 (MPhaseSAT64) R 3992 3994 2288 0 -1 4202496 1233469 0 0 0 112065 164 0 0 25 0 1 0 488367819 659181568 159193 33554432000 134512640 134761588 4287761664 18446744073709551615 134616704 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/3994/statm: 160933 159193 2815 61 0 160236 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 643732

[startup+1182.3 s]
/proc/loadavg: 3.02 3.07 3.23 4/184 4059
/proc/meminfo: memFree=19239852/32951124 swapFree=67111464/67111528
[pid=3994] ppid=3992 vsize=597136 CPUtime=1182.29 cores=4,6
/proc/3994/stat : 3994 (MPhaseSAT64) R 3992 3994 2288 0 -1 4202496 1256253 0 0 0 118061 168 0 0 25 0 1 0 488367819 611467264 147544 33554432000 134512640 134761588 4287761664 18446744073709551615 134751752 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/3994/statm: 149284 147544 2815 61 0 148587 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 597136

[startup+1242.3 s]
/proc/loadavg: 3.01 3.06 3.21 4/184 4060
/proc/meminfo: memFree=19234836/32951124 swapFree=67111464/67111528
[pid=3994] ppid=3992 vsize=601244 CPUtime=1242.3 cores=4,6
/proc/3994/stat : 3994 (MPhaseSAT64) R 3992 3994 2288 0 -1 4202496 1284263 0 0 0 124052 178 0 0 25 0 1 0 488367819 615673856 148571 33554432000 134512640 134761588 4287761664 18446744073709551615 134682616 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/3994/statm: 150311 148571 2815 61 0 149614 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 601244



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.84 3.01 3.19 2/173 4097
/proc/meminfo: memFree=20142920/32951124 swapFree=67111464/67111528
[pid=3994] ppid=3992 vsize=624892 CPUtime=1300 cores=4,6
/proc/3994/stat : 3994 (MPhaseSAT64) R 3992 3994 2288 0 -1 4202496 1345703 0 0 0 129814 186 0 0 25 0 1 0 488367819 639889408 154483 33554432000 134512640 134761588 4287761664 18446744073709551615 134643339 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/3994/statm: 156223 154483 2815 61 0 155526 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 624892

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.84 3.01 3.19 2/173 4097
/proc/meminfo: memFree=20142920/32951124 swapFree=67111464/67111528
[pid=3994] ppid=3992 vsize=624892 CPUtime=1300 cores=4,6
/proc/3994/stat : 3994 (MPhaseSAT64) R 3992 3994 2288 0 -1 4202496 1345703 0 0 0 129814 186 0 0 25 0 1 0 488367819 639889408 154483 33554432000 134512640 134761588 4287761664 18446744073709551615 134643339 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/3994/statm: 156223 154483 2815 61 0 155526 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 624892

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.04
CPU user time (s): 1298.14
CPU system time (s): 1.89271
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 752592

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

runsolver used 2.29965 second user time and 4.77127 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-25 23:41:39
IDJOB=3285822
IDBENCH=82404
IDSOLVER=1521
FILE ID=node136/3285822-1303767693
RUNJOBID= node136-1303767693-3959
PBS_JOBID= 13157123
Free space on /tmp= 71768 MiB

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

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

MD5SUM BENCH= 6c2d25eda70423643946d76935ceb950
RANDOM SEED=512516073

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.76
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.809
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.809
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.809
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.809
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:      20222572 kB
Buffers:       1688200 kB
Cached:       10153808 kB
SwapCached:         60 kB
Active:        4903560 kB
Inactive:      7246236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20222572 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:          437052 kB
Writeback:           0 kB
AnonPages:      307240 kB
Mapped:          16240 kB
Slab:           514988 kB
PageTables:       5668 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   487516 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= 72032 MiB
End job on node136 at 2011-04-26 00:03:21