Trace number 3251268

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) 1300.03 1300.01

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m37-q505.75-n35-p30-s59841049.cnf
MD5SUMc86ce640ddb0138bf41ccc37bc6fcf28
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.84587
Satisfiable
(Un)Satisfiability was proved
Number of variables1295
Number of clauses148400
Sum of the clauses size298025
Maximum clause length37
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2148365
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 535

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

running on 2 cores: 0,2

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: 0.94 1.01 1.59 4/179 11034
/proc/meminfo: memFree=18569320/32951132 swapFree=67111528/67111528
[pid=11034] ppid=11032 vsize=424 CPUtime=0 cores=0,2
/proc/11034/stat : 11034 (MPhaseSAT) R 11032 11034 9649 0 -1 4194304 72 0 0 0 0 0 0 0 22 0 1 0 470114722 434176 27 33554432000 134512640 134731564 4289290656 18446744073709551615 4981214 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11034/statm: 106 27 20 54 0 23 0

[startup+0.0727421 s]
/proc/loadavg: 0.94 1.01 1.59 4/179 11034
/proc/meminfo: memFree=18569320/32951132 swapFree=67111528/67111528
[pid=11034] ppid=11032 vsize=5360 CPUtime=0.06 cores=0,2
/proc/11034/stat : 11034 (MPhaseSAT) R 11032 11034 9649 0 -1 4202496 670 0 0 0 6 0 0 0 22 0 1 0 470114722 5488640 611 33554432000 134512640 134731564 4289290656 18446744073709551615 5203558 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11034/statm: 1340 611 225 54 0 650 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5360

[startup+0.100737 s]
/proc/loadavg: 0.94 1.01 1.59 4/179 11034
/proc/meminfo: memFree=18569320/32951132 swapFree=67111528/67111528
[pid=11034] ppid=11032 vsize=7104 CPUtime=0.09 cores=0,2
/proc/11034/stat : 11034 (MPhaseSAT) R 11032 11034 9649 0 -1 4202496 1202 0 0 0 9 0 0 0 22 0 1 0 470114722 7274496 1142 33554432000 134512640 134731564 4289290656 18446744073709551615 134559216 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11034/statm: 1776 1142 232 54 0 1086 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7104

[startup+0.300686 s]
/proc/loadavg: 0.94 1.01 1.59 4/179 11034
/proc/meminfo: memFree=18569320/32951132 swapFree=67111528/67111528
[pid=11034] ppid=11032 vsize=15744 CPUtime=0.28 cores=0,2
/proc/11034/stat : 11034 (MPhaseSAT) R 11032 11034 9649 0 -1 4202496 5304 0 0 0 28 0 0 0 23 0 1 0 470114722 16121856 3473 33554432000 134512640 134731564 4289290656 18446744073709551615 5453308 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11034/statm: 3936 3473 259 54 0 3246 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 15744

[startup+0.700624 s]
/proc/loadavg: 0.94 1.01 1.59 4/179 11034
/proc/meminfo: memFree=18569320/32951132 swapFree=67111528/67111528
[pid=11034] ppid=11032 vsize=17064 CPUtime=0.68 cores=0,2
/proc/11034/stat : 11034 (MPhaseSAT) R 11032 11034 9649 0 -1 4202496 5640 0 0 0 68 0 0 0 25 0 1 0 470114722 17473536 3808 33554432000 134512640 134731564 4289290656 18446744073709551615 134622920 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11034/statm: 4266 3808 271 54 0 3576 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 17064

[startup+1.50049 s]
/proc/loadavg: 0.94 1.01 1.59 5/188 11051
/proc/meminfo: memFree=18486320/32951132 swapFree=67111528/67111528
[pid=11034] ppid=11032 vsize=17064 CPUtime=1.48 cores=0,2
/proc/11034/stat : 11034 (MPhaseSAT) R 11032 11034 9649 0 -1 4202496 5640 0 0 0 148 0 0 0 25 0 1 0 470114722 17473536 3808 33554432000 134512640 134731564 4289290656 18446744073709551615 134655544 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11034/statm: 4266 3808 271 54 0 3576 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 17064

[startup+3.10023 s]
/proc/loadavg: 1.27 1.08 1.61 5/188 11051
/proc/meminfo: memFree=18421972/32951132 swapFree=67111528/67111528
[pid=11034] ppid=11032 vsize=18224 CPUtime=3.08 cores=0,2
/proc/11034/stat : 11034 (MPhaseSAT) R 11032 11034 9649 0 -1 4202496 5951 0 0 0 308 0 0 0 25 0 1 0 470114722 18661376 4119 33554432000 134512640 134731564 4289290656 18446744073709551615 134719859 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11034/statm: 4556 4119 271 54 0 3866 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 18224

[startup+6.30064 s]
/proc/loadavg: 1.27 1.08 1.61 5/188 11051
/proc/meminfo: memFree=18415928/32951132 swapFree=67111528/67111528
[pid=11034] ppid=11032 vsize=19644 CPUtime=6.29 cores=0,2
/proc/11034/stat : 11034 (MPhaseSAT) R 11032 11034 9649 0 -1 4202496 6288 0 0 0 628 1 0 0 25 0 1 0 470114722 20115456 4456 33554432000 134512640 134731564 4289290656 18446744073709551615 134659365 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11034/statm: 4911 4456 271 54 0 4221 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19644

[startup+12.7005 s]
/proc/loadavg: 1.84 1.20 1.65 5/188 11051
/proc/meminfo: memFree=18416268/32951132 swapFree=67111528/67111528
[pid=11034] ppid=11032 vsize=21956 CPUtime=12.69 cores=0,2
/proc/11034/stat : 11034 (MPhaseSAT) R 11032 11034 9649 0 -1 4202496 6883 0 0 0 1268 1 0 0 25 0 1 0 470114722 22482944 5051 33554432000 134512640 134731564 4289290656 18446744073709551615 134720360 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11034/statm: 5489 5051 271 54 0 4799 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21956

[startup+25.5003 s]
/proc/loadavg: 2.17 1.30 1.67 5/188 11051
/proc/meminfo: memFree=18402416/32951132 swapFree=67111528/67111528
[pid=11034] ppid=11032 vsize=24544 CPUtime=25.49 cores=0,2
/proc/11034/stat : 11034 (MPhaseSAT) R 11032 11034 9649 0 -1 4202496 7521 0 0 0 2548 1 0 0 25 0 1 0 470114722 25133056 5689 33554432000 134512640 134731564 4289290656 18446744073709551615 5193622 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11034/statm: 6136 5689 271 54 0 5446 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 24544

[startup+51.1009 s]
/proc/loadavg: 2.79 1.51 1.73 5/188 11052
/proc/meminfo: memFree=18382248/32951132 swapFree=67111528/67111528
[pid=11034] ppid=11032 vsize=31132 CPUtime=51.08 cores=0,2
/proc/11034/stat : 11034 (MPhaseSAT) R 11032 11034 9649 0 -1 4202496 9144 0 0 0 5107 1 0 0 25 0 1 0 470114722 31879168 7312 33554432000 134512640 134731564 4289290656 18446744073709551615 134722547 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11034/statm: 7783 7312 271 54 0 7093 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 31132

[startup+102.307 s]
/proc/loadavg: 3.52 1.93 1.86 5/188 11053
/proc/meminfo: memFree=18434072/32951132 swapFree=67111528/67111528
[pid=11034] ppid=11032 vsize=26528 CPUtime=102.29 cores=0,2
/proc/11034/stat : 11034 (MPhaseSAT) R 11032 11034 9649 0 -1 4202496 21797 0 0 0 10226 3 0 0 25 0 1 0 470114722 27164672 6126 33554432000 134512640 134731564 4289290656 18446744073709551615 134621077 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11034/statm: 6632 6126 277 54 0 5942 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 26528

[startup+162.301 s]
/proc/loadavg: 3.88 2.29 1.99 5/188 11064
/proc/meminfo: memFree=18411776/32951132 swapFree=67111528/67111528
[pid=11034] ppid=11032 vsize=26528 CPUtime=162.29 cores=0,2
/proc/11034/stat : 11034 (MPhaseSAT) R 11032 11034 9649 0 -1 4202496 21805 0 0 0 16226 3 0 0 25 0 1 0 470114722 27164672 6134 33554432000 134512640 134731564 4289290656 18446744073709551615 134620719 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11034/statm: 6632 6134 277 54 0 5942 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 26528

[startup+222.301 s]
/proc/loadavg: 4.00 2.64 2.12 5/188 11066
/proc/meminfo: memFree=18340712/32951132 swapFree=67111528/67111528
[pid=11034] ppid=11032 vsize=30648 CPUtime=222.29 cores=0,2
/proc/11034/stat : 11034 (MPhaseSAT) R 11032 11034 9649 0 -1 4202496 22821 0 0 0 22225 4 0 0 25 0 1 0 470114722 31383552 7150 33554432000 134512640 134731564 4289290656 18446744073709551615 134620745 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11034/statm: 7662 7150 277 54 0 6972 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 30648

[startup+282.301 s]
/proc/loadavg: 4.00 2.86 2.23 5/188 11067
/proc/meminfo: memFree=18333760/32951132 swapFree=67111528/67111528
[pid=11034] ppid=11032 vsize=36756 CPUtime=282.29 cores=0,2
/proc/11034/stat : 11034 (MPhaseSAT) R 11032 11034 9649 0 -1 4202496 24360 0 0 0 28225 4 0 0 25 0 1 0 470114722 37638144 8689 33554432000 134512640 134731564 4289290656 18446744073709551615 134620719 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11034/statm: 9189 8689 277 54 0 8499 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 36756

[startup+342.3 s]
/proc/loadavg: 4.00 3.08 2.35 5/188 11068
/proc/meminfo: memFree=18315524/32951132 swapFree=67111528/67111528
[pid=11034] ppid=11032 vsize=37368 CPUtime=342.29 cores=0,2
/proc/11034/stat : 11034 (MPhaseSAT) R 11032 11034 9649 0 -1 4202496 24484 0 0 0 34225 4 0 0 25 0 1 0 470114722 38264832 8813 33554432000 134512640 134731564 4289290656 18446744073709551615 134668248 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11034/statm: 9342 8813 277 54 0 8652 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 37368

[startup+402.301 s]
/proc/loadavg: 4.04 3.25 2.44 5/188 11072
/proc/meminfo: memFree=18297904/32951132 swapFree=67111528/67111528
[pid=11034] ppid=11032 vsize=39392 CPUtime=402.29 cores=0,2
/proc/11034/stat : 11034 (MPhaseSAT) R 11032 11034 9649 0 -1 4202496 24979 0 0 0 40225 4 0 0 25 0 1 0 470114722 40337408 9308 33554432000 134512640 134731564 4289290656 18446744073709551615 134620749 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11034/statm: 9848 9308 277 54 0 9158 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 39392

[startup+462.301 s]
/proc/loadavg: 4.01 3.39 2.55 5/188 11075
/proc/meminfo: memFree=18278520/32951132 swapFree=67111528/67111528
[pid=11034] ppid=11032 vsize=43928 CPUtime=462.3 cores=0,2
/proc/11034/stat : 11034 (MPhaseSAT) R 11032 11034 9649 0 -1 4202496 26067 0 0 0 46225 5 0 0 25 0 1 0 470114722 44982272 10396 33554432000 134512640 134731564 4289290656 18446744073709551615 134719816 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11034/statm: 10982 10396 277 54 0 10292 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 43928

[startup+522.301 s]
/proc/loadavg: 4.00 3.49 2.63 5/188 11077
/proc/meminfo: memFree=18257180/32951132 swapFree=67111528/67111528
[pid=11034] ppid=11032 vsize=52044 CPUtime=522.29 cores=0,2
/proc/11034/stat : 11034 (MPhaseSAT) R 11032 11034 9649 0 -1 4202496 28013 0 0 0 52224 5 0 0 25 0 1 0 470114722 53293056 12342 33554432000 134512640 134731564 4289290656 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11034/statm: 13011 12342 277 54 0 12321 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 52044

[startup+582.301 s]
/proc/loadavg: 4.00 3.59 2.72 5/188 11078
/proc/meminfo: memFree=18228648/32951132 swapFree=67111528/67111528
[pid=11034] ppid=11032 vsize=59992 CPUtime=582.3 cores=0,2
/proc/11034/stat : 11034 (MPhaseSAT) R 11032 11034 9649 0 -1 4202496 29997 0 0 0 58224 6 0 0 25 0 1 0 470114722 61431808 14326 33554432000 134512640 134731564 4289290656 18446744073709551615 5193582 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11034/statm: 14998 14326 277 54 0 14308 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 59992

[startup+642.3 s]
/proc/loadavg: 3.47 3.52 2.75 4/182 11096
/proc/meminfo: memFree=18254592/32951132 swapFree=67111528/67111528
[pid=11034] ppid=11032 vsize=59992 CPUtime=642.3 cores=0,2
/proc/11034/stat : 11034 (MPhaseSAT) R 11032 11034 9649 0 -1 4202496 30013 0 0 0 64224 6 0 0 25 0 1 0 470114722 61431808 14342 33554432000 134512640 134731564 4289290656 18446744073709551615 134621068 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11034/statm: 14998 14342 277 54 0 14308 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 59992

[startup+702.301 s]
/proc/loadavg: 3.17 3.42 2.76 4/182 11098
/proc/meminfo: memFree=18243180/32951132 swapFree=67111528/67111528
[pid=11034] ppid=11032 vsize=59992 CPUtime=702.3 cores=0,2
/proc/11034/stat : 11034 (MPhaseSAT) R 11032 11034 9649 0 -1 4202496 30033 0 0 0 70224 6 0 0 25 0 1 0 470114722 61431808 14362 33554432000 134512640 134731564 4289290656 18446744073709551615 134659337 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11034/statm: 14998 14362 277 54 0 14308 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 59992

[startup+762.307 s]
/proc/loadavg: 3.06 3.34 2.77 4/182 11100
/proc/meminfo: memFree=18243416/32951132 swapFree=67111528/67111528
[pid=11034] ppid=11032 vsize=59992 CPUtime=762.31 cores=0,2
/proc/11034/stat : 11034 (MPhaseSAT) R 11032 11034 9649 0 -1 4202496 30042 0 0 0 76225 6 0 0 25 0 1 0 470114722 61431808 14371 33554432000 134512640 134731564 4289290656 18446744073709551615 134659270 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11034/statm: 14998 14371 277 54 0 14308 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 59992

[startup+822.301 s]
/proc/loadavg: 3.02 3.28 2.78 4/182 11102
/proc/meminfo: memFree=18227784/32951132 swapFree=67111528/67111528
[pid=11034] ppid=11032 vsize=59992 CPUtime=822.3 cores=0,2
/proc/11034/stat : 11034 (MPhaseSAT) R 11032 11034 9649 0 -1 4202496 30044 0 0 0 82223 7 0 0 25 0 1 0 470114722 61431808 14373 33554432000 134512640 134731564 4289290656 18446744073709551615 134719844 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11034/statm: 14998 14373 277 54 0 14308 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 59992

[startup+882.301 s]
/proc/loadavg: 3.01 3.23 2.79 4/182 11103
/proc/meminfo: memFree=18227652/32951132 swapFree=67111528/67111528
[pid=11034] ppid=11032 vsize=59992 CPUtime=882.3 cores=0,2
/proc/11034/stat : 11034 (MPhaseSAT) R 11032 11034 9649 0 -1 4202496 30047 0 0 0 88223 7 0 0 25 0 1 0 470114722 61431808 14376 33554432000 134512640 134731564 4289290656 18446744073709551615 134719833 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11034/statm: 14998 14376 277 54 0 14308 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 59992

[startup+942.3 s]
/proc/loadavg: 3.00 3.19 2.80 4/182 11104
/proc/meminfo: memFree=18217844/32951132 swapFree=67111528/67111528
[pid=11034] ppid=11032 vsize=59992 CPUtime=942.3 cores=0,2
/proc/11034/stat : 11034 (MPhaseSAT) R 11032 11034 9649 0 -1 4202496 30049 0 0 0 94223 7 0 0 25 0 1 0 470114722 61431808 14378 33554432000 134512640 134731564 4289290656 18446744073709551615 134655872 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11034/statm: 14998 14378 277 54 0 14308 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 59992

[startup+1002.3 s]
/proc/loadavg: 3.00 3.15 2.82 4/182 11106
/proc/meminfo: memFree=18217592/32951132 swapFree=67111528/67111528
[pid=11034] ppid=11032 vsize=60408 CPUtime=1002.31 cores=0,2
/proc/11034/stat : 11034 (MPhaseSAT) R 11032 11034 9649 0 -1 4202496 30110 0 0 0 100224 7 0 0 25 0 1 0 470114722 61857792 14439 33554432000 134512640 134731564 4289290656 18446744073709551615 134620712 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11034/statm: 15102 14439 277 54 0 14412 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 60408

[startup+1062.3 s]
/proc/loadavg: 3.00 3.12 2.82 5/182 11108
/proc/meminfo: memFree=18217200/32951132 swapFree=67111528/67111528
[pid=11034] ppid=11032 vsize=61624 CPUtime=1062.31 cores=0,2
/proc/11034/stat : 11034 (MPhaseSAT) R 11032 11034 9649 0 -1 4202496 30311 0 0 0 106224 7 0 0 25 0 1 0 470114722 63102976 14640 33554432000 134512640 134731564 4289290656 18446744073709551615 134668192 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11034/statm: 15406 14640 277 54 0 14716 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 61624

[startup+1122.3 s]
/proc/loadavg: 3.00 3.09 2.83 4/182 11110
/proc/meminfo: memFree=18217068/32951132 swapFree=67111528/67111528
[pid=11034] ppid=11032 vsize=61816 CPUtime=1122.31 cores=0,2
/proc/11034/stat : 11034 (MPhaseSAT) R 11032 11034 9649 0 -1 4202496 30365 0 0 0 112224 7 0 0 25 0 1 0 470114722 63299584 14694 33554432000 134512640 134731564 4289290656 18446744073709551615 134621003 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11034/statm: 15454 14694 277 54 0 14764 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 61816

[startup+1182.3 s]
/proc/loadavg: 3.00 3.08 2.83 4/182 11111
/proc/meminfo: memFree=18212972/32951132 swapFree=67111528/67111528
[pid=11034] ppid=11032 vsize=65904 CPUtime=1182.31 cores=0,2
/proc/11034/stat : 11034 (MPhaseSAT) R 11032 11034 9649 0 -1 4202496 31376 0 0 0 118224 7 0 0 25 0 1 0 470114722 67485696 15705 33554432000 134512640 134731564 4289290656 18446744073709551615 134621077 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11034/statm: 16476 15705 277 54 0 15786 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 65904

[startup+1242.3 s]
/proc/loadavg: 3.00 3.06 2.84 4/182 11112
/proc/meminfo: memFree=18209368/32951132 swapFree=67111528/67111528
[pid=11034] ppid=11032 vsize=69080 CPUtime=1242.31 cores=0,2
/proc/11034/stat : 11034 (MPhaseSAT) R 11032 11034 9649 0 -1 4202496 32154 0 0 0 124224 7 0 0 25 0 1 0 470114722 70737920 16483 33554432000 134512640 134731564 4289290656 18446744073709551615 134620749 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11034/statm: 17270 16483 277 54 0 16580 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 69080



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.05 2.85 4/182 11114
/proc/meminfo: memFree=18209112/32951132 swapFree=67111528/67111528
[pid=11034] ppid=11032 vsize=69080 CPUtime=1300.01 cores=0,2
/proc/11034/stat : 11034 (MPhaseSAT) R 11032 11034 9649 0 -1 4202496 32156 0 0 0 129994 7 0 0 25 0 1 0 470114722 70737920 16485 33554432000 134512640 134731564 4289290656 18446744073709551615 134719850 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11034/statm: 17270 16485 277 54 0 16580 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 69080

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.03
CPU user time (s): 1299.95
CPU system time (s): 0.080987
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 69080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.95
system time used= 0.080987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32156
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= 10
involuntary context switches= 2410

runsolver used 2.26666 second user time and 4.83427 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-23 20:59:11
IDJOB=3251268
IDBENCH=88218
IDSOLVER=1520
FILE ID=node131/3251268-1303585151
RUNJOBID= node131-1303585151-11008
PBS_JOBID= 13150336
Free space on /tmp= 72000 MiB

SOLVER NAME= MPhaseSAT 2011-02-15
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m37-q505.75-n35-p30-s59841049.cnf
COMMAND LINE= MPhaseSAT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251268-1303585151/watcher-3251268-1303585151 -o /tmp/evaluation-result-3251268-1303585151/solver-3251268-1303585151 -C 2400 -W 1300 -M 7680  MPhaseSAT HOME/instance-3251268-1303585151.cnf

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

MD5SUM BENCH= c86ce640ddb0138bf41ccc37bc6fcf28
RANDOM SEED=1913922310

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      18569352 kB
Buffers:        993164 kB
Cached:       12803780 kB
SwapCached:          0 kB
Active:        4259144 kB
Inactive:      9608852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      18569352 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3908 kB
Writeback:          32 kB
AnonPages:       69848 kB
Mapped:          16260 kB
Slab:           450296 kB
PageTables:       4804 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   213796 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71988 MiB
End job on node131 at 2011-04-23 21:20:53