Trace number 3095775

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S1940049314-069.SATISFIABLE.cnf
MD5SUMc3d1d9237da00564d672945308bcff7c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.010998
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 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 4.04 4.02 3.93 5/189 25455
/proc/meminfo: memFree=20863340/32951124 swapFree=67111524/67111528
[pid=25455] ppid=25453 vsize=3140 CPUtime=0 cores=1,3
/proc/25455/stat : 25455 (MPhaseSAT_M) R 25453 25455 24575 0 -1 4202496 322 0 0 0 0 0 0 0 23 0 1 0 366111588 3215360 262 33554432000 134512640 134829744 4294132896 18446744073709551615 134531753 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25455/statm: 785 262 225 78 0 71 0

[startup+0.0652919 s]
/proc/loadavg: 4.04 4.02 3.93 5/189 25455
/proc/meminfo: memFree=20863340/32951124 swapFree=67111524/67111528
[pid=25455] ppid=25453 vsize=3804 CPUtime=0.06 cores=1,3
/proc/25455/stat : 25455 (MPhaseSAT_M) R 25453 25455 24575 0 -1 4202496 539 0 0 0 6 0 0 0 23 0 1 0 366111588 3895296 478 33554432000 134512640 134829744 4294132896 18446744073709551615 134722592 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25455/statm: 951 478 272 78 0 237 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 3804

[startup+0.100287 s]
/proc/loadavg: 4.04 4.02 3.93 5/189 25455
/proc/meminfo: memFree=20863340/32951124 swapFree=67111524/67111528
[pid=25455] ppid=25453 vsize=3804 CPUtime=0.09 cores=1,3
/proc/25455/stat : 25455 (MPhaseSAT_M) R 25453 25455 24575 0 -1 4202496 552 0 0 0 9 0 0 0 23 0 1 0 366111588 3895296 491 33554432000 134512640 134829744 4294132896 18446744073709551615 134661449 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25455/statm: 951 491 272 78 0 237 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3804

[startup+0.300248 s]
/proc/loadavg: 4.04 4.02 3.93 5/189 25455
/proc/meminfo: memFree=20863340/32951124 swapFree=67111524/67111528
[pid=25455] ppid=25453 vsize=4068 CPUtime=0.29 cores=1,3
/proc/25455/stat : 25455 (MPhaseSAT_M) R 25453 25455 24575 0 -1 4202496 599 0 0 0 29 0 0 0 25 0 1 0 366111588 4165632 538 33554432000 134512640 134829744 4294132896 18446744073709551615 134725771 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25455/statm: 1017 538 272 78 0 303 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4068

[startup+0.700175 s]
/proc/loadavg: 4.04 4.02 3.93 5/189 25455
/proc/meminfo: memFree=20863340/32951124 swapFree=67111524/67111528
[pid=25455] ppid=25453 vsize=4464 CPUtime=0.69 cores=1,3
/proc/25455/stat : 25455 (MPhaseSAT_M) R 25453 25455 24575 0 -1 4202496 696 0 0 0 69 0 0 0 25 0 1 0 366111588 4571136 635 33554432000 134512640 134829744 4294132896 18446744073709551615 134661791 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25455/statm: 1116 635 272 78 0 402 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4464

[startup+1.50102 s]
/proc/loadavg: 4.04 4.02 3.93 5/190 25456
/proc/meminfo: memFree=20861508/32951124 swapFree=67111524/67111528
[pid=25455] ppid=25453 vsize=4460 CPUtime=1.49 cores=1,3
/proc/25455/stat : 25455 (MPhaseSAT_M) R 25453 25455 24575 0 -1 4202496 707 0 0 0 149 0 0 0 25 0 1 0 366111588 4567040 646 33554432000 134512640 134829744 4294132896 18446744073709551615 134661449 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25455/statm: 1115 646 272 78 0 401 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4460

[startup+3.10073 s]
/proc/loadavg: 4.04 4.02 3.93 5/190 25456
/proc/meminfo: memFree=20861136/32951124 swapFree=67111524/67111528
[pid=25455] ppid=25453 vsize=4692 CPUtime=3.09 cores=1,3
/proc/25455/stat : 25455 (MPhaseSAT_M) R 25453 25455 24575 0 -1 4202496 760 0 0 0 309 0 0 0 25 0 1 0 366111588 4804608 699 33554432000 134512640 134829744 4294132896 18446744073709551615 134722641 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25455/statm: 1173 699 272 78 0 459 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4692

[startup+6.30013 s]
/proc/loadavg: 4.04 4.02 3.93 5/190 25457
/proc/meminfo: memFree=20860740/32951124 swapFree=67111524/67111528
[pid=25455] ppid=25453 vsize=4572 CPUtime=6.29 cores=1,3
/proc/25455/stat : 25455 (MPhaseSAT_M) R 25453 25455 24575 0 -1 4202496 760 0 0 0 629 0 0 0 25 0 1 0 366111588 4681728 691 33554432000 134512640 134829744 4294132896 18446744073709551615 134624968 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25455/statm: 1143 691 272 78 0 429 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4572

[startup+12.7009 s]
/proc/loadavg: 4.03 4.02 3.93 5/190 25457
/proc/meminfo: memFree=20860116/32951124 swapFree=67111524/67111528
[pid=25455] ppid=25453 vsize=5084 CPUtime=12.69 cores=1,3
/proc/25455/stat : 25455 (MPhaseSAT_M) R 25453 25455 24575 0 -1 4202496 878 0 0 0 1269 0 0 0 25 0 1 0 366111588 5206016 809 33554432000 134512640 134829744 4294132896 18446744073709551615 134661396 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25455/statm: 1271 809 272 78 0 557 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5084

[startup+25.5006 s]
/proc/loadavg: 4.03 4.02 3.93 5/190 25457
/proc/meminfo: memFree=20857628/32951124 swapFree=67111524/67111528
[pid=25455] ppid=25453 vsize=6880 CPUtime=25.49 cores=1,3
/proc/25455/stat : 25455 (MPhaseSAT_M) R 25453 25455 24575 0 -1 4202496 1302 0 0 0 2549 0 0 0 25 0 1 0 366111588 7045120 1233 33554432000 134512640 134829744 4294132896 18446744073709551615 134661606 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25455/statm: 1720 1233 272 78 0 1006 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 6880

[startup+51.1008 s]
/proc/loadavg: 4.02 4.02 3.93 5/190 25458
/proc/meminfo: memFree=20855024/32951124 swapFree=67111524/67111528
[pid=25455] ppid=25453 vsize=8556 CPUtime=51.09 cores=1,3
/proc/25455/stat : 25455 (MPhaseSAT_M) R 25453 25455 24575 0 -1 4202496 1727 0 0 0 5109 0 0 0 25 0 1 0 366111588 8761344 1658 33554432000 134512640 134829744 4294132896 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25455/statm: 2139 1658 272 78 0 1425 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 8556

[startup+102.306 s]
/proc/loadavg: 4.00 4.01 3.93 5/190 25459
/proc/meminfo: memFree=20851536/32951124 swapFree=67111524/67111528
[pid=25455] ppid=25453 vsize=10292 CPUtime=102.3 cores=1,3
/proc/25455/stat : 25455 (MPhaseSAT_M) R 25453 25455 24575 0 -1 4202496 2164 0 0 0 10230 0 0 0 25 0 1 0 366111588 10539008 2095 33554432000 134512640 134829744 4294132896 18446744073709551615 9899815 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25455/statm: 2573 2095 272 78 0 1859 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 10292

[startup+162.3 s]
/proc/loadavg: 4.00 4.01 3.93 5/190 25461
/proc/meminfo: memFree=20849144/32951124 swapFree=67111524/67111528
[pid=25455] ppid=25453 vsize=11568 CPUtime=162.29 cores=1,3
/proc/25455/stat : 25455 (MPhaseSAT_M) R 25453 25455 24575 0 -1 4202496 2454 0 0 0 16229 0 0 0 25 0 1 0 366111588 11845632 2385 33554432000 134512640 134829744 4294132896 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25455/statm: 2892 2385 272 78 0 2178 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 11568

[startup+222.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 25489
/proc/meminfo: memFree=20848468/32951124 swapFree=67111524/67111528
[pid=25455] ppid=25453 vsize=12132 CPUtime=222.29 cores=1,3
/proc/25455/stat : 25455 (MPhaseSAT_M) R 25453 25455 24575 0 -1 4202496 2576 0 0 0 22229 0 0 0 25 0 1 0 366111588 12423168 2507 33554432000 134512640 134829744 4294132896 18446744073709551615 134661647 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25455/statm: 3033 2507 272 78 0 2319 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 12132

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 25491
/proc/meminfo: memFree=20845840/32951124 swapFree=67111524/67111528
[pid=25455] ppid=25453 vsize=13284 CPUtime=282.3 cores=1,3
/proc/25455/stat : 25455 (MPhaseSAT_M) R 25453 25455 24575 0 -1 4202496 2818 0 0 0 28230 0 0 0 25 0 1 0 366111588 13602816 2749 33554432000 134512640 134829744 4294132896 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25455/statm: 3321 2749 272 78 0 2607 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 13284

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 25492
/proc/meminfo: memFree=20842088/32951124 swapFree=67111524/67111528
[pid=25455] ppid=25453 vsize=13424 CPUtime=342.3 cores=1,3
/proc/25455/stat : 25455 (MPhaseSAT_M) R 25453 25455 24575 0 -1 4202496 2845 0 0 0 34230 0 0 0 25 0 1 0 366111588 13746176 2776 33554432000 134512640 134829744 4294132896 18446744073709551615 134723913 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25455/statm: 3356 2776 272 78 0 2642 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 13424

[startup+402.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 25494
/proc/meminfo: memFree=20838852/32951124 swapFree=67111524/67111528
[pid=25455] ppid=25453 vsize=13560 CPUtime=402.3 cores=1,3
/proc/25455/stat : 25455 (MPhaseSAT_M) R 25453 25455 24575 0 -1 4202496 2895 0 0 0 40230 0 0 0 25 0 1 0 366111588 13885440 2826 33554432000 134512640 134829744 4294132896 18446744073709551615 134632967 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25455/statm: 3390 2826 272 78 0 2676 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 13560

[startup+462.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 25496
/proc/meminfo: memFree=20835604/32951124 swapFree=67111524/67111528
[pid=25455] ppid=25453 vsize=13832 CPUtime=462.3 cores=1,3
/proc/25455/stat : 25455 (MPhaseSAT_M) R 25453 25455 24575 0 -1 4202496 2956 0 0 0 46230 0 0 0 25 0 1 0 366111588 14163968 2887 33554432000 134512640 134829744 4294132896 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25455/statm: 3458 2887 272 78 0 2744 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 13832

[startup+522.3 s]
/proc/loadavg: 4.03 4.01 3.94 5/190 25580
/proc/meminfo: memFree=20883032/32951124 swapFree=67111524/67111528
[pid=25455] ppid=25453 vsize=14280 CPUtime=522.3 cores=1,3
/proc/25455/stat : 25455 (MPhaseSAT_M) R 25453 25455 24575 0 -1 4202496 3034 0 0 0 52230 0 0 0 25 0 1 0 366111588 14622720 2965 33554432000 134512640 134829744 4294132896 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25455/statm: 3570 2965 272 78 0 2856 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 14280

[startup+582.301 s]
/proc/loadavg: 4.01 4.01 3.94 5/190 25609
/proc/meminfo: memFree=20875496/32951124 swapFree=67111524/67111528
[pid=25455] ppid=25453 vsize=15020 CPUtime=582.31 cores=1,3
/proc/25455/stat : 25455 (MPhaseSAT_M) R 25453 25455 24575 0 -1 4202496 3198 0 0 0 58231 0 0 0 25 0 1 0 366111588 15380480 3129 33554432000 134512640 134829744 4294132896 18446744073709551615 134661405 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25455/statm: 3755 3129 272 78 0 3041 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 15020

[startup+642.301 s]
/proc/loadavg: 4.06 4.02 3.94 5/190 25610
/proc/meminfo: memFree=20864812/32951124 swapFree=67111524/67111528
[pid=25455] ppid=25453 vsize=15704 CPUtime=642.31 cores=1,3
/proc/25455/stat : 25455 (MPhaseSAT_M) R 25453 25455 24575 0 -1 4202496 3335 0 0 0 64231 0 0 0 25 0 1 0 366111588 16080896 3266 33554432000 134512640 134829744 4294132896 18446744073709551615 134657843 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25455/statm: 3926 3266 272 78 0 3212 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 15704

[startup+702.301 s]
/proc/loadavg: 4.02 4.01 3.94 5/190 25612
/proc/meminfo: memFree=20857464/32951124 swapFree=67111524/67111528
[pid=25455] ppid=25453 vsize=15704 CPUtime=702.31 cores=1,3
/proc/25455/stat : 25455 (MPhaseSAT_M) R 25453 25455 24575 0 -1 4202496 3358 0 0 0 70231 0 0 0 25 0 1 0 366111588 16080896 3289 33554432000 134512640 134829744 4294132896 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25455/statm: 3926 3289 272 78 0 3212 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 15704

[startup+762.306 s]
/proc/loadavg: 4.01 4.00 3.94 5/190 25614
/proc/meminfo: memFree=20849508/32951124 swapFree=67111524/67111528
[pid=25455] ppid=25453 vsize=16168 CPUtime=762.32 cores=1,3
/proc/25455/stat : 25455 (MPhaseSAT_M) R 25453 25455 24575 0 -1 4202496 3431 0 0 0 76232 0 0 0 25 0 1 0 366111588 16556032 3362 33554432000 134512640 134829744 4294132896 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25455/statm: 4042 3362 272 78 0 3328 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 16168

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 25615
/proc/meminfo: memFree=20842528/32951124 swapFree=67111524/67111528
[pid=25455] ppid=25453 vsize=16328 CPUtime=822.31 cores=1,3
/proc/25455/stat : 25455 (MPhaseSAT_M) R 25453 25455 24575 0 -1 4202496 3472 0 0 0 82231 0 0 0 25 0 1 0 366111588 16719872 3403 33554432000 134512640 134829744 4294132896 18446744073709551615 134661449 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25455/statm: 4082 3403 272 78 0 3368 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 16328

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 25617
/proc/meminfo: memFree=20834664/32951124 swapFree=67111524/67111528
[pid=25455] ppid=25453 vsize=16488 CPUtime=882.31 cores=1,3
/proc/25455/stat : 25455 (MPhaseSAT_M) R 25453 25455 24575 0 -1 4202496 3511 0 0 0 88231 0 0 0 25 0 1 0 366111588 16883712 3442 33554432000 134512640 134829744 4294132896 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25455/statm: 4122 3442 272 78 0 3408 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 16488

[startup+942.301 s]
/proc/loadavg: 4.03 4.01 3.95 5/190 25618
/proc/meminfo: memFree=20825600/32951124 swapFree=67111524/67111528
[pid=25455] ppid=25453 vsize=17284 CPUtime=942.32 cores=1,3
/proc/25455/stat : 25455 (MPhaseSAT_M) R 25453 25455 24575 0 -1 4202496 3692 0 0 0 94232 0 0 0 25 0 1 0 366111588 17698816 3623 33554432000 134512640 134829744 4294132896 18446744073709551615 134661425 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25455/statm: 4321 3623 272 78 0 3607 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 17284

[startup+1002.3 s]
/proc/loadavg: 4.01 4.01 3.95 5/190 25620
/proc/meminfo: memFree=20819128/32951124 swapFree=67111524/67111528
[pid=25455] ppid=25453 vsize=17284 CPUtime=1002.32 cores=1,3
/proc/25455/stat : 25455 (MPhaseSAT_M) R 25453 25455 24575 0 -1 4202496 3694 0 0 0 100232 0 0 0 25 0 1 0 366111588 17698816 3625 33554432000 134512640 134829744 4294132896 18446744073709551615 134620951 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25455/statm: 4321 3625 272 78 0 3607 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 17284

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/190 25622
/proc/meminfo: memFree=20812536/32951124 swapFree=67111524/67111528
[pid=25455] ppid=25453 vsize=17284 CPUtime=1062.32 cores=1,3
/proc/25455/stat : 25455 (MPhaseSAT_M) R 25453 25455 24575 0 -1 4202496 3696 0 0 0 106232 0 0 0 25 0 1 0 366111588 17698816 3627 33554432000 134512640 134829744 4294132896 18446744073709551615 134661647 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25455/statm: 4321 3627 272 78 0 3607 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 17284

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/190 25623
/proc/meminfo: memFree=20805320/32951124 swapFree=67111524/67111528
[pid=25455] ppid=25453 vsize=17444 CPUtime=1122.32 cores=1,3
/proc/25455/stat : 25455 (MPhaseSAT_M) R 25453 25455 24575 0 -1 4202496 3708 0 0 0 112232 0 0 0 25 0 1 0 366111588 17862656 3639 33554432000 134512640 134829744 4294132896 18446744073709551615 134620955 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25455/statm: 4361 3639 272 78 0 3647 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 17444

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/190 25625
/proc/meminfo: memFree=20798592/32951124 swapFree=67111524/67111528
[pid=25455] ppid=25453 vsize=17444 CPUtime=1182.32 cores=1,3
/proc/25455/stat : 25455 (MPhaseSAT_M) R 25453 25455 24575 0 -1 4202496 3728 0 0 0 118232 0 0 0 25 0 1 0 366111588 17862656 3659 33554432000 134512640 134829744 4294132896 18446744073709551615 134661405 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25455/statm: 4361 3659 272 78 0 3647 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 17444

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/190 25626
/proc/meminfo: memFree=20789252/32951124 swapFree=67111524/67111528
[pid=25455] ppid=25453 vsize=17876 CPUtime=1242.34 cores=1,3
/proc/25455/stat : 25455 (MPhaseSAT_M) R 25453 25455 24575 0 -1 4202496 3800 0 0 0 124233 1 0 0 25 0 1 0 366111588 18305024 3731 33554432000 134512640 134829744 4294132896 18446744073709551615 134682866 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25455/statm: 4469 3731 272 78 0 3755 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 17876



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.95 5/190 25637
/proc/meminfo: memFree=20782420/32951124 swapFree=67111524/67111528
[pid=25455] ppid=25453 vsize=18164 CPUtime=1300.04 cores=1,3
/proc/25455/stat : 25455 (MPhaseSAT_M) R 25453 25455 24575 0 -1 4202496 3864 0 0 0 130003 1 0 0 25 0 1 0 366111588 18599936 3795 33554432000 134512640 134829744 4294132896 18446744073709551615 134620997 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25455/statm: 4541 3795 272 78 0 3827 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 18164

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.05
CPU user time (s): 1300.04
CPU system time (s): 0.011998
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 18164

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

runsolver used 1.83172 second user time and 4.09038 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-02 17:40:11
IDJOB=3095775
IDBENCH=83057
IDSOLVER=1522
FILE ID=node111/3095775-1301758811
RUNJOBID= node111-1301756669-24595
PBS_JOBID= 12841057
Free space on /tmp= 71244 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v550-c2343-S1940049314-069.SATISFIABLE.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3095775-1301758811/watcher-3095775-1301758811 -o /tmp/evaluation-result-3095775-1301758811/solver-3095775-1301758811 -C 2400 -W 1300 -M 7680  MPhaseSAT_M HOME/instance-3095775-1301758811.cnf

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

MD5SUM BENCH= c3d1d9237da00564d672945308bcff7c
RANDOM SEED=1321511908

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:      20863496 kB
Buffers:        350680 kB
Cached:       11333476 kB
SwapCached:          4 kB
Active:        7330848 kB
Inactive:      4462680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20863496 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:             436 kB
Writeback:           0 kB
AnonPages:      109108 kB
Mapped:          16820 kB
Slab:           230828 kB
PageTables:       5380 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   300356 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= 71244 MiB
End job on node111 at 2011-04-02 18:01:53