Trace number 3379178

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.08 1300.03

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m37-q446.25-n35-p15-s25120921.cnf
MD5SUM4b4e8a8187c1b8536d6b504b16289d38
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.732887
Satisfiable
(Un)Satisfiability was proved
Number of variables1106
Number of clauses129272
Sum of the clauses size259580
Maximum clause length37
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2129237
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 535

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

running on 2 cores: 4,6

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.74 3.97 3.89 5/411 23568
/proc/meminfo: memFree=22106624/32951124 swapFree=59305796/67111528
[pid=23568] ppid=23566 vsize=11908 CPUtime=0 cores=4,6
/proc/23568/stat : 23568 (umsat) R 23566 23568 19943 0 -1 4194304 397 0 0 0 0 0 0 0 22 0 1 0 736429407 12193792 338 33554432000 4194304 4263832 140736364634880 18446744073709551615 4232249 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23568/statm: 2977 338 241 17 0 150 0

[startup+0.0711489 s]
/proc/loadavg: 3.74 3.97 3.89 5/411 23568
/proc/meminfo: memFree=22106624/32951124 swapFree=59305796/67111528
[pid=23568] ppid=23566 vsize=13340 CPUtime=0.06 cores=4,6
/proc/23568/stat : 23568 (umsat) R 23566 23568 19943 0 -1 4194304 861 0 0 0 6 0 0 0 22 0 1 0 736429407 13660160 656 33554432000 4194304 4263832 140736364634880 18446744073709551615 47126799905975 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23568/statm: 3335 656 242 17 0 508 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 13340

[startup+0.10112 s]
/proc/loadavg: 3.74 3.97 3.89 5/411 23568
/proc/meminfo: memFree=22106624/32951124 swapFree=59305796/67111528
[pid=23568] ppid=23566 vsize=13340 CPUtime=0.09 cores=4,6
/proc/23568/stat : 23568 (umsat) R 23566 23568 19943 0 -1 4194304 917 0 0 0 9 0 0 0 22 0 1 0 736429407 13660160 712 33554432000 4194304 4263832 140736364634880 18446744073709551615 252457721782 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23568/statm: 3335 712 242 17 0 508 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13340

[startup+0.301107 s]
/proc/loadavg: 3.74 3.97 3.89 5/411 23568
/proc/meminfo: memFree=22106624/32951124 swapFree=59305796/67111528
[pid=23568] ppid=23566 vsize=18812 CPUtime=0.29 cores=4,6
/proc/23568/stat : 23568 (umsat) R 23566 23568 19943 0 -1 4194304 2625 0 0 0 29 0 0 0 23 0 1 0 736429407 19263488 1842 33554432000 4194304 4263832 140736364634880 18446744073709551615 47126800082287 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23568/statm: 4703 1842 242 17 0 1876 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18812

[startup+0.70103 s]
/proc/loadavg: 3.74 3.97 3.89 5/411 23568
/proc/meminfo: memFree=22106624/32951124 swapFree=59305796/67111528
[pid=23568] ppid=23566 vsize=31900 CPUtime=0.69 cores=4,6
/proc/23568/stat : 23568 (umsat) R 23566 23568 19943 0 -1 4202496 6897 0 0 0 69 0 0 0 25 0 1 0 736429407 32665600 5356 33554432000 4194304 4263832 140736364634880 18446744073709551615 4205616 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23568/statm: 7975 5356 247 17 0 5148 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31900

[startup+1.50086 s]
/proc/loadavg: 3.74 3.97 3.89 5/422 23581
/proc/meminfo: memFree=22037832/32951124 swapFree=59305796/67111528
[pid=23568] ppid=23566 vsize=37324 CPUtime=1.48 cores=4,6
/proc/23568/stat : 23568 (umsat) R 23566 23568 19943 0 -1 4202496 8249 0 0 0 148 0 0 0 25 0 1 0 736429407 38219776 6708 33554432000 4194304 4263832 140736364634880 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23568/statm: 9331 6708 247 17 0 6504 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 37324

[startup+3.10056 s]
/proc/loadavg: 3.74 3.97 3.89 5/422 23581
/proc/meminfo: memFree=21932948/32951124 swapFree=59305796/67111528
[pid=23568] ppid=23566 vsize=45572 CPUtime=3.09 cores=4,6
/proc/23568/stat : 23568 (umsat) R 23566 23568 19943 0 -1 4202496 10262 0 0 0 307 2 0 0 25 0 1 0 736429407 46665728 8721 33554432000 4194304 4263832 140736364634880 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23568/statm: 11393 8721 247 17 0 8566 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45572

[startup+6.30099 s]
/proc/loadavg: 3.92 4.00 3.90 5/422 23581
/proc/meminfo: memFree=21635504/32951124 swapFree=59305796/67111528
[pid=23568] ppid=23566 vsize=58080 CPUtime=6.29 cores=4,6
/proc/23568/stat : 23568 (umsat) R 23566 23568 19943 0 -1 4202496 13266 0 0 0 625 4 0 0 25 0 1 0 736429407 59473920 11725 33554432000 4194304 4263832 140736364634880 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23568/statm: 14520 11725 247 17 0 11693 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58080

[startup+12.7158 s]
/proc/loadavg: 3.93 4.00 3.90 4/417 23598
/proc/meminfo: memFree=21656144/32951124 swapFree=59305796/67111528
[pid=23568] ppid=23566 vsize=72192 CPUtime=12.7 cores=4,6
/proc/23568/stat : 23568 (umsat) R 23566 23568 19943 0 -1 4202496 16632 0 0 0 1266 4 0 0 25 0 1 0 736429407 73924608 15091 33554432000 4194304 4263832 140736364634880 18446744073709551615 4215075 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23568/statm: 18048 15091 247 17 0 15221 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 72192

[startup+25.5004 s]
/proc/loadavg: 3.79 3.97 3.90 4/416 23598
/proc/meminfo: memFree=21449432/32951124 swapFree=59305796/67111528
[pid=23568] ppid=23566 vsize=93696 CPUtime=25.49 cores=4,6
/proc/23568/stat : 23568 (umsat) R 23566 23568 19943 0 -1 4202496 21680 0 0 0 2544 5 0 0 25 0 1 0 736429407 95944704 20139 33554432000 4194304 4263832 140736364634880 18446744073709551615 4207705 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23568/statm: 23424 20139 248 17 0 20597 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 93696

[startup+51.1006 s]
/proc/loadavg: 3.36 3.86 3.86 3/410 23616
/proc/meminfo: memFree=20893468/32951124 swapFree=59305796/67111528
[pid=23568] ppid=23566 vsize=115256 CPUtime=51.1 cores=4,6
/proc/23568/stat : 23568 (umsat) R 23566 23568 19943 0 -1 4202496 26868 0 0 0 5103 7 0 0 25 0 1 0 736429407 118022144 25326 33554432000 4194304 4263832 140736364634880 18446744073709551615 4205657 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23568/statm: 28814 25326 247 17 0 25987 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 115256

[startup+102.301 s]
/proc/loadavg: 2.51 3.55 3.75 2/404 23634
/proc/meminfo: memFree=22157520/32951124 swapFree=59305796/67111528
[pid=23568] ppid=23566 vsize=149968 CPUtime=102.3 cores=4,6
/proc/23568/stat : 23568 (umsat) R 23566 23568 19943 0 -1 4202496 35135 0 0 0 10220 10 0 0 25 0 1 0 736429407 153567232 33592 33554432000 4194304 4263832 140736364634880 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23568/statm: 37492 33592 248 17 0 34665 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 149968

[startup+162.315 s]
/proc/loadavg: 1.55 3.08 3.58 2/404 23636
/proc/meminfo: memFree=22127244/32951124 swapFree=59305796/67111528
[pid=23568] ppid=23566 vsize=182356 CPUtime=162.31 cores=4,6
/proc/23568/stat : 23568 (umsat) R 23566 23568 19943 0 -1 4202496 42493 0 0 0 16219 12 0 0 25 0 1 0 736429407 186732544 40948 33554432000 4194304 4263832 140736364634880 18446744073709551615 4207696 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23568/statm: 45589 40948 247 17 0 42762 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 182356

[startup+222.301 s]
/proc/loadavg: 1.20 2.70 3.41 2/404 23638
/proc/meminfo: memFree=22102420/32951124 swapFree=59305796/67111528
[pid=23568] ppid=23566 vsize=208836 CPUtime=222.3 cores=4,6
/proc/23568/stat : 23568 (umsat) R 23566 23568 19943 0 -1 4202496 48872 0 0 0 22216 14 0 0 25 0 1 0 736429407 213848064 47327 33554432000 4194304 4263832 140736364634880 18446744073709551615 4207696 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23568/statm: 52209 47327 247 17 0 49382 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 208836

[startup+282.301 s]
/proc/loadavg: 1.07 2.39 3.26 3/404 23639
/proc/meminfo: memFree=22079324/32951124 swapFree=59305796/67111528
[pid=23568] ppid=23566 vsize=233272 CPUtime=282.3 cores=4,6
/proc/23568/stat : 23568 (umsat) R 23566 23568 19943 0 -1 4202496 54564 0 0 0 28214 16 0 0 25 0 1 0 736429407 238870528 53019 33554432000 4194304 4263832 140736364634880 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23568/statm: 58318 53019 248 17 0 55491 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 233272

[startup+342.301 s]
/proc/loadavg: 1.02 2.13 3.12 2/404 23641
/proc/meminfo: memFree=22060816/32951124 swapFree=59305796/67111528
[pid=23568] ppid=23566 vsize=253364 CPUtime=342.3 cores=4,6
/proc/23568/stat : 23568 (umsat) R 23566 23568 19943 0 -1 4202496 59186 0 0 0 34212 18 0 0 25 0 1 0 736429407 259444736 57641 33554432000 4194304 4263832 140736364634880 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23568/statm: 63341 57641 248 17 0 60514 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 253364

[startup+402.3 s]
/proc/loadavg: 1.08 1.95 2.99 2/404 23642
/proc/meminfo: memFree=22045032/32951124 swapFree=59305796/67111528
[pid=23568] ppid=23566 vsize=269480 CPUtime=402.3 cores=4,6
/proc/23568/stat : 23568 (umsat) R 23566 23568 19943 0 -1 4202496 63202 0 0 0 40210 20 0 0 25 0 1 0 736429407 275947520 61657 33554432000 4194304 4263832 140736364634880 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23568/statm: 67370 61657 248 17 0 64543 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 269480

[startup+462.301 s]
/proc/loadavg: 1.06 1.79 2.87 2/404 23644
/proc/meminfo: memFree=22023308/32951124 swapFree=59305796/67111528
[pid=23568] ppid=23566 vsize=291724 CPUtime=462.3 cores=4,6
/proc/23568/stat : 23568 (umsat) R 23566 23568 19943 0 -1 4202496 68615 0 0 0 46209 21 0 0 25 0 1 0 736429407 298725376 67070 33554432000 4194304 4263832 140736364634880 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23568/statm: 72931 67070 249 17 0 70104 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 291724

[startup+522.301 s]
/proc/loadavg: 1.02 1.64 2.75 2/404 23646
/proc/meminfo: memFree=21998496/32951124 swapFree=59305796/67111528
[pid=23568] ppid=23566 vsize=319860 CPUtime=522.31 cores=4,6
/proc/23568/stat : 23568 (umsat) R 23566 23568 19943 0 -1 4202496 74996 0 0 0 52207 24 0 0 25 0 1 0 736429407 327536640 73450 33554432000 4194304 4263832 140736364634880 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23568/statm: 79965 73450 248 17 0 77138 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 319860

[startup+582.301 s]
/proc/loadavg: 1.01 1.52 2.64 2/404 23647
/proc/meminfo: memFree=21982228/32951124 swapFree=59305796/67111528
[pid=23568] ppid=23566 vsize=336152 CPUtime=582.31 cores=4,6
/proc/23568/stat : 23568 (umsat) R 23566 23568 19943 0 -1 4202496 79081 0 0 0 58204 27 0 0 25 0 1 0 736429407 344219648 77535 33554432000 4194304 4263832 140736364634880 18446744073709551615 4207568 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23568/statm: 84038 77535 248 17 0 81211 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 336152

[startup+642.301 s]
/proc/loadavg: 1.00 1.43 2.53 2/404 23649
/proc/meminfo: memFree=21964096/32951124 swapFree=59305796/67111528
[pid=23568] ppid=23566 vsize=354900 CPUtime=642.31 cores=4,6
/proc/23568/stat : 23568 (umsat) R 23566 23568 19943 0 -1 4202496 83608 0 0 0 64202 29 0 0 25 0 1 0 736429407 363417600 82062 33554432000 4194304 4263832 140736364634880 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23568/statm: 88725 82062 249 17 0 85898 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 354900

[startup+702.301 s]
/proc/loadavg: 1.00 1.35 2.43 2/404 23650
/proc/meminfo: memFree=21944968/32951124 swapFree=59305796/67111528
[pid=23568] ppid=23566 vsize=374312 CPUtime=702.32 cores=4,6
/proc/23568/stat : 23568 (umsat) R 23566 23568 19943 0 -1 4202496 88189 0 0 0 70202 30 0 0 25 0 1 0 736429407 383295488 86642 33554432000 4194304 4263832 140736364634880 18446744073709551615 4205680 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23568/statm: 93578 86642 249 17 0 90751 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 374312

[startup+762.3 s]
/proc/loadavg: 1.00 1.28 2.34 2/404 23652
/proc/meminfo: memFree=21932164/32951124 swapFree=59305796/67111528
[pid=23568] ppid=23566 vsize=387392 CPUtime=762.31 cores=4,6
/proc/23568/stat : 23568 (umsat) R 23566 23568 19943 0 -1 4202496 91393 0 0 0 76200 31 0 0 25 0 1 0 736429407 396689408 89845 33554432000 4194304 4263832 140736364634880 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23568/statm: 96848 89845 248 17 0 94021 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 387392

[startup+822.315 s]
/proc/loadavg: 1.00 1.23 2.25 2/404 23654
/proc/meminfo: memFree=21918500/32951124 swapFree=59305796/67111528
[pid=23568] ppid=23566 vsize=401768 CPUtime=822.33 cores=4,6
/proc/23568/stat : 23568 (umsat) R 23566 23568 19943 0 -1 4202496 94780 0 0 0 82201 32 0 0 25 0 1 0 736429407 411410432 93232 33554432000 4194304 4263832 140736364634880 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23568/statm: 100442 93232 248 17 0 97615 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 401768

[startup+882.301 s]
/proc/loadavg: 1.00 1.18 2.17 2/404 23655
/proc/meminfo: memFree=21905320/32951124 swapFree=59305796/67111528
[pid=23568] ppid=23566 vsize=415860 CPUtime=882.32 cores=4,6
/proc/23568/stat : 23568 (umsat) R 23566 23568 19943 0 -1 4202496 98134 0 0 0 88199 33 0 0 25 0 1 0 736429407 425840640 96586 33554432000 4194304 4263832 140736364634880 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23568/statm: 103965 96586 248 17 0 101138 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 415860

[startup+942.301 s]
/proc/loadavg: 1.05 1.16 2.10 2/404 23657
/proc/meminfo: memFree=21893512/32951124 swapFree=59305796/67111528
[pid=23568] ppid=23566 vsize=428720 CPUtime=942.32 cores=4,6
/proc/23568/stat : 23568 (umsat) R 23566 23568 19943 0 -1 4202496 101121 0 0 0 94198 34 0 0 25 0 1 0 736429407 439009280 99573 33554432000 4194304 4263832 140736364634880 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23568/statm: 107180 99573 248 17 0 104353 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 428720

[startup+1002.3 s]
/proc/loadavg: 1.02 1.13 2.03 2/404 23658
/proc/meminfo: memFree=21880460/32951124 swapFree=59305796/67111528
[pid=23568] ppid=23566 vsize=442492 CPUtime=1002.32 cores=4,6
/proc/23568/stat : 23568 (umsat) R 23566 23568 19943 0 -1 4202496 104392 0 0 0 100197 35 0 0 25 0 1 0 736429407 453111808 102844 33554432000 4194304 4263832 140736364634880 18446744073709551615 4207780 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23568/statm: 110623 102844 248 17 0 107796 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 442492

[startup+1062.3 s]
/proc/loadavg: 1.00 1.10 1.96 2/404 23660
/proc/meminfo: memFree=21868772/32951124 swapFree=59305796/67111528
[pid=23568] ppid=23566 vsize=454236 CPUtime=1062.32 cores=4,6
/proc/23568/stat : 23568 (umsat) R 23566 23568 19943 0 -1 4202496 107258 0 0 0 106196 36 0 0 25 0 1 0 736429407 465137664 105710 33554432000 4194304 4263832 140736364634880 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23568/statm: 113559 105710 248 17 0 110732 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 454236

[startup+1122.3 s]
/proc/loadavg: 1.00 1.08 1.90 2/404 23662
/proc/meminfo: memFree=21857716/32951124 swapFree=59305796/67111528
[pid=23568] ppid=23566 vsize=465688 CPUtime=1122.33 cores=4,6
/proc/23568/stat : 23568 (umsat) R 23566 23568 19943 0 -1 4202496 110064 0 0 0 112196 37 0 0 25 0 1 0 736429407 476864512 108516 33554432000 4194304 4263832 140736364634880 18446744073709551615 4205704 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23568/statm: 116422 108516 248 17 0 113595 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 465688

[startup+1182.3 s]
/proc/loadavg: 1.05 1.08 1.85 2/404 23666
/proc/meminfo: memFree=21844188/32951124 swapFree=59305796/67111528
[pid=23568] ppid=23566 vsize=479924 CPUtime=1182.33 cores=4,6
/proc/23568/stat : 23568 (umsat) R 23566 23568 19943 0 -1 4202496 113671 0 0 0 118195 38 0 0 25 0 1 0 736429407 491442176 112123 33554432000 4194304 4263832 140736364634880 18446744073709551615 4207568 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23568/statm: 119981 112123 248 17 0 117154 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 479924

[startup+1242.3 s]
/proc/loadavg: 1.02 1.06 1.79 2/404 23668
/proc/meminfo: memFree=21830992/32951124 swapFree=59305796/67111528
[pid=23568] ppid=23566 vsize=492588 CPUtime=1242.33 cores=4,6
/proc/23568/stat : 23568 (umsat) R 23566 23568 19943 0 -1 4202496 116836 0 0 0 124193 40 0 0 25 0 1 0 736429407 504410112 115288 33554432000 4194304 4263832 140736364634880 18446744073709551615 4207705 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23568/statm: 123147 115288 248 17 0 120320 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 492588



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.00 1.05 1.74 2/404 23669
/proc/meminfo: memFree=21817696/32951124 swapFree=59305796/67111528
[pid=23568] ppid=23566 vsize=507856 CPUtime=1300.05 cores=4,6
/proc/23568/stat : 23568 (umsat) R 23566 23568 19943 0 -1 4202496 120259 0 0 0 129964 41 0 0 25 0 1 0 736429407 520044544 118711 33554432000 4194304 4263832 140736364634880 18446744073709551615 4215069 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23568/statm: 126964 118711 248 17 0 124137 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 507856

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): 1300.08
CPU user time (s): 1299.65
CPU system time (s): 0.428934
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 507856

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

runsolver used 5.30019 second user time and 11.4023 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-15 14:19:49
IDJOB=3379178
IDBENCH=88202
IDSOLVER=1861
FILE ID=node111/3379178-1305461989
RUNJOBID= node111-1305461989-23542
PBS_JOBID= 13324865
Free space on /tmp= 73460 MiB

SOLVER NAME= UmSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m37-q446.25-n35-p15-s25120921.cnf
COMMAND LINE= umsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379178-1305461989/watcher-3379178-1305461989 -o /tmp/evaluation-result-3379178-1305461989/solver-3379178-1305461989 -C 2400 -W 1300 -M 7680  umsat HOME/instance-3379178-1305461989.cnf

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

MD5SUM BENCH= 4b4e8a8187c1b8536d6b504b16289d38
RANDOM SEED=1192885650

node111.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.849
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.69
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.849
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	: 5428.12
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.849
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.849
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.86
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.849
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.75
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.849
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.849
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.67
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.849
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:     32951124 kB
MemFree:      22106772 kB
Buffers:        294300 kB
Cached:        6985936 kB
SwapCached:      13720 kB
Active:        1755912 kB
Inactive:      8837988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22106772 kB
SwapTotal:    67111528 kB
SwapFree:     59305796 kB
Dirty:          181220 kB
Writeback:           0 kB
AnonPages:     3309732 kB
Mapped:          26416 kB
Slab:           137092 kB
PageTables:      47384 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 118195360 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= 73628 MiB
End job on node111 at 2011-05-15 14:41:31