Trace number 3257608

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

General information on the benchmark

NameCRAFTED/modcircuits/
mod3block_2vars_11gates_u2_autoenc.cnf
MD5SUM36c3169a5cad0483dd15befcefc4323e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark689.141
Satisfiable
(Un)Satisfiability was proved
Number of variables526
Number of clauses146535
Sum of the clauses size858954
Maximum clause length14
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 22476
Number of clauses of size 34
Number of clauses of size 41387
Number of clauses of size 57328
Number of clauses of size over 5135276

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

running on 2 cores: 5,7

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.03 3.77 3.63 5/193 15740
/proc/meminfo: memFree=11949952/32951124 swapFree=67111528/67111528
[pid=15740] ppid=15738 vsize=5436 CPUtime=0 cores=5,7
/proc/15740/stat : 15740 (MPhaseSAT_M) R 15738 15740 15508 0 -1 4202496 335 0 0 0 0 0 0 0 25 0 1 0 458324802 5566464 276 33554432000 134512640 134829744 4292792832 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/15740/statm: 1359 276 225 78 0 645 0

[startup+0.0371549 s]
/proc/loadavg: 4.03 3.77 3.63 5/193 15740
/proc/meminfo: memFree=11949952/32951124 swapFree=67111528/67111528
[pid=15740] ppid=15738 vsize=5436 CPUtime=0.03 cores=5,7
/proc/15740/stat : 15740 (MPhaseSAT_M) R 15738 15740 15508 0 -1 4202496 507 0 0 0 3 0 0 0 25 0 1 0 458324802 5566464 448 33554432000 134512640 134829744 4292792832 18446744073709551615 2227146 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/15740/statm: 1359 448 225 78 0 645 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5436

[startup+0.101142 s]
/proc/loadavg: 4.03 3.77 3.63 5/193 15740
/proc/meminfo: memFree=11949952/32951124 swapFree=67111528/67111528
[pid=15740] ppid=15738 vsize=5752 CPUtime=0.09 cores=5,7
/proc/15740/stat : 15740 (MPhaseSAT_M) R 15738 15740 15508 0 -1 4202496 868 0 0 0 9 0 0 0 25 0 1 0 458324802 5890048 809 33554432000 134512640 134829744 4292792832 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/15740/statm: 1438 810 226 78 0 724 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5752

[startup+0.301108 s]
/proc/loadavg: 4.03 3.77 3.63 5/193 15740
/proc/meminfo: memFree=11949952/32951124 swapFree=67111528/67111528
[pid=15740] ppid=15738 vsize=9888 CPUtime=0.29 cores=5,7
/proc/15740/stat : 15740 (MPhaseSAT_M) R 15738 15740 15508 0 -1 4202496 5538 0 0 0 28 1 0 0 25 0 1 0 458324802 10125312 1964 33554432000 134512640 134829744 4292792832 18446744073709551615 2352636 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/15740/statm: 2472 1966 248 78 0 1758 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9888

[startup+0.701036 s]
/proc/loadavg: 4.03 3.77 3.63 5/193 15740
/proc/meminfo: memFree=11949952/32951124 swapFree=67111528/67111528
[pid=15740] ppid=15738 vsize=16188 CPUtime=0.69 cores=5,7
/proc/15740/stat : 15740 (MPhaseSAT_M) R 15738 15740 15508 0 -1 4202496 7283 0 0 0 68 1 0 0 25 0 1 0 458324802 16576512 3550 33554432000 134512640 134829744 4292792832 18446744073709551615 134623163 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/15740/statm: 4047 3550 268 78 0 3333 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16188

[startup+1.50089 s]
/proc/loadavg: 4.03 3.77 3.63 5/194 15741
/proc/meminfo: memFree=11935816/32951124 swapFree=67111528/67111528
[pid=15740] ppid=15738 vsize=16188 CPUtime=1.49 cores=5,7
/proc/15740/stat : 15740 (MPhaseSAT_M) R 15738 15740 15508 0 -1 4202496 7285 0 0 0 148 1 0 0 25 0 1 0 458324802 16576512 3552 33554432000 134512640 134829744 4292792832 18446744073709551615 134723549 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/15740/statm: 4047 3552 268 78 0 3333 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16188

[startup+3.10062 s]
/proc/loadavg: 4.02 3.77 3.63 5/194 15741
/proc/meminfo: memFree=11934700/32951124 swapFree=67111528/67111528
[pid=15740] ppid=15738 vsize=16188 CPUtime=3.09 cores=5,7
/proc/15740/stat : 15740 (MPhaseSAT_M) R 15738 15740 15508 0 -1 4202496 7298 0 0 0 308 1 0 0 25 0 1 0 458324802 16576512 3565 33554432000 134512640 134829744 4292792832 18446744073709551615 134661336 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/15740/statm: 4047 3565 268 78 0 3333 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16188

[startup+6.30104 s]
/proc/loadavg: 4.02 3.77 3.63 5/194 15741
/proc/meminfo: memFree=11938488/32951124 swapFree=67111528/67111528
[pid=15740] ppid=15738 vsize=16604 CPUtime=6.29 cores=5,7
/proc/15740/stat : 15740 (MPhaseSAT_M) R 15738 15740 15508 0 -1 4202496 17041 0 0 0 627 2 0 0 25 0 1 0 458324802 17002496 3667 33554432000 134512640 134829744 4292792832 18446744073709551615 134667527 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/15740/statm: 4151 3667 275 78 0 3437 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16604

[startup+12.7009 s]
/proc/loadavg: 4.02 3.78 3.64 5/194 15741
/proc/meminfo: memFree=11924972/32951124 swapFree=67111528/67111528
[pid=15740] ppid=15738 vsize=19424 CPUtime=12.69 cores=5,7
/proc/15740/stat : 15740 (MPhaseSAT_M) R 15738 15740 15508 0 -1 4202496 19437 0 0 0 1266 3 0 0 25 0 1 0 458324802 19890176 4377 33554432000 134512640 134829744 4292792832 18446744073709551615 134667525 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/15740/statm: 4856 4377 275 78 0 4142 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 19424

[startup+25.5006 s]
/proc/loadavg: 4.02 3.79 3.64 5/194 15741
/proc/meminfo: memFree=11915432/32951124 swapFree=67111528/67111528
[pid=15740] ppid=15738 vsize=19684 CPUtime=25.49 cores=5,7
/proc/15740/stat : 15740 (MPhaseSAT_M) R 15738 15740 15508 0 -1 4202496 20753 0 0 0 2546 3 0 0 25 0 1 0 458324802 20156416 4438 33554432000 134512640 134829744 4292792832 18446744073709551615 134620936 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/15740/statm: 4921 4438 275 78 0 4207 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 19684

[startup+51.1011 s]
/proc/loadavg: 4.01 3.80 3.65 5/194 15742
/proc/meminfo: memFree=11897328/32951124 swapFree=67111528/67111528
[pid=15740] ppid=15738 vsize=19940 CPUtime=51.09 cores=5,7
/proc/15740/stat : 15740 (MPhaseSAT_M) R 15738 15740 15508 0 -1 4202496 20995 0 0 0 5106 3 0 0 25 0 1 0 458324802 20418560 4533 33554432000 134512640 134829744 4292792832 18446744073709551615 134632816 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/15740/statm: 4985 4533 275 78 0 4271 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 19940

[startup+102.307 s]
/proc/loadavg: 4.05 3.85 3.67 5/194 15743
/proc/meminfo: memFree=11859632/32951124 swapFree=67111528/67111528
[pid=15740] ppid=15738 vsize=23632 CPUtime=102.3 cores=5,7
/proc/15740/stat : 15740 (MPhaseSAT_M) R 15738 15740 15508 0 -1 4202496 21775 0 0 0 10226 4 0 0 25 0 1 0 458324802 24199168 5313 33554432000 134512640 134829744 4292792832 18446744073709551615 134620892 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/15740/statm: 5908 5313 275 78 0 5194 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 23632

[startup+162.3 s]
/proc/loadavg: 4.08 3.89 3.69 5/194 15745
/proc/meminfo: memFree=11818192/32951124 swapFree=67111528/67111528
[pid=15740] ppid=15738 vsize=24424 CPUtime=162.3 cores=5,7
/proc/15740/stat : 15740 (MPhaseSAT_M) R 15738 15740 15508 0 -1 4202496 22095 0 0 0 16226 4 0 0 25 0 1 0 458324802 25010176 5633 33554432000 134512640 134829744 4292792832 18446744073709551615 134661437 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/15740/statm: 6106 5633 275 78 0 5392 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 24424

[startup+222.301 s]
/proc/loadavg: 4.03 3.91 3.71 5/194 15746
/proc/meminfo: memFree=11778124/32951124 swapFree=67111528/67111528
[pid=15740] ppid=15738 vsize=25460 CPUtime=222.3 cores=5,7
/proc/15740/stat : 15740 (MPhaseSAT_M) R 15738 15740 15508 0 -1 4202496 22299 0 0 0 22226 4 0 0 25 0 1 0 458324802 26071040 5837 33554432000 134512640 134829744 4292792832 18446744073709551615 134723784 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/15740/statm: 6365 5837 275 78 0 5651 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 25460

[startup+282.301 s]
/proc/loadavg: 4.01 3.92 3.73 5/194 15748
/proc/meminfo: memFree=11737436/32951124 swapFree=67111528/67111528
[pid=15740] ppid=15738 vsize=26196 CPUtime=282.3 cores=5,7
/proc/15740/stat : 15740 (MPhaseSAT_M) R 15738 15740 15508 0 -1 4202496 22436 0 0 0 28226 4 0 0 25 0 1 0 458324802 26824704 5974 33554432000 134512640 134829744 4292792832 18446744073709551615 134661620 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/15740/statm: 6549 5974 275 78 0 5835 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 26196

[startup+342.3 s]
/proc/loadavg: 4.00 3.93 3.74 5/194 15750
/proc/meminfo: memFree=11696768/32951124 swapFree=67111528/67111528
[pid=15740] ppid=15738 vsize=26740 CPUtime=342.3 cores=5,7
/proc/15740/stat : 15740 (MPhaseSAT_M) R 15738 15740 15508 0 -1 4202496 22525 0 0 0 34226 4 0 0 25 0 1 0 458324802 27381760 6063 33554432000 134512640 134829744 4292792832 18446744073709551615 134661408 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/15740/statm: 6685 6063 275 78 0 5971 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 26740

[startup+402.301 s]
/proc/loadavg: 4.04 3.96 3.76 5/194 15751
/proc/meminfo: memFree=11654956/32951124 swapFree=67111528/67111528
[pid=15740] ppid=15738 vsize=28624 CPUtime=402.3 cores=5,7
/proc/15740/stat : 15740 (MPhaseSAT_M) R 15738 15740 15508 0 -1 4202496 22948 0 0 0 40226 4 0 0 25 0 1 0 458324802 29310976 6486 33554432000 134512640 134829744 4292792832 18446744073709551615 134623427 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/15740/statm: 7156 6486 275 78 0 6442 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 28624

[startup+462.301 s]
/proc/loadavg: 4.07 3.98 3.77 5/194 15753
/proc/meminfo: memFree=11614496/32951124 swapFree=67111528/67111528
[pid=15740] ppid=15738 vsize=28780 CPUtime=462.3 cores=5,7
/proc/15740/stat : 15740 (MPhaseSAT_M) R 15738 15740 15508 0 -1 4202496 22972 0 0 0 46226 4 0 0 25 0 1 0 458324802 29470720 6510 33554432000 134512640 134829744 4292792832 18446744073709551615 134682874 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/15740/statm: 7195 6510 275 78 0 6481 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 28780

[startup+522.3 s]
/proc/loadavg: 4.22 4.02 3.80 5/194 15754
/proc/meminfo: memFree=11574792/32951124 swapFree=67111528/67111528
[pid=15740] ppid=15738 vsize=28780 CPUtime=522.3 cores=5,7
/proc/15740/stat : 15740 (MPhaseSAT_M) R 15738 15740 15508 0 -1 4202496 22975 0 0 0 52226 4 0 0 25 0 1 0 458324802 29470720 6513 33554432000 134512640 134829744 4292792832 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/15740/statm: 7195 6513 275 78 0 6481 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 28780

[startup+582.301 s]
/proc/loadavg: 4.08 4.02 3.81 5/194 15756
/proc/meminfo: memFree=11534728/32951124 swapFree=67111528/67111528
[pid=15740] ppid=15738 vsize=28780 CPUtime=582.3 cores=5,7
/proc/15740/stat : 15740 (MPhaseSAT_M) R 15738 15740 15508 0 -1 4202496 22978 0 0 0 58226 4 0 0 25 0 1 0 458324802 29470720 6516 33554432000 134512640 134829744 4292792832 18446744073709551615 134623343 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/15740/statm: 7195 6516 275 78 0 6481 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 28780

[startup+642.301 s]
/proc/loadavg: 4.06 4.03 3.82 5/194 15758
/proc/meminfo: memFree=11494656/32951124 swapFree=67111528/67111528
[pid=15740] ppid=15738 vsize=28780 CPUtime=642.31 cores=5,7
/proc/15740/stat : 15740 (MPhaseSAT_M) R 15738 15740 15508 0 -1 4202496 23142 0 0 0 64227 4 0 0 25 0 1 0 458324802 29470720 6680 33554432000 134512640 134829744 4292792832 18446744073709551615 134722638 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/15740/statm: 7195 6680 275 78 0 6481 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 28780

[startup+702.3 s]
/proc/loadavg: 4.02 4.02 3.83 5/194 15759
/proc/meminfo: memFree=11454332/32951124 swapFree=67111528/67111528
[pid=15740] ppid=15738 vsize=28780 CPUtime=702.3 cores=5,7
/proc/15740/stat : 15740 (MPhaseSAT_M) R 15738 15740 15508 0 -1 4202496 23156 0 0 0 70226 4 0 0 25 0 1 0 458324802 29470720 6694 33554432000 134512640 134829744 4292792832 18446744073709551615 134719808 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/15740/statm: 7195 6694 275 78 0 6481 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 28780

[startup+762.307 s]
/proc/loadavg: 4.04 4.03 3.84 5/194 15761
/proc/meminfo: memFree=11412784/32951124 swapFree=67111528/67111528
[pid=15740] ppid=15738 vsize=31236 CPUtime=762.32 cores=5,7
/proc/15740/stat : 15740 (MPhaseSAT_M) R 15738 15740 15508 0 -1 4202496 23654 0 0 0 76227 5 0 0 25 0 1 0 458324802 31985664 7191 33554432000 134512640 134829744 4292792832 18446744073709551615 134657910 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/15740/statm: 7809 7191 281 78 0 7095 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 31236

[startup+822.301 s]
/proc/loadavg: 4.01 4.02 3.85 5/194 15762
/proc/meminfo: memFree=11373352/32951124 swapFree=67111528/67111528
[pid=15740] ppid=15738 vsize=31528 CPUtime=822.31 cores=5,7
/proc/15740/stat : 15740 (MPhaseSAT_M) R 15738 15740 15508 0 -1 4202496 23717 0 0 0 82226 5 0 0 25 0 1 0 458324802 32284672 7254 33554432000 134512640 134829744 4292792832 18446744073709551615 134620951 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/15740/statm: 7882 7254 281 78 0 7168 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 31528

[startup+882.3 s]
/proc/loadavg: 4.00 4.02 3.85 5/194 15764
/proc/meminfo: memFree=11333284/32951124 swapFree=67111528/67111528
[pid=15740] ppid=15738 vsize=31528 CPUtime=882.31 cores=5,7
/proc/15740/stat : 15740 (MPhaseSAT_M) R 15738 15740 15508 0 -1 4202496 23732 0 0 0 88226 5 0 0 25 0 1 0 458324802 32284672 7269 33554432000 134512640 134829744 4292792832 18446744073709551615 134620951 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/15740/statm: 7882 7269 281 78 0 7168 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 31528

[startup+942.3 s]
/proc/loadavg: 4.00 4.01 3.86 5/194 15766
/proc/meminfo: memFree=11292724/32951124 swapFree=67111528/67111528
[pid=15740] ppid=15738 vsize=31528 CPUtime=942.32 cores=5,7
/proc/15740/stat : 15740 (MPhaseSAT_M) R 15738 15740 15508 0 -1 4202496 23778 0 0 0 94227 5 0 0 25 0 1 0 458324802 32284672 7315 33554432000 134512640 134829744 4292792832 18446744073709551615 134678269 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/15740/statm: 7882 7315 281 78 0 7168 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 31528

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.87 5/194 15822
/proc/meminfo: memFree=12038068/32951124 swapFree=67111528/67111528
[pid=15740] ppid=15738 vsize=31092 CPUtime=1002.32 cores=5,7
/proc/15740/stat : 15740 (MPhaseSAT_M) R 15738 15740 15508 0 -1 4202496 23878 0 0 0 100227 5 0 0 25 0 1 0 458324802 31838208 7260 33554432000 134512640 134829744 4292792832 18446744073709551615 2351122 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/15740/statm: 7773 7260 281 78 0 7059 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 31092

[startup+1062.3 s]
/proc/loadavg: 4.07 4.02 3.88 5/194 15880
/proc/meminfo: memFree=12036436/32951124 swapFree=67111528/67111528
[pid=15740] ppid=15738 vsize=31668 CPUtime=1062.32 cores=5,7
/proc/15740/stat : 15740 (MPhaseSAT_M) R 15738 15740 15508 0 -1 4202496 23975 0 0 0 106227 5 0 0 25 0 1 0 458324802 32428032 7357 33554432000 134512640 134829744 4292792832 18446744073709551615 134657613 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/15740/statm: 7917 7357 281 78 0 7203 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 31668

[startup+1122.3 s]
/proc/loadavg: 4.02 4.01 3.88 5/194 15881
/proc/meminfo: memFree=12027736/32951124 swapFree=67111528/67111528
[pid=15740] ppid=15738 vsize=32372 CPUtime=1122.32 cores=5,7
/proc/15740/stat : 15740 (MPhaseSAT_M) R 15738 15740 15508 0 -1 4202496 24115 0 0 0 112227 5 0 0 25 0 1 0 458324802 33148928 7497 33554432000 134512640 134829744 4292792832 18446744073709551615 134719794 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/15740/statm: 8093 7497 281 78 0 7379 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 32372

[startup+1182.3 s]
/proc/loadavg: 4.15 4.04 3.90 5/194 15883
/proc/meminfo: memFree=12023020/32951124 swapFree=67111528/67111528
[pid=15740] ppid=15738 vsize=29372 CPUtime=1182.32 cores=5,7
/proc/15740/stat : 15740 (MPhaseSAT_M) R 15738 15740 15508 0 -1 4202496 24172 0 0 0 118227 5 0 0 25 0 1 0 458324802 30076928 6891 33554432000 134512640 134829744 4292792832 18446744073709551615 134620969 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/15740/statm: 7343 6891 281 78 0 6629 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 29372

[startup+1242.3 s]
/proc/loadavg: 4.05 4.03 3.90 5/194 15885
/proc/meminfo: memFree=12016548/32951124 swapFree=67111528/67111528
[pid=15740] ppid=15738 vsize=29372 CPUtime=1242.33 cores=5,7
/proc/15740/stat : 15740 (MPhaseSAT_M) R 15738 15740 15508 0 -1 4202496 24172 0 0 0 124228 5 0 0 25 0 1 0 458324802 30076928 6891 33554432000 134512640 134829744 4292792832 18446744073709551615 134620951 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/15740/statm: 7343 6891 281 78 0 6629 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 29372



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.11 4.05 3.92 6/194 15886
/proc/meminfo: memFree=12011316/32951124 swapFree=67111528/67111528
[pid=15740] ppid=15738 vsize=29372 CPUtime=1300.03 cores=5,7
/proc/15740/stat : 15740 (MPhaseSAT_M) R 15738 15740 15508 0 -1 4202496 24174 0 0 0 129998 5 0 0 25 0 1 0 458324802 30076928 6893 33554432000 134512640 134829744 4292792832 18446744073709551615 134623592 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/15740/statm: 7343 6893 281 78 0 6629 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 29372

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.04
CPU user time (s): 1299.99
CPU system time (s): 0.052991
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 32692

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

runsolver used 2.09168 second user time and 5.01124 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-22 12:14:26
IDJOB=3257608
IDBENCH=71153
IDSOLVER=1522
FILE ID=node132/3257608-1303467266
RUNJOBID= node132-1303466917-15529
PBS_JOBID= 13107182
Free space on /tmp= 72048 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT09/CRAFTED/modcircuits/mod3block_2vars_11gates_u2_autoenc.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3257608-1303467266/watcher-3257608-1303467266 -o /tmp/evaluation-result-3257608-1303467266/solver-3257608-1303467266 -C 2400 -W 1300 -M 7680  MPhaseSAT_M HOME/instance-3257608-1303467266.cnf

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

MD5SUM BENCH= 36c3169a5cad0483dd15befcefc4323e
RANDOM SEED=1381481884

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.74
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.833
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.76
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.833
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.833
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.77
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.833
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.67
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.833
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.833
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:      11950232 kB
Buffers:       1248996 kB
Cached:       18954660 kB
SwapCached:          0 kB
Active:        8511232 kB
Inactive:     11946416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11950232 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4316 kB
Writeback:           0 kB
AnonPages:      253972 kB
Mapped:          16936 kB
Slab:           479036 kB
PageTables:       5884 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   446464 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72048 MiB
End job on node132 at 2011-04-22 12:36:08