Trace number 3376581

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.02

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S1675230100-032.UNKNOWN.cnf
MD5SUMf9a60c414c65108f1df33ba3a81b8715
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark349.16
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55340

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 60 #clause: 5340
0.00/0.01	c Find Units :          0
0.00/0.01	c Find Invs  :          0
0.00/0.01	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.01	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.01	c Find Ite   :          0
0.00/0.01	c UnDirect variable: 0
0.00/0.01	c UnDirect to Direct Gate: 0
0.00/0.01	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.01	c Break Cycle : 0
0.00/0.01	c Total Root : 0 Undef Var: 60
0.00/0.01	c After covering, Total Root: 0 Leaf: 0
0.00/0.01	c Variable( cover/uncovered/unused ): 0 60 0
0.00/0.01	c Unit Clauses: 0
0.00/0.01	c Binary Clauses( cover/uncovered ): 0 0
0.00/0.01	c Clauses( cover/uncovered ): 0 5340
0.00/0.01	c Total Clauses( cover/uncovered ): 0 5340 0%
0.00/0.01	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.00/0.02	c Uncover Clauses avg size: 7 max size: 7
0.00/0.02	c Final circuit: i/l/o/s      60       0    5340     19771
0.00/0.02	c CnfToAig: Time: 0.01 s
0.00/0.05	c TmMap: Set choices finish.
0.00/0.06	c TmMap: Set big and: 8569
0.00/0.06	c TmMap: Origin: 19832 ClauseNum: 59313 --> New: 8630 ClauseNum: 37033
0.00/0.06	c TmMap: Time: 0.01
0.00/0.06	c Try to Add: #clause: 17138 #xorclause: 0
0.00/0.06	c #var: 3289 #clauses: 8570 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-3376581-1305473768/watcher-3376581-1305473768 -o /tmp/evaluation-result-3376581-1305473768/solver-3376581-1305473768 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376581-1305473768.cnf 2136233171 

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: 4.04 4.00 3.92 4/346 563
/proc/meminfo: memFree=11927684/32950928 swapFree=67085488/67111528
[pid=563] ppid=561 vsize=26212 CPUtime=0 cores=1,3
/proc/563/stat : 563 (qutersat_releas) R 561 563 32129 0 -1 4194304 306 0 0 0 0 0 0 0 18 0 1 0 737607536 26841088 244 33554432000 4194304 6014671 140733998144912 18446744073709551615 231895175056 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/563/statm: 6553 255 206 445 0 98 0

[startup+0.109941 s]
/proc/loadavg: 4.04 4.00 3.92 4/346 563
/proc/meminfo: memFree=11927684/32950928 swapFree=67085488/67111528
[pid=563] ppid=561 vsize=52856 CPUtime=0.1 cores=1,3
/proc/563/stat : 563 (qutersat_releas) R 561 563 32129 0 -1 4202496 5305 0 0 0 10 0 0 0 18 0 1 0 737607536 54124544 5241 33554432000 4194304 6014671 140733998144912 18446744073709551615 4423250 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/563/statm: 13214 5241 696 445 0 6759 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 52856

[startup+0.200923 s]
/proc/loadavg: 4.04 4.00 3.92 4/346 563
/proc/meminfo: memFree=11927684/32950928 swapFree=67085488/67111528
[pid=563] ppid=561 vsize=52856 CPUtime=0.19 cores=1,3
/proc/563/stat : 563 (qutersat_releas) R 561 563 32129 0 -1 4202496 5309 0 0 0 19 0 0 0 18 0 1 0 737607536 54124544 5245 33554432000 4194304 6014671 140733998144912 18446744073709551615 4423585 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/563/statm: 13214 5245 700 445 0 6759 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 52856

[startup+0.300913 s]
/proc/loadavg: 4.04 4.00 3.92 4/346 563
/proc/meminfo: memFree=11927684/32950928 swapFree=67085488/67111528
[pid=563] ppid=561 vsize=53880 CPUtime=0.29 cores=1,3
/proc/563/stat : 563 (qutersat_releas) R 561 563 32129 0 -1 4202496 5459 0 0 0 29 0 0 0 18 0 1 0 737607536 55173120 5395 33554432000 4194304 6014671 140733998144912 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/563/statm: 13470 5395 721 445 0 7015 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53880

[startup+0.700828 s]
/proc/loadavg: 4.04 4.00 3.92 4/346 563
/proc/meminfo: memFree=11927684/32950928 swapFree=67085488/67111528
[pid=563] ppid=561 vsize=62556 CPUtime=0.69 cores=1,3
/proc/563/stat : 563 (qutersat_releas) R 561 563 32129 0 -1 4202496 5612 0 0 0 69 0 0 0 18 0 1 0 737607536 64057344 5548 33554432000 4194304 6014671 140733998144912 18446744073709551615 4377903 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/563/statm: 15639 5548 723 445 0 9184 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 62556

[startup+1.50068 s]
/proc/loadavg: 4.04 4.00 3.92 5/347 564
/proc/meminfo: memFree=11905976/32950928 swapFree=67085488/67111528
[pid=563] ppid=561 vsize=71364 CPUtime=1.49 cores=1,3
/proc/563/stat : 563 (qutersat_releas) R 561 563 32129 0 -1 4202496 6090 0 0 0 149 0 0 0 20 0 1 0 737607536 73076736 6026 33554432000 4194304 6014671 140733998144912 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/563/statm: 17841 6026 723 445 0 11386 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 71364

[startup+3.10038 s]
/proc/loadavg: 4.04 4.00 3.92 5/347 564
/proc/meminfo: memFree=11901668/32950928 swapFree=67085488/67111528
[pid=563] ppid=561 vsize=89284 CPUtime=3.09 cores=1,3
/proc/563/stat : 563 (qutersat_releas) R 561 563 32129 0 -1 4202496 7188 0 0 0 309 0 0 0 25 0 1 0 737607536 91426816 7124 33554432000 4194304 6014671 140733998144912 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/563/statm: 22321 7124 727 445 0 15866 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 89284

[startup+6.30077 s]
/proc/loadavg: 4.03 4.00 3.92 5/347 565
/proc/meminfo: memFree=11890880/32950928 swapFree=67085488/67111528
[pid=563] ppid=561 vsize=107952 CPUtime=6.29 cores=1,3
/proc/563/stat : 563 (qutersat_releas) R 561 563 32129 0 -1 4202496 9809 0 0 0 629 0 0 0 25 0 1 0 737607536 110542848 9745 33554432000 4194304 6014671 140733998144912 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/563/statm: 26988 9745 727 445 0 20533 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 107952

[startup+12.7006 s]
/proc/loadavg: 4.03 4.00 3.92 5/347 565
/proc/meminfo: memFree=11876192/32950928 swapFree=67085488/67111528
[pid=563] ppid=561 vsize=127004 CPUtime=12.69 cores=1,3
/proc/563/stat : 563 (qutersat_releas) R 561 563 32129 0 -1 4202496 12750 0 0 0 1268 1 0 0 25 0 1 0 737607536 130052096 12658 33554432000 4194304 6014671 140733998144912 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/563/statm: 31751 12658 728 445 0 25296 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 127004

[startup+25.5012 s]
/proc/loadavg: 4.02 4.00 3.92 5/347 565
/proc/meminfo: memFree=11871580/32950928 swapFree=67085488/67111528
[pid=563] ppid=561 vsize=127004 CPUtime=25.49 cores=1,3
/proc/563/stat : 563 (qutersat_releas) R 561 563 32129 0 -1 4202496 13938 0 0 0 2548 1 0 0 25 0 1 0 737607536 130052096 13845 33554432000 4194304 6014671 140733998144912 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/563/statm: 31751 13845 727 445 0 25296 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 127004

[startup+51.1004 s]
/proc/loadavg: 4.14 4.03 3.93 5/347 566
/proc/meminfo: memFree=11863376/32950928 swapFree=67085488/67111528
[pid=563] ppid=561 vsize=127004 CPUtime=51.09 cores=1,3
/proc/563/stat : 563 (qutersat_releas) R 561 563 32129 0 -1 4202496 15346 0 0 0 5107 2 0 0 25 0 1 0 737607536 130052096 15253 33554432000 4194304 6014671 140733998144912 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/563/statm: 31751 15253 727 445 0 25296 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 127004

[startup+102.301 s]
/proc/loadavg: 4.06 4.02 3.93 5/347 567
/proc/meminfo: memFree=11843956/32950928 swapFree=67085488/67111528
[pid=563] ppid=561 vsize=127004 CPUtime=102.3 cores=1,3
/proc/563/stat : 563 (qutersat_releas) R 561 563 32129 0 -1 4202496 19456 0 0 0 10227 3 0 0 25 0 1 0 737607536 130052096 19347 33554432000 4194304 6014671 140733998144912 18446744073709551615 4423968 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/563/statm: 31751 19347 742 445 0 25296 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 127004

[startup+162.3 s]
/proc/loadavg: 4.10 4.05 3.94 5/347 571
/proc/meminfo: memFree=11825800/32950928 swapFree=67085488/67111528
[pid=563] ppid=561 vsize=127004 CPUtime=162.3 cores=1,3
/proc/563/stat : 563 (qutersat_releas) R 561 563 32129 0 -1 4202496 20379 0 0 0 16227 3 0 0 25 0 1 0 737607536 130052096 20270 33554432000 4194304 6014671 140733998144912 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/563/statm: 31751 20270 742 445 0 25296 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 127004

[startup+222.313 s]
/proc/loadavg: 4.07 4.05 3.95 5/347 573
/proc/meminfo: memFree=11807448/32950928 swapFree=67085488/67111528
[pid=563] ppid=561 vsize=127004 CPUtime=222.31 cores=1,3
/proc/563/stat : 563 (qutersat_releas) R 561 563 32129 0 -1 4202496 22410 0 0 0 22227 4 0 0 25 0 1 0 737607536 130052096 22286 33554432000 4194304 6014671 140733998144912 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/563/statm: 31751 22286 727 445 0 25296 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 127004

[startup+282.301 s]
/proc/loadavg: 4.10 4.06 3.95 5/347 575
/proc/meminfo: memFree=11755324/32950928 swapFree=67085488/67111528
[pid=563] ppid=561 vsize=127004 CPUtime=282.3 cores=1,3
/proc/563/stat : 563 (qutersat_releas) R 561 563 32129 0 -1 4202496 24315 0 0 0 28226 4 0 0 25 0 1 0 737607536 130052096 24191 33554432000 4194304 6014671 140733998144912 18446744073709551615 4535165 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/563/statm: 31751 24191 727 445 0 25296 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 127004

[startup+342.301 s]
/proc/loadavg: 4.03 4.04 3.95 5/347 576
/proc/meminfo: memFree=11714724/32950928 swapFree=67085488/67111528
[pid=563] ppid=561 vsize=151144 CPUtime=342.3 cores=1,3
/proc/563/stat : 563 (qutersat_releas) R 561 563 32129 0 -1 4202496 28490 0 0 0 34223 7 0 0 25 0 1 0 737607536 154771456 28366 33554432000 4194304 6014671 140733998144912 18446744073709551615 4424463 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/563/statm: 37786 28366 727 445 0 31331 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 151144

[startup+402.3 s]
/proc/loadavg: 4.01 4.03 3.95 5/347 578
/proc/meminfo: memFree=11688764/32950928 swapFree=67085488/67111528
[pid=563] ppid=561 vsize=163144 CPUtime=402.31 cores=1,3
/proc/563/stat : 563 (qutersat_releas) R 561 563 32129 0 -1 4202496 28869 0 0 0 40224 7 0 0 25 0 1 0 737607536 167059456 28745 33554432000 4194304 6014671 140733998144912 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/563/statm: 40786 28745 727 445 0 34331 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 163144

[startup+462.301 s]
/proc/loadavg: 4.00 4.03 3.95 5/347 580
/proc/meminfo: memFree=11660692/32950928 swapFree=67085488/67111528
[pid=563] ppid=561 vsize=163144 CPUtime=462.31 cores=1,3
/proc/563/stat : 563 (qutersat_releas) R 561 563 32129 0 -1 4202496 29352 0 0 0 46224 7 0 0 25 0 1 0 737607536 167059456 29228 33554432000 4194304 6014671 140733998144912 18446744073709551615 4369474 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/563/statm: 40786 29228 730 445 0 34331 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 163144

[startup+522.301 s]
/proc/loadavg: 4.00 4.02 3.95 5/347 581
/proc/meminfo: memFree=11652216/32950928 swapFree=67085488/67111528
[pid=563] ppid=561 vsize=163144 CPUtime=522.31 cores=1,3
/proc/563/stat : 563 (qutersat_releas) R 561 563 32129 0 -1 4202496 29364 0 0 0 52224 7 0 0 25 0 1 0 737607536 167059456 29234 33554432000 4194304 6014671 140733998144912 18446744073709551615 4424029 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/563/statm: 40786 29234 730 445 0 34331 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 163144

[startup+582.301 s]
/proc/loadavg: 4.08 4.04 3.96 5/347 583
/proc/meminfo: memFree=11645104/32950928 swapFree=67085488/67111528
[pid=563] ppid=561 vsize=163144 CPUtime=582.31 cores=1,3
/proc/563/stat : 563 (qutersat_releas) R 561 563 32129 0 -1 4202496 30029 0 0 0 58224 7 0 0 25 0 1 0 737607536 167059456 29890 33554432000 4194304 6014671 140733998144912 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/563/statm: 40786 29890 730 445 0 34331 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 163144

[startup+642.3 s]
/proc/loadavg: 4.03 4.03 3.96 5/347 584
/proc/meminfo: memFree=11621388/32950928 swapFree=67085488/67111528
[pid=563] ppid=561 vsize=188356 CPUtime=642.32 cores=1,3
/proc/563/stat : 563 (qutersat_releas) R 561 563 32129 0 -1 4202496 34947 0 0 0 64222 10 0 0 25 0 1 0 737607536 192876544 34795 33554432000 4194304 6014671 140733998144912 18446744073709551615 4424056 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/563/statm: 47089 34795 730 445 0 40634 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 188356

[startup+702.301 s]
/proc/loadavg: 3.68 3.96 3.94 2/329 650
/proc/meminfo: memFree=12284196/32950928 swapFree=67085488/67111528
[pid=563] ppid=561 vsize=188356 CPUtime=702.32 cores=1,3
/proc/563/stat : 563 (qutersat_releas) R 561 563 32129 0 -1 4202496 35391 0 0 0 70222 10 0 0 25 0 1 0 737607536 192876544 35231 33554432000 4194304 6014671 140733998144912 18446744073709551615 4424103 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/563/statm: 47089 35231 730 445 0 40634 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 188356

[startup+762.301 s]
/proc/loadavg: 1.98 3.42 3.75 2/329 652
/proc/meminfo: memFree=12283684/32950928 swapFree=67085488/67111528
[pid=563] ppid=561 vsize=188356 CPUtime=762.32 cores=1,3
/proc/563/stat : 563 (qutersat_releas) R 561 563 32129 0 -1 4202496 35695 0 0 0 76222 10 0 0 25 0 1 0 737607536 192876544 35523 33554432000 4194304 6014671 140733998144912 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/563/statm: 47089 35523 727 445 0 40634 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 188356

[startup+822.3 s]
/proc/loadavg: 1.36 2.97 3.58 2/329 653
/proc/meminfo: memFree=12282400/32950928 swapFree=67085488/67111528
[pid=563] ppid=561 vsize=188356 CPUtime=822.32 cores=1,3
/proc/563/stat : 563 (qutersat_releas) R 561 563 32129 0 -1 4202496 36071 0 0 0 82222 10 0 0 25 0 1 0 737607536 192876544 35878 33554432000 4194304 6014671 140733998144912 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/563/statm: 47089 35878 727 445 0 40634 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 188356

[startup+882.312 s]
/proc/loadavg: 1.13 2.61 3.41 2/329 655
/proc/meminfo: memFree=12281128/32950928 swapFree=67085488/67111528
[pid=563] ppid=561 vsize=188356 CPUtime=882.33 cores=1,3
/proc/563/stat : 563 (qutersat_releas) R 561 563 32129 0 -1 4202496 36420 0 0 0 88223 10 0 0 25 0 1 0 737607536 192876544 36227 33554432000 4194304 6014671 140733998144912 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/563/statm: 47089 36227 727 445 0 40634 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 188356

[startup+942.301 s]
/proc/loadavg: 1.05 2.32 3.26 2/329 656
/proc/meminfo: memFree=12280236/32950928 swapFree=67085488/67111528
[pid=563] ppid=561 vsize=188356 CPUtime=942.32 cores=1,3
/proc/563/stat : 563 (qutersat_releas) R 561 563 32129 0 -1 4202496 36668 0 0 0 94222 10 0 0 25 0 1 0 737607536 192876544 36463 33554432000 4194304 6014671 140733998144912 18446744073709551615 4423998 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/563/statm: 47089 36463 727 445 0 40634 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 188356

[startup+1002.3 s]
/proc/loadavg: 1.02 2.07 3.12 2/329 658
/proc/meminfo: memFree=12279328/32950928 swapFree=67085488/67111528
[pid=563] ppid=561 vsize=188356 CPUtime=1002.32 cores=1,3
/proc/563/stat : 563 (qutersat_releas) R 561 563 32129 0 -1 4202496 36918 0 0 0 100222 10 0 0 25 0 1 0 737607536 192876544 36700 33554432000 4194304 6014671 140733998144912 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/563/statm: 47089 36700 727 445 0 40634 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 188356

[startup+1062.3 s]
/proc/loadavg: 1.00 1.88 2.98 2/329 660
/proc/meminfo: memFree=12269876/32950928 swapFree=67085488/67111528
[pid=563] ppid=561 vsize=188356 CPUtime=1062.33 cores=1,3
/proc/563/stat : 563 (qutersat_releas) R 561 563 32129 0 -1 4202496 39328 0 0 0 106222 11 0 0 25 0 1 0 737607536 192876544 39095 33554432000 4194304 6014671 140733998144912 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/563/statm: 47089 39095 727 445 0 40634 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 188356

[startup+1122.3 s]
/proc/loadavg: 1.00 1.71 2.85 2/329 661
/proc/meminfo: memFree=12269608/32950928 swapFree=67085488/67111528
[pid=563] ppid=561 vsize=188356 CPUtime=1122.33 cores=1,3
/proc/563/stat : 563 (qutersat_releas) R 561 563 32129 0 -1 4202496 39408 0 0 0 112222 11 0 0 25 0 1 0 737607536 192876544 39175 33554432000 4194304 6014671 140733998144912 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/563/statm: 47089 39175 727 445 0 40634 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 188356

[startup+1182.3 s]
/proc/loadavg: 1.00 1.58 2.74 2/329 663
/proc/meminfo: memFree=12258028/32950928 swapFree=67085488/67111528
[pid=563] ppid=561 vsize=201968 CPUtime=1182.33 cores=1,3
/proc/563/stat : 563 (qutersat_releas) R 561 563 32129 0 -1 4202496 42398 0 0 0 118221 12 0 0 25 0 1 0 737607536 206815232 42149 33554432000 4194304 6014671 140733998144912 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/563/statm: 50492 42149 727 445 0 44037 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 201968

[startup+1242.3 s]
/proc/loadavg: 1.14 1.52 2.64 2/329 664
/proc/meminfo: memFree=12252780/32950928 swapFree=67085488/67111528
[pid=563] ppid=561 vsize=201968 CPUtime=1242.33 cores=1,3
/proc/563/stat : 563 (qutersat_releas) R 561 563 32129 0 -1 4202496 43576 0 0 0 124221 12 0 0 25 0 1 0 737607536 206815232 43327 33554432000 4194304 6014671 140733998144912 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/563/statm: 50492 43327 727 445 0 44037 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 201968



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.05 1.42 2.53 2/329 666
/proc/meminfo: memFree=12251636/32950928 swapFree=67085488/67111528
[pid=563] ppid=561 vsize=256896 CPUtime=1300.04 cores=1,3
/proc/563/stat : 563 (qutersat_releas) R 561 563 32129 0 -1 4202496 43883 0 0 0 129992 12 0 0 25 0 1 0 737607536 263061504 43599 33554432000 4194304 6014671 140733998144912 18446744073709551615 4422690 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/563/statm: 64224 43599 727 445 0 57769 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 256896

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

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

[startup+1300 s]
/proc/loadavg: 1.05 1.42 2.53 2/329 666
/proc/meminfo: memFree=12251636/32950928 swapFree=67085488/67111528
[pid=563] ppid=561 vsize=256896 CPUtime=1300.04 cores=1,3
/proc/563/stat : 563 (qutersat_releas) R 561 563 32129 0 -1 4202496 43883 0 0 0 129992 12 0 0 25 0 1 0 737607536 263061504 43599 33554432000 4194304 6014671 140733998144912 18446744073709551615 4422690 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/563/statm: 64224 43599 727 445 0 57769 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 256896

Child status: 1
Real time (s): 1300.02
CPU time (s): 1300.07
CPU user time (s): 1299.93
CPU system time (s): 0.134979
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 256896

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

runsolver used 3.86941 second user time and 9.8395 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-15 17:36:09
IDJOB=3376581
IDBENCH=83090
IDSOLVER=1856
FILE ID=node114/3376581-1305473768
RUNJOBID= node114-1305473160-443
PBS_JOBID= 13325312
Free space on /tmp= 72992 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v60-c5340-S1675230100-032.UNKNOWN.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376581-1305473768/watcher-3376581-1305473768 -o /tmp/evaluation-result-3376581-1305473768/solver-3376581-1305473768 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376581-1305473768.cnf 2136233171

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

MD5SUM BENCH= f9a60c414c65108f1df33ba3a81b8715
RANDOM SEED=2136233171

node114.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.848
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.848
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.15
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.848
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.74
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.848
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.73
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.848
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.848
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.848
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.74
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.848
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:      11927956 kB
Buffers:        300860 kB
Cached:        5117148 kB
SwapCached:         96 kB
Active:       16055328 kB
Inactive:      4561020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11927956 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:            2008 kB
Writeback:           0 kB
AnonPages:    15197884 kB
Mapped:          33864 kB
Slab:           294220 kB
PageTables:      47924 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 57506444 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= 72996 MiB
End job on node114 at 2011-05-15 17:57:51