Trace number 3219284

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

General information on the benchmark

Namerandom/large/
unif-k7-r85-v200-c17000-S1348818483-020-UNKNOWN.cnf
MD5SUM112b17aaf1cede32f350e11f6333fc88
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses17000
Sum of the clauses size119000
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 517000

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-3219284-1303240504/watcher-3219284-1303240504 -o /tmp/evaluation-result-3219284-1303240504/solver-3219284-1303240504 -C 5000 -W 5000 -M 15500 MPhaseSAT_M HOME/instance-3219284-1303240504.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: 1.92 1.98 1.99 2/177 26602
/proc/meminfo: memFree=23355756/32950928 swapFree=67111524/67111528
[pid=26602] ppid=26600 vsize=3540 CPUtime=0 cores=0,2,4,6
/proc/26602/stat : 26602 (MPhaseSAT_M) R 26600 26602 26123 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 435650060 3624960 274 33554432000 134512640 134829744 4293401344 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26602/statm: 885 275 225 78 0 171 0

[startup+0.0722841 s]
/proc/loadavg: 1.92 1.98 1.99 2/177 26602
/proc/meminfo: memFree=23355756/32950928 swapFree=67111524/67111528
[pid=26602] ppid=26600 vsize=5700 CPUtime=0.06 cores=0,2,4,6
/proc/26602/stat : 26602 (MPhaseSAT_M) R 26600 26602 26123 0 -1 4202496 1107 0 0 0 6 0 0 0 25 0 1 0 435650060 5836800 930 33554432000 134512640 134829744 4293401344 18446744073709551615 134723880 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26602/statm: 1425 931 262 78 0 711 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5700

[startup+0.100279 s]
/proc/loadavg: 1.92 1.98 1.99 2/177 26602
/proc/meminfo: memFree=23355756/32950928 swapFree=67111524/67111528
[pid=26602] ppid=26600 vsize=6624 CPUtime=0.09 cores=0,2,4,6
/proc/26602/stat : 26602 (MPhaseSAT_M) R 26600 26602 26123 0 -1 4202496 1336 0 0 0 9 0 0 0 25 0 1 0 435650060 6782976 1159 33554432000 134512640 134829744 4293401344 18446744073709551615 134667525 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26602/statm: 1656 1159 263 78 0 942 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6624

[startup+0.30024 s]
/proc/loadavg: 1.92 1.98 1.99 2/177 26602
/proc/meminfo: memFree=23355756/32950928 swapFree=67111524/67111528
[pid=26602] ppid=26600 vsize=6888 CPUtime=0.29 cores=0,2,4,6
/proc/26602/stat : 26602 (MPhaseSAT_M) R 26600 26602 26123 0 -1 4202496 1411 0 0 0 29 0 0 0 25 0 1 0 435650060 7053312 1234 33554432000 134512640 134829744 4293401344 18446744073709551615 134669376 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26602/statm: 1722 1234 270 78 0 1008 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6888

[startup+0.701168 s]
/proc/loadavg: 1.92 1.98 1.99 2/177 26602
/proc/meminfo: memFree=23355756/32950928 swapFree=67111524/67111528
[pid=26602] ppid=26600 vsize=7284 CPUtime=0.69 cores=0,2,4,6
/proc/26602/stat : 26602 (MPhaseSAT_M) R 26600 26602 26123 0 -1 4202496 1513 0 0 0 69 0 0 0 25 0 1 0 435650060 7458816 1336 33554432000 134512640 134829744 4293401344 18446744073709551615 134723919 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26602/statm: 1821 1336 270 78 0 1107 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7284

[startup+1.50095 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 26603
/proc/meminfo: memFree=23351168/32950928 swapFree=67111524/67111528
[pid=26602] ppid=26600 vsize=8800 CPUtime=1.49 cores=0,2,4,6
/proc/26602/stat : 26602 (MPhaseSAT_M) R 26600 26602 26123 0 -1 4202496 1839 0 0 0 149 0 0 0 25 0 1 0 435650060 9011200 1662 33554432000 134512640 134829744 4293401344 18446744073709551615 134603602 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26602/statm: 2200 1662 273 78 0 1486 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8800

[startup+3.1007 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 26603
/proc/meminfo: memFree=23349668/32950928 swapFree=67111524/67111528
[pid=26602] ppid=26600 vsize=8800 CPUtime=3.09 cores=0,2,4,6
/proc/26602/stat : 26602 (MPhaseSAT_M) R 26600 26602 26123 0 -1 4202496 1901 0 0 0 309 0 0 0 25 0 1 0 435650060 9011200 1724 33554432000 134512640 134829744 4293401344 18446744073709551615 134605901 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26602/statm: 2200 1724 273 78 0 1486 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8800

[startup+6.30109 s]
/proc/loadavg: 1.93 1.98 1.99 3/178 26603
/proc/meminfo: memFree=23349748/32950928 swapFree=67111524/67111528
[pid=26602] ppid=26600 vsize=8800 CPUtime=6.29 cores=0,2,4,6
/proc/26602/stat : 26602 (MPhaseSAT_M) R 26600 26602 26123 0 -1 4202496 1901 0 0 0 629 0 0 0 25 0 1 0 435650060 9011200 1724 33554432000 134512640 134829744 4293401344 18446744073709551615 134605248 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26602/statm: 2200 1724 273 78 0 1486 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8800

[startup+12.7008 s]
/proc/loadavg: 1.93 1.98 1.99 3/178 26603
/proc/meminfo: memFree=23349404/32950928 swapFree=67111524/67111528
[pid=26602] ppid=26600 vsize=8800 CPUtime=12.69 cores=0,2,4,6
/proc/26602/stat : 26602 (MPhaseSAT_M) R 26600 26602 26123 0 -1 4202496 1901 0 0 0 1269 0 0 0 25 0 1 0 435650060 9011200 1724 33554432000 134512640 134829744 4293401344 18446744073709551615 134607624 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26602/statm: 2200 1724 273 78 0 1486 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8800

[startup+25.5004 s]
/proc/loadavg: 1.95 1.98 1.99 3/178 26603
/proc/meminfo: memFree=23349288/32950928 swapFree=67111524/67111528
[pid=26602] ppid=26600 vsize=8944 CPUtime=25.49 cores=0,2,4,6
/proc/26602/stat : 26602 (MPhaseSAT_M) R 26600 26602 26123 0 -1 4202496 1921 0 0 0 2549 0 0 0 25 0 1 0 435650060 9158656 1744 33554432000 134512640 134829744 4293401344 18446744073709551615 134606096 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26602/statm: 2236 1744 273 78 0 1522 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 8944

[startup+51.1003 s]
/proc/loadavg: 1.96 1.98 1.99 3/178 26604
/proc/meminfo: memFree=23349008/32950928 swapFree=67111524/67111528
[pid=26602] ppid=26600 vsize=8944 CPUtime=51.09 cores=0,2,4,6
/proc/26602/stat : 26602 (MPhaseSAT_M) R 26600 26602 26123 0 -1 4202496 1921 0 0 0 5109 0 0 0 25 0 1 0 435650060 9158656 1744 33554432000 134512640 134829744 4293401344 18446744073709551615 134606588 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26602/statm: 2236 1744 273 78 0 1522 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 8944

[startup+102.306 s]
/proc/loadavg: 2.06 2.00 2.00 3/178 26605
/proc/meminfo: memFree=23348116/32950928 swapFree=67111524/67111528
[pid=26602] ppid=26600 vsize=9476 CPUtime=102.3 cores=0,2,4,6
/proc/26602/stat : 26602 (MPhaseSAT_M) R 26600 26602 26123 0 -1 4202496 2065 0 0 0 10230 0 0 0 25 0 1 0 435650060 9703424 1888 33554432000 134512640 134829744 4293401344 18446744073709551615 134606188 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26602/statm: 2369 1888 273 78 0 1655 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 9476

[startup+162.301 s]
/proc/loadavg: 2.02 2.00 2.00 3/178 26607
/proc/meminfo: memFree=23347100/32950928 swapFree=67111524/67111528
[pid=26602] ppid=26600 vsize=10556 CPUtime=162.3 cores=0,2,4,6
/proc/26602/stat : 26602 (MPhaseSAT_M) R 26600 26602 26123 0 -1 4202496 2315 0 0 0 16230 0 0 0 25 0 1 0 435650060 10809344 2138 33554432000 134512640 134829744 4293401344 18446744073709551615 134605613 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26602/statm: 2639 2138 273 78 0 1925 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 10556

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26609
/proc/meminfo: memFree=23344720/32950928 swapFree=67111524/67111528
[pid=26602] ppid=26600 vsize=12956 CPUtime=222.3 cores=0,2,4,6
/proc/26602/stat : 26602 (MPhaseSAT_M) R 26600 26602 26123 0 -1 4202496 2897 0 0 0 22230 0 0 0 25 0 1 0 435650060 13266944 2720 33554432000 134512640 134829744 4293401344 18446744073709551615 134606312 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26602/statm: 3239 2720 273 78 0 2525 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 12956

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26610
/proc/meminfo: memFree=23344580/32950928 swapFree=67111524/67111528
[pid=26602] ppid=26600 vsize=12956 CPUtime=282.3 cores=0,2,4,6
/proc/26602/stat : 26602 (MPhaseSAT_M) R 26600 26602 26123 0 -1 4202496 2915 0 0 0 28230 0 0 0 25 0 1 0 435650060 13266944 2738 33554432000 134512640 134829744 4293401344 18446744073709551615 134605253 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26602/statm: 3239 2738 273 78 0 2525 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 12956

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26612
/proc/meminfo: memFree=23344544/32950928 swapFree=67111524/67111528
[pid=26602] ppid=26600 vsize=13116 CPUtime=342.3 cores=0,2,4,6
/proc/26602/stat : 26602 (MPhaseSAT_M) R 26600 26602 26123 0 -1 4202496 2951 0 0 0 34230 0 0 0 25 0 1 0 435650060 13430784 2774 33554432000 134512640 134829744 4293401344 18446744073709551615 134605707 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26602/statm: 3279 2774 273 78 0 2565 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 13116

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26613
/proc/meminfo: memFree=23344512/32950928 swapFree=67111524/67111528
[pid=26602] ppid=26600 vsize=13420 CPUtime=402.3 cores=0,2,4,6
/proc/26602/stat : 26602 (MPhaseSAT_M) R 26600 26602 26123 0 -1 4202496 2989 0 0 0 40230 0 0 0 25 0 1 0 435650060 13742080 2812 33554432000 134512640 134829744 4293401344 18446744073709551615 134605910 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26602/statm: 3355 2812 273 78 0 2641 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 13420

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26615
/proc/meminfo: memFree=23344224/32950928 swapFree=67111524/67111528
[pid=26602] ppid=26600 vsize=13708 CPUtime=462.31 cores=0,2,4,6
/proc/26602/stat : 26602 (MPhaseSAT_M) R 26600 26602 26123 0 -1 4202496 3048 0 0 0 46231 0 0 0 25 0 1 0 435650060 14036992 2871 33554432000 134512640 134829744 4293401344 18446744073709551615 134606569 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26602/statm: 3427 2871 273 78 0 2713 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 13708

[startup+522.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 26617
/proc/meminfo: memFree=23343696/32950928 swapFree=67111524/67111528
[pid=26602] ppid=26600 vsize=14256 CPUtime=522.31 cores=0,2,4,6
/proc/26602/stat : 26602 (MPhaseSAT_M) R 26600 26602 26123 0 -1 4202496 3193 0 0 0 52231 0 0 0 25 0 1 0 435650060 14598144 3016 33554432000 134512640 134829744 4293401344 18446744073709551615 134661784 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26602/statm: 3564 3016 273 78 0 2850 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 14256

[startup+582.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 26618
/proc/meminfo: memFree=23343788/32950928 swapFree=67111524/67111528
[pid=26602] ppid=26600 vsize=14400 CPUtime=582.31 cores=0,2,4,6
/proc/26602/stat : 26602 (MPhaseSAT_M) R 26600 26602 26123 0 -1 4202496 3216 0 0 0 58231 0 0 0 25 0 1 0 435650060 14745600 3039 33554432000 134512640 134829744 4293401344 18446744073709551615 134605208 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26602/statm: 3600 3039 273 78 0 2886 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 14400

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26751
/proc/meminfo: memFree=23273912/32950928 swapFree=67111524/67111528
[pid=26602] ppid=26600 vsize=22520 CPUtime=4062.45 cores=0,2,4,6
/proc/26602/stat : 26602 (MPhaseSAT_M) R 26600 26602 26123 0 -1 4202496 5320 0 0 0 406244 1 0 0 25 0 1 0 435650060 23060480 5143 33554432000 134512640 134829744 4293401344 18446744073709551615 134661432 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26602/statm: 5630 5143 273 78 0 4916 0
Current children cumulated CPU time (s) 4062.45
Current children cumulated vsize (KiB) 22520

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26753
/proc/meminfo: memFree=23273980/32950928 swapFree=67111524/67111528
[pid=26602] ppid=26600 vsize=22520 CPUtime=4122.45 cores=0,2,4,6
/proc/26602/stat : 26602 (MPhaseSAT_M) R 26600 26602 26123 0 -1 4202496 5320 0 0 0 412244 1 0 0 25 0 1 0 435650060 23060480 5143 33554432000 134512640 134829744 4293401344 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26602/statm: 5630 5143 273 78 0 4916 0
Current children cumulated CPU time (s) 4122.45
Current children cumulated vsize (KiB) 22520

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26754
/proc/meminfo: memFree=23274056/32950928 swapFree=67111524/67111528
[pid=26602] ppid=26600 vsize=22520 CPUtime=4182.45 cores=0,2,4,6
/proc/26602/stat : 26602 (MPhaseSAT_M) R 26600 26602 26123 0 -1 4202496 5321 0 0 0 418244 1 0 0 25 0 1 0 435650060 23060480 5144 33554432000 134512640 134829744 4293401344 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26602/statm: 5630 5144 273 78 0 4916 0
Current children cumulated CPU time (s) 4182.45
Current children cumulated vsize (KiB) 22520

[startup+4242.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 26756
/proc/meminfo: memFree=23274012/32950928 swapFree=67111524/67111528
[pid=26602] ppid=26600 vsize=22520 CPUtime=4242.45 cores=0,2,4,6
/proc/26602/stat : 26602 (MPhaseSAT_M) R 26600 26602 26123 0 -1 4202496 5321 0 0 0 424244 1 0 0 25 0 1 0 435650060 23060480 5144 33554432000 134512640 134829744 4293401344 18446744073709551615 134661453 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26602/statm: 5630 5144 273 78 0 4916 0
Current children cumulated CPU time (s) 4242.45
Current children cumulated vsize (KiB) 22520

[startup+4302.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/178 26757
/proc/meminfo: memFree=23273844/32950928 swapFree=67111524/67111528
[pid=26602] ppid=26600 vsize=22520 CPUtime=4302.46 cores=0,2,4,6
/proc/26602/stat : 26602 (MPhaseSAT_M) R 26600 26602 26123 0 -1 4202496 5321 0 0 0 430245 1 0 0 25 0 1 0 435650060 23060480 5144 33554432000 134512640 134829744 4293401344 18446744073709551615 134722800 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26602/statm: 5630 5144 273 78 0 4916 0
Current children cumulated CPU time (s) 4302.46
Current children cumulated vsize (KiB) 22520

[startup+4362.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 26759
/proc/meminfo: memFree=23274048/32950928 swapFree=67111524/67111528
[pid=26602] ppid=26600 vsize=22520 CPUtime=4362.46 cores=0,2,4,6
/proc/26602/stat : 26602 (MPhaseSAT_M) R 26600 26602 26123 0 -1 4202496 5321 0 0 0 436245 1 0 0 25 0 1 0 435650060 23060480 5144 33554432000 134512640 134829744 4293401344 18446744073709551615 134722783 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26602/statm: 5630 5144 273 78 0 4916 0
Current children cumulated CPU time (s) 4362.46
Current children cumulated vsize (KiB) 22520

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 26761
/proc/meminfo: memFree=23273760/32950928 swapFree=67111524/67111528
[pid=26602] ppid=26600 vsize=22520 CPUtime=4422.47 cores=0,2,4,6
/proc/26602/stat : 26602 (MPhaseSAT_M) R 26600 26602 26123 0 -1 4202496 5321 0 0 0 442245 2 0 0 25 0 1 0 435650060 23060480 5144 33554432000 134512640 134829744 4293401344 18446744073709551615 134661647 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26602/statm: 5630 5144 273 78 0 4916 0
Current children cumulated CPU time (s) 4422.47
Current children cumulated vsize (KiB) 22520

[startup+4482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 26762
/proc/meminfo: memFree=23274216/32950928 swapFree=67111524/67111528
[pid=26602] ppid=26600 vsize=22520 CPUtime=4482.47 cores=0,2,4,6
/proc/26602/stat : 26602 (MPhaseSAT_M) R 26600 26602 26123 0 -1 4202496 5321 0 0 0 448245 2 0 0 25 0 1 0 435650060 23060480 5144 33554432000 134512640 134829744 4293401344 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26602/statm: 5630 5144 273 78 0 4916 0
Current children cumulated CPU time (s) 4482.47
Current children cumulated vsize (KiB) 22520

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26764
/proc/meminfo: memFree=23273920/32950928 swapFree=67111524/67111528
[pid=26602] ppid=26600 vsize=22836 CPUtime=4542.47 cores=0,2,4,6
/proc/26602/stat : 26602 (MPhaseSAT_M) R 26600 26602 26123 0 -1 4202496 5362 0 0 0 454245 2 0 0 25 0 1 0 435650060 23384064 5185 33554432000 134512640 134829744 4293401344 18446744073709551615 134662014 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26602/statm: 5709 5185 273 78 0 4995 0
Current children cumulated CPU time (s) 4542.47
Current children cumulated vsize (KiB) 22836

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26765
/proc/meminfo: memFree=23273872/32950928 swapFree=67111524/67111528
[pid=26602] ppid=26600 vsize=21780 CPUtime=4602.48 cores=0,2,4,6
/proc/26602/stat : 26602 (MPhaseSAT_M) R 26600 26602 26123 0 -1 4202496 5454 0 0 0 460246 2 0 0 25 0 1 0 435650060 22302720 4974 33554432000 134512640 134829744 4293401344 18446744073709551615 134682874 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26602/statm: 5445 4974 273 78 0 4731 0
Current children cumulated CPU time (s) 4602.48
Current children cumulated vsize (KiB) 21780

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26767
/proc/meminfo: memFree=23273952/32950928 swapFree=67111524/67111528
[pid=26602] ppid=26600 vsize=21780 CPUtime=4662.48 cores=0,2,4,6
/proc/26602/stat : 26602 (MPhaseSAT_M) R 26600 26602 26123 0 -1 4202496 5454 0 0 0 466246 2 0 0 25 0 1 0 435650060 22302720 4974 33554432000 134512640 134829744 4293401344 18446744073709551615 134669816 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26602/statm: 5445 4974 273 78 0 4731 0
Current children cumulated CPU time (s) 4662.48
Current children cumulated vsize (KiB) 21780

[startup+4722.31 s]
/proc/loadavg: 2.06 2.02 2.00 3/178 26769
/proc/meminfo: memFree=23273912/32950928 swapFree=67111524/67111528
[pid=26602] ppid=26600 vsize=21780 CPUtime=4722.48 cores=0,2,4,6
/proc/26602/stat : 26602 (MPhaseSAT_M) R 26600 26602 26123 0 -1 4202496 5454 0 0 0 472246 2 0 0 25 0 1 0 435650060 22302720 4974 33554432000 134512640 134829744 4293401344 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26602/statm: 5445 4974 273 78 0 4731 0
Current children cumulated CPU time (s) 4722.48
Current children cumulated vsize (KiB) 21780

[startup+4782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 26770
/proc/meminfo: memFree=23273992/32950928 swapFree=67111524/67111528
[pid=26602] ppid=26600 vsize=21780 CPUtime=4782.48 cores=0,2,4,6
/proc/26602/stat : 26602 (MPhaseSAT_M) R 26600 26602 26123 0 -1 4202496 5454 0 0 0 478246 2 0 0 25 0 1 0 435650060 22302720 4974 33554432000 134512640 134829744 4293401344 18446744073709551615 134682888 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26602/statm: 5445 4974 273 78 0 4731 0
Current children cumulated CPU time (s) 4782.48
Current children cumulated vsize (KiB) 21780

[startup+4842.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 26772
/proc/meminfo: memFree=23274088/32950928 swapFree=67111524/67111528
[pid=26602] ppid=26600 vsize=21780 CPUtime=4842.48 cores=0,2,4,6
/proc/26602/stat : 26602 (MPhaseSAT_M) R 26600 26602 26123 0 -1 4202496 5454 0 0 0 484246 2 0 0 25 0 1 0 435650060 22302720 4974 33554432000 134512640 134829744 4293401344 18446744073709551615 134661405 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26602/statm: 5445 4974 273 78 0 4731 0
Current children cumulated CPU time (s) 4842.48
Current children cumulated vsize (KiB) 21780

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26773
/proc/meminfo: memFree=23274052/32950928 swapFree=67111524/67111528
[pid=26602] ppid=26600 vsize=22260 CPUtime=4902.48 cores=0,2,4,6
/proc/26602/stat : 26602 (MPhaseSAT_M) R 26600 26602 26123 0 -1 4202496 5523 0 0 0 490246 2 0 0 25 0 1 0 435650060 22794240 5043 33554432000 134512640 134829744 4293401344 18446744073709551615 134657587 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26602/statm: 5565 5043 273 78 0 4851 0
Current children cumulated CPU time (s) 4902.48
Current children cumulated vsize (KiB) 22260

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26775
/proc/meminfo: memFree=23274008/32950928 swapFree=67111524/67111528
[pid=26602] ppid=26600 vsize=22580 CPUtime=4962.49 cores=0,2,4,6
/proc/26602/stat : 26602 (MPhaseSAT_M) R 26600 26602 26123 0 -1 4202496 5587 0 0 0 496247 2 0 0 25 0 1 0 435650060 23121920 5107 33554432000 134512640 134829744 4293401344 18446744073709551615 134623427 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26602/statm: 5645 5107 273 78 0 4931 0
Current children cumulated CPU time (s) 4962.49
Current children cumulated vsize (KiB) 22580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26776
/proc/meminfo: memFree=23274220/32950928 swapFree=67111524/67111528
[pid=26602] ppid=26600 vsize=22580 CPUtime=5000.09 cores=0,2,4,6
/proc/26602/stat : 26602 (MPhaseSAT_M) R 26600 26602 26123 0 -1 4202496 5587 0 0 0 500007 2 0 0 25 0 1 0 435650060 23121920 5107 33554432000 134512640 134829744 4293401344 18446744073709551615 134661405 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26602/statm: 5645 5107 273 78 0 4931 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 22580

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 26776
/proc/meminfo: memFree=23274220/32950928 swapFree=67111524/67111528
[pid=26602] ppid=26600 vsize=22580 CPUtime=5000.09 cores=0,2,4,6
/proc/26602/stat : 26602 (MPhaseSAT_M) R 26600 26602 26123 0 -1 4202496 5587 0 0 0 500007 2 0 0 25 0 1 0 435650060 23121920 5107 33554432000 134512640 134829744 4293401344 18446744073709551615 134661405 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/26602/statm: 5645 5107 273 78 0 4931 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 22580

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.91
CPU time (s): 5000.1
CPU user time (s): 5000.08
CPU system time (s): 0.026995
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 23348

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= 5587
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= 9370

runsolver used 7.44087 second user time and 15.3037 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-19 21:15:04
IDJOB=3219284
IDBENCH=82564
IDSOLVER=1637
FILE ID=node127/3219284-1303240504
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-k7-r85-v200-c17000-S1348818483-020-UNKNOWN.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3219284-1303240504/watcher-3219284-1303240504 -o /tmp/evaluation-result-3219284-1303240504/solver-3219284-1303240504 -C 5000 -W 5000 -M 15500  MPhaseSAT_M HOME/instance-3219284-1303240504.cnf

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

MD5SUM BENCH= 112b17aaf1cede32f350e11f6333fc88
RANDOM SEED=1696797762

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:      23356044 kB
Buffers:        806916 kB
Cached:        8205612 kB
SwapCached:          4 kB
Active:        4742292 kB
Inactive:      4501632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23356044 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:             820 kB
Writeback:           0 kB
AnonPages:      231208 kB
Mapped:          16212 kB
Slab:           286128 kB
PageTables:       5016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   375132 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= 72032 MiB
End job on node127 at 2011-04-19 22:38:26