Trace number 3292171

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

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_34.renamed-as.sat05-1926.cnf
MD5SUM349e2f9eff952d4e42f8e1caefaa382b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark61.3457
Satisfiable
(Un)Satisfiability was proved
Number of variables1156
Number of clauses194072
Sum of the clauses size507926
Maximum clause length34
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 276398
Number of clauses of size 3117606
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 568

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-3292171-1303790843/watcher-3292171-1303790843 -o /tmp/evaluation-result-3292171-1303790843/solver-3292171-1303790843 -C 2400 -W 1300 -M 7680 MPhaseSAT_M HOME/instance-3292171-1303790843.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: 3.97 3.95 3.85 5/189 1379
/proc/meminfo: memFree=12004888/32951124 swapFree=67111528/67111528
[pid=1379] ppid=1377 vsize=11800 CPUtime=0 cores=1,3
/proc/1379/stat : 1379 (runsolver) R 1377 1379 513 0 -1 4202560 42 0 0 0 0 0 0 0 25 0 1 0 490682290 12083200 52 33554432000 4194304 5434984 140735237439168 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 3 0 0 0
/proc/1379/statm: 2950 52 31 303 0 2644 0

[startup+0.0956451 s]
/proc/loadavg: 3.97 3.95 3.85 5/189 1379
/proc/meminfo: memFree=12004888/32951124 swapFree=67111528/67111528
[pid=1379] ppid=1377 vsize=6176 CPUtime=0.06 cores=1,3
/proc/1379/stat : 1379 (MPhaseSAT_M) R 1377 1379 513 0 -1 4202496 692 0 0 0 6 0 0 0 25 0 1 0 490682290 6324224 633 33554432000 134512640 134829744 4290426992 18446744073709551615 134531663 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1379/statm: 1544 633 225 78 0 830 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6176

[startup+0.100645 s]
/proc/loadavg: 3.97 3.95 3.85 5/189 1379
/proc/meminfo: memFree=12004888/32951124 swapFree=67111528/67111528
[pid=1379] ppid=1377 vsize=6176 CPUtime=0.07 cores=1,3
/proc/1379/stat : 1379 (MPhaseSAT_M) R 1377 1379 513 0 -1 4202496 718 0 0 0 7 0 0 0 25 0 1 0 490682290 6324224 659 33554432000 134512640 134829744 4290426992 18446744073709551615 134531753 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1379/statm: 1544 659 225 78 0 830 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 6176

[startup+0.300622 s]
/proc/loadavg: 3.97 3.95 3.85 5/189 1379
/proc/meminfo: memFree=12004888/32951124 swapFree=67111528/67111528
[pid=1379] ppid=1377 vsize=7404 CPUtime=0.27 cores=1,3
/proc/1379/stat : 1379 (MPhaseSAT_M) R 1377 1379 513 0 -1 4202496 4696 0 0 0 27 0 0 0 25 0 1 0 490682290 7581696 1362 33554432000 134512640 134829744 4290426992 18446744073709551615 4261372 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1379/statm: 1851 1364 250 78 0 1137 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 7404

[startup+0.700537 s]
/proc/loadavg: 3.97 3.95 3.85 5/189 1379
/proc/meminfo: memFree=12004888/32951124 swapFree=67111528/67111528
[pid=1379] ppid=1377 vsize=19892 CPUtime=0.67 cores=1,3
/proc/1379/stat : 1379 (MPhaseSAT_M) R 1377 1379 513 0 -1 4202496 8054 0 0 0 67 0 0 0 25 0 1 0 490682290 20369408 4495 33554432000 134512640 134829744 4290426992 18446744073709551615 134661405 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1379/statm: 4973 4495 272 78 0 4259 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 19892

[startup+1.50039 s]
/proc/loadavg: 3.97 3.95 3.85 5/190 1380
/proc/meminfo: memFree=11985536/32951124 swapFree=67111528/67111528
[pid=1379] ppid=1377 vsize=19892 CPUtime=1.47 cores=1,3
/proc/1379/stat : 1379 (MPhaseSAT_M) R 1377 1379 513 0 -1 4202496 8054 0 0 0 147 0 0 0 25 0 1 0 490682290 20369408 4495 33554432000 134512640 134829744 4290426992 18446744073709551615 134661160 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1379/statm: 4973 4495 272 78 0 4259 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 19892

[startup+3.1011 s]
/proc/loadavg: 3.97 3.95 3.85 5/190 1380
/proc/meminfo: memFree=11982436/32951124 swapFree=67111528/67111528
[pid=1379] ppid=1377 vsize=19892 CPUtime=3.07 cores=1,3
/proc/1379/stat : 1379 (MPhaseSAT_M) R 1377 1379 513 0 -1 4202496 8054 0 0 0 307 0 0 0 25 0 1 0 490682290 20369408 4495 33554432000 134512640 134829744 4290426992 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1379/statm: 4973 4495 272 78 0 4259 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 19892

[startup+6.30053 s]
/proc/loadavg: 3.98 3.95 3.85 5/190 1380
/proc/meminfo: memFree=11979832/32951124 swapFree=67111528/67111528
[pid=1379] ppid=1377 vsize=19892 CPUtime=6.27 cores=1,3
/proc/1379/stat : 1379 (MPhaseSAT_M) R 1377 1379 513 0 -1 4202496 8054 0 0 0 627 0 0 0 25 0 1 0 490682290 20369408 4495 33554432000 134512640 134829744 4290426992 18446744073709551615 134720784 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1379/statm: 4973 4495 272 78 0 4259 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 19892

[startup+12.7004 s]
/proc/loadavg: 3.98 3.95 3.85 5/190 1381
/proc/meminfo: memFree=11978356/32951124 swapFree=67111528/67111528
[pid=1379] ppid=1377 vsize=20292 CPUtime=12.67 cores=1,3
/proc/1379/stat : 1379 (MPhaseSAT_M) R 1377 1379 513 0 -1 4202496 8151 0 0 0 1267 0 0 0 25 0 1 0 490682290 20779008 4592 33554432000 134512640 134829744 4290426992 18446744073709551615 134723637 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1379/statm: 5073 4592 272 78 0 4359 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 20292

[startup+25.5011 s]
/proc/loadavg: 3.98 3.95 3.85 5/190 1381
/proc/meminfo: memFree=11988540/32951124 swapFree=67111528/67111528
[pid=1379] ppid=1377 vsize=22012 CPUtime=25.47 cores=1,3
/proc/1379/stat : 1379 (MPhaseSAT_M) R 1377 1379 513 0 -1 4202496 8575 0 0 0 2546 1 0 0 25 0 1 0 490682290 22540288 5016 33554432000 134512640 134829744 4290426992 18446744073709551615 134661507 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1379/statm: 5503 5016 272 78 0 4789 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 22012

[startup+51.1004 s]
/proc/loadavg: 3.99 3.96 3.85 5/190 1382
/proc/meminfo: memFree=11935444/32951124 swapFree=67111528/67111528
[pid=1379] ppid=1377 vsize=22344 CPUtime=51.07 cores=1,3
/proc/1379/stat : 1379 (MPhaseSAT_M) R 1377 1379 513 0 -1 4202496 19402 0 0 0 5105 2 0 0 25 0 1 0 490682290 22880256 5117 33554432000 134512640 134829744 4290426992 18446744073709551615 134620888 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1379/statm: 5586 5117 278 78 0 4872 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 22344

[startup+102.307 s]
/proc/loadavg: 3.99 3.96 3.86 5/190 1383
/proc/meminfo: memFree=11947608/32951124 swapFree=67111528/67111528
[pid=1379] ppid=1377 vsize=22784 CPUtime=102.28 cores=1,3
/proc/1379/stat : 1379 (MPhaseSAT_M) R 1377 1379 513 0 -1 4202496 19579 0 0 0 10225 3 0 0 25 0 1 0 490682290 23330816 5244 33554432000 134512640 134829744 4290426992 18446744073709551615 134661382 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1379/statm: 5696 5244 278 78 0 4982 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 22784

[startup+162.3 s]
/proc/loadavg: 3.99 3.97 3.86 5/190 1385
/proc/meminfo: memFree=11952660/32951124 swapFree=67111528/67111528
[pid=1379] ppid=1377 vsize=25680 CPUtime=162.27 cores=1,3
/proc/1379/stat : 1379 (MPhaseSAT_M) R 1377 1379 513 0 -1 4202496 20283 0 0 0 16224 3 0 0 25 0 1 0 490682290 26296320 5948 33554432000 134512640 134829744 4290426992 18446744073709551615 134661432 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1379/statm: 6420 5948 278 78 0 5706 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 25680

[startup+222.301 s]
/proc/loadavg: 3.99 3.97 3.87 5/190 1386
/proc/meminfo: memFree=11950420/32951124 swapFree=67111528/67111528
[pid=1379] ppid=1377 vsize=27852 CPUtime=222.27 cores=1,3
/proc/1379/stat : 1379 (MPhaseSAT_M) R 1377 1379 513 0 -1 4202496 20812 0 0 0 22224 3 0 0 25 0 1 0 490682290 28520448 6477 33554432000 134512640 134829744 4290426992 18446744073709551615 134678561 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1379/statm: 6963 6477 278 78 0 6249 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 27852

[startup+282.301 s]
/proc/loadavg: 4.04 3.99 3.88 6/190 1388
/proc/meminfo: memFree=11948828/32951124 swapFree=67111528/67111528
[pid=1379] ppid=1377 vsize=29528 CPUtime=282.27 cores=1,3
/proc/1379/stat : 1379 (MPhaseSAT_M) R 1377 1379 513 0 -1 4202496 21213 0 0 0 28224 3 0 0 25 0 1 0 490682290 30236672 6878 33554432000 134512640 134829744 4290426992 18446744073709551615 134720027 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1379/statm: 7382 6878 278 78 0 6668 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 29528

[startup+342.301 s]
/proc/loadavg: 4.01 3.99 3.88 5/190 1389
/proc/meminfo: memFree=11941528/32951124 swapFree=67111528/67111528
[pid=1379] ppid=1377 vsize=31464 CPUtime=342.28 cores=1,3
/proc/1379/stat : 1379 (MPhaseSAT_M) R 1377 1379 513 0 -1 4202496 21677 0 0 0 34224 4 0 0 25 0 1 0 490682290 32219136 7342 33554432000 134512640 134829744 4290426992 18446744073709551615 134620888 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1379/statm: 7866 7342 278 78 0 7152 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 31464

[startup+402.301 s]
/proc/loadavg: 4.00 3.99 3.89 5/190 1391
/proc/meminfo: memFree=11944888/32951124 swapFree=67111528/67111528
[pid=1379] ppid=1377 vsize=32892 CPUtime=402.28 cores=1,3
/proc/1379/stat : 1379 (MPhaseSAT_M) R 1377 1379 513 0 -1 4202496 21986 0 0 0 40224 4 0 0 25 0 1 0 490682290 33681408 7651 33554432000 134512640 134829744 4290426992 18446744073709551615 134620985 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1379/statm: 8223 7651 278 78 0 7509 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 32892

[startup+462.301 s]
/proc/loadavg: 4.00 3.99 3.90 5/190 1393
/proc/meminfo: memFree=11940096/32951124 swapFree=67111528/67111528
[pid=1379] ppid=1377 vsize=34208 CPUtime=462.28 cores=1,3
/proc/1379/stat : 1379 (MPhaseSAT_M) R 1377 1379 513 0 -1 4202496 22289 0 0 0 46224 4 0 0 25 0 1 0 490682290 35028992 7954 33554432000 134512640 134829744 4290426992 18446744073709551615 134661405 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1379/statm: 8552 7954 278 78 0 7838 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 34208

[startup+522.3 s]
/proc/loadavg: 4.00 3.99 3.90 5/190 1394
/proc/meminfo: memFree=11940476/32951124 swapFree=67111528/67111528
[pid=1379] ppid=1377 vsize=35348 CPUtime=522.28 cores=1,3
/proc/1379/stat : 1379 (MPhaseSAT_M) R 1377 1379 513 0 -1 4202496 22553 0 0 0 52224 4 0 0 25 0 1 0 490682290 36196352 8218 33554432000 134512640 134829744 4290426992 18446744073709551615 134661405 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1379/statm: 8837 8218 278 78 0 8123 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 35348

[startup+582.3 s]
/proc/loadavg: 4.06 4.00 3.91 5/190 1396
/proc/meminfo: memFree=11938992/32951124 swapFree=67111528/67111528
[pid=1379] ppid=1377 vsize=36644 CPUtime=582.28 cores=1,3
/proc/1379/stat : 1379 (MPhaseSAT_M) R 1377 1379 513 0 -1 4202496 22875 0 0 0 58224 4 0 0 25 0 1 0 490682290 37523456 8540 33554432000 134512640 134829744 4290426992 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1379/statm: 9161 8540 278 78 0 8447 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 36644

[startup+642.301 s]
/proc/loadavg: 4.02 4.00 3.91 5/190 1397
/proc/meminfo: memFree=11931948/32951124 swapFree=67111528/67111528
[pid=1379] ppid=1377 vsize=37872 CPUtime=642.29 cores=1,3
/proc/1379/stat : 1379 (MPhaseSAT_M) R 1377 1379 513 0 -1 4202496 23154 0 0 0 64225 4 0 0 25 0 1 0 490682290 38780928 8819 33554432000 134512640 134829744 4290426992 18446744073709551615 134661647 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1379/statm: 9468 8819 278 78 0 8754 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 37872

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 1399
/proc/meminfo: memFree=11937040/32951124 swapFree=67111528/67111528
[pid=1379] ppid=1377 vsize=38680 CPUtime=702.3 cores=1,3
/proc/1379/stat : 1379 (MPhaseSAT_M) R 1377 1379 513 0 -1 4202496 23335 0 0 0 70225 5 0 0 25 0 1 0 490682290 39608320 9000 33554432000 134512640 134829744 4290426992 18446744073709551615 134682760 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1379/statm: 9670 9000 278 78 0 8956 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 38680

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 1401
/proc/meminfo: memFree=11935956/32951124 swapFree=67111528/67111528
[pid=1379] ppid=1377 vsize=39564 CPUtime=762.3 cores=1,3
/proc/1379/stat : 1379 (MPhaseSAT_M) R 1377 1379 513 0 -1 4202496 23569 0 0 0 76225 5 0 0 25 0 1 0 490682290 40513536 9234 33554432000 134512640 134829744 4290426992 18446744073709551615 134620951 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1379/statm: 9891 9234 278 78 0 9177 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 39564

[startup+822.301 s]
/proc/loadavg: 4.06 4.01 3.92 5/190 1402
/proc/meminfo: memFree=11933844/32951124 swapFree=67111528/67111528
[pid=1379] ppid=1377 vsize=40272 CPUtime=822.3 cores=1,3
/proc/1379/stat : 1379 (MPhaseSAT_M) R 1377 1379 513 0 -1 4202496 23707 0 0 0 82225 5 0 0 25 0 1 0 490682290 41238528 9372 33554432000 134512640 134829744 4290426992 18446744073709551615 134624897 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1379/statm: 10068 9372 278 78 0 9354 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 40272

[startup+882.3 s]
/proc/loadavg: 4.02 4.01 3.92 5/190 1404
/proc/meminfo: memFree=11933616/32951124 swapFree=67111528/67111528
[pid=1379] ppid=1377 vsize=40832 CPUtime=882.3 cores=1,3
/proc/1379/stat : 1379 (MPhaseSAT_M) R 1377 1379 513 0 -1 4202496 23816 0 0 0 88225 5 0 0 25 0 1 0 490682290 41811968 9481 33554432000 134512640 134829744 4290426992 18446744073709551615 134719621 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1379/statm: 10208 9481 278 78 0 9494 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 40832

[startup+942.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 1405
/proc/meminfo: memFree=11921096/32951124 swapFree=67111528/67111528
[pid=1379] ppid=1377 vsize=41944 CPUtime=942.3 cores=1,3
/proc/1379/stat : 1379 (MPhaseSAT_M) R 1377 1379 513 0 -1 4202496 24091 0 0 0 94225 5 0 0 25 0 1 0 490682290 42950656 9756 33554432000 134512640 134829744 4290426992 18446744073709551615 134620990 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1379/statm: 10486 9756 278 78 0 9772 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 41944

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 1407
/proc/meminfo: memFree=11920744/32951124 swapFree=67111528/67111528
[pid=1379] ppid=1377 vsize=42224 CPUtime=1002.3 cores=1,3
/proc/1379/stat : 1379 (MPhaseSAT_M) R 1377 1379 513 0 -1 4202496 24168 0 0 0 100225 5 0 0 25 0 1 0 490682290 43237376 9833 33554432000 134512640 134829744 4290426992 18446744073709551615 134661405 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1379/statm: 10556 9833 278 78 0 9842 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 42224

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 1409
/proc/meminfo: memFree=11919036/32951124 swapFree=67111528/67111528
[pid=1379] ppid=1377 vsize=42832 CPUtime=1062.3 cores=1,3
/proc/1379/stat : 1379 (MPhaseSAT_M) R 1377 1379 513 0 -1 4202496 24292 0 0 0 106225 5 0 0 25 0 1 0 490682290 43859968 9957 33554432000 134512640 134829744 4290426992 18446744073709551615 134621242 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1379/statm: 10708 9957 278 78 0 9994 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 42832

[startup+1122.3 s]
/proc/loadavg: 4.08 4.02 3.92 5/190 1410
/proc/meminfo: memFree=11903664/32951124 swapFree=67111528/67111528
[pid=1379] ppid=1377 vsize=43120 CPUtime=1122.3 cores=1,3
/proc/1379/stat : 1379 (MPhaseSAT_M) R 1377 1379 513 0 -1 4202496 24375 0 0 0 112225 5 0 0 25 0 1 0 490682290 44154880 10040 33554432000 134512640 134829744 4290426992 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1379/statm: 10780 10040 278 78 0 10066 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 43120

[startup+1182.3 s]
/proc/loadavg: 4.03 4.01 3.92 5/190 1412
/proc/meminfo: memFree=11903172/32951124 swapFree=67111528/67111528
[pid=1379] ppid=1377 vsize=43568 CPUtime=1182.3 cores=1,3
/proc/1379/stat : 1379 (MPhaseSAT_M) R 1377 1379 513 0 -1 4202496 24457 0 0 0 118225 5 0 0 25 0 1 0 490682290 44613632 10122 33554432000 134512640 134829744 4290426992 18446744073709551615 134620951 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1379/statm: 10892 10122 278 78 0 10178 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 43568

[startup+1242.3 s]
/proc/loadavg: 2.84 3.72 3.83 2/172 1467
/proc/meminfo: memFree=14280216/32951124 swapFree=67111528/67111528
[pid=1379] ppid=1377 vsize=44176 CPUtime=1242.31 cores=1,3
/proc/1379/stat : 1379 (MPhaseSAT_M) R 1377 1379 513 0 -1 4202496 24607 0 0 0 124226 5 0 0 25 0 1 0 490682290 45236224 10272 33554432000 134512640 134829744 4290426992 18446744073709551615 134661443 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1379/statm: 11044 10272 278 78 0 10330 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 44176



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.67 3.22 3.65 2/172 1469
/proc/meminfo: memFree=14279452/32951124 swapFree=67111528/67111528
[pid=1379] ppid=1377 vsize=45124 CPUtime=1300.01 cores=1,3
/proc/1379/stat : 1379 (MPhaseSAT_M) R 1377 1379 513 0 -1 4202496 24827 0 0 0 129996 5 0 0 25 0 1 0 490682290 46206976 10492 33554432000 134512640 134829744 4290426992 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1379/statm: 11281 10492 278 78 0 10567 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 45124

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.03
CPU user time (s): 1299.97
CPU system time (s): 0.058991
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 45124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.97
system time used= 0.058991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24827
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= 8
involuntary context switches= 2950

runsolver used 1.9587 second user time and 5.06823 second system time

The end

Launcher Data

Begin job on node138 at 2011-04-26 06:07:23
IDJOB=3292171
IDBENCH=85965
IDSOLVER=1522
FILE ID=node138/3292171-1303790843
RUNJOBID= node138-1303790747-1229
PBS_JOBID= 13157250
Free space on /tmp= 71440 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_34.renamed-as.sat05-1926.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3292171-1303790843/watcher-3292171-1303790843 -o /tmp/evaluation-result-3292171-1303790843/solver-3292171-1303790843 -C 2400 -W 1300 -M 7680  MPhaseSAT_M HOME/instance-3292171-1303790843.cnf

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

MD5SUM BENCH= 349e2f9eff952d4e42f8e1caefaa382b
RANDOM SEED=717823507

node138.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.854
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.854
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.854
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.854
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.854
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.80
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.854
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.854
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.854
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12005036 kB
Buffers:       2070724 kB
Cached:       16382780 kB
SwapCached:          0 kB
Active:       12445976 kB
Inactive:      7935776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12005036 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          418148 kB
Writeback:           0 kB
AnonPages:     1927504 kB
Mapped:          16624 kB
Slab:           496040 kB
PageTables:       9000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2150392 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= 71876 MiB
End job on node138 at 2011-04-26 06:29:05