Trace number 3709867

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
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.1 1789.66

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/ppp-problems/normalized-ppp:1-11,19,21.opb
MD5SUMd484bc8efed557f17788965b19feafe5
Bench CategoryDEC-SMALLINT (no optimisation, small 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 benchmark17.8783
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4602
Total number of constraints30179
Number of constraints which are clauses29160
Number of constraints which are cardinality constraints (but not clauses)941
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 103
Number of bits of the biggest sum of numbers7
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 This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.12	c configuring ORDERS
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=true
0.10/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3709867-1338133445.opb
0.10/0.12	c reading problem ... 
0.92/0.51	c ... done. Wall clock time 0.386s.
0.92/0.51	c declared #vars     4602
0.92/0.51	c #constraints  30353
0.92/0.51	c constraints type 
0.92/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29334
0.92/0.51	c org.sat4j.minisat.constraints.card.MinWatchCard => 941
0.92/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 78
0.92/0.51	c 30353 constraints processed.
1.76/0.97	c cleaning 2498 clauses out of 5001 with flag 5001/5001
2.12/1.24	c cleaning 4245 clauses out of 8505 with flag 11003/11003
2.46/1.54	c cleaning 5620 clauses out of 11258 with flag 18001/18001
2.90/1.93	c cleaning 6813 clauses out of 13637 with flag 26000/26000
3.37/2.33	c cleaning 7910 clauses out of 15826 with flag 35002/35002
3.89/2.85	c cleaning 8953 clauses out of 17915 with flag 45001/45001
4.51/3.40	c cleaning 9975 clauses out of 19961 with flag 56000/56000
5.32/4.23	c cleaning 10989 clauses out of 21986 with flag 68000/68000
6.04/4.94	c cleaning 11987 clauses out of 24000 with flag 81003/81003
6.76/5.69	c cleaning 13001 clauses out of 26012 with flag 95002/95002
7.80/6.66	c cleaning 13984 clauses out of 28010 with flag 110001/110001
8.71/7.59	c cleaning 15006 clauses out of 30027 with flag 126002/126002
9.83/8.61	c cleaning 15986 clauses out of 32020 with flag 143001/143001
11.37/10.13	c cleaning 17010 clauses out of 34034 with flag 161001/161001
12.59/11.36	c cleaning 18006 clauses out of 36024 with flag 180001/180001
13.92/12.62	c cleaning 18989 clauses out of 38019 with flag 200002/200002
15.54/14.28	c cleaning 20000 clauses out of 40029 with flag 221001/221001
17.16/15.88	c cleaning 21004 clauses out of 42029 with flag 243001/243001
18.57/17.22	c cleaning 21997 clauses out of 44024 with flag 266000/266000
20.10/18.75	c cleaning 22996 clauses out of 46027 with flag 290000/290000
23.33/21.97	c cleaning 24006 clauses out of 48034 with flag 315003/315003
26.27/24.81	c cleaning 24997 clauses out of 50026 with flag 341001/341001
29.11/27.66	c cleaning 26009 clauses out of 52030 with flag 368002/368002
32.33/30.86	c cleaning 27005 clauses out of 54020 with flag 396001/396001
34.15/32.61	c cleaning 27992 clauses out of 56015 with flag 425001/425001
36.79/35.25	c cleaning 28985 clauses out of 58023 with flag 455001/455001
39.52/37.92	c cleaning 30015 clauses out of 60039 with flag 486002/486002
44.63/43.08	c cleaning 31006 clauses out of 62022 with flag 518000/518000
48.17/46.54	c cleaning 32001 clauses out of 64016 with flag 551000/551000
52.70/51.01	c cleaning 33002 clauses out of 66015 with flag 585000/585000
54.63/52.93	c cleaning 34000 clauses out of 68013 with flag 620000/620000
57.56/55.82	c cleaning 35000 clauses out of 70013 with flag 656000/656000
60.38/58.62	c cleaning 36001 clauses out of 72014 with flag 693001/693001
63.43/61.67	c cleaning 36980 clauses out of 74012 with flag 731000/731000
69.36/67.50	c cleaning 38006 clauses out of 76032 with flag 770000/770000
73.18/71.40	c cleaning 39004 clauses out of 78026 with flag 810000/810000
79.50/77.66	c cleaning 39992 clauses out of 80024 with flag 851002/851002
85.64/83.72	c cleaning 41007 clauses out of 82033 with flag 893003/893003
88.60/86.68	c cleaning 41971 clauses out of 84025 with flag 936002/936002
93.52/91.51	c cleaning 43021 clauses out of 86053 with flag 980001/980001
98.06/96.06	c cleaning 44007 clauses out of 88034 with flag 1025003/1025003
103.59/101.51	c cleaning 45004 clauses out of 90024 with flag 1071000/1071000
111.12/109.07	c cleaning 46007 clauses out of 92022 with flag 1118002/1118002
118.98/116.89	c cleaning 46999 clauses out of 94013 with flag 1166000/1166000
123.90/121.78	c cleaning 47981 clauses out of 96014 with flag 1215000/1215000
132.24/130.01	c cleaning 49003 clauses out of 98037 with flag 1265004/1265004
140.69/138.42	c cleaning 49982 clauses out of 100030 with flag 1316000/1316000
145.07/142.73	c cleaning 51020 clauses out of 102049 with flag 1368001/1368001
150.11/147.78	c cleaning 52004 clauses out of 104028 with flag 1421000/1421000
156.15/153.72	c cleaning 52994 clauses out of 106024 with flag 1475000/1475000
162.50/160.01	c cleaning 54010 clauses out of 108031 with flag 1530001/1530001
170.76/168.23	c cleaning 54991 clauses out of 110020 with flag 1586000/1586000
177.09/174.54	c cleaning 55994 clauses out of 112031 with flag 1643002/1643002
187.74/185.16	c cleaning 56992 clauses out of 114035 with flag 1701000/1701000
197.11/194.41	c cleaning 57981 clauses out of 116043 with flag 1760000/1760000
206.34/203.62	c cleaning 59006 clauses out of 118063 with flag 1820001/1820001
216.51/213.78	c cleaning 60002 clauses out of 120056 with flag 1881000/1881000
224.98/222.12	c cleaning 60972 clauses out of 122054 with flag 1943000/1943000
235.83/232.91	c cleaning 62037 clauses out of 124083 with flag 2006001/2006001
243.11/240.18	c cleaning 63015 clauses out of 126045 with flag 2070000/2070000
251.94/248.92	c cleaning 63992 clauses out of 128031 with flag 2135001/2135001
263.91/260.80	c cleaning 65019 clauses out of 130045 with flag 2201007/2201007
274.10/270.92	c cleaning 65982 clauses out of 132019 with flag 2268000/2268000
284.82/281.60	c cleaning 67009 clauses out of 134037 with flag 2336000/2336000
297.09/293.71	c cleaning 67988 clauses out of 136028 with flag 2405000/2405000
304.63/301.25	c cleaning 69005 clauses out of 138044 with flag 2475004/2475004
314.50/311.01	c cleaning 70007 clauses out of 140036 with flag 2546001/2546001
327.59/324.09	c cleaning 71008 clauses out of 142039 with flag 2618011/2618011
336.08/332.44	c cleaning 72005 clauses out of 144021 with flag 2691001/2691001
349.04/345.34	c cleaning 72986 clauses out of 146015 with flag 2765000/2765000
361.24/357.41	c cleaning 74003 clauses out of 148029 with flag 2840000/2840000
375.69/371.86	c cleaning 75006 clauses out of 150027 with flag 2916001/2916001
389.35/385.42	c cleaning 76008 clauses out of 152022 with flag 2993002/2993002
396.22/392.22	c cleaning 76997 clauses out of 154012 with flag 3071000/3071000
407.72/403.61	c cleaning 78001 clauses out of 156015 with flag 3150000/3150000
418.98/414.83	c cleaning 78967 clauses out of 158015 with flag 3230001/3230001
433.07/428.84	c cleaning 80015 clauses out of 160047 with flag 3311000/3311000
456.78/452.45	c cleaning 81009 clauses out of 162033 with flag 3393001/3393001
469.58/465.10	c cleaning 82003 clauses out of 164025 with flag 3476002/3476002
482.36/477.85	c cleaning 83003 clauses out of 166020 with flag 3560000/3560000
497.03/492.42	c cleaning 83999 clauses out of 168020 with flag 3645003/3645003
510.90/506.22	c cleaning 85001 clauses out of 170018 with flag 3731000/3731000
523.39/518.68	c cleaning 85994 clauses out of 172020 with flag 3818003/3818003
544.37/539.51	c cleaning 86996 clauses out of 174023 with flag 3906000/3906000
564.66/559.76	c cleaning 88000 clauses out of 176028 with flag 3995001/3995001
590.39/585.31	c cleaning 89002 clauses out of 178029 with flag 4085002/4085002
617.29/612.10	c cleaning 90000 clauses out of 180025 with flag 4176000/4176000
641.21/635.99	c cleaning 90995 clauses out of 182027 with flag 4268002/4268002
665.21/659.85	c cleaning 91999 clauses out of 184034 with flag 4361004/4361004
691.02/685.52	c cleaning 93000 clauses out of 186031 with flag 4455000/4455000
701.68/696.14	c cleaning 93999 clauses out of 188031 with flag 4550000/4550000
712.14/706.56	c cleaning 95008 clauses out of 190032 with flag 4646000/4646000
722.82/717.17	c cleaning 96008 clauses out of 192029 with flag 4743005/4743005
736.00/730.23	c cleaning 96997 clauses out of 194016 with flag 4841000/4841000
755.11/749.21	c cleaning 98000 clauses out of 196019 with flag 4940000/4940000
768.51/762.54	c cleaning 98961 clauses out of 198022 with flag 5040003/5040003
793.02/786.90	c cleaning 100007 clauses out of 200058 with flag 5141000/5141000
808.70/802.59	c cleaning 101002 clauses out of 202052 with flag 5243001/5243001
829.03/822.76	c cleaning 101998 clauses out of 204049 with flag 5346000/5346000
866.45/860.06	c cleaning 103006 clauses out of 206052 with flag 5450001/5450001
883.49/876.96	c cleaning 104012 clauses out of 208047 with flag 5555002/5555002
906.07/899.47	c cleaning 105006 clauses out of 210033 with flag 5661000/5661000
925.66/918.94	c cleaning 105998 clauses out of 212027 with flag 5768000/5768000
953.47/946.63	c cleaning 107004 clauses out of 214029 with flag 5876000/5876000
973.68/966.70	c cleaning 108004 clauses out of 216027 with flag 5985002/5985002
992.38/985.39	c cleaning 108986 clauses out of 218021 with flag 6095000/6095000
1011.86/1004.76	c cleaning 110007 clauses out of 220035 with flag 6206000/6206000
1028.16/1020.99	c cleaning 110999 clauses out of 222028 with flag 6318000/6318000
1045.62/1038.33	c cleaning 112002 clauses out of 224029 with flag 6431000/6431000
1063.09/1055.73	c cleaning 113005 clauses out of 226031 with flag 6545004/6545004
1081.78/1074.35	c cleaning 113993 clauses out of 228023 with flag 6660001/6660001
1095.94/1088.48	c cleaning 115011 clauses out of 230030 with flag 6776001/6776001
1111.06/1103.43	c cleaning 116003 clauses out of 232019 with flag 6893001/6893001
1131.29/1123.60	c cleaning 116997 clauses out of 234016 with flag 7011001/7011001
1153.35/1145.43	c cleaning 117991 clauses out of 236020 with flag 7130002/7130002
1171.66/1163.62	c cleaning 119002 clauses out of 238027 with flag 7250000/7250000
1198.39/1190.22	c cleaning 120005 clauses out of 240025 with flag 7371000/7371000
1215.17/1206.93	c cleaning 121007 clauses out of 242023 with flag 7493003/7493003
1232.10/1223.79	c cleaning 121999 clauses out of 244013 with flag 7616000/7616000
1250.11/1241.68	c cleaning 123000 clauses out of 246014 with flag 7740000/7740000
1285.32/1276.71	c cleaning 123997 clauses out of 248015 with flag 7865001/7865001
1314.96/1306.25	c cleaning 125002 clauses out of 250017 with flag 7991000/7991000
1343.40/1334.56	c cleaning 125983 clauses out of 252015 with flag 8118000/8118000
1367.13/1358.17	c cleaning 126998 clauses out of 254033 with flag 8246001/8246001
1419.28/1410.17	c cleaning 128007 clauses out of 256035 with flag 8375001/8375001
1465.15/1455.82	c cleaning 129002 clauses out of 258027 with flag 8505000/8505000
1511.38/1501.92	c cleaning 130003 clauses out of 260025 with flag 8636000/8636000
1550.42/1540.85	c cleaning 131002 clauses out of 262022 with flag 8768000/8768000
1592.04/1582.31	c cleaning 131998 clauses out of 264021 with flag 8901001/8901001
1617.75/1607.96	c cleaning 132962 clauses out of 266022 with flag 9035000/9035000
1669.80/1659.87	c cleaning 134001 clauses out of 268063 with flag 9170003/9170003
1717.51/1707.38	c cleaning 135002 clauses out of 270063 with flag 9306004/9306004
1774.40/1764.02	c cleaning 135995 clauses out of 272057 with flag 9443000/9443000
1800.10/1789.62	c starts		: 300
1800.10/1789.62	c conflicts		: 9538234
1800.10/1789.62	c decisions		: 11176568
1800.10/1789.62	c propagations		: 350398020
1800.10/1789.62	c inspects		: 24191415056
1800.10/1789.62	c shortcuts		: 0
1800.10/1789.62	c learnt literals	: 0
1800.10/1789.62	c learnt binary clauses	: 0
1800.10/1789.62	c learnt ternary clauses	: 0
1800.10/1789.62	c learnt constraints	: 9538235
1800.10/1789.62	c ignored constraints	: 0
1800.10/1789.62	c root simplifications	: 300
1800.10/1789.62	c removed literals (reason simplification)	: 14703851
1800.10/1789.62	c reason swapping (by a shorter reason)	: 0
1800.10/1789.62	c Calls to reduceDB	: 133
1800.10/1789.62	c number of reductions to clauses (during analyze)	: 0
1800.10/1789.62	c number of learned constraints concerned by reduction	: 0
1800.10/1789.62	c number of learning phase by resolution	: 0
1800.10/1789.62	c number of learning phase by cutting planes	: 0
1800.10/1789.62	c speed (assignments/second)	: 195851.59689229223
1800.10/1789.62	c non guided choices	46693
1800.10/1789.66	c learnt constraints type 
1800.10/1789.66	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 231382
1800.10/1789.66	c constraints type 
1800.10/1789.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29334
1800.10/1789.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 941
1800.10/1789.66	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 78
1800.10/1789.66	c 30353 constraints processed.
1800.10/1789.66	s UNKNOWN
1800.10/1789.66	c Total wall clock time (in seconds): 1789.534

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3709867-1338133445/watcher-3709867-1338133445 -o /tmp/evaluation-result-3709867-1338133445/solver-3709867-1338133445 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709867-1338133445.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.02 2.00 3/194 22341
/proc/meminfo: memFree=30744400/32873844 swapFree=7116/7116
[pid=22341] ppid=22339 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/22341/stat : 22341 (java) R 22339 22341 19004 0 -1 4202496 1071 0 0 0 0 0 0 0 20 0 1 0 279469422 23793664 800 33554432000 1073741824 1073778376 140735146049120 140735146038184 140652610702176 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22341/statm: 5809 820 615 9 0 128 0

[startup+0.0247599 s]
/proc/loadavg: 2.01 2.02 2.00 3/194 22341
/proc/meminfo: memFree=30744400/32873844 swapFree=7116/7116
[pid=22341] ppid=22339 vsize=9016616 CPUtime=0 cores=1,3,5,7
/proc/22341/stat : 22341 (java) S 22339 22341 19004 0 -1 4202496 2843 0 1 0 0 0 0 0 20 0 10 0 279469422 9233014784 3032 33554432000 1073741824 1073778376 140735146049120 140735146040256 240568533053 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22341/statm: 2254154 3032 1561 9 0 2244855 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.100373 s]
/proc/loadavg: 2.01 2.02 2.00 3/194 22341
/proc/meminfo: memFree=30744400/32873844 swapFree=7116/7116
[pid=22341] ppid=22339 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/22341/stat : 22341 (java) S 22339 22341 19004 0 -1 4202496 4325 0 1 0 9 1 0 0 20 0 18 0 279469422 9787842560 5533 33554432000 1073741824 1073778376 140735146049120 140735146040256 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22341/statm: 2389610 5533 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300202 s]
/proc/loadavg: 2.01 2.02 2.00 3/194 22341
/proc/meminfo: memFree=30744400/32873844 swapFree=7116/7116
[pid=22341] ppid=22339 vsize=9558440 CPUtime=0.5 cores=1,3,5,7
/proc/22341/stat : 22341 (java) S 22339 22341 19004 0 -1 4202496 6287 0 1 0 48 2 0 0 20 0 18 0 279469422 9787842560 13425 33554432000 1073741824 1073778376 140735146049120 140735146040256 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22341/statm: 2389610 13425 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558440

[startup+0.700209 s]
/proc/loadavg: 2.01 2.02 2.00 3/194 22341
/proc/meminfo: memFree=30744400/32873844 swapFree=7116/7116
[pid=22341] ppid=22339 vsize=9625004 CPUtime=1.43 cores=1,3,5,7
/proc/22341/stat : 22341 (java) S 22339 22341 19004 0 -1 4202496 8140 0 1 0 138 5 0 0 20 0 19 0 279469422 9856004096 34101 33554432000 1073741824 1073778376 140735146049120 140735146040256 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22341/statm: 2406251 34101 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 9625004

[startup+1.5007 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 22360
/proc/meminfo: memFree=30606116/32873844 swapFree=7116/7116
[pid=22341] ppid=22339 vsize=9625004 CPUtime=2.46 cores=1,3,5,7
/proc/22341/stat : 22341 (java) S 22339 22341 19004 0 -1 4202496 8651 0 1 0 240 6 0 0 20 0 19 0 279469422 9856004096 38803 33554432000 1073741824 1073778376 140735146049120 140735146040256 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22341/statm: 2406251 38803 2286 9 0 2396937 0
[pid=22341/tid=22343] ppid=22339 vsize=9625004 CPUtime=1.42 cores=1,3,5,7
/proc/22341/task/22343/stat : 22343 (java) R 22339 22341 19004 0 -1 4202560 2626 0 1 0 138 4 0 0 20 0 19 0 279469423 9856004096 38803 33554432000 1073741824 1073778376 140735146049120 140652604576264 140652477828097 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22341/tid=22344] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22344/stat : 22344 (java) S 22339 22341 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279469423 9856004096 38803 33554432000 1073741824 1073778376 140735146049120 140652448541096 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22341/tid=22345] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22345/stat : 22345 (java) S 22339 22341 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279469423 9856004096 38803 33554432000 1073741824 1073778376 140735146049120 140652447488552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22341/tid=22346] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22346/stat : 22346 (java) S 22339 22341 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279469423 9856004096 38803 33554432000 1073741824 1073778376 140735146049120 140652446435496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22341/tid=22347] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22347/stat : 22347 (java) S 22339 22341 19004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 279469423 9856004096 38803 33554432000 1073741824 1073778376 140735146049120 140652445382952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22341/tid=22348] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22348/stat : 22348 (java) S 22339 22341 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279469423 9856004096 38803 33554432000 1073741824 1073778376 140735146049120 140652444330920 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22341/tid=22349] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22349/stat : 22349 (java) S 22339 22341 19004 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 279469423 9856004096 38803 33554432000 1073741824 1073778376 140735146049120 140652443278376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22341/tid=22350] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22350/stat : 22350 (java) S 22339 22341 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279469423 9856004096 38803 33554432000 1073741824 1073778376 140735146049120 140652442225320 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22341/tid=22351] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22351/stat : 22351 (java) S 22339 22341 19004 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 279469423 9856004096 38803 33554432000 1073741824 1073778376 140735146049120 140652441172776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22341/tid=22352] ppid=22339 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/22341/task/22352/stat : 22352 (java) S 22339 22341 19004 0 -1 4202560 34 0 0 0 3 0 0 0 20 0 19 0 279469425 9856004096 38803 33554432000 1073741824 1073778376 140735146049120 140652428761448 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22341/tid=22353] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22353/stat : 22353 (java) S 22339 22341 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279469425 9856004096 38803 33554432000 1073741824 1073778376 140735146049120 140652427707768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22341/tid=22354] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22354/stat : 22354 (java) S 22339 22341 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279469425 9856004096 38803 33554432000 1073741824 1073778376 140735146049120 140652426654600 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22341/tid=22355] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22355/stat : 22355 (java) S 22339 22341 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279469428 9856004096 38803 33554432000 1073741824 1073778376 140735146049120 140652425603344 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22341/tid=22356] ppid=22339 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/22341/task/22356/stat : 22356 (java) S 22339 22341 19004 0 -1 4202560 2362 0 0 0 44 0 0 0 20 0 19 0 279469428 9856004096 38803 33554432000 1073741824 1073778376 140735146049120 140652424551224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22341/tid=22357] ppid=22339 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/22341/task/22357/stat : 22357 (java) S 22339 22341 19004 0 -1 4202560 2406 0 0 0 46 0 0 0 20 0 19 0 279469428 9856004096 38803 33554432000 1073741824 1073778376 140735146049120 140652423498680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22341/tid=22358] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22358/stat : 22358 (java) S 22339 22341 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279469428 9856004096 38803 33554432000 1073741824 1073778376 140735146049120 140652422445816 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22341/tid=22359] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22359/stat : 22359 (java) S 22339 22341 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279469428 9856004096 38803 33554432000 1073741824 1073778376 140735146049120 140652421393480 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22341/tid=22360] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22360/stat : 22360 (java) S 22339 22341 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279469474 9856004096 38803 33554432000 1073741824 1073778376 140735146049120 140652420338728 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 9625004

[startup+3.10067 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 22360
/proc/meminfo: memFree=30594760/32873844 swapFree=7116/7116
[pid=22341] ppid=22339 vsize=9625004 CPUtime=4.21 cores=1,3,5,7
/proc/22341/stat : 22341 (java) S 22339 22341 19004 0 -1 4202496 9293 0 1 0 415 6 0 0 20 0 19 0 279469422 9856004096 39888 33554432000 1073741824 1073778376 140735146049120 140735146040256 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22341/statm: 2406251 39888 2286 9 0 2396937 0
[pid=22341/tid=22343] ppid=22339 vsize=9625004 CPUtime=2.88 cores=1,3,5,7
/proc/22341/task/22343/stat : 22343 (java) R 22339 22341 19004 0 -1 4202560 2628 0 1 0 284 4 0 0 20 0 19 0 279469423 9856004096 39888 33554432000 1073741824 1073778376 140735146049120 140652604576184 140652477770158 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22341/tid=22344] ppid=22339 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/22341/task/22344/stat : 22344 (java) S 22339 22341 19004 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 279469423 9856004096 39888 33554432000 1073741824 1073778376 140735146049120 140652448541096 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22341/tid=22345] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22345/stat : 22345 (java) S 22339 22341 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279469423 9856004096 39888 33554432000 1073741824 1073778376 140735146049120 140652447488552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22341/tid=22346] ppid=22339 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/22341/task/22346/stat : 22346 (java) S 22339 22341 19004 0 -1 4202560 4 0 0 0 2 0 0 0 20 0 19 0 279469423 9856004096 39888 33554432000 1073741824 1073778376 140735146049120 140652446435496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22341/tid=22347] ppid=22339 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/22341/task/22347/stat : 22347 (java) S 22339 22341 19004 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 279469423 9856004096 39888 33554432000 1073741824 1073778376 140735146049120 140652445382952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22341/tid=22348] ppid=22339 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/22341/task/22348/stat : 22348 (java) S 22339 22341 19004 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 279469423 9856004096 39888 33554432000 1073741824 1073778376 140735146049120 140652444330920 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22341/tid=22349] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22349/stat : 22349 (java) S 22339 22341 19004 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 279469423 9856004096 39888 33554432000 1073741824 1073778376 140735146049120 140652443278376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22341/tid=22350] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22350/stat : 22350 (java) S 22339 22341 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279469423 9856004096 39888 33554432000 1073741824 1073778376 140735146049120 140652442225320 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22341/tid=22351] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22351/stat : 22351 (java) S 22339 22341 19004 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 279469423 9856004096 39888 33554432000 1073741824 1073778376 140735146049120 140652441172776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22341/tid=22352] ppid=22339 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/22341/task/22352/stat : 22352 (java) S 22339 22341 19004 0 -1 4202560 35 0 0 0 12 0 0 0 20 0 19 0 279469425 9856004096 39888 33554432000 1073741824 1073778376 140735146049120 140652428761448 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22341/tid=22353] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22353/stat : 22353 (java) S 22339 22341 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279469425 9856004096 39888 33554432000 1073741824 1073778376 140735146049120 140652427707768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22341/tid=22354] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22354/stat : 22354 (java) S 22339 22341 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279469425 9856004096 39888 33554432000 1073741824 1073778376 140735146049120 140652426654600 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22341/tid=22355] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22355/stat : 22355 (java) S 22339 22341 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279469428 9856004096 39888 33554432000 1073741824 1073778376 140735146049120 140652425603344 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22341/tid=22356] ppid=22339 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/22341/task/22356/stat : 22356 (java) S 22339 22341 19004 0 -1 4202560 2362 0 0 0 45 0 0 0 20 0 19 0 279469428 9856004096 39888 33554432000 1073741824 1073778376 140735146049120 140652424551224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22341/tid=22357] ppid=22339 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/22341/task/22357/stat : 22357 (java) S 22339 22341 19004 0 -1 4202560 3033 0 0 0 51 1 0 0 20 0 19 0 279469428 9856004096 39888 33554432000 1073741824 1073778376 140735146049120 140652423498680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22341/tid=22358] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22358/stat : 22358 (java) S 22339 22341 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279469428 9856004096 39888 33554432000 1073741824 1073778376 140735146049120 140652422445816 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22341/tid=22359] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22359/stat : 22359 (java) S 22339 22341 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279469428 9856004096 39888 33554432000 1073741824 1073778376 140735146049120 140652421393480 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22341/tid=22360] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22360/stat : 22360 (java) S 22339 22341 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279469474 9856004096 39888 33554432000 1073741824 1073778376 140735146049120 140652420338728 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 9625004

[startup+6.30067 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 22360
/proc/meminfo: memFree=30590912/32873844 swapFree=7116/7116
[pid=22341] ppid=22339 vsize=9625004 CPUtime=7.49 cores=1,3,5,7
/proc/22341/stat : 22341 (java) S 22339 22341 19004 0 -1 4202496 9316 0 1 0 743 6 0 0 20 0 19 0 279469422 9856004096 40861 33554432000 1073741824 1073778376 140735146049120 140735146040256 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22341/statm: 2406251 40861 2286 9 0 2396937 0
[pid=22341/tid=22343] ppid=22339 vsize=9625004 CPUtime=5.92 cores=1,3,5,7
/proc/22341/task/22343/stat : 22343 (java) R 22339 22341 19004 0 -1 4202560 2633 0 1 0 588 4 0 0 20 0 19 0 279469423 9856004096 40861 33554432000 1073741824 1073778376 140735146049120 140652604576184 140652477916245 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22341/tid=22344] ppid=22339 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/22341/task/22344/stat : 22344 (java) S 22339 22341 19004 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 279469423 9856004096 40861 33554432000 1073741824 1073778376 140735146049120 140652448541096 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22341/tid=22345] ppid=22339 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/22341/task/22345/stat : 22345 (java) S 22339 22341 19004 0 -1 4202560 4 0 0 0 2 0 0 0 20 0 19 0 279469423 9856004096 40861 33554432000 1073741824 1073778376 140735146049120 140652447488552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22341/tid=22346] ppid=22339 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/22341/task/22346/stat : 22346 (java) S 22339 22341 19004 0 -1 4202560 4 0 0 0 3 0 0 0 20 0 19 0 279469423 9856004096 40861 33554432000 1073741824 1073778376 140735146049120 140652446435496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22341/tid=22347] ppid=22339 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/22341/task/22347/stat : 22347 (java) S 22339 22341 19004 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 19 0 279469423 9856004096 40861 33554432000 1073741824 1073778376 140735146049120 140652445382952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22341/tid=22348] ppid=22339 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/22341/task/22348/stat : 22348 (java) S 22339 22341 19004 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 279469423 9856004096 40861 33554432000 1073741824 1073778376 140735146049120 140652444330920 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22341/tid=22349] ppid=22339 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/22341/task/22349/stat : 22349 (java) S 22339 22341 19004 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 279469423 9856004096 40861 33554432000 1073741824 1073778376 140735146049120 140652443278376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22341/tid=22350] ppid=22339 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/22341/task/22350/stat : 22350 (java) S 22339 22341 19004 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 279469423 9856004096 40861 33554432000 1073741824 1073778376 140735146049120 140652442225320 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22341/tid=22351] ppid=22339 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/22341/task/22351/stat : 22351 (java) S 22339 22341 19004 0 -1 4202560 5 0 0 0 3 0 0 0 20 0 19 0 279469423 9856004096 40861 33554432000 1073741824 1073778376 140735146049120 140652441172776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22341/tid=22352] ppid=22339 vsize=9625004 CPUtime=0.23 cores=1,3,5,7
/proc/22341/task/22352/stat : 22352 (java) S 22339 22341 19004 0 -1 4202560 36 0 0 0 23 0 0 0 20 0 19 0 279469425 9856004096 40861 33554432000 1073741824 1073778376 140735146049120 140652428761448 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22341/tid=22353] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22353/stat : 22353 (java) S 22339 22341 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279469425 9856004096 40861 33554432000 1073741824 1073778376 140735146049120 140652427707768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22341/tid=22354] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22354/stat : 22354 (java) S 22339 22341 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279469425 9856004096 40861 33554432000 1073741824 1073778376 140735146049120 140652426654600 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22341/tid=22355] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22355/stat : 22355 (java) S 22339 22341 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279469428 9856004096 40861 33554432000 1073741824 1073778376 140735146049120 140652425603344 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22341/tid=22356] ppid=22339 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/22341/task/22356/stat : 22356 (java) S 22339 22341 19004 0 -1 4202560 2362 0 0 0 45 0 0 0 20 0 19 0 279469428 9856004096 40861 33554432000 1073741824 1073778376 140735146049120 140652424551224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22341/tid=22357] ppid=22339 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/22341/task/22357/stat : 22357 (java) S 22339 22341 19004 0 -1 4202560 3033 0 0 0 51 1 0 0 20 0 19 0 279469428 9856004096 40861 33554432000 1073741824 1073778376 140735146049120 140652423498680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22341/tid=22358] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22358/stat : 22358 (java) S 22339 22341 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279469428 9856004096 40861 33554432000 1073741824 1073778376 140735146049120 140652422445816 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22341/tid=22359] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22359/stat : 22359 (java) S 22339 22341 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279469428 9856004096 40861 33554432000 1073741824 1073778376 140735146049120 140652421393480 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22341/tid=22360] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22360/stat : 22360 (java) S 22339 22341 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279469474 9856004096 40861 33554432000 1073741824 1073778376 140735146049120 140652420338728 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.49
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]

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

[pid=22341/tid=22356] ppid=22339 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/22341/task/22356/stat : 22356 (java) S 22339 22341 19004 0 -1 4202560 2362 0 0 0 45 0 0 0 20 0 19 0 279469428 9856004096 112608 33554432000 1073741824 1073778376 140735146049120 140652424551224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22341/tid=22357] ppid=22339 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/22341/task/22357/stat : 22357 (java) S 22339 22341 19004 0 -1 4202560 3355 0 0 0 53 1 0 0 20 0 19 0 279469428 9856004096 112608 33554432000 1073741824 1073778376 140735146049120 140652423498680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22341/tid=22358] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22358/stat : 22358 (java) S 22339 22341 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279469428 9856004096 112608 33554432000 1073741824 1073778376 140735146049120 140652422445816 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22341/tid=22359] ppid=22339 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/22341/task/22359/stat : 22359 (java) S 22339 22341 19004 0 -1 4202560 97 0 0 0 46 23 0 0 20 0 19 0 279469428 9856004096 112608 33554432000 1073741824 1073778376 140735146049120 140652421393480 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22341/tid=22360] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22360/stat : 22360 (java) S 22339 22341 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279469474 9856004096 112608 33554432000 1073741824 1073778376 140735146049120 140652420338728 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1672.45
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 1.97 1.99 1.99 3/213 22515
/proc/meminfo: memFree=30377624/32873844 swapFree=7116/7116
[pid=22341] ppid=22339 vsize=9625004 CPUtime=1732.65 cores=1,3,5,7
/proc/22341/stat : 22341 (java) S 22339 22341 19004 0 -1 4202496 12218 0 1 0 173180 85 0 0 20 0 19 0 279469422 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140735146040256 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22341/statm: 2406251 113120 2287 9 0 2396937 0
[pid=22341/tid=22343] ppid=22339 vsize=9625004 CPUtime=1702.84 cores=1,3,5,7
/proc/22341/task/22343/stat : 22343 (java) R 22339 22341 19004 0 -1 4202560 2756 0 1 0 170255 29 0 0 20 0 19 0 279469423 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652604576064 140652477771328 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22341/tid=22344] ppid=22339 vsize=9625004 CPUtime=1.37 cores=1,3,5,7
/proc/22341/task/22344/stat : 22344 (java) S 22339 22341 19004 0 -1 4202560 274 0 0 0 132 5 0 0 20 0 19 0 279469423 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652448541096 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22341/tid=22345] ppid=22339 vsize=9625004 CPUtime=1.35 cores=1,3,5,7
/proc/22341/task/22345/stat : 22345 (java) S 22339 22341 19004 0 -1 4202560 263 0 0 0 130 5 0 0 20 0 19 0 279469423 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652447488552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22341/tid=22346] ppid=22339 vsize=9625004 CPUtime=1.53 cores=1,3,5,7
/proc/22341/task/22346/stat : 22346 (java) S 22339 22341 19004 0 -1 4202560 300 0 0 0 150 3 0 0 20 0 19 0 279469423 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652446435496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22341/tid=22347] ppid=22339 vsize=9625004 CPUtime=1.42 cores=1,3,5,7
/proc/22341/task/22347/stat : 22347 (java) S 22339 22341 19004 0 -1 4202560 335 0 0 0 136 6 0 0 20 0 19 0 279469423 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652445382952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22341/tid=22348] ppid=22339 vsize=9625004 CPUtime=1.28 cores=1,3,5,7
/proc/22341/task/22348/stat : 22348 (java) S 22339 22341 19004 0 -1 4202560 318 0 0 0 124 4 0 0 20 0 19 0 279469423 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652444330920 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22341/tid=22349] ppid=22339 vsize=9625004 CPUtime=1.55 cores=1,3,5,7
/proc/22341/task/22349/stat : 22349 (java) S 22339 22341 19004 0 -1 4202560 441 0 0 0 149 6 0 0 20 0 19 0 279469423 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652443278376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22341/tid=22350] ppid=22339 vsize=9625004 CPUtime=1.48 cores=1,3,5,7
/proc/22341/task/22350/stat : 22350 (java) S 22339 22341 19004 0 -1 4202560 242 0 0 0 144 4 0 0 20 0 19 0 279469423 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652442225320 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22341/tid=22351] ppid=22339 vsize=9625004 CPUtime=1.44 cores=1,3,5,7
/proc/22341/task/22351/stat : 22351 (java) S 22339 22341 19004 0 -1 4202560 146 0 0 0 137 7 0 0 20 0 19 0 279469423 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652441172776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22341/tid=22352] ppid=22339 vsize=9625004 CPUtime=11.9 cores=1,3,5,7
/proc/22341/task/22352/stat : 22352 (java) S 22339 22341 19004 0 -1 4202560 147 0 0 0 1186 4 0 0 20 0 19 0 279469425 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652428761448 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22341/tid=22353] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22353/stat : 22353 (java) S 22339 22341 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279469425 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652427707768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22341/tid=22354] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22354/stat : 22354 (java) S 22339 22341 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279469425 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652426654600 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22341/tid=22355] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22355/stat : 22355 (java) S 22339 22341 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279469428 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652425603344 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22341/tid=22356] ppid=22339 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/22341/task/22356/stat : 22356 (java) S 22339 22341 19004 0 -1 4202560 2362 0 0 0 45 0 0 0 20 0 19 0 279469428 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652424551224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22341/tid=22357] ppid=22339 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/22341/task/22357/stat : 22357 (java) S 22339 22341 19004 0 -1 4202560 3355 0 0 0 53 1 0 0 20 0 19 0 279469428 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652423498680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22341/tid=22358] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22358/stat : 22358 (java) S 22339 22341 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279469428 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652422445816 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22341/tid=22359] ppid=22339 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/22341/task/22359/stat : 22359 (java) S 22339 22341 19004 0 -1 4202560 99 0 0 0 49 23 0 0 20 0 19 0 279469428 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652421393480 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22341/tid=22360] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22360/stat : 22360 (java) S 22339 22341 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279469474 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652420338728 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1732.65
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/213 22515
/proc/meminfo: memFree=30377624/32873844 swapFree=7116/7116
[pid=22341] ppid=22339 vsize=9625004 CPUtime=1792.78 cores=1,3,5,7
/proc/22341/stat : 22341 (java) S 22339 22341 19004 0 -1 4202496 12225 0 1 0 179192 86 0 0 20 0 19 0 279469422 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140735146040256 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22341/statm: 2406251 113120 2287 9 0 2396937 0
[pid=22341/tid=22343] ppid=22339 vsize=9625004 CPUtime=1762.51 cores=1,3,5,7
/proc/22341/task/22343/stat : 22343 (java) R 22339 22341 19004 0 -1 4202560 2757 0 1 0 176221 30 0 0 20 0 19 0 279469423 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652604576064 140652477770080 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22341/tid=22344] ppid=22339 vsize=9625004 CPUtime=1.39 cores=1,3,5,7
/proc/22341/task/22344/stat : 22344 (java) S 22339 22341 19004 0 -1 4202560 274 0 0 0 134 5 0 0 20 0 19 0 279469423 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652448541096 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22341/tid=22345] ppid=22339 vsize=9625004 CPUtime=1.36 cores=1,3,5,7
/proc/22341/task/22345/stat : 22345 (java) S 22339 22341 19004 0 -1 4202560 263 0 0 0 131 5 0 0 20 0 19 0 279469423 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652447488552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22341/tid=22346] ppid=22339 vsize=9625004 CPUtime=1.54 cores=1,3,5,7
/proc/22341/task/22346/stat : 22346 (java) S 22339 22341 19004 0 -1 4202560 300 0 0 0 151 3 0 0 20 0 19 0 279469423 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652446435496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22341/tid=22347] ppid=22339 vsize=9625004 CPUtime=1.43 cores=1,3,5,7
/proc/22341/task/22347/stat : 22347 (java) S 22339 22341 19004 0 -1 4202560 335 0 0 0 137 6 0 0 20 0 19 0 279469423 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652445382952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22341/tid=22348] ppid=22339 vsize=9625004 CPUtime=1.29 cores=1,3,5,7
/proc/22341/task/22348/stat : 22348 (java) S 22339 22341 19004 0 -1 4202560 318 0 0 0 125 4 0 0 20 0 19 0 279469423 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652444330920 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22341/tid=22349] ppid=22339 vsize=9625004 CPUtime=1.56 cores=1,3,5,7
/proc/22341/task/22349/stat : 22349 (java) S 22339 22341 19004 0 -1 4202560 441 0 0 0 150 6 0 0 20 0 19 0 279469423 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652443278376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22341/tid=22350] ppid=22339 vsize=9625004 CPUtime=1.51 cores=1,3,5,7
/proc/22341/task/22350/stat : 22350 (java) S 22339 22341 19004 0 -1 4202560 242 0 0 0 146 5 0 0 20 0 19 0 279469423 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652442225320 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22341/tid=22351] ppid=22339 vsize=9625004 CPUtime=1.45 cores=1,3,5,7
/proc/22341/task/22351/stat : 22351 (java) S 22339 22341 19004 0 -1 4202560 146 0 0 0 138 7 0 0 20 0 19 0 279469423 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652441172776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22341/tid=22352] ppid=22339 vsize=9625004 CPUtime=12.06 cores=1,3,5,7
/proc/22341/task/22352/stat : 22352 (java) S 22339 22341 19004 0 -1 4202560 149 0 0 0 1202 4 0 0 20 0 19 0 279469425 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652428761448 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22341/tid=22353] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22353/stat : 22353 (java) S 22339 22341 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279469425 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652427707768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22341/tid=22354] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22354/stat : 22354 (java) S 22339 22341 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279469425 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652426654600 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22341/tid=22355] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22355/stat : 22355 (java) S 22339 22341 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279469428 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652425603344 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22341/tid=22356] ppid=22339 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/22341/task/22356/stat : 22356 (java) S 22339 22341 19004 0 -1 4202560 2362 0 0 0 45 0 0 0 20 0 19 0 279469428 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652424551224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22341/tid=22357] ppid=22339 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/22341/task/22357/stat : 22357 (java) S 22339 22341 19004 0 -1 4202560 3355 0 0 0 53 1 0 0 20 0 19 0 279469428 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652423498680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22341/tid=22358] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22358/stat : 22358 (java) S 22339 22341 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279469428 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652422445816 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22341/tid=22359] ppid=22339 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/22341/task/22359/stat : 22359 (java) R 22339 22341 19004 0 -1 4202560 103 0 0 0 51 24 0 0 20 0 19 0 279469428 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652421393480 240568547241 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22341/tid=22360] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22360/stat : 22360 (java) S 22339 22341 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279469474 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652420338728 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1792.78
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.6 s]
/proc/loadavg: 1.99 1.99 1.99 3/213 22515
/proc/meminfo: memFree=30377624/32873844 swapFree=7116/7116
[pid=22341] ppid=22339 vsize=9625004 CPUtime=1800.1 cores=1,3,5,7
/proc/22341/stat : 22341 (java) S 22339 22341 19004 0 -1 4202496 12225 0 1 0 179924 86 0 0 20 0 19 0 279469422 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140735146040256 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22341/statm: 2406251 113120 2287 9 0 2396937 0
[pid=22341/tid=22343] ppid=22339 vsize=9625004 CPUtime=1769.8 cores=1,3,5,7
/proc/22341/task/22343/stat : 22343 (java) R 22339 22341 19004 0 -1 4202560 2757 0 1 0 176950 30 0 0 20 0 19 0 279469423 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652604576064 140652477770426 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22341/tid=22344] ppid=22339 vsize=9625004 CPUtime=1.39 cores=1,3,5,7
/proc/22341/task/22344/stat : 22344 (java) S 22339 22341 19004 0 -1 4202560 274 0 0 0 134 5 0 0 20 0 19 0 279469423 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652448541096 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22341/tid=22345] ppid=22339 vsize=9625004 CPUtime=1.36 cores=1,3,5,7
/proc/22341/task/22345/stat : 22345 (java) S 22339 22341 19004 0 -1 4202560 263 0 0 0 131 5 0 0 20 0 19 0 279469423 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652447488552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22341/tid=22346] ppid=22339 vsize=9625004 CPUtime=1.54 cores=1,3,5,7
/proc/22341/task/22346/stat : 22346 (java) S 22339 22341 19004 0 -1 4202560 300 0 0 0 151 3 0 0 20 0 19 0 279469423 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652446435496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22341/tid=22347] ppid=22339 vsize=9625004 CPUtime=1.43 cores=1,3,5,7
/proc/22341/task/22347/stat : 22347 (java) S 22339 22341 19004 0 -1 4202560 335 0 0 0 137 6 0 0 20 0 19 0 279469423 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652445382952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22341/tid=22348] ppid=22339 vsize=9625004 CPUtime=1.29 cores=1,3,5,7
/proc/22341/task/22348/stat : 22348 (java) S 22339 22341 19004 0 -1 4202560 318 0 0 0 125 4 0 0 20 0 19 0 279469423 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652444330920 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22341/tid=22349] ppid=22339 vsize=9625004 CPUtime=1.56 cores=1,3,5,7
/proc/22341/task/22349/stat : 22349 (java) S 22339 22341 19004 0 -1 4202560 441 0 0 0 150 6 0 0 20 0 19 0 279469423 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652443278376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22341/tid=22350] ppid=22339 vsize=9625004 CPUtime=1.51 cores=1,3,5,7
/proc/22341/task/22350/stat : 22350 (java) S 22339 22341 19004 0 -1 4202560 242 0 0 0 146 5 0 0 20 0 19 0 279469423 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652442225320 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22341/tid=22351] ppid=22339 vsize=9625004 CPUtime=1.45 cores=1,3,5,7
/proc/22341/task/22351/stat : 22351 (java) S 22339 22341 19004 0 -1 4202560 146 0 0 0 138 7 0 0 20 0 19 0 279469423 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652441172776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22341/tid=22352] ppid=22339 vsize=9625004 CPUtime=12.06 cores=1,3,5,7
/proc/22341/task/22352/stat : 22352 (java) S 22339 22341 19004 0 -1 4202560 149 0 0 0 1202 4 0 0 20 0 19 0 279469425 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652428761448 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22341/tid=22353] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22353/stat : 22353 (java) S 22339 22341 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279469425 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652427707768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22341/tid=22354] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22354/stat : 22354 (java) S 22339 22341 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279469425 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652426654600 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22341/tid=22355] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22355/stat : 22355 (java) S 22339 22341 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279469428 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652425603344 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22341/tid=22356] ppid=22339 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/22341/task/22356/stat : 22356 (java) S 22339 22341 19004 0 -1 4202560 2362 0 0 0 45 0 0 0 20 0 19 0 279469428 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652424551224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22341/tid=22357] ppid=22339 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/22341/task/22357/stat : 22357 (java) S 22339 22341 19004 0 -1 4202560 3355 0 0 0 53 1 0 0 20 0 19 0 279469428 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652423498680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22341/tid=22358] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22358/stat : 22358 (java) S 22339 22341 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279469428 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652422445816 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22341/tid=22359] ppid=22339 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/22341/task/22359/stat : 22359 (java) S 22339 22341 19004 0 -1 4202560 103 0 0 0 52 24 0 0 20 0 19 0 279469428 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652421393480 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22341/tid=22360] ppid=22339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22341/task/22360/stat : 22360 (java) S 22339 22341 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279469474 9856004096 113120 33554432000 1073741824 1073778376 140735146049120 140652420338728 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9625004

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 22341 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=142826
# CPU time returned by wait4() is 1795.51
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1789.66
CPU time (s): 1800.1
CPU user time (s): 1799.24
CPU system time (s): 0.86
CPU usage (%): 100.583
Max. virtual memory (cumulated for all children) (KiB): 9625648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.37
system time used= 1.14283
maximum resident set size= 452600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12258
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41366
involuntary context switches= 16655

runsolver used 6.42102 second user time and 15.8026 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-27 17:44:05
IDJOB=3709867
IDBENCH=1500
IDSOLVER=2289
FILE ID=node146/3709867-1338133445
RUNJOBID= node146-1338124629-19021
PBS_JOBID= 14624512
Free space on /tmp= 71184 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1-11,19,21.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3709867-1338133445/watcher-3709867-1338133445 -o /tmp/evaluation-result-3709867-1338133445/solver-3709867-1338133445 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709867-1338133445.opb

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

MD5SUM BENCH= d484bc8efed557f17788965b19feafe5
RANDOM SEED=402341396

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30744928 kB
Buffers:          307776 kB
Cached:           753484 kB
SwapCached:         2184 kB
Active:          1124532 kB
Inactive:         164368 kB
Active(anon):     226752 kB
Inactive(anon):     2668 kB
Active(file):     897780 kB
Inactive(file):   161700 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100340 kB
Dirty:              2008 kB
Writeback:             0 kB
AnonPages:        179376 kB
Mapped:            17660 kB
Shmem:                 0 kB
Slab:             691596 kB
SReclaimable:     132612 kB
SUnreclaim:       558984 kB
KernelStack:        1768 kB
PageTables:         4840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     696200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    155648 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= 71184 MiB
End job on node146 at 2012-05-27 18:13:57