Trace number 3375895

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-05-14 (fixed)? (TO) 1300.06 1300.01

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtviseisenberg1-tseitin.cnf
MD5SUMab962ce6f14e7741edd1ff987decb0b7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.0498
Satisfiable
(Un)Satisfiability was proved
Number of variables102621
Number of clauses307469
Sum of the clauses size717425
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2204978
Number of clauses of size 3102489
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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: 961)

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 1.23 2.47 3.08 2/316 18889
/proc/meminfo: memFree=23805932/32951124 swapFree=57331800/67111528
[pid=18889] ppid=18887 vsize=17876 CPUtime=0 cores=1,3
/proc/18889/stat : 18889 (MPhaseSAT64) R 18887 18889 18433 0 -1 4202496 448 0 0 0 0 0 0 0 21 0 1 0 656389726 18305024 390 33554432000 4194304 4479436 140734012835520 18446744073709551615 212436016896 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/18889/statm: 4469 390 267 70 0 1589 0

[startup+0.072731 s]
/proc/loadavg: 1.23 2.47 3.08 2/316 18889
/proc/meminfo: memFree=23805932/32951124 swapFree=57331800/67111528
[pid=18889] ppid=18887 vsize=17876 CPUtime=0.07 cores=1,3
/proc/18889/stat : 18889 (MPhaseSAT64) R 18887 18889 18433 0 -1 4202496 989 0 0 0 7 0 0 0 21 0 1 0 656389726 18305024 931 33554432000 4194304 4479436 140734012835520 18446744073709551615 4213885 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/18889/statm: 4469 932 267 70 0 1589 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 17876

[startup+0.100736 s]
/proc/loadavg: 1.23 2.47 3.08 2/316 18889
/proc/meminfo: memFree=23805932/32951124 swapFree=57331800/67111528
[pid=18889] ppid=18887 vsize=17876 CPUtime=0.09 cores=1,3
/proc/18889/stat : 18889 (MPhaseSAT64) R 18887 18889 18433 0 -1 4202496 1233 0 0 0 9 0 0 0 21 0 1 0 656389726 18305024 1175 33554432000 4194304 4479436 140734012835520 18446744073709551615 212436016896 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/18889/statm: 4469 1175 267 70 0 1589 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17876

[startup+0.300693 s]
/proc/loadavg: 1.23 2.47 3.08 2/316 18889
/proc/meminfo: memFree=23805932/32951124 swapFree=57331800/67111528
[pid=18889] ppid=18887 vsize=25488 CPUtime=0.29 cores=1,3
/proc/18889/stat : 18889 (MPhaseSAT64) R 18887 18889 18433 0 -1 4202496 10694 0 0 0 28 1 0 0 22 0 1 0 656389726 26099712 3720 33554432000 4194304 4479436 140734012835520 18446744073709551615 4244418 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/18889/statm: 6372 3720 477 70 0 3492 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25488

[startup+0.700617 s]
/proc/loadavg: 1.23 2.47 3.08 2/316 18889
/proc/meminfo: memFree=23805932/32951124 swapFree=57331800/67111528
[pid=18889] ppid=18887 vsize=37824 CPUtime=0.68 cores=1,3
/proc/18889/stat : 18889 (MPhaseSAT64) R 18887 18889 18433 0 -1 4202496 15688 0 0 0 67 1 0 0 23 0 1 0 656389726 38731776 6821 33554432000 4194304 4479436 140734012835520 18446744073709551615 212436041623 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/18889/statm: 9456 6821 494 70 0 6576 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 37824

[startup+1.50046 s]
/proc/loadavg: 1.23 2.47 3.08 4/325 18931
/proc/meminfo: memFree=23703140/32951124 swapFree=57331800/67111528
[pid=18889] ppid=18887 vsize=38144 CPUtime=1.49 cores=1,3
/proc/18889/stat : 18889 (MPhaseSAT64) R 18887 18889 18433 0 -1 4202496 20005 0 0 0 147 2 0 0 25 0 1 0 656389726 39059456 6913 33554432000 4194304 4479436 140734012835520 18446744073709551615 4398096 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/18889/statm: 9536 6913 506 70 0 6656 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38144

[startup+3.10016 s]
/proc/loadavg: 1.23 2.47 3.08 5/330 18941
/proc/meminfo: memFree=23685884/32951124 swapFree=57331800/67111528
[pid=18889] ppid=18887 vsize=50712 CPUtime=3.09 cores=1,3
/proc/18889/stat : 18889 (MPhaseSAT64) R 18887 18889 18433 0 -1 4202496 23159 0 0 0 307 2 0 0 25 0 1 0 656389726 51929088 10067 33554432000 4194304 4479436 140734012835520 18446744073709551615 4329200 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/18889/statm: 12678 10067 512 70 0 9798 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 50712

[startup+6.30055 s]
/proc/loadavg: 1.45 2.50 3.09 5/327 18962
/proc/meminfo: memFree=23628676/32951124 swapFree=57331800/67111528
[pid=18889] ppid=18887 vsize=61984 CPUtime=6.29 cores=1,3
/proc/18889/stat : 18889 (MPhaseSAT64) R 18887 18889 18433 0 -1 4202496 28281 0 0 0 626 3 0 0 25 0 1 0 656389726 63471616 12917 33554432000 4194304 4479436 140734012835520 18446744073709551615 4306757 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/18889/statm: 15496 12917 512 70 0 12616 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 61984

[startup+12.7003 s]
/proc/loadavg: 1.66 2.52 3.09 5/327 18990
/proc/meminfo: memFree=23612816/32951124 swapFree=57331800/67111528
[pid=18889] ppid=18887 vsize=41468 CPUtime=12.69 cores=1,3
/proc/18889/stat : 18889 (MPhaseSAT64) R 18887 18889 18433 0 -1 4202496 31809 0 0 0 1266 3 0 0 25 0 1 0 656389726 42463232 7759 33554432000 4194304 4479436 140734012835520 18446744073709551615 4404853 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/18889/statm: 10367 7759 515 70 0 7487 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41468

[startup+25.5009 s]
/proc/loadavg: 2.18 2.59 3.11 6/330 18996
/proc/meminfo: memFree=23520012/32951124 swapFree=57331800/67111528
[pid=18889] ppid=18887 vsize=62760 CPUtime=25.5 cores=1,3
/proc/18889/stat : 18889 (MPhaseSAT64) R 18887 18889 18433 0 -1 4202496 45050 0 0 0 2545 5 0 0 25 0 1 0 656389726 64266240 13082 33554432000 4194304 4479436 140734012835520 18446744073709551615 4380238 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/18889/statm: 15690 13082 515 70 0 12810 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 62760

[startup+51.1011 s]
/proc/loadavg: 2.91 2.74 3.14 6/330 18997
/proc/meminfo: memFree=23527420/32951124 swapFree=57331800/67111528
[pid=18889] ppid=18887 vsize=62760 CPUtime=51.09 cores=1,3
/proc/18889/stat : 18889 (MPhaseSAT64) R 18887 18889 18433 0 -1 4202496 62257 0 0 0 5102 7 0 0 25 0 1 0 656389726 64266240 13082 33554432000 4194304 4479436 140734012835520 18446744073709551615 4450945 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/18889/statm: 15690 13082 515 70 0 12810 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 62760

[startup+102.312 s]
/proc/loadavg: 3.53 2.93 3.18 6/330 18998
/proc/meminfo: memFree=23517444/32951124 swapFree=57331800/67111528
[pid=18889] ppid=18887 vsize=58664 CPUtime=102.31 cores=1,3
/proc/18889/stat : 18889 (MPhaseSAT64) R 18887 18889 18433 0 -1 4202496 106710 0 0 0 10218 13 0 0 25 0 1 0 656389726 60071936 12058 33554432000 4194304 4479436 140734012835520 18446744073709551615 4451020 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/18889/statm: 14666 12058 515 70 0 11786 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 58664

[startup+162.301 s]
/proc/loadavg: 3.82 3.12 3.23 6/330 18999
/proc/meminfo: memFree=23509276/32951124 swapFree=57331800/67111528
[pid=18889] ppid=18887 vsize=58664 CPUtime=162.29 cores=1,3
/proc/18889/stat : 18889 (MPhaseSAT64) R 18887 18889 18433 0 -1 4202496 153211 0 0 0 16211 18 0 0 25 0 1 0 656389726 60071936 12058 33554432000 4194304 4479436 140734012835520 18446744073709551615 4371322 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/18889/statm: 14666 12058 515 70 0 11786 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 58664

[startup+222.301 s]
/proc/loadavg: 4.05 3.31 3.29 6/330 19001
/proc/meminfo: memFree=23454280/32951124 swapFree=57331800/67111528
[pid=18889] ppid=18887 vsize=63288 CPUtime=222.3 cores=1,3
/proc/18889/stat : 18889 (MPhaseSAT64) R 18887 18889 18433 0 -1 4202496 209883 0 0 0 22205 25 0 0 25 0 1 0 656389726 64806912 13214 33554432000 4194304 4479436 140734012835520 18446744073709551615 4329995 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/18889/statm: 15822 13214 515 70 0 12942 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 63288

[startup+282.3 s]
/proc/loadavg: 4.02 3.43 3.33 6/330 19003
/proc/meminfo: memFree=23429060/32951124 swapFree=57331800/67111528
[pid=18889] ppid=18887 vsize=62760 CPUtime=282.3 cores=1,3
/proc/18889/stat : 18889 (MPhaseSAT64) R 18887 18889 18433 0 -1 4202496 258300 0 0 0 28199 31 0 0 25 0 1 0 656389726 64266240 13082 33554432000 4194304 4479436 140734012835520 18446744073709551615 4452031 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/18889/statm: 15690 13082 515 70 0 12810 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 62760

[startup+342.301 s]
/proc/loadavg: 4.00 3.53 3.37 6/330 19004
/proc/meminfo: memFree=23421544/32951124 swapFree=57331800/67111528
[pid=18889] ppid=18887 vsize=58664 CPUtime=342.3 cores=1,3
/proc/18889/stat : 18889 (MPhaseSAT64) R 18887 18889 18433 0 -1 4202496 304801 0 0 0 34194 36 0 0 25 0 1 0 656389726 60071936 12058 33554432000 4194304 4479436 140734012835520 18446744073709551615 4450952 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/18889/statm: 14666 12058 515 70 0 11786 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 58664

[startup+402.301 s]
/proc/loadavg: 4.16 3.65 3.41 6/330 19006
/proc/meminfo: memFree=23444920/32951124 swapFree=57331800/67111528
[pid=18889] ppid=18887 vsize=46900 CPUtime=402.31 cores=1,3
/proc/18889/stat : 18889 (MPhaseSAT64) R 18887 18889 18433 0 -1 4202496 357376 0 0 0 40188 43 0 0 25 0 1 0 656389726 48025600 9117 33554432000 4194304 4479436 140734012835520 18446744073709551615 4313892 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/18889/statm: 11725 9117 515 70 0 8845 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 46900

[startup+462.3 s]
/proc/loadavg: 4.06 3.71 3.45 7/330 19007
/proc/meminfo: memFree=23428484/32951124 swapFree=57331800/67111528
[pid=18889] ppid=18887 vsize=58664 CPUtime=462.3 cores=1,3
/proc/18889/stat : 18889 (MPhaseSAT64) R 18887 18889 18433 0 -1 4202496 408866 0 0 0 46182 48 0 0 25 0 1 0 656389726 60071936 12058 33554432000 4194304 4479436 140734012835520 18446744073709551615 4451189 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/18889/statm: 14666 12058 515 70 0 11786 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 58664

[startup+522.301 s]
/proc/loadavg: 4.02 3.76 3.48 7/330 19009
/proc/meminfo: memFree=23424216/32951124 swapFree=57331800/67111528
[pid=18889] ppid=18887 vsize=62760 CPUtime=522.31 cores=1,3
/proc/18889/stat : 18889 (MPhaseSAT64) R 18887 18889 18433 0 -1 4202496 456391 0 0 0 52177 54 0 0 25 0 1 0 656389726 64266240 13082 33554432000 4194304 4479436 140734012835520 18446744073709551615 4306795 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/18889/statm: 15690 13082 515 70 0 12810 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 62760

[startup+582.301 s]
/proc/loadavg: 4.00 3.80 3.51 5/330 19038
/proc/meminfo: memFree=23542168/32951124 swapFree=57331800/67111528
[pid=18889] ppid=18887 vsize=42804 CPUtime=582.31 cores=1,3
/proc/18889/stat : 18889 (MPhaseSAT64) R 18887 18889 18433 0 -1 4202496 507942 0 0 0 58171 60 0 0 25 0 1 0 656389726 43831296 8093 33554432000 4194304 4479436 140734012835520 18446744073709551615 4340576 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/18889/statm: 10701 8093 515 70 0 7821 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 42804

[startup+642.3 s]
/proc/loadavg: 4.04 3.85 3.54 5/330 19066
/proc/meminfo: memFree=23639484/32951124 swapFree=57331800/67111528
[pid=18889] ppid=18887 vsize=62760 CPUtime=642.32 cores=1,3
/proc/18889/stat : 18889 (MPhaseSAT64) R 18887 18889 18433 0 -1 4202496 560456 0 0 0 64166 66 0 0 25 0 1 0 656389726 64266240 13082 33554432000 4194304 4479436 140734012835520 18446744073709551615 4450981 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/18889/statm: 15690 13082 515 70 0 12810 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 62760

[startup+702.301 s]
/proc/loadavg: 4.01 3.87 3.57 5/330 19068
/proc/meminfo: memFree=23642276/32951124 swapFree=57331800/67111528
[pid=18889] ppid=18887 vsize=58664 CPUtime=702.32 cores=1,3
/proc/18889/stat : 18889 (MPhaseSAT64) R 18887 18889 18433 0 -1 4202496 606957 0 0 0 70161 71 0 0 25 0 1 0 656389726 60071936 12058 33554432000 4194304 4479436 140734012835520 18446744073709551615 4455912 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/18889/statm: 14666 12058 515 70 0 11786 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 58664

[startup+762.311 s]
/proc/loadavg: 4.05 3.91 3.60 5/330 19097
/proc/meminfo: memFree=23675208/32951124 swapFree=57331800/67111528
[pid=18889] ppid=18887 vsize=58664 CPUtime=762.32 cores=1,3
/proc/18889/stat : 18889 (MPhaseSAT64) R 18887 18889 18433 0 -1 4202496 653458 0 0 0 76157 75 0 0 25 0 1 0 656389726 60071936 12058 33554432000 4194304 4479436 140734012835520 18446744073709551615 4381514 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/18889/statm: 14666 12058 515 70 0 11786 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 58664

[startup+822.301 s]
/proc/loadavg: 4.02 3.92 3.62 5/330 19098
/proc/meminfo: memFree=23662720/32951124 swapFree=57331800/67111528
[pid=18889] ppid=18887 vsize=70952 CPUtime=822.32 cores=1,3
/proc/18889/stat : 18889 (MPhaseSAT64) R 18887 18889 18433 0 -1 4202496 712046 0 0 0 82150 82 0 0 25 0 1 0 656389726 72654848 15130 33554432000 4194304 4479436 140734012835520 18446744073709551615 4307916 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/18889/statm: 17738 15130 515 70 0 14858 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 70952

[startup+882.301 s]
/proc/loadavg: 4.00 3.93 3.64 5/330 19100
/proc/meminfo: memFree=23672708/32951124 swapFree=57331800/67111528
[pid=18889] ppid=18887 vsize=58664 CPUtime=882.32 cores=1,3
/proc/18889/stat : 18889 (MPhaseSAT64) R 18887 18889 18433 0 -1 4202496 758547 0 0 0 88144 88 0 0 25 0 1 0 656389726 60071936 12058 33554432000 4194304 4479436 140734012835520 18446744073709551615 4451088 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/18889/statm: 14666 12058 515 70 0 11786 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 58664

[startup+942.3 s]
/proc/loadavg: 4.09 3.97 3.67 5/330 19101
/proc/meminfo: memFree=23672900/32951124 swapFree=57331800/67111528
[pid=18889] ppid=18887 vsize=58664 CPUtime=942.32 cores=1,3
/proc/18889/stat : 18889 (MPhaseSAT64) R 18887 18889 18433 0 -1 4202496 805048 0 0 0 94138 94 0 0 25 0 1 0 656389726 60071936 12058 33554432000 4194304 4479436 140734012835520 18446744073709551615 4451016 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/18889/statm: 14666 12058 515 70 0 11786 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 58664

[startup+1002.3 s]
/proc/loadavg: 4.07 3.99 3.69 5/330 19103
/proc/meminfo: memFree=23667148/32951124 swapFree=57331800/67111528
[pid=18889] ppid=18887 vsize=63288 CPUtime=1002.33 cores=1,3
/proc/18889/stat : 18889 (MPhaseSAT64) R 18887 18889 18433 0 -1 4202496 861720 0 0 0 100132 101 0 0 25 0 1 0 656389726 64806912 13214 33554432000 4194304 4479436 140734012835520 18446744073709551615 4405249 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/18889/statm: 15822 13214 515 70 0 12942 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 63288

[startup+1062.3 s]
/proc/loadavg: 4.07 4.00 3.72 5/330 19104
/proc/meminfo: memFree=23665616/32951124 swapFree=57331800/67111528
[pid=18889] ppid=18887 vsize=62760 CPUtime=1062.33 cores=1,3
/proc/18889/stat : 18889 (MPhaseSAT64) R 18887 18889 18433 0 -1 4202496 910137 0 0 0 106126 107 0 0 25 0 1 0 656389726 64266240 13082 33554432000 4194304 4479436 140734012835520 18446744073709551615 4452031 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/18889/statm: 15690 13082 515 70 0 12810 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 62760

[startup+1122.3 s]
/proc/loadavg: 4.02 4.00 3.73 5/330 19106
/proc/meminfo: memFree=23669020/32951124 swapFree=57331800/67111528
[pid=18889] ppid=18887 vsize=58664 CPUtime=1122.34 cores=1,3
/proc/18889/stat : 18889 (MPhaseSAT64) R 18887 18889 18433 0 -1 4202496 956638 0 0 0 112121 113 0 0 25 0 1 0 656389726 60071936 12058 33554432000 4194304 4479436 140734012835520 18446744073709551615 4452446 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/18889/statm: 14666 12058 515 70 0 11786 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 58664

[startup+1182.3 s]
/proc/loadavg: 4.01 4.00 3.74 5/330 19108
/proc/meminfo: memFree=23679132/32951124 swapFree=57331800/67111528
[pid=18889] ppid=18887 vsize=63288 CPUtime=1182.34 cores=1,3
/proc/18889/stat : 18889 (MPhaseSAT64) R 18887 18889 18433 0 -1 4202496 1013310 0 0 0 118115 119 0 0 25 0 1 0 656389726 64806912 13214 33554432000 4194304 4479436 140734012835520 18446744073709551615 4404813 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/18889/statm: 15822 13214 515 70 0 12942 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 63288

[startup+1242.3 s]
/proc/loadavg: 4.14 4.03 3.77 5/330 19109
/proc/meminfo: memFree=23665924/32951124 swapFree=57331800/67111528
[pid=18889] ppid=18887 vsize=62760 CPUtime=1242.33 cores=1,3
/proc/18889/stat : 18889 (MPhaseSAT64) R 18887 18889 18433 0 -1 4202496 1061727 0 0 0 124109 124 0 0 25 0 1 0 656389726 64266240 13082 33554432000 4194304 4479436 140734012835520 18446744073709551615 4329186 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/18889/statm: 15690 13082 515 70 0 12810 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 62760



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.02 3.78 5/330 19111
/proc/meminfo: memFree=23667116/32951124 swapFree=57331800/67111528
[pid=18889] ppid=18887 vsize=58664 CPUtime=1300.05 cores=1,3
/proc/18889/stat : 18889 (MPhaseSAT64) R 18887 18889 18433 0 -1 4202496 1107204 0 0 0 129875 130 0 0 25 0 1 0 656389726 60071936 12058 33554432000 4194304 4479436 140734012835520 18446744073709551615 4344064 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/18889/statm: 14666 12058 515 70 0 11786 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 58664

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.01
CPU time (s): 1300.06
CPU user time (s): 1298.75
CPU system time (s): 1.3068
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 70952

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

runsolver used 3.82242 second user time and 9.1916 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-15 10:24:34
IDJOB=3375895
IDBENCH=82473
IDSOLVER=1855
FILE ID=node102/3375895-1305447873
RUNJOBID= node102-1305447873-18873
PBS_JOBID= 13324852
Free space on /tmp= 73652 MiB

SOLVER NAME= MPhaseSAT64 2011-05-14 (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtviseisenberg1-tseitin.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3375895-1305447873/watcher-3375895-1305447873 -o /tmp/evaluation-result-3375895-1305447873/solver-3375895-1305447873 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3375895-1305447873.cnf

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

MD5SUM BENCH= ab962ce6f14e7741edd1ff987decb0b7
RANDOM SEED=351704322

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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.82
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.828
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:     32951124 kB
MemFree:      23806088 kB
Buffers:          8584 kB
Cached:         194148 kB
SwapCached:      89756 kB
Active:          74752 kB
Inactive:      8898312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23806088 kB
SwapTotal:    67111528 kB
SwapFree:     57331800 kB
Dirty:            9804 kB
Writeback:           0 kB
AnonPages:     8691180 kB
Mapped:          11648 kB
Slab:            54324 kB
PageTables:      53420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 59048048 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= 73652 MiB
End job on node102 at 2011-05-15 10:46:16