Trace number 3445856

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

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/fphp/unsat/
harder/fphp-030-029.shuffled-as.sat05-1234.cnf
MD5SUMc12aa6a0ac1bca448bef51c167f3bbbb
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark17.0914
Satisfiable
(Un)Satisfiability was proved
Number of variables870
Number of clauses24825
Sum of the clauses size50460
Maximum clause length29
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 224795
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

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-3445856-1306985454/watcher-3445856-1306985454 -o /tmp/evaluation-result-3445856-1306985454/solver-3445856-1306985454 -C 5000 -W 5100 -M 15500 MPhaseSAT HOME/instance-3445856-1306985454.cnf 

running on 4 cores: 1,3,5,7

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 4/529 16692
/proc/meminfo: memFree=15326256/32951132 swapFree=46579808/67111528
[pid=16692] ppid=16690 vsize=11796 CPUtime=0 cores=1,3,5,7
/proc/16692/stat : 16692 (runsolver) R 16690 16692 15411 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 810144044 12079104 51 33554432000 4194304 5432328 140735716880320 18446744073709551615 4881591 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/16692/statm: 2949 51 31 303 0 2643 0

[startup+0.10006 s]
/proc/loadavg: 1.70 1.95 1.98 4/529 16692
/proc/meminfo: memFree=15326256/32951132 swapFree=46579808/67111528
[pid=16692] ppid=16690 vsize=6084 CPUtime=0.07 cores=1,3,5,7
/proc/16692/stat : 16692 (MPhaseSAT) R 16690 16692 15411 0 -1 4202496 1220 0 0 0 7 0 0 0 20 0 1 0 810144044 6230016 1064 33554432000 134512640 134731564 4289852528 18446744073709551615 134665466 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16692/statm: 1521 1064 260 54 0 831 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 6084

[startup+0.201041 s]
/proc/loadavg: 1.70 1.95 1.98 4/529 16692
/proc/meminfo: memFree=15326256/32951132 swapFree=46579808/67111528
[pid=16692] ppid=16690 vsize=6084 CPUtime=0.17 cores=1,3,5,7
/proc/16692/stat : 16692 (MPhaseSAT) R 16690 16692 15411 0 -1 4202496 1239 0 0 0 17 0 0 0 20 0 1 0 810144044 6230016 1082 33554432000 134512640 134731564 4289852528 18446744073709551615 134667532 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16692/statm: 1521 1082 276 54 0 831 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 6084

[startup+0.301025 s]
/proc/loadavg: 1.70 1.95 1.98 4/529 16692
/proc/meminfo: memFree=15326256/32951132 swapFree=46579808/67111528
[pid=16692] ppid=16690 vsize=5356 CPUtime=0.27 cores=1,3,5,7
/proc/16692/stat : 16692 (MPhaseSAT) R 16690 16692 15411 0 -1 4202496 1564 0 0 0 27 0 0 0 21 0 1 0 810144044 5484544 911 33554432000 134512640 134731564 4289852528 18446744073709551615 134665661 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16692/statm: 1339 912 276 54 0 649 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 5356

[startup+0.700954 s]
/proc/loadavg: 1.70 1.95 1.98 4/529 16692
/proc/meminfo: memFree=15326256/32951132 swapFree=46579808/67111528
[pid=16692] ppid=16690 vsize=6148 CPUtime=0.67 cores=1,3,5,7
/proc/16692/stat : 16692 (MPhaseSAT) R 16690 16692 15411 0 -1 4202496 1740 0 0 0 67 0 0 0 22 0 1 0 810144044 6295552 1087 33554432000 134512640 134731564 4289852528 18446744073709551615 134668224 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16692/statm: 1537 1088 276 54 0 847 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 6148

[startup+1.50082 s]
/proc/loadavg: 1.70 1.95 1.98 3/531 16694
/proc/meminfo: memFree=15317456/32951132 swapFree=46579808/67111528
[pid=16692] ppid=16690 vsize=7204 CPUtime=1.47 cores=1,3,5,7
/proc/16692/stat : 16692 (MPhaseSAT) R 16690 16692 15411 0 -1 4202496 2016 0 0 0 147 0 0 0 25 0 1 0 810144044 7376896 1363 33554432000 134512640 134731564 4289852528 18446744073709551615 134655391 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16692/statm: 1801 1363 276 54 0 1111 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 7204

[startup+3.10054 s]
/proc/loadavg: 1.70 1.95 1.98 3/531 16694
/proc/meminfo: memFree=15314292/32951132 swapFree=46579808/67111528
[pid=16692] ppid=16690 vsize=8656 CPUtime=3.07 cores=1,3,5,7
/proc/16692/stat : 16692 (MPhaseSAT) R 16690 16692 15411 0 -1 4202496 2388 0 0 0 307 0 0 0 25 0 1 0 810144044 8863744 1735 33554432000 134512640 134731564 4289852528 18446744073709551615 134720143 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16692/statm: 2164 1735 276 54 0 1474 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 8656

[startup+6.30099 s]
/proc/loadavg: 1.72 1.95 1.98 3/531 16694
/proc/meminfo: memFree=15311808/32951132 swapFree=46579808/67111528
[pid=16692] ppid=16690 vsize=10636 CPUtime=6.27 cores=1,3,5,7
/proc/16692/stat : 16692 (MPhaseSAT) R 16690 16692 15411 0 -1 4202496 2879 0 0 0 627 0 0 0 25 0 1 0 810144044 10891264 2226 33554432000 134512640 134731564 4289852528 18446744073709551615 134720375 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16692/statm: 2659 2226 276 54 0 1969 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 10636

[startup+12.7009 s]
/proc/loadavg: 1.74 1.95 1.98 3/531 16694
/proc/meminfo: memFree=15315040/32951132 swapFree=46579808/67111528
[pid=16692] ppid=16690 vsize=7104 CPUtime=12.67 cores=1,3,5,7
/proc/16692/stat : 16692 (MPhaseSAT) R 16690 16692 15411 0 -1 4202496 4288 0 0 0 1267 0 0 0 25 0 1 0 810144044 7274496 1334 33554432000 134512640 134731564 4289852528 18446744073709551615 134667506 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16692/statm: 1776 1334 276 54 0 1086 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 7104

[startup+25.5007 s]
/proc/loadavg: 1.80 1.95 1.98 3/531 16694
/proc/meminfo: memFree=15308852/32951132 swapFree=46579808/67111528
[pid=16692] ppid=16690 vsize=8360 CPUtime=25.47 cores=1,3,5,7
/proc/16692/stat : 16692 (MPhaseSAT) R 16690 16692 15411 0 -1 4202496 6899 0 0 0 2547 0 0 0 25 0 1 0 810144044 8560640 1649 33554432000 134512640 134731564 4289852528 18446744073709551615 134720304 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16692/statm: 2090 1649 276 54 0 1400 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 8360

[startup+51.1003 s]
/proc/loadavg: 1.87 1.95 1.98 3/531 16696
/proc/meminfo: memFree=15303380/32951132 swapFree=46579808/67111528
[pid=16692] ppid=16690 vsize=10024 CPUtime=51.08 cores=1,3,5,7
/proc/16692/stat : 16692 (MPhaseSAT) R 16690 16692 15411 0 -1 4202496 11210 0 0 0 5106 2 0 0 25 0 1 0 810144044 10264576 2064 33554432000 134512640 134731564 4289852528 18446744073709551615 134669044 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16692/statm: 2506 2064 276 54 0 1816 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 10024

[startup+102.3 s]
/proc/loadavg: 1.94 1.96 1.98 3/531 16696
/proc/meminfo: memFree=15299032/32951132 swapFree=46579808/67111528
[pid=16692] ppid=16690 vsize=8100 CPUtime=102.29 cores=1,3,5,7
/proc/16692/stat : 16692 (MPhaseSAT) R 16690 16692 15411 0 -1 4202496 19801 0 0 0 10225 4 0 0 25 0 1 0 810144044 8294400 1571 33554432000 134512640 134731564 4289852528 18446744073709551615 134620749 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16692/statm: 2025 1571 276 54 0 1335 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 8100

[startup+162.3 s]
/proc/loadavg: 1.98 1.96 1.98 3/531 16698
/proc/meminfo: memFree=15295056/32951132 swapFree=46579808/67111528
[pid=16692] ppid=16690 vsize=5264 CPUtime=162.28 cores=1,3,5,7
/proc/16692/stat : 16692 (MPhaseSAT) R 16690 16692 15411 0 -1 4202496 30497 0 0 0 16222 6 0 0 25 0 1 0 810144044 5390336 870 33554432000 134512640 134731564 4289852528 18446744073709551615 9000926 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16692/statm: 1316 870 276 54 0 626 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 5264

[startup+222.32 s]
/proc/loadavg: 1.99 1.97 1.98 3/531 16700
/proc/meminfo: memFree=15292696/32951132 swapFree=46579808/67111528
[pid=16692] ppid=16690 vsize=5384 CPUtime=222.3 cores=1,3,5,7
/proc/16692/stat : 16692 (MPhaseSAT) R 16690 16692 15411 0 -1 4202496 42170 0 0 0 22222 8 0 0 25 0 1 0 810144044 5513216 922 33554432000 134512640 134731564 4289852528 18446744073709551615 134655961 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16692/statm: 1346 922 276 54 0 656 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 5384

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/531 16702
/proc/meminfo: memFree=15290948/32951132 swapFree=46579808/67111528
[pid=16692] ppid=16690 vsize=6128 CPUtime=282.28 cores=1,3,5,7
/proc/16692/stat : 16692 (MPhaseSAT) R 16690 16692 15411 0 -1 4202496 54193 0 0 0 28218 10 0 0 25 0 1 0 810144044 6275072 1098 33554432000 134512640 134731564 4289852528 18446744073709551615 134720151 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16692/statm: 1532 1098 276 54 0 842 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 6128

[startup+342.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/531 16704
/proc/meminfo: memFree=15291560/32951132 swapFree=46579808/67111528
[pid=16692] ppid=16690 vsize=5276 CPUtime=342.27 cores=1,3,5,7
/proc/16692/stat : 16692 (MPhaseSAT) R 16690 16692 15411 0 -1 4202496 64315 0 0 0 34216 11 0 0 25 0 1 0 810144044 5402624 875 33554432000 134512640 134731564 4289852528 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16692/statm: 1319 875 276 54 0 629 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 5276

[startup+402.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/531 16704
/proc/meminfo: memFree=15288952/32951132 swapFree=46579808/67111528
[pid=16692] ppid=16690 vsize=4720 CPUtime=402.28 cores=1,3,5,7
/proc/16692/stat : 16692 (MPhaseSAT) R 16690 16692 15411 0 -1 4202496 74712 0 0 0 40214 14 0 0 25 0 1 0 810144044 4833280 725 33554432000 134512640 134731564 4289852528 18446744073709551615 134715920 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16692/statm: 1180 725 276 54 0 490 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 4720

[startup+462.301 s]
/proc/loadavg: 2.15 2.00 1.99 3/531 16706
/proc/meminfo: memFree=15289432/32951132 swapFree=46579808/67111528
[pid=16692] ppid=16690 vsize=4476 CPUtime=462.28 cores=1,3,5,7
/proc/16692/stat : 16692 (MPhaseSAT) R 16690 16692 15411 0 -1 4202496 85586 0 0 0 46212 16 0 0 25 0 1 0 810144044 4583424 669 33554432000 134512640 134731564 4289852528 18446744073709551615 134681126 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16692/statm: 1119 669 276 54 0 429 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 4476

[startup+522.3 s]
/proc/loadavg: 2.13 2.02 1.99 3/531 16708
/proc/meminfo: memFree=15289172/32951132 swapFree=46579808/67111528
[pid=16692] ppid=16690 vsize=5208 CPUtime=522.28 cores=1,3,5,7
/proc/16692/stat : 16692 (MPhaseSAT) R 16690 16692 15411 0 -1 4202496 97351 0 0 0 52210 18 0 0 25 0 1 0 810144044 5332992 855 33554432000 134512640 134731564 4289852528 18446744073709551615 134659542 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16692/statm: 1302 855 276 54 0 612 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 5208

[startup+582.301 s]
/proc/loadavg: 2.16 2.04 2.00 3/531 16710
/proc/meminfo: memFree=15289288/32951132 swapFree=46579808/67111528
[pid=16692] ppid=16690 vsize=5280 CPUtime=582.29 cores=1,3,5,7
/proc/16692/stat : 16692 (MPhaseSAT) R 16690 16692 15411 0 -1 4202496 109219 0 0 0 58209 20 0 0 25 0 1 0 810144044 5406720 875 33554432000 134512640 134731564 4289852528 18446744073709551615 8711948 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16692/statm: 1320 875 276 54 0 630 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 5280

[startup+642.301 s]

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

[startup+4062.3 s]
/proc/loadavg: 2.17 2.06 2.01 3/531 16814
/proc/meminfo: memFree=15279064/32951132 swapFree=46579808/67111528
[pid=16692] ppid=16690 vsize=5192 CPUtime=4062.36 cores=1,3,5,7
/proc/16692/stat : 16692 (MPhaseSAT) R 16690 16692 15411 0 -1 4202496 764062 0 0 0 406112 124 0 0 25 0 1 0 810144044 5316608 865 33554432000 134512640 134731564 4289852528 18446744073709551615 134668981 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16692/statm: 1298 865 276 54 0 608 0
Current children cumulated CPU time (s) 4062.36
Current children cumulated vsize (KiB) 5192

[startup+4122.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/531 16816
/proc/meminfo: memFree=15277192/32951132 swapFree=46579808/67111528
[pid=16692] ppid=16690 vsize=6200 CPUtime=4122.36 cores=1,3,5,7
/proc/16692/stat : 16692 (MPhaseSAT) R 16690 16692 15411 0 -1 4202496 776751 0 0 0 412109 127 0 0 25 0 1 0 810144044 6348800 1088 33554432000 134512640 134731564 4289852528 18446744073709551615 134659329 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16692/statm: 1550 1088 276 54 0 860 0
Current children cumulated CPU time (s) 4122.36
Current children cumulated vsize (KiB) 6200

[startup+4182.32 s]
/proc/loadavg: 2.04 2.05 2.01 3/531 16818
/proc/meminfo: memFree=15277928/32951132 swapFree=46579808/67111528
[pid=16692] ppid=16690 vsize=5328 CPUtime=4182.38 cores=1,3,5,7
/proc/16692/stat : 16692 (MPhaseSAT) R 16690 16692 15411 0 -1 4202496 788052 0 0 0 418110 128 0 0 25 0 1 0 810144044 5455872 887 33554432000 134512640 134731564 4289852528 18446744073709551615 134720304 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16692/statm: 1332 887 276 54 0 642 0
Current children cumulated CPU time (s) 4182.38
Current children cumulated vsize (KiB) 5328

[startup+4242.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/531 16820
/proc/meminfo: memFree=15277672/32951132 swapFree=46579808/67111528
[pid=16692] ppid=16690 vsize=5144 CPUtime=4242.36 cores=1,3,5,7
/proc/16692/stat : 16692 (MPhaseSAT) R 16690 16692 15411 0 -1 4202496 799223 0 0 0 424107 129 0 0 25 0 1 0 810144044 5267456 835 33554432000 134512640 134731564 4289852528 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16692/statm: 1286 835 276 54 0 596 0
Current children cumulated CPU time (s) 4242.36
Current children cumulated vsize (KiB) 5144

[startup+4302.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/531 16820
/proc/meminfo: memFree=15277544/32951132 swapFree=46579808/67111528
[pid=16692] ppid=16690 vsize=4608 CPUtime=4302.35 cores=1,3,5,7
/proc/16692/stat : 16692 (MPhaseSAT) R 16690 16692 15411 0 -1 4202496 810618 0 0 0 430104 131 0 0 25 0 1 0 810144044 4718592 727 33554432000 134512640 134731564 4289852528 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16692/statm: 1152 727 276 54 0 462 0
Current children cumulated CPU time (s) 4302.35
Current children cumulated vsize (KiB) 4608

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/531 16822
/proc/meminfo: memFree=15278400/32951132 swapFree=46579808/67111528
[pid=16692] ppid=16690 vsize=5552 CPUtime=4362.35 cores=1,3,5,7
/proc/16692/stat : 16692 (MPhaseSAT) R 16690 16692 15411 0 -1 4202496 822584 0 0 0 436102 133 0 0 25 0 1 0 810144044 5685248 933 33554432000 134512640 134731564 4289852528 18446744073709551615 134659898 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16692/statm: 1388 933 276 54 0 698 0
Current children cumulated CPU time (s) 4362.35
Current children cumulated vsize (KiB) 5552

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/531 16824
/proc/meminfo: memFree=15276412/32951132 swapFree=46579808/67111528
[pid=16692] ppid=16690 vsize=6860 CPUtime=4422.36 cores=1,3,5,7
/proc/16692/stat : 16692 (MPhaseSAT) R 16690 16692 15411 0 -1 4202496 832960 0 0 0 442101 135 0 0 25 0 1 0 810144044 7024640 1236 33554432000 134512640 134731564 4289852528 18446744073709551615 134673165 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16692/statm: 1715 1236 276 54 0 1025 0
Current children cumulated CPU time (s) 4422.36
Current children cumulated vsize (KiB) 6860

[startup+4482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/531 16826
/proc/meminfo: memFree=15277896/32951132 swapFree=46579808/67111528
[pid=16692] ppid=16690 vsize=5152 CPUtime=4482.36 cores=1,3,5,7
/proc/16692/stat : 16692 (MPhaseSAT) R 16690 16692 15411 0 -1 4202496 844751 0 0 0 448099 137 0 0 25 0 1 0 810144044 5275648 855 33554432000 134512640 134731564 4289852528 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16692/statm: 1288 855 276 54 0 598 0
Current children cumulated CPU time (s) 4482.36
Current children cumulated vsize (KiB) 5152

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/531 16828
/proc/meminfo: memFree=15277884/32951132 swapFree=46579808/67111528
[pid=16692] ppid=16690 vsize=4660 CPUtime=4542.36 cores=1,3,5,7
/proc/16692/stat : 16692 (MPhaseSAT) R 16690 16692 15411 0 -1 4202496 856195 0 0 0 454097 139 0 0 25 0 1 0 810144044 4771840 717 33554432000 134512640 134731564 4289852528 18446744073709551615 134719983 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16692/statm: 1165 717 276 54 0 475 0
Current children cumulated CPU time (s) 4542.36
Current children cumulated vsize (KiB) 4660

[startup+4602.3 s]
/proc/loadavg: 2.28 2.07 2.02 3/531 16828
/proc/meminfo: memFree=15276140/32951132 swapFree=46579808/67111528
[pid=16692] ppid=16690 vsize=5960 CPUtime=4602.36 cores=1,3,5,7
/proc/16692/stat : 16692 (MPhaseSAT) R 16690 16692 15411 0 -1 4202496 868307 0 0 0 460096 140 0 0 25 0 1 0 810144044 6103040 1038 33554432000 134512640 134731564 4289852528 18446744073709551615 9000924 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16692/statm: 1490 1038 276 54 0 800 0
Current children cumulated CPU time (s) 4602.36
Current children cumulated vsize (KiB) 5960

[startup+4662.3 s]
/proc/loadavg: 2.16 2.07 2.02 3/531 16830
/proc/meminfo: memFree=15275504/32951132 swapFree=46579808/67111528
[pid=16692] ppid=16690 vsize=6364 CPUtime=4662.36 cores=1,3,5,7
/proc/16692/stat : 16692 (MPhaseSAT) R 16690 16692 15411 0 -1 4202496 879994 0 0 0 466094 142 0 0 25 0 1 0 810144044 6516736 1128 33554432000 134512640 134731564 4289852528 18446744073709551615 134620745 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16692/statm: 1591 1128 276 54 0 901 0
Current children cumulated CPU time (s) 4662.36
Current children cumulated vsize (KiB) 6364

[startup+4722.3 s]
/proc/loadavg: 2.06 2.06 2.02 3/531 16832
/proc/meminfo: memFree=15278596/32951132 swapFree=46579808/67111528
[pid=16692] ppid=16690 vsize=4984 CPUtime=4722.38 cores=1,3,5,7
/proc/16692/stat : 16692 (MPhaseSAT) R 16690 16692 15411 0 -1 4202496 891254 0 0 0 472094 144 0 0 25 0 1 0 810144044 5103616 805 33554432000 134512640 134731564 4289852528 18446744073709551615 134659716 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16692/statm: 1246 805 276 54 0 556 0
Current children cumulated CPU time (s) 4722.38
Current children cumulated vsize (KiB) 4984

[startup+4782.3 s]
/proc/loadavg: 2.02 2.04 2.01 3/531 16834
/proc/meminfo: memFree=15278584/32951132 swapFree=46579808/67111528
[pid=16692] ppid=16690 vsize=4660 CPUtime=4782.36 cores=1,3,5,7
/proc/16692/stat : 16692 (MPhaseSAT) R 16690 16692 15411 0 -1 4202496 901303 0 0 0 478091 145 0 0 25 0 1 0 810144044 4771840 731 33554432000 134512640 134731564 4289852528 18446744073709551615 134659748 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16692/statm: 1165 731 276 54 0 475 0
Current children cumulated CPU time (s) 4782.36
Current children cumulated vsize (KiB) 4660

[startup+4842.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/531 16836
/proc/meminfo: memFree=15277960/32951132 swapFree=46579808/67111528
[pid=16692] ppid=16690 vsize=5004 CPUtime=4842.38 cores=1,3,5,7
/proc/16692/stat : 16692 (MPhaseSAT) R 16690 16692 15411 0 -1 4202496 911709 0 0 0 484092 146 0 0 25 0 1 0 810144044 5124096 823 33554432000 134512640 134731564 4289852528 18446744073709551615 134659303 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16692/statm: 1251 823 276 54 0 561 0
Current children cumulated CPU time (s) 4842.38
Current children cumulated vsize (KiB) 5004

[startup+4902.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/531 16836
/proc/meminfo: memFree=15278820/32951132 swapFree=46579808/67111528
[pid=16692] ppid=16690 vsize=5456 CPUtime=4902.37 cores=1,3,5,7
/proc/16692/stat : 16692 (MPhaseSAT) R 16690 16692 15411 0 -1 4202496 921634 0 0 0 490089 148 0 0 25 0 1 0 810144044 5586944 914 33554432000 134512640 134731564 4289852528 18446744073709551615 134715112 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16692/statm: 1364 914 276 54 0 674 0
Current children cumulated CPU time (s) 4902.37
Current children cumulated vsize (KiB) 5456

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/531 16838
/proc/meminfo: memFree=15278072/32951132 swapFree=46579808/67111528
[pid=16692] ppid=16690 vsize=4660 CPUtime=4962.37 cores=1,3,5,7
/proc/16692/stat : 16692 (MPhaseSAT) R 16690 16692 15411 0 -1 4202496 933973 0 0 0 496087 150 0 0 25 0 1 0 810144044 4771840 722 33554432000 134512640 134731564 4289852528 18446744073709551615 134659744 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16692/statm: 1165 722 276 54 0 475 0
Current children cumulated CPU time (s) 4962.37
Current children cumulated vsize (KiB) 4660



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.02 2.00 5/531 16840
/proc/meminfo: memFree=15278316/32951132 swapFree=46579808/67111528
[pid=16692] ppid=16690 vsize=5336 CPUtime=5000.08 cores=1,3,5,7
/proc/16692/stat : 16692 (MPhaseSAT) R 16690 16692 15411 0 -1 4202496 942673 0 0 0 499857 151 0 0 25 0 1 0 810144044 5464064 887 33554432000 134512640 134731564 4289852528 18446744073709551615 134659306 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16692/statm: 1334 887 276 54 0 644 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 5336

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

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

[startup+5000 s]
/proc/loadavg: 2.00 2.02 2.00 5/531 16840
/proc/meminfo: memFree=15278316/32951132 swapFree=46579808/67111528
[pid=16692] ppid=16690 vsize=5336 CPUtime=5000.08 cores=1,3,5,7
/proc/16692/stat : 16692 (MPhaseSAT) R 16690 16692 15411 0 -1 4202496 942673 0 0 0 499857 151 0 0 25 0 1 0 810144044 5464064 887 33554432000 134512640 134731564 4289852528 18446744073709551615 134659306 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16692/statm: 1334 887 276 54 0 644 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 5336

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.02
CPU time (s): 5000.1
CPU user time (s): 4998.58
CPU system time (s): 1.51877
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 13456

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

runsolver used 23.9084 second user time and 58.5031 second system time

The end

Launcher Data

Begin job on node128 at 2011-06-02 05:30:54
IDJOB=3445856
IDBENCH=85538
IDSOLVER=1941
FILE ID=node128/3445856-1306985454
RUNJOBID= node128-1306985454-16674
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-030-029.shuffled-as.sat05-1234.cnf
COMMAND LINE= MPhaseSAT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3445856-1306985454/watcher-3445856-1306985454 -o /tmp/evaluation-result-3445856-1306985454/solver-3445856-1306985454 -C 5000 -W 5100 -M 15500  MPhaseSAT HOME/instance-3445856-1306985454.cnf

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

MD5SUM BENCH= c12aa6a0ac1bca448bef51c167f3bbbb
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:      15326636 kB
Buffers:        300128 kB
Cached:        3422780 kB
SwapCached:      35620 kB
Active:        8821812 kB
Inactive:      8487924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      15326636 kB
SwapTotal:    67111528 kB
SwapFree:     46579808 kB
Dirty:             916 kB
Writeback:          20 kB
AnonPages:    13560216 kB
Mapped:          17664 kB
Slab:           133556 kB
PageTables:     112276 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 174783508 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