Trace number 3219428

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) 5000.03 4999.91

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1000-c20000-S1950850246-038-UNKNOWN.cnf
MD5SUMa39a6d2f5fd934fd083663966cc58fff
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark20.1389
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of clauses20000
Sum of the clauses size100000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 520000
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-3219428-1303250587/watcher-3219428-1303250587 -o /tmp/evaluation-result-3219428-1303250587/solver-3219428-1303250587 -C 5000 -W 5000 -M 15500 MPhaseSAT_M HOME/instance-3219428-1303250587.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.99 1.99 3/181 22854
/proc/meminfo: memFree=13115960/32951124 swapFree=67111528/67111528
[pid=22854] ppid=22852 vsize=3612 CPUtime=0 cores=0,2,4,6
/proc/22854/stat : 22854 (MPhaseSAT_M) R 22852 22854 22406 0 -1 4202496 319 0 0 0 0 0 0 0 25 0 1 0 436656919 3698688 261 33554432000 134512640 134829744 4293406384 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/22854/statm: 903 261 225 78 0 189 0

[startup+0.105494 s]
/proc/loadavg: 1.92 1.99 1.99 3/181 22854
/proc/meminfo: memFree=13115960/32951124 swapFree=67111528/67111528
[pid=22854] ppid=22852 vsize=6128 CPUtime=0.1 cores=0,2,4,6
/proc/22854/stat : 22854 (MPhaseSAT_M) R 22852 22854 22406 0 -1 4202496 1225 0 0 0 10 0 0 0 25 0 1 0 436656919 6275072 1067 33554432000 134512640 134829744 4293406384 18446744073709551615 134719579 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/22854/statm: 1532 1067 272 78 0 818 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 6128

[startup+0.200472 s]
/proc/loadavg: 1.92 1.99 1.99 3/181 22854
/proc/meminfo: memFree=13115960/32951124 swapFree=67111528/67111528
[pid=22854] ppid=22852 vsize=6260 CPUtime=0.19 cores=0,2,4,6
/proc/22854/stat : 22854 (MPhaseSAT_M) R 22852 22854 22406 0 -1 4202496 1251 0 0 0 19 0 0 0 25 0 1 0 436656919 6410240 1093 33554432000 134512640 134829744 4293406384 18446744073709551615 134661449 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/22854/statm: 1565 1093 272 78 0 851 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 6260

[startup+0.300451 s]
/proc/loadavg: 1.92 1.99 1.99 3/181 22854
/proc/meminfo: memFree=13115960/32951124 swapFree=67111528/67111528
[pid=22854] ppid=22852 vsize=6920 CPUtime=0.29 cores=0,2,4,6
/proc/22854/stat : 22854 (MPhaseSAT_M) R 22852 22854 22406 0 -1 4202496 1420 0 0 0 29 0 0 0 25 0 1 0 436656919 7086080 1262 33554432000 134512640 134829744 4293406384 18446744073709551615 2352636 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/22854/statm: 1730 1262 272 78 0 1016 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6920

[startup+0.70038 s]
/proc/loadavg: 1.92 1.99 1.99 3/181 22854
/proc/meminfo: memFree=13115960/32951124 swapFree=67111528/67111528
[pid=22854] ppid=22852 vsize=7580 CPUtime=0.69 cores=0,2,4,6
/proc/22854/stat : 22854 (MPhaseSAT_M) R 22852 22854 22406 0 -1 4202496 1586 0 0 0 69 0 0 0 25 0 1 0 436656919 7761920 1428 33554432000 134512640 134829744 4293406384 18446744073709551615 134725237 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/22854/statm: 1895 1428 272 78 0 1181 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7580

[startup+1.50021 s]
/proc/loadavg: 1.92 1.99 1.99 3/182 22856
/proc/meminfo: memFree=13110612/32951124 swapFree=67111528/67111528
[pid=22854] ppid=22852 vsize=8636 CPUtime=1.49 cores=0,2,4,6
/proc/22854/stat : 22854 (MPhaseSAT_M) R 22852 22854 22406 0 -1 4202496 1855 0 0 0 149 0 0 0 25 0 1 0 436656919 8843264 1697 33554432000 134512640 134829744 4293406384 18446744073709551615 2092886 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/22854/statm: 2159 1697 272 78 0 1445 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8636

[startup+3.10096 s]
/proc/loadavg: 1.92 1.99 1.99 3/182 22856
/proc/meminfo: memFree=13109496/32951124 swapFree=67111528/67111528
[pid=22854] ppid=22852 vsize=9296 CPUtime=3.09 cores=0,2,4,6
/proc/22854/stat : 22854 (MPhaseSAT_M) R 22852 22854 22406 0 -1 4202496 2026 0 0 0 309 0 0 0 25 0 1 0 436656919 9519104 1868 33554432000 134512640 134829744 4293406384 18446744073709551615 2092878 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/22854/statm: 2324 1868 272 78 0 1610 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9296

[startup+6.30039 s]
/proc/loadavg: 1.93 1.99 1.99 3/182 22856
/proc/meminfo: memFree=13107492/32951124 swapFree=67111528/67111528
[pid=22854] ppid=22852 vsize=10880 CPUtime=6.29 cores=0,2,4,6
/proc/22854/stat : 22854 (MPhaseSAT_M) R 22852 22854 22406 0 -1 4202496 2399 0 0 0 629 0 0 0 25 0 1 0 436656919 11141120 2241 33554432000 134512640 134829744 4293406384 18446744073709551615 134614874 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/22854/statm: 2720 2241 272 78 0 2006 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10880

[startup+12.7002 s]
/proc/loadavg: 1.94 1.99 1.99 3/182 22856
/proc/meminfo: memFree=13105884/32951124 swapFree=67111528/67111528
[pid=22854] ppid=22852 vsize=12224 CPUtime=12.69 cores=0,2,4,6
/proc/22854/stat : 22854 (MPhaseSAT_M) R 22852 22854 22406 0 -1 4202496 2733 0 0 0 1269 0 0 0 25 0 1 0 436656919 12517376 2575 33554432000 134512640 134829744 4293406384 18446744073709551615 134580583 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/22854/statm: 3056 2575 274 78 0 2342 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 12224

[startup+25.5009 s]
/proc/loadavg: 1.95 1.99 1.99 3/182 22856
/proc/meminfo: memFree=13105864/32951124 swapFree=67111528/67111528
[pid=22854] ppid=22852 vsize=12224 CPUtime=25.49 cores=0,2,4,6
/proc/22854/stat : 22854 (MPhaseSAT_M) R 22852 22854 22406 0 -1 4202496 2739 0 0 0 2549 0 0 0 25 0 1 0 436656919 12517376 2581 33554432000 134512640 134829744 4293406384 18446744073709551615 134606514 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/22854/statm: 3056 2581 280 78 0 2342 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 12224

[startup+51.1004 s]
/proc/loadavg: 1.97 1.99 1.99 3/182 22857
/proc/meminfo: memFree=13105856/32951124 swapFree=67111528/67111528
[pid=22854] ppid=22852 vsize=12224 CPUtime=51.09 cores=0,2,4,6
/proc/22854/stat : 22854 (MPhaseSAT_M) R 22852 22854 22406 0 -1 4202496 2739 0 0 0 5109 0 0 0 25 0 1 0 436656919 12517376 2581 33554432000 134512640 134829744 4293406384 18446744073709551615 134605711 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/22854/statm: 3056 2581 280 78 0 2342 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 12224

[startup+102.3 s]
/proc/loadavg: 1.98 1.99 1.99 3/182 22889
/proc/meminfo: memFree=13298308/32951124 swapFree=67111528/67111528
[pid=22854] ppid=22852 vsize=13940 CPUtime=102.3 cores=0,2,4,6
/proc/22854/stat : 22854 (MPhaseSAT_M) R 22852 22854 22406 0 -1 4202496 3171 0 0 0 10230 0 0 0 25 0 1 0 436656919 14274560 3013 33554432000 134512640 134829744 4293406384 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/22854/statm: 3485 3013 280 78 0 2771 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 13940

[startup+162.301 s]
/proc/loadavg: 1.99 1.99 1.99 3/182 22891
/proc/meminfo: memFree=13288460/32951124 swapFree=67111528/67111528
[pid=22854] ppid=22852 vsize=14996 CPUtime=162.29 cores=0,2,4,6
/proc/22854/stat : 22854 (MPhaseSAT_M) R 22852 22854 22406 0 -1 4202496 3437 0 0 0 16229 0 0 0 25 0 1 0 436656919 15355904 3279 33554432000 134512640 134829744 4293406384 18446744073709551615 134605711 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/22854/statm: 3749 3279 280 78 0 3035 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 14996

[startup+222.306 s]
/proc/loadavg: 2.04 2.00 2.00 3/182 22892
/proc/meminfo: memFree=13279628/32951124 swapFree=67111528/67111528
[pid=22854] ppid=22852 vsize=16184 CPUtime=222.3 cores=0,2,4,6
/proc/22854/stat : 22854 (MPhaseSAT_M) R 22852 22854 22406 0 -1 4202496 3759 0 0 0 22230 0 0 0 25 0 1 0 436656919 16572416 3601 33554432000 134512640 134829744 4293406384 18446744073709551615 134605709 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/22854/statm: 4046 3601 280 78 0 3332 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 16184

[startup+282.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/182 22894
/proc/meminfo: memFree=13278992/32951124 swapFree=67111528/67111528
[pid=22854] ppid=22852 vsize=16844 CPUtime=282.29 cores=0,2,4,6
/proc/22854/stat : 22854 (MPhaseSAT_M) R 22852 22854 22406 0 -1 4202496 3922 0 0 0 28229 0 0 0 25 0 1 0 436656919 17248256 3764 33554432000 134512640 134829744 4293406384 18446744073709551615 134605310 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/22854/statm: 4211 3764 280 78 0 3497 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 16844

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 22895
/proc/meminfo: memFree=13279092/32951124 swapFree=67111528/67111528
[pid=22854] ppid=22852 vsize=16844 CPUtime=342.29 cores=0,2,4,6
/proc/22854/stat : 22854 (MPhaseSAT_M) R 22852 22854 22406 0 -1 4202496 3922 0 0 0 34229 0 0 0 25 0 1 0 436656919 17248256 3764 33554432000 134512640 134829744 4293406384 18446744073709551615 134606096 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/22854/statm: 4211 3764 280 78 0 3497 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 16844

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 22897
/proc/meminfo: memFree=13277228/32951124 swapFree=67111528/67111528
[pid=22854] ppid=22852 vsize=17768 CPUtime=402.3 cores=0,2,4,6
/proc/22854/stat : 22854 (MPhaseSAT_M) R 22852 22854 22406 0 -1 4202496 4131 0 0 0 40230 0 0 0 25 0 1 0 436656919 18194432 3973 33554432000 134512640 134829744 4293406384 18446744073709551615 134606367 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/22854/statm: 4442 3973 280 78 0 3728 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 17768

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 22899
/proc/meminfo: memFree=13275584/32951124 swapFree=67111528/67111528
[pid=22854] ppid=22852 vsize=17768 CPUtime=462.3 cores=0,2,4,6
/proc/22854/stat : 22854 (MPhaseSAT_M) R 22852 22854 22406 0 -1 4202496 4137 0 0 0 46230 0 0 0 25 0 1 0 436656919 18194432 3979 33554432000 134512640 134829744 4293406384 18446744073709551615 134605882 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/22854/statm: 4442 3979 280 78 0 3728 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 17768

[startup+522.301 s]
/proc/loadavg: 2.08 2.02 2.01 3/182 22900
/proc/meminfo: memFree=13270856/32951124 swapFree=67111528/67111528
[pid=22854] ppid=22852 vsize=18560 CPUtime=522.3 cores=0,2,4,6
/proc/22854/stat : 22854 (MPhaseSAT_M) R 22852 22854 22406 0 -1 4202496 4347 0 0 0 52230 0 0 0 25 0 1 0 436656919 19005440 4189 33554432000 134512640 134829744 4293406384 18446744073709551615 134606630 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/22854/statm: 4640 4189 280 78 0 3926 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 18560

[startup+582.301 s]
/proc/loadavg: 2.03 2.01 2.00 3/182 22902
/proc/meminfo: memFree=13247016/32951124 swapFree=67111528/67111528
[pid=22854] ppid=22852 vsize=18692 CPUtime=582.3 cores=0,2,4,6
/proc/22854/stat : 22854 (MPhaseSAT_M) R 22852 22854 22406 0 -1 4202496 4359 0 0 0 58230 0 0 0 25 0 1 0 436656919 19140608 4201 33554432000 134512640 134829744 4293406384 18446744073709551615 134606340 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/22854/statm: 4673 4201 280 78 0 3959 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 18692

[startup+642.3 s]

################
# More data... #
################

[startup+4002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 23005
/proc/meminfo: memFree=13116516/32951124 swapFree=67111528/67111528
[pid=22854] ppid=22852 vsize=31248 CPUtime=4002.39 cores=0,2,4,6
/proc/22854/stat : 22854 (MPhaseSAT_M) R 22852 22854 22406 0 -1 4202496 7506 0 0 0 400238 1 0 0 25 0 1 0 436656919 31997952 7348 33554432000 134512640 134829744 4293406384 18446744073709551615 134722615 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/22854/statm: 7812 7348 280 78 0 7098 0
Current children cumulated CPU time (s) 4002.39
Current children cumulated vsize (KiB) 31248

[startup+4062.3 s]
/proc/loadavg: 2.06 2.03 2.01 3/182 23007
/proc/meminfo: memFree=13116248/32951124 swapFree=67111528/67111528
[pid=22854] ppid=22852 vsize=31248 CPUtime=4062.4 cores=0,2,4,6
/proc/22854/stat : 22854 (MPhaseSAT_M) R 22852 22854 22406 0 -1 4202496 7506 0 0 0 406239 1 0 0 25 0 1 0 436656919 31997952 7348 33554432000 134512640 134829744 4293406384 18446744073709551615 134661632 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/22854/statm: 7812 7348 280 78 0 7098 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 31248

[startup+4122.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/182 23008
/proc/meminfo: memFree=13115976/32951124 swapFree=67111528/67111528
[pid=22854] ppid=22852 vsize=31248 CPUtime=4122.39 cores=0,2,4,6
/proc/22854/stat : 22854 (MPhaseSAT_M) R 22852 22854 22406 0 -1 4202496 7506 0 0 0 412238 1 0 0 25 0 1 0 436656919 31997952 7348 33554432000 134512640 134829744 4293406384 18446744073709551615 134661632 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/22854/statm: 7812 7348 280 78 0 7098 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 31248

[startup+4182.31 s]
/proc/loadavg: 2.02 2.02 2.00 3/182 23010
/proc/meminfo: memFree=13115952/32951124 swapFree=67111528/67111528
[pid=22854] ppid=22852 vsize=31520 CPUtime=4182.4 cores=0,2,4,6
/proc/22854/stat : 22854 (MPhaseSAT_M) R 22852 22854 22406 0 -1 4202496 7564 0 0 0 418239 1 0 0 25 0 1 0 436656919 32276480 7406 33554432000 134512640 134829744 4293406384 18446744073709551615 134661457 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/22854/statm: 7880 7406 280 78 0 7166 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 31520

[startup+4242.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/182 23011
/proc/meminfo: memFree=13115564/32951124 swapFree=67111528/67111528
[pid=22854] ppid=22852 vsize=32072 CPUtime=4242.4 cores=0,2,4,6
/proc/22854/stat : 22854 (MPhaseSAT_M) R 22852 22854 22406 0 -1 4202496 7691 0 0 0 424239 1 0 0 25 0 1 0 436656919 32841728 7533 33554432000 134512640 134829744 4293406384 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/22854/statm: 8018 7533 280 78 0 7304 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 32072

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 23013
/proc/meminfo: memFree=13115032/32951124 swapFree=67111528/67111528
[pid=22854] ppid=22852 vsize=32344 CPUtime=4302.39 cores=0,2,4,6
/proc/22854/stat : 22854 (MPhaseSAT_M) R 22852 22854 22406 0 -1 4202496 7783 0 0 0 430238 1 0 0 25 0 1 0 436656919 33120256 7625 33554432000 134512640 134829744 4293406384 18446744073709551615 134661654 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/22854/statm: 8086 7625 280 78 0 7372 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 32344

[startup+4362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 23015
/proc/meminfo: memFree=13114772/32951124 swapFree=67111528/67111528
[pid=22854] ppid=22852 vsize=32752 CPUtime=4362.4 cores=0,2,4,6
/proc/22854/stat : 22854 (MPhaseSAT_M) R 22852 22854 22406 0 -1 4202496 7872 0 0 0 436239 1 0 0 25 0 1 0 436656919 33538048 7714 33554432000 134512640 134829744 4293406384 18446744073709551615 134661632 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/22854/statm: 8188 7714 280 78 0 7474 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 32752

[startup+4422.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/182 23016
/proc/meminfo: memFree=13114500/32951124 swapFree=67111528/67111528
[pid=22854] ppid=22852 vsize=33032 CPUtime=4422.4 cores=0,2,4,6
/proc/22854/stat : 22854 (MPhaseSAT_M) R 22852 22854 22406 0 -1 4202496 7924 0 0 0 442239 1 0 0 25 0 1 0 436656919 33824768 7766 33554432000 134512640 134829744 4293406384 18446744073709551615 134722768 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/22854/statm: 8258 7766 280 78 0 7544 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 33032

[startup+4482.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/182 23018
/proc/meminfo: memFree=13113856/32951124 swapFree=67111528/67111528
[pid=22854] ppid=22852 vsize=33892 CPUtime=4482.4 cores=0,2,4,6
/proc/22854/stat : 22854 (MPhaseSAT_M) R 22852 22854 22406 0 -1 4202496 8137 0 0 0 448239 1 0 0 25 0 1 0 436656919 34705408 7979 33554432000 134512640 134829744 4293406384 18446744073709551615 2093394 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/22854/statm: 8473 7979 280 78 0 7759 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 33892

[startup+4542.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/182 23019
/proc/meminfo: memFree=13113344/32951124 swapFree=67111528/67111528
[pid=22854] ppid=22852 vsize=34612 CPUtime=4542.41 cores=0,2,4,6
/proc/22854/stat : 22854 (MPhaseSAT_M) R 22852 22854 22406 0 -1 4202496 8273 0 0 0 454239 2 0 0 25 0 1 0 436656919 35442688 8115 33554432000 134512640 134829744 4293406384 18446744073709551615 2092803 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/22854/statm: 8653 8115 280 78 0 7939 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 34612

[startup+4602.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/182 23021
/proc/meminfo: memFree=13112816/32951124 swapFree=67111528/67111528
[pid=22854] ppid=22852 vsize=34884 CPUtime=4602.41 cores=0,2,4,6
/proc/22854/stat : 22854 (MPhaseSAT_M) R 22852 22854 22406 0 -1 4202496 8336 0 0 0 460239 2 0 0 25 0 1 0 436656919 35721216 8178 33554432000 134512640 134829744 4293406384 18446744073709551615 134623357 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/22854/statm: 8721 8178 280 78 0 8007 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 34884

[startup+4662.3 s]
/proc/loadavg: 2.21 2.08 2.02 3/182 23023
/proc/meminfo: memFree=13112544/32951124 swapFree=67111528/67111528
[pid=22854] ppid=22852 vsize=35020 CPUtime=4662.41 cores=0,2,4,6
/proc/22854/stat : 22854 (MPhaseSAT_M) R 22852 22854 22406 0 -1 4202496 8368 0 0 0 466239 2 0 0 25 0 1 0 436656919 35860480 8210 33554432000 134512640 134829744 4293406384 18446744073709551615 134722607 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/22854/statm: 8755 8210 280 78 0 8041 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 35020

[startup+4722.3 s]
/proc/loadavg: 2.08 2.07 2.01 3/182 23024
/proc/meminfo: memFree=13112268/32951124 swapFree=67111528/67111528
[pid=22854] ppid=22852 vsize=35308 CPUtime=4722.42 cores=0,2,4,6
/proc/22854/stat : 22854 (MPhaseSAT_M) R 22852 22854 22406 0 -1 4202496 8436 0 0 0 472240 2 0 0 25 0 1 0 436656919 36155392 8278 33554432000 134512640 134829744 4293406384 18446744073709551615 134661418 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/22854/statm: 8827 8278 280 78 0 8113 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 35308

[startup+4782.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/182 23026
/proc/meminfo: memFree=13112124/32951124 swapFree=67111528/67111528
[pid=22854] ppid=22852 vsize=35732 CPUtime=4782.42 cores=0,2,4,6
/proc/22854/stat : 22854 (MPhaseSAT_M) R 22852 22854 22406 0 -1 4202496 8523 0 0 0 478240 2 0 0 25 0 1 0 436656919 36589568 8365 33554432000 134512640 134829744 4293406384 18446744073709551615 134722592 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/22854/statm: 8933 8365 280 78 0 8219 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 35732

[startup+4842.31 s]
/proc/loadavg: 2.01 2.04 2.00 3/182 23027
/proc/meminfo: memFree=13112100/32951124 swapFree=67111528/67111528
[pid=22854] ppid=22852 vsize=35876 CPUtime=4842.42 cores=0,2,4,6
/proc/22854/stat : 22854 (MPhaseSAT_M) R 22852 22854 22406 0 -1 4202496 8558 0 0 0 484240 2 0 0 25 0 1 0 436656919 36737024 8400 33554432000 134512640 134829744 4293406384 18446744073709551615 134722783 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/22854/statm: 8969 8400 280 78 0 8255 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 35876

[startup+4902.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/182 23029
/proc/meminfo: memFree=13111828/32951124 swapFree=67111528/67111528
[pid=22854] ppid=22852 vsize=36012 CPUtime=4902.42 cores=0,2,4,6
/proc/22854/stat : 22854 (MPhaseSAT_M) R 22852 22854 22406 0 -1 4202496 8617 0 0 0 490240 2 0 0 25 0 1 0 436656919 36876288 8459 33554432000 134512640 134829744 4293406384 18446744073709551615 134661064 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/22854/statm: 9003 8459 280 78 0 8289 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 36012

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/182 23031
/proc/meminfo: memFree=13111684/32951124 swapFree=67111528/67111528
[pid=22854] ppid=22852 vsize=36308 CPUtime=4962.42 cores=0,2,4,6
/proc/22854/stat : 22854 (MPhaseSAT_M) R 22852 22854 22406 0 -1 4202496 8659 0 0 0 496240 2 0 0 25 0 1 0 436656919 37179392 8501 33554432000 134512640 134829744 4293406384 18446744073709551615 134661449 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/22854/statm: 9077 8501 280 78 0 8363 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 36308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/182 23032
/proc/meminfo: memFree=13111288/32951124 swapFree=67111528/67111528
[pid=22854] ppid=22852 vsize=36732 CPUtime=5000.02 cores=0,2,4,6
/proc/22854/stat : 22854 (MPhaseSAT_M) R 22852 22854 22406 0 -1 4202496 8752 0 0 0 500000 2 0 0 25 0 1 0 436656919 37613568 8594 33554432000 134512640 134829744 4293406384 18446744073709551615 134623168 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/22854/statm: 9183 8594 280 78 0 8469 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 36732

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): 4999.91
CPU time (s): 5000.03
CPU user time (s): 5000.01
CPU system time (s): 0.023996
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 36732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000.01
system time used= 0.023996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8752
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15
involuntary context switches= 12233

runsolver used 7.82381 second user time and 16.2735 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-20 00:03:08
IDJOB=3219428
IDBENCH=82588
IDSOLVER=1637
FILE ID=node132/3219428-1303250587
RUNJOBID= node132-1303240583-22424
PBS_JOBID= 13042413
Free space on /tmp= 72924 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT11/random/large/unif-k5-r20-v1000-c20000-S1950850246-038-UNKNOWN.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3219428-1303250587/watcher-3219428-1303250587 -o /tmp/evaluation-result-3219428-1303250587/solver-3219428-1303250587 -C 5000 -W 5000 -M 15500  MPhaseSAT_M HOME/instance-3219428-1303250587.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= a39a6d2f5fd934fd083663966cc58fff
RANDOM SEED=416054429

node132.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.833
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.833
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.74
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.833
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.76
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.833
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.833
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.77
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.833
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.67
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.833
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.833
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:      13116240 kB
Buffers:        696260 kB
Cached:       18458048 kB
SwapCached:          0 kB
Active:        7997008 kB
Inactive:     11471340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13116240 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             812 kB
Writeback:           0 kB
AnonPages:      313784 kB
Mapped:          16236 kB
Slab:           304124 kB
PageTables:       5300 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   460744 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72924 MiB
End job on node132 at 2011-04-20 01:26:30