Trace number 3445857

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.11 5000.02

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/fphp/unsat/
harder/fphp-020-019.shuffled-as.sat05-1232.cnf
MD5SUMabb32bff5eb954e790612a6209864b5d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.08668
Satisfiable
(Un)Satisfiability was proved
Number of variables380
Number of clauses7050
Sum of the clauses size14440
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 27030
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3445857-1306985454/watcher-3445857-1306985454 -o /tmp/evaluation-result-3445857-1306985454/solver-3445857-1306985454 -C 5000 -W 5100 -M 15500 MPhaseSAT HOME/instance-3445857-1306985454.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.70 1.95 1.98 2/527 16687
/proc/meminfo: memFree=15326644/32951132 swapFree=46579808/67111528
[pid=16687] ppid=16685 vsize=3192 CPUtime=0.01 cores=0,2,4,6
/proc/16687/stat : 16687 (MPhaseSAT) R 16685 16687 15411 0 -1 4202496 397 0 0 0 1 0 0 0 22 0 1 0 810144043 3268608 335 33554432000 134512640 134731564 4286799648 18446744073709551615 134577076 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/16687/statm: 798 335 238 54 0 108 0

[startup+0.089469 s]
/proc/loadavg: 1.70 1.95 1.98 2/527 16687
/proc/meminfo: memFree=15326644/32951132 swapFree=46579808/67111528
[pid=16687] ppid=16685 vsize=3960 CPUtime=0.08 cores=0,2,4,6
/proc/16687/stat : 16687 (MPhaseSAT) R 16685 16687 15411 0 -1 4202496 627 0 0 0 8 0 0 0 22 0 1 0 810144043 4055040 563 33554432000 134512640 134731564 4286799648 18446744073709551615 134667941 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/16687/statm: 990 563 277 54 0 300 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 3960

[startup+0.100468 s]
/proc/loadavg: 1.70 1.95 1.98 2/527 16687
/proc/meminfo: memFree=15326644/32951132 swapFree=46579808/67111528
[pid=16687] ppid=16685 vsize=4092 CPUtime=0.09 cores=0,2,4,6
/proc/16687/stat : 16687 (MPhaseSAT) R 16685 16687 15411 0 -1 4202496 636 0 0 0 9 0 0 0 22 0 1 0 810144043 4190208 572 33554432000 134512640 134731564 4286799648 18446744073709551615 134667514 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/16687/statm: 1023 572 277 54 0 333 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4092

[startup+0.300433 s]
/proc/loadavg: 1.70 1.95 1.98 2/527 16687
/proc/meminfo: memFree=15326644/32951132 swapFree=46579808/67111528
[pid=16687] ppid=16685 vsize=4620 CPUtime=0.29 cores=0,2,4,6
/proc/16687/stat : 16687 (MPhaseSAT) R 16685 16687 15411 0 -1 4202496 795 0 0 0 29 0 0 0 23 0 1 0 810144043 4730880 731 33554432000 134512640 134731564 4286799648 18446744073709551615 134659320 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/16687/statm: 1155 731 277 54 0 465 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4620

[startup+0.700367 s]
/proc/loadavg: 1.70 1.95 1.98 2/527 16687
/proc/meminfo: memFree=15326644/32951132 swapFree=46579808/67111528
[pid=16687] ppid=16685 vsize=5280 CPUtime=0.69 cores=0,2,4,6
/proc/16687/stat : 16687 (MPhaseSAT) R 16685 16687 15411 0 -1 4202496 940 0 0 0 69 0 0 0 25 0 1 0 810144043 5406720 876 33554432000 134512640 134731564 4286799648 18446744073709551615 134659256 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/16687/statm: 1320 876 277 54 0 630 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5280

[startup+1.50023 s]
/proc/loadavg: 1.70 1.95 1.98 3/531 16694
/proc/meminfo: memFree=15318696/32951132 swapFree=46579808/67111528
[pid=16687] ppid=16685 vsize=5940 CPUtime=1.49 cores=0,2,4,6
/proc/16687/stat : 16687 (MPhaseSAT) R 16685 16687 15411 0 -1 4202496 1123 0 0 0 149 0 0 0 25 0 1 0 810144043 6082560 1059 33554432000 134512640 134731564 4286799648 18446744073709551615 134720472 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/16687/statm: 1485 1059 277 54 0 795 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5940

[startup+3.10095 s]
/proc/loadavg: 1.70 1.95 1.98 3/531 16694
/proc/meminfo: memFree=15314360/32951132 swapFree=46579808/67111528
[pid=16687] ppid=16685 vsize=6072 CPUtime=3.08 cores=0,2,4,6
/proc/16687/stat : 16687 (MPhaseSAT) R 16685 16687 15411 0 -1 4202496 1142 0 0 0 308 0 0 0 25 0 1 0 810144043 6217728 1078 33554432000 134512640 134731564 4286799648 18446744073709551615 134667250 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/16687/statm: 1518 1078 277 54 0 828 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 6072

[startup+6.3004 s]
/proc/loadavg: 1.72 1.95 1.98 3/531 16694
/proc/meminfo: memFree=15311932/32951132 swapFree=46579808/67111528
[pid=16687] ppid=16685 vsize=6468 CPUtime=6.28 cores=0,2,4,6
/proc/16687/stat : 16687 (MPhaseSAT) R 16685 16687 15411 0 -1 4202496 1249 0 0 0 628 0 0 0 25 0 1 0 810144043 6623232 1185 33554432000 134512640 134731564 4286799648 18446744073709551615 8712538 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/16687/statm: 1617 1185 277 54 0 927 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 6468

[startup+12.7003 s]
/proc/loadavg: 1.74 1.95 1.98 3/531 16694
/proc/meminfo: memFree=15314668/32951132 swapFree=46579808/67111528
[pid=16687] ppid=16685 vsize=6468 CPUtime=12.68 cores=0,2,4,6
/proc/16687/stat : 16687 (MPhaseSAT) R 16685 16687 15411 0 -1 4202496 1250 0 0 0 1268 0 0 0 25 0 1 0 810144043 6623232 1186 33554432000 134512640 134731564 4286799648 18446744073709551615 8712519 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/16687/statm: 1617 1186 277 54 0 927 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 6468

[startup+25.5011 s]
/proc/loadavg: 1.80 1.95 1.98 3/531 16694
/proc/meminfo: memFree=15308976/32951132 swapFree=46579808/67111528
[pid=16687] ppid=16685 vsize=10328 CPUtime=25.48 cores=0,2,4,6
/proc/16687/stat : 16687 (MPhaseSAT) R 16685 16687 15411 0 -1 4202496 2206 0 0 0 2548 0 0 0 25 0 1 0 810144043 10575872 2142 33554432000 134512640 134731564 4286799648 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/16687/statm: 2582 2142 277 54 0 1892 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 10328

[startup+51.1007 s]
/proc/loadavg: 1.87 1.95 1.98 3/531 16696
/proc/meminfo: memFree=15303380/32951132 swapFree=46579808/67111528
[pid=16687] ppid=16685 vsize=14380 CPUtime=51.08 cores=0,2,4,6
/proc/16687/stat : 16687 (MPhaseSAT) R 16685 16687 15411 0 -1 4202496 3180 0 0 0 5108 0 0 0 25 0 1 0 810144043 14725120 3116 33554432000 134512640 134731564 4286799648 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/16687/statm: 3595 3116 277 54 0 2905 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 14380

[startup+102.32 s]
/proc/loadavg: 1.94 1.96 1.98 3/531 16696
/proc/meminfo: memFree=15299032/32951132 swapFree=46579808/67111528
[pid=16687] ppid=16685 vsize=21100 CPUtime=102.3 cores=0,2,4,6
/proc/16687/stat : 16687 (MPhaseSAT) R 16685 16687 15411 0 -1 4202496 4716 0 0 0 10230 0 0 0 25 0 1 0 810144043 21606400 4652 33554432000 134512640 134731564 4286799648 18446744073709551615 134719966 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/16687/statm: 5275 4652 277 54 0 4585 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 21100

[startup+162.301 s]
/proc/loadavg: 1.98 1.96 1.98 3/531 16698
/proc/meminfo: memFree=15295056/32951132 swapFree=46579808/67111528
[pid=16687] ppid=16685 vsize=25696 CPUtime=162.29 cores=0,2,4,6
/proc/16687/stat : 16687 (MPhaseSAT) R 16685 16687 15411 0 -1 4202496 5772 0 0 0 16228 1 0 0 25 0 1 0 810144043 26312704 5708 33554432000 134512640 134731564 4286799648 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/16687/statm: 6424 5708 277 54 0 5734 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 25696

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/531 16700
/proc/meminfo: memFree=15292820/32951132 swapFree=46579808/67111528
[pid=16687] ppid=16685 vsize=28512 CPUtime=222.29 cores=0,2,4,6
/proc/16687/stat : 16687 (MPhaseSAT) R 16685 16687 15411 0 -1 4202496 6375 0 0 0 22228 1 0 0 25 0 1 0 810144043 29196288 6311 33554432000 134512640 134731564 4286799648 18446744073709551615 134614658 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/16687/statm: 7128 6311 277 54 0 6438 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 28512

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/531 16702
/proc/meminfo: memFree=15291196/32951132 swapFree=46579808/67111528
[pid=16687] ppid=16685 vsize=30240 CPUtime=282.29 cores=0,2,4,6
/proc/16687/stat : 16687 (MPhaseSAT) R 16685 16687 15411 0 -1 4202496 6749 0 0 0 28228 1 0 0 25 0 1 0 810144043 30965760 6685 33554432000 134512640 134731564 4286799648 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/16687/statm: 7560 6685 277 54 0 6870 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 30240

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/531 16704
/proc/meminfo: memFree=15291560/32951132 swapFree=46579808/67111528
[pid=16687] ppid=16685 vsize=30752 CPUtime=342.29 cores=0,2,4,6
/proc/16687/stat : 16687 (MPhaseSAT) R 16685 16687 15411 0 -1 4202496 6827 0 0 0 34228 1 0 0 25 0 1 0 810144043 31490048 6763 33554432000 134512640 134731564 4286799648 18446744073709551615 134715900 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/16687/statm: 7688 6763 277 54 0 6998 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 30752

[startup+402.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/531 16704
/proc/meminfo: memFree=15288952/32951132 swapFree=46579808/67111528
[pid=16687] ppid=16685 vsize=32608 CPUtime=402.29 cores=0,2,4,6
/proc/16687/stat : 16687 (MPhaseSAT) R 16685 16687 15411 0 -1 4202496 7191 0 0 0 40228 1 0 0 25 0 1 0 810144043 33390592 7127 33554432000 134512640 134731564 4286799648 18446744073709551615 134720304 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/16687/statm: 8152 7127 277 54 0 7462 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 32608

[startup+462.301 s]
/proc/loadavg: 2.15 2.00 1.99 3/531 16706
/proc/meminfo: memFree=15289556/32951132 swapFree=46579808/67111528
[pid=16687] ppid=16685 vsize=33184 CPUtime=462.29 cores=0,2,4,6
/proc/16687/stat : 16687 (MPhaseSAT) R 16685 16687 15411 0 -1 4202496 7300 0 0 0 46228 1 0 0 25 0 1 0 810144043 33980416 7236 33554432000 134512640 134731564 4286799648 18446744073709551615 134620712 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/16687/statm: 8296 7236 277 54 0 7606 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 33184

[startup+522.301 s]
/proc/loadavg: 2.13 2.02 1.99 3/531 16708
/proc/meminfo: memFree=15289296/32951132 swapFree=46579808/67111528
[pid=16687] ppid=16685 vsize=33712 CPUtime=522.29 cores=0,2,4,6
/proc/16687/stat : 16687 (MPhaseSAT) R 16685 16687 15411 0 -1 4202496 7411 0 0 0 52228 1 0 0 25 0 1 0 810144043 34521088 7347 33554432000 134512640 134731564 4286799648 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/16687/statm: 8428 7347 277 54 0 7738 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 33712

[startup+582.3 s]
/proc/loadavg: 2.16 2.04 2.00 3/531 16710
/proc/meminfo: memFree=15289288/32951132 swapFree=46579808/67111528
[pid=16687] ppid=16685 vsize=33904 CPUtime=582.29 cores=0,2,4,6
/proc/16687/stat : 16687 (MPhaseSAT) R 16685 16687 15411 0 -1 4202496 7444 0 0 0 58228 1 0 0 25 0 1 0 810144043 34717696 7380 33554432000 134512640 134731564 4286799648 18446744073709551615 134720146 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/16687/statm: 8476 7380 277 54 0 7786 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 33904

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/531 16812
/proc/meminfo: memFree=15278580/32951132 swapFree=46579808/67111528
[pid=16687] ppid=16685 vsize=46028 CPUtime=4002.36 cores=0,2,4,6
/proc/16687/stat : 16687 (MPhaseSAT) R 16685 16687 15411 0 -1 4202496 10380 0 0 0 400234 2 0 0 25 0 1 0 810144043 47132672 10153 33554432000 134512640 134731564 4286799648 18446744073709551615 134655485 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/16687/statm: 11507 10153 277 54 0 10817 0
Current children cumulated CPU time (s) 4002.36
Current children cumulated vsize (KiB) 46028

[startup+4062.32 s]
/proc/loadavg: 2.17 2.06 2.01 3/531 16814
/proc/meminfo: memFree=15279188/32951132 swapFree=46579808/67111528
[pid=16687] ppid=16685 vsize=46284 CPUtime=4062.38 cores=0,2,4,6
/proc/16687/stat : 16687 (MPhaseSAT) R 16685 16687 15411 0 -1 4202496 10421 0 0 0 406236 2 0 0 25 0 1 0 810144043 47394816 10194 33554432000 134512640 134731564 4286799648 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/16687/statm: 11571 10194 277 54 0 10881 0
Current children cumulated CPU time (s) 4062.38
Current children cumulated vsize (KiB) 46284

[startup+4122.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/531 16816
/proc/meminfo: memFree=15277192/32951132 swapFree=46579808/67111528
[pid=16687] ppid=16685 vsize=46284 CPUtime=4122.36 cores=0,2,4,6
/proc/16687/stat : 16687 (MPhaseSAT) R 16685 16687 15411 0 -1 4202496 10424 0 0 0 412234 2 0 0 25 0 1 0 810144043 47394816 10197 33554432000 134512640 134731564 4286799648 18446744073709551615 134720157 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/16687/statm: 11571 10197 277 54 0 10881 0
Current children cumulated CPU time (s) 4122.36
Current children cumulated vsize (KiB) 46284

[startup+4182.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/531 16818
/proc/meminfo: memFree=15278052/32951132 swapFree=46579808/67111528
[pid=16687] ppid=16685 vsize=46540 CPUtime=4182.37 cores=0,2,4,6
/proc/16687/stat : 16687 (MPhaseSAT) R 16685 16687 15411 0 -1 4202496 10445 0 0 0 418235 2 0 0 25 0 1 0 810144043 47656960 10218 33554432000 134512640 134731564 4286799648 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/16687/statm: 11635 10218 277 54 0 10945 0
Current children cumulated CPU time (s) 4182.37
Current children cumulated vsize (KiB) 46540

[startup+4242.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/531 16820
/proc/meminfo: memFree=15277672/32951132 swapFree=46579808/67111528
[pid=16687] ppid=16685 vsize=46540 CPUtime=4242.37 cores=0,2,4,6
/proc/16687/stat : 16687 (MPhaseSAT) R 16685 16687 15411 0 -1 4202496 10466 0 0 0 424235 2 0 0 25 0 1 0 810144043 47656960 10239 33554432000 134512640 134731564 4286799648 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/16687/statm: 11635 10239 277 54 0 10945 0
Current children cumulated CPU time (s) 4242.37
Current children cumulated vsize (KiB) 46540

[startup+4302.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/531 16820
/proc/meminfo: memFree=15277668/32951132 swapFree=46579808/67111528
[pid=16687] ppid=16685 vsize=46540 CPUtime=4302.37 cores=0,2,4,6
/proc/16687/stat : 16687 (MPhaseSAT) R 16685 16687 15411 0 -1 4202496 10467 0 0 0 430235 2 0 0 25 0 1 0 810144043 47656960 10240 33554432000 134512640 134731564 4286799648 18446744073709551615 134719816 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/16687/statm: 11635 10240 277 54 0 10945 0
Current children cumulated CPU time (s) 4302.37
Current children cumulated vsize (KiB) 46540

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/531 16822
/proc/meminfo: memFree=15278400/32951132 swapFree=46579808/67111528
[pid=16687] ppid=16685 vsize=46540 CPUtime=4362.37 cores=0,2,4,6
/proc/16687/stat : 16687 (MPhaseSAT) R 16685 16687 15411 0 -1 4202496 10467 0 0 0 436235 2 0 0 25 0 1 0 810144043 47656960 10240 33554432000 134512640 134731564 4286799648 18446744073709551615 134667496 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/16687/statm: 11635 10240 277 54 0 10945 0
Current children cumulated CPU time (s) 4362.37
Current children cumulated vsize (KiB) 46540

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/531 16824
/proc/meminfo: memFree=15276536/32951132 swapFree=46579808/67111528
[pid=16687] ppid=16685 vsize=46540 CPUtime=4422.37 cores=0,2,4,6
/proc/16687/stat : 16687 (MPhaseSAT) R 16685 16687 15411 0 -1 4202496 10472 0 0 0 442235 2 0 0 25 0 1 0 810144043 47656960 10245 33554432000 134512640 134731564 4286799648 18446744073709551615 134720143 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/16687/statm: 11635 10245 277 54 0 10945 0
Current children cumulated CPU time (s) 4422.37
Current children cumulated vsize (KiB) 46540

[startup+4482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/531 16826
/proc/meminfo: memFree=15277896/32951132 swapFree=46579808/67111528
[pid=16687] ppid=16685 vsize=46540 CPUtime=4482.37 cores=0,2,4,6
/proc/16687/stat : 16687 (MPhaseSAT) R 16685 16687 15411 0 -1 4202496 10472 0 0 0 448235 2 0 0 25 0 1 0 810144043 47656960 10245 33554432000 134512640 134731564 4286799648 18446744073709551615 134655587 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/16687/statm: 11635 10245 277 54 0 10945 0
Current children cumulated CPU time (s) 4482.37
Current children cumulated vsize (KiB) 46540

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/531 16828
/proc/meminfo: memFree=15278752/32951132 swapFree=46579808/67111528
[pid=16687] ppid=16685 vsize=46540 CPUtime=4542.37 cores=0,2,4,6
/proc/16687/stat : 16687 (MPhaseSAT) R 16685 16687 15411 0 -1 4202496 10473 0 0 0 454235 2 0 0 25 0 1 0 810144043 47656960 10246 33554432000 134512640 134731564 4286799648 18446744073709551615 134673256 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/16687/statm: 11635 10246 277 54 0 10945 0
Current children cumulated CPU time (s) 4542.37
Current children cumulated vsize (KiB) 46540

[startup+4602.3 s]
/proc/loadavg: 2.28 2.07 2.02 3/531 16828
/proc/meminfo: memFree=15275768/32951132 swapFree=46579808/67111528
[pid=16687] ppid=16685 vsize=46540 CPUtime=4602.39 cores=0,2,4,6
/proc/16687/stat : 16687 (MPhaseSAT) R 16685 16687 15411 0 -1 4202496 10474 0 0 0 460237 2 0 0 25 0 1 0 810144043 47656960 10247 33554432000 134512640 134731564 4286799648 18446744073709551615 134720151 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/16687/statm: 11635 10247 277 54 0 10945 0
Current children cumulated CPU time (s) 4602.39
Current children cumulated vsize (KiB) 46540

[startup+4662.3 s]
/proc/loadavg: 2.16 2.07 2.02 3/531 16830
/proc/meminfo: memFree=15275504/32951132 swapFree=46579808/67111528
[pid=16687] ppid=16685 vsize=46796 CPUtime=4662.37 cores=0,2,4,6
/proc/16687/stat : 16687 (MPhaseSAT) R 16685 16687 15411 0 -1 4202496 10498 0 0 0 466235 2 0 0 25 0 1 0 810144043 47919104 10271 33554432000 134512640 134731564 4286799648 18446744073709551615 134720146 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/16687/statm: 11699 10271 277 54 0 11009 0
Current children cumulated CPU time (s) 4662.37
Current children cumulated vsize (KiB) 46796

[startup+4722.32 s]
/proc/loadavg: 2.06 2.06 2.02 3/531 16832
/proc/meminfo: memFree=15278596/32951132 swapFree=46579808/67111528
[pid=16687] ppid=16685 vsize=46796 CPUtime=4722.39 cores=0,2,4,6
/proc/16687/stat : 16687 (MPhaseSAT) R 16685 16687 15411 0 -1 4202496 10499 0 0 0 472237 2 0 0 25 0 1 0 810144043 47919104 10272 33554432000 134512640 134731564 4286799648 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/16687/statm: 11699 10272 277 54 0 11009 0
Current children cumulated CPU time (s) 4722.39
Current children cumulated vsize (KiB) 46796

[startup+4782.3 s]
/proc/loadavg: 2.02 2.04 2.01 3/531 16834
/proc/meminfo: memFree=15278584/32951132 swapFree=46579808/67111528
[pid=16687] ppid=16685 vsize=46796 CPUtime=4782.38 cores=0,2,4,6
/proc/16687/stat : 16687 (MPhaseSAT) R 16685 16687 15411 0 -1 4202496 10503 0 0 0 478236 2 0 0 25 0 1 0 810144043 47919104 10276 33554432000 134512640 134731564 4286799648 18446744073709551615 134720146 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/16687/statm: 11699 10276 277 54 0 11009 0
Current children cumulated CPU time (s) 4782.38
Current children cumulated vsize (KiB) 46796

[startup+4842.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/531 16836
/proc/meminfo: memFree=15277960/32951132 swapFree=46579808/67111528
[pid=16687] ppid=16685 vsize=46796 CPUtime=4842.38 cores=0,2,4,6
/proc/16687/stat : 16687 (MPhaseSAT) R 16685 16687 15411 0 -1 4202496 10506 0 0 0 484236 2 0 0 25 0 1 0 810144043 47919104 10279 33554432000 134512640 134731564 4286799648 18446744073709551615 134720177 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/16687/statm: 11699 10279 277 54 0 11009 0
Current children cumulated CPU time (s) 4842.38
Current children cumulated vsize (KiB) 46796

[startup+4902.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/531 16836
/proc/meminfo: memFree=15278820/32951132 swapFree=46579808/67111528
[pid=16687] ppid=16685 vsize=47456 CPUtime=4902.38 cores=0,2,4,6
/proc/16687/stat : 16687 (MPhaseSAT) R 16685 16687 15411 0 -1 4202496 10694 0 0 0 490236 2 0 0 25 0 1 0 810144043 48594944 10467 33554432000 134512640 134731564 4286799648 18446744073709551615 8712046 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/16687/statm: 11864 10467 277 54 0 11174 0
Current children cumulated CPU time (s) 4902.38
Current children cumulated vsize (KiB) 47456

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/531 16838
/proc/meminfo: memFree=15278196/32951132 swapFree=46579808/67111528
[pid=16687] ppid=16685 vsize=46796 CPUtime=4962.38 cores=0,2,4,6
/proc/16687/stat : 16687 (MPhaseSAT) R 16685 16687 15411 0 -1 4202496 10695 0 0 0 496236 2 0 0 25 0 1 0 810144043 47919104 10315 33554432000 134512640 134731564 4286799648 18446744073709551615 134720151 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/16687/statm: 11699 10315 277 54 0 11009 0
Current children cumulated CPU time (s) 4962.38
Current children cumulated vsize (KiB) 46796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.02 2.00 3/531 16840
/proc/meminfo: memFree=15278316/32951132 swapFree=46579808/67111528
[pid=16687] ppid=16685 vsize=46796 CPUtime=5000.09 cores=0,2,4,6
/proc/16687/stat : 16687 (MPhaseSAT) R 16685 16687 15411 0 -1 4202496 10695 0 0 0 500007 2 0 0 25 0 1 0 810144043 47919104 10315 33554432000 134512640 134731564 4286799648 18446744073709551615 134720151 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/16687/statm: 11699 10315 277 54 0 11009 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 46796

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): 5000.02
CPU time (s): 5000.11
CPU user time (s): 5000.08
CPU system time (s): 0.026995
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 47456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000.08
system time used= 0.026995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10695
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= 16
involuntary context switches= 7052

runsolver used 27.8768 second user time and 58.4971 second system time

The end

Launcher Data

Begin job on node128 at 2011-06-02 05:30:54
IDJOB=3445857
IDBENCH=85542
IDSOLVER=1941
FILE ID=node128/3445857-1306985454
RUNJOBID= node128-1306985454-16673
PBS_JOBID= 13497685
Free space on /tmp= 73800 MiB

SOLVER NAME= MPhaseSAT 2011-02-15
BENCH NAME= SAT05/crafted/sabharwal05/counting/fphp/unsat/harder/fphp-020-019.shuffled-as.sat05-1232.cnf
COMMAND LINE= MPhaseSAT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3445857-1306985454/watcher-3445857-1306985454 -o /tmp/evaluation-result-3445857-1306985454/solver-3445857-1306985454 -C 5000 -W 5100 -M 15500  MPhaseSAT HOME/instance-3445857-1306985454.cnf

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

MD5SUM BENCH= abb32bff5eb954e790612a6209864b5d
RANDOM SEED=1069808449

node128.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.852
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.852
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.852
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.852
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.852
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.852
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.852
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      15326932 kB
Buffers:        300124 kB
Cached:        3422784 kB
SwapCached:      35620 kB
Active:        8821324 kB
Inactive:      8487888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      15326932 kB
SwapTotal:    67111528 kB
SwapFree:     46579808 kB
Dirty:             528 kB
Writeback:          20 kB
AnonPages:    13559828 kB
Mapped:          17276 kB
Slab:           133556 kB
PageTables:     112276 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 174779912 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73800 MiB
End job on node128 at 2011-06-02 06:54:16