Trace number 3292706

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
Sol 2011-04-04SAT 46.7689 46.2254

General information on the benchmark

NameSAT02/industrial/aloul/
Bart/bart17.shuffled.cnf
MD5SUM03b2c3a81b9d765c96c47765b3d50b1e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.000999
Satisfiable
(Un)Satisfiability was proved
Number of variables231
Number of clauses1166
Sum of the clauses size3157
Maximum clause length14
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21001
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5165

Solver Data

46.74/46.21	s SATISFIABLE
46.74/46.21	v -176 210 193 147 -223 47 -107 34 39 -186 95 -213 88 -8 -65 102 -18 19 -215 101 230 51 87 100 172 -38 -222 -85 -74 -151 198 -16 70 117 -27 -178 -30 161 226 -89 -220 24 -45 173 21 -55 114 5 -189 -7 15 132 150 171 -99 -169 20 66 -22 -204 -54 -37 25 122 -17 -77 -48 -200 96 35 180 -12 -154 195 -73 -31 167 -86 -56 63 82 119 124 159 201 207 218 -13 -84 -69 -67 -11 41 -229 -199 -140 -103 53 166 202 -216 -188 -125 26 108 131 136 -191 -44 -32 -3 1 214 -90 -168 -155 -121 -29 92 211 -83 -134 164 227 -146 -112 -185 68 163 75 144 -139 126 2 -206 -105 -113 -28 -135 40 -93 141 33 -60 -111 10 64 72 160 130 -142 177 9 -137 91 -152 145 -203 -231 -62 -170 -196 -23 221 59 -109 -98 -133 127 183 162 -79 -217 165 80 36 212 224 153 190 -187 197 158 81 61 -106 -129 115 -181 58 -4 94 -182 -42 225 49 14 52 -228 -179 -175 -123 104 209 138 116 -110 57 -174 46 149 -157 219 -50 -194 120 -97 -76 -6 205 -192 -43 128 118 -156 71 184 148 -208 78 143  0

Verifier Data

OK

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-3292706-1303792575/watcher-3292706-1303792575 -o /tmp/evaluation-result-3292706-1303792575/solver-3292706-1303792575 -C 2400 -W 1300 -M 7680 mono Main.exe HOME/instance-3292706-1303792575.cnf 

running on 2 cores: 4,6

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: 3.70 3.93 3.71 4/202 7436
/proc/meminfo: memFree=11557052/32951124 swapFree=67111528/67111528
[pid=7436] ppid=7434 vsize=102736 CPUtime=0 cores=4,6
/proc/7436/stat : 7436 (mono) R 7434 7436 6508 0 -1 4202496 922 0 0 0 0 0 0 0 25 0 8 0 471673347 105201664 830 33554432000 4194304 7232020 140734472706912 18446744073709551615 233509958689 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/7436/statm: 25684 830 639 742 0 18255 0
[pid=7436/tid=7437] ppid=7434 vsize=102736 CPUtime=0 cores=4,6
/proc/7436/task/7437/stat : 7437 (mono) S 7434 7436 6508 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 8 0 471673347 105201664 830 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7438] ppid=7434 vsize=102736 CPUtime=0 cores=4,6
/proc/7436/task/7438/stat : 7438 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 8 0 471673347 105201664 830 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7439] ppid=7434 vsize=102736 CPUtime=0 cores=4,6
/proc/7436/task/7439/stat : 7439 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 8 0 471673347 105201664 830 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7440] ppid=7434 vsize=102736 CPUtime=0 cores=4,6
/proc/7436/task/7440/stat : 7440 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 8 0 471673347 105201664 830 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7441] ppid=7434 vsize=102736 CPUtime=0 cores=4,6
/proc/7436/task/7441/stat : 7441 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 8 0 471673347 105201664 830 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7442] ppid=7434 vsize=102736 CPUtime=0 cores=4,6
/proc/7436/task/7442/stat : 7442 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 8 0 471673347 105201664 830 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7443] ppid=7434 vsize=102736 CPUtime=0 cores=4,6
/proc/7436/task/7443/stat : 7443 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 8 0 471673347 105201664 830 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0

[startup+0.030313 s]
/proc/loadavg: 3.70 3.93 3.71 4/202 7436
/proc/meminfo: memFree=11557052/32951124 swapFree=67111528/67111528
[pid=7436] ppid=7434 vsize=106316 CPUtime=0.02 cores=4,6
/proc/7436/stat : 7436 (mono) R 7434 7436 6508 0 -1 4202496 1609 0 0 0 2 0 0 0 25 0 9 0 471673347 108867584 1515 33554432000 4194304 7232020 140734472706912 18446744073709551615 4557258 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/7436/statm: 26579 1517 982 742 0 19150 0
[pid=7436/tid=7437] ppid=7434 vsize=106316 CPUtime=0 cores=4,6
/proc/7436/task/7437/stat : 7437 (mono) S 7434 7436 6508 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 9 0 471673347 108867584 1517 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7438] ppid=7434 vsize=106316 CPUtime=0 cores=4,6
/proc/7436/task/7438/stat : 7438 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 471673347 108867584 1518 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7439] ppid=7434 vsize=106316 CPUtime=0 cores=4,6
/proc/7436/task/7439/stat : 7439 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 471673347 108867584 1519 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7440] ppid=7434 vsize=106316 CPUtime=0 cores=4,6
/proc/7436/task/7440/stat : 7440 (mono) R 7434 7436 6508 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 471673347 108867584 1522 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 0 0 0 -1 4 0 0 0
[pid=7436/tid=7441] ppid=7434 vsize=106316 CPUtime=0 cores=4,6
/proc/7436/task/7441/stat : 7441 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 471673347 108867584 1522 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7442] ppid=7434 vsize=106316 CPUtime=0 cores=4,6
/proc/7436/task/7442/stat : 7442 (mono) R 7434 7436 6508 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 471673347 108867584 1523 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 0 0 0 -1 4 0 0 0
[pid=7436/tid=7443] ppid=7434 vsize=106316 CPUtime=0 cores=4,6
/proc/7436/task/7443/stat : 7443 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 471673347 108867584 1523 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 106316

[startup+0.101304 s]
/proc/loadavg: 3.70 3.93 3.71 4/202 7436
/proc/meminfo: memFree=11557052/32951124 swapFree=67111528/67111528
[pid=7436] ppid=7434 vsize=108296 CPUtime=0.09 cores=4,6
/proc/7436/stat : 7436 (mono) R 7434 7436 6508 0 -1 4202496 2057 0 0 0 9 0 0 0 25 0 9 0 471673347 110895104 1962 33554432000 4194304 7232020 140734472706912 18446744073709551615 233509988314 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/7436/statm: 27074 1962 998 742 0 19645 0
[pid=7436/tid=7437] ppid=7434 vsize=108296 CPUtime=0 cores=4,6
/proc/7436/task/7437/stat : 7437 (mono) S 7434 7436 6508 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 9 0 471673347 110895104 1962 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7438] ppid=7434 vsize=108296 CPUtime=0 cores=4,6
/proc/7436/task/7438/stat : 7438 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 471673347 110895104 1962 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7439] ppid=7434 vsize=108296 CPUtime=0 cores=4,6
/proc/7436/task/7439/stat : 7439 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 471673347 110895104 1962 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
[pid=7436/tid=7440] ppid=7434 vsize=108296 CPUtime=0 cores=4,6
/proc/7436/task/7440/stat : 7440 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 471673347 110895104 1962 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
[pid=7436/tid=7441] ppid=7434 vsize=108296 CPUtime=0 cores=4,6
/proc/7436/task/7441/stat : 7441 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 9 0 471673347 110895104 1962 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7442] ppid=7434 vsize=108296 CPUtime=0 cores=4,6
/proc/7436/task/7442/stat : 7442 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 471673347 110895104 1962 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
[pid=7436/tid=7443] ppid=7434 vsize=108296 CPUtime=0 cores=4,6
/proc/7436/task/7443/stat : 7443 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 471673347 110895104 1962 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 108296

[startup+0.30128 s]
/proc/loadavg: 3.70 3.93 3.71 4/202 7436
/proc/meminfo: memFree=11557052/32951124 swapFree=67111528/67111528
[pid=7436] ppid=7434 vsize=109108 CPUtime=0.29 cores=4,6
/proc/7436/stat : 7436 (mono) R 7434 7436 6508 0 -1 4202496 2320 0 0 0 29 0 0 0 18 0 9 0 471673347 111726592 2225 33554432000 4194304 7232020 140734472706912 18446744073709551615 1096965740 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/7436/statm: 27277 2225 1023 742 0 19848 0
[pid=7436/tid=7437] ppid=7434 vsize=109108 CPUtime=0 cores=4,6
/proc/7436/task/7437/stat : 7437 (mono) S 7434 7436 6508 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 9 0 471673347 111726592 2225 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7438] ppid=7434 vsize=109108 CPUtime=0 cores=4,6
/proc/7436/task/7438/stat : 7438 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 471673347 111726592 2225 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7439] ppid=7434 vsize=109108 CPUtime=0 cores=4,6
/proc/7436/task/7439/stat : 7439 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 9 0 471673347 111726592 2225 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
[pid=7436/tid=7440] ppid=7434 vsize=109108 CPUtime=0 cores=4,6
/proc/7436/task/7440/stat : 7440 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 471673347 111726592 2225 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
[pid=7436/tid=7441] ppid=7434 vsize=109108 CPUtime=0 cores=4,6
/proc/7436/task/7441/stat : 7441 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 471673347 111726592 2225 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7442] ppid=7434 vsize=109108 CPUtime=0 cores=4,6
/proc/7436/task/7442/stat : 7442 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 9 0 471673347 111726592 2225 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7443] ppid=7434 vsize=109108 CPUtime=0 cores=4,6
/proc/7436/task/7443/stat : 7443 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 471673347 111726592 2225 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 109108

[startup+0.701196 s]
/proc/loadavg: 3.70 3.93 3.71 4/202 7436
/proc/meminfo: memFree=11557052/32951124 swapFree=67111528/67111528
[pid=7436] ppid=7434 vsize=110224 CPUtime=0.69 cores=4,6
/proc/7436/stat : 7436 (mono) R 7434 7436 6508 0 -1 4202496 2731 0 0 0 69 0 0 0 18 0 9 0 471673347 112869376 2547 33554432000 4194304 7232020 140734472706912 18446744073709551615 6168994 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/7436/statm: 27556 2547 1023 742 0 20127 0
[pid=7436/tid=7437] ppid=7434 vsize=110224 CPUtime=0 cores=4,6
/proc/7436/task/7437/stat : 7437 (mono) S 7434 7436 6508 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 9 0 471673347 112869376 2547 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7438] ppid=7434 vsize=110224 CPUtime=0 cores=4,6
/proc/7436/task/7438/stat : 7438 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 471673347 112869376 2547 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7439] ppid=7434 vsize=110224 CPUtime=0 cores=4,6
/proc/7436/task/7439/stat : 7439 (mono) R 7434 7436 6508 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 9 0 471673347 112869376 2547 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 0 0 0 -1 6 0 0 0
[pid=7436/tid=7440] ppid=7434 vsize=110224 CPUtime=0 cores=4,6
/proc/7436/task/7440/stat : 7440 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 471673347 112869376 2547 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
[pid=7436/tid=7441] ppid=7434 vsize=110224 CPUtime=0 cores=4,6
/proc/7436/task/7441/stat : 7441 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 471673347 112869376 2547 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7442] ppid=7434 vsize=110224 CPUtime=0 cores=4,6
/proc/7436/task/7442/stat : 7442 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 9 0 471673347 112869376 2547 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7443] ppid=7434 vsize=110224 CPUtime=0 cores=4,6
/proc/7436/task/7443/stat : 7443 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 471673347 112869376 2547 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 110224

[startup+1.50108 s]
/proc/loadavg: 3.81 3.95 3.72 4/198 7497
/proc/meminfo: memFree=11394088/32951124 swapFree=67111528/67111528
[pid=7436] ppid=7434 vsize=115876 CPUtime=1.5 cores=4,6
/proc/7436/stat : 7436 (mono) R 7434 7436 6508 0 -1 4202496 4025 0 0 0 149 1 0 0 18 0 9 0 471673347 118657024 3820 33554432000 4194304 7232020 140734472706912 18446744073709551615 1096999433 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/7436/statm: 28969 3820 1023 742 0 21540 0
[pid=7436/tid=7437] ppid=7434 vsize=115876 CPUtime=0 cores=4,6
/proc/7436/task/7437/stat : 7437 (mono) S 7434 7436 6508 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 9 0 471673347 118657024 3820 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
[pid=7436/tid=7438] ppid=7434 vsize=115876 CPUtime=0 cores=4,6
/proc/7436/task/7438/stat : 7438 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 471673347 118657024 3820 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7439] ppid=7434 vsize=115876 CPUtime=0 cores=4,6
/proc/7436/task/7439/stat : 7439 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 471673347 118657024 3820 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
[pid=7436/tid=7440] ppid=7434 vsize=115876 CPUtime=0 cores=4,6
/proc/7436/task/7440/stat : 7440 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 471673347 118657024 3820 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7441] ppid=7434 vsize=115876 CPUtime=0 cores=4,6
/proc/7436/task/7441/stat : 7441 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 471673347 118657024 3820 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7442] ppid=7434 vsize=115876 CPUtime=0 cores=4,6
/proc/7436/task/7442/stat : 7442 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 471673347 118657024 3820 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
[pid=7436/tid=7443] ppid=7434 vsize=115876 CPUtime=0 cores=4,6
/proc/7436/task/7443/stat : 7443 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 471673347 118657024 3820 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
[pid=7436/tid=7445] ppid=7434 vsize=115876 CPUtime=0 cores=4,6
/proc/7436/task/7445/stat : 7445 (mono) S 7434 7436 6508 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 471673348 118657024 3820 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522121137 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 115876

[startup+3.10078 s]
/proc/loadavg: 3.81 3.95 3.72 5/211 7550
/proc/meminfo: memFree=11341160/32951124 swapFree=67111528/67111528
[pid=7436] ppid=7434 vsize=123384 CPUtime=3.11 cores=4,6
/proc/7436/stat : 7436 (mono) R 7434 7436 6508 0 -1 4202496 5957 0 0 0 309 2 0 0 18 0 9 0 471673347 126345216 5241 33554432000 4194304 7232020 140734472706912 18446744073709551615 1096965875 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/7436/statm: 30846 5241 1023 742 0 23417 0
[pid=7436/tid=7437] ppid=7434 vsize=123384 CPUtime=0 cores=4,6
/proc/7436/task/7437/stat : 7437 (mono) S 7434 7436 6508 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 9 0 471673347 126345216 5241 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
[pid=7436/tid=7438] ppid=7434 vsize=123384 CPUtime=0 cores=4,6
/proc/7436/task/7438/stat : 7438 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 471673347 126345216 5241 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7439] ppid=7434 vsize=123384 CPUtime=0 cores=4,6
/proc/7436/task/7439/stat : 7439 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 471673347 126345216 5241 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7440] ppid=7434 vsize=123384 CPUtime=0 cores=4,6
/proc/7436/task/7440/stat : 7440 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 471673347 126345216 5244 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
[pid=7436/tid=7441] ppid=7434 vsize=123384 CPUtime=0 cores=4,6
/proc/7436/task/7441/stat : 7441 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 471673347 126345216 5245 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
[pid=7436/tid=7442] ppid=7434 vsize=123384 CPUtime=0 cores=4,6
/proc/7436/task/7442/stat : 7442 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 471673347 126345216 5249 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7443] ppid=7434 vsize=123384 CPUtime=0 cores=4,6
/proc/7436/task/7443/stat : 7443 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 471673347 126345216 5251 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7445] ppid=7434 vsize=123384 CPUtime=0 cores=4,6
/proc/7436/task/7445/stat : 7445 (mono) S 7434 7436 6508 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 471673348 126345216 5252 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522121137 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 123384

[startup+6.30123 s]
/proc/loadavg: 3.82 3.95 3.72 5/222 7599
/proc/meminfo: memFree=11034308/32951124 swapFree=67111528/67111528
[pid=7436] ppid=7434 vsize=129140 CPUtime=6.34 cores=4,6
/proc/7436/stat : 7436 (mono) R 7434 7436 6508 0 -1 4202496 9463 0 0 0 631 3 0 0 18 0 9 0 471673347 132239360 7245 33554432000 4194304 7232020 140734472706912 18446744073709551615 1096965965 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/7436/statm: 32285 7245 1024 742 0 24856 0
[pid=7436/tid=7437] ppid=7434 vsize=129140 CPUtime=0.01 cores=4,6
/proc/7436/task/7437/stat : 7437 (mono) S 7434 7436 6508 0 -1 4202560 4 0 0 0 1 0 0 0 16 0 9 0 471673347 132239360 7245 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
[pid=7436/tid=7438] ppid=7434 vsize=129140 CPUtime=0.01 cores=4,6
/proc/7436/task/7438/stat : 7438 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 471673347 132239360 7245 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7439] ppid=7434 vsize=129140 CPUtime=0.01 cores=4,6
/proc/7436/task/7439/stat : 7439 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 471673347 132239360 7245 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7440] ppid=7434 vsize=129140 CPUtime=0.01 cores=4,6
/proc/7436/task/7440/stat : 7440 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 471673347 132239360 7245 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
[pid=7436/tid=7441] ppid=7434 vsize=129140 CPUtime=0.01 cores=4,6
/proc/7436/task/7441/stat : 7441 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 471673347 132239360 7245 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0

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

/proc/7436/stat : 7436 (mono) R 7434 7436 6508 0 -1 4202496 35643 0 0 0 3867 8 0 0 18 0 9 0 471673347 191500288 19886 33554432000 4194304 7232020 140734472706912 18446744073709551615 1096989345 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/7436/statm: 46753 19886 1035 742 0 39324 0
[pid=7436/tid=7437] ppid=7434 vsize=187012 CPUtime=0.14 cores=4,6
/proc/7436/task/7437/stat : 7437 (mono) S 7434 7436 6508 0 -1 4202560 4 0 0 0 14 0 0 0 15 0 9 0 471673347 191500288 19886 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
[pid=7436/tid=7438] ppid=7434 vsize=187012 CPUtime=0.11 cores=4,6
/proc/7436/task/7438/stat : 7438 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 11 0 0 0 16 0 9 0 471673347 191500288 19886 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7439] ppid=7434 vsize=187012 CPUtime=0.13 cores=4,6
/proc/7436/task/7439/stat : 7439 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 13 0 0 0 16 0 9 0 471673347 191500288 19886 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7440] ppid=7434 vsize=187012 CPUtime=0.12 cores=4,6
/proc/7436/task/7440/stat : 7440 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 12 0 0 0 15 0 9 0 471673347 191500288 19886 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
[pid=7436/tid=7441] ppid=7434 vsize=187012 CPUtime=0.11 cores=4,6
/proc/7436/task/7441/stat : 7441 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 11 0 0 0 15 0 9 0 471673347 191500288 19886 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
[pid=7436/tid=7442] ppid=7434 vsize=187012 CPUtime=0.17 cores=4,6
/proc/7436/task/7442/stat : 7442 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 17 0 0 0 16 0 9 0 471673347 191500288 19886 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7443] ppid=7434 vsize=187012 CPUtime=0.14 cores=4,6
/proc/7436/task/7443/stat : 7443 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 14 0 0 0 16 0 9 0 471673347 191500288 19886 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
[pid=7436/tid=7445] ppid=7434 vsize=187012 CPUtime=0 cores=4,6
/proc/7436/task/7445/stat : 7445 (mono) S 7434 7436 6508 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 471673348 191500288 19886 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522121137 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38.75
Current children cumulated vsize (KiB) 187012

[startup+41.5009 s]
/proc/loadavg: 4.64 4.17 3.80 6/222 7600
/proc/meminfo: memFree=5256396/32951124 swapFree=67111528/67111528
[pid=7436] ppid=7434 vsize=203460 CPUtime=41.98 cores=4,6
/proc/7436/stat : 7436 (mono) R 7434 7436 6508 0 -1 4202496 41641 0 0 0 4189 9 0 0 18 0 9 0 471673347 208343040 25884 33554432000 4194304 7232020 140734472706912 18446744073709551615 1096989611 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/7436/statm: 50865 25884 1035 742 0 43436 0
[pid=7436/tid=7437] ppid=7434 vsize=203460 CPUtime=0.14 cores=4,6
/proc/7436/task/7437/stat : 7437 (mono) S 7434 7436 6508 0 -1 4202560 4 0 0 0 14 0 0 0 15 0 9 0 471673347 208343040 25884 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
[pid=7436/tid=7438] ppid=7434 vsize=203460 CPUtime=0.12 cores=4,6
/proc/7436/task/7438/stat : 7438 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 12 0 0 0 15 0 9 0 471673347 208343040 25884 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7439] ppid=7434 vsize=203460 CPUtime=0.13 cores=4,6
/proc/7436/task/7439/stat : 7439 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 13 0 0 0 15 0 9 0 471673347 208343040 25884 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
[pid=7436/tid=7440] ppid=7434 vsize=203460 CPUtime=0.13 cores=4,6
/proc/7436/task/7440/stat : 7440 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 13 0 0 0 16 0 9 0 471673347 208343040 25884 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
[pid=7436/tid=7441] ppid=7434 vsize=203460 CPUtime=0.12 cores=4,6
/proc/7436/task/7441/stat : 7441 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 12 0 0 0 15 0 9 0 471673347 208343040 25884 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
[pid=7436/tid=7442] ppid=7434 vsize=203460 CPUtime=0.19 cores=4,6
/proc/7436/task/7442/stat : 7442 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 19 0 0 0 16 0 9 0 471673347 208343040 25884 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7443] ppid=7434 vsize=203460 CPUtime=0.14 cores=4,6
/proc/7436/task/7443/stat : 7443 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 14 0 0 0 15 0 9 0 471673347 208343040 25884 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7445] ppid=7434 vsize=203460 CPUtime=0 cores=4,6
/proc/7436/task/7445/stat : 7445 (mono) S 7434 7436 6508 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 471673348 208343040 25884 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522121137 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 41.98
Current children cumulated vsize (KiB) 203460

[startup+44.7013 s]
/proc/loadavg: 4.64 4.17 3.80 6/222 7600
/proc/meminfo: memFree=5064816/32951124 swapFree=67111528/67111528
[pid=7436] ppid=7434 vsize=220100 CPUtime=45.21 cores=4,6
/proc/7436/stat : 7436 (mono) R 7434 7436 6508 0 -1 4202496 44812 0 0 0 4512 9 0 0 18 0 9 0 471673347 225382400 29055 33554432000 4194304 7232020 140734472706912 18446744073709551615 1096989406 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/7436/statm: 55025 29055 1035 742 0 47596 0
[pid=7436/tid=7437] ppid=7434 vsize=220100 CPUtime=0.15 cores=4,6
/proc/7436/task/7437/stat : 7437 (mono) S 7434 7436 6508 0 -1 4202560 4 0 0 0 15 0 0 0 15 0 9 0 471673347 225382400 29055 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
[pid=7436/tid=7438] ppid=7434 vsize=220100 CPUtime=0.13 cores=4,6
/proc/7436/task/7438/stat : 7438 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 13 0 0 0 16 0 9 0 471673347 225382400 29055 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7439] ppid=7434 vsize=220100 CPUtime=0.14 cores=4,6
/proc/7436/task/7439/stat : 7439 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 14 0 0 0 16 0 9 0 471673347 225382400 29055 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7440] ppid=7434 vsize=220100 CPUtime=0.14 cores=4,6
/proc/7436/task/7440/stat : 7440 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 14 0 0 0 16 0 9 0 471673347 225382400 29055 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
[pid=7436/tid=7441] ppid=7434 vsize=220100 CPUtime=0.13 cores=4,6
/proc/7436/task/7441/stat : 7441 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 13 0 0 0 16 0 9 0 471673347 225382400 29055 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
[pid=7436/tid=7442] ppid=7434 vsize=220100 CPUtime=0.21 cores=4,6
/proc/7436/task/7442/stat : 7442 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 21 0 0 0 15 0 9 0 471673347 225382400 29055 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7443] ppid=7434 vsize=220100 CPUtime=0.15 cores=4,6
/proc/7436/task/7443/stat : 7443 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 15 0 0 0 16 0 9 0 471673347 225382400 29055 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7445] ppid=7434 vsize=220100 CPUtime=0.01 cores=4,6
/proc/7436/task/7445/stat : 7445 (mono) S 7434 7436 6508 0 -1 4202560 3 0 0 0 1 0 0 0 15 0 9 0 471673348 225382400 29055 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522121137 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 45.21
Current children cumulated vsize (KiB) 220100

[startup+45.5012 s]
/proc/loadavg: 4.64 4.17 3.80 7/222 7600
/proc/meminfo: memFree=4908508/32951124 swapFree=67111528/67111528
[pid=7436] ppid=7434 vsize=220164 CPUtime=46.03 cores=4,6
/proc/7436/stat : 7436 (mono) R 7434 7436 6508 0 -1 4202496 45425 0 0 0 4594 9 0 0 18 0 9 0 471673347 225447936 29668 33554432000 4194304 7232020 140734472706912 18446744073709551615 1096988726 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/7436/statm: 55041 29668 1035 742 0 47612 0
[pid=7436/tid=7437] ppid=7434 vsize=220164 CPUtime=0.15 cores=4,6
/proc/7436/task/7437/stat : 7437 (mono) S 7434 7436 6508 0 -1 4202560 4 0 0 0 15 0 0 0 16 0 9 0 471673347 225447936 29668 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
[pid=7436/tid=7438] ppid=7434 vsize=220164 CPUtime=0.13 cores=4,6
/proc/7436/task/7438/stat : 7438 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 13 0 0 0 15 0 9 0 471673347 225447936 29668 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
[pid=7436/tid=7439] ppid=7434 vsize=220164 CPUtime=0.14 cores=4,6
/proc/7436/task/7439/stat : 7439 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 14 0 0 0 15 0 9 0 471673347 225447936 29668 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
[pid=7436/tid=7440] ppid=7434 vsize=220164 CPUtime=0.15 cores=4,6
/proc/7436/task/7440/stat : 7440 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 15 0 0 0 16 0 9 0 471673347 225447936 29668 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
[pid=7436/tid=7441] ppid=7434 vsize=220164 CPUtime=0.14 cores=4,6
/proc/7436/task/7441/stat : 7441 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 14 0 0 0 16 0 9 0 471673347 225447936 29668 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7442] ppid=7434 vsize=220164 CPUtime=0.21 cores=4,6
/proc/7436/task/7442/stat : 7442 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 21 0 0 0 15 0 9 0 471673347 225447936 29668 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7443] ppid=7434 vsize=220164 CPUtime=0.16 cores=4,6
/proc/7436/task/7443/stat : 7443 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 16 0 0 0 15 0 9 0 471673347 225447936 29668 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7445] ppid=7434 vsize=220164 CPUtime=0.01 cores=4,6
/proc/7436/task/7445/stat : 7445 (mono) S 7434 7436 6508 0 -1 4202560 3 0 0 0 1 0 0 0 15 0 9 0 471673348 225447936 29668 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522121137 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 46.03
Current children cumulated vsize (KiB) 220164

[startup+45.9011 s]
/proc/loadavg: 4.64 4.17 3.80 7/222 7600
/proc/meminfo: memFree=4908508/32951124 swapFree=67111528/67111528
[pid=7436] ppid=7434 vsize=220164 CPUtime=46.43 cores=4,6
/proc/7436/stat : 7436 (mono) R 7434 7436 6508 0 -1 4202496 45740 0 0 0 4634 9 0 0 18 0 9 0 471673347 225447936 29983 33554432000 4194304 7232020 140734472706912 18446744073709551615 1096989413 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/7436/statm: 55041 29983 1035 742 0 47612 0
[pid=7436/tid=7437] ppid=7434 vsize=220164 CPUtime=0.15 cores=4,6
/proc/7436/task/7437/stat : 7437 (mono) S 7434 7436 6508 0 -1 4202560 4 0 0 0 15 0 0 0 16 0 9 0 471673347 225447936 29983 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
[pid=7436/tid=7438] ppid=7434 vsize=220164 CPUtime=0.13 cores=4,6
/proc/7436/task/7438/stat : 7438 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 13 0 0 0 15 0 9 0 471673347 225447936 29983 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
[pid=7436/tid=7439] ppid=7434 vsize=220164 CPUtime=0.14 cores=4,6
/proc/7436/task/7439/stat : 7439 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 14 0 0 0 15 0 9 0 471673347 225447936 29983 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
[pid=7436/tid=7440] ppid=7434 vsize=220164 CPUtime=0.15 cores=4,6
/proc/7436/task/7440/stat : 7440 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 15 0 0 0 16 0 9 0 471673347 225447936 29983 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
[pid=7436/tid=7441] ppid=7434 vsize=220164 CPUtime=0.14 cores=4,6
/proc/7436/task/7441/stat : 7441 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 14 0 0 0 16 0 9 0 471673347 225447936 29983 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7442] ppid=7434 vsize=220164 CPUtime=0.21 cores=4,6
/proc/7436/task/7442/stat : 7442 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 21 0 0 0 15 0 9 0 471673347 225447936 29983 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7443] ppid=7434 vsize=220164 CPUtime=0.16 cores=4,6
/proc/7436/task/7443/stat : 7443 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 16 0 0 0 15 0 9 0 471673347 225447936 29983 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7445] ppid=7434 vsize=220164 CPUtime=0.01 cores=4,6
/proc/7436/task/7445/stat : 7445 (mono) S 7434 7436 6508 0 -1 4202560 3 0 0 0 1 0 0 0 15 0 9 0 471673348 225447936 29983 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522121137 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 46.43
Current children cumulated vsize (KiB) 220164

[startup+46.1011 s]
/proc/loadavg: 4.59 4.16 3.80 6/222 7600
/proc/meminfo: memFree=4907764/32951124 swapFree=67111528/67111528
[pid=7436] ppid=7434 vsize=220164 CPUtime=46.64 cores=4,6
/proc/7436/stat : 7436 (mono) R 7434 7436 6508 0 -1 4202496 45740 0 0 0 4655 9 0 0 18 0 9 0 471673347 225447936 29983 33554432000 4194304 7232020 140734472706912 18446744073709551615 1096989611 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/7436/statm: 55041 29983 1035 742 0 47612 0
[pid=7436/tid=7437] ppid=7434 vsize=220164 CPUtime=0.15 cores=4,6
/proc/7436/task/7437/stat : 7437 (mono) S 7434 7436 6508 0 -1 4202560 4 0 0 0 15 0 0 0 16 0 9 0 471673347 225447936 29983 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
[pid=7436/tid=7438] ppid=7434 vsize=220164 CPUtime=0.13 cores=4,6
/proc/7436/task/7438/stat : 7438 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 13 0 0 0 15 0 9 0 471673347 225447936 29983 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
[pid=7436/tid=7439] ppid=7434 vsize=220164 CPUtime=0.14 cores=4,6
/proc/7436/task/7439/stat : 7439 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 14 0 0 0 15 0 9 0 471673347 225447936 29983 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
[pid=7436/tid=7440] ppid=7434 vsize=220164 CPUtime=0.15 cores=4,6
/proc/7436/task/7440/stat : 7440 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 15 0 0 0 16 0 9 0 471673347 225447936 29983 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
[pid=7436/tid=7441] ppid=7434 vsize=220164 CPUtime=0.14 cores=4,6
/proc/7436/task/7441/stat : 7441 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 14 0 0 0 16 0 9 0 471673347 225447936 29983 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7442] ppid=7434 vsize=220164 CPUtime=0.21 cores=4,6
/proc/7436/task/7442/stat : 7442 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 21 0 0 0 15 0 9 0 471673347 225447936 29983 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7443] ppid=7434 vsize=220164 CPUtime=0.16 cores=4,6
/proc/7436/task/7443/stat : 7443 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 16 0 0 0 15 0 9 0 471673347 225447936 29983 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7445] ppid=7434 vsize=220164 CPUtime=0.01 cores=4,6
/proc/7436/task/7445/stat : 7445 (mono) S 7434 7436 6508 0 -1 4202560 3 0 0 0 1 0 0 0 15 0 9 0 471673348 225447936 29983 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522121137 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 46.64
Current children cumulated vsize (KiB) 220164

[startup+46.2071 s]
/proc/loadavg: 4.59 4.16 3.80 6/222 7600
/proc/meminfo: memFree=4907764/32951124 swapFree=67111528/67111528
[pid=7436] ppid=7434 vsize=228444 CPUtime=46.74 cores=4,6
/proc/7436/stat : 7436 (mono) R 7434 7436 6508 0 -1 4202496 46133 0 0 0 4665 9 0 0 18 0 9 0 471673347 233926656 30376 33554432000 4194304 7232020 140734472706912 18446744073709551615 6155095 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/7436/statm: 57111 30376 1043 742 0 49682 0
[pid=7436/tid=7437] ppid=7434 vsize=228444 CPUtime=0.15 cores=4,6
/proc/7436/task/7437/stat : 7437 (mono) S 7434 7436 6508 0 -1 4202560 4 0 0 0 15 0 0 0 16 0 9 0 471673347 233926656 30376 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
[pid=7436/tid=7438] ppid=7434 vsize=228444 CPUtime=0.13 cores=4,6
/proc/7436/task/7438/stat : 7438 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 13 0 0 0 15 0 9 0 471673347 233926656 30376 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
[pid=7436/tid=7439] ppid=7434 vsize=228444 CPUtime=0.14 cores=4,6
/proc/7436/task/7439/stat : 7439 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 14 0 0 0 15 0 9 0 471673347 233926656 30376 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
[pid=7436/tid=7440] ppid=7434 vsize=228444 CPUtime=0.15 cores=4,6
/proc/7436/task/7440/stat : 7440 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 15 0 0 0 16 0 9 0 471673347 233926656 30376 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
[pid=7436/tid=7441] ppid=7434 vsize=228444 CPUtime=0.14 cores=4,6
/proc/7436/task/7441/stat : 7441 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 14 0 0 0 16 0 9 0 471673347 233926656 30376 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7442] ppid=7434 vsize=228444 CPUtime=0.21 cores=4,6
/proc/7436/task/7442/stat : 7442 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 21 0 0 0 15 0 9 0 471673347 233926656 30376 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7443] ppid=7434 vsize=228444 CPUtime=0.16 cores=4,6
/proc/7436/task/7443/stat : 7443 (mono) S 7434 7436 6508 0 -1 4202560 2 0 0 0 16 0 0 0 15 0 9 0 471673347 233926656 30376 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522113433 0 0 4096 545260780 18446604453965948864 0 0 -1 4 0 0 0
[pid=7436/tid=7445] ppid=7434 vsize=228444 CPUtime=0.01 cores=4,6
/proc/7436/task/7445/stat : 7445 (mono) S 7434 7436 6508 0 -1 4202560 3 0 0 0 1 0 0 0 15 0 9 0 471673348 233926656 30376 33554432000 4194304 7232020 140734472706912 18446744073709551615 233522121137 0 0 4096 545260780 18446604453965948864 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 46.74
Current children cumulated vsize (KiB) 228444

Child status: 0
Real time (s): 46.2254
CPU time (s): 46.7689
CPU user time (s): 46.6649
CPU system time (s): 0.103984
CPU usage (%): 101.176
Max. virtual memory (cumulated for all children) (KiB): 228444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 46.6649
system time used= 0.103984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46257
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= 12115
involuntary context switches= 2813

runsolver used 0.074988 second user time and 0.183972 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-26 06:36:15
IDJOB=3292706
IDBENCH=87903
IDSOLVER=1608
FILE ID=node145/3292706-1303792575
RUNJOBID= node145-1303792574-7280
PBS_JOBID= 13157257
Free space on /tmp= 72348 MiB

SOLVER NAME= Sol 2011-04-04
BENCH NAME= SAT02/industrial/aloul/Bart/bart17.shuffled.cnf
COMMAND LINE= mono Main.exe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3292706-1303792575/watcher-3292706-1303792575 -o /tmp/evaluation-result-3292706-1303792575/solver-3292706-1303792575 -C 2400 -W 1300 -M 7680  mono Main.exe HOME/instance-3292706-1303792575.cnf

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

MD5SUM BENCH= 03b2c3a81b9d765c96c47765b3d50b1e
RANDOM SEED=304863497

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11557580 kB
Buffers:       2193692 kB
Cached:       18531248 kB
SwapCached:          0 kB
Active:       10136636 kB
Inactive:     10683920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11557580 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4508 kB
Writeback:           0 kB
AnonPages:       94620 kB
Mapped:          18372 kB
Slab:           508764 kB
PageTables:       4844 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   410032 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= 72232 MiB
End job on node145 at 2011-04-26 06:37:01