Trace number 3379011

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
UmSat 2011-05-12 (fixed)? (TO) 1300.01 1300.08

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1504.5-n60-p15-s80450670.cnf
MD5SUM78d8e2b8c0fd15b93f96e38e33701f17
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.61315
Satisfiable
(Un)Satisfiability was proved
Number of variables3510
Number of clauses974465
Sum of the clauses size1952320
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2974405
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3379011-1305462009/watcher-3379011-1305462009 -o /tmp/evaluation-result-3379011-1305462009/solver-3379011-1305462009 -C 2400 -W 1300 -M 7680 umsat HOME/instance-3379011-1305462009.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 3.72 3.98 3.57 5/386 27162
/proc/meminfo: memFree=20857568/32951132 swapFree=64495980/67111528
[pid=27162] ppid=27160 vsize=11644 CPUtime=0 cores=1,3
/proc/27162/stat : 27162 (umsat) R 27160 27162 26444 0 -1 4194304 341 0 0 0 0 0 0 0 22 0 1 0 657800572 11923456 282 33554432000 4194304 4263832 140737301889328 18446744073709551615 47406962205550 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27162/statm: 2911 282 241 17 0 84 0

[startup+0.0355009 s]
/proc/loadavg: 3.72 3.98 3.57 5/386 27162
/proc/meminfo: memFree=20857568/32951132 swapFree=64495980/67111528
[pid=27162] ppid=27160 vsize=12120 CPUtime=0.02 cores=1,3
/proc/27162/stat : 27162 (umsat) R 27160 27162 26444 0 -1 4194304 476 0 0 0 2 0 0 0 22 0 1 0 657800572 12410880 417 33554432000 4194304 4263832 140737301889328 18446744073709551615 4204192 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27162/statm: 3030 417 242 17 0 203 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12120

[startup+0.100493 s]
/proc/loadavg: 3.72 3.98 3.57 5/386 27162
/proc/meminfo: memFree=20857568/32951132 swapFree=64495980/67111528
[pid=27162] ppid=27160 vsize=13356 CPUtime=0.09 cores=1,3
/proc/27162/stat : 27162 (umsat) R 27160 27162 26444 0 -1 4194304 905 0 0 0 9 0 0 0 22 0 1 0 657800572 13676544 700 33554432000 4194304 4263832 140737301889328 18446744073709551615 4203584 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27162/statm: 3339 701 242 17 0 512 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13356

[startup+0.300459 s]
/proc/loadavg: 3.72 3.98 3.57 5/386 27162
/proc/meminfo: memFree=20857568/32951132 swapFree=64495980/67111528
[pid=27162] ppid=27160 vsize=18828 CPUtime=0.29 cores=1,3
/proc/27162/stat : 27162 (umsat) R 27160 27162 26444 0 -1 4194304 2574 0 0 0 29 0 0 0 23 0 1 0 657800572 19279872 1791 33554432000 4194304 4263832 140737301889328 18446744073709551615 210646813693 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27162/statm: 4707 1791 242 17 0 1880 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18828

[startup+0.70039 s]
/proc/loadavg: 3.72 3.98 3.57 5/386 27162
/proc/meminfo: memFree=20857568/32951132 swapFree=64495980/67111528
[pid=27162] ppid=27160 vsize=25992 CPUtime=0.68 cores=1,3
/proc/27162/stat : 27162 (umsat) R 27160 27162 26444 0 -1 4194304 5035 0 0 0 68 0 0 0 25 0 1 0 657800572 26615808 3483 33554432000 4194304 4263832 140737301889328 18446744073709551615 210647146240 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27162/statm: 6498 3483 242 17 0 3671 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 25992

[startup+1.50025 s]
/proc/loadavg: 3.72 3.98 3.57 5/392 27169
/proc/meminfo: memFree=20769984/32951132 swapFree=64495980/67111528
[pid=27162] ppid=27160 vsize=40320 CPUtime=1.48 cores=1,3
/proc/27162/stat : 27162 (umsat) R 27160 27162 26444 0 -1 4194304 10004 0 0 0 148 0 0 0 25 0 1 0 657800572 41287680 6915 33554432000 4194304 4263832 140737301889328 18446744073709551615 47406961953491 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27162/statm: 10080 6915 242 17 0 7253 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 40320

[startup+3.101 s]
/proc/loadavg: 3.72 3.98 3.57 5/392 27169
/proc/meminfo: memFree=20645356/32951132 swapFree=64495980/67111528
[pid=27162] ppid=27160 vsize=68976 CPUtime=3.09 cores=1,3
/proc/27162/stat : 27162 (umsat) R 27160 27162 26444 0 -1 4194304 19824 0 0 0 307 2 0 0 25 0 1 0 657800572 70631424 13662 33554432000 4194304 4263832 140737301889328 18446744073709551615 210646835958 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27162/statm: 17244 13662 242 17 0 14417 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 68976

[startup+6.30045 s]
/proc/loadavg: 3.90 4.01 3.58 5/392 27169
/proc/meminfo: memFree=20497720/32951132 swapFree=64495980/67111528
[pid=27162] ppid=27160 vsize=171160 CPUtime=6.29 cores=1,3
/proc/27162/stat : 27162 (umsat) R 27160 27162 26444 0 -1 4202496 51906 0 0 0 623 6 0 0 25 0 1 0 657800572 175267840 40034 33554432000 4194304 4263832 140737301889328 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27162/statm: 42790 40034 247 17 0 39963 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 171160

[startup+12.7004 s]
/proc/loadavg: 4.07 4.04 3.60 5/392 27169
/proc/meminfo: memFree=20360872/32951132 swapFree=64495980/67111528
[pid=27162] ppid=27160 vsize=219712 CPUtime=12.69 cores=1,3
/proc/27162/stat : 27162 (umsat) R 27160 27162 26444 0 -1 4202496 64007 0 0 0 1258 11 0 0 25 0 1 0 657800572 224985088 52135 33554432000 4194304 4263832 140737301889328 18446744073709551615 4207724 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27162/statm: 54928 52135 247 17 0 52101 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 219712

[startup+25.5002 s]
/proc/loadavg: 4.05 4.04 3.60 5/392 27170
/proc/meminfo: memFree=20193084/32951132 swapFree=64495980/67111528
[pid=27162] ppid=27160 vsize=281620 CPUtime=25.48 cores=1,3
/proc/27162/stat : 27162 (umsat) R 27160 27162 26444 0 -1 4202496 79219 0 0 0 2534 14 0 0 25 0 1 0 657800572 288378880 67346 33554432000 4194304 4263832 140737301889328 18446744073709551615 4205713 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27162/statm: 70405 67346 247 17 0 67578 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 281620

[startup+51.1009 s]
/proc/loadavg: 4.03 4.04 3.61 5/392 27170
/proc/meminfo: memFree=19983544/32951132 swapFree=64495980/67111528
[pid=27162] ppid=27160 vsize=357704 CPUtime=51 cores=1,3
/proc/27162/stat : 27162 (umsat) R 27160 27162 26444 0 -1 4202496 98045 0 0 0 5070 30 0 0 25 0 1 0 657800572 366288896 86172 33554432000 4194304 4263832 140737301889328 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27162/statm: 89426 86172 247 17 0 86599 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 357704

[startup+102.315 s]
/proc/loadavg: 4.01 4.03 3.63 5/392 27172
/proc/meminfo: memFree=19621952/32951132 swapFree=64495980/67111528
[pid=27162] ppid=27160 vsize=526736 CPUtime=102.22 cores=1,3
/proc/27162/stat : 27162 (umsat) R 27160 27162 26444 0 -1 4202496 139203 0 0 0 10181 41 0 0 25 0 1 0 657800572 539377664 127329 33554432000 4194304 4263832 140737301889328 18446744073709551615 4215075 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27162/statm: 131684 127329 247 17 0 128857 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 526736

[startup+162.3 s]
/proc/loadavg: 4.00 4.02 3.65 5/392 27173
/proc/meminfo: memFree=19335380/32951132 swapFree=64495980/67111528
[pid=27162] ppid=27160 vsize=650496 CPUtime=162.21 cores=1,3
/proc/27162/stat : 27162 (umsat) R 27160 27162 26444 0 -1 4202496 168710 0 0 0 16173 48 0 0 25 0 1 0 657800572 666107904 156835 33554432000 4194304 4263832 140737301889328 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27162/statm: 162624 156835 247 17 0 159797 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 650496

[startup+222.301 s]
/proc/loadavg: 4.04 4.03 3.67 5/392 27175
/proc/meminfo: memFree=19142924/32951132 swapFree=64495980/67111528
[pid=27162] ppid=27160 vsize=721768 CPUtime=222.21 cores=1,3
/proc/27162/stat : 27162 (umsat) R 27160 27162 26444 0 -1 4202496 185933 0 0 0 22168 53 0 0 25 0 1 0 657800572 739090432 174057 33554432000 4194304 4263832 140737301889328 18446744073709551615 4215075 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27162/statm: 180442 174057 249 17 0 177615 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 721768

[startup+282.301 s]
/proc/loadavg: 4.01 4.02 3.69 5/392 27176
/proc/meminfo: memFree=18975504/32951132 swapFree=64495980/67111528
[pid=27162] ppid=27160 vsize=788888 CPUtime=282.21 cores=1,3
/proc/27162/stat : 27162 (umsat) R 27160 27162 26444 0 -1 4202496 201842 0 0 0 28164 57 0 0 25 0 1 0 657800572 807821312 189965 33554432000 4194304 4263832 140737301889328 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27162/statm: 197222 189965 248 17 0 194395 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 788888

[startup+342.301 s]
/proc/loadavg: 4.13 4.06 3.73 5/392 27178
/proc/meminfo: memFree=18802148/32951132 swapFree=64495980/67111528
[pid=27162] ppid=27160 vsize=876552 CPUtime=342.22 cores=1,3
/proc/27162/stat : 27162 (umsat) R 27160 27162 26444 0 -1 4202496 220839 0 0 0 34161 61 0 0 25 0 1 0 657800572 897589248 208962 33554432000 4194304 4263832 140737301889328 18446744073709551615 4205620 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27162/statm: 219138 208962 249 17 0 216311 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 876552

[startup+402.301 s]
/proc/loadavg: 4.08 4.06 3.74 5/392 27180
/proc/meminfo: memFree=18630532/32951132 swapFree=64495980/67111528
[pid=27162] ppid=27160 vsize=968304 CPUtime=402.21 cores=1,3
/proc/27162/stat : 27162 (umsat) R 27160 27162 26444 0 -1 4202496 241668 0 0 0 40155 66 0 0 25 0 1 0 657800572 991543296 229791 33554432000 4194304 4263832 140737301889328 18446744073709551615 4207643 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27162/statm: 242076 229791 249 17 0 239249 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 968304

[startup+462.301 s]
/proc/loadavg: 4.03 4.05 3.75 5/392 27181
/proc/meminfo: memFree=18445756/32951132 swapFree=64495980/67111528
[pid=27162] ppid=27160 vsize=1080616 CPUtime=462.22 cores=1,3
/proc/27162/stat : 27162 (umsat) R 27160 27162 26444 0 -1 4202496 265235 0 0 0 46150 72 0 0 25 0 1 0 657800572 1106550784 253358 33554432000 4194304 4263832 140737301889328 18446744073709551615 4207780 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27162/statm: 270154 253358 250 17 0 267327 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 1080616

[startup+522.301 s]
/proc/loadavg: 4.01 4.04 3.77 5/392 27183
/proc/meminfo: memFree=18314808/32951132 swapFree=64495980/67111528
[pid=27162] ppid=27160 vsize=1137156 CPUtime=522.22 cores=1,3
/proc/27162/stat : 27162 (umsat) R 27160 27162 26444 0 -1 4202496 278176 0 0 0 52146 76 0 0 25 0 1 0 657800572 1164447744 266297 33554432000 4194304 4263832 140737301889328 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27162/statm: 284289 266297 248 17 0 281462 0
Current children cumulated CPU time (s) 522.22
Current children cumulated vsize (KiB) 1137156

[startup+582.3 s]
/proc/loadavg: 4.00 4.03 3.78 5/392 27184
/proc/meminfo: memFree=18196760/32951132 swapFree=64495980/67111528
[pid=27162] ppid=27160 vsize=1180728 CPUtime=582.21 cores=1,3
/proc/27162/stat : 27162 (umsat) R 27160 27162 26444 0 -1 4202496 288973 0 0 0 58142 79 0 0 25 0 1 0 657800572 1209065472 277094 33554432000 4194304 4263832 140737301889328 18446744073709551615 4207705 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27162/statm: 295182 277094 249 17 0 292355 0
Current children cumulated CPU time (s) 582.21
Current children cumulated vsize (KiB) 1180728

[startup+642.3 s]
/proc/loadavg: 4.06 4.04 3.80 5/392 27186
/proc/meminfo: memFree=18078452/32951132 swapFree=64495980/67111528
[pid=27162] ppid=27160 vsize=1219276 CPUtime=642.23 cores=1,3
/proc/27162/stat : 27162 (umsat) R 27160 27162 26444 0 -1 4202496 298429 0 0 0 64142 81 0 0 25 0 1 0 657800572 1248538624 286550 33554432000 4194304 4263832 140737301889328 18446744073709551615 4205680 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27162/statm: 304819 286550 249 17 0 301992 0
Current children cumulated CPU time (s) 642.23
Current children cumulated vsize (KiB) 1219276

[startup+702.301 s]
/proc/loadavg: 4.02 4.03 3.81 5/392 27188
/proc/meminfo: memFree=17975644/32951132 swapFree=64495980/67111528
[pid=27162] ppid=27160 vsize=1256112 CPUtime=702.22 cores=1,3
/proc/27162/stat : 27162 (umsat) R 27160 27162 26444 0 -1 4202496 307644 0 0 0 70139 83 0 0 25 0 1 0 657800572 1286258688 295765 33554432000 4194304 4263832 140737301889328 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27162/statm: 314028 295765 249 17 0 311201 0
Current children cumulated CPU time (s) 702.22
Current children cumulated vsize (KiB) 1256112

[startup+762.315 s]
/proc/loadavg: 4.12 4.05 3.83 5/392 27189
/proc/meminfo: memFree=17886856/32951132 swapFree=64495980/67111528
[pid=27162] ppid=27160 vsize=1294848 CPUtime=762.24 cores=1,3
/proc/27162/stat : 27162 (umsat) R 27160 27162 26444 0 -1 4202496 317297 0 0 0 76138 86 0 0 25 0 1 0 657800572 1325924352 305418 33554432000 4194304 4263832 140737301889328 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27162/statm: 323712 305418 249 17 0 320885 0
Current children cumulated CPU time (s) 762.24
Current children cumulated vsize (KiB) 1294848

[startup+822.301 s]
/proc/loadavg: 4.10 4.06 3.84 5/392 27191
/proc/meminfo: memFree=17794836/32951132 swapFree=64495980/67111528
[pid=27162] ppid=27160 vsize=1328924 CPUtime=822.22 cores=1,3
/proc/27162/stat : 27162 (umsat) R 27160 27162 26444 0 -1 4202496 325616 0 0 0 82134 88 0 0 25 0 1 0 657800572 1360818176 313737 33554432000 4194304 4263832 140737301889328 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27162/statm: 332231 313737 249 17 0 329404 0
Current children cumulated CPU time (s) 822.22
Current children cumulated vsize (KiB) 1328924

[startup+882.301 s]
/proc/loadavg: 4.03 4.04 3.84 5/392 27192
/proc/meminfo: memFree=17701588/32951132 swapFree=64495980/67111528
[pid=27162] ppid=27160 vsize=1363336 CPUtime=882.22 cores=1,3
/proc/27162/stat : 27162 (umsat) R 27160 27162 26444 0 -1 4202496 334150 0 0 0 88132 90 0 0 25 0 1 0 657800572 1396056064 322271 33554432000 4194304 4263832 140737301889328 18446744073709551615 4205591 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27162/statm: 340834 322271 249 17 0 338007 0
Current children cumulated CPU time (s) 882.22
Current children cumulated vsize (KiB) 1363336

[startup+942.301 s]
/proc/loadavg: 4.14 4.07 3.86 5/392 27194
/proc/meminfo: memFree=17599656/32951132 swapFree=64495980/67111528
[pid=27162] ppid=27160 vsize=1406228 CPUtime=942.22 cores=1,3
/proc/27162/stat : 27162 (umsat) R 27160 27162 26444 0 -1 4202496 344808 0 0 0 94130 92 0 0 25 0 1 0 657800572 1439977472 332929 33554432000 4194304 4263832 140737301889328 18446744073709551615 4215075 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27162/statm: 351557 332929 249 17 0 348730 0
Current children cumulated CPU time (s) 942.22
Current children cumulated vsize (KiB) 1406228

[startup+1002.3 s]
/proc/loadavg: 4.05 4.05 3.87 5/392 27196
/proc/meminfo: memFree=17501936/32951132 swapFree=64495980/67111528
[pid=27162] ppid=27160 vsize=1446356 CPUtime=1002.22 cores=1,3
/proc/27162/stat : 27162 (umsat) R 27160 27162 26444 0 -1 4202496 354618 0 0 0 100128 94 0 0 25 0 1 0 657800572 1481068544 342739 33554432000 4194304 4263832 140737301889328 18446744073709551615 4205584 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27162/statm: 361589 342739 250 17 0 358762 0
Current children cumulated CPU time (s) 1002.22
Current children cumulated vsize (KiB) 1446356

[startup+1062.3 s]
/proc/loadavg: 4.02 4.04 3.87 5/392 27197
/proc/meminfo: memFree=17415252/32951132 swapFree=64495980/67111528
[pid=27162] ppid=27160 vsize=1480940 CPUtime=1062.22 cores=1,3
/proc/27162/stat : 27162 (umsat) R 27160 27162 26444 0 -1 4202496 363183 0 0 0 106125 97 0 0 25 0 1 0 657800572 1516482560 351304 33554432000 4194304 4263832 140737301889328 18446744073709551615 4207705 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27162/statm: 370235 351304 250 17 0 367408 0
Current children cumulated CPU time (s) 1062.22
Current children cumulated vsize (KiB) 1480940

[startup+1122.3 s]
/proc/loadavg: 4.00 4.03 3.88 5/392 27199
/proc/meminfo: memFree=17329440/32951132 swapFree=64495980/67111528
[pid=27162] ppid=27160 vsize=1525892 CPUtime=1122.23 cores=1,3
/proc/27162/stat : 27162 (umsat) R 27160 27162 26444 0 -1 4202496 374398 0 0 0 112123 100 0 0 25 0 1 0 657800572 1562513408 362519 33554432000 4194304 4263832 140737301889328 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27162/statm: 381473 362519 250 17 0 378646 0
Current children cumulated CPU time (s) 1122.23
Current children cumulated vsize (KiB) 1525892

[startup+1182.3 s]
/proc/loadavg: 4.16 4.06 3.90 5/392 27200
/proc/meminfo: memFree=17254032/32951132 swapFree=64495980/67111528
[pid=27162] ppid=27160 vsize=1561140 CPUtime=1182.23 cores=1,3
/proc/27162/stat : 27162 (umsat) R 27160 27162 26444 0 -1 4202496 383149 0 0 0 118119 104 0 0 25 0 1 0 657800572 1598607360 371270 33554432000 4194304 4263832 140737301889328 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27162/statm: 390285 371270 250 17 0 387458 0
Current children cumulated CPU time (s) 1182.23
Current children cumulated vsize (KiB) 1561140

[startup+1242.3 s]
/proc/loadavg: 4.13 4.06 3.91 5/392 27202
/proc/meminfo: memFree=17185460/32951132 swapFree=64495980/67111528
[pid=27162] ppid=27160 vsize=1590284 CPUtime=1242.22 cores=1,3
/proc/27162/stat : 27162 (umsat) R 27160 27162 26444 0 -1 4202496 390252 0 0 0 124116 106 0 0 25 0 1 0 657800572 1628450816 378372 33554432000 4194304 4263832 140737301889328 18446744073709551615 4205690 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27162/statm: 397571 378372 249 17 0 394744 0
Current children cumulated CPU time (s) 1242.22
Current children cumulated vsize (KiB) 1590284



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.05 3.91 3/389 27206
/proc/meminfo: memFree=18588172/32951132 swapFree=64495980/67111528
[pid=27162] ppid=27160 vsize=1612236 CPUtime=1299.93 cores=1,3
/proc/27162/stat : 27162 (umsat) R 27160 27162 26444 0 -1 4202496 395620 0 0 0 129886 107 0 0 25 0 1 0 657800572 1650929664 383740 33554432000 4194304 4263832 140737301889328 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27162/statm: 403059 383740 249 17 0 400232 0
Current children cumulated CPU time (s) 1299.93
Current children cumulated vsize (KiB) 1612236

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): 1300.08
CPU time (s): 1300.01
CPU user time (s): 1298.87
CPU system time (s): 1.13983
CPU usage (%): 99.9951
Max. virtual memory (cumulated for all children) (KiB): 1612236

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

runsolver used 4.80327 second user time and 11.7692 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-15 14:20:10
IDJOB=3379011
IDBENCH=88208
IDSOLVER=1861
FILE ID=node129/3379011-1305462009
RUNJOBID= node129-1305460707-26969
PBS_JOBID= 13324894
Free space on /tmp= 73368 MiB

SOLVER NAME= UmSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m62-q1504.5-n60-p15-s80450670.cnf
COMMAND LINE= umsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379011-1305462009/watcher-3379011-1305462009 -o /tmp/evaluation-result-3379011-1305462009/solver-3379011-1305462009 -C 2400 -W 1300 -M 7680  umsat HOME/instance-3379011-1305462009.cnf

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

MD5SUM BENCH= 78d8e2b8c0fd15b93f96e38e33701f17
RANDOM SEED=1906501620

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      20857840 kB
Buffers:        265144 kB
Cached:        6375496 kB
SwapCached:      52668 kB
Active:        3336592 kB
Inactive:      8518136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      20857840 kB
SwapTotal:    67111528 kB
SwapFree:     64495980 kB
Dirty:           31536 kB
Writeback:          16 kB
AnonPages:     5170580 kB
Mapped:          20912 kB
Slab:           133084 kB
PageTables:      40908 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 93178096 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73372 MiB
End job on node129 at 2011-05-15 14:41:52