Trace number 3688830

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 NameAnswerCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.09 923.86

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_2_15.opb
MD5SUMb437bd5db918ab114396d43dfca73285
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark93.6968
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6148
Sum of products size (including duplicates)12296
Number of different products3074
Sum of products size6148

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c ManyCore solver with 2 solvers running in parallel
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3688830-1337879946.opb
0.10/0.10	c reading problem ... 
0.71/0.44	c ... done. Wall clock time 0.332s.
0.71/0.44	c declared #vars     200
0.71/0.44	c internal #vars     3274
0.71/0.44	c #constraints  6451
0.71/0.44	c constraints type 
0.71/0.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3074
0.71/0.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
0.71/0.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
0.71/0.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3074
0.71/0.44	c 6451 constraints processed.
0.71/0.44	c constraints type 
0.71/0.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
0.71/0.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3074
0.71/0.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
0.71/0.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3074
0.71/0.44	c 6451 constraints processed.
5.49/1.80	c cleaning 2506 clauses out of 5011 with flag 5011/5011
7.63/2.89	c cleaning 4243 clauses out of 8494 with flag 11000/11000
9.42/3.79	c cleaning 5623 clauses out of 11251 with flag 18000/18000
12.59/5.33	c cleaning 6813 clauses out of 13628 with flag 26000/26000
17.13/7.65	c cleaning 7917 clauses out of 15834 with flag 35019/35019
19.06/8.68	c cleaning 8939 clauses out of 17898 with flag 45000/45000
22.57/10.44	c cleaning 9975 clauses out of 19959 with flag 56000/56000
27.47/12.96	c cleaning 10981 clauses out of 21988 with flag 68004/68004
31.34/14.98	c cleaning 11999 clauses out of 24003 with flag 81000/81000
39.28/18.97	c cleaning 13004 clauses out of 26007 with flag 95003/95003
50.60/24.66	c cleaning 13999 clauses out of 28002 with flag 110002/110002
59.67/29.26	c cleaning 15001 clauses out of 30006 with flag 126005/126005
67.87/33.44	c cleaning 16001 clauses out of 32002 with flag 143002/143002
75.53/37.39	c cleaning 16993 clauses out of 34001 with flag 161002/161002
84.57/41.97	c cleaning 18002 clauses out of 36007 with flag 180001/180001
93.20/46.35	c cleaning 19003 clauses out of 38008 with flag 200004/200004
100.37/50.02	c cleaning 19998 clauses out of 40012 with flag 221011/221011
111.58/55.72	c cleaning 21002 clauses out of 42003 with flag 243000/243000
121.20/60.63	c cleaning 22002 clauses out of 44004 with flag 266003/266003
128.79/64.53	c cleaning 23002 clauses out of 46004 with flag 290005/290005
136.68/68.69	c cleaning 0 clauses out of 5006 with flag 0/5006
137.98/69.24	c cleaning 24002 clauses out of 48003 with flag 315006/315006
145.46/73.09	c cleaning 24998 clauses out of 49995 with flag 341000/341000
152.48/76.66	c cleaning 25999 clauses out of 51997 with flag 368000/368000
159.35/80.23	c cleaning 26994 clauses out of 54003 with flag 396005/396005
166.10/83.75	c cleaning 28002 clauses out of 56004 with flag 425000/425000
175.47/88.50	c cleaning 28996 clauses out of 58004 with flag 455002/455002
188.43/95.17	c cleaning 29998 clauses out of 60007 with flag 486001/486001
198.46/100.35	c cleaning 31003 clauses out of 62009 with flag 518001/518001
206.01/104.26	c cleaning 32003 clauses out of 64005 with flag 551000/551000
215.19/108.98	c cleaning 32994 clauses out of 66002 with flag 585000/585000
225.11/114.07	c cleaning 34002 clauses out of 68008 with flag 620000/620000
234.91/119.12	c cleaning 35000 clauses out of 70009 with flag 656003/656003
245.44/124.59	c cleaning 35998 clauses out of 72006 with flag 693000/693000
257.36/130.63	c cleaning 36999 clauses out of 74008 with flag 731000/731000
268.06/136.12	c cleaning 38004 clauses out of 76010 with flag 770001/770001
279.39/142.09	c cleaning 38998 clauses out of 78007 with flag 810002/810002
293.28/149.16	c cleaning 40003 clauses out of 80007 with flag 851000/851000
306.97/156.20	c cleaning 41000 clauses out of 82004 with flag 893000/893000
322.03/163.89	c cleaning 42003 clauses out of 84011 with flag 936007/936007
335.46/170.85	c cleaning 43001 clauses out of 86001 with flag 980000/980000
347.49/177.10	c cleaning 43985 clauses out of 88000 with flag 1025000/1025000
359.70/183.32	c cleaning 45002 clauses out of 90015 with flag 1071000/1071000
370.69/189.08	c cleaning 45992 clauses out of 92014 with flag 1118001/1118001
383.24/195.60	c cleaning 46995 clauses out of 94021 with flag 1166000/1166000
394.42/201.45	c cleaning 48005 clauses out of 96026 with flag 1215000/1215000
407.81/208.39	c cleaning 49001 clauses out of 98021 with flag 1265000/1265000
423.78/216.52	c cleaning 50006 clauses out of 100021 with flag 1316001/1316001
437.32/223.60	c cleaning 50992 clauses out of 102014 with flag 1368000/1368000
451.11/230.79	c cleaning 52006 clauses out of 104023 with flag 1421001/1421001
465.12/237.93	c cleaning 52998 clauses out of 106016 with flag 1475000/1475000
479.88/245.54	c cleaning 53995 clauses out of 108018 with flag 1530000/1530000
495.00/253.41	c cleaning 55006 clauses out of 110031 with flag 1586008/1586008
510.37/261.37	c cleaning 56001 clauses out of 112017 with flag 1643000/1643000
525.13/268.94	c cleaning 57008 clauses out of 114016 with flag 1701000/1701000
539.88/276.56	c cleaning 57998 clauses out of 116008 with flag 1760000/1760000
555.79/284.87	c cleaning 58999 clauses out of 118010 with flag 1820000/1820000
571.31/292.85	c cleaning 60004 clauses out of 120013 with flag 1881002/1881002
588.85/301.85	c cleaning 60991 clauses out of 122008 with flag 1943001/1943001
607.21/311.29	c cleaning 62001 clauses out of 124016 with flag 2006000/2006000
624.05/320.06	c cleaning 62990 clauses out of 126015 with flag 2070000/2070000
641.37/328.92	c cleaning 64010 clauses out of 128025 with flag 2135000/2135000
659.25/338.13	c cleaning 64988 clauses out of 130015 with flag 2201000/2201000
676.38/346.99	c cleaning 65996 clauses out of 132027 with flag 2268000/2268000
694.98/356.69	c cleaning 67013 clauses out of 134035 with flag 2336004/2336004
712.11/365.49	c cleaning 68000 clauses out of 136020 with flag 2405002/2405002
732.67/376.00	c cleaning 69000 clauses out of 138019 with flag 2475001/2475001
751.37/385.59	c cleaning 70006 clauses out of 140019 with flag 2546001/2546001
769.13/394.87	c cleaning 70995 clauses out of 142013 with flag 2618001/2618001
789.78/405.45	c cleaning 72005 clauses out of 144018 with flag 2691001/2691001
812.46/417.09	c cleaning 0 clauses out of 11000 with flag 0/11000
813.58/417.86	c cleaning 73004 clauses out of 146012 with flag 2765000/2765000
836.28/429.66	c cleaning 73996 clauses out of 148008 with flag 2840000/2840000
855.92/439.79	c cleaning 75004 clauses out of 150012 with flag 2916000/2916000
878.96/451.58	c cleaning 75998 clauses out of 152011 with flag 2993003/2993003
902.17/463.42	c cleaning 77002 clauses out of 154013 with flag 3071003/3071003
927.40/476.58	c cleaning 78002 clauses out of 156008 with flag 3150000/3150000
949.19/487.70	c cleaning 78997 clauses out of 158011 with flag 3230005/3230005
977.17/502.77	c cleaning 80001 clauses out of 160010 with flag 3311001/3311001
1000.50/514.89	c cleaning 81002 clauses out of 162009 with flag 3393001/3393001
1025.48/527.68	c cleaning 81994 clauses out of 164006 with flag 3476000/3476000
1054.16/542.24	c cleaning 83003 clauses out of 166013 with flag 3560001/3560001
1081.38/556.14	c cleaning 83998 clauses out of 168009 with flag 3645000/3645000
1110.84/571.33	c cleaning 84998 clauses out of 170012 with flag 3731001/3731001
1135.61/584.10	c cleaning 85994 clauses out of 172014 with flag 3818001/3818001
1163.47/598.25	c cleaning 87007 clauses out of 174020 with flag 3906001/3906001
1193.72/613.63	c cleaning 87998 clauses out of 176012 with flag 3995000/3995000
1219.07/626.87	c cleaning 88997 clauses out of 178017 with flag 4085003/4085003
1245.89/640.55	c cleaning 90003 clauses out of 180019 with flag 4176002/4176002
1277.30/656.51	c cleaning 90998 clauses out of 182015 with flag 4268001/4268001
1307.12/671.76	c cleaning 91995 clauses out of 184016 with flag 4361000/4361000
1341.69/689.60	c cleaning 93008 clauses out of 186021 with flag 4455000/4455000
1370.32/704.17	c cleaning 93999 clauses out of 188013 with flag 4550000/4550000
1403.49/721.05	c cleaning 94999 clauses out of 190014 with flag 4646000/4646000
1429.40/734.34	c cleaning 95995 clauses out of 192015 with flag 4743000/4743000
1460.36/750.32	c cleaning 97004 clauses out of 194022 with flag 4841002/4841002
1493.15/767.04	c cleaning 98001 clauses out of 196017 with flag 4940001/4940001
1526.17/783.81	c cleaning 99002 clauses out of 198017 with flag 5040002/5040002
1560.13/801.14	c cleaning 99989 clauses out of 200013 with flag 5141000/5141000
1597.08/820.16	c cleaning 101006 clauses out of 202027 with flag 5243003/5243003
1634.04/838.93	c cleaning 101999 clauses out of 204019 with flag 5346001/5346001
1673.78/859.14	c cleaning 103009 clauses out of 206020 with flag 5450001/5450001
1707.16/876.14	c cleaning 103998 clauses out of 208011 with flag 5555001/5555001
1742.24/894.28	c cleaning 104994 clauses out of 210012 with flag 5661000/5661000
1777.80/912.36	c cleaning 105998 clauses out of 212021 with flag 5768003/5768003
1800.09/923.81	c starts		: 275
1800.09/923.81	c conflicts		: 5848421
1800.09/923.81	c decisions		: 14966796
1800.09/923.81	c propagations		: 114184617
1800.09/923.81	c inspects		: 5868389094
1800.09/923.81	c shortcuts		: 0
1800.09/923.81	c learnt literals	: 0
1800.09/923.81	c learnt binary clauses	: 0
1800.09/923.81	c learnt ternary clauses	: 11378
1800.09/923.81	c learnt constraints	: 5848421
1800.09/923.81	c ignored constraints	: 0
1800.09/923.81	c root simplifications	: 0
1800.09/923.81	c removed literals (reason simplification)	: 508938591
1800.09/923.81	c reason swapping (by a shorter reason)	: 0
1800.09/923.81	c Calls to reduceDB	: 103
1800.09/923.81	c number of reductions to clauses (during analyze)	: 0
1800.09/923.81	c number of learned constraints concerned by reduction	: 0
1800.09/923.81	c number of learning phase by resolution	: 0
1800.09/923.81	c number of learning phase by cutting planes	: 0
1800.09/923.81	c speed (assignments/second)	: 123661.82710572885
1800.09/923.81	c non guided choices	3139
1800.09/923.84	c learnt constraints type 
1800.09/923.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 186630
1800.09/923.84	c constraints type 
1800.09/923.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3074
1800.09/923.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
1800.09/923.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
1800.09/923.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3074
1800.09/923.84	c 6451 constraints processed.
1800.09/923.84	c constraints type 
1800.09/923.84	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
1800.09/923.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3074
1800.09/923.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
1800.09/923.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3074
1800.09/923.84	c 6451 constraints processed.
1800.09/923.84	s UNKNOWN
1800.09/923.84	c Total wall clock time (in seconds): 923.736

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-3688830-1337879946/watcher-3688830-1337879946 -o /tmp/evaluation-result-3688830-1337879946/solver-3688830-1337879946 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688830-1337879946.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.74 3.75 3.78 5/197 26459
/proc/meminfo: memFree=26394632/32873844 swapFree=7616/7616
[pid=26459] ppid=26457 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/26459/stat : 26459 (java) R 26457 26459 24080 0 -1 4202496 996 0 0 0 0 0 0 0 20 0 1 0 254118925 23793664 724 33554432000 1073741824 1073778376 140735194800944 140735194790008 140608275269328 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/26459/statm: 5809 736 544 9 0 128 0

[startup+0.091557 s]
/proc/loadavg: 3.74 3.75 3.78 5/197 26459
/proc/meminfo: memFree=26394632/32873844 swapFree=7616/7616
[pid=26459] ppid=26457 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/26459/stat : 26459 (java) S 26457 26459 24080 0 -1 4202496 4326 0 1 0 8 1 0 0 20 0 18 0 254118925 9787813888 5512 33554432000 1073741824 1073778376 140735194800944 140735194792080 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26459/statm: 2389603 5512 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.100268 s]
/proc/loadavg: 3.74 3.75 3.78 5/197 26459
/proc/meminfo: memFree=26394632/32873844 swapFree=7616/7616
[pid=26459] ppid=26457 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/26459/stat : 26459 (java) S 26457 26459 24080 0 -1 4202496 4428 0 1 0 9 1 0 0 20 0 18 0 254118925 9787813888 6125 33554432000 1073741824 1073778376 140735194800944 140735194792080 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26459/statm: 2389603 6125 2124 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300217 s]
/proc/loadavg: 3.74 3.75 3.78 5/197 26459
/proc/meminfo: memFree=26394632/32873844 swapFree=7616/7616
[pid=26459] ppid=26457 vsize=9558412 CPUtime=0.47 cores=1,3,5,7
/proc/26459/stat : 26459 (java) S 26457 26459 24080 0 -1 4202496 5759 0 1 0 46 1 0 0 20 0 18 0 254118925 9787813888 8501 33554432000 1073741824 1073778376 140735194800944 140735194792080 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26459/statm: 2389603 8501 2224 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558412

[startup+0.70021 s]
/proc/loadavg: 3.74 3.75 3.78 5/197 26459
/proc/meminfo: memFree=26394632/32873844 swapFree=7616/7616
[pid=26459] ppid=26457 vsize=9824668 CPUtime=1.86 cores=1,3,5,7
/proc/26459/stat : 26459 (java) S 26457 26459 24080 0 -1 4202496 14820 0 1 0 182 4 0 0 20 0 22 0 254118925 10060460032 19395 33554432000 1073741824 1073778376 140735194800944 140735194792080 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26459/statm: 2456167 19395 2251 9 0 2446860 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 9824668

[startup+1.50086 s]
/proc/loadavg: 3.74 3.75 3.78 7/219 26481
/proc/meminfo: memFree=26305144/32873844 swapFree=7616/7616
[pid=26459] ppid=26457 vsize=9824668 CPUtime=4.64 cores=1,3,5,7
/proc/26459/stat : 26459 (java) S 26457 26459 24080 0 -1 4202496 22399 0 1 0 456 8 0 0 20 0 22 0 254118925 10060460032 46624 33554432000 1073741824 1073778376 140735194800944 140735194792080 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26459/statm: 2456167 46624 2273 9 0 2446860 0
[pid=26459/tid=26461] ppid=26457 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/26459/task/26461/stat : 26461 (java) S 26457 26459 24080 0 -1 4202560 2469 0 1 0 40 2 0 0 20 0 22 0 254118926 10060460032 46624 33554432000 1073741824 1073778376 140735194800944 140608267260920 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26459/tid=26462] ppid=26457 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26459/task/26462/stat : 26462 (java) S 26457 26459 24080 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 254118927 10060460032 46624 33554432000 1073741824 1073778376 140735194800944 140608239712936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26459/tid=26463] ppid=26457 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26459/task/26463/stat : 26463 (java) S 26457 26459 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254118927 10060460032 46624 33554432000 1073741824 1073778376 140735194800944 140608238660392 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26459/tid=26464] ppid=26457 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26459/task/26464/stat : 26464 (java) S 26457 26459 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254118927 10060460032 46624 33554432000 1073741824 1073778376 140735194800944 140608108276648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26459/tid=26465] ppid=26457 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26459/task/26465/stat : 26465 (java) S 26457 26459 24080 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254118927 10060460032 46624 33554432000 1073741824 1073778376 140735194800944 140608107224104 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26459/tid=26466] ppid=26457 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26459/task/26466/stat : 26466 (java) S 26457 26459 24080 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254118927 10060460032 46624 33554432000 1073741824 1073778376 140735194800944 140608106170536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26459/tid=26467] ppid=26457 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26459/task/26467/stat : 26467 (java) S 26457 26459 24080 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 254118927 10060460032 46624 33554432000 1073741824 1073778376 140735194800944 140608105117992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26459/tid=26468] ppid=26457 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26459/task/26468/stat : 26468 (java) S 26457 26459 24080 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 254118927 10060460032 46624 33554432000 1073741824 1073778376 140735194800944 140608104065448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26459/tid=26469] ppid=26457 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26459/task/26469/stat : 26469 (java) S 26457 26459 24080 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254118927 10060460032 46624 33554432000 1073741824 1073778376 140735194800944 140607632697896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26459/tid=26470] ppid=26457 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26459/task/26470/stat : 26470 (java) S 26457 26459 24080 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 254118928 10060460032 46624 33554432000 1073741824 1073778376 140735194800944 140607620500072 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26459/tid=26471] ppid=26457 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26459/task/26471/stat : 26471 (java) S 26457 26459 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254118928 10060460032 46624 33554432000 1073741824 1073778376 140735194800944 140607619446392 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26459/tid=26472] ppid=26457 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26459/task/26472/stat : 26472 (java) S 26457 26459 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254118928 10060460032 46624 33554432000 1073741824 1073778376 140735194800944 140607618393736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26459/tid=26473] ppid=26457 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26459/task/26473/stat : 26473 (java) S 26457 26459 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254118930 10060460032 46624 33554432000 1073741824 1073778376 140735194800944 140607617342480 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26459/tid=26474] ppid=26457 vsize=9824668 CPUtime=1.01 cores=1,3,5,7
/proc/26459/task/26474/stat : 26474 (java) S 26457 26459 24080 0 -1 4202560 7252 0 0 0 99 2 0 0 20 0 22 0 254118930 10060460032 46624 33554432000 1073741824 1073778376 140735194800944 140607616288824 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26459/tid=26475] ppid=26457 vsize=9824668 CPUtime=1.03 cores=1,3,5,7
/proc/26459/task/26475/stat : 26475 (java) S 26457 26459 24080 0 -1 4202560 11224 0 0 0 102 1 0 0 20 0 22 0 254118930 10060460032 46624 33554432000 1073741824 1073778376 140735194800944 140607615236280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26459/tid=26476] ppid=26457 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26459/task/26476/stat : 26476 (java) S 26457 26459 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254118930 10060460032 46624 33554432000 1073741824 1073778376 140735194800944 140607614183928 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26459/tid=26477] ppid=26457 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26459/task/26477/stat : 26477 (java) S 26457 26459 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254118930 10060460032 46624 33554432000 1073741824 1073778376 140735194800944 140607613131592 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26459/tid=26478] ppid=26457 vsize=9824668 CPUtime=1.02 cores=1,3,5,7
/proc/26459/task/26478/stat : 26478 (java) R 26457 26459 24080 0 -1 4202560 27 0 0 0 102 0 0 0 20 0 22 0 254118970 10060460032 46624 33554432000 1073741824 1073778376 140735194800944 140607611787904 140608119974938 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26459/tid=26479] ppid=26457 vsize=9824668 CPUtime=1.02 cores=1,3,5,7
/proc/26459/task/26479/stat : 26479 (java) R 26457 26459 24080 0 -1 4202560 123 0 0 0 101 1 0 0 20 0 22 0 254118970 10060460032 46624 33554432000 1073741824 1073778376 140735194800944 140607610736952 140608120053910 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26459/tid=26480] ppid=26457 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26459/task/26480/stat : 26480 (java) S 26457 26459 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254118971 10060460032 46624 33554432000 1073741824 1073778376 140735194800944 140607609685544 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26459/tid=26481] ppid=26457 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26459/task/26481/stat : 26481 (java) S 26457 26459 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254118971 10060460032 46624 33554432000 1073741824 1073778376 140735194800944 140607608633000 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.64
Current children cumulated vsize (KiB) 9824668

[startup+3.10085 s]
/proc/loadavg: 3.74 3.75 3.78 5/219 26481
/proc/meminfo: memFree=26168600/32873844 swapFree=7616/7616
[pid=26459] ppid=26457 vsize=9824668 CPUtime=8.19 cores=1,3,5,7
/proc/26459/stat : 26459 (java) S 26457 26459 24080 0 -1 4202496 24832 0 1 0 804 15 0 0 20 0 22 0 254118925 10060460032 89801 33554432000 1073741824 1073778376 140735194800944 140735194792080 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26459/statm: 2456167 89801 2286 9 0 2446860 0
[pid=26459/tid=26461] ppid=26457 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/26459/task/26461/stat : 26461 (java) S 26457 26459 24080 0 -1 4202560 2470 0 1 0 40 2 0 0 20 0 22 0 254118926 10060460032 89801 33554432000 1073741824 1073778376 140735194800944 140608267260920 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26459/tid=26462] ppid=26457 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/26459/task/26462/stat : 26462 (java) S 26457 26459 24080 0 -1 4202560 22 0 0 0 3 1 0 0 20 0 22 0 254118927 10060460032 89801 33554432000 1073741824 1073778376 140735194800944 140608239712936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26459/tid=26463] ppid=26457 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/26459/task/26463/stat : 26463 (java) S 26457 26459 24080 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 254118927 10060460032 89801 33554432000 1073741824 1073778376 140735194800944 140608238660392 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26459/tid=26464] ppid=26457 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26459/task/26464/stat : 26464 (java) S 26457 26459 24080 0 -1 4202560 19 0 0 0 2 1 0 0 20 0 22 0 254118927 10060460032 89801 33554432000 1073741824 1073778376 140735194800944 140608108276648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26459/tid=26465] ppid=26457 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/26459/task/26465/stat : 26465 (java) S 26457 26459 24080 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 254118927 10060460032 89801 33554432000 1073741824 1073778376 140735194800944 140608107224104 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26459/tid=26466] ppid=26457 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26459/task/26466/stat : 26466 (java) S 26457 26459 24080 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 254118927 10060460032 89801 33554432000 1073741824 1073778376 140735194800944 140608106170536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26459/tid=26467] ppid=26457 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/26459/task/26467/stat : 26467 (java) S 26457 26459 24080 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 254118927 10060460032 89801 33554432000 1073741824 1073778376 140735194800944 140608105117992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26459/tid=26468] ppid=26457 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26459/task/26468/stat : 26468 (java) S 26457 26459 24080 0 -1 4202560 16 0 0 0 2 1 0 0 20 0 22 0 254118927 10060460032 89801 33554432000 1073741824 1073778376 140735194800944 140608104065448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26459/tid=26469] ppid=26457 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/26459/task/26469/stat : 26469 (java) S 26457 26459 24080 0 -1 4202560 15 0 0 0 0 2 0 0 20 0 22 0 254118927 10060460032 89801 33554432000 1073741824 1073778376 140735194800944 140607632697896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26459/tid=26470] ppid=26457 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/26459/task/26470/stat : 26470 (java) S 26457 26459 24080 0 -1 4202560 229 0 0 0 10 0 0 0 20 0 22 0 254118928 10060460032 89801 33554432000 1073741824 1073778376 140735194800944 140607620500072 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26459/tid=26471] ppid=26457 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26459/task/26471/stat : 26471 (java) S 26457 26459 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254118928 10060460032 89801 33554432000 1073741824 1073778376 140735194800944 140607619446392 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26459/tid=26472] ppid=26457 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26459/task/26472/stat : 26472 (java) S 26457 26459 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254118928 10060460032 89801 33554432000 1073741824 1073778376 140735194800944 140607618393736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26459/tid=26473] ppid=26457 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26459/task/26473/stat : 26473 (java) S 26457 26459 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254118930 10060460032 89801 33554432000 1073741824 1073778376 140735194800944 140607617342480 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26459/tid=26474] ppid=26457 vsize=9824668 CPUtime=1.12 cores=1,3,5,7
/proc/26459/task/26474/stat : 26474 (java) S 26457 26459 24080 0 -1 4202560 7255 0 0 0 110 2 0 0 20 0 22 0 254118930 10060460032 89801 33554432000 1073741824 1073778376 140735194800944 140607616288824 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26459/tid=26475] ppid=26457 vsize=9824668 CPUtime=1.29 cores=1,3,5,7
/proc/26459/task/26475/stat : 26475 (java) S 26457 26459 24080 0 -1 4202560 13354 0 0 0 127 2 0 0 20 0 22 0 254118930 10060460032 89801 33554432000 1073741824 1073778376 140735194800944 140607615236280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26459/tid=26476] ppid=26457 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26459/task/26476/stat : 26476 (java) S 26457 26459 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254118930 10060460032 89801 33554432000 1073741824 1073778376 140735194800944 140607614183928 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26459/tid=26477] ppid=26457 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26459/task/26477/stat : 26477 (java) S 26457 26459 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254118930 10060460032 89801 33554432000 1073741824 1073778376 140735194800944 140607613131592 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26459/tid=26478] ppid=26457 vsize=9824668 CPUtime=2.42 cores=1,3,5,7
/proc/26459/task/26478/stat : 26478 (java) R 26457 26459 24080 0 -1 4202560 28 0 0 0 242 0 0 0 20 0 22 0 254118970 10060460032 89801 33554432000 1073741824 1073778376 140735194800944 140607611789920 140608119983207 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26459/tid=26479] ppid=26457 vsize=9824668 CPUtime=2.43 cores=1,3,5,7
/proc/26459/task/26479/stat : 26479 (java) R 26457 26459 24080 0 -1 4202560 181 0 0 0 241 2 0 0 20 0 22 0 254118970 10060460032 89801 33554432000 1073741824 1073778376 140735194800944 140607610735672 140608120448704 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26459/tid=26480] ppid=26457 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26459/task/26480/stat : 26480 (java) S 26457 26459 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254118971 10060460032 89801 33554432000 1073741824 1073778376 140735194800944 140607609685544 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26459/tid=26481] ppid=26457 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26459/task/26481/stat : 26481 (java) S 26457 26459 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254118971 10060460032 89801 33554432000 1073741824 1073778376 140735194800944 140607608633000 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.19
Current children cumulated vsize (KiB) 9824668

[startup+6.30081 s]
/proc/loadavg: 3.84 3.77 3.79 4/219 26481
/proc/meminfo: memFree=25809208/32873844 swapFree=7616/7616
[pid=26459] ppid=26457 vsize=9824668 CPUtime=14.51 cores=1,3,5,7
/proc/26459/stat : 26459 (java) S 26457 26459 24080 0 -1 4202496 24993 0 1 0 1429 22 0 0 20 0 22 0 254118925 10060460032 147998 33554432000 1073741824 1073778376 140735194800944 140735194792080 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26459/statm: 2456167 147998 2286 9 0 2446860 0
[pid=26459/tid=26461] ppid=26457 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/26459/task/26461/stat : 26461 (java) S 26457 26459 24080 0 -1 4202560 2470 0 1 0 40 2 0 0 20 0 22 0 254118926 10060460032 147998 33554432000 1073741824 1073778376 140735194800944 140608267260920 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26459/tid=26462] ppid=26457 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/26459/task/26462/stat : 26462 (java) S 26457 26459 24080 0 -1 4202560 31 0 0 0 5 2 0 0 20 0 22 0 254118927 10060460032 147998 33554432000 1073741824 1073778376 140735194800944 140608239712936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26459/tid=26463] ppid=26457 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26459/task/26463/stat : 26463 (java) S 26457 26459 24080 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 254118927 10060460032 147998 33554432000 1073741824 1073778376 140735194800944 140608238660392 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26459/tid=26464] ppid=26457 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/26459/task/26464/stat : 26464 (java) S 26457 26459 24080 0 -1 4202560 25 0 0 0 3 1 0 0 20 0 22 0 254118927 10060460032 147998 33554432000 1073741824 1073778376 140735194800944 140608108276648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26459/tid=26465] ppid=26457 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26459/task/26465/stat : 26465 (java) S 26457 26459 24080 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 22 0 254118927 10060460032 147998 33554432000 1073741824 1073778376 140735194800944 140608107224104 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26459/tid=26466] ppid=26457 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/26459/task/26466/stat : 26466 (java) S 26457 26459 24080 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 22 0 254118927 10060460032 147998 33554432000 1073741824 1073778376 140735194800944 140608106170536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26459/tid=26467] ppid=26457 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26459/task/26467/stat : 26467 (java) S 26457 26459 24080 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 254118927 10060460032 147998 33554432000 1073741824 1073778376 140735194800944 140608105117992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26459/tid=26468] ppid=26457 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/26459/task/26468/stat : 26468 (java) S 26457 26459 24080 0 -1 4202560 22 0 0 0 3 2 0 0 20 0 22 0 254118927 10060460032 147998 33554432000 1073741824 1073778376 140735194800944 140608104065448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26459/tid=26469] ppid=26457 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26459/task/26469/stat : 26469 (java) S 26457 26459 24080 0 -1 4202560 15 0 0 0 1 2 0 0 20 0 22 0 254118927 10060460032 147998 33554432000 1073741824 1073778376 140735194800944 140607632697896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26459/tid=26470] ppid=26457 vsize=9824668 CPUtime=0.29 cores=1,3,5,7
/proc/26459/task/26470/stat : 26470 (java) S 26457 26459 24080 0 -1 4202560 234 0 0 0 29 0 0 0 20 0 22 0 254118928 10060460032 147998 33554432000 1073741824 1073778376 140735194800944 140607620500072 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26459/tid=26471] ppid=26457 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26459/task/26471/stat : 26471 (java) S 26457 26459 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254118928 10060460032 147998 33554432000 1073741824 1073778376 140735194800944 140607619446392 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26459/tid=26472] ppid=26457 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26459/task/26472/stat : 26472 (java) S 26457 26459 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254118928 10060460032 147998 33554432000 1073741824 1073778376 140735194800944 140607618393736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26459/tid=26473] ppid=26457 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26459/task/26473/stat : 26473 (java) S 26457 26459 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254118930 10060460032 147998 33554432000 1073741824 1073778376 140735194800944 140607617342480 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26459/tid=26474] ppid=26457 vsize=9824668 CPUtime=1.13 cores=1,3,5,7
/proc/26459/task/26474/stat : 26474 (java) S 26457 26459 24080 0 -1 4202560 7256 0 0 0 111 2 0 0 20 0 22 0 254118930 10060460032 147998 33554432000 1073741824 1073778376 140735194800944 140607616288824 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

/proc/26459/statm: 2456167 799501 2287 9 0 2446860 0
[pid=26459/tid=26461] ppid=26457 vsize=9824668 CPUtime=0.46 cores=1,3,5,7
/proc/26459/task/26461/stat : 26461 (java) S 26457 26459 24080 0 -1 4202560 2494 0 1 0 43 3 0 0 20 0 22 0 254118926 10060460032 799501 33554432000 1073741824 1073778376 140735194800944 140608267260920 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26459/tid=26462] ppid=26457 vsize=9824668 CPUtime=1.42 cores=1,3,5,7
/proc/26459/task/26462/stat : 26462 (java) S 26457 26459 24080 0 -1 4202560 323 0 0 0 139 3 0 0 20 0 22 0 254118927 10060460032 799501 33554432000 1073741824 1073778376 140735194800944 140608239712936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26459/tid=26463] ppid=26457 vsize=9824668 CPUtime=1.39 cores=1,3,5,7
/proc/26459/task/26463/stat : 26463 (java) S 26457 26459 24080 0 -1 4202560 357 0 0 0 136 3 0 0 20 0 22 0 254118927 10060460032 799501 33554432000 1073741824 1073778376 140735194800944 140608238660392 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26459/tid=26464] ppid=26457 vsize=9824668 CPUtime=1.45 cores=1,3,5,7
/proc/26459/task/26464/stat : 26464 (java) S 26457 26459 24080 0 -1 4202560 362 0 0 0 141 4 0 0 20 0 22 0 254118927 10060460032 799501 33554432000 1073741824 1073778376 140735194800944 140608108276648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26459/tid=26465] ppid=26457 vsize=9824668 CPUtime=1.51 cores=1,3,5,7
/proc/26459/task/26465/stat : 26465 (java) S 26457 26459 24080 0 -1 4202560 403 0 0 0 147 4 0 0 20 0 22 0 254118927 10060460032 799501 33554432000 1073741824 1073778376 140735194800944 140608107224104 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26459/tid=26466] ppid=26457 vsize=9824668 CPUtime=1.52 cores=1,3,5,7
/proc/26459/task/26466/stat : 26466 (java) S 26457 26459 24080 0 -1 4202560 464 0 0 0 149 3 0 0 20 0 22 0 254118927 10060460032 799501 33554432000 1073741824 1073778376 140735194800944 140608106170536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26459/tid=26467] ppid=26457 vsize=9824668 CPUtime=1.32 cores=1,3,5,7
/proc/26459/task/26467/stat : 26467 (java) S 26457 26459 24080 0 -1 4202560 452 0 0 0 129 3 0 0 20 0 22 0 254118927 10060460032 799501 33554432000 1073741824 1073778376 140735194800944 140608105117992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26459/tid=26468] ppid=26457 vsize=9824668 CPUtime=1.54 cores=1,3,5,7
/proc/26459/task/26468/stat : 26468 (java) S 26457 26459 24080 0 -1 4202560 465 0 0 0 149 5 0 0 20 0 22 0 254118927 10060460032 799501 33554432000 1073741824 1073778376 140735194800944 140608104065448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26459/tid=26469] ppid=26457 vsize=9824668 CPUtime=1.48 cores=1,3,5,7
/proc/26459/task/26469/stat : 26469 (java) S 26457 26459 24080 0 -1 4202560 293 0 0 0 145 3 0 0 20 0 22 0 254118927 10060460032 799501 33554432000 1073741824 1073778376 140735194800944 140607632697896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26459/tid=26470] ppid=26457 vsize=9824668 CPUtime=51.48 cores=1,3,5,7
/proc/26459/task/26470/stat : 26470 (java) S 26457 26459 24080 0 -1 4202560 2330 0 0 0 5137 11 0 0 20 0 22 0 254118928 10060460032 799501 33554432000 1073741824 1073778376 140735194800944 140607620500072 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26459/tid=26471] ppid=26457 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26459/task/26471/stat : 26471 (java) S 26457 26459 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254118928 10060460032 799501 33554432000 1073741824 1073778376 140735194800944 140607619446392 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26459/tid=26472] ppid=26457 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26459/task/26472/stat : 26472 (java) S 26457 26459 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254118928 10060460032 799501 33554432000 1073741824 1073778376 140735194800944 140607618393736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26459/tid=26473] ppid=26457 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26459/task/26473/stat : 26473 (java) S 26457 26459 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254118930 10060460032 799501 33554432000 1073741824 1073778376 140735194800944 140607617342480 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26459/tid=26474] ppid=26457 vsize=9824668 CPUtime=1.71 cores=1,3,5,7
/proc/26459/task/26474/stat : 26474 (java) S 26457 26459 24080 0 -1 4202560 10960 0 0 0 168 3 0 0 20 0 22 0 254118930 10060460032 799501 33554432000 1073741824 1073778376 140735194800944 140607616288824 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26459/tid=26475] ppid=26457 vsize=9824668 CPUtime=1.38 cores=1,3,5,7
/proc/26459/task/26475/stat : 26475 (java) S 26457 26459 24080 0 -1 4202560 13365 0 0 0 136 2 0 0 20 0 22 0 254118930 10060460032 799501 33554432000 1073741824 1073778376 140735194800944 140607615236280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26459/tid=26476] ppid=26457 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26459/task/26476/stat : 26476 (java) S 26457 26459 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254118930 10060460032 799501 33554432000 1073741824 1073778376 140735194800944 140607614183928 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26459/tid=26477] ppid=26457 vsize=9824668 CPUtime=0.37 cores=1,3,5,7
/proc/26459/task/26477/stat : 26477 (java) S 26457 26459 24080 0 -1 4202560 47 0 0 0 16 21 0 0 20 0 22 0 254118930 10060460032 799501 33554432000 1073741824 1073778376 140735194800944 140607613131592 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26459/tid=26478] ppid=26457 vsize=9824668 CPUtime=764.96 cores=1,3,5,7
/proc/26459/task/26478/stat : 26478 (java) R 26457 26459 24080 0 -1 4202560 68 0 0 0 76484 12 0 0 20 0 22 0 254118970 10060460032 799501 33554432000 1073741824 1073778376 140735194800944 140607611789920 140608120403982 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26459/tid=26479] ppid=26457 vsize=9824668 CPUtime=764.73 cores=1,3,5,7
/proc/26459/task/26479/stat : 26479 (java) R 26457 26459 24080 0 -1 4202560 2495 0 0 0 76419 54 0 0 20 0 22 0 254118970 10060460032 799501 33554432000 1073741824 1073778376 140735194800944 140607610735584 140608120139886 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26459/tid=26480] ppid=26457 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26459/task/26480/stat : 26480 (java) S 26457 26459 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254118971 10060460032 799501 33554432000 1073741824 1073778376 140735194800944 140607609685544 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26459/tid=26481] ppid=26457 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26459/task/26481/stat : 26481 (java) S 26457 26459 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254118971 10060460032 799501 33554432000 1073741824 1073778376 140735194800944 140607608633000 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1600.78
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 2.95 3.32 3.59 4/218 26682
/proc/meminfo: memFree=25092352/32873844 swapFree=7616/7616
[pid=26459] ppid=26457 vsize=9824668 CPUtime=1718.37 cores=1,3,5,7
/proc/26459/stat : 26459 (java) S 26457 26459 24080 0 -1 4202496 36085 0 1 0 171722 115 0 0 20 0 22 0 254118925 10060460032 801534 33554432000 1073741824 1073778376 140735194800944 140735194792080 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26459/statm: 2456167 801534 2287 9 0 2446860 0
[pid=26459/tid=26461] ppid=26457 vsize=9824668 CPUtime=0.47 cores=1,3,5,7
/proc/26459/task/26461/stat : 26461 (java) S 26457 26459 24080 0 -1 4202560 2496 0 1 0 43 4 0 0 20 0 22 0 254118926 10060460032 801534 33554432000 1073741824 1073778376 140735194800944 140608267260920 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26459/tid=26462] ppid=26457 vsize=9824668 CPUtime=1.48 cores=1,3,5,7
/proc/26459/task/26462/stat : 26462 (java) S 26457 26459 24080 0 -1 4202560 323 0 0 0 145 3 0 0 20 0 22 0 254118927 10060460032 801534 33554432000 1073741824 1073778376 140735194800944 140608239712936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26459/tid=26463] ppid=26457 vsize=9824668 CPUtime=1.45 cores=1,3,5,7
/proc/26459/task/26463/stat : 26463 (java) S 26457 26459 24080 0 -1 4202560 357 0 0 0 142 3 0 0 20 0 22 0 254118927 10060460032 801534 33554432000 1073741824 1073778376 140735194800944 140608238660392 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26459/tid=26464] ppid=26457 vsize=9824668 CPUtime=1.53 cores=1,3,5,7
/proc/26459/task/26464/stat : 26464 (java) S 26457 26459 24080 0 -1 4202560 362 0 0 0 148 5 0 0 20 0 22 0 254118927 10060460032 801534 33554432000 1073741824 1073778376 140735194800944 140608108276648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26459/tid=26465] ppid=26457 vsize=9824668 CPUtime=1.6 cores=1,3,5,7
/proc/26459/task/26465/stat : 26465 (java) S 26457 26459 24080 0 -1 4202560 403 0 0 0 156 4 0 0 20 0 22 0 254118927 10060460032 801534 33554432000 1073741824 1073778376 140735194800944 140608107224104 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26459/tid=26466] ppid=26457 vsize=9824668 CPUtime=1.63 cores=1,3,5,7
/proc/26459/task/26466/stat : 26466 (java) S 26457 26459 24080 0 -1 4202560 464 0 0 0 160 3 0 0 20 0 22 0 254118927 10060460032 801534 33554432000 1073741824 1073778376 140735194800944 140608106170536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26459/tid=26467] ppid=26457 vsize=9824668 CPUtime=1.42 cores=1,3,5,7
/proc/26459/task/26467/stat : 26467 (java) S 26457 26459 24080 0 -1 4202560 452 0 0 0 139 3 0 0 20 0 22 0 254118927 10060460032 801534 33554432000 1073741824 1073778376 140735194800944 140608105117992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26459/tid=26468] ppid=26457 vsize=9824668 CPUtime=1.62 cores=1,3,5,7
/proc/26459/task/26468/stat : 26468 (java) S 26457 26459 24080 0 -1 4202560 465 0 0 0 157 5 0 0 20 0 22 0 254118927 10060460032 801534 33554432000 1073741824 1073778376 140735194800944 140608104065448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26459/tid=26469] ppid=26457 vsize=9824668 CPUtime=1.6 cores=1,3,5,7
/proc/26459/task/26469/stat : 26469 (java) S 26457 26459 24080 0 -1 4202560 293 0 0 0 157 3 0 0 20 0 22 0 254118927 10060460032 801534 33554432000 1073741824 1073778376 140735194800944 140607632697896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26459/tid=26470] ppid=26457 vsize=9824668 CPUtime=54.24 cores=1,3,5,7
/proc/26459/task/26470/stat : 26470 (java) S 26457 26459 24080 0 -1 4202560 2340 0 0 0 5412 12 0 0 20 0 22 0 254118928 10060460032 801534 33554432000 1073741824 1073778376 140735194800944 140607620500072 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26459/tid=26471] ppid=26457 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26459/task/26471/stat : 26471 (java) S 26457 26459 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254118928 10060460032 801534 33554432000 1073741824 1073778376 140735194800944 140607619446392 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26459/tid=26472] ppid=26457 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26459/task/26472/stat : 26472 (java) S 26457 26459 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254118928 10060460032 801534 33554432000 1073741824 1073778376 140735194800944 140607618393736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26459/tid=26473] ppid=26457 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26459/task/26473/stat : 26473 (java) S 26457 26459 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254118930 10060460032 801534 33554432000 1073741824 1073778376 140735194800944 140607617342480 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26459/tid=26474] ppid=26457 vsize=9824668 CPUtime=1.71 cores=1,3,5,7
/proc/26459/task/26474/stat : 26474 (java) S 26457 26459 24080 0 -1 4202560 10960 0 0 0 168 3 0 0 20 0 22 0 254118930 10060460032 801534 33554432000 1073741824 1073778376 140735194800944 140607616288824 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26459/tid=26475] ppid=26457 vsize=9824668 CPUtime=1.38 cores=1,3,5,7
/proc/26459/task/26475/stat : 26475 (java) S 26457 26459 24080 0 -1 4202560 13365 0 0 0 136 2 0 0 20 0 22 0 254118930 10060460032 801534 33554432000 1073741824 1073778376 140735194800944 140607615236280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26459/tid=26476] ppid=26457 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26459/task/26476/stat : 26476 (java) S 26457 26459 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254118930 10060460032 801534 33554432000 1073741824 1073778376 140735194800944 140607614183928 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26459/tid=26477] ppid=26457 vsize=9824668 CPUtime=0.4 cores=1,3,5,7
/proc/26459/task/26477/stat : 26477 (java) S 26457 26459 24080 0 -1 4202560 51 0 0 0 17 23 0 0 20 0 22 0 254118930 10060460032 801534 33554432000 1073741824 1073778376 140735194800944 140607613131592 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26459/tid=26478] ppid=26457 vsize=9824668 CPUtime=821.84 cores=1,3,5,7
/proc/26459/task/26478/stat : 26478 (java) R 26457 26459 24080 0 -1 4202560 69 0 0 0 82171 13 0 0 20 0 22 0 254118970 10060460032 801534 33554432000 1073741824 1073778376 140735194800944 140607611789920 140608120098689 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26459/tid=26479] ppid=26457 vsize=9824668 CPUtime=821.64 cores=1,3,5,7
/proc/26459/task/26479/stat : 26479 (java) R 26457 26459 24080 0 -1 4202560 2498 0 0 0 82109 55 0 0 20 0 22 0 254118970 10060460032 801534 33554432000 1073741824 1073778376 140735194800944 140607610737504 140608120053475 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26459/tid=26480] ppid=26457 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26459/task/26480/stat : 26480 (java) S 26457 26459 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254118971 10060460032 801534 33554432000 1073741824 1073778376 140735194800944 140607609685544 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26459/tid=26481] ppid=26457 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26459/task/26481/stat : 26481 (java) S 26457 26459 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254118971 10060460032 801534 33554432000 1073741824 1073778376 140735194800944 140607608633000 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1718.37
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+923.801 s]
/proc/loadavg: 2.97 3.28 3.57 4/218 26682
/proc/meminfo: memFree=25031540/32873844 swapFree=7616/7616
[pid=26459] ppid=26457 vsize=9824668 CPUtime=1800.09 cores=1,3,5,7
/proc/26459/stat : 26459 (java) S 26457 26459 24080 0 -1 4202496 36096 0 1 0 179892 117 0 0 20 0 22 0 254118925 10060460032 802476 33554432000 1073741824 1073778376 140735194800944 140735194792080 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26459/statm: 2456167 802476 2287 9 0 2446860 0
[pid=26459/tid=26461] ppid=26457 vsize=9824668 CPUtime=0.47 cores=1,3,5,7
/proc/26459/task/26461/stat : 26461 (java) S 26457 26459 24080 0 -1 4202560 2496 0 1 0 43 4 0 0 20 0 22 0 254118926 10060460032 802476 33554432000 1073741824 1073778376 140735194800944 140608267260920 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26459/tid=26462] ppid=26457 vsize=9824668 CPUtime=1.55 cores=1,3,5,7
/proc/26459/task/26462/stat : 26462 (java) S 26457 26459 24080 0 -1 4202560 323 0 0 0 152 3 0 0 20 0 22 0 254118927 10060460032 802476 33554432000 1073741824 1073778376 140735194800944 140608239712936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26459/tid=26463] ppid=26457 vsize=9824668 CPUtime=1.5 cores=1,3,5,7
/proc/26459/task/26463/stat : 26463 (java) S 26457 26459 24080 0 -1 4202560 357 0 0 0 147 3 0 0 20 0 22 0 254118927 10060460032 802476 33554432000 1073741824 1073778376 140735194800944 140608238660392 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26459/tid=26464] ppid=26457 vsize=9824668 CPUtime=1.58 cores=1,3,5,7
/proc/26459/task/26464/stat : 26464 (java) S 26457 26459 24080 0 -1 4202560 362 0 0 0 153 5 0 0 20 0 22 0 254118927 10060460032 802476 33554432000 1073741824 1073778376 140735194800944 140608108276648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26459/tid=26465] ppid=26457 vsize=9824668 CPUtime=1.66 cores=1,3,5,7
/proc/26459/task/26465/stat : 26465 (java) S 26457 26459 24080 0 -1 4202560 403 0 0 0 162 4 0 0 20 0 22 0 254118927 10060460032 802476 33554432000 1073741824 1073778376 140735194800944 140608107224104 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26459/tid=26466] ppid=26457 vsize=9824668 CPUtime=1.7 cores=1,3,5,7
/proc/26459/task/26466/stat : 26466 (java) S 26457 26459 24080 0 -1 4202560 464 0 0 0 167 3 0 0 20 0 22 0 254118927 10060460032 802476 33554432000 1073741824 1073778376 140735194800944 140608106170536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26459/tid=26467] ppid=26457 vsize=9824668 CPUtime=1.49 cores=1,3,5,7
/proc/26459/task/26467/stat : 26467 (java) S 26457 26459 24080 0 -1 4202560 452 0 0 0 146 3 0 0 20 0 22 0 254118927 10060460032 802476 33554432000 1073741824 1073778376 140735194800944 140608105117992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26459/tid=26468] ppid=26457 vsize=9824668 CPUtime=1.72 cores=1,3,5,7
/proc/26459/task/26468/stat : 26468 (java) S 26457 26459 24080 0 -1 4202560 465 0 0 0 167 5 0 0 20 0 22 0 254118927 10060460032 802476 33554432000 1073741824 1073778376 140735194800944 140608104065448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26459/tid=26469] ppid=26457 vsize=9824668 CPUtime=1.71 cores=1,3,5,7
/proc/26459/task/26469/stat : 26469 (java) S 26457 26459 24080 0 -1 4202560 293 0 0 0 168 3 0 0 20 0 22 0 254118927 10060460032 802476 33554432000 1073741824 1073778376 140735194800944 140607632697896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26459/tid=26470] ppid=26457 vsize=9824668 CPUtime=55.79 cores=1,3,5,7
/proc/26459/task/26470/stat : 26470 (java) S 26457 26459 24080 0 -1 4202560 2345 0 0 0 5567 12 0 0 20 0 22 0 254118928 10060460032 802476 33554432000 1073741824 1073778376 140735194800944 140607620500072 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26459/tid=26471] ppid=26457 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26459/task/26471/stat : 26471 (java) S 26457 26459 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254118928 10060460032 802476 33554432000 1073741824 1073778376 140735194800944 140607619446392 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26459/tid=26472] ppid=26457 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26459/task/26472/stat : 26472 (java) S 26457 26459 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254118928 10060460032 802476 33554432000 1073741824 1073778376 140735194800944 140607618393736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26459/tid=26473] ppid=26457 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26459/task/26473/stat : 26473 (java) S 26457 26459 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254118930 10060460032 802476 33554432000 1073741824 1073778376 140735194800944 140607617342480 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26459/tid=26474] ppid=26457 vsize=9824668 CPUtime=1.71 cores=1,3,5,7
/proc/26459/task/26474/stat : 26474 (java) S 26457 26459 24080 0 -1 4202560 10960 0 0 0 168 3 0 0 20 0 22 0 254118930 10060460032 802476 33554432000 1073741824 1073778376 140735194800944 140607616288824 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26459/tid=26475] ppid=26457 vsize=9824668 CPUtime=1.38 cores=1,3,5,7
/proc/26459/task/26475/stat : 26475 (java) S 26457 26459 24080 0 -1 4202560 13365 0 0 0 136 2 0 0 20 0 22 0 254118930 10060460032 802476 33554432000 1073741824 1073778376 140735194800944 140607615236280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26459/tid=26476] ppid=26457 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26459/task/26476/stat : 26476 (java) S 26457 26459 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254118930 10060460032 802476 33554432000 1073741824 1073778376 140735194800944 140607614183928 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26459/tid=26477] ppid=26457 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/26459/task/26477/stat : 26477 (java) S 26457 26459 24080 0 -1 4202560 53 0 0 0 18 24 0 0 20 0 22 0 254118930 10060460032 802476 33554432000 1073741824 1073778376 140735194800944 140607613131592 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26459/tid=26478] ppid=26457 vsize=9824668 CPUtime=861.53 cores=1,3,5,7
/proc/26459/task/26478/stat : 26478 (java) R 26457 26459 24080 0 -1 4202560 69 0 0 0 86139 14 0 0 20 0 22 0 254118970 10060460032 802476 33554432000 1073741824 1073778376 140735194800944 140607611789920 140608120403987 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26459/tid=26479] ppid=26457 vsize=9824668 CPUtime=861.34 cores=1,3,5,7
/proc/26459/task/26479/stat : 26479 (java) R 26457 26459 24080 0 -1 4202560 2502 0 0 0 86078 56 0 0 20 0 22 0 254118970 10060460032 802476 33554432000 1073741824 1073778376 140735194800944 140607610737504 140608120247821 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26459/tid=26480] ppid=26457 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26459/task/26480/stat : 26480 (java) S 26457 26459 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254118971 10060460032 802476 33554432000 1073741824 1073778376 140735194800944 140607609685544 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26459/tid=26481] ppid=26457 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26459/task/26481/stat : 26481 (java) S 26457 26459 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254118971 10060460032 802476 33554432000 1073741824 1073778376 140735194800944 140607608633000 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26459 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=368214
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=611754
# CPU time returned by wait4() is 1795.98
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 923.86
CPU time (s): 1800.09
CPU user time (s): 1798.92
CPU system time (s): 1.17
CPU usage (%): 194.845
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.37
system time used= 1.61175
maximum resident set size= 3210024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36128
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25690
involuntary context switches= 34749

runsolver used 3.33449 second user time and 8.99063 second system time

The end

Launcher Data

Begin job on node141 at 2012-05-24 19:19:06
IDJOB=3688830
IDBENCH=48376
IDSOLVER=2268
FILE ID=node141/3688830-1337879946
RUNJOBID= node141-1337871880-24098
PBS_JOBID= 14620063
Free space on /tmp= 71688 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_25_2_15.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688830-1337879946/watcher-3688830-1337879946 -o /tmp/evaluation-result-3688830-1337879946/solver-3688830-1337879946 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688830-1337879946.opb

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

MD5SUM BENCH= b437bd5db918ab114396d43dfca73285
RANDOM SEED=1201041350

node141.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.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.48
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.744
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.744
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.93
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.744
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.92
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.744
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.92
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.744
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.744
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.92
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.744
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:       32873844 kB
MemFree:        26394524 kB
Buffers:          218016 kB
Cached:          3041880 kB
SwapCached:            0 kB
Active:          2836788 kB
Inactive:        2866804 kB
Active(anon):    2446280 kB
Inactive(anon):        0 kB
Active(file):     390508 kB
Inactive(file):  2866804 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               672 kB
Writeback:             0 kB
AnonPages:       2463760 kB
Mapped:            22616 kB
Shmem:               200 kB
Slab:             630528 kB
SReclaimable:      72428 kB
SUnreclaim:       558100 kB
KernelStack:        1784 kB
PageTables:         8932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3271776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2394112 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= 71684 MiB
End job on node141 at 2012-05-24 19:34:32