Trace number 3283091

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 1139.39 1139.45

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L150_coli.sat.cnf
MD5SUMba6884aaa746378e56c38fd8b3d0255e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark52.912
Satisfiable
(Un)Satisfiability was proved
Number of variables486992
Number of clauses2456708
Sum of the clauses size7147094
Maximum clause length11
Minimum clause length1
Number of clauses of size 145577
Number of clauses of size 2599727
Number of clauses of size 31431108
Number of clauses of size 4295435
Number of clauses of size 584412
Number of clauses of size over 5449

Solver Data

0.00/0.00	c Set FPU double precision.
2.59/2.65	c Parse Cnf success: #var: 486992 #clause: 2456708
2.59/2.65	c Find Units :      45558
2.69/2.71	c Find Invs  :        226
3.39/3.42	c Find Ands  :     205682 AvgFaninNum: 2.21034
3.49/3.56	c Find Xors  :          0 AvgFaninNum: nan
3.79/3.84	c Find Ite   :          0
4.79/4.89	c UnDirect variable: 8
4.79/4.89	c UnDirect to Direct Gate: 1
4.79/4.89	c Forced Direct Gate: 1 Unuse unDirect Gate: 4
4.89/4.92	c Break Cycle : 14268
4.89/4.92	c Total Root : 39543 Undef Var: 296576
4.99/5.07	c After covering, Total Root: 45143 Leaf: 240108
4.99/5.07	c Variable( cover/uncovered/unused ): 430524 56468 0
4.99/5.07	c Unit Clauses: 45558
4.99/5.07	c Binary Clauses( cover/uncovered ): 385361 213792
4.99/5.07	c Clauses( cover/uncovered ): 190415 1620798
4.99/5.07	c Total Clauses( cover/uncovered ): 621334 1834590 25.2994%
4.99/5.07	c Covered Ands: 190415 Invs: 1 Xors: 0 Ites: 0
6.79/6.84	c Uncover Clauses avg size: 3.13599 max size: 5
6.79/6.87	c Final circuit: i/l/o/s  251050       0 1649096   2984412
6.79/6.87	c CnfToAig: Time: 6.86 s
9.09/9.13	c TmMap: Set choices finish.
10.19/10.26	c TmMap: Set big and: 1656755
10.19/10.26	c TmMap: Origin: 3235463 ClauseNum: 8953236 --> New: 1907874 ClauseNum: 6284192
10.19/10.26	c TmMap: Time: 1.5
10.78/10.80	c Try to Add: #clause: 3313850 #xorclause: 0
11.28/11.37	c #var: 280428 #clauses: 1090944 Solving... 
1139.23/1139.34	s UNSATISFIABLE
1139.23/1139.39	c CPU time: 1139.32 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-3283091-1303759505/watcher-3283091-1303759505 -o /tmp/evaluation-result-3283091-1303759505/solver-3283091-1303759505 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3283091-1303759505.cnf 2084946188 

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: 0.01 2.00 4.90 5/183 8003
/proc/meminfo: memFree=15535612/32951124 swapFree=67111528/67111528
[pid=8003] ppid=8001 vsize=31844 CPUtime=0 cores=0,2
/proc/8003/stat : 8003 (qutersat_releas) R 8001 8003 7955 0 -1 4202496 1002 0 0 0 0 0 0 0 21 0 1 0 487548421 32608256 937 33554432000 4194304 6016207 140735290089664 18446744073709551615 212687369275 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8003/statm: 7961 949 303 445 0 1505 0

[startup+0.00769296 s]
/proc/loadavg: 0.01 2.00 4.90 5/183 8003
/proc/meminfo: memFree=15535612/32951124 swapFree=67111528/67111528
[pid=8003] ppid=8001 vsize=43780 CPUtime=0 cores=0,2
/proc/8003/stat : 8003 (qutersat_releas) R 8001 8003 7955 0 -1 4202496 1832 0 0 0 0 0 0 0 21 0 1 0 487548421 44830720 1766 33554432000 4194304 6016207 140735290089664 18446744073709551615 4272587 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8003/statm: 10945 1766 372 445 0 4489 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 43780

[startup+0.100713 s]
/proc/loadavg: 0.01 2.00 4.90 5/183 8003
/proc/meminfo: memFree=15535612/32951124 swapFree=67111528/67111528
[pid=8003] ppid=8001 vsize=61188 CPUtime=0.08 cores=0,2
/proc/8003/stat : 8003 (qutersat_releas) R 8001 8003 7955 0 -1 4202496 9181 0 0 0 8 0 0 0 21 0 1 0 487548421 62656512 9115 33554432000 4194304 6016207 140735290089664 18446744073709551615 4306634 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8003/statm: 15297 9115 379 445 0 8841 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 61188

[startup+0.300639 s]
/proc/loadavg: 0.01 2.00 4.90 5/183 8003
/proc/meminfo: memFree=15535612/32951124 swapFree=67111528/67111528
[pid=8003] ppid=8001 vsize=88580 CPUtime=0.29 cores=0,2
/proc/8003/stat : 8003 (qutersat_releas) R 8001 8003 7955 0 -1 4202496 15550 0 0 0 28 1 0 0 22 0 1 0 487548421 90705920 15484 33554432000 4194304 6016207 140735290089664 18446744073709551615 4310863 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8003/statm: 22145 15486 379 445 0 15689 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 88580

[startup+0.700601 s]
/proc/loadavg: 0.01 2.00 4.90 5/183 8003
/proc/meminfo: memFree=15535612/32951124 swapFree=67111528/67111528
[pid=8003] ppid=8001 vsize=151300 CPUtime=0.68 cores=0,2
/proc/8003/stat : 8003 (qutersat_releas) R 8001 8003 7955 0 -1 4202496 31058 0 0 0 65 3 0 0 23 0 1 0 487548421 154931200 30992 33554432000 4194304 6016207 140735290089664 18446744073709551615 4309879 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8003/statm: 37825 30992 379 445 0 31369 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 151300

[startup+1.50046 s]
/proc/loadavg: 0.41 2.05 4.90 5/187 8010
/proc/meminfo: memFree=15230440/32951124 swapFree=67111528/67111528
[pid=8003] ppid=8001 vsize=295428 CPUtime=1.48 cores=0,2
/proc/8003/stat : 8003 (qutersat_releas) R 8001 8003 7955 0 -1 4202496 66240 0 0 0 140 8 0 0 25 0 1 0 487548421 302518272 66174 33554432000 4194304 6016207 140735290089664 18446744073709551615 4305236 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8003/statm: 73857 66174 379 445 0 67401 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 295428

[startup+3.10117 s]
/proc/loadavg: 0.41 2.05 4.90 5/187 8010
/proc/meminfo: memFree=14818596/32951124 swapFree=67111528/67111528
[pid=8003] ppid=8001 vsize=401412 CPUtime=3.09 cores=0,2
/proc/8003/stat : 8003 (qutersat_releas) R 8001 8003 7955 0 -1 4202496 90489 0 0 0 296 13 0 0 25 0 1 0 487548421 411045888 90423 33554432000 4194304 6016207 140735290089664 18446744073709551615 4288665 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8003/statm: 100353 90423 386 445 0 93897 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 401412

[startup+6.30055 s]
/proc/loadavg: 0.41 2.05 4.90 5/187 8010
/proc/meminfo: memFree=14067904/32951124 swapFree=67111528/67111528
[pid=8003] ppid=8001 vsize=586884 CPUtime=6.29 cores=0,2
/proc/8003/stat : 8003 (qutersat_releas) R 8001 8003 7955 0 -1 4202496 133281 0 0 0 610 19 0 0 25 0 1 0 487548421 600969216 133215 33554432000 4194304 6016207 140735290089664 18446744073709551615 4315424 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8003/statm: 146721 133215 400 445 0 140265 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 586884

[startup+12.7004 s]
/proc/loadavg: 1.11 2.14 4.90 5/187 8010
/proc/meminfo: memFree=13064972/32951124 swapFree=67111528/67111528
[pid=8003] ppid=8001 vsize=1157528 CPUtime=12.69 cores=0,2
/proc/8003/stat : 8003 (qutersat_releas) R 8001 8003 7955 0 -1 4202496 282254 0 0 0 1232 37 0 0 25 0 1 0 487548421 1185308672 280171 33554432000 4194304 6016207 140735290089664 18446744073709551615 4425027 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8003/statm: 289382 280171 702 445 0 282926 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1157528

[startup+25.5011 s]
/proc/loadavg: 1.71 2.24 4.90 5/190 8044
/proc/meminfo: memFree=12410948/32951124 swapFree=67111528/67111528
[pid=8003] ppid=8001 vsize=1157528 CPUtime=25.49 cores=0,2
/proc/8003/stat : 8003 (qutersat_releas) R 8001 8003 7955 0 -1 4202496 282289 0 0 0 2512 37 0 0 25 0 1 0 487548421 1185308672 280206 33554432000 4194304 6016207 140735290089664 18446744073709551615 212687372622 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8003/statm: 289382 280206 734 445 0 282926 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1157528

[startup+51.1004 s]
/proc/loadavg: 2.55 2.39 4.88 5/190 8071
/proc/meminfo: memFree=9724068/32951124 swapFree=67111528/67111528
[pid=8003] ppid=8001 vsize=1157528 CPUtime=51.09 cores=0,2
/proc/8003/stat : 8003 (qutersat_releas) R 8001 8003 7955 0 -1 4202496 282289 0 0 0 5072 37 0 0 25 0 1 0 487548421 1185308672 280206 33554432000 4194304 6016207 140735290089664 18446744073709551615 4425079 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8003/statm: 289382 280206 734 445 0 282926 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1157528

[startup+102.307 s]
/proc/loadavg: 3.42 2.66 4.83 5/190 8073
/proc/meminfo: memFree=9028152/32951124 swapFree=67111528/67111528
[pid=8003] ppid=8001 vsize=1157528 CPUtime=102.3 cores=0,2
/proc/8003/stat : 8003 (qutersat_releas) R 8001 8003 7955 0 -1 4202496 285692 0 0 0 10192 38 0 0 25 0 1 0 487548421 1185308672 258514 33554432000 4194304 6016207 140735290089664 18446744073709551615 4424223 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8003/statm: 289382 258514 734 445 0 282926 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1157528

[startup+162.301 s]
/proc/loadavg: 4.87 3.16 4.86 4/188 8119
/proc/meminfo: memFree=11077428/32951124 swapFree=67111528/67111528
[pid=8003] ppid=8001 vsize=1190296 CPUtime=162.21 cores=0,2
/proc/8003/stat : 8003 (qutersat_releas) R 8001 8003 7955 0 -1 4202496 308342 0 0 0 16176 45 0 0 25 0 1 0 487548421 1218863104 281164 33554432000 4194304 6016207 140735290089664 18446744073709551615 4425079 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8003/statm: 297574 281164 738 445 0 291118 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 1190296

[startup+222.301 s]
/proc/loadavg: 6.20 3.89 5.01 4/189 8149
/proc/meminfo: memFree=15975968/32951124 swapFree=67111528/67111528
[pid=8003] ppid=8001 vsize=1190296 CPUtime=222.2 cores=0,2
/proc/8003/stat : 8003 (qutersat_releas) R 8001 8003 7955 0 -1 4202496 309256 0 0 0 22175 45 0 0 25 0 1 0 487548421 1218863104 282078 33554432000 4194304 6016207 140735290089664 18446744073709551615 4424285 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8003/statm: 297574 282078 738 445 0 291118 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 1190296

[startup+282.3 s]
/proc/loadavg: 4.98 3.96 4.96 5/190 8189
/proc/meminfo: memFree=16474108/32951124 swapFree=67111528/67111528
[pid=8003] ppid=8001 vsize=1214572 CPUtime=282.21 cores=0,2
/proc/8003/stat : 8003 (qutersat_releas) R 8001 8003 7955 0 -1 4202496 314505 0 0 0 28175 46 0 0 25 0 1 0 487548421 1243721728 287323 33554432000 4194304 6016207 140735290089664 18446744073709551615 4424223 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8003/statm: 303643 287323 734 445 0 297187 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 1214572

[startup+342.3 s]
/proc/loadavg: 4.36 3.97 4.90 6/190 8217
/proc/meminfo: memFree=16277028/32951124 swapFree=67111528/67111528
[pid=8003] ppid=8001 vsize=1214572 CPUtime=342.22 cores=0,2
/proc/8003/stat : 8003 (qutersat_releas) R 8001 8003 7955 0 -1 4202496 316756 0 0 0 34174 48 0 0 25 0 1 0 487548421 1243721728 289255 33554432000 4194304 6016207 140735290089664 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8003/statm: 303643 289255 734 445 0 297187 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 1214572

[startup+402.3 s]
/proc/loadavg: 4.13 3.97 4.84 5/190 8273
/proc/meminfo: memFree=12241988/32951124 swapFree=67111528/67111528
[pid=8003] ppid=8001 vsize=1246928 CPUtime=402.22 cores=0,2
/proc/8003/stat : 8003 (qutersat_releas) R 8001 8003 7955 0 -1 4202496 321669 0 0 0 40173 49 0 0 25 0 1 0 487548421 1276854272 294168 33554432000 4194304 6016207 140735290089664 18446744073709551615 4425057 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8003/statm: 311732 294168 734 445 0 305276 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 1246928

[startup+462.3 s]
/proc/loadavg: 4.05 3.97 4.78 5/190 8301
/proc/meminfo: memFree=14191916/32951124 swapFree=67111528/67111528
[pid=8003] ppid=8001 vsize=1246928 CPUtime=462.21 cores=0,2
/proc/8003/stat : 8003 (qutersat_releas) R 8001 8003 7955 0 -1 4202496 322780 0 0 0 46172 49 0 0 25 0 1 0 487548421 1276854272 295279 33554432000 4194304 6016207 140735290089664 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8003/statm: 311732 295279 734 445 0 305276 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 1246928

[startup+522.3 s]
/proc/loadavg: 4.02 3.97 4.73 5/190 8303
/proc/meminfo: memFree=9602600/32951124 swapFree=67111528/67111528
[pid=8003] ppid=8001 vsize=1270784 CPUtime=522.21 cores=0,2
/proc/8003/stat : 8003 (qutersat_releas) R 8001 8003 7955 0 -1 4202496 329715 0 0 0 52170 51 0 0 25 0 1 0 487548421 1301282816 302214 33554432000 4194304 6016207 140735290089664 18446744073709551615 4425601 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8003/statm: 317696 302214 734 445 0 311240 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 1270784

[startup+582.301 s]
/proc/loadavg: 4.00 3.97 4.68 5/190 8305
/proc/meminfo: memFree=9997300/32951124 swapFree=67111528/67111528
[pid=8003] ppid=8001 vsize=1270784 CPUtime=582.22 cores=0,2
/proc/8003/stat : 8003 (qutersat_releas) R 8001 8003 7955 0 -1 4202496 330315 0 0 0 58170 52 0 0 25 0 1 0 487548421 1301282816 302814 33554432000 4194304 6016207 140735290089664 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8003/statm: 317696 302814 734 445 0 311240 0
Current children cumulated CPU time (s) 582.22
Current children cumulated vsize (KiB) 1270784

[startup+642.301 s]
/proc/loadavg: 4.03 3.99 4.64 6/190 8333
/proc/meminfo: memFree=13843788/32951124 swapFree=67111528/67111528
[pid=8003] ppid=8001 vsize=1270784 CPUtime=642.22 cores=0,2
/proc/8003/stat : 8003 (qutersat_releas) R 8001 8003 7955 0 -1 4202496 330871 0 0 0 64170 52 0 0 25 0 1 0 487548421 1301282816 303370 33554432000 4194304 6016207 140735290089664 18446744073709551615 4424258 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8003/statm: 317696 303370 734 445 0 311240 0
Current children cumulated CPU time (s) 642.22
Current children cumulated vsize (KiB) 1270784

[startup+702.301 s]
/proc/loadavg: 4.01 3.99 4.60 5/190 8335
/proc/meminfo: memFree=9060392/32951124 swapFree=67111528/67111528
[pid=8003] ppid=8001 vsize=1294312 CPUtime=702.23 cores=0,2
/proc/8003/stat : 8003 (qutersat_releas) R 8001 8003 7955 0 -1 4202496 336460 0 0 0 70169 54 0 0 25 0 1 0 487548421 1325375488 308959 33554432000 4194304 6016207 140735290089664 18446744073709551615 4424219 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8003/statm: 323578 308959 734 445 0 317122 0
Current children cumulated CPU time (s) 702.23
Current children cumulated vsize (KiB) 1294312

[startup+762.307 s]
/proc/loadavg: 4.00 3.99 4.56 5/190 8363
/proc/meminfo: memFree=13084436/32951124 swapFree=67111528/67111528
[pid=8003] ppid=8001 vsize=1388928 CPUtime=762.23 cores=0,2
/proc/8003/stat : 8003 (qutersat_releas) R 8001 8003 7955 0 -1 4202496 338715 0 0 0 76169 54 0 0 25 0 1 0 487548421 1422262272 311214 33554432000 4194304 6016207 140735290089664 18446744073709551615 4425023 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8003/statm: 347232 311214 734 445 0 340776 0
Current children cumulated CPU time (s) 762.23
Current children cumulated vsize (KiB) 1388928

[startup+822.301 s]
/proc/loadavg: 4.04 4.00 4.53 5/190 8365
/proc/meminfo: memFree=12932060/32951124 swapFree=67111528/67111528
[pid=8003] ppid=8001 vsize=1388928 CPUtime=822.23 cores=0,2
/proc/8003/stat : 8003 (qutersat_releas) R 8001 8003 7955 0 -1 4202496 338716 0 0 0 82169 54 0 0 25 0 1 0 487548421 1422262272 311215 33554432000 4194304 6016207 140735290089664 18446744073709551615 4385042 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8003/statm: 347232 311215 734 445 0 340776 0
Current children cumulated CPU time (s) 822.23
Current children cumulated vsize (KiB) 1388928

[startup+882.301 s]
/proc/loadavg: 4.01 4.00 4.49 5/190 8367
/proc/meminfo: memFree=11941120/32951124 swapFree=67111528/67111528
[pid=8003] ppid=8001 vsize=1388928 CPUtime=882.23 cores=0,2
/proc/8003/stat : 8003 (qutersat_releas) R 8001 8003 7955 0 -1 4202496 338757 0 0 0 88169 54 0 0 25 0 1 0 487548421 1422262272 311256 33554432000 4194304 6016207 140735290089664 18446744073709551615 4385057 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8003/statm: 347232 311256 734 445 0 340776 0
Current children cumulated CPU time (s) 882.23
Current children cumulated vsize (KiB) 1388928

[startup+942.301 s]
/proc/loadavg: 4.06 4.01 4.46 5/190 8368
/proc/meminfo: memFree=11640996/32951124 swapFree=67111528/67111528
[pid=8003] ppid=8001 vsize=1388928 CPUtime=942.23 cores=0,2
/proc/8003/stat : 8003 (qutersat_releas) R 8001 8003 7955 0 -1 4202496 338831 0 0 0 94169 54 0 0 25 0 1 0 487548421 1422262272 311259 33554432000 4194304 6016207 140735290089664 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8003/statm: 347232 311259 734 445 0 340776 0
Current children cumulated CPU time (s) 942.23
Current children cumulated vsize (KiB) 1388928

[startup+1002.3 s]
/proc/loadavg: 4.02 4.01 4.43 5/190 8370
/proc/meminfo: memFree=11545504/32951124 swapFree=67111528/67111528
[pid=8003] ppid=8001 vsize=1388928 CPUtime=1002.23 cores=0,2
/proc/8003/stat : 8003 (qutersat_releas) R 8001 8003 7955 0 -1 4202496 338832 0 0 0 100169 54 0 0 25 0 1 0 487548421 1422262272 311260 33554432000 4194304 6016207 140735290089664 18446744073709551615 4371014 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8003/statm: 347232 311260 734 445 0 340776 0
Current children cumulated CPU time (s) 1002.23
Current children cumulated vsize (KiB) 1388928

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 4.40 5/190 8371
/proc/meminfo: memFree=11097608/32951124 swapFree=67111528/67111528
[pid=8003] ppid=8001 vsize=1388928 CPUtime=1062.24 cores=0,2
/proc/8003/stat : 8003 (qutersat_releas) R 8001 8003 7955 0 -1 4202496 341491 0 0 0 106169 55 0 0 25 0 1 0 487548421 1422262272 313824 33554432000 4194304 6016207 140735290089664 18446744073709551615 4377969 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8003/statm: 347232 313824 734 445 0 340776 0
Current children cumulated CPU time (s) 1062.24
Current children cumulated vsize (KiB) 1388928

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 4.37 5/190 8373
/proc/meminfo: memFree=10958340/32951124 swapFree=67111528/67111528
[pid=8003] ppid=8001 vsize=1388928 CPUtime=1122.24 cores=0,2
/proc/8003/stat : 8003 (qutersat_releas) R 8001 8003 7955 0 -1 4202496 342517 0 0 0 112169 55 0 0 25 0 1 0 487548421 1422262272 314850 33554432000 4194304 6016207 140735290089664 18446744073709551615 4733382 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8003/statm: 347232 314850 734 445 0 340776 0
Current children cumulated CPU time (s) 1122.24
Current children cumulated vsize (KiB) 1388928

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

[startup+1126.3 s]
/proc/loadavg: 4.00 4.00 4.37 5/190 8373
/proc/meminfo: memFree=10954868/32951124 swapFree=67111528/67111528
[pid=8003] ppid=8001 vsize=1388928 CPUtime=1126.24 cores=0,2
/proc/8003/stat : 8003 (qutersat_releas) R 8001 8003 7955 0 -1 4202496 343301 0 0 0 112569 55 0 0 25 0 1 0 487548421 1422262272 315634 33554432000 4194304 6016207 140735290089664 18446744073709551615 4425075 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8003/statm: 347232 315634 734 445 0 340776 0
Current children cumulated CPU time (s) 1126.24
Current children cumulated vsize (KiB) 1388928

[startup+1132.7 s]
/proc/loadavg: 4.00 4.00 4.37 5/190 8373
/proc/meminfo: memFree=10944824/32951124 swapFree=67111528/67111528
[pid=8003] ppid=8001 vsize=1388928 CPUtime=1132.63 cores=0,2
/proc/8003/stat : 8003 (qutersat_releas) R 8001 8003 7955 0 -1 4202496 343313 0 0 0 113208 55 0 0 25 0 1 0 487548421 1422262272 315646 33554432000 4194304 6016207 140735290089664 18446744073709551615 4425019 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8003/statm: 347232 315646 734 445 0 340776 0
Current children cumulated CPU time (s) 1132.63
Current children cumulated vsize (KiB) 1388928

[startup+1135.9 s]
/proc/loadavg: 4.00 4.00 4.37 5/190 8373
/proc/meminfo: memFree=10937880/32951124 swapFree=67111528/67111528
[pid=8003] ppid=8001 vsize=1388928 CPUtime=1135.83 cores=0,2
/proc/8003/stat : 8003 (qutersat_releas) R 8001 8003 7955 0 -1 4202496 343313 0 0 0 113528 55 0 0 25 0 1 0 487548421 1422262272 315646 33554432000 4194304 6016207 140735290089664 18446744073709551615 4380944 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8003/statm: 347232 315646 734 445 0 340776 0
Current children cumulated CPU time (s) 1135.83
Current children cumulated vsize (KiB) 1388928

[startup+1137.5 s]
/proc/loadavg: 4.00 4.00 4.36 5/190 8373
/proc/meminfo: memFree=10933540/32951124 swapFree=67111528/67111528
[pid=8003] ppid=8001 vsize=1388928 CPUtime=1137.43 cores=0,2
/proc/8003/stat : 8003 (qutersat_releas) R 8001 8003 7955 0 -1 4202496 343313 0 0 0 113688 55 0 0 25 0 1 0 487548421 1422262272 315646 33554432000 4194304 6016207 140735290089664 18446744073709551615 4378319 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8003/statm: 347232 315646 734 445 0 340776 0
Current children cumulated CPU time (s) 1137.43
Current children cumulated vsize (KiB) 1388928

[startup+1138.3 s]
/proc/loadavg: 4.00 4.00 4.36 5/190 8373
/proc/meminfo: memFree=10933540/32951124 swapFree=67111528/67111528
[pid=8003] ppid=8001 vsize=1388928 CPUtime=1138.23 cores=0,2
/proc/8003/stat : 8003 (qutersat_releas) R 8001 8003 7955 0 -1 4202496 343313 0 0 0 113768 55 0 0 25 0 1 0 487548421 1422262272 315646 33554432000 4194304 6016207 140735290089664 18446744073709551615 4424273 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8003/statm: 347232 315646 734 445 0 340776 0
Current children cumulated CPU time (s) 1138.23
Current children cumulated vsize (KiB) 1388928

[startup+1139.1 s]
/proc/loadavg: 4.00 4.00 4.36 5/190 8373
/proc/meminfo: memFree=10930936/32951124 swapFree=67111528/67111528
[pid=8003] ppid=8001 vsize=1388928 CPUtime=1139.03 cores=0,2
/proc/8003/stat : 8003 (qutersat_releas) R 8001 8003 7955 0 -1 4202496 343332 0 0 0 113848 55 0 0 25 0 1 0 487548421 1422262272 315665 33554432000 4194304 6016207 140735290089664 18446744073709551615 4371312 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8003/statm: 347232 315665 734 445 0 340776 0
Current children cumulated CPU time (s) 1139.03
Current children cumulated vsize (KiB) 1388928

[startup+1139.3 s]
/proc/loadavg: 4.00 4.00 4.36 5/190 8373
/proc/meminfo: memFree=10930936/32951124 swapFree=67111528/67111528
[pid=8003] ppid=8001 vsize=1388928 CPUtime=1139.23 cores=0,2
/proc/8003/stat : 8003 (qutersat_releas) R 8001 8003 7955 0 -1 4202496 343337 0 0 0 113868 55 0 0 25 0 1 0 487548421 1422262272 315574 33554432000 4194304 6016207 140735290089664 18446744073709551615 4809465 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8003/statm: 347232 315574 734 445 0 340776 0
Current children cumulated CPU time (s) 1139.23
Current children cumulated vsize (KiB) 1388928

[startup+1139.4 s]
/proc/loadavg: 4.00 4.00 4.36 5/190 8373
/proc/meminfo: memFree=10930936/32951124 swapFree=67111528/67111528
[pid=8003] ppid=8001 vsize=0 CPUtime=1139.33 cores=0,2
/proc/8003/stat : 8003 (qutersat_releas) R 8001 8003 7955 0 -1 4202500 343342 0 0 0 113877 56 0 0 25 0 1 0 487548421 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 0 0 0 0
/proc/8003/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1139.33
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1139.45
CPU time (s): 1139.39
CPU user time (s): 1138.78
CPU system time (s): 0.614906
CPU usage (%): 99.995
Max. virtual memory (cumulated for all children) (KiB): 1388928

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

runsolver used 1.9717 second user time and 4.25235 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-25 21:25:07
IDJOB=3283091
IDBENCH=70961
IDSOLVER=1607
FILE ID=node139/3283091-1303759505
RUNJOBID= node139-1303759504-7973
PBS_JOBID= 13157122
Free space on /tmp= 72304 MiB

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

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

MD5SUM BENCH= ba6884aaa746378e56c38fd8b3d0255e
RANDOM SEED=2084946188

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.852
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.852
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.852
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	: 5321.49
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.852
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.852
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.852
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15535884 kB
Buffers:       2147796 kB
Cached:       14515064 kB
SwapCached:          0 kB
Active:       10106092 kB
Inactive:      6778328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15535884 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          132860 kB
Writeback:           0 kB
AnonPages:      221140 kB
Mapped:          15308 kB
Slab:           465792 kB
PageTables:       5412 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   370148 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= 72304 MiB
End job on node139 at 2011-04-25 21:44:06