Trace number 3377067

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)UNSAT 446.082 446.112

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.02	c Set FPU double precision.
0.07/0.17	c Parse Cnf success: #var: 33090 #clause: 165828
0.07/0.17	c Find Units :       4264
0.07/0.17	c Find Invs  :        573
0.16/0.20	c Find Ands  :      13863 AvgFaninNum: 2.61978
0.16/0.20	c Find Xors  :          0 AvgFaninNum: nan
0.16/0.22	c Find Ite   :          0
0.16/0.26	c UnDirect variable: 1140
0.16/0.26	c UnDirect to Direct Gate: 1
0.16/0.26	c Forced Direct Gate: 1 Unuse unDirect Gate: 570
0.16/0.26	c Break Cycle : 2433
0.16/0.26	c Total Root : 3333 Undef Var: 21944
0.16/0.27	c After covering, Total Root: 4219 Leaf: 16494
0.16/0.27	c Variable( cover/uncovered/unused ): 27640 5450 0
0.16/0.27	c Unit Clauses: 4264
0.16/0.27	c Binary Clauses( cover/uncovered ): 23405 17666
0.16/0.27	c Clauses( cover/uncovered ): 11145 109306
0.16/0.27	c Total Clauses( cover/uncovered ): 38814 126972 23.4121%
0.16/0.27	c Covered Ands: 11145 Invs: 1 Xors: 0 Ites: 0
0.26/0.37	c Uncover Clauses avg size: 3.09156 max size: 5
0.26/0.37	c Final circuit: i/l/o/s   17704       0  118654    215334
0.26/0.37	c CnfToAig: Time: 0.35 s
0.47/0.52	c TmMap: Set choices finish.
0.56/0.60	c TmMap: Set big and: 123999
0.56/0.60	c TmMap: Origin: 233039 ClauseNum: 646002 --> New: 141704 ClauseNum: 463447
0.56/0.60	c TmMap: Time: 0.1
0.56/0.64	c Try to Add: #clause: 247998 #xorclause: 0
0.56/0.68	c #var: 24682 #clauses: 91431 Solving... 
445.96/446.09	s UNSATISFIABLE
446.06/446.10	c CPU time: 446.06 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: 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-3377067-1305467738/watcher-3377067-1305467738 -o /tmp/evaluation-result-3377067-1305467738/solver-3377067-1305467738 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377067-1305467738.cnf 810201080 

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.12 6.61 6.78 3/335 32167
/proc/meminfo: memFree=12436892/32950928 swapFree=67085488/67111528
[pid=32167] ppid=32165 vsize=8712 CPUtime=0 cores=0,2
/proc/32167/stat : 32167 (qutersat_releas) D 32165 32167 32129 0 -1 4194304 91 0 0 0 0 0 0 0 25 0 1 0 737004515 8921088 47 33554432000 4194304 6014671 140735062114416 18446744073709551615 231890570774 0 0 4096 0 18446744071562154983 0 0 17 0 0 0 1
/proc/32167/statm: 2178 47 37 445 0 66 0

[startup+0.103033 s]
/proc/loadavg: 4.12 6.61 6.78 3/335 32167
/proc/meminfo: memFree=12436892/32950928 swapFree=67085488/67111528
[pid=32167] ppid=32165 vsize=48748 CPUtime=0.07 cores=0,2
/proc/32167/stat : 32167 (qutersat_releas) R 32165 32167 32129 0 -1 4202496 6010 0 2 0 7 0 0 0 25 0 1 0 737004515 49917952 5949 33554432000 4194304 6014671 140735062114416 18446744073709551615 231895181282 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/32167/statm: 12187 5949 378 445 0 5732 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 48748

[startup+0.201023 s]
/proc/loadavg: 4.12 6.61 6.78 3/335 32167
/proc/meminfo: memFree=12436892/32950928 swapFree=67085488/67111528
[pid=32167] ppid=32165 vsize=63212 CPUtime=0.16 cores=0,2
/proc/32167/stat : 32167 (qutersat_releas) R 32165 32167 32129 0 -1 4202496 9477 0 2 0 16 0 0 0 25 0 1 0 737004515 64729088 9416 33554432000 4194304 6014671 140735062114416 18446744073709551615 4285659 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/32167/statm: 15803 9416 383 445 0 9348 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 63212

[startup+0.300944 s]
/proc/loadavg: 4.12 6.61 6.78 3/335 32167
/proc/meminfo: memFree=12436892/32950928 swapFree=67085488/67111528
[pid=32167] ppid=32165 vsize=63212 CPUtime=0.26 cores=0,2
/proc/32167/stat : 32167 (qutersat_releas) R 32165 32167 32129 0 -1 4202496 9493 0 2 0 26 0 0 0 25 0 1 0 737004515 64729088 9432 33554432000 4194304 6014671 140735062114416 18446744073709551615 4313888 0 0 4096 16386 0 0 0 17 2 0 0 2
/proc/32167/statm: 15803 9432 398 445 0 9348 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 63212

[startup+0.700867 s]
/proc/loadavg: 4.12 6.61 6.78 3/335 32167
/proc/meminfo: memFree=12436892/32950928 swapFree=67085488/67111528
[pid=32167] ppid=32165 vsize=122692 CPUtime=0.66 cores=0,2
/proc/32167/stat : 32167 (qutersat_releas) R 32165 32167 32129 0 -1 4202496 23929 0 2 0 64 2 0 0 25 0 1 0 737004515 125636608 23868 33554432000 4194304 6014671 140735062114416 18446744073709551615 4423552 0 0 4096 16386 0 0 0 17 2 0 0 2
/proc/32167/statm: 30673 23868 697 445 0 24218 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 122692

[startup+1.50077 s]
/proc/loadavg: 4.11 6.56 6.76 5/341 32178
/proc/meminfo: memFree=12196460/32950928 swapFree=67085488/67111528
[pid=32167] ppid=32165 vsize=122692 CPUtime=1.46 cores=0,2
/proc/32167/stat : 32167 (qutersat_releas) R 32165 32167 32129 0 -1 4202496 23943 0 2 0 144 2 0 0 25 0 1 0 737004515 125636608 23882 33554432000 4194304 6014671 140735062114416 18446744073709551615 4528269 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/32167/statm: 30673 23882 711 445 0 24218 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 122692

[startup+3.10048 s]
/proc/loadavg: 4.11 6.56 6.76 5/344 32184
/proc/meminfo: memFree=12027020/32950928 swapFree=67085488/67111528
[pid=32167] ppid=32165 vsize=122692 CPUtime=3.06 cores=0,2
/proc/32167/stat : 32167 (qutersat_releas) R 32165 32167 32129 0 -1 4202496 23960 0 2 0 304 2 0 0 25 0 1 0 737004515 125636608 23899 33554432000 4194304 6014671 140735062114416 18446744073709551615 4423090 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/32167/statm: 30673 23899 727 445 0 24218 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 122692

[startup+6.30096 s]
/proc/loadavg: 4.34 6.57 6.77 5/344 32184
/proc/meminfo: memFree=11610752/32950928 swapFree=67085488/67111528
[pid=32167] ppid=32165 vsize=122692 CPUtime=6.26 cores=0,2
/proc/32167/stat : 32167 (qutersat_releas) R 32165 32167 32129 0 -1 4202496 23961 0 2 0 624 2 0 0 25 0 1 0 737004515 125636608 23900 33554432000 4194304 6014671 140735062114416 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/32167/statm: 30673 23900 728 445 0 24218 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 122692

[startup+12.7007 s]
/proc/loadavg: 4.39 6.54 6.76 5/344 32184
/proc/meminfo: memFree=10633792/32950928 swapFree=67085488/67111528
[pid=32167] ppid=32165 vsize=132924 CPUtime=12.66 cores=0,2
/proc/32167/stat : 32167 (qutersat_releas) R 32165 32167 32129 0 -1 4202496 24825 0 2 0 1264 2 0 0 25 0 1 0 737004515 136114176 24764 33554432000 4194304 6014671 140735062114416 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/32167/statm: 33231 24764 728 445 0 26776 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 132924

[startup+25.5013 s]
/proc/loadavg: 4.45 6.45 6.72 5/347 32190
/proc/meminfo: memFree=9654152/32950928 swapFree=67085488/67111528
[pid=32167] ppid=32165 vsize=143520 CPUtime=25.47 cores=0,2
/proc/32167/stat : 32167 (qutersat_releas) R 32165 32167 32129 0 -1 4202496 27427 0 2 0 2544 3 0 0 25 0 1 0 737004515 146964480 27346 33554432000 4194304 6014671 140735062114416 18446744073709551615 4422600 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/32167/statm: 35880 27346 728 445 0 29425 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 143520

[startup+51.1004 s]
/proc/loadavg: 4.29 6.25 6.65 5/347 32218
/proc/meminfo: memFree=6812656/32950928 swapFree=67085488/67111528
[pid=32167] ppid=32165 vsize=143648 CPUtime=51.06 cores=0,2
/proc/32167/stat : 32167 (qutersat_releas) R 32165 32167 32129 0 -1 4202496 27590 0 2 0 5103 3 0 0 25 0 1 0 737004515 147095552 27499 33554432000 4194304 6014671 140735062114416 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/32167/statm: 35912 27499 728 445 0 29457 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 143648

[startup+102.301 s]
/proc/loadavg: 4.20 5.92 6.51 5/347 32219
/proc/meminfo: memFree=6092644/32950928 swapFree=67085488/67111528
[pid=32167] ppid=32165 vsize=165708 CPUtime=102.27 cores=0,2
/proc/32167/stat : 32167 (qutersat_releas) R 32165 32167 32129 0 -1 4202496 29717 0 2 0 10223 4 0 0 25 0 1 0 737004515 169684992 29626 33554432000 4194304 6014671 140735062114416 18446744073709551615 4423491 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/32167/statm: 41427 29626 728 445 0 34972 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 165708

[startup+162.301 s]
/proc/loadavg: 4.18 5.60 6.36 5/344 32224
/proc/meminfo: memFree=9862740/32950928 swapFree=67085488/67111528
[pid=32167] ppid=32165 vsize=177832 CPUtime=162.26 cores=0,2
/proc/32167/stat : 32167 (qutersat_releas) R 32165 32167 32129 0 -1 4202496 32120 0 2 0 16222 4 0 0 25 0 1 0 737004515 182099968 32029 33554432000 4194304 6014671 140735062114416 18446744073709551615 4423141 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/32167/statm: 44458 32029 728 445 0 38003 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 177832

[startup+222.313 s]
/proc/loadavg: 4.06 5.31 6.21 5/347 32249
/proc/meminfo: memFree=10704728/32950928 swapFree=67085488/67111528
[pid=32167] ppid=32165 vsize=190104 CPUtime=222.27 cores=0,2
/proc/32167/stat : 32167 (qutersat_releas) R 32165 32167 32129 0 -1 4202496 35378 0 2 0 22222 5 0 0 25 0 1 0 737004515 194666496 35287 33554432000 4194304 6014671 140735062114416 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/32167/statm: 47526 35287 728 445 0 41071 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 190104

[startup+282.301 s]
/proc/loadavg: 4.02 5.06 6.07 5/347 32251
/proc/meminfo: memFree=10599736/32950928 swapFree=67085488/67111528
[pid=32167] ppid=32165 vsize=190104 CPUtime=282.26 cores=0,2
/proc/32167/stat : 32167 (qutersat_releas) R 32165 32167 32129 0 -1 4202496 37187 0 2 0 28220 6 0 0 25 0 1 0 737004515 194666496 37096 33554432000 4194304 6014671 140735062114416 18446744073709551615 4423908 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/32167/statm: 47526 37096 728 445 0 41071 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 190104

[startup+342.301 s]
/proc/loadavg: 4.01 4.87 5.94 5/347 32262
/proc/meminfo: memFree=10517312/32950928 swapFree=67085488/67111528
[pid=32167] ppid=32165 vsize=190104 CPUtime=342.26 cores=0,2
/proc/32167/stat : 32167 (qutersat_releas) R 32165 32167 32129 0 -1 4202496 37641 0 2 0 34220 6 0 0 25 0 1 0 737004515 194666496 37550 33554432000 4194304 6014671 140735062114416 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/32167/statm: 47526 37550 728 445 0 41071 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 190104

[startup+402.3 s]
/proc/loadavg: 4.05 4.72 5.82 5/347 32263
/proc/meminfo: memFree=10454268/32950928 swapFree=67085488/67111528
[pid=32167] ppid=32165 vsize=190104 CPUtime=402.26 cores=0,2
/proc/32167/stat : 32167 (qutersat_releas) R 32165 32167 32129 0 -1 4202496 38304 0 2 0 40219 7 0 0 25 0 1 0 737004515 194666496 38213 33554432000 4194304 6014671 140735062114416 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/32167/statm: 47526 38213 728 445 0 41071 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 190104

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

[startup+409.601 s]
/proc/loadavg: 4.05 4.71 5.81 5/347 32263
/proc/meminfo: memFree=10452404/32950928 swapFree=67085488/67111528
[pid=32167] ppid=32165 vsize=190104 CPUtime=409.56 cores=0,2
/proc/32167/stat : 32167 (qutersat_releas) R 32165 32167 32129 0 -1 4202496 38304 0 2 0 40949 7 0 0 25 0 1 0 737004515 194666496 38213 33554432000 4194304 6014671 140735062114416 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/32167/statm: 47526 38213 728 445 0 41071 0
Current children cumulated CPU time (s) 409.56
Current children cumulated vsize (KiB) 190104

[startup+422.401 s]
/proc/loadavg: 4.04 4.67 5.78 5/347 32264
/proc/meminfo: memFree=10434912/32950928 swapFree=67085488/67111528
[pid=32167] ppid=32165 vsize=190104 CPUtime=422.37 cores=0,2
/proc/32167/stat : 32167 (qutersat_releas) R 32165 32167 32129 0 -1 4202496 38612 0 2 0 42230 7 0 0 25 0 1 0 737004515 194666496 38520 33554432000 4194304 6014671 140735062114416 18446744073709551615 4378782 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/32167/statm: 47526 38520 728 445 0 41071 0
Current children cumulated CPU time (s) 422.37
Current children cumulated vsize (KiB) 190104

[startup+435.201 s]
/proc/loadavg: 4.03 4.65 5.76 5/347 32264
/proc/meminfo: memFree=10433152/32950928 swapFree=67085488/67111528
[pid=32167] ppid=32165 vsize=190104 CPUtime=435.16 cores=0,2
/proc/32167/stat : 32167 (qutersat_releas) R 32165 32167 32129 0 -1 4202496 38641 0 2 0 43509 7 0 0 25 0 1 0 737004515 194666496 38540 33554432000 4194304 6014671 140735062114416 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/32167/statm: 47526 38540 728 445 0 41071 0
Current children cumulated CPU time (s) 435.16
Current children cumulated vsize (KiB) 190104

[startup+441.601 s]
/proc/loadavg: 4.03 4.63 5.74 5/347 32264
/proc/meminfo: memFree=10432032/32950928 swapFree=67085488/67111528
[pid=32167] ppid=32165 vsize=190104 CPUtime=441.56 cores=0,2
/proc/32167/stat : 32167 (qutersat_releas) R 32165 32167 32129 0 -1 4202496 38641 0 2 0 44149 7 0 0 25 0 1 0 737004515 194666496 38540 33554432000 4194304 6014671 140735062114416 18446744073709551615 4372372 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/32167/statm: 47526 38540 728 445 0 41071 0
Current children cumulated CPU time (s) 441.56
Current children cumulated vsize (KiB) 190104

[startup+443.201 s]
/proc/loadavg: 4.03 4.63 5.74 5/347 32264
/proc/meminfo: memFree=10431908/32950928 swapFree=67085488/67111528
[pid=32167] ppid=32165 vsize=190104 CPUtime=443.16 cores=0,2
/proc/32167/stat : 32167 (qutersat_releas) R 32165 32167 32129 0 -1 4202496 38641 0 2 0 44309 7 0 0 25 0 1 0 737004515 194666496 38540 33554432000 4194304 6014671 140735062114416 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/32167/statm: 47526 38540 728 445 0 41071 0
Current children cumulated CPU time (s) 443.16
Current children cumulated vsize (KiB) 190104

[startup+444.8 s]
/proc/loadavg: 4.03 4.63 5.74 5/347 32264
/proc/meminfo: memFree=10431164/32950928 swapFree=67085488/67111528
[pid=32167] ppid=32165 vsize=190104 CPUtime=444.76 cores=0,2
/proc/32167/stat : 32167 (qutersat_releas) R 32165 32167 32129 0 -1 4202496 38693 0 2 0 44469 7 0 0 25 0 1 0 737004515 194666496 38592 33554432000 4194304 6014671 140735062114416 18446744073709551615 4425056 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/32167/statm: 47526 38592 728 445 0 41071 0
Current children cumulated CPU time (s) 444.76
Current children cumulated vsize (KiB) 190104

[startup+445.613 s]
/proc/loadavg: 4.02 4.62 5.73 5/347 32264
/proc/meminfo: memFree=10431040/32950928 swapFree=67085488/67111528
[pid=32167] ppid=32165 vsize=190104 CPUtime=445.57 cores=0,2
/proc/32167/stat : 32167 (qutersat_releas) R 32165 32167 32129 0 -1 4202496 38723 0 2 0 44550 7 0 0 25 0 1 0 737004515 194666496 38622 33554432000 4194304 6014671 140735062114416 18446744073709551615 4369495 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/32167/statm: 47526 38622 728 445 0 41071 0
Current children cumulated CPU time (s) 445.57
Current children cumulated vsize (KiB) 190104

[startup+446.001 s]
/proc/loadavg: 4.02 4.62 5.73 5/347 32264
/proc/meminfo: memFree=10431040/32950928 swapFree=67085488/67111528
[pid=32167] ppid=32165 vsize=190104 CPUtime=445.96 cores=0,2
/proc/32167/stat : 32167 (qutersat_releas) R 32165 32167 32129 0 -1 4202496 38723 0 2 0 44589 7 0 0 25 0 1 0 737004515 194666496 38622 33554432000 4194304 6014671 140735062114416 18446744073709551615 4424016 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/32167/statm: 47526 38622 728 445 0 41071 0
Current children cumulated CPU time (s) 445.96
Current children cumulated vsize (KiB) 190104

[startup+446.101 s]
/proc/loadavg: 4.02 4.62 5.73 5/347 32264
/proc/meminfo: memFree=10431040/32950928 swapFree=67085488/67111528
[pid=32167] ppid=32165 vsize=190104 CPUtime=446.06 cores=0,2
/proc/32167/stat : 32167 (qutersat_releas) R 32165 32167 32129 0 -1 4202496 38723 0 2 0 44599 7 0 0 25 0 1 0 737004515 194666496 38592 33554432000 4194304 6014671 140735062114416 18446744073709551615 4809118 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/32167/statm: 47526 38592 728 445 0 41071 0
Current children cumulated CPU time (s) 446.06
Current children cumulated vsize (KiB) 190104

Child status: 0
Real time (s): 446.112
CPU time (s): 446.082
CPU user time (s): 445.999
CPU system time (s): 0.082987
CPU usage (%): 99.9933
Max. virtual memory (cumulated for all children) (KiB): 190104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 445.999
system time used= 0.082987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38727
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17
involuntary context switches= 958

runsolver used 1.49577 second user time and 3.37549 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-15 15:55:38
IDJOB=3377067
IDBENCH=70941
IDSOLVER=1856
FILE ID=node114/3377067-1305467738
RUNJOBID= node114-1305467738-32147
PBS_JOBID= 13325312
Free space on /tmp= 72992 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
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-3377067-1305467738/watcher-3377067-1305467738 -o /tmp/evaluation-result-3377067-1305467738/solver-3377067-1305467738 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377067-1305467738.cnf 810201080

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

MD5SUM BENCH= eb4d0d02a25a8a84182ddd3b6d1fa8b5
RANDOM SEED=810201080

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:      12437428 kB
Buffers:        297680 kB
Cached:        5094228 kB
SwapCached:         96 kB
Active:       15528032 kB
Inactive:      4577452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12437428 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:            7832 kB
Writeback:           0 kB
AnonPages:    14713576 kB
Mapped:          28180 kB
Slab:           294648 kB
PageTables:      46588 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 56858740 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= 72932 MiB
End job on node114 at 2011-05-15 16:03:05