Trace number 3375787

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.02 1300.03

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/11pipe_11_ooo.cnf
MD5SUMf603f11fbfe855df381282b7bce010ea
Bench CategoryAPPLICATION (applications 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 variables88289
Number of clauses4187694
Sum of the clauses size12410354
Maximum clause length341
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23770000
Number of clauses of size 3347602
Number of clauses of size 41622
Number of clauses of size 51351
Number of clauses of size over 567118

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

running on 2 cores: 1,3

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: 3.74 4.00 3.98 3/376 5546
/proc/meminfo: memFree=23655172/32951124 swapFree=44485764/67111528
[pid=5546] ppid=5544 vsize=11796 CPUtime=0 cores=1,3
/proc/5546/stat : 5546 (runsolver) S 5544 5546 5018 0 -1 4202560 41 0 0 0 0 0 0 0 19 0 1 0 657846256 12079104 49 33554432000 4194304 5432360 140736976816400 18446744073709551615 4881623 0 2147483391 4096 24578 18446744071699960631 0 0 17 3 0 0 0
/proc/5546/statm: 2949 49 30 303 0 2643 0

[startup+0.0893931 s]
/proc/loadavg: 3.74 4.00 3.98 3/376 5546
/proc/meminfo: memFree=23655172/32951124 swapFree=44485764/67111528
[pid=5546] ppid=5544 vsize=93664 CPUtime=0.03 cores=1,3
/proc/5546/stat : 5546 (MPhaseSAT64) R 5544 5546 5018 0 -1 4202496 722 0 0 0 3 0 0 0 20 0 1 0 657846256 95911936 663 33554432000 4194304 4479436 140736567295760 18446744073709551615 4213885 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5546/statm: 23416 663 267 70 0 20536 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 93664

[startup+0.100387 s]
/proc/loadavg: 3.74 4.00 3.98 3/376 5546
/proc/meminfo: memFree=23655172/32951124 swapFree=44485764/67111528
[pid=5546] ppid=5544 vsize=93664 CPUtime=0.04 cores=1,3
/proc/5546/stat : 5546 (MPhaseSAT64) R 5544 5546 5018 0 -1 4202496 829 0 0 0 4 0 0 0 20 0 1 0 657846256 95911936 770 33554432000 4194304 4479436 140736567295760 18446744073709551615 244446945024 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5546/statm: 23416 771 267 70 0 20536 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 93664

[startup+0.300352 s]
/proc/loadavg: 3.74 4.00 3.98 3/376 5546
/proc/meminfo: memFree=23655172/32951124 swapFree=44485764/67111528
[pid=5546] ppid=5544 vsize=93664 CPUtime=0.24 cores=1,3
/proc/5546/stat : 5546 (MPhaseSAT64) R 5544 5546 5018 0 -1 4202496 2766 0 0 0 24 0 0 0 20 0 1 0 657846256 95911936 2707 33554432000 4194304 4479436 140736567295760 18446744073709551615 4213885 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5546/statm: 23416 2707 267 70 0 20536 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 93664

[startup+0.700275 s]
/proc/loadavg: 3.74 4.00 3.98 3/376 5546
/proc/meminfo: memFree=23655172/32951124 swapFree=44485764/67111528
[pid=5546] ppid=5544 vsize=93664 CPUtime=0.64 cores=1,3
/proc/5546/stat : 5546 (MPhaseSAT64) R 5544 5546 5018 0 -1 4202496 6472 0 0 0 63 1 0 0 21 0 1 0 657846256 95911936 6413 33554432000 4194304 4479436 140736567295760 18446744073709551615 4213885 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5546/statm: 23416 6413 267 70 0 20536 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 93664

[startup+1.50116 s]
/proc/loadavg: 3.74 4.00 3.98 3/377 5547
/proc/meminfo: memFree=23556008/32951124 swapFree=44485764/67111528
[pid=5546] ppid=5544 vsize=93664 CPUtime=1.44 cores=1,3
/proc/5546/stat : 5546 (MPhaseSAT64) R 5544 5546 5018 0 -1 4202496 13832 0 0 0 142 2 0 0 25 0 1 0 657846256 95911936 13773 33554432000 4194304 4479436 140736567295760 18446744073709551615 244446945024 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5546/statm: 23416 13773 267 70 0 20536 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 93664

[startup+3.10083 s]
/proc/loadavg: 3.74 4.00 3.98 3/377 5547
/proc/meminfo: memFree=23340736/32951124 swapFree=44485764/67111528
[pid=5546] ppid=5544 vsize=198180 CPUtime=3.04 cores=1,3
/proc/5546/stat : 5546 (MPhaseSAT64) R 5544 5546 5018 0 -1 4202496 47834 0 0 0 297 7 0 0 25 0 1 0 657846256 202936320 46789 33554432000 4194304 4479436 140736567295760 18446744073709551615 4340715 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5546/statm: 49545 46789 376 70 0 46665 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 198180

[startup+6.30023 s]
/proc/loadavg: 4.00 4.05 4.00 6/385 5559
/proc/meminfo: memFree=22844320/32951124 swapFree=44485764/67111528
[pid=5546] ppid=5544 vsize=275836 CPUtime=6.23 cores=1,3
/proc/5546/stat : 5546 (MPhaseSAT64) R 5544 5546 5018 0 -1 4202496 88205 0 0 0 609 14 0 0 25 0 1 0 657846256 282456064 65171 33554432000 4194304 4479436 140736567295760 18446744073709551615 4304328 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5546/statm: 68959 65171 393 70 0 66079 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 275836

[startup+12.701 s]
/proc/loadavg: 4.08 4.06 4.00 6/385 5559
/proc/meminfo: memFree=21961332/32951124 swapFree=44485764/67111528
[pid=5546] ppid=5544 vsize=276192 CPUtime=12.64 cores=1,3
/proc/5546/stat : 5546 (MPhaseSAT64) R 5544 5546 5018 0 -1 4202496 88304 0 0 0 1245 19 0 0 25 0 1 0 657846256 282820608 65263 33554432000 4194304 4479436 140736567295760 18446744073709551615 4361433 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5546/statm: 69048 65263 396 70 0 66168 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 276192

[startup+25.5147 s]
/proc/loadavg: 4.06 4.06 4.00 6/385 5559
/proc/meminfo: memFree=22151472/32951124 swapFree=44485764/67111528
[pid=5546] ppid=5544 vsize=284224 CPUtime=25.46 cores=1,3
/proc/5546/stat : 5546 (MPhaseSAT64) R 5544 5546 5018 0 -1 4202496 111428 0 0 0 2524 22 0 0 25 0 1 0 657846256 291045376 68294 33554432000 4194304 4479436 140736567295760 18446744073709551615 4304398 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5546/statm: 71056 68294 396 70 0 68176 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 284224

[startup+51.1009 s]
/proc/loadavg: 4.04 4.05 4.00 6/385 5560
/proc/meminfo: memFree=21585012/32951124 swapFree=44485764/67111528
[pid=5546] ppid=5544 vsize=452304 CPUtime=51.04 cores=1,3
/proc/5546/stat : 5546 (MPhaseSAT64) R 5544 5546 5018 0 -1 4202496 386908 0 0 0 5048 56 0 0 25 0 1 0 657846256 463159296 97238 33554432000 4194304 4479436 140736567295760 18446744073709551615 4450956 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5546/statm: 113076 97238 326 70 0 110196 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 452304

[startup+102.3 s]
/proc/loadavg: 4.06 4.06 4.00 6/385 5588
/proc/meminfo: memFree=21657868/32951124 swapFree=44485764/67111528
[pid=5546] ppid=5544 vsize=452028 CPUtime=102.24 cores=1,3
/proc/5546/stat : 5546 (MPhaseSAT64) R 5544 5546 5018 0 -1 4202496 441244 0 0 0 10162 62 0 0 25 0 1 0 657846256 462876672 97169 33554432000 4194304 4479436 140736567295760 18446744073709551615 4451957 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5546/statm: 113007 97169 326 70 0 110127 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 452028

[startup+162.3 s]
/proc/loadavg: 4.02 4.05 4.00 6/385 5590
/proc/meminfo: memFree=21589672/32951124 swapFree=44485764/67111528
[pid=5546] ppid=5544 vsize=434340 CPUtime=162.24 cores=1,3
/proc/5546/stat : 5546 (MPhaseSAT64) R 5544 5546 5018 0 -1 4202496 474014 0 0 0 16159 65 0 0 25 0 1 0 657846256 444764160 92747 33554432000 4194304 4479436 140736567295760 18446744073709551615 4452256 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5546/statm: 108585 92747 326 70 0 105705 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 434340

[startup+222.301 s]
/proc/loadavg: 4.01 4.03 4.00 6/385 5591
/proc/meminfo: memFree=21450124/32951124 swapFree=44485764/67111528
[pid=5546] ppid=5544 vsize=434308 CPUtime=222.25 cores=1,3
/proc/5546/stat : 5546 (MPhaseSAT64) R 5544 5546 5018 0 -1 4202496 490399 0 0 0 22158 67 0 0 25 0 1 0 657846256 444731392 92739 33554432000 4194304 4479436 140736567295760 18446744073709551615 4307042 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5546/statm: 108577 92739 326 70 0 105697 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 434308

[startup+282.301 s]
/proc/loadavg: 4.04 4.04 4.00 6/385 5593
/proc/meminfo: memFree=21502772/32951124 swapFree=44485764/67111528
[pid=5546] ppid=5544 vsize=433540 CPUtime=282.25 cores=1,3
/proc/5546/stat : 5546 (MPhaseSAT64) R 5544 5546 5018 0 -1 4202496 523169 0 0 0 28154 71 0 0 25 0 1 0 657846256 443944960 92547 33554432000 4194304 4479436 140736567295760 18446744073709551615 4455896 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5546/statm: 108385 92547 326 70 0 105505 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 433540

[startup+342.314 s]
/proc/loadavg: 4.06 4.04 4.00 6/385 5594
/proc/meminfo: memFree=21479564/32951124 swapFree=44485764/67111528
[pid=5546] ppid=5544 vsize=433400 CPUtime=342.27 cores=1,3
/proc/5546/stat : 5546 (MPhaseSAT64) R 5544 5546 5018 0 -1 4202496 539554 0 0 0 34154 73 0 0 25 0 1 0 657846256 443801600 92512 33554432000 4194304 4479436 140736567295760 18446744073709551615 4380464 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5546/statm: 108350 92512 326 70 0 105470 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 433400

[startup+402.301 s]
/proc/loadavg: 4.02 4.03 4.00 6/385 5596
/proc/meminfo: memFree=21490304/32951124 swapFree=44485764/67111528
[pid=5546] ppid=5544 vsize=433340 CPUtime=402.26 cores=1,3
/proc/5546/stat : 5546 (MPhaseSAT64) R 5544 5546 5018 0 -1 4202496 555939 0 0 0 40151 75 0 0 25 0 1 0 657846256 443740160 92497 33554432000 4194304 4479436 140736567295760 18446744073709551615 4451020 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5546/statm: 108335 92497 326 70 0 105455 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 433340

[startup+462.301 s]
/proc/loadavg: 4.00 4.02 4.00 6/385 5598
/proc/meminfo: memFree=21475396/32951124 swapFree=44485764/67111528
[pid=5546] ppid=5544 vsize=433276 CPUtime=462.26 cores=1,3
/proc/5546/stat : 5546 (MPhaseSAT64) R 5544 5546 5018 0 -1 4202496 572324 0 0 0 46149 77 0 0 25 0 1 0 657846256 443674624 92481 33554432000 4194304 4479436 140736567295760 18446744073709551615 4452440 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5546/statm: 108319 92481 326 70 0 105439 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 433276

[startup+522.3 s]
/proc/loadavg: 4.00 4.02 4.00 6/385 5599
/proc/meminfo: memFree=21477320/32951124 swapFree=44485764/67111528
[pid=5546] ppid=5544 vsize=432644 CPUtime=522.26 cores=1,3
/proc/5546/stat : 5546 (MPhaseSAT64) R 5544 5546 5018 0 -1 4202496 588709 0 0 0 52147 79 0 0 25 0 1 0 657846256 443027456 92323 33554432000 4194304 4479436 140736567295760 18446744073709551615 4384785 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5546/statm: 108161 92323 326 70 0 105281 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 432644

[startup+582.3 s]
/proc/loadavg: 4.19 4.06 4.01 6/385 5601
/proc/meminfo: memFree=21502588/32951124 swapFree=44485764/67111528
[pid=5546] ppid=5544 vsize=432512 CPUtime=582.25 cores=1,3
/proc/5546/stat : 5546 (MPhaseSAT64) R 5544 5546 5018 0 -1 4202496 621479 0 0 0 58143 82 0 0 25 0 1 0 657846256 442892288 92290 33554432000 4194304 4479436 140736567295760 18446744073709551615 4451008 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5546/statm: 108128 92290 326 70 0 105248 0
Current children cumulated CPU time (s) 582.25
Current children cumulated vsize (KiB) 432512

[startup+642.3 s]
/proc/loadavg: 4.12 4.06 4.01 6/385 5602
/proc/meminfo: memFree=21548196/32951124 swapFree=44485764/67111528
[pid=5546] ppid=5544 vsize=432472 CPUtime=642.26 cores=1,3
/proc/5546/stat : 5546 (MPhaseSAT64) R 5544 5546 5018 0 -1 4202496 637864 0 0 0 64141 85 0 0 25 0 1 0 657846256 442851328 92280 33554432000 4194304 4479436 140736567295760 18446744073709551615 4380314 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5546/statm: 108118 92280 326 70 0 105238 0
Current children cumulated CPU time (s) 642.26
Current children cumulated vsize (KiB) 432472

[startup+702.301 s]
/proc/loadavg: 4.04 4.05 4.01 6/385 5604
/proc/meminfo: memFree=21548544/32951124 swapFree=44485764/67111528
[pid=5546] ppid=5544 vsize=497956 CPUtime=702.26 cores=1,3
/proc/5546/stat : 5546 (MPhaseSAT64) R 5544 5546 5018 0 -1 4202496 654249 0 0 0 70140 86 0 0 25 0 1 0 657846256 509906944 108651 33554432000 4194304 4479436 140736567295760 18446744073709551615 4315696 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5546/statm: 124489 108651 326 70 0 121609 0
Current children cumulated CPU time (s) 702.26
Current children cumulated vsize (KiB) 497956

[startup+762.301 s]
/proc/loadavg: 4.01 4.04 4.00 6/385 5606
/proc/meminfo: memFree=21518624/32951124 swapFree=44485764/67111528
[pid=5546] ppid=5544 vsize=432344 CPUtime=762.27 cores=1,3
/proc/5546/stat : 5546 (MPhaseSAT64) R 5544 5546 5018 0 -1 4202496 654249 0 0 0 76140 87 0 0 25 0 1 0 657846256 442720256 92248 33554432000 4194304 4479436 140736567295760 18446744073709551615 4306912 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5546/statm: 108086 92248 326 70 0 105206 0
Current children cumulated CPU time (s) 762.27
Current children cumulated vsize (KiB) 432344

[startup+822.301 s]
/proc/loadavg: 4.13 4.06 4.01 7/385 5607
/proc/meminfo: memFree=21582456/32951124 swapFree=44485764/67111528
[pid=5546] ppid=5544 vsize=432108 CPUtime=822.26 cores=1,3
/proc/5546/stat : 5546 (MPhaseSAT64) R 5544 5546 5018 0 -1 4202496 670634 0 0 0 82138 88 0 0 25 0 1 0 657846256 442478592 92189 33554432000 4194304 4479436 140736567295760 18446744073709551615 4390459 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5546/statm: 108027 92189 326 70 0 105147 0
Current children cumulated CPU time (s) 822.26
Current children cumulated vsize (KiB) 432108

[startup+882.301 s]
/proc/loadavg: 4.10 4.06 4.01 6/385 5609
/proc/meminfo: memFree=21538264/32951124 swapFree=44485764/67111528
[pid=5546] ppid=5544 vsize=496684 CPUtime=882.28 cores=1,3
/proc/5546/stat : 5546 (MPhaseSAT64) R 5544 5546 5018 0 -1 4202496 703163 0 0 0 88137 91 0 0 25 0 1 0 657846256 508604416 108333 33554432000 4194304 4479436 140736567295760 18446744073709551615 4433753 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5546/statm: 124171 108333 326 70 0 121291 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 496684

[startup+942.301 s]
/proc/loadavg: 4.04 4.05 4.00 7/385 5610
/proc/meminfo: memFree=21619096/32951124 swapFree=44485764/67111528
[pid=5546] ppid=5544 vsize=431848 CPUtime=942.27 cores=1,3
/proc/5546/stat : 5546 (MPhaseSAT64) R 5544 5546 5018 0 -1 4202496 719548 0 0 0 94134 93 0 0 25 0 1 0 657846256 442212352 92124 33554432000 4194304 4479436 140736567295760 18446744073709551615 4451282 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5546/statm: 107962 92124 326 70 0 105082 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 431848

[startup+1002.31 s]
/proc/loadavg: 4.01 4.04 4.00 6/385 5612
/proc/meminfo: memFree=21585076/32951124 swapFree=44485764/67111528
[pid=5546] ppid=5544 vsize=431720 CPUtime=1002.29 cores=1,3
/proc/5546/stat : 5546 (MPhaseSAT64) R 5544 5546 5018 0 -1 4202496 719548 0 0 0 100136 93 0 0 25 0 1 0 657846256 442081280 92092 33554432000 4194304 4479436 140736567295760 18446744073709551615 4450848 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5546/statm: 107930 92092 326 70 0 105050 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 431720

[startup+1062.3 s]
/proc/loadavg: 4.00 4.03 4.00 6/385 5614
/proc/meminfo: memFree=21591500/32951124 swapFree=44485764/67111528
[pid=5546] ppid=5544 vsize=431640 CPUtime=1062.28 cores=1,3
/proc/5546/stat : 5546 (MPhaseSAT64) R 5544 5546 5018 0 -1 4202496 735933 0 0 0 106133 95 0 0 25 0 1 0 657846256 441999360 92072 33554432000 4194304 4479436 140736567295760 18446744073709551615 4450802 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5546/statm: 107910 92072 326 70 0 105030 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 431640

[startup+1122.3 s]
/proc/loadavg: 4.08 4.04 4.01 6/385 5615
/proc/meminfo: memFree=21589724/32951124 swapFree=44485764/67111528
[pid=5546] ppid=5544 vsize=431528 CPUtime=1122.28 cores=1,3
/proc/5546/stat : 5546 (MPhaseSAT64) R 5544 5546 5018 0 -1 4202496 752318 0 0 0 112131 97 0 0 25 0 1 0 657846256 441884672 92044 33554432000 4194304 4479436 140736567295760 18446744073709551615 4453592 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5546/statm: 107882 92044 326 70 0 105002 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 431528

[startup+1182.3 s]
/proc/loadavg: 4.06 4.04 4.00 6/385 5617
/proc/meminfo: memFree=21605700/32951124 swapFree=44485764/67111528
[pid=5546] ppid=5544 vsize=431392 CPUtime=1182.28 cores=1,3
/proc/5546/stat : 5546 (MPhaseSAT64) R 5544 5546 5018 0 -1 4202496 752318 0 0 0 118131 97 0 0 25 0 1 0 657846256 441745408 92010 33554432000 4194304 4479436 140736567295760 18446744073709551615 4382436 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5546/statm: 107848 92010 326 70 0 104968 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 431392

[startup+1242.3 s]
/proc/loadavg: 4.02 4.03 4.00 6/385 5618
/proc/meminfo: memFree=21589060/32951124 swapFree=44485764/67111528
[pid=5546] ppid=5544 vsize=431320 CPUtime=1242.28 cores=1,3
/proc/5546/stat : 5546 (MPhaseSAT64) R 5544 5546 5018 0 -1 4202496 768703 0 0 0 124130 98 0 0 25 0 1 0 657846256 441671680 91992 33554432000 4194304 4479436 140736567295760 18446744073709551615 4450973 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5546/statm: 107830 91992 326 70 0 104950 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 431320



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.02 4.00 5/385 5620
/proc/meminfo: memFree=21573416/32951124 swapFree=44485764/67111528
[pid=5546] ppid=5544 vsize=431320 CPUtime=1299.99 cores=1,3
/proc/5546/stat : 5546 (MPhaseSAT64) R 5544 5546 5018 0 -1 4202496 785088 0 0 0 129899 100 0 0 25 0 1 0 657846256 441671680 91992 33554432000 4194304 4479436 140736567295760 18446744073709551615 4450785 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5546/statm: 107830 91992 326 70 0 104950 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 431320

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

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

[startup+1300 s]
/proc/loadavg: 4.01 4.02 4.00 5/385 5620
/proc/meminfo: memFree=21573416/32951124 swapFree=44485764/67111528
[pid=5546] ppid=5544 vsize=431320 CPUtime=1299.99 cores=1,3
/proc/5546/stat : 5546 (MPhaseSAT64) R 5544 5546 5018 0 -1 4202496 785088 0 0 0 129899 100 0 0 25 0 1 0 657846256 441671680 91992 33554432000 4194304 4479436 140736567295760 18446744073709551615 4450785 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5546/statm: 107830 91992 326 70 0 104950 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 431320

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.02
CPU user time (s): 1299
CPU system time (s): 1.02084
CPU usage (%): 99.9992
Max. virtual memory (cumulated for all children) (KiB): 562224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299
system time used= 1.02084
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 785088
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= 11
involuntary context switches= 2186

runsolver used 4.6033 second user time and 10.8194 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-15 14:27:38
IDJOB=3375787
IDBENCH=88163
IDSOLVER=1855
FILE ID=node105/3375787-1305462456
RUNJOBID= node105-1305462455-5521
PBS_JOBID= 13324905
Free space on /tmp= 73304 MiB

SOLVER NAME= MPhaseSAT64 2011-05-14 (fixed)
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/11pipe_11_ooo.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3375787-1305462456/watcher-3375787-1305462456 -o /tmp/evaluation-result-3375787-1305462456/solver-3375787-1305462456 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3375787-1305462456.cnf

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

MD5SUM BENCH= f603f11fbfe855df381282b7bce010ea
RANDOM SEED=1195659654

node105.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.825
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.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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.825
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	: 5410.70
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.825
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.825
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.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23658620 kB
Buffers:        305212 kB
Cached:        6811784 kB
SwapCached:      39656 kB
Active:        1695440 kB
Inactive:      7305136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23658620 kB
SwapTotal:    67111528 kB
SwapFree:     44485764 kB
Dirty:          285048 kB
Writeback:           0 kB
AnonPages:     1851828 kB
Mapped:          16020 kB
Slab:           152548 kB
PageTables:      73212 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 91395144 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= 73080 MiB
End job on node105 at 2011-05-15 14:49:20