Trace number 4106909

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.72 1792.64

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_3_15.opb
MD5SUM0f8b3c4075c45404d33689fa65bc6a7e
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6180
Sum of products size (including duplicates)12360
Number of different products3090
Sum of products size6180

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@2b21cc40
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@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4106909-1466280729.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.50/0.39	c ... done. Wall clock time 0.289s.
0.50/0.39	c declared #vars     200
0.50/0.39	c internal #vars     3290
0.50/0.39	c #constraints  6483
0.50/0.39	c constraints type 
0.50/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3090
0.50/0.39	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
0.50/0.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
0.50/0.39	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3090
0.50/0.39	c 6483 constraints processed.
1.92/0.98	c cleaning 2496 clauses out of 5000 with flag 12760/5000
2.27/1.27	c cleaning 4246 clauses out of 8504 with flag 27894/11000
2.69/1.64	c cleaning 5626 clauses out of 11260 with flag 45325/18002
3.57/2.43	c cleaning 6818 clauses out of 13635 with flag 64077/26003
4.38/3.29	c cleaning 7916 clauses out of 15831 with flag 86147/35017
5.28/4.12	c cleaning 8948 clauses out of 17898 with flag 109673/45000
6.28/5.19	c cleaning 9971 clauses out of 19950 with flag 134149/56000
7.28/6.18	c cleaning 10990 clauses out of 21980 with flag 169269/68001
8.38/7.27	c cleaning 11995 clauses out of 23989 with flag 224051/81000
9.79/8.64	c cleaning 12998 clauses out of 25995 with flag 277434/95001
11.39/10.27	c cleaning 13998 clauses out of 27996 with flag 333475/110000
13.19/12.04	c cleaning 14999 clauses out of 29998 with flag 400216/126000
15.19/14.08	c cleaning 15994 clauses out of 31999 with flag 475694/143000
17.37/16.19	c cleaning 17004 clauses out of 34009 with flag 542314/161004
19.67/18.42	c cleaning 17994 clauses out of 36002 with flag 608825/180001
22.27/21.01	c cleaning 18999 clauses out of 38007 with flag 681147/200000
24.96/23.76	c cleaning 20002 clauses out of 40011 with flag 754268/221003
28.06/26.87	c cleaning 21002 clauses out of 42007 with flag 837286/243001
31.46/30.30	c cleaning 21996 clauses out of 44004 with flag 923216/266000
34.96/33.77	c cleaning 23000 clauses out of 46011 with flag 1008592/290003
38.67/37.43	c cleaning 23997 clauses out of 48008 with flag 1085104/315000
42.86/41.61	c cleaning 24997 clauses out of 50011 with flag 1169424/341000
47.85/46.53	c cleaning 26002 clauses out of 52016 with flag 1262333/368002
52.55/51.26	c cleaning 26998 clauses out of 54014 with flag 1359838/396002
57.75/56.45	c cleaning 27988 clauses out of 56015 with flag 1452084/425001
63.85/62.50	c cleaning 29007 clauses out of 58026 with flag 1546344/455000
70.66/69.32	c cleaning 29995 clauses out of 60023 with flag 1648052/486004
77.55/76.24	c cleaning 30987 clauses out of 62025 with flag 1747411/518001
84.65/83.30	c cleaning 32006 clauses out of 64037 with flag 1854638/551000
92.47/91.08	c cleaning 33007 clauses out of 66034 with flag 1958900/585003
100.77/99.33	c cleaning 33982 clauses out of 68027 with flag 2077251/620003
109.47/108.04	c cleaning 35001 clauses out of 70042 with flag 2187771/656000
118.37/116.90	c cleaning 36007 clauses out of 72041 with flag 2307602/693000
127.87/126.40	c cleaning 36993 clauses out of 74034 with flag 2434888/731000
137.28/135.78	c cleaning 37992 clauses out of 76041 with flag 2564665/770000
144.38/142.82	c cleaning 39009 clauses out of 78049 with flag 2689635/810000
151.98/150.49	c cleaning 40018 clauses out of 80046 with flag 2805468/851006
158.38/156.86	c cleaning 41005 clauses out of 82024 with flag 2917912/893002
165.24/163.54	c cleaning 42003 clauses out of 84017 with flag 3050315/936000
171.45/169.73	c cleaning 43003 clauses out of 86014 with flag 3191346/980000
177.35/175.68	c cleaning 43997 clauses out of 88011 with flag 3332919/1025000
183.25/181.57	c cleaning 44994 clauses out of 90014 with flag 3479355/1071000
189.54/187.89	c cleaning 45998 clauses out of 92020 with flag 3624885/1118000
197.08/195.26	c cleaning 47007 clauses out of 94023 with flag 3760085/1166001
203.87/202.01	c cleaning 48008 clauses out of 96015 with flag 3902116/1215000
210.17/208.36	c cleaning 48998 clauses out of 98008 with flag 4062205/1265001
217.73/215.73	c cleaning 50003 clauses out of 100014 with flag 4216009/1316005
225.33/223.33	c cleaning 51001 clauses out of 102006 with flag 4393623/1368000
232.72/230.77	c cleaning 51999 clauses out of 104007 with flag 4557211/1421002
240.22/238.30	c cleaning 52994 clauses out of 106006 with flag 4734198/1475000
249.04/246.81	c cleaning 54000 clauses out of 108014 with flag 4899220/1530002
257.64/255.41	c cleaning 55000 clauses out of 110015 with flag 5060649/1586003
267.06/264.72	c cleaning 55996 clauses out of 112015 with flag 5219196/1643003
277.16/274.87	c cleaning 57000 clauses out of 114019 with flag 5382313/1701003
287.56/285.29	c cleaning 57997 clauses out of 116016 with flag 5553133/1760000
299.73/297.23	c cleaning 59004 clauses out of 118023 with flag 5718549/1820004
311.52/309.04	c cleaning 59997 clauses out of 120015 with flag 5894178/1881000
322.87/320.40	c cleaning 61006 clauses out of 122019 with flag 6068217/1943001
335.18/332.63	c cleaning 62006 clauses out of 124014 with flag 6245392/2006002
349.74/347.16	c cleaning 63001 clauses out of 126009 with flag 6417622/2070003
361.95/359.37	c cleaning 63995 clauses out of 128005 with flag 6631145/2135000
375.44/372.78	c cleaning 64999 clauses out of 130010 with flag 6823076/2201000
390.34/387.64	c cleaning 65995 clauses out of 132011 with flag 7017869/2268000
405.21/402.48	c cleaning 66997 clauses out of 134016 with flag 7218781/2336000
419.03/416.15	c cleaning 68002 clauses out of 136019 with flag 7430041/2405000
432.03/429.18	c cleaning 68998 clauses out of 138017 with flag 7659273/2475000
446.84/443.81	c cleaning 69997 clauses out of 140020 with flag 7887031/2546001
462.04/459.00	c cleaning 71001 clauses out of 142022 with flag 8099860/2618000
478.22/475.17	c cleaning 72007 clauses out of 144023 with flag 8313320/2691002
495.98/492.83	c cleaning 73000 clauses out of 146015 with flag 8522208/2765001
512.37/509.28	c cleaning 73994 clauses out of 148016 with flag 8742925/2840002
532.64/529.43	c cleaning 74995 clauses out of 150020 with flag 8956982/2916000
551.73/548.49	c cleaning 76006 clauses out of 152025 with flag 9175654/2993000
573.23/569.92	c cleaning 76997 clauses out of 154019 with flag 9386173/3071000
592.48/589.11	c cleaning 78007 clauses out of 156023 with flag 9626098/3150001
613.97/610.51	c cleaning 78994 clauses out of 158015 with flag 9862336/3230000
636.06/632.55	c cleaning 80005 clauses out of 160022 with flag 10136255/3311001
655.36/651.84	c cleaning 81005 clauses out of 162018 with flag 10421253/3393002
674.32/670.79	c cleaning 81993 clauses out of 164011 with flag 10711867/3476000
695.85/692.23	c cleaning 82998 clauses out of 166018 with flag 11019610/3560000
716.03/712.37	c cleaning 84002 clauses out of 168020 with flag 11324910/3645000
736.01/732.27	c cleaning 85007 clauses out of 170019 with flag 11641569/3731001
755.21/751.44	c cleaning 85990 clauses out of 172011 with flag 11945311/3818000
779.89/776.09	c cleaning 87007 clauses out of 174024 with flag 12277317/3906003
807.95/804.00	c cleaning 88000 clauses out of 176017 with flag 12640860/3995003
828.83/824.84	c cleaning 88997 clauses out of 178014 with flag 12976320/4085000
854.39/850.39	c cleaning 90001 clauses out of 180017 with flag 13364072/4176000
877.44/873.36	c cleaning 90999 clauses out of 182016 with flag 13757663/4268000
898.83/894.60	c cleaning 91999 clauses out of 184018 with flag 14125538/4361001
921.52/917.25	c cleaning 93007 clauses out of 186018 with flag 14510492/4455000
945.39/941.05	c cleaning 94002 clauses out of 188013 with flag 14914952/4550002
975.67/971.20	c cleaning 94996 clauses out of 190009 with flag 15328071/4646000
1011.03/1006.53	c cleaning 95999 clauses out of 192013 with flag 15681296/4743000
1044.41/1039.81	c cleaning 97007 clauses out of 194014 with flag 16086077/4841000
1077.29/1072.61	c cleaning 97995 clauses out of 196007 with flag 16492396/4940000
1103.86/1099.12	c cleaning 99007 clauses out of 198013 with flag 16900304/5040001
1129.43/1124.61	c cleaning 99999 clauses out of 200009 with flag 17310445/5141004
1157.49/1152.59	c cleaning 100997 clauses out of 202006 with flag 17736339/5243000
1188.97/1183.97	c cleaning 102003 clauses out of 204013 with flag 18152514/5346004
1216.63/1211.56	c cleaning 102999 clauses out of 206006 with flag 18566661/5450000
1242.88/1237.64	c cleaning 104002 clauses out of 208011 with flag 18963929/5555004
1273.96/1268.66	c cleaning 104995 clauses out of 210008 with flag 19386601/5661003
1304.74/1299.26	c cleaning 106000 clauses out of 212010 with flag 19796087/5768000
1333.17/1327.56	c cleaning 107003 clauses out of 214012 with flag 20184935/5876002
1362.75/1357.05	c cleaning 107998 clauses out of 216007 with flag 20596933/5985000
1393.78/1387.91	c cleaning 108995 clauses out of 218009 with flag 21010341/6095000
1426.24/1420.26	c cleaning 110002 clauses out of 220014 with flag 21397038/6206000
1459.67/1453.50	c cleaning 110996 clauses out of 222012 with flag 21792989/6318000
1491.42/1485.18	c cleaning 112006 clauses out of 224018 with flag 22224709/6431002
1528.74/1522.38	c cleaning 113000 clauses out of 226011 with flag 22760649/6545001
1566.99/1560.46	c cleaning 113984 clauses out of 228010 with flag 23264820/6660000
1606.91/1600.21	c cleaning 115001 clauses out of 230026 with flag 23720572/6776000
1643.68/1636.89	c cleaning 116002 clauses out of 232025 with flag 24165991/6893000
1691.61/1684.70	c cleaning 117002 clauses out of 234024 with flag 24705899/7011001
1733.72/1726.69	c cleaning 118002 clauses out of 236021 with flag 25159604/7130000
1774.74/1767.40	c cleaning 119002 clauses out of 238021 with flag 25610907/7250002
1800.00/1792.60	c starts		: 9127
1800.00/1792.60	c conflicts		: 7341704
1800.00/1792.60	c decisions		: 18044561
1800.00/1792.60	c propagations		: 154314576
1800.00/1792.60	c inspects		: 33032915468
1800.00/1792.60	c shortcuts		: 0
1800.00/1792.60	c learnt literals	: 0
1800.00/1792.60	c learnt binary clauses	: 0
1800.00/1792.60	c learnt ternary clauses	: 13067
1800.00/1792.60	c learnt constraints	: 7341704
1800.00/1792.60	c ignored constraints	: 0
1800.00/1792.60	c root simplifications	: 0
1800.00/1792.60	c removed literals (reason simplification)	: 0
1800.00/1792.60	c reason swapping (by a shorter reason)	: 0
1800.00/1792.60	c Calls to reduceDB	: 116
1800.00/1792.60	c Number of update (reduction) of LBD	: 2219318
1800.00/1792.60	c Imported unit clauses	: 0
1800.00/1792.60	c number of reductions to clauses (during analyze)	: 0
1800.00/1792.60	c number of learned constraints concerned by reduction	: 0
1800.00/1792.60	c number of learning phase by resolution	: 0
1800.00/1792.60	c number of learning phase by cutting planes	: 0
1800.00/1792.60	c speed (assignments/second)	: 86103.11755282732
1800.00/1792.60	c non guided choices	3155
1800.00/1792.60	c timeout
1800.00/1792.63	c learnt constraints type 
1800.00/1792.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 210721
1800.00/1792.63	s UNKNOWN
1800.00/1792.63	c Total wall clock time (in seconds): 1792.531

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-4106909-1466280729/watcher-4106909-1466280729 -o /tmp/evaluation-result-4106909-1466280729/solver-4106909-1466280729 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466265085-26686 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4106909-1466280729.opb 

pid=30101
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.03 2.01 2.00 3/194 30104
/proc/meminfo: memFree=31055536/32872528 swapFree=163656/177964
[pid=30104] ppid=30101 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/30104/stat : 30104 (java) S 30101 30104 26669 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 30122876 98570240 977 33554432000 1073741824 1073778376 140737408104464 140737408095600 224925876285 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30104/statm: 24065 977 743 9 0 16771 0
[pid=30104/tid=30105] ppid=30101 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30105/stat : 30105 (java) R 30101 30104 26669 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 30122876 98570240 977 33554432000 1073741824 1073778376 140737408104464 140122797657640 224922518912 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100163 s]
/proc/loadavg: 2.03 2.01 2.00 3/194 30104
/proc/meminfo: memFree=31055536/32872528 swapFree=163656/177964
[pid=30104] ppid=30101 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/30104/stat : 30104 (java) S 30101 30104 26669 0 -1 4202496 4496 0 1 0 9 2 0 0 20 0 18 0 30122876 9787879424 6128 33554432000 1073741824 1073778376 140737408104464 140737408095600 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30104/statm: 2389619 6128 2157 9 0 2380296 0
[pid=30104/tid=30105] ppid=30101 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30105/stat : 30105 (java) R 30101 30104 26669 0 -1 4202560 2374 0 1 0 6 2 0 0 20 0 18 0 30122876 9787879424 6128 33554432000 1073741824 1073778376 140737408104464 140122797661560 140122787719196 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.20039 s]
/proc/loadavg: 2.03 2.01 2.00 3/194 30104
/proc/meminfo: memFree=31055536/32872528 swapFree=163656/177964
[pid=30104] ppid=30101 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/30104/stat : 30104 (java) S 30101 30104 26669 0 -1 4202496 4695 0 1 0 23 2 0 0 20 0 18 0 30122876 9787879424 6788 33554432000 1073741824 1073778376 140737408104464 140737408095600 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30104/statm: 2389619 6788 2213 9 0 2380296 0
[pid=30104/tid=30105] ppid=30101 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/30104/task/30105/stat : 30105 (java) R 30101 30104 26669 0 -1 4202560 2396 0 1 0 16 2 0 0 20 0 18 0 30122876 9787879424 6788 33554432000 1073741824 1073778376 140737408104464 140122797661560 140122653812442 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300396 s]
/proc/loadavg: 2.03 2.01 2.00 3/194 30104
/proc/meminfo: memFree=31055536/32872528 swapFree=163656/177964
[pid=30104] ppid=30101 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/30104/stat : 30104 (java) S 30101 30104 26669 0 -1 4202496 6083 0 1 0 47 3 0 0 20 0 18 0 30122876 9787879424 9299 33554432000 1073741824 1073778376 140737408104464 140737408095600 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30104/statm: 2389619 9299 2243 9 0 2380296 0
[pid=30104/tid=30105] ppid=30101 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/30104/task/30105/stat : 30105 (java) R 30101 30104 26669 0 -1 4202560 2401 0 1 0 26 2 0 0 20 0 18 0 30122876 9787879424 9299 33554432000 1073741824 1073778376 140737408104464 140122797661560 140122800948119 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700395 s]
/proc/loadavg: 2.03 2.01 2.00 3/194 30104
/proc/meminfo: memFree=31055536/32872528 swapFree=163656/177964
[pid=30104] ppid=30101 vsize=9625040 CPUtime=1.65 cores=1,3,5,7
/proc/30104/stat : 30104 (java) S 30101 30104 26669 0 -1 4202496 14037 0 1 0 161 4 0 0 20 0 19 0 30122876 9856040960 16455 33554432000 1073741824 1073778376 140737408104464 140737408095600 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30104/statm: 2406260 16455 2266 9 0 2396937 0
[pid=30104/tid=30105] ppid=30101 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/30104/task/30105/stat : 30105 (java) R 30101 30104 26669 0 -1 4202560 2414 0 1 0 66 2 0 0 20 0 19 0 30122876 9856040960 16455 33554432000 1073741824 1073778376 140737408104464 140122797662584 140122654556758 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 9625040

[startup+1.50084 s]
/proc/loadavg: 2.03 2.01 2.00 3/213 30123
/proc/meminfo: memFree=30992044/32872528 swapFree=163656/177964
[pid=30104] ppid=30101 vsize=9625040 CPUtime=2.59 cores=1,3,5,7
/proc/30104/stat : 30104 (java) S 30101 30104 26669 0 -1 4202496 14054 0 1 0 255 4 0 0 20 0 19 0 30122876 9856040960 19537 33554432000 1073741824 1073778376 140737408104464 140737408095600 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30104/statm: 2406260 19537 2275 9 0 2396937 0
[pid=30104/tid=30105] ppid=30101 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/30104/task/30105/stat : 30105 (java) R 30101 30104 26669 0 -1 4202560 2421 0 1 0 146 2 0 0 20 0 19 0 30122876 9856040960 19537 33554432000 1073741824 1073778376 140737408104464 140122797662472 140122654541393 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30104/tid=30107] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30107/stat : 30107 (java) S 30101 30104 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30122877 9856040960 19537 33554432000 1073741824 1073778376 140737408104464 140122775764008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30108] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30108/stat : 30108 (java) S 30101 30104 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30122877 9856040960 19537 33554432000 1073741824 1073778376 140737408104464 140122774711208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30104/tid=30109] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30109/stat : 30109 (java) S 30101 30104 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30122877 9856040960 19537 33554432000 1073741824 1073778376 140737408104464 140122773658408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30104/tid=30110] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30110/stat : 30110 (java) S 30101 30104 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30122877 9856040960 19537 33554432000 1073741824 1073778376 140737408104464 140122772605608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30104/tid=30111] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30111/stat : 30111 (java) S 30101 30104 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30122877 9856040960 19537 33554432000 1073741824 1073778376 140737408104464 140122435611176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30112] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30112/stat : 30112 (java) S 30101 30104 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30122877 9856040960 19537 33554432000 1073741824 1073778376 140737408104464 140122434558376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30104/tid=30113] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30113/stat : 30113 (java) S 30101 30104 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30122877 9856040960 19537 33554432000 1073741824 1073778376 140737408104464 140122433505576 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30104/tid=30114] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30114/stat : 30114 (java) S 30101 30104 26669 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30122877 9856040960 19537 33554432000 1073741824 1073778376 140737408104464 140122432452776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30115] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30115/stat : 30115 (java) S 30101 30104 26669 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30122878 9856040960 19537 33554432000 1073741824 1073778376 140737408104464 140122420255720 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30116] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30116/stat : 30116 (java) S 30101 30104 26669 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30122878 9856040960 19537 33554432000 1073741824 1073778376 140737408104464 140122419201784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30117] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30117/stat : 30117 (java) S 30101 30104 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30122878 9856040960 19537 33554432000 1073741824 1073778376 140737408104464 140122418148872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30118] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30118/stat : 30118 (java) S 30101 30104 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30122880 9856040960 19537 33554432000 1073741824 1073778376 140737408104464 140122417097360 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30119] ppid=30101 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/30104/task/30119/stat : 30119 (java) S 30101 30104 26669 0 -1 4202560 5314 0 0 0 50 1 0 0 20 0 19 0 30122880 9856040960 19537 33554432000 1073741824 1073778376 140737408104464 140122416044472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30120] ppid=30101 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/30104/task/30120/stat : 30120 (java) S 30101 30104 26669 0 -1 4202560 5041 0 0 0 55 2 0 0 20 0 19 0 30122880 9856040960 19537 33554432000 1073741824 1073778376 140737408104464 140122414991672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30104/tid=30121] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30121/stat : 30121 (java) S 30101 30104 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30122880 9856040960 19537 33554432000 1073741824 1073778376 140737408104464 140122413939064 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30104/tid=30122] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30122/stat : 30122 (java) S 30101 30104 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30122880 9856040960 19537 33554432000 1073741824 1073778376 140737408104464 140122412886472 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30123] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30123/stat : 30123 (java) S 30101 30104 26669 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30122916 9856040960 19537 33554432000 1073741824 1073778376 140737408104464 140122411833000 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 9625040

[startup+3.10087 s]
/proc/loadavg: 2.03 2.01 2.00 3/213 30123
/proc/meminfo: memFree=30979012/32872528 swapFree=163656/177964
[pid=30104] ppid=30101 vsize=9625040 CPUtime=4.28 cores=1,3,5,7
/proc/30104/stat : 30104 (java) S 30101 30104 26669 0 -1 4202496 14108 0 1 0 423 5 0 0 20 0 19 0 30122876 9856040960 22656 33554432000 1073741824 1073778376 140737408104464 140737408095600 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30104/statm: 2406260 22656 2275 9 0 2396937 0
[pid=30104/tid=30105] ppid=30101 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/30104/task/30105/stat : 30105 (java) R 30101 30104 26669 0 -1 4202560 2428 0 1 0 305 3 0 0 20 0 19 0 30122876 9856040960 22656 33554432000 1073741824 1073778376 140737408104464 140122797660728 140122654663953 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30104/tid=30107] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30107/stat : 30107 (java) S 30101 30104 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30122877 9856040960 22656 33554432000 1073741824 1073778376 140737408104464 140122775764008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30108] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30108/stat : 30108 (java) S 30101 30104 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30122877 9856040960 22656 33554432000 1073741824 1073778376 140737408104464 140122774711208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30104/tid=30109] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30109/stat : 30109 (java) S 30101 30104 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30122877 9856040960 22656 33554432000 1073741824 1073778376 140737408104464 140122773658408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30104/tid=30110] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30110/stat : 30110 (java) S 30101 30104 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30122877 9856040960 22656 33554432000 1073741824 1073778376 140737408104464 140122772605608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30104/tid=30111] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30111/stat : 30111 (java) S 30101 30104 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30122877 9856040960 22656 33554432000 1073741824 1073778376 140737408104464 140122435611176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30112] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30112/stat : 30112 (java) S 30101 30104 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30122877 9856040960 22656 33554432000 1073741824 1073778376 140737408104464 140122434558376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30104/tid=30113] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30113/stat : 30113 (java) S 30101 30104 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30122877 9856040960 22656 33554432000 1073741824 1073778376 140737408104464 140122433505576 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30104/tid=30114] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30114/stat : 30114 (java) S 30101 30104 26669 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30122877 9856040960 22656 33554432000 1073741824 1073778376 140737408104464 140122432452776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30115] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30115/stat : 30115 (java) S 30101 30104 26669 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30122878 9856040960 22656 33554432000 1073741824 1073778376 140737408104464 140122420255720 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30116] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30116/stat : 30116 (java) S 30101 30104 26669 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30122878 9856040960 22656 33554432000 1073741824 1073778376 140737408104464 140122419201784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30117] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30117/stat : 30117 (java) S 30101 30104 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30122878 9856040960 22656 33554432000 1073741824 1073778376 140737408104464 140122418148872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30118] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30118/stat : 30118 (java) S 30101 30104 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30122880 9856040960 22656 33554432000 1073741824 1073778376 140737408104464 140122417097360 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30119] ppid=30101 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/30104/task/30119/stat : 30119 (java) S 30101 30104 26669 0 -1 4202560 5361 0 0 0 56 1 0 0 20 0 19 0 30122880 9856040960 22656 33554432000 1073741824 1073778376 140737408104464 140122416044472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30120] ppid=30101 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/30104/task/30120/stat : 30120 (java) S 30101 30104 26669 0 -1 4202560 5041 0 0 0 57 2 0 0 20 0 19 0 30122880 9856040960 22656 33554432000 1073741824 1073778376 140737408104464 140122414991672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30104/tid=30121] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30121/stat : 30121 (java) S 30101 30104 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30122880 9856040960 22656 33554432000 1073741824 1073778376 140737408104464 140122413939064 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30104/tid=30122] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30122/stat : 30122 (java) S 30101 30104 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30122880 9856040960 22656 33554432000 1073741824 1073778376 140737408104464 140122412886472 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30123] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30123/stat : 30123 (java) S 30101 30104 26669 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30122916 9856040960 22656 33554432000 1073741824 1073778376 140737408104464 140122411833000 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 9625040

[startup+6.30086 s]
/proc/loadavg: 2.03 2.01 2.00 3/213 30123
/proc/meminfo: memFree=30956532/32872528 swapFree=163656/177964
[pid=30104] ppid=30101 vsize=9625040 CPUtime=7.48 cores=1,3,5,7
/proc/30104/stat : 30104 (java) S 30101 30104 26669 0 -1 4202496 14126 0 1 0 743 5 0 0 20 0 19 0 30122876 9856040960 28513 33554432000 1073741824 1073778376 140737408104464 140737408095600 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30104/statm: 2406260 28513 2276 9 0 2396937 0
[pid=30104/tid=30105] ppid=30101 vsize=9625040 CPUtime=6.28 cores=1,3,5,7
/proc/30104/task/30105/stat : 30105 (java) R 30101 30104 26669 0 -1 4202560 2445 0 1 0 625 3 0 0 20 0 19 0 30122876 9856040960 28513 33554432000 1073741824 1073778376 140737408104464 140122797653696 140122654468400 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30104/tid=30107] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30107/stat : 30107 (java) S 30101 30104 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30122877 9856040960 28513 33554432000 1073741824 1073778376 140737408104464 140122775764008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30108] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30108/stat : 30108 (java) S 30101 30104 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30122877 9856040960 28513 33554432000 1073741824 1073778376 140737408104464 140122774711208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30104/tid=30109] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30109/stat : 30109 (java) S 30101 30104 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30122877 9856040960 28513 33554432000 1073741824 1073778376 140737408104464 140122773658408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30104/tid=30110] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30110/stat : 30110 (java) S 30101 30104 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30122877 9856040960 28513 33554432000 1073741824 1073778376 140737408104464 140122772605608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30104/tid=30111] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30111/stat : 30111 (java) S 30101 30104 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30122877 9856040960 28513 33554432000 1073741824 1073778376 140737408104464 140122435611176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30112] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30112/stat : 30112 (java) S 30101 30104 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30122877 9856040960 28513 33554432000 1073741824 1073778376 140737408104464 140122434558376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30104/tid=30113] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30113/stat : 30113 (java) S 30101 30104 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30122877 9856040960 28513 33554432000 1073741824 1073778376 140737408104464 140122433505576 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30104/tid=30114] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30114/stat : 30114 (java) S 30101 30104 26669 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30122877 9856040960 28513 33554432000 1073741824 1073778376 140737408104464 140122432452776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30115] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30115/stat : 30115 (java) S 30101 30104 26669 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30122878 9856040960 28513 33554432000 1073741824 1073778376 140737408104464 140122420255720 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30116] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30116/stat : 30116 (java) S 30101 30104 26669 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30122878 9856040960 28513 33554432000 1073741824 1073778376 140737408104464 140122419201784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30117] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30117/stat : 30117 (java) S 30101 30104 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30122878 9856040960 28513 33554432000 1073741824 1073778376 140737408104464 140122418148872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30118] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30118/stat : 30118 (java) S 30101 30104 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30122880 9856040960 28513 33554432000 1073741824 1073778376 140737408104464 140122417097360 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30119] ppid=30101 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/30104/task/30119/stat : 30119 (java) S 30101 30104 26669 0 -1 4202560 5361 0 0 0 56 1 0 0 20 0 19 0 30122880 9856040960 28513 33554432000 1073741824 1073778376 140737408104464 140122416044472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30120] ppid=30101 vsize=9625040 CPUtime=0.6 cores=1,3,5,7

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

[pid=30104/tid=30116] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30116/stat : 30116 (java) S 30101 30104 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30122878 9856040960 110019 33554432000 1073741824 1073778376 140737408104464 140122419201784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30117] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30117/stat : 30117 (java) S 30101 30104 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30122878 9856040960 110019 33554432000 1073741824 1073778376 140737408104464 140122418148872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30118] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30118/stat : 30118 (java) S 30101 30104 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30122880 9856040960 110019 33554432000 1073741824 1073778376 140737408104464 140122417097360 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30119] ppid=30101 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/30104/task/30119/stat : 30119 (java) S 30101 30104 26669 0 -1 4202560 5361 0 0 0 56 1 0 0 20 0 19 0 30122880 9856040960 110019 33554432000 1073741824 1073778376 140737408104464 140122416044472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30120] ppid=30101 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/30104/task/30120/stat : 30120 (java) S 30101 30104 26669 0 -1 4202560 5070 0 0 0 61 2 0 0 20 0 19 0 30122880 9856040960 110019 33554432000 1073741824 1073778376 140737408104464 140122414991672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30104/tid=30121] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30121/stat : 30121 (java) S 30101 30104 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30122880 9856040960 110019 33554432000 1073741824 1073778376 140737408104464 140122413939064 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30104/tid=30122] ppid=30101 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/30104/task/30122/stat : 30122 (java) S 30101 30104 26669 0 -1 4202560 96 0 0 0 29 34 0 0 20 0 19 0 30122880 9856040960 110019 33554432000 1073741824 1073778376 140737408104464 140122412886472 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30123] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30123/stat : 30123 (java) S 30101 30104 26669 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30122916 9856040960 110019 33554432000 1073741824 1073778376 140737408104464 140122411833000 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1669.23
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.09 2.03 2.00 3/214 30232
/proc/meminfo: memFree=30225872/32872528 swapFree=163656/177964
[pid=30104] ppid=30101 vsize=9625040 CPUtime=1729.42 cores=1,3,5,7
/proc/30104/stat : 30104 (java) S 30101 30104 26669 0 -1 4202496 18163 0 1 0 172846 96 0 0 20 0 19 0 30122876 9856040960 108873 33554432000 1073741824 1073778376 140737408104464 140737408095600 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30104/statm: 2406260 108873 2298 9 0 2396937 0
[pid=30104/tid=30105] ppid=30101 vsize=9625040 CPUtime=1718.6 cores=1,3,5,7
/proc/30104/task/30105/stat : 30105 (java) R 30101 30104 26669 0 -1 4202560 2550 0 1 0 171826 34 0 0 20 0 19 0 30122876 9856040960 108873 33554432000 1073741824 1073778376 140737408104464 140122797661392 140122654663948 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30104/tid=30107] ppid=30101 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/30104/task/30107/stat : 30107 (java) S 30101 30104 26669 0 -1 4202560 547 0 0 0 87 9 0 0 20 0 19 0 30122877 9856040960 108873 33554432000 1073741824 1073778376 140737408104464 140122775764008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30104/tid=30108] ppid=30101 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/30104/task/30108/stat : 30108 (java) S 30101 30104 26669 0 -1 4202560 313 0 0 0 88 8 0 0 20 0 19 0 30122877 9856040960 108873 33554432000 1073741824 1073778376 140737408104464 140122774711208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30104/tid=30109] ppid=30101 vsize=9625040 CPUtime=1.15 cores=1,3,5,7
/proc/30104/task/30109/stat : 30109 (java) S 30101 30104 26669 0 -1 4202560 587 0 0 0 106 9 0 0 20 0 19 0 30122877 9856040960 108873 33554432000 1073741824 1073778376 140737408104464 140122773658408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30104/tid=30110] ppid=30101 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/30104/task/30110/stat : 30110 (java) S 30101 30104 26669 0 -1 4202560 532 0 0 0 92 8 0 0 20 0 19 0 30122877 9856040960 108873 33554432000 1073741824 1073778376 140737408104464 140122772605608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30104/tid=30111] ppid=30101 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/30104/task/30111/stat : 30111 (java) S 30101 30104 26669 0 -1 4202560 635 0 0 0 101 8 0 0 20 0 19 0 30122877 9856040960 108873 33554432000 1073741824 1073778376 140737408104464 140122435611176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30104/tid=30112] ppid=30101 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/30104/task/30112/stat : 30112 (java) S 30101 30104 26669 0 -1 4202560 244 0 0 0 104 8 0 0 20 0 19 0 30122877 9856040960 108873 33554432000 1073741824 1073778376 140737408104464 140122434558376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30104/tid=30113] ppid=30101 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/30104/task/30113/stat : 30113 (java) S 30101 30104 26669 0 -1 4202560 282 0 0 0 88 7 0 0 20 0 19 0 30122877 9856040960 108873 33554432000 1073741824 1073778376 140737408104464 140122433505576 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30114] ppid=30101 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/30104/task/30114/stat : 30114 (java) S 30101 30104 26669 0 -1 4202560 330 0 0 0 91 7 0 0 20 0 19 0 30122877 9856040960 108873 33554432000 1073741824 1073778376 140737408104464 140122432452776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30104/tid=30115] ppid=30101 vsize=9625040 CPUtime=1.14 cores=1,3,5,7
/proc/30104/task/30115/stat : 30115 (java) S 30101 30104 26669 0 -1 4202560 348 0 0 0 111 3 0 0 20 0 19 0 30122878 9856040960 108873 33554432000 1073741824 1073778376 140737408104464 140122420255720 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30116] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30116/stat : 30116 (java) S 30101 30104 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30122878 9856040960 108873 33554432000 1073741824 1073778376 140737408104464 140122419201784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30117] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30117/stat : 30117 (java) S 30101 30104 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30122878 9856040960 108873 33554432000 1073741824 1073778376 140737408104464 140122418148872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30118] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30118/stat : 30118 (java) S 30101 30104 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30122880 9856040960 108873 33554432000 1073741824 1073778376 140737408104464 140122417097360 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30119] ppid=30101 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/30104/task/30119/stat : 30119 (java) S 30101 30104 26669 0 -1 4202560 5361 0 0 0 56 1 0 0 20 0 19 0 30122880 9856040960 108873 33554432000 1073741824 1073778376 140737408104464 140122416044472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30120] ppid=30101 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/30104/task/30120/stat : 30120 (java) S 30101 30104 26669 0 -1 4202560 5070 0 0 0 61 2 0 0 20 0 19 0 30122880 9856040960 108873 33554432000 1073741824 1073778376 140737408104464 140122414991672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30104/tid=30121] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30121/stat : 30121 (java) S 30101 30104 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30122880 9856040960 108873 33554432000 1073741824 1073778376 140737408104464 140122413939064 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30104/tid=30122] ppid=30101 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/30104/task/30122/stat : 30122 (java) S 30101 30104 26669 0 -1 4202560 100 0 0 0 30 36 0 0 20 0 19 0 30122880 9856040960 108873 33554432000 1073741824 1073778376 140737408104464 140122412886472 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30123] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30123/stat : 30123 (java) S 30101 30104 26669 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30122916 9856040960 108873 33554432000 1073741824 1073778376 140737408104464 140122411833000 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1729.42
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/213 30233
/proc/meminfo: memFree=30156240/32872528 swapFree=163656/177964
[pid=30104] ppid=30101 vsize=9625040 CPUtime=1789.69 cores=1,3,5,7
/proc/30104/stat : 30104 (java) S 30101 30104 26669 0 -1 4202496 18223 0 1 0 178869 100 0 0 20 0 19 0 30122876 9856040960 114221 33554432000 1073741824 1073778376 140737408104464 140737408095600 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30104/statm: 2406260 114221 2298 9 0 2396937 0
[pid=30104/tid=30105] ppid=30101 vsize=9625040 CPUtime=1778.35 cores=1,3,5,7
/proc/30104/task/30105/stat : 30105 (java) R 30101 30104 26669 0 -1 4202560 2554 0 1 0 177800 35 0 0 20 0 19 0 30122876 9856040960 114221 33554432000 1073741824 1073778376 140737408104464 140122797661392 140122654455398 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30107] ppid=30101 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/30104/task/30107/stat : 30107 (java) S 30101 30104 26669 0 -1 4202560 549 0 0 0 92 9 0 0 20 0 19 0 30122877 9856040960 114221 33554432000 1073741824 1073778376 140737408104464 140122775764008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30104/tid=30108] ppid=30101 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/30104/task/30108/stat : 30108 (java) S 30101 30104 26669 0 -1 4202560 316 0 0 0 92 8 0 0 20 0 19 0 30122877 9856040960 114221 33554432000 1073741824 1073778376 140737408104464 140122774711208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30109] ppid=30101 vsize=9625040 CPUtime=1.19 cores=1,3,5,7
/proc/30104/task/30109/stat : 30109 (java) S 30101 30104 26669 0 -1 4202560 589 0 0 0 110 9 0 0 20 0 19 0 30122877 9856040960 114221 33554432000 1073741824 1073778376 140737408104464 140122773658408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30110] ppid=30101 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/30104/task/30110/stat : 30110 (java) S 30101 30104 26669 0 -1 4202560 544 0 0 0 98 9 0 0 20 0 19 0 30122877 9856040960 114221 33554432000 1073741824 1073778376 140737408104464 140122772605608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30111] ppid=30101 vsize=9625040 CPUtime=1.11 cores=1,3,5,7
/proc/30104/task/30111/stat : 30111 (java) S 30101 30104 26669 0 -1 4202560 639 0 0 0 103 8 0 0 20 0 19 0 30122877 9856040960 114221 33554432000 1073741824 1073778376 140737408104464 140122435611176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30104/tid=30112] ppid=30101 vsize=9625040 CPUtime=1.16 cores=1,3,5,7
/proc/30104/task/30112/stat : 30112 (java) S 30101 30104 26669 0 -1 4202560 246 0 0 0 107 9 0 0 20 0 19 0 30122877 9856040960 114221 33554432000 1073741824 1073778376 140737408104464 140122434558376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30113] ppid=30101 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/30104/task/30113/stat : 30113 (java) S 30101 30104 26669 0 -1 4202560 287 0 0 0 93 7 0 0 20 0 19 0 30122877 9856040960 114221 33554432000 1073741824 1073778376 140737408104464 140122433505576 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30114] ppid=30101 vsize=9625040 CPUtime=1.04 cores=1,3,5,7
/proc/30104/task/30114/stat : 30114 (java) S 30101 30104 26669 0 -1 4202560 340 0 0 0 97 7 0 0 20 0 19 0 30122877 9856040960 114221 33554432000 1073741824 1073778376 140737408104464 140122432452776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30104/tid=30115] ppid=30101 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/30104/task/30115/stat : 30115 (java) S 30101 30104 26669 0 -1 4202560 360 0 0 0 125 4 0 0 20 0 19 0 30122878 9856040960 114221 33554432000 1073741824 1073778376 140737408104464 140122420255720 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30104/tid=30116] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30116/stat : 30116 (java) S 30101 30104 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30122878 9856040960 114221 33554432000 1073741824 1073778376 140737408104464 140122419201784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30117] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30117/stat : 30117 (java) S 30101 30104 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30122878 9856040960 114221 33554432000 1073741824 1073778376 140737408104464 140122418148872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30118] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30118/stat : 30118 (java) S 30101 30104 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30122880 9856040960 114221 33554432000 1073741824 1073778376 140737408104464 140122417097360 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30119] ppid=30101 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/30104/task/30119/stat : 30119 (java) S 30101 30104 26669 0 -1 4202560 5361 0 0 0 56 1 0 0 20 0 19 0 30122880 9856040960 114221 33554432000 1073741824 1073778376 140737408104464 140122416044472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30120] ppid=30101 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/30104/task/30120/stat : 30120 (java) S 30101 30104 26669 0 -1 4202560 5070 0 0 0 61 2 0 0 20 0 19 0 30122880 9856040960 114221 33554432000 1073741824 1073778376 140737408104464 140122414991672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30104/tid=30121] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30121/stat : 30121 (java) S 30101 30104 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30122880 9856040960 114221 33554432000 1073741824 1073778376 140737408104464 140122413939064 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30104/tid=30122] ppid=30101 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/30104/task/30122/stat : 30122 (java) S 30101 30104 26669 0 -1 4202560 104 0 0 0 31 37 0 0 20 0 19 0 30122880 9856040960 114221 33554432000 1073741824 1073778376 140737408104464 140122412886472 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30104/tid=30123] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30123/stat : 30123 (java) S 30101 30104 26669 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30122916 9856040960 114221 33554432000 1073741824 1073778376 140737408104464 140122411833000 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1789.69
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.6 s]
/proc/loadavg: 2.02 2.02 2.00 3/213 30233
/proc/meminfo: memFree=30155560/32872528 swapFree=163656/177964
[pid=30104] ppid=30101 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/30104/stat : 30104 (java) S 30101 30104 26669 0 -1 4202496 18223 0 1 0 179899 101 0 0 20 0 19 0 30122876 9856040960 114221 33554432000 1073741824 1073778376 140737408104464 140737408095600 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30104/statm: 2406260 114221 2298 9 0 2396937 0
[pid=30104/tid=30105] ppid=30101 vsize=9625040 CPUtime=1788.65 cores=1,3,5,7
/proc/30104/task/30105/stat : 30105 (java) R 30101 30104 26669 0 -1 4202560 2554 0 1 0 178830 35 0 0 20 0 19 0 30122876 9856040960 114221 33554432000 1073741824 1073778376 140737408104464 140122797661392 140122654555774 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30107] ppid=30101 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/30104/task/30107/stat : 30107 (java) S 30101 30104 26669 0 -1 4202560 549 0 0 0 92 9 0 0 20 0 19 0 30122877 9856040960 114221 33554432000 1073741824 1073778376 140737408104464 140122775764008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30104/tid=30108] ppid=30101 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/30104/task/30108/stat : 30108 (java) S 30101 30104 26669 0 -1 4202560 316 0 0 0 92 8 0 0 20 0 19 0 30122877 9856040960 114221 33554432000 1073741824 1073778376 140737408104464 140122774711208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30109] ppid=30101 vsize=9625040 CPUtime=1.19 cores=1,3,5,7
/proc/30104/task/30109/stat : 30109 (java) S 30101 30104 26669 0 -1 4202560 589 0 0 0 110 9 0 0 20 0 19 0 30122877 9856040960 114221 33554432000 1073741824 1073778376 140737408104464 140122773658408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30110] ppid=30101 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/30104/task/30110/stat : 30110 (java) S 30101 30104 26669 0 -1 4202560 544 0 0 0 98 9 0 0 20 0 19 0 30122877 9856040960 114221 33554432000 1073741824 1073778376 140737408104464 140122772605608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30111] ppid=30101 vsize=9625040 CPUtime=1.11 cores=1,3,5,7
/proc/30104/task/30111/stat : 30111 (java) S 30101 30104 26669 0 -1 4202560 639 0 0 0 103 8 0 0 20 0 19 0 30122877 9856040960 114221 33554432000 1073741824 1073778376 140737408104464 140122435611176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30104/tid=30112] ppid=30101 vsize=9625040 CPUtime=1.16 cores=1,3,5,7
/proc/30104/task/30112/stat : 30112 (java) S 30101 30104 26669 0 -1 4202560 246 0 0 0 107 9 0 0 20 0 19 0 30122877 9856040960 114221 33554432000 1073741824 1073778376 140737408104464 140122434558376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30113] ppid=30101 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/30104/task/30113/stat : 30113 (java) S 30101 30104 26669 0 -1 4202560 287 0 0 0 93 7 0 0 20 0 19 0 30122877 9856040960 114221 33554432000 1073741824 1073778376 140737408104464 140122433505576 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30114] ppid=30101 vsize=9625040 CPUtime=1.04 cores=1,3,5,7
/proc/30104/task/30114/stat : 30114 (java) S 30101 30104 26669 0 -1 4202560 340 0 0 0 97 7 0 0 20 0 19 0 30122877 9856040960 114221 33554432000 1073741824 1073778376 140737408104464 140122432452776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30104/tid=30115] ppid=30101 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/30104/task/30115/stat : 30115 (java) S 30101 30104 26669 0 -1 4202560 360 0 0 0 125 4 0 0 20 0 19 0 30122878 9856040960 114221 33554432000 1073741824 1073778376 140737408104464 140122420255720 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30104/tid=30116] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30116/stat : 30116 (java) S 30101 30104 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30122878 9856040960 114221 33554432000 1073741824 1073778376 140737408104464 140122419201784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30117] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30117/stat : 30117 (java) S 30101 30104 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30122878 9856040960 114221 33554432000 1073741824 1073778376 140737408104464 140122418148872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30118] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30118/stat : 30118 (java) S 30101 30104 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30122880 9856040960 114221 33554432000 1073741824 1073778376 140737408104464 140122417097360 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30119] ppid=30101 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/30104/task/30119/stat : 30119 (java) S 30101 30104 26669 0 -1 4202560 5361 0 0 0 56 1 0 0 20 0 19 0 30122880 9856040960 114221 33554432000 1073741824 1073778376 140737408104464 140122416044472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30104/tid=30120] ppid=30101 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/30104/task/30120/stat : 30120 (java) S 30101 30104 26669 0 -1 4202560 5070 0 0 0 61 2 0 0 20 0 19 0 30122880 9856040960 114221 33554432000 1073741824 1073778376 140737408104464 140122414991672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30104/tid=30121] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30121/stat : 30121 (java) S 30101 30104 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30122880 9856040960 114221 33554432000 1073741824 1073778376 140737408104464 140122413939064 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30104/tid=30122] ppid=30101 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/30104/task/30122/stat : 30122 (java) S 30101 30104 26669 0 -1 4202560 104 0 0 0 31 38 0 0 20 0 19 0 30122880 9856040960 114221 33554432000 1073741824 1073778376 140737408104464 140122412886472 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30104/tid=30123] ppid=30101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30104/task/30123/stat : 30123 (java) S 30101 30104 26669 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30122916 9856040960 114221 33554432000 1073741824 1073778376 140737408104464 140122411833000 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 30104 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1792.64
CPU time (s): 1800.72
CPU user time (s): 1799.11
CPU system time (s): 1.61175
CPU usage (%): 100.451
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.11
system time used= 1.61175
maximum resident set size= 671732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18255
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40265
involuntary context switches= 28526

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.1113 second user time and 13.6929 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 22:12:09
IDJOB=4106909
IDBENCH=48317
IDSOLVER=2546
FILE ID=node105/4106909-1466280729
RUNJOBID= node105-1466265085-26686
PBS_JOBID= 19918230
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_25_3_15.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106909-1466280729/watcher-4106909-1466280729 -o /tmp/evaluation-result-4106909-1466280729/solver-4106909-1466280729 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466265085-26686 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4106909-1466280729.opb

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

MD5SUM BENCH= 0f8b3c4075c45404d33689fa65bc6a7e
RANDOM SEED=380292154

node105.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.561
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.12
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.561
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.561
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.561
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.561
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.561
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.561
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31056064 kB
Buffers:           96920 kB
Cached:           182756 kB
SwapCached:         1684 kB
Active:           708032 kB
Inactive:         193092 kB
Active(anon):     620832 kB
Inactive(anon):     2976 kB
Active(file):      87200 kB
Inactive(file):   190116 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097160 kB
Dirty:               752 kB
Writeback:             0 kB
AnonPages:        798992 kB
Mapped:            15384 kB
Shmem:                 0 kB
Slab:             605452 kB
SReclaimable:      48816 kB
SUnreclaim:       556636 kB
KernelStack:        1640 kB
PageTables:         5996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     929868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    595968 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= 71748 MiB
End job on node105 at 2016-06-18 22:42:02