Trace number 3222494

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S591042619-090.UNKNOWN.cnf
MD5SUM58de0b27915a7db672b276faaed6cfd0
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3358.18
Satisfiable
(Un)Satisfiability was proved
Number of variables550
Number of clauses2343
Sum of the clauses size7029
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32343
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3222494-1303305770/watcher-3222494-1303305770 -o /tmp/evaluation-result-3222494-1303305770/solver-3222494-1303305770 -C 5000 -W 5000 -M 15500 MPhaseSAT_M HOME/instance-3222494-1303305770.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: 1.92 1.98 1.99 2/177 11735
/proc/meminfo: memFree=19189312/32951124 swapFree=67111528/67111528
[pid=11735] ppid=11733 vsize=3240 CPUtime=0 cores=1,3,5,7
/proc/11735/stat : 11735 (MPhaseSAT_M) R 11733 11735 10674 0 -1 4202496 378 0 0 0 0 0 0 0 25 0 1 0 520807597 3317760 318 33554432000 134512640 134829744 4292577056 18446744073709551615 134559179 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/11735/statm: 810 318 237 78 0 96 0

[startup+0.105129 s]
/proc/loadavg: 1.92 1.98 1.99 2/177 11735
/proc/meminfo: memFree=19189312/32951124 swapFree=67111528/67111528
[pid=11735] ppid=11733 vsize=3808 CPUtime=0.1 cores=1,3,5,7
/proc/11735/stat : 11735 (MPhaseSAT_M) R 11733 11735 10674 0 -1 4202496 552 0 0 0 10 0 0 0 25 0 1 0 520807597 3899392 492 33554432000 134512640 134829744 4292577056 18446744073709551615 134678931 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/11735/statm: 952 492 272 78 0 238 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3808

[startup+0.201124 s]
/proc/loadavg: 1.92 1.98 1.99 2/177 11735
/proc/meminfo: memFree=19189312/32951124 swapFree=67111528/67111528
[pid=11735] ppid=11733 vsize=3940 CPUtime=0.19 cores=1,3,5,7
/proc/11735/stat : 11735 (MPhaseSAT_M) R 11733 11735 10674 0 -1 4202496 590 0 0 0 19 0 0 0 25 0 1 0 520807597 4034560 530 33554432000 134512640 134829744 4292577056 18446744073709551615 134712858 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/11735/statm: 985 530 272 78 0 271 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 3940

[startup+0.301095 s]
/proc/loadavg: 1.92 1.98 1.99 2/177 11735
/proc/meminfo: memFree=19189312/32951124 swapFree=67111528/67111528
[pid=11735] ppid=11733 vsize=4072 CPUtime=0.29 cores=1,3,5,7
/proc/11735/stat : 11735 (MPhaseSAT_M) R 11733 11735 10674 0 -1 4202496 597 0 0 0 29 0 0 0 25 0 1 0 520807597 4169728 537 33554432000 134512640 134829744 4292577056 18446744073709551615 134722623 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/11735/statm: 1018 537 272 78 0 304 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4072

[startup+0.701034 s]
/proc/loadavg: 1.92 1.98 1.99 2/177 11735
/proc/meminfo: memFree=19189312/32951124 swapFree=67111528/67111528
[pid=11735] ppid=11733 vsize=4336 CPUtime=0.69 cores=1,3,5,7
/proc/11735/stat : 11735 (MPhaseSAT_M) R 11733 11735 10674 0 -1 4202496 685 0 0 0 69 0 0 0 25 0 1 0 520807597 4440064 625 33554432000 134512640 134829744 4292577056 18446744073709551615 134719606 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/11735/statm: 1084 625 272 78 0 370 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4336

[startup+1.50087 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 11736
/proc/meminfo: memFree=19187644/32951124 swapFree=67111528/67111528
[pid=11735] ppid=11733 vsize=4412 CPUtime=1.49 cores=1,3,5,7
/proc/11735/stat : 11735 (MPhaseSAT_M) R 11733 11735 10674 0 -1 4202496 701 0 0 0 149 0 0 0 25 0 1 0 520807597 4517888 641 33554432000 134512640 134829744 4292577056 18446744073709551615 134661425 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/11735/statm: 1103 641 272 78 0 389 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4412

[startup+3.10058 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 11736
/proc/meminfo: memFree=19187276/32951124 swapFree=67111528/67111528
[pid=11735] ppid=11733 vsize=4636 CPUtime=3.09 cores=1,3,5,7
/proc/11735/stat : 11735 (MPhaseSAT_M) R 11733 11735 10674 0 -1 4202496 749 0 0 0 309 0 0 0 25 0 1 0 520807597 4747264 689 33554432000 134512640 134829744 4292577056 18446744073709551615 134624968 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/11735/statm: 1159 689 272 78 0 445 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4636

[startup+6.301 s]
/proc/loadavg: 1.93 1.98 1.99 3/178 11736
/proc/meminfo: memFree=19186892/32951124 swapFree=67111528/67111528
[pid=11735] ppid=11733 vsize=4636 CPUtime=6.3 cores=1,3,5,7
/proc/11735/stat : 11735 (MPhaseSAT_M) R 11733 11735 10674 0 -1 4202496 749 0 0 0 630 0 0 0 25 0 1 0 520807597 4747264 689 33554432000 134512640 134829744 4292577056 18446744073709551615 134723720 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/11735/statm: 1159 689 272 78 0 445 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 4636

[startup+12.7008 s]
/proc/loadavg: 1.93 1.98 1.99 3/178 11737
/proc/meminfo: memFree=19186028/32951124 swapFree=67111528/67111528
[pid=11735] ppid=11733 vsize=5344 CPUtime=12.7 cores=1,3,5,7
/proc/11735/stat : 11735 (MPhaseSAT_M) R 11733 11735 10674 0 -1 4202496 934 0 0 0 1270 0 0 0 25 0 1 0 520807597 5472256 874 33554432000 134512640 134829744 4292577056 18446744073709551615 134614879 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/11735/statm: 1336 874 272 78 0 622 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 5344

[startup+25.5005 s]
/proc/loadavg: 1.95 1.98 1.99 3/178 11737
/proc/meminfo: memFree=19182688/32951124 swapFree=67111528/67111528
[pid=11735] ppid=11733 vsize=8468 CPUtime=25.49 cores=1,3,5,7
/proc/11735/stat : 11735 (MPhaseSAT_M) R 11733 11735 10674 0 -1 4202496 3988 0 0 0 2549 0 0 0 25 0 1 0 520807597 8671232 1655 33554432000 134512640 134829744 4292577056 18446744073709551615 134623359 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/11735/statm: 2117 1655 273 78 0 1403 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 8468

[startup+51.1008 s]
/proc/loadavg: 1.96 1.98 1.99 3/178 11738
/proc/meminfo: memFree=19180816/32951124 swapFree=67111528/67111528
[pid=11735] ppid=11733 vsize=9992 CPUtime=51.09 cores=1,3,5,7
/proc/11735/stat : 11735 (MPhaseSAT_M) R 11733 11735 10674 0 -1 4202496 4796 0 0 0 5109 0 0 0 25 0 1 0 520807597 10231808 2043 33554432000 134512640 134829744 4292577056 18446744073709551615 134620864 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/11735/statm: 2498 2043 273 78 0 1784 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 9992

[startup+102.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/178 11739
/proc/meminfo: memFree=19179784/32951124 swapFree=67111528/67111528
[pid=11735] ppid=11733 vsize=9992 CPUtime=102.29 cores=1,3,5,7
/proc/11735/stat : 11735 (MPhaseSAT_M) R 11733 11735 10674 0 -1 4202496 4799 0 0 0 10229 0 0 0 25 0 1 0 520807597 10231808 2046 33554432000 134512640 134829744 4292577056 18446744073709551615 134606519 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/11735/statm: 2498 2046 276 78 0 1784 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 9992

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 11741
/proc/meminfo: memFree=19178876/32951124 swapFree=67111528/67111528
[pid=11735] ppid=11733 vsize=9992 CPUtime=162.29 cores=1,3,5,7
/proc/11735/stat : 11735 (MPhaseSAT_M) R 11733 11735 10674 0 -1 4202496 4799 0 0 0 16229 0 0 0 25 0 1 0 520807597 10231808 2046 33554432000 134512640 134829744 4292577056 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/11735/statm: 2498 2046 276 78 0 1784 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 9992

[startup+222.306 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 11742
/proc/meminfo: memFree=19177608/32951124 swapFree=67111528/67111528
[pid=11735] ppid=11733 vsize=10516 CPUtime=222.3 cores=1,3,5,7
/proc/11735/stat : 11735 (MPhaseSAT_M) R 11733 11735 10674 0 -1 4202496 4909 0 0 0 22230 0 0 0 25 0 1 0 520807597 10768384 2156 33554432000 134512640 134829744 4292577056 18446744073709551615 134606604 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/11735/statm: 2629 2156 276 78 0 1915 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 10516

[startup+282.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 11744
/proc/meminfo: memFree=19177316/32951124 swapFree=67111528/67111528
[pid=11735] ppid=11733 vsize=9992 CPUtime=282.29 cores=1,3,5,7
/proc/11735/stat : 11735 (MPhaseSAT_M) R 11733 11735 10674 0 -1 4202496 4978 0 0 0 28229 0 0 0 25 0 1 0 520807597 10231808 2050 33554432000 134512640 134829744 4292577056 18446744073709551615 134606064 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/11735/statm: 2498 2050 276 78 0 1784 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 9992

[startup+342.301 s]
/proc/loadavg: 2.04 2.00 2.00 3/178 11745
/proc/meminfo: memFree=19176172/32951124 swapFree=67111528/67111528
[pid=11735] ppid=11733 vsize=9992 CPUtime=342.3 cores=1,3,5,7
/proc/11735/stat : 11735 (MPhaseSAT_M) R 11733 11735 10674 0 -1 4202496 4978 0 0 0 34229 1 0 0 25 0 1 0 520807597 10231808 2050 33554432000 134512640 134829744 4292577056 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/11735/statm: 2498 2050 276 78 0 1784 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 9992

[startup+402.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 11747
/proc/meminfo: memFree=19175628/32951124 swapFree=67111528/67111528
[pid=11735] ppid=11733 vsize=9992 CPUtime=402.31 cores=1,3,5,7
/proc/11735/stat : 11735 (MPhaseSAT_M) R 11733 11735 10674 0 -1 4202496 4978 0 0 0 40230 1 0 0 25 0 1 0 520807597 10231808 2050 33554432000 134512640 134829744 4292577056 18446744073709551615 134605762 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/11735/statm: 2498 2050 276 78 0 1784 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 9992

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11749
/proc/meminfo: memFree=19174976/32951124 swapFree=67111528/67111528
[pid=11735] ppid=11733 vsize=9992 CPUtime=462.31 cores=1,3,5,7
/proc/11735/stat : 11735 (MPhaseSAT_M) R 11733 11735 10674 0 -1 4202496 5278 0 0 0 46230 1 0 0 25 0 1 0 520807597 10231808 2050 33554432000 134512640 134829744 4292577056 18446744073709551615 134722447 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/11735/statm: 2498 2050 276 78 0 1784 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 9992

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11750
/proc/meminfo: memFree=19174312/32951124 swapFree=67111528/67111528
[pid=11735] ppid=11733 vsize=9992 CPUtime=522.31 cores=1,3,5,7
/proc/11735/stat : 11735 (MPhaseSAT_M) R 11733 11735 10674 0 -1 4202496 5291 0 0 0 52230 1 0 0 25 0 1 0 520807597 10231808 2050 33554432000 134512640 134829744 4292577056 18446744073709551615 134661680 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/11735/statm: 2498 2050 276 78 0 1784 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 9992

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11752
/proc/meminfo: memFree=19173792/32951124 swapFree=67111528/67111528
[pid=11735] ppid=11733 vsize=9992 CPUtime=582.31 cores=1,3,5,7
/proc/11735/stat : 11735 (MPhaseSAT_M) R 11733 11735 10674 0 -1 4202496 5291 0 0 0 58230 1 0 0 25 0 1 0 520807597 10231808 2050 33554432000 134512640 134829744 4292577056 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/11735/statm: 2498 2050 276 78 0 1784 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 9992

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11855
/proc/meminfo: memFree=18885212/32951124 swapFree=67111528/67111528
[pid=11735] ppid=11733 vsize=9992 CPUtime=4002.41 cores=1,3,5,7
/proc/11735/stat : 11735 (MPhaseSAT_M) R 11733 11735 10674 0 -1 4202496 20064 0 0 0 400237 4 0 0 25 0 1 0 520807597 10231808 2050 33554432000 134512640 134829744 4292577056 18446744073709551615 134722610 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/11735/statm: 2498 2050 276 78 0 1784 0
Current children cumulated CPU time (s) 4002.41
Current children cumulated vsize (KiB) 9992

[startup+4062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11857
/proc/meminfo: memFree=18878612/32951124 swapFree=67111528/67111528
[pid=11735] ppid=11733 vsize=10508 CPUtime=4062.42 cores=1,3,5,7
/proc/11735/stat : 11735 (MPhaseSAT_M) R 11733 11735 10674 0 -1 4202496 20459 0 0 0 406237 5 0 0 25 0 1 0 520807597 10760192 2147 33554432000 134512640 134829744 4292577056 18446744073709551615 134718355 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/11735/statm: 2627 2147 276 78 0 1913 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 10508

[startup+4122.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/178 11858
/proc/meminfo: memFree=18871264/32951124 swapFree=67111528/67111528
[pid=11735] ppid=11733 vsize=12492 CPUtime=4122.42 cores=1,3,5,7
/proc/11735/stat : 11735 (MPhaseSAT_M) R 11733 11735 10674 0 -1 4202496 21125 0 0 0 412237 5 0 0 25 0 1 0 520807597 12791808 2613 33554432000 134512640 134829744 4292577056 18446744073709551615 134661453 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/11735/statm: 3123 2613 276 78 0 2409 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 12492

[startup+4182.31 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 11860
/proc/meminfo: memFree=18865772/32951124 swapFree=67111528/67111528
[pid=11735] ppid=11733 vsize=12728 CPUtime=4182.43 cores=1,3,5,7
/proc/11735/stat : 11735 (MPhaseSAT_M) R 11733 11735 10674 0 -1 4202496 21780 0 0 0 418238 5 0 0 25 0 1 0 520807597 13033472 2677 33554432000 134512640 134829744 4292577056 18446744073709551615 134678476 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/11735/statm: 3182 2677 276 78 0 2468 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 12728

[startup+4242.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/178 11861
/proc/meminfo: memFree=18861032/32951124 swapFree=67111528/67111528
[pid=11735] ppid=11733 vsize=10520 CPUtime=4242.42 cores=1,3,5,7
/proc/11735/stat : 11735 (MPhaseSAT_M) R 11733 11735 10674 0 -1 4202496 22140 0 0 0 424237 5 0 0 25 0 1 0 520807597 10772480 2163 33554432000 134512640 134829744 4292577056 18446744073709551615 134661382 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/11735/statm: 2630 2163 276 78 0 1916 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 10520

[startup+4302.3 s]
/proc/loadavg: 1.86 1.98 1.99 2/172 11881
/proc/meminfo: memFree=19194640/32951124 swapFree=67111528/67111528
[pid=11735] ppid=11733 vsize=12516 CPUtime=4302.42 cores=1,3,5,7
/proc/11735/stat : 11735 (MPhaseSAT_M) R 11733 11735 10674 0 -1 4202496 22861 0 0 0 430237 5 0 0 25 0 1 0 520807597 12816384 2644 33554432000 134512640 134829744 4292577056 18446744073709551615 134661344 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/11735/statm: 3129 2644 276 78 0 2415 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 12516

[startup+4362.3 s]
/proc/loadavg: 1.31 1.80 1.92 2/172 11883
/proc/meminfo: memFree=19193264/32951124 swapFree=67111528/67111528
[pid=11735] ppid=11733 vsize=14568 CPUtime=4362.42 cores=1,3,5,7
/proc/11735/stat : 11735 (MPhaseSAT_M) R 11733 11735 10674 0 -1 4202496 23342 0 0 0 436237 5 0 0 25 0 1 0 520807597 14917632 3123 33554432000 134512640 134829744 4292577056 18446744073709551615 134661856 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/11735/statm: 3642 3123 276 78 0 2928 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 14568

[startup+4422.3 s]
/proc/loadavg: 1.11 1.65 1.86 2/172 11884
/proc/meminfo: memFree=19192744/32951124 swapFree=67111528/67111528
[pid=11735] ppid=11733 vsize=15144 CPUtime=4422.43 cores=1,3,5,7
/proc/11735/stat : 11735 (MPhaseSAT_M) R 11733 11735 10674 0 -1 4202496 23465 0 0 0 442238 5 0 0 25 0 1 0 520807597 15507456 3246 33554432000 134512640 134829744 4292577056 18446744073709551615 134661581 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/11735/statm: 3786 3246 276 78 0 3072 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 15144

[startup+4482.3 s]
/proc/loadavg: 1.04 1.53 1.81 2/172 11886
/proc/meminfo: memFree=19192464/32951124 swapFree=67111528/67111528
[pid=11735] ppid=11733 vsize=15576 CPUtime=4482.43 cores=1,3,5,7
/proc/11735/stat : 11735 (MPhaseSAT_M) R 11733 11735 10674 0 -1 4202496 23566 0 0 0 448238 5 0 0 25 0 1 0 520807597 15949824 3345 33554432000 134512640 134829744 4292577056 18446744073709551615 134723689 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/11735/statm: 3894 3345 276 78 0 3180 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 15576

[startup+4542.3 s]
/proc/loadavg: 1.01 1.43 1.75 2/172 11887
/proc/meminfo: memFree=19191944/32951124 swapFree=67111528/67111528
[pid=11735] ppid=11733 vsize=16188 CPUtime=4542.43 cores=1,3,5,7
/proc/11735/stat : 11735 (MPhaseSAT_M) R 11733 11735 10674 0 -1 4202496 23701 0 0 0 454238 5 0 0 25 0 1 0 520807597 16576512 3480 33554432000 134512640 134829744 4292577056 18446744073709551615 134657138 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/11735/statm: 4047 3480 276 78 0 3333 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 16188

[startup+4602.3 s]
/proc/loadavg: 1.00 1.35 1.70 2/172 11892
/proc/meminfo: memFree=19191956/32951124 swapFree=67111528/67111528
[pid=11735] ppid=11733 vsize=16332 CPUtime=4602.43 cores=1,3,5,7
/proc/11735/stat : 11735 (MPhaseSAT_M) R 11733 11735 10674 0 -1 4202496 23728 0 0 0 460238 5 0 0 25 0 1 0 520807597 16723968 3507 33554432000 134512640 134829744 4292577056 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/11735/statm: 4083 3507 276 78 0 3369 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 16332

[startup+4662.3 s]
/proc/loadavg: 1.00 1.28 1.66 2/172 11894
/proc/meminfo: memFree=19191572/32951124 swapFree=67111528/67111528
[pid=11735] ppid=11733 vsize=16624 CPUtime=4662.43 cores=1,3,5,7
/proc/11735/stat : 11735 (MPhaseSAT_M) R 11733 11735 10674 0 -1 4202496 23796 0 0 0 466238 5 0 0 25 0 1 0 520807597 17022976 3575 33554432000 134512640 134829744 4292577056 18446744073709551615 134661443 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/11735/statm: 4156 3575 276 78 0 3442 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 16624

[startup+4722.3 s]
/proc/loadavg: 1.00 1.23 1.61 2/172 11895
/proc/meminfo: memFree=19197244/32951124 swapFree=67111528/67111528
[pid=11735] ppid=11733 vsize=9992 CPUtime=4722.44 cores=1,3,5,7
/proc/11735/stat : 11735 (MPhaseSAT_M) R 11733 11735 10674 0 -1 4202496 23898 0 0 0 472239 5 0 0 25 0 1 0 520807597 10231808 2050 33554432000 134512640 134829744 4292577056 18446744073709551615 134678365 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/11735/statm: 2498 2050 276 78 0 1784 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 9992

[startup+4782.3 s]
/proc/loadavg: 1.00 1.19 1.57 2/172 11897
/proc/meminfo: memFree=19197224/32951124 swapFree=67111528/67111528
[pid=11735] ppid=11733 vsize=10620 CPUtime=4782.43 cores=1,3,5,7
/proc/11735/stat : 11735 (MPhaseSAT_M) R 11733 11735 10674 0 -1 4202496 24523 0 0 0 478238 5 0 0 25 0 1 0 520807597 10874880 2201 33554432000 134512640 134829744 4292577056 18446744073709551615 134661400 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/11735/statm: 2655 2201 276 78 0 1941 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 10620

[startup+4842.31 s]
/proc/loadavg: 1.00 1.15 1.53 2/172 11898
/proc/meminfo: memFree=19194956/32951124 swapFree=67111528/67111528
[pid=11735] ppid=11733 vsize=13352 CPUtime=4842.45 cores=1,3,5,7
/proc/11735/stat : 11735 (MPhaseSAT_M) R 11733 11735 10674 0 -1 4202496 25137 0 0 0 484239 6 0 0 25 0 1 0 520807597 13672448 2812 33554432000 134512640 134829744 4292577056 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/11735/statm: 3338 2812 276 78 0 2624 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 13352

[startup+4902.3 s]
/proc/loadavg: 1.00 1.12 1.50 2/172 11900
/proc/meminfo: memFree=19197392/32951124 swapFree=67111528/67111528
[pid=11735] ppid=11733 vsize=9992 CPUtime=4902.44 cores=1,3,5,7
/proc/11735/stat : 11735 (MPhaseSAT_M) R 11733 11735 10674 0 -1 4202496 25549 0 0 0 490238 6 0 0 25 0 1 0 520807597 10231808 2050 33554432000 134512640 134829744 4292577056 18446744073709551615 134722607 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/11735/statm: 2498 2050 276 78 0 1784 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 9992

[startup+4962.3 s]
/proc/loadavg: 1.00 1.10 1.46 2/172 11902
/proc/meminfo: memFree=19197488/32951124 swapFree=67111528/67111528
[pid=11735] ppid=11733 vsize=9992 CPUtime=4962.44 cores=1,3,5,7
/proc/11735/stat : 11735 (MPhaseSAT_M) R 11733 11735 10674 0 -1 4202496 26055 0 0 0 496238 6 0 0 25 0 1 0 520807597 10231808 2050 33554432000 134512640 134829744 4292577056 18446744073709551615 5742318 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/11735/statm: 2498 2050 276 78 0 1784 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 9992



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.08 1.44 2/172 11903
/proc/meminfo: memFree=19196848/32951124 swapFree=67111528/67111528
[pid=11735] ppid=11733 vsize=11324 CPUtime=5000.05 cores=1,3,5,7
/proc/11735/stat : 11735 (MPhaseSAT_M) R 11733 11735 10674 0 -1 4202496 26368 0 0 0 499999 6 0 0 25 0 1 0 520807597 11595776 2363 33554432000 134512640 134829744 4292577056 18446744073709551615 134662059 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/11735/statm: 2831 2363 276 78 0 2117 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 11324

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.06
CPU user time (s): 4999.99
CPU system time (s): 0.06499
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 16912

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

runsolver used 6.60999 second user time and 16.1235 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-20 15:22:50
IDJOB=3222494
IDBENCH=83099
IDSOLVER=1637
FILE ID=node110/3222494-1303305770
RUNJOBID= node110-1303290048-10693
PBS_JOBID= 13049609
Free space on /tmp= 72184 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v550-c2343-S591042619-090.UNKNOWN.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3222494-1303305770/watcher-3222494-1303305770 -o /tmp/evaluation-result-3222494-1303305770/solver-3222494-1303305770 -C 5000 -W 5000 -M 15500  MPhaseSAT_M HOME/instance-3222494-1303305770.cnf

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

MD5SUM BENCH= 58de0b27915a7db672b276faaed6cfd0
RANDOM SEED=734828150

node110.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19189592 kB
Buffers:        702064 kB
Cached:       12600456 kB
SwapCached:          0 kB
Active:        5745716 kB
Inactive:      7636804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19189592 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             428 kB
Writeback:           0 kB
AnonPages:       80060 kB
Mapped:          16312 kB
Slab:           316496 kB
PageTables:       4720 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   225836 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= 72184 MiB
End job on node110 at 2011-04-20 16:46:12