Trace number 4100421

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 PB16? (TO) 1800.09 1798.04

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-A2C1S1.opb
MD5SUMf1062f0a31768badc14bf5e03feddb4c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark875.798
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables103872
Total number of constraints3312
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 constraints3312
Minimum length of a constraint31
Maximum length of a constraint725
Number of terms in the objective function 37632
Biggest coefficient in the objective function 1116
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 555552
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 555552
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4100421-1466213308.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
1.92/1.12	c ... done. Wall clock time 1.018s.
1.92/1.12	c declared #vars     103872
1.92/1.12	c #constraints  4560
1.92/1.12	c constraints type 
1.92/1.12	c org.sat4j.minisat.constraints.card.MinWatchCard => 742
1.92/1.12	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3818
1.92/1.12	c 4560 constraints processed.
1.92/1.12	c objective function length is 37632 literals
3.20/1.90	c cleaning 2499 clauses out of 5001 with flag 11911/5005
4.77/3.48	c cleaning 4231 clauses out of 8496 with flag 28796/11000
6.76/5.45	c cleaning 5618 clauses out of 11264 with flag 51656/18005
9.07/7.74	c cleaning 6809 clauses out of 13642 with flag 82023/26001
11.57/10.21	c cleaning 7883 clauses out of 15834 with flag 124868/35002
13.97/12.66	c cleaning 8945 clauses out of 17949 with flag 173016/45000
17.17/15.89	c cleaning 9973 clauses out of 20005 with flag 226234/56001
19.67/18.39	c cleaning 11014 clauses out of 22030 with flag 273611/68001
23.27/21.96	c cleaning 11995 clauses out of 24014 with flag 344562/81000
26.87/25.54	c cleaning 13009 clauses out of 26018 with flag 420479/95000
29.98/28.65	c cleaning 13980 clauses out of 28006 with flag 483171/110000
33.77/32.47	c cleaning 14983 clauses out of 30026 with flag 548142/126000
38.27/36.94	c cleaning 16019 clauses out of 32043 with flag 613544/143000
41.97/40.64	c cleaning 17011 clauses out of 34025 with flag 668208/161003
45.17/43.83	c cleaning 17990 clauses out of 35999 with flag 735127/180000
50.99/49.63	c cleaning 18987 clauses out of 38013 with flag 829065/200004
56.18/54.81	c cleaning 19996 clauses out of 40022 with flag 905528/221000
60.68/59.36	c cleaning 20994 clauses out of 42026 with flag 987541/243000
65.98/64.62	c cleaning 22006 clauses out of 44032 with flag 1092232/266000
70.68/69.38	c cleaning 22997 clauses out of 46026 with flag 1188513/290000
76.97/75.64	c cleaning 23981 clauses out of 48028 with flag 1292561/315000
83.17/81.82	c cleaning 25022 clauses out of 50047 with flag 1376877/341000
89.27/87.91	c cleaning 26008 clauses out of 52025 with flag 1464109/368000
96.97/95.63	c cleaning 27001 clauses out of 54017 with flag 1644421/396000
103.57/102.28	c cleaning 27993 clauses out of 56016 with flag 1746483/425000
110.38/109.03	c cleaning 28997 clauses out of 58023 with flag 1849567/455001
117.98/116.69	c cleaning 29987 clauses out of 60023 with flag 1952154/486000
125.07/123.76	c cleaning 30978 clauses out of 62036 with flag 2051562/518000
130.97/129.64	c cleaning 32013 clauses out of 64058 with flag 2151060/551000
139.17/137.80	c cleaning 33019 clauses out of 66045 with flag 2256695/585000
147.37/146.02	c cleaning 34007 clauses out of 68026 with flag 2362112/620000
154.97/153.69	c cleaning 35000 clauses out of 70019 with flag 2472663/656000
161.97/160.69	c cleaning 35995 clauses out of 72021 with flag 2590329/693002
169.68/168.39	c cleaning 36981 clauses out of 74025 with flag 2705436/731002
178.48/177.13	c cleaning 38007 clauses out of 76047 with flag 2826646/770005
188.77/187.44	c cleaning 38995 clauses out of 78035 with flag 2958720/810000
198.67/197.31	c cleaning 40001 clauses out of 80042 with flag 3113532/851002
207.87/206.55	c cleaning 41000 clauses out of 82041 with flag 3264244/893002
217.58/216.20	c cleaning 42005 clauses out of 84042 with flag 3415227/936003
227.47/226.12	c cleaning 43008 clauses out of 86034 with flag 3568962/980000
237.99/236.68	c cleaning 43977 clauses out of 88029 with flag 3720155/1025003
248.48/247.17	c cleaning 45009 clauses out of 90051 with flag 3881123/1071002
261.32/259.87	c cleaning 46004 clauses out of 92040 with flag 4045702/1118000
273.62/272.14	c cleaning 47001 clauses out of 94036 with flag 4199320/1166000
286.31/284.90	c cleaning 48004 clauses out of 96036 with flag 4368166/1215002
296.70/295.27	c cleaning 49011 clauses out of 98031 with flag 4516733/1265002
309.90/308.45	c cleaning 50007 clauses out of 100017 with flag 4644646/1316000
321.60/320.18	c cleaning 51003 clauses out of 102010 with flag 4769002/1368000
329.99/328.53	c cleaning 51990 clauses out of 103995 with flag 4913560/1421000
345.69/344.29	c cleaning 52995 clauses out of 106005 with flag 5079517/1475000
361.39/359.91	c cleaning 53996 clauses out of 108009 with flag 5269169/1530000
379.29/377.88	c cleaning 54981 clauses out of 110014 with flag 5445833/1586001
393.29/391.89	c cleaning 55987 clauses out of 112032 with flag 5629101/1643000
410.88/409.45	c cleaning 57010 clauses out of 114039 with flag 5818542/1701000
430.50/429.02	c cleaning 58007 clauses out of 116029 with flag 6011855/1760000
450.40/448.98	c cleaning 59005 clauses out of 118021 with flag 6204661/1820000
464.79/463.38	c cleaning 60008 clauses out of 120020 with flag 6429809/1881005
481.28/479.82	c cleaning 60990 clauses out of 122011 with flag 6640545/1943004
499.18/497.78	c cleaning 61986 clauses out of 124017 with flag 6852326/2006000
517.08/515.69	c cleaning 62999 clauses out of 126031 with flag 7079019/2070000
531.58/530.16	c cleaning 64010 clauses out of 128026 with flag 7274045/2135001
543.48/542.09	c cleaning 64996 clauses out of 129994 with flag 7464714/2201000
561.07/559.63	c cleaning 65978 clauses out of 131997 with flag 7684273/2268000
576.69/575.28	c cleaning 66984 clauses out of 134019 with flag 7935435/2336000
593.78/592.38	c cleaning 68006 clauses out of 136029 with flag 8084264/2405000
609.28/607.84	c cleaning 68996 clauses out of 138019 with flag 8264662/2475000
627.58/625.87	c cleaning 69976 clauses out of 139999 with flag 8498236/2546003
647.17/645.43	c cleaning 70996 clauses out of 142020 with flag 8797976/2618000
664.57/662.84	c cleaning 71993 clauses out of 144026 with flag 9044453/2691002
682.86/681.18	c cleaning 73000 clauses out of 146035 with flag 9306813/2765004
699.36/697.61	c cleaning 74010 clauses out of 148030 with flag 9563421/2840000
720.07/718.35	c cleaning 75009 clauses out of 150020 with flag 9817908/2916000
740.46/738.75	c cleaning 75995 clauses out of 152011 with flag 10064585/2993000
756.06/754.33	c cleaning 76987 clauses out of 154013 with flag 10317489/3071001
775.75/774.01	c cleaning 77987 clauses out of 156027 with flag 10587764/3150002
794.55/792.83	c cleaning 79011 clauses out of 158038 with flag 10871842/3230000
824.05/822.34	c cleaning 80005 clauses out of 160022 with flag 11155272/3311000
845.15/843.42	c cleaning 80989 clauses out of 162017 with flag 11451517/3393000
864.04/862.37	c cleaning 82007 clauses out of 164030 with flag 11755559/3476002
885.93/884.21	c cleaning 82984 clauses out of 166021 with flag 12043591/3560000
908.94/907.27	c cleaning 83979 clauses out of 168037 with flag 12363788/3645000
934.13/932.45	c cleaning 85016 clauses out of 170056 with flag 12680929/3731000
957.42/955.72	c cleaning 85999 clauses out of 172040 with flag 12973680/3818000
980.52/978.89	c cleaning 86999 clauses out of 174044 with flag 13328768/3906003
1004.43/1002.78	c cleaning 87992 clauses out of 176042 with flag 13639111/3995000
1025.42/1023.79	c cleaning 89009 clauses out of 178050 with flag 13948608/4085000
1054.01/1052.36	c cleaning 90016 clauses out of 180041 with flag 14292820/4176000
1079.91/1078.27	c cleaning 91002 clauses out of 182028 with flag 14631888/4268003
1102.31/1100.69	c cleaning 91999 clauses out of 184023 with flag 14958731/4361000
1116.70/1115.02	c cleaning 93004 clauses out of 186023 with flag 15248975/4455001
1150.90/1149.24	c cleaning 94006 clauses out of 188017 with flag 15602585/4550002
1172.10/1170.46	c cleaning 94993 clauses out of 190012 with flag 15928947/4646003
1195.21/1193.54	c cleaning 96000 clauses out of 192016 with flag 16262594/4743000
1219.79/1218.16	c cleaning 97006 clauses out of 194017 with flag 16626570/4841001
1244.79/1243.11	c cleaning 97975 clauses out of 196010 with flag 16961153/4940000
1270.68/1269.01	c cleaning 98989 clauses out of 198035 with flag 17348765/5040000
1295.39/1293.78	c cleaning 100021 clauses out of 200049 with flag 17712255/5141003
1319.78/1318.12	c cleaning 100987 clauses out of 202027 with flag 18058182/5243002
1346.64/1344.52	c cleaning 101998 clauses out of 204038 with flag 18420596/5346000
1373.73/1371.61	c cleaning 103012 clauses out of 206040 with flag 18811188/5450000
1399.72/1397.68	c cleaning 103997 clauses out of 208030 with flag 19182232/5555003
1427.33/1425.28	c cleaning 104988 clauses out of 210032 with flag 19553867/5661002
1453.42/1451.40	c cleaning 105981 clauses out of 212042 with flag 19960741/5768000
1482.41/1480.32	c cleaning 107009 clauses out of 214060 with flag 20332960/5876000
1511.31/1509.29	c cleaning 108000 clauses out of 216051 with flag 20699920/5985000
1540.71/1538.62	c cleaning 109016 clauses out of 218053 with flag 21107529/6095002
1569.71/1567.65	c cleaning 110004 clauses out of 220036 with flag 21506019/6206001
1600.00/1597.94	c cleaning 110992 clauses out of 222031 with flag 21900006/6318000
1631.00/1628.93	c cleaning 112007 clauses out of 224040 with flag 22323563/6431001
1661.59/1659.53	c cleaning 112975 clauses out of 226033 with flag 22732698/6545001
1689.69/1687.63	c cleaning 114016 clauses out of 228057 with flag 23140319/6660000
1722.78/1720.75	c cleaning 115018 clauses out of 230045 with flag 23547708/6776004
1755.18/1753.15	c cleaning 115993 clauses out of 232023 with flag 23978725/6893000
1788.68/1786.61	c cleaning 116997 clauses out of 234030 with flag 24431595/7011000
1800.09/1798.00	c starts		: 11744
1800.09/1798.00	c conflicts		: 7059333
1800.09/1798.00	c decisions		: 30265395
1800.09/1798.00	c propagations		: 909524026
1800.09/1798.00	c inspects		: 17904649624
1800.09/1798.00	c shortcuts		: 0
1800.09/1798.00	c learnt literals	: 146
1800.09/1798.00	c learnt binary clauses	: 582
1800.09/1798.00	c learnt ternary clauses	: 746
1800.09/1798.00	c learnt constraints	: 7059187
1800.09/1798.00	c ignored constraints	: 0
1800.09/1798.00	c root simplifications	: 0
1800.09/1798.00	c removed literals (reason simplification)	: 0
1800.09/1798.00	c reason swapping (by a shorter reason)	: 0
1800.09/1798.00	c Calls to reduceDB	: 114
1800.09/1798.00	c Number of update (reduction) of LBD	: 2066438
1800.09/1798.00	c Imported unit clauses	: 0
1800.09/1798.00	c number of reductions to clauses (during analyze)	: 0
1800.09/1798.00	c number of learned constraints concerned by reduction	: 0
1800.09/1798.00	c number of learning phase by resolution	: 0
1800.09/1798.00	c number of learning phase by cutting planes	: 0
1800.09/1798.00	c speed (assignments/second)	: 506196.4323977157
1800.09/1798.00	c non guided choices	2486329
1800.09/1798.00	c timeout
1800.09/1798.03	c learnt constraints type 
1800.09/1798.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 582
1800.09/1798.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 164785
1800.09/1798.03	s UNKNOWN
1800.09/1798.03	c Total wall clock time (in seconds): 1797.924

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-4100421-1466213308/watcher-4100421-1466213308 -o /tmp/evaluation-result-4100421-1466213308/solver-4100421-1466213308 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466206058-4534 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4100421-1466213308.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.36 2.45 2.35 2/196 7422
/proc/meminfo: memFree=29871520/32872528 swapFree=1482636/1662508
[pid=7422] ppid=7419 vsize=96272 CPUtime=0 cores=0,2,4,6
/proc/7422/stat : 7422 (java) S 7419 7422 4518 0 -1 4202496 1360 0 0 0 0 0 0 0 20 0 2 0 23377199 98582528 983 33554432000 1073741824 1073778376 140736337034960 140736337026096 273909055549 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7422/statm: 24068 983 749 9 0 16774 0
[pid=7422/tid=7423] ppid=7419 vsize=96272 CPUtime=0 cores=0,2,4,6
/proc/7422/task/7423/stat : 7423 (java) R 7419 7422 4518 0 -1 4202560 137 0 0 0 0 0 0 0 20 0 2 0 23377200 98582528 984 33554432000 1073741824 1073778376 140736337034960 140636917890600 273905698205 0 0 0 16784584 0 0 0 -1 0 0 0 0 0 0

[startup+0.100114 s]
/proc/loadavg: 2.36 2.45 2.35 2/196 7422
/proc/meminfo: memFree=29871520/32872528 swapFree=1482636/1662508
[pid=7422] ppid=7419 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/7422/stat : 7422 (java) S 7419 7422 4518 0 -1 4202496 4414 0 1 0 8 2 0 0 20 0 18 0 23377199 9787879424 6051 33554432000 1073741824 1073778376 140736337034960 140736337026096 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7422/statm: 2389619 6051 2140 9 0 2380296 0
[pid=7422/tid=7423] ppid=7419 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/7422/task/7423/stat : 7423 (java) R 7419 7422 4518 0 -1 4202560 2378 0 1 0 6 2 0 0 20 0 18 0 23377200 9787879424 6051 33554432000 1073741824 1073778376 140736337034960 140636917894048 273909081357 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200319 s]
/proc/loadavg: 2.36 2.45 2.35 2/196 7422
/proc/meminfo: memFree=29871520/32872528 swapFree=1482636/1662508
[pid=7422] ppid=7419 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/7422/stat : 7422 (java) S 7419 7422 4518 0 -1 4202496 5024 0 1 0 28 2 0 0 20 0 18 0 23377199 9787879424 7407 33554432000 1073741824 1073778376 140736337034960 140736337026096 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7422/statm: 2389619 7407 2220 9 0 2380296 0
[pid=7422/tid=7423] ppid=7419 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/7422/task/7423/stat : 7423 (java) R 7419 7422 4518 0 -1 4202560 2396 0 1 0 16 2 0 0 20 0 18 0 23377200 9787879424 7407 33554432000 1073741824 1073778376 140736337034960 140636917894048 140636774820295 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300318 s]
/proc/loadavg: 2.36 2.45 2.35 2/196 7422
/proc/meminfo: memFree=29871520/32872528 swapFree=1482636/1662508
[pid=7422] ppid=7419 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/7422/stat : 7422 (java) S 7419 7422 4518 0 -1 4202496 5533 0 1 0 46 3 0 0 20 0 18 0 23377199 9787879424 12152 33554432000 1073741824 1073778376 140736337034960 140736337026096 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7422/statm: 2389619 12152 2231 9 0 2380296 0
[pid=7422/tid=7423] ppid=7419 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/7422/task/7423/stat : 7423 (java) R 7419 7422 4518 0 -1 4202560 2408 0 1 0 25 2 0 0 20 0 18 0 23377200 9787879424 12152 33554432000 1073741824 1073778376 140736337034960 140636917894048 140636774825070 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700276 s]
/proc/loadavg: 2.36 2.45 2.35 2/196 7422
/proc/meminfo: memFree=29871520/32872528 swapFree=1482636/1662508
[pid=7422] ppid=7419 vsize=9558476 CPUtime=1.24 cores=0,2,4,6
/proc/7422/stat : 7422 (java) S 7419 7422 4518 0 -1 4202496 10092 0 1 0 115 9 0 0 20 0 18 0 23377199 9787879424 46321 33554432000 1073741824 1073778376 140736337034960 140736337026096 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7422/statm: 2389619 46321 2262 9 0 2380296 0
[pid=7422/tid=7423] ppid=7419 vsize=9558476 CPUtime=0.64 cores=0,2,4,6
/proc/7422/task/7423/stat : 7423 (java) R 7419 7422 4518 0 -1 4202560 2463 0 1 0 60 4 0 0 20 0 18 0 23377200 9787879424 46321 33554432000 1073741824 1073778376 140736337034960 140636917894552 140636774841133 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 9558476

[startup+1.50076 s]
/proc/loadavg: 2.36 2.45 2.35 9/214 7440
/proc/meminfo: memFree=29511996/32872528 swapFree=1482636/1662508
[pid=7422] ppid=7419 vsize=9625040 CPUtime=2.76 cores=0,2,4,6
/proc/7422/stat : 7422 (java) S 7419 7422 4518 0 -1 4202496 13461 0 1 0 259 17 0 0 20 0 19 0 23377199 9856040960 92864 33554432000 1073741824 1073778376 140736337034960 140736337026096 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7422/statm: 2406260 92864 2274 9 0 2396937 0
[pid=7422/tid=7423] ppid=7419 vsize=9625040 CPUtime=1.33 cores=0,2,4,6
/proc/7422/task/7423/stat : 7423 (java) R 7419 7422 4518 0 -1 4202560 2529 0 1 0 127 6 0 0 20 0 19 0 23377200 9856040960 92864 33554432000 1073741824 1073778376 140736337034960 140636917895704 140636775534724 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7422/tid=7425] ppid=7419 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/7422/task/7425/stat : 7425 (java) S 7419 7422 4518 0 -1 4202560 31 0 0 0 5 0 0 0 20 0 19 0 23377200 9856040960 92864 33554432000 1073741824 1073778376 140736337034960 140636895996200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7422/tid=7426] ppid=7419 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/7422/task/7426/stat : 7426 (java) S 7419 7422 4518 0 -1 4202560 144 0 0 0 3 0 0 0 20 0 19 0 23377200 9856040960 92864 33554432000 1073741824 1073778376 140736337034960 140636894943400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7422/tid=7427] ppid=7419 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/7422/task/7427/stat : 7427 (java) S 7419 7422 4518 0 -1 4202560 146 0 0 0 4 1 0 0 20 0 19 0 23377200 9856040960 92864 33554432000 1073741824 1073778376 140736337034960 140636893891112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7422/tid=7428] ppid=7419 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/7422/task/7428/stat : 7428 (java) S 7419 7422 4518 0 -1 4202560 39 0 0 0 3 2 0 0 20 0 19 0 23377200 9856040960 92864 33554432000 1073741824 1073778376 140736337034960 140636556618152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7422/tid=7429] ppid=7419 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/7422/task/7429/stat : 7429 (java) S 7419 7422 4518 0 -1 4202560 45 0 0 0 4 2 0 0 20 0 19 0 23377200 9856040960 92864 33554432000 1073741824 1073778376 140736337034960 140636555565864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7422/tid=7430] ppid=7419 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/7422/task/7430/stat : 7430 (java) S 7419 7422 4518 0 -1 4202560 30 0 0 0 4 0 0 0 20 0 19 0 23377200 9856040960 92864 33554432000 1073741824 1073778376 140736337034960 140636554513064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7422/tid=7431] ppid=7419 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/7422/task/7431/stat : 7431 (java) S 7419 7422 4518 0 -1 4202560 169 0 0 0 4 2 0 0 20 0 19 0 23377200 9856040960 92864 33554432000 1073741824 1073778376 140736337034960 140636553460776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7422/tid=7432] ppid=7419 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/7422/task/7432/stat : 7432 (java) S 7419 7422 4518 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 19 0 23377200 9856040960 92864 33554432000 1073741824 1073778376 140736337034960 140636552407976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7422/tid=7433] ppid=7419 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7422/task/7433/stat : 7433 (java) S 7419 7422 4518 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 23377202 9856040960 92864 33554432000 1073741824 1073778376 140736337034960 140636540209384 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7422/tid=7434] ppid=7419 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7422/task/7434/stat : 7434 (java) S 7419 7422 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23377202 9856040960 92864 33554432000 1073741824 1073778376 140736337034960 140636539155448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7422/tid=7435] ppid=7419 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7422/task/7435/stat : 7435 (java) S 7419 7422 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23377202 9856040960 92864 33554432000 1073741824 1073778376 140736337034960 140636538103048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7422/tid=7436] ppid=7419 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7422/task/7436/stat : 7436 (java) S 7419 7422 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23377204 9856040960 92864 33554432000 1073741824 1073778376 140736337034960 140636537051536 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7422/tid=7437] ppid=7419 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/7422/task/7437/stat : 7437 (java) S 7419 7422 4518 0 -1 4202560 4432 0 0 0 46 0 0 0 20 0 19 0 23377204 9856040960 92864 33554432000 1073741824 1073778376 140736337034960 140636535999160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7422/tid=7438] ppid=7419 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/7422/task/7438/stat : 7438 (java) S 7419 7422 4518 0 -1 4202560 4415 0 0 0 44 0 0 0 20 0 19 0 23377204 9856040960 92864 33554432000 1073741824 1073778376 140736337034960 140636534946360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7422/tid=7439] ppid=7419 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7422/task/7439/stat : 7439 (java) S 7419 7422 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23377204 9856040960 92864 33554432000 1073741824 1073778376 140736337034960 140636533894264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7422/tid=7440] ppid=7419 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7422/task/7440/stat : 7440 (java) S 7419 7422 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23377204 9856040960 92864 33554432000 1073741824 1073778376 140736337034960 140636532841672 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.36 2.45 2.35 3/215 7441
/proc/meminfo: memFree=29507336/32872528 swapFree=1482636/1662508
[pid=7422] ppid=7419 vsize=9625040 CPUtime=4.43 cores=0,2,4,6
/proc/7422/stat : 7422 (java) S 7419 7422 4518 0 -1 4202496 13467 0 1 0 426 17 0 0 20 0 19 0 23377199 9856040960 92868 33554432000 1073741824 1073778376 140736337034960 140736337026096 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7422/statm: 2406260 92868 2278 9 0 2396937 0
[pid=7422/tid=7423] ppid=7419 vsize=9625040 CPUtime=2.92 cores=0,2,4,6
/proc/7422/task/7423/stat : 7423 (java) R 7419 7422 4518 0 -1 4202560 2530 0 1 0 286 6 0 0 20 0 19 0 23377200 9856040960 92868 33554432000 1073741824 1073778376 140736337034960 140636917895080 140636775507581 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7422/tid=7425] ppid=7419 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/7422/task/7425/stat : 7425 (java) S 7419 7422 4518 0 -1 4202560 31 0 0 0 5 0 0 0 20 0 19 0 23377200 9856040960 92868 33554432000 1073741824 1073778376 140736337034960 140636895996200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7422/tid=7426] ppid=7419 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/7422/task/7426/stat : 7426 (java) S 7419 7422 4518 0 -1 4202560 144 0 0 0 3 0 0 0 20 0 19 0 23377200 9856040960 92868 33554432000 1073741824 1073778376 140736337034960 140636894943400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7422/tid=7427] ppid=7419 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/7422/task/7427/stat : 7427 (java) S 7419 7422 4518 0 -1 4202560 146 0 0 0 4 1 0 0 20 0 19 0 23377200 9856040960 92868 33554432000 1073741824 1073778376 140736337034960 140636893891112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7422/tid=7428] ppid=7419 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/7422/task/7428/stat : 7428 (java) S 7419 7422 4518 0 -1 4202560 39 0 0 0 3 2 0 0 20 0 19 0 23377200 9856040960 92868 33554432000 1073741824 1073778376 140736337034960 140636556618152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7422/tid=7429] ppid=7419 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/7422/task/7429/stat : 7429 (java) S 7419 7422 4518 0 -1 4202560 45 0 0 0 4 2 0 0 20 0 19 0 23377200 9856040960 92868 33554432000 1073741824 1073778376 140736337034960 140636555565864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7422/tid=7430] ppid=7419 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/7422/task/7430/stat : 7430 (java) S 7419 7422 4518 0 -1 4202560 30 0 0 0 4 0 0 0 20 0 19 0 23377200 9856040960 92868 33554432000 1073741824 1073778376 140736337034960 140636554513064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7422/tid=7431] ppid=7419 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/7422/task/7431/stat : 7431 (java) S 7419 7422 4518 0 -1 4202560 169 0 0 0 4 2 0 0 20 0 19 0 23377200 9856040960 92868 33554432000 1073741824 1073778376 140736337034960 140636553460776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7422/tid=7432] ppid=7419 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/7422/task/7432/stat : 7432 (java) S 7419 7422 4518 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 19 0 23377200 9856040960 92868 33554432000 1073741824 1073778376 140736337034960 140636552407976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7422/tid=7433] ppid=7419 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7422/task/7433/stat : 7433 (java) S 7419 7422 4518 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 23377202 9856040960 92868 33554432000 1073741824 1073778376 140736337034960 140636540209384 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7422/tid=7434] ppid=7419 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7422/task/7434/stat : 7434 (java) S 7419 7422 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23377202 9856040960 92868 33554432000 1073741824 1073778376 140736337034960 140636539155448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7422/tid=7435] ppid=7419 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7422/task/7435/stat : 7435 (java) S 7419 7422 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23377202 9856040960 92868 33554432000 1073741824 1073778376 140736337034960 140636538103048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7422/tid=7436] ppid=7419 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7422/task/7436/stat : 7436 (java) S 7419 7422 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23377204 9856040960 92868 33554432000 1073741824 1073778376 140736337034960 140636537051536 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7422/tid=7437] ppid=7419 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/7422/task/7437/stat : 7437 (java) S 7419 7422 4518 0 -1 4202560 4433 0 0 0 48 0 0 0 20 0 19 0 23377204 9856040960 92868 33554432000 1073741824 1073778376 140736337034960 140636535999160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7422/tid=7438] ppid=7419 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/7422/task/7438/stat : 7438 (java) S 7419 7422 4518 0 -1 4202560 4419 0 0 0 50 0 0 0 20 0 19 0 23377204 9856040960 92868 33554432000 1073741824 1073778376 140736337034960 140636534946360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7422/tid=7439] ppid=7419 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7422/task/7439/stat : 7439 (java) S 7419 7422 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23377204 9856040960 92868 33554432000 1073741824 1073778376 140736337034960 140636533894264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7422/tid=7440] ppid=7419 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7422/task/7440/stat : 7440 (java) S 7419 7422 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23377204 9856040960 92868 33554432000 1073741824 1073778376 140736337034960 140636532841672 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7422/tid=7441] ppid=7419 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7422/task/7441/stat : 7441 (java) S 7419 7422 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23377322 9856040960 92868 33554432000 1073741824 1073778376 140736337034960 140636531688360 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.43
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.41 2.46 2.36 3/215 7441
/proc/meminfo: memFree=29507120/32872528 swapFree=1482636/1662508
[pid=7422] ppid=7419 vsize=9625040 CPUtime=7.66 cores=0,2,4,6
/proc/7422/stat : 7422 (java) S 7419 7422 4518 0 -1 4202496 13469 0 1 0 749 17 0 0 20 0 19 0 23377199 9856040960 92860 33554432000 1073741824 1073778376 140736337034960 140736337026096 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7422/statm: 2406260 92860 2278 9 0 2396937 0
[pid=7422/tid=7423] ppid=7419 vsize=9625040 CPUtime=6.1 cores=0,2,4,6
/proc/7422/task/7423/stat : 7423 (java) R 7419 7422 4518 0 -1 4202560 2532 0 1 0 604 6 0 0 20 0 19 0 23377200 9856040960 92860 33554432000 1073741824 1073778376 140736337034960 140636917895592 140636775508472 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7422/tid=7425] ppid=7419 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/7422/task/7425/stat : 7425 (java) S 7419 7422 4518 0 -1 4202560 31 0 0 0 5 0 0 0 20 0 19 0 23377200 9856040960 92860 33554432000 1073741824 1073778376 140736337034960 140636895996200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7422/tid=7426] ppid=7419 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/7422/task/7426/stat : 7426 (java) S 7419 7422 4518 0 -1 4202560 144 0 0 0 3 0 0 0 20 0 19 0 23377200 9856040960 92860 33554432000 1073741824 1073778376 140736337034960 140636894943400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7422/tid=7427] ppid=7419 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/7422/task/7427/stat : 7427 (java) S 7419 7422 4518 0 -1 4202560 146 0 0 0 4 1 0 0 20 0 19 0 23377200 9856040960 92860 33554432000 1073741824 1073778376 140736337034960 140636893891112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7422/tid=7428] ppid=7419 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/7422/task/7428/stat : 7428 (java) S 7419 7422 4518 0 -1 4202560 39 0 0 0 3 2 0 0 20 0 19 0 23377200 9856040960 92860 33554432000 1073741824 1073778376 140736337034960 140636556618152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7422/tid=7429] ppid=7419 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/7422/task/7429/stat : 7429 (java) S 7419 7422 4518 0 -1 4202560 45 0 0 0 4 2 0 0 20 0 19 0 23377200 9856040960 92860 33554432000 1073741824 1073778376 140736337034960 140636555565864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7422/tid=7430] ppid=7419 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/7422/task/7430/stat : 7430 (java) S 7419 7422 4518 0 -1 4202560 30 0 0 0 4 0 0 0 20 0 19 0 23377200 9856040960 92860 33554432000 1073741824 1073778376 140736337034960 140636554513064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7422/tid=7431] ppid=7419 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/7422/task/7431/stat : 7431 (java) S 7419 7422 4518 0 -1 4202560 169 0 0 0 4 2 0 0 20 0 19 0 23377200 9856040960 92860 33554432000 1073741824 1073778376 140736337034960 140636553460776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7422/tid=7432] ppid=7419 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/7422/task/7432/stat : 7432 (java) S 7419 7422 4518 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 19 0 23377200 9856040960 92860 33554432000 1073741824 1073778376 140736337034960 140636552407976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7422/tid=7433] ppid=7419 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7422/task/7433/stat : 7433 (java) S 7419 7422 4518 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 23377202 9856040960 92860 33554432000 1073741824 1073778376 140736337034960 140636540209384 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7422/tid=7434] ppid=7419 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7422/task/7434/stat : 7434 (java) S 7419 7422 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23377202 9856040960 92860 33554432000 1073741824 1073778376 140736337034960 140636539155448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7422/tid=7435] ppid=7419 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7422/task/7435/stat : 7435 (java) S 7419 7422 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23377202 9856040960 92860 33554432000 1073741824 1073778376 140736337034960 140636538103048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7422/tid=7436] ppid=7419 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7422/task/7436/stat : 7436 (java) S 7419 7422 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23377204 9856040960 92860 33554432000 1073741824 1073778376 140736337034960 140636537051536 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7422/tid=7437] ppid=7419 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/7422/task/7437/stat : 7437 (java) S 7419 7422 4518 0 -1 4202560 4433 0 0 0 50 0 0 0 20 0 19 0 23377204 9856040960 92860 33554432000 1073741824 1073778376 140736337034960 140636535999160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7422/tid=7438] ppid=7419 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/7422/task/7438/stat : 7438 (java) S 7419 7422 4518 0 -1 4202560 4419 0 0 0 52 0 0 0 20 0 19 0 23377204 9856040960 92860 33554432000 1073741824 1073778376 140736337034960 140636534946360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7422/tid=7439] ppid=7419 vsize=9625040 CPUtime=0 cores=0,2,4,6

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

[pid=7422/tid=7441] ppid=7419 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7422/task/7441/stat : 7441 (java) S 7419 7422 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23377322 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636531688360 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1664.39
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.22 2.23 2.25 3/215 7485
/proc/meminfo: memFree=28097552/32872528 swapFree=1482636/1662508
[pid=7422] ppid=7419 vsize=9625040 CPUtime=1724.38 cores=0,2,4,6
/proc/7422/stat : 7422 (java) S 7419 7422 4518 0 -1 4202496 16836 0 1 0 172352 86 0 0 20 0 19 0 23377199 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140736337026096 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7422/statm: 2406260 342916 2279 9 0 2396937 0
[pid=7422/tid=7423] ppid=7419 vsize=9625040 CPUtime=1717.12 cores=0,2,4,6
/proc/7422/task/7423/stat : 7423 (java) R 7419 7422 4518 0 -1 4202560 3493 0 1 0 171668 44 0 0 20 0 19 0 23377200 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636917886656 140636775508832 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7422/tid=7425] ppid=7419 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/7422/task/7425/stat : 7425 (java) S 7419 7422 4518 0 -1 4202560 301 0 0 0 13 6 0 0 20 0 19 0 23377200 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636895996200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7422/tid=7426] ppid=7419 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/7422/task/7426/stat : 7426 (java) S 7419 7422 4518 0 -1 4202560 428 0 0 0 15 8 0 0 20 0 19 0 23377200 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636894943400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7422/tid=7427] ppid=7419 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/7422/task/7427/stat : 7427 (java) S 7419 7422 4518 0 -1 4202560 271 0 0 0 10 5 0 0 20 0 19 0 23377200 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636893891112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7422/tid=7428] ppid=7419 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/7422/task/7428/stat : 7428 (java) S 7419 7422 4518 0 -1 4202560 337 0 0 0 13 7 0 0 20 0 19 0 23377200 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636556618152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7422/tid=7429] ppid=7419 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/7422/task/7429/stat : 7429 (java) S 7419 7422 4518 0 -1 4202560 147 0 0 0 13 6 0 0 20 0 19 0 23377200 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636555565864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7422/tid=7430] ppid=7419 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/7422/task/7430/stat : 7430 (java) S 7419 7422 4518 0 -1 4202560 131 0 0 0 12 6 0 0 20 0 19 0 23377200 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636554513064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7422/tid=7431] ppid=7419 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/7422/task/7431/stat : 7431 (java) S 7419 7422 4518 0 -1 4202560 307 0 0 0 17 7 0 0 20 0 19 0 23377200 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636553460776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7422/tid=7432] ppid=7419 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/7422/task/7432/stat : 7432 (java) S 7419 7422 4518 0 -1 4202560 152 0 0 0 11 7 0 0 20 0 19 0 23377200 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636552407976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7422/tid=7433] ppid=7419 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7422/task/7433/stat : 7433 (java) S 7419 7422 4518 0 -1 4202560 1046 0 0 0 1 0 0 0 20 0 19 0 23377202 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636540209384 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7422/tid=7434] ppid=7419 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7422/task/7434/stat : 7434 (java) S 7419 7422 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23377202 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636539155448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7422/tid=7435] ppid=7419 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7422/task/7435/stat : 7435 (java) S 7419 7422 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23377202 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636538103048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7422/tid=7436] ppid=7419 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7422/task/7436/stat : 7436 (java) S 7419 7422 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23377204 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636537051536 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7422/tid=7437] ppid=7419 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/7422/task/7437/stat : 7437 (java) S 7419 7422 4518 0 -1 4202560 4447 0 0 0 54 0 0 0 20 0 19 0 23377204 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636535999160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7422/tid=7438] ppid=7419 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/7422/task/7438/stat : 7438 (java) S 7419 7422 4518 0 -1 4202560 4419 0 0 0 52 0 0 0 20 0 19 0 23377204 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636534946360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7422/tid=7439] ppid=7419 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7422/task/7439/stat : 7439 (java) S 7419 7422 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23377204 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636533894264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7422/tid=7440] ppid=7419 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/7422/task/7440/stat : 7440 (java) S 7419 7422 4518 0 -1 4202560 99 0 0 0 10 17 0 0 20 0 19 0 23377204 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636532841672 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7422/tid=7441] ppid=7419 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7422/task/7441/stat : 7441 (java) S 7419 7422 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23377322 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636531688360 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1724.38
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.19 2.22 2.24 3/215 7552
/proc/meminfo: memFree=28386008/32872528 swapFree=1482636/1662508
[pid=7422] ppid=7419 vsize=9625040 CPUtime=1784.38 cores=0,2,4,6
/proc/7422/stat : 7422 (java) S 7419 7422 4518 0 -1 4202496 16842 0 1 0 178352 86 0 0 20 0 19 0 23377199 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140736337026096 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7422/statm: 2406260 342916 2279 9 0 2396937 0
[pid=7422/tid=7423] ppid=7419 vsize=9625040 CPUtime=1776.96 cores=0,2,4,6
/proc/7422/task/7423/stat : 7423 (java) R 7419 7422 4518 0 -1 4202560 3493 0 1 0 177651 45 0 0 20 0 19 0 23377200 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636917886656 140636774793109 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7422/tid=7425] ppid=7419 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/7422/task/7425/stat : 7425 (java) S 7419 7422 4518 0 -1 4202560 301 0 0 0 13 6 0 0 20 0 19 0 23377200 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636895996200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7422/tid=7426] ppid=7419 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/7422/task/7426/stat : 7426 (java) S 7419 7422 4518 0 -1 4202560 428 0 0 0 15 8 0 0 20 0 19 0 23377200 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636894943400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7422/tid=7427] ppid=7419 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/7422/task/7427/stat : 7427 (java) S 7419 7422 4518 0 -1 4202560 271 0 0 0 10 5 0 0 20 0 19 0 23377200 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636893891112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7422/tid=7428] ppid=7419 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/7422/task/7428/stat : 7428 (java) S 7419 7422 4518 0 -1 4202560 337 0 0 0 13 7 0 0 20 0 19 0 23377200 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636556618152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7422/tid=7429] ppid=7419 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/7422/task/7429/stat : 7429 (java) S 7419 7422 4518 0 -1 4202560 147 0 0 0 13 6 0 0 20 0 19 0 23377200 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636555565864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7422/tid=7430] ppid=7419 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/7422/task/7430/stat : 7430 (java) S 7419 7422 4518 0 -1 4202560 131 0 0 0 12 6 0 0 20 0 19 0 23377200 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636554513064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7422/tid=7431] ppid=7419 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/7422/task/7431/stat : 7431 (java) S 7419 7422 4518 0 -1 4202560 307 0 0 0 17 7 0 0 20 0 19 0 23377200 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636553460776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7422/tid=7432] ppid=7419 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/7422/task/7432/stat : 7432 (java) S 7419 7422 4518 0 -1 4202560 152 0 0 0 11 7 0 0 20 0 19 0 23377200 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636552407976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7422/tid=7433] ppid=7419 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7422/task/7433/stat : 7433 (java) S 7419 7422 4518 0 -1 4202560 1046 0 0 0 1 0 0 0 20 0 19 0 23377202 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636540209384 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7422/tid=7434] ppid=7419 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7422/task/7434/stat : 7434 (java) S 7419 7422 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23377202 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636539155448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7422/tid=7435] ppid=7419 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7422/task/7435/stat : 7435 (java) S 7419 7422 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23377202 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636538103048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7422/tid=7436] ppid=7419 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7422/task/7436/stat : 7436 (java) S 7419 7422 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23377204 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636537051536 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7422/tid=7437] ppid=7419 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/7422/task/7437/stat : 7437 (java) S 7419 7422 4518 0 -1 4202560 4449 0 0 0 55 0 0 0 20 0 19 0 23377204 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636535999160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7422/tid=7438] ppid=7419 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/7422/task/7438/stat : 7438 (java) S 7419 7422 4518 0 -1 4202560 4419 0 0 0 52 0 0 0 20 0 19 0 23377204 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636534946360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7422/tid=7439] ppid=7419 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7422/task/7439/stat : 7439 (java) S 7419 7422 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23377204 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636533894264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7422/tid=7440] ppid=7419 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/7422/task/7440/stat : 7440 (java) S 7419 7422 4518 0 -1 4202560 103 0 0 0 11 17 0 0 20 0 19 0 23377204 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636532841672 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7422/tid=7441] ppid=7419 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7422/task/7441/stat : 7441 (java) S 7419 7422 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23377322 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636531688360 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1784.38
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798 s]
/proc/loadavg: 2.15 2.20 2.23 4/215 7552
/proc/meminfo: memFree=28300804/32872528 swapFree=1482636/1662508
[pid=7422] ppid=7419 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/7422/stat : 7422 (java) S 7419 7422 4518 0 -1 4202496 16842 0 1 0 179922 87 0 0 20 0 19 0 23377199 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140736337026096 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7422/statm: 2406260 342916 2279 9 0 2396937 0
[pid=7422/tid=7423] ppid=7419 vsize=9625040 CPUtime=1792.62 cores=0,2,4,6
/proc/7422/task/7423/stat : 7423 (java) R 7419 7422 4518 0 -1 4202560 3493 0 1 0 179217 45 0 0 20 0 19 0 23377200 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636917886656 140636775544256 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7422/tid=7425] ppid=7419 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/7422/task/7425/stat : 7425 (java) S 7419 7422 4518 0 -1 4202560 301 0 0 0 13 6 0 0 20 0 19 0 23377200 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636895996200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7422/tid=7426] ppid=7419 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/7422/task/7426/stat : 7426 (java) S 7419 7422 4518 0 -1 4202560 428 0 0 0 15 8 0 0 20 0 19 0 23377200 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636894943400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7422/tid=7427] ppid=7419 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/7422/task/7427/stat : 7427 (java) S 7419 7422 4518 0 -1 4202560 271 0 0 0 10 5 0 0 20 0 19 0 23377200 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636893891112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7422/tid=7428] ppid=7419 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/7422/task/7428/stat : 7428 (java) S 7419 7422 4518 0 -1 4202560 337 0 0 0 13 7 0 0 20 0 19 0 23377200 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636556618152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7422/tid=7429] ppid=7419 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/7422/task/7429/stat : 7429 (java) S 7419 7422 4518 0 -1 4202560 147 0 0 0 13 6 0 0 20 0 19 0 23377200 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636555565864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7422/tid=7430] ppid=7419 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/7422/task/7430/stat : 7430 (java) S 7419 7422 4518 0 -1 4202560 131 0 0 0 12 6 0 0 20 0 19 0 23377200 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636554513064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7422/tid=7431] ppid=7419 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/7422/task/7431/stat : 7431 (java) S 7419 7422 4518 0 -1 4202560 307 0 0 0 17 7 0 0 20 0 19 0 23377200 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636553460776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7422/tid=7432] ppid=7419 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/7422/task/7432/stat : 7432 (java) S 7419 7422 4518 0 -1 4202560 152 0 0 0 11 7 0 0 20 0 19 0 23377200 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636552407976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7422/tid=7433] ppid=7419 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7422/task/7433/stat : 7433 (java) S 7419 7422 4518 0 -1 4202560 1046 0 0 0 1 0 0 0 20 0 19 0 23377202 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636540209384 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7422/tid=7434] ppid=7419 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7422/task/7434/stat : 7434 (java) S 7419 7422 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23377202 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636539155448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7422/tid=7435] ppid=7419 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7422/task/7435/stat : 7435 (java) S 7419 7422 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23377202 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636538103048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7422/tid=7436] ppid=7419 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7422/task/7436/stat : 7436 (java) S 7419 7422 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23377204 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636537051536 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7422/tid=7437] ppid=7419 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/7422/task/7437/stat : 7437 (java) S 7419 7422 4518 0 -1 4202560 4449 0 0 0 55 0 0 0 20 0 19 0 23377204 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636535999160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7422/tid=7438] ppid=7419 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/7422/task/7438/stat : 7438 (java) S 7419 7422 4518 0 -1 4202560 4419 0 0 0 52 0 0 0 20 0 19 0 23377204 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636534946360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7422/tid=7439] ppid=7419 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7422/task/7439/stat : 7439 (java) S 7419 7422 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23377204 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636533894264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7422/tid=7440] ppid=7419 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/7422/task/7440/stat : 7440 (java) S 7419 7422 4518 0 -1 4202560 103 0 0 0 11 17 0 0 20 0 19 0 23377204 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636532841672 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7422/tid=7441] ppid=7419 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7422/task/7441/stat : 7441 (java) S 7419 7422 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23377322 9856040960 342916 33554432000 1073741824 1073778376 140736337034960 140636531688360 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 7422 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

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

Real time (s): 1798.04
CPU time (s): 1800.09
CPU user time (s): 1799.22
CPU system time (s): 0.87
CPU usage (%): 100.114
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.57
system time used= 1.2928
maximum resident set size= 1371812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16886
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38278
involuntary context switches= 26874

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.74352 second user time and 13.273 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-18 03:28:28
IDJOB=4100421
IDBENCH=1614
IDSOLVER=2546
FILE ID=node134/4100421-1466213308
RUNJOBID= node134-1466206058-4534
PBS_JOBID= 19918143
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-reduced-mps-v2-20-10-A2C1S1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100421-1466213308/watcher-4100421-1466213308 -o /tmp/evaluation-result-4100421-1466213308/solver-4100421-1466213308 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466206058-4534 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100421-1466213308.opb

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

MD5SUM BENCH= f1062f0a31768badc14bf5e03feddb4c
RANDOM SEED=1207584008

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29871668 kB
Buffers:           97400 kB
Cached:           100912 kB
SwapCached:         1008 kB
Active:           458868 kB
Inactive:         127320 kB
Active(anon):     388760 kB
Inactive(anon):     1616 kB
Active(file):      70108 kB
Inactive(file):   125704 kB
Unevictable:     1662508 kB
Mlocked:         1482636 kB
SwapTotal:      67108856 kB
SwapFree:       67100112 kB
Dirty:              4108 kB
Writeback:             0 kB
AnonPages:       2071712 kB
Mapped:            15360 kB
Shmem:                 0 kB
Slab:             599184 kB
SReclaimable:      42752 kB
SUnreclaim:       556432 kB
KernelStack:        1600 kB
PageTables:         8012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2736960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    559104 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 node134 at 2016-06-18 03:58:26