Trace number 3445894

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 2011-02-15? (TO) 5000.06 4999.93

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m47-q742.5-n45-p15-s28972035.cnf
MD5SUMbfa662ff57088c54e0febd091ce11e5c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.268958
Satisfiable
(Un)Satisfiability was proved
Number of variables1985
Number of clauses409171
Sum of the clauses size820237
Maximum clause length47
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2409126
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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: 977)

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-3445894-1306986552/watcher-3445894-1306986552 -o /tmp/evaluation-result-3445894-1306986552/solver-3445894-1306986552 -C 5000 -W 5100 -M 15500 MPhaseSAT HOME/instance-3445894-1306986552.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.85 1.31 1.17 3/572 11428
/proc/meminfo: memFree=32142576/32950928 swapFree=43925852/67111528
[pid=11428] ppid=11426 vsize=9436 CPUtime=0 cores=1,3,5,7
/proc/11428/stat : 11428 (MPhaseSAT) R 11426 11428 8152 0 -1 4202496 349 0 0 0 0 0 0 0 25 0 1 0 810254049 9662464 290 33554432000 134512640 134731564 4287631760 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/11428/statm: 2359 290 225 54 0 1669 0

[startup+0.107297 s]
/proc/loadavg: 1.85 1.31 1.17 3/572 11428
/proc/meminfo: memFree=32142576/32950928 swapFree=43925852/67111528
[pid=11428] ppid=11426 vsize=9436 CPUtime=0.1 cores=1,3,5,7
/proc/11428/stat : 11428 (MPhaseSAT) R 11426 11428 8152 0 -1 4202496 911 0 0 0 10 0 0 0 25 0 1 0 810254049 9662464 852 33554432000 134512640 134731564 4287631760 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/11428/statm: 2359 852 225 54 0 1669 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9436

[startup+0.200237 s]
/proc/loadavg: 1.85 1.31 1.17 3/572 11428
/proc/meminfo: memFree=32142576/32950928 swapFree=43925852/67111528
[pid=11428] ppid=11426 vsize=9436 CPUtime=0.19 cores=1,3,5,7
/proc/11428/stat : 11428 (MPhaseSAT) R 11426 11428 8152 0 -1 4202496 1453 0 0 0 19 0 0 0 25 0 1 0 810254049 9662464 1394 33554432000 134512640 134731564 4287631760 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/11428/statm: 2359 1394 225 54 0 1669 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9436

[startup+0.300237 s]
/proc/loadavg: 1.85 1.31 1.17 3/572 11428
/proc/meminfo: memFree=32142576/32950928 swapFree=43925852/67111528
[pid=11428] ppid=11426 vsize=12652 CPUtime=0.29 cores=1,3,5,7
/proc/11428/stat : 11428 (MPhaseSAT) R 11426 11428 8152 0 -1 4202496 4830 0 0 0 29 0 0 0 25 0 1 0 810254049 12955648 2366 33554432000 134512640 134731564 4287631760 18446744073709551615 134559237 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/11428/statm: 3163 2376 236 54 0 2473 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12652

[startup+0.70015 s]
/proc/loadavg: 1.85 1.31 1.17 3/572 11428
/proc/meminfo: memFree=32142576/32950928 swapFree=43925852/67111528
[pid=11428] ppid=11426 vsize=35224 CPUtime=0.68 cores=1,3,5,7
/proc/11428/stat : 11428 (MPhaseSAT) R 11426 11428 8152 0 -1 4202496 13247 0 0 0 67 1 0 0 25 0 1 0 810254049 36069376 8338 33554432000 134512640 134731564 4287631760 18446744073709551615 134612844 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/11428/statm: 8806 8338 259 54 0 8116 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 35224

[startup+1.50101 s]
/proc/loadavg: 1.85 1.31 1.17 3/573 11430
/proc/meminfo: memFree=32106264/32950928 swapFree=43925852/67111528
[pid=11428] ppid=11426 vsize=38392 CPUtime=1.48 cores=1,3,5,7
/proc/11428/stat : 11428 (MPhaseSAT) R 11426 11428 8152 0 -1 4202496 14073 0 0 0 147 1 0 0 25 0 1 0 810254049 39313408 9163 33554432000 134512640 134731564 4287631760 18446744073709551615 134659520 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/11428/statm: 9598 9163 270 54 0 8908 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 38392

[startup+3.10072 s]
/proc/loadavg: 1.85 1.31 1.17 3/573 11430
/proc/meminfo: memFree=32104900/32950928 swapFree=43925852/67111528
[pid=11428] ppid=11426 vsize=38392 CPUtime=3.08 cores=1,3,5,7
/proc/11428/stat : 11428 (MPhaseSAT) R 11426 11428 8152 0 -1 4202496 14073 0 0 0 307 1 0 0 25 0 1 0 810254049 39313408 9163 33554432000 134512640 134731564 4287631760 18446744073709551615 134659535 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/11428/statm: 9598 9163 270 54 0 8908 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 38392

[startup+6.30015 s]
/proc/loadavg: 1.86 1.32 1.17 3/573 11430
/proc/meminfo: memFree=32104724/32950928 swapFree=43925852/67111528
[pid=11428] ppid=11426 vsize=38392 CPUtime=6.28 cores=1,3,5,7
/proc/11428/stat : 11428 (MPhaseSAT) R 11426 11428 8152 0 -1 4202496 14073 0 0 0 627 1 0 0 25 0 1 0 810254049 39313408 9163 33554432000 134512640 134731564 4287631760 18446744073709551615 134667496 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/11428/statm: 9598 9163 270 54 0 8908 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 38392

[startup+12.701 s]
/proc/loadavg: 2.03 1.37 1.19 3/573 11431
/proc/meminfo: memFree=32100060/32950928 swapFree=43925852/67111528
[pid=11428] ppid=11426 vsize=42368 CPUtime=12.68 cores=1,3,5,7
/proc/11428/stat : 11428 (MPhaseSAT) R 11426 11428 8152 0 -1 4202496 15045 0 0 0 1267 1 0 0 25 0 1 0 810254049 43384832 10135 33554432000 134512640 134731564 4287631760 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/11428/statm: 10592 10135 270 54 0 9902 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 42368

[startup+25.5007 s]
/proc/loadavg: 2.02 1.40 1.20 3/573 11431
/proc/meminfo: memFree=32097964/32950928 swapFree=43925852/67111528
[pid=11428] ppid=11426 vsize=44684 CPUtime=25.48 cores=1,3,5,7
/proc/11428/stat : 11428 (MPhaseSAT) R 11426 11428 8152 0 -1 4202496 15622 0 0 0 2547 1 0 0 25 0 1 0 810254049 45756416 10712 33554432000 134512640 134731564 4287631760 18446744073709551615 134622936 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/11428/statm: 11171 10712 270 54 0 10481 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 44684

[startup+51.1012 s]
/proc/loadavg: 2.01 1.44 1.22 3/573 11431
/proc/meminfo: memFree=32092012/32950928 swapFree=43925852/67111528
[pid=11428] ppid=11426 vsize=49832 CPUtime=51.09 cores=1,3,5,7
/proc/11428/stat : 11428 (MPhaseSAT) R 11426 11428 8152 0 -1 4202496 16892 0 0 0 5107 2 0 0 25 0 1 0 810254049 51027968 11982 33554432000 134512640 134731564 4287631760 18446744073709551615 134673277 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/11428/statm: 12458 11982 270 54 0 11768 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 49832

[startup+102.301 s]
/proc/loadavg: 2.05 1.54 1.26 3/573 11463
/proc/meminfo: memFree=32110696/32950928 swapFree=43925852/67111528
[pid=11428] ppid=11426 vsize=47088 CPUtime=102.3 cores=1,3,5,7
/proc/11428/stat : 11428 (MPhaseSAT) R 11426 11428 8152 0 -1 4202496 45541 0 0 0 10225 5 0 0 25 0 1 0 810254049 48218112 11322 33554432000 134512640 134731564 4287631760 18446744073709551615 134715530 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/11428/statm: 11772 11322 276 54 0 11082 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 47088

[startup+162.3 s]
/proc/loadavg: 2.02 1.62 1.31 4/573 11492
/proc/meminfo: memFree=32110576/32950928 swapFree=43925852/67111528
[pid=11428] ppid=11426 vsize=47088 CPUtime=162.29 cores=1,3,5,7
/proc/11428/stat : 11428 (MPhaseSAT) R 11426 11428 8152 0 -1 4202496 45546 0 0 0 16224 5 0 0 25 0 1 0 810254049 48218112 11327 33554432000 134512640 134731564 4287631760 18446744073709551615 134659716 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/11428/statm: 11772 11327 276 54 0 11082 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 47088

[startup+222.322 s]
/proc/loadavg: 2.00 1.69 1.35 4/573 11493
/proc/meminfo: memFree=32104708/32950928 swapFree=43925852/67111528
[pid=11428] ppid=11426 vsize=47088 CPUtime=222.31 cores=1,3,5,7
/proc/11428/stat : 11428 (MPhaseSAT) R 11426 11428 8152 0 -1 4202496 45546 0 0 0 22226 5 0 0 25 0 1 0 810254049 48218112 11327 33554432000 134512640 134731564 4287631760 18446744073709551615 134620727 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/11428/statm: 11772 11327 276 54 0 11082 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 47088

[startup+282.301 s]
/proc/loadavg: 2.10 1.77 1.40 3/573 11530
/proc/meminfo: memFree=32101856/32950928 swapFree=43925852/67111528
[pid=11428] ppid=11426 vsize=47088 CPUtime=282.29 cores=1,3,5,7
/proc/11428/stat : 11428 (MPhaseSAT) R 11426 11428 8152 0 -1 4202496 45546 0 0 0 28224 5 0 0 25 0 1 0 810254049 48218112 11327 33554432000 134512640 134731564 4287631760 18446744073709551615 134620761 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/11428/statm: 11772 11327 276 54 0 11082 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 47088

[startup+342.3 s]
/proc/loadavg: 2.08 1.83 1.44 3/573 11531
/proc/meminfo: memFree=32097220/32950928 swapFree=43925852/67111528
[pid=11428] ppid=11426 vsize=48840 CPUtime=342.29 cores=1,3,5,7
/proc/11428/stat : 11428 (MPhaseSAT) R 11426 11428 8152 0 -1 4202496 45961 0 0 0 34224 5 0 0 25 0 1 0 810254049 50012160 11742 33554432000 134512640 134731564 4287631760 18446744073709551615 134620727 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/11428/statm: 12210 11742 276 54 0 11520 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 48840

[startup+402.301 s]
/proc/loadavg: 2.03 1.86 1.47 3/573 11533
/proc/meminfo: memFree=32096532/32950928 swapFree=43925852/67111528
[pid=11428] ppid=11426 vsize=50472 CPUtime=402.29 cores=1,3,5,7
/proc/11428/stat : 11428 (MPhaseSAT) R 11426 11428 8152 0 -1 4202496 46339 0 0 0 40224 5 0 0 25 0 1 0 810254049 51683328 12120 33554432000 134512640 134731564 4287631760 18446744073709551615 134620749 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/11428/statm: 12618 12120 276 54 0 11928 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 50472

[startup+462.301 s]
/proc/loadavg: 2.01 1.88 1.50 3/573 11535
/proc/meminfo: memFree=32094996/32950928 swapFree=43925852/67111528
[pid=11428] ppid=11426 vsize=52824 CPUtime=462.3 cores=1,3,5,7
/proc/11428/stat : 11428 (MPhaseSAT) R 11426 11428 8152 0 -1 4202496 46874 0 0 0 46225 5 0 0 25 0 1 0 810254049 54091776 12655 33554432000 134512640 134731564 4287631760 18446744073709551615 134620745 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/11428/statm: 13206 12655 276 54 0 12516 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 52824

[startup+522.3 s]
/proc/loadavg: 2.00 1.90 1.53 3/573 11537
/proc/meminfo: memFree=32092836/32950928 swapFree=43925852/67111528
[pid=11428] ppid=11426 vsize=54680 CPUtime=522.3 cores=1,3,5,7
/proc/11428/stat : 11428 (MPhaseSAT) R 11426 11428 8152 0 -1 4202496 47293 0 0 0 52225 5 0 0 25 0 1 0 810254049 55992320 13074 33554432000 134512640 134731564 4287631760 18446744073709551615 134620740 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/11428/statm: 13670 13074 276 54 0 12980 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 54680

[startup+582.3 s]
/proc/loadavg: 2.07 1.93 1.56 3/573 11539
/proc/meminfo: memFree=32091540/32950928 swapFree=43925852/67111528
[pid=11428] ppid=11426 vsize=55928 CPUtime=582.31 cores=1,3,5,7
/proc/11428/stat : 11428 (MPhaseSAT) R 11426 11428 8152 0 -1 4202496 47557 0 0 0 58225 6 0 0 25 0 1 0 810254049 57270272 13338 33554432000 134512640 134731564 4287631760 18446744073709551615 134620712 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/11428/statm: 13982 13338 276 54 0 13292 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 55928

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.15 2.06 2.01 4/573 11685
/proc/meminfo: memFree=31808220/32950928 swapFree=43925852/67111528
[pid=11428] ppid=11426 vsize=107248 CPUtime=4002.39 cores=1,3,5,7
/proc/11428/stat : 11428 (MPhaseSAT) R 11426 11428 8152 0 -1 4202496 59512 0 0 0 400230 9 0 0 25 0 1 0 810254049 109821952 25260 33554432000 134512640 134731564 4287631760 18446744073709551615 134719816 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/11428/statm: 26812 25260 276 54 0 26122 0
Current children cumulated CPU time (s) 4002.39
Current children cumulated vsize (KiB) 107248

[startup+4062.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/573 11687
/proc/meminfo: memFree=31808052/32950928 swapFree=43925852/67111528
[pid=11428] ppid=11426 vsize=107508 CPUtime=4062.41 cores=1,3,5,7
/proc/11428/stat : 11428 (MPhaseSAT) R 11426 11428 8152 0 -1 4202496 59550 0 0 0 406232 9 0 0 25 0 1 0 810254049 110088192 25298 33554432000 134512640 134731564 4287631760 18446744073709551615 134620742 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/11428/statm: 26877 25298 276 54 0 26187 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 107508

[startup+4122.3 s]
/proc/loadavg: 2.03 2.04 2.00 4/573 11689
/proc/meminfo: memFree=31808216/32950928 swapFree=43925852/67111528
[pid=11428] ppid=11426 vsize=107508 CPUtime=4122.4 cores=1,3,5,7
/proc/11428/stat : 11428 (MPhaseSAT) R 11426 11428 8152 0 -1 4202496 59551 0 0 0 412231 9 0 0 25 0 1 0 810254049 110088192 25299 33554432000 134512640 134731564 4287631760 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/11428/statm: 26877 25299 276 54 0 26187 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 107508

[startup+4182.32 s]
/proc/loadavg: 2.01 2.03 2.00 4/573 11691
/proc/meminfo: memFree=31806924/32950928 swapFree=43925852/67111528
[pid=11428] ppid=11426 vsize=107508 CPUtime=4182.42 cores=1,3,5,7
/proc/11428/stat : 11428 (MPhaseSAT) R 11426 11428 8152 0 -1 4202496 59551 0 0 0 418233 9 0 0 25 0 1 0 810254049 110088192 25299 33554432000 134512640 134731564 4287631760 18446744073709551615 134719816 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/11428/statm: 26877 25299 276 54 0 26187 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 107508

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 11692
/proc/meminfo: memFree=31806240/32950928 swapFree=43925852/67111528
[pid=11428] ppid=11426 vsize=107772 CPUtime=4242.4 cores=1,3,5,7
/proc/11428/stat : 11428 (MPhaseSAT) R 11426 11428 8152 0 -1 4202496 59623 0 0 0 424231 9 0 0 25 0 1 0 810254049 110358528 25371 33554432000 134512640 134731564 4287631760 18446744073709551615 134720363 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/11428/statm: 26943 25371 276 54 0 26253 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 107772

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 11694
/proc/meminfo: memFree=31807780/32950928 swapFree=43925852/67111528
[pid=11428] ppid=11426 vsize=108784 CPUtime=4302.4 cores=1,3,5,7
/proc/11428/stat : 11428 (MPhaseSAT) R 11426 11428 8152 0 -1 4202496 59824 0 0 0 430231 9 0 0 25 0 1 0 810254049 111394816 25572 33554432000 134512640 134731564 4287631760 18446744073709551615 134659320 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/11428/statm: 27196 25572 276 54 0 26506 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 108784

[startup+4362.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/573 11706
/proc/meminfo: memFree=31806260/32950928 swapFree=43925852/67111528
[pid=11428] ppid=11426 vsize=109360 CPUtime=4362.4 cores=1,3,5,7
/proc/11428/stat : 11428 (MPhaseSAT) R 11426 11428 8152 0 -1 4202496 59936 0 0 0 436231 9 0 0 25 0 1 0 810254049 111984640 25684 33554432000 134512640 134731564 4287631760 18446744073709551615 134620428 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/11428/statm: 27340 25684 276 54 0 26650 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 109360

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/573 11707
/proc/meminfo: memFree=31804464/32950928 swapFree=43925852/67111528
[pid=11428] ppid=11426 vsize=111296 CPUtime=4422.4 cores=1,3,5,7
/proc/11428/stat : 11428 (MPhaseSAT) R 11426 11428 8152 0 -1 4202496 60382 0 0 0 442231 9 0 0 25 0 1 0 810254049 113967104 26130 33554432000 134512640 134731564 4287631760 18446744073709551615 134722502 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/11428/statm: 27824 26130 276 54 0 27134 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 111296

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/573 11709
/proc/meminfo: memFree=31804032/32950928 swapFree=43925852/67111528
[pid=11428] ppid=11426 vsize=111448 CPUtime=4482.4 cores=1,3,5,7
/proc/11428/stat : 11428 (MPhaseSAT) R 11426 11428 8152 0 -1 4202496 60420 0 0 0 448231 9 0 0 25 0 1 0 810254049 114122752 26168 33554432000 134512640 134731564 4287631760 18446744073709551615 134620731 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/11428/statm: 27862 26168 276 54 0 27172 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 111448

[startup+4542.3 s]
/proc/loadavg: 2.16 2.06 2.02 4/573 11713
/proc/meminfo: memFree=31803224/32950928 swapFree=43925852/67111528
[pid=11428] ppid=11426 vsize=111448 CPUtime=4542.41 cores=1,3,5,7
/proc/11428/stat : 11428 (MPhaseSAT) R 11426 11428 8152 0 -1 4202496 60425 0 0 0 454232 9 0 0 25 0 1 0 810254049 114122752 26173 33554432000 134512640 134731564 4287631760 18446744073709551615 134620668 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/11428/statm: 27862 26173 276 54 0 27172 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 111448

[startup+4602.3 s]
/proc/loadavg: 2.14 2.07 2.02 3/573 11715
/proc/meminfo: memFree=31801676/32950928 swapFree=43925852/67111528
[pid=11428] ppid=11426 vsize=111844 CPUtime=4602.41 cores=1,3,5,7
/proc/11428/stat : 11428 (MPhaseSAT) R 11426 11428 8152 0 -1 4202496 60545 0 0 0 460232 9 0 0 25 0 1 0 810254049 114528256 26293 33554432000 134512640 134731564 4287631760 18446744073709551615 134620727 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/11428/statm: 27961 26293 276 54 0 27271 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 111844

[startup+4662.3 s]
/proc/loadavg: 2.05 2.06 2.02 3/573 11717
/proc/meminfo: memFree=31798024/32950928 swapFree=43925852/67111528
[pid=11428] ppid=11426 vsize=114552 CPUtime=4662.41 cores=1,3,5,7
/proc/11428/stat : 11428 (MPhaseSAT) R 11426 11428 8152 0 -1 4202496 61167 0 0 0 466232 9 0 0 25 0 1 0 810254049 117301248 26915 33554432000 134512640 134731564 4287631760 18446744073709551615 134659345 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/11428/statm: 28638 26915 276 54 0 27948 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 114552

[startup+4722.3 s]
/proc/loadavg: 2.02 2.04 2.01 3/573 11718
/proc/meminfo: memFree=31797472/32950928 swapFree=43925852/67111528
[pid=11428] ppid=11426 vsize=116424 CPUtime=4722.42 cores=1,3,5,7
/proc/11428/stat : 11428 (MPhaseSAT) R 11426 11428 8152 0 -1 4202496 61538 0 0 0 472233 9 0 0 25 0 1 0 810254049 119218176 27286 33554432000 134512640 134731564 4287631760 18446744073709551615 134620742 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/11428/statm: 29106 27286 276 54 0 28416 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 116424

[startup+4782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/573 11720
/proc/meminfo: memFree=31796036/32950928 swapFree=43925852/67111528
[pid=11428] ppid=11426 vsize=118220 CPUtime=4782.41 cores=1,3,5,7
/proc/11428/stat : 11428 (MPhaseSAT) R 11426 11428 8152 0 -1 4202496 61918 0 0 0 478232 9 0 0 25 0 1 0 810254049 121057280 27650 33554432000 134512640 134731564 4287631760 18446744073709551615 134620749 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/11428/statm: 29555 27650 276 54 0 28865 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 118220

[startup+4842.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 11721
/proc/meminfo: memFree=31794248/32950928 swapFree=43925852/67111528
[pid=11428] ppid=11426 vsize=120092 CPUtime=4842.43 cores=1,3,5,7
/proc/11428/stat : 11428 (MPhaseSAT) R 11426 11428 8152 0 -1 4202496 62337 0 0 0 484234 9 0 0 25 0 1 0 810254049 122974208 28069 33554432000 134512640 134731564 4287631760 18446744073709551615 134620727 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/11428/statm: 30023 28069 276 54 0 29333 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 120092

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 11723
/proc/meminfo: memFree=31794324/32950928 swapFree=43925852/67111528
[pid=11428] ppid=11426 vsize=120092 CPUtime=4902.42 cores=1,3,5,7
/proc/11428/stat : 11428 (MPhaseSAT) R 11426 11428 8152 0 -1 4202496 62342 0 0 0 490232 10 0 0 25 0 1 0 810254049 122974208 28074 33554432000 134512640 134731564 4287631760 18446744073709551615 134719844 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/11428/statm: 30023 28074 276 54 0 29333 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 120092

[startup+4962.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/573 11725
/proc/meminfo: memFree=31795368/32950928 swapFree=43925852/67111528
[pid=11428] ppid=11426 vsize=120092 CPUtime=4962.42 cores=1,3,5,7
/proc/11428/stat : 11428 (MPhaseSAT) R 11426 11428 8152 0 -1 4202496 62349 0 0 0 496232 10 0 0 25 0 1 0 810254049 122974208 28081 33554432000 134512640 134731564 4287631760 18446744073709551615 134620712 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/11428/statm: 30023 28081 276 54 0 29333 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 120092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 2.00 4/573 11725
/proc/meminfo: memFree=31794848/32950928 swapFree=43925852/67111528
[pid=11428] ppid=11426 vsize=120092 CPUtime=5000.03 cores=1,3,5,7
/proc/11428/stat : 11428 (MPhaseSAT) R 11426 11428 8152 0 -1 4202496 62359 0 0 0 499993 10 0 0 25 0 1 0 810254049 122974208 28091 33554432000 134512640 134731564 4287631760 18446744073709551615 134620755 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/11428/statm: 30023 28091 276 54 0 29333 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 120092

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): 4999.93
CPU time (s): 5000.06
CPU user time (s): 4999.95
CPU system time (s): 0.106983
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 120092

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

runsolver used 27.6938 second user time and 67.3978 second system time

The end

Launcher Data

Begin job on node122 at 2011-06-02 05:49:13
IDJOB=3445894
IDBENCH=88209
IDSOLVER=1941
FILE ID=node122/3445894-1306986552
RUNJOBID= node122-1306986449-11367
PBS_JOBID= 13497677
Free space on /tmp= 73656 MiB

SOLVER NAME= MPhaseSAT 2011-02-15
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m47-q742.5-n45-p15-s28972035.cnf
COMMAND LINE= MPhaseSAT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3445894-1306986552/watcher-3445894-1306986552 -o /tmp/evaluation-result-3445894-1306986552/solver-3445894-1306986552 -C 5000 -W 5100 -M 15500  MPhaseSAT HOME/instance-3445894-1306986552.cnf

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

MD5SUM BENCH= bfa662ff57088c54e0febd091ce11e5c
RANDOM SEED=1843691915

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      32142732 kB
Buffers:        206260 kB
Cached:         247040 kB
SwapCached:      16800 kB
Active:         210260 kB
Inactive:       290600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32142732 kB
SwapTotal:    67111528 kB
SwapFree:     43925852 kB
Dirty:            5080 kB
Writeback:           0 kB
AnonPages:       44860 kB
Mapped:          10532 kB
Slab:           143052 kB
PageTables:      92812 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 180761380 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= 73652 MiB
End job on node122 at 2011-06-02 07:12:35