Trace number 3711282

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 135.2 133.196

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=61-P1=167-P2=157-P3=13-P4=173-P5=47-P6=47-P7=251-P8=79-B.opb
MD5SUM8f717fbc7f85484ebc0de379ab09a890
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.113981
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 variables192
Total number of constraints17
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 constraints17
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)512
Sum of products size (including duplicates)1024
Number of different products512
Sum of products size1024

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	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.13	c --- Begin Solver configuration ---
0.10/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.13	c Learn all clauses as in MiniSAT
0.10/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.13	c Expensive reason simplification
0.10/0.13	c Armin Biere (Picosat) restarts strategy
0.10/0.13	c Glucose learned constraints deletion strategy
0.10/0.13	c timeout=2147483s
0.10/0.13	c DB Simplification allowed=true
0.10/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.13	c --- End Solver configuration ---
0.10/0.13	c solving HOME/instance-3711282-1338165422.opb
0.10/0.15	c reading problem ... 
0.23/0.20	c ... done. Wall clock time 0.078s.
0.23/0.20	c declared #vars     192
0.23/0.20	c internal #vars     704
0.23/0.20	c #constraints  1049
0.23/0.20	c constraints type 
0.23/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 512
0.23/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 537
0.23/0.20	c 1049 constraints processed.
0.84/0.54	c cleaning 2493 clauses out of 5000 with flag 5000/5000
1.24/0.83	c cleaning 4249 clauses out of 8507 with flag 11000/11000
1.86/1.14	c cleaning 5614 clauses out of 11259 with flag 18001/18001
2.36/1.52	c cleaning 6814 clauses out of 13644 with flag 26000/26000
3.19/1.94	c cleaning 7908 clauses out of 15831 with flag 35001/35001
3.70/2.41	c cleaning 8954 clauses out of 17922 with flag 45000/45000
3.80/2.52	c SATISFIABLE
3.80/2.52	c OPTIMIZING...
3.80/2.52	c Got one! Elapsed wall clock time (in seconds):2.398
3.80/2.52	o 37
3.90/2.69	c cleaning 7206 clauses out of 14421 with flag 3000/50540
4.10/2.80	c Got one! Elapsed wall clock time (in seconds):2.672
4.10/2.80	o 3
4.22/2.96	c cleaning 6390 clauses out of 12795 with flag 3002/56245
4.53/3.21	c cleaning 6193 clauses out of 12403 with flag 9000/62243
4.83/3.51	c cleaning 6596 clauses out of 13210 with flag 16000/69243
5.13/3.87	c cleaning 7304 clauses out of 14615 with flag 24001/77244
5.54/4.26	c cleaning 8154 clauses out of 16311 with flag 33001/86244
6.04/4.71	c cleaning 9070 clauses out of 18157 with flag 43001/96244
6.55/5.26	c cleaning 10032 clauses out of 20086 with flag 54000/107243
7.15/5.85	c cleaning 11010 clauses out of 22054 with flag 66000/119243
7.76/6.50	c cleaning 11850 clauses out of 23719 with flag 79000/132243
8.57/7.23	c cleaning 12926 clauses out of 25870 with flag 93001/146244
9.37/8.03	c cleaning 13958 clauses out of 27943 with flag 108000/161243
10.20/8.89	c cleaning 14979 clauses out of 29986 with flag 124001/177244
11.09/9.77	c cleaning 15994 clauses out of 32006 with flag 141000/194243
12.11/10.76	c cleaning 16998 clauses out of 34012 with flag 159000/212243
13.61/12.23	c cleaning 18005 clauses out of 36014 with flag 178000/231243
14.74/13.31	c cleaning 18989 clauses out of 38011 with flag 198002/251245
15.96/14.55	c cleaning 19997 clauses out of 40021 with flag 219001/272244
17.08/15.67	c cleaning 20989 clauses out of 42023 with flag 241000/294243
18.58/17.14	c cleaning 22000 clauses out of 44035 with flag 264001/317244
20.41/18.95	c cleaning 22993 clauses out of 46034 with flag 288000/341243
21.72/20.20	c cleaning 23781 clauses out of 47577 with flag 313000/366243
23.62/22.17	c cleaning 24890 clauses out of 49796 with flag 339000/392243
25.23/23.71	c cleaning 25945 clauses out of 51907 with flag 366001/419244
26.95/25.41	c cleaning 26961 clauses out of 53962 with flag 394001/447244
28.86/27.37	c cleaning 27987 clauses out of 56000 with flag 423000/476243
30.87/29.35	c cleaning 29003 clauses out of 58013 with flag 453000/506243
33.07/31.52	c cleaning 29992 clauses out of 60010 with flag 484000/537243
35.19/33.68	c cleaning 31000 clauses out of 62018 with flag 516000/569243
37.69/36.17	c cleaning 32005 clauses out of 64019 with flag 549001/602244
39.70/38.17	c cleaning 32863 clauses out of 65763 with flag 583001/636244
42.24/40.63	c cleaning 33941 clauses out of 67900 with flag 618001/671244
44.94/43.37	c cleaning 34969 clauses out of 69958 with flag 654000/707243
47.66/46.05	c cleaning 35988 clauses out of 71989 with flag 691000/744243
51.67/50.01	c cleaning 36987 clauses out of 74002 with flag 729001/782244
55.59/53.99	c cleaning 37992 clauses out of 76014 with flag 768000/821243
58.71/57.06	c cleaning 39004 clauses out of 78022 with flag 808000/861243
62.72/61.02	c cleaning 40001 clauses out of 80019 with flag 849001/902244
65.73/64.08	c cleaning 40998 clauses out of 82018 with flag 891001/944244
69.47/67.75	c cleaning 42001 clauses out of 84019 with flag 934000/987243
73.39/71.66	c cleaning 42978 clauses out of 86020 with flag 978002/1031245
77.12/75.34	c cleaning 43996 clauses out of 88040 with flag 1023000/1076243
80.82/79.06	c cleaning 45012 clauses out of 90045 with flag 1069001/1122244
85.73/83.96	c cleaning 46005 clauses out of 92033 with flag 1116001/1169244
90.05/88.24	c cleaning 46996 clauses out of 94028 with flag 1164001/1217244
95.77/93.93	c cleaning 47999 clauses out of 96031 with flag 1213000/1266243
101.39/99.55	c cleaning 49002 clauses out of 98033 with flag 1263001/1316244
106.00/104.16	c cleaning 50003 clauses out of 100030 with flag 1314000/1367243
110.90/108.97	c cleaning 49276 clauses out of 98575 with flag 1366001/1419244
115.71/113.71	c cleaning 50835 clauses out of 101691 with flag 1419000/1472243
121.84/119.90	c cleaning 52419 clauses out of 104856 with flag 1473000/1526243
126.96/124.97	c cleaning 53517 clauses out of 107067 with flag 1528000/1581243
132.68/130.67	c cleaning 54765 clauses out of 109551 with flag 1584001/1637244
135.20/133.15	Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 26
135.20/133.15		at org.sat4j.core.Vec.remove(Unknown Source)
135.20/133.15		at org.sat4j.pb.constraints.pb.MaxWatchPbLong.remove(Unknown Source)
135.20/133.15		at org.sat4j.minisat.core.Solver.removeConstr(Unknown Source)
135.20/133.15		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
135.20/133.15		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
135.20/133.15		at org.sat4j.sat.Lanceur.solve(Unknown Source)
135.20/133.15		at org.sat4j.sat.Lanceur.run(Unknown Source)
135.20/133.15		at org.sat4j.sat.Lanceur.main(Unknown Source)
135.20/133.15	c starts		: 210
135.20/133.15	c conflicts		: 1666839
135.20/133.15	c decisions		: 1718633
135.20/133.15	c propagations		: 29122344
135.20/133.15	c inspects		: 1603370017
135.20/133.15	c shortcuts		: 0
135.20/133.15	c learnt literals	: 22
135.20/133.15	c learnt binary clauses	: 23
135.20/133.15	c learnt ternary clauses	: 76
135.20/133.15	c learnt constraints	: 1666816
135.20/133.15	c ignored constraints	: 0
135.20/133.15	c root simplifications	: 231
135.20/133.15	c removed literals (reason simplification)	: 5194235
135.20/133.15	c reason swapping (by a shorter reason)	: 0
135.20/133.15	c Calls to reduceDB	: 59
135.20/133.15	c number of reductions to clauses (during analyze)	: 0
135.20/133.15	c number of learned constraints concerned by reduction	: 0
135.20/133.15	c number of learning phase by resolution	: 0
135.20/133.15	c number of learning phase by cutting planes	: 0
135.20/133.15	c speed (assignments/second)	: 219052.28399286934
135.20/133.15	c non guided choices	5235
135.20/133.18	c learnt constraints type 
135.20/133.18	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5
135.20/133.18	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 51840
135.20/133.18	c constraints type 
135.20/133.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 512
135.20/133.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 538
135.20/133.18	c 1050 constraints processed.
135.20/133.18	s SATISFIABLE
135.20/133.18	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 
135.20/133.18	c objective function=3
135.20/133.18	c Total wall clock time (in seconds): 133.051

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

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

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 3/194 463
/proc/meminfo: memFree=31202192/32873844 swapFree=7624/7624
[pid=463] ppid=461 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/463/stat : 463 (runsolver) R 461 31312 31312 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 1 0 282667847 12095488 32 33554432000 4194304 5436572 140733728122256 140733728118552 4308416 0 0 4096 24578 0 0 0 17 6 0 0 0 0 0
/proc/463/statm: 2953 32 13 304 0 2645 0

[startup+0.0994519 s]
/proc/loadavg: 2.02 2.01 2.00 3/194 463
/proc/meminfo: memFree=31202192/32873844 swapFree=7624/7624
[pid=463] ppid=461 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/463/stat : 463 (java) S 461 463 31312 0 -1 4202496 4212 0 1 0 9 1 0 0 20 0 18 0 282667847 9787842560 5420 33554432000 1073741824 1073778376 140736776680448 140736776671584 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/463/statm: 2389610 5420 2113 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.100181 s]
/proc/loadavg: 2.02 2.01 2.00 3/194 463
/proc/meminfo: memFree=31202192/32873844 swapFree=7624/7624
[pid=463] ppid=461 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/463/stat : 463 (java) S 461 463 31312 0 -1 4202496 4225 0 1 0 9 1 0 0 20 0 18 0 282667847 9787842560 5433 33554432000 1073741824 1073778376 140736776680448 140736776671584 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/463/statm: 2389610 5435 2113 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.30016 s]
/proc/loadavg: 2.02 2.01 2.00 3/194 463
/proc/meminfo: memFree=31202192/32873844 swapFree=7624/7624
[pid=463] ppid=461 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/463/stat : 463 (java) S 461 463 31312 0 -1 4202496 6453 0 1 0 50 1 0 0 20 0 19 0 282667847 9856004096 8502 33554432000 1073741824 1073778376 140736776680448 140736776671584 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/463/statm: 2406251 8502 2231 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625004

[startup+0.700269 s]
/proc/loadavg: 2.02 2.01 2.00 3/194 463
/proc/meminfo: memFree=31202192/32873844 swapFree=7624/7624
[pid=463] ppid=461 vsize=9625004 CPUtime=1.12 cores=0,2,4,6
/proc/463/stat : 463 (java) S 461 463 31312 0 -1 4202496 6667 0 1 0 111 1 0 0 20 0 19 0 282667847 9856004096 10674 33554432000 1073741824 1073778376 140736776680448 140736776671584 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/463/statm: 2406251 10674 2275 9 0 2396937 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9625004

[startup+1.50066 s]
/proc/loadavg: 2.02 2.01 2.00 4/212 539
/proc/meminfo: memFree=31164248/32873844 swapFree=7624/7624
[pid=463] ppid=461 vsize=9625004 CPUtime=2.36 cores=0,2,4,6
/proc/463/stat : 463 (java) S 461 463 31312 0 -1 4202496 16123 0 1 0 233 3 0 0 20 0 19 0 282667847 9856004096 16898 33554432000 1073741824 1073778376 140736776680448 140736776671584 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/463/statm: 2406251 16898 2275 9 0 2396937 0
[pid=463/tid=465] ppid=461 vsize=9625004 CPUtime=1.42 cores=0,2,4,6
/proc/463/task/465/stat : 465 (java) R 461 463 31312 0 -1 4202560 2520 0 1 0 141 1 0 0 20 0 19 0 282667849 9856004096 16898 33554432000 1073741824 1073778376 140736776680448 140023611617584 140023467050511 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=463/tid=466] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/466/stat : 466 (java) S 461 463 31312 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282667849 9856004096 16898 33554432000 1073741824 1073778376 140736776680448 140023589718184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=463/tid=467] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/467/stat : 467 (java) S 461 463 31312 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 282667849 9856004096 16898 33554432000 1073741824 1073778376 140736776680448 140023588665640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=463/tid=468] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/468/stat : 468 (java) S 461 463 31312 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282667849 9856004096 16898 33554432000 1073741824 1073778376 140736776680448 140023587613096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=463/tid=469] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/469/stat : 469 (java) S 461 463 31312 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 282667849 9856004096 16898 33554432000 1073741824 1073778376 140736776680448 140023586560552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=463/tid=470] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/470/stat : 470 (java) S 461 463 31312 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 282667849 9856004096 16898 33554432000 1073741824 1073778376 140736776680448 140023585508008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=463/tid=471] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/471/stat : 471 (java) S 461 463 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282667849 9856004096 16898 33554432000 1073741824 1073778376 140736776680448 140023114492712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=463/tid=472] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/472/stat : 472 (java) S 461 463 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282667849 9856004096 16898 33554432000 1073741824 1073778376 140736776680448 140023113440168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=463/tid=473] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/473/stat : 473 (java) S 461 463 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282667849 9856004096 16898 33554432000 1073741824 1073778376 140736776680448 140023112387624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=463/tid=474] ppid=461 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/463/task/474/stat : 474 (java) S 461 463 31312 0 -1 4202560 43 0 0 0 2 0 0 0 20 0 19 0 282667850 9856004096 16898 33554432000 1073741824 1073778376 140736776680448 140023099975784 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=463/tid=475] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/475/stat : 475 (java) S 461 463 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282667851 9856004096 16898 33554432000 1073741824 1073778376 140736776680448 140023098922104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=463/tid=476] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/476/stat : 476 (java) S 461 463 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282667851 9856004096 16898 33554432000 1073741824 1073778376 140736776680448 140023097869448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=463/tid=477] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/477/stat : 477 (java) S 461 463 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282667853 9856004096 16898 33554432000 1073741824 1073778376 140736776680448 140023096818192 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=463/tid=478] ppid=461 vsize=9625004 CPUtime=0.21 cores=0,2,4,6
/proc/463/task/478/stat : 478 (java) S 461 463 31312 0 -1 4202560 1035 0 0 0 21 0 0 0 20 0 19 0 282667853 9856004096 16898 33554432000 1073741824 1073778376 140736776680448 140023095765560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=463/tid=479] ppid=461 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/463/task/479/stat : 479 (java) S 461 463 31312 0 -1 4202560 11306 0 0 0 61 2 0 0 20 0 19 0 282667853 9856004096 16898 33554432000 1073741824 1073778376 140736776680448 140023094713016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=463/tid=480] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/480/stat : 480 (java) S 461 463 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282667853 9856004096 16898 33554432000 1073741824 1073778376 140736776680448 140023093660664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=463/tid=481] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/481/stat : 481 (java) S 461 463 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282667853 9856004096 16898 33554432000 1073741824 1073778376 140736776680448 140023092608328 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=463/tid=482] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/482/stat : 482 (java) S 461 463 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282667869 9856004096 16898 33554432000 1073741824 1073778376 140736776680448 140023091491624 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 9625004

[startup+3.10074 s]
/proc/loadavg: 2.18 2.04 2.01 3/213 540
/proc/meminfo: memFree=31112072/32873844 swapFree=7624/7624
[pid=463] ppid=461 vsize=9625004 CPUtime=4.43 cores=0,2,4,6
/proc/463/stat : 463 (java) S 461 463 31312 0 -1 4202496 20770 0 1 0 439 4 0 0 20 0 19 0 282667847 9856004096 20179 33554432000 1073741824 1073778376 140736776680448 140736776671584 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/463/statm: 2406251 20179 2276 9 0 2396937 0
[pid=463/tid=465] ppid=461 vsize=9625004 CPUtime=2.95 cores=0,2,4,6
/proc/463/task/465/stat : 465 (java) R 461 463 31312 0 -1 4202560 2524 0 1 0 294 1 0 0 20 0 19 0 282667849 9856004096 20179 33554432000 1073741824 1073778376 140736776680448 140023611617704 140023467255824 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=463/tid=466] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/466/stat : 466 (java) S 461 463 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282667849 9856004096 20179 33554432000 1073741824 1073778376 140736776680448 140023589718184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=463/tid=467] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/467/stat : 467 (java) S 461 463 31312 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282667849 9856004096 20179 33554432000 1073741824 1073778376 140736776680448 140023588665640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=463/tid=468] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/468/stat : 468 (java) S 461 463 31312 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282667849 9856004096 20179 33554432000 1073741824 1073778376 140736776680448 140023587613096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=463/tid=469] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/469/stat : 469 (java) S 461 463 31312 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 282667849 9856004096 20179 33554432000 1073741824 1073778376 140736776680448 140023586560552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=463/tid=470] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/470/stat : 470 (java) S 461 463 31312 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 282667849 9856004096 20179 33554432000 1073741824 1073778376 140736776680448 140023585508008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=463/tid=471] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/471/stat : 471 (java) S 461 463 31312 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282667849 9856004096 20179 33554432000 1073741824 1073778376 140736776680448 140023114492712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=463/tid=472] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/472/stat : 472 (java) S 461 463 31312 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 282667849 9856004096 20179 33554432000 1073741824 1073778376 140736776680448 140023113440168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=463/tid=473] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/473/stat : 473 (java) S 461 463 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282667849 9856004096 20179 33554432000 1073741824 1073778376 140736776680448 140023112387624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=463/tid=474] ppid=461 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/463/task/474/stat : 474 (java) S 461 463 31312 0 -1 4202560 44 0 0 0 8 0 0 0 20 0 19 0 282667850 9856004096 20179 33554432000 1073741824 1073778376 140736776680448 140023099975784 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=463/tid=475] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/475/stat : 475 (java) S 461 463 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282667851 9856004096 20179 33554432000 1073741824 1073778376 140736776680448 140023098922104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=463/tid=476] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/476/stat : 476 (java) S 461 463 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282667851 9856004096 20179 33554432000 1073741824 1073778376 140736776680448 140023097869448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=463/tid=477] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/477/stat : 477 (java) S 461 463 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282667853 9856004096 20179 33554432000 1073741824 1073778376 140736776680448 140023096818192 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=463/tid=478] ppid=461 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/463/task/478/stat : 478 (java) S 461 463 31312 0 -1 4202560 5632 0 0 0 61 0 0 0 20 0 19 0 282667853 9856004096 20179 33554432000 1073741824 1073778376 140736776680448 140023095765560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=463/tid=479] ppid=461 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/463/task/479/stat : 479 (java) S 461 463 31312 0 -1 4202560 11337 0 0 0 66 2 0 0 20 0 19 0 282667853 9856004096 20179 33554432000 1073741824 1073778376 140736776680448 140023094713016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=463/tid=480] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/480/stat : 480 (java) S 461 463 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282667853 9856004096 20179 33554432000 1073741824 1073778376 140736776680448 140023093660664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=463/tid=481] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/481/stat : 481 (java) S 461 463 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282667853 9856004096 20179 33554432000 1073741824 1073778376 140736776680448 140023092608328 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=463/tid=482] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/482/stat : 482 (java) S 461 463 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282667869 9856004096 20179 33554432000 1073741824 1073778376 140736776680448 140023091491624 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.43
Current children cumulated vsize (KiB) 9625004

[startup+6.30068 s]
/proc/loadavg: 2.18 2.04 2.01 4/213 540
/proc/meminfo: memFree=31103200/32873844 swapFree=7624/7624
[pid=463] ppid=461 vsize=9625004 CPUtime=7.66 cores=0,2,4,6
/proc/463/stat : 463 (java) S 461 463 31312 0 -1 4202496 20794 0 1 0 761 5 0 0 20 0 19 0 282667847 9856004096 19366 33554432000 1073741824 1073778376 140736776680448 140736776671584 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/463/statm: 2406251 19366 2276 9 0 2396937 0
[pid=463/tid=465] ppid=461 vsize=9625004 CPUtime=6.04 cores=0,2,4,6
/proc/463/task/465/stat : 465 (java) R 461 463 31312 0 -1 4202560 2532 0 1 0 603 1 0 0 20 0 19 0 282667849 9856004096 19366 33554432000 1073741824 1073778376 140736776680448 140023611617544 140023467314311 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=463/tid=466] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/466/stat : 466 (java) S 461 463 31312 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 282667849 9856004096 19366 33554432000 1073741824 1073778376 140736776680448 140023589718184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=463/tid=467] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/467/stat : 467 (java) S 461 463 31312 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282667849 9856004096 19366 33554432000 1073741824 1073778376 140736776680448 140023588665640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=463/tid=468] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/468/stat : 468 (java) S 461 463 31312 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282667849 9856004096 19366 33554432000 1073741824 1073778376 140736776680448 140023587613096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=463/tid=469] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/469/stat : 469 (java) S 461 463 31312 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 282667849 9856004096 19366 33554432000 1073741824 1073778376 140736776680448 140023586560552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=463/tid=470] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/470/stat : 470 (java) S 461 463 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282667849 9856004096 19366 33554432000 1073741824 1073778376 140736776680448 140023585508008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=463/tid=471] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/471/stat : 471 (java) S 461 463 31312 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 282667849 9856004096 19366 33554432000 1073741824 1073778376 140736776680448 140023114492712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=463/tid=472] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/472/stat : 472 (java) S 461 463 31312 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282667849 9856004096 19366 33554432000 1073741824 1073778376 140736776680448 140023113440168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=463/tid=473] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/473/stat : 473 (java) S 461 463 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282667849 9856004096 19366 33554432000 1073741824 1073778376 140736776680448 140023112387624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=463/tid=474] ppid=461 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/463/task/474/stat : 474 (java) S 461 463 31312 0 -1 4202560 44 0 0 0 16 0 0 0 20 0 19 0 282667850 9856004096 19366 33554432000 1073741824 1073778376 140736776680448 140023099975784 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=463/tid=475] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/475/stat : 475 (java) S 461 463 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282667851 9856004096 19366 33554432000 1073741824 1073778376 140736776680448 140023098922104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=463/tid=476] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/476/stat : 476 (java) S 461 463 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282667851 9856004096 19366 33554432000 1073741824 1073778376 140736776680448 140023097869448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=463/tid=477] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/477/stat : 477 (java) S 461 463 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282667853 9856004096 19366 33554432000 1073741824 1073778376 140736776680448 140023096818192 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=463/tid=478] ppid=461 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/463/task/478/stat : 478 (java) S 461 463 31312 0 -1 4202560 5632 0 0 0 61 0 0 0 20 0 19 0 282667853 9856004096 19366 33554432000 1073741824 1073778376 140736776680448 140023095765560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=463/tid=479] ppid=461 vsize=9625004 CPUtime=0.69 cores=0,2,4,6
/proc/463/task/479/stat : 479 (java) S 461 463 31312 0 -1 4202560 11337 0 0 0 67 2 0 0 20 0 19 0 282667853 9856004096 19366 33554432000 1073741824 1073778376 140736776680448 140023094713016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=463/tid=480] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/480/stat : 480 (java) S 461 463 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282667853 9856004096 19366 33554432000 1073741824 1073778376 140736776680448 140023093660664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=463/tid=481] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/481/stat : 481 (java) S 461 463 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282667853 9856004096 19366 33554432000 1073741824 1073778376 140736776680448 140023092608328 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=463/tid=482] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/482/stat : 482 (java) S 461 463 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282667869 9856004096 19366 33554432000 1073741824 1073778376 140736776680448 140023091491624 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.66
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

/proc/463/task/473/stat : 473 (java) S 461 463 31312 0 -1 4202560 34 0 0 0 11 0 0 0 20 0 19 0 282667849 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023112387624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=463/tid=474] ppid=461 vsize=9625004 CPUtime=1.22 cores=0,2,4,6
/proc/463/task/474/stat : 474 (java) S 461 463 31312 0 -1 4202560 60 0 0 0 121 1 0 0 20 0 19 0 282667850 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023099975784 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=463/tid=475] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/475/stat : 475 (java) S 461 463 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282667851 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023098922104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=463/tid=476] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/476/stat : 476 (java) S 461 463 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282667851 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023097869448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=463/tid=477] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/477/stat : 477 (java) S 461 463 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282667853 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023096818192 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=463/tid=478] ppid=461 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/463/task/478/stat : 478 (java) S 461 463 31312 0 -1 4202560 5632 0 0 0 61 0 0 0 20 0 19 0 282667853 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023095765560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=463/tid=479] ppid=461 vsize=9625004 CPUtime=0.72 cores=0,2,4,6
/proc/463/task/479/stat : 479 (java) S 461 463 31312 0 -1 4202560 11342 0 0 0 70 2 0 0 20 0 19 0 282667853 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023094713016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=463/tid=480] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/480/stat : 480 (java) S 461 463 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282667853 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023093660664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=463/tid=481] ppid=461 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/463/task/481/stat : 481 (java) S 461 463 31312 0 -1 4202560 7 0 0 0 0 2 0 0 20 0 19 0 282667853 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023092608328 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=463/tid=482] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/482/stat : 482 (java) S 461 463 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282667869 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023091491624 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 133.19
Current children cumulated vsize (KiB) 9625004

[startup+131.901 s]
/proc/loadavg: 1.98 2.01 2.00 3/213 597
/proc/meminfo: memFree=31048664/32873844 swapFree=7624/7624
[pid=463] ppid=461 vsize=9625004 CPUtime=134 cores=0,2,4,6
/proc/463/stat : 463 (java) S 461 463 31312 0 -1 4202496 21150 0 1 0 13389 11 0 0 20 0 19 0 282667847 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140736776671584 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/463/statm: 2406251 32414 2276 9 0 2396937 0
[pid=463/tid=465] ppid=461 vsize=9625004 CPUtime=129.94 cores=0,2,4,6
/proc/463/task/465/stat : 465 (java) R 461 463 31312 0 -1 4202560 2582 0 1 0 12992 2 0 0 20 0 19 0 282667849 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023611617584 140023467314360 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=463/tid=466] ppid=461 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/463/task/466/stat : 466 (java) S 461 463 31312 0 -1 4202560 105 0 0 0 13 0 0 0 20 0 19 0 282667849 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023589718184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=463/tid=467] ppid=461 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/463/task/467/stat : 467 (java) S 461 463 31312 0 -1 4202560 22 0 0 0 9 0 0 0 20 0 19 0 282667849 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023588665640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=463/tid=468] ppid=461 vsize=9625004 CPUtime=0.11 cores=0,2,4,6
/proc/463/task/468/stat : 468 (java) S 461 463 31312 0 -1 4202560 27 0 0 0 11 0 0 0 20 0 19 0 282667849 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023587613096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=463/tid=469] ppid=461 vsize=9625004 CPUtime=0.11 cores=0,2,4,6
/proc/463/task/469/stat : 469 (java) S 461 463 31312 0 -1 4202560 33 0 0 0 11 0 0 0 20 0 19 0 282667849 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023586560552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=463/tid=470] ppid=461 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/463/task/470/stat : 470 (java) S 461 463 31312 0 -1 4202560 29 0 0 0 13 0 0 0 20 0 19 0 282667849 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023585508008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=463/tid=471] ppid=461 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/463/task/471/stat : 471 (java) S 461 463 31312 0 -1 4202560 58 0 0 0 15 0 0 0 20 0 19 0 282667849 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023114492712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=463/tid=472] ppid=461 vsize=9625004 CPUtime=0.12 cores=0,2,4,6
/proc/463/task/472/stat : 472 (java) S 461 463 31312 0 -1 4202560 37 0 0 0 12 0 0 0 20 0 19 0 282667849 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023113440168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=463/tid=473] ppid=461 vsize=9625004 CPUtime=0.11 cores=0,2,4,6
/proc/463/task/473/stat : 473 (java) S 461 463 31312 0 -1 4202560 34 0 0 0 11 0 0 0 20 0 19 0 282667849 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023112387624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=463/tid=474] ppid=461 vsize=9625004 CPUtime=1.22 cores=0,2,4,6
/proc/463/task/474/stat : 474 (java) S 461 463 31312 0 -1 4202560 60 0 0 0 121 1 0 0 20 0 19 0 282667850 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023099975784 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=463/tid=475] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/475/stat : 475 (java) S 461 463 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282667851 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023098922104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=463/tid=476] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/476/stat : 476 (java) S 461 463 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282667851 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023097869448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=463/tid=477] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/477/stat : 477 (java) S 461 463 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282667853 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023096818192 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=463/tid=478] ppid=461 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/463/task/478/stat : 478 (java) S 461 463 31312 0 -1 4202560 5632 0 0 0 61 0 0 0 20 0 19 0 282667853 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023095765560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=463/tid=479] ppid=461 vsize=9625004 CPUtime=0.72 cores=0,2,4,6
/proc/463/task/479/stat : 479 (java) S 461 463 31312 0 -1 4202560 11342 0 0 0 70 2 0 0 20 0 19 0 282667853 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023094713016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=463/tid=480] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/480/stat : 480 (java) S 461 463 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282667853 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023093660664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=463/tid=481] ppid=461 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/463/task/481/stat : 481 (java) S 461 463 31312 0 -1 4202560 9 0 0 0 0 2 0 0 20 0 19 0 282667853 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023092608328 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=463/tid=482] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/482/stat : 482 (java) S 461 463 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282667869 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023091491624 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 134
Current children cumulated vsize (KiB) 9625004

[startup+132.701 s]
/proc/loadavg: 1.98 2.01 2.00 3/213 597
/proc/meminfo: memFree=31048664/32873844 swapFree=7624/7624
[pid=463] ppid=461 vsize=9625004 CPUtime=134.79 cores=0,2,4,6
/proc/463/stat : 463 (java) S 461 463 31312 0 -1 4202496 21150 0 1 0 13468 11 0 0 20 0 19 0 282667847 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140736776671584 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/463/statm: 2406251 32414 2276 9 0 2396937 0
[pid=463/tid=465] ppid=461 vsize=9625004 CPUtime=130.73 cores=0,2,4,6
/proc/463/task/465/stat : 465 (java) R 461 463 31312 0 -1 4202560 2582 0 1 0 13071 2 0 0 20 0 19 0 282667849 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023611617584 140023467466041 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=463/tid=466] ppid=461 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/463/task/466/stat : 466 (java) S 461 463 31312 0 -1 4202560 105 0 0 0 13 0 0 0 20 0 19 0 282667849 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023589718184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=463/tid=467] ppid=461 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/463/task/467/stat : 467 (java) S 461 463 31312 0 -1 4202560 22 0 0 0 9 0 0 0 20 0 19 0 282667849 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023588665640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=463/tid=468] ppid=461 vsize=9625004 CPUtime=0.11 cores=0,2,4,6
/proc/463/task/468/stat : 468 (java) S 461 463 31312 0 -1 4202560 27 0 0 0 11 0 0 0 20 0 19 0 282667849 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023587613096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=463/tid=469] ppid=461 vsize=9625004 CPUtime=0.11 cores=0,2,4,6
/proc/463/task/469/stat : 469 (java) S 461 463 31312 0 -1 4202560 33 0 0 0 11 0 0 0 20 0 19 0 282667849 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023586560552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=463/tid=470] ppid=461 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/463/task/470/stat : 470 (java) S 461 463 31312 0 -1 4202560 29 0 0 0 13 0 0 0 20 0 19 0 282667849 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023585508008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=463/tid=471] ppid=461 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/463/task/471/stat : 471 (java) S 461 463 31312 0 -1 4202560 58 0 0 0 15 0 0 0 20 0 19 0 282667849 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023114492712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=463/tid=472] ppid=461 vsize=9625004 CPUtime=0.12 cores=0,2,4,6
/proc/463/task/472/stat : 472 (java) S 461 463 31312 0 -1 4202560 37 0 0 0 12 0 0 0 20 0 19 0 282667849 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023113440168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=463/tid=473] ppid=461 vsize=9625004 CPUtime=0.11 cores=0,2,4,6
/proc/463/task/473/stat : 473 (java) S 461 463 31312 0 -1 4202560 34 0 0 0 11 0 0 0 20 0 19 0 282667849 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023112387624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=463/tid=474] ppid=461 vsize=9625004 CPUtime=1.22 cores=0,2,4,6
/proc/463/task/474/stat : 474 (java) S 461 463 31312 0 -1 4202560 60 0 0 0 121 1 0 0 20 0 19 0 282667850 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023099975784 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=463/tid=475] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/475/stat : 475 (java) S 461 463 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282667851 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023098922104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=463/tid=476] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/476/stat : 476 (java) S 461 463 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282667851 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023097869448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=463/tid=477] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/477/stat : 477 (java) S 461 463 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282667853 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023096818192 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=463/tid=478] ppid=461 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/463/task/478/stat : 478 (java) S 461 463 31312 0 -1 4202560 5632 0 0 0 61 0 0 0 20 0 19 0 282667853 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023095765560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=463/tid=479] ppid=461 vsize=9625004 CPUtime=0.72 cores=0,2,4,6
/proc/463/task/479/stat : 479 (java) S 461 463 31312 0 -1 4202560 11342 0 0 0 70 2 0 0 20 0 19 0 282667853 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023094713016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=463/tid=480] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/480/stat : 480 (java) S 461 463 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282667853 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023093660664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=463/tid=481] ppid=461 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/463/task/481/stat : 481 (java) S 461 463 31312 0 -1 4202560 9 0 0 0 0 2 0 0 20 0 19 0 282667853 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023092608328 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=463/tid=482] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/482/stat : 482 (java) S 461 463 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282667869 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023091491624 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 134.79
Current children cumulated vsize (KiB) 9625004

[startup+133.107 s]
/proc/loadavg: 1.98 2.01 2.00 3/213 597
/proc/meminfo: memFree=31044568/32873844 swapFree=7624/7624
[pid=463] ppid=461 vsize=9625004 CPUtime=135.2 cores=0,2,4,6
/proc/463/stat : 463 (java) S 461 463 31312 0 -1 4202496 21150 0 1 0 13509 11 0 0 20 0 19 0 282667847 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140736776671584 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/463/statm: 2406251 32414 2276 9 0 2396937 0
[pid=463/tid=465] ppid=461 vsize=9625004 CPUtime=131.14 cores=0,2,4,6
/proc/463/task/465/stat : 465 (java) R 461 463 31312 0 -1 4202560 2582 0 1 0 13112 2 0 0 20 0 19 0 282667849 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023611617584 140023467281080 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=463/tid=466] ppid=461 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/463/task/466/stat : 466 (java) S 461 463 31312 0 -1 4202560 105 0 0 0 13 0 0 0 20 0 19 0 282667849 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023589718184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=463/tid=467] ppid=461 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/463/task/467/stat : 467 (java) S 461 463 31312 0 -1 4202560 22 0 0 0 9 0 0 0 20 0 19 0 282667849 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023588665640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=463/tid=468] ppid=461 vsize=9625004 CPUtime=0.11 cores=0,2,4,6
/proc/463/task/468/stat : 468 (java) S 461 463 31312 0 -1 4202560 27 0 0 0 11 0 0 0 20 0 19 0 282667849 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023587613096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=463/tid=469] ppid=461 vsize=9625004 CPUtime=0.11 cores=0,2,4,6
/proc/463/task/469/stat : 469 (java) S 461 463 31312 0 -1 4202560 33 0 0 0 11 0 0 0 20 0 19 0 282667849 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023586560552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=463/tid=470] ppid=461 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/463/task/470/stat : 470 (java) S 461 463 31312 0 -1 4202560 29 0 0 0 13 0 0 0 20 0 19 0 282667849 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023585508008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=463/tid=471] ppid=461 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/463/task/471/stat : 471 (java) S 461 463 31312 0 -1 4202560 58 0 0 0 15 0 0 0 20 0 19 0 282667849 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023114492712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=463/tid=472] ppid=461 vsize=9625004 CPUtime=0.12 cores=0,2,4,6
/proc/463/task/472/stat : 472 (java) S 461 463 31312 0 -1 4202560 37 0 0 0 12 0 0 0 20 0 19 0 282667849 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023113440168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=463/tid=473] ppid=461 vsize=9625004 CPUtime=0.11 cores=0,2,4,6
/proc/463/task/473/stat : 473 (java) S 461 463 31312 0 -1 4202560 34 0 0 0 11 0 0 0 20 0 19 0 282667849 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023112387624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=463/tid=474] ppid=461 vsize=9625004 CPUtime=1.22 cores=0,2,4,6
/proc/463/task/474/stat : 474 (java) S 461 463 31312 0 -1 4202560 60 0 0 0 121 1 0 0 20 0 19 0 282667850 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023099975784 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=463/tid=475] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/475/stat : 475 (java) S 461 463 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282667851 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023098922104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=463/tid=476] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/476/stat : 476 (java) S 461 463 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282667851 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023097869448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=463/tid=477] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/477/stat : 477 (java) S 461 463 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282667853 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023096818192 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=463/tid=478] ppid=461 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/463/task/478/stat : 478 (java) S 461 463 31312 0 -1 4202560 5632 0 0 0 61 0 0 0 20 0 19 0 282667853 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023095765560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=463/tid=479] ppid=461 vsize=9625004 CPUtime=0.72 cores=0,2,4,6
/proc/463/task/479/stat : 479 (java) S 461 463 31312 0 -1 4202560 11342 0 0 0 70 2 0 0 20 0 19 0 282667853 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023094713016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=463/tid=480] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/480/stat : 480 (java) S 461 463 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282667853 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023093660664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=463/tid=481] ppid=461 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/463/task/481/stat : 481 (java) S 461 463 31312 0 -1 4202560 9 0 0 0 0 2 0 0 20 0 19 0 282667853 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023092608328 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=463/tid=482] ppid=461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/463/task/482/stat : 482 (java) S 461 463 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282667869 9856004096 32414 33554432000 1073741824 1073778376 140736776680448 140023091491624 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 135.2
Current children cumulated vsize (KiB) 9625004

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 463 and gives
#  childrusage.ru_utime.tv_sec=134
#  childrusage.ru_utime.tv_usec=812505
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=210967
# CPU time returned by wait4() is 135.023
# while last known CPU time is 135.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 133.196
CPU time (s): 135.2
CPU user time (s): 135.09
CPU system time (s): 0.11
CPU usage (%): 101.505
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 134.813
system time used= 0.210967
maximum resident set size= 129772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21186
page faults= 1
swaps= 0
block input operations= 0
block output operations= 208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4567
involuntary context switches= 2601

runsolver used 0.432934 second user time and 1.00585 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-28 02:37:02
IDJOB=3711282
IDBENCH=47980
IDSOLVER=2289
FILE ID=node130/3711282-1338165422
RUNJOBID= node130-1338158197-31328
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=61-P1=167-P2=157-P3=13-P4=173-P5=47-P6=47-P7=251-P8=79-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-3711282-1338165422/watcher-3711282-1338165422 -o /tmp/evaluation-result-3711282-1338165422/solver-3711282-1338165422 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711282-1338165422.opb

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

MD5SUM BENCH= 8f717fbc7f85484ebc0de379ab09a890
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:        31202464 kB
Buffers:          305204 kB
Cached:           483344 kB
SwapCached:         4512 kB
Active:           738744 kB
Inactive:          94688 kB
Active(anon):      34848 kB
Inactive(anon):     9016 kB
Active(file):     703896 kB
Inactive(file):    85672 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099912 kB
Dirty:              1852 kB
Writeback:             0 kB
AnonPages:         72436 kB
Mapped:            19892 kB
Shmem:                 8 kB
Slab:             694296 kB
SReclaimable:     134908 kB
SUnreclaim:       559388 kB
KernelStack:        1760 kB
PageTables:         4296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     696632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     45056 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:39:16