Trace number 3282953

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-03-01UNSAT 439.126 439.116

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_l46_lambda.cnf
MD5SUMeb4d0d02a25a8a84182ddd3b6d1fa8b5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark84.3072
Satisfiable
(Un)Satisfiability was proved
Number of variables33090
Number of clauses165828
Sum of the clauses size478271
Maximum clause length9
Minimum clause length1
Number of clauses of size 14268
Number of clauses of size 241089
Number of clauses of size 397665
Number of clauses of size 415752
Number of clauses of size 56916
Number of clauses of size over 5138

Solver Data

0.00/0.01	c Set FPU double precision.
0.09/0.15	c Parse Cnf success: #var: 33090 #clause: 165828
0.09/0.15	c Find Units :       4264
0.09/0.15	c Find Invs  :        573
0.09/0.18	c Find Ands  :      13863 AvgFaninNum: 2.61978
0.09/0.19	c Find Xors  :          0 AvgFaninNum: nan
0.19/0.20	c Find Ite   :          0
0.19/0.25	c UnDirect variable: 1140
0.19/0.25	c UnDirect to Direct Gate: 1
0.19/0.25	c Forced Direct Gate: 1 Unuse unDirect Gate: 570
0.19/0.25	c Break Cycle : 2433
0.19/0.25	c Total Root : 3333 Undef Var: 21944
0.19/0.26	c After covering, Total Root: 4219 Leaf: 16494
0.19/0.26	c Variable( cover/uncovered/unused ): 27640 5450 0
0.19/0.26	c Unit Clauses: 4264
0.19/0.26	c Binary Clauses( cover/uncovered ): 23405 17666
0.19/0.26	c Clauses( cover/uncovered ): 11145 109306
0.19/0.26	c Total Clauses( cover/uncovered ): 38814 126972 23.4121%
0.19/0.26	c Covered Ands: 11145 Invs: 1 Xors: 0 Ites: 0
0.29/0.37	c Uncover Clauses avg size: 3.09156 max size: 5
0.29/0.37	c Final circuit: i/l/o/s   17704       0  118654    215334
0.29/0.37	c CnfToAig: Time: 0.36 s
0.49/0.54	c TmMap: Set choices finish.
0.59/0.62	c TmMap: Set big and: 123999
0.59/0.62	c TmMap: Origin: 233039 ClauseNum: 646002 --> New: 141704 ClauseNum: 463447
0.59/0.62	c TmMap: Time: 0.12
0.59/0.66	c Try to Add: #clause: 247998 #xorclause: 0
0.69/0.71	c #var: 24682 #clauses: 91431 Solving... 
439.00/439.09	s UNSATISFIABLE
439.10/439.10	c CPU time: 439.1 s

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 4.01 3.49 3.15 5/189 7550
/proc/meminfo: memFree=27279128/32951124 swapFree=67111524/67111528
[pid=7550] ppid=7548 vsize=32356 CPUtime=0 cores=0,2
/proc/7550/stat : 7550 (qutersat_releas) R 7548 7550 5820 0 -1 4202496 1543 0 0 0 0 0 0 0 25 0 1 0 467996884 33132544 1478 33554432000 4194304 6016207 140735550383568 18446744073709551615 220815930315 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7550/statm: 8089 1485 303 445 0 1633 0

[startup+0.027198 s]
/proc/loadavg: 4.01 3.49 3.15 5/189 7550
/proc/meminfo: memFree=27279128/32951124 swapFree=67111524/67111528
[pid=7550] ppid=7548 vsize=37484 CPUtime=0.02 cores=0,2
/proc/7550/stat : 7550 (qutersat_releas) R 7548 7550 5820 0 -1 4202496 3237 0 0 0 2 0 0 0 25 0 1 0 467996884 38383616 3172 33554432000 4194304 6016207 140735550383568 18446744073709551615 4794668 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7550/statm: 9371 3172 379 445 0 2915 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 37484

[startup+0.101219 s]
/proc/loadavg: 4.01 3.49 3.15 5/189 7550
/proc/meminfo: memFree=27279128/32951124 swapFree=67111524/67111528
[pid=7550] ppid=7548 vsize=50796 CPUtime=0.09 cores=0,2
/proc/7550/stat : 7550 (qutersat_releas) R 7548 7550 5820 0 -1 4202496 6400 0 0 0 9 0 0 0 25 0 1 0 467996884 52015104 6335 33554432000 4194304 6016207 140735550383568 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7550/statm: 12699 6337 379 445 0 6243 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50796

[startup+0.301177 s]
/proc/loadavg: 4.01 3.49 3.15 5/189 7550
/proc/meminfo: memFree=27279128/32951124 swapFree=67111524/67111528
[pid=7550] ppid=7548 vsize=63212 CPUtime=0.29 cores=0,2
/proc/7550/stat : 7550 (qutersat_releas) R 7548 7550 5820 0 -1 4202496 9499 0 0 0 29 0 0 0 25 0 1 0 467996884 64729088 9434 33554432000 4194304 6016207 140735550383568 18446744073709551615 4332883 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7550/statm: 15803 9434 400 445 0 9347 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 63212

[startup+0.70112 s]
/proc/loadavg: 4.01 3.49 3.15 5/189 7550
/proc/meminfo: memFree=27279128/32951124 swapFree=67111524/67111528
[pid=7550] ppid=7548 vsize=122180 CPUtime=0.69 cores=0,2
/proc/7550/stat : 7550 (qutersat_releas) R 7548 7550 5820 0 -1 4202496 23796 0 0 0 67 2 0 0 25 0 1 0 467996884 125112320 23731 33554432000 4194304 6016207 140735550383568 18446744073709551615 4752884 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7550/statm: 30545 23731 689 445 0 24089 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 122180

[startup+1.50096 s]
/proc/loadavg: 4.01 3.49 3.15 5/190 7551
/proc/meminfo: memFree=27186236/32951124 swapFree=67111524/67111528
[pid=7550] ppid=7548 vsize=122180 CPUtime=1.49 cores=0,2
/proc/7550/stat : 7550 (qutersat_releas) R 7548 7550 5820 0 -1 4202496 23812 0 0 0 147 2 0 0 25 0 1 0 467996884 125112320 23747 33554432000 4194304 6016207 140735550383568 18446744073709551615 4368800 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7550/statm: 30545 23747 704 445 0 24089 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 122180

[startup+3.10066 s]
/proc/loadavg: 4.01 3.49 3.15 5/190 7551
/proc/meminfo: memFree=27185616/32951124 swapFree=67111524/67111528
[pid=7550] ppid=7548 vsize=122180 CPUtime=3.09 cores=0,2
/proc/7550/stat : 7550 (qutersat_releas) R 7548 7550 5820 0 -1 4202496 23835 0 0 0 307 2 0 0 25 0 1 0 467996884 125112320 23770 33554432000 4194304 6016207 140735550383568 18446744073709551615 4424226 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7550/statm: 30545 23770 726 445 0 24089 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 122180

[startup+6.30107 s]
/proc/loadavg: 4.01 3.50 3.15 5/190 7551
/proc/meminfo: memFree=27182020/32951124 swapFree=67111524/67111528
[pid=7550] ppid=7548 vsize=122180 CPUtime=6.29 cores=0,2
/proc/7550/stat : 7550 (qutersat_releas) R 7548 7550 5820 0 -1 4202496 23844 0 0 0 627 2 0 0 25 0 1 0 467996884 125112320 23779 33554432000 4194304 6016207 140735550383568 18446744073709551615 4513204 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7550/statm: 30545 23779 734 445 0 24089 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 122180

[startup+12.7009 s]
/proc/loadavg: 4.01 3.51 3.16 5/190 7551
/proc/meminfo: memFree=27177624/32951124 swapFree=67111524/67111528
[pid=7550] ppid=7548 vsize=132464 CPUtime=12.69 cores=0,2
/proc/7550/stat : 7550 (qutersat_releas) R 7548 7550 5820 0 -1 4202496 24726 0 0 0 1267 2 0 0 25 0 1 0 467996884 135643136 24661 33554432000 4194304 6016207 140735550383568 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7550/statm: 33116 24661 734 445 0 26660 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 132464

[startup+25.5005 s]
/proc/loadavg: 4.01 3.53 3.17 5/190 7551
/proc/meminfo: memFree=27167696/32951124 swapFree=67111524/67111528
[pid=7550] ppid=7548 vsize=164132 CPUtime=25.49 cores=0,2
/proc/7550/stat : 7550 (qutersat_releas) R 7548 7550 5820 0 -1 4202496 26749 0 0 0 2547 2 0 0 25 0 1 0 467996884 168071168 26684 33554432000 4194304 6016207 140735550383568 18446744073709551615 4378013 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7550/statm: 41033 26684 734 445 0 34577 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 164132

[startup+51.1008 s]
/proc/loadavg: 4.00 3.57 3.19 5/190 7552
/proc/meminfo: memFree=27154684/32951124 swapFree=67111524/67111528
[pid=7550] ppid=7548 vsize=164132 CPUtime=51.09 cores=0,2
/proc/7550/stat : 7550 (qutersat_releas) R 7548 7550 5820 0 -1 4202496 27353 0 0 0 5106 3 0 0 25 0 1 0 467996884 168071168 27288 33554432000 4194304 6016207 140735550383568 18446744073709551615 4425832 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7550/statm: 41033 27288 734 445 0 34577 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 164132

[startup+102.307 s]
/proc/loadavg: 4.00 3.63 3.23 5/190 7556
/proc/meminfo: memFree=27131936/32951124 swapFree=67111524/67111528
[pid=7550] ppid=7548 vsize=164260 CPUtime=102.3 cores=0,2
/proc/7550/stat : 7550 (qutersat_releas) R 7548 7550 5820 0 -1 4202496 29390 0 0 0 10226 4 0 0 25 0 1 0 467996884 168202240 29325 33554432000 4194304 6016207 140735550383568 18446744073709551615 4425548 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7550/statm: 41065 29325 734 445 0 34609 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 164260

[startup+162.3 s]
/proc/loadavg: 4.05 3.71 3.28 5/190 7558
/proc/meminfo: memFree=27114468/32951124 swapFree=67111524/67111528
[pid=7550] ppid=7548 vsize=188236 CPUtime=162.3 cores=0,2
/proc/7550/stat : 7550 (qutersat_releas) R 7548 7550 5820 0 -1 4202496 32609 0 0 0 16225 5 0 0 25 0 1 0 467996884 192753664 32544 33554432000 4194304 6016207 140735550383568 18446744073709551615 4425467 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7550/statm: 47059 32544 734 445 0 40603 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 188236

[startup+222.3 s]
/proc/loadavg: 4.02 3.76 3.32 5/190 7560
/proc/meminfo: memFree=27086040/32951124 swapFree=67111524/67111528
[pid=7550] ppid=7548 vsize=188236 CPUtime=222.29 cores=0,2
/proc/7550/stat : 7550 (qutersat_releas) R 7548 7550 5820 0 -1 4202496 33536 0 0 0 22224 5 0 0 25 0 1 0 467996884 192753664 33471 33554432000 4194304 6016207 140735550383568 18446744073709551615 4425641 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7550/statm: 47059 33471 734 445 0 40603 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 188236

[startup+282.301 s]
/proc/loadavg: 4.00 3.80 3.36 5/190 7561
/proc/meminfo: memFree=27075968/32951124 swapFree=67111524/67111528
[pid=7550] ppid=7548 vsize=188236 CPUtime=282.3 cores=0,2
/proc/7550/stat : 7550 (qutersat_releas) R 7548 7550 5820 0 -1 4202496 35462 0 0 0 28224 6 0 0 25 0 1 0 467996884 192753664 35377 33554432000 4194304 6016207 140735550383568 18446744073709551615 4426003 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7550/statm: 47059 35377 734 445 0 40603 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 188236

[startup+342.301 s]
/proc/loadavg: 4.00 3.84 3.40 5/190 7563
/proc/meminfo: memFree=27055972/32951124 swapFree=67111524/67111528
[pid=7550] ppid=7548 vsize=188236 CPUtime=342.3 cores=0,2
/proc/7550/stat : 7550 (qutersat_releas) R 7548 7550 5820 0 -1 4202496 35766 0 0 0 34224 6 0 0 25 0 1 0 467996884 192753664 35681 33554432000 4194304 6016207 140735550383568 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7550/statm: 47059 35681 734 445 0 40603 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 188236

[startup+402.301 s]
/proc/loadavg: 4.03 3.88 3.44 5/190 7564
/proc/meminfo: memFree=27047264/32951124 swapFree=67111524/67111528
[pid=7550] ppid=7548 vsize=188236 CPUtime=402.3 cores=0,2
/proc/7550/stat : 7550 (qutersat_releas) R 7548 7550 5820 0 -1 4202496 36022 0 0 0 40224 6 0 0 25 0 1 0 467996884 192753664 35937 33554432000 4194304 6016207 140735550383568 18446744073709551615 4425659 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7550/statm: 47059 35937 734 445 0 40603 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 188236

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

[startup+409.501 s]
/proc/loadavg: 4.02 3.88 3.44 5/190 7565
/proc/meminfo: memFree=27047256/32951124 swapFree=67111524/67111528
[pid=7550] ppid=7548 vsize=188236 CPUtime=409.5 cores=0,2
/proc/7550/stat : 7550 (qutersat_releas) R 7548 7550 5820 0 -1 4202496 36037 0 0 0 40944 6 0 0 25 0 1 0 467996884 192753664 35952 33554432000 4194304 6016207 140735550383568 18446744073709551615 4425054 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7550/statm: 47059 35952 734 445 0 40603 0
Current children cumulated CPU time (s) 409.5
Current children cumulated vsize (KiB) 188236

[startup+422.3 s]
/proc/loadavg: 4.02 3.88 3.45 5/190 7565
/proc/meminfo: memFree=27035592/32951124 swapFree=67111524/67111528
[pid=7550] ppid=7548 vsize=188236 CPUtime=422.3 cores=0,2
/proc/7550/stat : 7550 (qutersat_releas) R 7548 7550 5820 0 -1 4202496 39009 0 0 0 42224 6 0 0 25 0 1 0 467996884 192753664 38887 33554432000 4194304 6016207 140735550383568 18446744073709551615 4425185 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7550/statm: 47059 38887 734 445 0 40603 0
Current children cumulated CPU time (s) 422.3
Current children cumulated vsize (KiB) 188236

[startup+428.701 s]
/proc/loadavg: 4.02 3.89 3.45 5/190 7565
/proc/meminfo: memFree=27035456/32951124 swapFree=67111524/67111528
[pid=7550] ppid=7548 vsize=188236 CPUtime=428.7 cores=0,2
/proc/7550/stat : 7550 (qutersat_releas) R 7548 7550 5820 0 -1 4202496 39009 0 0 0 42864 6 0 0 25 0 1 0 467996884 192753664 38887 33554432000 4194304 6016207 140735550383568 18446744073709551615 4378555 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7550/statm: 47059 38887 734 445 0 40603 0
Current children cumulated CPU time (s) 428.7
Current children cumulated vsize (KiB) 188236

[startup+435.101 s]
/proc/loadavg: 4.02 3.89 3.46 5/190 7565
/proc/meminfo: memFree=27035452/32951124 swapFree=67111524/67111528
[pid=7550] ppid=7548 vsize=188236 CPUtime=435.1 cores=0,2
/proc/7550/stat : 7550 (qutersat_releas) R 7548 7550 5820 0 -1 4202496 39009 0 0 0 43504 6 0 0 25 0 1 0 467996884 192753664 38887 33554432000 4194304 6016207 140735550383568 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7550/statm: 47059 38887 734 445 0 40603 0
Current children cumulated CPU time (s) 435.1
Current children cumulated vsize (KiB) 188236

[startup+436.707 s]
/proc/loadavg: 4.02 3.89 3.46 5/190 7565
/proc/meminfo: memFree=27034956/32951124 swapFree=67111524/67111528
[pid=7550] ppid=7548 vsize=188236 CPUtime=436.7 cores=0,2
/proc/7550/stat : 7550 (qutersat_releas) R 7548 7550 5820 0 -1 4202496 39009 0 0 0 43664 6 0 0 25 0 1 0 467996884 192753664 38887 33554432000 4194304 6016207 140735550383568 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7550/statm: 47059 38887 734 445 0 40603 0
Current children cumulated CPU time (s) 436.7
Current children cumulated vsize (KiB) 188236

[startup+438.3 s]
/proc/loadavg: 4.02 3.89 3.46 5/190 7565
/proc/meminfo: memFree=27034952/32951124 swapFree=67111524/67111528
[pid=7550] ppid=7548 vsize=188236 CPUtime=438.3 cores=0,2
/proc/7550/stat : 7550 (qutersat_releas) R 7548 7550 5820 0 -1 4202496 39009 0 0 0 43824 6 0 0 25 0 1 0 467996884 192753664 38887 33554432000 4194304 6016207 140735550383568 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7550/statm: 47059 38887 734 445 0 40603 0
Current children cumulated CPU time (s) 438.3
Current children cumulated vsize (KiB) 188236

[startup+438.7 s]
/proc/loadavg: 4.02 3.89 3.46 5/190 7565
/proc/meminfo: memFree=27034952/32951124 swapFree=67111524/67111528
[pid=7550] ppid=7548 vsize=188236 CPUtime=438.7 cores=0,2
/proc/7550/stat : 7550 (qutersat_releas) R 7548 7550 5820 0 -1 4202496 39009 0 0 0 43864 6 0 0 25 0 1 0 467996884 192753664 38887 33554432000 4194304 6016207 140735550383568 18446744073709551615 4425504 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7550/statm: 47059 38887 734 445 0 40603 0
Current children cumulated CPU time (s) 438.7
Current children cumulated vsize (KiB) 188236

[startup+439.1 s]
/proc/loadavg: 4.01 3.89 3.46 5/190 7565
/proc/meminfo: memFree=27034948/32951124 swapFree=67111524/67111528
[pid=7550] ppid=7548 vsize=188236 CPUtime=439.1 cores=0,2
/proc/7550/stat : 7550 (qutersat_releas) R 7548 7550 5820 0 -1 4202496 39009 0 0 0 43904 6 0 0 25 0 1 0 467996884 192753664 38864 33554432000 4194304 6016207 140735550383568 18446744073709551615 4778157 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7550/statm: 47059 38864 734 445 0 40603 0
Current children cumulated CPU time (s) 439.1
Current children cumulated vsize (KiB) 188236

Child status: 0
Real time (s): 439.116
CPU time (s): 439.126
CPU user time (s): 439.049
CPU system time (s): 0.076988
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 188236

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

runsolver used 0.773882 second user time and 1.62675 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-25 20:23:30
IDJOB=3282953
IDBENCH=70941
IDSOLVER=1607
FILE ID=node147/3282953-1303755810
RUNJOBID= node147-1303755408-7416
PBS_JOBID= 13154015
Free space on /tmp= 72184 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_l46_lambda.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282953-1303755810/watcher-3282953-1303755810 -o /tmp/evaluation-result-3282953-1303755810/solver-3282953-1303755810 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3282953-1303755810.cnf 876686540

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

MD5SUM BENCH= eb4d0d02a25a8a84182ddd3b6d1fa8b5
RANDOM SEED=876686540

node147.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.836
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.67
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.836
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.836
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.836
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.836
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.82
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.836
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.76
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.836
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.836
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:      27279400 kB
Buffers:        949092 kB
Cached:        3869612 kB
SwapCached:          4 kB
Active:         879372 kB
Inactive:      4347300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27279400 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            4672 kB
Writeback:           0 kB
AnonPages:      407928 kB
Mapped:          20296 kB
Slab:           379928 kB
PageTables:       6008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   685516 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= 72184 MiB
End job on node147 at 2011-04-25 20:30:49