Trace number 3376600

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

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m42-q663-n40-p15-s72490337.cnf
MD5SUMab8e40d31c79e7a71114e3126a46874f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.38479
Satisfiable
(Un)Satisfiability was proved
Number of variables1649
Number of clauses256038
Sum of the clauses size513645
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2255998
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.06	c Parse Cnf success: #var: 1649 #clause: 256038
0.00/0.06	c Find Units :          0
0.06/0.07	c Find Invs  :          0
0.06/0.07	c Find Ands  :       1649 AvgFaninNum: 40.2474
0.06/0.07	c Find Xors  :          0 AvgFaninNum: nan
0.06/0.07	c Find Ite   :          0
0.06/0.07	c UnDirect variable: 0
0.06/0.07	c UnDirect to Direct Gate: 0
0.06/0.07	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.06/0.07	c Break Cycle : 1609
0.06/0.07	c Total Root : 0 Undef Var: 1609
0.06/0.08	c After covering, Total Root: 40 Leaf: 1609
0.06/0.08	c Variable( cover/uncovered/unused ): 1649 0 0
0.06/0.08	c Unit Clauses: 0
0.06/0.08	c Binary Clauses( cover/uncovered ): 1609 254389
0.06/0.08	c Clauses( cover/uncovered ): 40 0
0.06/0.08	c Total Clauses( cover/uncovered ): 1649 254389 0.644045%
0.06/0.08	c Covered Ands: 40 Invs: 0 Xors: 0 Ites: 0
0.09/0.18	c Uncover Clauses avg size: 2 max size: 2
0.09/0.18	c Final circuit: i/l/o/s    1609       0  254389    255958
0.09/0.18	c CnfToAig: Time: 0.18 s
0.29/0.30	c TmMap: Set choices finish.
0.39/0.40	c TmMap: Set big and: 254429
0.39/0.40	c TmMap: Origin: 257568 ClauseNum: 767874 --> New: 256039 ClauseNum: 764816
0.39/0.40	c TmMap: Time: 0.11
0.39/0.44	c Try to Add: #clause: 508858 #xorclause: 0
0.39/0.47	c #var: 1649 #clauses: 41 Solving... 
1300.02/1300.01	c Time Out !!
1300.02/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-3376600-1305476289/watcher-3376600-1305476289 -o /tmp/evaluation-result-3376600-1305476289/solver-3376600-1305476289 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376600-1305476289.cnf 822692055 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.71 3.98 3.89 6/356 28566
/proc/meminfo: memFree=13185008/32950928 swapFree=61888748/67111528
[pid=28566] ppid=28564 vsize=33388 CPUtime=0 cores=1,3
/proc/28566/stat : 28566 (qutersat_releas) R 28564 28566 27415 0 -1 4202496 2123 0 0 0 0 0 0 0 23 0 1 0 659227635 34189312 2059 33554432000 4194304 6014671 140736692331712 18446744073709551615 235594866432 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28566/statm: 8347 2061 378 445 0 1892 0

[startup+0.073137 s]
/proc/loadavg: 3.71 3.98 3.89 6/356 28566
/proc/meminfo: memFree=13185008/32950928 swapFree=61888748/67111528
[pid=28566] ppid=28564 vsize=43628 CPUtime=0.06 cores=1,3
/proc/28566/stat : 28566 (qutersat_releas) R 28564 28566 27415 0 -1 4202496 4769 0 0 0 6 0 0 0 23 0 1 0 659227635 44675072 4705 33554432000 4194304 6014671 140736692331712 18446744073709551615 4281006 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28566/statm: 10907 4705 382 445 0 4452 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 43628

[startup+0.101132 s]
/proc/loadavg: 3.71 3.98 3.89 6/356 28566
/proc/meminfo: memFree=13185008/32950928 swapFree=61888748/67111528
[pid=28566] ppid=28564 vsize=43628 CPUtime=0.09 cores=1,3
/proc/28566/stat : 28566 (qutersat_releas) R 28564 28566 27415 0 -1 4202496 4788 0 0 0 9 0 0 0 23 0 1 0 659227635 44675072 4724 33554432000 4194304 6014671 140736692331712 18446744073709551615 4313890 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28566/statm: 10907 4724 398 445 0 4452 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43628

[startup+0.300097 s]
/proc/loadavg: 3.71 3.98 3.89 6/356 28566
/proc/meminfo: memFree=13185008/32950928 swapFree=61888748/67111528
[pid=28566] ppid=28564 vsize=103376 CPUtime=0.29 cores=1,3
/proc/28566/stat : 28566 (qutersat_releas) R 28564 28566 27415 0 -1 4202496 19928 0 0 0 27 2 0 0 25 0 1 0 659227635 105857024 19864 33554432000 4194304 6014671 140736692331712 18446744073709551615 4230233 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28566/statm: 25844 19864 669 445 0 19389 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 103376

[startup+0.701025 s]
/proc/loadavg: 3.71 3.98 3.89 6/356 28566
/proc/meminfo: memFree=13185008/32950928 swapFree=61888748/67111528
[pid=28566] ppid=28564 vsize=121808 CPUtime=0.69 cores=1,3
/proc/28566/stat : 28566 (qutersat_releas) R 28564 28566 27415 0 -1 4202496 24615 0 0 0 67 2 0 0 25 0 1 0 659227635 124731392 24551 33554432000 4194304 6014671 140736692331712 18446744073709551615 4379530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28566/statm: 30452 24551 720 445 0 23997 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 121808

[startup+1.50088 s]
/proc/loadavg: 3.71 3.98 3.89 5/358 28568
/proc/meminfo: memFree=12882820/32950928 swapFree=61888748/67111528
[pid=28566] ppid=28564 vsize=121808 CPUtime=1.49 cores=1,3
/proc/28566/stat : 28566 (qutersat_releas) R 28564 28566 27415 0 -1 4202496 24616 0 0 0 147 2 0 0 25 0 1 0 659227635 124731392 24552 33554432000 4194304 6014671 140736692331712 18446744073709551615 4369539 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28566/statm: 30452 24552 721 445 0 23997 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 121808

[startup+3.1006 s]
/proc/loadavg: 3.73 3.98 3.89 5/358 28568
/proc/meminfo: memFree=12870544/32950928 swapFree=61888748/67111528
[pid=28566] ppid=28564 vsize=132708 CPUtime=3.09 cores=1,3
/proc/28566/stat : 28566 (qutersat_releas) R 28564 28566 27415 0 -1 4202496 25783 0 0 0 307 2 0 0 25 0 1 0 659227635 135892992 25719 33554432000 4194304 6014671 140736692331712 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28566/statm: 33177 25719 725 445 0 26722 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 132708

[startup+6.30104 s]
/proc/loadavg: 3.73 3.98 3.89 5/358 28568
/proc/meminfo: memFree=12849708/32950928 swapFree=61888748/67111528
[pid=28566] ppid=28564 vsize=132708 CPUtime=6.29 cores=1,3
/proc/28566/stat : 28566 (qutersat_releas) R 28564 28566 27415 0 -1 4202496 25783 0 0 0 627 2 0 0 25 0 1 0 659227635 135892992 25719 33554432000 4194304 6014671 140736692331712 18446744073709551615 4537097 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28566/statm: 33177 25719 725 445 0 26722 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 132708

[startup+12.7009 s]
/proc/loadavg: 3.77 3.98 3.89 5/358 28568
/proc/meminfo: memFree=12825504/32950928 swapFree=61888748/67111528
[pid=28566] ppid=28564 vsize=144088 CPUtime=12.69 cores=1,3
/proc/28566/stat : 28566 (qutersat_releas) R 28564 28566 27415 0 -1 4202496 26173 0 0 0 1267 2 0 0 25 0 1 0 659227635 147546112 26109 33554432000 4194304 6014671 140736692331712 18446744073709551615 4537180 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28566/statm: 36022 26109 725 445 0 29567 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 144088

[startup+25.5007 s]
/proc/loadavg: 3.81 3.98 3.90 5/358 28568
/proc/meminfo: memFree=12762264/32950928 swapFree=61888748/67111528
[pid=28566] ppid=28564 vsize=144088 CPUtime=25.49 cores=1,3
/proc/28566/stat : 28566 (qutersat_releas) R 28564 28566 27415 0 -1 4202496 26556 0 0 0 2547 2 0 0 25 0 1 0 659227635 147546112 26492 33554432000 4194304 6014671 140736692331712 18446744073709551615 4424094 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28566/statm: 36022 26492 725 445 0 29567 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 144088

[startup+51.1002 s]
/proc/loadavg: 4.02 4.02 3.91 5/358 28569
/proc/meminfo: memFree=12639788/32950928 swapFree=61888748/67111528
[pid=28566] ppid=28564 vsize=182812 CPUtime=51.09 cores=1,3
/proc/28566/stat : 28566 (qutersat_releas) R 28564 28566 27415 0 -1 4202496 36686 0 0 0 5105 4 0 0 25 0 1 0 659227635 187199488 36622 33554432000 4194304 6014671 140736692331712 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28566/statm: 45703 36622 725 445 0 39248 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 182812

[startup+102.313 s]
/proc/loadavg: 4.04 4.03 3.91 5/358 28570
/proc/meminfo: memFree=12425096/32950928 swapFree=61888748/67111528
[pid=28566] ppid=28564 vsize=354836 CPUtime=102.31 cores=1,3
/proc/28566/stat : 28566 (qutersat_releas) R 28564 28566 27415 0 -1 4202496 48855 0 0 0 10225 6 0 0 25 0 1 0 659227635 363352064 48790 33554432000 4194304 6014671 140736692331712 18446744073709551615 4369532 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28566/statm: 88709 48790 725 445 0 82254 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 354836

[startup+162.301 s]
/proc/loadavg: 4.01 4.02 3.91 5/358 28572
/proc/meminfo: memFree=12378920/32950928 swapFree=61888748/67111528
[pid=28566] ppid=28564 vsize=354836 CPUtime=162.3 cores=1,3
/proc/28566/stat : 28566 (qutersat_releas) R 28564 28566 27415 0 -1 4202496 51713 0 0 0 16223 7 0 0 25 0 1 0 659227635 363352064 51530 33554432000 4194304 6014671 140736692331712 18446744073709551615 4511656 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28566/statm: 88709 51530 725 445 0 82254 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 354836

[startup+222.301 s]
/proc/loadavg: 4.06 4.03 3.92 5/358 28574
/proc/meminfo: memFree=12141540/32950928 swapFree=61888748/67111528
[pid=28566] ppid=28564 vsize=425576 CPUtime=222.3 cores=1,3
/proc/28566/stat : 28566 (qutersat_releas) R 28564 28566 27415 0 -1 4202496 69880 0 0 0 22220 10 0 0 25 0 1 0 659227635 435789824 65217 33554432000 4194304 6014671 140736692331712 18446744073709551615 4533996 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28566/statm: 106394 65217 725 445 0 99939 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 425576

[startup+282.3 s]
/proc/loadavg: 4.08 4.04 3.93 5/358 28575
/proc/meminfo: memFree=11935900/32950928 swapFree=61888748/67111528
[pid=28566] ppid=28564 vsize=425576 CPUtime=282.3 cores=1,3
/proc/28566/stat : 28566 (qutersat_releas) R 28564 28566 27415 0 -1 4202496 84993 0 0 0 28218 12 0 0 25 0 1 0 659227635 435789824 80330 33554432000 4194304 6014671 140736692331712 18446744073709551615 4376474 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28566/statm: 106394 80330 725 445 0 99939 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 425576

[startup+342.301 s]
/proc/loadavg: 4.03 4.03 3.93 5/358 28577
/proc/meminfo: memFree=11877200/32950928 swapFree=61888748/67111528
[pid=28566] ppid=28564 vsize=511604 CPUtime=342.3 cores=1,3
/proc/28566/stat : 28566 (qutersat_releas) R 28564 28566 27415 0 -1 4202496 90145 0 0 0 34217 13 0 0 25 0 1 0 659227635 523882496 85482 33554432000 4194304 6014671 140736692331712 18446744073709551615 4425376 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28566/statm: 127901 85482 725 445 0 121446 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 511604

[startup+402.3 s]
/proc/loadavg: 4.01 4.02 3.93 5/358 28578
/proc/meminfo: memFree=11846760/32950928 swapFree=61888748/67111528
[pid=28566] ppid=28564 vsize=599996 CPUtime=402.29 cores=1,3
/proc/28566/stat : 28566 (qutersat_releas) R 28564 28566 27415 0 -1 4202496 96058 0 0 0 40215 14 0 0 25 0 1 0 659227635 614395904 91395 33554432000 4194304 6014671 140736692331712 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28566/statm: 149999 91395 725 445 0 143544 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 599996

[startup+462.301 s]
/proc/loadavg: 4.00 4.02 3.93 5/358 28580
/proc/meminfo: memFree=11763268/32950928 swapFree=61888748/67111528
[pid=28566] ppid=28564 vsize=691948 CPUtime=462.3 cores=1,3
/proc/28566/stat : 28566 (qutersat_releas) R 28564 28566 27415 0 -1 4202496 96769 0 0 0 46215 15 0 0 25 0 1 0 659227635 708554752 92106 33554432000 4194304 6014671 140736692331712 18446744073709551615 4424467 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28566/statm: 172987 92106 725 445 0 166532 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 691948

[startup+522.3 s]
/proc/loadavg: 4.00 4.01 3.93 5/358 28582
/proc/meminfo: memFree=11677032/32950928 swapFree=61888748/67111528
[pid=28566] ppid=28564 vsize=691948 CPUtime=522.3 cores=1,3
/proc/28566/stat : 28566 (qutersat_releas) R 28564 28566 27415 0 -1 4202496 97518 0 0 0 52215 15 0 0 25 0 1 0 659227635 708554752 92855 33554432000 4194304 6014671 140736692331712 18446744073709551615 4424158 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28566/statm: 172987 92855 725 445 0 166532 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 691948

[startup+582.301 s]
/proc/loadavg: 3.51 3.88 3.88 4/352 28600
/proc/meminfo: memFree=11897780/32950928 swapFree=61888748/67111528
[pid=28566] ppid=28564 vsize=691948 CPUtime=582.31 cores=1,3
/proc/28566/stat : 28566 (qutersat_releas) R 28564 28566 27415 0 -1 4202496 101007 0 0 0 58215 16 0 0 25 0 1 0 659227635 708554752 96335 33554432000 4194304 6014671 140736692331712 18446744073709551615 4511744 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28566/statm: 172987 96335 725 445 0 166532 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 691948

[startup+642.3 s]
/proc/loadavg: 3.36 3.78 3.85 4/352 28602
/proc/meminfo: memFree=11827924/32950928 swapFree=61888748/67111528
[pid=28566] ppid=28564 vsize=691948 CPUtime=642.31 cores=1,3
/proc/28566/stat : 28566 (qutersat_releas) R 28564 28566 27415 0 -1 4202496 105187 0 0 0 64215 16 0 0 25 0 1 0 659227635 708554752 100505 33554432000 4194304 6014671 140736692331712 18446744073709551615 4424158 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28566/statm: 172987 100505 725 445 0 166532 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 691948

[startup+702.301 s]
/proc/loadavg: 3.13 3.63 3.79 4/352 28603
/proc/meminfo: memFree=11744172/32950928 swapFree=61888748/67111528
[pid=28566] ppid=28564 vsize=798980 CPUtime=702.3 cores=1,3
/proc/28566/stat : 28566 (qutersat_releas) R 28564 28566 27415 0 -1 4202496 116602 0 0 0 70212 18 0 0 25 0 1 0 659227635 818155520 111871 33554432000 4194304 6014671 140736692331712 18446744073709551615 4424012 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28566/statm: 199745 111871 725 445 0 193290 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 798980

[startup+762.313 s]
/proc/loadavg: 3.05 3.51 3.74 4/352 28605
/proc/meminfo: memFree=11736944/32950928 swapFree=61888748/67111528
[pid=28566] ppid=28564 vsize=798980 CPUtime=762.32 cores=1,3
/proc/28566/stat : 28566 (qutersat_releas) R 28564 28566 27415 0 -1 4202496 117671 0 0 0 76213 19 0 0 25 0 1 0 659227635 818155520 112866 33554432000 4194304 6014671 140736692331712 18446744073709551615 4369600 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28566/statm: 199745 112866 725 445 0 193290 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 798980

[startup+822.301 s]
/proc/loadavg: 3.10 3.43 3.70 4/352 28607
/proc/meminfo: memFree=11735040/32950928 swapFree=61888748/67111528
[pid=28566] ppid=28564 vsize=798980 CPUtime=822.31 cores=1,3
/proc/28566/stat : 28566 (qutersat_releas) R 28564 28566 27415 0 -1 4202496 117833 0 0 0 82212 19 0 0 25 0 1 0 659227635 818155520 112947 33554432000 4194304 6014671 140736692331712 18446744073709551615 4371931 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28566/statm: 199745 112947 725 445 0 193290 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 798980

[startup+882.301 s]
/proc/loadavg: 3.03 3.35 3.65 4/352 28608
/proc/meminfo: memFree=11701780/32950928 swapFree=61888748/67111528
[pid=28566] ppid=28564 vsize=798980 CPUtime=882.31 cores=1,3
/proc/28566/stat : 28566 (qutersat_releas) R 28564 28566 27415 0 -1 4202496 118080 0 0 0 88212 19 0 0 25 0 1 0 659227635 818155520 113079 33554432000 4194304 6014671 140736692331712 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28566/statm: 199745 113079 725 445 0 193290 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 798980

[startup+942.3 s]
/proc/loadavg: 3.01 3.29 3.61 4/352 28610
/proc/meminfo: memFree=11697260/32950928 swapFree=61888748/67111528
[pid=28566] ppid=28564 vsize=798980 CPUtime=942.32 cores=1,3
/proc/28566/stat : 28566 (qutersat_releas) R 28564 28566 27415 0 -1 4202496 126143 0 0 0 94212 20 0 0 25 0 1 0 659227635 818155520 120990 33554432000 4194304 6014671 140736692331712 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28566/statm: 199745 120990 725 445 0 193290 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 798980

[startup+1002.3 s]
/proc/loadavg: 3.00 3.23 3.56 4/352 28611
/proc/meminfo: memFree=11684692/32950928 swapFree=61888748/67111528
[pid=28566] ppid=28564 vsize=798980 CPUtime=1002.31 cores=1,3
/proc/28566/stat : 28566 (qutersat_releas) R 28564 28566 27415 0 -1 4202496 136180 0 0 0 100210 21 0 0 25 0 1 0 659227635 818155520 116121 33554432000 4194304 6014671 140736692331712 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28566/statm: 199745 116121 725 445 0 193290 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 798980

[startup+1062.3 s]
/proc/loadavg: 3.00 3.19 3.53 4/352 28613
/proc/meminfo: memFree=11678564/32950928 swapFree=61888748/67111528
[pid=28566] ppid=28564 vsize=798980 CPUtime=1062.31 cores=1,3
/proc/28566/stat : 28566 (qutersat_releas) R 28564 28566 27415 0 -1 4202496 136447 0 0 0 106210 21 0 0 25 0 1 0 659227635 818155520 116388 33554432000 4194304 6014671 140736692331712 18446744073709551615 4376474 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28566/statm: 199745 116388 725 445 0 193290 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 798980

[startup+1122.3 s]
/proc/loadavg: 3.00 3.15 3.49 4/352 28615
/proc/meminfo: memFree=11608840/32950928 swapFree=61888748/67111528
[pid=28566] ppid=28564 vsize=798980 CPUtime=1122.32 cores=1,3
/proc/28566/stat : 28566 (qutersat_releas) R 28564 28566 27415 0 -1 4202496 153827 0 0 0 112208 24 0 0 25 0 1 0 659227635 818155520 133768 33554432000 4194304 6014671 140736692331712 18446744073709551615 4424563 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28566/statm: 199745 133768 725 445 0 193290 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 798980

[startup+1182.3 s]
/proc/loadavg: 3.13 3.16 3.47 4/352 28616
/proc/meminfo: memFree=11577428/32950928 swapFree=61888748/67111528
[pid=28566] ppid=28564 vsize=798980 CPUtime=1182.32 cores=1,3
/proc/28566/stat : 28566 (qutersat_releas) R 28564 28566 27415 0 -1 4202496 154618 0 0 0 118208 24 0 0 25 0 1 0 659227635 818155520 134559 33554432000 4194304 6014671 140736692331712 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28566/statm: 199745 134559 725 445 0 193290 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 798980

[startup+1242.3 s]
/proc/loadavg: 3.16 3.15 3.45 4/352 28618
/proc/meminfo: memFree=11539928/32950928 swapFree=61888748/67111528
[pid=28566] ppid=28564 vsize=798980 CPUtime=1242.32 cores=1,3
/proc/28566/stat : 28566 (qutersat_releas) R 28564 28566 27415 0 -1 4202496 154641 0 0 0 124208 24 0 0 25 0 1 0 659227635 818155520 134582 33554432000 4194304 6014671 140736692331712 18446744073709551615 4422589 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28566/statm: 199745 134582 725 445 0 193290 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 798980



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.06 3.12 3.42 4/351 28620
/proc/meminfo: memFree=12006736/32950928 swapFree=61888748/67111528
[pid=28566] ppid=28564 vsize=798980 CPUtime=1300.02 cores=1,3
/proc/28566/stat : 28566 (qutersat_releas) R 28564 28566 27415 0 -1 4202496 158631 0 0 0 129978 24 0 0 25 0 1 0 659227635 818155520 138572 33554432000 4194304 6014671 140736692331712 18446744073709551615 4423990 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28566/statm: 199745 138572 725 445 0 193290 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 798980

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.06
CPU user time (s): 1299.79
CPU system time (s): 0.269958
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 798980

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

runsolver used 4.11137 second user time and 10.1215 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-15 18:18:09
IDJOB=3376600
IDBENCH=88223
IDSOLVER=1856
FILE ID=node120/3376600-1305476289
RUNJOBID= node120-1305476288-28527
PBS_JOBID= 13325304
Free space on /tmp= 73628 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m42-q663-n40-p15-s72490337.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376600-1305476289/watcher-3376600-1305476289 -o /tmp/evaluation-result-3376600-1305476289/solver-3376600-1305476289 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376600-1305476289.cnf 822692055

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

MD5SUM BENCH= ab8e40d31c79e7a71114e3126a46874f
RANDOM SEED=822692055

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13188140 kB
Buffers:         55340 kB
Cached:         987408 kB
SwapCached:      75684 kB
Active:        7316392 kB
Inactive:     12235364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13188140 kB
SwapTotal:    67111528 kB
SwapFree:     61888748 kB
Dirty:           17124 kB
Writeback:           0 kB
AnonPages:    18438576 kB
Mapped:          22308 kB
Slab:            83276 kB
PageTables:      64260 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 59058556 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= 73632 MiB
End job on node120 at 2011-05-15 18:39:51