Trace number 3445641

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

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2400c266431gyes7.cnf
MD5SUM92e61742efd2e322c59b4442206bebf1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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-3445641-1306969003/watcher-3445641-1306969003 -o /tmp/evaluation-result-3445641-1306969003/solver-3445641-1306969003 -C 5000 -W 5100 -M 15500 MPhaseSAT HOME/instance-3445641-1306969003.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: 2.00 2.04 2.91 2/473 15278
/proc/meminfo: memFree=20535608/32950928 swapFree=61858088/67111528
[pid=15278] ppid=15276 vsize=7208 CPUtime=0 cores=0,2,4,6
/proc/15278/stat : 15278 (MPhaseSAT) R 15276 15278 15140 0 -1 4202496 360 0 0 0 0 0 0 0 25 0 1 0 808499959 7380992 301 33554432000 134512640 134731564 4287046240 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15278/statm: 1802 303 225 54 0 1112 0

[startup+0.026037 s]
/proc/loadavg: 2.00 2.04 2.91 2/473 15278
/proc/meminfo: memFree=20535608/32950928 swapFree=61858088/67111528
[pid=15278] ppid=15276 vsize=7208 CPUtime=0.02 cores=0,2,4,6
/proc/15278/stat : 15278 (MPhaseSAT) R 15276 15278 15140 0 -1 4202496 451 0 0 0 2 0 0 0 25 0 1 0 808499959 7380992 392 33554432000 134512640 134731564 4287046240 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15278/statm: 1802 393 225 54 0 1112 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7208

[startup+0.101024 s]
/proc/loadavg: 2.00 2.04 2.91 2/473 15278
/proc/meminfo: memFree=20535608/32950928 swapFree=61858088/67111528
[pid=15278] ppid=15276 vsize=7208 CPUtime=0.09 cores=0,2,4,6
/proc/15278/stat : 15278 (MPhaseSAT) R 15276 15278 15140 0 -1 4202496 891 0 0 0 9 0 0 0 25 0 1 0 808499959 7380992 832 33554432000 134512640 134731564 4287046240 18446744073709551615 12234680 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15278/statm: 1802 833 225 54 0 1112 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7208

[startup+0.300992 s]
/proc/loadavg: 2.00 2.04 2.91 2/473 15278
/proc/meminfo: memFree=20535608/32950928 swapFree=61858088/67111528
[pid=15278] ppid=15276 vsize=19664 CPUtime=0.29 cores=0,2,4,6
/proc/15278/stat : 15278 (MPhaseSAT) R 15276 15278 15140 0 -1 4202496 7585 0 0 0 29 0 0 0 25 0 1 0 808499959 20135936 4425 33554432000 134512640 134731564 4287046240 18446744073709551615 134659293 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15278/statm: 4916 4425 251 54 0 4226 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19664

[startup+0.700921 s]
/proc/loadavg: 2.00 2.04 2.91 2/473 15278
/proc/meminfo: memFree=20535608/32950928 swapFree=61858088/67111528
[pid=15278] ppid=15276 vsize=28024 CPUtime=0.69 cores=0,2,4,6
/proc/15278/stat : 15278 (MPhaseSAT) R 15276 15278 15140 0 -1 4202496 9687 0 0 0 68 1 0 0 25 0 1 0 808499959 28696576 6526 33554432000 134512640 134731564 4287046240 18446744073709551615 134659306 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15278/statm: 7006 6526 270 54 0 6316 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28024

[startup+1.50093 s]
/proc/loadavg: 2.00 2.04 2.91 3/474 15279
/proc/meminfo: memFree=20509568/32950928 swapFree=61858088/67111528
[pid=15278] ppid=15276 vsize=28024 CPUtime=1.49 cores=0,2,4,6
/proc/15278/stat : 15278 (MPhaseSAT) R 15276 15278 15140 0 -1 4202496 9687 0 0 0 148 1 0 0 25 0 1 0 808499959 28696576 6526 33554432000 134512640 134731564 4287046240 18446744073709551615 134655758 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15278/statm: 7006 6526 270 54 0 6316 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28024

[startup+3.10062 s]
/proc/loadavg: 2.00 2.04 2.91 3/474 15279
/proc/meminfo: memFree=20508576/32950928 swapFree=61858088/67111528
[pid=15278] ppid=15276 vsize=28024 CPUtime=3.09 cores=0,2,4,6
/proc/15278/stat : 15278 (MPhaseSAT) R 15276 15278 15140 0 -1 4202496 9687 0 0 0 308 1 0 0 25 0 1 0 808499959 28696576 6526 33554432000 134512640 134731564 4287046240 18446744073709551615 134622991 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15278/statm: 7006 6526 270 54 0 6316 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28024

[startup+6.30105 s]
/proc/loadavg: 2.00 2.04 2.91 3/474 15279
/proc/meminfo: memFree=20508328/32950928 swapFree=61858088/67111528
[pid=15278] ppid=15276 vsize=28024 CPUtime=6.29 cores=0,2,4,6
/proc/15278/stat : 15278 (MPhaseSAT) R 15276 15278 15140 0 -1 4202496 9687 0 0 0 628 1 0 0 25 0 1 0 808499959 28696576 6526 33554432000 134512640 134731564 4287046240 18446744073709551615 134669317 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15278/statm: 7006 6526 270 54 0 6316 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28024

[startup+12.7009 s]
/proc/loadavg: 2.00 2.04 2.90 3/474 15280
/proc/meminfo: memFree=20506912/32950928 swapFree=61858088/67111528
[pid=15278] ppid=15276 vsize=29060 CPUtime=12.69 cores=0,2,4,6
/proc/15278/stat : 15278 (MPhaseSAT) R 15276 15278 15140 0 -1 4202496 9946 0 0 0 1268 1 0 0 25 0 1 0 808499959 29757440 6785 33554432000 134512640 134731564 4287046240 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15278/statm: 7265 6785 270 54 0 6575 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 29060

[startup+25.5007 s]
/proc/loadavg: 2.00 2.04 2.89 3/474 15280
/proc/meminfo: memFree=20505276/32950928 swapFree=61858088/67111528
[pid=15278] ppid=15276 vsize=30860 CPUtime=25.49 cores=0,2,4,6
/proc/15278/stat : 15278 (MPhaseSAT) R 15276 15278 15140 0 -1 4202496 10405 0 0 0 2548 1 0 0 25 0 1 0 808499959 31600640 7244 33554432000 134512640 134731564 4287046240 18446744073709551615 134634442 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15278/statm: 7715 7244 270 54 0 7025 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 30860

[startup+51.1012 s]
/proc/loadavg: 2.00 2.04 2.86 3/474 15281
/proc/meminfo: memFree=20504088/32950928 swapFree=61858088/67111528
[pid=15278] ppid=15276 vsize=31576 CPUtime=51.09 cores=0,2,4,6
/proc/15278/stat : 15278 (MPhaseSAT) R 15276 15278 15140 0 -1 4202496 30320 0 0 0 5105 4 0 0 25 0 1 0 808499959 32333824 7451 33554432000 134512640 134731564 4287046240 18446744073709551615 134719816 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15278/statm: 7894 7451 277 54 0 7204 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 31576

[startup+102.317 s]
/proc/loadavg: 2.00 2.03 2.81 3/474 15282
/proc/meminfo: memFree=20500220/32950928 swapFree=61858088/67111528
[pid=15278] ppid=15276 vsize=33492 CPUtime=102.31 cores=0,2,4,6
/proc/15278/stat : 15278 (MPhaseSAT) R 15276 15278 15140 0 -1 4202496 31025 0 0 0 10227 4 0 0 25 0 1 0 808499959 34295808 7913 33554432000 134512640 134731564 4287046240 18446744073709551615 134723680 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15278/statm: 8373 7913 277 54 0 7683 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 33492

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.76 3/474 15284
/proc/meminfo: memFree=20495964/32950928 swapFree=61858088/67111528
[pid=15278] ppid=15276 vsize=38640 CPUtime=162.29 cores=0,2,4,6
/proc/15278/stat : 15278 (MPhaseSAT) R 15276 15278 15140 0 -1 4202496 32300 0 0 0 16225 4 0 0 25 0 1 0 808499959 39567360 9188 33554432000 134512640 134731564 4287046240 18446744073709551615 12095834 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15278/statm: 9660 9188 277 54 0 8970 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 38640

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 2.71 3/474 15285
/proc/meminfo: memFree=20492304/32950928 swapFree=61858088/67111528
[pid=15278] ppid=15276 vsize=42732 CPUtime=222.29 cores=0,2,4,6
/proc/15278/stat : 15278 (MPhaseSAT) R 15276 15278 15140 0 -1 4202496 33323 0 0 0 22225 4 0 0 25 0 1 0 808499959 43757568 10211 33554432000 134512640 134731564 4287046240 18446744073709551615 134659337 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15278/statm: 10683 10211 277 54 0 9993 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 42732

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.66 3/474 15296
/proc/meminfo: memFree=20489700/32950928 swapFree=61858088/67111528
[pid=15278] ppid=15276 vsize=46324 CPUtime=282.29 cores=0,2,4,6
/proc/15278/stat : 15278 (MPhaseSAT) R 15276 15278 15140 0 -1 4202496 34204 0 0 0 28225 4 0 0 25 0 1 0 808499959 47435776 11092 33554432000 134512640 134731564 4287046240 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15278/statm: 11581 11092 277 54 0 10891 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 46324

[startup+342.301 s]
/proc/loadavg: 2.07 2.02 2.62 3/474 15297
/proc/meminfo: memFree=20487304/32950928 swapFree=61858088/67111528
[pid=15278] ppid=15276 vsize=48180 CPUtime=342.3 cores=0,2,4,6
/proc/15278/stat : 15278 (MPhaseSAT) R 15276 15278 15140 0 -1 4202496 34668 0 0 0 34225 5 0 0 25 0 1 0 808499959 49336320 11556 33554432000 134512640 134731564 4287046240 18446744073709551615 134659508 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15278/statm: 12045 11556 277 54 0 11355 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 48180

[startup+402.3 s]
/proc/loadavg: 2.11 2.04 2.59 3/474 15299
/proc/meminfo: memFree=20486260/32950928 swapFree=61858088/67111528
[pid=15278] ppid=15276 vsize=49372 CPUtime=402.3 cores=0,2,4,6
/proc/15278/stat : 15278 (MPhaseSAT) R 15276 15278 15140 0 -1 4202496 34988 0 0 0 40225 5 0 0 25 0 1 0 808499959 50556928 11876 33554432000 134512640 134731564 4287046240 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15278/statm: 12343 11876 277 54 0 11653 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 49372

[startup+462.301 s]
/proc/loadavg: 2.07 2.05 2.55 3/474 15304
/proc/meminfo: memFree=20483252/32950928 swapFree=61858088/67111528
[pid=15278] ppid=15276 vsize=52416 CPUtime=462.3 cores=0,2,4,6
/proc/15278/stat : 15278 (MPhaseSAT) R 15276 15278 15140 0 -1 4202496 35744 0 0 0 46225 5 0 0 25 0 1 0 808499959 53673984 12632 33554432000 134512640 134731564 4287046240 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15278/statm: 13104 12632 277 54 0 12414 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 52416

[startup+522.3 s]
/proc/loadavg: 2.03 2.04 2.52 3/474 15305
/proc/meminfo: memFree=20480392/32950928 swapFree=61858088/67111528
[pid=15278] ppid=15276 vsize=54528 CPUtime=522.3 cores=0,2,4,6
/proc/15278/stat : 15278 (MPhaseSAT) R 15276 15278 15140 0 -1 4202496 36252 0 0 0 52225 5 0 0 25 0 1 0 808499959 55836672 13140 33554432000 134512640 134731564 4287046240 18446744073709551615 134623128 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15278/statm: 13632 13140 277 54 0 12942 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 54528

[startup+582.301 s]
/proc/loadavg: 2.01 2.03 2.48 3/474 15307
/proc/meminfo: memFree=20477488/32950928 swapFree=61858088/67111528
[pid=15278] ppid=15276 vsize=55320 CPUtime=582.3 cores=0,2,4,6
/proc/15278/stat : 15278 (MPhaseSAT) R 15276 15278 15140 0 -1 4202496 36459 0 0 0 58225 5 0 0 25 0 1 0 808499959 56647680 13347 33554432000 134512640 134731564 4287046240 18446744073709551615 134659060 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15278/statm: 13830 13347 277 54 0 13140 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 55320

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.01 2.04 2.00 3/474 15440
/proc/meminfo: memFree=20503280/32950928 swapFree=61858088/67111528
[pid=15278] ppid=15276 vsize=94840 CPUtime=4062.4 cores=0,2,4,6
/proc/15278/stat : 15278 (MPhaseSAT) R 15276 15278 15140 0 -1 4202496 45779 0 0 0 406229 11 0 0 25 0 1 0 808499959 97116160 22667 33554432000 134512640 134731564 4287046240 18446744073709551615 134655093 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15278/statm: 23710 22667 277 54 0 23020 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 94840

[startup+4122.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/474 15441
/proc/meminfo: memFree=20503268/32950928 swapFree=61858088/67111528
[pid=15278] ppid=15276 vsize=94840 CPUtime=4122.38 cores=0,2,4,6
/proc/15278/stat : 15278 (MPhaseSAT) R 15276 15278 15140 0 -1 4202496 45782 0 0 0 412227 11 0 0 25 0 1 0 808499959 97116160 22670 33554432000 134512640 134731564 4287046240 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15278/statm: 23710 22670 277 54 0 23020 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 94840

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/474 15443
/proc/meminfo: memFree=20502728/32950928 swapFree=61858088/67111528
[pid=15278] ppid=15276 vsize=95684 CPUtime=4182.39 cores=0,2,4,6
/proc/15278/stat : 15278 (MPhaseSAT) R 15276 15278 15140 0 -1 4202496 45943 0 0 0 418228 11 0 0 25 0 1 0 808499959 97980416 22831 33554432000 134512640 134731564 4287046240 18446744073709551615 134659313 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15278/statm: 23921 22831 277 54 0 23231 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 95684

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/474 15444
/proc/meminfo: memFree=20503676/32950928 swapFree=61858088/67111528
[pid=15278] ppid=15276 vsize=95684 CPUtime=4242.39 cores=0,2,4,6
/proc/15278/stat : 15278 (MPhaseSAT) R 15276 15278 15140 0 -1 4202496 45944 0 0 0 424228 11 0 0 25 0 1 0 808499959 97980416 22832 33554432000 134512640 134731564 4287046240 18446744073709551615 134715580 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15278/statm: 23921 22832 277 54 0 23231 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 95684

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/474 15446
/proc/meminfo: memFree=20503876/32950928 swapFree=61858088/67111528
[pid=15278] ppid=15276 vsize=95684 CPUtime=4302.39 cores=0,2,4,6
/proc/15278/stat : 15278 (MPhaseSAT) R 15276 15278 15140 0 -1 4202496 45945 0 0 0 430228 11 0 0 25 0 1 0 808499959 97980416 22833 33554432000 134512640 134731564 4287046240 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15278/statm: 23921 22833 277 54 0 23231 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 95684

[startup+4362.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/474 15448
/proc/meminfo: memFree=20503468/32950928 swapFree=61858088/67111528
[pid=15278] ppid=15276 vsize=95684 CPUtime=4362.39 cores=0,2,4,6
/proc/15278/stat : 15278 (MPhaseSAT) R 15276 15278 15140 0 -1 4202496 45946 0 0 0 436228 11 0 0 25 0 1 0 808499959 97980416 22834 33554432000 134512640 134731564 4287046240 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15278/statm: 23921 22834 277 54 0 23231 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 95684

[startup+4422.3 s]
/proc/loadavg: 2.20 2.07 2.02 3/474 15449
/proc/meminfo: memFree=20502432/32950928 swapFree=61858088/67111528
[pid=15278] ppid=15276 vsize=96792 CPUtime=4422.4 cores=0,2,4,6
/proc/15278/stat : 15278 (MPhaseSAT) R 15276 15278 15140 0 -1 4202496 46210 0 0 0 442228 12 0 0 25 0 1 0 808499959 99115008 23098 33554432000 134512640 134731564 4287046240 18446744073709551615 134659296 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15278/statm: 24198 23098 277 54 0 23508 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 96792

[startup+4482.3 s]
/proc/loadavg: 2.12 2.07 2.02 3/474 15451
/proc/meminfo: memFree=20501764/32950928 swapFree=61858088/67111528
[pid=15278] ppid=15276 vsize=96792 CPUtime=4482.4 cores=0,2,4,6
/proc/15278/stat : 15278 (MPhaseSAT) R 15276 15278 15140 0 -1 4202496 46213 0 0 0 448228 12 0 0 25 0 1 0 808499959 99115008 23101 33554432000 134512640 134731564 4287046240 18446744073709551615 134614658 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15278/statm: 24198 23101 277 54 0 23508 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 96792

[startup+4542.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/474 15452
/proc/meminfo: memFree=20501348/32950928 swapFree=61858088/67111528
[pid=15278] ppid=15276 vsize=96792 CPUtime=4542.4 cores=0,2,4,6
/proc/15278/stat : 15278 (MPhaseSAT) R 15276 15278 15140 0 -1 4202496 46213 0 0 0 454228 12 0 0 25 0 1 0 808499959 99115008 23101 33554432000 134512640 134731564 4287046240 18446744073709551615 134659535 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15278/statm: 24198 23101 277 54 0 23508 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 96792

[startup+4602.3 s]
/proc/loadavg: 2.01 2.04 2.01 3/474 15454
/proc/meminfo: memFree=20499812/32950928 swapFree=61858088/67111528
[pid=15278] ppid=15276 vsize=96792 CPUtime=4602.41 cores=0,2,4,6
/proc/15278/stat : 15278 (MPhaseSAT) R 15276 15278 15140 0 -1 4202496 46217 0 0 0 460229 12 0 0 25 0 1 0 808499959 99115008 23105 33554432000 134512640 134731564 4287046240 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15278/statm: 24198 23105 277 54 0 23508 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 96792

[startup+4662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/474 15456
/proc/meminfo: memFree=20499776/32950928 swapFree=61858088/67111528
[pid=15278] ppid=15276 vsize=96792 CPUtime=4662.4 cores=0,2,4,6
/proc/15278/stat : 15278 (MPhaseSAT) R 15276 15278 15140 0 -1 4202496 46223 0 0 0 466228 12 0 0 25 0 1 0 808499959 99115008 23111 33554432000 134512640 134731564 4287046240 18446744073709551615 134717303 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15278/statm: 24198 23111 277 54 0 23508 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 96792

[startup+4722.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/474 15457
/proc/meminfo: memFree=20500608/32950928 swapFree=61858088/67111528
[pid=15278] ppid=15276 vsize=96936 CPUtime=4722.42 cores=0,2,4,6
/proc/15278/stat : 15278 (MPhaseSAT) R 15276 15278 15140 0 -1 4202496 46263 0 0 0 472230 12 0 0 25 0 1 0 808499959 99262464 23151 33554432000 134512640 134731564 4287046240 18446744073709551615 134720666 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15278/statm: 24234 23151 277 54 0 23544 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 96936

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/474 15459
/proc/meminfo: memFree=20499816/32950928 swapFree=61858088/67111528
[pid=15278] ppid=15276 vsize=97224 CPUtime=4782.4 cores=0,2,4,6
/proc/15278/stat : 15278 (MPhaseSAT) R 15276 15278 15140 0 -1 4202496 46316 0 0 0 478228 12 0 0 25 0 1 0 808499959 99557376 23204 33554432000 134512640 134731564 4287046240 18446744073709551615 134659520 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15278/statm: 24306 23204 277 54 0 23616 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 97224

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/474 15460
/proc/meminfo: memFree=20499788/32950928 swapFree=61858088/67111528
[pid=15278] ppid=15276 vsize=97488 CPUtime=4842.4 cores=0,2,4,6
/proc/15278/stat : 15278 (MPhaseSAT) R 15276 15278 15140 0 -1 4202496 46369 0 0 0 484228 12 0 0 25 0 1 0 808499959 99827712 23257 33554432000 134512640 134731564 4287046240 18446744073709551615 134659293 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15278/statm: 24372 23257 277 54 0 23682 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 97488

[startup+4902.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/474 15462
/proc/meminfo: memFree=20499396/32950928 swapFree=61858088/67111528
[pid=15278] ppid=15276 vsize=97488 CPUtime=4902.41 cores=0,2,4,6
/proc/15278/stat : 15278 (MPhaseSAT) R 15276 15278 15140 0 -1 4202496 46369 0 0 0 490228 13 0 0 25 0 1 0 808499959 99827712 23257 33554432000 134512640 134731564 4287046240 18446744073709551615 134655986 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15278/statm: 24372 23257 277 54 0 23682 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 97488

[startup+4962.3 s]
/proc/loadavg: 2.23 2.05 2.02 3/474 15464
/proc/meminfo: memFree=20500600/32950928 swapFree=61858088/67111528
[pid=15278] ppid=15276 vsize=97488 CPUtime=4962.41 cores=0,2,4,6
/proc/15278/stat : 15278 (MPhaseSAT) R 15276 15278 15140 0 -1 4202496 46369 0 0 0 496228 13 0 0 25 0 1 0 808499959 99827712 23257 33554432000 134512640 134731564 4287046240 18446744073709551615 134658980 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15278/statm: 24372 23257 277 54 0 23682 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 97488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.12 2.04 2.01 3/474 15465
/proc/meminfo: memFree=20500452/32950928 swapFree=61858088/67111528
[pid=15278] ppid=15276 vsize=97772 CPUtime=5000.02 cores=0,2,4,6
/proc/15278/stat : 15278 (MPhaseSAT) R 15276 15278 15140 0 -1 4202496 46425 0 0 0 499989 13 0 0 25 0 1 0 808499959 100118528 23313 33554432000 134512640 134731564 4287046240 18446744073709551615 134659270 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15278/statm: 24443 23313 277 54 0 23753 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 97772

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.12 2.04 2.01 3/474 15465
/proc/meminfo: memFree=20500452/32950928 swapFree=61858088/67111528
[pid=15278] ppid=15276 vsize=97772 CPUtime=5000.02 cores=0,2,4,6
/proc/15278/stat : 15278 (MPhaseSAT) R 15276 15278 15140 0 -1 4202496 46425 0 0 0 499989 13 0 0 25 0 1 0 808499959 100118528 23313 33554432000 134512640 134731564 4287046240 18446744073709551615 134659270 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15278/statm: 24443 23313 277 54 0 23753 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 97772

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.92
CPU time (s): 5000.04
CPU user time (s): 4999.9
CPU system time (s): 0.135979
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 97772

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

runsolver used 24.6353 second user time and 52.535 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-02 00:56:43
IDJOB=3445641
IDBENCH=71353
IDSOLVER=1941
FILE ID=node125/3445641-1306969003
RUNJOBID= node125-1306967262-15158
PBS_JOBID= 13497668
Free space on /tmp= 73720 MiB

SOLVER NAME= MPhaseSAT 2011-02-15
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v2400c266431gyes7.cnf
COMMAND LINE= MPhaseSAT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3445641-1306969003/watcher-3445641-1306969003 -o /tmp/evaluation-result-3445641-1306969003/solver-3445641-1306969003 -C 5000 -W 5100 -M 15500  MPhaseSAT HOME/instance-3445641-1306969003.cnf

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

MD5SUM BENCH= 92e61742efd2e322c59b4442206bebf1
RANDOM SEED=1468760002

node125.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	: 5266.55
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.84
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.74
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.74
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.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.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:     32950928 kB
MemFree:      20535772 kB
Buffers:        303884 kB
Cached:        3332072 kB
SwapCached:       3584 kB
Active:        8745360 kB
Inactive:      3336600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20535772 kB
SwapTotal:    67111528 kB
SwapFree:     61858088 kB
Dirty:            3488 kB
Writeback:           0 kB
AnonPages:     8444100 kB
Mapped:          34384 kB
Slab:           201824 kB
PageTables:      61836 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 130103368 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= 73724 MiB
End job on node125 at 2011-06-02 02:20:05