Trace number 3291803

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.01 1300.01

General information on the benchmark

NameSAT04/industrial/vangelder/cnf-color/
myciel6-tr.used-as.sat04-320.cnf
MD5SUM5ba57e5cfd40b4a93356dbea5162016d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark384.789
Satisfiable
(Un)Satisfiability was proved
Number of variables570
Number of clauses4625
Sum of the clauses size9615
Maximum clause length6
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24531
Number of clauses of size 31
Number of clauses of size 41
Number of clauses of size 51
Number of clauses of size over 590

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

running on 2 cores: 4,6

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: 3.68 3.70 4.47 4/189 27369
/proc/meminfo: memFree=26686396/32950928 swapFree=67111364/67111528
[pid=27369] ppid=27367 vsize=524 CPUtime=0 cores=4,6
/proc/27369/stat : 27369 (MPhaseSAT_M) S 27367 27369 24832 0 -1 4194304 71 0 0 0 0 0 0 0 25 0 1 0 490640602 536576 26 33554432000 134512640 134829744 4294249648 18446744073709551615 7811668 0 2147483391 4096 0 18446744071699207358 0 0 17 4 0 0 0
/proc/27369/statm: 131 26 20 78 0 24 0

[startup+0.09761 s]
/proc/loadavg: 3.68 3.70 4.47 4/189 27369
/proc/meminfo: memFree=26686396/32950928 swapFree=67111364/67111528
[pid=27369] ppid=27367 vsize=3900 CPUtime=0.04 cores=4,6
/proc/27369/stat : 27369 (MPhaseSAT_M) R 27367 27369 24832 0 -1 4202496 592 0 0 0 4 0 0 0 25 0 1 0 490640602 3993600 507 33554432000 134512640 134829744 4294249648 18446744073709551615 134614864 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27369/statm: 975 507 272 78 0 261 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 3900

[startup+0.100587 s]
/proc/loadavg: 3.68 3.70 4.47 4/189 27369
/proc/meminfo: memFree=26686396/32950928 swapFree=67111364/67111528
[pid=27369] ppid=27367 vsize=3900 CPUtime=0.05 cores=4,6
/proc/27369/stat : 27369 (MPhaseSAT_M) R 27367 27369 24832 0 -1 4202496 596 0 0 0 5 0 0 0 25 0 1 0 490640602 3993600 511 33554432000 134512640 134829744 4294249648 18446744073709551615 8283644 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27369/statm: 975 511 272 78 0 261 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 3900

[startup+0.300521 s]
/proc/loadavg: 3.68 3.70 4.47 4/189 27369
/proc/meminfo: memFree=26686396/32950928 swapFree=67111364/67111528
[pid=27369] ppid=27367 vsize=4428 CPUtime=0.25 cores=4,6
/proc/27369/stat : 27369 (MPhaseSAT_M) R 27367 27369 24832 0 -1 4202496 719 0 0 0 25 0 0 0 25 0 1 0 490640602 4534272 634 33554432000 134512640 134829744 4294249648 18446744073709551615 134669342 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27369/statm: 1107 634 272 78 0 393 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 4428

[startup+0.700443 s]
/proc/loadavg: 3.68 3.70 4.47 4/189 27369
/proc/meminfo: memFree=26686396/32950928 swapFree=67111364/67111528
[pid=27369] ppid=27367 vsize=4692 CPUtime=0.65 cores=4,6
/proc/27369/stat : 27369 (MPhaseSAT_M) R 27367 27369 24832 0 -1 4202496 795 0 0 0 65 0 0 0 25 0 1 0 490640602 4804608 710 33554432000 134512640 134829744 4294249648 18446744073709551615 134657826 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27369/statm: 1173 710 272 78 0 459 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 4692

[startup+1.50029 s]
/proc/loadavg: 3.68 3.70 4.47 5/190 27370
/proc/meminfo: memFree=26682420/32950928 swapFree=67111364/67111528
[pid=27369] ppid=27367 vsize=5088 CPUtime=1.45 cores=4,6
/proc/27369/stat : 27369 (MPhaseSAT_M) R 27367 27369 24832 0 -1 4202496 898 0 0 0 145 0 0 0 25 0 1 0 490640602 5210112 813 33554432000 134512640 134829744 4294249648 18446744073709551615 8023921 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27369/statm: 1272 813 272 78 0 558 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 5088

[startup+3.101 s]
/proc/loadavg: 3.68 3.70 4.47 5/190 27370
/proc/meminfo: memFree=26682668/32950928 swapFree=67111364/67111528
[pid=27369] ppid=27367 vsize=5088 CPUtime=3.05 cores=4,6
/proc/27369/stat : 27369 (MPhaseSAT_M) R 27367 27369 24832 0 -1 4202496 899 0 0 0 305 0 0 0 25 0 1 0 490640602 5210112 814 33554432000 134512640 134829744 4294249648 18446744073709551615 134620951 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27369/statm: 1272 814 272 78 0 558 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 5088

[startup+6.30043 s]
/proc/loadavg: 3.71 3.70 4.46 5/190 27370
/proc/meminfo: memFree=26682660/32950928 swapFree=67111364/67111528
[pid=27369] ppid=27367 vsize=5088 CPUtime=6.25 cores=4,6
/proc/27369/stat : 27369 (MPhaseSAT_M) R 27367 27369 24832 0 -1 4202496 899 0 0 0 625 0 0 0 25 0 1 0 490640602 5210112 814 33554432000 134512640 134829744 4294249648 18446744073709551615 134620977 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27369/statm: 1272 814 272 78 0 558 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 5088

[startup+12.7012 s]
/proc/loadavg: 3.73 3.71 4.46 5/190 27370
/proc/meminfo: memFree=26681640/32950928 swapFree=67111364/67111528
[pid=27369] ppid=27367 vsize=5352 CPUtime=12.65 cores=4,6
/proc/27369/stat : 27369 (MPhaseSAT_M) R 27367 27369 24832 0 -1 4202496 963 0 0 0 1265 0 0 0 25 0 1 0 490640602 5480448 878 33554432000 134512640 134829744 4294249648 18446744073709551615 8023921 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27369/statm: 1338 878 272 78 0 624 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 5352

[startup+25.5007 s]
/proc/loadavg: 3.79 3.72 4.45 5/190 27371
/proc/meminfo: memFree=26623848/32950928 swapFree=67111364/67111528
[pid=27369] ppid=27367 vsize=6940 CPUtime=25.45 cores=4,6
/proc/27369/stat : 27369 (MPhaseSAT_M) R 27367 27369 24832 0 -1 4202496 1363 0 0 0 2545 0 0 0 25 0 1 0 490640602 7106560 1278 33554432000 134512640 134829744 4294249648 18446744073709551615 134722458 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27369/statm: 1735 1278 272 78 0 1021 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 6940

[startup+51.1008 s]
/proc/loadavg: 3.86 3.74 4.44 5/190 27371
/proc/meminfo: memFree=26661400/32950928 swapFree=67111364/67111528
[pid=27369] ppid=27367 vsize=8856 CPUtime=51.05 cores=4,6
/proc/27369/stat : 27369 (MPhaseSAT_M) R 27367 27369 24832 0 -1 4202496 1791 0 0 0 5105 0 0 0 25 0 1 0 490640602 9068544 1706 33554432000 134512640 134829744 4294249648 18446744073709551615 134621301 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27369/statm: 2214 1706 272 78 0 1500 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 8856

[startup+102.307 s]
/proc/loadavg: 3.94 3.78 4.41 5/190 27382
/proc/meminfo: memFree=26655736/32950928 swapFree=67111364/67111528
[pid=27369] ppid=27367 vsize=11124 CPUtime=102.25 cores=4,6
/proc/27369/stat : 27369 (MPhaseSAT_M) R 27367 27369 24832 0 -1 4202496 2323 0 0 0 10225 0 0 0 25 0 1 0 490640602 11390976 2238 33554432000 134512640 134829744 4294249648 18446744073709551615 134722615 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27369/statm: 2781 2238 272 78 0 2067 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 11124

[startup+162.301 s]
/proc/loadavg: 3.98 3.82 4.39 5/190 27383
/proc/meminfo: memFree=26649596/32950928 swapFree=67111364/67111528
[pid=27369] ppid=27367 vsize=12312 CPUtime=162.24 cores=4,6
/proc/27369/stat : 27369 (MPhaseSAT_M) R 27367 27369 24832 0 -1 4202496 2585 0 0 0 16224 0 0 0 25 0 1 0 490640602 12607488 2500 33554432000 134512640 134829744 4294249648 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27369/statm: 3078 2500 272 78 0 2364 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 12312

[startup+222.3 s]
/proc/loadavg: 3.99 3.85 4.36 5/190 27385
/proc/meminfo: memFree=26645588/32950928 swapFree=67111364/67111528
[pid=27369] ppid=27367 vsize=12880 CPUtime=222.25 cores=4,6
/proc/27369/stat : 27369 (MPhaseSAT_M) R 27367 27369 24832 0 -1 4202496 2698 0 0 0 22224 1 0 0 25 0 1 0 490640602 13189120 2613 33554432000 134512640 134829744 4294249648 18446744073709551615 134661784 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27369/statm: 3220 2613 272 78 0 2506 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 12880

[startup+282.301 s]
/proc/loadavg: 3.99 3.87 4.33 5/190 27389
/proc/meminfo: memFree=26610148/32950928 swapFree=67111364/67111528
[pid=27369] ppid=27367 vsize=12952 CPUtime=282.26 cores=4,6
/proc/27369/stat : 27369 (MPhaseSAT_M) R 27367 27369 24832 0 -1 4202496 2789 0 0 0 28225 1 0 0 25 0 1 0 490640602 13262848 2677 33554432000 134512640 134829744 4294249648 18446744073709551615 134722592 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27369/statm: 3238 2677 272 78 0 2524 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 12952

[startup+342.3 s]
/proc/loadavg: 3.99 3.89 4.31 5/190 27391
/proc/meminfo: memFree=27036268/32950928 swapFree=67111364/67111528
[pid=27369] ppid=27367 vsize=12952 CPUtime=342.26 cores=4,6
/proc/27369/stat : 27369 (MPhaseSAT_M) R 27367 27369 24832 0 -1 4202496 2824 0 0 0 34225 1 0 0 25 0 1 0 490640602 13262848 2712 33554432000 134512640 134829744 4294249648 18446744073709551615 134620997 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27369/statm: 3238 2712 272 78 0 2524 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 12952

[startup+402.301 s]
/proc/loadavg: 3.99 3.91 4.29 5/190 27393
/proc/meminfo: memFree=26852196/32950928 swapFree=67111364/67111528
[pid=27369] ppid=27367 vsize=12952 CPUtime=402.26 cores=4,6
/proc/27369/stat : 27369 (MPhaseSAT_M) R 27367 27369 24832 0 -1 4202496 2857 0 0 0 40225 1 0 0 25 0 1 0 490640602 13262848 2745 33554432000 134512640 134829744 4294249648 18446744073709551615 134722615 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27369/statm: 3238 2745 272 78 0 2524 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 12952

[startup+462.301 s]
/proc/loadavg: 3.99 3.92 4.27 5/190 27394
/proc/meminfo: memFree=26842952/32950928 swapFree=67111364/67111528
[pid=27369] ppid=27367 vsize=12952 CPUtime=462.26 cores=4,6
/proc/27369/stat : 27369 (MPhaseSAT_M) R 27367 27369 24832 0 -1 4202496 2872 0 0 0 46225 1 0 0 25 0 1 0 490640602 13262848 2760 33554432000 134512640 134829744 4294249648 18446744073709551615 134621292 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27369/statm: 3238 2760 272 78 0 2524 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 12952

[startup+522.301 s]
/proc/loadavg: 4.04 3.95 4.25 5/190 27396
/proc/meminfo: memFree=26843020/32950928 swapFree=67111364/67111528
[pid=27369] ppid=27367 vsize=13252 CPUtime=522.26 cores=4,6
/proc/27369/stat : 27369 (MPhaseSAT_M) R 27367 27369 24832 0 -1 4202496 2935 0 0 0 52225 1 0 0 25 0 1 0 490640602 13570048 2823 33554432000 134512640 134829744 4294249648 18446744073709551615 134661784 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27369/statm: 3313 2823 272 78 0 2599 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 13252

[startup+582.301 s]
/proc/loadavg: 4.01 3.95 4.24 5/190 27397
/proc/meminfo: memFree=26839480/32950928 swapFree=67111364/67111528
[pid=27369] ppid=27367 vsize=13732 CPUtime=582.26 cores=4,6
/proc/27369/stat : 27369 (MPhaseSAT_M) R 27367 27369 24832 0 -1 4202496 3022 0 0 0 58225 1 0 0 25 0 1 0 490640602 14061568 2910 33554432000 134512640 134829744 4294249648 18446744073709551615 134621213 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27369/statm: 3433 2910 272 78 0 2719 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 13732

[startup+642.3 s]
/proc/loadavg: 4.03 3.97 4.22 5/190 27399
/proc/meminfo: memFree=26837932/32950928 swapFree=67111364/67111528
[pid=27369] ppid=27367 vsize=13892 CPUtime=642.27 cores=4,6
/proc/27369/stat : 27369 (MPhaseSAT_M) R 27367 27369 24832 0 -1 4202496 3056 0 0 0 64226 1 0 0 25 0 1 0 490640602 14225408 2944 33554432000 134512640 134829744 4294249648 18446744073709551615 134722615 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27369/statm: 3473 2944 272 78 0 2759 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 13892

[startup+702.301 s]
/proc/loadavg: 4.13 4.00 4.22 5/190 27401
/proc/meminfo: memFree=26837392/32950928 swapFree=67111364/67111528
[pid=27369] ppid=27367 vsize=14052 CPUtime=702.27 cores=4,6
/proc/27369/stat : 27369 (MPhaseSAT_M) R 27367 27369 24832 0 -1 4202496 3072 0 0 0 70226 1 0 0 25 0 1 0 490640602 14389248 2960 33554432000 134512640 134829744 4294249648 18446744073709551615 134661645 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27369/statm: 3513 2960 272 78 0 2799 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 14052

[startup+762.306 s]
/proc/loadavg: 4.04 4.00 4.20 5/190 27402
/proc/meminfo: memFree=26837204/32950928 swapFree=67111364/67111528
[pid=27369] ppid=27367 vsize=14212 CPUtime=762.27 cores=4,6
/proc/27369/stat : 27369 (MPhaseSAT_M) R 27367 27369 24832 0 -1 4202496 3123 0 0 0 76226 1 0 0 25 0 1 0 490640602 14553088 3011 33554432000 134512640 134829744 4294249648 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27369/statm: 3553 3011 272 78 0 2839 0
Current children cumulated CPU time (s) 762.27
Current children cumulated vsize (KiB) 14212

[startup+822.301 s]
/proc/loadavg: 4.01 4.00 4.18 5/190 27404
/proc/meminfo: memFree=26836400/32950928 swapFree=67111364/67111528
[pid=27369] ppid=27367 vsize=14372 CPUtime=822.27 cores=4,6
/proc/27369/stat : 27369 (MPhaseSAT_M) R 27367 27369 24832 0 -1 4202496 3159 0 0 0 82226 1 0 0 25 0 1 0 490640602 14716928 3047 33554432000 134512640 134829744 4294249648 18446744073709551615 134661647 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27369/statm: 3593 3047 272 78 0 2879 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 14372

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 4.17 5/190 27405
/proc/meminfo: memFree=26836092/32950928 swapFree=67111364/67111528
[pid=27369] ppid=27367 vsize=14692 CPUtime=882.28 cores=4,6
/proc/27369/stat : 27369 (MPhaseSAT_M) R 27367 27369 24832 0 -1 4202496 3215 0 0 0 88226 2 0 0 25 0 1 0 490640602 15044608 3103 33554432000 134512640 134829744 4294249648 18446744073709551615 134661441 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27369/statm: 3673 3103 272 78 0 2959 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 14692

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 4.16 5/190 27407
/proc/meminfo: memFree=26836024/32950928 swapFree=67111364/67111528
[pid=27369] ppid=27367 vsize=15044 CPUtime=942.28 cores=4,6
/proc/27369/stat : 27369 (MPhaseSAT_M) R 27367 27369 24832 0 -1 4202496 3271 0 0 0 94226 2 0 0 25 0 1 0 490640602 15405056 3159 33554432000 134512640 134829744 4294249648 18446744073709551615 134661856 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27369/statm: 3761 3159 272 78 0 3047 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 15044

[startup+1002.3 s]
/proc/loadavg: 4.06 4.02 4.15 5/190 27409
/proc/meminfo: memFree=26835980/32950928 swapFree=67111364/67111528
[pid=27369] ppid=27367 vsize=15044 CPUtime=1002.28 cores=4,6
/proc/27369/stat : 27369 (MPhaseSAT_M) R 27367 27369 24832 0 -1 4202496 3295 0 0 0 100226 2 0 0 25 0 1 0 490640602 15405056 3183 33554432000 134512640 134829744 4294249648 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27369/statm: 3761 3183 272 78 0 3047 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 15044

[startup+1062.3 s]
/proc/loadavg: 4.02 4.01 4.14 5/190 27410
/proc/meminfo: memFree=26830084/32950928 swapFree=67111364/67111528
[pid=27369] ppid=27367 vsize=15044 CPUtime=1062.29 cores=4,6
/proc/27369/stat : 27369 (MPhaseSAT_M) R 27367 27369 24832 0 -1 4202496 3295 0 0 0 106227 2 0 0 25 0 1 0 490640602 15405056 3183 33554432000 134512640 134829744 4294249648 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27369/statm: 3761 3183 272 78 0 3047 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 15044

[startup+1122.3 s]
/proc/loadavg: 4.01 4.00 4.13 5/190 27412
/proc/meminfo: memFree=26829528/32950928 swapFree=67111364/67111528
[pid=27369] ppid=27367 vsize=15236 CPUtime=1122.29 cores=4,6
/proc/27369/stat : 27369 (MPhaseSAT_M) R 27367 27369 24832 0 -1 4202496 3304 0 0 0 112227 2 0 0 25 0 1 0 490640602 15601664 3192 33554432000 134512640 134829744 4294249648 18446744073709551615 8023790 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27369/statm: 3809 3192 272 78 0 3095 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 15236

[startup+1182.3 s]
/proc/loadavg: 4.08 4.02 4.12 5/190 27413
/proc/meminfo: memFree=26827224/32950928 swapFree=67111364/67111528
[pid=27369] ppid=27367 vsize=15236 CPUtime=1182.29 cores=4,6
/proc/27369/stat : 27369 (MPhaseSAT_M) R 27367 27369 24832 0 -1 4202496 3306 0 0 0 118227 2 0 0 25 0 1 0 490640602 15601664 3194 33554432000 134512640 134829744 4294249648 18446744073709551615 134661432 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27369/statm: 3809 3194 272 78 0 3095 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 15236

[startup+1242.3 s]
/proc/loadavg: 2.70 3.68 4.00 2/172 27469
/proc/meminfo: memFree=27463820/32950928 swapFree=67111364/67111528
[pid=27369] ppid=27367 vsize=15396 CPUtime=1242.29 cores=4,6
/proc/27369/stat : 27369 (MPhaseSAT_M) R 27367 27369 24832 0 -1 4202496 3349 0 0 0 124227 2 0 0 25 0 1 0 490640602 15765504 3237 33554432000 134512640 134829744 4294249648 18446744073709551615 134620964 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27369/statm: 3849 3237 272 78 0 3135 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 15396



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.62 3.19 3.81 2/172 27471
/proc/meminfo: memFree=27463788/32950928 swapFree=67111364/67111528
[pid=27369] ppid=27367 vsize=15556 CPUtime=1300 cores=4,6
/proc/27369/stat : 27369 (MPhaseSAT_M) R 27367 27369 24832 0 -1 4202496 3368 0 0 0 129998 2 0 0 25 0 1 0 490640602 15929344 3256 33554432000 134512640 134829744 4294249648 18446744073709551615 134621242 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27369/statm: 3889 3256 272 78 0 3175 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 15556

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.01
CPU user time (s): 1299.98
CPU system time (s): 0.025996
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 15556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.98
system time used= 0.025996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3368
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= 14
involuntary context switches= 2070

runsolver used 2.11068 second user time and 4.90525 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-26 06:00:09
IDJOB=3291803
IDBENCH=84808
IDSOLVER=1522
FILE ID=node127/3291803-1303790409
RUNJOBID= node127-1303790311-27271
PBS_JOBID= 13157213
Free space on /tmp= 71840 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT04/industrial/vangelder/cnf-color/myciel6-tr.used-as.sat04-320.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291803-1303790409/watcher-3291803-1303790409 -o /tmp/evaluation-result-3291803-1303790409/solver-3291803-1303790409 -C 2400 -W 1300 -M 7680  MPhaseSAT_M HOME/instance-3291803-1303790409.cnf

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

MD5SUM BENCH= 5ba57e5cfd40b4a93356dbea5162016d
RANDOM SEED=1576472635

node127.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.823
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.64
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.823
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.823
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.74
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.823
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.823
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.823
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.823
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.60
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.823
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:     32950928 kB
MemFree:      26686668 kB
Buffers:       1288864 kB
Cached:        3755540 kB
SwapCached:          0 kB
Active:        1776904 kB
Inactive:      4010844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26686668 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:             476 kB
Writeback:           0 kB
AnonPages:      743340 kB
Mapped:          16580 kB
Slab:           408484 kB
PageTables:       6608 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   952336 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= 71944 MiB
End job on node127 at 2011-04-26 06:21:51