Trace number 4095872

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16UNSAT 1392.29 1391.18

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
subsetcard/normalized-subsetcard-geq-fixedbandwidth-65.opb
MD5SUM58cc7a27c86d0bb9ad456540763b6be6
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.011998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables261
Total number of constraints130
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)130
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4095872-1466098249.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.14	c ... done. Wall clock time 0.028s.
0.09/0.14	c declared #vars     261
0.09/0.14	c #constraints  130
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 130
0.09/0.14	c 130 constraints processed.
0.68/0.41	c cleaning 2491 clauses out of 5001 with flag 24655/5001
1.16/0.61	c cleaning 4247 clauses out of 8509 with flag 58237/11000
1.36/0.85	c cleaning 5627 clauses out of 11262 with flag 98397/18000
1.67/1.13	c cleaning 6809 clauses out of 13635 with flag 146101/26000
2.08/1.56	c cleaning 7907 clauses out of 15827 with flag 200954/35001
2.48/1.95	c cleaning 8942 clauses out of 17920 with flag 252208/45001
2.98/2.44	c cleaning 9980 clauses out of 19979 with flag 314131/56002
3.48/2.95	c cleaning 10983 clauses out of 21998 with flag 377454/68001
4.08/3.56	c cleaning 11992 clauses out of 24016 with flag 453626/81002
4.78/4.25	c cleaning 13006 clauses out of 26022 with flag 537763/95000
5.58/5.03	c cleaning 14000 clauses out of 28016 with flag 626392/110000
6.49/5.92	c cleaning 15007 clauses out of 30016 with flag 722322/126000
7.49/6.93	c cleaning 15989 clauses out of 32009 with flag 821359/143000
8.49/7.97	c cleaning 17000 clauses out of 34020 with flag 932892/161000
9.69/9.18	c cleaning 17984 clauses out of 36020 with flag 1049014/180000
11.09/10.59	c cleaning 19003 clauses out of 38036 with flag 1170966/200000
12.69/12.18	c cleaning 20008 clauses out of 40033 with flag 1314765/221000
14.29/13.78	c cleaning 21006 clauses out of 42025 with flag 1456190/243000
16.09/15.54	c cleaning 22007 clauses out of 44021 with flag 1607336/266002
17.99/17.46	c cleaning 22990 clauses out of 46012 with flag 1762233/290000
20.08/19.56	c cleaning 24003 clauses out of 48022 with flag 1926818/315000
22.18/21.62	c cleaning 24993 clauses out of 50019 with flag 2091205/341000
24.48/23.94	c cleaning 25999 clauses out of 52026 with flag 2264011/368000
26.99/26.41	c cleaning 27005 clauses out of 54030 with flag 2436012/396003
29.68/29.11	c cleaning 28005 clauses out of 56023 with flag 2617669/425001
32.38/31.83	c cleaning 28995 clauses out of 58018 with flag 2801028/455001
35.48/34.95	c cleaning 29999 clauses out of 60023 with flag 3020945/486001
38.58/38.06	c cleaning 30994 clauses out of 62024 with flag 3225239/518001
41.88/41.36	c cleaning 32001 clauses out of 64030 with flag 3432842/551001
45.38/44.82	c cleaning 33003 clauses out of 66029 with flag 3649423/585001
49.19/48.60	c cleaning 34001 clauses out of 68025 with flag 3874304/620000
53.19/52.61	c cleaning 34998 clauses out of 70024 with flag 4105966/656000
57.29/56.76	c cleaning 36011 clauses out of 72026 with flag 4338903/693000
61.39/60.90	c cleaning 36990 clauses out of 74016 with flag 4585502/731001
65.89/65.39	c cleaning 38003 clauses out of 76027 with flag 4843088/770002
70.69/70.16	c cleaning 39010 clauses out of 78022 with flag 5101296/810000
75.88/75.31	c cleaning 39992 clauses out of 80013 with flag 5356893/851001
81.08/80.59	c cleaning 40995 clauses out of 82020 with flag 5623489/893000
86.59/86.01	c cleaning 41997 clauses out of 84025 with flag 5904248/936000
92.34/91.72	c cleaning 42999 clauses out of 86029 with flag 6191557/980001
98.24/97.68	c cleaning 44005 clauses out of 88029 with flag 6483664/1025000
104.24/103.65	c cleaning 44996 clauses out of 90024 with flag 6790870/1071000
110.34/109.73	c cleaning 46004 clauses out of 92029 with flag 7091894/1118001
116.84/116.22	c cleaning 47000 clauses out of 94025 with flag 7391163/1166001
123.85/123.21	c cleaning 48000 clauses out of 96025 with flag 7698648/1215001
130.75/130.16	c cleaning 48997 clauses out of 98024 with flag 8004238/1265000
138.05/137.50	c cleaning 50002 clauses out of 100028 with flag 8326464/1316001
145.85/145.24	c cleaning 50987 clauses out of 102025 with flag 8645492/1368000
153.95/153.34	c cleaning 52002 clauses out of 104039 with flag 8967528/1421001
162.15/161.54	c cleaning 53012 clauses out of 106039 with flag 9291640/1475003
170.75/170.16	c cleaning 54001 clauses out of 108026 with flag 9632804/1530002
179.85/179.24	c cleaning 55007 clauses out of 110023 with flag 9960588/1586000
188.86/188.28	c cleaning 55997 clauses out of 112016 with flag 10308316/1643000
198.56/197.97	c cleaning 56997 clauses out of 114019 with flag 10653638/1701000
208.35/207.78	c cleaning 57996 clauses out of 116023 with flag 10994025/1760001
218.65/218.10	c cleaning 59004 clauses out of 118027 with flag 11345100/1820001
228.96/228.30	c cleaning 60001 clauses out of 120023 with flag 11721078/1881001
239.95/239.38	c cleaning 60992 clauses out of 122022 with flag 12075321/1943001
251.08/250.45	c cleaning 62007 clauses out of 124032 with flag 12445109/2006003
262.18/261.53	c cleaning 62991 clauses out of 126022 with flag 12806969/2070000
273.37/272.74	c cleaning 64002 clauses out of 128033 with flag 13175291/2135002
285.77/285.11	c cleaning 65005 clauses out of 130029 with flag 13539973/2201000
298.09/297.41	c cleaning 66001 clauses out of 132026 with flag 13923782/2268002
310.00/309.33	c cleaning 67003 clauses out of 134023 with flag 14307974/2336000
323.30/322.66	c cleaning 67998 clauses out of 136021 with flag 14696837/2405001
336.60/335.91	c cleaning 69002 clauses out of 138022 with flag 15090184/2475000
350.51/349.87	c cleaning 70003 clauses out of 140020 with flag 15481551/2546000
364.60/363.98	c cleaning 70995 clauses out of 142018 with flag 15882062/2618001
379.21/378.52	c cleaning 71992 clauses out of 144022 with flag 16281812/2691000
393.60/392.97	c cleaning 73009 clauses out of 146031 with flag 16696352/2765001
409.60/408.95	c cleaning 74009 clauses out of 148021 with flag 17101084/2840000
425.71/425.09	c cleaning 75002 clauses out of 150014 with flag 17514255/2916002
441.01/440.40	c cleaning 75989 clauses out of 152010 with flag 17947224/2993000
456.84/456.12	c cleaning 77005 clauses out of 154023 with flag 18376006/3071002
474.74/474.02	c cleaning 78001 clauses out of 156018 with flag 18801525/3150002
492.45/491.71	c cleaning 78989 clauses out of 158016 with flag 19233282/3230001
509.74/509.00	c cleaning 80003 clauses out of 160027 with flag 19674682/3311001
529.14/528.46	c cleaning 81003 clauses out of 162024 with flag 20111187/3393001
548.35/547.67	c cleaning 81998 clauses out of 164022 with flag 20550384/3476002
568.15/567.49	c cleaning 82997 clauses out of 166023 with flag 20994061/3560001
589.06/588.32	c cleaning 84004 clauses out of 168026 with flag 21448771/3645001
609.76/609.04	c cleaning 84993 clauses out of 170021 with flag 21907172/3731000
631.66/630.96	c cleaning 86006 clauses out of 172030 with flag 22368776/3818002
653.66/652.99	c cleaning 86993 clauses out of 174023 with flag 22840125/3906001
675.16/674.47	c cleaning 88003 clauses out of 176029 with flag 23314020/3995000
697.33/696.50	c cleaning 89003 clauses out of 178026 with flag 23784233/4085000
720.34/719.51	c cleaning 89998 clauses out of 180025 with flag 24265080/4176002
743.03/742.22	c cleaning 91000 clauses out of 182027 with flag 24746881/4268002
766.74/765.95	c cleaning 92002 clauses out of 184026 with flag 25228226/4361001
790.94/790.18	c cleaning 93003 clauses out of 186023 with flag 25717127/4455000
815.34/814.54	c cleaning 94003 clauses out of 188022 with flag 26204495/4550002
840.75/839.92	c cleaning 94993 clauses out of 190017 with flag 26701232/4646000
865.85/865.02	c cleaning 96001 clauses out of 192024 with flag 27198343/4743000
891.05/890.25	c cleaning 97001 clauses out of 194024 with flag 27710732/4841001
917.36/916.51	c cleaning 98004 clauses out of 196024 with flag 28222665/4940002
945.45/944.53	c cleaning 98996 clauses out of 198019 with flag 28733855/5040001
972.45/971.52	c cleaning 100000 clauses out of 200023 with flag 29250532/5141001
999.95/999.08	c cleaning 101000 clauses out of 202022 with flag 29780245/5243000
1028.16/1027.23	c cleaning 101997 clauses out of 204023 with flag 30334536/5346001
1056.36/1055.40	c cleaning 103003 clauses out of 206025 with flag 30873438/5450000
1086.27/1085.35	c cleaning 104000 clauses out of 208022 with flag 31411748/5555000
1116.87/1115.96	c cleaning 105000 clauses out of 210024 with flag 31962852/5661002
1148.58/1147.61	c cleaning 106005 clauses out of 212024 with flag 32519783/5768002
1179.28/1178.39	c cleaning 107000 clauses out of 214018 with flag 33094710/5876001
1210.20/1209.25	c cleaning 107997 clauses out of 216019 with flag 33667099/5985002
1240.51/1239.41	c cleaning 109002 clauses out of 218022 with flag 34257961/6095002
1273.42/1272.36	c cleaning 109994 clauses out of 220019 with flag 34860274/6206001
1305.63/1304.51	c cleaning 111001 clauses out of 222024 with flag 35465529/6318000
1338.44/1337.34	c cleaning 111997 clauses out of 224023 with flag 36074885/6431000
1372.04/1370.97	c cleaning 113010 clauses out of 226028 with flag 36709019/6545002
1392.29/1391.15	c starts		: 15421
1392.29/1391.15	c conflicts		: 6632092
1392.29/1391.15	c decisions		: 9537523
1392.29/1391.15	c propagations		: 117862146
1392.29/1391.15	c inspects		: 31025837864
1392.29/1391.15	c shortcuts		: 0
1392.29/1391.15	c learnt literals	: 12
1392.29/1391.15	c learnt binary clauses	: 9
1392.29/1391.15	c learnt ternary clauses	: 24
1392.29/1391.15	c learnt constraints	: 6632079
1392.29/1391.15	c ignored constraints	: 0
1392.29/1391.15	c root simplifications	: 0
1392.29/1391.15	c removed literals (reason simplification)	: 0
1392.29/1391.15	c reason swapping (by a shorter reason)	: 0
1392.29/1391.15	c Calls to reduceDB	: 110
1392.29/1391.15	c Number of update (reduction) of LBD	: 2030929
1392.29/1391.15	c Imported unit clauses	: 0
1392.29/1391.15	c number of reductions to clauses (during analyze)	: 0
1392.29/1391.15	c number of learned constraints concerned by reduction	: 0
1392.29/1391.15	c number of learning phase by resolution	: 0
1392.29/1391.15	c number of learning phase by cutting planes	: 0
1392.29/1391.15	c speed (assignments/second)	: 84731.89163774865
1392.29/1391.15	c non guided choices	31807
1392.29/1391.17	c learnt constraints type 
1392.29/1391.17	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 9
1392.29/1391.17	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 200086
1392.29/1391.17	s UNSATISFIABLE
1392.29/1391.18	c Total wall clock time (in seconds): 1391.061

Verifier Data

ERROR: no interpretation found !

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-4095872-1466098249/watcher-4095872-1466098249 -o /tmp/evaluation-result-4095872-1466098249/solver-4095872-1466098249 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466098249-14521 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4095872-1466098249.opb 

pid=14540
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: 0.74 1.70 1.99 4/172 14544
/proc/meminfo: memFree=30590988/32872528 swapFree=1315980/1463148
[pid=14544] ppid=14540 vsize=3568 CPUtime=0 cores=1,3,5,7
/proc/14544/stat : 14544 (java) R 14540 14544 14504 0 -1 4202496 378 0 0 0 0 0 0 0 20 0 1 0 11871795 3653632 49 33554432000 1073741824 1073778376 140735001393472 140735001390600 227503336743 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14544/statm: 892 50 39 9 0 30 0

[startup+0.100166 s]
/proc/loadavg: 0.74 1.70 1.99 4/172 14544
/proc/meminfo: memFree=30590988/32872528 swapFree=1315980/1463148
[pid=14544] ppid=14540 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/14544/stat : 14544 (java) S 14540 14544 14504 0 -1 4202496 4464 0 1 0 9 0 0 0 20 0 18 0 11871795 9787879424 5580 33554432000 1073741824 1073778376 140735001393472 140735001384608 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14544/statm: 2389619 5580 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200263 s]
/proc/loadavg: 0.74 1.70 1.99 4/172 14544
/proc/meminfo: memFree=30590988/32872528 swapFree=1315980/1463148
[pid=14544] ppid=14540 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/14544/stat : 14544 (java) S 14540 14544 14504 0 -1 4202496 6182 0 1 0 27 1 0 0 20 0 19 0 11871795 9856040960 6578 33554432000 1073741824 1073778376 140735001393472 140735001384608 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14544/statm: 2406260 6578 2230 9 0 2396937 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300235 s]
/proc/loadavg: 0.74 1.70 1.99 4/172 14544
/proc/meminfo: memFree=30590988/32872528 swapFree=1315980/1463148
[pid=14544] ppid=14540 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/14544/stat : 14544 (java) S 14540 14544 14504 0 -1 4202496 6852 0 1 0 50 1 0 0 20 0 19 0 11871795 9856040960 7236 33554432000 1073741824 1073778376 140735001393472 140735001384608 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14544/statm: 2406260 7236 2238 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700293 s]
/proc/loadavg: 0.74 1.70 1.99 4/172 14544
/proc/meminfo: memFree=30590988/32872528 swapFree=1315980/1463148
[pid=14544] ppid=14540 vsize=9625040 CPUtime=1.26 cores=1,3,5,7
/proc/14544/stat : 14544 (java) S 14540 14544 14504 0 -1 4202496 16312 0 1 0 123 3 0 0 20 0 19 0 11871795 9856040960 12882 33554432000 1073741824 1073778376 140735001393472 140735001384608 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14544/statm: 2406260 12882 2249 9 0 2396937 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 9625040

[startup+1.5007 s]
/proc/loadavg: 0.92 1.72 2.00 5/212 14587
/proc/meminfo: memFree=30500628/32872528 swapFree=1315980/1463148
[pid=14544] ppid=14540 vsize=9625040 CPUtime=2.08 cores=1,3,5,7
/proc/14544/stat : 14544 (java) S 14540 14544 14504 0 -1 4202496 16317 0 1 0 205 3 0 0 20 0 19 0 11871795 9856040960 13908 33554432000 1073741824 1073778376 140735001393472 140735001384608 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14544/statm: 2406260 13908 2250 9 0 2396937 0
[pid=14544/tid=14548] ppid=14540 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/14544/task/14548/stat : 14548 (java) R 14540 14544 14504 0 -1 4202560 2459 0 1 0 146 0 0 0 20 0 19 0 11871796 9856040960 13908 33554432000 1073741824 1073778376 140735001393472 139654352073272 139654292235782 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14544/tid=14554] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14554/stat : 14554 (java) S 14540 14544 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11871797 9856040960 13908 33554432000 1073741824 1073778376 140735001393472 139654290803752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14544/tid=14555] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14555/stat : 14555 (java) S 14540 14544 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11871797 9856040960 13908 33554432000 1073741824 1073778376 140735001393472 139654289750952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14544/tid=14556] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14556/stat : 14556 (java) S 14540 14544 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11871797 9856040960 13908 33554432000 1073741824 1073778376 140735001393472 139654288698152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14544/tid=14557] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14557/stat : 14557 (java) S 14540 14544 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11871797 9856040960 13908 33554432000 1073741824 1073778376 140735001393472 139654287645352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14544/tid=14558] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14558/stat : 14558 (java) S 14540 14544 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11871797 9856040960 13908 33554432000 1073741824 1073778376 140735001393472 139654286592552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14544/tid=14559] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14559/stat : 14559 (java) S 14540 14544 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11871797 9856040960 13908 33554432000 1073741824 1073778376 140735001393472 139654285539752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14544/tid=14560] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14560/stat : 14560 (java) S 14540 14544 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11871797 9856040960 13908 33554432000 1073741824 1073778376 140735001393472 139654189496616 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14544/tid=14561] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14561/stat : 14561 (java) S 14540 14544 14504 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11871797 9856040960 13908 33554432000 1073741824 1073778376 140735001393472 139654188443816 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14544/tid=14570] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14570/stat : 14570 (java) S 14540 14544 14504 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11871798 9856040960 13908 33554432000 1073741824 1073778376 140735001393472 139654176246760 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14544/tid=14572] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14572/stat : 14572 (java) S 14540 14544 14504 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11871798 9856040960 13908 33554432000 1073741824 1073778376 140735001393472 139654175192824 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14544/tid=14573] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14573/stat : 14573 (java) S 14540 14544 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11871798 9856040960 13908 33554432000 1073741824 1073778376 140735001393472 139654174139912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14544/tid=14576] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14576/stat : 14576 (java) S 14540 14544 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11871801 9856040960 13908 33554432000 1073741824 1073778376 140735001393472 139654173088400 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14544/tid=14577] ppid=14540 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/14544/task/14577/stat : 14577 (java) S 14540 14544 14504 0 -1 4202560 5012 0 0 0 27 0 0 0 20 0 19 0 11871801 9856040960 13908 33554432000 1073741824 1073778376 140735001393472 139654172035512 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14544/tid=14578] ppid=14540 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/14544/task/14578/stat : 14578 (java) S 14540 14544 14504 0 -1 4202560 7576 0 0 0 29 1 0 0 20 0 19 0 11871801 9856040960 13908 33554432000 1073741824 1073778376 140735001393472 139654170982712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14544/tid=14579] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14579/stat : 14579 (java) S 14540 14544 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11871801 9856040960 13908 33554432000 1073741824 1073778376 140735001393472 139654169930104 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14544/tid=14580] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14580/stat : 14580 (java) S 14540 14544 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11871801 9856040960 13908 33554432000 1073741824 1073778376 140735001393472 139654168877512 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14544/tid=14587] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14587/stat : 14587 (java) S 14540 14544 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11871809 9856040960 13908 33554432000 1073741824 1073778376 140735001393472 139654167824040 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 9625040

[startup+3.10071 s]
/proc/loadavg: 0.92 1.72 2.00 2/188 14619
/proc/meminfo: memFree=30537860/32872528 swapFree=1315980/1463148
[pid=14544] ppid=14540 vsize=9625040 CPUtime=3.68 cores=1,3,5,7
/proc/14544/stat : 14544 (java) S 14540 14544 14504 0 -1 4202496 16320 0 1 0 365 3 0 0 20 0 19 0 11871795 9856040960 14932 33554432000 1073741824 1073778376 140735001393472 140735001384608 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14544/statm: 2406260 14932 2250 9 0 2396937 0
[pid=14544/tid=14548] ppid=14540 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/14544/task/14548/stat : 14548 (java) R 14540 14544 14504 0 -1 4202560 2462 0 1 0 306 0 0 0 20 0 19 0 11871796 9856040960 14932 33554432000 1073741824 1073778376 140735001393472 139654352064208 139654292235787 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14544/tid=14554] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14554/stat : 14554 (java) S 14540 14544 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11871797 9856040960 14932 33554432000 1073741824 1073778376 140735001393472 139654290803752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14544/tid=14555] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14555/stat : 14555 (java) S 14540 14544 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11871797 9856040960 14932 33554432000 1073741824 1073778376 140735001393472 139654289750952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14544/tid=14556] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14556/stat : 14556 (java) S 14540 14544 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11871797 9856040960 14932 33554432000 1073741824 1073778376 140735001393472 139654288698152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14544/tid=14557] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14557/stat : 14557 (java) S 14540 14544 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11871797 9856040960 14932 33554432000 1073741824 1073778376 140735001393472 139654287645352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14544/tid=14558] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14558/stat : 14558 (java) S 14540 14544 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11871797 9856040960 14932 33554432000 1073741824 1073778376 140735001393472 139654286592552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14544/tid=14559] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14559/stat : 14559 (java) S 14540 14544 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11871797 9856040960 14932 33554432000 1073741824 1073778376 140735001393472 139654285539752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14544/tid=14560] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14560/stat : 14560 (java) S 14540 14544 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11871797 9856040960 14932 33554432000 1073741824 1073778376 140735001393472 139654189496616 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14544/tid=14561] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14561/stat : 14561 (java) S 14540 14544 14504 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11871797 9856040960 14932 33554432000 1073741824 1073778376 140735001393472 139654188443816 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14544/tid=14570] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14570/stat : 14570 (java) S 14540 14544 14504 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11871798 9856040960 14932 33554432000 1073741824 1073778376 140735001393472 139654176246760 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14544/tid=14572] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14572/stat : 14572 (java) S 14540 14544 14504 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11871798 9856040960 14932 33554432000 1073741824 1073778376 140735001393472 139654175192824 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14544/tid=14573] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14573/stat : 14573 (java) S 14540 14544 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11871798 9856040960 14932 33554432000 1073741824 1073778376 140735001393472 139654174139912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14544/tid=14576] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14576/stat : 14576 (java) S 14540 14544 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11871801 9856040960 14932 33554432000 1073741824 1073778376 140735001393472 139654173088400 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14544/tid=14577] ppid=14540 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/14544/task/14577/stat : 14577 (java) S 14540 14544 14504 0 -1 4202560 5012 0 0 0 27 0 0 0 20 0 19 0 11871801 9856040960 14932 33554432000 1073741824 1073778376 140735001393472 139654172035512 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14544/tid=14578] ppid=14540 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/14544/task/14578/stat : 14578 (java) S 14540 14544 14504 0 -1 4202560 7576 0 0 0 29 1 0 0 20 0 19 0 11871801 9856040960 14932 33554432000 1073741824 1073778376 140735001393472 139654170982712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14544/tid=14579] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14579/stat : 14579 (java) S 14540 14544 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11871801 9856040960 14932 33554432000 1073741824 1073778376 140735001393472 139654169930104 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14544/tid=14580] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14580/stat : 14580 (java) S 14540 14544 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11871801 9856040960 14932 33554432000 1073741824 1073778376 140735001393472 139654168877512 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14544/tid=14587] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14587/stat : 14587 (java) S 14540 14544 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11871809 9856040960 14932 33554432000 1073741824 1073778376 140735001393472 139654167824040 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 9625040

[startup+6.30071 s]
/proc/loadavg: 0.92 1.72 2.00 4/212 14652
/proc/meminfo: memFree=30504568/32872528 swapFree=1315980/1463148
[pid=14544] ppid=14540 vsize=9625040 CPUtime=6.89 cores=1,3,5,7
/proc/14544/stat : 14544 (java) S 14540 14544 14504 0 -1 4202496 16326 0 1 0 685 4 0 0 20 0 19 0 11871795 9856040960 14110 33554432000 1073741824 1073778376 140735001393472 140735001384608 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14544/statm: 2406260 14110 2251 9 0 2396937 0
[pid=14544/tid=14548] ppid=14540 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/14544/task/14548/stat : 14548 (java) R 14540 14544 14504 0 -1 4202560 2467 0 1 0 624 1 0 0 20 0 19 0 11871796 9856040960 14110 33554432000 1073741824 1073778376 140735001393472 139654352064208 139654292235745 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14544/tid=14554] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14554/stat : 14554 (java) S 14540 14544 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11871797 9856040960 14110 33554432000 1073741824 1073778376 140735001393472 139654290803752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14544/tid=14555] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14555/stat : 14555 (java) S 14540 14544 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11871797 9856040960 14110 33554432000 1073741824 1073778376 140735001393472 139654289750952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14544/tid=14556] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14556/stat : 14556 (java) S 14540 14544 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11871797 9856040960 14110 33554432000 1073741824 1073778376 140735001393472 139654288698152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14544/tid=14557] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14557/stat : 14557 (java) S 14540 14544 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11871797 9856040960 14110 33554432000 1073741824 1073778376 140735001393472 139654287645352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14544/tid=14558] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14558/stat : 14558 (java) S 14540 14544 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11871797 9856040960 14110 33554432000 1073741824 1073778376 140735001393472 139654286592552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14544/tid=14559] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14559/stat : 14559 (java) S 14540 14544 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11871797 9856040960 14110 33554432000 1073741824 1073778376 140735001393472 139654285539752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14544/tid=14560] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14560/stat : 14560 (java) S 14540 14544 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11871797 9856040960 14110 33554432000 1073741824 1073778376 140735001393472 139654189496616 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14544/tid=14561] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14561/stat : 14561 (java) S 14540 14544 14504 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11871797 9856040960 14110 33554432000 1073741824 1073778376 140735001393472 139654188443816 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14544/tid=14570] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14570/stat : 14570 (java) S 14540 14544 14504 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11871798 9856040960 14110 33554432000 1073741824 1073778376 140735001393472 139654176246760 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14544/tid=14572] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14572/stat : 14572 (java) S 14540 14544 14504 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11871798 9856040960 14110 33554432000 1073741824 1073778376 140735001393472 139654175192824 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14544/tid=14573] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14573/stat : 14573 (java) S 14540 14544 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11871798 9856040960 14110 33554432000 1073741824 1073778376 140735001393472 139654174139912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14544/tid=14576] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14576/stat : 14576 (java) S 14540 14544 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11871801 9856040960 14110 33554432000 1073741824 1073778376 140735001393472 139654173088400 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14544/tid=14577] ppid=14540 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/14544/task/14577/stat : 14577 (java) S 14540 14544 14504 0 -1 4202560 5012 0 0 0 27 0 0 0 20 0 19 0 11871801 9856040960 14110 33554432000 1073741824 1073778376 140735001393472 139654172035512 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14544/tid=14578] ppid=14540 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/14544/task/14578/stat : 14578 (java) S 14540 14544 14504 0 -1 4202560 7576 0 0 0 29 1 0 0 20 0 19 0 11871801 9856040960 14110 33554432000 1073741824 1073778376 140735001393472 139654170982712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14544/tid=14579] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14579/stat : 14579 (java) S 14540 14544 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11871801 9856040960 14110 33554432000 1073741824 1073778376 140735001393472 139654169930104 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14544/tid=14580] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14580/stat : 14580 (java) S 14540 14544 14504 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11871801 9856040960 14110 33554432000 1073741824 1073778376 140735001393472 139654168877512 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14544/tid=14587] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14587/stat : 14587 (java) S 14540 14544 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11871809 9856040960 14110 33554432000 1073741824 1073778376 140735001393472 139654167824040 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.89
Current children cumulated vsize (KiB) 9625040


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

[pid=14544/tid=14572] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14572/stat : 14572 (java) S 14540 14544 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11871798 9856040960 59868 33554432000 1073741824 1073778376 140735001393472 139654175192824 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14544/tid=14573] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14573/stat : 14573 (java) S 14540 14544 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11871798 9856040960 59868 33554432000 1073741824 1073778376 140735001393472 139654174139912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14544/tid=14576] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14576/stat : 14576 (java) S 14540 14544 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11871801 9856040960 59868 33554432000 1073741824 1073778376 140735001393472 139654173088400 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14544/tid=14577] ppid=14540 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/14544/task/14577/stat : 14577 (java) S 14540 14544 14504 0 -1 4202560 5012 0 0 0 27 0 0 0 20 0 19 0 11871801 9856040960 59868 33554432000 1073741824 1073778376 140735001393472 139654172035512 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14544/tid=14578] ppid=14540 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/14544/task/14578/stat : 14578 (java) S 14540 14544 14504 0 -1 4202560 7657 0 0 0 34 2 0 0 20 0 19 0 11871801 9856040960 59868 33554432000 1073741824 1073778376 140735001393472 139654170982712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14544/tid=14579] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14579/stat : 14579 (java) S 14540 14544 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11871801 9856040960 59868 33554432000 1073741824 1073778376 140735001393472 139654169930104 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14544/tid=14580] ppid=14540 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/14544/task/14580/stat : 14580 (java) S 14540 14544 14504 0 -1 4202560 82 0 0 0 18 17 0 0 20 0 19 0 11871801 9856040960 59868 33554432000 1073741824 1073778376 140735001393472 139654168877512 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14544/tid=14587] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14587/stat : 14587 (java) S 14540 14544 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11871809 9856040960 59868 33554432000 1073741824 1073778376 140735001393472 139654167824040 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1391.58
Current children cumulated vsize (KiB) 9625040

[startup+1390.8 s]
/proc/loadavg: 2.27 2.24 2.15 3/211 14686
/proc/meminfo: memFree=30125336/32872528 swapFree=1315980/1463148
[pid=14544] ppid=14540 vsize=9625040 CPUtime=1391.99 cores=1,3,5,7
/proc/14544/stat : 14544 (java) S 14540 14544 14504 0 -1 4202496 17261 0 1 0 139170 29 0 0 20 0 19 0 11871795 9856040960 59868 33554432000 1073741824 1073778376 140735001393472 140735001384608 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14544/statm: 2406260 59868 2272 9 0 2396937 0
[pid=14544/tid=14548] ppid=14540 vsize=9625040 CPUtime=1387.06 cores=1,3,5,7
/proc/14544/task/14548/stat : 14548 (java) R 14540 14544 14504 0 -1 4202560 2538 0 1 0 138683 23 0 0 20 0 19 0 11871796 9856040960 59868 33554432000 1073741824 1073778376 140735001393472 139654352072920 139654292515089 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14544/tid=14554] ppid=14540 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/14544/task/14554/stat : 14554 (java) S 14540 14544 14504 0 -1 4202560 145 0 0 0 8 0 0 0 20 0 19 0 11871797 9856040960 59868 33554432000 1073741824 1073778376 140735001393472 139654290803752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14544/tid=14555] ppid=14540 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/14544/task/14555/stat : 14555 (java) S 14540 14544 14504 0 -1 4202560 148 0 0 0 5 0 0 0 20 0 19 0 11871797 9856040960 59868 33554432000 1073741824 1073778376 140735001393472 139654289750952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14544/tid=14556] ppid=14540 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14544/task/14556/stat : 14556 (java) S 14540 14544 14504 0 -1 4202560 105 0 0 0 3 0 0 0 20 0 19 0 11871797 9856040960 59868 33554432000 1073741824 1073778376 140735001393472 139654288698152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14544/tid=14557] ppid=14540 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/14544/task/14557/stat : 14557 (java) S 14540 14544 14504 0 -1 4202560 64 0 0 0 7 2 0 0 20 0 19 0 11871797 9856040960 59868 33554432000 1073741824 1073778376 140735001393472 139654287645352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14544/tid=14558] ppid=14540 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/14544/task/14558/stat : 14558 (java) S 14540 14544 14504 0 -1 4202560 26 0 0 0 4 2 0 0 20 0 19 0 11871797 9856040960 59868 33554432000 1073741824 1073778376 140735001393472 139654286592552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14544/tid=14559] ppid=14540 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/14544/task/14559/stat : 14559 (java) S 14540 14544 14504 0 -1 4202560 138 0 0 0 4 0 0 0 20 0 19 0 11871797 9856040960 59868 33554432000 1073741824 1073778376 140735001393472 139654285539752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14544/tid=14560] ppid=14540 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/14544/task/14560/stat : 14560 (java) S 14540 14544 14504 0 -1 4202560 28 0 0 0 6 0 0 0 20 0 19 0 11871797 9856040960 59868 33554432000 1073741824 1073778376 140735001393472 139654189496616 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14544/tid=14561] ppid=14540 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14544/task/14561/stat : 14561 (java) S 14540 14544 14504 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 19 0 11871797 9856040960 59868 33554432000 1073741824 1073778376 140735001393472 139654188443816 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14544/tid=14570] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14570/stat : 14570 (java) S 14540 14544 14504 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 11871798 9856040960 59868 33554432000 1073741824 1073778376 140735001393472 139654176246760 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14544/tid=14572] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14572/stat : 14572 (java) S 14540 14544 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11871798 9856040960 59868 33554432000 1073741824 1073778376 140735001393472 139654175192824 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14544/tid=14573] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14573/stat : 14573 (java) S 14540 14544 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11871798 9856040960 59868 33554432000 1073741824 1073778376 140735001393472 139654174139912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14544/tid=14576] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14576/stat : 14576 (java) S 14540 14544 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11871801 9856040960 59868 33554432000 1073741824 1073778376 140735001393472 139654173088400 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14544/tid=14577] ppid=14540 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/14544/task/14577/stat : 14577 (java) S 14540 14544 14504 0 -1 4202560 5012 0 0 0 27 0 0 0 20 0 19 0 11871801 9856040960 59868 33554432000 1073741824 1073778376 140735001393472 139654172035512 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14544/tid=14578] ppid=14540 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/14544/task/14578/stat : 14578 (java) S 14540 14544 14504 0 -1 4202560 7657 0 0 0 36 2 0 0 20 0 19 0 11871801 9856040960 59868 33554432000 1073741824 1073778376 140735001393472 139654170982712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14544/tid=14579] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14579/stat : 14579 (java) S 14540 14544 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11871801 9856040960 59868 33554432000 1073741824 1073778376 140735001393472 139654169930104 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14544/tid=14580] ppid=14540 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/14544/task/14580/stat : 14580 (java) S 14540 14544 14504 0 -1 4202560 82 0 0 0 18 17 0 0 20 0 19 0 11871801 9856040960 59868 33554432000 1073741824 1073778376 140735001393472 139654168877512 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14544/tid=14587] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14587/stat : 14587 (java) S 14540 14544 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11871809 9856040960 59868 33554432000 1073741824 1073778376 140735001393472 139654167824040 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1391.99
Current children cumulated vsize (KiB) 9625040

[startup+1391 s]
/proc/loadavg: 2.27 2.24 2.15 3/211 14686
/proc/meminfo: memFree=30125336/32872528 swapFree=1315980/1463148
[pid=14544] ppid=14540 vsize=9625040 CPUtime=1392.19 cores=1,3,5,7
/proc/14544/stat : 14544 (java) S 14540 14544 14504 0 -1 4202496 17263 0 1 0 139190 29 0 0 20 0 19 0 11871795 9856040960 59870 33554432000 1073741824 1073778376 140735001393472 140735001384608 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14544/statm: 2406260 59870 2272 9 0 2396937 0
[pid=14544/tid=14548] ppid=14540 vsize=9625040 CPUtime=1387.26 cores=1,3,5,7
/proc/14544/task/14548/stat : 14548 (java) R 14540 14544 14504 0 -1 4202560 2538 0 1 0 138703 23 0 0 20 0 19 0 11871796 9856040960 59870 33554432000 1073741824 1073778376 140735001393472 139654352072920 139654292514616 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14544/tid=14554] ppid=14540 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/14544/task/14554/stat : 14554 (java) S 14540 14544 14504 0 -1 4202560 145 0 0 0 8 0 0 0 20 0 19 0 11871797 9856040960 59870 33554432000 1073741824 1073778376 140735001393472 139654290803752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14544/tid=14555] ppid=14540 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/14544/task/14555/stat : 14555 (java) S 14540 14544 14504 0 -1 4202560 148 0 0 0 5 0 0 0 20 0 19 0 11871797 9856040960 59870 33554432000 1073741824 1073778376 140735001393472 139654289750952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14544/tid=14556] ppid=14540 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14544/task/14556/stat : 14556 (java) S 14540 14544 14504 0 -1 4202560 105 0 0 0 3 0 0 0 20 0 19 0 11871797 9856040960 59870 33554432000 1073741824 1073778376 140735001393472 139654288698152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14544/tid=14557] ppid=14540 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/14544/task/14557/stat : 14557 (java) S 14540 14544 14504 0 -1 4202560 64 0 0 0 7 2 0 0 20 0 19 0 11871797 9856040960 59870 33554432000 1073741824 1073778376 140735001393472 139654287645352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14544/tid=14558] ppid=14540 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/14544/task/14558/stat : 14558 (java) S 14540 14544 14504 0 -1 4202560 26 0 0 0 4 2 0 0 20 0 19 0 11871797 9856040960 59870 33554432000 1073741824 1073778376 140735001393472 139654286592552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14544/tid=14559] ppid=14540 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/14544/task/14559/stat : 14559 (java) S 14540 14544 14504 0 -1 4202560 138 0 0 0 4 0 0 0 20 0 19 0 11871797 9856040960 59870 33554432000 1073741824 1073778376 140735001393472 139654285539752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14544/tid=14560] ppid=14540 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/14544/task/14560/stat : 14560 (java) S 14540 14544 14504 0 -1 4202560 28 0 0 0 6 0 0 0 20 0 19 0 11871797 9856040960 59870 33554432000 1073741824 1073778376 140735001393472 139654189496616 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14544/tid=14561] ppid=14540 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14544/task/14561/stat : 14561 (java) S 14540 14544 14504 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 19 0 11871797 9856040960 59870 33554432000 1073741824 1073778376 140735001393472 139654188443816 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14544/tid=14570] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14570/stat : 14570 (java) S 14540 14544 14504 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 11871798 9856040960 59870 33554432000 1073741824 1073778376 140735001393472 139654176246760 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14544/tid=14572] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14572/stat : 14572 (java) S 14540 14544 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11871798 9856040960 59870 33554432000 1073741824 1073778376 140735001393472 139654175192824 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14544/tid=14573] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14573/stat : 14573 (java) S 14540 14544 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11871798 9856040960 59870 33554432000 1073741824 1073778376 140735001393472 139654174139912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14544/tid=14576] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14576/stat : 14576 (java) S 14540 14544 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11871801 9856040960 59870 33554432000 1073741824 1073778376 140735001393472 139654173088400 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14544/tid=14577] ppid=14540 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/14544/task/14577/stat : 14577 (java) S 14540 14544 14504 0 -1 4202560 5012 0 0 0 27 0 0 0 20 0 19 0 11871801 9856040960 59870 33554432000 1073741824 1073778376 140735001393472 139654172035512 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14544/tid=14578] ppid=14540 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/14544/task/14578/stat : 14578 (java) S 14540 14544 14504 0 -1 4202560 7659 0 0 0 36 2 0 0 20 0 19 0 11871801 9856040960 59870 33554432000 1073741824 1073778376 140735001393472 139654170982712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14544/tid=14579] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14579/stat : 14579 (java) S 14540 14544 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11871801 9856040960 59870 33554432000 1073741824 1073778376 140735001393472 139654169930104 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14544/tid=14580] ppid=14540 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/14544/task/14580/stat : 14580 (java) S 14540 14544 14504 0 -1 4202560 82 0 0 0 18 17 0 0 20 0 19 0 11871801 9856040960 59870 33554432000 1073741824 1073778376 140735001393472 139654168877512 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14544/tid=14587] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14587/stat : 14587 (java) S 14540 14544 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11871809 9856040960 59870 33554432000 1073741824 1073778376 140735001393472 139654167824040 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1392.19
Current children cumulated vsize (KiB) 9625040

[startup+1391.1 s]
/proc/loadavg: 2.27 2.24 2.15 3/211 14686
/proc/meminfo: memFree=30125336/32872528 swapFree=1315980/1463148
[pid=14544] ppid=14540 vsize=9625040 CPUtime=1392.29 cores=1,3,5,7
/proc/14544/stat : 14544 (java) S 14540 14544 14504 0 -1 4202496 17263 0 1 0 139200 29 0 0 20 0 19 0 11871795 9856040960 59870 33554432000 1073741824 1073778376 140735001393472 140735001384608 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14544/statm: 2406260 59870 2272 9 0 2396937 0
[pid=14544/tid=14548] ppid=14540 vsize=9625040 CPUtime=1387.36 cores=1,3,5,7
/proc/14544/task/14548/stat : 14548 (java) R 14540 14544 14504 0 -1 4202560 2538 0 1 0 138713 23 0 0 20 0 19 0 11871796 9856040960 59870 33554432000 1073741824 1073778376 140735001393472 139654352072920 139654292515094 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14544/tid=14554] ppid=14540 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/14544/task/14554/stat : 14554 (java) S 14540 14544 14504 0 -1 4202560 145 0 0 0 8 0 0 0 20 0 19 0 11871797 9856040960 59870 33554432000 1073741824 1073778376 140735001393472 139654290803752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14544/tid=14555] ppid=14540 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/14544/task/14555/stat : 14555 (java) S 14540 14544 14504 0 -1 4202560 148 0 0 0 5 0 0 0 20 0 19 0 11871797 9856040960 59870 33554432000 1073741824 1073778376 140735001393472 139654289750952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14544/tid=14556] ppid=14540 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14544/task/14556/stat : 14556 (java) S 14540 14544 14504 0 -1 4202560 105 0 0 0 3 0 0 0 20 0 19 0 11871797 9856040960 59870 33554432000 1073741824 1073778376 140735001393472 139654288698152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14544/tid=14557] ppid=14540 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/14544/task/14557/stat : 14557 (java) S 14540 14544 14504 0 -1 4202560 64 0 0 0 7 2 0 0 20 0 19 0 11871797 9856040960 59870 33554432000 1073741824 1073778376 140735001393472 139654287645352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14544/tid=14558] ppid=14540 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/14544/task/14558/stat : 14558 (java) S 14540 14544 14504 0 -1 4202560 26 0 0 0 4 2 0 0 20 0 19 0 11871797 9856040960 59870 33554432000 1073741824 1073778376 140735001393472 139654286592552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14544/tid=14559] ppid=14540 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/14544/task/14559/stat : 14559 (java) S 14540 14544 14504 0 -1 4202560 138 0 0 0 4 0 0 0 20 0 19 0 11871797 9856040960 59870 33554432000 1073741824 1073778376 140735001393472 139654285539752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14544/tid=14560] ppid=14540 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/14544/task/14560/stat : 14560 (java) S 14540 14544 14504 0 -1 4202560 28 0 0 0 6 0 0 0 20 0 19 0 11871797 9856040960 59870 33554432000 1073741824 1073778376 140735001393472 139654189496616 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14544/tid=14561] ppid=14540 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14544/task/14561/stat : 14561 (java) S 14540 14544 14504 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 19 0 11871797 9856040960 59870 33554432000 1073741824 1073778376 140735001393472 139654188443816 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14544/tid=14570] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14570/stat : 14570 (java) S 14540 14544 14504 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 11871798 9856040960 59870 33554432000 1073741824 1073778376 140735001393472 139654176246760 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14544/tid=14572] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14572/stat : 14572 (java) S 14540 14544 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11871798 9856040960 59870 33554432000 1073741824 1073778376 140735001393472 139654175192824 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14544/tid=14573] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14573/stat : 14573 (java) S 14540 14544 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11871798 9856040960 59870 33554432000 1073741824 1073778376 140735001393472 139654174139912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14544/tid=14576] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14576/stat : 14576 (java) S 14540 14544 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11871801 9856040960 59870 33554432000 1073741824 1073778376 140735001393472 139654173088400 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14544/tid=14577] ppid=14540 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/14544/task/14577/stat : 14577 (java) S 14540 14544 14504 0 -1 4202560 5012 0 0 0 27 0 0 0 20 0 19 0 11871801 9856040960 59870 33554432000 1073741824 1073778376 140735001393472 139654172035512 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14544/tid=14578] ppid=14540 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/14544/task/14578/stat : 14578 (java) S 14540 14544 14504 0 -1 4202560 7659 0 0 0 36 2 0 0 20 0 19 0 11871801 9856040960 59870 33554432000 1073741824 1073778376 140735001393472 139654170982712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14544/tid=14579] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14579/stat : 14579 (java) S 14540 14544 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11871801 9856040960 59870 33554432000 1073741824 1073778376 140735001393472 139654169930104 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14544/tid=14580] ppid=14540 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/14544/task/14580/stat : 14580 (java) S 14540 14544 14504 0 -1 4202560 82 0 0 0 18 17 0 0 20 0 19 0 11871801 9856040960 59870 33554432000 1073741824 1073778376 140735001393472 139654168877512 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14544/tid=14587] ppid=14540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14544/task/14587/stat : 14587 (java) S 14540 14544 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11871809 9856040960 59870 33554432000 1073741824 1073778376 140735001393472 139654167824040 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1392.29
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14544 and gives
#  childrusage.ru_utime.tv_sec=1388
#  childrusage.ru_utime.tv_usec=561906
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=612906
# CPU time returned by wait4() is 1389.17
# while last known CPU time is 1392.29
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1391.18
CPU time (s): 1392.29
CPU user time (s): 1392
CPU system time (s): 0.29
CPU usage (%): 100.08
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1388.56
system time used= 0.612906
maximum resident set size= 239572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17290
page faults= 1
swaps= 0
block input operations= 0
block output operations= 848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29689
involuntary context switches= 2215

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.33373 second user time and 9.27459 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-16 19:30:49
IDJOB=4095872
IDBENCH=107533
IDSOLVER=2546
FILE ID=node121/4095872-1466098249
RUNJOBID= node121-1466098249-14521
PBS_JOBID= 19904064
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/subsetcard/normalized-subsetcard-geq-fixedbandwidth-65.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4095872-1466098249/watcher-4095872-1466098249 -o /tmp/evaluation-result-4095872-1466098249/solver-4095872-1466098249 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466098249-14521 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4095872-1466098249.opb

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

MD5SUM BENCH= 58cc7a27c86d0bb9ad456540763b6be6
RANDOM SEED=1239040444

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.691
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:        30592532 kB
Buffers:           32284 kB
Cached:            81964 kB
SwapCached:         2496 kB
Active:            50912 kB
Inactive:          66444 kB
Active(anon):       3960 kB
Inactive(anon):     1756 kB
Active(file):      46952 kB
Inactive(file):    64688 kB
Unevictable:     1463148 kB
Mlocked:         1315980 kB
SwapTotal:      67108856 kB
SwapFree:       67099740 kB
Dirty:               804 kB
Writeback:             0 kB
AnonPages:       1465260 kB
Mapped:             6784 kB
Shmem:                 0 kB
Slab:             565964 kB
SReclaimable:      10512 kB
SUnreclaim:       555452 kB
KernelStack:        1352 kB
PageTables:         6696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1547640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    147456 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= 71720 MiB
End job on node121 at 2016-06-16 19:54:00