Trace number 3445818

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.05 4999.92

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_60_20_50_3-dir.shuffled-as.sat03-114.cnf
MD5SUM9ffa0325c9e00b41c025f41d20ec5a0c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1745.74
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses49070
Sum of the clauses size98700
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 249050
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520

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

running on 4 cores: 0,2,4,6

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.02 1.11 1.44 3/478 25786
/proc/meminfo: memFree=27187392/32951124 swapFree=38422276/67111528
[pid=25786] ppid=25784 vsize=1320 CPUtime=0 cores=0,2,4,6
/proc/25786/stat : 25786 (MPhaseSAT) D 25784 25786 24499 0 -1 4194304 74 0 0 0 0 0 0 0 22 0 1 0 809807834 1351680 29 33554432000 134512640 134731564 4294916736 18446744073709551615 9788583 0 0 4096 0 18446744071562234166 0 0 17 2 0 0 0
/proc/25786/statm: 330 29 22 54 0 23 0

[startup+0.06087 s]
/proc/loadavg: 1.02 1.11 1.44 3/478 25786
/proc/meminfo: memFree=27187392/32951124 swapFree=38422276/67111528
[pid=25786] ppid=25784 vsize=4384 CPUtime=0 cores=0,2,4,6
/proc/25786/stat : 25786 (MPhaseSAT) R 25784 25786 24499 0 -1 4202496 349 0 8 0 0 0 0 0 22 0 1 0 809807834 4489216 298 33554432000 134512640 134731564 4294916736 18446744073709551615 10131668 0 0 4096 1026 0 0 0 17 4 0 0 3
/proc/25786/statm: 1096 298 225 54 0 406 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 4384

[startup+0.100854 s]
/proc/loadavg: 1.02 1.11 1.44 3/478 25786
/proc/meminfo: memFree=27187392/32951124 swapFree=38422276/67111528
[pid=25786] ppid=25784 vsize=5128 CPUtime=0.04 cores=0,2,4,6
/proc/25786/stat : 25786 (MPhaseSAT) R 25784 25786 24499 0 -1 4202496 1010 0 8 0 4 0 0 0 22 0 1 0 809807834 5251072 813 33554432000 134512640 134731564 4294916736 18446744073709551615 10257916 0 0 4096 1026 0 0 0 17 4 0 0 3
/proc/25786/statm: 1282 814 248 54 0 592 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5128

[startup+0.300826 s]
/proc/loadavg: 1.02 1.11 1.44 3/478 25786
/proc/meminfo: memFree=27187392/32951124 swapFree=38422276/67111528
[pid=25786] ppid=25784 vsize=7504 CPUtime=0.24 cores=0,2,4,6
/proc/25786/stat : 25786 (MPhaseSAT) R 25784 25786 24499 0 -1 4202496 1615 0 8 0 24 0 0 0 22 0 1 0 809807834 7684096 1417 33554432000 134512640 134731564 4294916736 18446744073709551615 134667196 0 0 4096 1026 0 0 0 17 4 0 0 3
/proc/25786/statm: 1876 1417 271 54 0 1186 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 7504

[startup+0.700743 s]
/proc/loadavg: 1.02 1.11 1.44 3/478 25786
/proc/meminfo: memFree=27187392/32951124 swapFree=38422276/67111528
[pid=25786] ppid=25784 vsize=8428 CPUtime=0.64 cores=0,2,4,6
/proc/25786/stat : 25786 (MPhaseSAT) R 25784 25786 24499 0 -1 4202496 1852 0 8 0 64 0 0 0 25 0 1 0 809807834 8630272 1654 33554432000 134512640 134731564 4294916736 18446744073709551615 134668224 0 0 4096 1026 0 0 0 17 4 0 0 3
/proc/25786/statm: 2107 1654 271 54 0 1417 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 8428

[startup+1.50061 s]
/proc/loadavg: 1.02 1.11 1.44 3/482 25793
/proc/meminfo: memFree=27168264/32951124 swapFree=38422276/67111528
[pid=25786] ppid=25784 vsize=9092 CPUtime=1.44 cores=0,2,4,6
/proc/25786/stat : 25786 (MPhaseSAT) R 25784 25786 24499 0 -1 4202496 2019 0 8 0 144 0 0 0 25 0 1 0 809807834 9310208 1821 33554432000 134512640 134731564 4294916736 18446744073709551615 134614650 0 0 4096 1026 0 0 0 17 4 0 0 3
/proc/25786/statm: 2273 1821 271 54 0 1583 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 9092

[startup+3.10031 s]
/proc/loadavg: 1.10 1.12 1.45 3/482 25793
/proc/meminfo: memFree=27164668/32951124 swapFree=38422276/67111528
[pid=25786] ppid=25784 vsize=10016 CPUtime=3.04 cores=0,2,4,6
/proc/25786/stat : 25786 (MPhaseSAT) R 25784 25786 24499 0 -1 4202496 2270 0 8 0 304 0 0 0 25 0 1 0 809807834 10256384 2072 33554432000 134512640 134731564 4294916736 18446744073709551615 134710428 0 0 4096 1026 0 0 0 17 4 0 0 3
/proc/25786/statm: 2504 2072 271 54 0 1814 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 10016

[startup+6.30069 s]
/proc/loadavg: 1.10 1.12 1.45 3/482 25793
/proc/meminfo: memFree=27162068/32951124 swapFree=38422276/67111528
[pid=25786] ppid=25784 vsize=12000 CPUtime=6.24 cores=0,2,4,6
/proc/25786/stat : 25786 (MPhaseSAT) R 25784 25786 24499 0 -1 4202496 2741 0 8 0 624 0 0 0 25 0 1 0 809807834 12288000 2543 33554432000 134512640 134731564 4294916736 18446744073709551615 134659280 0 0 4096 1026 0 0 0 17 4 0 0 3
/proc/25786/statm: 3000 2543 271 54 0 2310 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 12000

[startup+12.7005 s]
/proc/loadavg: 1.24 1.15 1.45 3/482 25793
/proc/meminfo: memFree=27159872/32951124 swapFree=38422276/67111528
[pid=25786] ppid=25784 vsize=10056 CPUtime=12.64 cores=0,2,4,6
/proc/25786/stat : 25786 (MPhaseSAT) R 25784 25786 24499 0 -1 4202496 4940 0 8 0 1264 0 0 0 25 0 1 0 809807834 10297344 2071 33554432000 134512640 134731564 4294916736 18446744073709551615 134620745 0 0 4096 1026 0 0 0 17 4 0 0 3
/proc/25786/statm: 2514 2071 277 54 0 1824 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 10056

[startup+25.5011 s]
/proc/loadavg: 1.35 1.18 1.46 3/482 25793
/proc/meminfo: memFree=27159392/32951124 swapFree=38422276/67111528
[pid=25786] ppid=25784 vsize=10056 CPUtime=25.44 cores=0,2,4,6
/proc/25786/stat : 25786 (MPhaseSAT) R 25784 25786 24499 0 -1 4202496 4940 0 8 0 2544 0 0 0 25 0 1 0 809807834 10297344 2071 33554432000 134512640 134731564 4294916736 18446744073709551615 134620731 0 0 4096 1026 0 0 0 17 4 0 0 3
/proc/25786/statm: 2514 2071 277 54 0 1824 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 10056

[startup+51.1002 s]
/proc/loadavg: 1.57 1.24 1.47 3/482 25794
/proc/meminfo: memFree=27156268/32951124 swapFree=38422276/67111528
[pid=25786] ppid=25784 vsize=10592 CPUtime=51.04 cores=0,2,4,6
/proc/25786/stat : 25786 (MPhaseSAT) R 25784 25786 24499 0 -1 4202496 5055 0 8 0 5104 0 0 0 25 0 1 0 809807834 10846208 2186 33554432000 134512640 134731564 4294916736 18446744073709551615 134620778 0 0 4096 1026 0 0 0 17 4 0 0 3
/proc/25786/statm: 2648 2186 277 54 0 1958 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 10592

[startup+102.319 s]
/proc/loadavg: 1.83 1.37 1.50 3/482 25796
/proc/meminfo: memFree=27137280/32951124 swapFree=38422276/67111528
[pid=25786] ppid=25784 vsize=23556 CPUtime=102.26 cores=0,2,4,6
/proc/25786/stat : 25786 (MPhaseSAT) R 25784 25786 24499 0 -1 4202496 8270 0 8 0 10225 1 0 0 25 0 1 0 809807834 24121344 5401 33554432000 134512640 134731564 4294916736 18446744073709551615 134659685 0 0 4096 1026 0 0 0 17 4 0 0 3
/proc/25786/statm: 5889 5401 277 54 0 5199 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 23556

[startup+162.3 s]
/proc/loadavg: 1.93 1.47 1.52 3/482 25797
/proc/meminfo: memFree=27129944/32951124 swapFree=38422276/67111528
[pid=25786] ppid=25784 vsize=26624 CPUtime=162.25 cores=0,2,4,6
/proc/25786/stat : 25786 (MPhaseSAT) R 25784 25786 24499 0 -1 4202496 8971 0 8 0 16224 1 0 0 25 0 1 0 809807834 27262976 6102 33554432000 134512640 134731564 4294916736 18446744073709551615 134720741 0 0 4096 1026 0 0 0 17 4 0 0 3
/proc/25786/statm: 6656 6102 277 54 0 5966 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 26624

[startup+222.301 s]
/proc/loadavg: 1.97 1.57 1.55 3/482 25799
/proc/meminfo: memFree=27129672/32951124 swapFree=38422276/67111528
[pid=25786] ppid=25784 vsize=26140 CPUtime=222.25 cores=0,2,4,6
/proc/25786/stat : 25786 (MPhaseSAT) R 25784 25786 24499 0 -1 4202496 9495 0 8 0 22224 1 0 0 25 0 1 0 809807834 26767360 6044 33554432000 134512640 134731564 4294916736 18446744073709551615 9998193 0 0 4096 1026 0 0 0 17 4 0 0 3
/proc/25786/statm: 6535 6044 277 54 0 5845 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 26140

[startup+282.301 s]
/proc/loadavg: 1.99 1.64 1.57 3/482 25800
/proc/meminfo: memFree=27127292/32951124 swapFree=38422276/67111528
[pid=25786] ppid=25784 vsize=29012 CPUtime=282.25 cores=0,2,4,6
/proc/25786/stat : 25786 (MPhaseSAT) R 25784 25786 24499 0 -1 4202496 10206 0 8 0 28224 1 0 0 25 0 1 0 809807834 29708288 6755 33554432000 134512640 134731564 4294916736 18446744073709551615 134719844 0 0 4096 1026 0 0 0 17 4 0 0 3
/proc/25786/statm: 7253 6755 277 54 0 6563 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 29012

[startup+342.3 s]
/proc/loadavg: 2.19 1.77 1.62 3/482 25802
/proc/meminfo: memFree=27126896/32951124 swapFree=38422276/67111528
[pid=25786] ppid=25784 vsize=28624 CPUtime=342.25 cores=0,2,4,6
/proc/25786/stat : 25786 (MPhaseSAT) R 25784 25786 24499 0 -1 4202496 10368 0 8 0 34224 1 0 0 25 0 1 0 809807834 29310976 6703 33554432000 134512640 134731564 4294916736 18446744073709551615 10287050 0 0 4096 1026 0 0 0 17 4 0 0 3
/proc/25786/statm: 7156 6703 277 54 0 6466 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 28624

[startup+402.301 s]
/proc/loadavg: 2.07 1.80 1.64 3/482 25804
/proc/meminfo: memFree=27126136/32951124 swapFree=38422276/67111528
[pid=25786] ppid=25784 vsize=29892 CPUtime=402.26 cores=0,2,4,6
/proc/25786/stat : 25786 (MPhaseSAT) R 25784 25786 24499 0 -1 4202496 10618 0 8 0 40224 2 0 0 25 0 1 0 809807834 30609408 6953 33554432000 134512640 134731564 4294916736 18446744073709551615 134667271 0 0 4096 1026 0 0 0 17 4 0 0 3
/proc/25786/statm: 7473 6953 277 54 0 6783 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 29892

[startup+462.301 s]
/proc/loadavg: 2.02 1.84 1.66 3/482 25805
/proc/meminfo: memFree=27123760/32951124 swapFree=38422276/67111528
[pid=25786] ppid=25784 vsize=34104 CPUtime=462.26 cores=0,2,4,6
/proc/25786/stat : 25786 (MPhaseSAT) R 25784 25786 24499 0 -1 4202496 11505 0 8 0 46224 2 0 0 25 0 1 0 809807834 34922496 7840 33554432000 134512640 134731564 4294916736 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 4 0 0 3
/proc/25786/statm: 8526 7840 277 54 0 7836 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 34104

[startup+522.3 s]
/proc/loadavg: 2.01 1.86 1.68 3/482 25807
/proc/meminfo: memFree=27122988/32951124 swapFree=38422276/67111528
[pid=25786] ppid=25784 vsize=35668 CPUtime=522.26 cores=0,2,4,6
/proc/25786/stat : 25786 (MPhaseSAT) R 25784 25786 24499 0 -1 4202496 11820 0 8 0 52224 2 0 0 25 0 1 0 809807834 36524032 8155 33554432000 134512640 134731564 4294916736 18446744073709551615 9998210 0 0 4096 1026 0 0 0 17 4 0 0 3
/proc/25786/statm: 8917 8155 277 54 0 8227 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 35668

[startup+582.301 s]
/proc/loadavg: 2.00 1.89 1.70 3/482 25808
/proc/meminfo: memFree=27123212/32951124 swapFree=38422276/67111528
[pid=25786] ppid=25784 vsize=33528 CPUtime=582.26 cores=0,2,4,6
/proc/25786/stat : 25786 (MPhaseSAT) R 25784 25786 24499 0 -1 4202496 11827 0 8 0 58224 2 0 0 25 0 1 0 809807834 34332672 7777 33554432000 134512640 134731564 4294916736 18446744073709551615 134659331 0 0 4096 1026 0 0 0 17 4 0 0 3
/proc/25786/statm: 8382 7777 277 54 0 7692 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 33528

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.12 2.04 2.01 3/482 25913
/proc/meminfo: memFree=27118300/32951124 swapFree=38422276/67111528
[pid=25786] ppid=25784 vsize=35008 CPUtime=4062.4 cores=0,2,4,6
/proc/25786/stat : 25786 (MPhaseSAT) R 25784 25786 24499 0 -1 4202496 12363 0 8 0 406235 5 0 0 25 0 1 0 809807834 35848192 8313 33554432000 134512640 134731564 4294916736 18446744073709551615 134659568 0 0 4096 1026 0 0 0 17 4 0 0 3
/proc/25786/statm: 8752 8313 277 54 0 8062 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 35008

[startup+4122.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/482 25915
/proc/meminfo: memFree=27119392/32951124 swapFree=38422276/67111528
[pid=25786] ppid=25784 vsize=35008 CPUtime=4122.39 cores=0,2,4,6
/proc/25786/stat : 25786 (MPhaseSAT) R 25784 25786 24499 0 -1 4202496 12363 0 8 0 412234 5 0 0 25 0 1 0 809807834 35848192 8313 33554432000 134512640 134731564 4294916736 18446744073709551615 134721168 0 0 4096 1026 0 0 0 17 4 0 0 3
/proc/25786/statm: 8752 8313 277 54 0 8062 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 35008

[startup+4182.3 s]
/proc/loadavg: 2.09 2.04 2.00 3/482 25916
/proc/meminfo: memFree=27119620/32951124 swapFree=38422276/67111528
[pid=25786] ppid=25784 vsize=35008 CPUtime=4182.39 cores=0,2,4,6
/proc/25786/stat : 25786 (MPhaseSAT) R 25784 25786 24499 0 -1 4202496 12363 0 8 0 418234 5 0 0 25 0 1 0 809807834 35848192 8313 33554432000 134512640 134731564 4294916736 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 4 0 0 3
/proc/25786/statm: 8752 8313 277 54 0 8062 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 35008

[startup+4242.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/482 25918
/proc/meminfo: memFree=27119228/32951124 swapFree=38422276/67111528
[pid=25786] ppid=25784 vsize=35008 CPUtime=4242.39 cores=0,2,4,6
/proc/25786/stat : 25786 (MPhaseSAT) R 25784 25786 24499 0 -1 4202496 12363 0 8 0 424234 5 0 0 25 0 1 0 809807834 35848192 8313 33554432000 134512640 134731564 4294916736 18446744073709551615 134719786 0 0 4096 1026 0 0 0 17 4 0 0 3
/proc/25786/statm: 8752 8313 277 54 0 8062 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 35008

[startup+4302.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/482 25920
/proc/meminfo: memFree=27119328/32951124 swapFree=38422276/67111528
[pid=25786] ppid=25784 vsize=35008 CPUtime=4302.39 cores=0,2,4,6
/proc/25786/stat : 25786 (MPhaseSAT) R 25784 25786 24499 0 -1 4202496 12363 0 8 0 430234 5 0 0 25 0 1 0 809807834 35848192 8313 33554432000 134512640 134731564 4294916736 18446744073709551615 134659720 0 0 4096 1026 0 0 0 17 4 0 0 3
/proc/25786/statm: 8752 8313 277 54 0 8062 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 35008

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 25921
/proc/meminfo: memFree=27119188/32951124 swapFree=38422276/67111528
[pid=25786] ppid=25784 vsize=35008 CPUtime=4362.4 cores=0,2,4,6
/proc/25786/stat : 25786 (MPhaseSAT) R 25784 25786 24499 0 -1 4202496 12363 0 8 0 436235 5 0 0 25 0 1 0 809807834 35848192 8313 33554432000 134512640 134731564 4294916736 18446744073709551615 134659329 0 0 4096 1026 0 0 0 17 4 0 0 3
/proc/25786/statm: 8752 8313 277 54 0 8062 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 35008

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/482 25923
/proc/meminfo: memFree=27119284/32951124 swapFree=38422276/67111528
[pid=25786] ppid=25784 vsize=35008 CPUtime=4422.4 cores=0,2,4,6
/proc/25786/stat : 25786 (MPhaseSAT) R 25784 25786 24499 0 -1 4202496 12363 0 8 0 442235 5 0 0 25 0 1 0 809807834 35848192 8313 33554432000 134512640 134731564 4294916736 18446744073709551615 134719966 0 0 4096 1026 0 0 0 17 4 0 0 3
/proc/25786/statm: 8752 8313 277 54 0 8062 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 35008

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/482 25924
/proc/meminfo: memFree=27119272/32951124 swapFree=38422276/67111528
[pid=25786] ppid=25784 vsize=35008 CPUtime=4482.4 cores=0,2,4,6
/proc/25786/stat : 25786 (MPhaseSAT) R 25784 25786 24499 0 -1 4202496 12363 0 8 0 448235 5 0 0 25 0 1 0 809807834 35848192 8313 33554432000 134512640 134731564 4294916736 18446744073709551615 134659535 0 0 4096 1026 0 0 0 17 4 0 0 3
/proc/25786/statm: 8752 8313 277 54 0 8062 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 35008

[startup+4542.3 s]
/proc/loadavg: 2.15 2.03 2.01 3/482 25926
/proc/meminfo: memFree=27119368/32951124 swapFree=38422276/67111528
[pid=25786] ppid=25784 vsize=35008 CPUtime=4542.41 cores=0,2,4,6
/proc/25786/stat : 25786 (MPhaseSAT) R 25784 25786 24499 0 -1 4202496 12363 0 8 0 454235 6 0 0 25 0 1 0 809807834 35848192 8313 33554432000 134512640 134731564 4294916736 18446744073709551615 134655644 0 0 4096 1026 0 0 0 17 4 0 0 3
/proc/25786/statm: 8752 8313 277 54 0 8062 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 35008

[startup+4602.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/482 25928
/proc/meminfo: memFree=27117116/32951124 swapFree=38422276/67111528
[pid=25786] ppid=25784 vsize=35008 CPUtime=4602.43 cores=0,2,4,6
/proc/25786/stat : 25786 (MPhaseSAT) R 25784 25786 24499 0 -1 4202496 12363 0 8 0 460237 6 0 0 25 0 1 0 809807834 35848192 8313 33554432000 134512640 134731564 4294916736 18446744073709551615 134659325 0 0 4096 1026 0 0 0 17 4 0 0 3
/proc/25786/statm: 8752 8313 277 54 0 8062 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 35008

[startup+4662.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/482 25929
/proc/meminfo: memFree=27117100/32951124 swapFree=38422276/67111528
[pid=25786] ppid=25784 vsize=35008 CPUtime=4662.42 cores=0,2,4,6
/proc/25786/stat : 25786 (MPhaseSAT) R 25784 25786 24499 0 -1 4202496 12363 0 8 0 466236 6 0 0 25 0 1 0 809807834 35848192 8313 33554432000 134512640 134731564 4294916736 18446744073709551615 134715440 0 0 4096 1026 0 0 0 17 4 0 0 3
/proc/25786/statm: 8752 8313 277 54 0 8062 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 35008

[startup+4722.32 s]
/proc/loadavg: 2.01 2.02 2.00 3/482 25931
/proc/meminfo: memFree=27118072/32951124 swapFree=38422276/67111528
[pid=25786] ppid=25784 vsize=35008 CPUtime=4722.44 cores=0,2,4,6
/proc/25786/stat : 25786 (MPhaseSAT) R 25784 25786 24499 0 -1 4202496 12363 0 8 0 472238 6 0 0 25 0 1 0 809807834 35848192 8313 33554432000 134512640 134731564 4294916736 18446744073709551615 134614650 0 0 4096 1026 0 0 0 17 4 0 0 3
/proc/25786/statm: 8752 8313 277 54 0 8062 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 35008

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 25932
/proc/meminfo: memFree=27119288/32951124 swapFree=38422276/67111528
[pid=25786] ppid=25784 vsize=35008 CPUtime=4782.42 cores=0,2,4,6
/proc/25786/stat : 25786 (MPhaseSAT) R 25784 25786 24499 0 -1 4202496 12363 0 8 0 478236 6 0 0 25 0 1 0 809807834 35848192 8313 33554432000 134512640 134731564 4294916736 18446744073709551615 134717157 0 0 4096 1026 0 0 0 17 4 0 0 3
/proc/25786/statm: 8752 8313 277 54 0 8062 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 35008

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/482 25934
/proc/meminfo: memFree=27118648/32951124 swapFree=38422276/67111528
[pid=25786] ppid=25784 vsize=35008 CPUtime=4842.42 cores=0,2,4,6
/proc/25786/stat : 25786 (MPhaseSAT) R 25784 25786 24499 0 -1 4202496 12363 0 8 0 484236 6 0 0 25 0 1 0 809807834 35848192 8313 33554432000 134512640 134731564 4294916736 18446744073709551615 134659263 0 0 4096 1026 0 0 0 17 4 0 0 3
/proc/25786/statm: 8752 8313 277 54 0 8062 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 35008

[startup+4902.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/482 25936
/proc/meminfo: memFree=27119244/32951124 swapFree=38422276/67111528
[pid=25786] ppid=25784 vsize=35008 CPUtime=4902.42 cores=0,2,4,6
/proc/25786/stat : 25786 (MPhaseSAT) R 25784 25786 24499 0 -1 4202496 12363 0 8 0 490236 6 0 0 25 0 1 0 809807834 35848192 8313 33554432000 134512640 134731564 4294916736 18446744073709551615 134719844 0 0 4096 1026 0 0 0 17 4 0 0 3
/proc/25786/statm: 8752 8313 277 54 0 8062 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 35008

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/482 25937
/proc/meminfo: memFree=27119468/32951124 swapFree=38422276/67111528
[pid=25786] ppid=25784 vsize=35008 CPUtime=4962.43 cores=0,2,4,6
/proc/25786/stat : 25786 (MPhaseSAT) R 25784 25786 24499 0 -1 4202496 12363 0 8 0 496237 6 0 0 25 0 1 0 809807834 35848192 8313 33554432000 134512640 134731564 4294916736 18446744073709551615 134659523 0 0 4096 1026 0 0 0 17 4 0 0 3
/proc/25786/statm: 8752 8313 277 54 0 8062 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 35008



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/482 25938
/proc/meminfo: memFree=27119316/32951124 swapFree=38422276/67111528
[pid=25786] ppid=25784 vsize=35008 CPUtime=5000.04 cores=0,2,4,6
/proc/25786/stat : 25786 (MPhaseSAT) R 25784 25786 24499 0 -1 4202496 12363 0 8 0 499998 6 0 0 25 0 1 0 809807834 35848192 8313 33554432000 134512640 134731564 4294916736 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 4 0 0 3
/proc/25786/statm: 8752 8313 277 54 0 8062 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 35008

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

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/482 25938
/proc/meminfo: memFree=27119316/32951124 swapFree=38422276/67111528
[pid=25786] ppid=25784 vsize=35008 CPUtime=5000.04 cores=0,2,4,6
/proc/25786/stat : 25786 (MPhaseSAT) R 25784 25786 24499 0 -1 4202496 12363 0 8 0 499998 6 0 0 25 0 1 0 809807834 35848192 8313 33554432000 134512640 134731564 4294916736 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 4 0 0 3
/proc/25786/statm: 8752 8313 277 54 0 8062 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 35008

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.92
CPU time (s): 5000.05
CPU user time (s): 4999.99
CPU system time (s): 0.06499
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 35668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.99
system time used= 0.06499
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12363
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28
involuntary context switches= 7726

runsolver used 25.0532 second user time and 52.33 second system time

The end

Launcher Data

Begin job on node102 at 2011-06-02 04:34:15
IDJOB=3445818
IDBENCH=83988
IDSOLVER=1941
FILE ID=node102/3445818-1306982055
RUNJOBID= node102-1306982055-25772
PBS_JOBID= 13497660
Free space on /tmp= 73824 MiB

SOLVER NAME= MPhaseSAT 2011-02-15
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_60_20_50_3-dir.shuffled-as.sat03-114.cnf
COMMAND LINE= MPhaseSAT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3445818-1306982055/watcher-3445818-1306982055 -o /tmp/evaluation-result-3445818-1306982055/solver-3445818-1306982055 -C 5000 -W 5100 -M 15500  MPhaseSAT HOME/instance-3445818-1306982055.cnf

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

MD5SUM BENCH= 9ffa0325c9e00b41c025f41d20ec5a0c
RANDOM SEED=782430192

node102.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.828
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.65
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.828
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	: 5226.15
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.828
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.828
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.828
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.82
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.828
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.828
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.828
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:      27187928 kB
Buffers:        277940 kB
Cached:        1461844 kB
SwapCached:      86876 kB
Active:         741764 kB
Inactive:      4726412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27187928 kB
SwapTotal:    67111528 kB
SwapFree:     38422276 kB
Dirty:             792 kB
Writeback:           0 kB
AnonPages:     3663996 kB
Mapped:          13252 kB
Slab:           126024 kB
PageTables:      99232 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 135456844 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= 73820 MiB
End job on node102 at 2011-06-02 05:57:37