Trace number 3219764

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.08 4999.91

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S1180959030-088-UNKNOWN.cnf
MD5SUM4c3def64b0c0da01406b551924b4a52d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark101.054
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of clauses30000
Sum of the clauses size150000
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 530000
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-3219764-1303265406/watcher-3219764-1303265406 -o /tmp/evaluation-result-3219764-1303265406/solver-3219764-1303265406 -C 5000 -W 5000 -M 15500 MPhaseSAT_M HOME/instance-3219764-1303265406.cnf 

running on 4 cores: 1,3,5,7

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: 2.03 2.01 2.00 3/177 21792
/proc/meminfo: memFree=21810208/32951124 swapFree=67111480/67111528
[pid=21792] ppid=21790 vsize=3844 CPUtime=0 cores=1,3,5,7
/proc/21792/stat : 21792 (MPhaseSAT_M) R 21790 21792 20634 0 -1 4202496 325 0 0 0 0 0 0 0 25 0 1 0 516771053 3936256 266 33554432000 134512640 134829744 4293172336 18446744073709551615 10046155 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21792/statm: 961 266 225 78 0 247 0

[startup+0.0139431 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 21792
/proc/meminfo: memFree=21810208/32951124 swapFree=67111480/67111528
[pid=21792] ppid=21790 vsize=3844 CPUtime=0.01 cores=1,3,5,7
/proc/21792/stat : 21792 (MPhaseSAT_M) R 21790 21792 20634 0 -1 4202496 368 0 0 0 1 0 0 0 25 0 1 0 516771053 3936256 309 33554432000 134512640 134829744 4293172336 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21792/statm: 961 309 225 78 0 247 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3844

[startup+0.100926 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 21792
/proc/meminfo: memFree=21810208/32951124 swapFree=67111480/67111528
[pid=21792] ppid=21790 vsize=7724 CPUtime=0.09 cores=1,3,5,7
/proc/21792/stat : 21792 (MPhaseSAT_M) R 21790 21792 20634 0 -1 4202496 2121 0 0 0 9 0 0 0 25 0 1 0 516771053 7909376 1454 33554432000 134512640 134829744 4293172336 18446744073709551615 134626555 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21792/statm: 1931 1454 259 78 0 1217 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7724

[startup+0.300885 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 21792
/proc/meminfo: memFree=21810208/32951124 swapFree=67111480/67111528
[pid=21792] ppid=21790 vsize=7856 CPUtime=0.29 cores=1,3,5,7
/proc/21792/stat : 21792 (MPhaseSAT_M) R 21790 21792 20634 0 -1 4202496 2157 0 0 0 29 0 0 0 25 0 1 0 516771053 8044544 1489 33554432000 134512640 134829744 4293172336 18446744073709551615 134712876 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21792/statm: 1964 1489 272 78 0 1250 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7856

[startup+0.700812 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 21792
/proc/meminfo: memFree=21810208/32951124 swapFree=67111480/67111528
[pid=21792] ppid=21790 vsize=10316 CPUtime=0.69 cores=1,3,5,7
/proc/21792/stat : 21792 (MPhaseSAT_M) R 21790 21792 20634 0 -1 4202496 2785 0 0 0 69 0 0 0 25 0 1 0 516771053 10563584 2117 33554432000 134512640 134829744 4293172336 18446744073709551615 134657674 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21792/statm: 2579 2117 272 78 0 1865 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10316

[startup+1.50066 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 21793
/proc/meminfo: memFree=21802644/32951124 swapFree=67111480/67111528
[pid=21792] ppid=21790 vsize=11084 CPUtime=1.49 cores=1,3,5,7
/proc/21792/stat : 21792 (MPhaseSAT_M) R 21790 21792 20634 0 -1 4202496 2978 0 0 0 149 0 0 0 25 0 1 0 516771053 11350016 2310 33554432000 134512640 134829744 4293172336 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21792/statm: 2771 2310 272 78 0 2057 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11084

[startup+3.10037 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 21793
/proc/meminfo: memFree=21801704/32951124 swapFree=67111480/67111528
[pid=21792] ppid=21790 vsize=12364 CPUtime=3.09 cores=1,3,5,7
/proc/21792/stat : 21792 (MPhaseSAT_M) R 21790 21792 20634 0 -1 4202496 3296 0 0 0 309 0 0 0 25 0 1 0 516771053 12660736 2628 33554432000 134512640 134829744 4293172336 18446744073709551615 134661654 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21792/statm: 3091 2628 272 78 0 2377 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12364

[startup+6.30077 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 21793
/proc/meminfo: memFree=21799860/32951124 swapFree=67111480/67111528
[pid=21792] ppid=21790 vsize=13772 CPUtime=6.29 cores=1,3,5,7
/proc/21792/stat : 21792 (MPhaseSAT_M) R 21790 21792 20634 0 -1 4202496 3642 0 0 0 629 0 0 0 25 0 1 0 516771053 14102528 2974 33554432000 134512640 134829744 4293172336 18446744073709551615 134669660 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21792/statm: 3443 2974 272 78 0 2729 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13772

[startup+12.7006 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 21794
/proc/meminfo: memFree=21797736/32951124 swapFree=67111480/67111528
[pid=21792] ppid=21790 vsize=14968 CPUtime=12.69 cores=1,3,5,7
/proc/21792/stat : 21792 (MPhaseSAT_M) R 21790 21792 20634 0 -1 4202496 3930 0 0 0 1269 0 0 0 25 0 1 0 516771053 15327232 3262 33554432000 134512640 134829744 4293172336 18446744073709551615 134580661 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21792/statm: 3742 3262 274 78 0 3028 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 14968

[startup+25.5002 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 21794
/proc/meminfo: memFree=21796120/32951124 swapFree=67111480/67111528
[pid=21792] ppid=21790 vsize=16288 CPUtime=25.49 cores=1,3,5,7
/proc/21792/stat : 21792 (MPhaseSAT_M) R 21790 21792 20634 0 -1 4202496 4294 0 0 0 2549 0 0 0 25 0 1 0 516771053 16678912 3626 33554432000 134512640 134829744 4293172336 18446744073709551615 134605705 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21792/statm: 4072 3626 280 78 0 3358 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 16288

[startup+51.1004 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 21794
/proc/meminfo: memFree=21795956/32951124 swapFree=67111480/67111528
[pid=21792] ppid=21790 vsize=16288 CPUtime=51.09 cores=1,3,5,7
/proc/21792/stat : 21792 (MPhaseSAT_M) R 21790 21792 20634 0 -1 4202496 4294 0 0 0 5109 0 0 0 25 0 1 0 516771053 16678912 3626 33554432000 134512640 134829744 4293172336 18446744073709551615 134605487 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21792/statm: 4072 3626 280 78 0 3358 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 16288

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21796
/proc/meminfo: memFree=21773988/32951124 swapFree=67111480/67111528
[pid=21792] ppid=21790 vsize=18848 CPUtime=102.3 cores=1,3,5,7
/proc/21792/stat : 21792 (MPhaseSAT_M) R 21790 21792 20634 0 -1 4202496 4929 0 0 0 10230 0 0 0 25 0 1 0 516771053 19300352 4261 33554432000 134512640 134829744 4293172336 18446744073709551615 134606496 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21792/statm: 4712 4261 280 78 0 3998 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 18848

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21798
/proc/meminfo: memFree=21773220/32951124 swapFree=67111480/67111528
[pid=21792] ppid=21790 vsize=20080 CPUtime=162.3 cores=1,3,5,7
/proc/21792/stat : 21792 (MPhaseSAT_M) R 21790 21792 20634 0 -1 4202496 5240 0 0 0 16230 0 0 0 25 0 1 0 516771053 20561920 4572 33554432000 134512640 134829744 4293172336 18446744073709551615 134607514 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21792/statm: 5020 4572 280 78 0 4306 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 20080

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21799
/proc/meminfo: memFree=21771332/32951124 swapFree=67111480/67111528
[pid=21792] ppid=21790 vsize=22008 CPUtime=222.3 cores=1,3,5,7
/proc/21792/stat : 21792 (MPhaseSAT_M) R 21790 21792 20634 0 -1 4202496 5715 0 0 0 22230 0 0 0 25 0 1 0 516771053 22536192 5047 33554432000 134512640 134829744 4293172336 18446744073709551615 134605848 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21792/statm: 5502 5047 280 78 0 4788 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 22008

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21801
/proc/meminfo: memFree=21770944/32951124 swapFree=67111480/67111528
[pid=21792] ppid=21790 vsize=22264 CPUtime=282.3 cores=1,3,5,7
/proc/21792/stat : 21792 (MPhaseSAT_M) R 21790 21792 20634 0 -1 4202496 5782 0 0 0 28230 0 0 0 25 0 1 0 516771053 22798336 5114 33554432000 134512640 134829744 4293172336 18446744073709551615 134605705 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21792/statm: 5566 5114 280 78 0 4852 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 22264

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21802
/proc/meminfo: memFree=21770184/32951124 swapFree=67111480/67111528
[pid=21792] ppid=21790 vsize=23416 CPUtime=342.3 cores=1,3,5,7
/proc/21792/stat : 21792 (MPhaseSAT_M) R 21790 21792 20634 0 -1 4202496 6055 0 0 0 34230 0 0 0 25 0 1 0 516771053 23977984 5387 33554432000 134512640 134829744 4293172336 18446744073709551615 134722607 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21792/statm: 5854 5387 280 78 0 5140 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 23416

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21804
/proc/meminfo: memFree=21769668/32951124 swapFree=67111480/67111528
[pid=21792] ppid=21790 vsize=23672 CPUtime=402.3 cores=1,3,5,7
/proc/21792/stat : 21792 (MPhaseSAT_M) R 21790 21792 20634 0 -1 4202496 6130 0 0 0 40230 0 0 0 25 0 1 0 516771053 24240128 5462 33554432000 134512640 134829744 4293172336 18446744073709551615 134605244 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21792/statm: 5918 5462 280 78 0 5204 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 23672

[startup+462.301 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 21806
/proc/meminfo: memFree=21768908/32951124 swapFree=67111480/67111528
[pid=21792] ppid=21790 vsize=24440 CPUtime=462.3 cores=1,3,5,7
/proc/21792/stat : 21792 (MPhaseSAT_M) R 21790 21792 20634 0 -1 4202496 6316 0 0 0 46230 0 0 0 25 0 1 0 516771053 25026560 5648 33554432000 134512640 134829744 4293172336 18446744073709551615 134605805 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21792/statm: 6110 5648 280 78 0 5396 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 24440

[startup+522.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 21807
/proc/meminfo: memFree=21761704/32951124 swapFree=67111480/67111528
[pid=21792] ppid=21790 vsize=24440 CPUtime=522.31 cores=1,3,5,7
/proc/21792/stat : 21792 (MPhaseSAT_M) R 21790 21792 20634 0 -1 4202496 6316 0 0 0 52231 0 0 0 25 0 1 0 516771053 25026560 5648 33554432000 134512640 134829744 4293172336 18446744073709551615 134606602 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21792/statm: 6110 5648 280 78 0 5396 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 24440

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21809
/proc/meminfo: memFree=21761548/32951124 swapFree=67111480/67111528
[pid=21792] ppid=21790 vsize=24440 CPUtime=582.31 cores=1,3,5,7
/proc/21792/stat : 21792 (MPhaseSAT_M) R 21790 21792 20634 0 -1 4202496 6323 0 0 0 58231 0 0 0 25 0 1 0 516771053 25026560 5655 33554432000 134512640 134829744 4293172336 18446744073709551615 134678613 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21792/statm: 6110 5655 280 78 0 5396 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 24440

[startup+642.3 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21942
/proc/meminfo: memFree=21933524/32951124 swapFree=67111480/67111528
[pid=21792] ppid=21790 vsize=38136 CPUtime=4062.43 cores=1,3,5,7
/proc/21792/stat : 21792 (MPhaseSAT_M) R 21790 21792 20634 0 -1 4202496 9749 0 0 0 406242 1 0 0 25 0 1 0 516771053 39051264 9081 33554432000 134512640 134829744 4293172336 18446744073709551615 134606170 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21792/statm: 9534 9081 280 78 0 8820 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 38136

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21943
/proc/meminfo: memFree=21933632/32951124 swapFree=67111480/67111528
[pid=21792] ppid=21790 vsize=38136 CPUtime=4122.43 cores=1,3,5,7
/proc/21792/stat : 21792 (MPhaseSAT_M) R 21790 21792 20634 0 -1 4202496 9749 0 0 0 412242 1 0 0 25 0 1 0 516771053 39051264 9081 33554432000 134512640 134829744 4293172336 18446744073709551615 134605952 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21792/statm: 9534 9081 280 78 0 8820 0
Current children cumulated CPU time (s) 4122.43
Current children cumulated vsize (KiB) 38136

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21945
/proc/meminfo: memFree=21933724/32951124 swapFree=67111480/67111528
[pid=21792] ppid=21790 vsize=38136 CPUtime=4182.43 cores=1,3,5,7
/proc/21792/stat : 21792 (MPhaseSAT_M) R 21790 21792 20634 0 -1 4202496 9749 0 0 0 418242 1 0 0 25 0 1 0 516771053 39051264 9081 33554432000 134512640 134829744 4293172336 18446744073709551615 134605231 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21792/statm: 9534 9081 280 78 0 8820 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 38136

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21946
/proc/meminfo: memFree=21933456/32951124 swapFree=67111480/67111528
[pid=21792] ppid=21790 vsize=38136 CPUtime=4242.43 cores=1,3,5,7
/proc/21792/stat : 21792 (MPhaseSAT_M) R 21790 21792 20634 0 -1 4202496 9749 0 0 0 424242 1 0 0 25 0 1 0 516771053 39051264 9081 33554432000 134512640 134829744 4293172336 18446744073709551615 134603593 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21792/statm: 9534 9081 280 78 0 8820 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 38136

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21948
/proc/meminfo: memFree=21933300/32951124 swapFree=67111480/67111528
[pid=21792] ppid=21790 vsize=38136 CPUtime=4302.44 cores=1,3,5,7
/proc/21792/stat : 21792 (MPhaseSAT_M) R 21790 21792 20634 0 -1 4202496 9749 0 0 0 430243 1 0 0 25 0 1 0 516771053 39051264 9081 33554432000 134512640 134829744 4293172336 18446744073709551615 134722800 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21792/statm: 9534 9081 280 78 0 8820 0
Current children cumulated CPU time (s) 4302.44
Current children cumulated vsize (KiB) 38136

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21949
/proc/meminfo: memFree=21933404/32951124 swapFree=67111480/67111528
[pid=21792] ppid=21790 vsize=38136 CPUtime=4362.44 cores=1,3,5,7
/proc/21792/stat : 21792 (MPhaseSAT_M) R 21790 21792 20634 0 -1 4202496 9749 0 0 0 436243 1 0 0 25 0 1 0 516771053 39051264 9081 33554432000 134512640 134829744 4293172336 18446744073709551615 134678515 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21792/statm: 9534 9081 280 78 0 8820 0
Current children cumulated CPU time (s) 4362.44
Current children cumulated vsize (KiB) 38136

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21951
/proc/meminfo: memFree=21933372/32951124 swapFree=67111480/67111528
[pid=21792] ppid=21790 vsize=38136 CPUtime=4422.44 cores=1,3,5,7
/proc/21792/stat : 21792 (MPhaseSAT_M) R 21790 21792 20634 0 -1 4202496 9749 0 0 0 442243 1 0 0 25 0 1 0 516771053 39051264 9081 33554432000 134512640 134829744 4293172336 18446744073709551615 134722626 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21792/statm: 9534 9081 280 78 0 8820 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 38136

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21953
/proc/meminfo: memFree=21932724/32951124 swapFree=67111480/67111528
[pid=21792] ppid=21790 vsize=38780 CPUtime=4482.44 cores=1,3,5,7
/proc/21792/stat : 21792 (MPhaseSAT_M) R 21790 21792 20634 0 -1 4202496 9909 0 0 0 448243 1 0 0 25 0 1 0 516771053 39710720 9241 33554432000 134512640 134829744 4293172336 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21792/statm: 9695 9241 280 78 0 8981 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 38780

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21954
/proc/meminfo: memFree=21932824/32951124 swapFree=67111480/67111528
[pid=21792] ppid=21790 vsize=38780 CPUtime=4542.44 cores=1,3,5,7
/proc/21792/stat : 21792 (MPhaseSAT_M) R 21790 21792 20634 0 -1 4202496 9909 0 0 0 454243 1 0 0 25 0 1 0 516771053 39710720 9241 33554432000 134512640 134829744 4293172336 18446744073709551615 134722416 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21792/statm: 9695 9241 280 78 0 8981 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 38780

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21956
/proc/meminfo: memFree=21932300/32951124 swapFree=67111480/67111528
[pid=21792] ppid=21790 vsize=39188 CPUtime=4602.45 cores=1,3,5,7
/proc/21792/stat : 21792 (MPhaseSAT_M) R 21790 21792 20634 0 -1 4202496 9993 0 0 0 460244 1 0 0 25 0 1 0 516771053 40128512 9325 33554432000 134512640 134829744 4293172336 18446744073709551615 9899851 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21792/statm: 9797 9325 280 78 0 9083 0
Current children cumulated CPU time (s) 4602.45
Current children cumulated vsize (KiB) 39188

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21958
/proc/meminfo: memFree=21932160/32951124 swapFree=67111480/67111528
[pid=21792] ppid=21790 vsize=39324 CPUtime=4662.45 cores=1,3,5,7
/proc/21792/stat : 21792 (MPhaseSAT_M) R 21790 21792 20634 0 -1 4202496 10039 0 0 0 466244 1 0 0 25 0 1 0 516771053 40267776 9371 33554432000 134512640 134829744 4293172336 18446744073709551615 134719559 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21792/statm: 9831 9371 280 78 0 9117 0
Current children cumulated CPU time (s) 4662.45
Current children cumulated vsize (KiB) 39324

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21959
/proc/meminfo: memFree=21932016/32951124 swapFree=67111480/67111528
[pid=21792] ppid=21790 vsize=39596 CPUtime=4722.45 cores=1,3,5,7
/proc/21792/stat : 21792 (MPhaseSAT_M) R 21790 21792 20634 0 -1 4202496 10095 0 0 0 472244 1 0 0 25 0 1 0 516771053 40546304 9427 33554432000 134512640 134829744 4293172336 18446744073709551615 134678673 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21792/statm: 9899 9427 280 78 0 9185 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 39596

[startup+4782.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 21961
/proc/meminfo: memFree=21931740/32951124 swapFree=67111480/67111528
[pid=21792] ppid=21790 vsize=39996 CPUtime=4782.45 cores=1,3,5,7
/proc/21792/stat : 21792 (MPhaseSAT_M) R 21790 21792 20634 0 -1 4202496 10170 0 0 0 478244 1 0 0 25 0 1 0 516771053 40955904 9502 33554432000 134512640 134829744 4293172336 18446744073709551615 134620888 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21792/statm: 9999 9502 280 78 0 9285 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 39996

[startup+4842.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 21962
/proc/meminfo: memFree=21931092/32951124 swapFree=67111480/67111528
[pid=21792] ppid=21790 vsize=40260 CPUtime=4842.45 cores=1,3,5,7
/proc/21792/stat : 21792 (MPhaseSAT_M) R 21790 21792 20634 0 -1 4202496 10251 0 0 0 484244 1 0 0 25 0 1 0 516771053 41226240 9583 33554432000 134512640 134829744 4293172336 18446744073709551615 134725278 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21792/statm: 10065 9583 280 78 0 9351 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 40260

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21964
/proc/meminfo: memFree=21930328/32951124 swapFree=67111480/67111528
[pid=21792] ppid=21790 vsize=41212 CPUtime=4902.45 cores=1,3,5,7
/proc/21792/stat : 21792 (MPhaseSAT_M) R 21790 21792 20634 0 -1 4202496 10473 0 0 0 490244 1 0 0 25 0 1 0 516771053 42201088 9805 33554432000 134512640 134829744 4293172336 18446744073709551615 134661122 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21792/statm: 10303 9805 280 78 0 9589 0
Current children cumulated CPU time (s) 4902.45
Current children cumulated vsize (KiB) 41212

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21966
/proc/meminfo: memFree=21929812/32951124 swapFree=67111480/67111528
[pid=21792] ppid=21790 vsize=41744 CPUtime=4962.45 cores=1,3,5,7
/proc/21792/stat : 21792 (MPhaseSAT_M) R 21790 21792 20634 0 -1 4202496 10617 0 0 0 496244 1 0 0 25 0 1 0 516771053 42745856 9949 33554432000 134512640 134829744 4293172336 18446744073709551615 10187527 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21792/statm: 10436 9949 280 78 0 9722 0
Current children cumulated CPU time (s) 4962.45
Current children cumulated vsize (KiB) 41744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21966
/proc/meminfo: memFree=21918376/32951124 swapFree=67111480/67111528
[pid=21792] ppid=21790 vsize=53264 CPUtime=5000.06 cores=1,3,5,7
/proc/21792/stat : 21792 (MPhaseSAT_M) R 21790 21792 20634 0 -1 4202496 13468 0 0 0 500004 2 0 0 25 0 1 0 516771053 54542336 12800 33554432000 134512640 134829744 4293172336 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21792/statm: 13316 12800 280 78 0 12602 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 53264

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21966
/proc/meminfo: memFree=21918376/32951124 swapFree=67111480/67111528
[pid=21792] ppid=21790 vsize=53264 CPUtime=5000.06 cores=1,3,5,7
/proc/21792/stat : 21792 (MPhaseSAT_M) R 21790 21792 20634 0 -1 4202496 13468 0 0 0 500004 2 0 0 25 0 1 0 516771053 54542336 12800 33554432000 134512640 134829744 4293172336 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21792/statm: 13316 12800 280 78 0 12602 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 53264

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.91
CPU time (s): 5000.08
CPU user time (s): 5000.05
CPU system time (s): 0.027995
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 53264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000.05
system time used= 0.027995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13468
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= 57281

runsolver used 6.72698 second user time and 16.0146 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-20 04:10:06
IDJOB=3219764
IDBENCH=82644
IDSOLVER=1637
FILE ID=node111/3219764-1303265406
RUNJOBID= node111-1303250399-20653
PBS_JOBID= 13042433
Free space on /tmp= 71988 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT11/random/large/unif-k5-r20-v1500-c30000-S1180959030-088-UNKNOWN.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3219764-1303265406/watcher-3219764-1303265406 -o /tmp/evaluation-result-3219764-1303265406/solver-3219764-1303265406 -C 5000 -W 5000 -M 15500  MPhaseSAT_M HOME/instance-3219764-1303265406.cnf

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

MD5SUM BENCH= 4c3def64b0c0da01406b551924b4a52d
RANDOM SEED=1136745137

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21810488 kB
Buffers:        701796 kB
Cached:        9813944 kB
SwapCached:         44 kB
Active:        5978832 kB
Inactive:      4797680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21810488 kB
SwapTotal:    67111528 kB
SwapFree:     67111480 kB
Dirty:            1176 kB
Writeback:           0 kB
AnonPages:      260828 kB
Mapped:          16212 kB
Slab:           299576 kB
PageTables:       5084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   413284 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= 71992 MiB
End job on node111 at 2011-04-20 05:33:28