Trace number 3493641

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.07 1800.03

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-20-5t0.cnf
MD5SUMb84d1248d395ed5f63f933b288b759ac
Bench CategoryAPPLICATION (applications 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 variables318850
Number of clauses1368643
Sum of the clauses size3217504
Maximum clause length10
Minimum clause length1
Number of clauses of size 112461
Number of clauses of size 21032043
Number of clauses of size 3267959
Number of clauses of size 46240
Number of clauses of size 524960
Number of clauses of size over 524980

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

running on 2 cores: 0,2

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/190 1575
/proc/meminfo: memFree=31275332/32951124 swapFree=67072804/67111528
[pid=1575] ppid=1573 vsize=16836 CPUtime=0 cores=0,2
/proc/1575/stat : 1575 (munsat2_release) R 1573 1575 1499 0 -1 4202496 1110 0 0 0 0 0 0 0 21 0 1 0 891667752 17240064 1038 33554432000 4194304 4258824 140734707100816 18446744073709551615 4210343 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1575/statm: 4209 1046 219 16 0 851 0

[startup+0.0937409 s]
/proc/loadavg: 0.47 0.89 1.14 4/190 1575
/proc/meminfo: memFree=31275332/32951124 swapFree=67072804/67111528
[pid=1575] ppid=1573 vsize=55952 CPUtime=0.09 cores=0,2
/proc/1575/stat : 1575 (munsat2_release) R 1573 1575 1499 0 -1 4202496 10680 0 0 0 8 1 0 0 21 0 1 0 891667752 57294848 10608 33554432000 4194304 4258824 140734707100816 18446744073709551615 255376962245 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1575/statm: 13988 10614 219 16 0 10630 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55952

[startup+0.100715 s]
/proc/loadavg: 0.47 0.89 1.14 4/190 1575
/proc/meminfo: memFree=31275332/32951124 swapFree=67072804/67111528
[pid=1575] ppid=1573 vsize=57932 CPUtime=0.09 cores=0,2
/proc/1575/stat : 1575 (munsat2_release) R 1573 1575 1499 0 -1 4202496 11207 0 0 0 8 1 0 0 21 0 1 0 891667752 59322368 11135 33554432000 4194304 4258824 140734707100816 18446744073709551615 255376962245 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1575/statm: 14483 11139 219 16 0 11125 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 57932

[startup+0.300677 s]
/proc/loadavg: 0.47 0.89 1.14 4/190 1575
/proc/meminfo: memFree=31275332/32951124 swapFree=67072804/67111528
[pid=1575] ppid=1573 vsize=121800 CPUtime=0.29 cores=0,2
/proc/1575/stat : 1575 (munsat2_release) R 1573 1575 1499 0 -1 4202496 26840 0 0 0 26 3 0 0 22 0 1 0 891667752 124723200 26768 33554432000 4194304 4258824 140734707100816 18446744073709551615 255376962245 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1575/statm: 30450 26773 219 16 0 27092 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 121800

[startup+0.700607 s]
/proc/loadavg: 0.47 0.89 1.14 4/190 1575
/proc/meminfo: memFree=31275332/32951124 swapFree=67072804/67111528
[pid=1575] ppid=1573 vsize=209576 CPUtime=0.69 cores=0,2
/proc/1575/stat : 1575 (munsat2_release) R 1573 1575 1499 0 -1 4202496 48082 0 0 0 63 6 0 0 23 0 1 0 891667752 214605824 48010 33554432000 4194304 4258824 140734707100816 18446744073709551615 4207138 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1575/statm: 52394 48010 220 16 0 49036 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 209576

[startup+1.50046 s]
/proc/loadavg: 0.47 0.89 1.14 5/191 1576
/proc/meminfo: memFree=31079688/32951124 swapFree=67072804/67111528
[pid=1575] ppid=1573 vsize=293264 CPUtime=1.49 cores=0,2
/proc/1575/stat : 1575 (munsat2_release) R 1573 1575 1499 0 -1 4202496 66900 0 0 0 141 8 0 0 25 0 1 0 891667752 300302336 65342 33554432000 4194304 4258824 140734707100816 18446744073709551615 4225716 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1575/statm: 73316 65342 233 16 0 69958 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 293264

[startup+3.10111 s]
/proc/loadavg: 0.75 0.94 1.16 5/191 1576
/proc/meminfo: memFree=31007436/32951124 swapFree=67072804/67111528
[pid=1575] ppid=1573 vsize=290968 CPUtime=3.09 cores=0,2
/proc/1575/stat : 1575 (munsat2_release) R 1573 1575 1499 0 -1 4202496 73677 0 0 0 300 9 0 0 25 0 1 0 891667752 297951232 65065 33554432000 4194304 4258824 140734707100816 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1575/statm: 72742 65065 241 16 0 69384 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 290968

[startup+6.30056 s]
/proc/loadavg: 0.75 0.94 1.16 5/191 1576
/proc/meminfo: memFree=30981004/32951124 swapFree=67072804/67111528
[pid=1575] ppid=1573 vsize=290512 CPUtime=6.29 cores=0,2
/proc/1575/stat : 1575 (munsat2_release) R 1573 1575 1499 0 -1 4202496 81790 0 0 0 620 9 0 0 25 0 1 0 891667752 297484288 66415 33554432000 4194304 4258824 140734707100816 18446744073709551615 4230269 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1575/statm: 72628 66415 241 16 0 69270 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 290512

[startup+12.7004 s]
/proc/loadavg: 1.25 1.04 1.19 5/191 1576
/proc/meminfo: memFree=30957244/32951124 swapFree=67072804/67111528
[pid=1575] ppid=1573 vsize=324216 CPUtime=12.69 cores=0,2
/proc/1575/stat : 1575 (munsat2_release) R 1573 1575 1499 0 -1 4202496 91115 0 0 0 1258 11 0 0 25 0 1 0 891667752 331997184 74691 33554432000 4194304 4258824 140734707100816 18446744073709551615 4225106 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1575/statm: 81054 74691 243 16 0 77696 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 324216

[startup+25.501 s]
/proc/loadavg: 1.67 1.14 1.22 5/191 1576
/proc/meminfo: memFree=30992864/32951124 swapFree=67072804/67111528
[pid=1575] ppid=1573 vsize=286608 CPUtime=25.5 cores=0,2
/proc/1575/stat : 1575 (munsat2_release) R 1573 1575 1499 0 -1 4202496 93660 0 0 0 2538 12 0 0 25 0 1 0 891667752 293486592 67288 33554432000 4194304 4258824 140734707100816 18446744073709551615 4206717 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1575/statm: 71652 67288 243 16 0 68294 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 286608

[startup+51.1003 s]
/proc/loadavg: 2.47 1.37 1.29 5/191 1577
/proc/meminfo: memFree=30913964/32951124 swapFree=67072804/67111528
[pid=1575] ppid=1573 vsize=286608 CPUtime=51.08 cores=0,2
/proc/1575/stat : 1575 (munsat2_release) R 1573 1575 1499 0 -1 4202496 93660 0 0 0 5096 12 0 0 25 0 1 0 891667752 293486592 67288 33554432000 4194304 4258824 140734707100816 18446744073709551615 4218550 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1575/statm: 71652 67288 243 16 0 68294 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 286608

[startup+102.307 s]
/proc/loadavg: 3.39 1.81 1.44 5/191 1578
/proc/meminfo: memFree=30765208/32951124 swapFree=67072804/67111528
[pid=1575] ppid=1573 vsize=305904 CPUtime=102.28 cores=0,2
/proc/1575/stat : 1575 (munsat2_release) R 1573 1575 1499 0 -1 4202496 98990 0 0 0 10216 12 0 0 25 0 1 0 891667752 313245696 71483 33554432000 4194304 4258824 140734707100816 18446744073709551615 4217939 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1575/statm: 76476 71483 243 16 0 73118 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 305904

[startup+162.301 s]
/proc/loadavg: 3.75 2.17 1.59 5/191 1580
/proc/meminfo: memFree=30447372/32951124 swapFree=67072804/67111528
[pid=1575] ppid=1573 vsize=316092 CPUtime=162.28 cores=0,2
/proc/1575/stat : 1575 (munsat2_release) R 1573 1575 1499 0 -1 4202496 112130 0 0 0 16214 14 0 0 25 0 1 0 891667752 323678208 74378 33554432000 4194304 4258824 140734707100816 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1575/statm: 79023 74378 244 16 0 75665 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 316092

[startup+222.301 s]
/proc/loadavg: 3.94 2.54 1.75 5/191 1591
/proc/meminfo: memFree=30214916/32951124 swapFree=67072804/67111528
[pid=1575] ppid=1573 vsize=341880 CPUtime=222.28 cores=0,2
/proc/1575/stat : 1575 (munsat2_release) R 1573 1575 1499 0 -1 4202496 118247 0 0 0 22213 15 0 0 25 0 1 0 891667752 350085120 79485 33554432000 4194304 4258824 140734707100816 18446744073709551615 4217888 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1575/statm: 85470 79485 244 16 0 82112 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 341880

[startup+282.3 s]
/proc/loadavg: 3.98 2.78 1.88 5/191 1592
/proc/meminfo: memFree=30185872/32951124 swapFree=67072804/67111528
[pid=1575] ppid=1573 vsize=350600 CPUtime=282.29 cores=0,2
/proc/1575/stat : 1575 (munsat2_release) R 1573 1575 1499 0 -1 4202496 122680 0 0 0 28213 16 0 0 25 0 1 0 891667752 359014400 82984 33554432000 4194304 4258824 140734707100816 18446744073709551615 4225851 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1575/statm: 87650 82984 244 16 0 84292 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 350600

[startup+342.3 s]
/proc/loadavg: 3.99 3.02 2.02 5/191 1594
/proc/meminfo: memFree=30138720/32951124 swapFree=67072804/67111528
[pid=1575] ppid=1573 vsize=360876 CPUtime=342.29 cores=0,2
/proc/1575/stat : 1575 (munsat2_release) R 1573 1575 1499 0 -1 4202496 125946 0 0 0 34213 16 0 0 25 0 1 0 891667752 369537024 85566 33554432000 4194304 4258824 140734707100816 18446744073709551615 4218550 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1575/statm: 90219 85566 244 16 0 86861 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 360876

[startup+402.3 s]
/proc/loadavg: 4.08 3.21 2.14 5/191 1598
/proc/meminfo: memFree=30103668/32951124 swapFree=67072804/67111528
[pid=1575] ppid=1573 vsize=360876 CPUtime=402.29 cores=0,2
/proc/1575/stat : 1575 (munsat2_release) R 1573 1575 1499 0 -1 4202496 125946 0 0 0 40213 16 0 0 25 0 1 0 891667752 369537024 85566 33554432000 4194304 4258824 140734707100816 18446744073709551615 4201319 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1575/statm: 90219 85566 244 16 0 86861 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 360876

[startup+462.301 s]
/proc/loadavg: 4.07 3.38 2.27 5/191 1600
/proc/meminfo: memFree=30030272/32951124 swapFree=67072804/67111528
[pid=1575] ppid=1573 vsize=411540 CPUtime=462.29 cores=0,2
/proc/1575/stat : 1575 (munsat2_release) R 1573 1575 1499 0 -1 4202496 173826 0 0 0 46206 23 0 0 25 0 1 0 891667752 421416960 95744 33554432000 4194304 4258824 140734707100816 18446744073709551615 4225824 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1575/statm: 102885 95744 244 16 0 99527 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 411540

[startup+522.301 s]
/proc/loadavg: 4.02 3.48 2.37 5/191 1602
/proc/meminfo: memFree=30064340/32951124 swapFree=67072804/67111528
[pid=1575] ppid=1573 vsize=450300 CPUtime=522.29 cores=0,2
/proc/1575/stat : 1575 (munsat2_release) R 1573 1575 1499 0 -1 4202496 229963 0 0 0 52199 30 0 0 25 0 1 0 891667752 461107200 106228 33554432000 4194304 4258824 140734707100816 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1575/statm: 112575 106228 244 16 0 109217 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 450300

[startup+582.301 s]
/proc/loadavg: 4.04 3.59 2.48 5/191 1603
/proc/meminfo: memFree=29989920/32951124 swapFree=67072804/67111528
[pid=1575] ppid=1573 vsize=471552 CPUtime=582.3 cores=0,2
/proc/1575/stat : 1575 (munsat2_release) R 1573 1575 1499 0 -1 4202496 237158 0 0 0 58199 31 0 0 25 0 1 0 891667752 482869248 111922 33554432000 4194304 4258824 140734707100816 18446744073709551615 4225176 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1575/statm: 117888 111922 244 16 0 114530 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 471552

[startup+642.301 s]

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

[startup+822.3 s]
/proc/loadavg: 4.00 3.82 2.82 5/191 1610
/proc/meminfo: memFree=29974940/32951124 swapFree=67072804/67111528
[pid=1575] ppid=1573 vsize=459724 CPUtime=822.31 cores=0,2
/proc/1575/stat : 1575 (munsat2_release) R 1573 1575 1499 0 -1 4202496 280213 0 0 0 82193 38 0 0 25 0 1 0 891667752 470757376 107598 33554432000 4194304 4258824 140734707100816 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1575/statm: 114931 107598 244 16 0 111573 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 459724

[startup+882.3 s]
/proc/loadavg: 4.00 3.85 2.89 5/191 1611
/proc/meminfo: memFree=29946636/32951124 swapFree=67072804/67111528
[pid=1575] ppid=1573 vsize=452584 CPUtime=882.3 cores=0,2
/proc/1575/stat : 1575 (munsat2_release) R 1573 1575 1499 0 -1 4202496 287730 0 0 0 88191 39 0 0 25 0 1 0 891667752 463446016 106470 33554432000 4194304 4258824 140734707100816 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1575/statm: 113146 106470 244 16 0 109788 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 452584

[startup+942.3 s]
/proc/loadavg: 4.11 3.90 2.97 5/191 1613
/proc/meminfo: memFree=29881992/32951124 swapFree=67072804/67111528
[pid=1575] ppid=1573 vsize=482092 CPUtime=942.31 cores=0,2
/proc/1575/stat : 1575 (munsat2_release) R 1573 1575 1499 0 -1 4202496 352992 0 0 0 94184 47 0 0 25 0 1 0 891667752 493662208 113346 33554432000 4194304 4258824 140734707100816 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1575/statm: 120523 113346 244 16 0 117165 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 482092

[startup+1002.3 s]
/proc/loadavg: 4.04 3.92 3.03 5/191 1614
/proc/meminfo: memFree=29834724/32951124 swapFree=67072804/67111528
[pid=1575] ppid=1573 vsize=492924 CPUtime=1002.31 cores=0,2
/proc/1575/stat : 1575 (munsat2_release) R 1573 1575 1499 0 -1 4202496 414195 0 0 0 100177 54 0 0 25 0 1 0 891667752 504754176 115747 33554432000 4194304 4258824 140734707100816 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1575/statm: 123231 115747 244 16 0 119873 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 492924

[startup+1062.3 s]
/proc/loadavg: 4.01 3.93 3.08 5/191 1616
/proc/meminfo: memFree=29833956/32951124 swapFree=67072804/67111528
[pid=1575] ppid=1573 vsize=456016 CPUtime=1062.31 cores=0,2
/proc/1575/stat : 1575 (munsat2_release) R 1573 1575 1499 0 -1 4202496 416638 0 0 0 106177 54 0 0 25 0 1 0 891667752 466960384 108368 33554432000 4194304 4258824 140734707100816 18446744073709551615 4225392 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1575/statm: 114004 108368 244 16 0 110646 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 456016

[startup+1122.3 s]
/proc/loadavg: 4.00 3.94 3.14 5/191 1618
/proc/meminfo: memFree=29792624/32951124 swapFree=67072804/67111528
[pid=1575] ppid=1573 vsize=467508 CPUtime=1122.31 cores=0,2
/proc/1575/stat : 1575 (munsat2_release) R 1573 1575 1499 0 -1 4202496 419749 0 0 0 112177 54 0 0 25 0 1 0 891667752 478728192 110740 33554432000 4194304 4258824 140734707100816 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1575/statm: 116877 110740 244 16 0 113519 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 467508

[startup+1182.3 s]
/proc/loadavg: 4.06 3.96 3.19 5/191 1619
/proc/meminfo: memFree=29758864/32951124 swapFree=67072804/67111528
[pid=1575] ppid=1573 vsize=467508 CPUtime=1182.31 cores=0,2
/proc/1575/stat : 1575 (munsat2_release) R 1573 1575 1499 0 -1 4202496 419826 0 0 0 118177 54 0 0 25 0 1 0 891667752 478728192 110797 33554432000 4194304 4258824 140734707100816 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1575/statm: 116877 110797 244 16 0 113519 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 467508

[startup+1242.3 s]
/proc/loadavg: 4.08 3.99 3.25 5/191 1621
/proc/meminfo: memFree=29842648/32951124 swapFree=67072804/67111528
[pid=1575] ppid=1573 vsize=467508 CPUtime=1242.32 cores=0,2
/proc/1575/stat : 1575 (munsat2_release) R 1573 1575 1499 0 -1 4202496 419912 0 0 0 124178 54 0 0 25 0 1 0 891667752 478728192 110883 33554432000 4194304 4258824 140734707100816 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1575/statm: 116877 110883 244 16 0 113519 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 467508

[startup+1302.3 s]
/proc/loadavg: 4.03 3.99 3.29 5/191 1622
/proc/meminfo: memFree=29807768/32951124 swapFree=67072804/67111528
[pid=1575] ppid=1573 vsize=467508 CPUtime=1302.32 cores=0,2
/proc/1575/stat : 1575 (munsat2_release) R 1573 1575 1499 0 -1 4202496 419953 0 0 0 130178 54 0 0 25 0 1 0 891667752 478728192 110923 33554432000 4194304 4258824 140734707100816 18446744073709551615 4231187 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1575/statm: 116877 110923 244 16 0 113519 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 467508

[startup+1362.3 s]
/proc/loadavg: 4.12 4.02 3.35 5/191 1624
/proc/meminfo: memFree=29771648/32951124 swapFree=67072804/67111528
[pid=1575] ppid=1573 vsize=467508 CPUtime=1362.31 cores=0,2
/proc/1575/stat : 1575 (munsat2_release) R 1573 1575 1499 0 -1 4202496 420872 0 0 0 136176 55 0 0 25 0 1 0 891667752 478728192 111817 33554432000 4194304 4258824 140734707100816 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1575/statm: 116877 111817 244 16 0 113519 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 467508

[startup+1422.31 s]
/proc/loadavg: 4.12 4.03 3.39 5/191 1626
/proc/meminfo: memFree=29731072/32951124 swapFree=67072804/67111528
[pid=1575] ppid=1573 vsize=467508 CPUtime=1422.32 cores=0,2
/proc/1575/stat : 1575 (munsat2_release) R 1573 1575 1499 0 -1 4202496 420872 0 0 0 142177 55 0 0 25 0 1 0 891667752 478728192 111817 33554432000 4194304 4258824 140734707100816 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1575/statm: 116877 111817 244 16 0 113519 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 467508

[startup+1482.3 s]
/proc/loadavg: 4.04 4.02 3.42 5/191 1627
/proc/meminfo: memFree=29696188/32951124 swapFree=67072804/67111528
[pid=1575] ppid=1573 vsize=467508 CPUtime=1482.32 cores=0,2
/proc/1575/stat : 1575 (munsat2_release) R 1573 1575 1499 0 -1 4202496 420872 0 0 0 148177 55 0 0 25 0 1 0 891667752 478728192 111817 33554432000 4194304 4258824 140734707100816 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1575/statm: 116877 111817 244 16 0 113519 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 467508

[startup+1542.3 s]
/proc/loadavg: 4.05 4.03 3.46 5/191 1629
/proc/meminfo: memFree=29664164/32951124 swapFree=67072804/67111528
[pid=1575] ppid=1573 vsize=467508 CPUtime=1542.32 cores=0,2
/proc/1575/stat : 1575 (munsat2_release) R 1573 1575 1499 0 -1 4202496 420872 0 0 0 154177 55 0 0 25 0 1 0 891667752 478728192 111817 33554432000 4194304 4258824 140734707100816 18446744073709551615 4225225 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1575/statm: 116877 111817 244 16 0 113519 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 467508

[startup+1602.3 s]
/proc/loadavg: 4.06 4.04 3.50 5/191 1630
/proc/meminfo: memFree=29629652/32951124 swapFree=67072804/67111528
[pid=1575] ppid=1573 vsize=467508 CPUtime=1602.32 cores=0,2
/proc/1575/stat : 1575 (munsat2_release) R 1573 1575 1499 0 -1 4202496 420872 0 0 0 160177 55 0 0 25 0 1 0 891667752 478728192 111817 33554432000 4194304 4258824 140734707100816 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1575/statm: 116877 111817 244 16 0 113519 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 467508

[startup+1662.3 s]
/proc/loadavg: 4.02 4.03 3.53 5/191 1632
/proc/meminfo: memFree=29597996/32951124 swapFree=67072804/67111528
[pid=1575] ppid=1573 vsize=467508 CPUtime=1662.32 cores=0,2
/proc/1575/stat : 1575 (munsat2_release) R 1573 1575 1499 0 -1 4202496 420872 0 0 0 166177 55 0 0 25 0 1 0 891667752 478728192 111817 33554432000 4194304 4258824 140734707100816 18446744073709551615 255376950360 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1575/statm: 116877 111817 244 16 0 113519 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 467508

[startup+1722.3 s]
/proc/loadavg: 4.01 4.02 3.55 5/191 1634
/proc/meminfo: memFree=29558648/32951124 swapFree=67072804/67111528
[pid=1575] ppid=1573 vsize=467508 CPUtime=1722.32 cores=0,2
/proc/1575/stat : 1575 (munsat2_release) R 1573 1575 1499 0 -1 4202496 420872 0 0 0 172177 55 0 0 25 0 1 0 891667752 478728192 111817 33554432000 4194304 4258824 140734707100816 18446744073709551615 4218513 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1575/statm: 116877 111817 244 16 0 113519 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 467508

[startup+1782.3 s]
/proc/loadavg: 4.04 4.03 3.58 5/191 1635
/proc/meminfo: memFree=29530588/32951124 swapFree=67072804/67111528
[pid=1575] ppid=1573 vsize=467508 CPUtime=1782.33 cores=0,2
/proc/1575/stat : 1575 (munsat2_release) R 1573 1575 1499 0 -1 4202496 420872 0 0 0 178178 55 0 0 25 0 1 0 891667752 478728192 111817 33554432000 4194304 4258824 140734707100816 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1575/statm: 116877 111817 244 16 0 113519 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 467508



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 4.09 4.04 3.59 2/185 1639
/proc/meminfo: memFree=31051216/32951124 swapFree=67072804/67111528
[pid=1575] ppid=1573 vsize=467508 CPUtime=1800.03 cores=0,2
/proc/1575/stat : 1575 (munsat2_release) R 1573 1575 1499 0 -1 4202496 420872 0 0 0 179948 55 0 0 25 0 1 0 891667752 478728192 111817 33554432000 4194304 4258824 140734707100816 18446744073709551615 4231097 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1575/statm: 116877 111817 244 16 0 113519 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 467508

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.03
CPU time (s): 1800.07
CPU user time (s): 1799.49
CPU system time (s): 0.579911
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 492924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.49
system time used= 0.579911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 420872
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= 5671

runsolver used 3.23851 second user time and 6.589 second system time

The end

Launcher Data

Begin job on node135 at 2011-06-11 15:58:19
IDJOB=3493641
IDBENCH=70976
IDSOLVER=1973
FILE ID=node135/3493641-1307800697
RUNJOBID= node135-1307800697-1517
PBS_JOBID= 13551051
Free space on /tmp= 73860 MiB

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

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

MD5SUM BENCH= b84d1248d395ed5f63f933b288b759ac
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:      31275884 kB
Buffers:        235272 kB
Cached:         998020 kB
SwapCached:       6548 kB
Active:         884408 kB
Inactive:       602816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31275884 kB
SwapTotal:    67111528 kB
SwapFree:     67072804 kB
Dirty:           46604 kB
Writeback:           8 kB
AnonPages:      252580 kB
Mapped:          10752 kB
Slab:           121884 kB
PageTables:       4948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   461660 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= 73876 MiB
End job on node135 at 2011-06-11 16:28:21