Trace number 3376604

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
QuteRSat 2011-05-12 (fixed)? (TO) 1300.07 1300.03

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m47-q742.5-n45-p30-s17570390.cnf
MD5SUMba3b1702a651cd8da3e6cada8f2e97bc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.28965
Satisfiable
(Un)Satisfiability was proved
Number of variables2088
Number of clauses405748
Sum of the clauses size813494
Maximum clause length47
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2405703
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.00/0.01	c Set FPU double precision.
0.09/0.10	c Parse Cnf success: #var: 2088 #clause: 405748
0.09/0.10	c Find Units :          0
0.09/0.13	c Find Invs  :          0
0.09/0.13	c Find Ands  :       2088 AvgFaninNum: 45.4234
0.09/0.13	c Find Xors  :          0 AvgFaninNum: nan
0.09/0.13	c Find Ite   :          0
0.09/0.13	c UnDirect variable: 0
0.09/0.13	c UnDirect to Direct Gate: 0
0.09/0.13	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.09/0.13	c Break Cycle : 2043
0.09/0.13	c Total Root : 0 Undef Var: 2043
0.09/0.14	c After covering, Total Root: 45 Leaf: 2043
0.09/0.14	c Variable( cover/uncovered/unused ): 2088 0 0
0.09/0.14	c Unit Clauses: 0
0.09/0.14	c Binary Clauses( cover/uncovered ): 2043 403660
0.09/0.14	c Clauses( cover/uncovered ): 45 0
0.09/0.14	c Total Clauses( cover/uncovered ): 2088 403660 0.514605%
0.09/0.14	c Covered Ands: 45 Invs: 0 Xors: 0 Ites: 0
0.29/0.31	c Uncover Clauses avg size: 2 max size: 2
0.29/0.32	c Final circuit: i/l/o/s    2043       0  403660    405658
0.29/0.32	c CnfToAig: Time: 0.31 s
0.49/0.50	c TmMap: Set choices finish.
0.59/0.67	c TmMap: Set big and: 403705
0.59/0.67	c TmMap: Origin: 407702 ClauseNum: 1216974 --> New: 405749 ClauseNum: 1213068
0.59/0.67	c TmMap: Time: 0.19
0.69/0.72	c Try to Add: #clause: 807410 #xorclause: 0
0.69/0.77	c #var: 2088 #clauses: 46 Solving... 
1300.04/1300.01	c Time Out !!
1300.04/1300.01	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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-3376604-1305476256/watcher-3376604-1305476256 -o /tmp/evaluation-result-3376604-1305476256/solver-3376604-1305476256 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376604-1305476256.cnf 1201942752 

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: 0.93 1.91 2.88 4/350 27889
/proc/meminfo: memFree=27743676/32951124 swapFree=54427468/67111528
[pid=27889] ppid=27887 vsize=35436 CPUtime=0 cores=1,3
/proc/27889/stat : 27889 (qutersat_releas) R 27887 27889 26421 0 -1 4202496 2524 0 0 0 0 0 0 0 21 0 1 0 659223578 36286464 2461 33554432000 4194304 6014671 140735106904304 18446744073709551615 4308495 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27889/statm: 8859 2461 378 445 0 2404 0

[startup+0.0859549 s]
/proc/loadavg: 0.93 1.91 2.88 4/350 27889
/proc/meminfo: memFree=27743676/32951124 swapFree=54427468/67111528
[pid=27889] ppid=27887 vsize=57452 CPUtime=0.07 cores=1,3
/proc/27889/stat : 27889 (qutersat_releas) R 27887 27889 26421 0 -1 4202496 7797 0 0 0 7 0 0 0 21 0 1 0 659223578 58830848 7734 33554432000 4194304 6014671 140735106904304 18446744073709551615 228122713856 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27889/statm: 14363 7735 378 445 0 7908 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 57452

[startup+0.100971 s]
/proc/loadavg: 0.93 1.91 2.88 4/350 27889
/proc/meminfo: memFree=27743676/32951124 swapFree=54427468/67111528
[pid=27889] ppid=27887 vsize=57452 CPUtime=0.09 cores=1,3
/proc/27889/stat : 27889 (qutersat_releas) R 27887 27889 26421 0 -1 4202496 7940 0 0 0 9 0 0 0 21 0 1 0 659223578 58830848 7877 33554432000 4194304 6014671 140735106904304 18446744073709551615 228122713856 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27889/statm: 14363 7877 378 445 0 7908 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 57452

[startup+0.300923 s]
/proc/loadavg: 0.93 1.91 2.88 4/350 27889
/proc/meminfo: memFree=27743676/32951124 swapFree=54427468/67111528
[pid=27889] ppid=27887 vsize=79980 CPUtime=0.29 cores=1,3
/proc/27889/stat : 27889 (qutersat_releas) R 27887 27889 26421 0 -1 4202496 13046 0 0 0 28 1 0 0 22 0 1 0 659223578 81899520 12983 33554432000 4194304 6014671 140735106904304 18446744073709551615 4313890 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27889/statm: 19995 12985 398 445 0 13540 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 79980

[startup+0.700853 s]
/proc/loadavg: 0.93 1.91 2.88 4/350 27889
/proc/meminfo: memFree=27743676/32951124 swapFree=54427468/67111528
[pid=27889] ppid=27887 vsize=180264 CPUtime=0.69 cores=1,3
/proc/27889/stat : 27889 (qutersat_releas) R 27887 27889 26421 0 -1 4202496 38085 0 0 0 66 3 0 0 24 0 1 0 659223578 184590336 38022 33554432000 4194304 6014671 140735106904304 18446744073709551615 4807776 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27889/statm: 45066 38022 670 445 0 38611 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 180264

[startup+1.5007 s]
/proc/loadavg: 0.93 1.91 2.88 5/351 27890
/proc/meminfo: memFree=27530016/32951124 swapFree=54427468/67111528
[pid=27889] ppid=27887 vsize=180264 CPUtime=1.49 cores=1,3
/proc/27889/stat : 27889 (qutersat_releas) R 27887 27889 26421 0 -1 4202496 38138 0 0 0 146 3 0 0 25 0 1 0 659223578 184590336 38075 33554432000 4194304 6014671 140735106904304 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27889/statm: 45066 38075 720 445 0 38611 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 180264

[startup+3.10041 s]
/proc/loadavg: 1.17 1.94 2.89 5/351 27890
/proc/meminfo: memFree=27511788/32951124 swapFree=54427468/67111528
[pid=27889] ppid=27887 vsize=180264 CPUtime=3.09 cores=1,3
/proc/27889/stat : 27889 (qutersat_releas) R 27887 27889 26421 0 -1 4202496 38139 0 0 0 306 3 0 0 25 0 1 0 659223578 184590336 38076 33554432000 4194304 6014671 140735106904304 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27889/statm: 45066 38076 721 445 0 38611 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 180264

[startup+6.30083 s]
/proc/loadavg: 1.17 1.94 2.89 5/351 27890
/proc/meminfo: memFree=27493672/32951124 swapFree=54427468/67111528
[pid=27889] ppid=27887 vsize=180264 CPUtime=6.29 cores=1,3
/proc/27889/stat : 27889 (qutersat_releas) R 27887 27889 26421 0 -1 4202496 38143 0 0 0 626 3 0 0 25 0 1 0 659223578 184590336 38080 33554432000 4194304 6014671 140735106904304 18446744073709551615 4537160 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27889/statm: 45066 38080 725 445 0 38611 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 180264

[startup+12.7007 s]
/proc/loadavg: 1.61 2.01 2.90 5/351 27890
/proc/meminfo: memFree=27470236/32951124 swapFree=54427468/67111528
[pid=27889] ppid=27887 vsize=180264 CPUtime=12.69 cores=1,3
/proc/27889/stat : 27889 (qutersat_releas) R 27887 27889 26421 0 -1 4202496 38143 0 0 0 1266 3 0 0 25 0 1 0 659223578 184590336 38080 33554432000 4194304 6014671 140735106904304 18446744073709551615 4535248 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27889/statm: 45066 38080 725 445 0 38611 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 180264

[startup+25.5004 s]
/proc/loadavg: 1.97 2.07 2.91 5/351 27917
/proc/meminfo: memFree=27142968/32951124 swapFree=54427468/67111528
[pid=27889] ppid=27887 vsize=194136 CPUtime=25.49 cores=1,3
/proc/27889/stat : 27889 (qutersat_releas) R 27887 27889 26421 0 -1 4202496 40584 0 0 0 2545 4 0 0 25 0 1 0 659223578 198795264 40521 33554432000 4194304 6014671 140735106904304 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27889/statm: 48534 40521 725 445 0 42079 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 194136

[startup+51.1007 s]
/proc/loadavg: 2.72 2.24 2.94 5/351 27918
/proc/meminfo: memFree=27046372/32951124 swapFree=54427468/67111528
[pid=27889] ppid=27887 vsize=209012 CPUtime=51.09 cores=1,3
/proc/27889/stat : 27889 (qutersat_releas) R 27887 27889 26421 0 -1 4202496 44472 0 0 0 5105 4 0 0 25 0 1 0 659223578 214028288 44409 33554432000 4194304 6014671 140735106904304 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27889/statm: 52253 44409 725 445 0 45798 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 209012

[startup+102.312 s]
/proc/loadavg: 3.55 2.55 3.01 5/351 27919
/proc/meminfo: memFree=26875592/32951124 swapFree=54427468/67111528
[pid=27889] ppid=27887 vsize=397032 CPUtime=102.31 cores=1,3
/proc/27889/stat : 27889 (qutersat_releas) R 27887 27889 26421 0 -1 4202496 65204 0 0 0 10224 7 0 0 25 0 1 0 659223578 406560768 65135 33554432000 4194304 6014671 140735106904304 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27889/statm: 99258 65135 725 445 0 92803 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 397032

[startup+162.301 s]
/proc/loadavg: 3.83 2.81 3.07 5/351 27921
/proc/meminfo: memFree=26776292/32951124 swapFree=54427468/67111528
[pid=27889] ppid=27887 vsize=397032 CPUtime=162.3 cores=1,3
/proc/27889/stat : 27889 (qutersat_releas) R 27887 27889 26421 0 -1 4202496 68904 0 0 0 16222 8 0 0 25 0 1 0 659223578 406560768 67079 33554432000 4194304 6014671 140735106904304 18446744073709551615 4378539 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27889/statm: 99258 67079 725 445 0 92803 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 397032

[startup+222.301 s]
/proc/loadavg: 4.03 3.05 3.13 5/351 27922
/proc/meminfo: memFree=26578352/32951124 swapFree=54427468/67111528
[pid=27889] ppid=27887 vsize=477080 CPUtime=222.3 cores=1,3
/proc/27889/stat : 27889 (qutersat_releas) R 27887 27889 26421 0 -1 4202496 76820 0 0 0 22221 9 0 0 25 0 1 0 659223578 488529920 74995 33554432000 4194304 6014671 140735106904304 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27889/statm: 119270 74995 725 445 0 112815 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 477080

[startup+282.301 s]
/proc/loadavg: 4.01 3.22 3.18 5/351 27924
/proc/meminfo: memFree=26424816/32951124 swapFree=54427468/67111528
[pid=27889] ppid=27887 vsize=560940 CPUtime=282.29 cores=1,3
/proc/27889/stat : 27889 (qutersat_releas) R 27887 27889 26421 0 -1 4202496 93729 0 0 0 28218 11 0 0 25 0 1 0 659223578 574402560 91884 33554432000 4194304 6014671 140735106904304 18446744073709551615 4424158 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27889/statm: 140235 91884 727 445 0 133780 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 560940

[startup+342.301 s]
/proc/loadavg: 4.00 3.36 3.23 5/351 27926
/proc/meminfo: memFree=26316652/32951124 swapFree=54427468/67111528
[pid=27889] ppid=27887 vsize=560940 CPUtime=342.3 cores=1,3
/proc/27889/stat : 27889 (qutersat_releas) R 27887 27889 26421 0 -1 4202496 97416 0 0 0 34218 12 0 0 25 0 1 0 659223578 574402560 95571 33554432000 4194304 6014671 140735106904304 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27889/statm: 140235 95571 727 445 0 133780 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 560940

[startup+402.301 s]
/proc/loadavg: 4.16 3.51 3.29 5/351 27927
/proc/meminfo: memFree=26267892/32951124 swapFree=54427468/67111528
[pid=27889] ppid=27887 vsize=560940 CPUtime=402.3 cores=1,3
/proc/27889/stat : 27889 (qutersat_releas) R 27887 27889 26421 0 -1 4202496 97870 0 0 0 40218 12 0 0 25 0 1 0 659223578 574402560 96023 33554432000 4194304 6014671 140735106904304 18446744073709551615 4535360 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27889/statm: 140235 96023 725 445 0 133780 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 560940

[startup+462.3 s]
/proc/loadavg: 4.13 3.61 3.33 5/351 27929
/proc/meminfo: memFree=26174612/32951124 swapFree=54427468/67111528
[pid=27889] ppid=27887 vsize=661684 CPUtime=462.3 cores=1,3
/proc/27889/stat : 27889 (qutersat_releas) R 27887 27889 26421 0 -1 4202496 113187 0 0 0 46216 14 0 0 25 0 1 0 659223578 677564416 111340 33554432000 4194304 6014671 140735106904304 18446744073709551615 4424950 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27889/statm: 165421 111340 725 445 0 158966 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 661684

[startup+522.3 s]
/proc/loadavg: 4.05 3.68 3.37 5/351 27930
/proc/meminfo: memFree=26155732/32951124 swapFree=54427468/67111528
[pid=27889] ppid=27887 vsize=661684 CPUtime=522.31 cores=1,3
/proc/27889/stat : 27889 (qutersat_releas) R 27887 27889 26421 0 -1 4202496 116324 0 0 0 52216 15 0 0 25 0 1 0 659223578 677564416 114477 33554432000 4194304 6014671 140735106904304 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27889/statm: 165421 114477 725 445 0 158966 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 661684

[startup+582.301 s]
/proc/loadavg: 4.02 3.74 3.41 5/351 27932
/proc/meminfo: memFree=26129784/32951124 swapFree=54427468/67111528
[pid=27889] ppid=27887 vsize=661684 CPUtime=582.31 cores=1,3
/proc/27889/stat : 27889 (qutersat_releas) R 27887 27889 26421 0 -1 4202496 116324 0 0 0 58216 15 0 0 25 0 1 0 659223578 677564416 114477 33554432000 4194304 6014671 140735106904304 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27889/statm: 165421 114477 725 445 0 158966 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 661684

[startup+642.301 s]
/proc/loadavg: 4.15 3.83 3.46 5/351 27934
/proc/meminfo: memFree=26138544/32951124 swapFree=54427468/67111528
[pid=27889] ppid=27887 vsize=661684 CPUtime=642.32 cores=1,3
/proc/27889/stat : 27889 (qutersat_releas) R 27887 27889 26421 0 -1 4202496 116366 0 0 0 64217 15 0 0 25 0 1 0 659223578 677564416 114519 33554432000 4194304 6014671 140735106904304 18446744073709551615 4376783 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27889/statm: 165421 114519 725 445 0 158966 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 661684

[startup+702.301 s]
/proc/loadavg: 4.05 3.85 3.49 5/351 27935
/proc/meminfo: memFree=26097852/32951124 swapFree=54427468/67111528
[pid=27889] ppid=27887 vsize=661684 CPUtime=702.31 cores=1,3
/proc/27889/stat : 27889 (qutersat_releas) R 27887 27889 26421 0 -1 4202496 116366 0 0 0 70216 15 0 0 25 0 1 0 659223578 677564416 114519 33554432000 4194304 6014671 140735106904304 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27889/statm: 165421 114519 725 445 0 158966 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 661684

[startup+762.313 s]
/proc/loadavg: 4.08 3.89 3.52 5/351 27937
/proc/meminfo: memFree=25969112/32951124 swapFree=54427468/67111528
[pid=27889] ppid=27887 vsize=779260 CPUtime=762.32 cores=1,3
/proc/27889/stat : 27889 (qutersat_releas) R 27887 27889 26421 0 -1 4202496 123860 0 0 0 76215 17 0 0 25 0 1 0 659223578 797962240 121991 33554432000 4194304 6014671 140735106904304 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27889/statm: 194815 121991 725 445 0 188360 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 779260

[startup+822.301 s]
/proc/loadavg: 3.75 3.85 3.53 4/345 27955
/proc/meminfo: memFree=26205780/32951124 swapFree=54427468/67111528
[pid=27889] ppid=27887 vsize=779260 CPUtime=822.31 cores=1,3
/proc/27889/stat : 27889 (qutersat_releas) R 27887 27889 26421 0 -1 4202496 123893 0 0 0 82214 17 0 0 25 0 1 0 659223578 797962240 121983 33554432000 4194304 6014671 140735106904304 18446744073709551615 4535264 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27889/statm: 194815 121983 725 445 0 188360 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 779260

[startup+882.3 s]
/proc/loadavg: 3.27 3.69 3.50 4/345 27957
/proc/meminfo: memFree=26091400/32951124 swapFree=54427468/67111528
[pid=27889] ppid=27887 vsize=779260 CPUtime=882.31 cores=1,3
/proc/27889/stat : 27889 (qutersat_releas) R 27887 27889 26421 0 -1 4202496 134755 0 0 0 88213 18 0 0 25 0 1 0 659223578 797962240 132806 33554432000 4194304 6014671 140735106904304 18446744073709551615 4424560 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27889/statm: 194815 132806 725 445 0 188360 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 779260

[startup+942.3 s]
/proc/loadavg: 3.10 3.56 3.46 4/345 27959
/proc/meminfo: memFree=26036188/32951124 swapFree=54427468/67111528
[pid=27889] ppid=27887 vsize=779260 CPUtime=942.32 cores=1,3
/proc/27889/stat : 27889 (qutersat_releas) R 27887 27889 26421 0 -1 4202496 142962 0 0 0 94212 20 0 0 25 0 1 0 659223578 797962240 140970 33554432000 4194304 6014671 140735106904304 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27889/statm: 194815 140970 725 445 0 188360 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 779260

[startup+1002.3 s]
/proc/loadavg: 3.03 3.46 3.43 4/345 27960
/proc/meminfo: memFree=26007632/32951124 swapFree=54427468/67111528
[pid=27889] ppid=27887 vsize=779260 CPUtime=1002.32 cores=1,3
/proc/27889/stat : 27889 (qutersat_releas) R 27887 27889 26421 0 -1 4202496 143403 0 0 0 100212 20 0 0 25 0 1 0 659223578 797962240 141364 33554432000 4194304 6014671 140735106904304 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27889/statm: 194815 141364 725 445 0 188360 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 779260

[startup+1062.3 s]
/proc/loadavg: 3.01 3.37 3.40 4/345 27962
/proc/meminfo: memFree=25991472/32951124 swapFree=54427468/67111528
[pid=27889] ppid=27887 vsize=779260 CPUtime=1062.32 cores=1,3
/proc/27889/stat : 27889 (qutersat_releas) R 27887 27889 26421 0 -1 4202496 147299 0 0 0 106212 20 0 0 25 0 1 0 659223578 797962240 145235 33554432000 4194304 6014671 140735106904304 18446744073709551615 4566286 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27889/statm: 194815 145235 725 445 0 188360 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 779260

[startup+1122.3 s]
/proc/loadavg: 3.05 3.32 3.38 4/345 27963
/proc/meminfo: memFree=25989580/32951124 swapFree=54427468/67111528
[pid=27889] ppid=27887 vsize=779260 CPUtime=1122.33 cores=1,3
/proc/27889/stat : 27889 (qutersat_releas) R 27887 27889 26421 0 -1 4202496 147350 0 0 0 112212 21 0 0 25 0 1 0 659223578 797962240 145205 33554432000 4194304 6014671 140735106904304 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27889/statm: 194815 145205 725 445 0 188360 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 779260

[startup+1182.3 s]
/proc/loadavg: 3.15 3.30 3.37 4/345 27965
/proc/meminfo: memFree=25970828/32951124 swapFree=54427468/67111528
[pid=27889] ppid=27887 vsize=779260 CPUtime=1182.33 cores=1,3
/proc/27889/stat : 27889 (qutersat_releas) R 27887 27889 26421 0 -1 4202496 147386 0 0 0 118212 21 0 0 25 0 1 0 659223578 797962240 145182 33554432000 4194304 6014671 140735106904304 18446744073709551615 4378886 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27889/statm: 194815 145182 725 445 0 188360 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 779260

[startup+1242.3 s]
/proc/loadavg: 3.05 3.24 3.34 4/345 27967
/proc/meminfo: memFree=25952312/32951124 swapFree=54427468/67111528
[pid=27889] ppid=27887 vsize=779260 CPUtime=1242.32 cores=1,3
/proc/27889/stat : 27889 (qutersat_releas) R 27887 27889 26421 0 -1 4202496 150910 0 0 0 124211 21 0 0 25 0 1 0 659223578 797962240 148674 33554432000 4194304 6014671 140735106904304 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27889/statm: 194815 148674 725 445 0 188360 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 779260



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.02 3.20 3.32 3/344 27969
/proc/meminfo: memFree=26419028/32951124 swapFree=54427468/67111528
[pid=27889] ppid=27887 vsize=907456 CPUtime=1300.04 cores=1,3
/proc/27889/stat : 27889 (qutersat_releas) R 27887 27889 26421 0 -1 4202496 159907 0 0 0 129981 23 0 0 25 0 1 0 659223578 929234944 157604 33554432000 4194304 6014671 140735106904304 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27889/statm: 226864 157604 725 445 0 220409 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 907456

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

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

Child status: 1
Real time (s): 1300.03
CPU time (s): 1300.07
CPU user time (s): 1299.81
CPU system time (s): 0.25696
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 907456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.81
system time used= 0.25696
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159911
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= 6
involuntary context switches= 14739

runsolver used 4.05738 second user time and 10.1505 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-15 18:17:36
IDJOB=3376604
IDBENCH=88211
IDSOLVER=1856
FILE ID=node138/3376604-1305476256
RUNJOBID= node138-1305476256-27849
PBS_JOBID= 13325298
Free space on /tmp= 73552 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m47-q742.5-n45-p30-s17570390.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376604-1305476256/watcher-3376604-1305476256 -o /tmp/evaluation-result-3376604-1305476256/solver-3376604-1305476256 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376604-1305476256.cnf 1201942752

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

MD5SUM BENCH= ba3b1702a651cd8da3e6cada8f2e97bc
RANDOM SEED=1201942752

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.75
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.854
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.82
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.854
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.75
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.854
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.80
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.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.82
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.854
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:     32951124 kB
MemFree:      27743824 kB
Buffers:        295756 kB
Cached:        4020504 kB
SwapCached:      18496 kB
Active:        1817768 kB
Inactive:      3150176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27743824 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:           15136 kB
Writeback:           0 kB
AnonPages:      645108 kB
Mapped:          18460 kB
Slab:           128248 kB
PageTables:      47948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 68424788 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= 73544 MiB
End job on node138 at 2011-05-15 18:39:18