Trace number 3421349

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 1752.41 1752.38

General information on the benchmark

NameSAT05/crafted/sorge05/QG7a/
gensys-ukn009.shuffled-as.sat05-3849.cnf
MD5SUMf2a1eb7937a7cda114ce344a30ca1145
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1222.87
Satisfiable
(Un)Satisfiability was proved
Number of variables2969
Number of clauses18718
Sum of the clauses size134151
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2435
Number of clauses of size 32341
Number of clauses of size 4498
Number of clauses of size 5677
Number of clauses of size over 514725

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.02	c Parse Cnf success: #var: 2969 #clause: 18718
0.00/0.02	c Find Units :         35
0.00/0.02	c Find Invs  :         21
0.00/0.02	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.02	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.02	c Find Ite   :          0
0.00/0.02	c UnDirect variable: 42
0.00/0.02	c UnDirect to Direct Gate: 16
0.00/0.02	c Forced Direct Gate: 16 Unuse unDirect Gate: 21
0.00/0.02	c Break Cycle : 0
0.00/0.02	c Total Root : 16 Undef Var: 2953
0.00/0.02	c After covering, Total Root: 16 Leaf: 35
0.00/0.02	c Variable( cover/uncovered/unused ): 51 2918 0
0.00/0.02	c Unit Clauses: 35
0.00/0.02	c Binary Clauses( cover/uncovered ): 32 382
0.00/0.02	c Clauses( cover/uncovered ): 0 17929
0.00/0.02	c Total Clauses( cover/uncovered ): 67 18311 0.364566%
0.00/0.02	c Covered Ands: 0 Invs: 16 Xors: 0 Ites: 0
0.00/0.06	c Uncover Clauses avg size: 7.13686 max size: 13
0.00/0.06	c Final circuit: i/l/o/s    2927       0   16946     59704
0.00/0.06	c CnfToAig: Time: 0.05 s
0.08/0.14	c TmMap: Set choices finish.
0.08/0.17	c TmMap: Set big and: 27824
0.08/0.17	c TmMap: Origin: 62632 ClauseNum: 179112 --> New: 30752 ClauseNum: 118304
0.08/0.17	c TmMap: Time: 0.04
0.08/0.18	c Try to Add: #clause: 55648 #xorclause: 0
0.19/0.20	c #var: 13805 #clauses: 26253 Solving... 
1752.33/1752.35	s UNSATISFIABLE
1752.33/1752.36	c CPU time: 1752.39 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-3421349-1306630999/watcher-3421349-1306630999 -o /tmp/evaluation-result-3421349-1306630999/solver-3421349-1306630999 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421349-1306630999.cnf 969332673 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.55 1.88 1.96 3/464 26852
/proc/meminfo: memFree=15098112/32950928 swapFree=56743108/67111528
[pid=26852] ppid=26850 vsize=33388 CPUtime=0 cores=0,2,4,6
/proc/26852/stat : 26852 (qutersat_releas) R 26850 26852 26002 0 -1 4202496 2023 0 0 0 0 0 0 0 25 0 1 0 774699720 34189312 1960 33554432000 4194304 6014671 140733242267328 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/26852/statm: 8347 1960 378 445 0 1892 0

[startup+0.073007 s]
/proc/loadavg: 1.55 1.88 1.96 3/464 26852
/proc/meminfo: memFree=15098112/32950928 swapFree=56743108/67111528
[pid=26852] ppid=26850 vsize=36972 CPUtime=0.06 cores=0,2,4,6
/proc/26852/stat : 26852 (qutersat_releas) R 26850 26852 26002 0 -1 4202496 3153 0 0 0 6 0 0 0 25 0 1 0 774699720 37859328 3090 33554432000 4194304 6014671 140733242267328 18446744073709551615 4340831 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/26852/statm: 9243 3091 471 445 0 2788 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 36972

[startup+0.10103 s]
/proc/loadavg: 1.55 1.88 1.96 3/464 26852
/proc/meminfo: memFree=15098112/32950928 swapFree=56743108/67111528
[pid=26852] ppid=26850 vsize=49432 CPUtime=0.08 cores=0,2,4,6
/proc/26852/stat : 26852 (qutersat_releas) R 26850 26852 26002 0 -1 4202496 6422 0 0 0 8 0 0 0 25 0 1 0 774699720 50618368 6359 33554432000 4194304 6014671 140733242267328 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/26852/statm: 12358 6361 668 445 0 5903 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 49432

[startup+0.300997 s]
/proc/loadavg: 1.55 1.88 1.96 3/464 26852
/proc/meminfo: memFree=15098112/32950928 swapFree=56743108/67111528
[pid=26852] ppid=26850 vsize=61268 CPUtime=0.29 cores=0,2,4,6
/proc/26852/stat : 26852 (qutersat_releas) R 26850 26852 26002 0 -1 4202496 9401 0 0 0 28 1 0 0 25 0 1 0 774699720 62738432 9338 33554432000 4194304 6014671 140733242267328 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/26852/statm: 15317 9338 697 445 0 8862 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 61268

[startup+0.700925 s]
/proc/loadavg: 1.55 1.88 1.96 3/464 26852
/proc/meminfo: memFree=15098112/32950928 swapFree=56743108/67111528
[pid=26852] ppid=26850 vsize=63316 CPUtime=0.69 cores=0,2,4,6
/proc/26852/stat : 26852 (qutersat_releas) R 26850 26852 26002 0 -1 4202496 9718 0 0 0 68 1 0 0 25 0 1 0 774699720 64835584 9655 33554432000 4194304 6014671 140733242267328 18446744073709551615 4422580 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/26852/statm: 15829 9655 701 445 0 9374 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 63316

[startup+1.50079 s]
/proc/loadavg: 1.55 1.88 1.96 3/465 26853
/proc/meminfo: memFree=15048384/32950928 swapFree=56743108/67111528
[pid=26852] ppid=26850 vsize=86748 CPUtime=1.49 cores=0,2,4,6
/proc/26852/stat : 26852 (qutersat_releas) R 26850 26852 26002 0 -1 4202496 11855 0 0 0 148 1 0 0 25 0 1 0 774699720 88829952 11792 33554432000 4194304 6014671 140733242267328 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/26852/statm: 21687 11792 724 445 0 15232 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 86748

[startup+3.1005 s]
/proc/loadavg: 1.55 1.88 1.96 3/465 26853
/proc/meminfo: memFree=15042308/32950928 swapFree=56743108/67111528
[pid=26852] ppid=26850 vsize=96168 CPUtime=3.09 cores=0,2,4,6
/proc/26852/stat : 26852 (qutersat_releas) R 26850 26852 26002 0 -1 4202496 12750 0 0 0 308 1 0 0 25 0 1 0 774699720 98476032 12687 33554432000 4194304 6014671 140733242267328 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/26852/statm: 24042 12687 728 445 0 17587 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 96168

[startup+6.30093 s]
/proc/loadavg: 1.59 1.88 1.96 3/465 26853
/proc/meminfo: memFree=15028296/32950928 swapFree=56743108/67111528
[pid=26852] ppid=26850 vsize=114832 CPUtime=6.29 cores=0,2,4,6
/proc/26852/stat : 26852 (qutersat_releas) R 26850 26852 26002 0 -1 4202496 13927 0 0 0 627 2 0 0 25 0 1 0 774699720 117587968 13864 33554432000 4194304 6014671 140733242267328 18446744073709551615 4424065 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/26852/statm: 28708 13864 728 445 0 22253 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 114832

[startup+12.7008 s]
/proc/loadavg: 1.62 1.89 1.96 3/465 26853
/proc/meminfo: memFree=15006964/32950928 swapFree=56743108/67111528
[pid=26852] ppid=26850 vsize=125128 CPUtime=12.68 cores=0,2,4,6
/proc/26852/stat : 26852 (qutersat_releas) R 26850 26852 26002 0 -1 4202496 17234 0 0 0 1266 2 0 0 25 0 1 0 774699720 128131072 17171 33554432000 4194304 6014671 140733242267328 18446744073709551615 4424114 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/26852/statm: 31282 17171 729 445 0 24827 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 125128

[startup+25.5005 s]
/proc/loadavg: 1.70 1.89 1.96 3/465 26854
/proc/meminfo: memFree=14989604/32950928 swapFree=56743108/67111528
[pid=26852] ppid=26850 vsize=145312 CPUtime=25.47 cores=0,2,4,6
/proc/26852/stat : 26852 (qutersat_releas) R 26850 26852 26002 0 -1 4202496 19899 0 0 0 2544 3 0 0 25 0 1 0 774699720 148799488 19836 33554432000 4194304 6014671 140733242267328 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26852/statm: 36328 19836 729 445 0 29873 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 145312

[startup+51.101 s]
/proc/loadavg: 1.80 1.90 1.96 3/465 26857
/proc/meminfo: memFree=14960124/32950928 swapFree=56743108/67111528
[pid=26852] ppid=26850 vsize=145312 CPUtime=51.07 cores=0,2,4,6
/proc/26852/stat : 26852 (qutersat_releas) R 26850 26852 26002 0 -1 4202496 21748 0 0 0 5104 3 0 0 25 0 1 0 774699720 148799488 21684 33554432000 4194304 6014671 140733242267328 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26852/statm: 36328 21684 730 445 0 29873 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 145312

[startup+102.317 s]
/proc/loadavg: 1.91 1.91 1.96 3/465 26859
/proc/meminfo: memFree=14924568/32950928 swapFree=56743108/67111528
[pid=26852] ppid=26850 vsize=145312 CPUtime=102.29 cores=0,2,4,6
/proc/26852/stat : 26852 (qutersat_releas) R 26850 26852 26002 0 -1 4202496 23479 0 0 0 10225 4 0 0 25 0 1 0 774699720 148799488 23406 33554432000 4194304 6014671 140733242267328 18446744073709551615 4422600 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26852/statm: 36328 23406 729 445 0 29873 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 145312

[startup+162.3 s]
/proc/loadavg: 2.03 1.94 1.96 3/465 26860
/proc/meminfo: memFree=14884616/32950928 swapFree=56743108/67111528
[pid=26852] ppid=26850 vsize=145312 CPUtime=162.27 cores=0,2,4,6
/proc/26852/stat : 26852 (qutersat_releas) R 26850 26852 26002 0 -1 4202496 27097 0 0 0 16223 4 0 0 25 0 1 0 774699720 148799488 26994 33554432000 4194304 6014671 140733242267328 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26852/statm: 36328 26994 729 445 0 29873 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 145312

[startup+222.301 s]
/proc/loadavg: 2.12 1.98 1.97 3/465 26862
/proc/meminfo: memFree=14854444/32950928 swapFree=56743108/67111528
[pid=26852] ppid=26850 vsize=157080 CPUtime=222.28 cores=0,2,4,6
/proc/26852/stat : 26852 (qutersat_releas) R 26850 26852 26002 0 -1 4202496 29356 0 0 0 22222 6 0 0 25 0 1 0 774699720 160849920 29253 33554432000 4194304 6014671 140733242267328 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26852/statm: 39270 29253 729 445 0 32815 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 157080

[startup+282.3 s]
/proc/loadavg: 2.04 1.98 1.97 3/465 26864
/proc/meminfo: memFree=14835812/32950928 swapFree=56743108/67111528
[pid=26852] ppid=26850 vsize=169500 CPUtime=282.28 cores=0,2,4,6
/proc/26852/stat : 26852 (qutersat_releas) R 26850 26852 26002 0 -1 4202496 33343 0 0 0 28222 6 0 0 25 0 1 0 774699720 173568000 33238 33554432000 4194304 6014671 140733242267328 18446744073709551615 4424179 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26852/statm: 42375 33238 729 445 0 35920 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 169500

[startup+342.301 s]
/proc/loadavg: 2.01 1.98 1.97 3/465 26865
/proc/meminfo: memFree=14813336/32950928 swapFree=56743108/67111528
[pid=26852] ppid=26850 vsize=194520 CPUtime=342.28 cores=0,2,4,6
/proc/26852/stat : 26852 (qutersat_releas) R 26850 26852 26002 0 -1 4202496 38566 0 0 0 34221 7 0 0 25 0 1 0 774699720 199188480 38461 33554432000 4194304 6014671 140733242267328 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26852/statm: 48630 38461 729 445 0 42175 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 194520

[startup+402.301 s]
/proc/loadavg: 2.00 1.98 1.97 3/465 26867
/proc/meminfo: memFree=14810452/32950928 swapFree=56743108/67111528
[pid=26852] ppid=26850 vsize=207292 CPUtime=402.28 cores=0,2,4,6
/proc/26852/stat : 26852 (qutersat_releas) R 26850 26852 26002 0 -1 4202496 39262 0 0 0 40220 8 0 0 25 0 1 0 774699720 212267008 39157 33554432000 4194304 6014671 140733242267328 18446744073709551615 4423613 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26852/statm: 51823 39157 729 445 0 45368 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 207292

[startup+462.3 s]
/proc/loadavg: 2.00 1.98 1.97 3/465 26868
/proc/meminfo: memFree=14794164/32950928 swapFree=56743108/67111528
[pid=26852] ppid=26850 vsize=259336 CPUtime=462.29 cores=0,2,4,6
/proc/26852/stat : 26852 (qutersat_releas) R 26850 26852 26002 0 -1 4202496 43042 0 0 0 46220 9 0 0 25 0 1 0 774699720 265560064 42903 33554432000 4194304 6014671 140733242267328 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26852/statm: 64834 42903 729 445 0 58379 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 259336

[startup+522.301 s]
/proc/loadavg: 2.00 1.98 1.97 3/465 26870
/proc/meminfo: memFree=14793644/32950928 swapFree=56743108/67111528
[pid=26852] ppid=26850 vsize=259336 CPUtime=522.29 cores=0,2,4,6
/proc/26852/stat : 26852 (qutersat_releas) R 26850 26852 26002 0 -1 4202496 43077 0 0 0 52220 9 0 0 25 0 1 0 774699720 265560064 42927 33554432000 4194304 6014671 140733242267328 18446744073709551615 4425376 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26852/statm: 64834 42927 729 445 0 58379 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 259336

[startup+582.301 s]
/proc/loadavg: 2.00 1.98 1.97 3/465 26872
/proc/meminfo: memFree=14770176/32950928 swapFree=56743108/67111528
[pid=26852] ppid=26850 vsize=259336 CPUtime=582.28 cores=0,2,4,6
/proc/26852/stat : 26852 (qutersat_releas) R 26850 26852 26002 0 -1 4202496 48963 0 0 0 58219 9 0 0 25 0 1 0 774699720 265560064 48806 33554432000 4194304 6014671 140733242267328 18446744073709551615 4423990 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26852/statm: 64834 48806 729 445 0 58379 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 259336

[startup+642.301 s]

################
# More data... #
################

/proc/meminfo: memFree=14636256/32950928 swapFree=56743108/67111528
[pid=26852] ppid=26850 vsize=373164 CPUtime=1062.3 cores=0,2,4,6
/proc/26852/stat : 26852 (qutersat_releas) R 26850 26852 26002 0 -1 4202496 67895 0 0 0 106216 14 0 0 25 0 1 0 774699720 382119936 67473 33554432000 4194304 6014671 140733242267328 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26852/statm: 93291 67473 729 445 0 86836 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 373164

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/465 26886
/proc/meminfo: memFree=14629160/32950928 swapFree=56743108/67111528
[pid=26852] ppid=26850 vsize=373164 CPUtime=1122.3 cores=0,2,4,6
/proc/26852/stat : 26852 (qutersat_releas) R 26850 26852 26002 0 -1 4202496 68427 0 0 0 112216 14 0 0 25 0 1 0 774699720 382119936 68005 33554432000 4194304 6014671 140733242267328 18446744073709551615 4376251 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26852/statm: 93291 68005 729 445 0 86836 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 373164

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/465 26888
/proc/meminfo: memFree=14627888/32950928 swapFree=56743108/67111528
[pid=26852] ppid=26850 vsize=373164 CPUtime=1182.3 cores=0,2,4,6
/proc/26852/stat : 26852 (qutersat_releas) R 26850 26852 26002 0 -1 4202496 68521 0 0 0 118216 14 0 0 25 0 1 0 774699720 382119936 68099 33554432000 4194304 6014671 140733242267328 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26852/statm: 93291 68099 729 445 0 86836 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 373164

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.99 4/465 26889
/proc/meminfo: memFree=14614840/32950928 swapFree=56743108/67111528
[pid=26852] ppid=26850 vsize=373164 CPUtime=1242.3 cores=0,2,4,6
/proc/26852/stat : 26852 (qutersat_releas) R 26850 26852 26002 0 -1 4202496 68684 0 0 0 124216 14 0 0 25 0 1 0 774699720 382119936 65149 33554432000 4194304 6014671 140733242267328 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26852/statm: 93291 65149 729 445 0 86836 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 373164

[startup+1302.3 s]
/proc/loadavg: 2.10 2.03 2.00 3/465 26891
/proc/meminfo: memFree=14599184/32950928 swapFree=56743108/67111528
[pid=26852] ppid=26850 vsize=373164 CPUtime=1302.32 cores=0,2,4,6
/proc/26852/stat : 26852 (qutersat_releas) R 26850 26852 26002 0 -1 4202496 68684 0 0 0 130218 14 0 0 25 0 1 0 774699720 382119936 65149 33554432000 4194304 6014671 140733242267328 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26852/statm: 93291 65149 729 445 0 86836 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 373164

[startup+1362.3 s]
/proc/loadavg: 2.19 2.07 2.01 4/465 26892
/proc/meminfo: memFree=14565052/32950928 swapFree=56743108/67111528
[pid=26852] ppid=26850 vsize=435532 CPUtime=1362.3 cores=0,2,4,6
/proc/26852/stat : 26852 (qutersat_releas) R 26850 26852 26002 0 -1 4202496 68987 0 0 0 136216 14 0 0 25 0 1 0 774699720 445984768 65452 33554432000 4194304 6014671 140733242267328 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26852/statm: 108883 65452 729 445 0 102428 0
Current children cumulated CPU time (s) 1362.3
Current children cumulated vsize (KiB) 435532

[startup+1422.32 s]
/proc/loadavg: 2.07 2.05 2.01 3/465 26894
/proc/meminfo: memFree=14560184/32950928 swapFree=56743108/67111528
[pid=26852] ppid=26850 vsize=435532 CPUtime=1422.32 cores=0,2,4,6
/proc/26852/stat : 26852 (qutersat_releas) R 26850 26852 26002 0 -1 4202496 68987 0 0 0 142217 15 0 0 25 0 1 0 774699720 445984768 65452 33554432000 4194304 6014671 140733242267328 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26852/statm: 108883 65452 729 445 0 102428 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 435532

[startup+1482.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/465 26896
/proc/meminfo: memFree=14559288/32950928 swapFree=56743108/67111528
[pid=26852] ppid=26850 vsize=435532 CPUtime=1482.31 cores=0,2,4,6
/proc/26852/stat : 26852 (qutersat_releas) R 26850 26852 26002 0 -1 4202496 69070 0 0 0 148216 15 0 0 25 0 1 0 774699720 445984768 65532 33554432000 4194304 6014671 140733242267328 18446744073709551615 4424179 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26852/statm: 108883 65532 734 445 0 102428 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 435532

[startup+1542.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/465 26897
/proc/meminfo: memFree=14559632/32950928 swapFree=56743108/67111528
[pid=26852] ppid=26850 vsize=435532 CPUtime=1542.31 cores=0,2,4,6
/proc/26852/stat : 26852 (qutersat_releas) R 26850 26852 26002 0 -1 4202496 69070 0 0 0 154216 15 0 0 25 0 1 0 774699720 445984768 65532 33554432000 4194304 6014671 140733242267328 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26852/statm: 108883 65532 734 445 0 102428 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 435532

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 26899
/proc/meminfo: memFree=14544736/32950928 swapFree=56743108/67111528
[pid=26852] ppid=26850 vsize=435532 CPUtime=1602.31 cores=0,2,4,6
/proc/26852/stat : 26852 (qutersat_releas) R 26850 26852 26002 0 -1 4202496 72842 0 0 0 160216 15 0 0 25 0 1 0 774699720 445984768 69304 33554432000 4194304 6014671 140733242267328 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26852/statm: 108883 69304 734 445 0 102428 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 435532

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 26900
/proc/meminfo: memFree=14543580/32950928 swapFree=56743108/67111528
[pid=26852] ppid=26850 vsize=498780 CPUtime=1662.32 cores=0,2,4,6
/proc/26852/stat : 26852 (qutersat_releas) R 26850 26852 26002 0 -1 4202496 73095 0 0 0 166216 16 0 0 25 0 1 0 774699720 510750720 69557 33554432000 4194304 6014671 140733242267328 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26852/statm: 124695 69557 734 445 0 118240 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 498780

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/465 26902
/proc/meminfo: memFree=14530536/32950928 swapFree=56743108/67111528
[pid=26852] ppid=26850 vsize=498780 CPUtime=1722.32 cores=0,2,4,6
/proc/26852/stat : 26852 (qutersat_releas) R 26850 26852 26002 0 -1 4202496 75750 0 0 0 172216 16 0 0 25 0 1 0 774699720 510750720 72212 33554432000 4194304 6014671 140733242267328 18446744073709551615 4566205 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26852/statm: 124695 72212 734 445 0 118240 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 498780

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

[startup+1727.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/465 26902
/proc/meminfo: memFree=14530264/32950928 swapFree=56743108/67111528
[pid=26852] ppid=26850 vsize=498780 CPUtime=1727.92 cores=0,2,4,6
/proc/26852/stat : 26852 (qutersat_releas) R 26850 26852 26002 0 -1 4202496 75750 0 0 0 172776 16 0 0 25 0 1 0 774699720 510750720 72212 33554432000 4194304 6014671 140733242267328 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26852/statm: 124695 72212 734 445 0 118240 0
Current children cumulated CPU time (s) 1727.92
Current children cumulated vsize (KiB) 498780

[startup+1740.7 s]
/proc/loadavg: 2.00 2.01 2.00 3/465 26903
/proc/meminfo: memFree=14530512/32950928 swapFree=56743108/67111528
[pid=26852] ppid=26850 vsize=498780 CPUtime=1740.72 cores=0,2,4,6
/proc/26852/stat : 26852 (qutersat_releas) R 26850 26852 26002 0 -1 4202496 75750 0 0 0 174056 16 0 0 25 0 1 0 774699720 510750720 72212 33554432000 4194304 6014671 140733242267328 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26852/statm: 124695 72212 734 445 0 118240 0
Current children cumulated CPU time (s) 1740.72
Current children cumulated vsize (KiB) 498780

[startup+1747.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/465 26903
/proc/meminfo: memFree=14530636/32950928 swapFree=56743108/67111528
[pid=26852] ppid=26850 vsize=498780 CPUtime=1747.12 cores=0,2,4,6
/proc/26852/stat : 26852 (qutersat_releas) R 26850 26852 26002 0 -1 4202496 75750 0 0 0 174696 16 0 0 25 0 1 0 774699720 510750720 72212 33554432000 4194304 6014671 140733242267328 18446744073709551615 4424038 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26852/statm: 124695 72212 734 445 0 118240 0
Current children cumulated CPU time (s) 1747.12
Current children cumulated vsize (KiB) 498780

[startup+1750.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/465 26903
/proc/meminfo: memFree=14530760/32950928 swapFree=56743108/67111528
[pid=26852] ppid=26850 vsize=498780 CPUtime=1750.32 cores=0,2,4,6
/proc/26852/stat : 26852 (qutersat_releas) R 26850 26852 26002 0 -1 4202496 75750 0 0 0 175016 16 0 0 25 0 1 0 774699720 510750720 72212 33554432000 4194304 6014671 140733242267328 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26852/statm: 124695 72212 734 445 0 118240 0
Current children cumulated CPU time (s) 1750.32
Current children cumulated vsize (KiB) 498780

[startup+1751.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/465 26903
/proc/meminfo: memFree=14530636/32950928 swapFree=56743108/67111528
[pid=26852] ppid=26850 vsize=498780 CPUtime=1751.13 cores=0,2,4,6
/proc/26852/stat : 26852 (qutersat_releas) R 26850 26852 26002 0 -1 4202496 75750 0 0 0 175097 16 0 0 25 0 1 0 774699720 510750720 72212 33554432000 4194304 6014671 140733242267328 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26852/statm: 124695 72212 734 445 0 118240 0
Current children cumulated CPU time (s) 1751.13
Current children cumulated vsize (KiB) 498780

[startup+1751.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/465 26903
/proc/meminfo: memFree=14530636/32950928 swapFree=56743108/67111528
[pid=26852] ppid=26850 vsize=498780 CPUtime=1751.92 cores=0,2,4,6
/proc/26852/stat : 26852 (qutersat_releas) R 26850 26852 26002 0 -1 4202496 75750 0 0 0 175176 16 0 0 25 0 1 0 774699720 510750720 72212 33554432000 4194304 6014671 140733242267328 18446744073709551615 4424173 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26852/statm: 124695 72212 734 445 0 118240 0
Current children cumulated CPU time (s) 1751.92
Current children cumulated vsize (KiB) 498780

[startup+1752.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/465 26903
/proc/meminfo: memFree=14530636/32950928 swapFree=56743108/67111528
[pid=26852] ppid=26850 vsize=498780 CPUtime=1752.33 cores=0,2,4,6
/proc/26852/stat : 26852 (qutersat_releas) R 26850 26852 26002 0 -1 4202496 75750 0 0 0 175217 16 0 0 25 0 1 0 774699720 510750720 72212 33554432000 4194304 6014671 140733242267328 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26852/statm: 124695 72212 734 445 0 118240 0
Current children cumulated CPU time (s) 1752.33
Current children cumulated vsize (KiB) 498780

Child status: 0
Real time (s): 1752.38
CPU time (s): 1752.41
CPU user time (s): 1752.23
CPU system time (s): 0.175973
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 498780

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

runsolver used 8.24275 second user time and 17.9193 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-29 03:03:19
IDJOB=3421349
IDBENCH=85793
IDSOLVER=1868
FILE ID=node123/3421349-1306630999
RUNJOBID= node123-1306630995-26805
PBS_JOBID= 13471633
Free space on /tmp= 73444 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT05/crafted/sorge05/QG7a/gensys-ukn009.shuffled-as.sat05-3849.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421349-1306630999/watcher-3421349-1306630999 -o /tmp/evaluation-result-3421349-1306630999/solver-3421349-1306630999 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421349-1306630999.cnf 969332673

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= f2a1eb7937a7cda114ce344a30ca1145
RANDOM SEED=969332673

node123.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.838
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.838
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.838
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.75
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.838
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.82
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.838
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.74
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.838
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.80
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.838
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.838
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15098268 kB
Buffers:        258712 kB
Cached:        4222872 kB
SwapCached:      18840 kB
Active:        3224556 kB
Inactive:     14372040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15098268 kB
SwapTotal:    67111528 kB
SwapFree:     56743108 kB
Dirty:            4204 kB
Writeback:           0 kB
AnonPages:    13103416 kB
Mapped:          33368 kB
Slab:           110104 kB
PageTables:      78196 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 133458148 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= 73440 MiB
End job on node123 at 2011-05-29 03:32:32