Trace number 3493657

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.02

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-15-5t0.cnf
MD5SUM8f605d466d87d8389fa5c4b50257190b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1684.82
Satisfiable
(Un)Satisfiability was proved
Number of variables164126
Number of clauses831950
Sum of the clauses size1980043
Maximum clause length10
Minimum clause length1
Number of clauses of size 19421
Number of clauses of size 2624465
Number of clauses of size 3155564
Number of clauses of size 44720
Number of clauses of size 518880
Number of clauses of size over 518900

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-3493657-1307800697/watcher-3493657-1307800697 -o /tmp/evaluation-result-3493657-1307800697/solver-3493657-1307800697 -C 1800 -W 1850 -M 7680 munsat2_release -rnd-seed=1192654841 -verb=0 HOME/instance-3493657-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.08 0.03 0.31 3/180 23196
/proc/meminfo: memFree=31613728/32950928 swapFree=67079488/67111528
[pid=23196] ppid=23192 vsize=19564 CPUtime=0 cores=5,7
/proc/23196/stat : 23196 (munsat2_release) R 23192 23196 23145 0 -1 4202496 1779 0 0 0 0 0 0 0 18 0 1 0 891669538 20033536 1709 33554432000 4194304 4258824 140734405368272 18446744073709551615 4210343 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23196/statm: 4891 1715 219 16 0 1533 0

[startup+0.102441 s]
/proc/loadavg: 0.08 0.03 0.31 3/180 23196
/proc/meminfo: memFree=31613728/32950928 swapFree=67079488/67111528
[pid=23196] ppid=23192 vsize=61648 CPUtime=0.09 cores=5,7
/proc/23196/stat : 23196 (munsat2_release) R 23192 23196 23145 0 -1 4202496 11578 0 0 0 8 1 0 0 18 0 1 0 891669538 63127552 11507 33554432000 4194304 4258824 140734405368272 18446744073709551615 274473628357 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23196/statm: 15412 11510 219 16 0 12054 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61648

[startup+0.200424 s]
/proc/loadavg: 0.08 0.03 0.31 3/180 23196
/proc/meminfo: memFree=31613728/32950928 swapFree=67079488/67111528
[pid=23196] ppid=23192 vsize=96136 CPUtime=0.19 cores=5,7
/proc/23196/stat : 23196 (munsat2_release) R 23192 23196 23145 0 -1 4202496 20299 0 0 0 17 2 0 0 18 0 1 0 891669538 98443264 20228 33554432000 4194304 4258824 140734405368272 18446744073709551615 274473628357 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23196/statm: 24034 20231 219 16 0 20676 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 96136

[startup+0.300406 s]
/proc/loadavg: 0.08 0.03 0.31 3/180 23196
/proc/meminfo: memFree=31613728/32950928 swapFree=67079488/67111528
[pid=23196] ppid=23192 vsize=131824 CPUtime=0.29 cores=5,7
/proc/23196/stat : 23196 (munsat2_release) R 23192 23196 23145 0 -1 4202496 29335 0 0 0 25 4 0 0 18 0 1 0 891669538 134987776 29264 33554432000 4194304 4258824 140734405368272 18446744073709551615 4205752 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23196/statm: 32956 29264 220 16 0 29598 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 131824

[startup+0.700335 s]
/proc/loadavg: 0.08 0.03 0.31 3/180 23196
/proc/meminfo: memFree=31613728/32950928 swapFree=67079488/67111528
[pid=23196] ppid=23192 vsize=168400 CPUtime=0.69 cores=5,7
/proc/23196/stat : 23196 (munsat2_release) R 23192 23196 23145 0 -1 4202496 38104 0 0 0 64 5 0 0 18 0 1 0 891669538 172441600 37551 33554432000 4194304 4258824 140734405368272 18446744073709551615 274473628357 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23196/statm: 42100 37553 224 16 0 38742 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 168400

[startup+1.50025 s]
/proc/loadavg: 0.08 0.03 0.31 5/185 23208
/proc/meminfo: memFree=31187492/32950928 swapFree=67079488/67111528
[pid=23196] ppid=23192 vsize=172984 CPUtime=1.49 cores=5,7
/proc/23196/stat : 23196 (munsat2_release) R 23192 23196 23145 0 -1 4202496 43547 0 0 0 143 6 0 0 20 0 1 0 891669538 177135616 38795 33554432000 4194304 4258824 140734405368272 18446744073709551615 4225217 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23196/statm: 43246 38795 242 16 0 39888 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 172984

[startup+3.10092 s]
/proc/loadavg: 0.08 0.03 0.31 6/190 23222
/proc/meminfo: memFree=31043512/32950928 swapFree=67079488/67111528
[pid=23196] ppid=23192 vsize=178996 CPUtime=3.09 cores=5,7
/proc/23196/stat : 23196 (munsat2_release) R 23192 23196 23145 0 -1 4202496 45141 0 0 0 303 6 0 0 25 0 1 0 891669538 183291904 40388 33554432000 4194304 4258824 140734405368272 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23196/statm: 44749 40388 242 16 0 41391 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 178996

[startup+6.30035 s]
/proc/loadavg: 0.39 0.10 0.33 6/190 23222
/proc/meminfo: memFree=31013272/32950928 swapFree=67079488/67111528
[pid=23196] ppid=23192 vsize=182336 CPUtime=6.29 cores=5,7
/proc/23196/stat : 23196 (munsat2_release) R 23192 23196 23145 0 -1 4202496 50330 0 0 0 622 7 0 0 25 0 1 0 891669538 186712064 41529 33554432000 4194304 4258824 140734405368272 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23196/statm: 45584 41529 242 16 0 42226 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 182336

[startup+12.7002 s]
/proc/loadavg: 0.68 0.16 0.35 6/190 23222
/proc/meminfo: memFree=31017784/32950928 swapFree=67079488/67111528
[pid=23196] ppid=23192 vsize=182336 CPUtime=12.69 cores=5,7
/proc/23196/stat : 23196 (munsat2_release) R 23192 23196 23145 0 -1 4202496 50334 0 0 0 1262 7 0 0 25 0 1 0 891669538 186712064 41533 33554432000 4194304 4258824 140734405368272 18446744073709551615 4218888 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23196/statm: 45584 41533 242 16 0 42226 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 182336

[startup+25.501 s]
/proc/loadavg: 1.42 0.35 0.41 6/190 23222
/proc/meminfo: memFree=30993696/32950928 swapFree=67079488/67111528
[pid=23196] ppid=23192 vsize=182336 CPUtime=25.49 cores=5,7
/proc/23196/stat : 23196 (munsat2_release) R 23192 23196 23145 0 -1 4202496 50334 0 0 0 2542 7 0 0 25 0 1 0 891669538 186712064 41533 33554432000 4194304 4258824 140734405368272 18446744073709551615 4224943 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23196/statm: 45584 41533 242 16 0 42226 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 182336

[startup+51.1005 s]
/proc/loadavg: 2.30 0.64 0.50 5/190 23223
/proc/meminfo: memFree=30957696/32950928 swapFree=67079488/67111528
[pid=23196] ppid=23192 vsize=198712 CPUtime=51.1 cores=5,7
/proc/23196/stat : 23196 (munsat2_release) R 23192 23196 23145 0 -1 4202496 54962 0 0 0 5102 8 0 0 25 0 1 0 891669538 203481088 45168 33554432000 4194304 4258824 140734405368272 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23196/statm: 49678 45168 242 16 0 46320 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 198712

[startup+102.3 s]
/proc/loadavg: 3.26 1.16 0.68 6/190 23224
/proc/meminfo: memFree=30890848/32950928 swapFree=67079488/67111528
[pid=23196] ppid=23192 vsize=237544 CPUtime=102.3 cores=5,7
/proc/23196/stat : 23196 (munsat2_release) R 23192 23196 23145 0 -1 4202496 66621 0 0 0 10221 9 0 0 25 0 1 0 891669538 243245056 55440 33554432000 4194304 4258824 140734405368272 18446744073709551615 4225312 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23196/statm: 59386 55440 243 16 0 56028 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 237544

[startup+162.301 s]
/proc/loadavg: 3.73 1.67 0.89 6/190 23226
/proc/meminfo: memFree=30821252/32950928 swapFree=67079488/67111528
[pid=23196] ppid=23192 vsize=259040 CPUtime=162.29 cores=5,7
/proc/23196/stat : 23196 (munsat2_release) R 23192 23196 23145 0 -1 4202496 72519 0 0 0 16218 11 0 0 25 0 1 0 891669538 265256960 60675 33554432000 4194304 4258824 140734405368272 18446744073709551615 4217939 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23196/statm: 64760 60675 243 16 0 61402 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 259040

[startup+222.307 s]
/proc/loadavg: 3.90 2.09 1.08 6/190 23237
/proc/meminfo: memFree=30747220/32950928 swapFree=67079488/67111528
[pid=23196] ppid=23192 vsize=259040 CPUtime=222.3 cores=5,7
/proc/23196/stat : 23196 (munsat2_release) R 23192 23196 23145 0 -1 4202496 72805 0 0 0 22219 11 0 0 25 0 1 0 891669538 265256960 60957 33554432000 4194304 4258824 140734405368272 18446744073709551615 4201325 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23196/statm: 64760 60957 243 16 0 61402 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 259040

[startup+282.301 s]
/proc/loadavg: 4.04 2.45 1.26 6/190 23238
/proc/meminfo: memFree=30741200/32950928 swapFree=67079488/67111528
[pid=23196] ppid=23192 vsize=278600 CPUtime=282.3 cores=5,7
/proc/23196/stat : 23196 (munsat2_release) R 23192 23196 23145 0 -1 4202496 101616 0 0 0 28214 16 0 0 25 0 1 0 891669538 285286400 65959 33554432000 4194304 4258824 140734405368272 18446744073709551615 4207611 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23196/statm: 69650 65959 243 16 0 66292 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 278600

[startup+342.3 s]
/proc/loadavg: 4.12 2.76 1.44 6/190 23242
/proc/meminfo: memFree=30683864/32950928 swapFree=67079488/67111528
[pid=23196] ppid=23192 vsize=324996 CPUtime=342.3 cores=5,7
/proc/23196/stat : 23196 (munsat2_release) R 23192 23196 23145 0 -1 4202496 147211 0 0 0 34208 22 0 0 25 0 1 0 891669538 332795904 77064 33554432000 4194304 4258824 140734405368272 18446744073709551615 4217951 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23196/statm: 81249 77064 243 16 0 77891 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 324996

[startup+402.301 s]
/proc/loadavg: 4.04 2.99 1.60 6/190 23244
/proc/meminfo: memFree=30716612/32950928 swapFree=67079488/67111528
[pid=23196] ppid=23192 vsize=324996 CPUtime=402.3 cores=5,7
/proc/23196/stat : 23196 (munsat2_release) R 23192 23196 23145 0 -1 4202496 147265 0 0 0 40208 22 0 0 25 0 1 0 891669538 332795904 77118 33554432000 4194304 4258824 140734405368272 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23196/statm: 81249 77118 243 16 0 77891 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 324996

[startup+462.301 s]
/proc/loadavg: 4.07 3.18 1.75 6/190 23246
/proc/meminfo: memFree=30591820/32950928 swapFree=67079488/67111528
[pid=23196] ppid=23192 vsize=347088 CPUtime=462.31 cores=5,7
/proc/23196/stat : 23196 (munsat2_release) R 23192 23196 23145 0 -1 4202496 220340 0 0 0 46198 33 0 0 25 0 1 0 891669538 355418112 81675 33554432000 4194304 4258824 140734405368272 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23196/statm: 86772 81675 243 16 0 83414 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 347088

[startup+522.301 s]
/proc/loadavg: 4.02 3.33 1.89 6/190 23248
/proc/meminfo: memFree=30609396/32950928 swapFree=67079488/67111528
[pid=23196] ppid=23192 vsize=339604 CPUtime=522.3 cores=5,7
/proc/23196/stat : 23196 (munsat2_release) R 23192 23196 23145 0 -1 4202496 232132 0 0 0 52194 36 0 0 25 0 1 0 891669538 347754496 80153 33554432000 4194304 4258824 140734405368272 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23196/statm: 84901 80153 243 16 0 81543 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 339604

[startup+582.301 s]
/proc/loadavg: 4.01 3.45 2.02 6/190 23249
/proc/meminfo: memFree=30545112/32950928 swapFree=67079488/67111528
[pid=23196] ppid=23192 vsize=357508 CPUtime=582.3 cores=5,7
/proc/23196/stat : 23196 (munsat2_release) R 23192 23196 23145 0 -1 4202496 263225 0 0 0 58189 41 0 0 25 0 1 0 891669538 366088192 84172 33554432000 4194304 4258824 140734405368272 18446744073709551615 4201325 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23196/statm: 89377 84172 243 16 0 86019 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 357508

[startup+642.3 s]

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

[startup+882.307 s]
/proc/loadavg: 4.04 3.80 2.56 6/190 23257
/proc/meminfo: memFree=30599084/32950928 swapFree=67079488/67111528
[pid=23196] ppid=23192 vsize=360876 CPUtime=882.32 cores=5,7
/proc/23196/stat : 23196 (munsat2_release) R 23192 23196 23145 0 -1 4202496 476364 0 0 0 88157 75 0 0 25 0 1 0 891669538 369537024 85414 33554432000 4194304 4258824 140734405368272 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23196/statm: 90219 85414 243 16 0 86861 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 360876

[startup+942.301 s]
/proc/loadavg: 4.01 3.84 2.65 6/190 23259
/proc/meminfo: memFree=30542260/32950928 swapFree=67079488/67111528
[pid=23196] ppid=23192 vsize=360876 CPUtime=942.32 cores=5,7
/proc/23196/stat : 23196 (munsat2_release) R 23192 23196 23145 0 -1 4202496 496599 0 0 0 94153 79 0 0 25 0 1 0 891669538 369537024 85490 33554432000 4194304 4258824 140734405368272 18446744073709551615 4218513 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23196/statm: 90219 85490 243 16 0 86861 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 360876

[startup+1002.3 s]
/proc/loadavg: 4.00 3.86 2.73 6/190 23260
/proc/meminfo: memFree=30553004/32950928 swapFree=67079488/67111528
[pid=23196] ppid=23192 vsize=360876 CPUtime=1002.31 cores=5,7
/proc/23196/stat : 23196 (munsat2_release) R 23192 23196 23145 0 -1 4202496 510300 0 0 0 100150 81 0 0 25 0 1 0 891669538 369537024 86187 33554432000 4194304 4258824 140734405368272 18446744073709551615 4218550 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23196/statm: 90219 86187 243 16 0 86861 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 360876

[startup+1062.3 s]
/proc/loadavg: 4.00 3.89 2.81 6/190 23262
/proc/meminfo: memFree=30526788/32950928 swapFree=67079488/67111528
[pid=23196] ppid=23192 vsize=391336 CPUtime=1062.31 cores=5,7
/proc/23196/stat : 23196 (munsat2_release) R 23192 23196 23145 0 -1 4202496 512973 0 0 0 106149 82 0 0 25 0 1 0 891669538 400728064 88838 33554432000 4194304 4258824 140734405368272 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23196/statm: 97834 88838 243 16 0 94476 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 391336

[startup+1122.3 s]
/proc/loadavg: 4.00 3.90 2.88 6/190 23264
/proc/meminfo: memFree=30475780/32950928 swapFree=67079488/67111528
[pid=23196] ppid=23192 vsize=398868 CPUtime=1122.32 cores=5,7
/proc/23196/stat : 23196 (munsat2_release) R 23192 23196 23145 0 -1 4202496 519259 0 0 0 112148 84 0 0 25 0 1 0 891669538 408440832 95108 33554432000 4194304 4258824 140734405368272 18446744073709551615 4225214 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23196/statm: 99717 95108 243 16 0 96359 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 398868

[startup+1182.3 s]
/proc/loadavg: 4.00 3.92 2.94 6/190 23265
/proc/meminfo: memFree=30460992/32950928 swapFree=67079488/67111528
[pid=23196] ppid=23192 vsize=402944 CPUtime=1182.32 cores=5,7
/proc/23196/stat : 23196 (munsat2_release) R 23192 23196 23145 0 -1 4202496 521092 0 0 0 118147 85 0 0 25 0 1 0 891669538 412614656 96816 33554432000 4194304 4258824 140734405368272 18446744073709551615 4218550 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23196/statm: 100736 96816 243 16 0 97378 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 402944

[startup+1242.3 s]
/proc/loadavg: 4.00 3.93 3.01 6/190 23267
/proc/meminfo: memFree=30414948/32950928 swapFree=67079488/67111528
[pid=23196] ppid=23192 vsize=402944 CPUtime=1242.32 cores=5,7
/proc/23196/stat : 23196 (munsat2_release) R 23192 23196 23145 0 -1 4202496 521092 0 0 0 124147 85 0 0 25 0 1 0 891669538 412614656 96816 33554432000 4194304 4258824 140734405368272 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23196/statm: 100736 96816 243 16 0 97378 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 402944

[startup+1302.3 s]
/proc/loadavg: 4.00 3.94 3.07 6/190 23268
/proc/meminfo: memFree=30449628/32950928 swapFree=67079488/67111528
[pid=23196] ppid=23192 vsize=402944 CPUtime=1302.32 cores=5,7
/proc/23196/stat : 23196 (munsat2_release) R 23192 23196 23145 0 -1 4202496 521092 0 0 0 130147 85 0 0 25 0 1 0 891669538 412614656 96816 33554432000 4194304 4258824 140734405368272 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23196/statm: 100736 96816 243 16 0 97378 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 402944

[startup+1362.3 s]
/proc/loadavg: 4.00 3.95 3.12 6/190 23270
/proc/meminfo: memFree=30408888/32950928 swapFree=67079488/67111528
[pid=23196] ppid=23192 vsize=402944 CPUtime=1362.33 cores=5,7
/proc/23196/stat : 23196 (munsat2_release) R 23192 23196 23145 0 -1 4202496 521092 0 0 0 136148 85 0 0 25 0 1 0 891669538 412614656 96816 33554432000 4194304 4258824 140734405368272 18446744073709551615 4217874 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23196/statm: 100736 96816 243 16 0 97378 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 402944

[startup+1422.3 s]
/proc/loadavg: 4.00 3.95 3.17 6/190 23272
/proc/meminfo: memFree=30418500/32950928 swapFree=67079488/67111528
[pid=23196] ppid=23192 vsize=402944 CPUtime=1422.33 cores=5,7
/proc/23196/stat : 23196 (munsat2_release) R 23192 23196 23145 0 -1 4202496 521092 0 0 0 142148 85 0 0 25 0 1 0 891669538 412614656 96816 33554432000 4194304 4258824 140734405368272 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23196/statm: 100736 96816 243 16 0 97378 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 402944

[startup+1482.3 s]
/proc/loadavg: 4.00 3.96 3.22 6/190 23273
/proc/meminfo: memFree=30415604/32950928 swapFree=67079488/67111528
[pid=23196] ppid=23192 vsize=402944 CPUtime=1482.33 cores=5,7
/proc/23196/stat : 23196 (munsat2_release) R 23192 23196 23145 0 -1 4202496 521391 0 0 0 148148 85 0 0 25 0 1 0 891669538 412614656 97052 33554432000 4194304 4258824 140734405368272 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23196/statm: 100736 97052 243 16 0 97378 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 402944

[startup+1542.31 s]
/proc/loadavg: 4.00 3.96 3.27 6/190 23275
/proc/meminfo: memFree=30348728/32950928 swapFree=67079488/67111528
[pid=23196] ppid=23192 vsize=405820 CPUtime=1542.33 cores=5,7
/proc/23196/stat : 23196 (munsat2_release) R 23192 23196 23145 0 -1 4202496 522110 0 0 0 154148 85 0 0 25 0 1 0 891669538 415559680 97771 33554432000 4194304 4258824 140734405368272 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23196/statm: 101455 97771 243 16 0 98097 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 405820

[startup+1602.3 s]
/proc/loadavg: 4.00 3.97 3.31 6/190 23276
/proc/meminfo: memFree=30326344/32950928 swapFree=67079488/67111528
[pid=23196] ppid=23192 vsize=407520 CPUtime=1602.33 cores=5,7
/proc/23196/stat : 23196 (munsat2_release) R 23192 23196 23145 0 -1 4202496 522390 0 0 0 160148 85 0 0 25 0 1 0 891669538 417300480 98006 33554432000 4194304 4258824 140734405368272 18446744073709551615 4218550 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23196/statm: 101880 98006 243 16 0 98522 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 407520

[startup+1662.3 s]
/proc/loadavg: 4.00 3.97 3.35 6/190 23278
/proc/meminfo: memFree=30339816/32950928 swapFree=67079488/67111528
[pid=23196] ppid=23192 vsize=410492 CPUtime=1662.33 cores=5,7
/proc/23196/stat : 23196 (munsat2_release) R 23192 23196 23145 0 -1 4202496 523323 0 0 0 166148 85 0 0 25 0 1 0 891669538 420343808 98939 33554432000 4194304 4258824 140734405368272 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23196/statm: 102623 98939 243 16 0 99265 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 410492

[startup+1722.3 s]
/proc/loadavg: 4.00 3.97 3.39 5/190 23280
/proc/meminfo: memFree=30305672/32950928 swapFree=67079488/67111528
[pid=23196] ppid=23192 vsize=410492 CPUtime=1722.33 cores=5,7
/proc/23196/stat : 23196 (munsat2_release) R 23192 23196 23145 0 -1 4202496 523323 0 0 0 172148 85 0 0 25 0 1 0 891669538 420343808 98939 33554432000 4194304 4258824 140734405368272 18446744073709551615 4225225 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23196/statm: 102623 98939 243 16 0 99265 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 410492

[startup+1782.3 s]
/proc/loadavg: 4.00 3.97 3.42 6/190 23281
/proc/meminfo: memFree=30271152/32950928 swapFree=67079488/67111528
[pid=23196] ppid=23192 vsize=410492 CPUtime=1782.33 cores=5,7
/proc/23196/stat : 23196 (munsat2_release) R 23192 23196 23145 0 -1 4202496 523323 0 0 0 178148 85 0 0 25 0 1 0 891669538 420343808 98939 33554432000 4194304 4258824 140734405368272 18446744073709551615 4231946 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23196/statm: 102623 98939 243 16 0 99265 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 410492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 4.00 3.97 3.44 6/190 23282
/proc/meminfo: memFree=30387816/32950928 swapFree=67079488/67111528
[pid=23196] ppid=23192 vsize=410492 CPUtime=1800.04 cores=5,7
/proc/23196/stat : 23196 (munsat2_release) R 23192 23196 23145 0 -1 4202496 523323 0 0 0 179919 85 0 0 25 0 1 0 891669538 420343808 98939 33554432000 4194304 4258824 140734405368272 18446744073709551615 4225824 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23196/statm: 102623 98939 243 16 0 99265 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 410492

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

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

[startup+1800 s]
/proc/loadavg: 4.00 3.97 3.44 6/190 23282
/proc/meminfo: memFree=30387816/32950928 swapFree=67079488/67111528
[pid=23196] ppid=23192 vsize=410492 CPUtime=1800.04 cores=5,7
/proc/23196/stat : 23196 (munsat2_release) R 23192 23196 23145 0 -1 4202496 523323 0 0 0 179919 85 0 0 25 0 1 0 891669538 420343808 98939 33554432000 4194304 4258824 140734405368272 18446744073709551615 4225824 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23196/statm: 102623 98939 243 16 0 99265 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 410492

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.02
CPU time (s): 1800.07
CPU user time (s): 1799.19
CPU system time (s): 0.872867
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 410492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.19
system time used= 0.872867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 523323
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= 8
involuntary context switches= 2360

runsolver used 2.6616 second user time and 7.15791 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-11 15:58:18
IDJOB=3493657
IDBENCH=70994
IDSOLVER=1973
FILE ID=node125/3493657-1307800697
RUNJOBID= node125-1307800697-23166
PBS_JOBID= 13551054
Free space on /tmp= 74000 MiB

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

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

MD5SUM BENCH= 8f605d466d87d8389fa5c4b50257190b
RANDOM SEED=1192654841

node125.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.828
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.65
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.828
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	: 5266.55
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.828
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.84
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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
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.828
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.82
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.828
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.74
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.828
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.75
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.828
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31615924 kB
Buffers:        298288 kB
Cached:         795572 kB
SwapCached:       3400 kB
Active:         529940 kB
Inactive:       604660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31615924 kB
SwapTotal:    67111528 kB
SwapFree:     67079488 kB
Dirty:           38248 kB
Writeback:           0 kB
AnonPages:       38656 kB
Mapped:          13612 kB
Slab:           134516 kB
PageTables:       5084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   192536 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73976 MiB
End job on node125 at 2011-06-11 16:28:21