Trace number 3493645

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
MiniUnsat2 2011-02-22? (TO) 1800.06 1800.01

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-10-10t0.cnf
MD5SUMcb415509536ac2d14aa30840f7b0f223
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1388.66
Satisfiable
(Un)Satisfiability was proved
Number of variables149355
Number of clauses652413
Sum of the clauses size1514604
Maximum clause length10
Minimum clause length1
Number of clauses of size 17341
Number of clauses of size 2527373
Number of clauses of size 384559
Number of clauses of size 43680
Number of clauses of size 514720
Number of clauses of size over 514740

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3493645-1307800697/watcher-3493645-1307800697 -o /tmp/evaluation-result-3493645-1307800697/solver-3493645-1307800697 -C 1800 -W 1850 -M 7680 munsat2_release -rnd-seed=1192654841 -verb=0 HOME/instance-3493645-1307800697.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1850 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.47 0.89 1.14 4/187 1565
/proc/meminfo: memFree=31484052/32951124 swapFree=67072804/67111528
[pid=1565] ppid=1563 vsize=11804 CPUtime=0 cores=1,3
/proc/1565/stat : 1565 (runsolver) S 1563 1565 1499 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 1 0 891667634 12087296 50 33554432000 4194304 5436572 140737113055552 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071700214583 0 0 17 1 0 0 0
/proc/1565/statm: 2951 50 31 304 0 2643 0

[startup+0.0109751 s]
/proc/loadavg: 0.47 0.89 1.14 4/187 1565
/proc/meminfo: memFree=31484052/32951124 swapFree=67072804/67111528
[pid=1565] ppid=1563 vsize=2460 CPUtime=0 cores=1,3
/proc/1565/stat : 1565 (munsat2_release) S 1563 1565 1499 0 -1 4194304 88 0 0 0 0 0 0 0 21 0 1 0 891667634 2519040 42 33554432000 4194304 4258824 140734668574224 18446744073709551615 255372377735 0 2147483391 4096 0 18446744071699453118 0 0 17 3 0 0 0
/proc/1565/statm: 615 42 34 16 0 23 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2460

[startup+0.107935 s]
/proc/loadavg: 0.47 0.89 1.14 4/187 1565
/proc/meminfo: memFree=31484052/32951124 swapFree=67072804/67111528
[pid=1565] ppid=1563 vsize=53392 CPUtime=0.08 cores=1,3
/proc/1565/stat : 1565 (munsat2_release) R 1563 1565 1499 0 -1 4202496 9967 0 0 0 7 1 0 0 21 0 1 0 891667634 54673408 9897 33554432000 4194304 4258824 140734668574224 18446744073709551615 255376962245 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1565/statm: 13348 9900 219 16 0 9990 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 53392

[startup+0.300859 s]
/proc/loadavg: 0.47 0.89 1.14 4/187 1565
/proc/meminfo: memFree=31484052/32951124 swapFree=67072804/67111528
[pid=1565] ppid=1563 vsize=109384 CPUtime=0.28 cores=1,3
/proc/1565/stat : 1565 (munsat2_release) R 1563 1565 1499 0 -1 4202496 23253 0 0 0 25 3 0 0 22 0 1 0 891667634 112009216 23183 33554432000 4194304 4258824 140734668574224 18446744073709551615 4206717 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1565/statm: 27346 23183 220 16 0 23988 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 109384

[startup+0.700785 s]
/proc/loadavg: 0.47 0.89 1.14 4/187 1565
/proc/meminfo: memFree=31484052/32951124 swapFree=67072804/67111528
[pid=1565] ppid=1563 vsize=143248 CPUtime=0.67 cores=1,3
/proc/1565/stat : 1565 (munsat2_release) R 1563 1565 1499 0 -1 4202496 33057 0 0 0 64 3 0 0 23 0 1 0 891667634 146685952 30629 33554432000 4194304 4258824 140734668574224 18446744073709551615 4228995 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1565/statm: 35812 30636 233 16 0 32454 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 143248

[startup+1.50065 s]
/proc/loadavg: 0.47 0.89 1.14 5/188 1566
/proc/meminfo: memFree=31276372/32951124 swapFree=67072804/67111528
[pid=1565] ppid=1563 vsize=143600 CPUtime=1.47 cores=1,3
/proc/1565/stat : 1565 (munsat2_release) R 1563 1565 1499 0 -1 4202496 33194 0 0 0 144 3 0 0 25 0 1 0 891667634 147046400 30765 33554432000 4194304 4258824 140734668574224 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1565/statm: 35900 30765 243 16 0 32542 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 143600

[startup+3.10034 s]
/proc/loadavg: 0.47 0.89 1.14 5/191 1576
/proc/meminfo: memFree=31080060/32951124 swapFree=67072804/67111528
[pid=1565] ppid=1563 vsize=146488 CPUtime=3.08 cores=1,3
/proc/1565/stat : 1565 (munsat2_release) R 1563 1565 1499 0 -1 4202496 33393 0 0 0 304 4 0 0 25 0 1 0 891667634 150003712 30963 33554432000 4194304 4258824 140734668574224 18446744073709551615 4218802 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1565/statm: 36622 30963 243 16 0 33264 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 146488

[startup+6.30075 s]
/proc/loadavg: 0.75 0.94 1.16 5/191 1576
/proc/meminfo: memFree=30989560/32951124 swapFree=67072804/67111528
[pid=1565] ppid=1563 vsize=155808 CPUtime=6.28 cores=1,3
/proc/1565/stat : 1565 (munsat2_release) R 1563 1565 1499 0 -1 4202496 35783 0 0 0 624 4 0 0 25 0 1 0 891667634 159547392 33350 33554432000 4194304 4258824 140734668574224 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1565/statm: 38952 33350 243 16 0 35594 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 155808

[startup+12.7006 s]
/proc/loadavg: 1.01 0.99 1.17 5/191 1576
/proc/meminfo: memFree=30967164/32951124 swapFree=67072804/67111528
[pid=1565] ppid=1563 vsize=152208 CPUtime=12.67 cores=1,3
/proc/1565/stat : 1565 (munsat2_release) R 1563 1565 1499 0 -1 4202496 39825 0 0 0 1263 4 0 0 25 0 1 0 891667634 155860992 33058 33554432000 4194304 4258824 140734668574224 18446744073709551615 4217965 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1565/statm: 38052 33058 243 16 0 34694 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 152208

[startup+25.5012 s]
/proc/loadavg: 1.67 1.14 1.22 5/191 1576
/proc/meminfo: memFree=30992864/32951124 swapFree=67072804/67111528
[pid=1565] ppid=1563 vsize=140500 CPUtime=25.48 cores=1,3
/proc/1565/stat : 1565 (munsat2_release) R 1563 1565 1499 0 -1 4202496 42696 0 0 0 2543 5 0 0 25 0 1 0 891667634 143872000 30948 33554432000 4194304 4258824 140734668574224 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1565/statm: 35125 30948 243 16 0 31767 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 140500

[startup+51.1005 s]
/proc/loadavg: 2.47 1.37 1.29 5/191 1577
/proc/meminfo: memFree=30920660/32951124 swapFree=67072804/67111528
[pid=1565] ppid=1563 vsize=140500 CPUtime=51.08 cores=1,3
/proc/1565/stat : 1565 (munsat2_release) R 1563 1565 1499 0 -1 4202496 42724 0 0 0 5103 5 0 0 25 0 1 0 891667634 143872000 30976 33554432000 4194304 4258824 140734668574224 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1565/statm: 35125 30976 244 16 0 31767 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 140500

[startup+102.307 s]
/proc/loadavg: 3.33 1.77 1.43 5/191 1578
/proc/meminfo: memFree=30772028/32951124 swapFree=67072804/67111528
[pid=1565] ppid=1563 vsize=147640 CPUtime=102.29 cores=1,3
/proc/1565/stat : 1565 (munsat2_release) R 1563 1565 1499 0 -1 4202496 45345 0 0 0 10223 6 0 0 25 0 1 0 891667634 151183360 31747 33554432000 4194304 4258824 140734668574224 18446744073709551615 4230448 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1565/statm: 36910 31747 244 16 0 33552 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 147640

[startup+162.301 s]
/proc/loadavg: 3.75 2.17 1.59 5/191 1580
/proc/meminfo: memFree=30454936/32951124 swapFree=67072804/67111528
[pid=1565] ppid=1563 vsize=158144 CPUtime=162.28 cores=1,3
/proc/1565/stat : 1565 (munsat2_release) R 1563 1565 1499 0 -1 4202496 49043 0 0 0 16222 6 0 0 25 0 1 0 891667634 161939456 35337 33554432000 4194304 4258824 140734668574224 18446744073709551615 4225231 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1565/statm: 39536 35337 244 16 0 36178 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 158144

[startup+222.301 s]
/proc/loadavg: 3.94 2.52 1.74 5/191 1591
/proc/meminfo: memFree=30215536/32951124 swapFree=67072804/67111528
[pid=1565] ppid=1563 vsize=173916 CPUtime=222.29 cores=1,3
/proc/1565/stat : 1565 (munsat2_release) R 1563 1565 1499 0 -1 4202496 52674 0 0 0 22222 7 0 0 25 0 1 0 891667634 178089984 38538 33554432000 4194304 4258824 140734668574224 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1565/statm: 43479 38538 244 16 0 40121 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 173916

[startup+282.301 s]
/proc/loadavg: 3.98 2.78 1.88 5/191 1592
/proc/meminfo: memFree=30186120/32951124 swapFree=67072804/67111528
[pid=1565] ppid=1563 vsize=175080 CPUtime=282.29 cores=1,3
/proc/1565/stat : 1565 (munsat2_release) R 1563 1565 1499 0 -1 4202496 60796 0 0 0 28220 9 0 0 25 0 1 0 891667634 179281920 39586 33554432000 4194304 4258824 140734668574224 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1565/statm: 43770 39586 244 16 0 40412 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 175080

[startup+342.301 s]
/proc/loadavg: 3.99 3.00 2.01 5/191 1594
/proc/meminfo: memFree=30139712/32951124 swapFree=67072804/67111528
[pid=1565] ppid=1563 vsize=175080 CPUtime=342.29 cores=1,3
/proc/1565/stat : 1565 (munsat2_release) R 1563 1565 1499 0 -1 4202496 60796 0 0 0 34220 9 0 0 25 0 1 0 891667634 179281920 39586 33554432000 4194304 4258824 140734668574224 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1565/statm: 43770 39586 244 16 0 40412 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 175080

[startup+402.3 s]
/proc/loadavg: 4.08 3.21 2.14 5/191 1598
/proc/meminfo: memFree=30104040/32951124 swapFree=67072804/67111528
[pid=1565] ppid=1563 vsize=177800 CPUtime=402.29 cores=1,3
/proc/1565/stat : 1565 (munsat2_release) R 1563 1565 1499 0 -1 4202496 60813 0 0 0 40220 9 0 0 25 0 1 0 891667634 182067200 39602 33554432000 4194304 4258824 140734668574224 18446744073709551615 4218550 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1565/statm: 44450 39602 244 16 0 41092 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 177800

[startup+462.3 s]
/proc/loadavg: 4.07 3.37 2.26 5/191 1600
/proc/meminfo: memFree=30030396/32951124 swapFree=67072804/67111528
[pid=1565] ppid=1563 vsize=177800 CPUtime=462.29 cores=1,3
/proc/1565/stat : 1565 (munsat2_release) R 1563 1565 1499 0 -1 4202496 60849 0 0 0 46220 9 0 0 25 0 1 0 891667634 182067200 39638 33554432000 4194304 4258824 140734668574224 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1565/statm: 44450 39638 244 16 0 41092 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 177800

[startup+522.3 s]
/proc/loadavg: 4.02 3.48 2.37 5/191 1602
/proc/meminfo: memFree=30067316/32951124 swapFree=67072804/67111528
[pid=1565] ppid=1563 vsize=182220 CPUtime=522.29 cores=1,3
/proc/1565/stat : 1565 (munsat2_release) R 1563 1565 1499 0 -1 4202496 62212 0 0 0 52220 9 0 0 25 0 1 0 891667634 186593280 40755 33554432000 4194304 4258824 140734668574224 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1565/statm: 45555 40755 244 16 0 42197 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 182220

[startup+582.301 s]
/proc/loadavg: 4.04 3.59 2.47 5/191 1603
/proc/meminfo: memFree=29990664/32951124 swapFree=67072804/67111528
[pid=1565] ppid=1563 vsize=182220 CPUtime=582.29 cores=1,3
/proc/1565/stat : 1565 (munsat2_release) R 1563 1565 1499 0 -1 4202496 62212 0 0 0 58220 9 0 0 25 0 1 0 891667634 186593280 40755 33554432000 4194304 4258824 140734668574224 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1565/statm: 45555 40755 244 16 0 42197 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 182220

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 4.00 3.81 2.81 5/191 1610
/proc/meminfo: memFree=29975188/32951124 swapFree=67072804/67111528
[pid=1565] ppid=1563 vsize=182220 CPUtime=822.3 cores=1,3
/proc/1565/stat : 1565 (munsat2_release) R 1563 1565 1499 0 -1 4202496 62213 0 0 0 82221 9 0 0 25 0 1 0 891667634 186593280 40756 33554432000 4194304 4258824 140734668574224 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1565/statm: 45555 40756 244 16 0 42197 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 182220

[startup+882.301 s]
/proc/loadavg: 4.00 3.85 2.88 5/191 1611
/proc/meminfo: memFree=29947256/32951124 swapFree=67072804/67111528
[pid=1565] ppid=1563 vsize=182220 CPUtime=882.3 cores=1,3
/proc/1565/stat : 1565 (munsat2_release) R 1563 1565 1499 0 -1 4202496 62213 0 0 0 88221 9 0 0 25 0 1 0 891667634 186593280 40756 33554432000 4194304 4258824 140734668574224 18446744073709551615 4225716 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1565/statm: 45555 40756 244 16 0 42197 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 182220

[startup+942.3 s]
/proc/loadavg: 4.12 3.90 2.96 5/191 1613
/proc/meminfo: memFree=29882984/32951124 swapFree=67072804/67111528
[pid=1565] ppid=1563 vsize=182220 CPUtime=942.31 cores=1,3
/proc/1565/stat : 1565 (munsat2_release) R 1563 1565 1499 0 -1 4202496 62213 0 0 0 94222 9 0 0 25 0 1 0 891667634 186593280 40756 33554432000 4194304 4258824 140734668574224 18446744073709551615 4218550 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1565/statm: 45555 40756 244 16 0 42197 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 182220

[startup+1002.3 s]
/proc/loadavg: 4.04 3.92 3.02 5/191 1614
/proc/meminfo: memFree=29834972/32951124 swapFree=67072804/67111528
[pid=1565] ppid=1563 vsize=182220 CPUtime=1002.31 cores=1,3
/proc/1565/stat : 1565 (munsat2_release) R 1563 1565 1499 0 -1 4202496 62213 0 0 0 100222 9 0 0 25 0 1 0 891667634 186593280 40756 33554432000 4194304 4258824 140734668574224 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1565/statm: 45555 40756 244 16 0 42197 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 182220

[startup+1062.3 s]
/proc/loadavg: 4.01 3.93 3.08 5/191 1616
/proc/meminfo: memFree=29834328/32951124 swapFree=67072804/67111528
[pid=1565] ppid=1563 vsize=182220 CPUtime=1062.31 cores=1,3
/proc/1565/stat : 1565 (munsat2_release) R 1563 1565 1499 0 -1 4202496 62213 0 0 0 106222 9 0 0 25 0 1 0 891667634 186593280 40756 33554432000 4194304 4258824 140734668574224 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1565/statm: 45555 40756 244 16 0 42197 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 182220

[startup+1122.3 s]
/proc/loadavg: 4.00 3.94 3.14 5/191 1618
/proc/meminfo: memFree=29793368/32951124 swapFree=67072804/67111528
[pid=1565] ppid=1563 vsize=182220 CPUtime=1122.31 cores=1,3
/proc/1565/stat : 1565 (munsat2_release) R 1563 1565 1499 0 -1 4202496 62213 0 0 0 112222 9 0 0 25 0 1 0 891667634 186593280 40756 33554432000 4194304 4258824 140734668574224 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1565/statm: 45555 40756 244 16 0 42197 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 182220

[startup+1182.3 s]
/proc/loadavg: 4.06 3.96 3.19 6/191 1619
/proc/meminfo: memFree=29759856/32951124 swapFree=67072804/67111528
[pid=1565] ppid=1563 vsize=182220 CPUtime=1182.31 cores=1,3
/proc/1565/stat : 1565 (munsat2_release) R 1563 1565 1499 0 -1 4202496 62213 0 0 0 118222 9 0 0 25 0 1 0 891667634 186593280 40756 33554432000 4194304 4258824 140734668574224 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1565/statm: 45555 40756 244 16 0 42197 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 182220

[startup+1242.3 s]
/proc/loadavg: 4.09 3.99 3.25 5/191 1621
/proc/meminfo: memFree=29843764/32951124 swapFree=67072804/67111528
[pid=1565] ppid=1563 vsize=182220 CPUtime=1242.32 cores=1,3
/proc/1565/stat : 1565 (munsat2_release) R 1563 1565 1499 0 -1 4202496 62213 0 0 0 124223 9 0 0 25 0 1 0 891667634 186593280 40756 33554432000 4194304 4258824 140734668574224 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1565/statm: 45555 40756 244 16 0 42197 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 182220

[startup+1302.3 s]
/proc/loadavg: 4.03 3.99 3.29 5/191 1622
/proc/meminfo: memFree=29808388/32951124 swapFree=67072804/67111528
[pid=1565] ppid=1563 vsize=182220 CPUtime=1302.32 cores=1,3
/proc/1565/stat : 1565 (munsat2_release) R 1563 1565 1499 0 -1 4202496 62213 0 0 0 130223 9 0 0 25 0 1 0 891667634 186593280 40756 33554432000 4194304 4258824 140734668574224 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1565/statm: 45555 40756 244 16 0 42197 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 182220

[startup+1362.3 s]
/proc/loadavg: 4.13 4.02 3.34 5/191 1624
/proc/meminfo: memFree=29772516/32951124 swapFree=67072804/67111528
[pid=1565] ppid=1563 vsize=182220 CPUtime=1362.33 cores=1,3
/proc/1565/stat : 1565 (munsat2_release) R 1563 1565 1499 0 -1 4202496 62536 0 0 0 136223 10 0 0 25 0 1 0 891667634 186593280 41072 33554432000 4194304 4258824 140734668574224 18446744073709551615 4225467 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1565/statm: 45555 41072 244 16 0 42197 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 182220

[startup+1422.31 s]
/proc/loadavg: 4.13 4.03 3.39 5/191 1626
/proc/meminfo: memFree=29731568/32951124 swapFree=67072804/67111528
[pid=1565] ppid=1563 vsize=182220 CPUtime=1422.33 cores=1,3
/proc/1565/stat : 1565 (munsat2_release) R 1563 1565 1499 0 -1 4202496 62572 0 0 0 142223 10 0 0 25 0 1 0 891667634 186593280 41107 33554432000 4194304 4258824 140734668574224 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1565/statm: 45555 41107 244 16 0 42197 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 182220

[startup+1482.3 s]
/proc/loadavg: 4.04 4.02 3.42 5/191 1627
/proc/meminfo: memFree=29696932/32951124 swapFree=67072804/67111528
[pid=1565] ppid=1563 vsize=182220 CPUtime=1482.33 cores=1,3
/proc/1565/stat : 1565 (munsat2_release) R 1563 1565 1499 0 -1 4202496 62572 0 0 0 148223 10 0 0 25 0 1 0 891667634 186593280 41107 33554432000 4194304 4258824 140734668574224 18446744073709551615 4225179 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1565/statm: 45555 41107 244 16 0 42197 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 182220

[startup+1542.3 s]
/proc/loadavg: 4.05 4.03 3.46 5/191 1629
/proc/meminfo: memFree=29664288/32951124 swapFree=67072804/67111528
[pid=1565] ppid=1563 vsize=182220 CPUtime=1542.33 cores=1,3
/proc/1565/stat : 1565 (munsat2_release) R 1563 1565 1499 0 -1 4202496 62572 0 0 0 154223 10 0 0 25 0 1 0 891667634 186593280 41107 33554432000 4194304 4258824 140734668574224 18446744073709551615 4225138 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1565/statm: 45555 41107 244 16 0 42197 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 182220

[startup+1602.3 s]
/proc/loadavg: 4.07 4.04 3.50 5/191 1630
/proc/meminfo: memFree=29630272/32951124 swapFree=67072804/67111528
[pid=1565] ppid=1563 vsize=182220 CPUtime=1602.33 cores=1,3
/proc/1565/stat : 1565 (munsat2_release) R 1563 1565 1499 0 -1 4202496 62572 0 0 0 160223 10 0 0 25 0 1 0 891667634 186593280 41107 33554432000 4194304 4258824 140734668574224 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1565/statm: 45555 41107 244 16 0 42197 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 182220

[startup+1662.3 s]
/proc/loadavg: 4.02 4.03 3.52 5/191 1632
/proc/meminfo: memFree=29598368/32951124 swapFree=67072804/67111528
[pid=1565] ppid=1563 vsize=182220 CPUtime=1662.34 cores=1,3
/proc/1565/stat : 1565 (munsat2_release) R 1563 1565 1499 0 -1 4202496 62572 0 0 0 166224 10 0 0 25 0 1 0 891667634 186593280 41107 33554432000 4194304 4258824 140734668574224 18446744073709551615 4225495 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1565/statm: 45555 41107 244 16 0 42197 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 182220

[startup+1722.3 s]
/proc/loadavg: 4.01 4.02 3.55 5/191 1634
/proc/meminfo: memFree=29559516/32951124 swapFree=67072804/67111528
[pid=1565] ppid=1563 vsize=182220 CPUtime=1722.34 cores=1,3
/proc/1565/stat : 1565 (munsat2_release) R 1563 1565 1499 0 -1 4202496 62572 0 0 0 172224 10 0 0 25 0 1 0 891667634 186593280 41107 33554432000 4194304 4258824 140734668574224 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1565/statm: 45555 41107 244 16 0 42197 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 182220

[startup+1782.3 s]
/proc/loadavg: 4.04 4.03 3.58 5/191 1635
/proc/meminfo: memFree=29531084/32951124 swapFree=67072804/67111528
[pid=1565] ppid=1563 vsize=182220 CPUtime=1782.34 cores=1,3
/proc/1565/stat : 1565 (munsat2_release) R 1563 1565 1499 0 -1 4202496 62572 0 0 0 178224 10 0 0 25 0 1 0 891667634 186593280 41107 33554432000 4194304 4258824 140734668574224 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1565/statm: 45555 41107 244 16 0 42197 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 182220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 4.09 4.04 3.59 4/190 1637
/proc/meminfo: memFree=30650528/32951124 swapFree=67072804/67111528
[pid=1565] ppid=1563 vsize=182220 CPUtime=1800.04 cores=1,3
/proc/1565/stat : 1565 (munsat2_release) R 1563 1565 1499 0 -1 4202496 62572 0 0 0 179994 10 0 0 25 0 1 0 891667634 186593280 41107 33554432000 4194304 4258824 140734668574224 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1565/statm: 45555 41107 244 16 0 42197 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 182220

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.01
CPU time (s): 1800.06
CPU user time (s): 1799.95
CPU system time (s): 0.108983
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 182220

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

runsolver used 2.71759 second user time and 7.11092 second system time

The end

Launcher Data

Begin job on node135 at 2011-06-11 15:58:18
IDJOB=3493645
IDBENCH=70978
IDSOLVER=1973
FILE ID=node135/3493645-1307800697
RUNJOBID= node135-1307800697-1519
PBS_JOBID= 13551051
Free space on /tmp= 73880 MiB

SOLVER NAME= MiniUnsat2 2011-02-22
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-10-10t0.cnf
COMMAND LINE= munsat2_release -rnd-seed=RANDOMSEED -verb=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3493645-1307800697/watcher-3493645-1307800697 -o /tmp/evaluation-result-3493645-1307800697/solver-3493645-1307800697 -C 1800 -W 1850 -M 7680  munsat2_release -rnd-seed=1192654841 -verb=0 HOME/instance-3493645-1307800697.cnf

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

MD5SUM BENCH= cb415509536ac2d14aa30840f7b0f223
RANDOM SEED=1192654841

node135.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.851
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.851
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.851
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.75
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.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.74
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31500964 kB
Buffers:        235248 kB
Cached:         973212 kB
SwapCached:       6548 kB
Active:         660056 kB
Inactive:       603292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31500964 kB
SwapTotal:    67111528 kB
SwapFree:     67072804 kB
Dirty:           25264 kB
Writeback:           8 kB
AnonPages:       53536 kB
Mapped:          10752 kB
Slab:           121104 kB
PageTables:       4948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   236892 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73860 MiB
End job on node135 at 2011-06-11 16:28:20