Trace number 3711195

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 snapshotOPT-7 332.87 330.03

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_25_4.opb
MD5SUM0c3fb28b3ecb8f1eba2bffa356ef5364
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-7
Best CPU time to get the best result obtained on this benchmark9.47556
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -7
Optimality of the best value was proved YES
Number of variables100
Total number of constraints151
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 50
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2932
Sum of products size (including duplicates)5864
Number of different products1466
Sum of products size2932

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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	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.07/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.07/0.13	c configuring ORDERS
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=true
0.07/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3711195-1338173169.opb
0.07/0.13	c reading problem ... 
0.43/0.31	c ... done. Wall clock time 0.176s.
0.43/0.31	c declared #vars     100
0.43/0.31	c internal #vars     1566
0.43/0.31	c #constraints  3084
0.43/0.31	c constraints type 
0.43/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1466
0.43/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 102
0.43/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
0.43/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1466
0.43/0.31	c 3084 constraints processed.
0.43/0.33	c SATISFIABLE
0.43/0.33	c OPTIMIZING...
0.43/0.33	c Got one! Elapsed wall clock time (in seconds):0.199
0.43/0.33	o 0
0.43/0.35	c Got one! Elapsed wall clock time (in seconds):0.216
0.43/0.35	o -1
0.43/0.39	c Got one! Elapsed wall clock time (in seconds):0.262
0.43/0.39	o -3
0.65/0.40	c Got one! Elapsed wall clock time (in seconds):0.269
0.65/0.40	o -4
0.65/0.44	c Got one! Elapsed wall clock time (in seconds):0.307
0.65/0.44	o -5
0.65/0.44	c Got one! Elapsed wall clock time (in seconds):0.311
0.65/0.44	o -6
1.12/0.79	c cleaning 2640 clauses out of 5286 with flag 5001/5286
1.61/1.11	c cleaning 4324 clauses out of 8648 with flag 11003/11288
1.91/1.46	c cleaning 5658 clauses out of 11321 with flag 18000/18285
2.32/1.87	c cleaning 6832 clauses out of 13663 with flag 26000/26285
2.98/2.41	c cleaning 7916 clauses out of 15831 with flag 35000/35285
3.49/2.92	c cleaning 8950 clauses out of 17915 with flag 45000/45285
4.10/3.55	c cleaning 9979 clauses out of 19966 with flag 56001/56286
4.71/4.19	c cleaning 10988 clauses out of 21986 with flag 68000/68285
5.52/4.94	c cleaning 11994 clauses out of 24001 with flag 81003/81288
6.33/5.76	c cleaning 12992 clauses out of 26004 with flag 95000/95285
7.24/6.63	c cleaning 14000 clauses out of 28013 with flag 110001/110286
8.14/7.52	c cleaning 15000 clauses out of 30014 with flag 126002/126287
9.26/8.62	c cleaning 15999 clauses out of 32013 with flag 143001/143286
10.77/10.04	c cleaning 16993 clauses out of 34016 with flag 161003/161288
12.53/11.42	c cleaning 18004 clauses out of 36020 with flag 180000/180285
14.29/12.88	c cleaning 19007 clauses out of 38018 with flag 200002/200287
15.79/14.39	c cleaning 19990 clauses out of 40011 with flag 221002/221287
17.49/16.01	c cleaning 20990 clauses out of 42019 with flag 243000/243285
19.20/17.76	c cleaning 22012 clauses out of 44031 with flag 266002/266287
19.90/18.40	c Got one! Elapsed wall clock time (in seconds):18.268
19.90/18.40	o -7
20.30/18.81	c cleaning 18541 clauses out of 37102 with flag 5002/281370
20.70/19.20	c cleaning 12274 clauses out of 24559 with flag 11000/287368
21.11/19.61	c cleaning 9633 clauses out of 19285 with flag 18000/294368
21.52/20.04	c cleaning 8812 clauses out of 17652 with flag 26000/302368
22.03/20.58	c cleaning 8912 clauses out of 17840 with flag 35000/311368
22.54/21.08	c cleaning 9460 clauses out of 18928 with flag 45000/321368
23.14/21.69	c cleaning 10228 clauses out of 20468 with flag 56000/332368
23.95/22.46	c cleaning 11112 clauses out of 22240 with flag 68000/344368
24.77/23.25	c cleaning 12056 clauses out of 24132 with flag 81004/357372
25.67/24.19	c cleaning 13026 clauses out of 26073 with flag 95001/371369
26.70/25.17	c cleaning 14015 clauses out of 28046 with flag 110000/386368
27.72/26.17	c cleaning 15014 clauses out of 30031 with flag 126000/402368
28.73/27.18	c cleaning 15998 clauses out of 32017 with flag 143000/419368
30.04/28.42	c cleaning 17001 clauses out of 34019 with flag 161000/437368
31.26/29.64	c cleaning 18000 clauses out of 36018 with flag 180000/456368
32.66/31.04	c cleaning 18995 clauses out of 38018 with flag 200000/476368
34.17/32.53	c cleaning 19997 clauses out of 40023 with flag 221000/497368
35.78/34.18	c cleaning 21001 clauses out of 42026 with flag 243000/519368
37.58/35.95	c cleaning 22010 clauses out of 44027 with flag 266002/542370
39.28/37.66	c cleaning 23000 clauses out of 46015 with flag 290000/566368
40.99/39.36	c cleaning 24002 clauses out of 48017 with flag 315002/591370
42.79/41.12	c cleaning 25001 clauses out of 50015 with flag 341002/617370
44.80/43.18	c cleaning 25990 clauses out of 52012 with flag 368000/644368
47.21/45.53	c cleaning 26999 clauses out of 54022 with flag 396000/672368
49.61/47.93	c cleaning 27997 clauses out of 56023 with flag 425000/701368
51.93/50.29	c cleaning 29008 clauses out of 58026 with flag 455000/731368
55.27/53.59	c cleaning 30002 clauses out of 60018 with flag 486000/762368
58.09/56.35	c cleaning 30999 clauses out of 62016 with flag 518000/794368
61.25/59.44	c cleaning 31989 clauses out of 64019 with flag 551002/827370
64.75/62.94	c cleaning 33007 clauses out of 66028 with flag 585000/861368
67.77/65.91	c cleaning 34002 clauses out of 68021 with flag 620000/896368
70.51/68.69	c cleaning 35004 clauses out of 70024 with flag 656005/932373
73.71/71.85	c cleaning 35991 clauses out of 72016 with flag 693001/969369
77.32/75.42	c cleaning 36993 clauses out of 74025 with flag 731001/1007369
81.24/79.35	c cleaning 38010 clauses out of 76035 with flag 770004/1046372
85.18/83.24	c cleaning 39002 clauses out of 78021 with flag 810000/1086368
89.52/87.55	c cleaning 40009 clauses out of 80019 with flag 851000/1127368
93.63/91.63	c cleaning 40999 clauses out of 82011 with flag 893001/1169369
97.54/95.56	c cleaning 42003 clauses out of 84014 with flag 936003/1212371
101.95/99.92	c cleaning 42992 clauses out of 86009 with flag 980001/1256369
106.47/104.45	c cleaning 43977 clauses out of 88017 with flag 1025001/1301369
111.38/109.30	c cleaning 45017 clauses out of 90040 with flag 1071001/1347369
116.00/113.92	c cleaning 46006 clauses out of 92022 with flag 1118000/1394368
120.62/118.52	c cleaning 46999 clauses out of 94017 with flag 1166001/1442369
125.43/123.34	c cleaning 48000 clauses out of 96017 with flag 1215000/1491368
130.96/128.83	c cleaning 49002 clauses out of 98017 with flag 1265000/1541368
136.18/134.00	c cleaning 49995 clauses out of 100015 with flag 1316000/1592368
141.32/139.10	c cleaning 51004 clauses out of 102022 with flag 1368002/1644370
147.05/144.83	c cleaning 51996 clauses out of 104016 with flag 1421000/1697368
152.88/150.65	c cleaning 53008 clauses out of 106027 with flag 1475007/1751375
158.90/156.63	c cleaning 53996 clauses out of 108012 with flag 1530000/1806368
166.23/164.00	c cleaning 55001 clauses out of 110016 with flag 1586000/1862368
172.76/170.44	c cleaning 55989 clauses out of 112017 with flag 1643002/1919370
179.88/177.55	c cleaning 57010 clauses out of 114026 with flag 1701000/1977368
186.92/184.54	c cleaning 57997 clauses out of 116016 with flag 1760000/2036368
194.34/191.92	c cleaning 59009 clauses out of 118019 with flag 1820000/2096368
202.06/199.65	c cleaning 59995 clauses out of 120011 with flag 1881001/2157369
209.00/206.58	c cleaning 52530 clauses out of 105073 with flag 1943001/2219369
216.34/213.88	c cleaning 57764 clauses out of 115546 with flag 2006004/2282372
224.07/221.53	c cleaning 60879 clauses out of 121778 with flag 2070000/2346368
231.90/229.39	c cleaning 62948 clauses out of 125902 with flag 2135003/2411371
240.54/237.97	c cleaning 64467 clauses out of 128953 with flag 2201002/2477370
248.97/246.39	c cleaning 65728 clauses out of 131484 with flag 2268000/2544368
258.09/255.46	c cleaning 66874 clauses out of 133756 with flag 2336000/2612368
267.91/265.24	c cleaning 67927 clauses out of 135882 with flag 2405000/2681368
278.34/275.62	c cleaning 68975 clauses out of 137955 with flag 2475000/2751368
287.96/285.29	c cleaning 69976 clauses out of 139981 with flag 2546001/2822369
297.67/294.94	c cleaning 71000 clauses out of 142004 with flag 2618000/2894368
306.97/304.22	c cleaning 71991 clauses out of 144004 with flag 2691000/2967368
316.71/313.96	c cleaning 73004 clauses out of 146014 with flag 2765001/3041369
327.83/325.07	c cleaning 70352 clauses out of 140736 with flag 2840000/3116368
332.87/330.02	c starts		: 254
332.87/330.02	c conflicts		: 3156787
332.87/330.02	c decisions		: 4399213
332.87/330.02	c propagations		: 118868982
332.87/330.02	c inspects		: 4092276523
332.87/330.02	c shortcuts		: 0
332.87/330.02	c learnt literals	: 10
332.87/330.02	c learnt binary clauses	: 165
332.87/330.02	c learnt ternary clauses	: 44871
332.87/330.02	c learnt constraints	: 3156776
332.87/330.02	c ignored constraints	: 0
332.87/330.02	c root simplifications	: 263
332.87/330.02	c removed literals (reason simplification)	: 84570988
332.87/330.02	c reason swapping (by a shorter reason)	: 0
332.87/330.02	c Calls to reduceDB	: 90
332.87/330.02	c number of reductions to clauses (during analyze)	: 0
332.87/330.02	c number of learned constraints concerned by reduction	: 0
332.87/330.02	c number of learning phase by resolution	: 0
332.87/330.02	c number of learning phase by cutting planes	: 0
332.87/330.02	c speed (assignments/second)	: 360530.2360284617
332.87/330.02	c non guided choices	2944
332.87/330.02	c learnt constraints type 
332.87/330.02	c constraints type 
332.87/330.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1466
332.87/330.02	c org.sat4j.minisat.constraints.card.MinWatchCard => 102
332.87/330.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
332.87/330.02	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1466
332.87/330.02	c 3084 constraints processed.
332.87/330.02	s OPTIMUM FOUND
332.87/330.02	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 
332.87/330.02	c objective function=-7
332.87/330.02	c Total wall clock time (in seconds): 329.888

Verifier Data

OK	-7

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-3711195-1338173169/watcher-3711195-1338173169 -o /tmp/evaluation-result-3711195-1338173169/solver-3711195-1338173169 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711195-1338173169.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.11 2.07 2.01 3/194 2159
/proc/meminfo: memFree=31004556/32873844 swapFree=7624/7624
[pid=2159] ppid=2157 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/2159/stat : 2159 (java) D 2157 2159 31312 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 283442518 9515008 183 33554432000 1073741824 1073778376 140735048127264 140735048118296 214369648309 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/2159/statm: 2323 183 140 9 0 71 0

[startup+0.102198 s]
/proc/loadavg: 2.11 2.07 2.01 3/194 2159
/proc/meminfo: memFree=31004556/32873844 swapFree=7624/7624
[pid=2159] ppid=2157 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/2159/stat : 2159 (java) S 2157 2159 31312 0 -1 4202496 3952 0 1 0 7 0 0 0 20 0 18 0 283442518 9787842560 5159 33554432000 1073741824 1073778376 140734489949936 140734489941072 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2159/statm: 2389610 5161 2074 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.200292 s]
/proc/loadavg: 2.11 2.07 2.01 3/194 2159
/proc/meminfo: memFree=31004556/32873844 swapFree=7624/7624
[pid=2159] ppid=2157 vsize=9558440 CPUtime=0.21 cores=0,2,4,6
/proc/2159/stat : 2159 (java) S 2157 2159 31312 0 -1 4202496 4538 0 1 0 20 1 0 0 20 0 18 0 283442518 9787842560 6256 33554432000 1073741824 1073778376 140734489949936 140734489941072 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2159/statm: 2389610 6256 2189 9 0 2380296 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9558440

[startup+0.300306 s]
/proc/loadavg: 2.11 2.07 2.01 3/194 2159
/proc/meminfo: memFree=31004556/32873844 swapFree=7624/7624
[pid=2159] ppid=2157 vsize=9558440 CPUtime=0.43 cores=0,2,4,6
/proc/2159/stat : 2159 (java) S 2157 2159 31312 0 -1 4202496 5964 0 1 0 42 1 0 0 20 0 18 0 283442518 9787842560 8306 33554432000 1073741824 1073778376 140734489949936 140734489941072 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2159/statm: 2389610 8306 2236 9 0 2380296 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9558440

[startup+0.700283 s]
/proc/loadavg: 2.11 2.07 2.01 3/194 2159
/proc/meminfo: memFree=31004556/32873844 swapFree=7624/7624
[pid=2159] ppid=2157 vsize=9625004 CPUtime=1.12 cores=0,2,4,6
/proc/2159/stat : 2159 (java) S 2157 2159 31312 0 -1 4202496 7794 0 1 0 111 1 0 0 20 0 19 0 283442518 9856004096 10888 33554432000 1073741824 1073778376 140734489949936 140734489941072 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2159/statm: 2406251 10888 2260 9 0 2396937 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9625004

[startup+1.50072 s]
/proc/loadavg: 2.11 2.07 2.01 3/213 2178
/proc/meminfo: memFree=30958224/32873844 swapFree=7624/7624
[pid=2159] ppid=2157 vsize=9625004 CPUtime=2.02 cores=0,2,4,6
/proc/2159/stat : 2159 (java) S 2157 2159 31312 0 -1 4202496 7982 0 1 0 200 2 0 0 20 0 19 0 283442518 9856004096 14037 33554432000 1073741824 1073778376 140734489949936 140734489941072 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2159/statm: 2406251 14037 2285 9 0 2396937 0
[pid=2159/tid=2161] ppid=2157 vsize=9625004 CPUtime=1.41 cores=0,2,4,6
/proc/2159/task/2161/stat : 2161 (java) R 2157 2159 31312 0 -1 4202560 2512 0 1 0 141 0 0 0 20 0 19 0 283442519 9856004096 14037 33554432000 1073741824 1073778376 140734489949936 139713089319336 139712954632064 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2159/tid=2162] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2162/stat : 2162 (java) S 2157 2159 31312 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 283442520 9856004096 14037 33554432000 1073741824 1073778376 140734489949936 139713078380712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2159/tid=2163] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2163/stat : 2163 (java) S 2157 2159 31312 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283442520 9856004096 14037 33554432000 1073741824 1073778376 140734489949936 139713077328168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2159/tid=2164] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2164/stat : 2164 (java) S 2157 2159 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283442520 9856004096 14037 33554432000 1073741824 1073778376 140734489949936 139713076275624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2159/tid=2165] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2165/stat : 2165 (java) S 2157 2159 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283442520 9856004096 14037 33554432000 1073741824 1073778376 140734489949936 139713075223080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2159/tid=2166] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2166/stat : 2166 (java) S 2157 2159 31312 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 283442520 9856004096 14037 33554432000 1073741824 1073778376 140734489949936 139713074170536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2159/tid=2167] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2167/stat : 2167 (java) S 2157 2159 31312 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283442520 9856004096 14037 33554432000 1073741824 1073778376 140734489949936 139713073117992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2159/tid=2168] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2168/stat : 2168 (java) S 2157 2159 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283442520 9856004096 14037 33554432000 1073741824 1073778376 140734489949936 139712926530472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2159/tid=2169] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2169/stat : 2169 (java) S 2157 2159 31312 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 283442520 9856004096 14037 33554432000 1073741824 1073778376 140734489949936 139712925477928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2159/tid=2170] ppid=2157 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/2159/task/2170/stat : 2170 (java) S 2157 2159 31312 0 -1 4202560 32 0 0 0 2 0 0 0 20 0 19 0 283442521 9856004096 14037 33554432000 1073741824 1073778376 140734489949936 139712913279080 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2159/tid=2171] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2171/stat : 2171 (java) S 2157 2159 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283442522 9856004096 14037 33554432000 1073741824 1073778376 140734489949936 139712912225400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2159/tid=2172] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2172/stat : 2172 (java) S 2157 2159 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283442522 9856004096 14037 33554432000 1073741824 1073778376 140734489949936 139712911172744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2159/tid=2173] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2173/stat : 2173 (java) S 2157 2159 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283442524 9856004096 14037 33554432000 1073741824 1073778376 140734489949936 139712910121488 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2159/tid=2174] ppid=2157 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/2159/task/2174/stat : 2174 (java) S 2157 2159 31312 0 -1 4202560 1447 0 0 0 23 0 0 0 20 0 19 0 283442524 9856004096 14037 33554432000 1073741824 1073778376 140734489949936 139712909068856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2159/tid=2175] ppid=2157 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/2159/task/2175/stat : 2175 (java) S 2157 2159 31312 0 -1 4202560 2762 0 0 0 28 0 0 0 20 0 19 0 283442524 9856004096 14037 33554432000 1073741824 1073778376 140734489949936 139712908016312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2159/tid=2176] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2176/stat : 2176 (java) S 2157 2159 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283442524 9856004096 14037 33554432000 1073741824 1073778376 140734489949936 139712906963960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2159/tid=2177] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2177/stat : 2177 (java) S 2157 2159 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283442524 9856004096 14037 33554432000 1073741824 1073778376 140734489949936 139712905911624 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2159/tid=2178] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2178/stat : 2178 (java) S 2157 2159 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283442549 9856004096 14037 33554432000 1073741824 1073778376 140734489949936 139712904856360 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 9625004

[startup+3.10073 s]
/proc/loadavg: 2.10 2.07 2.01 3/213 2178
/proc/meminfo: memFree=30955432/32873844 swapFree=7624/7624
[pid=2159] ppid=2157 vsize=9625004 CPUtime=3.7 cores=0,2,4,6
/proc/2159/stat : 2159 (java) S 2157 2159 31312 0 -1 4202496 8609 0 1 0 368 2 0 0 20 0 19 0 283442518 9856004096 14126 33554432000 1073741824 1073778376 140734489949936 140734489941072 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2159/statm: 2406251 14126 2285 9 0 2396937 0
[pid=2159/tid=2161] ppid=2157 vsize=9625004 CPUtime=2.96 cores=0,2,4,6
/proc/2159/task/2161/stat : 2161 (java) R 2157 2159 31312 0 -1 4202560 2514 0 1 0 296 0 0 0 20 0 19 0 283442519 9856004096 14126 33554432000 1073741824 1073778376 140734489949936 139713089319176 139712954647759 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2159/tid=2162] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2162/stat : 2162 (java) S 2157 2159 31312 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 283442520 9856004096 14126 33554432000 1073741824 1073778376 140734489949936 139713078380712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2159/tid=2163] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2163/stat : 2163 (java) S 2157 2159 31312 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 283442520 9856004096 14126 33554432000 1073741824 1073778376 140734489949936 139713077328168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2159/tid=2164] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2164/stat : 2164 (java) S 2157 2159 31312 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283442520 9856004096 14126 33554432000 1073741824 1073778376 140734489949936 139713076275624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2159/tid=2165] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2165/stat : 2165 (java) S 2157 2159 31312 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 283442520 9856004096 14126 33554432000 1073741824 1073778376 140734489949936 139713075223080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2159/tid=2166] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2166/stat : 2166 (java) S 2157 2159 31312 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 283442520 9856004096 14126 33554432000 1073741824 1073778376 140734489949936 139713074170536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2159/tid=2167] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2167/stat : 2167 (java) S 2157 2159 31312 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283442520 9856004096 14126 33554432000 1073741824 1073778376 140734489949936 139713073117992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2159/tid=2168] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2168/stat : 2168 (java) S 2157 2159 31312 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 283442520 9856004096 14126 33554432000 1073741824 1073778376 140734489949936 139712926530472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2159/tid=2169] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2169/stat : 2169 (java) S 2157 2159 31312 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283442520 9856004096 14126 33554432000 1073741824 1073778376 140734489949936 139712925477928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2159/tid=2170] ppid=2157 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/2159/task/2170/stat : 2170 (java) S 2157 2159 31312 0 -1 4202560 33 0 0 0 6 0 0 0 20 0 19 0 283442521 9856004096 14126 33554432000 1073741824 1073778376 140734489949936 139712913279080 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2159/tid=2171] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2171/stat : 2171 (java) S 2157 2159 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283442522 9856004096 14126 33554432000 1073741824 1073778376 140734489949936 139712912225400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2159/tid=2172] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2172/stat : 2172 (java) S 2157 2159 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283442522 9856004096 14126 33554432000 1073741824 1073778376 140734489949936 139712911172744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2159/tid=2173] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2173/stat : 2173 (java) S 2157 2159 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283442524 9856004096 14126 33554432000 1073741824 1073778376 140734489949936 139712910121488 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2159/tid=2174] ppid=2157 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/2159/task/2174/stat : 2174 (java) S 2157 2159 31312 0 -1 4202560 2059 0 0 0 28 0 0 0 20 0 19 0 283442524 9856004096 14126 33554432000 1073741824 1073778376 140734489949936 139712909068856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2159/tid=2175] ppid=2157 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/2159/task/2175/stat : 2175 (java) S 2157 2159 31312 0 -1 4202560 2762 0 0 0 28 0 0 0 20 0 19 0 283442524 9856004096 14126 33554432000 1073741824 1073778376 140734489949936 139712908016312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2159/tid=2176] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2176/stat : 2176 (java) S 2157 2159 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283442524 9856004096 14126 33554432000 1073741824 1073778376 140734489949936 139712906963960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2159/tid=2177] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2177/stat : 2177 (java) S 2157 2159 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283442524 9856004096 14126 33554432000 1073741824 1073778376 140734489949936 139712905911624 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2159/tid=2178] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2178/stat : 2178 (java) S 2157 2159 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283442549 9856004096 14126 33554432000 1073741824 1073778376 140734489949936 139712904856360 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 9625004

[startup+6.3007 s]
/proc/loadavg: 2.10 2.07 2.01 3/213 2178
/proc/meminfo: memFree=30952392/32873844 swapFree=7624/7624
[pid=2159] ppid=2157 vsize=9625004 CPUtime=6.93 cores=0,2,4,6
/proc/2159/stat : 2159 (java) S 2157 2159 31312 0 -1 4202496 8637 0 1 0 691 2 0 0 20 0 19 0 283442518 9856004096 15169 33554432000 1073741824 1073778376 140734489949936 140734489941072 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2159/statm: 2406251 15169 2286 9 0 2396937 0
[pid=2159/tid=2161] ppid=2157 vsize=9625004 CPUtime=6.08 cores=0,2,4,6
/proc/2159/task/2161/stat : 2161 (java) R 2157 2159 31312 0 -1 4202560 2519 0 1 0 608 0 0 0 20 0 19 0 283442519 9856004096 15169 33554432000 1073741824 1073778376 140734489949936 139713089319336 139712954647043 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2159/tid=2162] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2162/stat : 2162 (java) S 2157 2159 31312 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 283442520 9856004096 15169 33554432000 1073741824 1073778376 140734489949936 139713078380712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2159/tid=2163] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2163/stat : 2163 (java) S 2157 2159 31312 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 283442520 9856004096 15169 33554432000 1073741824 1073778376 140734489949936 139713077328168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2159/tid=2164] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2164/stat : 2164 (java) S 2157 2159 31312 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283442520 9856004096 15169 33554432000 1073741824 1073778376 140734489949936 139713076275624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2159/tid=2165] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2165/stat : 2165 (java) S 2157 2159 31312 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 283442520 9856004096 15169 33554432000 1073741824 1073778376 140734489949936 139713075223080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2159/tid=2166] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2166/stat : 2166 (java) S 2157 2159 31312 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 19 0 283442520 9856004096 15169 33554432000 1073741824 1073778376 140734489949936 139713074170536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2159/tid=2167] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2167/stat : 2167 (java) S 2157 2159 31312 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 283442520 9856004096 15169 33554432000 1073741824 1073778376 140734489949936 139713073117992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2159/tid=2168] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2168/stat : 2168 (java) S 2157 2159 31312 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283442520 9856004096 15169 33554432000 1073741824 1073778376 140734489949936 139712926530472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2159/tid=2169] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2169/stat : 2169 (java) S 2157 2159 31312 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283442520 9856004096 15169 33554432000 1073741824 1073778376 140734489949936 139712925477928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2159/tid=2170] ppid=2157 vsize=9625004 CPUtime=0.12 cores=0,2,4,6
/proc/2159/task/2170/stat : 2170 (java) S 2157 2159 31312 0 -1 4202560 34 0 0 0 12 0 0 0 20 0 19 0 283442521 9856004096 15169 33554432000 1073741824 1073778376 140734489949936 139712913279080 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2159/tid=2171] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2171/stat : 2171 (java) S 2157 2159 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283442522 9856004096 15169 33554432000 1073741824 1073778376 140734489949936 139712912225400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2159/tid=2172] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2172/stat : 2172 (java) S 2157 2159 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283442522 9856004096 15169 33554432000 1073741824 1073778376 140734489949936 139712911172744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2159/tid=2173] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2173/stat : 2173 (java) S 2157 2159 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283442524 9856004096 15169 33554432000 1073741824 1073778376 140734489949936 139712910121488 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2159/tid=2174] ppid=2157 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/2159/task/2174/stat : 2174 (java) S 2157 2159 31312 0 -1 4202560 2060 0 0 0 29 0 0 0 20 0 19 0 283442524 9856004096 15169 33554432000 1073741824 1073778376 140734489949936 139712909068856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2159/tid=2175] ppid=2157 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/2159/task/2175/stat : 2175 (java) S 2157 2159 31312 0 -1 4202560 2762 0 0 0 28 0 0 0 20 0 19 0 283442524 9856004096 15169 33554432000 1073741824 1073778376 140734489949936 139712908016312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2159/tid=2176] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2176/stat : 2176 (java) S 2157 2159 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283442524 9856004096 15169 33554432000 1073741824 1073778376 140734489949936 139712906963960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2159/tid=2177] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2177/stat : 2177 (java) S 2157 2159 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283442524 9856004096 15169 33554432000 1073741824 1073778376 140734489949936 139712905911624 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2159/tid=2178] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2178/stat : 2178 (java) S 2157 2159 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283442549 9856004096 15169 33554432000 1073741824 1073778376 140734489949936 139712904856360 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.93
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

/proc/2159/task/2169/stat : 2169 (java) S 2157 2159 31312 0 -1 4202560 74 0 0 0 24 0 0 0 20 0 19 0 283442520 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139712925477928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2159/tid=2170] ppid=2157 vsize=9625004 CPUtime=2.05 cores=0,2,4,6
/proc/2159/task/2170/stat : 2170 (java) S 2157 2159 31312 0 -1 4202560 60 0 0 0 203 2 0 0 20 0 19 0 283442521 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139712913279080 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2159/tid=2171] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2171/stat : 2171 (java) S 2157 2159 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283442522 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139712912225400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2159/tid=2172] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2172/stat : 2172 (java) S 2157 2159 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283442522 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139712911172744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2159/tid=2173] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2173/stat : 2173 (java) S 2157 2159 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283442524 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139712910121488 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2159/tid=2174] ppid=2157 vsize=9625004 CPUtime=1.05 cores=0,2,4,6
/proc/2159/task/2174/stat : 2174 (java) S 2157 2159 31312 0 -1 4202560 10229 0 0 0 103 2 0 0 20 0 19 0 283442524 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139712909068856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2159/tid=2175] ppid=2157 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/2159/task/2175/stat : 2175 (java) S 2157 2159 31312 0 -1 4202560 2784 0 0 0 36 0 0 0 20 0 19 0 283442524 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139712908016312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2159/tid=2176] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2176/stat : 2176 (java) S 2157 2159 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283442524 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139712906963960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2159/tid=2177] ppid=2157 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/2159/task/2177/stat : 2177 (java) S 2157 2159 31312 0 -1 4202560 19 0 0 0 5 5 0 0 20 0 19 0 283442524 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139712905911624 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2159/tid=2178] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2178/stat : 2178 (java) S 2157 2159 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283442549 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139712904856360 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 330.84
Current children cumulated vsize (KiB) 9625004

[startup+328.801 s]
/proc/loadavg: 2.05 2.06 2.01 3/213 2182
/proc/meminfo: memFree=30656368/32873844 swapFree=7624/7624
[pid=2159] ppid=2157 vsize=9625004 CPUtime=331.64 cores=0,2,4,6
/proc/2159/stat : 2159 (java) S 2157 2159 31312 0 -1 4202496 17584 0 1 0 33151 13 0 0 20 0 19 0 283442518 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 140734489941072 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2159/statm: 2406251 28696 2287 9 0 2396937 0
[pid=2159/tid=2161] ppid=2157 vsize=9625004 CPUtime=325.19 cores=0,2,4,6
/proc/2159/task/2161/stat : 2161 (java) R 2157 2159 31312 0 -1 4202560 2604 0 1 0 32514 5 0 0 20 0 19 0 283442519 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139713089319216 139712954625180 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2159/tid=2162] ppid=2157 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/2159/task/2162/stat : 2162 (java) S 2157 2159 31312 0 -1 4202560 75 0 0 0 23 0 0 0 20 0 19 0 283442520 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139713078380712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2159/tid=2163] ppid=2157 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/2159/task/2163/stat : 2163 (java) S 2157 2159 31312 0 -1 4202560 119 0 0 0 23 0 0 0 20 0 19 0 283442520 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139713077328168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2159/tid=2164] ppid=2157 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/2159/task/2164/stat : 2164 (java) S 2157 2159 31312 0 -1 4202560 71 0 0 0 27 0 0 0 20 0 19 0 283442520 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139713076275624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2159/tid=2165] ppid=2157 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/2159/task/2165/stat : 2165 (java) S 2157 2159 31312 0 -1 4202560 65 0 0 0 25 0 0 0 20 0 19 0 283442520 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139713075223080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2159/tid=2166] ppid=2157 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/2159/task/2166/stat : 2166 (java) S 2157 2159 31312 0 -1 4202560 145 0 0 0 25 0 0 0 20 0 19 0 283442520 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139713074170536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2159/tid=2167] ppid=2157 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/2159/task/2167/stat : 2167 (java) S 2157 2159 31312 0 -1 4202560 87 0 0 0 25 0 0 0 20 0 19 0 283442520 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139713073117992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2159/tid=2168] ppid=2157 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/2159/task/2168/stat : 2168 (java) S 2157 2159 31312 0 -1 4202560 71 0 0 0 23 0 0 0 20 0 19 0 283442520 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139712926530472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2159/tid=2169] ppid=2157 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/2159/task/2169/stat : 2169 (java) S 2157 2159 31312 0 -1 4202560 74 0 0 0 24 0 0 0 20 0 19 0 283442520 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139712925477928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2159/tid=2170] ppid=2157 vsize=9625004 CPUtime=2.05 cores=0,2,4,6
/proc/2159/task/2170/stat : 2170 (java) S 2157 2159 31312 0 -1 4202560 60 0 0 0 203 2 0 0 20 0 19 0 283442521 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139712913279080 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2159/tid=2171] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2171/stat : 2171 (java) S 2157 2159 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283442522 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139712912225400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2159/tid=2172] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2172/stat : 2172 (java) S 2157 2159 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283442522 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139712911172744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2159/tid=2173] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2173/stat : 2173 (java) S 2157 2159 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283442524 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139712910121488 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2159/tid=2174] ppid=2157 vsize=9625004 CPUtime=1.05 cores=0,2,4,6
/proc/2159/task/2174/stat : 2174 (java) S 2157 2159 31312 0 -1 4202560 10229 0 0 0 103 2 0 0 20 0 19 0 283442524 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139712909068856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2159/tid=2175] ppid=2157 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/2159/task/2175/stat : 2175 (java) S 2157 2159 31312 0 -1 4202560 2784 0 0 0 36 0 0 0 20 0 19 0 283442524 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139712908016312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2159/tid=2176] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2176/stat : 2176 (java) S 2157 2159 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283442524 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139712906963960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2159/tid=2177] ppid=2157 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/2159/task/2177/stat : 2177 (java) S 2157 2159 31312 0 -1 4202560 19 0 0 0 5 5 0 0 20 0 19 0 283442524 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139712905911624 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2159/tid=2178] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2178/stat : 2178 (java) S 2157 2159 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283442549 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139712904856360 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 331.64
Current children cumulated vsize (KiB) 9625004

[startup+329.601 s]
/proc/loadavg: 2.05 2.06 2.01 3/213 2182
/proc/meminfo: memFree=30656368/32873844 swapFree=7624/7624
[pid=2159] ppid=2157 vsize=9625004 CPUtime=332.46 cores=0,2,4,6
/proc/2159/stat : 2159 (java) S 2157 2159 31312 0 -1 4202496 17584 0 1 0 33233 13 0 0 20 0 19 0 283442518 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 140734489941072 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2159/statm: 2406251 28696 2287 9 0 2396937 0
[pid=2159/tid=2161] ppid=2157 vsize=9625004 CPUtime=325.99 cores=0,2,4,6
/proc/2159/task/2161/stat : 2161 (java) R 2157 2159 31312 0 -1 4202560 2604 0 1 0 32594 5 0 0 20 0 19 0 283442519 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139713089319368 139712954830452 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2159/tid=2162] ppid=2157 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/2159/task/2162/stat : 2162 (java) S 2157 2159 31312 0 -1 4202560 75 0 0 0 23 0 0 0 20 0 19 0 283442520 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139713078380712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2159/tid=2163] ppid=2157 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/2159/task/2163/stat : 2163 (java) S 2157 2159 31312 0 -1 4202560 119 0 0 0 23 0 0 0 20 0 19 0 283442520 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139713077328168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2159/tid=2164] ppid=2157 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/2159/task/2164/stat : 2164 (java) S 2157 2159 31312 0 -1 4202560 71 0 0 0 27 0 0 0 20 0 19 0 283442520 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139713076275624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2159/tid=2165] ppid=2157 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/2159/task/2165/stat : 2165 (java) S 2157 2159 31312 0 -1 4202560 65 0 0 0 25 0 0 0 20 0 19 0 283442520 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139713075223080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2159/tid=2166] ppid=2157 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/2159/task/2166/stat : 2166 (java) S 2157 2159 31312 0 -1 4202560 145 0 0 0 25 0 0 0 20 0 19 0 283442520 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139713074170536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2159/tid=2167] ppid=2157 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/2159/task/2167/stat : 2167 (java) S 2157 2159 31312 0 -1 4202560 87 0 0 0 25 0 0 0 20 0 19 0 283442520 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139713073117992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2159/tid=2168] ppid=2157 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/2159/task/2168/stat : 2168 (java) S 2157 2159 31312 0 -1 4202560 71 0 0 0 23 0 0 0 20 0 19 0 283442520 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139712926530472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2159/tid=2169] ppid=2157 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/2159/task/2169/stat : 2169 (java) S 2157 2159 31312 0 -1 4202560 74 0 0 0 24 0 0 0 20 0 19 0 283442520 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139712925477928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2159/tid=2170] ppid=2157 vsize=9625004 CPUtime=2.05 cores=0,2,4,6
/proc/2159/task/2170/stat : 2170 (java) S 2157 2159 31312 0 -1 4202560 60 0 0 0 203 2 0 0 20 0 19 0 283442521 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139712913279080 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2159/tid=2171] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2171/stat : 2171 (java) S 2157 2159 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283442522 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139712912225400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2159/tid=2172] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2172/stat : 2172 (java) S 2157 2159 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283442522 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139712911172744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2159/tid=2173] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2173/stat : 2173 (java) S 2157 2159 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283442524 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139712910121488 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2159/tid=2174] ppid=2157 vsize=9625004 CPUtime=1.06 cores=0,2,4,6
/proc/2159/task/2174/stat : 2174 (java) S 2157 2159 31312 0 -1 4202560 10229 0 0 0 104 2 0 0 20 0 19 0 283442524 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139712909068856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2159/tid=2175] ppid=2157 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/2159/task/2175/stat : 2175 (java) S 2157 2159 31312 0 -1 4202560 2784 0 0 0 37 0 0 0 20 0 19 0 283442524 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139712908016312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2159/tid=2176] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2176/stat : 2176 (java) S 2157 2159 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283442524 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139712906963960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2159/tid=2177] ppid=2157 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/2159/task/2177/stat : 2177 (java) S 2157 2159 31312 0 -1 4202560 19 0 0 0 5 5 0 0 20 0 19 0 283442524 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139712905911624 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2159/tid=2178] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2178/stat : 2178 (java) S 2157 2159 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283442549 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139712904856360 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 332.46
Current children cumulated vsize (KiB) 9625004

[startup+330.001 s]
/proc/loadavg: 2.05 2.06 2.01 3/213 2182
/proc/meminfo: memFree=30656368/32873844 swapFree=7624/7624
[pid=2159] ppid=2157 vsize=9625004 CPUtime=332.87 cores=0,2,4,6
/proc/2159/stat : 2159 (java) S 2157 2159 31312 0 -1 4202496 17584 0 1 0 33274 13 0 0 20 0 19 0 283442518 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 140734489941072 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2159/statm: 2406251 28696 2287 9 0 2396937 0
[pid=2159/tid=2161] ppid=2157 vsize=9625004 CPUtime=326.4 cores=0,2,4,6
/proc/2159/task/2161/stat : 2161 (java) R 2157 2159 31312 0 -1 4202560 2604 0 1 0 32635 5 0 0 20 0 19 0 283442519 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139713089319368 139712954374082 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2159/tid=2162] ppid=2157 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/2159/task/2162/stat : 2162 (java) S 2157 2159 31312 0 -1 4202560 75 0 0 0 23 0 0 0 20 0 19 0 283442520 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139713078380712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2159/tid=2163] ppid=2157 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/2159/task/2163/stat : 2163 (java) S 2157 2159 31312 0 -1 4202560 119 0 0 0 23 0 0 0 20 0 19 0 283442520 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139713077328168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2159/tid=2164] ppid=2157 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/2159/task/2164/stat : 2164 (java) S 2157 2159 31312 0 -1 4202560 71 0 0 0 27 0 0 0 20 0 19 0 283442520 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139713076275624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2159/tid=2165] ppid=2157 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/2159/task/2165/stat : 2165 (java) S 2157 2159 31312 0 -1 4202560 65 0 0 0 25 0 0 0 20 0 19 0 283442520 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139713075223080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2159/tid=2166] ppid=2157 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/2159/task/2166/stat : 2166 (java) S 2157 2159 31312 0 -1 4202560 145 0 0 0 25 0 0 0 20 0 19 0 283442520 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139713074170536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2159/tid=2167] ppid=2157 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/2159/task/2167/stat : 2167 (java) S 2157 2159 31312 0 -1 4202560 87 0 0 0 25 0 0 0 20 0 19 0 283442520 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139713073117992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2159/tid=2168] ppid=2157 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/2159/task/2168/stat : 2168 (java) S 2157 2159 31312 0 -1 4202560 71 0 0 0 23 0 0 0 20 0 19 0 283442520 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139712926530472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2159/tid=2169] ppid=2157 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/2159/task/2169/stat : 2169 (java) S 2157 2159 31312 0 -1 4202560 74 0 0 0 24 0 0 0 20 0 19 0 283442520 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139712925477928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2159/tid=2170] ppid=2157 vsize=9625004 CPUtime=2.05 cores=0,2,4,6
/proc/2159/task/2170/stat : 2170 (java) S 2157 2159 31312 0 -1 4202560 60 0 0 0 203 2 0 0 20 0 19 0 283442521 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139712913279080 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2159/tid=2171] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2171/stat : 2171 (java) S 2157 2159 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283442522 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139712912225400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2159/tid=2172] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2172/stat : 2172 (java) S 2157 2159 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283442522 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139712911172744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2159/tid=2173] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2173/stat : 2173 (java) S 2157 2159 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283442524 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139712910121488 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2159/tid=2174] ppid=2157 vsize=9625004 CPUtime=1.06 cores=0,2,4,6
/proc/2159/task/2174/stat : 2174 (java) S 2157 2159 31312 0 -1 4202560 10229 0 0 0 104 2 0 0 20 0 19 0 283442524 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139712909068856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2159/tid=2175] ppid=2157 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/2159/task/2175/stat : 2175 (java) S 2157 2159 31312 0 -1 4202560 2784 0 0 0 37 0 0 0 20 0 19 0 283442524 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139712908016312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2159/tid=2176] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2176/stat : 2176 (java) S 2157 2159 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283442524 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139712906963960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2159/tid=2177] ppid=2157 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/2159/task/2177/stat : 2177 (java) S 2157 2159 31312 0 -1 4202560 19 0 0 0 5 5 0 0 20 0 19 0 283442524 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139712905911624 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2159/tid=2178] ppid=2157 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2159/task/2178/stat : 2178 (java) S 2157 2159 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283442549 9856004096 28696 33554432000 1073741824 1073778376 140734489949936 139712904856360 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 332.87
Current children cumulated vsize (KiB) 9625004

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2159 and gives
#  childrusage.ru_utime.tv_sec=331
#  childrusage.ru_utime.tv_usec=920540
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=272958
# CPU time returned by wait4() is 332.194
# while last known CPU time is 332.87
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 330.03
CPU time (s): 332.87
CPU user time (s): 332.74
CPU system time (s): 0.13
CPU usage (%): 100.86
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 331.921
system time used= 0.272958
maximum resident set size= 114828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17596
page faults= 1
swaps= 0
block input operations= 0
block output operations= 384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9648
involuntary context switches= 5950

runsolver used 0.596909 second user time and 1.36979 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-28 04:46:09
IDJOB=3711195
IDBENCH=48259
IDSOLVER=2289
FILE ID=node130/3711195-1338173169
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/manquinho/bsg/normalized-bsg_50_25_4.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-3711195-1338173169/watcher-3711195-1338173169 -o /tmp/evaluation-result-3711195-1338173169/solver-3711195-1338173169 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711195-1338173169.opb

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

MD5SUM BENCH= 0c3fb28b3ecb8f1eba2bffa356ef5364
RANDOM SEED=147606346

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:        31004828 kB
Buffers:          316204 kB
Cached:           489616 kB
SwapCached:         4508 kB
Active:           907192 kB
Inactive:         111228 kB
Active(anon):     202732 kB
Inactive(anon):     9016 kB
Active(file):     704460 kB
Inactive(file):   102212 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099916 kB
Dirty:               860 kB
Writeback:             0 kB
AnonPages:        297752 kB
Mapped:            19972 kB
Shmem:                 8 kB
Slab:             694124 kB
SReclaimable:     135880 kB
SUnreclaim:       558244 kB
KernelStack:        1760 kB
PageTables:         4752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    235520 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 04:51:39