Trace number 3687920

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.22 904.274

General information on the benchmark

Namenormalized-PB06/SATUNSAT-BIGINT/submitted-PB06/
manquiho/Aardal_1/normalized-cuww4.opb
MD5SUMd53007d2869c28e065ccd77bdf635fbe
Bench CategoryDEC-BIGINT (no optimisation, big integers)
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 benchmark0.370942
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables82
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint82
Maximum length of a constraint82
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 104723596
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 1078440737
Number of bits of the biggest sum of numbers31
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.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.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3687920-1337874814.opb
0.10/0.11	c reading problem ... 
0.10/0.13	c ... done. Wall clock time 0.017s.
0.10/0.13	c declared #vars     82
0.10/0.13	c #constraints  2
0.10/0.13	c constraints type 
0.10/0.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
0.10/0.13	c 2 constraints processed.
0.10/0.13	c constraints type 
0.10/0.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
0.10/0.13	c 2 constraints processed.
1.96/0.69	c cleaning 2501 clauses out of 5002 with flag 5002/5002
3.01/1.00	c cleaning 4243 clauses out of 8499 with flag 11000/11000
3.91/1.31	c cleaning 5622 clauses out of 11258 with flag 18002/18002
4.30/1.58	c cleaning 6817 clauses out of 13634 with flag 26000/26000
5.12/1.96	c cleaning 7905 clauses out of 15818 with flag 35001/35001
6.31/2.51	c cleaning 8953 clauses out of 17912 with flag 45000/45000
7.28/3.06	c cleaning 9977 clauses out of 19960 with flag 56001/56001
8.47/3.60	c cleaning 10984 clauses out of 21983 with flag 68001/68001
9.43/4.10	c cleaning 11999 clauses out of 23999 with flag 81001/81001
10.78/4.89	c cleaning 12999 clauses out of 26000 with flag 95001/95001
12.96/5.98	c cleaning 13997 clauses out of 28001 with flag 110001/110001
15.34/7.14	c cleaning 14992 clauses out of 30003 with flag 126000/126000
17.29/8.13	c cleaning 16007 clauses out of 32013 with flag 143002/143002
19.45/9.26	c cleaning 16993 clauses out of 34004 with flag 161000/161000
21.20/10.17	c cleaning 18007 clauses out of 36013 with flag 180002/180002
23.34/11.25	c cleaning 18999 clauses out of 38006 with flag 200002/200002
25.47/12.39	c cleaning 20004 clauses out of 40007 with flag 221002/221002
27.81/13.53	c cleaning 20996 clauses out of 42003 with flag 243002/243002
30.16/14.75	c cleaning 21999 clauses out of 44005 with flag 266000/266000
32.30/15.85	c cleaning 22999 clauses out of 46006 with flag 290000/290000
34.82/17.16	c cleaning 24001 clauses out of 48007 with flag 315000/315000
39.56/19.57	c cleaning 24997 clauses out of 50008 with flag 341002/341002
43.71/21.62	c cleaning 26005 clauses out of 52010 with flag 368001/368001
47.85/23.79	c cleaning 26998 clauses out of 54004 with flag 396000/396000
52.16/25.93	c cleaning 28001 clauses out of 56008 with flag 425002/425002
55.49/27.64	c cleaning 28997 clauses out of 58006 with flag 455001/455001
59.22/29.59	c cleaning 29997 clauses out of 60009 with flag 486001/486001
64.15/32.09	c cleaning 31002 clauses out of 62011 with flag 518000/518000
70.08/35.06	c cleaning 32003 clauses out of 64009 with flag 551000/551000
78.84/39.46	c cleaning 33000 clauses out of 66006 with flag 585000/585000
83.78/41.98	c cleaning 33996 clauses out of 68006 with flag 620000/620000
88.09/44.18	c cleaning 0 clauses out of 5000 with flag 0/5000
88.97/44.56	c cleaning 34998 clauses out of 70010 with flag 656000/656000
95.33/47.48	c cleaning 36003 clauses out of 72013 with flag 693001/693001
101.71/50.56	c cleaning 36998 clauses out of 74010 with flag 731001/731001
111.01/55.23	c cleaning 38006 clauses out of 76012 with flag 770001/770001
117.88/58.70	c cleaning 39003 clauses out of 78005 with flag 810000/810000
124.79/62.24	c cleaning 40001 clauses out of 80003 with flag 851001/851001
133.31/66.53	c cleaning 40996 clauses out of 82002 with flag 893001/893001
139.63/69.79	c cleaning 41997 clauses out of 84005 with flag 936000/936000
148.49/74.26	c cleaning 42997 clauses out of 86009 with flag 980001/980001
155.20/77.60	c cleaning 43999 clauses out of 88011 with flag 1025000/1025000
162.09/81.15	c cleaning 45007 clauses out of 90013 with flag 1071001/1071001
173.41/86.82	c cleaning 46000 clauses out of 92006 with flag 1118001/1118001
185.26/92.81	c cleaning 47000 clauses out of 94006 with flag 1166001/1166001
196.95/98.80	c cleaning 48003 clauses out of 96005 with flag 1215000/1215000
212.12/106.39	c cleaning 48999 clauses out of 98003 with flag 1265001/1265001
220.43/110.57	c cleaning 49999 clauses out of 100004 with flag 1316001/1316001
230.49/115.68	c cleaning 51001 clauses out of 102004 with flag 1368000/1368000
241.57/121.23	c cleaning 51998 clauses out of 104003 with flag 1421000/1421000
250.65/125.84	c cleaning 52993 clauses out of 106005 with flag 1475000/1475000
262.79/131.94	c cleaning 54005 clauses out of 108012 with flag 1530000/1530000
271.43/136.30	c cleaning 55001 clauses out of 110007 with flag 1586000/1586000
279.29/140.35	c cleaning 55993 clauses out of 112006 with flag 1643000/1643000
288.57/145.07	c cleaning 57002 clauses out of 114014 with flag 1701001/1701001
298.26/149.93	c cleaning 58001 clauses out of 116012 with flag 1760001/1760001
313.92/157.85	c cleaning 59005 clauses out of 118012 with flag 1820002/1820002
330.28/166.08	c cleaning 60002 clauses out of 120005 with flag 1881000/1881000
347.98/174.94	c cleaning 60997 clauses out of 122003 with flag 1943000/1943000
364.09/183.09	c cleaning 62000 clauses out of 124006 with flag 2006000/2006000
372.67/187.48	c cleaning 63003 clauses out of 126007 with flag 2070001/2070001
382.80/192.53	c cleaning 63993 clauses out of 128004 with flag 2135001/2135001
391.44/196.96	c cleaning 65005 clauses out of 130011 with flag 2201001/2201001
400.09/201.31	c cleaning 65999 clauses out of 132005 with flag 2268000/2268000
412.33/207.56	c cleaning 67000 clauses out of 134006 with flag 2336000/2336000
430.70/216.79	c cleaning 67999 clauses out of 136006 with flag 2405000/2405000
444.54/223.78	c cleaning 68993 clauses out of 138007 with flag 2475000/2475000
452.59/227.84	c cleaning 0 clauses out of 11000 with flag 0/11000
463.24/233.25	c cleaning 70004 clauses out of 140015 with flag 2546001/2546001
476.52/239.97	c cleaning 71001 clauses out of 142011 with flag 2618001/2618001
490.99/247.20	c cleaning 72005 clauses out of 144010 with flag 2691001/2691001
513.16/258.30	c cleaning 73002 clauses out of 146004 with flag 2765000/2765000
542.12/272.82	c cleaning 74001 clauses out of 148003 with flag 2840001/2840001
567.91/285.71	c cleaning 74994 clauses out of 150003 with flag 2916002/2916002
591.67/297.68	c cleaning 76004 clauses out of 152008 with flag 2993001/2993001
607.22/305.41	c cleaning 76993 clauses out of 154004 with flag 3071001/3071001
617.21/310.58	c cleaning 78002 clauses out of 156010 with flag 3150000/3150000
635.37/319.61	c cleaning 79002 clauses out of 158010 with flag 3230002/3230002
669.80/336.83	c cleaning 79998 clauses out of 160006 with flag 3311000/3311000
693.59/348.71	c cleaning 81001 clauses out of 162009 with flag 3393001/3393001
713.81/358.90	c cleaning 82001 clauses out of 164008 with flag 3476001/3476001
738.59/371.31	c cleaning 83000 clauses out of 166007 with flag 3560001/3560001
755.75/379.98	c cleaning 83994 clauses out of 168006 with flag 3645000/3645000
774.28/389.22	c cleaning 85007 clauses out of 170015 with flag 3731003/3731003
798.52/401.44	c cleaning 86002 clauses out of 172006 with flag 3818001/3818001
831.55/417.91	c cleaning 87000 clauses out of 174003 with flag 3906000/3906000
853.41/428.82	c cleaning 87992 clauses out of 176003 with flag 3995000/3995000
876.73/440.50	c cleaning 89000 clauses out of 178012 with flag 4085001/4085001
901.97/453.25	c cleaning 90001 clauses out of 180011 with flag 4176000/4176000
926.33/465.41	c cleaning 91003 clauses out of 182011 with flag 4268001/4268001
955.10/479.86	c cleaning 92002 clauses out of 184007 with flag 4361000/4361000
979.64/492.12	c cleaning 93000 clauses out of 186005 with flag 4455000/4455000
997.13/500.90	c cleaning 93994 clauses out of 188005 with flag 4550000/4550000
1027.30/516.01	c cleaning 95004 clauses out of 190011 with flag 4646000/4646000
1051.21/528.08	c cleaning 96001 clauses out of 192009 with flag 4743002/4743002
1072.70/538.88	c cleaning 96995 clauses out of 194006 with flag 4841000/4841000
1108.59/556.86	c cleaning 98002 clauses out of 196011 with flag 4940000/4940000
1131.74/568.45	c cleaning 98999 clauses out of 198009 with flag 5040000/5040000
1154.48/579.84	c cleaning 100002 clauses out of 200010 with flag 5141000/5141000
1177.81/591.57	c cleaning 101004 clauses out of 202010 with flag 5243002/5243002
1197.56/601.54	c cleaning 101999 clauses out of 204004 with flag 5346000/5346000
1215.24/610.47	c cleaning 103002 clauses out of 206007 with flag 5450002/5450002
1241.10/623.40	c cleaning 103993 clauses out of 208004 with flag 5555001/5555001
1265.19/635.54	c cleaning 105002 clauses out of 210011 with flag 5661001/5661001
1291.99/649.02	c cleaning 106002 clauses out of 212009 with flag 5768001/5768001
1324.54/665.31	c cleaning 106999 clauses out of 214007 with flag 5876001/5876001
1356.74/681.44	c cleaning 107996 clauses out of 216009 with flag 5985002/5985002
1380.44/693.37	c cleaning 109003 clauses out of 218011 with flag 6095000/6095000
1388.74/697.65	c cleaning 0 clauses out of 18000 with flag 0/18000
1404.05/705.25	c cleaning 110001 clauses out of 220009 with flag 6206001/6206001
1426.80/716.63	c cleaning 110999 clauses out of 222007 with flag 6318000/6318000
1446.67/726.61	c cleaning 111996 clauses out of 224008 with flag 6431000/6431000
1471.31/739.03	c cleaning 113003 clauses out of 226012 with flag 6545000/6545000
1495.25/751.05	c cleaning 114004 clauses out of 228010 with flag 6660001/6660001
1518.07/762.58	c cleaning 114996 clauses out of 230005 with flag 6776000/6776000
1551.58/779.38	c cleaning 115998 clauses out of 232010 with flag 6893001/6893001
1582.74/795.05	c cleaning 117006 clauses out of 234011 with flag 7011000/7011000
1616.58/812.04	c cleaning 117996 clauses out of 236006 with flag 7130001/7130001
1652.55/830.03	c cleaning 119001 clauses out of 238012 with flag 7250003/7250003
1689.84/848.71	c cleaning 119998 clauses out of 240009 with flag 7371001/7371001
1720.44/864.18	c cleaning 121005 clauses out of 242013 with flag 7493003/7493003
1753.89/881.00	c cleaning 122002 clauses out of 244005 with flag 7616000/7616000
1788.20/898.11	c cleaning 123001 clauses out of 246003 with flag 7740000/7740000
1800.22/904.22	c starts		: 298
1800.22/904.22	c conflicts		: 7837616
1800.22/904.22	c decisions		: 7852115
1800.22/904.22	c propagations		: 51225112
1800.22/904.22	c inspects		: 6757292318
1800.22/904.22	c shortcuts		: 0
1800.22/904.22	c learnt literals	: 0
1800.22/904.22	c learnt binary clauses	: 0
1800.22/904.22	c learnt ternary clauses	: 0
1800.22/904.22	c learnt constraints	: 7837616
1800.22/904.22	c ignored constraints	: 0
1800.22/904.22	c root simplifications	: 0
1800.22/904.22	c removed literals (reason simplification)	: 65212160
1800.22/904.22	c reason swapping (by a shorter reason)	: 0
1800.22/904.22	c Calls to reduceDB	: 120
1800.22/904.22	c number of reductions to clauses (during analyze)	: 0
1800.22/904.22	c number of learned constraints concerned by reduction	: 0
1800.22/904.22	c number of learning phase by resolution	: 0
1800.22/904.22	c number of learning phase by cutting planes	: 0
1800.22/904.22	c speed (assignments/second)	: 56659.621606375506
1800.22/904.22	c non guided choices	69
1800.22/904.26	c learnt constraints type 
1800.22/904.26	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 221224
1800.22/904.26	c constraints type 
1800.22/904.26	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
1800.22/904.26	c 2 constraints processed.
1800.22/904.26	c constraints type 
1800.22/904.26	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.22/904.26	c 2 constraints processed.
1800.22/904.26	s UNKNOWN
1800.22/904.26	c Total wall clock time (in seconds): 904.147

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-3687920-1337874814/watcher-3687920-1337874814 -o /tmp/evaluation-result-3687920-1337874814/solver-3687920-1337874814 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687920-1337874814.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.66 3.83 3.61 5/193 21567
/proc/meminfo: memFree=29979604/32873844 swapFree=6868/6868
[pid=21567] ppid=21565 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/21567/stat : 21567 (java) R 21565 21567 20082 0 -1 4202496 988 0 0 0 0 0 0 0 20 0 1 0 253548383 23793664 716 33554432000 1073741824 1073778376 140736475750736 140736475739800 209088198736 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/21567/statm: 5809 716 531 9 0 128 0

[startup+0.02196 s]
/proc/loadavg: 3.66 3.83 3.61 5/193 21567
/proc/meminfo: memFree=29979604/32873844 swapFree=6868/6868
[pid=21567] ppid=21565 vsize=9016616 CPUtime=0 cores=1,3,5,7
/proc/21567/stat : 21567 (java) S 21565 21567 20082 0 -1 4202496 2808 0 1 0 0 0 0 0 20 0 10 0 253548383 9233014784 2997 33554432000 1073741824 1073778376 140736475750736 140736475741872 209100767293 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21567/statm: 2254154 2997 1538 9 0 2244855 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.10032 s]
/proc/loadavg: 3.66 3.83 3.61 5/193 21567
/proc/meminfo: memFree=29979604/32873844 swapFree=6868/6868
[pid=21567] ppid=21565 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/21567/stat : 21567 (java) S 21565 21567 20082 0 -1 4202496 4372 0 1 0 9 1 0 0 20 0 18 0 253548383 9787813888 5063 33554432000 1073741824 1073778376 140736475750736 140736475741872 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21567/statm: 2389603 5063 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300199 s]
/proc/loadavg: 3.66 3.83 3.61 5/193 21567
/proc/meminfo: memFree=29979604/32873844 swapFree=6868/6868
[pid=21567] ppid=21565 vsize=9824668 CPUtime=0.76 cores=1,3,5,7
/proc/21567/stat : 21567 (java) S 21565 21567 20082 0 -1 4202496 9178 0 1 0 74 2 0 0 20 0 22 0 253548383 10060460032 10142 33554432000 1073741824 1073778376 140736475750736 140736475741872 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21567/statm: 2456167 10142 2210 9 0 2446860 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 9824668

[startup+0.7003 s]
/proc/loadavg: 3.66 3.83 3.61 5/193 21567
/proc/meminfo: memFree=29979604/32873844 swapFree=6868/6868
[pid=21567] ppid=21565 vsize=9824668 CPUtime=2.35 cores=1,3,5,7
/proc/21567/stat : 21567 (java) S 21565 21567 20082 0 -1 4202496 15024 0 1 0 230 5 0 0 20 0 22 0 253548383 10060460032 29324 33554432000 1073741824 1073778376 140736475750736 140736475741872 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21567/statm: 2456167 29324 2248 9 0 2446860 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 9824668

[startup+1.50081 s]
/proc/loadavg: 3.66 3.83 3.61 4/216 21596
/proc/meminfo: memFree=29831896/32873844 swapFree=6868/6868
[pid=21567] ppid=21565 vsize=9824668 CPUtime=4.3 cores=1,3,5,7
/proc/21567/stat : 21567 (java) S 21565 21567 20082 0 -1 4202496 19433 0 1 0 423 7 0 0 20 0 22 0 253548383 10060460032 36626 33554432000 1073741824 1073778376 140736475750736 140736475741872 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21567/statm: 2456167 36626 2266 9 0 2446860 0
[pid=21567/tid=21569] ppid=21565 vsize=9824668 CPUtime=0.11 cores=1,3,5,7
/proc/21567/task/21569/stat : 21569 (java) S 21565 21567 20082 0 -1 4202560 2490 0 1 0 10 1 0 0 20 0 22 0 253548384 10060460032 36626 33554432000 1073741824 1073778376 140736475750736 140508980646904 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21567/tid=21570] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21570/stat : 21570 (java) S 21565 21567 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253548385 10060460032 36626 33554432000 1073741824 1073778376 140736475750736 140508919376040 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21567/tid=21571] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21571/stat : 21571 (java) S 21565 21567 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253548385 10060460032 36626 33554432000 1073741824 1073778376 140736475750736 140508918323496 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21567/tid=21572] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21572/stat : 21572 (java) S 21565 21567 20082 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253548385 10060460032 36626 33554432000 1073741824 1073778376 140736475750736 140508917270952 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21567/tid=21573] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21573/stat : 21573 (java) S 21565 21567 20082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253548385 10060460032 36626 33554432000 1073741824 1073778376 140736475750736 140508820879912 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21567/tid=21574] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21574/stat : 21574 (java) S 21565 21567 20082 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253548385 10060460032 36626 33554432000 1073741824 1073778376 140736475750736 140508819827368 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21567/tid=21575] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21575/stat : 21575 (java) S 21565 21567 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253548385 10060460032 36626 33554432000 1073741824 1073778376 140736475750736 140508818774824 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21567/tid=21576] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21576/stat : 21576 (java) S 21565 21567 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253548385 10060460032 36626 33554432000 1073741824 1073778376 140736475750736 140508817722280 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21567/tid=21577] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21577/stat : 21577 (java) S 21565 21567 20082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253548385 10060460032 36626 33554432000 1073741824 1073778376 140736475750736 140508816669736 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21567/tid=21578] ppid=21565 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/21567/task/21578/stat : 21578 (java) S 21565 21567 20082 0 -1 4202560 32 0 0 0 4 0 0 0 20 0 22 0 253548386 10060460032 36626 33554432000 1073741824 1073778376 140736475750736 140508804470888 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21567/tid=21581] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21581/stat : 21581 (java) S 21565 21567 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253548386 10060460032 36626 33554432000 1073741824 1073778376 140736475750736 140508803417208 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21567/tid=21582] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21582/stat : 21582 (java) S 21565 21567 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253548386 10060460032 36626 33554432000 1073741824 1073778376 140736475750736 140508802364552 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21567/tid=21585] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21585/stat : 21585 (java) S 21565 21567 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253548389 10060460032 36626 33554432000 1073741824 1073778376 140736475750736 140508801313296 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21567/tid=21586] ppid=21565 vsize=9824668 CPUtime=0.73 cores=1,3,5,7
/proc/21567/task/21586/stat : 21586 (java) S 21565 21567 20082 0 -1 4202560 6076 0 0 0 72 1 0 0 20 0 22 0 253548389 10060460032 36626 33554432000 1073741824 1073778376 140736475750736 140508800260664 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21567/tid=21587] ppid=21565 vsize=9824668 CPUtime=0.77 cores=1,3,5,7
/proc/21567/task/21587/stat : 21587 (java) S 21565 21567 20082 0 -1 4202560 9445 0 0 0 74 3 0 0 20 0 22 0 253548389 10060460032 36626 33554432000 1073741824 1073778376 140736475750736 140508799208120 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21567/tid=21588] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21588/stat : 21588 (java) S 21565 21567 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253548389 10060460032 36626 33554432000 1073741824 1073778376 140736475750736 140508798155768 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21567/tid=21589] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21589/stat : 21589 (java) S 21565 21567 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253548389 10060460032 36626 33554432000 1073741824 1073778376 140736475750736 140508797103432 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21567/tid=21590] ppid=21565 vsize=9824668 CPUtime=1.27 cores=1,3,5,7
/proc/21567/task/21590/stat : 21590 (java) R 21565 21567 20082 0 -1 4202560 36 0 0 0 127 0 0 0 20 0 22 0 253548397 10060460032 36626 33554432000 1073741824 1073778376 140736475750736 140508796047456 140508920783330 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=21567/tid=21591] ppid=21565 vsize=9824668 CPUtime=1.27 cores=1,3,5,7
/proc/21567/task/21591/stat : 21591 (java) R 21565 21567 20082 0 -1 4202560 115 0 0 0 126 1 0 0 20 0 22 0 253548397 10060460032 36626 33554432000 1073741824 1073778376 140736475750736 140508794994760 140508920859108 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21567/tid=21592] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21592/stat : 21592 (java) S 21565 21567 20082 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253548397 10060460032 36626 33554432000 1073741824 1073778376 140736475750736 140508793943080 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21567/tid=21593] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21593/stat : 21593 (java) S 21565 21567 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253548397 10060460032 36626 33554432000 1073741824 1073778376 140736475750736 140508792890536 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 9824668

[startup+3.10087 s]
/proc/loadavg: 3.66 3.83 3.61 7/219 21605
/proc/meminfo: memFree=29786764/32873844 swapFree=6868/6868
[pid=21567] ppid=21565 vsize=9824668 CPUtime=7.45 cores=1,3,5,7
/proc/21567/stat : 21567 (java) S 21565 21567 20082 0 -1 4202496 19489 0 1 0 737 8 0 0 20 0 22 0 253548383 10060460032 46386 33554432000 1073741824 1073778376 140736475750736 140736475741872 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21567/statm: 2456167 46386 2273 9 0 2446860 0
[pid=21567/tid=21569] ppid=21565 vsize=9824668 CPUtime=0.11 cores=1,3,5,7
/proc/21567/task/21569/stat : 21569 (java) S 21565 21567 20082 0 -1 4202560 2490 0 1 0 10 1 0 0 20 0 22 0 253548384 10060460032 46386 33554432000 1073741824 1073778376 140736475750736 140508980646904 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21567/tid=21570] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21570/stat : 21570 (java) S 21565 21567 20082 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 22 0 253548385 10060460032 46386 33554432000 1073741824 1073778376 140736475750736 140508919376040 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21567/tid=21571] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21571/stat : 21571 (java) S 21565 21567 20082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253548385 10060460032 46386 33554432000 1073741824 1073778376 140736475750736 140508918323496 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21567/tid=21572] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21572/stat : 21572 (java) S 21565 21567 20082 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253548385 10060460032 46386 33554432000 1073741824 1073778376 140736475750736 140508917270952 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21567/tid=21573] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21573/stat : 21573 (java) S 21565 21567 20082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253548385 10060460032 46386 33554432000 1073741824 1073778376 140736475750736 140508820879912 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21567/tid=21574] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21574/stat : 21574 (java) S 21565 21567 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253548385 10060460032 46386 33554432000 1073741824 1073778376 140736475750736 140508819827368 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21567/tid=21575] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21575/stat : 21575 (java) S 21565 21567 20082 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253548385 10060460032 46386 33554432000 1073741824 1073778376 140736475750736 140508818774824 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21567/tid=21576] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21576/stat : 21576 (java) S 21565 21567 20082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253548385 10060460032 46386 33554432000 1073741824 1073778376 140736475750736 140508817722280 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21567/tid=21577] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21577/stat : 21577 (java) S 21565 21567 20082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253548385 10060460032 46386 33554432000 1073741824 1073778376 140736475750736 140508816669736 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21567/tid=21578] ppid=21565 vsize=9824668 CPUtime=0.15 cores=1,3,5,7
/proc/21567/task/21578/stat : 21578 (java) S 21565 21567 20082 0 -1 4202560 36 0 0 0 15 0 0 0 20 0 22 0 253548386 10060460032 46386 33554432000 1073741824 1073778376 140736475750736 140508804470888 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21567/tid=21581] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21581/stat : 21581 (java) S 21565 21567 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253548386 10060460032 46386 33554432000 1073741824 1073778376 140736475750736 140508803417208 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21567/tid=21582] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21582/stat : 21582 (java) S 21565 21567 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253548386 10060460032 46386 33554432000 1073741824 1073778376 140736475750736 140508802364552 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21567/tid=21585] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21585/stat : 21585 (java) S 21565 21567 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253548389 10060460032 46386 33554432000 1073741824 1073778376 140736475750736 140508801313296 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21567/tid=21586] ppid=21565 vsize=9824668 CPUtime=0.79 cores=1,3,5,7
/proc/21567/task/21586/stat : 21586 (java) S 21565 21567 20082 0 -1 4202560 6094 0 0 0 77 2 0 0 20 0 22 0 253548389 10060460032 46386 33554432000 1073741824 1073778376 140736475750736 140508800260664 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21567/tid=21587] ppid=21565 vsize=9824668 CPUtime=0.77 cores=1,3,5,7
/proc/21567/task/21587/stat : 21587 (java) S 21565 21567 20082 0 -1 4202560 9446 0 0 0 74 3 0 0 20 0 22 0 253548389 10060460032 46386 33554432000 1073741824 1073778376 140736475750736 140508799208120 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21567/tid=21588] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21588/stat : 21588 (java) S 21565 21567 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253548389 10060460032 46386 33554432000 1073741824 1073778376 140736475750736 140508798155768 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21567/tid=21589] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21589/stat : 21589 (java) S 21565 21567 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253548389 10060460032 46386 33554432000 1073741824 1073778376 140736475750736 140508797103432 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21567/tid=21590] ppid=21565 vsize=9824668 CPUtime=2.73 cores=1,3,5,7
/proc/21567/task/21590/stat : 21590 (java) R 21565 21567 20082 0 -1 4202560 40 0 0 0 273 0 0 0 20 0 22 0 253548397 10060460032 46386 33554432000 1073741824 1073778376 140736475750736 140508796047576 140508920853585 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21567/tid=21591] ppid=21565 vsize=9824668 CPUtime=2.75 cores=1,3,5,7
/proc/21567/task/21591/stat : 21591 (java) R 21565 21567 20082 0 -1 4202560 130 0 0 0 273 2 0 0 20 0 22 0 253548397 10060460032 46386 33554432000 1073741824 1073778376 140736475750736 140508794992952 140508920907641 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21567/tid=21592] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21592/stat : 21592 (java) S 21565 21567 20082 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253548397 10060460032 46386 33554432000 1073741824 1073778376 140736475750736 140508793943080 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21567/tid=21593] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21593/stat : 21593 (java) S 21565 21567 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253548397 10060460032 46386 33554432000 1073741824 1073778376 140736475750736 140508792890536 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.45
Current children cumulated vsize (KiB) 9824668

[startup+6.30094 s]
/proc/loadavg: 3.60 3.82 3.61 5/219 21608
/proc/meminfo: memFree=29466628/32873844 swapFree=6868/6868
[pid=21567] ppid=21565 vsize=9824668 CPUtime=13.73 cores=1,3,5,7
/proc/21567/stat : 21567 (java) S 21565 21567 20082 0 -1 4202496 19622 0 1 0 1362 11 0 0 20 0 22 0 253548383 10060460032 54522 33554432000 1073741824 1073778376 140736475750736 140736475741872 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21567/statm: 2456167 54522 2273 9 0 2446860 0
[pid=21567/tid=21569] ppid=21565 vsize=9824668 CPUtime=0.11 cores=1,3,5,7
/proc/21567/task/21569/stat : 21569 (java) S 21565 21567 20082 0 -1 4202560 2491 0 1 0 10 1 0 0 20 0 22 0 253548384 10060460032 54522 33554432000 1073741824 1073778376 140736475750736 140508980646904 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21567/tid=21570] ppid=21565 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/21567/task/21570/stat : 21570 (java) S 21565 21567 20082 0 -1 4202560 30 0 0 0 1 0 0 0 20 0 22 0 253548385 10060460032 54522 33554432000 1073741824 1073778376 140736475750736 140508919376040 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21567/tid=21571] ppid=21565 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/21567/task/21571/stat : 21571 (java) S 21565 21567 20082 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 22 0 253548385 10060460032 54522 33554432000 1073741824 1073778376 140736475750736 140508918323496 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21567/tid=21572] ppid=21565 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/21567/task/21572/stat : 21572 (java) S 21565 21567 20082 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 253548385 10060460032 54522 33554432000 1073741824 1073778376 140736475750736 140508917270952 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21567/tid=21573] ppid=21565 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/21567/task/21573/stat : 21573 (java) S 21565 21567 20082 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 253548385 10060460032 54522 33554432000 1073741824 1073778376 140736475750736 140508820879912 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21567/tid=21574] ppid=21565 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/21567/task/21574/stat : 21574 (java) S 21565 21567 20082 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 253548385 10060460032 54522 33554432000 1073741824 1073778376 140736475750736 140508819827368 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21567/tid=21575] ppid=21565 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/21567/task/21575/stat : 21575 (java) S 21565 21567 20082 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 253548385 10060460032 54522 33554432000 1073741824 1073778376 140736475750736 140508818774824 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21567/tid=21576] ppid=21565 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/21567/task/21576/stat : 21576 (java) S 21565 21567 20082 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 253548385 10060460032 54522 33554432000 1073741824 1073778376 140736475750736 140508817722280 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21567/tid=21577] ppid=21565 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/21567/task/21577/stat : 21577 (java) S 21565 21567 20082 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 253548385 10060460032 54522 33554432000 1073741824 1073778376 140736475750736 140508816669736 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21567/tid=21578] ppid=21565 vsize=9824668 CPUtime=0.33 cores=1,3,5,7
/proc/21567/task/21578/stat : 21578 (java) S 21565 21567 20082 0 -1 4202560 105 0 0 0 33 0 0 0 20 0 22 0 253548386 10060460032 54522 33554432000 1073741824 1073778376 140736475750736 140508804470888 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21567/tid=21581] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21581/stat : 21581 (java) S 21565 21567 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253548386 10060460032 54522 33554432000 1073741824 1073778376 140736475750736 140508803417208 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21567/tid=21582] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21582/stat : 21582 (java) S 21565 21567 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253548386 10060460032 54522 33554432000 1073741824 1073778376 140736475750736 140508802364552 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21567/tid=21585] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21585/stat : 21585 (java) S 21565 21567 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253548389 10060460032 54522 33554432000 1073741824 1073778376 140736475750736 140508801313296 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21567/tid=21586] ppid=21565 vsize=9824668 CPUtime=0.81 cores=1,3,5,7
/proc/21567/task/21586/stat : 21586 (java) S 21565 21567 20082 0 -1 4202560 6097 0 0 0 79 2 0 0 20 0 22 0 253548389 10060460032 54522 33554432000 1073741824 1073778376 140736475750736 140508800260664 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

/proc/21567/statm: 2456167 200802 2274 9 0 2446860 0
[pid=21567/tid=21569] ppid=21565 vsize=9824668 CPUtime=0.18 cores=1,3,5,7
/proc/21567/task/21569/stat : 21569 (java) S 21565 21567 20082 0 -1 4202560 2531 0 1 0 15 3 0 0 20 0 22 0 253548384 10060460032 200802 33554432000 1073741824 1073778376 140736475750736 140508980646904 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21567/tid=21570] ppid=21565 vsize=9824668 CPUtime=3.05 cores=1,3,5,7
/proc/21567/task/21570/stat : 21570 (java) S 21565 21567 20082 0 -1 4202560 681 0 0 0 293 12 0 0 20 0 22 0 253548385 10060460032 200802 33554432000 1073741824 1073778376 140736475750736 140508919376040 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21567/tid=21571] ppid=21565 vsize=9824668 CPUtime=3.11 cores=1,3,5,7
/proc/21567/task/21571/stat : 21571 (java) S 21565 21567 20082 0 -1 4202560 751 0 0 0 301 10 0 0 20 0 22 0 253548385 10060460032 200802 33554432000 1073741824 1073778376 140736475750736 140508918323496 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21567/tid=21572] ppid=21565 vsize=9824668 CPUtime=3.22 cores=1,3,5,7
/proc/21567/task/21572/stat : 21572 (java) S 21565 21567 20082 0 -1 4202560 717 0 0 0 307 15 0 0 20 0 22 0 253548385 10060460032 200802 33554432000 1073741824 1073778376 140736475750736 140508917270952 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21567/tid=21573] ppid=21565 vsize=9824668 CPUtime=2.89 cores=1,3,5,7
/proc/21567/task/21573/stat : 21573 (java) S 21565 21567 20082 0 -1 4202560 502 0 0 0 279 10 0 0 20 0 22 0 253548385 10060460032 200802 33554432000 1073741824 1073778376 140736475750736 140508820879912 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21567/tid=21574] ppid=21565 vsize=9824668 CPUtime=3.04 cores=1,3,5,7
/proc/21567/task/21574/stat : 21574 (java) S 21565 21567 20082 0 -1 4202560 582 0 0 0 294 10 0 0 20 0 22 0 253548385 10060460032 200802 33554432000 1073741824 1073778376 140736475750736 140508819827368 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21567/tid=21575] ppid=21565 vsize=9824668 CPUtime=3.2 cores=1,3,5,7
/proc/21567/task/21575/stat : 21575 (java) S 21565 21567 20082 0 -1 4202560 774 0 0 0 307 13 0 0 20 0 22 0 253548385 10060460032 200802 33554432000 1073741824 1073778376 140736475750736 140508818774824 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21567/tid=21576] ppid=21565 vsize=9824668 CPUtime=3.09 cores=1,3,5,7
/proc/21567/task/21576/stat : 21576 (java) S 21565 21567 20082 0 -1 4202560 555 0 0 0 297 12 0 0 20 0 22 0 253548385 10060460032 200802 33554432000 1073741824 1073778376 140736475750736 140508817722280 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21567/tid=21577] ppid=21565 vsize=9824668 CPUtime=3.16 cores=1,3,5,7
/proc/21567/task/21577/stat : 21577 (java) S 21565 21567 20082 0 -1 4202560 1012 0 0 0 306 10 0 0 20 0 22 0 253548385 10060460032 200802 33554432000 1073741824 1073778376 140736475750736 140508816669736 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21567/tid=21578] ppid=21565 vsize=9824668 CPUtime=21.77 cores=1,3,5,7
/proc/21567/task/21578/stat : 21578 (java) S 21565 21567 20082 0 -1 4202560 1046 0 0 0 2155 22 0 0 20 0 22 0 253548386 10060460032 200802 33554432000 1073741824 1073778376 140736475750736 140508804470888 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21567/tid=21581] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21581/stat : 21581 (java) S 21565 21567 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253548386 10060460032 200802 33554432000 1073741824 1073778376 140736475750736 140508803417208 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21567/tid=21582] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21582/stat : 21582 (java) S 21565 21567 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253548386 10060460032 200802 33554432000 1073741824 1073778376 140736475750736 140508802364552 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21567/tid=21585] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21585/stat : 21585 (java) S 21565 21567 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253548389 10060460032 200802 33554432000 1073741824 1073778376 140736475750736 140508801313296 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21567/tid=21586] ppid=21565 vsize=9824668 CPUtime=1.9 cores=1,3,5,7
/proc/21567/task/21586/stat : 21586 (java) S 21565 21567 20082 0 -1 4202560 16401 0 0 0 187 3 0 0 20 0 22 0 253548389 10060460032 200802 33554432000 1073741824 1073778376 140736475750736 140508800260664 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21567/tid=21587] ppid=21565 vsize=9824668 CPUtime=1.3 cores=1,3,5,7
/proc/21567/task/21587/stat : 21587 (java) S 21565 21567 20082 0 -1 4202560 13710 0 0 0 126 4 0 0 20 0 22 0 253548389 10060460032 200802 33554432000 1073741824 1073778376 140736475750736 140508799208120 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21567/tid=21588] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21588/stat : 21588 (java) S 21565 21567 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253548389 10060460032 200802 33554432000 1073741824 1073778376 140736475750736 140508798155768 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21567/tid=21589] ppid=21565 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/21567/task/21589/stat : 21589 (java) S 21565 21567 20082 0 -1 4202560 49 0 0 0 29 16 0 0 20 0 22 0 253548389 10060460032 200802 33554432000 1073741824 1073778376 140736475750736 140508797103432 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21567/tid=21590] ppid=21565 vsize=9824668 CPUtime=791.35 cores=1,3,5,7
/proc/21567/task/21590/stat : 21590 (java) R 21565 21567 20082 0 -1 4202560 297 0 0 0 79119 16 0 0 20 0 22 0 253548397 10060460032 200802 33554432000 1073741824 1073778376 140736475750736 140508796045584 140508921042122 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21567/tid=21591] ppid=21565 vsize=9824668 CPUtime=791.27 cores=1,3,5,7
/proc/21567/task/21591/stat : 21591 (java) R 21565 21567 20082 0 -1 4202560 3035 0 0 0 79099 28 0 0 20 0 22 0 253548397 10060460032 200802 33554432000 1073741824 1073778376 140736475750736 140508794993888 140508920856194 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21567/tid=21592] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21592/stat : 21592 (java) S 21565 21567 20082 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253548397 10060460032 200802 33554432000 1073741824 1073778376 140736475750736 140508793943080 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21567/tid=21593] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21593/stat : 21593 (java) S 21565 21567 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253548397 10060460032 200802 33554432000 1073741824 1073778376 140736475750736 140508792890536 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1637
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.98 3.97 3.79 5/218 21640
/proc/meminfo: memFree=25478984/32873844 swapFree=6868/6868
[pid=21567] ppid=21565 vsize=9824668 CPUtime=1756.38 cores=1,3,5,7
/proc/21567/stat : 21567 (java) S 21565 21567 20082 0 -1 4202496 44008 0 1 0 175477 161 0 0 20 0 22 0 253548383 10060460032 171434 33554432000 1073741824 1073778376 140736475750736 140736475741872 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21567/statm: 2456167 171434 2274 9 0 2446860 0
[pid=21567/tid=21569] ppid=21565 vsize=9824668 CPUtime=0.18 cores=1,3,5,7
/proc/21567/task/21569/stat : 21569 (java) S 21565 21567 20082 0 -1 4202560 2533 0 1 0 15 3 0 0 20 0 22 0 253548384 10060460032 171434 33554432000 1073741824 1073778376 140736475750736 140508980646904 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21567/tid=21570] ppid=21565 vsize=9824668 CPUtime=3.27 cores=1,3,5,7
/proc/21567/task/21570/stat : 21570 (java) S 21565 21567 20082 0 -1 4202560 685 0 0 0 315 12 0 0 20 0 22 0 253548385 10060460032 171434 33554432000 1073741824 1073778376 140736475750736 140508919376040 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21567/tid=21571] ppid=21565 vsize=9824668 CPUtime=3.37 cores=1,3,5,7
/proc/21567/task/21571/stat : 21571 (java) S 21565 21567 20082 0 -1 4202560 785 0 0 0 327 10 0 0 20 0 22 0 253548385 10060460032 171434 33554432000 1073741824 1073778376 140736475750736 140508918323496 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21567/tid=21572] ppid=21565 vsize=9824668 CPUtime=3.45 cores=1,3,5,7
/proc/21567/task/21572/stat : 21572 (java) S 21565 21567 20082 0 -1 4202560 718 0 0 0 330 15 0 0 20 0 22 0 253548385 10060460032 171434 33554432000 1073741824 1073778376 140736475750736 140508917270952 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21567/tid=21573] ppid=21565 vsize=9824668 CPUtime=3.13 cores=1,3,5,7
/proc/21567/task/21573/stat : 21573 (java) S 21565 21567 20082 0 -1 4202560 505 0 0 0 302 11 0 0 20 0 22 0 253548385 10060460032 171434 33554432000 1073741824 1073778376 140736475750736 140508820879912 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21567/tid=21574] ppid=21565 vsize=9824668 CPUtime=3.27 cores=1,3,5,7
/proc/21567/task/21574/stat : 21574 (java) S 21565 21567 20082 0 -1 4202560 586 0 0 0 316 11 0 0 20 0 22 0 253548385 10060460032 171434 33554432000 1073741824 1073778376 140736475750736 140508819827368 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21567/tid=21575] ppid=21565 vsize=9824668 CPUtime=3.49 cores=1,3,5,7
/proc/21567/task/21575/stat : 21575 (java) S 21565 21567 20082 0 -1 4202560 803 0 0 0 336 13 0 0 20 0 22 0 253548385 10060460032 171434 33554432000 1073741824 1073778376 140736475750736 140508818774824 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21567/tid=21576] ppid=21565 vsize=9824668 CPUtime=3.29 cores=1,3,5,7
/proc/21567/task/21576/stat : 21576 (java) S 21565 21567 20082 0 -1 4202560 573 0 0 0 317 12 0 0 20 0 22 0 253548385 10060460032 171434 33554432000 1073741824 1073778376 140736475750736 140508817722280 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21567/tid=21577] ppid=21565 vsize=9824668 CPUtime=3.46 cores=1,3,5,7
/proc/21567/task/21577/stat : 21577 (java) S 21565 21567 20082 0 -1 4202560 1041 0 0 0 335 11 0 0 20 0 22 0 253548385 10060460032 171434 33554432000 1073741824 1073778376 140736475750736 140508816669736 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21567/tid=21578] ppid=21565 vsize=9824668 CPUtime=23.21 cores=1,3,5,7
/proc/21567/task/21578/stat : 21578 (java) S 21565 21567 20082 0 -1 4202560 1081 0 0 0 2298 23 0 0 20 0 22 0 253548386 10060460032 171434 33554432000 1073741824 1073778376 140736475750736 140508804470888 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21567/tid=21581] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21581/stat : 21581 (java) S 21565 21567 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253548386 10060460032 171434 33554432000 1073741824 1073778376 140736475750736 140508803417208 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21567/tid=21582] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21582/stat : 21582 (java) S 21565 21567 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253548386 10060460032 171434 33554432000 1073741824 1073778376 140736475750736 140508802364552 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21567/tid=21585] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21585/stat : 21585 (java) S 21565 21567 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253548389 10060460032 171434 33554432000 1073741824 1073778376 140736475750736 140508801313296 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21567/tid=21586] ppid=21565 vsize=9824668 CPUtime=1.9 cores=1,3,5,7
/proc/21567/task/21586/stat : 21586 (java) S 21565 21567 20082 0 -1 4202560 16401 0 0 0 187 3 0 0 20 0 22 0 253548389 10060460032 171434 33554432000 1073741824 1073778376 140736475750736 140508800260664 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21567/tid=21587] ppid=21565 vsize=9824668 CPUtime=1.3 cores=1,3,5,7
/proc/21567/task/21587/stat : 21587 (java) S 21565 21567 20082 0 -1 4202560 13710 0 0 0 126 4 0 0 20 0 22 0 253548389 10060460032 171434 33554432000 1073741824 1073778376 140736475750736 140508799208120 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21567/tid=21588] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21588/stat : 21588 (java) S 21565 21567 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253548389 10060460032 171434 33554432000 1073741824 1073778376 140736475750736 140508798155768 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21567/tid=21589] ppid=21565 vsize=9824668 CPUtime=0.49 cores=1,3,5,7
/proc/21567/task/21589/stat : 21589 (java) S 21565 21567 20082 0 -1 4202560 51 0 0 0 31 18 0 0 20 0 22 0 253548389 10060460032 171434 33554432000 1073741824 1073778376 140736475750736 140508797103432 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21567/tid=21590] ppid=21565 vsize=9824668 CPUtime=849.16 cores=1,3,5,7
/proc/21567/task/21590/stat : 21590 (java) R 21565 21567 20082 0 -1 4202560 302 0 0 0 84899 17 0 0 20 0 22 0 253548397 10060460032 171434 33554432000 1073741824 1073778376 140736475750736 140508796047456 140508920783658 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21567/tid=21591] ppid=21565 vsize=9824668 CPUtime=849.1 cores=1,3,5,7
/proc/21567/task/21591/stat : 21591 (java) R 21565 21567 20082 0 -1 4202560 3043 0 0 0 84882 28 0 0 20 0 22 0 253548397 10060460032 171434 33554432000 1073741824 1073778376 140736475750736 140508794992992 140508920859034 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21567/tid=21592] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21592/stat : 21592 (java) S 21565 21567 20082 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253548397 10060460032 171434 33554432000 1073741824 1073778376 140736475750736 140508793943080 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21567/tid=21593] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21593/stat : 21593 (java) S 21565 21567 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253548397 10060460032 171434 33554432000 1073741824 1073778376 140736475750736 140508792890536 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1756.38
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+904.208 s]
/proc/loadavg: 3.85 3.94 3.78 5/218 21640
/proc/meminfo: memFree=25364048/32873844 swapFree=6868/6868
[pid=21567] ppid=21565 vsize=9824668 CPUtime=1800.22 cores=1,3,5,7
/proc/21567/stat : 21567 (java) S 21565 21567 20082 0 -1 4202496 44618 0 1 0 179854 168 0 0 20 0 22 0 253548383 10060460032 194470 33554432000 1073741824 1073778376 140736475750736 140736475741872 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21567/statm: 2456167 194470 2274 9 0 2446860 0
[pid=21567/tid=21569] ppid=21565 vsize=9824668 CPUtime=0.18 cores=1,3,5,7
/proc/21567/task/21569/stat : 21569 (java) S 21565 21567 20082 0 -1 4202560 2535 0 1 0 15 3 0 0 20 0 22 0 253548384 10060460032 194470 33554432000 1073741824 1073778376 140736475750736 140508980646904 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21567/tid=21570] ppid=21565 vsize=9824668 CPUtime=3.35 cores=1,3,5,7
/proc/21567/task/21570/stat : 21570 (java) S 21565 21567 20082 0 -1 4202560 692 0 0 0 322 13 0 0 20 0 22 0 253548385 10060460032 194470 33554432000 1073741824 1073778376 140736475750736 140508919376040 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21567/tid=21571] ppid=21565 vsize=9824668 CPUtime=3.49 cores=1,3,5,7
/proc/21567/task/21571/stat : 21571 (java) S 21565 21567 20082 0 -1 4202560 897 0 0 0 338 11 0 0 20 0 22 0 253548385 10060460032 194470 33554432000 1073741824 1073778376 140736475750736 140508918323496 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21567/tid=21572] ppid=21565 vsize=9824668 CPUtime=3.53 cores=1,3,5,7
/proc/21567/task/21572/stat : 21572 (java) S 21565 21567 20082 0 -1 4202560 725 0 0 0 338 15 0 0 20 0 22 0 253548385 10060460032 194470 33554432000 1073741824 1073778376 140736475750736 140508917270952 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21567/tid=21573] ppid=21565 vsize=9824668 CPUtime=3.21 cores=1,3,5,7
/proc/21567/task/21573/stat : 21573 (java) S 21565 21567 20082 0 -1 4202560 515 0 0 0 310 11 0 0 20 0 22 0 253548385 10060460032 194470 33554432000 1073741824 1073778376 140736475750736 140508820879912 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21567/tid=21574] ppid=21565 vsize=9824668 CPUtime=3.39 cores=1,3,5,7
/proc/21567/task/21574/stat : 21574 (java) S 21565 21567 20082 0 -1 4202560 703 0 0 0 328 11 0 0 20 0 22 0 253548385 10060460032 194470 33554432000 1073741824 1073778376 140736475750736 140508819827368 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21567/tid=21575] ppid=21565 vsize=9824668 CPUtime=3.62 cores=1,3,5,7
/proc/21567/task/21575/stat : 21575 (java) S 21565 21567 20082 0 -1 4202560 922 0 0 0 348 14 0 0 20 0 22 0 253548385 10060460032 194470 33554432000 1073741824 1073778376 140736475750736 140508818774824 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21567/tid=21576] ppid=21565 vsize=9824668 CPUtime=3.38 cores=1,3,5,7
/proc/21567/task/21576/stat : 21576 (java) S 21565 21567 20082 0 -1 4202560 689 0 0 0 325 13 0 0 20 0 22 0 253548385 10060460032 194470 33554432000 1073741824 1073778376 140736475750736 140508817722280 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21567/tid=21577] ppid=21565 vsize=9824668 CPUtime=3.53 cores=1,3,5,7
/proc/21567/task/21577/stat : 21577 (java) S 21565 21567 20082 0 -1 4202560 1049 0 0 0 342 11 0 0 20 0 22 0 253548385 10060460032 194470 33554432000 1073741824 1073778376 140736475750736 140508816669736 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21567/tid=21578] ppid=21565 vsize=9824668 CPUtime=23.54 cores=1,3,5,7
/proc/21567/task/21578/stat : 21578 (java) S 21565 21567 20082 0 -1 4202560 1172 0 0 0 2331 23 0 0 20 0 22 0 253548386 10060460032 194470 33554432000 1073741824 1073778376 140736475750736 140508804470888 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21567/tid=21581] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21581/stat : 21581 (java) S 21565 21567 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253548386 10060460032 194470 33554432000 1073741824 1073778376 140736475750736 140508803417208 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21567/tid=21582] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21582/stat : 21582 (java) S 21565 21567 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253548386 10060460032 194470 33554432000 1073741824 1073778376 140736475750736 140508802364552 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21567/tid=21585] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21585/stat : 21585 (java) S 21565 21567 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253548389 10060460032 194470 33554432000 1073741824 1073778376 140736475750736 140508801313296 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21567/tid=21586] ppid=21565 vsize=9824668 CPUtime=1.9 cores=1,3,5,7
/proc/21567/task/21586/stat : 21586 (java) S 21565 21567 20082 0 -1 4202560 16401 0 0 0 187 3 0 0 20 0 22 0 253548389 10060460032 194470 33554432000 1073741824 1073778376 140736475750736 140508800260664 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21567/tid=21587] ppid=21565 vsize=9824668 CPUtime=1.3 cores=1,3,5,7
/proc/21567/task/21587/stat : 21587 (java) S 21565 21567 20082 0 -1 4202560 13710 0 0 0 126 4 0 0 20 0 22 0 253548389 10060460032 194470 33554432000 1073741824 1073778376 140736475750736 140508799208120 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21567/tid=21588] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21588/stat : 21588 (java) S 21565 21567 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253548389 10060460032 194470 33554432000 1073741824 1073778376 140736475750736 140508798155768 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21567/tid=21589] ppid=21565 vsize=9824668 CPUtime=0.5 cores=1,3,5,7
/proc/21567/task/21589/stat : 21589 (java) S 21565 21567 20082 0 -1 4202560 53 0 0 0 32 18 0 0 20 0 22 0 253548389 10060460032 194470 33554432000 1073741824 1073778376 140736475750736 140508797103432 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21567/tid=21590] ppid=21565 vsize=9824668 CPUtime=870.47 cores=1,3,5,7
/proc/21567/task/21590/stat : 21590 (java) R 21565 21567 20082 0 -1 4202560 307 0 0 0 87029 18 0 0 20 0 22 0 253548397 10060460032 194470 33554432000 1073741824 1073778376 140736475750736 140508796046616 140508920782828 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21567/tid=21591] ppid=21565 vsize=9824668 CPUtime=870.41 cores=1,3,5,7
/proc/21567/task/21591/stat : 21591 (java) R 21565 21567 20082 0 -1 4202560 3057 0 0 0 87011 30 0 0 20 0 22 0 253548397 10060460032 194470 33554432000 1073741824 1073778376 140736475750736 140508794993144 140508920855969 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21567/tid=21592] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21592/stat : 21592 (java) S 21565 21567 20082 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253548397 10060460032 194470 33554432000 1073741824 1073778376 140736475750736 140508793943080 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21567/tid=21593] ppid=21565 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21567/task/21593/stat : 21593 (java) S 21565 21567 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253548397 10060460032 194470 33554432000 1073741824 1073778376 140736475750736 140508792890536 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.22
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 21567 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=109253
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=151672
# CPU time returned by wait4() is 1796.26
# while last known CPU time is 1800.22
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 904.274
CPU time (s): 1800.22
CPU user time (s): 1798.54
CPU system time (s): 1.68
CPU usage (%): 199.079
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.11
system time used= 2.15167
maximum resident set size= 899120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44661
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= 29742
involuntary context switches= 51012

runsolver used 3.85041 second user time and 8.97363 second system time

The end

Launcher Data

Begin job on node105 at 2012-05-24 17:53:34
IDJOB=3687920
IDBENCH=2275
IDSOLVER=2268
FILE ID=node105/3687920-1337874814
RUNJOBID= node105-1337871882-20099
PBS_JOBID= 14620099
Free space on /tmp= 71624 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-BIGINT/submitted-PB06/manquiho/Aardal_1/normalized-cuww4.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687920-1337874814/watcher-3687920-1337874814 -o /tmp/evaluation-result-3687920-1337874814/solver-3687920-1337874814 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687920-1337874814.opb

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

MD5SUM BENCH= d53007d2869c28e065ccd77bdf635fbe
RANDOM SEED=1602369030

node105.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.882
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.76
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.882
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.882
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29984328 kB
Buffers:          174800 kB
Cached:          1843256 kB
SwapCached:         6340 kB
Active:           643204 kB
Inactive:        1467608 kB
Active(anon):      80668 kB
Inactive(anon):    14612 kB
Active(file):     562536 kB
Inactive(file):  1452996 kB
Unevictable:        6868 kB
Mlocked:            6868 kB
SwapTotal:      67108856 kB
SwapFree:       67101824 kB
Dirty:              1488 kB
Writeback:             0 kB
AnonPages:         91372 kB
Mapped:            22212 kB
Shmem:                 8 kB
Slab:             623684 kB
SReclaimable:      65476 kB
SUnreclaim:       558208 kB
KernelStack:        1584 kB
PageTables:         4472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     696248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 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= 71620 MiB
End job on node105 at 2012-05-24 18:08:40