Trace number 3688216

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 RES // CP 2.3.2 Snapshot? (TO) 1800.81 898.659

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_6_50_1.opb
MD5SUM775c76356ae7fda7a41e5dcf917f66b2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables51
Total number of constraints13
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints12
Minimum length of a constraint1
Maximum length of a constraint50
Number of terms in the objective function 1
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 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1273
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3819
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3688216-1337876045.opb
0.09/0.11	c reading problem ... 
0.09/0.15	c ... done. Wall clock time 0.034s.
0.09/0.15	c declared #vars     51
0.09/0.15	c #constraints  13
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.09/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
0.09/0.15	c 13 constraints processed.
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12
0.09/0.15	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.09/0.15	c 13 constraints processed.
0.09/0.15	c objective function length is 1 literals
1.93/0.67	c cleaning 2500 clauses out of 5000 with flag 5000/5000
3.53/1.01	c cleaning 4250 clauses out of 8500 with flag 11000/11000
4.28/1.29	c cleaning 5623 clauses out of 11252 with flag 18002/18002
5.07/1.66	c cleaning 6806 clauses out of 13628 with flag 26001/26001
5.87/2.07	c cleaning 7909 clauses out of 15822 with flag 35001/35001
6.86/2.56	c cleaning 8955 clauses out of 17913 with flag 45001/45001
8.04/3.11	c cleaning 9977 clauses out of 19958 with flag 56001/56001
9.43/3.80	c cleaning 10989 clauses out of 21980 with flag 68000/68000
10.83/4.57	c cleaning 11993 clauses out of 23996 with flag 81005/81005
13.01/5.61	c cleaning 12994 clauses out of 25998 with flag 95000/95000
15.02/6.67	c cleaning 14000 clauses out of 28006 with flag 110002/110002
17.19/7.73	c cleaning 14999 clauses out of 30004 with flag 126000/126000
19.39/8.83	c cleaning 16003 clauses out of 32007 with flag 143002/143002
21.99/10.14	c cleaning 16998 clauses out of 34002 with flag 161000/161000
24.77/11.57	c cleaning 18003 clauses out of 36006 with flag 180002/180002
27.76/13.07	c cleaning 19000 clauses out of 38002 with flag 200001/200001
30.93/14.60	c cleaning 19993 clauses out of 40001 with flag 221000/221000
34.31/16.31	c cleaning 20999 clauses out of 42008 with flag 243000/243000
37.69/18.04	c cleaning 22006 clauses out of 44011 with flag 266002/266002
40.86/19.62	c cleaning 22997 clauses out of 46004 with flag 290001/290001
44.43/21.44	c cleaning 23999 clauses out of 48006 with flag 315000/315000
47.82/23.13	c cleaning 25001 clauses out of 50008 with flag 341001/341001
52.01/25.20	c cleaning 26002 clauses out of 52008 with flag 368002/368002
57.21/27.82	c cleaning 27005 clauses out of 54012 with flag 396008/396008
62.60/30.55	c cleaning 27997 clauses out of 55999 with flag 425000/425000
68.18/33.33	c cleaning 28995 clauses out of 58002 with flag 455000/455000
74.36/36.44	c cleaning 29997 clauses out of 60007 with flag 486000/486000
80.14/39.38	c cleaning 30996 clauses out of 62010 with flag 518000/518000
87.91/43.28	c cleaning 32007 clauses out of 64014 with flag 551000/551000
95.71/47.12	c cleaning 33005 clauses out of 66010 with flag 585003/585003
103.54/51.07	c cleaning 34000 clauses out of 68006 with flag 620004/620004
111.47/54.95	c cleaning 35000 clauses out of 70002 with flag 656000/656000
119.46/58.90	c cleaning 35999 clauses out of 72005 with flag 693003/693003
127.26/62.83	c cleaning 36997 clauses out of 74004 with flag 731001/731001
135.46/66.98	c cleaning 38000 clauses out of 76008 with flag 770002/770002
143.88/71.19	c cleaning 38999 clauses out of 78008 with flag 810002/810002
153.09/75.80	c cleaning 39999 clauses out of 80008 with flag 851001/851001
162.65/80.57	c cleaning 40998 clauses out of 82010 with flag 893002/893002
174.48/86.46	c cleaning 41997 clauses out of 84010 with flag 936000/936000
185.91/92.14	c cleaning 42999 clauses out of 86013 with flag 980000/980000
199.73/99.08	c cleaning 44007 clauses out of 88014 with flag 1025000/1025000
212.97/105.64	c cleaning 45002 clauses out of 90009 with flag 1071002/1071002
226.98/112.63	c cleaning 45998 clauses out of 92007 with flag 1118002/1118002
240.59/119.44	c cleaning 47000 clauses out of 94007 with flag 1166000/1166000
253.79/126.07	c cleaning 48001 clauses out of 96008 with flag 1215001/1215001
267.57/132.93	c cleaning 48995 clauses out of 98006 with flag 1265000/1265000
283.18/140.76	c cleaning 50004 clauses out of 100011 with flag 1316000/1316000
297.98/148.13	c cleaning 51004 clauses out of 102009 with flag 1368002/1368002
314.77/156.52	c cleaning 52000 clauses out of 104006 with flag 1421003/1421003
329.77/164.07	c cleaning 53002 clauses out of 106005 with flag 1475002/1475002
346.76/172.56	c cleaning 53999 clauses out of 108003 with flag 1530002/1530002
364.58/181.41	c cleaning 54998 clauses out of 110004 with flag 1586002/1586002
384.57/191.42	c cleaning 55999 clauses out of 112004 with flag 1643000/1643000
406.38/202.35	c cleaning 56996 clauses out of 114006 with flag 1701001/1701001
428.17/213.22	c cleaning 58000 clauses out of 116011 with flag 1760002/1760002
451.43/224.89	c cleaning 58999 clauses out of 118010 with flag 1820001/1820001
474.99/236.61	c cleaning 59996 clauses out of 120012 with flag 1881002/1881002
497.67/247.93	c cleaning 61001 clauses out of 122014 with flag 1943000/1943000
524.75/261.49	c cleaning 62002 clauses out of 124017 with flag 2006004/2006004
545.76/271.99	c cleaning 63000 clauses out of 126012 with flag 2070001/2070001
569.34/283.74	c cleaning 64002 clauses out of 128012 with flag 2135001/2135001
587.72/292.99	c cleaning 64999 clauses out of 130010 with flag 2201001/2201001
608.13/303.19	c cleaning 65999 clauses out of 132012 with flag 2268002/2268002
624.89/311.55	c cleaning 67005 clauses out of 134011 with flag 2336000/2336000
642.83/320.52	c cleaning 68000 clauses out of 136008 with flag 2405002/2405002
667.80/333.08	c cleaning 69001 clauses out of 138006 with flag 2475000/2475000
695.63/346.90	c cleaning 69997 clauses out of 140007 with flag 2546002/2546002
723.40/360.83	c cleaning 70999 clauses out of 142010 with flag 2618002/2618002
751.61/374.90	c cleaning 72003 clauses out of 144010 with flag 2691001/2691001
774.28/386.26	c cleaning 72998 clauses out of 146006 with flag 2765000/2765000
795.92/397.02	c cleaning 74002 clauses out of 148012 with flag 2840004/2840004
815.74/406.94	c cleaning 74998 clauses out of 150007 with flag 2916001/2916001
840.59/419.37	c cleaning 76004 clauses out of 152009 with flag 2993001/2993001
868.42/433.23	c cleaning 76998 clauses out of 154006 with flag 3071002/3071002
899.87/448.91	c cleaning 78001 clauses out of 156007 with flag 3150001/3150001
927.06/462.50	c cleaning 78997 clauses out of 158005 with flag 3230000/3230000
955.97/477.07	c cleaning 80001 clauses out of 160010 with flag 3311002/3311002
979.79/488.94	c cleaning 81003 clauses out of 162007 with flag 3393000/3393000
1012.03/505.08	c cleaning 81998 clauses out of 164004 with flag 3476000/3476000
1044.89/521.45	c cleaning 83004 clauses out of 166009 with flag 3560003/3560003
1087.93/542.99	c cleaning 83999 clauses out of 168006 with flag 3645004/3645004
1130.92/564.34	c cleaning 85003 clauses out of 170005 with flag 3731002/3731002
1161.00/579.36	c cleaning 85995 clauses out of 172002 with flag 3818002/3818002
1186.46/592.01	c cleaning 87003 clauses out of 174005 with flag 3906000/3906000
1215.62/606.62	c cleaning 87996 clauses out of 176002 with flag 3995000/3995000
1267.13/632.30	c cleaning 89003 clauses out of 178008 with flag 4085002/4085002
1319.26/658.30	c cleaning 89997 clauses out of 180003 with flag 4176000/4176000
1358.90/678.12	c cleaning 90998 clauses out of 182008 with flag 4268002/4268002
1391.79/694.60	c cleaning 91999 clauses out of 184008 with flag 4361000/4361000
1436.96/717.17	c cleaning 93001 clauses out of 186009 with flag 4455000/4455000
1478.68/737.98	c cleaning 93999 clauses out of 188010 with flag 4550002/4550002
1518.26/757.73	c cleaning 95001 clauses out of 190010 with flag 4646001/4646001
1550.33/773.83	c cleaning 96002 clauses out of 192009 with flag 4743001/4743001
1586.21/791.72	c cleaning 96997 clauses out of 194008 with flag 4841002/4841002
1636.08/816.68	c cleaning 97997 clauses out of 196009 with flag 4940000/4940000
1685.13/841.17	c cleaning 99001 clauses out of 198014 with flag 5040002/5040002
1735.94/866.56	c cleaning 99998 clauses out of 200011 with flag 5141000/5141000
1781.61/889.39	c cleaning 101004 clauses out of 202013 with flag 5243000/5243000
1800.19/898.62	c starts		: 274
1800.19/898.62	c conflicts		: 5283912
1800.19/898.62	c decisions		: 5366047
1800.19/898.62	c propagations		: 38597496
1800.19/898.62	c inspects		: 11356422161
1800.19/898.62	c shortcuts		: 0
1800.19/898.62	c learnt literals	: 0
1800.19/898.62	c learnt binary clauses	: 0
1800.19/898.62	c learnt ternary clauses	: 0
1800.19/898.62	c learnt constraints	: 5283912
1800.19/898.62	c ignored constraints	: 0
1800.19/898.62	c root simplifications	: 0
1800.19/898.62	c removed literals (reason simplification)	: 41529588
1800.19/898.62	c reason swapping (by a shorter reason)	: 0
1800.19/898.62	c Calls to reduceDB	: 98
1800.19/898.62	c number of reductions to clauses (during analyze)	: 0
1800.19/898.62	c number of learned constraints concerned by reduction	: 0
1800.19/898.62	c number of learning phase by resolution	: 0
1800.19/898.62	c number of learning phase by cutting planes	: 0
1800.19/898.62	c speed (assignments/second)	: 42959.37626952636
1800.19/898.62	c non guided choices	22
1800.19/898.65	c learnt constraints type 
1800.19/898.65	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 142013
1800.19/898.65	c constraints type 
1800.19/898.65	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.19/898.65	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
1800.19/898.65	c 13 constraints processed.
1800.19/898.65	c constraints type 
1800.19/898.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12
1800.19/898.65	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
1800.19/898.65	c 13 constraints processed.
1800.19/898.65	s UNKNOWN
1800.19/898.65	c Total wall clock time (in seconds): 898.534

Verifier Data

ERROR: no interpretation found !

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-3688216-1337876045/watcher-3688216-1337876045 -o /tmp/evaluation-result-3688216-1337876045/solver-3688216-1337876045 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688216-1337876045.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: 3.93 3.92 3.82 4/197 31748
/proc/meminfo: memFree=26962564/32873648 swapFree=7104/7104
[pid=31748] ppid=31746 vsize=9324 CPUtime=0 cores=1,3,5,7
/proc/31748/stat : 31748 (java) R 31746 31748 30487 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 253730000 9547776 182 33554432000 1073741824 1073778376 140736526970752 140736526953480 214537462711 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31748/statm: 2323 182 140 9 0 71 0

[startup+0.0085589 s]
/proc/loadavg: 3.93 3.92 3.82 4/197 31748
/proc/meminfo: memFree=26962564/32873648 swapFree=7104/7104
[pid=31748] ppid=31746 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/31748/stat : 31748 (java) D 31746 31748 30487 0 -1 4202496 456 0 0 0 0 0 0 0 20 0 1 0 253730000 9515008 185 33554432000 1073741824 1073778376 140735804319728 140735804308792 214528257319 0 0 4096 0 18446744072100609316 0 0 17 3 0 0 0 0 0
/proc/31748/statm: 2323 185 143 9 0 71 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9292

[startup+0.100231 s]
/proc/loadavg: 3.93 3.92 3.82 4/197 31748
/proc/meminfo: memFree=26962564/32873648 swapFree=7104/7104
[pid=31748] ppid=31746 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/31748/stat : 31748 (java) S 31746 31748 30487 0 -1 4202496 4312 0 1 0 8 1 0 0 20 0 18 0 253730000 9787813888 5503 33554432000 1073741824 1073778376 140735804319728 140735804310864 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31748/statm: 2389603 5503 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300174 s]
/proc/loadavg: 3.93 3.92 3.82 4/197 31748
/proc/meminfo: memFree=26962564/32873648 swapFree=7104/7104
[pid=31748] ppid=31746 vsize=9824668 CPUtime=0.74 cores=1,3,5,7
/proc/31748/stat : 31748 (java) S 31746 31748 30487 0 -1 4202496 14114 0 1 0 71 3 0 0 20 0 22 0 253730000 10060460032 13474 33554432000 1073741824 1073778376 140735804319728 140735804310864 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31748/statm: 2456167 13475 2217 9 0 2446860 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 9824668

[startup+0.700202 s]
/proc/loadavg: 3.93 3.92 3.82 4/197 31748
/proc/meminfo: memFree=26962564/32873648 swapFree=7104/7104
[pid=31748] ppid=31746 vsize=9824668 CPUtime=2.31 cores=1,3,5,7
/proc/31748/stat : 31748 (java) S 31746 31748 30487 0 -1 4202496 20508 0 1 0 227 4 0 0 20 0 22 0 253730000 10060460032 26157 33554432000 1073741824 1073778376 140735804319728 140735804310864 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31748/statm: 2456167 26157 2268 9 0 2446860 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 9824668

[startup+1.50081 s]
/proc/loadavg: 3.93 3.92 3.82 7/219 31770
/proc/meminfo: memFree=26852316/32873648 swapFree=7104/7104
[pid=31748] ppid=31746 vsize=9824668 CPUtime=4.87 cores=1,3,5,7
/proc/31748/stat : 31748 (java) S 31746 31748 30487 0 -1 4202496 24420 0 1 0 480 7 0 0 20 0 22 0 253730000 10060460032 46255 33554432000 1073741824 1073778376 140735804319728 140735804310864 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31748/statm: 2456167 46255 2272 9 0 2446860 0
[pid=31748/tid=31750] ppid=31746 vsize=9824668 CPUtime=0.12 cores=1,3,5,7
/proc/31748/task/31750/stat : 31750 (java) S 31746 31748 30487 0 -1 4202560 2438 0 1 0 10 2 0 0 20 0 22 0 253730001 10060460032 46255 33554432000 1073741824 1073778376 140735804319728 140343440069624 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31748/tid=31751] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31751/stat : 31751 (java) S 31746 31748 30487 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253730002 10060460032 46255 33554432000 1073741824 1073778376 140735804319728 140343429130792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31748/tid=31752] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31752/stat : 31752 (java) S 31746 31748 30487 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253730002 10060460032 46255 33554432000 1073741824 1073778376 140735804319728 140343428077992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31748/tid=31753] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31753/stat : 31753 (java) S 31746 31748 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253730002 10060460032 46255 33554432000 1073741824 1073778376 140735804319728 140343427025192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31748/tid=31754] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31754/stat : 31754 (java) S 31746 31748 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253730002 10060460032 46255 33554432000 1073741824 1073778376 140735804319728 140343280089256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31748/tid=31755] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31755/stat : 31755 (java) S 31746 31748 30487 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253730002 10060460032 46255 33554432000 1073741824 1073778376 140735804319728 140343279037480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31748/tid=31756] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31756/stat : 31756 (java) S 31746 31748 30487 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253730002 10060460032 46255 33554432000 1073741824 1073778376 140735804319728 140343277984680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31748/tid=31757] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31757/stat : 31757 (java) S 31746 31748 30487 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253730002 10060460032 46255 33554432000 1073741824 1073778376 140735804319728 140343276931880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31748/tid=31758] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31758/stat : 31758 (java) S 31746 31748 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253730002 10060460032 46255 33554432000 1073741824 1073778376 140735804319728 140343275879080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31748/tid=31759] ppid=31746 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/31748/task/31759/stat : 31759 (java) S 31746 31748 30487 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 22 0 253730004 10060460032 46255 33554432000 1073741824 1073778376 140735804319728 140343263681000 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31748/tid=31760] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31760/stat : 31760 (java) S 31746 31748 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253730004 10060460032 46255 33554432000 1073741824 1073778376 140735804319728 140343262627064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31748/tid=31761] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31761/stat : 31761 (java) S 31746 31748 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253730004 10060460032 46255 33554432000 1073741824 1073778376 140735804319728 140343261574152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31748/tid=31762] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31762/stat : 31762 (java) S 31746 31748 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253730006 10060460032 46255 33554432000 1073741824 1073778376 140735804319728 140343260522640 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31748/tid=31763] ppid=31746 vsize=9824668 CPUtime=1.03 cores=1,3,5,7
/proc/31748/task/31763/stat : 31763 (java) S 31746 31748 30487 0 -1 4202560 11187 0 0 0 101 2 0 0 20 0 22 0 253730006 10060460032 46255 33554432000 1073741824 1073778376 140735804319728 140343259470776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31748/tid=31764] ppid=31746 vsize=9824668 CPUtime=1.03 cores=1,3,5,7
/proc/31748/task/31764/stat : 31764 (java) S 31746 31748 30487 0 -1 4202560 9349 0 0 0 101 2 0 0 20 0 22 0 253730006 10060460032 46255 33554432000 1073741824 1073778376 140735804319728 140343258417976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31748/tid=31765] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31765/stat : 31765 (java) S 31746 31748 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253730006 10060460032 46255 33554432000 1073741824 1073778376 140735804319728 140343257365368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31748/tid=31766] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31766/stat : 31766 (java) S 31746 31748 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253730006 10060460032 46255 33554432000 1073741824 1073778376 140735804319728 140343256312776 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31748/tid=31767] ppid=31746 vsize=9824668 CPUtime=1.29 cores=1,3,5,7
/proc/31748/task/31767/stat : 31767 (java) R 31746 31748 30487 0 -1 4202560 45 0 0 0 129 0 0 0 20 0 22 0 253730016 10060460032 46255 33554432000 1073741824 1073778376 140735804319728 140343255257656 140343308094996 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31748/tid=31768] ppid=31746 vsize=9824668 CPUtime=1.28 cores=1,3,5,7
/proc/31748/task/31768/stat : 31768 (java) R 31746 31748 30487 0 -1 4202560 136 0 0 0 127 1 0 0 20 0 22 0 253730016 10060460032 46255 33554432000 1073741824 1073778376 140735804319728 140343254202352 140343308380495 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31748/tid=31769] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31769/stat : 31769 (java) S 31746 31748 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253730016 10060460032 46255 33554432000 1073741824 1073778376 140735804319728 140343253152680 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31748/tid=31770] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31770/stat : 31770 (java) S 31746 31748 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253730016 10060460032 46255 33554432000 1073741824 1073778376 140735804319728 140343252099880 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.87
Current children cumulated vsize (KiB) 9824668

[startup+3.10074 s]
/proc/loadavg: 3.93 3.92 3.82 5/219 31770
/proc/meminfo: memFree=26784360/32873648 swapFree=7104/7104
[pid=31748] ppid=31746 vsize=9824668 CPUtime=8.04 cores=1,3,5,7
/proc/31748/stat : 31748 (java) S 31746 31748 30487 0 -1 4202496 24439 0 1 0 797 7 0 0 20 0 22 0 253730000 10060460032 47804 33554432000 1073741824 1073778376 140735804319728 140735804310864 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31748/statm: 2456167 47804 2273 9 0 2446860 0
[pid=31748/tid=31750] ppid=31746 vsize=9824668 CPUtime=0.12 cores=1,3,5,7
/proc/31748/task/31750/stat : 31750 (java) S 31746 31748 30487 0 -1 4202560 2438 0 1 0 10 2 0 0 20 0 22 0 253730001 10060460032 47804 33554432000 1073741824 1073778376 140735804319728 140343440069624 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31748/tid=31751] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31751/stat : 31751 (java) S 31746 31748 30487 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253730002 10060460032 47804 33554432000 1073741824 1073778376 140735804319728 140343429130792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31748/tid=31752] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31752/stat : 31752 (java) S 31746 31748 30487 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253730002 10060460032 47804 33554432000 1073741824 1073778376 140735804319728 140343428077992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31748/tid=31753] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31753/stat : 31753 (java) S 31746 31748 30487 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253730002 10060460032 47804 33554432000 1073741824 1073778376 140735804319728 140343427025192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31748/tid=31754] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31754/stat : 31754 (java) S 31746 31748 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253730002 10060460032 47804 33554432000 1073741824 1073778376 140735804319728 140343280089256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31748/tid=31755] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31755/stat : 31755 (java) S 31746 31748 30487 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253730002 10060460032 47804 33554432000 1073741824 1073778376 140735804319728 140343279037480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31748/tid=31756] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31756/stat : 31756 (java) S 31746 31748 30487 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253730002 10060460032 47804 33554432000 1073741824 1073778376 140735804319728 140343277984680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31748/tid=31757] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31757/stat : 31757 (java) S 31746 31748 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253730002 10060460032 47804 33554432000 1073741824 1073778376 140735804319728 140343276931880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31748/tid=31758] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31758/stat : 31758 (java) S 31746 31748 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253730002 10060460032 47804 33554432000 1073741824 1073778376 140735804319728 140343275879080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31748/tid=31759] ppid=31746 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/31748/task/31759/stat : 31759 (java) S 31746 31748 30487 0 -1 4202560 32 0 0 0 7 0 0 0 20 0 22 0 253730004 10060460032 47804 33554432000 1073741824 1073778376 140735804319728 140343263681000 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31748/tid=31760] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31760/stat : 31760 (java) S 31746 31748 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253730004 10060460032 47804 33554432000 1073741824 1073778376 140735804319728 140343262627064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31748/tid=31761] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31761/stat : 31761 (java) S 31746 31748 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253730004 10060460032 47804 33554432000 1073741824 1073778376 140735804319728 140343261574152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31748/tid=31762] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31762/stat : 31762 (java) S 31746 31748 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253730006 10060460032 47804 33554432000 1073741824 1073778376 140735804319728 140343260522640 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31748/tid=31763] ppid=31746 vsize=9824668 CPUtime=1.03 cores=1,3,5,7
/proc/31748/task/31763/stat : 31763 (java) S 31746 31748 30487 0 -1 4202560 11187 0 0 0 101 2 0 0 20 0 22 0 253730006 10060460032 47804 33554432000 1073741824 1073778376 140735804319728 140343259470776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31748/tid=31764] ppid=31746 vsize=9824668 CPUtime=1.05 cores=1,3,5,7
/proc/31748/task/31764/stat : 31764 (java) S 31746 31748 30487 0 -1 4202560 9351 0 0 0 103 2 0 0 20 0 22 0 253730006 10060460032 47804 33554432000 1073741824 1073778376 140735804319728 140343258417976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31748/tid=31765] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31765/stat : 31765 (java) S 31746 31748 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253730006 10060460032 47804 33554432000 1073741824 1073778376 140735804319728 140343257365368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31748/tid=31766] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31766/stat : 31766 (java) S 31746 31748 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253730006 10060460032 47804 33554432000 1073741824 1073778376 140735804319728 140343256312776 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31748/tid=31767] ppid=31746 vsize=9824668 CPUtime=2.83 cores=1,3,5,7
/proc/31748/task/31767/stat : 31767 (java) R 31746 31748 30487 0 -1 4202560 46 0 0 0 283 0 0 0 20 0 22 0 253730016 10060460032 47804 33554432000 1073741824 1073778376 140735804319728 140343255257536 140343308903760 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31748/tid=31768] ppid=31746 vsize=9824668 CPUtime=2.83 cores=1,3,5,7
/proc/31748/task/31768/stat : 31768 (java) R 31746 31748 30487 0 -1 4202560 139 0 0 0 281 2 0 0 20 0 22 0 253730016 10060460032 47804 33554432000 1073741824 1073778376 140735804319728 140343254202352 140343308129840 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31748/tid=31769] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31769/stat : 31769 (java) S 31746 31748 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253730016 10060460032 47804 33554432000 1073741824 1073778376 140735804319728 140343253152680 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31748/tid=31770] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31770/stat : 31770 (java) S 31746 31748 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253730016 10060460032 47804 33554432000 1073741824 1073778376 140735804319728 140343252099880 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.04
Current children cumulated vsize (KiB) 9824668

[startup+6.3008 s]
/proc/loadavg: 3.94 3.92 3.82 5/219 31770
/proc/meminfo: memFree=26763932/32873648 swapFree=7104/7104
[pid=31748] ppid=31746 vsize=9824668 CPUtime=14.39 cores=1,3,5,7
/proc/31748/stat : 31748 (java) S 31746 31748 30487 0 -1 4202496 24497 0 1 0 1432 7 0 0 20 0 22 0 253730000 10060460032 53493 33554432000 1073741824 1073778376 140735804319728 140735804310864 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31748/statm: 2456167 53493 2273 9 0 2446860 0
[pid=31748/tid=31750] ppid=31746 vsize=9824668 CPUtime=0.12 cores=1,3,5,7
/proc/31748/task/31750/stat : 31750 (java) S 31746 31748 30487 0 -1 4202560 2438 0 1 0 10 2 0 0 20 0 22 0 253730001 10060460032 53493 33554432000 1073741824 1073778376 140735804319728 140343440069624 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31748/tid=31751] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31751/stat : 31751 (java) S 31746 31748 30487 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253730002 10060460032 53493 33554432000 1073741824 1073778376 140735804319728 140343429130792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31748/tid=31752] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31752/stat : 31752 (java) S 31746 31748 30487 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 253730002 10060460032 53493 33554432000 1073741824 1073778376 140735804319728 140343428077992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31748/tid=31753] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31753/stat : 31753 (java) S 31746 31748 30487 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253730002 10060460032 53493 33554432000 1073741824 1073778376 140735804319728 140343427025192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31748/tid=31754] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31754/stat : 31754 (java) S 31746 31748 30487 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 22 0 253730002 10060460032 53493 33554432000 1073741824 1073778376 140735804319728 140343280089256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31748/tid=31755] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31755/stat : 31755 (java) S 31746 31748 30487 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253730002 10060460032 53493 33554432000 1073741824 1073778376 140735804319728 140343279037480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31748/tid=31756] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31756/stat : 31756 (java) S 31746 31748 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253730002 10060460032 53493 33554432000 1073741824 1073778376 140735804319728 140343277984680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31748/tid=31757] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31757/stat : 31757 (java) S 31746 31748 30487 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253730002 10060460032 53493 33554432000 1073741824 1073778376 140735804319728 140343276931880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31748/tid=31758] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31758/stat : 31758 (java) S 31746 31748 30487 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253730002 10060460032 53493 33554432000 1073741824 1073778376 140735804319728 140343275879080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31748/tid=31759] ppid=31746 vsize=9824668 CPUtime=0.14 cores=1,3,5,7
/proc/31748/task/31759/stat : 31759 (java) S 31746 31748 30487 0 -1 4202560 36 0 0 0 14 0 0 0 20 0 22 0 253730004 10060460032 53493 33554432000 1073741824 1073778376 140735804319728 140343263681000 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31748/tid=31760] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31760/stat : 31760 (java) S 31746 31748 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253730004 10060460032 53493 33554432000 1073741824 1073778376 140735804319728 140343262627064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31748/tid=31761] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31761/stat : 31761 (java) S 31746 31748 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253730004 10060460032 53493 33554432000 1073741824 1073778376 140735804319728 140343261574152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31748/tid=31762] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31762/stat : 31762 (java) S 31746 31748 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253730006 10060460032 53493 33554432000 1073741824 1073778376 140735804319728 140343260522640 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31748/tid=31763] ppid=31746 vsize=9824668 CPUtime=1.03 cores=1,3,5,7
/proc/31748/task/31763/stat : 31763 (java) S 31746 31748 30487 0 -1 4202560 11187 0 0 0 101 2 0 0 20 0 22 0 253730006 10060460032 53493 33554432000 1073741824 1073778376 140735804319728 140343259470776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

[pid=31748/tid=31768] ppid=31746 vsize=9824668 CPUtime=752.36 cores=1,3,5,7
/proc/31748/task/31768/stat : 31768 (java) R 31746 31748 30487 0 -1 4202560 4299 0 0 0 75210 26 0 0 20 0 22 0 253730016 10060460032 190663 33554432000 1073741824 1073778376 140735804319728 140343254202432 140343308129836 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31748/tid=31769] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31769/stat : 31769 (java) S 31746 31748 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253730016 10060460032 190663 33554432000 1073741824 1073778376 140735804319728 140343253152680 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31748/tid=31770] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31770/stat : 31770 (java) S 31746 31748 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253730016 10060460032 190663 33554432000 1073741824 1073778376 140735804319728 140343252099880 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1527.35
Current children cumulated vsize (KiB) 9824668

[startup+822.301 s]
/proc/loadavg: 3.39 3.77 3.82 4/218 32062
/proc/meminfo: memFree=27281256/32873648 swapFree=7104/7104
[pid=31748] ppid=31746 vsize=9824668 CPUtime=1647.43 cores=1,3,5,7
/proc/31748/stat : 31748 (java) S 31746 31748 30487 0 -1 4202496 36837 0 1 0 164594 149 0 0 20 0 22 0 253730000 10060460032 170890 33554432000 1073741824 1073778376 140735804319728 140735804310864 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31748/statm: 2456167 170890 2274 9 0 2446860 0
[pid=31748/tid=31750] ppid=31746 vsize=9824668 CPUtime=0.15 cores=1,3,5,7
/proc/31748/task/31750/stat : 31750 (java) S 31746 31748 30487 0 -1 4202560 2455 0 1 0 12 3 0 0 20 0 22 0 253730001 10060460032 170890 33554432000 1073741824 1073778376 140735804319728 140343440069624 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31748/tid=31751] ppid=31746 vsize=9824668 CPUtime=1.96 cores=1,3,5,7
/proc/31748/task/31751/stat : 31751 (java) S 31746 31748 30487 0 -1 4202560 709 0 0 0 187 9 0 0 20 0 22 0 253730002 10060460032 170890 33554432000 1073741824 1073778376 140735804319728 140343429130792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31748/tid=31752] ppid=31746 vsize=9824668 CPUtime=1.99 cores=1,3,5,7
/proc/31748/task/31752/stat : 31752 (java) S 31746 31748 30487 0 -1 4202560 866 0 0 0 189 10 0 0 20 0 22 0 253730002 10060460032 170890 33554432000 1073741824 1073778376 140735804319728 140343428077992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31748/tid=31753] ppid=31746 vsize=9824668 CPUtime=1.92 cores=1,3,5,7
/proc/31748/task/31753/stat : 31753 (java) S 31746 31748 30487 0 -1 4202560 993 0 0 0 182 10 0 0 20 0 22 0 253730002 10060460032 170890 33554432000 1073741824 1073778376 140735804319728 140343427025192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31748/tid=31754] ppid=31746 vsize=9824668 CPUtime=2.01 cores=1,3,5,7
/proc/31748/task/31754/stat : 31754 (java) S 31746 31748 30487 0 -1 4202560 1085 0 0 0 189 12 0 0 20 0 22 0 253730002 10060460032 170890 33554432000 1073741824 1073778376 140735804319728 140343280089256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31748/tid=31755] ppid=31746 vsize=9824668 CPUtime=1.91 cores=1,3,5,7
/proc/31748/task/31755/stat : 31755 (java) S 31746 31748 30487 0 -1 4202560 711 0 0 0 182 9 0 0 20 0 22 0 253730002 10060460032 170890 33554432000 1073741824 1073778376 140735804319728 140343279037480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31748/tid=31756] ppid=31746 vsize=9824668 CPUtime=1.96 cores=1,3,5,7
/proc/31748/task/31756/stat : 31756 (java) S 31746 31748 30487 0 -1 4202560 916 0 0 0 186 10 0 0 20 0 22 0 253730002 10060460032 170890 33554432000 1073741824 1073778376 140735804319728 140343277984680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31748/tid=31757] ppid=31746 vsize=9824668 CPUtime=1.97 cores=1,3,5,7
/proc/31748/task/31757/stat : 31757 (java) S 31746 31748 30487 0 -1 4202560 942 0 0 0 188 9 0 0 20 0 22 0 253730002 10060460032 170890 33554432000 1073741824 1073778376 140735804319728 140343276931880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31748/tid=31758] ppid=31746 vsize=9824668 CPUtime=1.98 cores=1,3,5,7
/proc/31748/task/31758/stat : 31758 (java) S 31746 31748 30487 0 -1 4202560 869 0 0 0 186 12 0 0 20 0 22 0 253730002 10060460032 170890 33554432000 1073741824 1073778376 140735804319728 140343275879080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31748/tid=31759] ppid=31746 vsize=9824668 CPUtime=5.57 cores=1,3,5,7
/proc/31748/task/31759/stat : 31759 (java) S 31746 31748 30487 0 -1 4202560 988 0 0 0 527 30 0 0 20 0 22 0 253730004 10060460032 170890 33554432000 1073741824 1073778376 140735804319728 140343263681000 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31748/tid=31760] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31760/stat : 31760 (java) S 31746 31748 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253730004 10060460032 170890 33554432000 1073741824 1073778376 140735804319728 140343262627064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31748/tid=31761] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31761/stat : 31761 (java) S 31746 31748 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253730004 10060460032 170890 33554432000 1073741824 1073778376 140735804319728 140343261574152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31748/tid=31762] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31762/stat : 31762 (java) S 31746 31748 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253730006 10060460032 170890 33554432000 1073741824 1073778376 140735804319728 140343260522640 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31748/tid=31763] ppid=31746 vsize=9824668 CPUtime=1.03 cores=1,3,5,7
/proc/31748/task/31763/stat : 31763 (java) S 31746 31748 30487 0 -1 4202560 11187 0 0 0 101 2 0 0 20 0 22 0 253730006 10060460032 170890 33554432000 1073741824 1073778376 140735804319728 140343259470776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31748/tid=31764] ppid=31746 vsize=9824668 CPUtime=1.21 cores=1,3,5,7
/proc/31748/task/31764/stat : 31764 (java) S 31746 31748 30487 0 -1 4202560 9358 0 0 0 119 2 0 0 20 0 22 0 253730006 10060460032 170890 33554432000 1073741824 1073778376 140735804319728 140343258417976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31748/tid=31765] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31765/stat : 31765 (java) S 31746 31748 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253730006 10060460032 170890 33554432000 1073741824 1073778376 140735804319728 140343257365368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31748/tid=31766] ppid=31746 vsize=9824668 CPUtime=0.24 cores=1,3,5,7
/proc/31748/task/31766/stat : 31766 (java) S 31746 31748 30487 0 -1 4202560 47 0 0 0 10 14 0 0 20 0 22 0 253730006 10060460032 170890 33554432000 1073741824 1073778376 140735804319728 140343256312776 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31748/tid=31767] ppid=31746 vsize=9824668 CPUtime=811.84 cores=1,3,5,7
/proc/31748/task/31767/stat : 31767 (java) R 31746 31748 30487 0 -1 4202560 216 0 0 0 81168 16 0 0 20 0 22 0 253730016 10060460032 170890 33554432000 1073741824 1073778376 140735804319728 140343255256512 140343308094517 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31748/tid=31768] ppid=31746 vsize=9824668 CPUtime=811.86 cores=1,3,5,7
/proc/31748/task/31768/stat : 31768 (java) R 31746 31748 30487 0 -1 4202560 4307 0 0 0 81159 27 0 0 20 0 22 0 253730016 10060460032 170890 33554432000 1073741824 1073778376 140735804319728 140343254202560 140343308218980 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31748/tid=31769] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31769/stat : 31769 (java) S 31746 31748 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253730016 10060460032 170890 33554432000 1073741824 1073778376 140735804319728 140343253152680 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31748/tid=31770] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31770/stat : 31770 (java) S 31746 31748 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253730016 10060460032 170890 33554432000 1073741824 1073778376 140735804319728 140343252099880 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1647.43
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.14 3.63 3.77 5/219 32064
/proc/meminfo: memFree=27307280/32873648 swapFree=7104/7104
[pid=31748] ppid=31746 vsize=9824668 CPUtime=1767.53 cores=1,3,5,7
/proc/31748/stat : 31748 (java) S 31746 31748 30487 0 -1 4202496 36861 0 1 0 176600 153 0 0 20 0 22 0 253730000 10060460032 136711 33554432000 1073741824 1073778376 140735804319728 140735804310864 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31748/statm: 2456167 136711 2274 9 0 2446860 0
[pid=31748/tid=31750] ppid=31746 vsize=9824668 CPUtime=0.15 cores=1,3,5,7
/proc/31748/task/31750/stat : 31750 (java) S 31746 31748 30487 0 -1 4202560 2455 0 1 0 12 3 0 0 20 0 22 0 253730001 10060460032 136711 33554432000 1073741824 1073778376 140735804319728 140343440069624 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31748/tid=31751] ppid=31746 vsize=9824668 CPUtime=2.04 cores=1,3,5,7
/proc/31748/task/31751/stat : 31751 (java) S 31746 31748 30487 0 -1 4202560 709 0 0 0 195 9 0 0 20 0 22 0 253730002 10060460032 136711 33554432000 1073741824 1073778376 140735804319728 140343429130792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31748/tid=31752] ppid=31746 vsize=9824668 CPUtime=2.11 cores=1,3,5,7
/proc/31748/task/31752/stat : 31752 (java) S 31746 31748 30487 0 -1 4202560 866 0 0 0 201 10 0 0 20 0 22 0 253730002 10060460032 136711 33554432000 1073741824 1073778376 140735804319728 140343428077992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31748/tid=31753] ppid=31746 vsize=9824668 CPUtime=2.04 cores=1,3,5,7
/proc/31748/task/31753/stat : 31753 (java) S 31746 31748 30487 0 -1 4202560 993 0 0 0 194 10 0 0 20 0 22 0 253730002 10060460032 136711 33554432000 1073741824 1073778376 140735804319728 140343427025192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31748/tid=31754] ppid=31746 vsize=9824668 CPUtime=2.14 cores=1,3,5,7
/proc/31748/task/31754/stat : 31754 (java) S 31746 31748 30487 0 -1 4202560 1085 0 0 0 201 13 0 0 20 0 22 0 253730002 10060460032 136711 33554432000 1073741824 1073778376 140735804319728 140343280089256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31748/tid=31755] ppid=31746 vsize=9824668 CPUtime=2.01 cores=1,3,5,7
/proc/31748/task/31755/stat : 31755 (java) S 31746 31748 30487 0 -1 4202560 711 0 0 0 192 9 0 0 20 0 22 0 253730002 10060460032 136711 33554432000 1073741824 1073778376 140735804319728 140343279037480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31748/tid=31756] ppid=31746 vsize=9824668 CPUtime=2.03 cores=1,3,5,7
/proc/31748/task/31756/stat : 31756 (java) S 31746 31748 30487 0 -1 4202560 916 0 0 0 193 10 0 0 20 0 22 0 253730002 10060460032 136711 33554432000 1073741824 1073778376 140735804319728 140343277984680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31748/tid=31757] ppid=31746 vsize=9824668 CPUtime=2.07 cores=1,3,5,7
/proc/31748/task/31757/stat : 31757 (java) S 31746 31748 30487 0 -1 4202560 942 0 0 0 198 9 0 0 20 0 22 0 253730002 10060460032 136711 33554432000 1073741824 1073778376 140735804319728 140343276931880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31748/tid=31758] ppid=31746 vsize=9824668 CPUtime=2.08 cores=1,3,5,7
/proc/31748/task/31758/stat : 31758 (java) S 31746 31748 30487 0 -1 4202560 869 0 0 0 196 12 0 0 20 0 22 0 253730002 10060460032 136711 33554432000 1073741824 1073778376 140735804319728 140343275879080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31748/tid=31759] ppid=31746 vsize=9824668 CPUtime=5.81 cores=1,3,5,7
/proc/31748/task/31759/stat : 31759 (java) S 31746 31748 30487 0 -1 4202560 992 0 0 0 550 31 0 0 20 0 22 0 253730004 10060460032 136711 33554432000 1073741824 1073778376 140735804319728 140343263681000 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31748/tid=31760] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31760/stat : 31760 (java) S 31746 31748 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253730004 10060460032 136711 33554432000 1073741824 1073778376 140735804319728 140343262627064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31748/tid=31761] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31761/stat : 31761 (java) S 31746 31748 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253730004 10060460032 136711 33554432000 1073741824 1073778376 140735804319728 140343261574152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31748/tid=31762] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31762/stat : 31762 (java) S 31746 31748 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253730006 10060460032 136711 33554432000 1073741824 1073778376 140735804319728 140343260522640 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31748/tid=31763] ppid=31746 vsize=9824668 CPUtime=1.03 cores=1,3,5,7
/proc/31748/task/31763/stat : 31763 (java) S 31746 31748 30487 0 -1 4202560 11187 0 0 0 101 2 0 0 20 0 22 0 253730006 10060460032 136711 33554432000 1073741824 1073778376 140735804319728 140343259470776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31748/tid=31764] ppid=31746 vsize=9824668 CPUtime=1.21 cores=1,3,5,7
/proc/31748/task/31764/stat : 31764 (java) S 31746 31748 30487 0 -1 4202560 9358 0 0 0 119 2 0 0 20 0 22 0 253730006 10060460032 136711 33554432000 1073741824 1073778376 140735804319728 140343258417976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31748/tid=31765] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31765/stat : 31765 (java) S 31746 31748 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253730006 10060460032 136711 33554432000 1073741824 1073778376 140735804319728 140343257365368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31748/tid=31766] ppid=31746 vsize=9824668 CPUtime=0.26 cores=1,3,5,7
/proc/31748/task/31766/stat : 31766 (java) S 31746 31748 30487 0 -1 4202560 51 0 0 0 11 15 0 0 20 0 22 0 253730006 10060460032 136711 33554432000 1073741824 1073778376 140735804319728 140343256312776 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31748/tid=31767] ppid=31746 vsize=9824668 CPUtime=871.34 cores=1,3,5,7
/proc/31748/task/31767/stat : 31767 (java) R 31746 31748 30487 0 -1 4202560 220 0 0 0 87117 17 0 0 20 0 22 0 253730016 10060460032 136711 33554432000 1073741824 1073778376 140735804319728 140343255255680 140343308094594 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31748/tid=31768] ppid=31746 vsize=9824668 CPUtime=871.39 cores=1,3,5,7
/proc/31748/task/31768/stat : 31768 (java) R 31746 31748 30487 0 -1 4202560 4319 0 0 0 87111 28 0 0 20 0 22 0 253730016 10060460032 136711 33554432000 1073741824 1073778376 140735804319728 140343254203712 140343308218928 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31748/tid=31769] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31769/stat : 31769 (java) S 31746 31748 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253730016 10060460032 136711 33554432000 1073741824 1073778376 140735804319728 140343253152680 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31748/tid=31770] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31770/stat : 31770 (java) S 31746 31748 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253730016 10060460032 136711 33554432000 1073741824 1073778376 140735804319728 140343252099880 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1767.53
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.601 s]
/proc/loadavg: 3.32 3.64 3.76 5/219 32064
/proc/meminfo: memFree=27326624/32873648 swapFree=7104/7104
[pid=31748] ppid=31746 vsize=9824668 CPUtime=1800.19 cores=1,3,5,7
/proc/31748/stat : 31748 (java) S 31746 31748 30487 0 -1 4202496 36913 0 1 0 179863 156 0 0 20 0 22 0 253730000 10060460032 132316 33554432000 1073741824 1073778376 140735804319728 140735804310864 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31748/statm: 2456167 132316 2274 9 0 2446860 0
[pid=31748/tid=31750] ppid=31746 vsize=9824668 CPUtime=0.15 cores=1,3,5,7
/proc/31748/task/31750/stat : 31750 (java) S 31746 31748 30487 0 -1 4202560 2456 0 1 0 12 3 0 0 20 0 22 0 253730001 10060460032 132316 33554432000 1073741824 1073778376 140735804319728 140343440069624 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31748/tid=31751] ppid=31746 vsize=9824668 CPUtime=2.09 cores=1,3,5,7
/proc/31748/task/31751/stat : 31751 (java) S 31746 31748 30487 0 -1 4202560 710 0 0 0 200 9 0 0 20 0 22 0 253730002 10060460032 132316 33554432000 1073741824 1073778376 140735804319728 140343429130792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31748/tid=31752] ppid=31746 vsize=9824668 CPUtime=2.13 cores=1,3,5,7
/proc/31748/task/31752/stat : 31752 (java) S 31746 31748 30487 0 -1 4202560 867 0 0 0 203 10 0 0 20 0 22 0 253730002 10060460032 132316 33554432000 1073741824 1073778376 140735804319728 140343428077992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31748/tid=31753] ppid=31746 vsize=9824668 CPUtime=2.08 cores=1,3,5,7
/proc/31748/task/31753/stat : 31753 (java) S 31746 31748 30487 0 -1 4202560 994 0 0 0 198 10 0 0 20 0 22 0 253730002 10060460032 132316 33554432000 1073741824 1073778376 140735804319728 140343427025192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31748/tid=31754] ppid=31746 vsize=9824668 CPUtime=2.18 cores=1,3,5,7
/proc/31748/task/31754/stat : 31754 (java) S 31746 31748 30487 0 -1 4202560 1087 0 0 0 205 13 0 0 20 0 22 0 253730002 10060460032 132316 33554432000 1073741824 1073778376 140735804319728 140343280089256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31748/tid=31755] ppid=31746 vsize=9824668 CPUtime=2.06 cores=1,3,5,7
/proc/31748/task/31755/stat : 31755 (java) S 31746 31748 30487 0 -1 4202560 738 0 0 0 196 10 0 0 20 0 22 0 253730002 10060460032 132316 33554432000 1073741824 1073778376 140735804319728 140343279037480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31748/tid=31756] ppid=31746 vsize=9824668 CPUtime=2.08 cores=1,3,5,7
/proc/31748/task/31756/stat : 31756 (java) S 31746 31748 30487 0 -1 4202560 921 0 0 0 198 10 0 0 20 0 22 0 253730002 10060460032 132316 33554432000 1073741824 1073778376 140735804319728 140343277984680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31748/tid=31757] ppid=31746 vsize=9824668 CPUtime=2.11 cores=1,3,5,7
/proc/31748/task/31757/stat : 31757 (java) S 31746 31748 30487 0 -1 4202560 945 0 0 0 202 9 0 0 20 0 22 0 253730002 10060460032 132316 33554432000 1073741824 1073778376 140735804319728 140343276931880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31748/tid=31758] ppid=31746 vsize=9824668 CPUtime=2.14 cores=1,3,5,7
/proc/31748/task/31758/stat : 31758 (java) S 31746 31748 30487 0 -1 4202560 874 0 0 0 201 13 0 0 20 0 22 0 253730002 10060460032 132316 33554432000 1073741824 1073778376 140735804319728 140343275879080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31748/tid=31759] ppid=31746 vsize=9824668 CPUtime=5.91 cores=1,3,5,7
/proc/31748/task/31759/stat : 31759 (java) S 31746 31748 30487 0 -1 4202560 992 0 0 0 559 32 0 0 20 0 22 0 253730004 10060460032 132316 33554432000 1073741824 1073778376 140735804319728 140343263681000 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31748/tid=31760] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31760/stat : 31760 (java) S 31746 31748 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253730004 10060460032 132316 33554432000 1073741824 1073778376 140735804319728 140343262627064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31748/tid=31761] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31761/stat : 31761 (java) S 31746 31748 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253730004 10060460032 132316 33554432000 1073741824 1073778376 140735804319728 140343261574152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31748/tid=31762] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31762/stat : 31762 (java) S 31746 31748 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253730006 10060460032 132316 33554432000 1073741824 1073778376 140735804319728 140343260522640 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31748/tid=31763] ppid=31746 vsize=9824668 CPUtime=1.03 cores=1,3,5,7
/proc/31748/task/31763/stat : 31763 (java) S 31746 31748 30487 0 -1 4202560 11187 0 0 0 101 2 0 0 20 0 22 0 253730006 10060460032 132316 33554432000 1073741824 1073778376 140735804319728 140343259470776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31748/tid=31764] ppid=31746 vsize=9824668 CPUtime=1.21 cores=1,3,5,7
/proc/31748/task/31764/stat : 31764 (java) S 31746 31748 30487 0 -1 4202560 9358 0 0 0 119 2 0 0 20 0 22 0 253730006 10060460032 132316 33554432000 1073741824 1073778376 140735804319728 140343258417976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31748/tid=31765] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31765/stat : 31765 (java) S 31746 31748 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253730006 10060460032 132316 33554432000 1073741824 1073778376 140735804319728 140343257365368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31748/tid=31766] ppid=31746 vsize=9824668 CPUtime=0.27 cores=1,3,5,7
/proc/31748/task/31766/stat : 31766 (java) S 31746 31748 30487 0 -1 4202560 51 0 0 0 12 15 0 0 20 0 22 0 253730006 10060460032 132316 33554432000 1073741824 1073778376 140735804319728 140343256312776 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31748/tid=31767] ppid=31746 vsize=9824668 CPUtime=887.45 cores=1,3,5,7
/proc/31748/task/31767/stat : 31767 (java) R 31746 31748 30487 0 -1 4202560 220 0 0 0 88728 17 0 0 20 0 22 0 253730016 10060460032 132316 33554432000 1073741824 1073778376 140735804319728 140343255255680 140343308094912 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31748/tid=31768] ppid=31746 vsize=9824668 CPUtime=887.5 cores=1,3,5,7
/proc/31748/task/31768/stat : 31768 (java) R 31746 31748 30487 0 -1 4202560 4325 0 0 0 88722 28 0 0 20 0 22 0 253730016 10060460032 132316 33554432000 1073741824 1073778376 140735804319728 140343254203552 140343308380943 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31748/tid=31769] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31769/stat : 31769 (java) S 31746 31748 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253730016 10060460032 132316 33554432000 1073741824 1073778376 140735804319728 140343253152680 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31748/tid=31770] ppid=31746 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31748/task/31770/stat : 31770 (java) S 31746 31748 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253730016 10060460032 132316 33554432000 1073741824 1073778376 140735804319728 140343252099880 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 9824668

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 143
Real time (s): 898.659
CPU time (s): 1800.81
CPU user time (s): 1798.82
CPU system time (s): 1.9937
CPU usage (%): 200.389
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.82
system time used= 1.9937
maximum resident set size= 773896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36955
page faults= 1
swaps= 0
block input operations= 0
block output operations= 896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33698
involuntary context switches= 46461

runsolver used 3.05054 second user time and 8.34573 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-24 18:14:05
IDJOB=3688216
IDBENCH=2906
IDSOLVER=2268
FILE ID=node127/3688216-1337876045
RUNJOBID= node127-1337871880-30504
PBS_JOBID= 14620077
Free space on /tmp= 71668 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_6_50_1.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688216-1337876045/watcher-3688216-1337876045 -o /tmp/evaluation-result-3688216-1337876045/solver-3688216-1337876045 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688216-1337876045.opb

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

MD5SUM BENCH= 775c76356ae7fda7a41e5dcf917f66b2
RANDOM SEED=1452361849

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
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	: 5332.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26962836 kB
Buffers:          233832 kB
Cached:          2369748 kB
SwapCached:            0 kB
Active:          2929376 kB
Inactive:        2199864 kB
Active(anon):    2527884 kB
Inactive(anon):        0 kB
Active(file):     401492 kB
Inactive(file):  2199864 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               504 kB
Writeback:             0 kB
AnonPages:       2534316 kB
Mapped:            22540 kB
Shmem:               200 kB
Slab:             637884 kB
SReclaimable:      82248 kB
SUnreclaim:       555636 kB
KernelStack:        1624 kB
PageTables:         9376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    2836780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2467840 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= 71672 MiB
End job on node127 at 2012-05-24 18:29:06