Trace number 3711194

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 341.67 339.112

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_25_3.opb
MD5SUMe70f8e0da8fa345ba6e82dce1b0133d2
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.75052
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)2952
Sum of products size (including duplicates)5904
Number of different products1476
Sum of products size2952

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.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3711194-1338171643.opb
0.09/0.12	c reading problem ... 
0.22/0.29	c ... done. Wall clock time 0.174s.
0.22/0.29	c declared #vars     100
0.22/0.29	c internal #vars     1576
0.22/0.29	c #constraints  3104
0.22/0.29	c constraints type 
0.22/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1476
0.22/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 102
0.22/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
0.22/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1476
0.22/0.29	c 3104 constraints processed.
0.44/0.32	c SATISFIABLE
0.44/0.32	c OPTIMIZING...
0.44/0.32	c Got one! Elapsed wall clock time (in seconds):0.197
0.44/0.32	o 0
0.44/0.33	c Got one! Elapsed wall clock time (in seconds):0.213
0.44/0.33	o -1
0.44/0.38	c Got one! Elapsed wall clock time (in seconds):0.266
0.44/0.38	o -4
0.70/0.43	c Got one! Elapsed wall clock time (in seconds):0.312
0.70/0.43	o -5
0.91/0.52	c Got one! Elapsed wall clock time (in seconds):0.404
0.91/0.52	o -6
1.14/0.78	c cleaning 2677 clauses out of 5356 with flag 4001/5356
1.69/1.10	c cleaning 4333 clauses out of 8678 with flag 10000/11355
2.22/1.56	c cleaning 5668 clauses out of 11345 with flag 17000/18355
2.63/1.99	c cleaning 6836 clauses out of 13677 with flag 25000/26355
3.27/2.53	c cleaning 7917 clauses out of 15841 with flag 34000/35355
3.78/3.08	c cleaning 8954 clauses out of 17924 with flag 44000/45355
4.49/3.75	c cleaning 9980 clauses out of 19970 with flag 55000/56355
5.20/4.44	c cleaning 10988 clauses out of 21991 with flag 67001/68356
6.00/5.25	c cleaning 11991 clauses out of 24002 with flag 80000/81355
6.70/5.99	c cleaning 12991 clauses out of 26011 with flag 94000/95355
7.43/6.64	c Got one! Elapsed wall clock time (in seconds):6.525
7.43/6.64	o -7
7.72/6.94	c cleaning 14306 clauses out of 28624 with flag 5002/110959
8.04/7.28	c cleaning 10158 clauses out of 20317 with flag 11001/116958
8.45/7.69	c cleaning 8574 clauses out of 17158 with flag 18000/123957
8.85/8.09	c cleaning 8284 clauses out of 16584 with flag 26000/131957
9.35/8.58	c cleaning 8645 clauses out of 17301 with flag 35001/140958
9.95/9.15	c cleaning 9316 clauses out of 18655 with flag 45000/150957
10.66/9.85	c cleaning 10168 clauses out of 20343 with flag 56004/161961
11.48/10.62	c cleaning 11086 clauses out of 22171 with flag 68000/173957
12.20/11.31	c cleaning 12039 clauses out of 24085 with flag 81000/186957
13.01/12.15	c cleaning 13015 clauses out of 26048 with flag 95002/200959
14.11/13.21	c cleaning 14008 clauses out of 28032 with flag 110001/215958
15.42/14.57	c cleaning 15008 clauses out of 30023 with flag 126000/231957
17.10/15.89	c cleaning 15983 clauses out of 32015 with flag 143000/248957
18.60/17.36	c cleaning 17014 clauses out of 34034 with flag 161002/266959
19.91/18.61	c cleaning 18003 clauses out of 36018 with flag 180000/285957
21.22/19.99	c cleaning 18993 clauses out of 38015 with flag 200000/305957
22.73/21.42	c cleaning 20002 clauses out of 40023 with flag 221001/326958
24.24/22.95	c cleaning 21011 clauses out of 42023 with flag 243003/348960
26.15/24.83	c cleaning 21994 clauses out of 44009 with flag 266000/371957
27.95/26.63	c cleaning 23004 clauses out of 46021 with flag 290006/395963
29.65/28.30	c cleaning 23988 clauses out of 48012 with flag 315001/420958
31.46/30.14	c cleaning 25002 clauses out of 50025 with flag 341002/446959
33.69/32.36	c cleaning 26008 clauses out of 52021 with flag 368000/473957
36.00/34.65	c cleaning 27002 clauses out of 54014 with flag 396001/501958
38.41/37.06	c cleaning 28003 clauses out of 56016 with flag 425005/530962
41.12/39.72	c cleaning 28992 clauses out of 58009 with flag 455001/560958
43.93/42.54	c cleaning 30003 clauses out of 60019 with flag 486003/591960
46.55/45.13	c cleaning 30989 clauses out of 62013 with flag 518000/623957
49.38/47.96	c cleaning 32006 clauses out of 64024 with flag 551000/656957
52.68/51.22	c cleaning 33007 clauses out of 66019 with flag 585001/690958
55.80/54.30	c cleaning 34000 clauses out of 68011 with flag 620000/725957
59.53/58.05	c cleaning 35004 clauses out of 70013 with flag 656002/761959
62.74/61.23	c cleaning 35987 clauses out of 72008 with flag 693001/798958
66.27/64.71	c cleaning 37000 clauses out of 74020 with flag 731000/836957
70.48/68.94	c cleaning 38002 clauses out of 76020 with flag 770000/875957
73.98/72.40	c cleaning 38998 clauses out of 78018 with flag 810000/915957
77.70/76.11	c cleaning 39995 clauses out of 80023 with flag 851003/956960
81.42/79.82	c cleaning 41010 clauses out of 82030 with flag 893005/998962
85.34/83.71	c cleaning 41999 clauses out of 84015 with flag 936000/1041957
89.86/88.28	c cleaning 43008 clauses out of 86016 with flag 980000/1085957
94.58/92.92	c cleaning 43976 clauses out of 88008 with flag 1025000/1130957
99.71/98.05	c cleaning 45010 clauses out of 90032 with flag 1071000/1176957
104.92/103.28	c cleaning 45996 clauses out of 92024 with flag 1118002/1223959
110.03/108.37	c cleaning 46988 clauses out of 94027 with flag 1166001/1271958
115.94/114.28	c cleaning 48008 clauses out of 96040 with flag 1215002/1320959
121.58/119.90	c cleaning 49004 clauses out of 98032 with flag 1265002/1370959
127.11/125.39	c cleaning 50004 clauses out of 100026 with flag 1316000/1421957
132.54/130.78	c cleaning 50999 clauses out of 102024 with flag 1368002/1473959
138.67/136.89	c cleaning 52007 clauses out of 104023 with flag 1421000/1526957
145.19/143.31	c cleaning 53005 clauses out of 106020 with flag 1475004/1580961
151.43/149.57	c cleaning 54003 clauses out of 108014 with flag 1530003/1635960
158.08/156.11	c cleaning 54999 clauses out of 110008 with flag 1586000/1691957
164.58/162.69	c cleaning 55997 clauses out of 112010 with flag 1643001/1748958
171.11/169.18	c cleaning 35039 clauses out of 70087 with flag 1701003/1806960
177.13/175.15	c cleaning 47013 clauses out of 94046 with flag 1760001/1865958
184.34/182.34	c cleaning 53510 clauses out of 107035 with flag 1820003/1925960
191.76/189.74	c cleaning 25327 clauses out of 50701 with flag 1881001/1986958
198.29/196.20	c cleaning 43681 clauses out of 87374 with flag 1943001/2048958
207.22/205.10	c cleaning 53346 clauses out of 106692 with flag 2006000/2111957
214.17/212.01	c cleaning 32695 clauses out of 65407 with flag 2070004/2175961
220.90/218.71	c cleaning 27279 clauses out of 54598 with flag 2135000/2240957
228.03/225.80	c cleaning 44167 clauses out of 88334 with flag 2201004/2306961
236.18/233.93	c cleaning 51727 clauses out of 103455 with flag 2268002/2373959
243.29/241.06	c cleaning 48430 clauses out of 96871 with flag 2336002/2441959
252.32/250.03	c cleaning 58716 clauses out of 117439 with flag 2405000/2510957
260.55/258.29	c cleaning 52372 clauses out of 104747 with flag 2475000/2580957
269.18/266.83	c cleaning 34475 clauses out of 68959 with flag 2546002/2651959
276.92/274.54	c cleaning 37189 clauses out of 74409 with flag 2618000/2723957
284.14/281.76	c cleaning 42732 clauses out of 85463 with flag 2691001/2796958
291.05/288.66	c cleaning 27674 clauses out of 55366 with flag 2765002/2870959
298.46/296.09	c cleaning 25158 clauses out of 50343 with flag 2840001/2945958
305.97/303.54	c cleaning 50589 clauses out of 101184 with flag 2916000/3021957
315.79/313.37	c cleaning 63798 clauses out of 127598 with flag 2993003/3098960
327.93/325.50	c cleaning 70898 clauses out of 141798 with flag 3071001/3176958
341.26/338.71	c cleaning 42307 clauses out of 84619 with flag 3150000/3255957
341.67/339.10	c starts		: 232
341.67/339.10	c conflicts		: 3260104
341.67/339.10	c decisions		: 4554721
341.67/339.10	c propagations		: 120163444
341.67/339.10	c inspects		: 4269594697
341.67/339.10	c shortcuts		: 0
341.67/339.10	c learnt literals	: 32
341.67/339.10	c learnt binary clauses	: 250
341.67/339.10	c learnt ternary clauses	: 44854
341.67/339.10	c learnt constraints	: 3260071
341.67/339.10	c ignored constraints	: 0
341.67/339.10	c root simplifications	: 263
341.67/339.10	c removed literals (reason simplification)	: 86374079
341.67/339.10	c reason swapping (by a shorter reason)	: 0
341.67/339.10	c Calls to reduceDB	: 85
341.67/339.10	c number of reductions to clauses (during analyze)	: 0
341.67/339.10	c number of learned constraints concerned by reduction	: 0
341.67/339.10	c number of learning phase by resolution	: 0
341.67/339.10	c number of learning phase by cutting planes	: 0
341.67/339.10	c speed (assignments/second)	: 354667.4025843698
341.67/339.10	c non guided choices	2962
341.67/339.10	c learnt constraints type 
341.67/339.10	c constraints type 
341.67/339.10	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1476
341.67/339.10	c org.sat4j.minisat.constraints.card.MinWatchCard => 102
341.67/339.10	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
341.67/339.10	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1476
341.67/339.10	c 3104 constraints processed.
341.67/339.10	s OPTIMUM FOUND
341.67/339.10	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 
341.67/339.10	c objective function=-7
341.67/339.10	c Total wall clock time (in seconds): 338.985

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 6297
/proc/meminfo: memFree=28847188/32873648 swapFree=6844/6844
[pid=6297] ppid=6295 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/6297/stat : 6297 (java) R 6295 6297 3132 0 -1 4202496 251 0 0 0 0 0 0 0 20 0 1 0 283290137 9515008 184 33554432000 1073741824 1073778376 140733361748896 140733361740120 259112201655 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/6297/statm: 2323 184 142 9 0 71 0

[startup+0.023284 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 6297
/proc/meminfo: memFree=28847188/32873648 swapFree=6844/6844
[pid=6297] ppid=6295 vsize=9014776 CPUtime=0 cores=1,3,5,7
/proc/6297/stat : 6297 (java) S 6295 6297 3132 0 -1 4202496 2233 0 1 0 0 0 0 0 20 0 10 0 283290137 9231130624 2423 33554432000 1073741824 1073778376 140734323871824 140734323862960 259115745341 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6297/statm: 2253694 2437 1071 9 0 2244803 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9014776

[startup+0.100219 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 6297
/proc/meminfo: memFree=28847188/32873648 swapFree=6844/6844
[pid=6297] ppid=6295 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/6297/stat : 6297 (java) S 6295 6297 3132 0 -1 4202496 4337 0 1 0 8 1 0 0 20 0 18 0 283290137 9787842560 5544 33554432000 1073741824 1073778376 140734323871824 140734323862960 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6297/statm: 2389610 5544 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.30028 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 6297
/proc/meminfo: memFree=28847188/32873648 swapFree=6844/6844
[pid=6297] ppid=6295 vsize=9558440 CPUtime=0.44 cores=1,3,5,7
/proc/6297/stat : 6297 (java) S 6295 6297 3132 0 -1 4202496 6003 0 1 0 43 1 0 0 20 0 18 0 283290137 9787842560 8861 33554432000 1073741824 1073778376 140734323871824 140734323862960 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6297/statm: 2389610 8861 2244 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558440

[startup+0.700206 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 6297
/proc/meminfo: memFree=28847188/32873648 swapFree=6844/6844
[pid=6297] ppid=6295 vsize=9625004 CPUtime=1.14 cores=1,3,5,7
/proc/6297/stat : 6297 (java) S 6295 6297 3132 0 -1 4202496 8196 0 1 0 112 2 0 0 20 0 19 0 283290137 9856004096 10579 33554432000 1073741824 1073778376 140734323871824 140734323862960 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6297/statm: 2406251 10579 2260 9 0 2396937 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9625004

[startup+1.50144 s]
/proc/loadavg: 1.92 1.98 1.99 4/214 6316
/proc/meminfo: memFree=28784048/32873648 swapFree=6844/6844
[pid=6297] ppid=6295 vsize=9625004 CPUtime=2.22 cores=1,3,5,7
/proc/6297/stat : 6297 (java) S 6295 6297 3132 0 -1 4202496 15717 0 1 0 218 4 0 0 20 0 19 0 283290137 9856004096 18662 33554432000 1073741824 1073778376 140734323871824 140734323862960 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6297/statm: 2406251 18662 2285 9 0 2396937 0
[pid=6297/tid=6299] ppid=6295 vsize=9625004 CPUtime=1.43 cores=1,3,5,7
/proc/6297/task/6299/stat : 6299 (java) R 6295 6297 3132 0 -1 4202560 2570 0 1 0 142 1 0 0 20 0 19 0 283290138 9856004096 18662 33554432000 1073741824 1073778376 140734323871824 140602734211376 140602674458603 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6297/tid=6300] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6300/stat : 6300 (java) S 6295 6297 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283290139 9856004096 18662 33554432000 1073741824 1073778376 140734323871824 140602672941992 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6297/tid=6301] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6301/stat : 6301 (java) S 6295 6297 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283290139 9856004096 18662 33554432000 1073741824 1073778376 140734323871824 140602671889448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6297/tid=6302] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6302/stat : 6302 (java) S 6295 6297 3132 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283290139 9856004096 18662 33554432000 1073741824 1073778376 140734323871824 140602670836392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6297/tid=6303] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6303/stat : 6303 (java) S 6295 6297 3132 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 283290139 9856004096 18662 33554432000 1073741824 1073778376 140734323871824 140602669783848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6297/tid=6304] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6304/stat : 6304 (java) S 6295 6297 3132 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 283290139 9856004096 18662 33554432000 1073741824 1073778376 140734323871824 140602668730792 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6297/tid=6305] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6305/stat : 6305 (java) S 6295 6297 3132 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 283290139 9856004096 18662 33554432000 1073741824 1073778376 140734323871824 140602571962920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6297/tid=6306] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6306/stat : 6306 (java) S 6295 6297 3132 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283290139 9856004096 18662 33554432000 1073741824 1073778376 140734323871824 140602570909864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6297/tid=6307] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6307/stat : 6307 (java) S 6295 6297 3132 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283290139 9856004096 18662 33554432000 1073741824 1073778376 140734323871824 140602569857320 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6297/tid=6308] ppid=6295 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/6297/task/6308/stat : 6308 (java) S 6295 6297 3132 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 19 0 283290140 9856004096 18662 33554432000 1073741824 1073778376 140734323871824 140602557660008 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6297/tid=6309] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6309/stat : 6309 (java) S 6295 6297 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283290141 9856004096 18662 33554432000 1073741824 1073778376 140734323871824 140602556606328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6297/tid=6310] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6310/stat : 6310 (java) S 6295 6297 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283290141 9856004096 18662 33554432000 1073741824 1073778376 140734323871824 140602555553160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6297/tid=6311] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6311/stat : 6311 (java) S 6295 6297 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283290143 9856004096 18662 33554432000 1073741824 1073778376 140734323871824 140602554501904 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6297/tid=6312] ppid=6295 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/6297/task/6312/stat : 6312 (java) S 6295 6297 3132 0 -1 4202560 2771 0 0 0 28 0 0 0 20 0 19 0 283290143 9856004096 18662 33554432000 1073741824 1073778376 140734323871824 140602553448760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6297/tid=6313] ppid=6295 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/6297/task/6313/stat : 6313 (java) S 6295 6297 3132 0 -1 4202560 9127 0 0 0 41 2 0 0 20 0 19 0 283290143 9856004096 18662 33554432000 1073741824 1073778376 140734323871824 140602552396216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6297/tid=6314] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6314/stat : 6314 (java) S 6295 6297 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283290143 9856004096 18662 33554432000 1073741824 1073778376 140734323871824 140602551343352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6297/tid=6315] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6315/stat : 6315 (java) S 6295 6297 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283290143 9856004096 18662 33554432000 1073741824 1073778376 140734323871824 140602550291016 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6297/tid=6316] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6316/stat : 6316 (java) S 6295 6297 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283290167 9856004096 18662 33554432000 1073741824 1073778376 140734323871824 140602549237288 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 9625004

[startup+3.10062 s]
/proc/loadavg: 1.92 1.98 1.99 3/214 6316
/proc/meminfo: memFree=28781132/32873648 swapFree=6844/6844
[pid=6297] ppid=6295 vsize=9625004 CPUtime=3.89 cores=1,3,5,7
/proc/6297/stat : 6297 (java) S 6295 6297 3132 0 -1 4202496 15770 0 1 0 385 4 0 0 20 0 19 0 283290137 9856004096 18711 33554432000 1073741824 1073778376 140734323871824 140734323862960 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6297/statm: 2406251 18711 2285 9 0 2396937 0
[pid=6297/tid=6299] ppid=6295 vsize=9625004 CPUtime=2.96 cores=1,3,5,7
/proc/6297/task/6299/stat : 6299 (java) S 6295 6297 3132 0 -1 4202560 2572 0 1 0 295 1 0 0 20 0 19 0 283290138 9856004096 18711 33554432000 1073741824 1073778376 140734323871824 140602734211176 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6297/tid=6300] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6300/stat : 6300 (java) S 6295 6297 3132 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 283290139 9856004096 18711 33554432000 1073741824 1073778376 140734323871824 140602672941992 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6297/tid=6301] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6301/stat : 6301 (java) S 6295 6297 3132 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283290139 9856004096 18711 33554432000 1073741824 1073778376 140734323871824 140602671889448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6297/tid=6302] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6302/stat : 6302 (java) S 6295 6297 3132 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 283290139 9856004096 18711 33554432000 1073741824 1073778376 140734323871824 140602670836392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6297/tid=6303] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6303/stat : 6303 (java) S 6295 6297 3132 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 283290139 9856004096 18711 33554432000 1073741824 1073778376 140734323871824 140602669783848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6297/tid=6304] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6304/stat : 6304 (java) S 6295 6297 3132 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283290139 9856004096 18711 33554432000 1073741824 1073778376 140734323871824 140602668730792 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6297/tid=6305] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6305/stat : 6305 (java) S 6295 6297 3132 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283290139 9856004096 18711 33554432000 1073741824 1073778376 140734323871824 140602571962920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6297/tid=6306] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6306/stat : 6306 (java) S 6295 6297 3132 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 283290139 9856004096 18711 33554432000 1073741824 1073778376 140734323871824 140602570909864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6297/tid=6307] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6307/stat : 6307 (java) S 6295 6297 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283290139 9856004096 18711 33554432000 1073741824 1073778376 140734323871824 140602569857320 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6297/tid=6308] ppid=6295 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/6297/task/6308/stat : 6308 (java) R 6295 6297 3132 0 -1 4202560 33 0 0 0 5 0 0 0 20 0 19 0 283290140 9856004096 18711 33554432000 1073741824 1073778376 140734323871824 140602557658984 140602741065786 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6297/tid=6309] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6309/stat : 6309 (java) S 6295 6297 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283290141 9856004096 18711 33554432000 1073741824 1073778376 140734323871824 140602556606328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6297/tid=6310] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6310/stat : 6310 (java) S 6295 6297 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283290141 9856004096 18711 33554432000 1073741824 1073778376 140734323871824 140602555553160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6297/tid=6311] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6311/stat : 6311 (java) S 6295 6297 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283290143 9856004096 18711 33554432000 1073741824 1073778376 140734323871824 140602554501904 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6297/tid=6312] ppid=6295 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/6297/task/6312/stat : 6312 (java) S 6295 6297 3132 0 -1 4202560 2807 0 0 0 33 0 0 0 20 0 19 0 283290143 9856004096 18711 33554432000 1073741824 1073778376 140734323871824 140602553448760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6297/tid=6313] ppid=6295 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/6297/task/6313/stat : 6313 (java) S 6295 6297 3132 0 -1 4202560 9127 0 0 0 41 2 0 0 20 0 19 0 283290143 9856004096 18711 33554432000 1073741824 1073778376 140734323871824 140602552396216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6297/tid=6314] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6314/stat : 6314 (java) S 6295 6297 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283290143 9856004096 18711 33554432000 1073741824 1073778376 140734323871824 140602551343352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6297/tid=6315] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6315/stat : 6315 (java) S 6295 6297 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283290143 9856004096 18711 33554432000 1073741824 1073778376 140734323871824 140602550291016 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6297/tid=6316] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6316/stat : 6316 (java) S 6295 6297 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283290167 9856004096 18711 33554432000 1073741824 1073778376 140734323871824 140602549237288 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 9625004

[startup+6.30061 s]
/proc/loadavg: 1.93 1.98 1.99 3/214 6316
/proc/meminfo: memFree=28790076/32873648 swapFree=6844/6844
[pid=6297] ppid=6295 vsize=9625004 CPUtime=7.12 cores=1,3,5,7
/proc/6297/stat : 6297 (java) S 6295 6297 3132 0 -1 4202496 15793 0 1 0 708 4 0 0 20 0 19 0 283290137 9856004096 17384 33554432000 1073741824 1073778376 140734323871824 140734323862960 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6297/statm: 2406251 17384 2286 9 0 2396937 0
[pid=6297/tid=6299] ppid=6295 vsize=9625004 CPUtime=6.07 cores=1,3,5,7
/proc/6297/task/6299/stat : 6299 (java) R 6295 6297 3132 0 -1 4202560 2577 0 1 0 606 1 0 0 20 0 19 0 283290138 9856004096 17384 33554432000 1073741824 1073778376 140734323871824 140602734211376 140602674410401 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6297/tid=6300] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6300/stat : 6300 (java) S 6295 6297 3132 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 283290139 9856004096 17384 33554432000 1073741824 1073778376 140734323871824 140602672941992 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6297/tid=6301] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6301/stat : 6301 (java) S 6295 6297 3132 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 283290139 9856004096 17384 33554432000 1073741824 1073778376 140734323871824 140602671889448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6297/tid=6302] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6302/stat : 6302 (java) S 6295 6297 3132 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 283290139 9856004096 17384 33554432000 1073741824 1073778376 140734323871824 140602670836392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6297/tid=6303] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6303/stat : 6303 (java) S 6295 6297 3132 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 283290139 9856004096 17384 33554432000 1073741824 1073778376 140734323871824 140602669783848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6297/tid=6304] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6304/stat : 6304 (java) S 6295 6297 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283290139 9856004096 17384 33554432000 1073741824 1073778376 140734323871824 140602668730792 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6297/tid=6305] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6305/stat : 6305 (java) S 6295 6297 3132 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283290139 9856004096 17384 33554432000 1073741824 1073778376 140734323871824 140602571962920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6297/tid=6306] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6306/stat : 6306 (java) S 6295 6297 3132 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283290139 9856004096 17384 33554432000 1073741824 1073778376 140734323871824 140602570909864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6297/tid=6307] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6307/stat : 6307 (java) S 6295 6297 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283290139 9856004096 17384 33554432000 1073741824 1073778376 140734323871824 140602569857320 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6297/tid=6308] ppid=6295 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/6297/task/6308/stat : 6308 (java) S 6295 6297 3132 0 -1 4202560 34 0 0 0 12 0 0 0 20 0 19 0 283290140 9856004096 17384 33554432000 1073741824 1073778376 140734323871824 140602557660008 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6297/tid=6309] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6309/stat : 6309 (java) S 6295 6297 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283290141 9856004096 17384 33554432000 1073741824 1073778376 140734323871824 140602556606328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6297/tid=6310] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6310/stat : 6310 (java) S 6295 6297 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283290141 9856004096 17384 33554432000 1073741824 1073778376 140734323871824 140602555553160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6297/tid=6311] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6311/stat : 6311 (java) S 6295 6297 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283290143 9856004096 17384 33554432000 1073741824 1073778376 140734323871824 140602554501904 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6297/tid=6312] ppid=6295 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/6297/task/6312/stat : 6312 (java) S 6295 6297 3132 0 -1 4202560 2808 0 0 0 34 0 0 0 20 0 19 0 283290143 9856004096 17384 33554432000 1073741824 1073778376 140734323871824 140602553448760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6297/tid=6313] ppid=6295 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/6297/task/6313/stat : 6313 (java) S 6295 6297 3132 0 -1 4202560 9127 0 0 0 41 2 0 0 20 0 19 0 283290143 9856004096 17384 33554432000 1073741824 1073778376 140734323871824 140602552396216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6297/tid=6314] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6314/stat : 6314 (java) S 6295 6297 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283290143 9856004096 17384 33554432000 1073741824 1073778376 140734323871824 140602551343352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6297/tid=6315] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6315/stat : 6315 (java) S 6295 6297 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283290143 9856004096 17384 33554432000 1073741824 1073778376 140734323871824 140602550291016 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6297/tid=6316] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6316/stat : 6316 (java) S 6295 6297 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283290167 9856004096 17384 33554432000 1073741824 1073778376 140734323871824 140602549237288 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.12
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

/proc/6297/task/6307/stat : 6307 (java) S 6295 6297 3132 0 -1 4202560 51 0 0 0 22 0 0 0 20 0 19 0 283290139 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140602569857320 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6297/tid=6308] ppid=6295 vsize=9625004 CPUtime=1.87 cores=1,3,5,7
/proc/6297/task/6308/stat : 6308 (java) S 6295 6297 3132 0 -1 4202560 82 0 0 0 187 0 0 0 20 0 19 0 283290140 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140602557660008 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6297/tid=6309] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6309/stat : 6309 (java) S 6295 6297 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283290141 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140602556606328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6297/tid=6310] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6310/stat : 6310 (java) S 6295 6297 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283290141 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140602555553160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6297/tid=6311] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6311/stat : 6311 (java) S 6295 6297 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283290143 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140602554501904 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6297/tid=6312] ppid=6295 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/6297/task/6312/stat : 6312 (java) S 6295 6297 3132 0 -1 4202560 8507 0 0 0 71 1 0 0 20 0 19 0 283290143 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140602553448760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6297/tid=6313] ppid=6295 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/6297/task/6313/stat : 6313 (java) S 6295 6297 3132 0 -1 4202560 9158 0 0 0 49 2 0 0 20 0 19 0 283290143 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140602552396216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6297/tid=6314] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6314/stat : 6314 (java) S 6295 6297 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283290143 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140602551343352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6297/tid=6315] ppid=6295 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/6297/task/6315/stat : 6315 (java) S 6295 6297 3132 0 -1 4202560 19 0 0 0 3 5 0 0 20 0 19 0 283290143 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140602550291016 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6297/tid=6316] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6316/stat : 6316 (java) S 6295 6297 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283290167 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140602549237288 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 340.06
Current children cumulated vsize (KiB) 9625004

[startup+338.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/213 6317
/proc/meminfo: memFree=28738484/32873648 swapFree=6844/6844
[pid=6297] ppid=6295 vsize=9625004 CPUtime=340.86 cores=1,3,5,7
/proc/6297/stat : 6297 (java) S 6295 6297 3132 0 -1 4202496 22267 0 1 0 34074 12 0 0 20 0 19 0 283290137 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140734323862960 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6297/statm: 2406251 28061 2287 9 0 2396937 0
[pid=6297/tid=6299] ppid=6295 vsize=9625004 CPUtime=334.9 cores=1,3,5,7
/proc/6297/task/6299/stat : 6299 (java) R 6295 6297 3132 0 -1 4202560 2659 0 1 0 33484 6 0 0 20 0 19 0 283290138 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140602734211376 140602674591251 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6297/tid=6300] ppid=6295 vsize=9625004 CPUtime=0.21 cores=1,3,5,7
/proc/6297/task/6300/stat : 6300 (java) S 6295 6297 3132 0 -1 4202560 84 0 0 0 21 0 0 0 20 0 19 0 283290139 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140602672941992 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6297/tid=6301] ppid=6295 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/6297/task/6301/stat : 6301 (java) S 6295 6297 3132 0 -1 4202560 58 0 0 0 20 0 0 0 20 0 19 0 283290139 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140602671889448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6297/tid=6302] ppid=6295 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/6297/task/6302/stat : 6302 (java) S 6295 6297 3132 0 -1 4202560 96 0 0 0 20 0 0 0 20 0 19 0 283290139 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140602670836392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6297/tid=6303] ppid=6295 vsize=9625004 CPUtime=0.24 cores=1,3,5,7
/proc/6297/task/6303/stat : 6303 (java) S 6295 6297 3132 0 -1 4202560 93 0 0 0 24 0 0 0 20 0 19 0 283290139 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140602669783848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6297/tid=6304] ppid=6295 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/6297/task/6304/stat : 6304 (java) S 6295 6297 3132 0 -1 4202560 73 0 0 0 20 0 0 0 20 0 19 0 283290139 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140602668730792 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6297/tid=6305] ppid=6295 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/6297/task/6305/stat : 6305 (java) S 6295 6297 3132 0 -1 4202560 148 0 0 0 25 0 0 0 20 0 19 0 283290139 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140602571962920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6297/tid=6306] ppid=6295 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/6297/task/6306/stat : 6306 (java) S 6295 6297 3132 0 -1 4202560 59 0 0 0 25 0 0 0 20 0 19 0 283290139 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140602570909864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6297/tid=6307] ppid=6295 vsize=9625004 CPUtime=0.22 cores=1,3,5,7
/proc/6297/task/6307/stat : 6307 (java) S 6295 6297 3132 0 -1 4202560 51 0 0 0 22 0 0 0 20 0 19 0 283290139 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140602569857320 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6297/tid=6308] ppid=6295 vsize=9625004 CPUtime=1.87 cores=1,3,5,7
/proc/6297/task/6308/stat : 6308 (java) S 6295 6297 3132 0 -1 4202560 82 0 0 0 187 0 0 0 20 0 19 0 283290140 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140602557660008 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6297/tid=6309] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6309/stat : 6309 (java) S 6295 6297 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283290141 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140602556606328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6297/tid=6310] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6310/stat : 6310 (java) S 6295 6297 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283290141 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140602555553160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6297/tid=6311] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6311/stat : 6311 (java) S 6295 6297 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283290143 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140602554501904 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6297/tid=6312] ppid=6295 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/6297/task/6312/stat : 6312 (java) S 6295 6297 3132 0 -1 4202560 8507 0 0 0 71 1 0 0 20 0 19 0 283290143 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140602553448760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6297/tid=6313] ppid=6295 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/6297/task/6313/stat : 6313 (java) S 6295 6297 3132 0 -1 4202560 9158 0 0 0 49 2 0 0 20 0 19 0 283290143 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140602552396216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6297/tid=6314] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6314/stat : 6314 (java) S 6295 6297 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283290143 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140602551343352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6297/tid=6315] ppid=6295 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/6297/task/6315/stat : 6315 (java) S 6295 6297 3132 0 -1 4202560 19 0 0 0 3 5 0 0 20 0 19 0 283290143 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140602550291016 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6297/tid=6316] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6316/stat : 6316 (java) S 6295 6297 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283290167 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140602549237288 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 340.86
Current children cumulated vsize (KiB) 9625004

[startup+338.701 s]
/proc/loadavg: 2.02 2.01 2.00 3/213 6317
/proc/meminfo: memFree=28738484/32873648 swapFree=6844/6844
[pid=6297] ppid=6295 vsize=9625004 CPUtime=341.26 cores=1,3,5,7
/proc/6297/stat : 6297 (java) S 6295 6297 3132 0 -1 4202496 22267 0 1 0 34114 12 0 0 20 0 19 0 283290137 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140734323862960 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6297/statm: 2406251 28061 2287 9 0 2396937 0
[pid=6297/tid=6299] ppid=6295 vsize=9625004 CPUtime=335.31 cores=1,3,5,7
/proc/6297/task/6299/stat : 6299 (java) R 6295 6297 3132 0 -1 4202560 2659 0 1 0 33525 6 0 0 20 0 19 0 283290138 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140602734211376 140602674591568 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6297/tid=6300] ppid=6295 vsize=9625004 CPUtime=0.21 cores=1,3,5,7
/proc/6297/task/6300/stat : 6300 (java) S 6295 6297 3132 0 -1 4202560 84 0 0 0 21 0 0 0 20 0 19 0 283290139 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140602672941992 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6297/tid=6301] ppid=6295 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/6297/task/6301/stat : 6301 (java) S 6295 6297 3132 0 -1 4202560 58 0 0 0 20 0 0 0 20 0 19 0 283290139 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140602671889448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6297/tid=6302] ppid=6295 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/6297/task/6302/stat : 6302 (java) S 6295 6297 3132 0 -1 4202560 96 0 0 0 20 0 0 0 20 0 19 0 283290139 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140602670836392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6297/tid=6303] ppid=6295 vsize=9625004 CPUtime=0.24 cores=1,3,5,7
/proc/6297/task/6303/stat : 6303 (java) S 6295 6297 3132 0 -1 4202560 93 0 0 0 24 0 0 0 20 0 19 0 283290139 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140602669783848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6297/tid=6304] ppid=6295 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/6297/task/6304/stat : 6304 (java) S 6295 6297 3132 0 -1 4202560 73 0 0 0 20 0 0 0 20 0 19 0 283290139 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140602668730792 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6297/tid=6305] ppid=6295 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/6297/task/6305/stat : 6305 (java) S 6295 6297 3132 0 -1 4202560 148 0 0 0 25 0 0 0 20 0 19 0 283290139 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140602571962920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6297/tid=6306] ppid=6295 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/6297/task/6306/stat : 6306 (java) S 6295 6297 3132 0 -1 4202560 59 0 0 0 25 0 0 0 20 0 19 0 283290139 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140602570909864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6297/tid=6307] ppid=6295 vsize=9625004 CPUtime=0.22 cores=1,3,5,7
/proc/6297/task/6307/stat : 6307 (java) S 6295 6297 3132 0 -1 4202560 51 0 0 0 22 0 0 0 20 0 19 0 283290139 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140602569857320 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6297/tid=6308] ppid=6295 vsize=9625004 CPUtime=1.87 cores=1,3,5,7
/proc/6297/task/6308/stat : 6308 (java) S 6295 6297 3132 0 -1 4202560 82 0 0 0 187 0 0 0 20 0 19 0 283290140 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140602557660008 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6297/tid=6309] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6309/stat : 6309 (java) S 6295 6297 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283290141 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140602556606328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6297/tid=6310] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6310/stat : 6310 (java) S 6295 6297 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283290141 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140602555553160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6297/tid=6311] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6311/stat : 6311 (java) S 6295 6297 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283290143 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140602554501904 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6297/tid=6312] ppid=6295 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/6297/task/6312/stat : 6312 (java) S 6295 6297 3132 0 -1 4202560 8507 0 0 0 71 1 0 0 20 0 19 0 283290143 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140602553448760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6297/tid=6313] ppid=6295 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/6297/task/6313/stat : 6313 (java) S 6295 6297 3132 0 -1 4202560 9158 0 0 0 49 2 0 0 20 0 19 0 283290143 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140602552396216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6297/tid=6314] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6314/stat : 6314 (java) S 6295 6297 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283290143 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140602551343352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6297/tid=6315] ppid=6295 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/6297/task/6315/stat : 6315 (java) S 6295 6297 3132 0 -1 4202560 19 0 0 0 3 5 0 0 20 0 19 0 283290143 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140602550291016 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6297/tid=6316] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6316/stat : 6316 (java) S 6295 6297 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283290167 9856004096 28061 33554432000 1073741824 1073778376 140734323871824 140602549237288 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 341.26
Current children cumulated vsize (KiB) 9625004

[startup+339.101 s]
/proc/loadavg: 2.02 2.01 2.00 3/213 6317
/proc/meminfo: memFree=28738484/32873648 swapFree=6844/6844
[pid=6297] ppid=6295 vsize=9625004 CPUtime=341.67 cores=1,3,5,7
/proc/6297/stat : 6297 (java) S 6295 6297 3132 0 -1 4202496 22314 0 1 0 34155 12 0 0 20 0 19 0 283290137 9856004096 28107 33554432000 1073741824 1073778376 140734323871824 140734323862960 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6297/statm: 2406251 28107 2287 9 0 2396937 0
[pid=6297/tid=6299] ppid=6295 vsize=9625004 CPUtime=335.67 cores=1,3,5,7
/proc/6297/task/6299/stat : 6299 (java) R 6295 6297 3132 0 -1 4202560 2660 0 1 0 33561 6 0 0 20 0 19 0 283290138 9856004096 28107 33554432000 1073741824 1073778376 140734323871824 140602734211496 140602674591256 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6297/tid=6300] ppid=6295 vsize=9625004 CPUtime=0.21 cores=1,3,5,7
/proc/6297/task/6300/stat : 6300 (java) S 6295 6297 3132 0 -1 4202560 84 0 0 0 21 0 0 0 20 0 19 0 283290139 9856004096 28107 33554432000 1073741824 1073778376 140734323871824 140602672941992 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6297/tid=6301] ppid=6295 vsize=9625004 CPUtime=0.21 cores=1,3,5,7
/proc/6297/task/6301/stat : 6301 (java) S 6295 6297 3132 0 -1 4202560 86 0 0 0 21 0 0 0 20 0 19 0 283290139 9856004096 28107 33554432000 1073741824 1073778376 140734323871824 140602671889448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6297/tid=6302] ppid=6295 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/6297/task/6302/stat : 6302 (java) S 6295 6297 3132 0 -1 4202560 96 0 0 0 20 0 0 0 20 0 19 0 283290139 9856004096 28107 33554432000 1073741824 1073778376 140734323871824 140602670836392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6297/tid=6303] ppid=6295 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/6297/task/6303/stat : 6303 (java) S 6295 6297 3132 0 -1 4202560 93 0 0 0 25 0 0 0 20 0 19 0 283290139 9856004096 28107 33554432000 1073741824 1073778376 140734323871824 140602669783848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6297/tid=6304] ppid=6295 vsize=9625004 CPUtime=0.21 cores=1,3,5,7
/proc/6297/task/6304/stat : 6304 (java) S 6295 6297 3132 0 -1 4202560 73 0 0 0 21 0 0 0 20 0 19 0 283290139 9856004096 28107 33554432000 1073741824 1073778376 140734323871824 140602668730792 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6297/tid=6305] ppid=6295 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/6297/task/6305/stat : 6305 (java) S 6295 6297 3132 0 -1 4202560 148 0 0 0 25 0 0 0 20 0 19 0 283290139 9856004096 28107 33554432000 1073741824 1073778376 140734323871824 140602571962920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6297/tid=6306] ppid=6295 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/6297/task/6306/stat : 6306 (java) S 6295 6297 3132 0 -1 4202560 59 0 0 0 25 0 0 0 20 0 19 0 283290139 9856004096 28107 33554432000 1073741824 1073778376 140734323871824 140602570909864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6297/tid=6307] ppid=6295 vsize=9625004 CPUtime=0.22 cores=1,3,5,7
/proc/6297/task/6307/stat : 6307 (java) S 6295 6297 3132 0 -1 4202560 69 0 0 0 22 0 0 0 20 0 19 0 283290139 9856004096 28107 33554432000 1073741824 1073778376 140734323871824 140602569857320 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6297/tid=6308] ppid=6295 vsize=9625004 CPUtime=1.9 cores=1,3,5,7
/proc/6297/task/6308/stat : 6308 (java) S 6295 6297 3132 0 -1 4202560 82 0 0 0 190 0 0 0 20 0 19 0 283290140 9856004096 28107 33554432000 1073741824 1073778376 140734323871824 140602557660008 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6297/tid=6309] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6309/stat : 6309 (java) S 6295 6297 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283290141 9856004096 28107 33554432000 1073741824 1073778376 140734323871824 140602556606328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6297/tid=6310] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6310/stat : 6310 (java) S 6295 6297 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283290141 9856004096 28107 33554432000 1073741824 1073778376 140734323871824 140602555553160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6297/tid=6311] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6311/stat : 6311 (java) S 6295 6297 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283290143 9856004096 28107 33554432000 1073741824 1073778376 140734323871824 140602554501904 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6297/tid=6312] ppid=6295 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/6297/task/6312/stat : 6312 (java) S 6295 6297 3132 0 -1 4202560 8507 0 0 0 71 1 0 0 20 0 19 0 283290143 9856004096 28107 33554432000 1073741824 1073778376 140734323871824 140602553448760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6297/tid=6313] ppid=6295 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/6297/task/6313/stat : 6313 (java) S 6295 6297 3132 0 -1 4202560 9158 0 0 0 49 2 0 0 20 0 19 0 283290143 9856004096 28107 33554432000 1073741824 1073778376 140734323871824 140602552396216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6297/tid=6314] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6314/stat : 6314 (java) S 6295 6297 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283290143 9856004096 28107 33554432000 1073741824 1073778376 140734323871824 140602551343352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6297/tid=6315] ppid=6295 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/6297/task/6315/stat : 6315 (java) S 6295 6297 3132 0 -1 4202560 19 0 0 0 3 5 0 0 20 0 19 0 283290143 9856004096 28107 33554432000 1073741824 1073778376 140734323871824 140602550291016 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6297/tid=6316] ppid=6295 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6297/task/6316/stat : 6316 (java) S 6295 6297 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283290167 9856004096 28107 33554432000 1073741824 1073778376 140734323871824 140602549237288 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 341.67
Current children cumulated vsize (KiB) 9625004

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6297 and gives
#  childrusage.ru_utime.tv_sec=340
#  childrusage.ru_utime.tv_usec=680208
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=271958
# CPU time returned by wait4() is 340.952
# while last known CPU time is 341.67
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 339.112
CPU time (s): 341.67
CPU user time (s): 341.55
CPU system time (s): 0.12
CPU usage (%): 100.754
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 340.68
system time used= 0.271958
maximum resident set size= 112484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22330
page faults= 1
swaps= 0
block input operations= 0
block output operations= 392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9741
involuntary context switches= 4845

runsolver used 1.13283 second user time and 2.83557 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-28 04:20:43
IDJOB=3711194
IDBENCH=48231
IDSOLVER=2289
FILE ID=node124/3711194-1338171643
RUNJOBID= node124-1338143409-3149
PBS_JOBID= 14624516
Free space on /tmp= 71432 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_3.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-3711194-1338171643/watcher-3711194-1338171643 -o /tmp/evaluation-result-3711194-1338171643/solver-3711194-1338171643 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711194-1338171643.opb

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

MD5SUM BENCH= e70f8e0da8fa345ba6e82dce1b0133d2
RANDOM SEED=1077533670

node124.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		: 2667.325
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	: 5334.65
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.04
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		: 2667.325
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	: 5357.53
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.04
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28847344 kB
Buffers:          359120 kB
Cached:          2695416 kB
SwapCached:            0 kB
Active:          1080884 kB
Inactive:        2137032 kB
Active(anon):     165880 kB
Inactive(anon):        0 kB
Active(file):     915004 kB
Inactive(file):  2137032 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               848 kB
Writeback:             0 kB
AnonPages:        170068 kB
Mapped:            22588 kB
Shmem:               200 kB
Slab:             669364 kB
SReclaimable:     113584 kB
SUnreclaim:       555780 kB
KernelStack:        1608 kB
PageTables:         4552 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     696968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    141312 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71432 MiB
End job on node124 at 2012-05-28 04:26:22