Trace number 3375509

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
MPhaseSAT64 2011-05-14 (fixed)? (TO) 1300.06 1300.01

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v760c43649gyes6.cnf
MD5SUMdc046d6f885b64777ffc1cfc8367a176
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.909861
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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

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

running on 2 cores: 4,6

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: 2.84 3.32 4.62 5/361 28476
/proc/meminfo: memFree=24685120/32950928 swapFree=67056568/67111528
[pid=28476] ppid=28474 vsize=13236 CPUtime=0.01 cores=4,6
/proc/28476/stat : 28476 (MPhaseSAT64) R 28474 28476 28260 0 -1 4202496 488 0 0 0 1 0 0 0 20 0 1 0 656349646 13553664 429 33554432000 4194304 4479436 140735759151312 18446744073709551615 239476694784 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28476/statm: 3309 430 267 70 0 429 0

[startup+0.050876 s]
/proc/loadavg: 2.84 3.32 4.62 5/361 28476
/proc/meminfo: memFree=24685120/32950928 swapFree=67056568/67111528
[pid=28476] ppid=28474 vsize=14708 CPUtime=0.04 cores=4,6
/proc/28476/stat : 28476 (MPhaseSAT64) R 28474 28476 28260 0 -1 4202496 1822 0 0 0 4 0 0 0 20 0 1 0 656349646 15060992 931 33554432000 4194304 4479436 140735759151312 18446744073709551615 4244402 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28476/statm: 3677 931 282 70 0 797 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14708

[startup+0.100866 s]
/proc/loadavg: 2.84 3.32 4.62 5/361 28476
/proc/meminfo: memFree=24685120/32950928 swapFree=67056568/67111528
[pid=28476] ppid=28474 vsize=16496 CPUtime=0.09 cores=4,6
/proc/28476/stat : 28476 (MPhaseSAT64) R 28474 28476 28260 0 -1 4202496 2518 0 0 0 9 0 0 0 20 0 1 0 656349646 16891904 1268 33554432000 4194304 4479436 140735759151312 18446744073709551615 4391461 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28476/statm: 4124 1268 314 70 0 1244 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16496

[startup+0.300827 s]
/proc/loadavg: 2.84 3.32 4.62 5/361 28476
/proc/meminfo: memFree=24685120/32950928 swapFree=67056568/67111528
[pid=28476] ppid=28474 vsize=16496 CPUtime=0.29 cores=4,6
/proc/28476/stat : 28476 (MPhaseSAT64) R 28474 28476 28260 0 -1 4202496 2528 0 0 0 29 0 0 0 21 0 1 0 656349646 16891904 1278 33554432000 4194304 4479436 140735759151312 18446744073709551615 4304718 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28476/statm: 4124 1278 319 70 0 1244 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16496

[startup+0.700751 s]
/proc/loadavg: 2.84 3.32 4.62 5/361 28476
/proc/meminfo: memFree=24685120/32950928 swapFree=67056568/67111528
[pid=28476] ppid=28474 vsize=17300 CPUtime=0.69 cores=4,6
/proc/28476/stat : 28476 (MPhaseSAT64) R 28474 28476 28260 0 -1 4202496 2729 0 0 0 69 0 0 0 22 0 1 0 656349646 17715200 1479 33554432000 4194304 4479436 140735759151312 18446744073709551615 4304338 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28476/statm: 4325 1479 319 70 0 1445 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17300

[startup+1.5006 s]
/proc/loadavg: 2.84 3.32 4.62 5/365 28483
/proc/meminfo: memFree=24655352/32950928 swapFree=67056568/67111528
[pid=28476] ppid=28474 vsize=17300 CPUtime=1.49 cores=4,6
/proc/28476/stat : 28476 (MPhaseSAT64) R 28474 28476 28260 0 -1 4202496 2729 0 0 0 149 0 0 0 25 0 1 0 656349646 17715200 1479 33554432000 4194304 4479436 140735759151312 18446744073709551615 4308012 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28476/statm: 4325 1479 319 70 0 1445 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17300

[startup+3.10029 s]
/proc/loadavg: 2.84 3.32 4.62 5/365 28483
/proc/meminfo: memFree=24652820/32950928 swapFree=67056568/67111528
[pid=28476] ppid=28474 vsize=17956 CPUtime=3.09 cores=4,6
/proc/28476/stat : 28476 (MPhaseSAT64) R 28474 28476 28260 0 -1 4202496 3580 0 0 0 309 0 0 0 25 0 1 0 656349646 18386944 1616 33554432000 4194304 4479436 140735759151312 18446744073709551615 4331440 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28476/statm: 4489 1616 327 70 0 1609 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17956

[startup+6.30069 s]
/proc/loadavg: 2.93 3.33 4.61 5/365 28483
/proc/meminfo: memFree=24631420/32950928 swapFree=67056568/67111528
[pid=28476] ppid=28474 vsize=22120 CPUtime=6.29 cores=4,6
/proc/28476/stat : 28476 (MPhaseSAT64) R 28474 28476 28260 0 -1 4202496 4621 0 0 0 629 0 0 0 25 0 1 0 656349646 22650880 2657 33554432000 4194304 4479436 140735759151312 18446744073709551615 4331483 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28476/statm: 5530 2657 327 70 0 2650 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 22120

[startup+12.7005 s]
/proc/loadavg: 3.02 3.34 4.61 5/365 28483
/proc/meminfo: memFree=24623204/32950928 swapFree=67056568/67111528
[pid=28476] ppid=28474 vsize=22120 CPUtime=12.69 cores=4,6
/proc/28476/stat : 28476 (MPhaseSAT64) R 28474 28476 28260 0 -1 4202496 4878 0 0 0 1269 0 0 0 25 0 1 0 656349646 22650880 2658 33554432000 4194304 4479436 140735759151312 18446744073709551615 4331549 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28476/statm: 5530 2658 327 70 0 2650 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 22120

[startup+25.501 s]
/proc/loadavg: 3.24 3.37 4.60 5/365 28483
/proc/meminfo: memFree=24628912/32950928 swapFree=67056568/67111528
[pid=28476] ppid=28474 vsize=21212 CPUtime=25.49 cores=4,6
/proc/28476/stat : 28476 (MPhaseSAT64) R 28474 28476 28260 0 -1 4202496 6300 0 0 0 2549 0 0 0 25 0 1 0 656349646 21721088 2353 33554432000 4194304 4479436 140735759151312 18446744073709551615 4451053 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28476/statm: 5303 2353 327 70 0 2423 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 21212

[startup+51.1011 s]
/proc/loadavg: 3.50 3.42 4.58 5/365 28484
/proc/meminfo: memFree=24622660/32950928 swapFree=67056568/67111528
[pid=28476] ppid=28474 vsize=21836 CPUtime=51.1 cores=4,6
/proc/28476/stat : 28476 (MPhaseSAT64) R 28474 28476 28260 0 -1 4202496 9052 0 0 0 5109 1 0 0 25 0 1 0 656349646 22360064 2515 33554432000 4194304 4479436 140735759151312 18446744073709551615 4331553 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28476/statm: 5459 2515 327 70 0 2579 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 21836

[startup+102.313 s]
/proc/loadavg: 3.78 3.51 4.55 5/365 28486
/proc/meminfo: memFree=24610996/32950928 swapFree=67056568/67111528
[pid=28476] ppid=28474 vsize=18912 CPUtime=102.31 cores=4,6
/proc/28476/stat : 28476 (MPhaseSAT64) R 28474 28476 28260 0 -1 4202496 15627 0 0 0 10230 1 0 0 25 0 1 0 656349646 19365888 1843 33554432000 4194304 4479436 140735759151312 18446744073709551615 4451889 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28476/statm: 4728 1843 327 70 0 1848 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 18912

[startup+162.301 s]
/proc/loadavg: 3.98 3.62 4.52 5/365 28487
/proc/meminfo: memFree=24607760/32950928 swapFree=67056568/67111528
[pid=28476] ppid=28474 vsize=17920 CPUtime=162.3 cores=4,6
/proc/28476/stat : 28476 (MPhaseSAT64) R 28474 28476 28260 0 -1 4202496 23122 0 0 0 16228 2 0 0 25 0 1 0 656349646 18350080 1646 33554432000 4194304 4479436 140735759151312 18446744073709551615 4331671 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28476/statm: 4480 1646 327 70 0 1600 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 17920

[startup+222.3 s]
/proc/loadavg: 4.06 3.71 4.49 5/365 28489
/proc/meminfo: memFree=24602532/32950928 swapFree=67056568/67111528
[pid=28476] ppid=28474 vsize=18692 CPUtime=222.3 cores=4,6
/proc/28476/stat : 28476 (MPhaseSAT64) R 28474 28476 28260 0 -1 4202496 34119 0 0 0 22227 3 0 0 25 0 1 0 656349646 19140608 1712 33554432000 4194304 4479436 140735759151312 18446744073709551615 239476719511 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28476/statm: 4673 1712 327 70 0 1793 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 18692

[startup+282.301 s]
/proc/loadavg: 4.02 3.76 4.46 5/365 28490
/proc/meminfo: memFree=24593596/32950928 swapFree=67056568/67111528
[pid=28476] ppid=28474 vsize=21808 CPUtime=282.3 cores=4,6
/proc/28476/stat : 28476 (MPhaseSAT64) R 28474 28476 28260 0 -1 4202496 47035 0 0 0 28226 4 0 0 25 0 1 0 656349646 22331392 2537 33554432000 4194304 4479436 140735759151312 18446744073709551615 4451088 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28476/statm: 5452 2537 327 70 0 2572 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 21808

[startup+342.3 s]
/proc/loadavg: 4.01 3.80 4.43 5/365 28492
/proc/meminfo: memFree=24585536/32950928 swapFree=67056568/67111528
[pid=28476] ppid=28474 vsize=18488 CPUtime=342.3 cores=4,6
/proc/28476/stat : 28476 (MPhaseSAT64) R 28474 28476 28260 0 -1 4202496 57037 0 0 0 34224 6 0 0 25 0 1 0 656349646 18931712 1687 33554432000 4194304 4479436 140735759151312 18446744073709551615 4451088 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28476/statm: 4622 1687 327 70 0 1742 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 18488

[startup+402.301 s]
/proc/loadavg: 4.00 3.83 4.40 5/365 28494
/proc/meminfo: memFree=24587884/32950928 swapFree=67056568/67111528
[pid=28476] ppid=28474 vsize=19760 CPUtime=402.31 cores=4,6
/proc/28476/stat : 28476 (MPhaseSAT64) R 28474 28476 28260 0 -1 4202496 66397 0 0 0 40223 8 0 0 25 0 1 0 656349646 20234240 2084 33554432000 4194304 4479436 140735759151312 18446744073709551615 4451942 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28476/statm: 4940 2084 327 70 0 2060 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 19760

[startup+462.3 s]
/proc/loadavg: 4.00 3.86 4.37 5/365 28495
/proc/meminfo: memFree=24587868/32950928 swapFree=67056568/67111528
[pid=28476] ppid=28474 vsize=20976 CPUtime=462.31 cores=4,6
/proc/28476/stat : 28476 (MPhaseSAT64) R 28474 28476 28260 0 -1 4202496 71074 0 0 0 46223 8 0 0 25 0 1 0 656349646 21479424 2465 33554432000 4194304 4479436 140735759151312 18446744073709551615 4331451 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28476/statm: 5244 2465 327 70 0 2364 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 20976

[startup+522.301 s]
/proc/loadavg: 4.11 3.91 4.35 5/365 28497
/proc/meminfo: memFree=24585132/32950928 swapFree=67056568/67111528
[pid=28476] ppid=28474 vsize=22576 CPUtime=522.31 cores=4,6
/proc/28476/stat : 28476 (MPhaseSAT64) R 28474 28476 28260 0 -1 4202496 78060 0 0 0 52221 10 0 0 25 0 1 0 656349646 23117824 2851 33554432000 4194304 4479436 140735759151312 18446744073709551615 4331506 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28476/statm: 5644 2851 327 70 0 2764 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 22576

[startup+582.3 s]
/proc/loadavg: 4.04 3.93 4.33 5/365 28498
/proc/meminfo: memFree=24587232/32950928 swapFree=67056568/67111528
[pid=28476] ppid=28474 vsize=21288 CPUtime=582.32 cores=4,6
/proc/28476/stat : 28476 (MPhaseSAT64) R 28474 28476 28260 0 -1 4202496 84748 0 0 0 58221 11 0 0 25 0 1 0 656349646 21798912 2496 33554432000 4194304 4479436 140735759151312 18446744073709551615 4380541 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28476/statm: 5322 2496 327 70 0 2442 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 21288

[startup+642.301 s]
/proc/loadavg: 4.01 3.94 4.31 5/365 28500
/proc/meminfo: memFree=24590324/32950928 swapFree=67056568/67111528
[pid=28476] ppid=28474 vsize=19056 CPUtime=642.33 cores=4,6
/proc/28476/stat : 28476 (MPhaseSAT64) R 28474 28476 28260 0 -1 4202496 93141 0 0 0 64221 12 0 0 25 0 1 0 656349646 19513344 1838 33554432000 4194304 4479436 140735759151312 18446744073709551615 4306783 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28476/statm: 4764 1838 327 70 0 1884 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 19056

[startup+702.3 s]
/proc/loadavg: 4.05 3.96 4.29 5/365 28502
/proc/meminfo: memFree=24588068/32950928 swapFree=67056568/67111528
[pid=28476] ppid=28474 vsize=21436 CPUtime=702.31 cores=4,6
/proc/28476/stat : 28476 (MPhaseSAT64) R 28474 28476 28260 0 -1 4202496 101495 0 0 0 70219 12 0 0 25 0 1 0 656349646 21950464 2411 33554432000 4194304 4479436 140735759151312 18446744073709551615 4331520 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28476/statm: 5359 2411 327 70 0 2479 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 21436

[startup+762.313 s]
/proc/loadavg: 4.06 3.98 4.27 5/365 28503
/proc/meminfo: memFree=24583224/32950928 swapFree=67056568/67111528
[pid=28476] ppid=28474 vsize=21068 CPUtime=762.33 cores=4,6
/proc/28476/stat : 28476 (MPhaseSAT64) R 28474 28476 28260 0 -1 4202496 108267 0 0 0 76220 13 0 0 25 0 1 0 656349646 21573632 2350 33554432000 4194304 4479436 140735759151312 18446744073709551615 4331656 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28476/statm: 5267 2350 327 70 0 2387 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 21068

[startup+822.3 s]
/proc/loadavg: 4.02 3.98 4.25 5/365 28505
/proc/meminfo: memFree=24589416/32950928 swapFree=67056568/67111528
[pid=28476] ppid=28474 vsize=17140 CPUtime=822.33 cores=4,6
/proc/28476/stat : 28476 (MPhaseSAT64) R 28474 28476 28260 0 -1 4202496 116967 0 0 0 82218 15 0 0 25 0 1 0 656349646 17551360 1336 33554432000 4194304 4479436 140735759151312 18446744073709551615 4450900 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28476/statm: 4285 1336 327 70 0 1405 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 17140

[startup+882.301 s]
/proc/loadavg: 4.00 3.98 4.24 5/365 28506
/proc/meminfo: memFree=24589408/32950928 swapFree=67056568/67111528
[pid=28476] ppid=28474 vsize=15780 CPUtime=882.33 cores=4,6
/proc/28476/stat : 28476 (MPhaseSAT64) R 28474 28476 28260 0 -1 4202496 127315 0 0 0 88217 16 0 0 25 0 1 0 656349646 16158720 1166 33554432000 4194304 4479436 140735759151312 18446744073709551615 4304840 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28476/statm: 3945 1166 327 70 0 1065 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 15780

[startup+942.301 s]
/proc/loadavg: 4.00 3.98 4.22 5/365 28508
/proc/meminfo: memFree=24582576/32950928 swapFree=67056568/67111528
[pid=28476] ppid=28474 vsize=22164 CPUtime=942.32 cores=4,6
/proc/28476/stat : 28476 (MPhaseSAT64) R 28474 28476 28260 0 -1 4202496 143823 0 0 0 94215 17 0 0 25 0 1 0 656349646 22695936 2608 33554432000 4194304 4479436 140735759151312 18446744073709551615 4331677 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28476/statm: 5541 2608 327 70 0 2661 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 22164

[startup+1002.3 s]
/proc/loadavg: 4.00 3.98 4.20 5/365 28510
/proc/meminfo: memFree=24589264/32950928 swapFree=67056568/67111528
[pid=28476] ppid=28474 vsize=16180 CPUtime=1002.33 cores=4,6
/proc/28476/stat : 28476 (MPhaseSAT64) R 28474 28476 28260 0 -1 4202496 152738 0 0 0 100215 18 0 0 25 0 1 0 656349646 16568320 1209 33554432000 4194304 4479436 140735759151312 18446744073709551615 4307714 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28476/statm: 4045 1209 327 70 0 1165 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 16180

[startup+1062.3 s]
/proc/loadavg: 4.19 4.03 4.20 5/365 28511
/proc/meminfo: memFree=24590000/32950928 swapFree=67056568/67111528
[pid=28476] ppid=28474 vsize=21548 CPUtime=1062.33 cores=4,6
/proc/28476/stat : 28476 (MPhaseSAT64) R 28474 28476 28260 0 -1 4202496 160941 0 0 0 106214 19 0 0 25 0 1 0 656349646 22065152 2590 33554432000 4194304 4479436 140735759151312 18446744073709551615 4331656 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28476/statm: 5387 2590 327 70 0 2507 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 21548

[startup+1122.3 s]
/proc/loadavg: 4.07 4.02 4.18 5/365 28513
/proc/meminfo: memFree=24583796/32950928 swapFree=67056568/67111528
[pid=28476] ppid=28474 vsize=21884 CPUtime=1122.34 cores=4,6
/proc/28476/stat : 28476 (MPhaseSAT64) R 28474 28476 28260 0 -1 4202496 174469 0 0 0 112213 21 0 0 25 0 1 0 656349646 22409216 2535 33554432000 4194304 4479436 140735759151312 18446744073709551615 4331666 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28476/statm: 5471 2535 327 70 0 2591 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 21884

[startup+1182.3 s]
/proc/loadavg: 4.09 4.03 4.18 5/365 28514
/proc/meminfo: memFree=24573120/32950928 swapFree=67056568/67111528
[pid=28476] ppid=28474 vsize=19632 CPUtime=1182.34 cores=4,6
/proc/28476/stat : 28476 (MPhaseSAT64) R 28474 28476 28260 0 -1 4202496 185795 0 0 0 118212 22 0 0 25 0 1 0 656349646 20103168 1976 33554432000 4194304 4479436 140735759151312 18446744073709551615 4451013 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28476/statm: 4908 1976 327 70 0 2028 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 19632

[startup+1242.3 s]
/proc/loadavg: 4.03 4.03 4.16 5/365 28516
/proc/meminfo: memFree=24577076/32950928 swapFree=67056568/67111528
[pid=28476] ppid=28474 vsize=22124 CPUtime=1242.34 cores=4,6
/proc/28476/stat : 28476 (MPhaseSAT64) R 28474 28476 28260 0 -1 4202496 196735 0 0 0 124211 23 0 0 25 0 1 0 656349646 22654976 2752 33554432000 4194304 4479436 140735759151312 18446744073709551615 4331413 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28476/statm: 5531 2752 327 70 0 2651 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 22124



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 4.03 4.16 3/363 28519
/proc/meminfo: memFree=24659644/32950928 swapFree=67056568/67111528
[pid=28476] ppid=28474 vsize=21312 CPUtime=1300.05 cores=4,6
/proc/28476/stat : 28476 (MPhaseSAT64) R 28474 28476 28260 0 -1 4202496 204585 0 0 0 129981 24 0 0 25 0 1 0 656349646 21823488 2490 33554432000 4194304 4479436 140735759151312 18446744073709551615 4331506 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28476/statm: 5328 2490 327 70 0 2448 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 21312

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.06
CPU user time (s): 1299.82
CPU system time (s): 0.244962
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 23060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.82
system time used= 0.244962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 204585
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= 5
involuntary context switches= 1474

runsolver used 4.67229 second user time and 9.53455 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-15 10:18:46
IDJOB=3375509
IDBENCH=71576
IDSOLVER=1855
FILE ID=node148/3375509-1305447526
RUNJOBID= node148-1305447525-28441
PBS_JOBID= 13324858
Free space on /tmp= 72896 MiB

SOLVER NAME= MPhaseSAT64 2011-05-14 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v760c43649gyes6.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3375509-1305447526/watcher-3375509-1305447526 -o /tmp/evaluation-result-3375509-1305447526/solver-3375509-1305447526 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3375509-1305447526.cnf

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

MD5SUM BENCH= dc046d6f885b64777ffc1cfc8367a176
RANDOM SEED=2028796110

node148.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.854
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.70
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.854
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.854
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.854
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.854
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.854
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.854
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.854
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:     32950928 kB
MemFree:      24685656 kB
Buffers:        326340 kB
Cached:        4652616 kB
SwapCached:       8488 kB
Active:        4702188 kB
Inactive:      3216140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24685656 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:            4668 kB
Writeback:          48 kB
AnonPages:     2937100 kB
Mapped:          27748 kB
Slab:           253280 kB
PageTables:      28452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 84698512 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= 72896 MiB
End job on node148 at 2011-05-15 10:40:28