Trace number 3688725

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
Sat 4j PB Resolution 2.3.2 SnapshotOPT-7 198.41 196.262

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.01/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	c See www.sat4j.org for details.
0.01/0.08	c version 2.3.2.v20120418
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		501472288
0.01/0.08	c Max memory 		7480803328
0.01/0.08	c Total memory 		504102912
0.01/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3688725-1337886862.opb
0.11/0.10	c reading problem ... 
0.26/0.28	c ... done. Wall clock time 0.177s.
0.26/0.28	c declared #vars     100
0.45/0.30	c internal #vars     1576
0.45/0.30	c #constraints  3104
0.45/0.30	c constraints type 
0.45/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1476
0.45/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 102
0.45/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
0.45/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1476
0.45/0.30	c 3104 constraints processed.
0.45/0.30	c objective function length is 50 literals
0.72/0.42	c SATISFIABLE
0.72/0.42	c OPTIMIZING...
0.72/0.42	c Got one! Elapsed wall clock time (in seconds):0.325
0.72/0.42	o -3
0.72/0.46	c Got one! Elapsed wall clock time (in seconds):0.365
0.72/0.46	o -4
0.92/0.51	c Got one! Elapsed wall clock time (in seconds):0.407
0.92/0.51	o -5
1.21/0.72	c Got one! Elapsed wall clock time (in seconds):0.626
1.21/0.72	o -6
1.32/0.83	c cleaning 3086 clauses out of 6172 with flag 1000/6172
1.72/1.16	c cleaning 4544 clauses out of 9089 with flag 7003/12175
2.02/1.49	c cleaning 5772 clauses out of 11543 with flag 14001/19173
2.55/1.94	c cleaning 6867 clauses out of 13770 with flag 22000/27172
3.08/2.41	c cleaning 7949 clauses out of 15903 with flag 31000/36172
3.70/3.03	c cleaning 8978 clauses out of 17957 with flag 41003/46175
4.30/3.64	c cleaning 9985 clauses out of 19976 with flag 52000/57172
4.90/4.30	c cleaning 10988 clauses out of 21991 with flag 64000/69172
5.71/5.09	c cleaning 11997 clauses out of 24003 with flag 77000/82172
6.63/5.90	c cleaning 12997 clauses out of 26006 with flag 91000/96172
7.53/6.85	c cleaning 14001 clauses out of 28009 with flag 106000/111172
8.54/7.83	c cleaning 14998 clauses out of 30009 with flag 122001/127173
9.65/8.93	c cleaning 16002 clauses out of 32011 with flag 139001/144173
10.78/10.06	c Got one! Elapsed wall clock time (in seconds):9.961
10.78/10.06	o -7
11.28/10.50	c cleaning 19386 clauses out of 38801 with flag 5000/166965
11.72/10.98	c cleaning 12706 clauses out of 25415 with flag 11000/172965
12.21/11.45	c cleaning 9854 clauses out of 19709 with flag 18000/179965
12.61/11.89	c cleaning 8911 clauses out of 17855 with flag 26000/187965
13.13/12.33	c cleaning 8964 clauses out of 17944 with flag 35000/196965
13.74/12.97	c cleaning 9477 clauses out of 18980 with flag 45000/206965
14.34/13.58	c cleaning 10251 clauses out of 20505 with flag 56002/217967
15.05/14.28	c cleaning 11127 clauses out of 22255 with flag 68003/229968
15.96/15.12	c cleaning 12055 clauses out of 24130 with flag 81005/242970
16.77/15.94	c cleaning 13029 clauses out of 26070 with flag 95000/256965
17.69/16.85	c cleaning 14018 clauses out of 28042 with flag 110001/271966
18.79/17.91	c cleaning 15010 clauses out of 30024 with flag 126001/287966
19.70/18.85	c cleaning 16000 clauses out of 32013 with flag 143000/304965
20.82/19.90	c cleaning 17004 clauses out of 34013 with flag 161000/322965
21.92/21.06	c cleaning 18004 clauses out of 36010 with flag 180001/341966
23.23/22.38	c cleaning 18989 clauses out of 38005 with flag 200000/361965
24.66/23.70	c cleaning 19994 clauses out of 40016 with flag 221000/382965
26.28/25.31	c cleaning 21005 clauses out of 42022 with flag 243000/404965
28.00/27.03	c cleaning 22002 clauses out of 44017 with flag 266000/427965
30.15/29.10	c cleaning 23004 clauses out of 46015 with flag 290000/451965
31.97/30.96	c cleaning 24006 clauses out of 48012 with flag 315001/476966
34.08/33.08	c cleaning 24998 clauses out of 50008 with flag 341003/502968
36.13/35.01	c cleaning 25997 clauses out of 52007 with flag 368000/529965
38.15/37.04	c cleaning 27006 clauses out of 54014 with flag 396004/557969
40.27/39.14	c cleaning 27999 clauses out of 56005 with flag 425001/586966
42.60/41.49	c cleaning 28998 clauses out of 58007 with flag 455002/616967
45.42/44.28	c cleaning 29998 clauses out of 60006 with flag 486000/647965
48.25/47.06	c cleaning 31001 clauses out of 62009 with flag 518001/679966
51.05/49.83	c cleaning 31992 clauses out of 64007 with flag 551000/712965
53.66/52.46	c cleaning 33003 clauses out of 66015 with flag 585000/746965
56.87/55.65	c cleaning 34007 clauses out of 68015 with flag 620003/781968
59.80/58.56	c cleaning 34990 clauses out of 70004 with flag 656000/817965
63.03/61.78	c cleaning 35998 clauses out of 72014 with flag 693000/854965
66.54/65.27	c cleaning 37006 clauses out of 74019 with flag 731003/892968
70.17/68.89	c cleaning 38002 clauses out of 76012 with flag 770002/931967
73.70/72.37	c cleaning 38998 clauses out of 78007 with flag 810000/971965
77.63/76.27	c cleaning 40000 clauses out of 80011 with flag 851002/1012967
81.15/79.73	c cleaning 40989 clauses out of 82010 with flag 893001/1054966
85.18/83.77	c cleaning 42000 clauses out of 84020 with flag 936000/1097965
89.42/87.93	c cleaning 43010 clauses out of 86024 with flag 980004/1141969
94.46/92.90	c cleaning 43995 clauses out of 88009 with flag 1025000/1186965
98.98/97.50	c cleaning 45001 clauses out of 90014 with flag 1071000/1232965
103.62/102.04	c cleaning 45999 clauses out of 92014 with flag 1118001/1279966
108.15/106.52	c cleaning 47001 clauses out of 94013 with flag 1166000/1327965
113.17/111.60	c cleaning 47998 clauses out of 96017 with flag 1215005/1376970
118.11/116.47	c cleaning 49001 clauses out of 98014 with flag 1265000/1426965
123.26/121.59	c cleaning 50001 clauses out of 100014 with flag 1316002/1477967
128.32/126.58	c cleaning 51003 clauses out of 102017 with flag 1368006/1529971
133.85/132.01	c cleaning 51999 clauses out of 104008 with flag 1421001/1582966
140.01/138.13	c cleaning 53001 clauses out of 106008 with flag 1475000/1636965
145.53/143.61	c cleaning 53988 clauses out of 108006 with flag 1530000/1691965
151.66/149.77	c cleaning 54996 clauses out of 110018 with flag 1586001/1747966
158.38/156.48	c cleaning 56003 clauses out of 112021 with flag 1643000/1804965
164.42/162.48	c cleaning 56995 clauses out of 114015 with flag 1701000/1862965
170.67/168.68	c cleaning 57995 clauses out of 116019 with flag 1760001/1921966
177.10/175.06	c cleaning 59003 clauses out of 118021 with flag 1820001/1981966
183.62/181.54	c cleaning 60003 clauses out of 120016 with flag 1881002/2042967
190.65/188.54	c cleaning 61000 clauses out of 122010 with flag 1943002/2104967
197.78/195.63	c cleaning 61996 clauses out of 123998 with flag 2006001/2167966
198.41/196.25	c starts		: 195
198.41/196.25	c conflicts		: 2173983
198.41/196.25	c decisions		: 3545892
198.41/196.25	c propagations		: 63778518
198.41/196.25	c inspects		: 2347043968
198.41/196.25	c shortcuts		: 0
198.41/196.25	c learnt literals	: 42
198.41/196.25	c learnt binary clauses	: 34
198.41/196.25	c learnt ternary clauses	: 32512
198.41/196.25	c learnt constraints	: 2173940
198.41/196.25	c ignored constraints	: 0
198.41/196.25	c root simplifications	: 0
198.41/196.25	c removed literals (reason simplification)	: 0
198.41/196.25	c reason swapping (by a shorter reason)	: 0
198.41/196.25	c Calls to reduceDB	: 72
198.41/196.25	c number of reductions to clauses (during analyze)	: 0
198.41/196.25	c number of learned constraints concerned by reduction	: 0
198.41/196.25	c number of learning phase by resolution	: 0
198.41/196.25	c number of learning phase by cutting planes	: 0
198.41/196.25	c speed (assignments/second)	: 325445.4338097595
198.41/196.25	c non guided choices	0
198.41/196.25	c learnt constraints type 
198.41/196.25	c constraints type 
198.41/196.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1476
198.41/196.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 102
198.41/196.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
198.41/196.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1476
198.41/196.25	c 3104 constraints processed.
198.41/196.25	s OPTIMUM FOUND
198.41/196.25	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 
198.41/196.25	c objective function=-7
198.41/196.25	c Total wall clock time (in seconds): 196.156

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-3688725-1337886862/watcher-3688725-1337886862 -o /tmp/evaluation-result-3688725-1337886862/solver-3688725-1337886862 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688725-1337886862.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/194 28594
/proc/meminfo: memFree=28751220/32873844 swapFree=7364/7364
[pid=28594] ppid=28592 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/28594/stat : 28594 (java) S 28592 28594 24862 0 -1 4202496 1148 0 0 0 0 0 0 0 20 0 2 0 254810545 24780800 869 33554432000 1073741824 1073778376 140734032862768 140734032853904 254753669181 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28594/statm: 22434 875 662 9 0 16769 0
[pid=28594/tid=28595] ppid=28592 vsize=89740 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28595/stat : 28595 (java) R 28592 28594 24862 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 2 0 254810546 91893760 885 33554432000 1073741824 1073778376 140734032862768 140734032851832 254750311808 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.0247529 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 28594
/proc/meminfo: memFree=28751220/32873844 swapFree=7364/7364
[pid=28594] ppid=28592 vsize=9092432 CPUtime=0.01 cores=1,3,5,7
/proc/28594/stat : 28594 (java) S 28592 28594 24862 0 -1 4202496 2890 0 1 0 1 0 0 0 20 0 11 0 254810545 9310650368 3590 33554432000 1073741824 1073778376 140734032862768 140734032853904 254753669181 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28594/statm: 2273108 3590 1623 9 0 2263809 0
[pid=28594/tid=28595] ppid=28592 vsize=9092432 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28595/stat : 28595 (java) R 28592 28594 24862 0 -1 4202560 1733 0 1 0 0 0 0 0 20 0 11 0 254810546 9310650368 3590 33554432000 1073741824 1073778376 140734032862768 140625430727432 254753694989 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9092432

[startup+0.100322 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 28594
/proc/meminfo: memFree=28751220/32873844 swapFree=7364/7364
[pid=28594] ppid=28592 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/28594/stat : 28594 (java) S 28592 28594 24862 0 -1 4202496 4451 0 1 0 10 1 0 0 20 0 18 0 254810545 9787813888 6123 33554432000 1073741824 1073778376 140734032862768 140734032853904 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28594/statm: 2389603 6123 2138 9 0 2380296 0
[pid=28594/tid=28595] ppid=28592 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/28594/task/28595/stat : 28595 (java) R 28592 28594 24862 0 -1 4202560 2428 0 1 0 7 0 0 0 20 0 18 0 254810546 9787813888 6123 33554432000 1073741824 1073778376 140734032862768 140625430714920 140625434856957 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.300218 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 28594
/proc/meminfo: memFree=28751220/32873844 swapFree=7364/7364
[pid=28594] ppid=28592 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/28594/stat : 28594 (java) S 28592 28594 24862 0 -1 4202496 5998 0 1 0 44 1 0 0 20 0 19 0 254810545 9855975424 8770 33554432000 1073741824 1073778376 140734032862768 140734032853904 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28594/statm: 2406244 8770 2236 9 0 2396937 0
[pid=28594/tid=28595] ppid=28592 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/28594/task/28595/stat : 28595 (java) R 28592 28594 24862 0 -1 4202560 2452 0 1 0 26 1 0 0 20 0 19 0 254810546 9855975424 8770 33554432000 1073741824 1073778376 140734032862768 140625430725392 254753684536 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9624976

[startup+0.700275 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 28594
/proc/meminfo: memFree=28751220/32873844 swapFree=7364/7364
[pid=28594] ppid=28592 vsize=9624976 CPUtime=1.21 cores=1,3,5,7
/proc/28594/stat : 28594 (java) S 28592 28594 24862 0 -1 4202496 7115 0 1 0 119 2 0 0 20 0 19 0 254810545 9855975424 9623 33554432000 1073741824 1073778376 140734032862768 140734032853904 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28594/statm: 2406244 9623 2250 9 0 2396937 0
[pid=28594/tid=28595] ppid=28592 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/28594/task/28595/stat : 28595 (java) R 28592 28594 24862 0 -1 4202560 2453 0 1 0 66 1 0 0 20 0 19 0 254810546 9855975424 9623 33554432000 1073741824 1073778376 140734032862768 140625430725016 140625299715678 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9624976

[startup+1.50062 s]
/proc/loadavg: 2.00 2.00 2.00 4/213 28613
/proc/meminfo: memFree=28709848/32873844 swapFree=7364/7364
[pid=28594] ppid=28592 vsize=9624976 CPUtime=2.13 cores=1,3,5,7
/proc/28594/stat : 28594 (java) S 28592 28594 24862 0 -1 4202496 7267 0 1 0 210 3 0 0 20 0 19 0 254810545 9855975424 12752 33554432000 1073741824 1073778376 140734032862768 140734032853904 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28594/statm: 2406244 12752 2278 9 0 2396937 0
[pid=28594/tid=28595] ppid=28592 vsize=9624976 CPUtime=1.43 cores=1,3,5,7
/proc/28594/task/28595/stat : 28595 (java) S 28592 28594 24862 0 -1 4202560 2457 0 1 0 142 1 0 0 20 0 19 0 254810546 9855975424 12752 33554432000 1073741824 1073778376 140734032862768 140625430725016 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28594/tid=28597] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28597/stat : 28597 (java) S 28592 28594 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254810546 9855975424 12752 33554432000 1073741824 1073778376 140734032862768 140625419787048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28594/tid=28598] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28598/stat : 28598 (java) R 28592 28594 24862 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254810546 9855975424 12752 33554432000 1073741824 1073778376 140734032862768 140625418734248 254750264455 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28594/tid=28599] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28599/stat : 28599 (java) S 28592 28594 24862 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254810546 9855975424 12752 33554432000 1073741824 1073778376 140734032862768 140625417681960 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28594/tid=28600] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28600/stat : 28600 (java) R 28592 28594 24862 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254810546 9855975424 12752 33554432000 1073741824 1073778376 140734032862768 140625271536552 254750264455 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28594/tid=28601] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28601/stat : 28601 (java) S 28592 28594 24862 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254810546 9855975424 12752 33554432000 1073741824 1073778376 140734032862768 140625270483240 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28594/tid=28602] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28602/stat : 28602 (java) R 28592 28594 24862 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254810546 9855975424 12752 33554432000 1073741824 1073778376 140734032862768 140625269430440 254750264455 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28594/tid=28603] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28603/stat : 28603 (java) S 28592 28594 24862 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254810546 9855975424 12752 33554432000 1073741824 1073778376 140734032862768 140625268378152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28594/tid=28604] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28604/stat : 28604 (java) R 28592 28594 24862 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254810546 9855975424 12752 33554432000 1073741824 1073778376 140734032862768 140625267325352 254753682492 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28594/tid=28605] ppid=28592 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/28594/task/28605/stat : 28605 (java) S 28592 28594 24862 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 254810548 9855975424 12752 33554432000 1073741824 1073778376 140734032862768 140625254913768 254753682492 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28594/tid=28606] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28606/stat : 28606 (java) S 28592 28594 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254810548 9855975424 12752 33554432000 1073741824 1073778376 140734032862768 140625253860856 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28594/tid=28607] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28607/stat : 28607 (java) S 28592 28594 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254810548 9855975424 12752 33554432000 1073741824 1073778376 140734032862768 140625252808456 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28594/tid=28608] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28608/stat : 28608 (java) S 28592 28594 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254810550 9855975424 12752 33554432000 1073741824 1073778376 140734032862768 140625251756944 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28594/tid=28609] ppid=28592 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/28594/task/28609/stat : 28609 (java) S 28592 28594 24862 0 -1 4202560 1845 0 0 0 28 0 0 0 20 0 19 0 254810550 9855975424 12752 33554432000 1073741824 1073778376 140734032862768 140625250689640 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28594/tid=28610] ppid=28592 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/28594/task/28610/stat : 28610 (java) S 28592 28594 24862 0 -1 4202560 1707 0 0 0 32 0 0 0 20 0 19 0 254810550 9855975424 12752 33554432000 1073741824 1073778376 140734032862768 140625249650744 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28594/tid=28611] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28611/stat : 28611 (java) S 28592 28594 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254810550 9855975424 12752 33554432000 1073741824 1073778376 140734032862768 140625248598648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28594/tid=28612] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28612/stat : 28612 (java) S 28592 28594 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254810550 9855975424 12752 33554432000 1073741824 1073778376 140734032862768 140625247546056 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28594/tid=28613] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28613/stat : 28613 (java) S 28592 28594 24862 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254810574 9855975424 12752 33554432000 1073741824 1073778376 140734032862768 140625246492072 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 9624976

[startup+3.10073 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 28613
/proc/meminfo: memFree=28705504/32873844 swapFree=7364/7364
[pid=28594] ppid=28592 vsize=9624976 CPUtime=3.8 cores=1,3,5,7
/proc/28594/stat : 28594 (java) S 28592 28594 24862 0 -1 4202496 7282 0 1 0 377 3 0 0 20 0 19 0 254810545 9855975424 13785 33554432000 1073741824 1073778376 140734032862768 140734032853904 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28594/statm: 2406244 13785 2278 9 0 2396937 0
[pid=28594/tid=28595] ppid=28592 vsize=9624976 CPUtime=2.95 cores=1,3,5,7
/proc/28594/task/28595/stat : 28595 (java) R 28592 28594 24862 0 -1 4202560 2459 0 1 0 294 1 0 0 20 0 19 0 254810546 9855975424 13785 33554432000 1073741824 1073778376 140734032862768 140625430725016 140625299642236 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28594/tid=28597] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28597/stat : 28597 (java) S 28592 28594 24862 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254810546 9855975424 13785 33554432000 1073741824 1073778376 140734032862768 140625419787048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28594/tid=28598] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28598/stat : 28598 (java) S 28592 28594 24862 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254810546 9855975424 13785 33554432000 1073741824 1073778376 140734032862768 140625418734248 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28594/tid=28599] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28599/stat : 28599 (java) S 28592 28594 24862 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254810546 9855975424 13785 33554432000 1073741824 1073778376 140734032862768 140625417681960 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28594/tid=28600] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28600/stat : 28600 (java) S 28592 28594 24862 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254810546 9855975424 13785 33554432000 1073741824 1073778376 140734032862768 140625271536552 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28594/tid=28601] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28601/stat : 28601 (java) S 28592 28594 24862 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254810546 9855975424 13785 33554432000 1073741824 1073778376 140734032862768 140625270483240 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28594/tid=28602] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28602/stat : 28602 (java) S 28592 28594 24862 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254810546 9855975424 13785 33554432000 1073741824 1073778376 140734032862768 140625269430440 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28594/tid=28603] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28603/stat : 28603 (java) S 28592 28594 24862 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254810546 9855975424 13785 33554432000 1073741824 1073778376 140734032862768 140625268378152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28594/tid=28604] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28604/stat : 28604 (java) S 28592 28594 24862 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254810546 9855975424 13785 33554432000 1073741824 1073778376 140734032862768 140625267325352 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28594/tid=28605] ppid=28592 vsize=9624976 CPUtime=0.07 cores=1,3,5,7
/proc/28594/task/28605/stat : 28605 (java) S 28592 28594 24862 0 -1 4202560 32 0 0 0 7 0 0 0 20 0 19 0 254810548 9855975424 13785 33554432000 1073741824 1073778376 140734032862768 140625254914792 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28594/tid=28606] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28606/stat : 28606 (java) S 28592 28594 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254810548 9855975424 13785 33554432000 1073741824 1073778376 140734032862768 140625253860856 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28594/tid=28607] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28607/stat : 28607 (java) S 28592 28594 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254810548 9855975424 13785 33554432000 1073741824 1073778376 140734032862768 140625252808456 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28594/tid=28608] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28608/stat : 28608 (java) S 28592 28594 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254810550 9855975424 13785 33554432000 1073741824 1073778376 140734032862768 140625251756944 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28594/tid=28609] ppid=28592 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/28594/task/28609/stat : 28609 (java) S 28592 28594 24862 0 -1 4202560 1846 0 0 0 32 0 0 0 20 0 19 0 254810550 9855975424 13785 33554432000 1073741824 1073778376 140734032862768 140625250703544 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28594/tid=28610] ppid=28592 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/28594/task/28610/stat : 28610 (java) S 28592 28594 24862 0 -1 4202560 1708 0 0 0 32 0 0 0 20 0 19 0 254810550 9855975424 13785 33554432000 1073741824 1073778376 140734032862768 140625249650744 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28594/tid=28611] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28611/stat : 28611 (java) S 28592 28594 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254810550 9855975424 13785 33554432000 1073741824 1073778376 140734032862768 140625248598648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28594/tid=28612] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28612/stat : 28612 (java) S 28592 28594 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254810550 9855975424 13785 33554432000 1073741824 1073778376 140734032862768 140625247546056 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28594/tid=28613] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28613/stat : 28613 (java) S 28592 28594 24862 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254810574 9855975424 13785 33554432000 1073741824 1073778376 140734032862768 140625246492072 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 9624976

[startup+6.30062 s]
/proc/loadavg: 2.00 2.00 2.00 4/213 28613
/proc/meminfo: memFree=28701052/32873844 swapFree=7364/7364
[pid=28594] ppid=28592 vsize=9624976 CPUtime=7.03 cores=1,3,5,7
/proc/28594/stat : 28594 (java) S 28592 28594 24862 0 -1 4202496 7307 0 1 0 700 3 0 0 20 0 19 0 254810545 9855975424 14143 33554432000 1073741824 1073778376 140734032862768 140734032853904 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28594/statm: 2406244 14143 2278 9 0 2396937 0
[pid=28594/tid=28595] ppid=28592 vsize=9624976 CPUtime=6.05 cores=1,3,5,7
/proc/28594/task/28595/stat : 28595 (java) R 28592 28594 24862 0 -1 4202560 2464 0 1 0 604 1 0 0 20 0 19 0 254810546 9855975424 14143 33554432000 1073741824 1073778376 140734032862768 140625430724896 140625299623010 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28594/tid=28597] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28597/stat : 28597 (java) S 28592 28594 24862 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254810546 9855975424 14143 33554432000 1073741824 1073778376 140734032862768 140625419787048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28594/tid=28598] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28598/stat : 28598 (java) S 28592 28594 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254810546 9855975424 14143 33554432000 1073741824 1073778376 140734032862768 140625418734248 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28594/tid=28599] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28599/stat : 28599 (java) S 28592 28594 24862 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254810546 9855975424 14143 33554432000 1073741824 1073778376 140734032862768 140625417681960 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28594/tid=28600] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28600/stat : 28600 (java) S 28592 28594 24862 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254810546 9855975424 14143 33554432000 1073741824 1073778376 140734032862768 140625271536552 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28594/tid=28601] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28601/stat : 28601 (java) S 28592 28594 24862 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254810546 9855975424 14143 33554432000 1073741824 1073778376 140734032862768 140625270483240 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28594/tid=28602] ppid=28592 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/28594/task/28602/stat : 28602 (java) S 28592 28594 24862 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 254810546 9855975424 14143 33554432000 1073741824 1073778376 140734032862768 140625269430440 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28594/tid=28603] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28603/stat : 28603 (java) S 28592 28594 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254810546 9855975424 14143 33554432000 1073741824 1073778376 140734032862768 140625268378152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28594/tid=28604] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28604/stat : 28604 (java) S 28592 28594 24862 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254810546 9855975424 14143 33554432000 1073741824 1073778376 140734032862768 140625267325352 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28594/tid=28605] ppid=28592 vsize=9624976 CPUtime=0.15 cores=1,3,5,7
/proc/28594/task/28605/stat : 28605 (java) S 28592 28594 24862 0 -1 4202560 33 0 0 0 15 0 0 0 20 0 19 0 254810548 9855975424 14143 33554432000 1073741824 1073778376 140734032862768 140625254914792 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28594/tid=28606] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28606/stat : 28606 (java) S 28592 28594 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254810548 9855975424 14143 33554432000 1073741824 1073778376 140734032862768 140625253860856 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28594/tid=28607] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28607/stat : 28607 (java) S 28592 28594 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254810548 9855975424 14143 33554432000 1073741824 1073778376 140734032862768 140625252808456 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28594/tid=28608] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28608/stat : 28608 (java) S 28592 28594 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254810550 9855975424 14143 33554432000 1073741824 1073778376 140734032862768 140625251756944 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28594/tid=28609] ppid=28592 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/28594/task/28609/stat : 28609 (java) S 28592 28594 24862 0 -1 4202560 1846 0 0 0 32 0 0 0 20 0 19 0 254810550 9855975424 14143 33554432000 1073741824 1073778376 140734032862768 140625250703544 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28594/tid=28610] ppid=28592 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/28594/task/28610/stat : 28610 (java) S 28592 28594 24862 0 -1 4202560 1708 0 0 0 32 0 0 0 20 0 19 0 254810550 9855975424 14143 33554432000 1073741824 1073778376 140734032862768 140625249650744 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

/proc/28594/task/28604/stat : 28604 (java) S 28592 28594 24862 0 -1 4202560 105 0 0 0 25 0 0 0 20 0 19 0 254810546 9855975424 25425 33554432000 1073741824 1073778376 140734032862768 140625267325352 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28594/tid=28605] ppid=28592 vsize=9624976 CPUtime=1.8 cores=1,3,5,7
/proc/28594/task/28605/stat : 28605 (java) S 28592 28594 24862 0 -1 4202560 50 0 0 0 179 1 0 0 20 0 19 0 254810548 9855975424 25425 33554432000 1073741824 1073778376 140734032862768 140625254914792 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28594/tid=28606] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28606/stat : 28606 (java) S 28592 28594 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254810548 9855975424 25425 33554432000 1073741824 1073778376 140734032862768 140625253860856 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28594/tid=28607] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28607/stat : 28607 (java) S 28592 28594 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254810548 9855975424 25425 33554432000 1073741824 1073778376 140734032862768 140625252808456 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28594/tid=28608] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28608/stat : 28608 (java) S 28592 28594 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254810550 9855975424 25425 33554432000 1073741824 1073778376 140734032862768 140625251756944 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28594/tid=28609] ppid=28592 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/28594/task/28609/stat : 28609 (java) S 28592 28594 24862 0 -1 4202560 2051 0 0 0 38 0 0 0 20 0 19 0 254810550 9855975424 25425 33554432000 1073741824 1073778376 140734032862768 140625250703544 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28594/tid=28610] ppid=28592 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/28594/task/28610/stat : 28610 (java) S 28592 28594 24862 0 -1 4202560 1708 0 0 0 32 0 0 0 20 0 19 0 254810550 9855975424 25425 33554432000 1073741824 1073778376 140734032862768 140625249650744 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28594/tid=28611] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28611/stat : 28611 (java) S 28592 28594 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254810550 9855975424 25425 33554432000 1073741824 1073778376 140734032862768 140625248598648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28594/tid=28612] ppid=28592 vsize=9624976 CPUtime=0.06 cores=1,3,5,7
/proc/28594/task/28612/stat : 28612 (java) S 28592 28594 24862 0 -1 4202560 11 0 0 0 2 4 0 0 20 0 19 0 254810550 9855975424 25425 33554432000 1073741824 1073778376 140734032862768 140625247546056 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28594/tid=28613] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28613/stat : 28613 (java) S 28592 28594 24862 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254810574 9855975424 25425 33554432000 1073741824 1073778376 140734032862768 140625246492072 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 197.28
Current children cumulated vsize (KiB) 9624976

[startup+195.901 s]
/proc/loadavg: 2.02 2.01 2.00 3/213 28614
/proc/meminfo: memFree=28595060/32873844 swapFree=7364/7364
[pid=28594] ppid=28592 vsize=9624976 CPUtime=198.11 cores=1,3,5,7
/proc/28594/stat : 28594 (java) S 28592 28594 24862 0 -1 4202496 8186 0 1 0 19796 15 0 0 20 0 19 0 254810545 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140734032853904 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28594/statm: 2406244 25433 2279 9 0 2396937 0
[pid=28594/tid=28595] ppid=28592 vsize=9624976 CPUtime=192.85 cores=1,3,5,7
/proc/28594/task/28595/stat : 28595 (java) R 28592 28594 24862 0 -1 4202560 2535 0 1 0 19282 3 0 0 20 0 19 0 254810546 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625430725016 140625299715217 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28594/tid=28597] ppid=28592 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/28594/task/28597/stat : 28597 (java) S 28592 28594 24862 0 -1 4202560 81 0 0 0 24 0 0 0 20 0 19 0 254810546 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625419787048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28594/tid=28598] ppid=28592 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/28594/task/28598/stat : 28598 (java) S 28592 28594 24862 0 -1 4202560 78 0 0 0 25 2 0 0 20 0 19 0 254810546 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625418734248 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28594/tid=28599] ppid=28592 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/28594/task/28599/stat : 28599 (java) S 28592 28594 24862 0 -1 4202560 81 0 0 0 28 1 0 0 20 0 19 0 254810546 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625417681960 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28594/tid=28600] ppid=28592 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/28594/task/28600/stat : 28600 (java) S 28592 28594 24862 0 -1 4202560 63 0 0 0 22 1 0 0 20 0 19 0 254810546 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625271536552 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28594/tid=28601] ppid=28592 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/28594/task/28601/stat : 28601 (java) S 28592 28594 24862 0 -1 4202560 83 0 0 0 23 0 0 0 20 0 19 0 254810546 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625270483240 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28594/tid=28602] ppid=28592 vsize=9624976 CPUtime=0.22 cores=1,3,5,7
/proc/28594/task/28602/stat : 28602 (java) S 28592 28594 24862 0 -1 4202560 64 0 0 0 22 0 0 0 20 0 19 0 254810546 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625269430440 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28594/tid=28603] ppid=28592 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/28594/task/28603/stat : 28603 (java) S 28592 28594 24862 0 -1 4202560 89 0 0 0 27 0 0 0 20 0 19 0 254810546 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625268378152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28594/tid=28604] ppid=28592 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/28594/task/28604/stat : 28604 (java) S 28592 28594 24862 0 -1 4202560 108 0 0 0 26 0 0 0 20 0 19 0 254810546 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625267325352 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28594/tid=28605] ppid=28592 vsize=9624976 CPUtime=1.85 cores=1,3,5,7
/proc/28594/task/28605/stat : 28605 (java) S 28592 28594 24862 0 -1 4202560 50 0 0 0 184 1 0 0 20 0 19 0 254810548 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625254914792 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28594/tid=28606] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28606/stat : 28606 (java) S 28592 28594 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254810548 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625253860856 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28594/tid=28607] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28607/stat : 28607 (java) S 28592 28594 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254810548 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625252808456 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28594/tid=28608] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28608/stat : 28608 (java) S 28592 28594 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254810550 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625251756944 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28594/tid=28609] ppid=28592 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/28594/task/28609/stat : 28609 (java) S 28592 28594 24862 0 -1 4202560 2051 0 0 0 38 0 0 0 20 0 19 0 254810550 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625250703544 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28594/tid=28610] ppid=28592 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/28594/task/28610/stat : 28610 (java) S 28592 28594 24862 0 -1 4202560 1708 0 0 0 32 0 0 0 20 0 19 0 254810550 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625249650744 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28594/tid=28611] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28611/stat : 28611 (java) S 28592 28594 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254810550 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625248598648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28594/tid=28612] ppid=28592 vsize=9624976 CPUtime=0.06 cores=1,3,5,7
/proc/28594/task/28612/stat : 28612 (java) S 28592 28594 24862 0 -1 4202560 11 0 0 0 2 4 0 0 20 0 19 0 254810550 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625247546056 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28594/tid=28613] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28613/stat : 28613 (java) S 28592 28594 24862 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254810574 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625246492072 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 198.11
Current children cumulated vsize (KiB) 9624976

[startup+196.101 s]
/proc/loadavg: 2.02 2.01 2.00 3/213 28614
/proc/meminfo: memFree=28595060/32873844 swapFree=7364/7364
[pid=28594] ppid=28592 vsize=9624976 CPUtime=198.31 cores=1,3,5,7
/proc/28594/stat : 28594 (java) S 28592 28594 24862 0 -1 4202496 8186 0 1 0 19816 15 0 0 20 0 19 0 254810545 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140734032853904 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28594/statm: 2406244 25433 2279 9 0 2396937 0
[pid=28594/tid=28595] ppid=28592 vsize=9624976 CPUtime=193.05 cores=1,3,5,7
/proc/28594/task/28595/stat : 28595 (java) R 28592 28594 24862 0 -1 4202560 2535 0 1 0 19302 3 0 0 20 0 19 0 254810546 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625430725016 140625299668450 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28594/tid=28597] ppid=28592 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/28594/task/28597/stat : 28597 (java) S 28592 28594 24862 0 -1 4202560 81 0 0 0 24 0 0 0 20 0 19 0 254810546 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625419787048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28594/tid=28598] ppid=28592 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/28594/task/28598/stat : 28598 (java) S 28592 28594 24862 0 -1 4202560 78 0 0 0 25 2 0 0 20 0 19 0 254810546 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625418734248 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28594/tid=28599] ppid=28592 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/28594/task/28599/stat : 28599 (java) S 28592 28594 24862 0 -1 4202560 81 0 0 0 28 1 0 0 20 0 19 0 254810546 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625417681960 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28594/tid=28600] ppid=28592 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/28594/task/28600/stat : 28600 (java) S 28592 28594 24862 0 -1 4202560 63 0 0 0 22 1 0 0 20 0 19 0 254810546 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625271536552 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28594/tid=28601] ppid=28592 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/28594/task/28601/stat : 28601 (java) S 28592 28594 24862 0 -1 4202560 83 0 0 0 23 0 0 0 20 0 19 0 254810546 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625270483240 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28594/tid=28602] ppid=28592 vsize=9624976 CPUtime=0.22 cores=1,3,5,7
/proc/28594/task/28602/stat : 28602 (java) S 28592 28594 24862 0 -1 4202560 64 0 0 0 22 0 0 0 20 0 19 0 254810546 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625269430440 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28594/tid=28603] ppid=28592 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/28594/task/28603/stat : 28603 (java) S 28592 28594 24862 0 -1 4202560 89 0 0 0 27 0 0 0 20 0 19 0 254810546 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625268378152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28594/tid=28604] ppid=28592 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/28594/task/28604/stat : 28604 (java) S 28592 28594 24862 0 -1 4202560 108 0 0 0 26 0 0 0 20 0 19 0 254810546 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625267325352 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28594/tid=28605] ppid=28592 vsize=9624976 CPUtime=1.85 cores=1,3,5,7
/proc/28594/task/28605/stat : 28605 (java) S 28592 28594 24862 0 -1 4202560 50 0 0 0 184 1 0 0 20 0 19 0 254810548 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625254914792 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28594/tid=28606] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28606/stat : 28606 (java) S 28592 28594 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254810548 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625253860856 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28594/tid=28607] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28607/stat : 28607 (java) S 28592 28594 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254810548 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625252808456 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28594/tid=28608] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28608/stat : 28608 (java) S 28592 28594 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254810550 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625251756944 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28594/tid=28609] ppid=28592 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/28594/task/28609/stat : 28609 (java) S 28592 28594 24862 0 -1 4202560 2051 0 0 0 38 0 0 0 20 0 19 0 254810550 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625250703544 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28594/tid=28610] ppid=28592 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/28594/task/28610/stat : 28610 (java) S 28592 28594 24862 0 -1 4202560 1708 0 0 0 32 0 0 0 20 0 19 0 254810550 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625249650744 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28594/tid=28611] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28611/stat : 28611 (java) S 28592 28594 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254810550 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625248598648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28594/tid=28612] ppid=28592 vsize=9624976 CPUtime=0.06 cores=1,3,5,7
/proc/28594/task/28612/stat : 28612 (java) S 28592 28594 24862 0 -1 4202560 11 0 0 0 2 4 0 0 20 0 19 0 254810550 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625247546056 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28594/tid=28613] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28613/stat : 28613 (java) S 28592 28594 24862 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254810574 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625246492072 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 198.31
Current children cumulated vsize (KiB) 9624976

[startup+196.201 s]
/proc/loadavg: 2.02 2.01 2.00 3/213 28614
/proc/meminfo: memFree=28595060/32873844 swapFree=7364/7364
[pid=28594] ppid=28592 vsize=9624976 CPUtime=198.41 cores=1,3,5,7
/proc/28594/stat : 28594 (java) S 28592 28594 24862 0 -1 4202496 8187 0 1 0 19826 15 0 0 20 0 19 0 254810545 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140734032853904 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28594/statm: 2406244 25433 2279 9 0 2396937 0
[pid=28594/tid=28595] ppid=28592 vsize=9624976 CPUtime=193.15 cores=1,3,5,7
/proc/28594/task/28595/stat : 28595 (java) R 28592 28594 24862 0 -1 4202560 2535 0 1 0 19312 3 0 0 20 0 19 0 254810546 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625430725016 140625299864208 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28594/tid=28597] ppid=28592 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/28594/task/28597/stat : 28597 (java) S 28592 28594 24862 0 -1 4202560 81 0 0 0 24 0 0 0 20 0 19 0 254810546 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625419787048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28594/tid=28598] ppid=28592 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/28594/task/28598/stat : 28598 (java) S 28592 28594 24862 0 -1 4202560 78 0 0 0 25 2 0 0 20 0 19 0 254810546 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625418734248 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28594/tid=28599] ppid=28592 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/28594/task/28599/stat : 28599 (java) S 28592 28594 24862 0 -1 4202560 81 0 0 0 28 1 0 0 20 0 19 0 254810546 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625417681960 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28594/tid=28600] ppid=28592 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/28594/task/28600/stat : 28600 (java) S 28592 28594 24862 0 -1 4202560 63 0 0 0 22 1 0 0 20 0 19 0 254810546 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625271536552 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28594/tid=28601] ppid=28592 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/28594/task/28601/stat : 28601 (java) S 28592 28594 24862 0 -1 4202560 83 0 0 0 23 0 0 0 20 0 19 0 254810546 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625270483240 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28594/tid=28602] ppid=28592 vsize=9624976 CPUtime=0.22 cores=1,3,5,7
/proc/28594/task/28602/stat : 28602 (java) S 28592 28594 24862 0 -1 4202560 64 0 0 0 22 0 0 0 20 0 19 0 254810546 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625269430440 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28594/tid=28603] ppid=28592 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/28594/task/28603/stat : 28603 (java) S 28592 28594 24862 0 -1 4202560 89 0 0 0 27 0 0 0 20 0 19 0 254810546 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625268378152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28594/tid=28604] ppid=28592 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/28594/task/28604/stat : 28604 (java) S 28592 28594 24862 0 -1 4202560 108 0 0 0 26 0 0 0 20 0 19 0 254810546 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625267325352 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28594/tid=28605] ppid=28592 vsize=9624976 CPUtime=1.85 cores=1,3,5,7
/proc/28594/task/28605/stat : 28605 (java) S 28592 28594 24862 0 -1 4202560 50 0 0 0 184 1 0 0 20 0 19 0 254810548 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625254914792 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28594/tid=28606] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28606/stat : 28606 (java) S 28592 28594 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254810548 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625253860856 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28594/tid=28607] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28607/stat : 28607 (java) S 28592 28594 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254810548 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625252808456 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28594/tid=28608] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28608/stat : 28608 (java) S 28592 28594 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254810550 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625251756944 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28594/tid=28609] ppid=28592 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/28594/task/28609/stat : 28609 (java) S 28592 28594 24862 0 -1 4202560 2052 0 0 0 38 0 0 0 20 0 19 0 254810550 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625250703544 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28594/tid=28610] ppid=28592 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/28594/task/28610/stat : 28610 (java) S 28592 28594 24862 0 -1 4202560 1708 0 0 0 32 0 0 0 20 0 19 0 254810550 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625249650744 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28594/tid=28611] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28611/stat : 28611 (java) S 28592 28594 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254810550 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625248598648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28594/tid=28612] ppid=28592 vsize=9624976 CPUtime=0.06 cores=1,3,5,7
/proc/28594/task/28612/stat : 28612 (java) S 28592 28594 24862 0 -1 4202560 11 0 0 0 2 4 0 0 20 0 19 0 254810550 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625247546056 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28594/tid=28613] ppid=28592 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28594/task/28613/stat : 28613 (java) S 28592 28594 24862 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254810574 9855975424 25433 33554432000 1073741824 1073778376 140734032862768 140625246492072 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 198.41
Current children cumulated vsize (KiB) 9624976

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28594 and gives
#  childrusage.ru_utime.tv_sec=197
#  childrusage.ru_utime.tv_usec=832924
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=249962
# CPU time returned by wait4() is 198.083
# while last known CPU time is 198.41
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 196.262
CPU time (s): 198.41
CPU user time (s): 198.26
CPU system time (s): 0.15
CPU usage (%): 101.095
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 197.833
system time used= 0.249962
maximum resident set size= 103836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8207
page faults= 1
swaps= 0
block input operations= 0
block output operations= 256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6445
involuntary context switches= 5985

runsolver used 0.680896 second user time and 1.73673 second system time

The end

Launcher Data

Begin job on node145 at 2012-05-24 21:14:22
IDJOB=3688725
IDBENCH=48231
IDSOLVER=2269
FILE ID=node145/3688725-1337886862
RUNJOBID= node145-1337871881-24879
PBS_JOBID= 14620059
Free space on /tmp= 71652 MiB

SOLVER NAME= Sat 4j PB Resolution 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-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688725-1337886862/watcher-3688725-1337886862 -o /tmp/evaluation-result-3688725-1337886862/solver-3688725-1337886862 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688725-1337886862.opb

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

MD5SUM BENCH= e70f8e0da8fa345ba6e82dce1b0133d2
RANDOM SEED=907455948

node145.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.149
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.29
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.149
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		: 2667.149
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	: 5313.38
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.149
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.91
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.149
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		: 2667.149
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.91
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.149
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		: 2667.149
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	: 5331.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28751484 kB
Buffers:          218016 kB
Cached:          2680132 kB
SwapCached:            0 kB
Active:           873344 kB
Inactive:        2473028 kB
Active(anon):     450412 kB
Inactive(anon):        0 kB
Active(file):     422932 kB
Inactive(file):  2473028 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3008 kB
Writeback:             0 kB
AnonPages:        463380 kB
Mapped:            22476 kB
Shmem:               200 kB
Slab:             631128 kB
SReclaimable:      73140 kB
SUnreclaim:       557988 kB
KernelStack:        1608 kB
PageTables:         5116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1081756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    411648 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= 71652 MiB
End job on node145 at 2012-05-24 21:17:38