Trace number 3219356

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_M 2011-02-16? (TO) 5000.11 4999.91

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v25000-c105000-S109959541-056-UNKNOWN.cnf
MD5SUM5f909806405bfbe25b7db5afcabe8fc9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark143.357
Satisfiable
(Un)Satisfiability was proved
Number of variables24999
Number of clauses105000
Sum of the clauses size315000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3105000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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

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-3219356-1303245506/watcher-3219356-1303245506 -o /tmp/evaluation-result-3219356-1303245506/solver-3219356-1303245506 -C 5000 -W 5000 -M 15500 MPhaseSAT_M HOME/instance-3219356-1303245506.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): 5000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 26803
/proc/meminfo: memFree=23293148/32950928 swapFree=67111524/67111528
[pid=26803] ppid=26801 vsize=4784 CPUtime=0 cores=0,2,4,6
/proc/26803/stat : 26803 (MPhaseSAT_M) R 26801 26803 26123 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 436150275 4898816 271 33554432000 134512640 134829744 4286698848 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26803/statm: 1196 271 225 78 0 482 0

[startup+0.0181289 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 26803
/proc/meminfo: memFree=23293148/32950928 swapFree=67111524/67111528
[pid=26803] ppid=26801 vsize=4784 CPUtime=0.01 cores=0,2,4,6
/proc/26803/stat : 26803 (MPhaseSAT_M) R 26801 26803 26123 0 -1 4202496 391 0 0 0 1 0 0 0 25 0 1 0 436150275 4898816 332 33554432000 134512640 134829744 4286698848 18446744073709551615 8170202 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26803/statm: 1196 332 225 78 0 482 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 4784

[startup+0.101176 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 26803
/proc/meminfo: memFree=23293148/32950928 swapFree=67111524/67111528
[pid=26803] ppid=26801 vsize=5464 CPUtime=0.09 cores=0,2,4,6
/proc/26803/stat : 26803 (MPhaseSAT_M) R 26801 26803 26123 0 -1 4202496 1428 0 0 0 9 0 0 0 25 0 1 0 436150275 5595136 844 33554432000 134512640 134829744 4286698848 18446744073709551615 134566712 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26803/statm: 1366 844 234 78 0 652 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5464

[startup+0.301146 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 26803
/proc/meminfo: memFree=23293148/32950928 swapFree=67111524/67111528
[pid=26803] ppid=26801 vsize=20968 CPUtime=0.29 cores=0,2,4,6
/proc/26803/stat : 26803 (MPhaseSAT_M) R 26801 26803 26123 0 -1 4202496 6835 0 0 0 29 0 0 0 25 0 1 0 436150275 21471232 4676 33554432000 134512640 134829744 4286698848 18446744073709551615 8283644 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26803/statm: 5242 4677 257 78 0 4528 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20968

[startup+0.701068 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 26803
/proc/meminfo: memFree=23293148/32950928 swapFree=67111524/67111528
[pid=26803] ppid=26801 vsize=21936 CPUtime=0.69 cores=0,2,4,6
/proc/26803/stat : 26803 (MPhaseSAT_M) R 26801 26803 26123 0 -1 4202496 7371 0 0 0 69 0 0 0 25 0 1 0 436150275 22462464 4917 33554432000 134512640 134829744 4286698848 18446744073709551615 134661122 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26803/statm: 5484 4917 273 78 0 4770 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21936

[startup+1.50091 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26804
/proc/meminfo: memFree=23273804/32950928 swapFree=67111524/67111528
[pid=26803] ppid=26801 vsize=21936 CPUtime=1.49 cores=0,2,4,6
/proc/26803/stat : 26803 (MPhaseSAT_M) R 26801 26803 26123 0 -1 4202496 7377 0 0 0 149 0 0 0 25 0 1 0 436150275 22462464 4923 33554432000 134512640 134829744 4286698848 18446744073709551615 8283644 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26803/statm: 5484 4923 273 78 0 4770 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21936

[startup+3.10054 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26804
/proc/meminfo: memFree=23272440/32950928 swapFree=67111524/67111528
[pid=26803] ppid=26801 vsize=25904 CPUtime=3.09 cores=0,2,4,6
/proc/26803/stat : 26803 (MPhaseSAT_M) R 26801 26803 26123 0 -1 4202496 8360 0 0 0 309 0 0 0 25 0 1 0 436150275 26525696 5906 33554432000 134512640 134829744 4286698848 18446744073709551615 134662124 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26803/statm: 6476 5906 273 78 0 5762 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25904

[startup+6.30101 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26804
/proc/meminfo: memFree=23263760/32950928 swapFree=67111524/67111528
[pid=26803] ppid=26801 vsize=33188 CPUtime=6.29 cores=0,2,4,6
/proc/26803/stat : 26803 (MPhaseSAT_M) R 26801 26803 26123 0 -1 4202496 10163 0 0 0 628 1 0 0 25 0 1 0 436150275 33984512 7709 33554432000 134512640 134829744 4286698848 18446744073709551615 134658032 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26803/statm: 8297 7709 273 78 0 7583 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33188

[startup+12.7008 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26804
/proc/meminfo: memFree=23259736/32950928 swapFree=67111524/67111528
[pid=26803] ppid=26801 vsize=35976 CPUtime=12.69 cores=0,2,4,6
/proc/26803/stat : 26803 (MPhaseSAT_M) R 26801 26803 26123 0 -1 4202496 10883 0 0 0 1268 1 0 0 25 0 1 0 436150275 36839424 8429 33554432000 134512640 134829744 4286698848 18446744073709551615 134657763 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26803/statm: 8994 8429 273 78 0 8280 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 35976

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26805
/proc/meminfo: memFree=23254396/32950928 swapFree=67111524/67111528
[pid=26803] ppid=26801 vsize=41176 CPUtime=25.49 cores=0,2,4,6
/proc/26803/stat : 26803 (MPhaseSAT_M) R 26801 26803 26123 0 -1 4202496 12178 0 0 0 2548 1 0 0 25 0 1 0 436150275 42164224 9724 33554432000 134512640 134829744 4286698848 18446744073709551615 134661784 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26803/statm: 10294 9724 273 78 0 9580 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 41176

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26805
/proc/meminfo: memFree=23264396/32950928 swapFree=67111524/67111528
[pid=26803] ppid=26801 vsize=32568 CPUtime=51.09 cores=0,2,4,6
/proc/26803/stat : 26803 (MPhaseSAT_M) R 26801 26803 26123 0 -1 4202496 26925 0 0 0 5105 4 0 0 25 0 1 0 436150275 33349632 7531 33554432000 134512640 134829744 4286698848 18446744073709551615 8023936 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26803/statm: 8142 7531 419 78 0 7428 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 32568

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26807
/proc/meminfo: memFree=23240796/32950928 swapFree=67111524/67111528
[pid=26803] ppid=26801 vsize=55536 CPUtime=102.3 cores=0,2,4,6
/proc/26803/stat : 26803 (MPhaseSAT_M) R 26801 26803 26123 0 -1 4202496 32550 0 0 0 10225 5 0 0 25 0 1 0 436150275 56868864 13156 33554432000 134512640 134829744 4286698848 18446744073709551615 134606514 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26803/statm: 13884 13156 422 78 0 13170 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 55536

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26808
/proc/meminfo: memFree=23231340/32950928 swapFree=67111524/67111528
[pid=26803] ppid=26801 vsize=65028 CPUtime=162.29 cores=0,2,4,6
/proc/26803/stat : 26803 (MPhaseSAT_M) R 26801 26803 26123 0 -1 4202496 34903 0 0 0 16224 5 0 0 25 0 1 0 436150275 66588672 15509 33554432000 134512640 134829744 4286698848 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26803/statm: 16257 15509 422 78 0 15543 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 65028

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26810
/proc/meminfo: memFree=23232172/32950928 swapFree=67111524/67111528
[pid=26803] ppid=26801 vsize=63268 CPUtime=222.3 cores=0,2,4,6
/proc/26803/stat : 26803 (MPhaseSAT_M) R 26801 26803 26123 0 -1 4202496 34903 0 0 0 22225 5 0 0 25 0 1 0 436150275 64786432 15097 33554432000 134512640 134829744 4286698848 18446744073709551615 134605707 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26803/statm: 15817 15097 422 78 0 15103 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 63268

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26812
/proc/meminfo: memFree=23232004/32950928 swapFree=67111524/67111528
[pid=26803] ppid=26801 vsize=63600 CPUtime=282.3 cores=0,2,4,6
/proc/26803/stat : 26803 (MPhaseSAT_M) R 26801 26803 26123 0 -1 4202496 35185 0 0 0 28225 5 0 0 25 0 1 0 436150275 65126400 15180 33554432000 134512640 134829744 4286698848 18446744073709551615 8312798 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26803/statm: 15900 15180 422 78 0 15186 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 63600

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26813
/proc/meminfo: memFree=23221548/32950928 swapFree=67111524/67111528
[pid=26803] ppid=26801 vsize=74724 CPUtime=342.3 cores=0,2,4,6
/proc/26803/stat : 26803 (MPhaseSAT_M) R 26801 26803 26123 0 -1 4202496 37961 0 0 0 34224 6 0 0 25 0 1 0 436150275 76517376 17956 33554432000 134512640 134829744 4286698848 18446744073709551615 134605709 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26803/statm: 18681 17956 422 78 0 17967 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 74724

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26815
/proc/meminfo: memFree=23223740/32950928 swapFree=67111524/67111528
[pid=26803] ppid=26801 vsize=71976 CPUtime=402.3 cores=0,2,4,6
/proc/26803/stat : 26803 (MPhaseSAT_M) R 26801 26803 26123 0 -1 4202496 37961 0 0 0 40224 6 0 0 25 0 1 0 436150275 73703424 17274 33554432000 134512640 134829744 4286698848 18446744073709551615 134606343 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26803/statm: 17994 17274 422 78 0 17280 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 71976

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26816
/proc/meminfo: memFree=23223704/32950928 swapFree=67111524/67111528
[pid=26803] ppid=26801 vsize=71976 CPUtime=462.31 cores=0,2,4,6
/proc/26803/stat : 26803 (MPhaseSAT_M) R 26801 26803 26123 0 -1 4202496 37961 0 0 0 46225 6 0 0 25 0 1 0 436150275 73703424 17274 33554432000 134512640 134829744 4286698848 18446744073709551615 134607514 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26803/statm: 17994 17274 422 78 0 17280 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 71976

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26818
/proc/meminfo: memFree=23209276/32950928 swapFree=67111524/67111528
[pid=26803] ppid=26801 vsize=87152 CPUtime=522.31 cores=0,2,4,6
/proc/26803/stat : 26803 (MPhaseSAT_M) R 26801 26803 26123 0 -1 4202496 41736 0 0 0 52225 6 0 0 25 0 1 0 436150275 89243648 21049 33554432000 134512640 134829744 4286698848 18446744073709551615 134678505 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26803/statm: 21788 21049 422 78 0 21074 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 87152

[startup+582.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 26820
/proc/meminfo: memFree=23210732/32950928 swapFree=67111524/67111528
[pid=26803] ppid=26801 vsize=85004 CPUtime=582.31 cores=0,2,4,6
/proc/26803/stat : 26803 (MPhaseSAT_M) R 26801 26803 26123 0 -1 4202496 41736 0 0 0 58225 6 0 0 25 0 1 0 436150275 87044096 20524 33554432000 134512640 134829744 4286698848 18446744073709551615 134722430 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26803/statm: 21251 20524 422 78 0 20537 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 85004

[startup+642.3 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26979
/proc/meminfo: memFree=23278868/32950928 swapFree=67111524/67111528
[pid=26803] ppid=26801 vsize=130732 CPUtime=4062.46 cores=0,2,4,6
/proc/26803/stat : 26803 (MPhaseSAT_M) R 26801 26803 26123 0 -1 4202496 62648 0 0 0 406233 13 0 0 25 0 1 0 436150275 133869568 31956 33554432000 134512640 134829744 4286698848 18446744073709551615 134661453 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26803/statm: 32683 31956 422 78 0 31969 0
Current children cumulated CPU time (s) 4062.46
Current children cumulated vsize (KiB) 130732

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26981
/proc/meminfo: memFree=23278948/32950928 swapFree=67111524/67111528
[pid=26803] ppid=26801 vsize=130732 CPUtime=4122.45 cores=0,2,4,6
/proc/26803/stat : 26803 (MPhaseSAT_M) R 26801 26803 26123 0 -1 4202496 62648 0 0 0 412232 13 0 0 25 0 1 0 436150275 133869568 31956 33554432000 134512640 134829744 4286698848 18446744073709551615 134678497 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26803/statm: 32683 31956 422 78 0 31969 0
Current children cumulated CPU time (s) 4122.45
Current children cumulated vsize (KiB) 130732

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26983
/proc/meminfo: memFree=23260792/32950928 swapFree=67111524/67111528
[pid=26803] ppid=26801 vsize=130732 CPUtime=4182.45 cores=0,2,4,6
/proc/26803/stat : 26803 (MPhaseSAT_M) R 26801 26803 26123 0 -1 4202496 62648 0 0 0 418232 13 0 0 25 0 1 0 436150275 133869568 31956 33554432000 134512640 134829744 4286698848 18446744073709551615 134661122 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26803/statm: 32683 31956 422 78 0 31969 0
Current children cumulated CPU time (s) 4182.45
Current children cumulated vsize (KiB) 130732

[startup+4242.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/178 26984
/proc/meminfo: memFree=23260880/32950928 swapFree=67111524/67111528
[pid=26803] ppid=26801 vsize=130732 CPUtime=4242.45 cores=0,2,4,6
/proc/26803/stat : 26803 (MPhaseSAT_M) R 26801 26803 26123 0 -1 4202496 62648 0 0 0 424232 13 0 0 25 0 1 0 436150275 133869568 31956 33554432000 134512640 134829744 4286698848 18446744073709551615 134632957 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26803/statm: 32683 31956 422 78 0 31969 0
Current children cumulated CPU time (s) 4242.45
Current children cumulated vsize (KiB) 130732

[startup+4302.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 26986
/proc/meminfo: memFree=23260848/32950928 swapFree=67111524/67111528
[pid=26803] ppid=26801 vsize=130732 CPUtime=4302.46 cores=0,2,4,6
/proc/26803/stat : 26803 (MPhaseSAT_M) R 26801 26803 26123 0 -1 4202496 62648 0 0 0 430233 13 0 0 25 0 1 0 436150275 133869568 31956 33554432000 134512640 134829744 4286698848 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26803/statm: 32683 31956 422 78 0 31969 0
Current children cumulated CPU time (s) 4302.46
Current children cumulated vsize (KiB) 130732

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26987
/proc/meminfo: memFree=23260928/32950928 swapFree=67111524/67111528
[pid=26803] ppid=26801 vsize=130732 CPUtime=4362.46 cores=0,2,4,6
/proc/26803/stat : 26803 (MPhaseSAT_M) R 26801 26803 26123 0 -1 4202496 62648 0 0 0 436233 13 0 0 25 0 1 0 436150275 133869568 31956 33554432000 134512640 134829744 4286698848 18446744073709551615 134722430 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26803/statm: 32683 31956 422 78 0 31969 0
Current children cumulated CPU time (s) 4362.46
Current children cumulated vsize (KiB) 130732

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26989
/proc/meminfo: memFree=23260896/32950928 swapFree=67111524/67111528
[pid=26803] ppid=26801 vsize=130732 CPUtime=4422.46 cores=0,2,4,6
/proc/26803/stat : 26803 (MPhaseSAT_M) R 26801 26803 26123 0 -1 4202496 62648 0 0 0 442233 13 0 0 25 0 1 0 436150275 133869568 31956 33554432000 134512640 134829744 4286698848 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26803/statm: 32683 31956 422 78 0 31969 0
Current children cumulated CPU time (s) 4422.46
Current children cumulated vsize (KiB) 130732

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26991
/proc/meminfo: memFree=23248936/32950928 swapFree=67111524/67111528
[pid=26803] ppid=26801 vsize=130732 CPUtime=4482.46 cores=0,2,4,6
/proc/26803/stat : 26803 (MPhaseSAT_M) R 26801 26803 26123 0 -1 4202496 62648 0 0 0 448233 13 0 0 25 0 1 0 436150275 133869568 31956 33554432000 134512640 134829744 4286698848 18446744073709551615 134614874 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26803/statm: 32683 31956 422 78 0 31969 0
Current children cumulated CPU time (s) 4482.46
Current children cumulated vsize (KiB) 130732

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26992
/proc/meminfo: memFree=23249140/32950928 swapFree=67111524/67111528
[pid=26803] ppid=26801 vsize=130732 CPUtime=4542.47 cores=0,2,4,6
/proc/26803/stat : 26803 (MPhaseSAT_M) R 26801 26803 26123 0 -1 4202496 62648 0 0 0 454234 13 0 0 25 0 1 0 436150275 133869568 31956 33554432000 134512640 134829744 4286698848 18446744073709551615 134670063 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26803/statm: 32683 31956 422 78 0 31969 0
Current children cumulated CPU time (s) 4542.47
Current children cumulated vsize (KiB) 130732

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26994
/proc/meminfo: memFree=23248864/32950928 swapFree=67111524/67111528
[pid=26803] ppid=26801 vsize=130732 CPUtime=4602.47 cores=0,2,4,6
/proc/26803/stat : 26803 (MPhaseSAT_M) R 26801 26803 26123 0 -1 4202496 62648 0 0 0 460234 13 0 0 25 0 1 0 436150275 133869568 31956 33554432000 134512640 134829744 4286698848 18446744073709551615 134723353 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26803/statm: 32683 31956 422 78 0 31969 0
Current children cumulated CPU time (s) 4602.47
Current children cumulated vsize (KiB) 130732

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26995
/proc/meminfo: memFree=23249312/32950928 swapFree=67111524/67111528
[pid=26803] ppid=26801 vsize=130732 CPUtime=4662.47 cores=0,2,4,6
/proc/26803/stat : 26803 (MPhaseSAT_M) R 26801 26803 26123 0 -1 4202496 62648 0 0 0 466234 13 0 0 25 0 1 0 436150275 133869568 31956 33554432000 134512640 134829744 4286698848 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26803/statm: 32683 31956 422 78 0 31969 0
Current children cumulated CPU time (s) 4662.47
Current children cumulated vsize (KiB) 130732

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26997
/proc/meminfo: memFree=23235256/32950928 swapFree=67111524/67111528
[pid=26803] ppid=26801 vsize=130732 CPUtime=4722.48 cores=0,2,4,6
/proc/26803/stat : 26803 (MPhaseSAT_M) R 26801 26803 26123 0 -1 4202496 62648 0 0 0 472235 13 0 0 25 0 1 0 436150275 133869568 31956 33554432000 134512640 134829744 4286698848 18446744073709551615 134657906 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26803/statm: 32683 31956 422 78 0 31969 0
Current children cumulated CPU time (s) 4722.48
Current children cumulated vsize (KiB) 130732

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26999
/proc/meminfo: memFree=23175436/32950928 swapFree=67111524/67111528
[pid=26803] ppid=26801 vsize=130732 CPUtime=4782.47 cores=0,2,4,6
/proc/26803/stat : 26803 (MPhaseSAT_M) R 26801 26803 26123 0 -1 4202496 62648 0 0 0 478234 13 0 0 25 0 1 0 436150275 133869568 31956 33554432000 134512640 134829744 4286698848 18446744073709551615 134712848 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26803/statm: 32683 31956 422 78 0 31969 0
Current children cumulated CPU time (s) 4782.47
Current children cumulated vsize (KiB) 130732

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 27000
/proc/meminfo: memFree=23168948/32950928 swapFree=67111524/67111528
[pid=26803] ppid=26801 vsize=137072 CPUtime=4842.48 cores=0,2,4,6
/proc/26803/stat : 26803 (MPhaseSAT_M) R 26801 26803 26123 0 -1 4202496 64341 0 0 0 484234 14 0 0 25 0 1 0 436150275 140361728 33507 33554432000 134512640 134829744 4286698848 18446744073709551615 134661647 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26803/statm: 34268 33507 422 78 0 33554 0
Current children cumulated CPU time (s) 4842.48
Current children cumulated vsize (KiB) 137072

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 27002
/proc/meminfo: memFree=23169040/32950928 swapFree=67111524/67111528
[pid=26803] ppid=26801 vsize=137072 CPUtime=4902.48 cores=0,2,4,6
/proc/26803/stat : 26803 (MPhaseSAT_M) R 26801 26803 26123 0 -1 4202496 64344 0 0 0 490234 14 0 0 25 0 1 0 436150275 140361728 33510 33554432000 134512640 134829744 4286698848 18446744073709551615 134661392 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26803/statm: 34268 33510 422 78 0 33554 0
Current children cumulated CPU time (s) 4902.48
Current children cumulated vsize (KiB) 137072

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 27012
/proc/meminfo: memFree=23169160/32950928 swapFree=67111524/67111528
[pid=26803] ppid=26801 vsize=137072 CPUtime=4962.48 cores=0,2,4,6
/proc/26803/stat : 26803 (MPhaseSAT_M) R 26801 26803 26123 0 -1 4202496 64344 0 0 0 496234 14 0 0 25 0 1 0 436150275 140361728 33510 33554432000 134512640 134829744 4286698848 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26803/statm: 34268 33510 422 78 0 33554 0
Current children cumulated CPU time (s) 4962.48
Current children cumulated vsize (KiB) 137072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 27013
/proc/meminfo: memFree=23169376/32950928 swapFree=67111524/67111528
[pid=26803] ppid=26801 vsize=137072 CPUtime=5000.09 cores=0,2,4,6
/proc/26803/stat : 26803 (MPhaseSAT_M) R 26801 26803 26123 0 -1 4202496 64344 0 0 0 499995 14 0 0 25 0 1 0 436150275 140361728 33510 33554432000 134512640 134829744 4286698848 18446744073709551615 134670019 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26803/statm: 34268 33510 422 78 0 33554 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 137072

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

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 27013
/proc/meminfo: memFree=23169376/32950928 swapFree=67111524/67111528
[pid=26803] ppid=26801 vsize=137072 CPUtime=5000.09 cores=0,2,4,6
/proc/26803/stat : 26803 (MPhaseSAT_M) R 26801 26803 26123 0 -1 4202496 64344 0 0 0 499995 14 0 0 25 0 1 0 436150275 140361728 33510 33554432000 134512640 134829744 4286698848 18446744073709551615 134670019 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26803/statm: 34268 33510 422 78 0 33554 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 137072

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.91
CPU time (s): 5000.11
CPU user time (s): 4999.96
CPU system time (s): 0.149977
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 147192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.96
system time used= 0.149977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64344
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15
involuntary context switches= 9335

runsolver used 7.57685 second user time and 15.6086 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-19 22:38:26
IDJOB=3219356
IDBENCH=82576
IDSOLVER=1637
FILE ID=node127/3219356-1303245506
RUNJOBID= node127-1303230499-26141
PBS_JOBID= 13042384
Free space on /tmp= 72032 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v25000-c105000-S109959541-056-UNKNOWN.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3219356-1303245506/watcher-3219356-1303245506 -o /tmp/evaluation-result-3219356-1303245506/solver-3219356-1303245506 -C 5000 -W 5000 -M 15500  MPhaseSAT_M HOME/instance-3219356-1303245506.cnf

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

MD5SUM BENCH= 5f909806405bfbe25b7db5afcabe8fc9
RANDOM SEED=1896110587

node127.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.823
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.64
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.823
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.83
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.823
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.74
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.823
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.86
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.823
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.75
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.823
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.823
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.60
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.823
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23293312 kB
Buffers:        807944 kB
Cached:        8209276 kB
SwapCached:          4 kB
Active:        4804176 kB
Inactive:      4502196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23293312 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            2344 kB
Writeback:           0 kB
AnonPages:      288980 kB
Mapped:          16240 kB
Slab:           286380 kB
PageTables:       5064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   435968 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= 72028 MiB
End job on node127 at 2011-04-20 00:01:48