Trace number 4085868

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 2.3.6 Resolution PB16SAT (TO)-24 1800.07 1795.25

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_200_25_3.opb
MD5SUM1b4456ec5e57b53956abc30521c99789
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-29
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -30
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint25
Maximum length of a constraint45
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6216
Sum of products size (including duplicates)12432
Number of different products3108
Sum of products size6216

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4085868-1465258725.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.75/0.40	c ... done. Wall clock time 0.295s.
0.75/0.40	c declared #vars     200
0.75/0.40	c internal #vars     3308
0.75/0.40	c #constraints  6616
0.75/0.40	c constraints type 
0.75/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3108
0.75/0.40	c org.sat4j.minisat.constraints.cnf.UnitClauses => 180
0.75/0.40	c org.sat4j.specs.Constr$1 => 208
0.75/0.40	c org.sat4j.minisat.constraints.cnf.UnitClause => 12
0.75/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3108
0.75/0.40	c 6616 constraints processed.
0.75/0.40	c objective function length is 200 literals
0.75/0.43	c SATISFIABLE
0.75/0.43	c OPTIMIZING...
0.75/0.43	c Got one! Elapsed wall clock time (in seconds):0.325
0.75/0.43	o -20
1.05/0.51	c Got one! Elapsed wall clock time (in seconds):0.405
1.05/0.51	o -21
1.05/0.56	c Got one! Elapsed wall clock time (in seconds):0.457
1.05/0.56	o -22
1.54/0.71	c Got one! Elapsed wall clock time (in seconds):0.604
1.54/0.71	o -23
1.75/0.87	c Got one! Elapsed wall clock time (in seconds):0.759
1.75/0.87	o -24
2.02/1.03	c cleaning 2724 clauses out of 5456 with flag 4227/5456
2.53/1.44	c cleaning 4362 clauses out of 8730 with flag 16486/11454
3.03/1.94	c cleaning 5680 clauses out of 11368 with flag 30766/18454
3.91/2.70	c cleaning 6841 clauses out of 13688 with flag 47449/26454
4.82/3.66	c cleaning 7919 clauses out of 15848 with flag 68697/35455
6.12/4.93	c cleaning 8965 clauses out of 17929 with flag 92980/45455
7.52/6.37	c cleaning 9982 clauses out of 19964 with flag 118951/56455
8.93/7.73	c cleaning 10991 clauses out of 21981 with flag 143964/68454
10.22/9.08	c cleaning 11993 clauses out of 23990 with flag 170430/81454
11.92/10.71	c cleaning 12998 clauses out of 25997 with flag 198893/95454
13.82/12.69	c cleaning 14000 clauses out of 27999 with flag 229296/110454
15.92/14.72	c cleaning 14999 clauses out of 29999 with flag 261763/126454
18.32/17.16	c cleaning 16001 clauses out of 32001 with flag 296322/143455
21.18/19.97	c cleaning 16999 clauses out of 34002 with flag 332863/161457
24.28/23.00	c cleaning 17998 clauses out of 36000 with flag 371474/180454
27.48/26.22	c cleaning 19001 clauses out of 38002 with flag 412309/200454
31.38/30.18	c cleaning 20000 clauses out of 40001 with flag 456183/221454
35.08/33.88	c cleaning 20999 clauses out of 42001 with flag 501048/243454
38.98/37.76	c cleaning 22000 clauses out of 44003 with flag 547800/266455
43.58/42.38	c cleaning 23001 clauses out of 46002 with flag 596556/290454
48.88/47.61	c cleaning 23986 clauses out of 48001 with flag 647383/315454
54.60/53.22	c cleaning 25008 clauses out of 50015 with flag 700145/341454
60.10/58.78	c cleaning 26004 clauses out of 52010 with flag 755219/368457
65.70/64.34	c cleaning 26999 clauses out of 54005 with flag 812176/396456
71.60/70.28	c cleaning 27999 clauses out of 56005 with flag 871255/425455
79.30/77.95	c cleaning 29003 clauses out of 58005 with flag 932251/455454
86.80/85.45	c cleaning 30000 clauses out of 60003 with flag 995408/486455
94.27/92.70	c cleaning 30996 clauses out of 62002 with flag 1060522/518454
101.87/100.32	c cleaning 32000 clauses out of 64006 with flag 1127555/551454
109.17/107.64	c cleaning 33003 clauses out of 66009 with flag 1196829/585457
118.38/116.80	c cleaning 33999 clauses out of 68004 with flag 1268073/620455
128.38/126.81	c cleaning 34998 clauses out of 70004 with flag 1341352/656454
138.34/136.60	c cleaning 36004 clauses out of 72007 with flag 1416640/693455
149.04/147.31	c cleaning 37000 clauses out of 74005 with flag 1493788/731457
160.74/159.08	c cleaning 37996 clauses out of 76002 with flag 1572882/770454
174.34/172.62	c cleaning 39002 clauses out of 78008 with flag 1654042/810456
188.17/186.23	c cleaning 39998 clauses out of 80004 with flag 1737390/851454
199.57/197.68	c cleaning 41002 clauses out of 82006 with flag 1822650/893454
213.28/211.38	c cleaning 41998 clauses out of 84006 with flag 1910101/936456
231.77/229.80	c cleaning 42999 clauses out of 86007 with flag 1999368/980455
247.88/245.86	c cleaning 44000 clauses out of 88008 with flag 2090819/1025455
263.39/261.30	c cleaning 45000 clauses out of 90007 with flag 2184217/1071454
276.00/274.00	c cleaning 46002 clauses out of 92007 with flag 2279846/1118454
289.20/287.15	c cleaning 46995 clauses out of 94005 with flag 2377682/1166454
314.27/312.01	c cleaning 48001 clauses out of 96011 with flag 2477138/1215455
337.67/335.40	c cleaning 48999 clauses out of 98009 with flag 2578834/1265454
364.17/361.94	c cleaning 50005 clauses out of 100011 with flag 2682508/1316455
390.04/387.58	c cleaning 50993 clauses out of 102007 with flag 2790350/1368456
414.93/412.49	c cleaning 52003 clauses out of 104012 with flag 2902953/1421454
448.46/445.82	c cleaning 52994 clauses out of 106009 with flag 3032727/1475454
482.77/480.11	c cleaning 54004 clauses out of 108015 with flag 3168887/1530454
509.41/506.64	c cleaning 55005 clauses out of 110011 with flag 3282646/1586454
532.59/529.74	c cleaning 56000 clauses out of 112006 with flag 3398293/1643454
556.60/553.74	c cleaning 56995 clauses out of 114007 with flag 3516122/1701455
590.56/587.66	c cleaning 58005 clauses out of 116011 with flag 3635940/1760454
624.95/621.99	c cleaning 58999 clauses out of 118008 with flag 3757849/1820456
665.45/662.44	c cleaning 60001 clauses out of 120008 with flag 3881664/1881455
702.57/699.43	c cleaning 61005 clauses out of 122009 with flag 4007519/1943457
735.06/731.83	c cleaning 62002 clauses out of 124004 with flag 4135498/2006457
783.86/780.67	c cleaning 62998 clauses out of 125999 with flag 4265591/2070454
826.71/823.43	c cleaning 64001 clauses out of 128001 with flag 4397662/2135454
870.22/866.85	c cleaning 64996 clauses out of 130002 with flag 4531613/2201456
919.82/916.36	c cleaning 66002 clauses out of 132004 with flag 4667872/2268454
973.23/969.68	c cleaning 66997 clauses out of 134002 with flag 4806074/2336454
1029.13/1025.40	c cleaning 67998 clauses out of 136005 with flag 4946296/2405454
1068.43/1064.79	c cleaning 69000 clauses out of 138007 with flag 5088562/2475454
1125.19/1121.49	c cleaning 70004 clauses out of 140007 with flag 5232875/2546454
1175.11/1171.23	c cleaning 71002 clauses out of 142003 with flag 5379074/2618454
1231.01/1227.05	c cleaning 71998 clauses out of 144001 with flag 5527525/2691454
1297.31/1293.25	c cleaning 72997 clauses out of 146004 with flag 5677915/2765455
1364.92/1360.71	c cleaning 74003 clauses out of 148007 with flag 5830283/2840455
1424.86/1420.61	c cleaning 75000 clauses out of 150005 with flag 5984731/2916456
1494.03/1489.63	c cleaning 75998 clauses out of 152004 with flag 6141321/2993455
1562.43/1557.98	c cleaning 77000 clauses out of 154005 with flag 6299876/3071454
1626.65/1622.05	c cleaning 78001 clauses out of 156006 with flag 6460559/3150455
1700.87/1696.14	c cleaning 79002 clauses out of 158004 with flag 6623087/3230454
1766.52/1761.72	c cleaning 79998 clauses out of 160004 with flag 6787613/3311456
1800.07/1795.21	c starts		: 2648
1800.07/1795.21	c conflicts		: 3369343
1800.07/1795.21	c decisions		: 3800814
1800.07/1795.21	c propagations		: 18673229
1800.07/1795.21	c inspects		: 24327783276
1800.07/1795.21	c shortcuts		: 0
1800.07/1795.21	c learnt literals	: 0
1800.07/1795.21	c learnt binary clauses	: 0
1800.07/1795.21	c learnt ternary clauses	: 0
1800.07/1795.21	c learnt constraints	: 3369343
1800.07/1795.21	c ignored constraints	: 0
1800.07/1795.21	c root simplifications	: 0
1800.07/1795.21	c removed literals (reason simplification)	: 0
1800.07/1795.21	c reason swapping (by a shorter reason)	: 0
1800.07/1795.21	c Calls to reduceDB	: 77
1800.07/1795.21	c Number of update (reduction) of LBD	: 23959
1800.07/1795.21	c Imported unit clauses	: 0
1800.07/1795.21	c number of reductions to clauses (during analyze)	: 0
1800.07/1795.21	c number of learned constraints concerned by reduction	: 0
1800.07/1795.21	c number of learning phase by resolution	: 0
1800.07/1795.21	c number of learning phase by cutting planes	: 0
1800.07/1795.21	c speed (assignments/second)	: 10404.113454866383
1800.07/1795.21	c non guided choices	0
1800.07/1795.24	c learnt constraints type 
1800.07/1795.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 137894
1800.07/1795.24	s SATISFIABLE
1800.07/1795.24	c Found 5 solution(s)
1800.07/1795.24	v x1 -x2 -x3 x4 -x5 -x6 -x7 x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 x55 -x56 -x57 -x58 -x59 -x60 -x61 x62 -x63 x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 x88 x89 -x90 -x91 -x92 -x93 -x94 x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 x128 x129 -x130 x131 -x132 -x133 -x134 -x135 x136 -x137 -x138 x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 x150 -x151 -x152 -x153 -x154 x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 x178 -x179 x180 -x181 -x182 -x183 x184 -x185 -x186 -x187 -x188 -x189 x190 -x191 -x192 -x193 -x194 -x195 -x196 x197 -x198 -x199 -x200 
1800.07/1795.24	c objective function=-24
1800.07/1795.24	c Total wall clock time (in seconds): 1795.131

Verifier Data

OK	-24

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4085868-1465258725/watcher-4085868-1465258725 -o /tmp/evaluation-result-4085868-1465258725/solver-4085868-1465258725 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1465255130-5981 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085868-1465258725.opb 

pid=6532
running on 4 cores: 0,2,4,6

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.24 2.22 2.18 3/194 6535
/proc/meminfo: memFree=30126756/32872528 swapFree=16360/1798728
[pid=6535] ppid=6532 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/6535/stat : 6535 (java) S 6532 6535 5965 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 107805666 98570240 977 33554432000 1073741824 1073778376 140735775611456 140735775602592 260193681469 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6535/statm: 24065 978 744 9 0 16771 0
[pid=6535/tid=6536] ppid=6532 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6536/stat : 6536 (java) R 6532 6535 5965 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 107805667 98570240 978 33554432000 1073741824 1073778376 140735775611456 139698647965224 260190324096 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100112 s]
/proc/loadavg: 2.24 2.22 2.18 3/194 6535
/proc/meminfo: memFree=30126756/32872528 swapFree=16360/1798728
[pid=6535] ppid=6532 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/6535/stat : 6535 (java) S 6532 6535 5965 0 -1 4202496 4492 0 1 0 10 0 0 0 20 0 18 0 107805666 9787879424 5600 33554432000 1073741824 1073778376 140735775611456 140735775602592 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6535/statm: 2389619 5600 2140 9 0 2380296 0
[pid=6535/tid=6536] ppid=6532 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/6535/task/6536/stat : 6536 (java) R 6532 6535 5965 0 -1 4202560 2430 0 1 0 7 0 0 0 20 0 18 0 107805667 9787879424 5600 33554432000 1073741824 1073778376 140735775611456 139698647968064 260193707277 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200316 s]
/proc/loadavg: 2.24 2.22 2.18 3/194 6535
/proc/meminfo: memFree=30126756/32872528 swapFree=16360/1798728
[pid=6535] ppid=6532 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/6535/stat : 6535 (java) S 6532 6535 5965 0 -1 4202496 4746 0 1 0 23 0 0 0 20 0 18 0 107805666 9787879424 6323 33554432000 1073741824 1073778376 140735775611456 140735775602592 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6535/statm: 2389619 6323 2202 9 0 2380296 0
[pid=6535/tid=6536] ppid=6532 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/6535/task/6536/stat : 6536 (java) R 6532 6535 5965 0 -1 4202560 2456 0 1 0 17 0 0 0 20 0 18 0 107805667 9787879424 6323 33554432000 1073741824 1073778376 140735775611456 139698647968064 139698520354080 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300313 s]
/proc/loadavg: 2.24 2.22 2.18 3/194 6535
/proc/meminfo: memFree=30126756/32872528 swapFree=16360/1798728
[pid=6535] ppid=6532 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/6535/stat : 6535 (java) S 6532 6535 5965 0 -1 4202496 5727 0 1 0 45 0 0 0 20 0 18 0 107805666 9787879424 8026 33554432000 1073741824 1073778376 140735775611456 140735775602592 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6535/statm: 2389619 8026 2237 9 0 2380296 0
[pid=6535/tid=6536] ppid=6532 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/6535/task/6536/stat : 6536 (java) R 6532 6535 5965 0 -1 4202560 2460 0 1 0 27 0 0 0 20 0 18 0 107805667 9787879424 8026 33554432000 1073741824 1073778376 140735775611456 139698647968064 139698520350127 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700275 s]
/proc/loadavg: 2.24 2.22 2.18 3/194 6535
/proc/meminfo: memFree=30126756/32872528 swapFree=16360/1798728
[pid=6535] ppid=6532 vsize=9625040 CPUtime=1.54 cores=0,2,4,6
/proc/6535/stat : 6535 (java) S 6532 6535 5965 0 -1 4202496 13580 0 1 0 152 2 0 0 20 0 19 0 107805666 9856040960 14659 33554432000 1073741824 1073778376 140735775611456 140735775602592 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6535/statm: 2406260 14659 2261 9 0 2396937 0
[pid=6535/tid=6536] ppid=6532 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/6535/task/6536/stat : 6536 (java) R 6532 6535 5965 0 -1 4202560 2479 0 1 0 67 0 0 0 20 0 19 0 107805667 9856040960 14659 33554432000 1073741824 1073778376 140735775611456 139698647970432 139698520390247 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 9625040

[startup+1.50083 s]
/proc/loadavg: 2.24 2.22 2.18 4/213 6554
/proc/meminfo: memFree=30062088/32872528 swapFree=16360/1798728
[pid=6535] ppid=6532 vsize=9625040 CPUtime=2.63 cores=0,2,4,6
/proc/6535/stat : 6535 (java) S 6532 6535 5965 0 -1 4202496 13868 0 1 0 260 3 0 0 20 0 19 0 107805666 9856040960 16753 33554432000 1073741824 1073778376 140735775611456 140735775602592 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6535/statm: 2406260 16753 2272 9 0 2396937 0
[pid=6535/tid=6536] ppid=6532 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/6535/task/6536/stat : 6536 (java) R 6532 6535 5965 0 -1 4202560 2484 0 1 0 147 0 0 0 20 0 19 0 107805667 9856040960 16753 33554432000 1073741824 1073778376 140735775611456 139698647961312 139698521034418 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6535/tid=6538] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6538/stat : 6538 (java) S 6532 6535 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107805667 9856040960 16753 33554432000 1073741824 1073778376 140735775611456 139698491914408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6535/tid=6539] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6539/stat : 6539 (java) S 6532 6535 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107805667 9856040960 16753 33554432000 1073741824 1073778376 140735775611456 139698490861864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6535/tid=6540] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6540/stat : 6540 (java) S 6532 6535 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107805667 9856040960 16753 33554432000 1073741824 1073778376 140735775611456 139698489809320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6535/tid=6541] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6541/stat : 6541 (java) S 6532 6535 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107805667 9856040960 16753 33554432000 1073741824 1073778376 140735775611456 139698488756776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6535/tid=6542] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6542/stat : 6542 (java) S 6532 6535 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107805667 9856040960 16753 33554432000 1073741824 1073778376 140735775611456 139698487704232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6535/tid=6543] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6543/stat : 6543 (java) S 6532 6535 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107805667 9856040960 16753 33554432000 1073741824 1073778376 140735775611456 139698486651688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6535/tid=6544] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6544/stat : 6544 (java) S 6532 6535 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107805667 9856040960 16753 33554432000 1073741824 1073778376 140735775611456 139698485599144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6535/tid=6545] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6545/stat : 6545 (java) S 6532 6535 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107805667 9856040960 16753 33554432000 1073741824 1073778376 140735775611456 139698484546600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6535/tid=6546] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6546/stat : 6546 (java) S 6532 6535 5965 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 107805669 9856040960 16753 33554432000 1073741824 1073778376 140735775611456 139698472134760 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6535/tid=6547] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6547/stat : 6547 (java) S 6532 6535 5965 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107805669 9856040960 16753 33554432000 1073741824 1073778376 140735775611456 139698471081080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6535/tid=6548] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6548/stat : 6548 (java) S 6532 6535 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107805669 9856040960 16753 33554432000 1073741824 1073778376 140735775611456 139698470028424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6535/tid=6549] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6549/stat : 6549 (java) S 6532 6535 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107805671 9856040960 16753 33554432000 1073741824 1073778376 140735775611456 139698468977168 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6535/tid=6550] ppid=6532 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/6535/task/6550/stat : 6550 (java) S 6532 6535 5965 0 -1 4202560 5192 0 0 0 47 2 0 0 20 0 19 0 107805671 9856040960 16753 33554432000 1073741824 1073778376 140735775611456 139698467924536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6535/tid=6551] ppid=6532 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/6535/task/6551/stat : 6551 (java) S 6532 6535 5965 0 -1 4202560 4919 0 0 0 62 0 0 0 20 0 19 0 107805671 9856040960 16753 33554432000 1073741824 1073778376 140735775611456 139698466871992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6535/tid=6552] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6552/stat : 6552 (java) S 6532 6535 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107805671 9856040960 16753 33554432000 1073741824 1073778376 140735775611456 139698465819640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6535/tid=6553] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6553/stat : 6553 (java) S 6532 6535 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107805671 9856040960 16753 33554432000 1073741824 1073778376 140735775611456 139698464767304 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6535/tid=6554] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6554/stat : 6554 (java) S 6532 6535 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107805708 9856040960 16753 33554432000 1073741824 1073778376 140735775611456 139698463712040 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.24 2.22 2.18 3/213 6554
/proc/meminfo: memFree=30038972/32872528 swapFree=16360/1798728
[pid=6535] ppid=6532 vsize=9625040 CPUtime=4.32 cores=0,2,4,6
/proc/6535/stat : 6535 (java) S 6532 6535 5965 0 -1 4202496 14024 0 1 0 429 3 0 0 20 0 19 0 107805666 9856040960 20352 33554432000 1073741824 1073778376 140735775611456 140735775602592 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6535/statm: 2406260 20352 2273 9 0 2396937 0
[pid=6535/tid=6536] ppid=6532 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/6535/task/6536/stat : 6536 (java) R 6532 6535 5965 0 -1 4202560 2492 0 1 0 307 0 0 0 20 0 19 0 107805667 9856040960 20352 33554432000 1073741824 1073778376 140735775611456 139698647970120 139698521034512 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6535/tid=6538] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6538/stat : 6538 (java) S 6532 6535 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107805667 9856040960 20352 33554432000 1073741824 1073778376 140735775611456 139698491914408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6535/tid=6539] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6539/stat : 6539 (java) S 6532 6535 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107805667 9856040960 20352 33554432000 1073741824 1073778376 140735775611456 139698490861864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6535/tid=6540] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6540/stat : 6540 (java) S 6532 6535 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107805667 9856040960 20352 33554432000 1073741824 1073778376 140735775611456 139698489809320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6535/tid=6541] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6541/stat : 6541 (java) S 6532 6535 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107805667 9856040960 20352 33554432000 1073741824 1073778376 140735775611456 139698488756776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6535/tid=6542] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6542/stat : 6542 (java) S 6532 6535 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107805667 9856040960 20352 33554432000 1073741824 1073778376 140735775611456 139698487704232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6535/tid=6543] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6543/stat : 6543 (java) S 6532 6535 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107805667 9856040960 20352 33554432000 1073741824 1073778376 140735775611456 139698486651688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6535/tid=6544] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6544/stat : 6544 (java) S 6532 6535 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107805667 9856040960 20352 33554432000 1073741824 1073778376 140735775611456 139698485599144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6535/tid=6545] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6545/stat : 6545 (java) S 6532 6535 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107805667 9856040960 20352 33554432000 1073741824 1073778376 140735775611456 139698484546600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6535/tid=6546] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6546/stat : 6546 (java) S 6532 6535 5965 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 107805669 9856040960 20352 33554432000 1073741824 1073778376 140735775611456 139698472134760 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6535/tid=6547] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6547/stat : 6547 (java) S 6532 6535 5965 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107805669 9856040960 20352 33554432000 1073741824 1073778376 140735775611456 139698471081080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6535/tid=6548] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6548/stat : 6548 (java) S 6532 6535 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107805669 9856040960 20352 33554432000 1073741824 1073778376 140735775611456 139698470028424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6535/tid=6549] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6549/stat : 6549 (java) S 6532 6535 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107805671 9856040960 20352 33554432000 1073741824 1073778376 140735775611456 139698468977168 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6535/tid=6550] ppid=6532 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/6535/task/6550/stat : 6550 (java) S 6532 6535 5965 0 -1 4202560 5193 0 0 0 48 2 0 0 20 0 19 0 107805671 9856040960 20352 33554432000 1073741824 1073778376 140735775611456 139698467924536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6535/tid=6551] ppid=6532 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/6535/task/6551/stat : 6551 (java) S 6532 6535 5965 0 -1 4202560 5066 0 0 0 70 0 0 0 20 0 19 0 107805671 9856040960 20352 33554432000 1073741824 1073778376 140735775611456 139698466871992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6535/tid=6552] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6552/stat : 6552 (java) S 6532 6535 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107805671 9856040960 20352 33554432000 1073741824 1073778376 140735775611456 139698465819640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6535/tid=6553] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6553/stat : 6553 (java) S 6532 6535 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107805671 9856040960 20352 33554432000 1073741824 1073778376 140735775611456 139698464767304 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6535/tid=6554] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6554/stat : 6554 (java) S 6532 6535 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107805708 9856040960 20352 33554432000 1073741824 1073778376 140735775611456 139698463712040 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.32
Current children cumulated vsize (KiB) 9625040

[startup+6.30085 s]
/proc/loadavg: 2.22 2.21 2.18 3/213 6554
/proc/meminfo: memFree=29985216/32872528 swapFree=16360/1798728
[pid=6535] ppid=6532 vsize=9625040 CPUtime=7.52 cores=0,2,4,6
/proc/6535/stat : 6535 (java) S 6532 6535 5965 0 -1 4202496 14037 0 1 0 749 3 0 0 20 0 19 0 107805666 9856040960 25379 33554432000 1073741824 1073778376 140735775611456 140735775602592 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6535/statm: 2406260 25379 2274 9 0 2396937 0
[pid=6535/tid=6536] ppid=6532 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/6535/task/6536/stat : 6536 (java) R 6532 6535 5965 0 -1 4202560 2504 0 1 0 625 1 0 0 20 0 19 0 107805667 9856040960 25379 33554432000 1073741824 1073778376 140735775611456 139698647968192 139698521141329 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6535/tid=6538] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6538/stat : 6538 (java) S 6532 6535 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107805667 9856040960 25379 33554432000 1073741824 1073778376 140735775611456 139698491914408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6535/tid=6539] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6539/stat : 6539 (java) S 6532 6535 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107805667 9856040960 25379 33554432000 1073741824 1073778376 140735775611456 139698490861864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6535/tid=6540] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6540/stat : 6540 (java) S 6532 6535 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107805667 9856040960 25379 33554432000 1073741824 1073778376 140735775611456 139698489809320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6535/tid=6541] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6541/stat : 6541 (java) S 6532 6535 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107805667 9856040960 25379 33554432000 1073741824 1073778376 140735775611456 139698488756776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6535/tid=6542] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6542/stat : 6542 (java) S 6532 6535 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107805667 9856040960 25379 33554432000 1073741824 1073778376 140735775611456 139698487704232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6535/tid=6543] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6543/stat : 6543 (java) S 6532 6535 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107805667 9856040960 25379 33554432000 1073741824 1073778376 140735775611456 139698486651688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6535/tid=6544] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6544/stat : 6544 (java) S 6532 6535 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107805667 9856040960 25379 33554432000 1073741824 1073778376 140735775611456 139698485599144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6535/tid=6545] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6545/stat : 6545 (java) S 6532 6535 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107805667 9856040960 25379 33554432000 1073741824 1073778376 140735775611456 139698484546600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6535/tid=6546] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6546/stat : 6546 (java) S 6532 6535 5965 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 107805669 9856040960 25379 33554432000 1073741824 1073778376 140735775611456 139698472134760 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6535/tid=6547] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6547/stat : 6547 (java) S 6532 6535 5965 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107805669 9856040960 25379 33554432000 1073741824 1073778376 140735775611456 139698471081080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6535/tid=6548] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6548/stat : 6548 (java) S 6532 6535 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107805669 9856040960 25379 33554432000 1073741824 1073778376 140735775611456 139698470028424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6535/tid=6549] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6549/stat : 6549 (java) S 6532 6535 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107805671 9856040960 25379 33554432000 1073741824 1073778376 140735775611456 139698468977168 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6535/tid=6550] ppid=6532 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/6535/task/6550/stat : 6550 (java) S 6532 6535 5965 0 -1 4202560 5193 0 0 0 48 2 0 0 20 0 19 0 107805671 9856040960 25379 33554432000 1073741824 1073778376 140735775611456 139698467924536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6535/tid=6551] ppid=6532 vsize=9625040 CPUtime=0.71 cores=0,2,4,6

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

/proc/6535/task/6554/stat : 6554 (java) S 6532 6535 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107805708 9856040960 143574 33554432000 1073741824 1073778376 140735775611456 139698463712040 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1667.06
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.22 2.21 2.18 3/213 6596
/proc/meminfo: memFree=29280348/32872528 swapFree=16360/1798728
[pid=6535] ppid=6532 vsize=9625040 CPUtime=1727.12 cores=0,2,4,6
/proc/6535/stat : 6535 (java) S 6532 6535 5965 0 -1 4202496 17023 0 1 0 172617 95 0 0 20 0 19 0 107805666 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 140735775602592 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6535/statm: 2406260 142532 2296 9 0 2396937 0
[pid=6535/tid=6536] ppid=6532 vsize=9625040 CPUtime=1715.77 cores=0,2,4,6
/proc/6535/task/6536/stat : 6536 (java) R 6532 6535 5965 0 -1 4202560 2573 0 1 0 171547 30 0 0 20 0 19 0 107805667 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698647969040 139698521141447 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6535/tid=6538] ppid=6532 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/6535/task/6538/stat : 6538 (java) S 6532 6535 5965 0 -1 4202560 455 0 0 0 55 9 0 0 20 0 19 0 107805667 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698491914408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6535/tid=6539] ppid=6532 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/6535/task/6539/stat : 6539 (java) S 6532 6535 5965 0 -1 4202560 265 0 0 0 51 7 0 0 20 0 19 0 107805667 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698490861864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6535/tid=6540] ppid=6532 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/6535/task/6540/stat : 6540 (java) S 6532 6535 5965 0 -1 4202560 287 0 0 0 48 6 0 0 20 0 19 0 107805667 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698489809320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6535/tid=6541] ppid=6532 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/6535/task/6541/stat : 6541 (java) S 6532 6535 5965 0 -1 4202560 339 0 0 0 44 9 0 0 20 0 19 0 107805667 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698488756776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6535/tid=6542] ppid=6532 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/6535/task/6542/stat : 6542 (java) S 6532 6535 5965 0 -1 4202560 230 0 0 0 45 7 0 0 20 0 19 0 107805667 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698487704232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6535/tid=6543] ppid=6532 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/6535/task/6543/stat : 6543 (java) S 6532 6535 5965 0 -1 4202560 307 0 0 0 47 9 0 0 20 0 19 0 107805667 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698486651688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6535/tid=6544] ppid=6532 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/6535/task/6544/stat : 6544 (java) S 6532 6535 5965 0 -1 4202560 358 0 0 0 49 8 0 0 20 0 19 0 107805667 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698485599144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6535/tid=6545] ppid=6532 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/6535/task/6545/stat : 6545 (java) S 6532 6535 5965 0 -1 4202560 294 0 0 0 54 9 0 0 20 0 19 0 107805667 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698484546600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6535/tid=6546] ppid=6532 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/6535/task/6546/stat : 6546 (java) S 6532 6535 5965 0 -1 4202560 289 0 0 0 67 2 0 0 20 0 19 0 107805669 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698472134760 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6535/tid=6547] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6547/stat : 6547 (java) S 6532 6535 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107805669 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698471081080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6535/tid=6548] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6548/stat : 6548 (java) S 6532 6535 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107805669 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698470028424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6535/tid=6549] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6549/stat : 6549 (java) S 6532 6535 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107805671 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698468977168 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6535/tid=6550] ppid=6532 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/6535/task/6550/stat : 6550 (java) S 6532 6535 5965 0 -1 4202560 5193 0 0 0 48 2 0 0 20 0 19 0 107805671 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698467924536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6535/tid=6551] ppid=6532 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/6535/task/6551/stat : 6551 (java) S 6532 6535 5965 0 -1 4202560 5074 0 0 0 73 0 0 0 20 0 19 0 107805671 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698466871992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6535/tid=6552] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6552/stat : 6552 (java) S 6532 6535 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107805671 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698465819640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6535/tid=6553] ppid=6532 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/6535/task/6553/stat : 6553 (java) S 6532 6535 5965 0 -1 4202560 100 0 0 0 36 32 0 0 20 0 19 0 107805671 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698464767304 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6535/tid=6554] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6554/stat : 6554 (java) S 6532 6535 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107805708 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698463712040 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1727.12
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.18 2.20 2.18 3/213 6598
/proc/meminfo: memFree=29292200/32872528 swapFree=16360/1798728
[pid=6535] ppid=6532 vsize=9625040 CPUtime=1787.17 cores=0,2,4,6
/proc/6535/stat : 6535 (java) S 6532 6535 5965 0 -1 4202496 17030 0 1 0 178621 96 0 0 20 0 19 0 107805666 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 140735775602592 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6535/statm: 2406260 142532 2296 9 0 2396937 0
[pid=6535/tid=6536] ppid=6532 vsize=9625040 CPUtime=1775.6 cores=0,2,4,6
/proc/6535/task/6536/stat : 6536 (java) R 6532 6535 5965 0 -1 4202560 2574 0 1 0 177530 30 0 0 20 0 19 0 107805667 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698647969040 139698521034318 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6535/tid=6538] ppid=6532 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/6535/task/6538/stat : 6538 (java) S 6532 6535 5965 0 -1 4202560 455 0 0 0 55 9 0 0 20 0 19 0 107805667 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698491914408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6535/tid=6539] ppid=6532 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/6535/task/6539/stat : 6539 (java) S 6532 6535 5965 0 -1 4202560 265 0 0 0 52 7 0 0 20 0 19 0 107805667 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698490861864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6535/tid=6540] ppid=6532 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/6535/task/6540/stat : 6540 (java) S 6532 6535 5965 0 -1 4202560 287 0 0 0 49 6 0 0 20 0 19 0 107805667 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698489809320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6535/tid=6541] ppid=6532 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/6535/task/6541/stat : 6541 (java) S 6532 6535 5965 0 -1 4202560 339 0 0 0 44 9 0 0 20 0 19 0 107805667 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698488756776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6535/tid=6542] ppid=6532 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/6535/task/6542/stat : 6542 (java) S 6532 6535 5965 0 -1 4202560 230 0 0 0 46 7 0 0 20 0 19 0 107805667 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698487704232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6535/tid=6543] ppid=6532 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/6535/task/6543/stat : 6543 (java) S 6532 6535 5965 0 -1 4202560 307 0 0 0 48 9 0 0 20 0 19 0 107805667 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698486651688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6535/tid=6544] ppid=6532 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/6535/task/6544/stat : 6544 (java) S 6532 6535 5965 0 -1 4202560 358 0 0 0 51 8 0 0 20 0 19 0 107805667 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698485599144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6535/tid=6545] ppid=6532 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/6535/task/6545/stat : 6545 (java) S 6532 6535 5965 0 -1 4202560 294 0 0 0 54 9 0 0 20 0 19 0 107805667 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698484546600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6535/tid=6546] ppid=6532 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/6535/task/6546/stat : 6546 (java) S 6532 6535 5965 0 -1 4202560 291 0 0 0 67 2 0 0 20 0 19 0 107805669 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698472134760 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6535/tid=6547] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6547/stat : 6547 (java) S 6532 6535 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107805669 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698471081080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6535/tid=6548] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6548/stat : 6548 (java) S 6532 6535 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107805669 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698470028424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6535/tid=6549] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6549/stat : 6549 (java) S 6532 6535 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107805671 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698468977168 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6535/tid=6550] ppid=6532 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/6535/task/6550/stat : 6550 (java) S 6532 6535 5965 0 -1 4202560 5193 0 0 0 48 2 0 0 20 0 19 0 107805671 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698467924536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6535/tid=6551] ppid=6532 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/6535/task/6551/stat : 6551 (java) S 6532 6535 5965 0 -1 4202560 5074 0 0 0 73 0 0 0 20 0 19 0 107805671 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698466871992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6535/tid=6552] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6552/stat : 6552 (java) S 6532 6535 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107805671 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698465819640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6535/tid=6553] ppid=6532 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/6535/task/6553/stat : 6553 (java) S 6532 6535 5965 0 -1 4202560 104 0 0 0 37 34 0 0 20 0 19 0 107805671 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698464767304 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6535/tid=6554] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6554/stat : 6554 (java) S 6532 6535 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107805708 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698463712040 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1787.17
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.2 s]
/proc/loadavg: 2.22 2.20 2.18 4/213 6664
/proc/meminfo: memFree=29553732/32872528 swapFree=16360/1798728
[pid=6535] ppid=6532 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/6535/stat : 6535 (java) S 6532 6535 5965 0 -1 4202496 17030 0 1 0 179911 96 0 0 20 0 19 0 107805666 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 140735775602592 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6535/statm: 2406260 142532 2296 9 0 2396937 0
[pid=6535/tid=6536] ppid=6532 vsize=9625040 CPUtime=1788.47 cores=0,2,4,6
/proc/6535/task/6536/stat : 6536 (java) R 6532 6535 5965 0 -1 4202560 2574 0 1 0 178816 31 0 0 20 0 19 0 107805667 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698647969040 139698521141447 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6535/tid=6538] ppid=6532 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/6535/task/6538/stat : 6538 (java) S 6532 6535 5965 0 -1 4202560 455 0 0 0 55 9 0 0 20 0 19 0 107805667 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698491914408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6535/tid=6539] ppid=6532 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/6535/task/6539/stat : 6539 (java) S 6532 6535 5965 0 -1 4202560 265 0 0 0 52 7 0 0 20 0 19 0 107805667 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698490861864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6535/tid=6540] ppid=6532 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/6535/task/6540/stat : 6540 (java) S 6532 6535 5965 0 -1 4202560 287 0 0 0 49 6 0 0 20 0 19 0 107805667 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698489809320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6535/tid=6541] ppid=6532 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/6535/task/6541/stat : 6541 (java) S 6532 6535 5965 0 -1 4202560 339 0 0 0 44 9 0 0 20 0 19 0 107805667 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698488756776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6535/tid=6542] ppid=6532 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/6535/task/6542/stat : 6542 (java) S 6532 6535 5965 0 -1 4202560 230 0 0 0 46 7 0 0 20 0 19 0 107805667 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698487704232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6535/tid=6543] ppid=6532 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/6535/task/6543/stat : 6543 (java) S 6532 6535 5965 0 -1 4202560 307 0 0 0 48 9 0 0 20 0 19 0 107805667 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698486651688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6535/tid=6544] ppid=6532 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/6535/task/6544/stat : 6544 (java) S 6532 6535 5965 0 -1 4202560 358 0 0 0 51 8 0 0 20 0 19 0 107805667 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698485599144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6535/tid=6545] ppid=6532 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/6535/task/6545/stat : 6545 (java) S 6532 6535 5965 0 -1 4202560 294 0 0 0 54 9 0 0 20 0 19 0 107805667 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698484546600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6535/tid=6546] ppid=6532 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/6535/task/6546/stat : 6546 (java) S 6532 6535 5965 0 -1 4202560 291 0 0 0 67 2 0 0 20 0 19 0 107805669 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698472134760 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6535/tid=6547] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6547/stat : 6547 (java) S 6532 6535 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107805669 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698471081080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6535/tid=6548] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6548/stat : 6548 (java) S 6532 6535 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107805669 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698470028424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6535/tid=6549] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6549/stat : 6549 (java) S 6532 6535 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107805671 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698468977168 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6535/tid=6550] ppid=6532 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/6535/task/6550/stat : 6550 (java) S 6532 6535 5965 0 -1 4202560 5193 0 0 0 48 2 0 0 20 0 19 0 107805671 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698467924536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6535/tid=6551] ppid=6532 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/6535/task/6551/stat : 6551 (java) S 6532 6535 5965 0 -1 4202560 5074 0 0 0 73 0 0 0 20 0 19 0 107805671 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698466871992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6535/tid=6552] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6552/stat : 6552 (java) S 6532 6535 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107805671 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698465819640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6535/tid=6553] ppid=6532 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/6535/task/6553/stat : 6553 (java) S 6532 6535 5965 0 -1 4202560 104 0 0 0 38 34 0 0 20 0 19 0 107805671 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698464767304 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6535/tid=6554] ppid=6532 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6535/task/6554/stat : 6554 (java) S 6532 6535 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107805708 9856040960 142532 33554432000 1073741824 1073778376 140735775611456 139698463712040 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 6535 sig 9
??? kill -6535 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

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

Real time (s): 1795.25
CPU time (s): 1800.07
CPU user time (s): 1799.11
CPU system time (s): 0.96
CPU usage (%): 100.269
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.62
system time used= 1.46978
maximum resident set size= 754776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17071
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38896
involuntary context switches= 11751

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.0612 second user time and 11.7852 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-07 02:18:45
IDJOB=4085868
IDBENCH=48212
IDSOLVER=2546
FILE ID=node123/4085868-1465258725
RUNJOBID= node123-1465255130-5981
PBS_JOBID= 19843274
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_200_25_3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085868-1465258725/watcher-4085868-1465258725 -o /tmp/evaluation-result-4085868-1465258725/solver-4085868-1465258725 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1465255130-5981 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085868-1465258725.opb

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

MD5SUM BENCH= 1b4456ec5e57b53956abc30521c99789
RANDOM SEED=205888474

node123.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.117
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.23
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.117
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	: 5332.55
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.117
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	: 5332.56
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.117
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	: 5332.55
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.117
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	: 5332.55
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.117
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	: 5332.57
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.117
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	: 5332.55
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.117
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30127756 kB
Buffers:           30252 kB
Cached:            98028 kB
SwapCached:         1832 kB
Active:           144584 kB
Inactive:          79600 kB
Active(anon):      96140 kB
Inactive(anon):     2276 kB
Active(file):      48444 kB
Inactive(file):    77324 kB
Unevictable:     1798728 kB
Mlocked:           16360 kB
SwapTotal:      67108856 kB
SwapFree:       67098732 kB
Dirty:              1836 kB
Writeback:             0 kB
AnonPages:       1949188 kB
Mapped:            15416 kB
Shmem:                 0 kB
Slab:             567568 kB
SReclaimable:      11484 kB
SUnreclaim:       556084 kB
KernelStack:        1760 kB
PageTables:         8512 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2487392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1921024 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node123 at 2016-06-07 02:48:40