Trace number 3379125

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) 1299.98 1300.03

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_15_90_1-dir.shuffled-as.sat03-136.cnf
MD5SUM5bd7c76aed56f767985526812cdb8e0e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark935.889
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses31962
Sum of the clauses size64344
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 231947
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 515

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

running on 2 cores: 0,2

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: 0.92 1.16 2.17 3/376 26984
/proc/meminfo: memFree=20895128/32951132 swapFree=64495980/67111528
[pid=26984] ppid=26982 vsize=11776 CPUtime=0 cores=0,2
/proc/26984/stat : 26984 (umsat) R 26982 26984 26444 0 -1 4194304 371 0 0 0 0 0 0 0 23 0 1 0 657670312 12058624 311 33554432000 4194304 4263832 140733262020144 18446744073709551615 4232240 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26984/statm: 2944 311 241 17 0 117 0

[startup+0.0417701 s]
/proc/loadavg: 0.92 1.16 2.17 3/376 26984
/proc/meminfo: memFree=20895128/32951132 swapFree=64495980/67111528
[pid=26984] ppid=26982 vsize=12428 CPUtime=0.03 cores=0,2
/proc/26984/stat : 26984 (umsat) R 26982 26984 26444 0 -1 4194304 578 0 0 0 3 0 0 0 23 0 1 0 657670312 12726272 469 33554432000 4194304 4263832 140733262020144 18446744073709551615 47231845182147 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26984/statm: 3107 469 242 17 0 280 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12428

[startup+0.100757 s]
/proc/loadavg: 0.92 1.16 2.17 3/376 26984
/proc/meminfo: memFree=20895128/32951132 swapFree=64495980/67111528
[pid=26984] ppid=26982 vsize=13340 CPUtime=0.09 cores=0,2
/proc/26984/stat : 26984 (umsat) R 26982 26984 26444 0 -1 4194304 902 0 0 0 9 0 0 0 23 0 1 0 657670312 13660160 696 33554432000 4194304 4263832 140733262020144 18446744073709551615 47231845511906 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26984/statm: 3335 696 242 17 0 508 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13340

[startup+0.300748 s]
/proc/loadavg: 0.92 1.16 2.17 3/376 26984
/proc/meminfo: memFree=20895128/32951132 swapFree=64495980/67111528
[pid=26984] ppid=26982 vsize=18720 CPUtime=0.29 cores=0,2
/proc/26984/stat : 26984 (umsat) R 26982 26984 26444 0 -1 4202496 2450 0 0 0 29 0 0 0 25 0 1 0 657670312 19169280 2056 33554432000 4194304 4263832 140733262020144 18446744073709551615 4207780 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26984/statm: 4680 2056 247 17 0 1853 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18720

[startup+0.789228 s]
/proc/loadavg: 0.92 1.16 2.17 3/376 26984
/proc/meminfo: memFree=20895128/32951132 swapFree=64495980/67111528
[pid=26984] ppid=26982 vsize=22732 CPUtime=0.78 cores=0,2
/proc/26984/stat : 26984 (umsat) R 26982 26984 26444 0 -1 4202496 3462 0 0 0 78 0 0 0 25 0 1 0 657670312 23277568 3068 33554432000 4194304 4263832 140733262020144 18446744073709551615 4205632 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26984/statm: 5815 3201 247 17 0 2988 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 22732

[startup+4.18407 s]
/proc/loadavg: 0.92 1.16 2.17 5/392 27010
/proc/meminfo: memFree=20811672/32951132 swapFree=64495980/67111528
[pid=26984] ppid=26982 vsize=39124 CPUtime=4.17 cores=0,2
/proc/26984/stat : 26984 (umsat) R 26982 26984 26444 0 -1 4202496 7447 0 0 0 416 1 0 0 25 0 1 0 657670312 40062976 7053 33554432000 4194304 4263832 140733262020144 18446744073709551615 4207705 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26984/statm: 9781 7053 247 17 0 6954 0
Current children cumulated CPU time (s) 4.17
Current children cumulated vsize (KiB) 39124

[startup+4.20106 s]
/proc/loadavg: 0.92 1.16 2.17 5/392 27010
/proc/meminfo: memFree=20811672/32951132 swapFree=64495980/67111528
[pid=26984] ppid=26982 vsize=39124 CPUtime=4.18 cores=0,2
/proc/26984/stat : 26984 (umsat) R 26982 26984 26444 0 -1 4202496 7468 0 0 0 417 1 0 0 25 0 1 0 657670312 40062976 7074 33554432000 4194304 4263832 140733262020144 18446744073709551615 4207705 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26984/statm: 9781 7074 247 17 0 6954 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 39124

[startup+6.31474 s]
/proc/loadavg: 1.33 1.24 2.19 5/392 27010
/proc/meminfo: memFree=20729596/32951132 swapFree=64495980/67111528
[pid=26984] ppid=26982 vsize=48792 CPUtime=6.3 cores=0,2
/proc/26984/stat : 26984 (umsat) R 26982 26984 26444 0 -1 4202496 9799 0 0 0 628 2 0 0 25 0 1 0 657670312 49963008 9405 33554432000 4194304 4263832 140733262020144 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26984/statm: 12198 9405 247 17 0 9371 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 48792

[startup+12.7007 s]
/proc/loadavg: 1.54 1.29 2.20 5/392 27011
/proc/meminfo: memFree=20669108/32951132 swapFree=64495980/67111528
[pid=26984] ppid=26982 vsize=65488 CPUtime=12.69 cores=0,2
/proc/26984/stat : 26984 (umsat) R 26982 26984 26444 0 -1 4202496 13794 0 0 0 1266 3 0 0 25 0 1 0 657670312 67059712 13400 33554432000 4194304 4263832 140733262020144 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26984/statm: 16372 13400 248 17 0 13545 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 65488

[startup+25.5005 s]
/proc/loadavg: 2.08 1.42 2.23 5/392 27011
/proc/meminfo: memFree=20594752/32951132 swapFree=64495980/67111528
[pid=26984] ppid=26982 vsize=77724 CPUtime=25.49 cores=0,2
/proc/26984/stat : 26984 (umsat) R 26982 26984 26444 0 -1 4202496 16598 0 0 0 2545 4 0 0 25 0 1 0 657670312 79589376 16204 33554432000 4194304 4263832 140733262020144 18446744073709551615 4215075 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26984/statm: 19431 16204 251 17 0 16604 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 77724

[startup+51.1012 s]
/proc/loadavg: 2.81 1.64 2.28 5/392 27012
/proc/meminfo: memFree=20505508/32951132 swapFree=64495980/67111528
[pid=26984] ppid=26982 vsize=93408 CPUtime=51.08 cores=0,2
/proc/26984/stat : 26984 (umsat) R 26982 26984 26444 0 -1 4202496 20446 0 0 0 5103 5 0 0 25 0 1 0 657670312 95649792 20049 33554432000 4194304 4263832 140733262020144 18446744073709551615 4205700 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26984/statm: 23352 20049 248 17 0 20525 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 93408

[startup+102.301 s]
/proc/loadavg: 3.48 2.00 2.37 5/392 27013
/proc/meminfo: memFree=20365636/32951132 swapFree=64495980/67111528
[pid=26984] ppid=26982 vsize=129600 CPUtime=102.29 cores=0,2
/proc/26984/stat : 26984 (umsat) R 26982 26984 26444 0 -1 4202496 28745 0 0 0 10221 8 0 0 25 0 1 0 657670312 132710400 28348 33554432000 4194304 4263832 140733262020144 18446744073709551615 4205599 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26984/statm: 32400 28348 248 17 0 29573 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 129600

[startup+162.3 s]
/proc/loadavg: 3.81 2.36 2.47 5/392 27024
/proc/meminfo: memFree=20256260/32951132 swapFree=64495980/67111528
[pid=26984] ppid=26982 vsize=150724 CPUtime=162.29 cores=0,2
/proc/26984/stat : 26984 (umsat) R 26982 26984 26444 0 -1 4202496 33606 0 0 0 16220 9 0 0 25 0 1 0 657670312 154341376 33209 33554432000 4194304 4263832 140733262020144 18446744073709551615 4205599 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26984/statm: 37681 33209 249 17 0 34854 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 150724

[startup+222.3 s]
/proc/loadavg: 3.93 2.66 2.56 5/392 27025
/proc/meminfo: memFree=20165788/32951132 swapFree=64495980/67111528
[pid=26984] ppid=26982 vsize=166012 CPUtime=222.28 cores=0,2
/proc/26984/stat : 26984 (umsat) R 26982 26984 26444 0 -1 4202496 37267 0 0 0 22218 10 0 0 25 0 1 0 657670312 169996288 36868 33554432000 4194304 4263832 140733262020144 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26984/statm: 41503 36868 248 17 0 38676 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 166012

[startup+282.3 s]
/proc/loadavg: 4.02 2.93 2.66 5/392 27027
/proc/meminfo: memFree=20094108/32951132 swapFree=64495980/67111528
[pid=26984] ppid=26982 vsize=178312 CPUtime=282.29 cores=0,2
/proc/26984/stat : 26984 (umsat) R 26982 26984 26444 0 -1 4202496 40289 0 0 0 28217 12 0 0 25 0 1 0 657670312 182591488 39890 33554432000 4194304 4263832 140733262020144 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26984/statm: 44578 39890 248 17 0 41751 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 178312

[startup+342.301 s]
/proc/loadavg: 4.10 3.14 2.75 5/392 27028
/proc/meminfo: memFree=20027764/32951132 swapFree=64495980/67111528
[pid=26984] ppid=26982 vsize=192448 CPUtime=342.28 cores=0,2
/proc/26984/stat : 26984 (umsat) R 26982 26984 26444 0 -1 4202496 43535 0 0 0 34214 14 0 0 25 0 1 0 657670312 197066752 43136 33554432000 4194304 4263832 140733262020144 18446744073709551615 4207728 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26984/statm: 48112 43136 248 17 0 45285 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 192448

[startup+402.315 s]
/proc/loadavg: 4.20 3.35 2.84 5/392 27030
/proc/meminfo: memFree=19963156/32951132 swapFree=64495980/67111528
[pid=26984] ppid=26982 vsize=203796 CPUtime=402.29 cores=0,2
/proc/26984/stat : 26984 (umsat) R 26982 26984 26444 0 -1 4202496 46406 0 0 0 40214 15 0 0 25 0 1 0 657670312 208687104 46007 33554432000 4194304 4263832 140733262020144 18446744073709551615 4207696 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26984/statm: 50949 46007 248 17 0 48122 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 203796

[startup+462.301 s]
/proc/loadavg: 4.12 3.47 2.91 5/392 27035
/proc/meminfo: memFree=19900020/32951132 swapFree=64495980/67111528
[pid=26984] ppid=26982 vsize=217932 CPUtime=462.28 cores=0,2
/proc/26984/stat : 26984 (umsat) R 26982 26984 26444 0 -1 4202496 49647 0 0 0 46212 16 0 0 25 0 1 0 657670312 223162368 49248 33554432000 4194304 4263832 140733262020144 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26984/statm: 54483 49248 248 17 0 51656 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 217932

[startup+522.301 s]
/proc/loadavg: 4.04 3.57 2.98 5/392 27036
/proc/meminfo: memFree=19840096/32951132 swapFree=64495980/67111528
[pid=26984] ppid=26982 vsize=233708 CPUtime=522.27 cores=0,2
/proc/26984/stat : 26984 (umsat) R 26982 26984 26444 0 -1 4202496 53339 0 0 0 52209 18 0 0 25 0 1 0 657670312 239316992 52940 33554432000 4194304 4263832 140733262020144 18446744073709551615 4205776 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26984/statm: 58427 52940 248 17 0 55600 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 233708

[startup+582.301 s]
/proc/loadavg: 4.01 3.64 3.04 5/392 27038
/proc/meminfo: memFree=19787392/32951132 swapFree=64495980/67111528
[pid=26984] ppid=26982 vsize=245156 CPUtime=582.27 cores=0,2
/proc/26984/stat : 26984 (umsat) R 26982 26984 26444 0 -1 4202496 56139 0 0 0 58208 19 0 0 25 0 1 0 657670312 251039744 55740 33554432000 4194304 4263832 140733262020144 18446744073709551615 4205647 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26984/statm: 61289 55740 248 17 0 58462 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 245156

[startup+642.301 s]
/proc/loadavg: 4.08 3.74 3.11 5/392 27039
/proc/meminfo: memFree=19739276/32951132 swapFree=64495980/67111528
[pid=26984] ppid=26982 vsize=258184 CPUtime=642.26 cores=0,2
/proc/26984/stat : 26984 (umsat) R 26982 26984 26444 0 -1 4202496 59354 0 0 0 64206 20 0 0 25 0 1 0 657670312 264380416 58698 33554432000 4194304 4263832 140733262020144 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26984/statm: 64546 58698 248 17 0 61719 0
Current children cumulated CPU time (s) 642.26
Current children cumulated vsize (KiB) 258184

[startup+702.3 s]
/proc/loadavg: 4.07 3.79 3.16 5/392 27041
/proc/meminfo: memFree=19685328/32951132 swapFree=64495980/67111528
[pid=26984] ppid=26982 vsize=271952 CPUtime=702.27 cores=0,2
/proc/26984/stat : 26984 (umsat) R 26982 26984 26444 0 -1 4202496 62635 0 0 0 70205 22 0 0 25 0 1 0 657670312 278478848 61979 33554432000 4194304 4263832 140733262020144 18446744073709551615 210646807237 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26984/statm: 67988 61979 248 17 0 65161 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 271952

[startup+762.3 s]
/proc/loadavg: 4.02 3.83 3.21 5/392 27043
/proc/meminfo: memFree=19636464/32951132 swapFree=64495980/67111528
[pid=26984] ppid=26982 vsize=280960 CPUtime=762.27 cores=0,2
/proc/26984/stat : 26984 (umsat) R 26982 26984 26444 0 -1 4202496 64808 0 0 0 76204 23 0 0 25 0 1 0 657670312 287703040 64152 33554432000 4194304 4263832 140733262020144 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26984/statm: 70240 64152 248 17 0 67413 0
Current children cumulated CPU time (s) 762.27
Current children cumulated vsize (KiB) 280960

[startup+822.3 s]
/proc/loadavg: 4.01 3.86 3.26 5/392 27044
/proc/meminfo: memFree=19594176/32951132 swapFree=64495980/67111528
[pid=26984] ppid=26982 vsize=291724 CPUtime=822.26 cores=0,2
/proc/26984/stat : 26984 (umsat) R 26982 26984 26444 0 -1 4202496 67237 0 0 0 82203 23 0 0 25 0 1 0 657670312 298725376 66581 33554432000 4194304 4263832 140733262020144 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26984/statm: 72931 66581 248 17 0 70104 0
Current children cumulated CPU time (s) 822.26
Current children cumulated vsize (KiB) 291724

[startup+882.301 s]
/proc/loadavg: 4.14 3.91 3.31 5/392 27046
/proc/meminfo: memFree=19552992/32951132 swapFree=64495980/67111528
[pid=26984] ppid=26982 vsize=300804 CPUtime=882.27 cores=0,2
/proc/26984/stat : 26984 (umsat) R 26982 26984 26444 0 -1 4202496 69277 0 0 0 88203 24 0 0 25 0 1 0 657670312 308023296 68621 33554432000 4194304 4263832 140733262020144 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26984/statm: 75201 68621 248 17 0 72374 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 300804

[startup+942.301 s]
/proc/loadavg: 4.13 3.96 3.37 5/392 27048
/proc/meminfo: memFree=19512812/32951132 swapFree=64495980/67111528
[pid=26984] ppid=26982 vsize=310288 CPUtime=942.27 cores=0,2
/proc/26984/stat : 26984 (umsat) R 26982 26984 26444 0 -1 4202496 71590 0 0 0 94202 25 0 0 25 0 1 0 657670312 317734912 70934 33554432000 4194304 4263832 140733262020144 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26984/statm: 77572 70934 248 17 0 74745 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 310288

[startup+1002.3 s]
/proc/loadavg: 4.20 4.01 3.42 5/392 27049
/proc/meminfo: memFree=19469152/32951132 swapFree=64495980/67111528
[pid=26984] ppid=26982 vsize=320956 CPUtime=1002.26 cores=0,2
/proc/26984/stat : 26984 (umsat) R 26982 26984 26444 0 -1 4202496 74177 0 0 0 100200 26 0 0 25 0 1 0 657670312 328658944 73521 33554432000 4194304 4263832 140733262020144 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26984/statm: 80239 73521 249 17 0 77412 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 320956

[startup+1062.31 s]
/proc/loadavg: 4.28 4.06 3.47 5/392 27051
/proc/meminfo: memFree=19421404/32951132 swapFree=64495980/67111528
[pid=26984] ppid=26982 vsize=330172 CPUtime=1062.27 cores=0,2
/proc/26984/stat : 26984 (umsat) R 26982 26984 26444 0 -1 4202496 76278 0 0 0 106201 26 0 0 25 0 1 0 657670312 338096128 75622 33554432000 4194304 4263832 140733262020144 18446744073709551615 4215075 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26984/statm: 82543 75622 249 17 0 79716 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 330172

[startup+1122.3 s]
/proc/loadavg: 4.11 4.05 3.50 5/392 27052
/proc/meminfo: memFree=19381348/32951132 swapFree=64495980/67111528
[pid=26984] ppid=26982 vsize=340928 CPUtime=1122.26 cores=0,2
/proc/26984/stat : 26984 (umsat) R 26982 26984 26444 0 -1 4202496 78793 0 0 0 112197 29 0 0 25 0 1 0 657670312 349110272 78137 33554432000 4194304 4263832 140733262020144 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26984/statm: 85232 78137 249 17 0 82405 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 340928

[startup+1182.3 s]
/proc/loadavg: 4.04 4.04 3.53 5/392 27054
/proc/meminfo: memFree=19339808/32951132 swapFree=64495980/67111528
[pid=26984] ppid=26982 vsize=351560 CPUtime=1182.25 cores=0,2
/proc/26984/stat : 26984 (umsat) R 26982 26984 26444 0 -1 4202496 81204 0 0 0 118196 29 0 0 25 0 1 0 657670312 359997440 80548 33554432000 4194304 4263832 140733262020144 18446744073709551615 4205704 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26984/statm: 87890 80548 249 17 0 85063 0
Current children cumulated CPU time (s) 1182.25
Current children cumulated vsize (KiB) 351560

[startup+1242.3 s]
/proc/loadavg: 4.13 4.06 3.57 5/392 27055
/proc/meminfo: memFree=19300244/32951132 swapFree=64495980/67111528
[pid=26984] ppid=26982 vsize=359692 CPUtime=1242.25 cores=0,2
/proc/26984/stat : 26984 (umsat) R 26982 26984 26444 0 -1 4202496 83051 0 0 0 124195 30 0 0 25 0 1 0 657670312 368324608 82395 33554432000 4194304 4263832 140733262020144 18446744073709551615 4207606 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26984/statm: 89923 82395 249 17 0 87096 0
Current children cumulated CPU time (s) 1242.25
Current children cumulated vsize (KiB) 359692



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.05 3.59 5/392 27057
/proc/meminfo: memFree=19259188/32951132 swapFree=64495980/67111528
[pid=26984] ppid=26982 vsize=366820 CPUtime=1299.95 cores=0,2
/proc/26984/stat : 26984 (umsat) R 26982 26984 26444 0 -1 4202496 84747 0 0 0 129963 32 0 0 25 0 1 0 657670312 375623680 84091 33554432000 4194304 4263832 140733262020144 18446744073709551615 4205667 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26984/statm: 91705 84091 249 17 0 88878 0
Current children cumulated CPU time (s) 1299.95
Current children cumulated vsize (KiB) 366820

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.03
CPU time (s): 1299.98
CPU user time (s): 1299.64
CPU system time (s): 0.336948
CPU usage (%): 99.9959
Max. virtual memory (cumulated for all children) (KiB): 366820

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

runsolver used 5.46117 second user time and 12.3681 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-15 13:58:27
IDJOB=3379125
IDBENCH=83985
IDSOLVER=1861
FILE ID=node129/3379125-1305460707
RUNJOBID= node129-1305460707-26967
PBS_JOBID= 13324894
Free space on /tmp= 73392 MiB

SOLVER NAME= UmSat 2011-05-12 (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_15_90_1-dir.shuffled-as.sat03-136.cnf
COMMAND LINE= umsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379125-1305460707/watcher-3379125-1305460707 -o /tmp/evaluation-result-3379125-1305460707/solver-3379125-1305460707 -C 2400 -W 1300 -M 7680  umsat HOME/instance-3379125-1305460707.cnf

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

MD5SUM BENCH= 5bd7c76aed56f767985526812cdb8e0e
RANDOM SEED=1314031413

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:      20895532 kB
Buffers:        264756 kB
Cached:        6345736 kB
SwapCached:      52668 kB
Active:        3306500 kB
Inactive:      8511280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      20895532 kB
SwapTotal:    67111528 kB
SwapFree:     64495980 kB
Dirty:            5936 kB
Writeback:          16 kB
AnonPages:     5163888 kB
Mapped:          19892 kB
Slab:           132028 kB
PageTables:      41196 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 93131220 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= 73384 MiB
End job on node129 at 2011-05-15 14:20:09