Trace number 4117984

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16SAT (TO)-46930 1800.76 1778.13

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-BIGINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-autocorr_bern55-55.opb
MD5SUM0395181bafd11622ffe28572d513f5d3
Bench CategoryOPT-BIGINT-NLC (optimisation, big integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-56529
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables0
Total number of constraints0
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint-1
Maximum length of a constraint0
Number of terms in the objective function 40402
Biggest coefficient in the objective function 10142
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 4450356
Number of bits of the sum of numbers in the objective function 23
Biggest number in a constraint 10142
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 4450356
Number of bits of the biggest sum of numbers23
Number of products (including duplicates)40347
Sum of products size (including duplicates)132309
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4117984-1467216312.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
52.54/51.98	c ... done. Wall clock time 51.864s.
52.54/51.98	c declared #vars     55
52.54/51.98	c internal #vars     40402
52.54/51.98	c #constraints  80694
52.54/51.98	c constraints type 
52.54/51.98	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40347
52.54/51.98	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 40347
52.54/51.98	c 80694 constraints processed.
52.54/51.98	c objective function length is 40402 literals
53.17/52.20	c SATISFIABLE
53.17/52.20	c OPTIMIZING...
53.17/52.20	c Got one! Elapsed wall clock time (in seconds):52.085
53.17/52.20	o 0
53.62/52.49	c Got one! Elapsed wall clock time (in seconds):52.377
53.62/52.49	o -1431
53.96/52.58	c Got one! Elapsed wall clock time (in seconds):52.467
53.96/52.58	o -2756
54.20/52.64	c Got one! Elapsed wall clock time (in seconds):52.527
54.20/52.64	o -5050
54.35/52.71	c Got one! Elapsed wall clock time (in seconds):52.592
54.35/52.71	o -6121
54.35/52.79	c Got one! Elapsed wall clock time (in seconds):52.677
54.35/52.79	o -7146
54.53/52.84	c Got one! Elapsed wall clock time (in seconds):52.729
54.53/52.84	o -10015
54.64/52.98	c Got one! Elapsed wall clock time (in seconds):52.868
54.64/52.98	o -10161
54.83/53.11	c Got one! Elapsed wall clock time (in seconds):52.994
54.83/53.11	o -11010
54.83/53.18	c Got one! Elapsed wall clock time (in seconds):53.066
54.83/53.18	o -12606
55.13/53.30	c Got one! Elapsed wall clock time (in seconds):53.184
55.13/53.30	o -15133
55.33/53.52	c Got one! Elapsed wall clock time (in seconds):53.408
55.33/53.52	o -15794
55.43/53.68	c Got one! Elapsed wall clock time (in seconds):53.567
55.43/53.68	o -16907
55.83/54.01	c Got one! Elapsed wall clock time (in seconds):53.894
55.83/54.01	o -18139
56.03/54.23	c Got one! Elapsed wall clock time (in seconds):54.115
56.03/54.23	o -18636
56.13/54.40	c Got one! Elapsed wall clock time (in seconds):54.282
56.13/54.40	o -20526
57.06/55.12	c Got one! Elapsed wall clock time (in seconds):55.002
57.06/55.12	o -21053
57.55/55.64	c Got one! Elapsed wall clock time (in seconds):55.53
57.55/55.64	o -21566
57.66/55.71	c Got one! Elapsed wall clock time (in seconds):55.599
57.66/55.71	o -21917
57.66/55.78	c Got one! Elapsed wall clock time (in seconds):55.67
57.66/55.78	o -24527
58.96/57.01	c Got one! Elapsed wall clock time (in seconds):56.901
58.96/57.01	o -24796
60.30/58.21	c Got one! Elapsed wall clock time (in seconds):58.098
60.30/58.21	o -26550
62.60/60.52	c Got one! Elapsed wall clock time (in seconds):60.411
62.60/60.52	o -27177
63.80/61.71	c Got one! Elapsed wall clock time (in seconds):61.597
63.80/61.71	o -27510
64.40/62.34	c Got one! Elapsed wall clock time (in seconds):62.225
64.40/62.34	o -27976
65.29/63.21	c Got one! Elapsed wall clock time (in seconds):63.096
65.29/63.21	o -28727
70.18/67.85	c Got one! Elapsed wall clock time (in seconds):67.739
70.18/67.85	o -29468
73.68/71.36	c Got one! Elapsed wall clock time (in seconds):71.245
73.68/71.36	o -29507
74.18/71.88	c Got one! Elapsed wall clock time (in seconds):71.764
74.18/71.88	o -30474
74.68/72.37	c Got one! Elapsed wall clock time (in seconds):72.256
74.68/72.37	o -30645
74.78/72.45	c Got one! Elapsed wall clock time (in seconds):72.337
74.78/72.45	o -30710
74.88/72.56	c Got one! Elapsed wall clock time (in seconds):72.443
74.88/72.56	o -33630
89.73/87.01	c Got one! Elapsed wall clock time (in seconds):86.896
89.73/87.01	o -33670
92.81/90.03	c Got one! Elapsed wall clock time (in seconds):89.919
92.81/90.03	o -34384
98.42/95.19	c cleaning 4585 clauses out of 9172 with flag 2003/9172
112.40/108.78	c Got one! Elapsed wall clock time (in seconds):108.664
112.40/108.78	o -34588
120.62/116.87	c Got one! Elapsed wall clock time (in seconds):116.761
120.62/116.87	o -34887
125.32/121.59	c cleaning 5267 clauses out of 10533 with flag 2033/15118
125.42/121.62	c Got one! Elapsed wall clock time (in seconds):121.508
125.42/121.62	o -35053
127.42/123.62	c Got one! Elapsed wall clock time (in seconds):123.501
127.42/123.62	o -35064
127.82/124.05	c Got one! Elapsed wall clock time (in seconds):123.938
127.82/124.05	o -36098
129.12/125.30	c Got one! Elapsed wall clock time (in seconds):125.183
129.12/125.30	o -36177
129.92/126.15	c Got one! Elapsed wall clock time (in seconds):126.033
129.92/126.15	o -36186
130.33/126.60	c Got one! Elapsed wall clock time (in seconds):126.488
130.33/126.60	o -38714
154.92/150.15	c cleaning 5643 clauses out of 11288 with flag 10003/21140
183.18/178.32	c cleaning 5823 clauses out of 11646 with flag 22005/27141
190.06/184.83	c Got one! Elapsed wall clock time (in seconds):184.716
190.06/184.83	o -38868
198.35/193.19	c Got one! Elapsed wall clock time (in seconds):193.071
198.35/193.19	o -38873
203.56/198.34	c Got one! Elapsed wall clock time (in seconds):198.23
203.56/198.34	o -39358
208.06/202.89	c cleaning 5645 clauses out of 11291 with flag 2003/32609
233.46/228.27	c cleaning 5823 clauses out of 11645 with flag 14001/38608
263.69/258.09	c cleaning 6412 clauses out of 12823 with flag 28003/45609
269.19/263.58	c Got one! Elapsed wall clock time (in seconds):263.467
269.19/263.58	o -39394
287.50/281.80	c cleaning 5837 clauses out of 11678 with flag 8044/50876
297.45/290.78	c Got one! Elapsed wall clock time (in seconds):290.662
297.45/290.78	o -39451
302.15/295.43	c Got one! Elapsed wall clock time (in seconds):295.319
302.15/295.43	o -39587
307.06/300.33	c Got one! Elapsed wall clock time (in seconds):300.217
307.06/300.33	o -40531
316.55/309.87	c cleaning 5855 clauses out of 11718 with flag 4036/56753
327.05/320.32	c Got one! Elapsed wall clock time (in seconds):320.203
327.05/320.32	o -40545
336.46/329.71	c Got one! Elapsed wall clock time (in seconds):329.598
336.46/329.71	o -40578
340.36/333.69	c Got one! Elapsed wall clock time (in seconds):333.578
340.36/333.69	o -40948
342.98/336.21	c Got one! Elapsed wall clock time (in seconds):336.098
342.98/336.21	o -41036
344.28/337.54	c Got one! Elapsed wall clock time (in seconds):337.426
344.28/337.54	o -41042
344.98/338.24	c Got one! Elapsed wall clock time (in seconds):338.122
344.98/338.24	o -41070
345.59/338.89	c Got one! Elapsed wall clock time (in seconds):338.772
345.59/338.89	o -41119
345.78/339.03	c Got one! Elapsed wall clock time (in seconds):338.918
345.78/339.03	o -43411
355.49/348.75	c cleaning 6968 clauses out of 13941 with flag 4003/64831
385.60/378.19	c cleaning 6484 clauses out of 12972 with flag 16001/70830
418.91/411.49	c cleaning 6743 clauses out of 13489 with flag 30003/77831
456.39/448.34	c cleaning 7371 clauses out of 14745 with flag 46001/85830
497.51/489.08	c cleaning 8186 clauses out of 16374 with flag 64001/94830
543.72/535.27	c cleaning 9093 clauses out of 18188 with flag 84001/104830
595.28/586.33	c cleaning 10046 clauses out of 20095 with flag 106001/115830
611.94/602.38	c Got one! Elapsed wall clock time (in seconds):602.262
611.94/602.38	o -43457
621.25/611.68	c cleaning 7730 clauses out of 15460 with flag 4005/121241
621.74/612.12	c Got one! Elapsed wall clock time (in seconds):612.004
621.74/612.12	o -43470
627.34/617.70	c Got one! Elapsed wall clock time (in seconds):617.59
627.34/617.70	o -43485
630.15/620.57	c Got one! Elapsed wall clock time (in seconds):620.453
630.15/620.57	o -43493
631.74/622.11	c Got one! Elapsed wall clock time (in seconds):621.992
631.74/622.11	o -45166
649.75/640.14	c cleaning 6954 clauses out of 13909 with flag 8001/127420
676.48/666.63	c cleaning 6477 clauses out of 12956 with flag 20003/133421
706.19/695.96	c cleaning 6735 clauses out of 13478 with flag 34001/140420
740.72/730.42	c cleaning 7371 clauses out of 14743 with flag 50001/148420
778.09/767.66	c cleaning 8184 clauses out of 16373 with flag 68003/157421
819.90/809.12	c cleaning 9092 clauses out of 18189 with flag 88003/167421
866.99/856.04	c cleaning 10049 clauses out of 20097 with flag 110003/178421
878.00/866.88	c Got one! Elapsed wall clock time (in seconds):866.762
878.00/866.88	o -45218
892.30/881.14	c cleaning 7748 clauses out of 15499 with flag 6002/183872
919.86/908.43	c cleaning 6871 clauses out of 13752 with flag 18004/189873
952.52/940.71	c cleaning 6936 clauses out of 13881 with flag 32004/196873
989.68/977.57	c cleaning 7470 clauses out of 14944 with flag 48002/204872
1032.01/1019.57	c cleaning 8232 clauses out of 16474 with flag 66002/213872
1032.32/1019.81	c Got one! Elapsed wall clock time (in seconds):1019.699
1032.32/1019.81	o -45224
1055.31/1042.87	c cleaning 6643 clauses out of 13292 with flag 10114/218922
1083.26/1070.78	c cleaning 6323 clauses out of 12649 with flag 22191/224922
1102.76/1090.13	c Got one! Elapsed wall clock time (in seconds):1090.019
1102.76/1090.13	o -45285
1107.46/1094.80	c cleaning 5751 clauses out of 11506 with flag 2044/230102
1135.52/1122.74	c cleaning 5877 clauses out of 11755 with flag 14165/236102
1136.92/1124.19	c Got one! Elapsed wall clock time (in seconds):1124.079
1136.92/1124.19	o -45372
1160.79/1147.88	c cleaning 5587 clauses out of 11173 with flag 10019/241397
1166.39/1153.45	c Got one! Elapsed wall clock time (in seconds):1153.34
1166.39/1153.45	o -45402
1172.28/1159.31	c Got one! Elapsed wall clock time (in seconds):1159.194
1172.28/1159.31	o -45438
1174.18/1161.20	c Got one! Elapsed wall clock time (in seconds):1161.088
1174.18/1161.20	o -45444
1175.22/1162.09	c Got one! Elapsed wall clock time (in seconds):1161.973
1175.22/1162.09	o -45445
1176.42/1163.21	c Got one! Elapsed wall clock time (in seconds):1163.096
1176.42/1163.21	o -46930
1190.12/1176.92	c cleaning 5861 clauses out of 11735 with flag 6003/247546
1217.77/1204.39	c cleaning 5935 clauses out of 11873 with flag 18001/253545
1250.33/1236.63	c cleaning 6465 clauses out of 12938 with flag 32001/260545
1285.51/1271.37	c cleaning 7235 clauses out of 14473 with flag 48001/268545
1325.37/1310.67	c cleaning 8116 clauses out of 16239 with flag 66003/277546
1369.35/1353.61	c cleaning 9058 clauses out of 18122 with flag 86001/287545
1418.96/1402.78	c cleaning 10029 clauses out of 20065 with flag 108003/298546
1475.50/1458.42	c cleaning 11016 clauses out of 22036 with flag 132003/310546
1534.52/1516.61	c cleaning 12009 clauses out of 24020 with flag 158003/323546
1597.67/1578.61	c cleaning 13006 clauses out of 26011 with flag 186003/337546
1665.73/1645.71	c cleaning 14003 clauses out of 28005 with flag 216003/352546
1739.57/1718.38	c cleaning 14997 clauses out of 30001 with flag 248001/368545
1800.07/1778.10	c starts		: 72
1800.07/1778.10	c conflicts		: 382001
1800.07/1778.10	c decisions		: 385649
1800.07/1778.10	c propagations		: 977598473
1800.07/1778.10	c inspects		: 3555571956
1800.07/1778.10	c shortcuts		: 0
1800.07/1778.10	c learnt literals	: 0
1800.07/1778.10	c learnt binary clauses	: 0
1800.07/1778.10	c learnt ternary clauses	: 0
1800.07/1778.10	c learnt constraints	: 382000
1800.07/1778.10	c ignored constraints	: 0
1800.07/1778.10	c root simplifications	: 0
1800.07/1778.10	c removed literals (reason simplification)	: 0
1800.07/1778.10	c reason swapping (by a shorter reason)	: 0
1800.07/1778.10	c Calls to reduceDB	: 46
1800.07/1778.10	c Number of update (reduction) of LBD	: 131
1800.07/1778.10	c Imported unit clauses	: 0
1800.07/1778.10	c number of reductions to clauses (during analyze)	: 0
1800.07/1778.10	c number of learned constraints concerned by reduction	: 0
1800.07/1778.10	c number of learning phase by resolution	: 0
1800.07/1778.10	c number of learning phase by cutting planes	: 0
1800.07/1778.10	c speed (assignments/second)	: 566381.9532676223
1800.07/1778.10	c non guided choices	0
1800.07/1778.11	c learnt constraints type 
1800.07/1778.11	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 28460
1800.07/1778.11	s SATISFIABLE
1800.07/1778.11	c Found 71 solution(s)
1800.07/1778.11	v -x1 x2 x3 -x4 -x5 -x6 -x7 -x8 -x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 -x28 x29 x30 x31 x32 x33 x34 x35 x36 x37 x38 x39 x40 x41 x42 x43 x44 x45 x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 x55 
1800.07/1778.11	c objective function=-46930
1800.07/1778.11	c Total wall clock time (in seconds): 1778.0

Verifier Data

OK	-46930

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-4117984-1467216312/watcher-4117984-1467216312 -o /tmp/evaluation-result-4117984-1467216312/solver-4117984-1467216312 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1467209106-4306 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4117984-1467216312.opb 

pid=5097
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.15 2.11 2.09 3/194 5100
/proc/meminfo: memFree=29980624/32872528 swapFree=242912/249044
[pid=5100] ppid=5097 vsize=3568 CPUtime=0 cores=1,3,5,7
/proc/5100/stat : 5100 (java) R 5097 5100 4289 0 -1 4202496 379 0 0 0 0 0 0 0 20 0 1 0 2737548 3653632 50 33554432000 1073741824 1073778376 140737377611152 140737377608280 247055084839 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5100/statm: 1408 53 41 9 0 30 0

[startup+0.100059 s]
/proc/loadavg: 2.15 2.11 2.09 3/194 5100
/proc/meminfo: memFree=29980624/32872528 swapFree=242912/249044
[pid=5100] ppid=5097 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/5100/stat : 5100 (java) S 5097 5100 4289 0 -1 4202496 4386 0 1 0 8 1 0 0 20 0 18 0 2737548 9787879424 6019 33554432000 1073741824 1073778376 140737377611152 140737377602288 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5100/statm: 2389619 6019 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20023 s]
/proc/loadavg: 2.15 2.11 2.09 3/194 5100
/proc/meminfo: memFree=29980624/32872528 swapFree=242912/249044
[pid=5100] ppid=5097 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/5100/stat : 5100 (java) S 5097 5100 4289 0 -1 4202496 4633 0 1 0 22 1 0 0 20 0 18 0 2737548 9787879424 6742 33554432000 1073741824 1073778376 140737377611152 140737377602288 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5100/statm: 2389619 6742 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300246 s]
/proc/loadavg: 2.15 2.11 2.09 3/194 5100
/proc/meminfo: memFree=29980624/32872528 swapFree=242912/249044
[pid=5100] ppid=5097 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/5100/stat : 5100 (java) S 5097 5100 4289 0 -1 4202496 5563 0 1 0 45 1 0 0 20 0 18 0 2737548 9787879424 7937 33554432000 1073741824 1073778376 140737377611152 140737377602288 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5100/statm: 2389619 7937 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700193 s]
/proc/loadavg: 2.15 2.11 2.09 3/194 5100
/proc/meminfo: memFree=29980624/32872528 swapFree=242912/249044
[pid=5100] ppid=5097 vsize=9558476 CPUtime=1.03 cores=1,3,5,7
/proc/5100/stat : 5100 (java) S 5097 5100 4289 0 -1 4202496 7195 0 1 0 102 1 0 0 20 0 18 0 2737548 9787879424 11075 33554432000 1073741824 1073778376 140737377611152 140737377602288 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5100/statm: 2389619 11075 2242 9 0 2380296 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 9558476

[startup+1.50074 s]
/proc/loadavg: 2.14 2.11 2.09 3/212 5118
/proc/meminfo: memFree=29938640/32872528 swapFree=242912/249044
[pid=5100] ppid=5097 vsize=9558476 CPUtime=1.88 cores=1,3,5,7
/proc/5100/stat : 5100 (java) S 5097 5100 4289 0 -1 4202496 7207 0 1 0 186 2 0 0 20 0 18 0 2737548 9787879424 13130 33554432000 1073741824 1073778376 140737377611152 140737377602288 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5100/statm: 2389619 13130 2249 9 0 2380296 0
[pid=5100/tid=5102] ppid=5097 vsize=9558476 CPUtime=1.46 cores=1,3,5,7
/proc/5100/task/5102/stat : 5102 (java) R 5097 5100 4289 0 -1 4202560 2413 0 1 0 144 2 0 0 20 0 18 0 2737549 9787879424 13130 33554432000 1073741824 1073778376 140737377611152 139777281097520 139777110597339 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5100/tid=5103] ppid=5097 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5103/stat : 5103 (java) S 5097 5100 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2737550 9787879424 13130 33554432000 1073741824 1073778376 140737377611152 139777242597928 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5100/tid=5104] ppid=5097 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5104/stat : 5104 (java) S 5097 5100 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2737550 9787879424 13130 33554432000 1073741824 1073778376 140737377611152 139777241545128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5100/tid=5105] ppid=5097 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5105/stat : 5105 (java) S 5097 5100 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2737550 9787879424 13130 33554432000 1073741824 1073778376 140737377611152 139777240492328 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5100/tid=5106] ppid=5097 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5106/stat : 5106 (java) S 5097 5100 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2737550 9787879424 13130 33554432000 1073741824 1073778376 140737377611152 139777239439528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5100/tid=5107] ppid=5097 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5107/stat : 5107 (java) S 5097 5100 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2737550 9787879424 13130 33554432000 1073741824 1073778376 140737377611152 139777238387752 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5100/tid=5108] ppid=5097 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5108/stat : 5108 (java) S 5097 5100 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2737550 9787879424 13130 33554432000 1073741824 1073778376 140737377611152 139777237334952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5100/tid=5109] ppid=5097 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5109/stat : 5109 (java) S 5097 5100 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2737550 9787879424 13130 33554432000 1073741824 1073778376 140737377611152 139777236282152 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5100/tid=5110] ppid=5097 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5110/stat : 5110 (java) S 5097 5100 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 2737550 9787879424 13130 33554432000 1073741824 1073778376 140737377611152 139777235229352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5100/tid=5111] ppid=5097 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5111/stat : 5111 (java) S 5097 5100 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 2737551 9787879424 13130 33554432000 1073741824 1073778376 140737377611152 139777104910824 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5100/tid=5112] ppid=5097 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5112/stat : 5112 (java) S 5097 5100 4289 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 2737552 9787879424 13130 33554432000 1073741824 1073778376 140737377611152 139777103856888 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5100/tid=5113] ppid=5097 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5113/stat : 5113 (java) S 5097 5100 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 2737552 9787879424 13130 33554432000 1073741824 1073778376 140737377611152 139777102803976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5100/tid=5114] ppid=5097 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5114/stat : 5114 (java) S 5097 5100 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2737554 9787879424 13130 33554432000 1073741824 1073778376 140737377611152 139777101752464 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5100/tid=5115] ppid=5097 vsize=9558476 CPUtime=0.15 cores=1,3,5,7
/proc/5100/task/5115/stat : 5115 (java) S 5097 5100 4289 0 -1 4202560 1231 0 0 0 15 0 0 0 20 0 18 0 2737554 9787879424 13130 33554432000 1073741824 1073778376 140737377611152 139777100700600 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5100/tid=5116] ppid=5097 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/5100/task/5116/stat : 5116 (java) S 5097 5100 4289 0 -1 4202560 2299 0 0 0 23 0 0 0 20 0 18 0 2737554 9787879424 13130 33554432000 1073741824 1073778376 140737377611152 139777099647800 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5100/tid=5117] ppid=5097 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5117/stat : 5117 (java) S 5097 5100 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2737554 9787879424 13130 33554432000 1073741824 1073778376 140737377611152 139777098595192 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5100/tid=5118] ppid=5097 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5118/stat : 5118 (java) S 5097 5100 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2737554 9787879424 13130 33554432000 1073741824 1073778376 140737377611152 139777097542600 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9558476

[startup+3.10076 s]
/proc/loadavg: 2.14 2.11 2.09 3/212 5118
/proc/meminfo: memFree=29919216/32872528 swapFree=242912/249044
[pid=5100] ppid=5097 vsize=9558476 CPUtime=3.69 cores=1,3,5,7
/proc/5100/stat : 5100 (java) S 5097 5100 4289 0 -1 4202496 12260 0 1 0 366 3 0 0 20 0 18 0 2737548 9787879424 18301 33554432000 1073741824 1073778376 140737377611152 140737377602288 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5100/statm: 2389619 18301 2250 9 0 2380296 0
[pid=5100/tid=5102] ppid=5097 vsize=9558476 CPUtime=3.05 cores=1,3,5,7
/proc/5100/task/5102/stat : 5102 (java) R 5097 5100 4289 0 -1 4202560 2421 0 1 0 303 2 0 0 20 0 18 0 2737549 9787879424 18301 33554432000 1073741824 1073778376 140737377611152 139777281104008 139777110597309 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5100/tid=5103] ppid=5097 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5103/stat : 5103 (java) S 5097 5100 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2737550 9787879424 18301 33554432000 1073741824 1073778376 140737377611152 139777242597928 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5100/tid=5104] ppid=5097 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5104/stat : 5104 (java) S 5097 5100 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2737550 9787879424 18301 33554432000 1073741824 1073778376 140737377611152 139777241545128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5100/tid=5105] ppid=5097 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5105/stat : 5105 (java) S 5097 5100 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2737550 9787879424 18301 33554432000 1073741824 1073778376 140737377611152 139777240492328 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5100/tid=5106] ppid=5097 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5106/stat : 5106 (java) S 5097 5100 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2737550 9787879424 18301 33554432000 1073741824 1073778376 140737377611152 139777239439528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5100/tid=5107] ppid=5097 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5107/stat : 5107 (java) S 5097 5100 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2737550 9787879424 18301 33554432000 1073741824 1073778376 140737377611152 139777238387752 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5100/tid=5108] ppid=5097 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5108/stat : 5108 (java) S 5097 5100 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2737550 9787879424 18301 33554432000 1073741824 1073778376 140737377611152 139777237334952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5100/tid=5109] ppid=5097 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5109/stat : 5109 (java) S 5097 5100 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2737550 9787879424 18301 33554432000 1073741824 1073778376 140737377611152 139777236282152 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5100/tid=5110] ppid=5097 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5110/stat : 5110 (java) S 5097 5100 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 2737550 9787879424 18301 33554432000 1073741824 1073778376 140737377611152 139777235229352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5100/tid=5111] ppid=5097 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5111/stat : 5111 (java) S 5097 5100 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 2737551 9787879424 18301 33554432000 1073741824 1073778376 140737377611152 139777104910824 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5100/tid=5112] ppid=5097 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5112/stat : 5112 (java) S 5097 5100 4289 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 2737552 9787879424 18301 33554432000 1073741824 1073778376 140737377611152 139777103856888 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5100/tid=5113] ppid=5097 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5113/stat : 5113 (java) S 5097 5100 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 2737552 9787879424 18301 33554432000 1073741824 1073778376 140737377611152 139777102803976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5100/tid=5114] ppid=5097 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5114/stat : 5114 (java) S 5097 5100 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2737554 9787879424 18301 33554432000 1073741824 1073778376 140737377611152 139777101752464 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5100/tid=5115] ppid=5097 vsize=9558476 CPUtime=0.32 cores=1,3,5,7
/proc/5100/task/5115/stat : 5115 (java) S 5097 5100 4289 0 -1 4202560 5920 0 0 0 30 2 0 0 20 0 18 0 2737554 9787879424 18301 33554432000 1073741824 1073778376 140737377611152 139777100700600 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5100/tid=5116] ppid=5097 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/5100/task/5116/stat : 5116 (java) S 5097 5100 4289 0 -1 4202560 2655 0 0 0 29 0 0 0 20 0 18 0 2737554 9787879424 18301 33554432000 1073741824 1073778376 140737377611152 139777099647800 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5100/tid=5117] ppid=5097 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5117/stat : 5117 (java) S 5097 5100 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2737554 9787879424 18301 33554432000 1073741824 1073778376 140737377611152 139777098595192 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5100/tid=5118] ppid=5097 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5118/stat : 5118 (java) S 5097 5100 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2737554 9787879424 18301 33554432000 1073741824 1073778376 140737377611152 139777097542600 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 9558476

[startup+6.30081 s]
/proc/loadavg: 2.21 2.12 2.10 3/212 5118
/proc/meminfo: memFree=29901504/32872528 swapFree=242912/249044
[pid=5100] ppid=5097 vsize=9558476 CPUtime=6.92 cores=1,3,5,7
/proc/5100/stat : 5100 (java) S 5097 5100 4289 0 -1 4202496 12273 0 1 0 689 3 0 0 20 0 18 0 2737548 9787879424 22227 33554432000 1073741824 1073778376 140737377611152 140737377602288 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5100/statm: 2389619 22227 2252 9 0 2380296 0
[pid=5100/tid=5102] ppid=5097 vsize=9558476 CPUtime=6.25 cores=1,3,5,7
/proc/5100/task/5102/stat : 5102 (java) R 5097 5100 4289 0 -1 4202560 2431 0 1 0 623 2 0 0 20 0 18 0 2737549 9787879424 22227 33554432000 1073741824 1073778376 140737377611152 139777281097472 139777110597309 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5100/tid=5103] ppid=5097 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5103/stat : 5103 (java) S 5097 5100 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2737550 9787879424 22227 33554432000 1073741824 1073778376 140737377611152 139777242597928 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5100/tid=5104] ppid=5097 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5104/stat : 5104 (java) S 5097 5100 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2737550 9787879424 22227 33554432000 1073741824 1073778376 140737377611152 139777241545128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5100/tid=5105] ppid=5097 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5105/stat : 5105 (java) S 5097 5100 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2737550 9787879424 22227 33554432000 1073741824 1073778376 140737377611152 139777240492328 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5100/tid=5106] ppid=5097 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5106/stat : 5106 (java) S 5097 5100 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2737550 9787879424 22227 33554432000 1073741824 1073778376 140737377611152 139777239439528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5100/tid=5107] ppid=5097 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5107/stat : 5107 (java) S 5097 5100 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2737550 9787879424 22227 33554432000 1073741824 1073778376 140737377611152 139777238387752 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5100/tid=5108] ppid=5097 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5108/stat : 5108 (java) S 5097 5100 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2737550 9787879424 22227 33554432000 1073741824 1073778376 140737377611152 139777237334952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5100/tid=5109] ppid=5097 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5109/stat : 5109 (java) S 5097 5100 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2737550 9787879424 22227 33554432000 1073741824 1073778376 140737377611152 139777236282152 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5100/tid=5110] ppid=5097 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5110/stat : 5110 (java) S 5097 5100 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 2737550 9787879424 22227 33554432000 1073741824 1073778376 140737377611152 139777235229352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5100/tid=5111] ppid=5097 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5111/stat : 5111 (java) S 5097 5100 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 2737551 9787879424 22227 33554432000 1073741824 1073778376 140737377611152 139777104910824 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5100/tid=5112] ppid=5097 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5112/stat : 5112 (java) S 5097 5100 4289 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 2737552 9787879424 22227 33554432000 1073741824 1073778376 140737377611152 139777103856888 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5100/tid=5113] ppid=5097 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5113/stat : 5113 (java) S 5097 5100 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 2737552 9787879424 22227 33554432000 1073741824 1073778376 140737377611152 139777102803976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5100/tid=5114] ppid=5097 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5114/stat : 5114 (java) S 5097 5100 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2737554 9787879424 22227 33554432000 1073741824 1073778376 140737377611152 139777101752464 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5100/tid=5115] ppid=5097 vsize=9558476 CPUtime=0.34 cores=1,3,5,7
/proc/5100/task/5115/stat : 5115 (java) S 5097 5100 4289 0 -1 4202560 5922 0 0 0 32 2 0 0 20 0 18 0 2737554 9787879424 22227 33554432000 1073741824 1073778376 140737377611152 139777100700600 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5100/tid=5116] ppid=5097 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/5100/task/5116/stat : 5116 (java) S 5097 5100 4289 0 -1 4202560 2655 0 0 0 30 0 0 0 20 0 18 0 2737554 9787879424 22227 33554432000 1073741824 1073778376 140737377611152 139777099647800 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5100/tid=5117] ppid=5097 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5117/stat : 5117 (java) S 5097 5100 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2737554 9787879424 22227 33554432000 1073741824 1073778376 140737377611152 139777098595192 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5100/tid=5118] ppid=5097 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5118/stat : 5118 (java) S 5097 5100 4289 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 2737554 9787879424 22227 33554432000 1073741824 1073778376 140737377611152 139777097542600 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.92
Current children cumulated vsize (KiB) 9558476

[startup+12.7008 s]
/proc/loadavg: 2.19 2.12 2.10 3/212 5118
/proc/meminfo: memFree=29879132/32872528 swapFree=242912/249044
[pid=5100] ppid=5097 vsize=9558476 CPUtime=13.31 cores=1,3,5,7
/proc/5100/stat : 5100 (java) S 5097 5100 4289 0 -1 4202496 12281 0 1 0 1328 3 0 0 20 0 18 0 2737548 9787879424 26323 33554432000 1073741824 1073778376 140737377611152 140737377602288 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5100/statm: 2389619 26323 2252 9 0 2380296 0

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

[pid=5100/tid=5112] ppid=5097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5112/stat : 5112 (java) S 5097 5100 4289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2737552 9856040960 785763 33554432000 1073741824 1073778376 140737377611152 139777103856888 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5100/tid=5113] ppid=5097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5113/stat : 5113 (java) S 5097 5100 4289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2737552 9856040960 785763 33554432000 1073741824 1073778376 140737377611152 139777102803976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5100/tid=5114] ppid=5097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5114/stat : 5114 (java) S 5097 5100 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2737554 9856040960 785763 33554432000 1073741824 1073778376 140737377611152 139777101752464 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5100/tid=5115] ppid=5097 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/5100/task/5115/stat : 5115 (java) S 5097 5100 4289 0 -1 4202560 6013 0 0 0 75 2 0 0 20 0 19 0 2737554 9856040960 785763 33554432000 1073741824 1073778376 140737377611152 139777100700600 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5100/tid=5116] ppid=5097 vsize=9625040 CPUtime=1.1 cores=1,3,5,7
/proc/5100/task/5116/stat : 5116 (java) S 5097 5100 4289 0 -1 4202560 8220 0 0 0 108 2 0 0 20 0 19 0 2737554 9856040960 785763 33554432000 1073741824 1073778376 140737377611152 139777099647800 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5100/tid=5117] ppid=5097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5117/stat : 5117 (java) S 5097 5100 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2737554 9856040960 785763 33554432000 1073741824 1073778376 140737377611152 139777098595192 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5100/tid=5118] ppid=5097 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/5100/task/5118/stat : 5118 (java) S 5097 5100 4289 0 -1 4202560 98 0 0 0 29 37 0 0 20 0 19 0 2737554 9856040960 785763 33554432000 1073741824 1073778376 140737377611152 139777097542600 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5100/tid=5184] ppid=5097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5184/stat : 5184 (java) S 5097 5100 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2742754 9856040960 785763 33554432000 1073741824 1073778376 140737377611152 139777096488104 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1682.51
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.16 2.14 2.10 10/213 5228
/proc/meminfo: memFree=24664488/32872528 swapFree=242912/249044
[pid=5100] ppid=5097 vsize=9625040 CPUtime=1743.56 cores=1,3,5,7
/proc/5100/stat : 5100 (java) S 5097 5100 4289 0 -1 4202496 85592 0 1 0 173814 542 0 0 20 0 19 0 2737548 9856040960 824797 33554432000 1073741824 1073778376 140737377611152 140737377602288 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5100/statm: 2406260 824797 2301 9 0 2396937 0
[pid=5100/tid=5102] ppid=5097 vsize=9625040 CPUtime=1710.63 cores=1,3,5,7
/proc/5100/task/5102/stat : 5102 (java) R 5097 5100 4289 0 -1 4202560 3185 0 1 0 171026 37 0 0 20 0 19 0 2737549 9856040960 824797 33554432000 1073741824 1073778376 140737377611152 139777281097376 139777111243247 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5100/tid=5103] ppid=5097 vsize=9625040 CPUtime=2.71 cores=1,3,5,7
/proc/5100/task/5103/stat : 5103 (java) S 5097 5100 4289 0 -1 4202560 8774 0 0 0 217 54 0 0 20 0 19 0 2737550 9856040960 824797 33554432000 1073741824 1073778376 140737377611152 139777242597928 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5100/tid=5104] ppid=5097 vsize=9625040 CPUtime=3.27 cores=1,3,5,7
/proc/5100/task/5104/stat : 5104 (java) S 5097 5100 4289 0 -1 4202560 7973 0 0 0 265 62 0 0 20 0 19 0 2737550 9856040960 824797 33554432000 1073741824 1073778376 140737377611152 139777241545128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5100/tid=5105] ppid=5097 vsize=9625040 CPUtime=3.34 cores=1,3,5,7
/proc/5100/task/5105/stat : 5105 (java) S 5097 5100 4289 0 -1 4202560 6442 0 0 0 272 62 0 0 20 0 19 0 2737550 9856040960 824797 33554432000 1073741824 1073778376 140737377611152 139777240492328 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5100/tid=5106] ppid=5097 vsize=9625040 CPUtime=3.09 cores=1,3,5,7
/proc/5100/task/5106/stat : 5106 (java) S 5097 5100 4289 0 -1 4202560 9572 0 0 0 248 61 0 0 20 0 19 0 2737550 9856040960 824797 33554432000 1073741824 1073778376 140737377611152 139777239439528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5100/tid=5107] ppid=5097 vsize=9625040 CPUtime=3.38 cores=1,3,5,7
/proc/5100/task/5107/stat : 5107 (java) S 5097 5100 4289 0 -1 4202560 7292 0 0 0 277 61 0 0 20 0 19 0 2737550 9856040960 824797 33554432000 1073741824 1073778376 140737377611152 139777238387752 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5100/tid=5108] ppid=5097 vsize=9625040 CPUtime=3.43 cores=1,3,5,7
/proc/5100/task/5108/stat : 5108 (java) S 5097 5100 4289 0 -1 4202560 8768 0 0 0 276 67 0 0 20 0 19 0 2737550 9856040960 824797 33554432000 1073741824 1073778376 140737377611152 139777237334952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5100/tid=5109] ppid=5097 vsize=9625040 CPUtime=3.54 cores=1,3,5,7
/proc/5100/task/5109/stat : 5109 (java) S 5097 5100 4289 0 -1 4202560 6755 0 0 0 289 65 0 0 20 0 19 0 2737550 9856040960 824797 33554432000 1073741824 1073778376 140737377611152 139777236282152 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5100/tid=5110] ppid=5097 vsize=9625040 CPUtime=3.19 cores=1,3,5,7
/proc/5100/task/5110/stat : 5110 (java) S 5097 5100 4289 0 -1 4202560 6897 0 0 0 252 67 0 0 20 0 19 0 2737550 9856040960 824797 33554432000 1073741824 1073778376 140737377611152 139777235229352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5100/tid=5111] ppid=5097 vsize=9625040 CPUtime=4.8 cores=1,3,5,7
/proc/5100/task/5111/stat : 5111 (java) S 5097 5100 4289 0 -1 4202560 4342 0 0 0 476 4 0 0 20 0 19 0 2737551 9856040960 824797 33554432000 1073741824 1073778376 140737377611152 139777104910824 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5100/tid=5112] ppid=5097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5112/stat : 5112 (java) S 5097 5100 4289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2737552 9856040960 824797 33554432000 1073741824 1073778376 140737377611152 139777103856888 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5100/tid=5113] ppid=5097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5113/stat : 5113 (java) S 5097 5100 4289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2737552 9856040960 824797 33554432000 1073741824 1073778376 140737377611152 139777102803976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5100/tid=5114] ppid=5097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5114/stat : 5114 (java) S 5097 5100 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2737554 9856040960 824797 33554432000 1073741824 1073778376 140737377611152 139777101752464 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5100/tid=5115] ppid=5097 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/5100/task/5115/stat : 5115 (java) S 5097 5100 4289 0 -1 4202560 6013 0 0 0 75 2 0 0 20 0 19 0 2737554 9856040960 824797 33554432000 1073741824 1073778376 140737377611152 139777100700600 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5100/tid=5116] ppid=5097 vsize=9625040 CPUtime=1.1 cores=1,3,5,7
/proc/5100/task/5116/stat : 5116 (java) S 5097 5100 4289 0 -1 4202560 8220 0 0 0 108 2 0 0 20 0 19 0 2737554 9856040960 824797 33554432000 1073741824 1073778376 140737377611152 139777099647800 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5100/tid=5117] ppid=5097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5117/stat : 5117 (java) S 5097 5100 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2737554 9856040960 824797 33554432000 1073741824 1073778376 140737377611152 139777098595192 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5100/tid=5118] ppid=5097 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/5100/task/5118/stat : 5118 (java) S 5097 5100 4289 0 -1 4202560 100 0 0 0 31 38 0 0 20 0 19 0 2737554 9856040960 824797 33554432000 1073741824 1073778376 140737377611152 139777097542600 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5100/tid=5184] ppid=5097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5184/stat : 5184 (java) S 5097 5100 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2742754 9856040960 824797 33554432000 1073741824 1073778376 140737377611152 139777096488104 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1743.56
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1778.1 s]
/proc/loadavg: 2.16 2.14 2.10 3/213 5228
/proc/meminfo: memFree=24652192/32872528 swapFree=242912/249044
[pid=5100] ppid=5097 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/5100/stat : 5100 (java) S 5097 5100 4289 0 -1 4202496 85914 0 1 0 179455 552 0 0 20 0 19 0 2737548 9856040960 850064 33554432000 1073741824 1073778376 140737377611152 140737377602288 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5100/statm: 2406260 850064 2301 9 0 2396937 0
[pid=5100/tid=5102] ppid=5097 vsize=9625040 CPUtime=1765.86 cores=1,3,5,7
/proc/5100/task/5102/stat : 5102 (java) R 5097 5100 4289 0 -1 4202560 3187 0 1 0 176549 37 0 0 20 0 19 0 2737549 9856040960 850064 33554432000 1073741824 1073778376 140737377611152 139777281105056 139777111243281 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5100/tid=5103] ppid=5097 vsize=9625040 CPUtime=2.79 cores=1,3,5,7
/proc/5100/task/5103/stat : 5103 (java) S 5097 5100 4289 0 -1 4202560 8782 0 0 0 224 55 0 0 20 0 19 0 2737550 9856040960 850064 33554432000 1073741824 1073778376 140737377611152 139777242597928 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5100/tid=5104] ppid=5097 vsize=9625040 CPUtime=3.42 cores=1,3,5,7
/proc/5100/task/5104/stat : 5104 (java) S 5097 5100 4289 0 -1 4202560 7987 0 0 0 280 62 0 0 20 0 19 0 2737550 9856040960 850064 33554432000 1073741824 1073778376 140737377611152 139777241545128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5100/tid=5105] ppid=5097 vsize=9625040 CPUtime=3.5 cores=1,3,5,7
/proc/5100/task/5105/stat : 5105 (java) S 5097 5100 4289 0 -1 4202560 6485 0 0 0 285 65 0 0 20 0 19 0 2737550 9856040960 850064 33554432000 1073741824 1073778376 140737377611152 139777240492328 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5100/tid=5106] ppid=5097 vsize=9625040 CPUtime=3.2 cores=1,3,5,7
/proc/5100/task/5106/stat : 5106 (java) S 5097 5100 4289 0 -1 4202560 9588 0 0 0 258 62 0 0 20 0 19 0 2737550 9856040960 850064 33554432000 1073741824 1073778376 140737377611152 139777239439528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5100/tid=5107] ppid=5097 vsize=9625040 CPUtime=3.47 cores=1,3,5,7
/proc/5100/task/5107/stat : 5107 (java) S 5097 5100 4289 0 -1 4202560 7314 0 0 0 285 62 0 0 20 0 19 0 2737550 9856040960 850064 33554432000 1073741824 1073778376 140737377611152 139777238387752 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5100/tid=5108] ppid=5097 vsize=9625040 CPUtime=3.5 cores=1,3,5,7
/proc/5100/task/5108/stat : 5108 (java) S 5097 5100 4289 0 -1 4202560 8779 0 0 0 283 67 0 0 20 0 19 0 2737550 9856040960 850064 33554432000 1073741824 1073778376 140737377611152 139777237334952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5100/tid=5109] ppid=5097 vsize=9625040 CPUtime=3.68 cores=1,3,5,7
/proc/5100/task/5109/stat : 5109 (java) S 5097 5100 4289 0 -1 4202560 6768 0 0 0 302 66 0 0 20 0 19 0 2737550 9856040960 850064 33554432000 1073741824 1073778376 140737377611152 139777236282152 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5100/tid=5110] ppid=5097 vsize=9625040 CPUtime=3.34 cores=1,3,5,7
/proc/5100/task/5110/stat : 5110 (java) S 5097 5100 4289 0 -1 4202560 6916 0 0 0 266 68 0 0 20 0 19 0 2737550 9856040960 850064 33554432000 1073741824 1073778376 140737377611152 139777235229352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5100/tid=5111] ppid=5097 vsize=9625040 CPUtime=5.12 cores=1,3,5,7
/proc/5100/task/5111/stat : 5111 (java) S 5097 5100 4289 0 -1 4202560 4512 0 0 0 508 4 0 0 20 0 19 0 2737551 9856040960 850064 33554432000 1073741824 1073778376 140737377611152 139777104910824 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5100/tid=5112] ppid=5097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5112/stat : 5112 (java) S 5097 5100 4289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2737552 9856040960 850064 33554432000 1073741824 1073778376 140737377611152 139777103856888 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5100/tid=5113] ppid=5097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5113/stat : 5113 (java) S 5097 5100 4289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2737552 9856040960 850064 33554432000 1073741824 1073778376 140737377611152 139777102803976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5100/tid=5114] ppid=5097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5114/stat : 5114 (java) S 5097 5100 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2737554 9856040960 850064 33554432000 1073741824 1073778376 140737377611152 139777101752464 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5100/tid=5115] ppid=5097 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/5100/task/5115/stat : 5115 (java) S 5097 5100 4289 0 -1 4202560 6013 0 0 0 75 2 0 0 20 0 19 0 2737554 9856040960 850064 33554432000 1073741824 1073778376 140737377611152 139777100700600 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5100/tid=5116] ppid=5097 vsize=9625040 CPUtime=1.1 cores=1,3,5,7
/proc/5100/task/5116/stat : 5116 (java) S 5097 5100 4289 0 -1 4202560 8220 0 0 0 108 2 0 0 20 0 19 0 2737554 9856040960 850064 33554432000 1073741824 1073778376 140737377611152 139777099647800 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5100/tid=5117] ppid=5097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5117/stat : 5117 (java) S 5097 5100 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2737554 9856040960 850064 33554432000 1073741824 1073778376 140737377611152 139777098595192 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5100/tid=5118] ppid=5097 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/5100/task/5118/stat : 5118 (java) S 5097 5100 4289 0 -1 4202560 104 0 0 0 33 38 0 0 20 0 19 0 2737554 9856040960 850064 33554432000 1073741824 1073778376 140737377611152 139777097542600 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5100/tid=5184] ppid=5097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5184/stat : 5184 (java) S 5097 5100 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2742754 9856040960 850064 33554432000 1073741824 1073778376 140737377611152 139777096488104 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

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

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

[startup+1778.1 s]
/proc/loadavg: 2.16 2.14 2.10 3/213 5228
/proc/meminfo: memFree=24652192/32872528 swapFree=242912/249044
[pid=5100] ppid=5097 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/5100/stat : 5100 (java) S 5097 5100 4289 0 -1 4202496 85914 0 1 0 179455 552 0 0 20 0 19 0 2737548 9856040960 850064 33554432000 1073741824 1073778376 140737377611152 140737377602288 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5100/statm: 2406260 850064 2301 9 0 2396937 0
[pid=5100/tid=5102] ppid=5097 vsize=9625040 CPUtime=1765.86 cores=1,3,5,7
/proc/5100/task/5102/stat : 5102 (java) R 5097 5100 4289 0 -1 4202560 3187 0 1 0 176549 37 0 0 20 0 19 0 2737549 9856040960 850064 33554432000 1073741824 1073778376 140737377611152 139777281105056 139777111243281 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5100/tid=5103] ppid=5097 vsize=9625040 CPUtime=2.79 cores=1,3,5,7
/proc/5100/task/5103/stat : 5103 (java) S 5097 5100 4289 0 -1 4202560 8782 0 0 0 224 55 0 0 20 0 19 0 2737550 9856040960 850064 33554432000 1073741824 1073778376 140737377611152 139777242597928 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5100/tid=5104] ppid=5097 vsize=9625040 CPUtime=3.42 cores=1,3,5,7
/proc/5100/task/5104/stat : 5104 (java) S 5097 5100 4289 0 -1 4202560 7987 0 0 0 280 62 0 0 20 0 19 0 2737550 9856040960 850064 33554432000 1073741824 1073778376 140737377611152 139777241545128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5100/tid=5105] ppid=5097 vsize=9625040 CPUtime=3.5 cores=1,3,5,7
/proc/5100/task/5105/stat : 5105 (java) S 5097 5100 4289 0 -1 4202560 6485 0 0 0 285 65 0 0 20 0 19 0 2737550 9856040960 850064 33554432000 1073741824 1073778376 140737377611152 139777240492328 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5100/tid=5106] ppid=5097 vsize=9625040 CPUtime=3.2 cores=1,3,5,7
/proc/5100/task/5106/stat : 5106 (java) S 5097 5100 4289 0 -1 4202560 9588 0 0 0 258 62 0 0 20 0 19 0 2737550 9856040960 850064 33554432000 1073741824 1073778376 140737377611152 139777239439528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5100/tid=5107] ppid=5097 vsize=9625040 CPUtime=3.47 cores=1,3,5,7
/proc/5100/task/5107/stat : 5107 (java) S 5097 5100 4289 0 -1 4202560 7314 0 0 0 285 62 0 0 20 0 19 0 2737550 9856040960 850064 33554432000 1073741824 1073778376 140737377611152 139777238387752 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5100/tid=5108] ppid=5097 vsize=9625040 CPUtime=3.5 cores=1,3,5,7
/proc/5100/task/5108/stat : 5108 (java) S 5097 5100 4289 0 -1 4202560 8779 0 0 0 283 67 0 0 20 0 19 0 2737550 9856040960 850064 33554432000 1073741824 1073778376 140737377611152 139777237334952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5100/tid=5109] ppid=5097 vsize=9625040 CPUtime=3.68 cores=1,3,5,7
/proc/5100/task/5109/stat : 5109 (java) S 5097 5100 4289 0 -1 4202560 6768 0 0 0 302 66 0 0 20 0 19 0 2737550 9856040960 850064 33554432000 1073741824 1073778376 140737377611152 139777236282152 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5100/tid=5110] ppid=5097 vsize=9625040 CPUtime=3.34 cores=1,3,5,7
/proc/5100/task/5110/stat : 5110 (java) S 5097 5100 4289 0 -1 4202560 6916 0 0 0 266 68 0 0 20 0 19 0 2737550 9856040960 850064 33554432000 1073741824 1073778376 140737377611152 139777235229352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5100/tid=5111] ppid=5097 vsize=9625040 CPUtime=5.12 cores=1,3,5,7
/proc/5100/task/5111/stat : 5111 (java) S 5097 5100 4289 0 -1 4202560 4512 0 0 0 508 4 0 0 20 0 19 0 2737551 9856040960 850064 33554432000 1073741824 1073778376 140737377611152 139777104910824 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5100/tid=5112] ppid=5097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5112/stat : 5112 (java) S 5097 5100 4289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2737552 9856040960 850064 33554432000 1073741824 1073778376 140737377611152 139777103856888 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5100/tid=5113] ppid=5097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5113/stat : 5113 (java) S 5097 5100 4289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2737552 9856040960 850064 33554432000 1073741824 1073778376 140737377611152 139777102803976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5100/tid=5114] ppid=5097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5114/stat : 5114 (java) S 5097 5100 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2737554 9856040960 850064 33554432000 1073741824 1073778376 140737377611152 139777101752464 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5100/tid=5115] ppid=5097 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/5100/task/5115/stat : 5115 (java) S 5097 5100 4289 0 -1 4202560 6013 0 0 0 75 2 0 0 20 0 19 0 2737554 9856040960 850064 33554432000 1073741824 1073778376 140737377611152 139777100700600 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5100/tid=5116] ppid=5097 vsize=9625040 CPUtime=1.1 cores=1,3,5,7
/proc/5100/task/5116/stat : 5116 (java) S 5097 5100 4289 0 -1 4202560 8220 0 0 0 108 2 0 0 20 0 19 0 2737554 9856040960 850064 33554432000 1073741824 1073778376 140737377611152 139777099647800 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5100/tid=5117] ppid=5097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5117/stat : 5117 (java) S 5097 5100 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2737554 9856040960 850064 33554432000 1073741824 1073778376 140737377611152 139777098595192 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5100/tid=5118] ppid=5097 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/5100/task/5118/stat : 5118 (java) S 5097 5100 4289 0 -1 4202560 104 0 0 0 33 38 0 0 20 0 19 0 2737554 9856040960 850064 33554432000 1073741824 1073778376 140737377611152 139777097542600 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5100/tid=5184] ppid=5097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5100/task/5184/stat : 5184 (java) S 5097 5100 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2742754 9856040960 850064 33554432000 1073741824 1073778376 140737377611152 139777096488104 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1778.13
CPU time (s): 1800.76
CPU user time (s): 1794.71
CPU system time (s): 6.05008
CPU usage (%): 101.273
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.71
system time used= 6.05008
maximum resident set size= 3983476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85962
page faults= 1
swaps= 0
block input operations= 248
block output operations= 1648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42775
involuntary context switches= 16537

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.09962 second user time and 15.2057 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-29 18:05:12
IDJOB=4117984
IDBENCH=111421
IDSOLVER=2546
FILE ID=node103/4117984-1467216312
RUNJOBID= node103-1467209106-4306
PBS_JOBID= 19997590
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-BIGINT-NLC/minlplib2-pb-0.1.0/opb/normalized-autocorr_bern55-55.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117984-1467216312/watcher-4117984-1467216312 -o /tmp/evaluation-result-4117984-1467216312/solver-4117984-1467216312 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1467209106-4306 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4117984-1467216312.opb

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

MD5SUM BENCH= 0395181bafd11622ffe28572d513f5d3
RANDOM SEED=172145737

node103.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.54
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.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.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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29981044 kB
Buffers:           89972 kB
Cached:          1219272 kB
SwapCached:            0 kB
Active:          1496120 kB
Inactive:         411720 kB
Active(anon):     601028 kB
Inactive(anon):        0 kB
Active(file):     895092 kB
Inactive(file):   411720 kB
Unevictable:      249044 kB
Mlocked:          242912 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1592 kB
Writeback:             0 kB
AnonPages:        849304 kB
Mapped:            22140 kB
Shmem:               204 kB
Slab:             602364 kB
SReclaimable:      46804 kB
SUnreclaim:       555560 kB
KernelStack:        1760 kB
PageTables:         5960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1444592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    583680 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= 71712 MiB
End job on node103 at 2016-06-29 18:34:50