Trace number 3493633

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.09 1800.22

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-05.cnf
MD5SUM2802e980ef7a0af021d80df126a2e28c
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 variables68827
Number of clauses224473
Sum of the clauses size581793
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 291368
Number of clauses of size 3132976
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

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

running on 2 cores: 5,7

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 5/181 1552
/proc/meminfo: memFree=31528732/32951124 swapFree=67072804/67111528
[pid=1552] ppid=1548 vsize=11804 CPUtime=0 cores=5,7
/proc/1552/stat : 1552 (runsolver) S 1548 1552 1499 0 -1 4202560 41 0 0 0 0 0 0 0 18 0 1 0 891667619 12087296 50 33554432000 4194304 5436572 140736154172144 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071700214583 0 0 17 7 0 0 0
/proc/1552/statm: 2951 50 31 304 0 2643 0

[startup+0.0556311 s]
/proc/loadavg: 0.47 0.89 1.14 5/181 1552
/proc/meminfo: memFree=31528732/32951124 swapFree=67072804/67111528
[pid=1552] ppid=1548 vsize=11804 CPUtime=0 cores=5,7
/proc/1552/stat : 1552 (runsolver) S 1548 1552 1499 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 1 0 891667619 12087296 55 33554432000 4194304 5436572 140736154172144 18446744073709551615 5057063 0 2147483391 4096 24578 18446744071699453118 0 0 17 7 0 0 0
/proc/1552/statm: 2951 55 36 304 0 2643 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11804

[startup+0.100596 s]
/proc/loadavg: 0.47 0.89 1.14 5/181 1552
/proc/meminfo: memFree=31528732/32951124 swapFree=67072804/67111528
[pid=1552] ppid=1548 vsize=8124 CPUtime=0 cores=5,7
/proc/1552/stat : 1552 (munsat2_release) S 1548 1552 1499 0 -1 4194304 100 0 0 0 0 0 0 0 17 0 1 0 891667619 8318976 52 33554432000 4194304 4258824 140736115970064 18446744073709551615 255372377735 0 2147483391 4096 0 18446744071699453118 0 0 17 5 0 0 0
/proc/1552/statm: 2031 52 40 16 0 44 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8124

[startup+0.300569 s]
/proc/loadavg: 0.47 0.89 1.14 5/181 1552
/proc/meminfo: memFree=31528732/32951124 swapFree=67072804/67111528
[pid=1552] ppid=1548 vsize=61596 CPUtime=0.16 cores=5,7
/proc/1552/stat : 1552 (munsat2_release) R 1548 1552 1499 0 -1 4202496 10876 0 0 0 14 2 0 0 17 0 1 0 891667619 63074304 10750 33554432000 4194304 4258824 140736115970064 18446744073709551615 255376962245 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1552/statm: 15399 10751 224 16 0 12041 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 61596

[startup+0.700495 s]
/proc/loadavg: 0.47 0.89 1.14 5/181 1552
/proc/meminfo: memFree=31528732/32951124 swapFree=67072804/67111528
[pid=1552] ppid=1548 vsize=67852 CPUtime=0.56 cores=5,7
/proc/1552/stat : 1552 (munsat2_release) R 1548 1552 1499 0 -1 4202496 13256 0 0 0 54 2 0 0 18 0 1 0 891667619 69480448 12907 33554432000 4194304 4258824 140736115970064 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1552/statm: 16963 12907 243 16 0 13605 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 67852

[startup+1.50035 s]
/proc/loadavg: 0.47 0.89 1.14 5/188 1566
/proc/meminfo: memFree=31286896/32951124 swapFree=67072804/67111528
[pid=1552] ppid=1548 vsize=68504 CPUtime=1.36 cores=5,7
/proc/1552/stat : 1552 (munsat2_release) R 1548 1552 1499 0 -1 4202496 13620 0 0 0 134 2 0 0 19 0 1 0 891667619 70148096 13229 33554432000 4194304 4258824 140736115970064 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1552/statm: 17126 13229 243 16 0 13768 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 68504

[startup+3.10105 s]
/proc/loadavg: 0.47 0.89 1.14 5/191 1576
/proc/meminfo: memFree=31080556/32951124 swapFree=67072804/67111528
[pid=1552] ppid=1548 vsize=72104 CPUtime=2.96 cores=5,7
/proc/1552/stat : 1552 (munsat2_release) R 1548 1552 1499 0 -1 4202496 14113 0 0 0 294 2 0 0 22 0 1 0 891667619 73834496 13633 33554432000 4194304 4258824 140736115970064 18446744073709551615 4225696 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1552/statm: 18026 13634 243 16 0 14668 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 72104

[startup+6.30046 s]
/proc/loadavg: 0.75 0.94 1.16 5/191 1576
/proc/meminfo: memFree=30990924/32951124 swapFree=67072804/67111528
[pid=1552] ppid=1548 vsize=72656 CPUtime=6.17 cores=5,7
/proc/1552/stat : 1552 (munsat2_release) R 1548 1552 1499 0 -1 4202496 14613 0 0 0 614 3 0 0 25 0 1 0 891667619 74399744 14052 33554432000 4194304 4258824 140736115970064 18446744073709551615 4225738 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1552/statm: 18164 14052 243 16 0 14806 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 72656

[startup+12.7003 s]
/proc/loadavg: 1.01 0.99 1.17 5/191 1576
/proc/meminfo: memFree=30968652/32951124 swapFree=67072804/67111528
[pid=1552] ppid=1548 vsize=77896 CPUtime=12.56 cores=5,7
/proc/1552/stat : 1552 (munsat2_release) R 1548 1552 1499 0 -1 4202496 15277 0 0 0 1253 3 0 0 25 0 1 0 891667619 79765504 14709 33554432000 4194304 4258824 140736115970064 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1552/statm: 19474 14709 243 16 0 16116 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 77896

[startup+25.5009 s]
/proc/loadavg: 1.67 1.14 1.22 6/191 1576
/proc/meminfo: memFree=30992988/32951124 swapFree=67072804/67111528
[pid=1552] ppid=1548 vsize=78692 CPUtime=25.36 cores=5,7
/proc/1552/stat : 1552 (munsat2_release) R 1548 1552 1499 0 -1 4202496 16250 0 0 0 2533 3 0 0 25 0 1 0 891667619 80580608 15667 33554432000 4194304 4258824 140736115970064 18446744073709551615 4225296 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1552/statm: 19673 15667 243 16 0 16315 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 78692

[startup+51.1002 s]
/proc/loadavg: 2.47 1.37 1.29 5/191 1577
/proc/meminfo: memFree=30921900/32951124 swapFree=67072804/67111528
[pid=1552] ppid=1548 vsize=87784 CPUtime=50.96 cores=5,7
/proc/1552/stat : 1552 (munsat2_release) R 1548 1552 1499 0 -1 4202496 18155 0 0 0 5092 4 0 0 25 0 1 0 891667619 89890816 17541 33554432000 4194304 4258824 140736115970064 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1552/statm: 21946 17541 243 16 0 18588 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 87784

[startup+102.308 s]
/proc/loadavg: 3.33 1.77 1.43 5/191 1578
/proc/meminfo: memFree=30772524/32951124 swapFree=67072804/67111528
[pid=1552] ppid=1548 vsize=102464 CPUtime=102.17 cores=5,7
/proc/1552/stat : 1552 (munsat2_release) R 1548 1552 1499 0 -1 4202496 21475 0 0 0 10211 6 0 0 25 0 1 0 891667619 104923136 20786 33554432000 4194304 4258824 140736115970064 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1552/statm: 25616 20786 243 16 0 22258 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 102464

[startup+162.301 s]
/proc/loadavg: 3.75 2.17 1.59 6/191 1580
/proc/meminfo: memFree=30456672/32951124 swapFree=67072804/67111528
[pid=1552] ppid=1548 vsize=124088 CPUtime=162.16 cores=5,7
/proc/1552/stat : 1552 (munsat2_release) R 1548 1552 1499 0 -1 4202496 25225 0 0 0 16208 8 0 0 25 0 1 0 891667619 127066112 24458 33554432000 4194304 4258824 140736115970064 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1552/statm: 31022 24458 243 16 0 27664 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 124088

[startup+222.3 s]
/proc/loadavg: 3.94 2.52 1.74 5/191 1591
/proc/meminfo: memFree=30215660/32951124 swapFree=67072804/67111528
[pid=1552] ppid=1548 vsize=158336 CPUtime=222.16 cores=5,7
/proc/1552/stat : 1552 (munsat2_release) R 1548 1552 1499 0 -1 4202496 30747 0 0 0 22205 11 0 0 25 0 1 0 891667619 162136064 29919 33554432000 4194304 4258824 140736115970064 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1552/statm: 39584 29919 243 16 0 36226 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 158336

[startup+282.3 s]
/proc/loadavg: 3.98 2.78 1.88 5/191 1592
/proc/meminfo: memFree=30186120/32951124 swapFree=67072804/67111528
[pid=1552] ppid=1548 vsize=160700 CPUtime=282.17 cores=5,7
/proc/1552/stat : 1552 (munsat2_release) R 1548 1552 1499 0 -1 4202496 33647 0 0 0 28204 13 0 0 25 0 1 0 891667619 164556800 32749 33554432000 4194304 4258824 140736115970064 18446744073709551615 4231187 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1552/statm: 40175 32749 243 16 0 36817 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 160700

[startup+342.3 s]
/proc/loadavg: 3.99 3.00 2.01 5/191 1594
/proc/meminfo: memFree=30139712/32951124 swapFree=67072804/67111528
[pid=1552] ppid=1548 vsize=163396 CPUtime=342.17 cores=5,7
/proc/1552/stat : 1552 (munsat2_release) R 1548 1552 1499 0 -1 4202496 37382 0 0 0 34202 15 0 0 25 0 1 0 891667619 167317504 36437 33554432000 4194304 4258824 140736115970064 18446744073709551615 4231492 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1552/statm: 40849 36437 243 16 0 37491 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 163396

[startup+402.301 s]
/proc/loadavg: 4.08 3.21 2.14 5/191 1598
/proc/meminfo: memFree=30104164/32951124 swapFree=67072804/67111528
[pid=1552] ppid=1548 vsize=215776 CPUtime=402.15 cores=5,7
/proc/1552/stat : 1552 (munsat2_release) R 1548 1552 1499 0 -1 4202496 41218 0 0 0 40198 17 0 0 25 0 1 0 891667619 220954624 40234 33554432000 4194304 4258824 140736115970064 18446744073709551615 4231693 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1552/statm: 53944 40234 243 16 0 50586 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 215776

[startup+462.301 s]
/proc/loadavg: 4.07 3.37 2.26 6/191 1600
/proc/meminfo: memFree=30030396/32951124 swapFree=67072804/67111528
[pid=1552] ppid=1548 vsize=217964 CPUtime=462.16 cores=5,7
/proc/1552/stat : 1552 (munsat2_release) R 1548 1552 1499 0 -1 4202496 45110 0 0 0 46196 20 0 0 25 0 1 0 891667619 223195136 44096 33554432000 4194304 4258824 140736115970064 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1552/statm: 54491 44096 243 16 0 51133 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 217964

[startup+522.301 s]
/proc/loadavg: 4.02 3.48 2.37 6/191 1602
/proc/meminfo: memFree=30075252/32951124 swapFree=67072804/67111528
[pid=1552] ppid=1548 vsize=109276 CPUtime=522.16 cores=5,7
/proc/1552/stat : 1552 (munsat2_release) R 1548 1552 1499 0 -1 4202496 52224 0 0 0 52194 22 0 0 25 0 1 0 891667619 111898624 22214 33554432000 4194304 4258824 140736115970064 18446744073709551615 4225423 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1552/statm: 27319 22214 243 16 0 23961 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 109276

[startup+582.301 s]
/proc/loadavg: 4.04 3.59 2.47 6/191 1603
/proc/meminfo: memFree=29990788/32951124 swapFree=67072804/67111528
[pid=1552] ppid=1548 vsize=140052 CPUtime=582.15 cores=5,7
/proc/1552/stat : 1552 (munsat2_release) R 1548 1552 1499 0 -1 4202496 60412 0 0 0 58188 27 0 0 25 0 1 0 891667619 143413248 30350 33554432000 4194304 4258824 140736115970064 18446744073709551615 4225674 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1552/statm: 35013 30350 243 16 0 31655 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 140052

[startup+642.301 s]

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

[startup+822.3 s]
/proc/loadavg: 4.00 3.81 2.81 5/191 1610
/proc/meminfo: memFree=29975188/32951124 swapFree=67072804/67111528
[pid=1552] ppid=1548 vsize=141796 CPUtime=822.16 cores=5,7
/proc/1552/stat : 1552 (munsat2_release) R 1548 1552 1499 0 -1 4202496 82681 0 0 0 82177 39 0 0 25 0 1 0 891667619 145199104 29838 33554432000 4194304 4258824 140736115970064 18446744073709551615 4231450 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1552/statm: 35449 29838 243 16 0 32091 0
Current children cumulated CPU time (s) 822.16
Current children cumulated vsize (KiB) 141796

[startup+882.3 s]
/proc/loadavg: 4.00 3.85 2.88 5/191 1611
/proc/meminfo: memFree=29947628/32951124 swapFree=67072804/67111528
[pid=1552] ppid=1548 vsize=172616 CPUtime=882.15 cores=5,7
/proc/1552/stat : 1552 (munsat2_release) R 1548 1552 1499 0 -1 4202496 86052 0 0 0 88174 41 0 0 25 0 1 0 891667619 176758784 33182 33554432000 4194304 4258824 140736115970064 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1552/statm: 43154 33182 243 16 0 39796 0
Current children cumulated CPU time (s) 882.15
Current children cumulated vsize (KiB) 172616

[startup+942.301 s]
/proc/loadavg: 4.12 3.90 2.96 5/191 1613
/proc/meminfo: memFree=29882984/32951124 swapFree=67072804/67111528
[pid=1552] ppid=1548 vsize=173052 CPUtime=942.16 cores=5,7
/proc/1552/stat : 1552 (munsat2_release) R 1548 1552 1499 0 -1 4202496 89970 0 0 0 94172 44 0 0 25 0 1 0 891667619 177205248 37070 33554432000 4194304 4258824 140736115970064 18446744073709551615 4225716 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1552/statm: 43263 37070 243 16 0 39905 0
Current children cumulated CPU time (s) 942.16
Current children cumulated vsize (KiB) 173052

[startup+1002.3 s]
/proc/loadavg: 4.04 3.92 3.02 6/191 1614
/proc/meminfo: memFree=29834972/32951124 swapFree=67072804/67111528
[pid=1552] ppid=1548 vsize=224200 CPUtime=1002.16 cores=5,7
/proc/1552/stat : 1552 (munsat2_release) R 1548 1552 1499 0 -1 4202496 94504 0 0 0 100168 48 0 0 25 0 1 0 891667619 229580800 41566 33554432000 4194304 4258824 140736115970064 18446744073709551615 4221193 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1552/statm: 56050 41566 243 16 0 52692 0
Current children cumulated CPU time (s) 1002.16
Current children cumulated vsize (KiB) 224200

[startup+1062.3 s]
/proc/loadavg: 4.01 3.93 3.08 6/191 1616
/proc/meminfo: memFree=29834328/32951124 swapFree=67072804/67111528
[pid=1552] ppid=1548 vsize=224932 CPUtime=1062.15 cores=5,7
/proc/1552/stat : 1552 (munsat2_release) R 1548 1552 1499 0 -1 4202496 97511 0 0 0 106166 49 0 0 25 0 1 0 891667619 230330368 44543 33554432000 4194304 4258824 140736115970064 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1552/statm: 56233 44543 243 16 0 52875 0
Current children cumulated CPU time (s) 1062.15
Current children cumulated vsize (KiB) 224932

[startup+1122.3 s]
/proc/loadavg: 4.00 3.94 3.14 6/191 1618
/proc/meminfo: memFree=29793368/32951124 swapFree=67072804/67111528
[pid=1552] ppid=1548 vsize=225612 CPUtime=1122.16 cores=5,7
/proc/1552/stat : 1552 (munsat2_release) R 1548 1552 1499 0 -1 4202496 100899 0 0 0 112164 52 0 0 25 0 1 0 891667619 231026688 47896 33554432000 4194304 4258824 140736115970064 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1552/statm: 56403 47896 243 16 0 53045 0
Current children cumulated CPU time (s) 1122.16
Current children cumulated vsize (KiB) 225612

[startup+1182.3 s]
/proc/loadavg: 4.06 3.96 3.19 6/191 1619
/proc/meminfo: memFree=29759856/32951124 swapFree=67072804/67111528
[pid=1552] ppid=1548 vsize=226620 CPUtime=1182.15 cores=5,7
/proc/1552/stat : 1552 (munsat2_release) R 1548 1552 1499 0 -1 4202496 104773 0 0 0 118161 54 0 0 25 0 1 0 891667619 232058880 51740 33554432000 4194304 4258824 140736115970064 18446744073709551615 4225656 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1552/statm: 56655 51740 243 16 0 53297 0
Current children cumulated CPU time (s) 1182.15
Current children cumulated vsize (KiB) 226620

[startup+1242.3 s]
/proc/loadavg: 4.09 3.99 3.25 5/191 1621
/proc/meminfo: memFree=29844136/32951124 swapFree=67072804/67111528
[pid=1552] ppid=1548 vsize=127280 CPUtime=1242.16 cores=5,7
/proc/1552/stat : 1552 (munsat2_release) R 1548 1552 1499 0 -1 4202496 111666 0 0 0 124158 58 0 0 25 0 1 0 891667619 130334720 25322 33554432000 4194304 4258824 140736115970064 18446744073709551615 4225699 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1552/statm: 31820 25322 243 16 0 28462 0
Current children cumulated CPU time (s) 1242.16
Current children cumulated vsize (KiB) 127280

[startup+1302.3 s]
/proc/loadavg: 4.03 3.99 3.29 5/191 1622
/proc/meminfo: memFree=29808388/32951124 swapFree=67072804/67111528
[pid=1552] ppid=1548 vsize=146248 CPUtime=1302.16 cores=5,7
/proc/1552/stat : 1552 (munsat2_release) R 1548 1552 1499 0 -1 4202496 115950 0 0 0 130156 60 0 0 25 0 1 0 891667619 149757952 29557 33554432000 4194304 4258824 140736115970064 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1552/statm: 36562 29557 243 16 0 33204 0
Current children cumulated CPU time (s) 1302.16
Current children cumulated vsize (KiB) 146248

[startup+1362.3 s]
/proc/loadavg: 4.13 4.02 3.34 5/191 1624
/proc/meminfo: memFree=29772640/32951124 swapFree=67072804/67111528
[pid=1552] ppid=1548 vsize=177200 CPUtime=1362.16 cores=5,7
/proc/1552/stat : 1552 (munsat2_release) R 1548 1552 1499 0 -1 4202496 119007 0 0 0 136153 63 0 0 25 0 1 0 891667619 181452800 32597 33554432000 4194304 4258824 140736115970064 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1552/statm: 44300 32597 243 16 0 40942 0
Current children cumulated CPU time (s) 1362.16
Current children cumulated vsize (KiB) 177200

[startup+1422.31 s]
/proc/loadavg: 4.13 4.03 3.39 5/191 1626
/proc/meminfo: memFree=29731692/32951124 swapFree=67072804/67111528
[pid=1552] ppid=1548 vsize=178144 CPUtime=1422.17 cores=5,7
/proc/1552/stat : 1552 (munsat2_release) R 1548 1552 1499 0 -1 4202496 124934 0 0 0 142149 68 0 0 25 0 1 0 891667619 182419456 38448 33554432000 4194304 4258824 140736115970064 18446744073709551615 4225119 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1552/statm: 44536 38448 243 16 0 41178 0
Current children cumulated CPU time (s) 1422.17
Current children cumulated vsize (KiB) 178144

[startup+1482.3 s]
/proc/loadavg: 4.04 4.02 3.42 5/191 1627
/proc/meminfo: memFree=29696932/32951124 swapFree=67072804/67111528
[pid=1552] ppid=1548 vsize=229360 CPUtime=1482.16 cores=5,7
/proc/1552/stat : 1552 (munsat2_release) R 1548 1552 1499 0 -1 4202496 128795 0 0 0 148145 71 0 0 25 0 1 0 891667619 234864640 42277 33554432000 4194304 4258824 140736115970064 18446744073709551615 4225672 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1552/statm: 57340 42277 243 16 0 53982 0
Current children cumulated CPU time (s) 1482.16
Current children cumulated vsize (KiB) 229360

[startup+1542.3 s]
/proc/loadavg: 4.05 4.03 3.46 6/191 1629
/proc/meminfo: memFree=29664288/32951124 swapFree=67072804/67111528
[pid=1552] ppid=1548 vsize=229756 CPUtime=1542.16 cores=5,7
/proc/1552/stat : 1552 (munsat2_release) R 1548 1552 1499 0 -1 4202496 132071 0 0 0 154142 74 0 0 25 0 1 0 891667619 235270144 45524 33554432000 4194304 4258824 140736115970064 18446744073709551615 4225176 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1552/statm: 57439 45524 243 16 0 54081 0
Current children cumulated CPU time (s) 1542.16
Current children cumulated vsize (KiB) 229756

[startup+1602.3 s]
/proc/loadavg: 4.07 4.04 3.50 6/191 1630
/proc/meminfo: memFree=29630396/32951124 swapFree=67072804/67111528
[pid=1552] ppid=1548 vsize=230400 CPUtime=1602.16 cores=5,7
/proc/1552/stat : 1552 (munsat2_release) R 1548 1552 1499 0 -1 4202496 136031 0 0 0 160140 76 0 0 25 0 1 0 891667619 235929600 49437 33554432000 4194304 4258824 140736115970064 18446744073709551615 4225432 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1552/statm: 57600 49437 243 16 0 54242 0
Current children cumulated CPU time (s) 1602.16
Current children cumulated vsize (KiB) 230400

[startup+1662.3 s]
/proc/loadavg: 4.02 4.03 3.52 6/191 1632
/proc/meminfo: memFree=29598368/32951124 swapFree=67072804/67111528
[pid=1552] ppid=1548 vsize=231208 CPUtime=1662.16 cores=5,7
/proc/1552/stat : 1552 (munsat2_release) R 1548 1552 1499 0 -1 4202496 138850 0 0 0 166138 78 0 0 25 0 1 0 891667619 236756992 52225 33554432000 4194304 4258824 140736115970064 18446744073709551615 4231416 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1552/statm: 57802 52225 243 16 0 54444 0
Current children cumulated CPU time (s) 1662.16
Current children cumulated vsize (KiB) 231208

[startup+1722.3 s]
/proc/loadavg: 4.01 4.02 3.55 6/191 1634
/proc/meminfo: memFree=29559516/32951124 swapFree=67072804/67111528
[pid=1552] ppid=1548 vsize=313848 CPUtime=1722.16 cores=5,7
/proc/1552/stat : 1552 (munsat2_release) R 1548 1552 1499 0 -1 4202496 142696 0 0 0 172136 80 0 0 25 0 1 0 891667619 321380352 56040 33554432000 4194304 4258824 140736115970064 18446744073709551615 4225442 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1552/statm: 78462 56040 243 16 0 75104 0
Current children cumulated CPU time (s) 1722.16
Current children cumulated vsize (KiB) 313848

[startup+1782.3 s]
/proc/loadavg: 4.04 4.03 3.58 5/191 1635
/proc/meminfo: memFree=29531084/32951124 swapFree=67072804/67111528
[pid=1552] ppid=1548 vsize=314332 CPUtime=1782.16 cores=5,7
/proc/1552/stat : 1552 (munsat2_release) R 1548 1552 1499 0 -1 4202496 144830 0 0 0 178134 82 0 0 25 0 1 0 891667619 321875968 58151 33554432000 4194304 4258824 140736115970064 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1552/statm: 78583 58151 243 16 0 75225 0
Current children cumulated CPU time (s) 1782.16
Current children cumulated vsize (KiB) 314332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.2 s]
/proc/loadavg: 4.09 4.04 3.59 3/189 1638
/proc/meminfo: memFree=30814100/32951124 swapFree=67072804/67111528
[pid=1552] ppid=1548 vsize=314740 CPUtime=1800.06 cores=5,7
/proc/1552/stat : 1552 (munsat2_release) R 1548 1552 1499 0 -1 4202496 146173 0 0 0 179923 83 0 0 25 0 1 0 891667619 322293760 59490 33554432000 4194304 4258824 140736115970064 18446744073709551615 4225851 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1552/statm: 78685 59490 243 16 0 75327 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 314740

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.22
CPU time (s): 1800.09
CPU user time (s): 1799.24
CPU system time (s): 0.847871
CPU usage (%): 99.9927
Max. virtual memory (cumulated for all children) (KiB): 327220

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

runsolver used 2.83357 second user time and 7.2569 second system time

The end

Launcher Data

Begin job on node135 at 2011-06-11 15:58:17
IDJOB=3493633
IDBENCH=70826
IDSOLVER=1973
FILE ID=node135/3493633-1307800697
RUNJOBID= node135-1307800697-1520
PBS_JOBID= 13551051
Free space on /tmp= 73900 MiB

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

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

MD5SUM BENCH= 2802e980ef7a0af021d80df126a2e28c
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:      31539392 kB
Buffers:        235224 kB
Cached:         960820 kB
SwapCached:       6548 kB
Active:         621796 kB
Inactive:       603232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31539392 kB
SwapTotal:    67111528 kB
SwapFree:     67072804 kB
Dirty:           15176 kB
Writeback:           8 kB
AnonPages:       27540 kB
Mapped:           9976 kB
Slab:           120844 kB
PageTables:       4948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   166456 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