Trace number 3219650

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) 4999.98 5000.01

General information on the benchmark

Namerandom/large/
unif-k7-r85-v300-c25500-S680524168-083-UNKNOWN.cnf
MD5SUMebf03c9c6463f3682b7e09274cee8655
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses25500
Sum of the clauses size178500
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 525500

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-3219650-1303261291/watcher-3219650-1303261291 -o /tmp/evaluation-result-3219650-1303261291/solver-3219650-1303261291 -C 5000 -W 5000 -M 15500 MPhaseSAT_M HOME/instance-3219650-1303261291.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: 4.98 6.52 6.91 2/175 20725
/proc/meminfo: memFree=19741072/32951132 swapFree=67111528/67111528
[pid=20725] ppid=20723 vsize=3740 CPUtime=0 cores=1,3,5,7
/proc/20725/stat : 20725 (MPhaseSAT_M) R 20723 20725 20659 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 437727796 3829760 273 33554432000 134512640 134829744 4293021360 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/20725/statm: 935 273 225 78 0 221 0

[startup+0.010025 s]
/proc/loadavg: 4.98 6.52 6.91 2/175 20725
/proc/meminfo: memFree=19741072/32951132 swapFree=67111528/67111528
[pid=20725] ppid=20723 vsize=3740 CPUtime=0 cores=1,3,5,7
/proc/20725/stat : 20725 (MPhaseSAT_M) R 20723 20725 20659 0 -1 4202496 356 0 0 0 0 0 0 0 25 0 1 0 437727796 3829760 297 33554432000 134512640 134829744 4293021360 18446744073709551615 8859150 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/20725/statm: 935 297 225 78 0 221 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 3740

[startup+0.101016 s]
/proc/loadavg: 4.98 6.52 6.91 2/175 20725
/proc/meminfo: memFree=19741072/32951132 swapFree=67111528/67111528
[pid=20725] ppid=20723 vsize=6196 CPUtime=0.09 cores=1,3,5,7
/proc/20725/stat : 20725 (MPhaseSAT_M) R 20723 20725 20659 0 -1 4202496 3396 0 0 0 9 0 0 0 25 0 1 0 437727796 6344704 1061 33554432000 134512640 134829744 4293021360 18446744073709551615 8971772 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/20725/statm: 1549 1062 253 78 0 835 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6196

[startup+0.300977 s]
/proc/loadavg: 4.98 6.52 6.91 2/175 20725
/proc/meminfo: memFree=19741072/32951132 swapFree=67111528/67111528
[pid=20725] ppid=20723 vsize=8112 CPUtime=0.29 cores=1,3,5,7
/proc/20725/stat : 20725 (MPhaseSAT_M) R 20723 20725 20659 0 -1 4202496 4538 0 0 0 29 0 0 0 25 0 1 0 437727796 8306688 1560 33554432000 134512640 134829744 4293021360 18446744073709551615 8971772 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/20725/statm: 2028 1560 270 78 0 1314 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8112

[startup+0.700921 s]
/proc/loadavg: 4.98 6.52 6.91 2/175 20725
/proc/meminfo: memFree=19741072/32951132 swapFree=67111528/67111528
[pid=20725] ppid=20723 vsize=8904 CPUtime=0.69 cores=1,3,5,7
/proc/20725/stat : 20725 (MPhaseSAT_M) R 20723 20725 20659 0 -1 4202496 4723 0 0 0 69 0 0 0 25 0 1 0 437727796 9117696 1745 33554432000 134512640 134829744 4293021360 18446744073709551615 134661832 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/20725/statm: 2226 1745 270 78 0 1512 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8904

[startup+1.50077 s]
/proc/loadavg: 4.98 6.52 6.91 3/176 20726
/proc/meminfo: memFree=19734500/32951132 swapFree=67111528/67111528
[pid=20725] ppid=20723 vsize=9696 CPUtime=1.49 cores=1,3,5,7
/proc/20725/stat : 20725 (MPhaseSAT_M) R 20723 20725 20659 0 -1 4202496 4928 0 0 0 149 0 0 0 25 0 1 0 437727796 9928704 1950 33554432000 134512640 134829744 4293021360 18446744073709551615 134678464 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/20725/statm: 2424 1950 270 78 0 1710 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9696

[startup+3.1005 s]
/proc/loadavg: 4.98 6.52 6.91 3/176 20726
/proc/meminfo: memFree=19729044/32951132 swapFree=67111528/67111528
[pid=20725] ppid=20723 vsize=11348 CPUtime=3.09 cores=1,3,5,7
/proc/20725/stat : 20725 (MPhaseSAT_M) R 20723 20725 20659 0 -1 4202496 5334 0 0 0 309 0 0 0 25 0 1 0 437727796 11620352 2356 33554432000 134512640 134829744 4293021360 18446744073709551615 134606100 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/20725/statm: 2837 2356 273 78 0 2123 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11348

[startup+6.30094 s]
/proc/loadavg: 4.74 6.45 6.88 4/176 20726
/proc/meminfo: memFree=19726812/32951132 swapFree=67111528/67111528
[pid=20725] ppid=20723 vsize=11348 CPUtime=6.29 cores=1,3,5,7
/proc/20725/stat : 20725 (MPhaseSAT_M) R 20723 20725 20659 0 -1 4202496 5334 0 0 0 629 0 0 0 25 0 1 0 437727796 11620352 2356 33554432000 134512640 134829744 4293021360 18446744073709551615 134605480 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/20725/statm: 2837 2356 273 78 0 2123 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11348

[startup+12.7008 s]
/proc/loadavg: 4.52 6.37 6.85 3/176 20726
/proc/meminfo: memFree=19726288/32951132 swapFree=67111528/67111528
[pid=20725] ppid=20723 vsize=11348 CPUtime=12.69 cores=1,3,5,7
/proc/20725/stat : 20725 (MPhaseSAT_M) R 20723 20725 20659 0 -1 4202496 5334 0 0 0 1269 0 0 0 25 0 1 0 437727796 11620352 2356 33554432000 134512640 134829744 4293021360 18446744073709551615 134605841 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/20725/statm: 2837 2356 273 78 0 2123 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 11348

[startup+25.5006 s]
/proc/loadavg: 3.96 6.16 6.77 3/176 20726
/proc/meminfo: memFree=19721944/32951132 swapFree=67111528/67111528
[pid=20725] ppid=20723 vsize=11744 CPUtime=25.49 cores=1,3,5,7
/proc/20725/stat : 20725 (MPhaseSAT_M) R 20723 20725 20659 0 -1 4202496 5432 0 0 0 2549 0 0 0 25 0 1 0 437727796 12025856 2454 33554432000 134512640 134829744 4293021360 18446744073709551615 134661647 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/20725/statm: 2936 2454 273 78 0 2222 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 11744

[startup+51.1002 s]
/proc/loadavg: 3.37 5.84 6.65 3/176 20727
/proc/meminfo: memFree=19719084/32951132 swapFree=67111528/67111528
[pid=20725] ppid=20723 vsize=11744 CPUtime=51.09 cores=1,3,5,7
/proc/20725/stat : 20725 (MPhaseSAT_M) R 20723 20725 20659 0 -1 4202496 5432 0 0 0 5109 0 0 0 25 0 1 0 437727796 12025856 2454 33554432000 134512640 134829744 4293021360 18446744073709551615 134605768 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/20725/statm: 2936 2454 273 78 0 2222 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 11744

[startup+102.306 s]
/proc/loadavg: 2.59 5.25 6.41 3/176 20728
/proc/meminfo: memFree=19709276/32951132 swapFree=67111528/67111528
[pid=20725] ppid=20723 vsize=12272 CPUtime=102.3 cores=1,3,5,7
/proc/20725/stat : 20725 (MPhaseSAT_M) R 20723 20725 20659 0 -1 4202496 5547 0 0 0 10230 0 0 0 25 0 1 0 437727796 12566528 2569 33554432000 134512640 134829744 4293021360 18446744073709551615 134605893 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/20725/statm: 3068 2569 273 78 0 2354 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 12272

[startup+162.301 s]
/proc/loadavg: 2.22 4.65 6.13 3/176 20730
/proc/meminfo: memFree=19708268/32951132 swapFree=67111528/67111528
[pid=20725] ppid=20723 vsize=13620 CPUtime=162.29 cores=1,3,5,7
/proc/20725/stat : 20725 (MPhaseSAT_M) R 20723 20725 20659 0 -1 4202496 5881 0 0 0 16229 0 0 0 25 0 1 0 437727796 13946880 2903 33554432000 134512640 134829744 4293021360 18446744073709551615 134605786 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/20725/statm: 3405 2903 273 78 0 2691 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 13620

[startup+222.301 s]
/proc/loadavg: 2.08 4.17 5.87 3/176 20731
/proc/meminfo: memFree=19703912/32951132 swapFree=67111528/67111528
[pid=20725] ppid=20723 vsize=14572 CPUtime=222.29 cores=1,3,5,7
/proc/20725/stat : 20725 (MPhaseSAT_M) R 20723 20725 20659 0 -1 4202496 6128 0 0 0 22229 0 0 0 25 0 1 0 437727796 14921728 3150 33554432000 134512640 134829744 4293021360 18446744073709551615 134605244 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/20725/statm: 3643 3150 273 78 0 2929 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 14572

[startup+282.3 s]
/proc/loadavg: 2.03 3.77 5.62 3/176 20736
/proc/meminfo: memFree=19689264/32951132 swapFree=67111528/67111528
[pid=20725] ppid=20723 vsize=15900 CPUtime=282.29 cores=1,3,5,7
/proc/20725/stat : 20725 (MPhaseSAT_M) R 20723 20725 20659 0 -1 4202496 6440 0 0 0 28229 0 0 0 25 0 1 0 437727796 16281600 3462 33554432000 134512640 134829744 4293021360 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/20725/statm: 3975 3462 273 78 0 3261 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 15900

[startup+342.3 s]
/proc/loadavg: 2.01 3.44 5.39 3/176 20765
/proc/meminfo: memFree=19747732/32951132 swapFree=67111528/67111528
[pid=20725] ppid=20723 vsize=19736 CPUtime=342.29 cores=1,3,5,7
/proc/20725/stat : 20725 (MPhaseSAT_M) R 20723 20725 20659 0 -1 4202496 7403 0 0 0 34229 0 0 0 25 0 1 0 437727796 20209664 4425 33554432000 134512640 134829744 4293021360 18446744073709551615 134605709 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/20725/statm: 4934 4425 273 78 0 4220 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 19736

[startup+402.301 s]
/proc/loadavg: 2.00 3.18 5.18 3/176 20766
/proc/meminfo: memFree=19747212/32951132 swapFree=67111528/67111528
[pid=20725] ppid=20723 vsize=19736 CPUtime=402.29 cores=1,3,5,7
/proc/20725/stat : 20725 (MPhaseSAT_M) R 20723 20725 20659 0 -1 4202496 7404 0 0 0 40229 0 0 0 25 0 1 0 437727796 20209664 4426 33554432000 134512640 134829744 4293021360 18446744073709551615 134605688 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/20725/statm: 4934 4426 273 78 0 4220 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 19736

[startup+462.3 s]
/proc/loadavg: 2.00 2.96 4.98 3/176 20768
/proc/meminfo: memFree=19745472/32951132 swapFree=67111528/67111528
[pid=20725] ppid=20723 vsize=19736 CPUtime=462.29 cores=1,3,5,7
/proc/20725/stat : 20725 (MPhaseSAT_M) R 20723 20725 20659 0 -1 4202496 7406 0 0 0 46229 0 0 0 25 0 1 0 437727796 20209664 4428 33554432000 134512640 134829744 4293021360 18446744073709551615 134605490 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/20725/statm: 4934 4428 273 78 0 4220 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 19736

[startup+522.3 s]
/proc/loadavg: 2.00 2.78 4.79 3/176 20769
/proc/meminfo: memFree=19744728/32951132 swapFree=67111528/67111528
[pid=20725] ppid=20723 vsize=19736 CPUtime=522.29 cores=1,3,5,7
/proc/20725/stat : 20725 (MPhaseSAT_M) R 20723 20725 20659 0 -1 4202496 7407 0 0 0 52229 0 0 0 25 0 1 0 437727796 20209664 4429 33554432000 134512640 134829744 4293021360 18446744073709551615 134606343 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/20725/statm: 4934 4429 273 78 0 4220 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 19736

[startup+582.301 s]
/proc/loadavg: 2.00 2.64 4.61 3/176 20771
/proc/meminfo: memFree=19743976/32951132 swapFree=67111528/67111528
[pid=20725] ppid=20723 vsize=19736 CPUtime=582.29 cores=1,3,5,7
/proc/20725/stat : 20725 (MPhaseSAT_M) R 20723 20725 20659 0 -1 4202496 7407 0 0 0 58229 0 0 0 25 0 1 0 437727796 20209664 4429 33554432000 134512640 134829744 4293021360 18446744073709551615 134606581 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/20725/statm: 4934 4429 273 78 0 4220 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 19736

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.06 2.02 2.04 3/176 21344
/proc/meminfo: memFree=19721528/32951132 swapFree=67111528/67111528
[pid=20725] ppid=20723 vsize=29500 CPUtime=4002.26 cores=1,3,5,7
/proc/20725/stat : 20725 (MPhaseSAT_M) R 20723 20725 20659 0 -1 4202496 9926 0 0 0 400226 0 0 0 25 0 1 0 437727796 30208000 6869 33554432000 134512640 134829744 4293021360 18446744073709551615 134722607 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/20725/statm: 7375 6869 273 78 0 6661 0
Current children cumulated CPU time (s) 4002.26
Current children cumulated vsize (KiB) 29500

[startup+4062.31 s]
/proc/loadavg: 2.02 2.01 2.04 3/176 21346
/proc/meminfo: memFree=19721148/32951132 swapFree=67111528/67111528
[pid=20725] ppid=20723 vsize=29500 CPUtime=4062.27 cores=1,3,5,7
/proc/20725/stat : 20725 (MPhaseSAT_M) R 20723 20725 20659 0 -1 4202496 9926 0 0 0 406227 0 0 0 25 0 1 0 437727796 30208000 6869 33554432000 134512640 134829744 4293021360 18446744073709551615 134623507 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/20725/statm: 7375 6869 273 78 0 6661 0
Current children cumulated CPU time (s) 4062.27
Current children cumulated vsize (KiB) 29500

[startup+4122.3 s]
/proc/loadavg: 2.01 2.00 2.03 3/176 21347
/proc/meminfo: memFree=19721132/32951132 swapFree=67111528/67111528
[pid=20725] ppid=20723 vsize=29500 CPUtime=4122.26 cores=1,3,5,7
/proc/20725/stat : 20725 (MPhaseSAT_M) R 20723 20725 20659 0 -1 4202496 9926 0 0 0 412226 0 0 0 25 0 1 0 437727796 30208000 6869 33554432000 134512640 134829744 4293021360 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/20725/statm: 7375 6869 273 78 0 6661 0
Current children cumulated CPU time (s) 4122.26
Current children cumulated vsize (KiB) 29500

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/176 21349
/proc/meminfo: memFree=19721116/32951132 swapFree=67111528/67111528
[pid=20725] ppid=20723 vsize=29500 CPUtime=4182.26 cores=1,3,5,7
/proc/20725/stat : 20725 (MPhaseSAT_M) R 20723 20725 20659 0 -1 4202496 9926 0 0 0 418226 0 0 0 25 0 1 0 437727796 30208000 6869 33554432000 134512640 134829744 4293021360 18446744073709551615 134614864 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/20725/statm: 7375 6869 273 78 0 6661 0
Current children cumulated CPU time (s) 4182.26
Current children cumulated vsize (KiB) 29500

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/176 21351
/proc/meminfo: memFree=19721224/32951132 swapFree=67111528/67111528
[pid=20725] ppid=20723 vsize=29500 CPUtime=4242.26 cores=1,3,5,7
/proc/20725/stat : 20725 (MPhaseSAT_M) R 20723 20725 20659 0 -1 4202496 9926 0 0 0 424226 0 0 0 25 0 1 0 437727796 30208000 6869 33554432000 134512640 134829744 4293021360 18446744073709551615 134661453 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/20725/statm: 7375 6869 273 78 0 6661 0
Current children cumulated CPU time (s) 4242.26
Current children cumulated vsize (KiB) 29500

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/176 21352
/proc/meminfo: memFree=19721080/32951132 swapFree=67111528/67111528
[pid=20725] ppid=20723 vsize=29500 CPUtime=4302.26 cores=1,3,5,7
/proc/20725/stat : 20725 (MPhaseSAT_M) R 20723 20725 20659 0 -1 4202496 9926 0 0 0 430226 0 0 0 25 0 1 0 437727796 30208000 6869 33554432000 134512640 134829744 4293021360 18446744073709551615 134661425 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/20725/statm: 7375 6869 273 78 0 6661 0
Current children cumulated CPU time (s) 4302.26
Current children cumulated vsize (KiB) 29500

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/176 21354
/proc/meminfo: memFree=19721196/32951132 swapFree=67111528/67111528
[pid=20725] ppid=20723 vsize=29500 CPUtime=4362.26 cores=1,3,5,7
/proc/20725/stat : 20725 (MPhaseSAT_M) R 20723 20725 20659 0 -1 4202496 9926 0 0 0 436226 0 0 0 25 0 1 0 437727796 30208000 6869 33554432000 134512640 134829744 4293021360 18446744073709551615 134682754 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/20725/statm: 7375 6869 273 78 0 6661 0
Current children cumulated CPU time (s) 4362.26
Current children cumulated vsize (KiB) 29500

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 21355
/proc/meminfo: memFree=19721064/32951132 swapFree=67111528/67111528
[pid=20725] ppid=20723 vsize=29500 CPUtime=4422.26 cores=1,3,5,7
/proc/20725/stat : 20725 (MPhaseSAT_M) R 20723 20725 20659 0 -1 4202496 9926 0 0 0 442226 0 0 0 25 0 1 0 437727796 30208000 6869 33554432000 134512640 134829744 4293021360 18446744073709551615 134661629 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/20725/statm: 7375 6869 273 78 0 6661 0
Current children cumulated CPU time (s) 4422.26
Current children cumulated vsize (KiB) 29500

[startup+4482.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/176 21357
/proc/meminfo: memFree=19720812/32951132 swapFree=67111528/67111528
[pid=20725] ppid=20723 vsize=29500 CPUtime=4482.26 cores=1,3,5,7
/proc/20725/stat : 20725 (MPhaseSAT_M) R 20723 20725 20659 0 -1 4202496 9926 0 0 0 448226 0 0 0 25 0 1 0 437727796 30208000 6869 33554432000 134512640 134829744 4293021360 18446744073709551615 8712022 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/20725/statm: 7375 6869 273 78 0 6661 0
Current children cumulated CPU time (s) 4482.26
Current children cumulated vsize (KiB) 29500

[startup+4542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/176 21359
/proc/meminfo: memFree=19721176/32951132 swapFree=67111528/67111528
[pid=20725] ppid=20723 vsize=29500 CPUtime=4542.26 cores=1,3,5,7
/proc/20725/stat : 20725 (MPhaseSAT_M) R 20723 20725 20659 0 -1 4202496 9926 0 0 0 454226 0 0 0 25 0 1 0 437727796 30208000 6869 33554432000 134512640 134829744 4293021360 18446744073709551615 134723353 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/20725/statm: 7375 6869 273 78 0 6661 0
Current children cumulated CPU time (s) 4542.26
Current children cumulated vsize (KiB) 29500

[startup+4602.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/176 21360
/proc/meminfo: memFree=19721044/32951132 swapFree=67111528/67111528
[pid=20725] ppid=20723 vsize=29500 CPUtime=4602.27 cores=1,3,5,7
/proc/20725/stat : 20725 (MPhaseSAT_M) R 20723 20725 20659 0 -1 4202496 9926 0 0 0 460227 0 0 0 25 0 1 0 437727796 30208000 6869 33554432000 134512640 134829744 4293021360 18446744073709551615 134662306 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/20725/statm: 7375 6869 273 78 0 6661 0
Current children cumulated CPU time (s) 4602.27
Current children cumulated vsize (KiB) 29500

[startup+4662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/176 21362
/proc/meminfo: memFree=19721032/32951132 swapFree=67111528/67111528
[pid=20725] ppid=20723 vsize=29500 CPUtime=4662.26 cores=1,3,5,7
/proc/20725/stat : 20725 (MPhaseSAT_M) R 20723 20725 20659 0 -1 4202496 9929 0 0 0 466226 0 0 0 25 0 1 0 437727796 30208000 6872 33554432000 134512640 134829744 4293021360 18446744073709551615 134661392 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/20725/statm: 7375 6872 273 78 0 6661 0
Current children cumulated CPU time (s) 4662.26
Current children cumulated vsize (KiB) 29500

[startup+4722.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 21363
/proc/meminfo: memFree=19720648/32951132 swapFree=67111528/67111528
[pid=20725] ppid=20723 vsize=29764 CPUtime=4722.27 cores=1,3,5,7
/proc/20725/stat : 20725 (MPhaseSAT_M) R 20723 20725 20659 0 -1 4202496 10000 0 0 0 472227 0 0 0 25 0 1 0 437727796 30478336 6943 33554432000 134512640 134829744 4293021360 18446744073709551615 134661635 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/20725/statm: 7441 6943 273 78 0 6727 0
Current children cumulated CPU time (s) 4722.27
Current children cumulated vsize (KiB) 29764

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 21365
/proc/meminfo: memFree=19720628/32951132 swapFree=67111528/67111528
[pid=20725] ppid=20723 vsize=29764 CPUtime=4782.26 cores=1,3,5,7
/proc/20725/stat : 20725 (MPhaseSAT_M) R 20723 20725 20659 0 -1 4202496 10000 0 0 0 478226 0 0 0 25 0 1 0 437727796 30478336 6943 33554432000 134512640 134829744 4293021360 18446744073709551615 134719841 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/20725/statm: 7441 6943 273 78 0 6727 0
Current children cumulated CPU time (s) 4782.26
Current children cumulated vsize (KiB) 29764

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 21367
/proc/meminfo: memFree=19720616/32951132 swapFree=67111528/67111528
[pid=20725] ppid=20723 vsize=29764 CPUtime=4842.26 cores=1,3,5,7
/proc/20725/stat : 20725 (MPhaseSAT_M) R 20723 20725 20659 0 -1 4202496 10000 0 0 0 484226 0 0 0 25 0 1 0 437727796 30478336 6943 33554432000 134512640 134829744 4293021360 18446744073709551615 134661647 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/20725/statm: 7441 6943 273 78 0 6727 0
Current children cumulated CPU time (s) 4842.26
Current children cumulated vsize (KiB) 29764

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 21368
/proc/meminfo: memFree=19720720/32951132 swapFree=67111528/67111528
[pid=20725] ppid=20723 vsize=29764 CPUtime=4902.26 cores=1,3,5,7
/proc/20725/stat : 20725 (MPhaseSAT_M) R 20723 20725 20659 0 -1 4202496 10000 0 0 0 490226 0 0 0 25 0 1 0 437727796 30478336 6943 33554432000 134512640 134829744 4293021360 18446744073709551615 134657870 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/20725/statm: 7441 6943 273 78 0 6727 0
Current children cumulated CPU time (s) 4902.26
Current children cumulated vsize (KiB) 29764

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 21370
/proc/meminfo: memFree=19720592/32951132 swapFree=67111528/67111528
[pid=20725] ppid=20723 vsize=29764 CPUtime=4962.26 cores=1,3,5,7
/proc/20725/stat : 20725 (MPhaseSAT_M) R 20723 20725 20659 0 -1 4202496 10000 0 0 0 496226 0 0 0 25 0 1 0 437727796 30478336 6943 33554432000 134512640 134829744 4293021360 18446744073709551615 134722615 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/20725/statm: 7441 6943 273 78 0 6727 0
Current children cumulated CPU time (s) 4962.26
Current children cumulated vsize (KiB) 29764



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 21371
/proc/meminfo: memFree=19720464/32951132 swapFree=67111528/67111528
[pid=20725] ppid=20723 vsize=29764 CPUtime=4999.96 cores=1,3,5,7
/proc/20725/stat : 20725 (MPhaseSAT_M) R 20723 20725 20659 0 -1 4202496 10000 0 0 0 499996 0 0 0 25 0 1 0 437727796 30478336 6943 33554432000 134512640 134829744 4293021360 18446744073709551615 134661632 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/20725/statm: 7441 6943 273 78 0 6727 0
Current children cumulated CPU time (s) 4999.96
Current children cumulated vsize (KiB) 29764

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): 5000.01
CPU time (s): 4999.98
CPU user time (s): 4999.97
CPU system time (s): 0.010998
CPU usage (%): 99.9994
Max. virtual memory (cumulated for all children) (KiB): 29764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.97
system time used= 0.010998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10000
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= 11
involuntary context switches= 10105

runsolver used 6.71198 second user time and 16.0336 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-20 03:01:31
IDJOB=3219650
IDBENCH=82625
IDSOLVER=1637
FILE ID=node128/3219650-1303261291
RUNJOBID= node128-1303261267-20678
PBS_JOBID= 13049522
Free space on /tmp= 73008 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT11/random/large/unif-k7-r85-v300-c25500-S680524168-083-UNKNOWN.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3219650-1303261291/watcher-3219650-1303261291 -o /tmp/evaluation-result-3219650-1303261291/solver-3219650-1303261291 -C 5000 -W 5000 -M 15500  MPhaseSAT_M HOME/instance-3219650-1303261291.cnf

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

MD5SUM BENCH= ebf03c9c6463f3682b7e09274cee8655
RANDOM SEED=1333218467

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      19741360 kB
Buffers:        571564 kB
Cached:       12230544 kB
SwapCached:          0 kB
Active:        7809228 kB
Inactive:      5088148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      19741360 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3584 kB
Writeback:           0 kB
AnonPages:       95208 kB
Mapped:          16692 kB
Slab:           251364 kB
PageTables:       4388 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   239044 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73008 MiB
End job on node128 at 2011-04-20 04:24:54