Trace number 3289135

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) 1299.95 1300.01

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top24.cnf
MD5SUM1f485d737caaaca49e2c467c83cbdcec
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark520.047
Satisfiable
(Un)Satisfiability was proved
Number of variables65983
Number of clauses209942
Sum of the clauses size513194
Maximum clause length2578
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2127592
Number of clauses of size 380970
Number of clauses of size 4299
Number of clauses of size 522
Number of clauses of size over 51058

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 2.63 3.68 3.84 4/181 5286
/proc/meminfo: memFree=11345356/32951124 swapFree=67111528/67111528
[pid=5286] ppid=5284 vsize=6428 CPUtime=0 cores=0,2
/proc/5286/stat : 5286 (MPhaseSAT_M) R 5284 5286 4903 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 470635923 6582272 270 33554432000 134512640 134829744 4287196144 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5286/statm: 1607 270 225 78 0 893 0

[startup+0.0909019 s]
/proc/loadavg: 2.63 3.68 3.84 4/181 5286
/proc/meminfo: memFree=11345356/32951124 swapFree=67111528/67111528
[pid=5286] ppid=5284 vsize=6428 CPUtime=0.08 cores=0,2
/proc/5286/stat : 5286 (MPhaseSAT_M) R 5284 5286 4903 0 -1 4202496 733 0 0 0 8 0 0 0 21 0 1 0 470635923 6582272 675 33554432000 134512640 134829744 4287196144 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5286/statm: 1607 675 225 78 0 893 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6428

[startup+0.10091 s]
/proc/loadavg: 2.63 3.68 3.84 4/181 5286
/proc/meminfo: memFree=11345356/32951124 swapFree=67111528/67111528
[pid=5286] ppid=5284 vsize=6428 CPUtime=0.09 cores=0,2
/proc/5286/stat : 5286 (MPhaseSAT_M) R 5284 5286 4903 0 -1 4202496 780 0 0 0 9 0 0 0 21 0 1 0 470635923 6582272 722 33554432000 134512640 134829744 4287196144 18446744073709551615 8579245 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5286/statm: 1607 722 225 78 0 893 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6428

[startup+0.300893 s]
/proc/loadavg: 2.63 3.68 3.84 4/181 5286
/proc/meminfo: memFree=11345356/32951124 swapFree=67111528/67111528
[pid=5286] ppid=5284 vsize=10244 CPUtime=0.29 cores=0,2
/proc/5286/stat : 5286 (MPhaseSAT_M) R 5284 5286 4903 0 -1 4202496 11259 0 0 0 27 2 0 0 22 0 1 0 470635923 10489856 2041 33554432000 134512640 134829744 4287196144 18446744073709551615 134559200 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5286/statm: 2561 2041 311 78 0 1847 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10244

[startup+0.700822 s]
/proc/loadavg: 2.63 3.68 3.84 4/181 5286
/proc/meminfo: memFree=11345356/32951124 swapFree=67111528/67111528
[pid=5286] ppid=5284 vsize=10244 CPUtime=0.69 cores=0,2
/proc/5286/stat : 5286 (MPhaseSAT_M) R 5284 5286 4903 0 -1 4202496 36549 0 0 0 65 4 0 0 23 0 1 0 470635923 10489856 2041 33554432000 134512640 134829744 4287196144 18446744073709551615 134559256 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5286/statm: 2561 2041 311 78 0 1847 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10244

[startup+1.50068 s]
/proc/loadavg: 2.63 3.68 3.84 5/190 5303
/proc/meminfo: memFree=11274972/32951124 swapFree=67111528/67111528
[pid=5286] ppid=5284 vsize=10496 CPUtime=1.49 cores=0,2
/proc/5286/stat : 5286 (MPhaseSAT_M) R 5284 5286 4903 0 -1 4202496 87363 0 0 0 138 11 0 0 25 0 1 0 470635923 10747904 1977 33554432000 134512640 134829744 4287196144 18446744073709551615 134559370 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5286/statm: 2624 1977 312 78 0 1910 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10496

[startup+3.10038 s]
/proc/loadavg: 2.74 3.68 3.84 5/190 5303
/proc/meminfo: memFree=11213592/32951124 swapFree=67111528/67111528
[pid=5286] ppid=5284 vsize=47100 CPUtime=3.09 cores=0,2
/proc/5286/stat : 5286 (MPhaseSAT_M) R 5284 5286 4903 0 -1 4202496 103524 0 0 0 296 13 0 0 25 0 1 0 470635923 48230400 10444 33554432000 134512640 134829744 4287196144 18446744073709551615 134718310 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5286/statm: 11775 10444 349 78 0 11061 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47100

[startup+6.30079 s]
/proc/loadavg: 2.74 3.68 3.84 5/190 5303
/proc/meminfo: memFree=11210020/32951124 swapFree=67111528/67111528
[pid=5286] ppid=5284 vsize=47100 CPUtime=6.29 cores=0,2
/proc/5286/stat : 5286 (MPhaseSAT_M) R 5284 5286 4903 0 -1 4202496 106568 0 0 0 616 13 0 0 25 0 1 0 470635923 48230400 10444 33554432000 134512640 134829744 4287196144 18446744073709551615 134725750 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5286/statm: 11775 10444 349 78 0 11061 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 47100

[startup+12.7006 s]
/proc/loadavg: 2.93 3.69 3.84 5/190 5303
/proc/meminfo: memFree=11209304/32951124 swapFree=67111528/67111528
[pid=5286] ppid=5284 vsize=47100 CPUtime=12.69 cores=0,2
/proc/5286/stat : 5286 (MPhaseSAT_M) R 5284 5286 4903 0 -1 4202496 114957 0 0 0 1254 15 0 0 25 0 1 0 470635923 48230400 10454 33554432000 134512640 134829744 4287196144 18446744073709551615 134722590 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5286/statm: 11775 10454 349 78 0 11061 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 47100

[startup+25.5004 s]
/proc/loadavg: 3.09 3.70 3.84 5/190 5303
/proc/meminfo: memFree=11222084/32951124 swapFree=67111528/67111528
[pid=5286] ppid=5284 vsize=47100 CPUtime=25.49 cores=0,2
/proc/5286/stat : 5286 (MPhaseSAT_M) R 5284 5286 4903 0 -1 4202496 129140 0 0 0 2532 17 0 0 25 0 1 0 470635923 48230400 10455 33554432000 134512640 134829744 4287196144 18446744073709551615 134661620 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5286/statm: 11775 10455 349 78 0 11061 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 47100

[startup+51.1008 s]
/proc/loadavg: 3.40 3.72 3.85 5/190 5304
/proc/meminfo: memFree=11219784/32951124 swapFree=67111528/67111528
[pid=5286] ppid=5284 vsize=47100 CPUtime=51.09 cores=0,2
/proc/5286/stat : 5286 (MPhaseSAT_M) R 5284 5286 4903 0 -1 4202496 141677 0 0 0 5090 19 0 0 25 0 1 0 470635923 48230400 10456 33554432000 134512640 134829744 4287196144 18446744073709551615 134623215 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5286/statm: 11775 10456 349 78 0 11061 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 47100

[startup+102.307 s]
/proc/loadavg: 3.84 3.79 3.86 5/190 5305
/proc/meminfo: memFree=11241576/32951124 swapFree=67111528/67111528
[pid=5286] ppid=5284 vsize=36116 CPUtime=102.28 cores=0,2
/proc/5286/stat : 5286 (MPhaseSAT_M) R 5284 5286 4903 0 -1 4202496 178589 0 0 0 10203 25 0 0 25 0 1 0 470635923 36982784 8549 33554432000 134512640 134829744 4287196144 18446744073709551615 134722280 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5286/statm: 9029 8549 327 78 0 8315 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 36116

[startup+162.301 s]
/proc/loadavg: 4.05 3.85 3.87 5/190 5307
/proc/meminfo: memFree=11237688/32951124 swapFree=67111528/67111528
[pid=5286] ppid=5284 vsize=36792 CPUtime=162.28 cores=0,2
/proc/5286/stat : 5286 (MPhaseSAT_M) R 5284 5286 4903 0 -1 4202496 181776 0 0 0 16202 26 0 0 25 0 1 0 470635923 37675008 8736 33554432000 134512640 134829744 4287196144 18446744073709551615 134620951 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5286/statm: 9198 8736 327 78 0 8484 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 36792

[startup+222.301 s]
/proc/loadavg: 4.02 3.88 3.88 5/190 5308
/proc/meminfo: memFree=11231444/32951124 swapFree=67111528/67111528
[pid=5286] ppid=5284 vsize=37340 CPUtime=222.28 cores=0,2
/proc/5286/stat : 5286 (MPhaseSAT_M) R 5284 5286 4903 0 -1 4202496 181897 0 0 0 22202 26 0 0 25 0 1 0 470635923 38236160 8857 33554432000 134512640 134829744 4287196144 18446744073709551615 134661441 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5286/statm: 9335 8857 327 78 0 8621 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 37340

[startup+282.3 s]
/proc/loadavg: 4.00 3.90 3.88 5/190 5337
/proc/meminfo: memFree=11186512/32951124 swapFree=67111528/67111528
[pid=5286] ppid=5284 vsize=37276 CPUtime=282.27 cores=0,2
/proc/5286/stat : 5286 (MPhaseSAT_M) R 5284 5286 4903 0 -1 4202496 183279 0 0 0 28201 26 0 0 25 0 1 0 470635923 38170624 8870 33554432000 134512640 134829744 4287196144 18446744073709551615 134661169 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5286/statm: 9319 8870 327 78 0 8605 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 37276

[startup+342.301 s]
/proc/loadavg: 4.00 3.91 3.89 5/190 5339
/proc/meminfo: memFree=11206632/32951124 swapFree=67111528/67111528
[pid=5286] ppid=5284 vsize=38404 CPUtime=342.27 cores=0,2
/proc/5286/stat : 5286 (MPhaseSAT_M) R 5284 5286 4903 0 -1 4202496 184830 0 0 0 34200 27 0 0 25 0 1 0 470635923 39325696 9133 33554432000 134512640 134829744 4287196144 18446744073709551615 134661405 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5286/statm: 9601 9133 327 78 0 8887 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 38404

[startup+402.301 s]
/proc/loadavg: 4.00 3.92 3.90 5/190 5340
/proc/meminfo: memFree=11201128/32951124 swapFree=67111528/67111528
[pid=5286] ppid=5284 vsize=41268 CPUtime=402.27 cores=0,2
/proc/5286/stat : 5286 (MPhaseSAT_M) R 5284 5286 4903 0 -1 4202496 185834 0 0 0 40200 27 0 0 25 0 1 0 470635923 42258432 9793 33554432000 134512640 134829744 4287196144 18446744073709551615 134722607 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5286/statm: 10317 9793 327 78 0 9603 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 41268

[startup+462.301 s]
/proc/loadavg: 4.05 3.95 3.91 5/190 5342
/proc/meminfo: memFree=11195004/32951124 swapFree=67111528/67111528
[pid=5286] ppid=5284 vsize=43016 CPUtime=462.27 cores=0,2
/proc/5286/stat : 5286 (MPhaseSAT_M) R 5284 5286 4903 0 -1 4202496 186330 0 0 0 46199 28 0 0 25 0 1 0 470635923 44048384 10289 33554432000 134512640 134829744 4287196144 18446744073709551615 134661441 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5286/statm: 10754 10289 327 78 0 10040 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 43016

[startup+522.301 s]
/proc/loadavg: 4.02 3.96 3.91 5/190 5343
/proc/meminfo: memFree=11192604/32951124 swapFree=67111528/67111528
[pid=5286] ppid=5284 vsize=44996 CPUtime=522.27 cores=0,2
/proc/5286/stat : 5286 (MPhaseSAT_M) R 5284 5286 4903 0 -1 4202496 186756 0 0 0 52199 28 0 0 25 0 1 0 470635923 46075904 10715 33554432000 134512640 134829744 4287196144 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5286/statm: 11249 10715 327 78 0 10535 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 44996

[startup+582.3 s]
/proc/loadavg: 4.00 3.96 3.91 5/190 5345
/proc/meminfo: memFree=11187612/32951124 swapFree=67111528/67111528
[pid=5286] ppid=5284 vsize=45700 CPUtime=582.26 cores=0,2
/proc/5286/stat : 5286 (MPhaseSAT_M) R 5284 5286 4903 0 -1 4202496 186871 0 0 0 58198 28 0 0 25 0 1 0 470635923 46796800 10830 33554432000 134512640 134829744 4287196144 18446744073709551615 134661461 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5286/statm: 11425 10830 327 78 0 10711 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 45700

[startup+642.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 5347
/proc/meminfo: memFree=11176520/32951124 swapFree=67111528/67111528
[pid=5286] ppid=5284 vsize=46176 CPUtime=642.27 cores=0,2
/proc/5286/stat : 5286 (MPhaseSAT_M) R 5284 5286 4903 0 -1 4202496 186998 0 0 0 64198 29 0 0 25 0 1 0 470635923 47284224 10944 33554432000 134512640 134829744 4287196144 18446744073709551615 134661598 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5286/statm: 11544 10944 327 78 0 10830 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 46176

[startup+702.301 s]
/proc/loadavg: 4.11 4.00 3.92 5/190 5348
/proc/meminfo: memFree=11167532/32951124 swapFree=67111528/67111528
[pid=5286] ppid=5284 vsize=46176 CPUtime=702.26 cores=0,2
/proc/5286/stat : 5286 (MPhaseSAT_M) R 5284 5286 4903 0 -1 4202496 187086 0 0 0 70197 29 0 0 25 0 1 0 470635923 47284224 11032 33554432000 134512640 134829744 4287196144 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5286/statm: 11544 11032 327 78 0 10830 0
Current children cumulated CPU time (s) 702.26
Current children cumulated vsize (KiB) 46176

[startup+762.307 s]
/proc/loadavg: 4.04 4.00 3.92 5/190 5350
/proc/meminfo: memFree=11166996/32951124 swapFree=67111528/67111528
[pid=5286] ppid=5284 vsize=46736 CPUtime=762.26 cores=0,2
/proc/5286/stat : 5286 (MPhaseSAT_M) R 5284 5286 4903 0 -1 4202496 187228 0 0 0 76197 29 0 0 25 0 1 0 470635923 47857664 11174 33554432000 134512640 134829744 4287196144 18446744073709551615 134633108 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5286/statm: 11684 11174 327 78 0 10970 0
Current children cumulated CPU time (s) 762.26
Current children cumulated vsize (KiB) 46736

[startup+822.3 s]
/proc/loadavg: 4.01 4.00 3.92 5/190 5351
/proc/meminfo: memFree=11167080/32951124 swapFree=67111528/67111528
[pid=5286] ppid=5284 vsize=46736 CPUtime=822.25 cores=0,2
/proc/5286/stat : 5286 (MPhaseSAT_M) R 5284 5286 4903 0 -1 4202496 187245 0 0 0 82196 29 0 0 25 0 1 0 470635923 47857664 11191 33554432000 134512640 134829744 4287196144 18446744073709551615 134661432 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5286/statm: 11684 11191 327 78 0 10970 0
Current children cumulated CPU time (s) 822.25
Current children cumulated vsize (KiB) 46736

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 5353
/proc/meminfo: memFree=11162932/32951124 swapFree=67111528/67111528
[pid=5286] ppid=5284 vsize=51172 CPUtime=882.25 cores=0,2
/proc/5286/stat : 5286 (MPhaseSAT_M) R 5284 5286 4903 0 -1 4202496 188246 0 0 0 88195 30 0 0 25 0 1 0 470635923 52400128 12192 33554432000 134512640 134829744 4287196144 18446744073709551615 8433504 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5286/statm: 12793 12192 327 78 0 12079 0
Current children cumulated CPU time (s) 882.25
Current children cumulated vsize (KiB) 51172

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 5382
/proc/meminfo: memFree=11138728/32951124 swapFree=67111528/67111528
[pid=5286] ppid=5284 vsize=52100 CPUtime=942.24 cores=0,2
/proc/5286/stat : 5286 (MPhaseSAT_M) R 5284 5286 4903 0 -1 4202496 188421 0 0 0 94194 30 0 0 25 0 1 0 470635923 53350400 12367 33554432000 134512640 134829744 4287196144 18446744073709551615 134722314 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5286/statm: 13025 12367 327 78 0 12311 0
Current children cumulated CPU time (s) 942.24
Current children cumulated vsize (KiB) 52100

[startup+1002.3 s]
/proc/loadavg: 4.07 4.02 3.93 5/190 5383
/proc/meminfo: memFree=11140508/32951124 swapFree=67111528/67111528
[pid=5286] ppid=5284 vsize=52612 CPUtime=1002.24 cores=0,2
/proc/5286/stat : 5286 (MPhaseSAT_M) R 5284 5286 4903 0 -1 4202496 188499 0 0 0 100194 30 0 0 25 0 1 0 470635923 53874688 12445 33554432000 134512640 134829744 4287196144 18446744073709551615 134661787 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5286/statm: 13153 12445 327 78 0 12439 0
Current children cumulated CPU time (s) 1002.24
Current children cumulated vsize (KiB) 52612

[startup+1062.3 s]
/proc/loadavg: 4.02 4.01 3.93 5/190 5394
/proc/meminfo: memFree=11137620/32951124 swapFree=67111528/67111528
[pid=5286] ppid=5284 vsize=53156 CPUtime=1062.24 cores=0,2
/proc/5286/stat : 5286 (MPhaseSAT_M) R 5284 5286 4903 0 -1 4202496 188612 0 0 0 106194 30 0 0 25 0 1 0 470635923 54431744 12558 33554432000 134512640 134829744 4287196144 18446744073709551615 134661579 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5286/statm: 13289 12558 327 78 0 12575 0
Current children cumulated CPU time (s) 1062.24
Current children cumulated vsize (KiB) 53156

[startup+1122.3 s]
/proc/loadavg: 4.09 4.02 3.93 6/195 5719
/proc/meminfo: memFree=11135092/32951124 swapFree=67111528/67111528
[pid=5286] ppid=5284 vsize=50436 CPUtime=1122.23 cores=0,2
/proc/5286/stat : 5286 (MPhaseSAT_M) R 5284 5286 4903 0 -1 4202496 188662 0 0 0 112193 30 0 0 25 0 1 0 470635923 51646464 12070 33554432000 134512640 134829744 4287196144 18446744073709551615 134661645 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5286/statm: 12609 12070 327 78 0 11895 0
Current children cumulated CPU time (s) 1122.23
Current children cumulated vsize (KiB) 50436

[startup+1182.3 s]
/proc/loadavg: 4.03 4.02 3.93 5/190 5869
/proc/meminfo: memFree=11862432/32951124 swapFree=67111528/67111528
[pid=5286] ppid=5284 vsize=50436 CPUtime=1182.23 cores=0,2
/proc/5286/stat : 5286 (MPhaseSAT_M) R 5284 5286 4903 0 -1 4202496 188666 0 0 0 118193 30 0 0 25 0 1 0 470635923 51646464 12074 33554432000 134512640 134829744 4287196144 18446744073709551615 134662133 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5286/statm: 12609 12074 327 78 0 11895 0
Current children cumulated CPU time (s) 1182.23
Current children cumulated vsize (KiB) 50436

[startup+1242.3 s]
/proc/loadavg: 4.12 4.04 3.94 5/190 5871
/proc/meminfo: memFree=11857552/32951124 swapFree=67111528/67111528
[pid=5286] ppid=5284 vsize=51008 CPUtime=1242.23 cores=0,2
/proc/5286/stat : 5286 (MPhaseSAT_M) R 5284 5286 4903 0 -1 4202496 188848 0 0 0 124192 31 0 0 25 0 1 0 470635923 52232192 12256 33554432000 134512640 134829744 4287196144 18446744073709551615 134722472 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5286/statm: 12752 12256 327 78 0 12038 0
Current children cumulated CPU time (s) 1242.23
Current children cumulated vsize (KiB) 51008



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.03 3.94 5/190 5872
/proc/meminfo: memFree=11849084/32951124 swapFree=67111528/67111528
[pid=5286] ppid=5284 vsize=52664 CPUtime=1299.93 cores=0,2
/proc/5286/stat : 5286 (MPhaseSAT_M) R 5284 5286 4903 0 -1 4202496 189208 0 0 0 129962 31 0 0 25 0 1 0 470635923 53927936 12616 33554432000 134512640 134829744 4287196144 18446744073709551615 134661437 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/5286/statm: 13166 12616 327 78 0 12452 0
Current children cumulated CPU time (s) 1299.93
Current children cumulated vsize (KiB) 52664

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): 1299.95
CPU user time (s): 1299.62
CPU system time (s): 0.321951
CPU usage (%): 99.9951
Max. virtual memory (cumulated for all children) (KiB): 53156

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

runsolver used 2.30465 second user time and 4.80327 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-26 03:43:21
IDJOB=3289135
IDBENCH=83116
IDSOLVER=1522
FILE ID=node145/3289135-1303782200
RUNJOBID= node145-1303782200-5260
PBS_JOBID= 13157211
Free space on /tmp= 71640 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top24.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3289135-1303782200/watcher-3289135-1303782200 -o /tmp/evaluation-result-3289135-1303782200/solver-3289135-1303782200 -C 2400 -W 1300 -M 7680  MPhaseSAT_M HOME/instance-3289135-1303782200.cnf

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

MD5SUM BENCH= 1f485d737caaaca49e2c467c83cbdcec
RANDOM SEED=1629807332

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11345628 kB
Buffers:       2192300 kB
Cached:       18773852 kB
SwapCached:          0 kB
Active:       10517700 kB
Inactive:     10516228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11345628 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5576 kB
Writeback:           0 kB
AnonPages:       67276 kB
Mapped:          15656 kB
Slab:           507692 kB
PageTables:       4692 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   213068 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= 72336 MiB
End job on node145 at 2011-04-26 04:05:03