Trace number 3710818

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.03 1795.85

General information on the benchmark

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

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.03/0.08	c version 2.3.2.v20120418
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		501472288
0.03/0.08	c Max memory 		7480803328
0.03/0.08	c Total memory 		504102912
0.03/0.08	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710818-1338154187.opb
0.09/0.12	c reading problem ... 
0.09/0.15	c ... done. Wall clock time 0.03s.
0.09/0.15	c declared #vars     51
0.09/0.15	c #constraints  13
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.09/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
0.09/0.15	c 13 constraints processed.
0.68/0.46	c cleaning 2501 clauses out of 5002 with flag 5002/5002
1.09/0.70	c cleaning 4251 clauses out of 8501 with flag 11002/11002
1.40/1.01	c cleaning 5625 clauses out of 11250 with flag 18002/18002
1.81/1.41	c cleaning 6812 clauses out of 13623 with flag 26000/26000
2.24/1.90	c cleaning 7903 clauses out of 15813 with flag 35002/35002
2.85/2.42	c cleaning 8952 clauses out of 17908 with flag 45000/45000
3.48/3.06	c cleaning 9974 clauses out of 19956 with flag 56000/56000
4.21/3.74	c cleaning 10991 clauses out of 21984 with flag 68002/68002
5.03/4.56	c cleaning 11990 clauses out of 23991 with flag 81000/81000
5.94/5.45	c cleaning 12999 clauses out of 26004 with flag 95003/95003
6.96/6.42	c cleaning 14001 clauses out of 28002 with flag 110000/110000
8.07/7.58	c cleaning 15001 clauses out of 30005 with flag 126004/126004
9.32/8.80	c cleaning 15998 clauses out of 32003 with flag 143003/143003
10.62/10.00	c cleaning 16999 clauses out of 34004 with flag 161002/161002
12.03/11.47	c cleaning 18001 clauses out of 36007 with flag 180004/180004
13.66/13.02	c cleaning 18999 clauses out of 38002 with flag 200000/200000
15.17/14.50	c cleaning 19999 clauses out of 40003 with flag 221000/221000
16.67/16.08	c cleaning 21000 clauses out of 42004 with flag 243000/243000
18.77/18.11	c cleaning 22001 clauses out of 44006 with flag 266002/266002
20.57/19.91	c cleaning 23002 clauses out of 46007 with flag 290004/290004
22.38/21.71	c cleaning 24001 clauses out of 48006 with flag 315005/315005
24.40/23.72	c cleaning 24996 clauses out of 50002 with flag 341002/341002
26.40/25.74	c cleaning 25996 clauses out of 52004 with flag 368000/368000
28.92/28.22	c cleaning 26998 clauses out of 54008 with flag 396000/396000
30.75/30.09	c cleaning 28002 clauses out of 56013 with flag 425003/425003
33.04/32.35	c cleaning 28998 clauses out of 58008 with flag 455000/455000
35.47/34.70	c cleaning 30004 clauses out of 60011 with flag 486001/486001
37.98/37.30	c cleaning 30997 clauses out of 62007 with flag 518001/518001
40.70/39.99	c cleaning 32001 clauses out of 64010 with flag 551001/551001
43.93/43.11	c cleaning 33005 clauses out of 66009 with flag 585001/585001
47.64/46.89	c cleaning 34001 clauses out of 68007 with flag 620004/620004
51.04/50.29	c cleaning 34996 clauses out of 70003 with flag 656001/656001
54.76/53.94	c cleaning 35998 clauses out of 72006 with flag 693000/693000
58.28/57.46	c cleaning 36998 clauses out of 74009 with flag 731001/731001
62.80/61.90	c cleaning 38005 clauses out of 76010 with flag 770000/770000
67.11/66.24	c cleaning 39005 clauses out of 78011 with flag 810006/810006
71.42/70.56	c cleaning 39995 clauses out of 80001 with flag 851001/851001
76.84/75.95	c cleaning 41000 clauses out of 82007 with flag 893002/893002
81.97/81.02	c cleaning 41997 clauses out of 84006 with flag 936001/936001
87.19/86.25	c cleaning 43002 clauses out of 86008 with flag 980000/980000
91.80/90.83	c cleaning 44001 clauses out of 88007 with flag 1025001/1025001
97.41/96.40	c cleaning 44995 clauses out of 90005 with flag 1071000/1071000
102.44/101.49	c cleaning 46006 clauses out of 92012 with flag 1118002/1118002
108.15/107.12	c cleaning 47002 clauses out of 94005 with flag 1166001/1166001
113.96/112.98	c cleaning 47996 clauses out of 96002 with flag 1215000/1215000
119.58/118.58	c cleaning 49000 clauses out of 98010 with flag 1265004/1265004
125.50/124.41	c cleaning 50004 clauses out of 100007 with flag 1316001/1316001
132.34/131.26	c cleaning 50998 clauses out of 102003 with flag 1368001/1368001
139.26/138.16	c cleaning 51996 clauses out of 104005 with flag 1421001/1421001
145.06/143.90	c cleaning 53003 clauses out of 106010 with flag 1475002/1475002
151.00/149.87	c cleaning 53998 clauses out of 108005 with flag 1530000/1530000
158.12/156.94	c cleaning 55003 clauses out of 110010 with flag 1586003/1586003
166.34/165.11	c cleaning 56000 clauses out of 112005 with flag 1643001/1643001
174.65/173.40	c cleaning 57000 clauses out of 114005 with flag 1701001/1701001
182.69/181.49	c cleaning 58003 clauses out of 116007 with flag 1760003/1760003
191.02/189.74	c cleaning 59000 clauses out of 118002 with flag 1820001/1820001
199.97/198.66	c cleaning 60000 clauses out of 120002 with flag 1881001/1881001
208.28/206.98	c cleaning 60995 clauses out of 122002 with flag 1943001/1943001
218.40/217.05	c cleaning 61996 clauses out of 124009 with flag 2006003/2006003
224.63/223.29	c cleaning 63004 clauses out of 126010 with flag 2070000/2070000
231.33/229.95	c cleaning 64001 clauses out of 128007 with flag 2135001/2135001
240.36/238.91	c cleaning 64995 clauses out of 130005 with flag 2201000/2201000
250.01/248.57	c cleaning 66002 clauses out of 132010 with flag 2268000/2268000
259.75/258.26	c cleaning 66997 clauses out of 134009 with flag 2336001/2336001
268.90/267.38	c cleaning 68003 clauses out of 136013 with flag 2405002/2405002
278.03/276.46	c cleaning 69001 clauses out of 138012 with flag 2475004/2475004
287.45/285.84	c cleaning 70001 clauses out of 140008 with flag 2546001/2546001
297.57/295.91	c cleaning 71001 clauses out of 142006 with flag 2618000/2618000
307.11/305.46	c cleaning 72000 clauses out of 144005 with flag 2691000/2691000
317.52/315.88	c cleaning 73002 clauses out of 146007 with flag 2765002/2765002
329.04/327.31	c cleaning 74001 clauses out of 148003 with flag 2840000/2840000
341.09/339.31	c cleaning 74998 clauses out of 150004 with flag 2916002/2916002
356.12/354.38	c cleaning 75999 clauses out of 152004 with flag 2993000/2993000
371.15/369.39	c cleaning 77001 clauses out of 154008 with flag 3071003/3071003
386.47/384.68	c cleaning 78000 clauses out of 156007 with flag 3150003/3150003
400.69/398.82	c cleaning 78997 clauses out of 158004 with flag 3230000/3230000
413.91/412.09	c cleaning 80001 clauses out of 160010 with flag 3311003/3311003
428.22/426.37	c cleaning 80998 clauses out of 162007 with flag 3393001/3393001
440.77/438.85	c cleaning 82005 clauses out of 164009 with flag 3476001/3476001
456.10/454.19	c cleaning 82999 clauses out of 166005 with flag 3560002/3560002
472.75/470.77	c cleaning 83995 clauses out of 168004 with flag 3645000/3645000
485.67/483.61	c cleaning 84996 clauses out of 170010 with flag 3731001/3731001
498.89/496.89	c cleaning 86003 clauses out of 172014 with flag 3818001/3818001
512.63/510.50	c cleaning 86999 clauses out of 174010 with flag 3906000/3906000
525.86/523.76	c cleaning 88000 clauses out of 176012 with flag 3995001/3995001
540.68/538.54	c cleaning 88999 clauses out of 178013 with flag 4085002/4085002
557.91/555.71	c cleaning 90001 clauses out of 180016 with flag 4176004/4176004
576.56/574.31	c cleaning 91003 clauses out of 182013 with flag 4268002/4268002
593.10/590.89	c cleaning 92004 clauses out of 184010 with flag 4361002/4361002
611.05/608.77	c cleaning 92995 clauses out of 186005 with flag 4455001/4455001
629.85/627.52	c cleaning 94000 clauses out of 188009 with flag 4550000/4550000
644.79/642.49	c cleaning 94999 clauses out of 190009 with flag 4646000/4646000
660.69/658.34	c cleaning 96002 clauses out of 192011 with flag 4743001/4743001
679.53/677.11	c cleaning 96998 clauses out of 194009 with flag 4841001/4841001
698.34/695.96	c cleaning 98001 clauses out of 196012 with flag 4940002/4940002
716.10/713.68	c cleaning 98995 clauses out of 198009 with flag 5040000/5040000
737.56/735.01	c cleaning 100003 clauses out of 200017 with flag 5141003/5141003
756.01/753.47	c cleaning 101001 clauses out of 202012 with flag 5243001/5243001
774.56/771.90	c cleaning 101996 clauses out of 204010 with flag 5346000/5346000
794.31/791.68	c cleaning 103003 clauses out of 206014 with flag 5450000/5450000
812.87/810.14	c cleaning 103993 clauses out of 208011 with flag 5555000/5555000
830.82/828.02	c cleaning 105007 clauses out of 210020 with flag 5661002/5661002
848.47/845.60	c cleaning 106005 clauses out of 212011 with flag 5768000/5768000
864.90/862.01	c cleaning 106999 clauses out of 214009 with flag 5876003/5876003
884.49/881.62	c cleaning 107999 clauses out of 216009 with flag 5985002/5985002
903.61/900.73	c cleaning 109001 clauses out of 218009 with flag 6095001/6095001
925.89/922.97	c cleaning 109997 clauses out of 220008 with flag 6206001/6206001
946.12/943.16	c cleaning 111003 clauses out of 222010 with flag 6318000/6318000
966.85/963.87	c cleaning 112001 clauses out of 224009 with flag 6431002/6431002
987.49/984.41	c cleaning 112992 clauses out of 226008 with flag 6545002/6545002
1009.12/1006.05	c cleaning 114004 clauses out of 228015 with flag 6660001/6660001
1033.33/1030.24	c cleaning 115000 clauses out of 230010 with flag 6776000/6776000
1061.55/1058.47	c cleaning 116004 clauses out of 232015 with flag 6893005/6893005
1088.07/1084.91	c cleaning 117001 clauses out of 234006 with flag 7011000/7011000
1112.29/1109.12	c cleaning 117998 clauses out of 236005 with flag 7130000/7130000
1140.47/1137.23	c cleaning 118997 clauses out of 238008 with flag 7250001/7250001
1168.20/1164.96	c cleaning 119997 clauses out of 240011 with flag 7371001/7371001
1197.26/1193.93	c cleaning 121002 clauses out of 242013 with flag 7493000/7493000
1220.82/1217.45	c cleaning 122000 clauses out of 244011 with flag 7616000/7616000
1251.74/1248.39	c cleaning 123000 clauses out of 246011 with flag 7740000/7740000
1282.79/1279.36	c cleaning 124004 clauses out of 248011 with flag 7865000/7865000
1305.93/1302.49	c cleaning 125001 clauses out of 250008 with flag 7991001/7991001
1331.98/1328.41	c cleaning 126002 clauses out of 252008 with flag 8118002/8118002
1363.52/1359.93	c cleaning 126993 clauses out of 254004 with flag 8246000/8246000
1393.49/1389.84	c cleaning 128003 clauses out of 256012 with flag 8375001/8375001
1424.30/1420.67	c cleaning 129002 clauses out of 258009 with flag 8505001/8505001
1457.87/1454.13	c cleaning 130003 clauses out of 260008 with flag 8636002/8636002
1491.52/1487.79	c cleaning 130997 clauses out of 262007 with flag 8768004/8768004
1520.00/1516.17	c cleaning 132003 clauses out of 264007 with flag 8901001/8901001
1549.24/1545.31	c cleaning 132996 clauses out of 266004 with flag 9035001/9035001
1578.15/1574.24	c cleaning 133998 clauses out of 268008 with flag 9170001/9170001
1607.41/1603.42	c cleaning 135000 clauses out of 270009 with flag 9306000/9306000
1642.88/1638.83	c cleaning 136004 clauses out of 272010 with flag 9443001/9443001
1682.22/1678.16	c cleaning 137000 clauses out of 274007 with flag 9581002/9581002
1717.97/1713.81	c cleaning 137997 clauses out of 276005 with flag 9720000/9720000
1750.58/1746.41	c cleaning 138997 clauses out of 278008 with flag 9860000/9860000
1784.20/1780.00	c cleaning 140007 clauses out of 280014 with flag 10001003/10001003
1800.03/1795.81	c starts		: 300
1800.03/1795.81	c conflicts		: 10091084
1800.03/1795.81	c decisions		: 10275485
1800.03/1795.81	c propagations		: 74613515
1800.03/1795.81	c inspects		: 23623420457
1800.03/1795.81	c shortcuts		: 0
1800.03/1795.81	c learnt literals	: 0
1800.03/1795.81	c learnt binary clauses	: 0
1800.03/1795.81	c learnt ternary clauses	: 0
1800.03/1795.81	c learnt constraints	: 10091084
1800.03/1795.81	c ignored constraints	: 0
1800.03/1795.81	c root simplifications	: 300
1800.03/1795.81	c removed literals (reason simplification)	: 72094434
1800.03/1795.81	c reason swapping (by a shorter reason)	: 0
1800.03/1795.81	c Calls to reduceDB	: 137
1800.03/1795.81	c number of reductions to clauses (during analyze)	: 0
1800.03/1795.81	c number of learned constraints concerned by reduction	: 0
1800.03/1795.81	c number of learning phase by resolution	: 0
1800.03/1795.81	c number of learning phase by cutting planes	: 0
1800.03/1795.81	c speed (assignments/second)	: 41552.213479523096
1800.03/1795.81	c non guided choices	22
1800.03/1795.84	c learnt constraints type 
1800.03/1795.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 230142
1800.03/1795.84	c constraints type 
1800.03/1795.84	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.03/1795.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
1800.03/1795.84	c 13 constraints processed.
1800.03/1795.84	s UNKNOWN
1800.03/1795.84	c Total wall clock time (in seconds): 1795.722

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-3710818-1338154187/watcher-3710818-1338154187 -o /tmp/evaluation-result-3710818-1338154187/solver-3710818-1338154187 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710818-1338154187.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 4402
/proc/meminfo: memFree=28937660/32873648 swapFree=6844/6844
[pid=4402] ppid=4400 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/4402/stat : 4402 (java) D 4400 4402 3132 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 281544580 9515008 183 33554432000 1073741824 1073778376 140734413222576 140734413213608 259112386229 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/4402/statm: 2323 183 140 9 0 71 0

[startup+0.057303 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 4402
/proc/meminfo: memFree=28937660/32873648 swapFree=6844/6844
[pid=4402] ppid=4400 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/4402/stat : 4402 (java) S 4400 4402 3132 0 -1 4202496 3133 0 1 0 3 0 0 0 20 0 13 0 281544580 9446973440 3830 33554432000 1073741824 1073778376 140736755138032 140736755129168 259115745341 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4402/statm: 2306390 3830 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100261 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 4402
/proc/meminfo: memFree=28937660/32873648 swapFree=6844/6844
[pid=4402] ppid=4400 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/4402/stat : 4402 (java) S 4400 4402 3132 0 -1 4202496 4343 0 1 0 8 1 0 0 20 0 18 0 281544580 9787842560 5039 33554432000 1073741824 1073778376 140736755138032 140736755129168 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4402/statm: 2389610 5039 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.30106 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 4402
/proc/meminfo: memFree=28937660/32873648 swapFree=6844/6844
[pid=4402] ppid=4400 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/4402/stat : 4402 (java) S 4400 4402 3132 0 -1 4202496 6954 0 1 0 54 2 0 0 20 0 19 0 281544580 9856004096 7770 33554432000 1073741824 1073778376 140736755138032 140736755129168 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4402/statm: 2406251 7770 2227 9 0 2396937 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9625004

[startup+0.700177 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 4402
/proc/meminfo: memFree=28937660/32873648 swapFree=6844/6844
[pid=4402] ppid=4400 vsize=9625004 CPUtime=1.09 cores=1,3,5,7
/proc/4402/stat : 4402 (java) S 4400 4402 3132 0 -1 4202496 7739 0 1 0 107 2 0 0 20 0 19 0 281544580 9856004096 9924 33554432000 1073741824 1073778376 140736755138032 140736755129168 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4402/statm: 2406251 9924 2267 9 0 2396937 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9625004

[startup+1.50061 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 4421
/proc/meminfo: memFree=28904280/32873648 swapFree=6844/6844
[pid=4402] ppid=4400 vsize=9625004 CPUtime=1.94 cores=1,3,5,7
/proc/4402/stat : 4402 (java) S 4400 4402 3132 0 -1 4202496 7807 0 1 0 191 3 0 0 20 0 19 0 281544580 9856004096 10977 33554432000 1073741824 1073778376 140736755138032 140736755129168 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4402/statm: 2406251 10977 2270 9 0 2396937 0
[pid=4402/tid=4404] ppid=4400 vsize=9625004 CPUtime=1.42 cores=1,3,5,7
/proc/4402/task/4404/stat : 4404 (java) R 4400 4402 3132 0 -1 4202560 2558 0 1 0 141 1 0 0 20 0 19 0 281544582 9856004096 10977 33554432000 1073741824 1073778376 140736755138032 139679052505512 139678924956880 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4402/tid=4405] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4405/stat : 4405 (java) S 4400 4402 3132 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281544583 9856004096 10977 33554432000 1073741824 1073778376 140736755138032 139678896126760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4402/tid=4406] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4406/stat : 4406 (java) S 4400 4402 3132 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281544583 9856004096 10977 33554432000 1073741824 1073778376 140736755138032 139678895073960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4402/tid=4407] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4407/stat : 4407 (java) S 4400 4402 3132 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281544583 9856004096 10977 33554432000 1073741824 1073778376 140736755138032 139678894021672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4402/tid=4408] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4408/stat : 4408 (java) S 4400 4402 3132 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281544583 9856004096 10977 33554432000 1073741824 1073778376 140736755138032 139678892968872 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4402/tid=4409] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4409/stat : 4409 (java) S 4400 4402 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281544583 9856004096 10977 33554432000 1073741824 1073778376 140736755138032 139678891915560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4402/tid=4410] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4410/stat : 4410 (java) S 4400 4402 3132 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281544583 9856004096 10977 33554432000 1073741824 1073778376 140736755138032 139678890862760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4402/tid=4411] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4411/stat : 4411 (java) S 4400 4402 3132 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281544583 9856004096 10977 33554432000 1073741824 1073778376 140736755138032 139678889810472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4402/tid=4412] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4412/stat : 4412 (java) S 4400 4402 3132 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281544583 9856004096 10977 33554432000 1073741824 1073778376 140736755138032 139678888757672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4402/tid=4413] ppid=4400 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/4402/task/4413/stat : 4413 (java) S 4400 4402 3132 0 -1 4202560 34 0 0 0 2 0 0 0 20 0 19 0 281544584 9856004096 10977 33554432000 1073741824 1073778376 140736755138032 139678876560104 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4402/tid=4414] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4414/stat : 4414 (java) S 4400 4402 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281544584 9856004096 10977 33554432000 1073741824 1073778376 140736755138032 139678875506168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4402/tid=4415] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4415/stat : 4415 (java) S 4400 4402 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281544584 9856004096 10977 33554432000 1073741824 1073778376 140736755138032 139678874453768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4402/tid=4416] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4416/stat : 4416 (java) S 4400 4402 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281544587 9856004096 10977 33554432000 1073741824 1073778376 140736755138032 139678873402256 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4402/tid=4417] ppid=4400 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/4402/task/4417/stat : 4417 (java) S 4400 4402 3132 0 -1 4202560 1793 0 0 0 25 0 0 0 20 0 19 0 281544587 9856004096 10977 33554432000 1073741824 1073778376 140736755138032 139678872348856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4402/tid=4418] ppid=4400 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/4402/task/4418/stat : 4418 (java) S 4400 4402 3132 0 -1 4202560 2197 0 0 0 17 0 0 0 20 0 19 0 281544587 9856004096 10977 33554432000 1073741824 1073778376 140736755138032 139678871296056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4402/tid=4419] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4419/stat : 4419 (java) S 4400 4402 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281544587 9856004096 10977 33554432000 1073741824 1073778376 140736755138032 139678870243960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4402/tid=4420] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4420/stat : 4420 (java) S 4400 4402 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281544587 9856004096 10977 33554432000 1073741824 1073778376 140736755138032 139678869191368 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4402/tid=4421] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4421/stat : 4421 (java) S 4400 4402 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281544596 9856004096 10977 33554432000 1073741824 1073778376 140736755138032 139678868137384 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 9625004

[startup+3.1008 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 4421
/proc/meminfo: memFree=28901612/32873648 swapFree=6844/6844
[pid=4402] ppid=4400 vsize=9625004 CPUtime=3.61 cores=1,3,5,7
/proc/4402/stat : 4402 (java) S 4400 4402 3132 0 -1 4202496 7877 0 1 0 358 3 0 0 20 0 19 0 281544580 9856004096 10995 33554432000 1073741824 1073778376 140736755138032 140736755129168 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4402/statm: 2406251 10995 2274 9 0 2396937 0
[pid=4402/tid=4404] ppid=4400 vsize=9625004 CPUtime=2.97 cores=1,3,5,7
/proc/4402/task/4404/stat : 4404 (java) R 4400 4402 3132 0 -1 4202560 2565 0 1 0 296 1 0 0 20 0 19 0 281544582 9856004096 10995 33554432000 1073741824 1073778376 140736755138032 139679052505352 139678924920406 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4402/tid=4405] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4405/stat : 4405 (java) S 4400 4402 3132 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281544583 9856004096 10995 33554432000 1073741824 1073778376 140736755138032 139678896126760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4402/tid=4406] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4406/stat : 4406 (java) S 4400 4402 3132 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281544583 9856004096 10995 33554432000 1073741824 1073778376 140736755138032 139678895073960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4402/tid=4407] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4407/stat : 4407 (java) S 4400 4402 3132 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281544583 9856004096 10995 33554432000 1073741824 1073778376 140736755138032 139678894021672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4402/tid=4408] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4408/stat : 4408 (java) S 4400 4402 3132 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 281544583 9856004096 10995 33554432000 1073741824 1073778376 140736755138032 139678892968872 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4402/tid=4409] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4409/stat : 4409 (java) S 4400 4402 3132 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281544583 9856004096 10995 33554432000 1073741824 1073778376 140736755138032 139678891915560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4402/tid=4410] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4410/stat : 4410 (java) S 4400 4402 3132 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281544583 9856004096 10995 33554432000 1073741824 1073778376 140736755138032 139678890862760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4402/tid=4411] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4411/stat : 4411 (java) S 4400 4402 3132 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281544583 9856004096 10995 33554432000 1073741824 1073778376 140736755138032 139678889810472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4402/tid=4412] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4412/stat : 4412 (java) S 4400 4402 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281544583 9856004096 10995 33554432000 1073741824 1073778376 140736755138032 139678888757672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4402/tid=4413] ppid=4400 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/4402/task/4413/stat : 4413 (java) S 4400 4402 3132 0 -1 4202560 34 0 0 0 5 0 0 0 20 0 19 0 281544584 9856004096 10995 33554432000 1073741824 1073778376 140736755138032 139678876560104 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4402/tid=4414] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4414/stat : 4414 (java) S 4400 4402 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281544584 9856004096 10995 33554432000 1073741824 1073778376 140736755138032 139678875506168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4402/tid=4415] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4415/stat : 4415 (java) S 4400 4402 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281544584 9856004096 10995 33554432000 1073741824 1073778376 140736755138032 139678874453768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4402/tid=4416] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4416/stat : 4416 (java) S 4400 4402 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281544587 9856004096 10995 33554432000 1073741824 1073778376 140736755138032 139678873402256 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4402/tid=4417] ppid=4400 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/4402/task/4417/stat : 4417 (java) S 4400 4402 3132 0 -1 4202560 1848 0 0 0 28 0 0 0 20 0 19 0 281544587 9856004096 10995 33554432000 1073741824 1073778376 140736755138032 139678872348856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4402/tid=4418] ppid=4400 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/4402/task/4418/stat : 4418 (java) S 4400 4402 3132 0 -1 4202560 2197 0 0 0 17 0 0 0 20 0 19 0 281544587 9856004096 10995 33554432000 1073741824 1073778376 140736755138032 139678871296056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4402/tid=4419] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4419/stat : 4419 (java) S 4400 4402 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281544587 9856004096 10995 33554432000 1073741824 1073778376 140736755138032 139678870243960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4402/tid=4420] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4420/stat : 4420 (java) S 4400 4402 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281544587 9856004096 10995 33554432000 1073741824 1073778376 140736755138032 139678869191368 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4402/tid=4421] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4421/stat : 4421 (java) S 4400 4402 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281544596 9856004096 10995 33554432000 1073741824 1073778376 140736755138032 139678868137384 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 9625004

[startup+6.3006 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 4421
/proc/meminfo: memFree=28899284/32873648 swapFree=6844/6844
[pid=4402] ppid=4400 vsize=9625004 CPUtime=6.86 cores=1,3,5,7
/proc/4402/stat : 4402 (java) S 4400 4402 3132 0 -1 4202496 7902 0 1 0 683 3 0 0 20 0 19 0 281544580 9856004096 11480 33554432000 1073741824 1073778376 140736755138032 140736755129168 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4402/statm: 2406251 11480 2274 9 0 2396937 0
[pid=4402/tid=4404] ppid=4400 vsize=9625004 CPUtime=6.11 cores=1,3,5,7
/proc/4402/task/4404/stat : 4404 (java) R 4400 4402 3132 0 -1 4202560 2569 0 1 0 610 1 0 0 20 0 19 0 281544582 9856004096 11480 33554432000 1073741824 1073778376 140736755138032 139679052505392 139678924946942 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4402/tid=4405] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4405/stat : 4405 (java) S 4400 4402 3132 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281544583 9856004096 11480 33554432000 1073741824 1073778376 140736755138032 139678896126760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4402/tid=4406] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4406/stat : 4406 (java) S 4400 4402 3132 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281544583 9856004096 11480 33554432000 1073741824 1073778376 140736755138032 139678895073960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4402/tid=4407] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4407/stat : 4407 (java) S 4400 4402 3132 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281544583 9856004096 11480 33554432000 1073741824 1073778376 140736755138032 139678894021672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4402/tid=4408] ppid=4400 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/4402/task/4408/stat : 4408 (java) S 4400 4402 3132 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 281544583 9856004096 11480 33554432000 1073741824 1073778376 140736755138032 139678892968872 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4402/tid=4409] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4409/stat : 4409 (java) S 4400 4402 3132 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281544583 9856004096 11480 33554432000 1073741824 1073778376 140736755138032 139678891915560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4402/tid=4410] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4410/stat : 4410 (java) S 4400 4402 3132 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281544583 9856004096 11480 33554432000 1073741824 1073778376 140736755138032 139678890862760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4402/tid=4411] ppid=4400 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/4402/task/4411/stat : 4411 (java) S 4400 4402 3132 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 281544583 9856004096 11480 33554432000 1073741824 1073778376 140736755138032 139678889810472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4402/tid=4412] ppid=4400 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/4402/task/4412/stat : 4412 (java) S 4400 4402 3132 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 281544583 9856004096 11480 33554432000 1073741824 1073778376 140736755138032 139678888757672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4402/tid=4413] ppid=4400 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/4402/task/4413/stat : 4413 (java) S 4400 4402 3132 0 -1 4202560 35 0 0 0 8 0 0 0 20 0 19 0 281544584 9856004096 11480 33554432000 1073741824 1073778376 140736755138032 139678876560104 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4402/tid=4414] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4414/stat : 4414 (java) S 4400 4402 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281544584 9856004096 11480 33554432000 1073741824 1073778376 140736755138032 139678875506168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4402/tid=4415] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4415/stat : 4415 (java) S 4400 4402 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281544584 9856004096 11480 33554432000 1073741824 1073778376 140736755138032 139678874453768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4402/tid=4416] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4416/stat : 4416 (java) S 4400 4402 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281544587 9856004096 11480 33554432000 1073741824 1073778376 140736755138032 139678873402256 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4402/tid=4417] ppid=4400 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/4402/task/4417/stat : 4417 (java) S 4400 4402 3132 0 -1 4202560 1848 0 0 0 28 0 0 0 20 0 19 0 281544587 9856004096 11480 33554432000 1073741824 1073778376 140736755138032 139678872348856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4402/tid=4418] ppid=4400 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/4402/task/4418/stat : 4418 (java) S 4400 4402 3132 0 -1 4202560 2197 0 0 0 17 0 0 0 20 0 19 0 281544587 9856004096 11480 33554432000 1073741824 1073778376 140736755138032 139678871296056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4402/tid=4419] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4419/stat : 4419 (java) S 4400 4402 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281544587 9856004096 11480 33554432000 1073741824 1073778376 140736755138032 139678870243960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4402/tid=4420] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4420/stat : 4420 (java) S 4400 4402 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281544587 9856004096 11480 33554432000 1073741824 1073778376 140736755138032 139678869191368 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4402/tid=4421] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4421/stat : 4421 (java) S 4400 4402 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281544596 9856004096 11480 33554432000 1073741824 1073778376 140736755138032 139678868137384 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.86
Current children cumulated vsize (KiB) 9625004

[startup+12.7015 s]

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

[pid=4402/tid=4417] ppid=4400 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/4402/task/4417/stat : 4417 (java) S 4400 4402 3132 0 -1 4202560 2110 0 0 0 31 0 0 0 20 0 19 0 281544587 9856004096 37948 33554432000 1073741824 1073778376 140736755138032 139678872348856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4402/tid=4418] ppid=4400 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/4402/task/4418/stat : 4418 (java) S 4400 4402 3132 0 -1 4202560 2197 0 0 0 17 0 0 0 20 0 19 0 281544587 9856004096 37948 33554432000 1073741824 1073778376 140736755138032 139678871296056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4402/tid=4419] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4419/stat : 4419 (java) S 4400 4402 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281544587 9856004096 37948 33554432000 1073741824 1073778376 140736755138032 139678870243960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4402/tid=4420] ppid=4400 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/4402/task/4420/stat : 4420 (java) S 4400 4402 3132 0 -1 4202560 97 0 0 0 21 25 0 0 20 0 19 0 281544587 9856004096 37948 33554432000 1073741824 1073778376 140736755138032 139678869191368 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4402/tid=4421] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4421/stat : 4421 (java) S 4400 4402 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281544596 9856004096 37948 33554432000 1073741824 1073778376 140736755138032 139678868137384 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1666.42
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 4505
/proc/meminfo: memFree=28237304/32873648 swapFree=6844/6844
[pid=4402] ppid=4400 vsize=9625004 CPUtime=1726.47 cores=1,3,5,7
/proc/4402/stat : 4402 (java) S 4400 4402 3132 0 -1 4202496 10354 0 1 0 172612 35 0 0 20 0 19 0 281544580 9856004096 38460 33554432000 1073741824 1073778376 140736755138032 140736755129168 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4402/statm: 2406251 38460 2275 9 0 2396937 0
[pid=4402/tid=4404] ppid=4400 vsize=9625004 CPUtime=1711.79 cores=1,3,5,7
/proc/4402/task/4404/stat : 4404 (java) R 4400 4402 3132 0 -1 4202560 2703 0 1 0 171151 28 0 0 20 0 19 0 281544582 9856004096 38460 33554432000 1073741824 1073778376 140736755138032 139679052505392 139678924947365 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4402/tid=4405] ppid=4400 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/4402/task/4405/stat : 4405 (java) S 4400 4402 3132 0 -1 4202560 271 0 0 0 57 2 0 0 20 0 19 0 281544583 9856004096 38460 33554432000 1073741824 1073778376 140736755138032 139678896126760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4402/tid=4406] ppid=4400 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/4402/task/4406/stat : 4406 (java) S 4400 4402 3132 0 -1 4202560 268 0 0 0 58 1 0 0 20 0 19 0 281544583 9856004096 38460 33554432000 1073741824 1073778376 140736755138032 139678895073960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4402/tid=4407] ppid=4400 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/4402/task/4407/stat : 4407 (java) S 4400 4402 3132 0 -1 4202560 269 0 0 0 62 0 0 0 20 0 19 0 281544583 9856004096 38460 33554432000 1073741824 1073778376 140736755138032 139678894021672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4402/tid=4408] ppid=4400 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/4402/task/4408/stat : 4408 (java) S 4400 4402 3132 0 -1 4202560 272 0 0 0 65 0 0 0 20 0 19 0 281544583 9856004096 38460 33554432000 1073741824 1073778376 140736755138032 139678892968872 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4402/tid=4409] ppid=4400 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/4402/task/4409/stat : 4409 (java) S 4400 4402 3132 0 -1 4202560 135 0 0 0 56 1 0 0 20 0 19 0 281544583 9856004096 38460 33554432000 1073741824 1073778376 140736755138032 139678891915560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4402/tid=4410] ppid=4400 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/4402/task/4410/stat : 4410 (java) S 4400 4402 3132 0 -1 4202560 184 0 0 0 66 0 0 0 20 0 19 0 281544583 9856004096 38460 33554432000 1073741824 1073778376 140736755138032 139678890862760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4402/tid=4411] ppid=4400 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/4402/task/4411/stat : 4411 (java) S 4400 4402 3132 0 -1 4202560 265 0 0 0 63 2 0 0 20 0 19 0 281544583 9856004096 38460 33554432000 1073741824 1073778376 140736755138032 139678889810472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4402/tid=4412] ppid=4400 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/4402/task/4412/stat : 4412 (java) S 4400 4402 3132 0 -1 4202560 244 0 0 0 57 0 0 0 20 0 19 0 281544583 9856004096 38460 33554432000 1073741824 1073778376 140736755138032 139678888757672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4402/tid=4413] ppid=4400 vsize=9625004 CPUtime=4.56 cores=1,3,5,7
/proc/4402/task/4413/stat : 4413 (java) S 4400 4402 3132 0 -1 4202560 156 0 0 0 453 3 0 0 20 0 19 0 281544584 9856004096 38460 33554432000 1073741824 1073778376 140736755138032 139678876560104 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4402/tid=4414] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4414/stat : 4414 (java) S 4400 4402 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281544584 9856004096 38460 33554432000 1073741824 1073778376 140736755138032 139678875506168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4402/tid=4415] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4415/stat : 4415 (java) S 4400 4402 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281544584 9856004096 38460 33554432000 1073741824 1073778376 140736755138032 139678874453768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4402/tid=4416] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4416/stat : 4416 (java) S 4400 4402 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281544587 9856004096 38460 33554432000 1073741824 1073778376 140736755138032 139678873402256 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4402/tid=4417] ppid=4400 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/4402/task/4417/stat : 4417 (java) S 4400 4402 3132 0 -1 4202560 2110 0 0 0 31 0 0 0 20 0 19 0 281544587 9856004096 38460 33554432000 1073741824 1073778376 140736755138032 139678872348856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4402/tid=4418] ppid=4400 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/4402/task/4418/stat : 4418 (java) S 4400 4402 3132 0 -1 4202560 2197 0 0 0 17 0 0 0 20 0 19 0 281544587 9856004096 38460 33554432000 1073741824 1073778376 140736755138032 139678871296056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4402/tid=4419] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4419/stat : 4419 (java) S 4400 4402 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281544587 9856004096 38460 33554432000 1073741824 1073778376 140736755138032 139678870243960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4402/tid=4420] ppid=4400 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/4402/task/4420/stat : 4420 (java) S 4400 4402 3132 0 -1 4202560 99 0 0 0 22 26 0 0 20 0 19 0 281544587 9856004096 38460 33554432000 1073741824 1073778376 140736755138032 139678869191368 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4402/tid=4421] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4421/stat : 4421 (java) S 4400 4402 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281544596 9856004096 38460 33554432000 1073741824 1073778376 140736755138032 139678868137384 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1726.47
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 4506
/proc/meminfo: memFree=28234268/32873648 swapFree=6844/6844
[pid=4402] ppid=4400 vsize=9625004 CPUtime=1786.53 cores=1,3,5,7
/proc/4402/stat : 4402 (java) S 4400 4402 3132 0 -1 4202496 10365 0 1 0 178617 36 0 0 20 0 19 0 281544580 9856004096 38972 33554432000 1073741824 1073778376 140736755138032 140736755129168 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4402/statm: 2406251 38972 2275 9 0 2396937 0
[pid=4402/tid=4404] ppid=4400 vsize=9625004 CPUtime=1771.5 cores=1,3,5,7
/proc/4402/task/4404/stat : 4404 (java) R 4400 4402 3132 0 -1 4202560 2705 0 1 0 177122 28 0 0 20 0 19 0 281544582 9856004096 38972 33554432000 1073741824 1073778376 140736755138032 139679052505392 139678925026348 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4402/tid=4405] ppid=4400 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/4402/task/4405/stat : 4405 (java) S 4400 4402 3132 0 -1 4202560 271 0 0 0 58 2 0 0 20 0 19 0 281544583 9856004096 38972 33554432000 1073741824 1073778376 140736755138032 139678896126760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4402/tid=4406] ppid=4400 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/4402/task/4406/stat : 4406 (java) S 4400 4402 3132 0 -1 4202560 268 0 0 0 59 1 0 0 20 0 19 0 281544583 9856004096 38972 33554432000 1073741824 1073778376 140736755138032 139678895073960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4402/tid=4407] ppid=4400 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/4402/task/4407/stat : 4407 (java) S 4400 4402 3132 0 -1 4202560 269 0 0 0 63 0 0 0 20 0 19 0 281544583 9856004096 38972 33554432000 1073741824 1073778376 140736755138032 139678894021672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4402/tid=4408] ppid=4400 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/4402/task/4408/stat : 4408 (java) S 4400 4402 3132 0 -1 4202560 272 0 0 0 66 0 0 0 20 0 19 0 281544583 9856004096 38972 33554432000 1073741824 1073778376 140736755138032 139678892968872 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4402/tid=4409] ppid=4400 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/4402/task/4409/stat : 4409 (java) S 4400 4402 3132 0 -1 4202560 135 0 0 0 56 1 0 0 20 0 19 0 281544583 9856004096 38972 33554432000 1073741824 1073778376 140736755138032 139678891915560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4402/tid=4410] ppid=4400 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/4402/task/4410/stat : 4410 (java) S 4400 4402 3132 0 -1 4202560 184 0 0 0 67 0 0 0 20 0 19 0 281544583 9856004096 38972 33554432000 1073741824 1073778376 140736755138032 139678890862760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4402/tid=4411] ppid=4400 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/4402/task/4411/stat : 4411 (java) S 4400 4402 3132 0 -1 4202560 265 0 0 0 65 2 0 0 20 0 19 0 281544583 9856004096 38972 33554432000 1073741824 1073778376 140736755138032 139678889810472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4402/tid=4412] ppid=4400 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/4402/task/4412/stat : 4412 (java) S 4400 4402 3132 0 -1 4202560 244 0 0 0 58 0 0 0 20 0 19 0 281544583 9856004096 38972 33554432000 1073741824 1073778376 140736755138032 139678888757672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4402/tid=4413] ppid=4400 vsize=9625004 CPUtime=4.69 cores=1,3,5,7
/proc/4402/task/4413/stat : 4413 (java) S 4400 4402 3132 0 -1 4202560 161 0 0 0 466 3 0 0 20 0 19 0 281544584 9856004096 38972 33554432000 1073741824 1073778376 140736755138032 139678876560104 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4402/tid=4414] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4414/stat : 4414 (java) S 4400 4402 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281544584 9856004096 38972 33554432000 1073741824 1073778376 140736755138032 139678875506168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4402/tid=4415] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4415/stat : 4415 (java) S 4400 4402 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281544584 9856004096 38972 33554432000 1073741824 1073778376 140736755138032 139678874453768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4402/tid=4416] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4416/stat : 4416 (java) S 4400 4402 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281544587 9856004096 38972 33554432000 1073741824 1073778376 140736755138032 139678873402256 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4402/tid=4417] ppid=4400 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/4402/task/4417/stat : 4417 (java) S 4400 4402 3132 0 -1 4202560 2110 0 0 0 31 0 0 0 20 0 19 0 281544587 9856004096 38972 33554432000 1073741824 1073778376 140736755138032 139678872348856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4402/tid=4418] ppid=4400 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/4402/task/4418/stat : 4418 (java) S 4400 4402 3132 0 -1 4202560 2197 0 0 0 17 0 0 0 20 0 19 0 281544587 9856004096 38972 33554432000 1073741824 1073778376 140736755138032 139678871296056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4402/tid=4419] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4419/stat : 4419 (java) S 4400 4402 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281544587 9856004096 38972 33554432000 1073741824 1073778376 140736755138032 139678870243960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4402/tid=4420] ppid=4400 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/4402/task/4420/stat : 4420 (java) S 4400 4402 3132 0 -1 4202560 103 0 0 0 23 27 0 0 20 0 19 0 281544587 9856004096 38972 33554432000 1073741824 1073778376 140736755138032 139678869191368 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4402/tid=4421] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4421/stat : 4421 (java) S 4400 4402 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281544596 9856004096 38972 33554432000 1073741824 1073778376 140736755138032 139678868137384 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1786.53
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 4506
/proc/meminfo: memFree=28234148/32873648 swapFree=6844/6844
[pid=4402] ppid=4400 vsize=9625004 CPUtime=1800.03 cores=1,3,5,7
/proc/4402/stat : 4402 (java) S 4400 4402 3132 0 -1 4202496 10365 0 1 0 179967 36 0 0 20 0 19 0 281544580 9856004096 38972 33554432000 1073741824 1073778376 140736755138032 140736755129168 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4402/statm: 2406251 38972 2275 9 0 2396937 0
[pid=4402/tid=4404] ppid=4400 vsize=9625004 CPUtime=1784.97 cores=1,3,5,7
/proc/4402/task/4404/stat : 4404 (java) R 4400 4402 3132 0 -1 4202560 2705 0 1 0 178468 29 0 0 20 0 19 0 281544582 9856004096 38972 33554432000 1073741824 1073778376 140736755138032 139679052505392 139678924920394 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4402/tid=4405] ppid=4400 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/4402/task/4405/stat : 4405 (java) S 4400 4402 3132 0 -1 4202560 271 0 0 0 58 2 0 0 20 0 19 0 281544583 9856004096 38972 33554432000 1073741824 1073778376 140736755138032 139678896126760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4402/tid=4406] ppid=4400 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/4402/task/4406/stat : 4406 (java) S 4400 4402 3132 0 -1 4202560 268 0 0 0 59 1 0 0 20 0 19 0 281544583 9856004096 38972 33554432000 1073741824 1073778376 140736755138032 139678895073960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4402/tid=4407] ppid=4400 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/4402/task/4407/stat : 4407 (java) S 4400 4402 3132 0 -1 4202560 269 0 0 0 63 0 0 0 20 0 19 0 281544583 9856004096 38972 33554432000 1073741824 1073778376 140736755138032 139678894021672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4402/tid=4408] ppid=4400 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/4402/task/4408/stat : 4408 (java) S 4400 4402 3132 0 -1 4202560 272 0 0 0 66 0 0 0 20 0 19 0 281544583 9856004096 38972 33554432000 1073741824 1073778376 140736755138032 139678892968872 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4402/tid=4409] ppid=4400 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/4402/task/4409/stat : 4409 (java) S 4400 4402 3132 0 -1 4202560 135 0 0 0 56 1 0 0 20 0 19 0 281544583 9856004096 38972 33554432000 1073741824 1073778376 140736755138032 139678891915560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4402/tid=4410] ppid=4400 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/4402/task/4410/stat : 4410 (java) S 4400 4402 3132 0 -1 4202560 184 0 0 0 67 0 0 0 20 0 19 0 281544583 9856004096 38972 33554432000 1073741824 1073778376 140736755138032 139678890862760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4402/tid=4411] ppid=4400 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/4402/task/4411/stat : 4411 (java) S 4400 4402 3132 0 -1 4202560 265 0 0 0 65 2 0 0 20 0 19 0 281544583 9856004096 38972 33554432000 1073741824 1073778376 140736755138032 139678889810472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4402/tid=4412] ppid=4400 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/4402/task/4412/stat : 4412 (java) S 4400 4402 3132 0 -1 4202560 244 0 0 0 58 0 0 0 20 0 19 0 281544583 9856004096 38972 33554432000 1073741824 1073778376 140736755138032 139678888757672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4402/tid=4413] ppid=4400 vsize=9625004 CPUtime=4.69 cores=1,3,5,7
/proc/4402/task/4413/stat : 4413 (java) S 4400 4402 3132 0 -1 4202560 161 0 0 0 466 3 0 0 20 0 19 0 281544584 9856004096 38972 33554432000 1073741824 1073778376 140736755138032 139678876560104 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4402/tid=4414] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4414/stat : 4414 (java) S 4400 4402 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281544584 9856004096 38972 33554432000 1073741824 1073778376 140736755138032 139678875506168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4402/tid=4415] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4415/stat : 4415 (java) S 4400 4402 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281544584 9856004096 38972 33554432000 1073741824 1073778376 140736755138032 139678874453768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4402/tid=4416] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4416/stat : 4416 (java) S 4400 4402 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281544587 9856004096 38972 33554432000 1073741824 1073778376 140736755138032 139678873402256 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4402/tid=4417] ppid=4400 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/4402/task/4417/stat : 4417 (java) S 4400 4402 3132 0 -1 4202560 2110 0 0 0 31 0 0 0 20 0 19 0 281544587 9856004096 38972 33554432000 1073741824 1073778376 140736755138032 139678872348856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4402/tid=4418] ppid=4400 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/4402/task/4418/stat : 4418 (java) S 4400 4402 3132 0 -1 4202560 2197 0 0 0 17 0 0 0 20 0 19 0 281544587 9856004096 38972 33554432000 1073741824 1073778376 140736755138032 139678871296056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4402/tid=4419] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4419/stat : 4419 (java) S 4400 4402 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281544587 9856004096 38972 33554432000 1073741824 1073778376 140736755138032 139678870243960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4402/tid=4420] ppid=4400 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/4402/task/4420/stat : 4420 (java) S 4400 4402 3132 0 -1 4202560 103 0 0 0 23 27 0 0 20 0 19 0 281544587 9856004096 38972 33554432000 1073741824 1073778376 140736755138032 139678869191368 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4402/tid=4421] ppid=4400 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4402/task/4421/stat : 4421 (java) S 4400 4402 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281544596 9856004096 38972 33554432000 1073741824 1073778376 140736755138032 139678868137384 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 4402 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=188089
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=792879
# CPU time returned by wait4() is 1795.98
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.85
CPU time (s): 1800.03
CPU user time (s): 1799.67
CPU system time (s): 0.36
CPU usage (%): 100.233
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.19
system time used= 0.792879
maximum resident set size= 156032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10431
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41679
involuntary context switches= 15819

runsolver used 5.96009 second user time and 15.0127 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-27 23:29:47
IDJOB=3710818
IDBENCH=2911
IDSOLVER=2289
FILE ID=node124/3710818-1338154187
RUNJOBID= node124-1338143409-3149
PBS_JOBID= 14624516
Free space on /tmp= 71432 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_6_50_4.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-3710818-1338154187/watcher-3710818-1338154187 -o /tmp/evaluation-result-3710818-1338154187/solver-3710818-1338154187 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710818-1338154187.opb

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

MD5SUM BENCH= cef055af6c2a22a549e672ed9a55f2c8
RANDOM SEED=880074346

node124.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.325
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.65
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5357.53
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5385.03
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.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28938304 kB
Buffers:          352988 kB
Cached:          2687596 kB
SwapCached:            0 kB
Active:           997020 kB
Inactive:        2131220 kB
Active(anon):      90304 kB
Inactive(anon):        0 kB
Active(file):     906716 kB
Inactive(file):  2131220 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               852 kB
Writeback:             4 kB
AnonPages:         94756 kB
Mapped:            22592 kB
Shmem:               200 kB
Slab:             669172 kB
SReclaimable:     113380 kB
SUnreclaim:       555792 kB
KernelStack:        1608 kB
PageTables:         4124 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     696820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     51200 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71388 MiB
End job on node124 at 2012-05-27 23:59:45