Trace number 3287985

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
MPhaseSAT_M 2011-02-16? (TO) 1300.04 1300.01

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtvisns3p00-tseitin.cnf
MD5SUMa8ad0173824ed9404a8c153da07c5f9c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark938.798
Satisfiable
(Un)Satisfiability was proved
Number of variables183325
Number of clauses546914
Sum of the clauses size1276130
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2364608
Number of clauses of size 3182304
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: 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-3287985-1303775182/watcher-3287985-1303775182 -o /tmp/evaluation-result-3287985-1303775182/solver-3287985-1303775182 -C 2400 -W 1300 -M 7680 MPhaseSAT_M HOME/instance-3287985-1303775182.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.82 3.54 3.52 5/189 29391
/proc/meminfo: memFree=13141012/32951124 swapFree=67111528/67111528
[pid=29391] ppid=29389 vsize=3052 CPUtime=0 cores=1,3
/proc/29391/stat : 29391 (MPhaseSAT_M) R 29389 29391 27771 0 -1 4194304 192 0 0 0 0 0 0 0 21 0 1 0 469934548 3125248 144 33554432000 134512640 134829744 4293283232 18446744073709551615 10518352 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29391/statm: 763 135 116 78 0 36 0

[startup+0.0875041 s]
/proc/loadavg: 3.82 3.54 3.52 5/189 29391
/proc/meminfo: memFree=13141012/32951124 swapFree=67111528/67111528
[pid=29391] ppid=29389 vsize=11692 CPUtime=0.07 cores=1,3
/proc/29391/stat : 29391 (MPhaseSAT_M) R 29389 29391 27771 0 -1 4202496 720 0 0 0 7 0 0 0 21 0 1 0 469934548 11972608 661 33554432000 134512640 134829744 4293283232 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29391/statm: 2923 661 225 78 0 2209 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11692

[startup+0.1005 s]
/proc/loadavg: 3.82 3.54 3.52 5/189 29391
/proc/meminfo: memFree=13141012/32951124 swapFree=67111528/67111528
[pid=29391] ppid=29389 vsize=11692 CPUtime=0.09 cores=1,3
/proc/29391/stat : 29391 (MPhaseSAT_M) R 29389 29391 27771 0 -1 4202496 784 0 0 0 9 0 0 0 21 0 1 0 469934548 11972608 725 33554432000 134512640 134829744 4293283232 18446744073709551615 10906161 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29391/statm: 2923 725 225 78 0 2209 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11692

[startup+0.300467 s]
/proc/loadavg: 3.82 3.54 3.52 5/189 29391
/proc/meminfo: memFree=13141012/32951124 swapFree=67111528/67111528
[pid=29391] ppid=29389 vsize=11692 CPUtime=0.28 cores=1,3
/proc/29391/stat : 29391 (MPhaseSAT_M) R 29389 29391 27771 0 -1 4202496 1734 0 0 0 28 0 0 0 22 0 1 0 469934548 11972608 1675 33554432000 134512640 134829744 4293283232 18446744073709551615 10907043 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29391/statm: 2923 1676 225 78 0 2209 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 11692

[startup+0.700395 s]
/proc/loadavg: 3.82 3.54 3.52 5/189 29391
/proc/meminfo: memFree=13141012/32951124 swapFree=67111528/67111528
[pid=29391] ppid=29389 vsize=23136 CPUtime=0.68 cores=1,3
/proc/29391/stat : 29391 (MPhaseSAT_M) R 29389 29391 27771 0 -1 4202496 22544 0 0 0 65 3 0 0 24 0 1 0 469934548 23691264 3482 33554432000 134512640 134829744 4293283232 18446744073709551615 134559248 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29391/statm: 5784 3482 592 78 0 5070 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 23136

[startup+1.50025 s]
/proc/loadavg: 3.82 3.54 3.52 5/190 29392
/proc/meminfo: memFree=13065620/32951124 swapFree=67111528/67111528
[pid=29391] ppid=29389 vsize=93728 CPUtime=1.48 cores=1,3
/proc/29391/stat : 29391 (MPhaseSAT_M) R 29389 29391 27771 0 -1 4202496 49245 0 0 0 141 7 0 0 25 0 1 0 469934548 95977472 21854 33554432000 134512640 134829744 4293283232 18446744073709551615 134630446 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29391/statm: 23432 21854 613 78 0 22718 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 93728

[startup+3.10097 s]
/proc/loadavg: 3.82 3.54 3.52 5/190 29392
/proc/meminfo: memFree=13035612/32951124 swapFree=67111528/67111528
[pid=29391] ppid=29389 vsize=116960 CPUtime=3.09 cores=1,3
/proc/29391/stat : 29391 (MPhaseSAT_M) R 29389 29391 27771 0 -1 4202496 57782 0 0 0 301 8 0 0 25 0 1 0 469934548 119767040 27512 33554432000 134512640 134829744 4293283232 18446744073709551615 134626555 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29391/statm: 29240 27512 619 78 0 28526 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 116960

[startup+6.3004 s]
/proc/loadavg: 3.84 3.55 3.52 5/190 29392
/proc/meminfo: memFree=13041936/32951124 swapFree=67111528/67111528
[pid=29391] ppid=29389 vsize=110804 CPUtime=6.28 cores=1,3
/proc/29391/stat : 29391 (MPhaseSAT_M) R 29389 29391 27771 0 -1 4202496 60337 0 0 0 620 8 0 0 25 0 1 0 469934548 113463296 24939 33554432000 134512640 134829744 4293283232 18446744073709551615 134719819 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29391/statm: 27701 24939 629 78 0 26987 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 110804

[startup+12.7003 s]
/proc/loadavg: 3.85 3.56 3.53 5/190 29392
/proc/meminfo: memFree=13041584/32951124 swapFree=67111528/67111528
[pid=29391] ppid=29389 vsize=110804 CPUtime=12.69 cores=1,3
/proc/29391/stat : 29391 (MPhaseSAT_M) R 29389 29391 27771 0 -1 4202496 71467 0 0 0 1259 10 0 0 25 0 1 0 469934548 113463296 24956 33554432000 134512640 134829744 4293283232 18446744073709551615 134661632 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29391/statm: 27701 24956 629 78 0 26987 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 110804

[startup+25.501 s]
/proc/loadavg: 3.88 3.58 3.53 5/190 29393
/proc/meminfo: memFree=13041716/32951124 swapFree=67111528/67111528
[pid=29391] ppid=29389 vsize=110804 CPUtime=25.48 cores=1,3
/proc/29391/stat : 29391 (MPhaseSAT_M) R 29389 29391 27771 0 -1 4202496 93339 0 0 0 2536 12 0 0 25 0 1 0 469934548 113463296 24961 33554432000 134512640 134829744 4293283232 18446744073709551615 134661481 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29391/statm: 27701 24961 629 78 0 26987 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 110804

[startup+51.1004 s]
/proc/loadavg: 3.92 3.61 3.55 5/190 29393
/proc/meminfo: memFree=13082128/32951124 swapFree=67111528/67111528
[pid=29391] ppid=29389 vsize=61240 CPUtime=51.09 cores=1,3
/proc/29391/stat : 29391 (MPhaseSAT_M) R 29389 29391 27771 0 -1 4202496 185768 0 0 0 5084 25 0 0 25 0 1 0 469934548 62709760 14691 33554432000 134512640 134829744 4293283232 18446744073709551615 134717601 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29391/statm: 15310 14691 455 78 0 14596 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 61240

[startup+102.307 s]
/proc/loadavg: 4.04 3.69 3.57 5/190 29395
/proc/meminfo: memFree=13072260/32951124 swapFree=67111528/67111528
[pid=29391] ppid=29389 vsize=61240 CPUtime=102.29 cores=1,3
/proc/29391/stat : 29391 (MPhaseSAT_M) R 29389 29391 27771 0 -1 4202496 186884 0 0 0 10204 25 0 0 25 0 1 0 469934548 62709760 14695 33554432000 134512640 134829744 4293283232 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29391/statm: 15310 14695 455 78 0 14596 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 61240

[startup+162.301 s]
/proc/loadavg: 4.06 3.75 3.60 5/190 29396
/proc/meminfo: memFree=13071616/32951124 swapFree=67111528/67111528
[pid=29391] ppid=29389 vsize=61240 CPUtime=162.29 cores=1,3
/proc/29391/stat : 29391 (MPhaseSAT_M) R 29389 29391 27771 0 -1 4202496 187579 0 0 0 16203 26 0 0 25 0 1 0 469934548 62709760 14695 33554432000 134512640 134829744 4293283232 18446744073709551615 134661744 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29391/statm: 15310 14695 455 78 0 14596 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 61240

[startup+222.301 s]
/proc/loadavg: 4.02 3.80 3.62 5/190 29398
/proc/meminfo: memFree=13068736/32951124 swapFree=67111528/67111528
[pid=29391] ppid=29389 vsize=61056 CPUtime=222.29 cores=1,3
/proc/29391/stat : 29391 (MPhaseSAT_M) R 29389 29391 27771 0 -1 4202496 187982 0 0 0 22203 26 0 0 25 0 1 0 469934548 62521344 14667 33554432000 134512640 134829744 4293283232 18446744073709551615 134661647 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29391/statm: 15264 14667 455 78 0 14550 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 61056

[startup+282.3 s]
/proc/loadavg: 4.06 3.85 3.65 5/190 29400
/proc/meminfo: memFree=13062140/32951124 swapFree=67111528/67111528
[pid=29391] ppid=29389 vsize=62024 CPUtime=282.29 cores=1,3
/proc/29391/stat : 29391 (MPhaseSAT_M) R 29389 29391 27771 0 -1 4202496 188609 0 0 0 28203 26 0 0 25 0 1 0 469934548 63512576 14877 33554432000 134512640 134829744 4293283232 18446744073709551615 134658320 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29391/statm: 15506 14877 455 78 0 14792 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 62024

[startup+342.301 s]
/proc/loadavg: 3.42 3.70 3.61 4/184 29418
/proc/meminfo: memFree=13130480/32951124 swapFree=67111528/67111528
[pid=29391] ppid=29389 vsize=62024 CPUtime=342.29 cores=1,3
/proc/29391/stat : 29391 (MPhaseSAT_M) R 29389 29391 27771 0 -1 4202496 189026 0 0 0 34203 26 0 0 25 0 1 0 469934548 63512576 14877 33554432000 134512640 134829744 4293283232 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29391/statm: 15506 14877 455 78 0 14792 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 62024

[startup+402.301 s]
/proc/loadavg: 3.18 3.59 3.58 4/184 29420
/proc/meminfo: memFree=13128352/32951124 swapFree=67111528/67111528
[pid=29391] ppid=29389 vsize=61840 CPUtime=402.29 cores=1,3
/proc/29391/stat : 29391 (MPhaseSAT_M) R 29389 29391 27771 0 -1 4202496 189630 0 0 0 40203 26 0 0 25 0 1 0 469934548 63324160 14863 33554432000 134512640 134829744 4293283232 18446744073709551615 134661081 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29391/statm: 15460 14863 455 78 0 14746 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 61840

[startup+462.3 s]
/proc/loadavg: 3.07 3.48 3.54 4/184 29421
/proc/meminfo: memFree=13121140/32951124 swapFree=67111528/67111528
[pid=29391] ppid=29389 vsize=61840 CPUtime=462.29 cores=1,3
/proc/29391/stat : 29391 (MPhaseSAT_M) R 29389 29391 27771 0 -1 4202496 189783 0 0 0 46203 26 0 0 25 0 1 0 469934548 63324160 14863 33554432000 134512640 134829744 4293283232 18446744073709551615 134661632 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29391/statm: 15460 14863 455 78 0 14746 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 61840

[startup+522.301 s]
/proc/loadavg: 3.02 3.39 3.50 4/184 29423
/proc/meminfo: memFree=13123464/32951124 swapFree=67111528/67111528
[pid=29391] ppid=29389 vsize=62712 CPUtime=522.3 cores=1,3
/proc/29391/stat : 29391 (MPhaseSAT_M) R 29389 29391 27771 0 -1 4202496 191325 0 0 0 52203 27 0 0 25 0 1 0 469934548 64217088 15049 33554432000 134512640 134829744 4293283232 18446744073709551615 134661696 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29391/statm: 15678 15049 455 78 0 14964 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 62712

[startup+582.301 s]
/proc/loadavg: 3.01 3.31 3.47 4/184 29425
/proc/meminfo: memFree=13121460/32951124 swapFree=67111528/67111528
[pid=29391] ppid=29389 vsize=62156 CPUtime=582.3 cores=1,3
/proc/29391/stat : 29391 (MPhaseSAT_M) R 29389 29391 27771 0 -1 4202496 192190 0 0 0 58203 27 0 0 25 0 1 0 469934548 63647744 14927 33554432000 134512640 134829744 4293283232 18446744073709551615 134661169 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29391/statm: 15539 14927 455 78 0 14825 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 62156

[startup+642.3 s]
/proc/loadavg: 3.00 3.26 3.43 4/184 29426
/proc/meminfo: memFree=13089452/32951124 swapFree=67111528/67111528
[pid=29391] ppid=29389 vsize=64752 CPUtime=642.31 cores=1,3
/proc/29391/stat : 29391 (MPhaseSAT_M) R 29389 29391 27771 0 -1 4202496 194547 0 0 0 64203 28 0 0 25 0 1 0 469934548 66306048 15559 33554432000 134512640 134829744 4293283232 18446744073709551615 134661435 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29391/statm: 16188 15559 455 78 0 15474 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 64752

[startup+702.301 s]
/proc/loadavg: 3.06 3.22 3.41 4/184 29428
/proc/meminfo: memFree=13118816/32951124 swapFree=67111528/67111528
[pid=29391] ppid=29389 vsize=64504 CPUtime=702.3 cores=1,3
/proc/29391/stat : 29391 (MPhaseSAT_M) R 29389 29391 27771 0 -1 4202496 195333 0 0 0 70202 28 0 0 25 0 1 0 469934548 66052096 15497 33554432000 134512640 134829744 4293283232 18446744073709551615 134661698 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29391/statm: 16126 15497 455 78 0 15412 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 64504

[startup+762.307 s]
/proc/loadavg: 3.02 3.18 3.38 4/184 29429
/proc/meminfo: memFree=13118048/32951124 swapFree=67111528/67111528
[pid=29391] ppid=29389 vsize=65304 CPUtime=762.31 cores=1,3
/proc/29391/stat : 29391 (MPhaseSAT_M) R 29389 29391 27771 0 -1 4202496 196387 0 0 0 76202 29 0 0 25 0 1 0 469934548 66871296 15697 33554432000 134512640 134829744 4293283232 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29391/statm: 16326 15697 455 78 0 15612 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 65304

[startup+822.3 s]
/proc/loadavg: 3.08 3.16 3.36 4/184 29431
/proc/meminfo: memFree=13117644/32951124 swapFree=67111528/67111528
[pid=29391] ppid=29389 vsize=65304 CPUtime=822.31 cores=1,3
/proc/29391/stat : 29391 (MPhaseSAT_M) R 29389 29391 27771 0 -1 4202496 197221 0 0 0 82202 29 0 0 25 0 1 0 469934548 66871296 15697 33554432000 134512640 134829744 4293283232 18446744073709551615 134661632 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29391/statm: 16326 15697 455 78 0 15612 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 65304

[startup+882.301 s]
/proc/loadavg: 3.03 3.13 3.34 4/185 29434
/proc/meminfo: memFree=13115624/32951124 swapFree=67111528/67111528
[pid=29391] ppid=29389 vsize=66888 CPUtime=882.31 cores=1,3
/proc/29391/stat : 29391 (MPhaseSAT_M) R 29389 29391 27771 0 -1 4202496 198534 0 0 0 88202 29 0 0 25 0 1 0 469934548 68493312 16121 33554432000 134512640 134829744 4293283232 18446744073709551615 134661425 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29391/statm: 16722 16121 455 78 0 16008 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 66888

[startup+942.301 s]
/proc/loadavg: 2.22 2.91 3.25 2/172 29479
/proc/meminfo: memFree=13273932/32951124 swapFree=67111528/67111528
[pid=29391] ppid=29389 vsize=66888 CPUtime=942.31 cores=1,3
/proc/29391/stat : 29391 (MPhaseSAT_M) R 29389 29391 27771 0 -1 4202496 198812 0 0 0 94202 29 0 0 25 0 1 0 469934548 68493312 16121 33554432000 134512640 134829744 4293283232 18446744073709551615 134661606 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29391/statm: 16722 16121 455 78 0 16008 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 66888

[startup+1002.3 s]
/proc/loadavg: 1.44 2.56 3.10 2/172 29481
/proc/meminfo: memFree=13274160/32951124 swapFree=67111528/67111528
[pid=29391] ppid=29389 vsize=66888 CPUtime=1002.31 cores=1,3
/proc/29391/stat : 29391 (MPhaseSAT_M) R 29389 29391 27771 0 -1 4202496 199093 0 0 0 100202 29 0 0 25 0 1 0 469934548 68493312 16124 33554432000 134512640 134829744 4293283232 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29391/statm: 16722 16124 455 78 0 16008 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 66888

[startup+1062.3 s]
/proc/loadavg: 1.16 2.27 2.97 2/172 29482
/proc/meminfo: memFree=13274256/32951124 swapFree=67111528/67111528
[pid=29391] ppid=29389 vsize=66888 CPUtime=1062.31 cores=1,3
/proc/29391/stat : 29391 (MPhaseSAT_M) R 29389 29391 27771 0 -1 4202496 199232 0 0 0 106202 29 0 0 25 0 1 0 469934548 68493312 16124 33554432000 134512640 134829744 4293283232 18446744073709551615 134722592 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29391/statm: 16722 16124 455 78 0 16008 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 66888

[startup+1122.3 s]
/proc/loadavg: 1.06 2.04 2.84 2/172 29484
/proc/meminfo: memFree=13274216/32951124 swapFree=67111528/67111528
[pid=29391] ppid=29389 vsize=66888 CPUtime=1122.31 cores=1,3
/proc/29391/stat : 29391 (MPhaseSAT_M) R 29389 29391 27771 0 -1 4202496 199232 0 0 0 112202 29 0 0 25 0 1 0 469934548 68493312 16124 33554432000 134512640 134829744 4293283232 18446744073709551615 134719915 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29391/statm: 16722 16124 455 78 0 16008 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 66888

[startup+1182.3 s]
/proc/loadavg: 1.02 1.85 2.73 2/172 29486
/proc/meminfo: memFree=13273936/32951124 swapFree=67111528/67111528
[pid=29391] ppid=29389 vsize=68344 CPUtime=1182.31 cores=1,3
/proc/29391/stat : 29391 (MPhaseSAT_M) R 29389 29391 27771 0 -1 4202496 199713 0 0 0 118202 29 0 0 25 0 1 0 469934548 69984256 16466 33554432000 134512640 134829744 4293283232 18446744073709551615 134722447 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29391/statm: 17086 16466 455 78 0 16372 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 68344

[startup+1242.3 s]
/proc/loadavg: 1.00 1.69 2.62 2/172 29487
/proc/meminfo: memFree=13271656/32951124 swapFree=67111528/67111528
[pid=29391] ppid=29389 vsize=69720 CPUtime=1242.32 cores=1,3
/proc/29391/stat : 29391 (MPhaseSAT_M) R 29389 29391 27771 0 -1 4202496 201051 0 0 0 124202 30 0 0 25 0 1 0 469934548 71393280 16801 33554432000 134512640 134829744 4293283232 18446744073709551615 134661481 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29391/statm: 17430 16801 455 78 0 16716 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 69720



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.00 1.56 2.51 2/172 29489
/proc/meminfo: memFree=13270380/32951124 swapFree=67111528/67111528
[pid=29391] ppid=29389 vsize=70804 CPUtime=1300.02 cores=1,3
/proc/29391/stat : 29391 (MPhaseSAT_M) R 29389 29391 27771 0 -1 4202496 202241 0 0 0 129972 30 0 0 25 0 1 0 469934548 72503296 17102 33554432000 134512640 134829744 4293283232 18446744073709551615 134661169 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/29391/statm: 17701 17102 455 78 0 16987 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 70804

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.04
CPU user time (s): 1299.73
CPU system time (s): 0.309952
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 121056

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

runsolver used 1.89971 second user time and 4.86426 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-26 01:46:23
IDJOB=3287985
IDBENCH=82481
IDSOLVER=1522
FILE ID=node146/3287985-1303775182
RUNJOBID= node146-1303774789-29098
PBS_JOBID= 13157158
Free space on /tmp= 72740 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtvisns3p00-tseitin.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3287985-1303775182/watcher-3287985-1303775182 -o /tmp/evaluation-result-3287985-1303775182/solver-3287985-1303775182 -C 2400 -W 1300 -M 7680  MPhaseSAT_M HOME/instance-3287985-1303775182.cnf

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

MD5SUM BENCH= a8ad0173824ed9404a8c153da07c5f9c
RANDOM SEED=1674474273

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.830
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.86
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.830
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.830
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.830
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.830
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:      13141292 kB
Buffers:       2078296 kB
Cached:       16955488 kB
SwapCached:          0 kB
Active:        9933064 kB
Inactive:      9342740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13141292 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10320 kB
Writeback:           0 kB
AnonPages:      241192 kB
Mapped:          16660 kB
Slab:           469328 kB
PageTables:       5912 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   425424 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= 72756 MiB
End job on node146 at 2011-04-26 02:08:05