Trace number 3711280

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshotSAT3 105.11 102.34

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=211-P1=113-P2=103-P3=37-P4=167-P5=5-P6=191-P7=13-P8=223-P9=137-B.opb
MD5SUM747af0da1666dabab7e7b60330c37a87
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.112982
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables216
Total number of constraints19
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints19
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)576
Sum of products size (including duplicates)1152
Number of different products576
Sum of products size1152

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.02/0.08	c version 2.3.2.v20120418
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		501472288
0.02/0.08	c Max memory 		7480803328
0.02/0.08	c Total memory 		504102912
0.02/0.08	c Number of processors 	8
0.10/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.12	c configuring ORDERS
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=true
0.10/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3711280-1338165423.opb
0.10/0.12	c reading problem ... 
0.24/0.20	c ... done. Wall clock time 0.084s.
0.24/0.20	c declared #vars     216
0.24/0.20	c internal #vars     792
0.24/0.20	c #constraints  1180
0.24/0.20	c constraints type 
0.24/0.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 576
0.24/0.21	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 604
0.24/0.21	c 1180 constraints processed.
0.82/0.54	c cleaning 2491 clauses out of 5001 with flag 5001/5001
1.23/0.83	c cleaning 4249 clauses out of 8509 with flag 11000/11000
1.44/0.97	c SATISFIABLE
1.44/0.97	c OPTIMIZING...
1.44/0.97	c Got one! Elapsed wall clock time (in seconds):0.846
1.44/0.97	o 5
1.64/1.06	c cleaning 4729 clauses out of 9466 with flag 2000/16276
1.86/1.17	c Got one! Elapsed wall clock time (in seconds):1.053
1.86/1.17	o 3
2.18/1.34	c cleaning 5043 clauses out of 10101 with flag 3000/21650
2.82/1.62	c cleaning 5522 clauses out of 11058 with flag 9000/27650
3.23/1.96	c cleaning 6256 clauses out of 12536 with flag 16000/34650
3.54/2.29	c cleaning 7122 clauses out of 14280 with flag 24000/42650
3.94/2.67	c cleaning 8072 clauses out of 16158 with flag 33000/51650
4.45/3.14	c cleaning 8879 clauses out of 17784 with flag 43000/61650
4.97/3.64	c cleaning 9941 clauses out of 19905 with flag 54000/72650
5.91/4.22	c cleaning 10971 clauses out of 21965 with flag 66001/84651
6.91/4.81	c cleaning 11982 clauses out of 23993 with flag 79000/97650
7.53/5.47	c cleaning 12994 clauses out of 26011 with flag 93000/111650
8.34/6.20	c cleaning 14003 clauses out of 28017 with flag 108000/126650
9.05/6.92	c cleaning 14988 clauses out of 30014 with flag 124000/142650
9.87/7.76	c cleaning 16006 clauses out of 32026 with flag 141000/159650
10.76/8.67	c cleaning 17002 clauses out of 34021 with flag 159001/177651
11.87/9.73	c cleaning 18001 clauses out of 36020 with flag 178002/196652
12.87/10.72	c cleaning 19003 clauses out of 38019 with flag 198002/216652
14.08/11.90	c cleaning 19992 clauses out of 40015 with flag 219001/237651
15.49/13.38	c cleaning 20992 clauses out of 42022 with flag 241000/259650
16.71/14.52	c cleaning 22003 clauses out of 44031 with flag 264001/282651
18.12/15.97	c cleaning 22993 clauses out of 46027 with flag 288000/306650
19.53/17.34	c cleaning 24005 clauses out of 48034 with flag 313000/331650
20.95/18.77	c cleaning 24997 clauses out of 50030 with flag 339001/357651
22.96/20.78	c cleaning 26002 clauses out of 52033 with flag 366001/384651
24.69/22.44	c cleaning 26708 clauses out of 53445 with flag 394000/412650
26.40/24.18	c cleaning 27850 clauses out of 55738 with flag 423001/441651
28.40/26.17	c cleaning 28932 clauses out of 57887 with flag 453000/471650
30.71/28.49	c cleaning 29967 clauses out of 59956 with flag 484001/502651
33.31/31.07	c cleaning 30981 clauses out of 61989 with flag 516001/534651
35.52/33.23	c cleaning 31985 clauses out of 64008 with flag 549001/567651
37.65/35.38	c cleaning 32997 clauses out of 66022 with flag 583000/601650
39.87/37.57	c cleaning 33840 clauses out of 67712 with flag 618001/636651
42.58/40.20	c cleaning 34929 clauses out of 69872 with flag 654001/672651
45.90/43.54	c cleaning 35951 clauses out of 71943 with flag 691001/709651
48.43/46.04	c cleaning 36829 clauses out of 73695 with flag 729001/747651
51.24/48.86	c cleaning 37920 clauses out of 75865 with flag 768000/786650
55.16/52.78	c cleaning 38960 clauses out of 77947 with flag 808002/826652
58.48/56.04	c cleaning 39977 clauses out of 79986 with flag 849001/867651
61.79/59.34	c cleaning 40991 clauses out of 82008 with flag 891000/909650
64.62/62.18	c cleaning 41998 clauses out of 84017 with flag 934000/952650
67.64/65.17	c cleaning 43001 clauses out of 86019 with flag 978000/996650
70.85/68.32	c cleaning 43588 clauses out of 87194 with flag 1023002/1041652
74.46/71.98	c cleaning 44796 clauses out of 89605 with flag 1069001/1087651
78.50/75.92	c cleaning 45777 clauses out of 91609 with flag 1116000/1134650
82.93/80.31	c cleaning 46911 clauses out of 93832 with flag 1164000/1182650
87.25/84.68	c cleaning 47844 clauses out of 95699 with flag 1213001/1231651
93.97/91.36	c cleaning 48917 clauses out of 97854 with flag 1263000/1281650
99.30/96.67	c cleaning 49963 clauses out of 99937 with flag 1314000/1332650
104.68/101.91	c cleaning 42042 clauses out of 84091 with flag 1366000/1384650
105.01/102.30	Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 26
105.01/102.30		at org.sat4j.core.Vec.remove(Unknown Source)
105.01/102.30		at org.sat4j.pb.constraints.pb.MaxWatchPbLong.remove(Unknown Source)
105.01/102.30		at org.sat4j.minisat.core.Solver.removeConstr(Unknown Source)
105.01/102.30		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
105.01/102.30		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
105.01/102.30		at org.sat4j.sat.Lanceur.solve(Unknown Source)
105.01/102.30		at org.sat4j.sat.Lanceur.run(Unknown Source)
105.01/102.30		at org.sat4j.sat.Lanceur.main(Unknown Source)
105.01/102.30	c starts		: 192
105.01/102.30	c conflicts		: 1389678
105.01/102.30	c decisions		: 1434818
105.01/102.30	c propagations		: 24485376
105.01/102.30	c inspects		: 1189773301
105.11/102.30	c shortcuts		: 0
105.11/102.30	c learnt literals	: 20
105.11/102.30	c learnt binary clauses	: 30
105.11/102.30	c learnt ternary clauses	: 50
105.11/102.30	c learnt constraints	: 1389657
105.11/102.30	c ignored constraints	: 0
105.11/102.30	c root simplifications	: 211
105.11/102.30	c removed literals (reason simplification)	: 4065098
105.11/102.30	c reason swapping (by a shorter reason)	: 0
105.11/102.30	c Calls to reduceDB	: 51
105.11/102.30	c number of reductions to clauses (during analyze)	: 0
105.11/102.30	c number of learned constraints concerned by reduction	: 0
105.11/102.30	c number of learning phase by resolution	: 0
105.11/102.30	c number of learning phase by cutting planes	: 0
105.11/102.30	c speed (assignments/second)	: 239831.68452602506
105.11/102.30	c non guided choices	6377
105.11/102.32	c learnt constraints type 
105.11/102.32	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 8
105.11/102.32	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 32274
105.11/102.32	c constraints type 
105.11/102.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 576
105.11/102.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 605
105.11/102.32	c 1181 constraints processed.
105.11/102.32	s SATISFIABLE
105.11/102.32	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 -x10 -x11 -x12 x13 -x14 x15 -x16 x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 -x28 -x29 -x30 -x31 x32 x33 x34 x35 x36 x37 x38 x39 x40 x41 -x42 x43 -x44 x45 x46 -x47 -x48 x49 x50 -x51 x52 x53 x54 x55 x56 x57 x58 x59 x60 -x61 -x62 -x63 x64 x65 x66 x67 x68 x69 x70 -x71 x72 x73 -x74 x75 x76 x77 x78 x79 x80 x81 x82 -x83 -x84 x85 x86 x87 x88 x89 -x90 x91 x92 -x93 -x94 -x95 -x96 x97 x98 -x99 x100 x101 -x102 x103 x104 x105 -x106 x107 -x108 -x109 x110 -x111 -x112 x113 -x114 -x115 x116 -x117 x118 -x119 x120 x121 x122 -x123 -x124 x125 x126 -x127 x128 x129 -x130 x131 x132 x133 x134 x135 x136 x137 x138 -x139 -x140 -x141 -x142 x143 x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 x154 -x155 -x156 x157 x158 x159 x160 -x161 x162 x163 -x164 -x165 -x166 -x167 -x168 -x169 x170 -x171 x172 x173 -x174 x175 x176 x177 x178 x179 -x180 -x181 -x182 -x183 -x184 x185 -x186 x187 -x188 -x189 x190 -x191 x192 x193 x194 -x195 -x196 -x197 x198 x199 -x200 -x201 -x202 x203 x204 x205 x206 -x207 x208 -x209 -x210 -x211 -x212 -x213 -x214 x215 x216 
105.11/102.32	c objective function=3
105.11/102.32	c Total wall clock time (in seconds): 102.2

Verifier Data

OK	3

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3711280-1338165423/watcher-3711280-1338165423 -o /tmp/evaluation-result-3711280-1338165423/solver-3711280-1338165423 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711280-1338165423.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 2.02 2.01 2.00 5/194 521
/proc/meminfo: memFree=31204332/32873844 swapFree=7624/7624
[pid=521] ppid=519 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/521/stat : 521 (java) R 519 521 31312 0 -1 4202496 445 0 0 0 0 0 0 0 20 0 1 0 282667930 9515008 175 33554432000 1073741824 1073778376 140733862615888 140733862598616 214369649552 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/521/statm: 2323 175 133 9 0 71 0

[startup+0.0288411 s]
/proc/loadavg: 2.02 2.01 2.00 5/194 521
/proc/meminfo: memFree=31204332/32873844 swapFree=7624/7624
[pid=521] ppid=519 vsize=9092432 CPUtime=0.02 cores=1,3,5,7
/proc/521/stat : 521 (java) S 519 521 31312 0 -1 4202496 2919 0 1 0 1 1 0 0 20 0 11 0 282667930 9310650368 3618 33554432000 1073741824 1073778376 140733862615888 140733862607024 214373007421 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/521/statm: 2273108 3618 1644 9 0 2263809 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9092432

[startup+0.100337 s]
/proc/loadavg: 2.02 2.01 2.00 5/194 521
/proc/meminfo: memFree=31204332/32873844 swapFree=7624/7624
[pid=521] ppid=519 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/521/stat : 521 (java) S 519 521 31312 0 -1 4202496 4267 0 1 0 9 1 0 0 20 0 18 0 282667930 9787842560 5985 33554432000 1073741824 1073778376 140733862615888 140733862607024 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/521/statm: 2389610 5985 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300193 s]
/proc/loadavg: 2.02 2.01 2.00 5/194 521
/proc/meminfo: memFree=31204332/32873844 swapFree=7624/7624
[pid=521] ppid=519 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/521/stat : 521 (java) S 519 521 31312 0 -1 4202496 6660 0 1 0 49 2 0 0 20 0 19 0 282667930 9856004096 8497 33554432000 1073741824 1073778376 140733862615888 140733862607024 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/521/statm: 2406251 8497 2229 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625004

[startup+0.700304 s]
/proc/loadavg: 2.02 2.01 2.00 5/194 521
/proc/meminfo: memFree=31204332/32873844 swapFree=7624/7624
[pid=521] ppid=519 vsize=9625004 CPUtime=1.08 cores=1,3,5,7
/proc/521/stat : 521 (java) S 519 521 31312 0 -1 4202496 7072 0 1 0 106 2 0 0 20 0 19 0 282667930 9856004096 10643 33554432000 1073741824 1073778376 140733862615888 140733862607024 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/521/statm: 2406251 10643 2274 9 0 2396937 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 9625004

[startup+1.50082 s]
/proc/loadavg: 2.18 2.04 2.01 5/213 540
/proc/meminfo: memFree=31114988/32873844 swapFree=7624/7624
[pid=521] ppid=519 vsize=9625004 CPUtime=2.62 cores=1,3,5,7
/proc/521/stat : 521 (java) S 519 521 31312 0 -1 4202496 17582 0 1 0 257 5 0 0 20 0 19 0 282667930 9856004096 16696 33554432000 1073741824 1073778376 140733862615888 140733862607024 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/521/statm: 2406251 16696 2276 9 0 2396937 0
[pid=521/tid=523] ppid=519 vsize=9625004 CPUtime=1.41 cores=1,3,5,7
/proc/521/task/523/stat : 523 (java) R 519 521 31312 0 -1 4202560 2505 0 1 0 140 1 0 0 20 0 19 0 282667931 9856004096 16696 33554432000 1073741824 1073778376 140733862615888 139685989077296 139685842756554 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=521/tid=524] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/524/stat : 524 (java) S 519 521 31312 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282667931 9856004096 16696 33554432000 1073741824 1073778376 140733862615888 139685961530280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=521/tid=525] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/525/stat : 525 (java) S 519 521 31312 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282667931 9856004096 16696 33554432000 1073741824 1073778376 140733862615888 139685831158824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=521/tid=526] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/526/stat : 526 (java) S 519 521 31312 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282667931 9856004096 16696 33554432000 1073741824 1073778376 140733862615888 139685830105768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=521/tid=527] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/527/stat : 527 (java) S 519 521 31312 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282667931 9856004096 16696 33554432000 1073741824 1073778376 140733862615888 139685829053224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=521/tid=528] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/528/stat : 528 (java) S 519 521 31312 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282667932 9856004096 16696 33554432000 1073741824 1073778376 140733862615888 139685828000168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=521/tid=529] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/529/stat : 529 (java) S 519 521 31312 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282667932 9856004096 16696 33554432000 1073741824 1073778376 140733862615888 139685826947624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=521/tid=530] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/530/stat : 530 (java) S 519 521 31312 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282667932 9856004096 16696 33554432000 1073741824 1073778376 140733862615888 139685489797288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=521/tid=531] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/531/stat : 531 (java) S 519 521 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282667932 9856004096 16696 33554432000 1073741824 1073778376 140733862615888 139685488744744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=521/tid=532] ppid=519 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/521/task/532/stat : 532 (java) S 519 521 31312 0 -1 4202560 52 0 0 0 4 0 0 0 20 0 19 0 282667933 9856004096 16696 33554432000 1073741824 1073778376 140733862615888 139685476547432 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=521/tid=533] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/533/stat : 533 (java) S 519 521 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282667933 9856004096 16696 33554432000 1073741824 1073778376 140733862615888 139685475493752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=521/tid=534] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/534/stat : 534 (java) S 519 521 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282667933 9856004096 16696 33554432000 1073741824 1073778376 140733862615888 139685474440584 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=521/tid=535] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/535/stat : 535 (java) S 519 521 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282667936 9856004096 16696 33554432000 1073741824 1073778376 140733862615888 139685473389328 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=521/tid=536] ppid=519 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/521/task/536/stat : 536 (java) R 519 521 31312 0 -1 4202560 11388 0 0 0 74 2 0 0 20 0 19 0 282667936 9856004096 16696 33554432000 1073741824 1073778376 140733862615888 139685472323464 139685996059205 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=521/tid=537] ppid=519 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/521/task/537/stat : 537 (java) S 519 521 31312 0 -1 4202560 2417 0 0 0 33 0 0 0 20 0 19 0 282667936 9856004096 16696 33554432000 1073741824 1073778376 140733862615888 139685471283640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=521/tid=538] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/538/stat : 538 (java) S 519 521 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282667936 9856004096 16696 33554432000 1073741824 1073778376 140733862615888 139685470230776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=521/tid=539] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/539/stat : 539 (java) S 519 521 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282667936 9856004096 16696 33554432000 1073741824 1073778376 140733862615888 139685469178440 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=521/tid=540] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/540/stat : 540 (java) S 519 521 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282667952 9856004096 16696 33554432000 1073741824 1073778376 140733862615888 139685468124712 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 9625004

[startup+3.10067 s]
/proc/loadavg: 2.18 2.04 2.01 3/213 540
/proc/meminfo: memFree=31108908/32873844 swapFree=7624/7624
[pid=521] ppid=519 vsize=9625004 CPUtime=4.45 cores=1,3,5,7
/proc/521/stat : 521 (java) S 519 521 31312 0 -1 4202496 18973 0 1 0 440 5 0 0 20 0 19 0 282667930 9856004096 15984 33554432000 1073741824 1073778376 140733862615888 140733862607024 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/521/statm: 2406251 15984 2276 9 0 2396937 0
[pid=521/tid=523] ppid=519 vsize=9625004 CPUtime=2.94 cores=1,3,5,7
/proc/521/task/523/stat : 523 (java) R 519 521 31312 0 -1 4202560 2509 0 1 0 293 1 0 0 20 0 19 0 282667931 9856004096 15984 33554432000 1073741824 1073778376 140733862615888 139685989077416 139685842757542 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=521/tid=524] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/524/stat : 524 (java) S 519 521 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282667931 9856004096 15984 33554432000 1073741824 1073778376 140733862615888 139685961530280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=521/tid=525] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/525/stat : 525 (java) S 519 521 31312 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282667931 9856004096 15984 33554432000 1073741824 1073778376 140733862615888 139685831158824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=521/tid=526] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/526/stat : 526 (java) S 519 521 31312 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282667931 9856004096 15984 33554432000 1073741824 1073778376 140733862615888 139685830105768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=521/tid=527] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/527/stat : 527 (java) S 519 521 31312 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282667931 9856004096 15984 33554432000 1073741824 1073778376 140733862615888 139685829053224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=521/tid=528] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/528/stat : 528 (java) S 519 521 31312 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282667932 9856004096 15984 33554432000 1073741824 1073778376 140733862615888 139685828000168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=521/tid=529] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/529/stat : 529 (java) S 519 521 31312 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282667932 9856004096 15984 33554432000 1073741824 1073778376 140733862615888 139685826947624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=521/tid=530] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/530/stat : 530 (java) S 519 521 31312 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282667932 9856004096 15984 33554432000 1073741824 1073778376 140733862615888 139685489797288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=521/tid=531] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/531/stat : 531 (java) S 519 521 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282667932 9856004096 15984 33554432000 1073741824 1073778376 140733862615888 139685488744744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=521/tid=532] ppid=519 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/521/task/532/stat : 532 (java) S 519 521 31312 0 -1 4202560 52 0 0 0 9 0 0 0 20 0 19 0 282667933 9856004096 15984 33554432000 1073741824 1073778376 140733862615888 139685476547432 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=521/tid=533] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/533/stat : 533 (java) S 519 521 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282667933 9856004096 15984 33554432000 1073741824 1073778376 140733862615888 139685475493752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=521/tid=534] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/534/stat : 534 (java) S 519 521 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282667933 9856004096 15984 33554432000 1073741824 1073778376 140733862615888 139685474440584 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=521/tid=535] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/535/stat : 535 (java) S 519 521 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282667936 9856004096 15984 33554432000 1073741824 1073778376 140733862615888 139685473389328 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=521/tid=536] ppid=519 vsize=9625004 CPUtime=0.96 cores=1,3,5,7
/proc/521/task/536/stat : 536 (java) S 519 521 31312 0 -1 4202560 12769 0 0 0 93 3 0 0 20 0 19 0 282667936 9856004096 15984 33554432000 1073741824 1073778376 140733862615888 139685472336184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=521/tid=537] ppid=519 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/521/task/537/stat : 537 (java) S 519 521 31312 0 -1 4202560 2417 0 0 0 34 0 0 0 20 0 19 0 282667936 9856004096 15984 33554432000 1073741824 1073778376 140733862615888 139685471283640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=521/tid=538] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/538/stat : 538 (java) S 519 521 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282667936 9856004096 15984 33554432000 1073741824 1073778376 140733862615888 139685470230776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=521/tid=539] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/539/stat : 539 (java) S 519 521 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282667936 9856004096 15984 33554432000 1073741824 1073778376 140733862615888 139685469178440 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=521/tid=540] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/540/stat : 540 (java) S 519 521 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282667952 9856004096 15984 33554432000 1073741824 1073778376 140733862615888 139685468124712 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 9625004

[startup+6.30078 s]
/proc/loadavg: 2.18 2.04 2.01 3/213 540
/proc/meminfo: memFree=31106616/32873844 swapFree=7624/7624
[pid=521] ppid=519 vsize=9625004 CPUtime=8.45 cores=1,3,5,7
/proc/521/stat : 521 (java) S 519 521 31312 0 -1 4202496 24793 0 1 0 838 7 0 0 20 0 19 0 282667930 9856004096 18196 33554432000 1073741824 1073778376 140733862615888 140733862607024 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/521/statm: 2406251 18196 2276 9 0 2396937 0
[pid=521/tid=523] ppid=519 vsize=9625004 CPUtime=5.99 cores=1,3,5,7
/proc/521/task/523/stat : 523 (java) R 519 521 31312 0 -1 4202560 2514 0 1 0 598 1 0 0 20 0 19 0 282667931 9856004096 18196 33554432000 1073741824 1073778376 140733862615888 139685989077296 139685842587902 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=521/tid=524] ppid=519 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/521/task/524/stat : 524 (java) S 519 521 31312 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 282667931 9856004096 18196 33554432000 1073741824 1073778376 140733862615888 139685961530280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=521/tid=525] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/525/stat : 525 (java) S 519 521 31312 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282667931 9856004096 18196 33554432000 1073741824 1073778376 140733862615888 139685831158824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=521/tid=526] ppid=519 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/521/task/526/stat : 526 (java) S 519 521 31312 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 282667931 9856004096 18196 33554432000 1073741824 1073778376 140733862615888 139685830105768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=521/tid=527] ppid=519 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/521/task/527/stat : 527 (java) S 519 521 31312 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 282667931 9856004096 18196 33554432000 1073741824 1073778376 140733862615888 139685829053224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=521/tid=528] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/528/stat : 528 (java) S 519 521 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282667932 9856004096 18196 33554432000 1073741824 1073778376 140733862615888 139685828000168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=521/tid=529] ppid=519 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/521/task/529/stat : 529 (java) S 519 521 31312 0 -1 4202560 29 0 0 0 1 0 0 0 20 0 19 0 282667932 9856004096 18196 33554432000 1073741824 1073778376 140733862615888 139685826947624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=521/tid=530] ppid=519 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/521/task/530/stat : 530 (java) S 519 521 31312 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 282667932 9856004096 18196 33554432000 1073741824 1073778376 140733862615888 139685489797288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=521/tid=531] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/531/stat : 531 (java) S 519 521 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282667932 9856004096 18196 33554432000 1073741824 1073778376 140733862615888 139685488744744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=521/tid=532] ppid=519 vsize=9625004 CPUtime=0.19 cores=1,3,5,7
/proc/521/task/532/stat : 532 (java) S 519 521 31312 0 -1 4202560 54 0 0 0 19 0 0 0 20 0 19 0 282667933 9856004096 18196 33554432000 1073741824 1073778376 140733862615888 139685476547432 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=521/tid=533] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/533/stat : 533 (java) S 519 521 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282667933 9856004096 18196 33554432000 1073741824 1073778376 140733862615888 139685475493752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=521/tid=534] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/534/stat : 534 (java) S 519 521 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282667933 9856004096 18196 33554432000 1073741824 1073778376 140733862615888 139685474440584 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=521/tid=535] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/535/stat : 535 (java) S 519 521 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282667936 9856004096 18196 33554432000 1073741824 1073778376 140733862615888 139685473389328 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=521/tid=536] ppid=519 vsize=9625004 CPUtime=1.68 cores=1,3,5,7
/proc/521/task/536/stat : 536 (java) S 519 521 31312 0 -1 4202560 18539 0 0 0 165 3 0 0 20 0 19 0 282667936 9856004096 18196 33554432000 1073741824 1073778376 140733862615888 139685472336184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=521/tid=537] ppid=519 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/521/task/537/stat : 537 (java) S 519 521 31312 0 -1 4202560 2417 0 0 0 34 0 0 0 20 0 19 0 282667936 9856004096 18196 33554432000 1073741824 1073778376 140733862615888 139685471283640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=521/tid=538] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/538/stat : 538 (java) S 519 521 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282667936 9856004096 18196 33554432000 1073741824 1073778376 140733862615888 139685470230776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=521/tid=539] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/539/stat : 539 (java) S 519 521 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282667936 9856004096 18196 33554432000 1073741824 1073778376 140733862615888 139685469178440 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=521/tid=540] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/540/stat : 540 (java) S 519 521 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282667952 9856004096 18196 33554432000 1073741824 1073778376 140733862615888 139685468124712 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.45
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

/proc/521/task/532/stat : 532 (java) S 519 521 31312 0 -1 4202560 55 0 0 0 32 0 0 0 20 0 19 0 282667933 9856004096 19248 33554432000 1073741824 1073778376 140733862615888 139685476547432 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=521/tid=533] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/533/stat : 533 (java) S 519 521 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282667933 9856004096 19248 33554432000 1073741824 1073778376 140733862615888 139685475493752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=521/tid=534] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/534/stat : 534 (java) S 519 521 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282667933 9856004096 19248 33554432000 1073741824 1073778376 140733862615888 139685474440584 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=521/tid=535] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/535/stat : 535 (java) S 519 521 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282667936 9856004096 19248 33554432000 1073741824 1073778376 140733862615888 139685473389328 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=521/tid=536] ppid=519 vsize=9625004 CPUtime=1.68 cores=1,3,5,7
/proc/521/task/536/stat : 536 (java) S 519 521 31312 0 -1 4202560 18539 0 0 0 165 3 0 0 20 0 19 0 282667936 9856004096 19248 33554432000 1073741824 1073778376 140733862615888 139685472336184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=521/tid=537] ppid=519 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/521/task/537/stat : 537 (java) S 519 521 31312 0 -1 4202560 2417 0 0 0 34 0 0 0 20 0 19 0 282667936 9856004096 19248 33554432000 1073741824 1073778376 140733862615888 139685471283640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=521/tid=538] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/538/stat : 538 (java) S 519 521 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282667936 9856004096 19248 33554432000 1073741824 1073778376 140733862615888 139685470230776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=521/tid=539] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/539/stat : 539 (java) S 519 521 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282667936 9856004096 19248 33554432000 1073741824 1073778376 140733862615888 139685469178440 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=521/tid=540] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/540/stat : 540 (java) S 519 521 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282667952 9856004096 19248 33554432000 1073741824 1073778376 140733862615888 139685468124712 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 14.89
Current children cumulated vsize (KiB) 9625004

[startup+25.5007 s]
/proc/loadavg: 2.12 2.04 2.01 3/213 540
/proc/meminfo: memFree=31072968/32873844 swapFree=7624/7624
[pid=521] ppid=519 vsize=9625004 CPUtime=27.8 cores=1,3,5,7
/proc/521/stat : 521 (java) S 519 521 31312 0 -1 4202496 24902 0 1 0 2772 8 0 0 20 0 19 0 282667930 9856004096 20404 33554432000 1073741824 1073778376 140733862615888 140733862607024 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/521/statm: 2406251 20404 2276 9 0 2396937 0
[pid=521/tid=523] ppid=519 vsize=9625004 CPUtime=24.74 cores=1,3,5,7
/proc/521/task/523/stat : 523 (java) R 519 521 31312 0 -1 4202560 2529 0 1 0 2473 1 0 0 20 0 19 0 282667931 9856004096 20404 33554432000 1073741824 1073778376 140733862615888 139685989077296 139685842619639 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=521/tid=524] ppid=519 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/521/task/524/stat : 524 (java) S 519 521 31312 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 19 0 282667931 9856004096 20404 33554432000 1073741824 1073778376 140733862615888 139685961530280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=521/tid=525] ppid=519 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/521/task/525/stat : 525 (java) S 519 521 31312 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 282667931 9856004096 20404 33554432000 1073741824 1073778376 140733862615888 139685831158824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=521/tid=526] ppid=519 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/521/task/526/stat : 526 (java) S 519 521 31312 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 282667931 9856004096 20404 33554432000 1073741824 1073778376 140733862615888 139685830105768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=521/tid=527] ppid=519 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/521/task/527/stat : 527 (java) S 519 521 31312 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 19 0 282667931 9856004096 20404 33554432000 1073741824 1073778376 140733862615888 139685829053224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=521/tid=528] ppid=519 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/521/task/528/stat : 528 (java) S 519 521 31312 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 282667932 9856004096 20404 33554432000 1073741824 1073778376 140733862615888 139685828000168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=521/tid=529] ppid=519 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/521/task/529/stat : 529 (java) S 519 521 31312 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 19 0 282667932 9856004096 20404 33554432000 1073741824 1073778376 140733862615888 139685826947624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=521/tid=530] ppid=519 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/521/task/530/stat : 530 (java) S 519 521 31312 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 19 0 282667932 9856004096 20404 33554432000 1073741824 1073778376 140733862615888 139685489797288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=521/tid=531] ppid=519 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/521/task/531/stat : 531 (java) S 519 521 31312 0 -1 4202560 49 0 0 0 4 0 0 0 20 0 19 0 282667932 9856004096 20404 33554432000 1073741824 1073778376 140733862615888 139685488744744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=521/tid=532] ppid=519 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/521/task/532/stat : 532 (java) S 519 521 31312 0 -1 4202560 57 0 0 0 53 0 0 0 20 0 19 0 282667933 9856004096 20404 33554432000 1073741824 1073778376 140733862615888 139685476547432 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=521/tid=533] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/533/stat : 533 (java) S 519 521 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282667933 9856004096 20404 33554432000 1073741824 1073778376 140733862615888 139685475493752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=521/tid=534] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/534/stat : 534 (java) S 519 521 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282667933 9856004096 20404 33554432000 1073741824 1073778376 140733862615888 139685474440584 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=521/tid=535] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/535/stat : 535 (java) S 519 521 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282667936 9856004096 20404 33554432000 1073741824 1073778376 140733862615888 139685473389328 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=521/tid=536] ppid=519 vsize=9625004 CPUtime=1.69 cores=1,3,5,7
/proc/521/task/536/stat : 536 (java) S 519 521 31312 0 -1 4202560 18539 0 0 0 165 4 0 0 20 0 19 0 282667936 9856004096 20404 33554432000 1073741824 1073778376 140733862615888 139685472336184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=521/tid=537] ppid=519 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/521/task/537/stat : 537 (java) S 519 521 31312 0 -1 4202560 2417 0 0 0 34 0 0 0 20 0 19 0 282667936 9856004096 20404 33554432000 1073741824 1073778376 140733862615888 139685471283640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=521/tid=538] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/538/stat : 538 (java) S 519 521 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282667936 9856004096 20404 33554432000 1073741824 1073778376 140733862615888 139685470230776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=521/tid=539] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/539/stat : 539 (java) S 519 521 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282667936 9856004096 20404 33554432000 1073741824 1073778376 140733862615888 139685469178440 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=521/tid=540] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/540/stat : 540 (java) S 519 521 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282667952 9856004096 20404 33554432000 1073741824 1073778376 140733862615888 139685468124712 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 27.8
Current children cumulated vsize (KiB) 9625004

[startup+51.1007 s]
/proc/loadavg: 2.08 2.03 2.01 3/213 540
/proc/meminfo: memFree=31052364/32873844 swapFree=7624/7624
[pid=521] ppid=519 vsize=9625004 CPUtime=53.55 cores=1,3,5,7
/proc/521/stat : 521 (java) S 519 521 31312 0 -1 4202496 24971 0 1 0 5346 9 0 0 20 0 19 0 282667930 9856004096 23010 33554432000 1073741824 1073778376 140733862615888 140733862607024 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/521/statm: 2406251 23010 2276 9 0 2396937 0
[pid=521/tid=523] ppid=519 vsize=9625004 CPUtime=49.91 cores=1,3,5,7
/proc/521/task/523/stat : 523 (java) R 519 521 31312 0 -1 4202560 2541 0 1 0 4990 1 0 0 20 0 19 0 282667931 9856004096 23010 33554432000 1073741824 1073778376 140733862615888 139685989077296 139685842619402 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=521/tid=524] ppid=519 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/521/task/524/stat : 524 (java) S 519 521 31312 0 -1 4202560 25 0 0 0 5 0 0 0 20 0 19 0 282667931 9856004096 23010 33554432000 1073741824 1073778376 140733862615888 139685961530280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=521/tid=525] ppid=519 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/521/task/525/stat : 525 (java) S 519 521 31312 0 -1 4202560 26 0 0 0 6 0 0 0 20 0 19 0 282667931 9856004096 23010 33554432000 1073741824 1073778376 140733862615888 139685831158824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=521/tid=526] ppid=519 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/521/task/526/stat : 526 (java) S 519 521 31312 0 -1 4202560 23 0 0 0 6 0 0 0 20 0 19 0 282667931 9856004096 23010 33554432000 1073741824 1073778376 140733862615888 139685830105768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=521/tid=527] ppid=519 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/521/task/527/stat : 527 (java) S 519 521 31312 0 -1 4202560 33 0 0 0 7 0 0 0 20 0 19 0 282667931 9856004096 23010 33554432000 1073741824 1073778376 140733862615888 139685829053224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=521/tid=528] ppid=519 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/521/task/528/stat : 528 (java) S 519 521 31312 0 -1 4202560 16 0 0 0 5 0 0 0 20 0 19 0 282667932 9856004096 23010 33554432000 1073741824 1073778376 140733862615888 139685828000168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=521/tid=529] ppid=519 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/521/task/529/stat : 529 (java) S 519 521 31312 0 -1 4202560 33 0 0 0 5 0 0 0 20 0 19 0 282667932 9856004096 23010 33554432000 1073741824 1073778376 140733862615888 139685826947624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=521/tid=530] ppid=519 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/521/task/530/stat : 530 (java) S 519 521 31312 0 -1 4202560 17 0 0 0 6 0 0 0 20 0 19 0 282667932 9856004096 23010 33554432000 1073741824 1073778376 140733862615888 139685489797288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=521/tid=531] ppid=519 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/521/task/531/stat : 531 (java) S 519 521 31312 0 -1 4202560 49 0 0 0 6 0 0 0 20 0 19 0 282667932 9856004096 23010 33554432000 1073741824 1073778376 140733862615888 139685488744744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=521/tid=532] ppid=519 vsize=9625004 CPUtime=0.82 cores=1,3,5,7
/proc/521/task/532/stat : 532 (java) S 519 521 31312 0 -1 4202560 61 0 0 0 82 0 0 0 20 0 19 0 282667933 9856004096 23010 33554432000 1073741824 1073778376 140733862615888 139685476547432 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=521/tid=533] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/533/stat : 533 (java) S 519 521 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282667933 9856004096 23010 33554432000 1073741824 1073778376 140733862615888 139685475493752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=521/tid=534] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/534/stat : 534 (java) S 519 521 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282667933 9856004096 23010 33554432000 1073741824 1073778376 140733862615888 139685474440584 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=521/tid=535] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/535/stat : 535 (java) S 519 521 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282667936 9856004096 23010 33554432000 1073741824 1073778376 140733862615888 139685473389328 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=521/tid=536] ppid=519 vsize=9625004 CPUtime=1.71 cores=1,3,5,7
/proc/521/task/536/stat : 536 (java) S 519 521 31312 0 -1 4202560 18546 0 0 0 167 4 0 0 20 0 19 0 282667936 9856004096 23010 33554432000 1073741824 1073778376 140733862615888 139685472336184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=521/tid=537] ppid=519 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/521/task/537/stat : 537 (java) S 519 521 31312 0 -1 4202560 2417 0 0 0 34 0 0 0 20 0 19 0 282667936 9856004096 23010 33554432000 1073741824 1073778376 140733862615888 139685471283640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=521/tid=538] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/538/stat : 538 (java) S 519 521 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282667936 9856004096 23010 33554432000 1073741824 1073778376 140733862615888 139685470230776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=521/tid=539] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/539/stat : 539 (java) S 519 521 31312 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282667936 9856004096 23010 33554432000 1073741824 1073778376 140733862615888 139685469178440 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=521/tid=540] ppid=519 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/521/task/540/stat : 540 (java) S 519 521 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282667952 9856004096 23010 33554432000 1073741824 1073778376 140733862615888 139685468124712 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 53.55
Current children cumulated vsize (KiB) 9625004

[startup+102.307 s]
/proc/loadavg: 1.98 2.01 2.00 3/213 540
/proc/meminfo: memFree=31014880/32873844 swapFree=7624/7624
[pid=521] ppid=519 vsize=9691568 CPUtime=105.11 cores=1,3,5,7
/proc/521/stat : 521 (java) S 519 521 31312 0 -1 4202496 25148 0 1 0 10500 11 0 0 20 0 20 0 282667930 9924165632 28766 33554432000 1073741824 1073778376 140733862615888 140733862607024 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/521/statm: 2422892 28766 2276 9 0 2413578 0
[pid=521/tid=523] ppid=519 vsize=9691568 CPUtime=100.36 cores=1,3,5,7
/proc/521/task/523/stat : 523 (java) S 519 521 31312 0 -1 4202560 2559 0 1 0 10034 2 0 0 20 0 20 0 282667931 9924165632 28766 33554432000 1073741824 1073778376 140733862615888 139685989078200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=521/tid=524] ppid=519 vsize=9691568 CPUtime=0.11 cores=1,3,5,7
/proc/521/task/524/stat : 524 (java) S 519 521 31312 0 -1 4202560 90 0 0 0 11 0 0 0 20 0 20 0 282667931 9924165632 28766 33554432000 1073741824 1073778376 140733862615888 139685961530280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=521/tid=525] ppid=519 vsize=9691568 CPUtime=0.12 cores=1,3,5,7
/proc/521/task/525/stat : 525 (java) S 519 521 31312 0 -1 4202560 38 0 0 0 12 0 0 0 20 0 20 0 282667931 9924165632 28766 33554432000 1073741824 1073778376 140733862615888 139685831158824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=521/tid=526] ppid=519 vsize=9691568 CPUtime=0.11 cores=1,3,5,7
/proc/521/task/526/stat : 526 (java) S 519 521 31312 0 -1 4202560 25 0 0 0 11 0 0 0 20 0 20 0 282667931 9924165632 28766 33554432000 1073741824 1073778376 140733862615888 139685830105768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=521/tid=527] ppid=519 vsize=9691568 CPUtime=0.15 cores=1,3,5,7
/proc/521/task/527/stat : 527 (java) S 519 521 31312 0 -1 4202560 53 0 0 0 15 0 0 0 20 0 20 0 282667931 9924165632 28766 33554432000 1073741824 1073778376 140733862615888 139685829053224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=521/tid=528] ppid=519 vsize=9691568 CPUtime=0.1 cores=1,3,5,7
/proc/521/task/528/stat : 528 (java) S 519 521 31312 0 -1 4202560 34 0 0 0 10 0 0 0 20 0 20 0 282667932 9924165632 28766 33554432000 1073741824 1073778376 140733862615888 139685828000168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=521/tid=529] ppid=519 vsize=9691568 CPUtime=0.12 cores=1,3,5,7
/proc/521/task/529/stat : 529 (java) S 519 521 31312 0 -1 4202560 44 0 0 0 12 0 0 0 20 0 20 0 282667932 9924165632 28766 33554432000 1073741824 1073778376 140733862615888 139685826947624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=521/tid=530] ppid=519 vsize=9691568 CPUtime=0.12 cores=1,3,5,7
/proc/521/task/530/stat : 530 (java) S 519 521 31312 0 -1 4202560 24 0 0 0 12 0 0 0 20 0 20 0 282667932 9924165632 28766 33554432000 1073741824 1073778376 140733862615888 139685489797288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=521/tid=531] ppid=519 vsize=9691568 CPUtime=0.12 cores=1,3,5,7
/proc/521/task/531/stat : 531 (java) S 519 521 31312 0 -1 4202560 53 0 0 0 12 0 0 0 20 0 20 0 282667932 9924165632 28766 33554432000 1073741824 1073778376 140733862615888 139685488744744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=521/tid=532] ppid=519 vsize=9691568 CPUtime=1.3 cores=1,3,5,7
/proc/521/task/532/stat : 532 (java) S 519 521 31312 0 -1 4202560 69 0 0 0 130 0 0 0 20 0 20 0 282667933 9924165632 28766 33554432000 1073741824 1073778376 140733862615888 139685476547432 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=521/tid=533] ppid=519 vsize=9691568 CPUtime=0 cores=1,3,5,7
/proc/521/task/533/stat : 533 (java) S 519 521 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 282667933 9924165632 28766 33554432000 1073741824 1073778376 140733862615888 139685475493752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=521/tid=534] ppid=519 vsize=9691568 CPUtime=0 cores=1,3,5,7
/proc/521/task/534/stat : 534 (java) S 519 521 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 282667933 9924165632 28766 33554432000 1073741824 1073778376 140733862615888 139685474440584 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=521/tid=535] ppid=519 vsize=9691568 CPUtime=0 cores=1,3,5,7
/proc/521/task/535/stat : 535 (java) S 519 521 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 282667936 9924165632 28766 33554432000 1073741824 1073778376 140733862615888 139685473389328 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=521/tid=536] ppid=519 vsize=9691568 CPUtime=1.71 cores=1,3,5,7
/proc/521/task/536/stat : 536 (java) R 519 521 31312 0 -1 4202560 18547 0 0 0 167 4 0 0 20 0 20 0 282667936 9924165632 28766 33554432000 1073741824 1073778376 140733862615888 139685472336024 139685995744890 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=521/tid=537] ppid=519 vsize=9691568 CPUtime=0.34 cores=1,3,5,7
/proc/521/task/537/stat : 537 (java) S 519 521 31312 0 -1 4202560 2417 0 0 0 34 0 0 0 20 0 20 0 282667936 9924165632 28766 33554432000 1073741824 1073778376 140733862615888 139685471283640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=521/tid=538] ppid=519 vsize=9691568 CPUtime=0 cores=1,3,5,7
/proc/521/task/538/stat : 538 (java) S 519 521 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 282667936 9924165632 28766 33554432000 1073741824 1073778376 140733862615888 139685470230776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=521/tid=539] ppid=519 vsize=9691568 CPUtime=0.01 cores=1,3,5,7
/proc/521/task/539/stat : 539 (java) S 519 521 31312 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 20 0 282667936 9924165632 28766 33554432000 1073741824 1073778376 140733862615888 139685469178440 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=521/tid=540] ppid=519 vsize=9691568 CPUtime=0 cores=1,3,5,7
/proc/521/task/540/stat : 540 (java) S 519 521 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 282667952 9924165632 28766 33554432000 1073741824 1073778376 140733862615888 139685468124712 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 105.11
Current children cumulated vsize (KiB) 9691568

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

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 521 and gives
#  childrusage.ru_utime.tv_sec=104
#  childrusage.ru_utime.tv_usec=775071
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=203968
# CPU time returned by wait4() is 104.979
# while last known CPU time is 105.11
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 102.34
CPU time (s): 105.11
CPU user time (s): 105
CPU system time (s): 0.11
CPU usage (%): 102.707
Max. virtual memory (cumulated for all children) (KiB): 9691568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 104.775
system time used= 0.203968
maximum resident set size= 115148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25174
page faults= 1
swaps= 0
block input operations= 0
block output operations= 176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3686
involuntary context switches= 3306

runsolver used 0.372943 second user time and 0.823874 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-28 02:37:03
IDJOB=3711280
IDBENCH=47985
IDSOLVER=2289
FILE ID=node130/3711280-1338165423
RUNJOBID= node130-1338158197-31329
PBS_JOBID= 14624537
Free space on /tmp= 71472 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=211-P1=113-P2=103-P3=37-P4=167-P5=5-P6=191-P7=13-P8=223-P9=137-B.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3711280-1338165423/watcher-3711280-1338165423 -o /tmp/evaluation-result-3711280-1338165423/solver-3711280-1338165423 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711280-1338165423.opb

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

MD5SUM BENCH= 747af0da1666dabab7e7b60330c37a87
RANDOM SEED=913585321

node130.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.875
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.875
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.875
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.875
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.875
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.875
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.875
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.875
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31204704 kB
Buffers:          305224 kB
Cached:           483792 kB
SwapCached:         4512 kB
Active:           732800 kB
Inactive:          94984 kB
Active(anon):      28880 kB
Inactive(anon):     9016 kB
Active(file):     703920 kB
Inactive(file):    85968 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099912 kB
Dirty:              2236 kB
Writeback:             0 kB
AnonPages:         62724 kB
Mapped:            19892 kB
Shmem:                 8 kB
Slab:             694512 kB
SReclaimable:     134952 kB
SUnreclaim:       559560 kB
KernelStack:        1760 kB
PageTables:         4204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     696236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71472 MiB
End job on node130 at 2012-05-28 02:38:46