Trace number 4095830

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 PB16? (TO) 1800.6 1798.64

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
subsetcard/normalized-subsetcard-eq-fixedbandwidth-80.opb
MD5SUM7252c450a54057e0dead901a0d8bfcf7
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.010998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables321
Total number of constraints160
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)160
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4095830-1466097110.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.11/0.14	c ... done. Wall clock time 0.036s.
0.11/0.14	c declared #vars     321
0.11/0.14	c #constraints  320
0.11/0.14	c constraints type 
0.11/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 320
0.11/0.14	c 320 constraints processed.
0.69/0.41	c cleaning 2487 clauses out of 5000 with flag 22064/5000
1.14/0.60	c cleaning 4248 clauses out of 8514 with flag 51628/11001
1.34/0.84	c cleaning 5627 clauses out of 11266 with flag 85036/18001
1.75/1.26	c cleaning 6810 clauses out of 13640 with flag 130376/26002
2.06/1.57	c cleaning 7903 clauses out of 15829 with flag 173604/35001
2.46/1.93	c cleaning 8943 clauses out of 17925 with flag 220034/45000
2.96/2.43	c cleaning 9979 clauses out of 19982 with flag 276854/56000
3.46/2.92	c cleaning 10994 clauses out of 22007 with flag 334926/68004
4.05/3.52	c cleaning 11992 clauses out of 24012 with flag 402401/81003
4.75/4.21	c cleaning 12998 clauses out of 26018 with flag 477683/95001
5.45/4.96	c cleaning 13996 clauses out of 28021 with flag 555735/110002
6.46/5.91	c cleaning 15003 clauses out of 30024 with flag 640405/126001
7.46/6.92	c cleaning 16006 clauses out of 32021 with flag 731498/143001
8.46/7.97	c cleaning 16988 clauses out of 34014 with flag 824830/161000
9.56/9.08	c cleaning 18000 clauses out of 36028 with flag 930934/180002
11.06/10.57	c cleaning 18998 clauses out of 38026 with flag 1046533/200000
12.46/11.93	c cleaning 20006 clauses out of 40029 with flag 1169952/221001
13.95/13.45	c cleaning 21005 clauses out of 42022 with flag 1287313/243000
15.55/15.01	c cleaning 21981 clauses out of 44017 with flag 1418660/266000
17.16/16.69	c cleaning 23011 clauses out of 46037 with flag 1558446/290001
18.96/18.48	c cleaning 23996 clauses out of 48025 with flag 1693125/315000
20.96/20.43	c cleaning 25001 clauses out of 50029 with flag 1835612/341000
23.06/22.53	c cleaning 25988 clauses out of 52028 with flag 1987492/368000
25.36/24.81	c cleaning 27010 clauses out of 54043 with flag 2145209/396003
27.66/27.16	c cleaning 28004 clauses out of 56030 with flag 2307895/425000
30.16/29.69	c cleaning 29002 clauses out of 58026 with flag 2476578/455000
32.96/32.40	c cleaning 30000 clauses out of 60024 with flag 2650895/486000
35.87/35.33	c cleaning 31000 clauses out of 62028 with flag 2841077/518004
38.96/38.47	c cleaning 32003 clauses out of 64024 with flag 3034880/551000
42.27/41.71	c cleaning 33005 clauses out of 66021 with flag 3223598/585000
45.67/45.12	c cleaning 33996 clauses out of 68016 with flag 3420034/620000
49.26/48.73	c cleaning 35005 clauses out of 70021 with flag 3626192/656001
52.96/52.42	c cleaning 36001 clauses out of 72017 with flag 3838225/693002
56.97/56.40	c cleaning 36993 clauses out of 74017 with flag 4053578/731003
61.08/60.60	c cleaning 37998 clauses out of 76022 with flag 4279603/770001
65.58/65.09	c cleaning 39005 clauses out of 78025 with flag 4508524/810002
70.37/69.84	c cleaning 39990 clauses out of 80020 with flag 4745005/851002
75.08/74.57	c cleaning 41005 clauses out of 82031 with flag 4986720/893003
80.07/79.57	c cleaning 42002 clauses out of 84024 with flag 5247146/936001
85.22/84.68	c cleaning 43003 clauses out of 86024 with flag 5501703/980003
90.42/89.82	c cleaning 43996 clauses out of 88018 with flag 5773217/1025000
95.92/95.33	c cleaning 44998 clauses out of 90023 with flag 6042568/1071001
101.42/100.86	c cleaning 45990 clauses out of 92024 with flag 6311820/1118000
107.02/106.42	c cleaning 47005 clauses out of 94035 with flag 6587751/1166001
113.22/112.61	c cleaning 48001 clauses out of 96029 with flag 6868833/1215000
119.22/118.66	c cleaning 49008 clauses out of 98031 with flag 7156096/1265003
125.72/125.19	c cleaning 50000 clauses out of 100021 with flag 7448656/1316001
132.52/132.00	c cleaning 51001 clauses out of 102023 with flag 7753200/1368003
139.82/139.29	c cleaning 51997 clauses out of 104019 with flag 8057755/1421000
147.22/146.66	c cleaning 52999 clauses out of 106022 with flag 8364380/1475000
154.92/154.37	c cleaning 54003 clauses out of 108024 with flag 8686204/1530001
162.82/162.20	c cleaning 54999 clauses out of 110021 with flag 9012376/1586001
170.92/170.33	c cleaning 55998 clauses out of 112021 with flag 9338585/1643000
179.11/178.52	c cleaning 56997 clauses out of 114025 with flag 9672136/1701002
188.02/187.40	c cleaning 58012 clauses out of 116026 with flag 10005623/1760000
197.12/196.53	c cleaning 59000 clauses out of 118015 with flag 10341427/1820001
206.52/205.92	c cleaning 60001 clauses out of 120015 with flag 10702979/1881001
216.02/215.46	c cleaning 60992 clauses out of 122015 with flag 11053921/1943002
225.67/225.03	c cleaning 61995 clauses out of 124021 with flag 11413498/2006000
235.17/234.58	c cleaning 63001 clauses out of 126026 with flag 11778940/2070000
245.16/244.56	c cleaning 64001 clauses out of 128026 with flag 12146342/2135001
255.47/254.88	c cleaning 64999 clauses out of 130025 with flag 12520999/2201001
266.17/265.52	c cleaning 66004 clauses out of 132027 with flag 12903985/2268002
277.09/276.42	c cleaning 67004 clauses out of 134023 with flag 13282025/2336002
288.49/287.80	c cleaning 68001 clauses out of 136018 with flag 13661303/2405001
300.29/299.68	c cleaning 69002 clauses out of 138019 with flag 14043333/2475003
312.49/311.85	c cleaning 69996 clauses out of 140015 with flag 14429661/2546001
325.09/324.44	c cleaning 71002 clauses out of 142020 with flag 14824150/2618002
337.80/337.20	c cleaning 71999 clauses out of 144017 with flag 15222971/2691001
351.30/350.65	c cleaning 72999 clauses out of 146017 with flag 15623679/2765000
364.60/363.96	c cleaning 73996 clauses out of 148019 with flag 16046585/2840001
379.21/378.52	c cleaning 75000 clauses out of 150024 with flag 16453112/2916002
393.03/392.33	c cleaning 76001 clauses out of 152023 with flag 16880146/2993001
407.44/406.70	c cleaning 77001 clauses out of 154022 with flag 17309967/3071001
422.44/421.75	c cleaning 77999 clauses out of 156020 with flag 17736983/3150000
437.34/436.64	c cleaning 78998 clauses out of 158021 with flag 18172786/3230000
452.44/451.75	c cleaning 79998 clauses out of 160023 with flag 18601314/3311000
467.84/467.11	c cleaning 81001 clauses out of 162025 with flag 19042054/3393000
484.86/484.19	c cleaning 82003 clauses out of 164025 with flag 19494201/3476001
501.45/500.71	c cleaning 82996 clauses out of 166022 with flag 19957558/3560001
518.75/518.02	c cleaning 84001 clauses out of 168027 with flag 20407156/3645002
536.05/535.39	c cleaning 84996 clauses out of 170027 with flag 20860623/3731003
554.35/553.63	c cleaning 85997 clauses out of 172029 with flag 21328131/3818001
573.56/572.89	c cleaning 87006 clauses out of 174031 with flag 21795760/3906000
592.11/591.38	c cleaning 88002 clauses out of 176025 with flag 22265597/3995000
610.81/610.07	c cleaning 88991 clauses out of 178023 with flag 22744091/4085000
630.01/629.26	c cleaning 90004 clauses out of 180032 with flag 23220063/4176000
649.62/648.85	c cleaning 91005 clauses out of 182029 with flag 23708853/4268001
669.02/668.23	c cleaning 91997 clauses out of 184023 with flag 24198775/4361000
689.93/689.12	c cleaning 93004 clauses out of 186026 with flag 24695111/4455000
712.33/711.52	c cleaning 94003 clauses out of 188025 with flag 25209385/4550003
734.23/733.40	c cleaning 95001 clauses out of 190019 with flag 25706034/4646000
756.34/755.52	c cleaning 96001 clauses out of 192019 with flag 26203186/4743001
778.74/777.94	c cleaning 96992 clauses out of 194017 with flag 26704651/4841000
802.22/801.37	c cleaning 98001 clauses out of 196025 with flag 27204995/4940000
824.33/823.47	c cleaning 99004 clauses out of 198025 with flag 27722366/5040001
847.43/846.57	c cleaning 100000 clauses out of 200022 with flag 28236177/5141002
871.53/870.63	c cleaning 100999 clauses out of 202021 with flag 28769166/5243001
895.24/894.39	c cleaning 101997 clauses out of 204022 with flag 29285564/5346001
920.33/919.40	c cleaning 102990 clauses out of 206024 with flag 29810309/5450000
945.94/945.02	c cleaning 104005 clauses out of 208034 with flag 30327877/5555000
972.13/971.28	c cleaning 105004 clauses out of 210031 with flag 30849781/5661002
999.23/998.32	c cleaning 106006 clauses out of 212025 with flag 31395738/5768000
1025.54/1024.50	c cleaning 107000 clauses out of 214020 with flag 31949739/5876001
1053.64/1052.67	c cleaning 107998 clauses out of 216020 with flag 32491617/5985001
1081.53/1080.50	c cleaning 109000 clauses out of 218022 with flag 33049492/6095001
1110.65/1109.65	c cleaning 109999 clauses out of 220022 with flag 33601204/6206001
1139.95/1138.91	c cleaning 110996 clauses out of 222022 with flag 34158196/6318000
1169.27/1168.27	c cleaning 112002 clauses out of 224028 with flag 34714421/6431002
1199.36/1198.38	c cleaning 113006 clauses out of 226024 with flag 35298749/6545000
1228.96/1227.99	c cleaning 114000 clauses out of 228018 with flag 35868885/6660000
1260.15/1259.08	c cleaning 115000 clauses out of 230018 with flag 36440954/6776000
1291.75/1290.64	c cleaning 116002 clauses out of 232020 with flag 37006601/6893002
1325.16/1324.02	c cleaning 117004 clauses out of 234017 with flag 37572262/7011001
1358.76/1357.69	c cleaning 117994 clauses out of 236012 with flag 38146623/7130000
1391.76/1390.68	c cleaning 118997 clauses out of 238018 with flag 38722536/7250000
1426.37/1425.21	c cleaning 120005 clauses out of 240022 with flag 39305940/7371001
1461.77/1460.65	c cleaning 121003 clauses out of 242019 with flag 39909180/7493003
1497.61/1496.31	c cleaning 121997 clauses out of 244013 with flag 40486263/7616000
1534.10/1532.89	c cleaning 122998 clauses out of 246016 with flag 41079258/7740000
1569.50/1568.26	c cleaning 124000 clauses out of 248018 with flag 41680675/7865000
1605.61/1604.38	c cleaning 124999 clauses out of 250018 with flag 42272176/7991000
1643.11/1641.83	c cleaning 126001 clauses out of 252019 with flag 42880439/8118000
1682.13/1680.88	c cleaning 127000 clauses out of 254018 with flag 43493973/8246000
1721.13/1719.86	c cleaning 127993 clauses out of 256018 with flag 44113020/8375000
1760.24/1758.88	c cleaning 129004 clauses out of 258026 with flag 44746131/8505001
1799.84/1798.41	c cleaning 130002 clauses out of 260024 with flag 45364424/8636003
1800.05/1798.61	c starts		: 21862
1800.05/1798.61	c conflicts		: 8636929
1800.05/1798.61	c decisions		: 12757052
1800.05/1798.61	c propagations		: 162919583
1800.05/1798.61	c inspects		: 40261211860
1800.05/1798.61	c shortcuts		: 0
1800.05/1798.61	c learnt literals	: 0
1800.05/1798.61	c learnt binary clauses	: 0
1800.05/1798.61	c timeout
1800.05/1798.61	c learnt ternary clauses	: 0
1800.05/1798.61	c learnt constraints	: 8636929
1800.05/1798.61	c ignored constraints	: 0
1800.05/1798.61	c root simplifications	: 0
1800.05/1798.61	c removed literals (reason simplification)	: 0
1800.05/1798.61	c reason swapping (by a shorter reason)	: 0
1800.05/1798.61	c Calls to reduceDB	: 127
1800.05/1798.61	c Number of update (reduction) of LBD	: 2380448
1800.05/1798.61	c Imported unit clauses	: 0
1800.05/1798.61	c number of reductions to clauses (during analyze)	: 0
1800.05/1798.61	c number of learned constraints concerned by reduction	: 0
1800.05/1798.61	c number of learning phase by resolution	: 0
1800.05/1798.61	c number of learning phase by cutting planes	: 0
1800.05/1798.61	c speed (assignments/second)	: 90587.82877232939
1800.05/1798.61	c non guided choices	75401
1800.05/1798.64	c learnt constraints type 
1800.05/1798.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 130948
1800.05/1798.64	s UNKNOWN
1800.05/1798.64	c Total wall clock time (in seconds): 1798.537

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

pid=5914
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: 1.13 1.69 2.01 3/185 5918
/proc/meminfo: memFree=30617228/32872528 swapFree=1243920/1391088
[pid=5917] ppid=5914 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/5917/stat : 5917 (java) S 5914 5917 3284 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 11759661 98570240 977 33554432000 1073741824 1073778376 140733558353568 140733558344704 272889839677 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5917/statm: 24065 977 744 9 0 16771 0
[pid=5917/tid=5921] ppid=5914 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5921/stat : 5921 (java) R 5914 5917 3284 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 11759661 98570240 977 33554432000 1073741824 1073778376 140733558353568 139841499311656 272886482304 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 1.13 1.69 2.01 3/185 5918
/proc/meminfo: memFree=30617228/32872528 swapFree=1243920/1391088
[pid=5917] ppid=5914 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/5917/stat : 5917 (java) S 5914 5917 3284 0 -1 4202496 4489 0 1 0 10 1 0 0 20 0 18 0 11759661 9787879424 6117 33554432000 1073741824 1073778376 140733558353568 140733558344704 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5917/statm: 2389619 6117 2157 9 0 2380296 0
[pid=5917/tid=5921] ppid=5914 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/5917/task/5921/stat : 5921 (java) R 5914 5917 3284 0 -1 4202560 2375 0 1 0 7 0 0 0 20 0 18 0 11759661 9787879424 6117 33554432000 1073741824 1073778376 140733558353568 139841499312600 139841489375532 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200275 s]
/proc/loadavg: 1.13 1.69 2.01 3/185 5918
/proc/meminfo: memFree=30617228/32872528 swapFree=1243920/1391088
[pid=5917] ppid=5914 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/5917/stat : 5917 (java) S 5914 5917 3284 0 -1 4202496 6580 0 1 0 30 1 0 0 20 0 19 0 11759661 9856040960 7856 33554432000 1073741824 1073778376 140733558353568 140733558344704 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5917/statm: 2406260 7856 2235 9 0 2396937 0
[pid=5917/tid=5921] ppid=5914 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/5917/task/5921/stat : 5921 (java) R 5914 5917 3284 0 -1 4202560 2397 0 1 0 17 0 0 0 20 0 19 0 11759661 9856040960 7856 33554432000 1073741824 1073778376 140733558353568 139841499316864 139841502379336 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9625040

[startup+0.300382 s]
/proc/loadavg: 1.13 1.69 2.01 3/185 5918
/proc/meminfo: memFree=30617228/32872528 swapFree=1243920/1391088
[pid=5917] ppid=5914 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/5917/stat : 5917 (java) S 5914 5917 3284 0 -1 4202496 7148 0 1 0 52 1 0 0 20 0 19 0 11759661 9856040960 7766 33554432000 1073741824 1073778376 140733558353568 140733558344704 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5917/statm: 2406260 7766 2238 9 0 2396937 0
[pid=5917/tid=5921] ppid=5914 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/5917/task/5921/stat : 5921 (java) R 5914 5917 3284 0 -1 4202560 2397 0 1 0 27 0 0 0 20 0 19 0 11759661 9856040960 7766 33554432000 1073741824 1073778376 140733558353568 139841499316184 139841333789325 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.700312 s]
/proc/loadavg: 1.13 1.69 2.01 3/185 5918
/proc/meminfo: memFree=30617228/32872528 swapFree=1243920/1391088
[pid=5917] ppid=5914 vsize=9625040 CPUtime=1.24 cores=1,3,5,7
/proc/5917/stat : 5917 (java) S 5914 5917 3284 0 -1 4202496 15188 0 1 0 121 3 0 0 20 0 19 0 11759661 9856040960 12948 33554432000 1073741824 1073778376 140733558353568 140733558344704 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5917/statm: 2406260 12948 2249 9 0 2396937 0
[pid=5917/tid=5921] ppid=5914 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/5917/task/5921/stat : 5921 (java) R 5914 5917 3284 0 -1 4202560 2398 0 1 0 67 0 0 0 20 0 19 0 11759661 9856040960 12948 33554432000 1073741824 1073778376 140733558353568 139841499316184 139841333809136 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 1.13 1.69 2.01 3/213 5945
/proc/meminfo: memFree=30549232/32872528 swapFree=1243920/1391088
[pid=5917] ppid=5914 vsize=9625040 CPUtime=2.06 cores=1,3,5,7
/proc/5917/stat : 5917 (java) S 5914 5917 3284 0 -1 4202496 15192 0 1 0 203 3 0 0 20 0 19 0 11759661 9856040960 13462 33554432000 1073741824 1073778376 140733558353568 140733558344704 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5917/statm: 2406260 13462 2250 9 0 2396937 0
[pid=5917/tid=5921] ppid=5914 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/5917/task/5921/stat : 5921 (java) R 5914 5917 3284 0 -1 4202560 2400 0 1 0 146 0 0 0 20 0 19 0 11759661 9856040960 13462 33554432000 1073741824 1073778376 140733558353568 139841499316472 139841333829655 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=5917/tid=5923] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5923/stat : 5923 (java) S 5914 5917 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11759662 9856040960 13462 33554432000 1073741824 1073778376 140733558353568 139841460808104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5917/tid=5924] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5924/stat : 5924 (java) S 5914 5917 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11759662 9856040960 13462 33554432000 1073741824 1073778376 140733558353568 139841459755560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5917/tid=5925] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5925/stat : 5925 (java) S 5914 5917 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11759662 9856040960 13462 33554432000 1073741824 1073778376 140733558353568 139841458702504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5917/tid=5926] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5926/stat : 5926 (java) S 5914 5917 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11759662 9856040960 13462 33554432000 1073741824 1073778376 140733558353568 139841457649960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5917/tid=5927] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5927/stat : 5927 (java) S 5914 5917 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11759662 9856040960 13462 33554432000 1073741824 1073778376 140733558353568 139841456597928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5917/tid=5928] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5928/stat : 5928 (java) S 5914 5917 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11759662 9856040960 13462 33554432000 1073741824 1073778376 140733558353568 139841455545384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5917/tid=5929] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5929/stat : 5929 (java) S 5914 5917 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11759662 9856040960 13462 33554432000 1073741824 1073778376 140733558353568 139841454492328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5917/tid=5930] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5930/stat : 5930 (java) S 5914 5917 3284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11759662 9856040960 13462 33554432000 1073741824 1073778376 140733558353568 139841453439784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5917/tid=5931] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5931/stat : 5931 (java) S 5914 5917 3284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11759663 9856040960 13462 33554432000 1073741824 1073778376 140733558353568 139841323264360 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5917/tid=5932] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5932/stat : 5932 (java) S 5914 5917 3284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11759664 9856040960 13462 33554432000 1073741824 1073778376 140733558353568 139841322210680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5917/tid=5933] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5933/stat : 5933 (java) S 5914 5917 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11759664 9856040960 13462 33554432000 1073741824 1073778376 140733558353568 139841321157512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5917/tid=5939] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5939/stat : 5939 (java) S 5914 5917 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11759666 9856040960 13462 33554432000 1073741824 1073778376 140733558353568 139841320106256 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5917/tid=5940] ppid=5914 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/5917/task/5940/stat : 5940 (java) S 5914 5917 3284 0 -1 4202560 3511 0 0 0 21 0 0 0 20 0 19 0 11759666 9856040960 13462 33554432000 1073741824 1073778376 140733558353568 139841319054136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5917/tid=5941] ppid=5914 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/5917/task/5941/stat : 5941 (java) S 5914 5917 3284 0 -1 4202560 8012 0 0 0 34 2 0 0 20 0 19 0 11759666 9856040960 13462 33554432000 1073741824 1073778376 140733558353568 139841318001592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5917/tid=5942] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5942/stat : 5942 (java) S 5914 5917 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11759666 9856040960 13462 33554432000 1073741824 1073778376 140733558353568 139840444164856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5917/tid=5943] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5943/stat : 5943 (java) S 5914 5917 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11759666 9856040960 13462 33554432000 1073741824 1073778376 140733558353568 139840443112520 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5917/tid=5945] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5945/stat : 5945 (java) S 5914 5917 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11759675 9856040960 13462 33554432000 1073741824 1073778376 140733558353568 139840442057768 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 9625040

[startup+3.10069 s]
/proc/loadavg: 1.20 1.69 2.01 3/213 5945
/proc/meminfo: memFree=30542964/32872528 swapFree=1243920/1391088
[pid=5917] ppid=5914 vsize=9625040 CPUtime=3.66 cores=1,3,5,7
/proc/5917/stat : 5917 (java) S 5914 5917 3284 0 -1 4202496 15196 0 1 0 363 3 0 0 20 0 19 0 11759661 9856040960 14998 33554432000 1073741824 1073778376 140733558353568 140733558344704 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5917/statm: 2406260 14998 2250 9 0 2396937 0
[pid=5917/tid=5921] ppid=5914 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/5917/task/5921/stat : 5921 (java) R 5914 5917 3284 0 -1 4202560 2404 0 1 0 304 1 0 0 20 0 19 0 11759661 9856040960 14998 33554432000 1073741824 1073778376 140733558353568 139841499307712 139841333829408 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=5917/tid=5923] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5923/stat : 5923 (java) S 5914 5917 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11759662 9856040960 14998 33554432000 1073741824 1073778376 140733558353568 139841460808104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5917/tid=5924] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5924/stat : 5924 (java) S 5914 5917 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11759662 9856040960 14998 33554432000 1073741824 1073778376 140733558353568 139841459755560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5917/tid=5925] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5925/stat : 5925 (java) S 5914 5917 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11759662 9856040960 14998 33554432000 1073741824 1073778376 140733558353568 139841458702504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5917/tid=5926] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5926/stat : 5926 (java) S 5914 5917 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11759662 9856040960 14998 33554432000 1073741824 1073778376 140733558353568 139841457649960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5917/tid=5927] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5927/stat : 5927 (java) S 5914 5917 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11759662 9856040960 14998 33554432000 1073741824 1073778376 140733558353568 139841456597928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5917/tid=5928] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5928/stat : 5928 (java) S 5914 5917 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11759662 9856040960 14998 33554432000 1073741824 1073778376 140733558353568 139841455545384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5917/tid=5929] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5929/stat : 5929 (java) S 5914 5917 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11759662 9856040960 14998 33554432000 1073741824 1073778376 140733558353568 139841454492328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5917/tid=5930] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5930/stat : 5930 (java) S 5914 5917 3284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11759662 9856040960 14998 33554432000 1073741824 1073778376 140733558353568 139841453439784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5917/tid=5931] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5931/stat : 5931 (java) S 5914 5917 3284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11759663 9856040960 14998 33554432000 1073741824 1073778376 140733558353568 139841323264360 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5917/tid=5932] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5932/stat : 5932 (java) S 5914 5917 3284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11759664 9856040960 14998 33554432000 1073741824 1073778376 140733558353568 139841322210680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5917/tid=5933] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5933/stat : 5933 (java) S 5914 5917 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11759664 9856040960 14998 33554432000 1073741824 1073778376 140733558353568 139841321157512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5917/tid=5939] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5939/stat : 5939 (java) S 5914 5917 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11759666 9856040960 14998 33554432000 1073741824 1073778376 140733558353568 139841320106256 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5917/tid=5940] ppid=5914 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/5917/task/5940/stat : 5940 (java) S 5914 5917 3284 0 -1 4202560 3511 0 0 0 21 0 0 0 20 0 19 0 11759666 9856040960 14998 33554432000 1073741824 1073778376 140733558353568 139841319054136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5917/tid=5941] ppid=5914 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/5917/task/5941/stat : 5941 (java) S 5914 5917 3284 0 -1 4202560 8012 0 0 0 34 2 0 0 20 0 19 0 11759666 9856040960 14998 33554432000 1073741824 1073778376 140733558353568 139841318001592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5917/tid=5942] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5942/stat : 5942 (java) S 5914 5917 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11759666 9856040960 14998 33554432000 1073741824 1073778376 140733558353568 139840444164856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5917/tid=5943] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5943/stat : 5943 (java) S 5914 5917 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11759666 9856040960 14998 33554432000 1073741824 1073778376 140733558353568 139840443112520 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5917/tid=5945] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5945/stat : 5945 (java) S 5914 5917 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11759675 9856040960 14998 33554432000 1073741824 1073778376 140733558353568 139840442057768 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 1.20 1.69 2.01 3/213 5945
/proc/meminfo: memFree=30529996/32872528 swapFree=1243920/1391088
[pid=5917] ppid=5914 vsize=9625040 CPUtime=6.86 cores=1,3,5,7
/proc/5917/stat : 5917 (java) S 5914 5917 3284 0 -1 4202496 15202 0 1 0 682 4 0 0 20 0 19 0 11759661 9856040960 16879 33554432000 1073741824 1073778376 140733558353568 140733558344704 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5917/statm: 2406260 16879 2251 9 0 2396937 0
[pid=5917/tid=5921] ppid=5914 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/5917/task/5921/stat : 5921 (java) R 5914 5917 3284 0 -1 4202560 2409 0 1 0 623 1 0 0 20 0 19 0 11759661 9856040960 16879 33554432000 1073741824 1073778376 140733558353568 139841499307712 139841333829517 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5917/tid=5923] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5923/stat : 5923 (java) S 5914 5917 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11759662 9856040960 16879 33554432000 1073741824 1073778376 140733558353568 139841460808104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5917/tid=5924] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5924/stat : 5924 (java) S 5914 5917 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11759662 9856040960 16879 33554432000 1073741824 1073778376 140733558353568 139841459755560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5917/tid=5925] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5925/stat : 5925 (java) S 5914 5917 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11759662 9856040960 16879 33554432000 1073741824 1073778376 140733558353568 139841458702504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5917/tid=5926] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5926/stat : 5926 (java) S 5914 5917 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11759662 9856040960 16879 33554432000 1073741824 1073778376 140733558353568 139841457649960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5917/tid=5927] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5927/stat : 5927 (java) S 5914 5917 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11759662 9856040960 16879 33554432000 1073741824 1073778376 140733558353568 139841456597928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5917/tid=5928] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5928/stat : 5928 (java) S 5914 5917 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11759662 9856040960 16879 33554432000 1073741824 1073778376 140733558353568 139841455545384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5917/tid=5929] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5929/stat : 5929 (java) S 5914 5917 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11759662 9856040960 16879 33554432000 1073741824 1073778376 140733558353568 139841454492328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5917/tid=5930] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5930/stat : 5930 (java) S 5914 5917 3284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11759662 9856040960 16879 33554432000 1073741824 1073778376 140733558353568 139841453439784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5917/tid=5931] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5931/stat : 5931 (java) S 5914 5917 3284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11759663 9856040960 16879 33554432000 1073741824 1073778376 140733558353568 139841323264360 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5917/tid=5932] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5932/stat : 5932 (java) S 5914 5917 3284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11759664 9856040960 16879 33554432000 1073741824 1073778376 140733558353568 139841322210680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5917/tid=5933] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5933/stat : 5933 (java) S 5914 5917 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11759664 9856040960 16879 33554432000 1073741824 1073778376 140733558353568 139841321157512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5917/tid=5939] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5939/stat : 5939 (java) S 5914 5917 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11759666 9856040960 16879 33554432000 1073741824 1073778376 140733558353568 139841320106256 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5917/tid=5940] ppid=5914 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/5917/task/5940/stat : 5940 (java) S 5914 5917 3284 0 -1 4202560 3511 0 0 0 21 0 0 0 20 0 19 0 11759666 9856040960 16879 33554432000 1073741824 1073778376 140733558353568 139841319054136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5917/tid=5941] ppid=5914 vsize=9625040 CPUtime=0.36 cores=1,3,5,7

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

[pid=5917/tid=5932] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5932/stat : 5932 (java) S 5914 5917 3284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11759664 9856040960 67984 33554432000 1073741824 1073778376 140733558353568 139841322210680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5917/tid=5933] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5933/stat : 5933 (java) S 5914 5917 3284 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 11759664 9856040960 67984 33554432000 1073741824 1073778376 140733558353568 139841321157512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5917/tid=5939] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5939/stat : 5939 (java) S 5914 5917 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11759666 9856040960 67984 33554432000 1073741824 1073778376 140733558353568 139841320106256 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5917/tid=5940] ppid=5914 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/5917/task/5940/stat : 5940 (java) S 5914 5917 3284 0 -1 4202560 3518 0 0 0 24 0 0 0 20 0 19 0 11759666 9856040960 67984 33554432000 1073741824 1073778376 140733558353568 139841319054136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5917/tid=5941] ppid=5914 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/5917/task/5941/stat : 5941 (java) S 5914 5917 3284 0 -1 4202560 8012 0 0 0 34 2 0 0 20 0 19 0 11759666 9856040960 67984 33554432000 1073741824 1073778376 140733558353568 139841318001592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5917/tid=5942] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5942/stat : 5942 (java) S 5914 5917 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11759666 9856040960 67984 33554432000 1073741824 1073778376 140733558353568 139840444164856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5917/tid=5943] ppid=5914 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/5917/task/5943/stat : 5943 (java) S 5914 5917 3284 0 -1 4202560 96 0 0 0 20 26 0 0 20 0 19 0 11759666 9856040960 67984 33554432000 1073741824 1073778376 140733558353568 139840443112520 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5917/tid=5945] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5945/stat : 5945 (java) S 5914 5917 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11759675 9856040960 67984 33554432000 1073741824 1073778376 140733558353568 139840442057768 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1663.62
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.15 2.18 2.13 4/214 5988
/proc/meminfo: memFree=30159716/32872528 swapFree=1243920/1391088
[pid=5917] ppid=5914 vsize=9625040 CPUtime=1723.63 cores=1,3,5,7
/proc/5917/stat : 5917 (java) S 5914 5917 3284 0 -1 4202496 15866 0 1 0 172322 41 0 0 20 0 19 0 11759661 9856040960 67984 33554432000 1073741824 1073778376 140733558353568 140733558344704 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5917/statm: 2406260 67984 2266 9 0 2396937 0
[pid=5917/tid=5921] ppid=5914 vsize=9625040 CPUtime=1722.07 cores=1,3,5,7
/proc/5917/task/5921/stat : 5921 (java) R 5914 5917 3284 0 -1 4202560 2471 0 1 0 172175 32 0 0 20 0 19 0 11759661 9856040960 67984 33554432000 1073741824 1073778376 140733558353568 139841499307808 139841333829403 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5917/tid=5923] ppid=5914 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/5917/task/5923/stat : 5923 (java) S 5914 5917 3284 0 -1 4202560 39 0 0 0 4 0 0 0 20 0 19 0 11759662 9856040960 67984 33554432000 1073741824 1073778376 140733558353568 139841460808104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5917/tid=5924] ppid=5914 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/5917/task/5924/stat : 5924 (java) S 5914 5917 3284 0 -1 4202560 83 0 0 0 9 2 0 0 20 0 19 0 11759662 9856040960 67984 33554432000 1073741824 1073778376 140733558353568 139841459755560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5917/tid=5925] ppid=5914 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/5917/task/5925/stat : 5925 (java) S 5914 5917 3284 0 -1 4202560 30 0 0 0 7 0 0 0 20 0 19 0 11759662 9856040960 67984 33554432000 1073741824 1073778376 140733558353568 139841458702504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5917/tid=5926] ppid=5914 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/5917/task/5926/stat : 5926 (java) S 5914 5917 3284 0 -1 4202560 96 0 0 0 7 1 0 0 20 0 19 0 11759662 9856040960 67984 33554432000 1073741824 1073778376 140733558353568 139841457649960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5917/tid=5927] ppid=5914 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/5917/task/5927/stat : 5927 (java) S 5914 5917 3284 0 -1 4202560 71 0 0 0 9 1 0 0 20 0 19 0 11759662 9856040960 67984 33554432000 1073741824 1073778376 140733558353568 139841456597928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5917/tid=5928] ppid=5914 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/5917/task/5928/stat : 5928 (java) S 5914 5917 3284 0 -1 4202560 38 0 0 0 7 0 0 0 20 0 19 0 11759662 9856040960 67984 33554432000 1073741824 1073778376 140733558353568 139841455545384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5917/tid=5929] ppid=5914 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/5917/task/5929/stat : 5929 (java) S 5914 5917 3284 0 -1 4202560 83 0 0 0 12 2 0 0 20 0 19 0 11759662 9856040960 67984 33554432000 1073741824 1073778376 140733558353568 139841454492328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5917/tid=5930] ppid=5914 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/5917/task/5930/stat : 5930 (java) S 5914 5917 3284 0 -1 4202560 25 0 0 0 7 0 0 0 20 0 19 0 11759662 9856040960 67984 33554432000 1073741824 1073778376 140733558353568 139841453439784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5917/tid=5931] ppid=5914 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/5917/task/5931/stat : 5931 (java) S 5914 5917 3284 0 -1 4202560 42 0 0 0 1 0 0 0 20 0 19 0 11759663 9856040960 67984 33554432000 1073741824 1073778376 140733558353568 139841323264360 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5917/tid=5932] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5932/stat : 5932 (java) S 5914 5917 3284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11759664 9856040960 67984 33554432000 1073741824 1073778376 140733558353568 139841322210680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5917/tid=5933] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5933/stat : 5933 (java) S 5914 5917 3284 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 11759664 9856040960 67984 33554432000 1073741824 1073778376 140733558353568 139841321157512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5917/tid=5939] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5939/stat : 5939 (java) S 5914 5917 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11759666 9856040960 67984 33554432000 1073741824 1073778376 140733558353568 139841320106256 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5917/tid=5940] ppid=5914 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/5917/task/5940/stat : 5940 (java) S 5914 5917 3284 0 -1 4202560 3518 0 0 0 24 0 0 0 20 0 19 0 11759666 9856040960 67984 33554432000 1073741824 1073778376 140733558353568 139841319054136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5917/tid=5941] ppid=5914 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/5917/task/5941/stat : 5941 (java) S 5914 5917 3284 0 -1 4202560 8012 0 0 0 34 2 0 0 20 0 19 0 11759666 9856040960 67984 33554432000 1073741824 1073778376 140733558353568 139841318001592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5917/tid=5942] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5942/stat : 5942 (java) S 5914 5917 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11759666 9856040960 67984 33554432000 1073741824 1073778376 140733558353568 139840444164856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5917/tid=5943] ppid=5914 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/5917/task/5943/stat : 5943 (java) S 5914 5917 3284 0 -1 4202560 100 0 0 0 21 27 0 0 20 0 19 0 11759666 9856040960 67984 33554432000 1073741824 1073778376 140733558353568 139840443112520 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5917/tid=5945] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5945/stat : 5945 (java) S 5914 5917 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11759675 9856040960 67984 33554432000 1073741824 1073778376 140733558353568 139840442057768 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1723.63
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.21 2.19 2.14 3/213 5989
/proc/meminfo: memFree=30151300/32872528 swapFree=1243920/1391088
[pid=5917] ppid=5914 vsize=9625040 CPUtime=1783.74 cores=1,3,5,7
/proc/5917/stat : 5917 (java) S 5914 5917 3284 0 -1 4202496 15896 0 1 0 178331 43 0 0 20 0 19 0 11759661 9856040960 70036 33554432000 1073741824 1073778376 140733558353568 140733558344704 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5917/statm: 2406260 70036 2266 9 0 2396937 0
[pid=5917/tid=5921] ppid=5914 vsize=9625040 CPUtime=1782.03 cores=1,3,5,7
/proc/5917/task/5921/stat : 5921 (java) R 5914 5917 3284 0 -1 4202560 2472 0 1 0 178170 33 0 0 20 0 19 0 11759661 9856040960 70036 33554432000 1073741824 1073778376 140733558353568 139841499307808 139841333829366 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5917/tid=5923] ppid=5914 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/5917/task/5923/stat : 5923 (java) S 5914 5917 3284 0 -1 4202560 50 0 0 0 6 0 0 0 20 0 19 0 11759662 9856040960 70036 33554432000 1073741824 1073778376 140733558353568 139841460808104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5917/tid=5924] ppid=5914 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/5917/task/5924/stat : 5924 (java) S 5914 5917 3284 0 -1 4202560 83 0 0 0 10 2 0 0 20 0 19 0 11759662 9856040960 70036 33554432000 1073741824 1073778376 140733558353568 139841459755560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5917/tid=5925] ppid=5914 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/5917/task/5925/stat : 5925 (java) S 5914 5917 3284 0 -1 4202560 34 0 0 0 9 2 0 0 20 0 19 0 11759662 9856040960 70036 33554432000 1073741824 1073778376 140733558353568 139841458702504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5917/tid=5926] ppid=5914 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/5917/task/5926/stat : 5926 (java) S 5914 5917 3284 0 -1 4202560 97 0 0 0 9 1 0 0 20 0 19 0 11759662 9856040960 70036 33554432000 1073741824 1073778376 140733558353568 139841457649960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5917/tid=5927] ppid=5914 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/5917/task/5927/stat : 5927 (java) S 5914 5917 3284 0 -1 4202560 72 0 0 0 10 1 0 0 20 0 19 0 11759662 9856040960 70036 33554432000 1073741824 1073778376 140733558353568 139841456597928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5917/tid=5928] ppid=5914 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/5917/task/5928/stat : 5928 (java) S 5914 5917 3284 0 -1 4202560 40 0 0 0 9 0 0 0 20 0 19 0 11759662 9856040960 70036 33554432000 1073741824 1073778376 140733558353568 139841455545384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5917/tid=5929] ppid=5914 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/5917/task/5929/stat : 5929 (java) S 5914 5917 3284 0 -1 4202560 84 0 0 0 13 2 0 0 20 0 19 0 11759662 9856040960 70036 33554432000 1073741824 1073778376 140733558353568 139841454492328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5917/tid=5930] ppid=5914 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/5917/task/5930/stat : 5930 (java) S 5914 5917 3284 0 -1 4202560 28 0 0 0 9 0 0 0 20 0 19 0 11759662 9856040960 70036 33554432000 1073741824 1073778376 140733558353568 139841453439784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5917/tid=5931] ppid=5914 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/5917/task/5931/stat : 5931 (java) S 5914 5917 3284 0 -1 4202560 44 0 0 0 1 0 0 0 20 0 19 0 11759663 9856040960 70036 33554432000 1073741824 1073778376 140733558353568 139841323264360 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5917/tid=5932] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5932/stat : 5932 (java) S 5914 5917 3284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11759664 9856040960 70036 33554432000 1073741824 1073778376 140733558353568 139841322210680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5917/tid=5933] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5933/stat : 5933 (java) S 5914 5917 3284 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 11759664 9856040960 70036 33554432000 1073741824 1073778376 140733558353568 139841321157512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5917/tid=5939] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5939/stat : 5939 (java) S 5914 5917 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11759666 9856040960 70036 33554432000 1073741824 1073778376 140733558353568 139841320106256 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5917/tid=5940] ppid=5914 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/5917/task/5940/stat : 5940 (java) S 5914 5917 3284 0 -1 4202560 3518 0 0 0 24 0 0 0 20 0 19 0 11759666 9856040960 70036 33554432000 1073741824 1073778376 140733558353568 139841319054136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5917/tid=5941] ppid=5914 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/5917/task/5941/stat : 5941 (java) S 5914 5917 3284 0 -1 4202560 8012 0 0 0 34 2 0 0 20 0 19 0 11759666 9856040960 70036 33554432000 1073741824 1073778376 140733558353568 139841318001592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5917/tid=5942] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5942/stat : 5942 (java) S 5914 5917 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11759666 9856040960 70036 33554432000 1073741824 1073778376 140733558353568 139840444164856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5917/tid=5943] ppid=5914 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/5917/task/5943/stat : 5943 (java) S 5914 5917 3284 0 -1 4202560 104 0 0 0 22 28 0 0 20 0 19 0 11759666 9856040960 70036 33554432000 1073741824 1073778376 140733558353568 139840443112520 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5917/tid=5945] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5945/stat : 5945 (java) S 5914 5917 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11759675 9856040960 70036 33554432000 1073741824 1073778376 140733558353568 139840442057768 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1783.74
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.61 s]
/proc/loadavg: 2.15 2.17 2.13 3/213 5989
/proc/meminfo: memFree=30151304/32872528 swapFree=1243920/1391088
[pid=5917] ppid=5914 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/5917/stat : 5917 (java) S 5914 5917 3284 0 -1 4202496 15896 0 1 0 179962 43 0 0 20 0 19 0 11759661 9856040960 70036 33554432000 1073741824 1073778376 140733558353568 140733558344704 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5917/statm: 2406260 70036 2266 9 0 2396937 0
[pid=5917/tid=5921] ppid=5914 vsize=9625040 CPUtime=1798.33 cores=1,3,5,7
/proc/5917/task/5921/stat : 5921 (java) R 5914 5917 3284 0 -1 4202560 2472 0 1 0 179800 33 0 0 20 0 19 0 11759661 9856040960 70036 33554432000 1073741824 1073778376 140733558353568 139841499307808 139841333829366 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5917/tid=5923] ppid=5914 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/5917/task/5923/stat : 5923 (java) S 5914 5917 3284 0 -1 4202560 50 0 0 0 6 0 0 0 20 0 19 0 11759662 9856040960 70036 33554432000 1073741824 1073778376 140733558353568 139841460808104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5917/tid=5924] ppid=5914 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/5917/task/5924/stat : 5924 (java) S 5914 5917 3284 0 -1 4202560 83 0 0 0 10 2 0 0 20 0 19 0 11759662 9856040960 70036 33554432000 1073741824 1073778376 140733558353568 139841459755560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5917/tid=5925] ppid=5914 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/5917/task/5925/stat : 5925 (java) S 5914 5917 3284 0 -1 4202560 34 0 0 0 9 2 0 0 20 0 19 0 11759662 9856040960 70036 33554432000 1073741824 1073778376 140733558353568 139841458702504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5917/tid=5926] ppid=5914 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/5917/task/5926/stat : 5926 (java) S 5914 5917 3284 0 -1 4202560 97 0 0 0 9 1 0 0 20 0 19 0 11759662 9856040960 70036 33554432000 1073741824 1073778376 140733558353568 139841457649960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5917/tid=5927] ppid=5914 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/5917/task/5927/stat : 5927 (java) S 5914 5917 3284 0 -1 4202560 72 0 0 0 10 1 0 0 20 0 19 0 11759662 9856040960 70036 33554432000 1073741824 1073778376 140733558353568 139841456597928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5917/tid=5928] ppid=5914 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/5917/task/5928/stat : 5928 (java) S 5914 5917 3284 0 -1 4202560 40 0 0 0 9 0 0 0 20 0 19 0 11759662 9856040960 70036 33554432000 1073741824 1073778376 140733558353568 139841455545384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5917/tid=5929] ppid=5914 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/5917/task/5929/stat : 5929 (java) S 5914 5917 3284 0 -1 4202560 84 0 0 0 13 2 0 0 20 0 19 0 11759662 9856040960 70036 33554432000 1073741824 1073778376 140733558353568 139841454492328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5917/tid=5930] ppid=5914 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/5917/task/5930/stat : 5930 (java) S 5914 5917 3284 0 -1 4202560 28 0 0 0 9 0 0 0 20 0 19 0 11759662 9856040960 70036 33554432000 1073741824 1073778376 140733558353568 139841453439784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5917/tid=5931] ppid=5914 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/5917/task/5931/stat : 5931 (java) S 5914 5917 3284 0 -1 4202560 44 0 0 0 1 0 0 0 20 0 19 0 11759663 9856040960 70036 33554432000 1073741824 1073778376 140733558353568 139841323264360 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5917/tid=5932] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5932/stat : 5932 (java) S 5914 5917 3284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11759664 9856040960 70036 33554432000 1073741824 1073778376 140733558353568 139841322210680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5917/tid=5933] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5933/stat : 5933 (java) S 5914 5917 3284 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 11759664 9856040960 70036 33554432000 1073741824 1073778376 140733558353568 139841321157512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5917/tid=5939] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5939/stat : 5939 (java) S 5914 5917 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11759666 9856040960 70036 33554432000 1073741824 1073778376 140733558353568 139841320106256 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5917/tid=5940] ppid=5914 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/5917/task/5940/stat : 5940 (java) S 5914 5917 3284 0 -1 4202560 3518 0 0 0 24 0 0 0 20 0 19 0 11759666 9856040960 70036 33554432000 1073741824 1073778376 140733558353568 139841319054136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5917/tid=5941] ppid=5914 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/5917/task/5941/stat : 5941 (java) S 5914 5917 3284 0 -1 4202560 8012 0 0 0 34 2 0 0 20 0 19 0 11759666 9856040960 70036 33554432000 1073741824 1073778376 140733558353568 139841318001592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5917/tid=5942] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5942/stat : 5942 (java) S 5914 5917 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11759666 9856040960 70036 33554432000 1073741824 1073778376 140733558353568 139840444164856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5917/tid=5943] ppid=5914 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/5917/task/5943/stat : 5943 (java) S 5914 5917 3284 0 -1 4202560 104 0 0 0 22 29 0 0 20 0 19 0 11759666 9856040960 70036 33554432000 1073741824 1073778376 140733558353568 139840443112520 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5917/tid=5945] ppid=5914 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5917/task/5945/stat : 5945 (java) S 5914 5917 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11759675 9856040960 70036 33554432000 1073741824 1073778376 140733558353568 139840442057768 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 5917 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1798.64
CPU time (s): 1800.6
CPU user time (s): 1799.74
CPU system time (s): 0.860869
CPU usage (%): 100.109
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.74
system time used= 0.860869
maximum resident set size= 280328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15948
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38288
involuntary context switches= 4125

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.0702 second user time and 11.8962 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-16 19:11:50
IDJOB=4095830
IDBENCH=107527
IDSOLVER=2546
FILE ID=node119/4095830-1466097110
RUNJOBID= node119-1466097110-5879
PBS_JOBID= 19904040
Free space on /tmp= 71736 MiB

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

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

MD5SUM BENCH= 7252c450a54057e0dead901a0d8bfcf7
RANDOM SEED=822925215

node119.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.456
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	: 5332.91
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.456
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.456
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.456
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.456
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.456
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.456
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.456
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:        30622852 kB
Buffers:           47736 kB
Cached:            99908 kB
SwapCached:         1048 kB
Active:            64208 kB
Inactive:          87484 kB
Active(anon):       5364 kB
Inactive(anon):     1560 kB
Active(file):      58844 kB
Inactive(file):    85924 kB
Unevictable:     1391088 kB
Mlocked:         1243920 kB
SwapTotal:      67108856 kB
SwapFree:       67100204 kB
Dirty:              3384 kB
Writeback:             4 kB
AnonPages:       1394556 kB
Mapped:             8864 kB
Shmem:                 0 kB
Slab:             573024 kB
SReclaimable:      14540 kB
SUnreclaim:       558484 kB
KernelStack:        1360 kB
PageTables:         6552 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1513216 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= 71736 MiB
End job on node119 at 2016-06-16 19:41:49