Trace number 4089845

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.03 1798.24

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
rand6reg/normalized-rand6reg-v061-n2.opb
MD5SUM366327c5ca39c3faa344a7c52c5e3cf0
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.240962
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables183
Total number of constraints61
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)61
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4089845-1466034552.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.14	c ... done. Wall clock time 0.022s.
0.09/0.14	c declared #vars     183
0.09/0.14	c #constraints  122
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 61
0.09/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 61
0.09/0.14	c 122 constraints processed.
0.74/0.56	c cleaning 2496 clauses out of 5000 with flag 41532/5000
1.33/1.04	c cleaning 4246 clauses out of 8504 with flag 87296/11000
2.03/1.76	c cleaning 5622 clauses out of 11258 with flag 149031/18000
3.04/2.78	c cleaning 6807 clauses out of 13636 with flag 222667/26000
4.21/3.89	c cleaning 7908 clauses out of 15830 with flag 303797/35001
5.52/5.10	c cleaning 8956 clauses out of 17922 with flag 386327/45001
6.82/6.41	c cleaning 9973 clauses out of 19966 with flag 485900/56001
8.32/7.93	c cleaning 10991 clauses out of 21992 with flag 606120/68000
10.02/9.61	c cleaning 11999 clauses out of 24001 with flag 730759/81000
12.02/11.66	c cleaning 12999 clauses out of 26003 with flag 869565/95001
14.31/13.91	c cleaning 13992 clauses out of 28004 with flag 1021282/110001
16.92/16.55	c cleaning 14999 clauses out of 30011 with flag 1186590/126000
20.02/19.65	c cleaning 16001 clauses out of 32012 with flag 1361784/143000
23.63/23.26	c cleaning 17000 clauses out of 34012 with flag 1555631/161001
27.72/27.34	c cleaning 17998 clauses out of 36013 with flag 1777241/180002
32.22/31.81	c cleaning 19002 clauses out of 38018 with flag 2027930/200005
37.01/36.60	c cleaning 19997 clauses out of 40011 with flag 2295587/221000
41.82/41.47	c cleaning 20998 clauses out of 42016 with flag 2563011/243002
46.42/46.08	c cleaning 22004 clauses out of 44017 with flag 2806487/266001
51.52/51.19	c cleaning 22995 clauses out of 46012 with flag 3056861/290000
57.63/57.22	c cleaning 24005 clauses out of 48018 with flag 3351405/315001
64.43/64.09	c cleaning 24999 clauses out of 50012 with flag 3665901/341000
71.48/71.05	c cleaning 25997 clauses out of 52013 with flag 3995427/368000
79.69/79.21	c cleaning 26994 clauses out of 54016 with flag 4363823/396000
88.38/87.92	c cleaning 28003 clauses out of 56026 with flag 4718567/425004
96.58/96.10	c cleaning 29007 clauses out of 58021 with flag 5038355/455002
103.99/103.59	c cleaning 29997 clauses out of 60014 with flag 5385948/486002
112.18/111.76	c cleaning 31003 clauses out of 62016 with flag 5729302/518001
120.88/120.42	c cleaning 32000 clauses out of 64012 with flag 6092189/551000
130.07/129.63	c cleaning 33000 clauses out of 66012 with flag 6465103/585000
140.57/140.19	c cleaning 33998 clauses out of 68012 with flag 6865702/620000
151.67/151.21	c cleaning 35001 clauses out of 70014 with flag 7285043/656000
162.89/162.49	c cleaning 35999 clauses out of 72013 with flag 7697222/693000
177.79/177.32	c cleaning 37001 clauses out of 74014 with flag 8134724/731000
193.15/192.64	c cleaning 37997 clauses out of 76014 with flag 8571796/770001
208.95/208.42	c cleaning 38996 clauses out of 78018 with flag 9023946/810002
225.64/225.14	c cleaning 40001 clauses out of 80020 with flag 9485891/851000
241.74/241.29	c cleaning 40998 clauses out of 82019 with flag 9974552/893000
255.04/254.50	c cleaning 42003 clauses out of 84022 with flag 10412288/936001
270.06/269.58	c cleaning 43003 clauses out of 86018 with flag 10871241/980000
286.95/286.48	c cleaning 44000 clauses out of 88015 with flag 11366161/1025000
304.05/303.52	c cleaning 44999 clauses out of 90018 with flag 11884969/1071003
320.66/320.18	c cleaning 45996 clauses out of 92016 with flag 12408897/1118000
337.62/337.00	c cleaning 47002 clauses out of 94020 with flag 12920352/1166000
357.04/356.49	c cleaning 47994 clauses out of 96021 with flag 13422736/1215003
384.54/383.94	c cleaning 48995 clauses out of 98024 with flag 13955808/1265000
411.64/411.01	c cleaning 50007 clauses out of 100029 with flag 14513365/1316000
432.24/431.64	c cleaning 50993 clauses out of 102023 with flag 15062242/1368001
455.93/455.34	c cleaning 52001 clauses out of 104029 with flag 15595364/1421000
476.44/475.88	c cleaning 53011 clauses out of 106033 with flag 16167450/1475005
498.35/497.79	c cleaning 54004 clauses out of 108019 with flag 16723561/1530002
522.27/521.51	c cleaning 55002 clauses out of 110015 with flag 17235011/1586002
549.17/548.49	c cleaning 55999 clauses out of 112013 with flag 17906464/1643002
576.68/575.96	c cleaning 56994 clauses out of 114012 with flag 18563448/1701000
603.98/603.28	c cleaning 58003 clauses out of 116020 with flag 19225490/1760002
637.19/636.46	c cleaning 58998 clauses out of 118016 with flag 19926382/1820001
671.49/670.78	c cleaning 60000 clauses out of 120018 with flag 20698167/1881001
701.60/700.83	c cleaning 60989 clauses out of 122017 with flag 21456191/1943000
735.47/734.50	c cleaning 62007 clauses out of 124029 with flag 22206858/2006001
775.39/774.45	c cleaning 63008 clauses out of 126023 with flag 23083653/2070002
811.89/811.00	c cleaning 63999 clauses out of 128013 with flag 23905083/2135000
849.40/848.42	c cleaning 64986 clauses out of 130015 with flag 24624009/2201001
887.70/886.76	c cleaning 66008 clauses out of 132031 with flag 25378399/2268003
926.01/925.01	c cleaning 67002 clauses out of 134022 with flag 26220745/2336002
968.27/967.14	c cleaning 68000 clauses out of 136019 with flag 27113729/2405001
1014.77/1013.66	c cleaning 69006 clauses out of 138020 with flag 27997913/2475002
1067.58/1066.43	c cleaning 69994 clauses out of 140012 with flag 28947036/2546000
1117.18/1116.01	c cleaning 71001 clauses out of 142018 with flag 29852055/2618000
1160.60/1159.49	c cleaning 71987 clauses out of 144017 with flag 30673904/2691000
1212.98/1211.63	c cleaning 72992 clauses out of 146031 with flag 31503105/2765001
1268.29/1266.97	c cleaning 73998 clauses out of 148038 with flag 32336673/2840000
1327.29/1325.91	c cleaning 74995 clauses out of 150040 with flag 33182191/2916000
1381.90/1380.58	c cleaning 76010 clauses out of 152045 with flag 34074989/2993000
1436.50/1435.14	c cleaning 77013 clauses out of 154036 with flag 35041272/3071001
1481.68/1480.16	c cleaning 77992 clauses out of 156023 with flag 35906254/3150001
1532.99/1531.41	c cleaning 79007 clauses out of 158030 with flag 36775619/3230000
1593.41/1591.83	c cleaning 79993 clauses out of 160023 with flag 37669171/3311000
1657.44/1655.68	c cleaning 81004 clauses out of 162030 with flag 38745295/3393000
1726.12/1724.31	c cleaning 81999 clauses out of 164027 with flag 39834426/3476001
1790.93/1789.18	c cleaning 83003 clauses out of 166027 with flag 40912098/3560000
1800.03/1798.20	c starts		: 1545
1800.03/1798.20	c conflicts		: 3579714
1800.03/1798.20	c timeout
1800.03/1798.20	c decisions		: 4211443
1800.03/1798.20	c propagations		: 77472306
1800.03/1798.20	c inspects		: 33055372238
1800.03/1798.20	c shortcuts		: 0
1800.03/1798.20	c learnt literals	: 0
1800.03/1798.20	c learnt binary clauses	: 0
1800.03/1798.20	c learnt ternary clauses	: 0
1800.03/1798.20	c learnt constraints	: 3579714
1800.03/1798.20	c ignored constraints	: 0
1800.03/1798.20	c root simplifications	: 0
1800.03/1798.20	c removed literals (reason simplification)	: 0
1800.03/1798.20	c reason swapping (by a shorter reason)	: 0
1800.03/1798.20	c Calls to reduceDB	: 80
1800.03/1798.20	c Number of update (reduction) of LBD	: 1411241
1800.03/1798.20	c Imported unit clauses	: 0
1800.03/1798.20	c number of reductions to clauses (during analyze)	: 0
1800.03/1798.20	c number of learned constraints concerned by reduction	: 0
1800.03/1798.20	c number of learning phase by resolution	: 0
1800.03/1798.20	c number of learning phase by cutting planes	: 0
1800.03/1798.20	c speed (assignments/second)	: 43086.5598627856
1800.03/1798.20	c non guided choices	66
1800.03/1798.23	c learnt constraints type 
1800.03/1798.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 102738
1800.03/1798.23	s UNKNOWN
1800.03/1798.23	c Total wall clock time (in seconds): 1798.112

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-4089845-1466034552/watcher-4089845-1466034552 -o /tmp/evaluation-result-4089845-1466034552/solver-4089845-1466034552 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466032752-15507 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4089845-1466034552.opb 

pid=15663
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.14 2.21 2.13 3/194 15666
/proc/meminfo: memFree=30330628/32872528 swapFree=1430608/1543028
[pid=15666] ppid=15663 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/15666/stat : 15666 (java) D 15663 15666 5750 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 5503936 2560000 46 33554432000 1073741824 1073778376 140735394992960 140735394990088 266426477863 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/15666/statm: 625 46 37 9 0 29 0

[startup+0.100061 s]
/proc/loadavg: 2.14 2.21 2.13 3/194 15666
/proc/meminfo: memFree=30330628/32872528 swapFree=1430608/1543028
[pid=15666] ppid=15663 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/15666/stat : 15666 (java) S 15663 15666 5750 0 -1 4202496 4407 0 1 0 8 1 0 0 20 0 18 0 5503936 9787879424 6030 33554432000 1073741824 1073778376 140735394992960 140735394984096 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15666/statm: 2389619 6030 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200229 s]
/proc/loadavg: 2.14 2.21 2.13 3/194 15666
/proc/meminfo: memFree=30330628/32872528 swapFree=1430608/1543028
[pid=15666] ppid=15663 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/15666/stat : 15666 (java) S 15663 15666 5750 0 -1 4202496 6820 0 1 0 26 1 0 0 20 0 19 0 5503936 9856040960 7675 33554432000 1073741824 1073778376 140735394992960 140735394984096 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15666/statm: 2406260 7675 2212 9 0 2396937 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300229 s]
/proc/loadavg: 2.14 2.21 2.13 3/194 15666
/proc/meminfo: memFree=30330628/32872528 swapFree=1430608/1543028
[pid=15666] ppid=15663 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/15666/stat : 15666 (java) S 15663 15666 5750 0 -1 4202496 7587 0 1 0 50 2 0 0 20 0 19 0 5503936 9856040960 7773 33554432000 1073741824 1073778376 140735394992960 140735394984096 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15666/statm: 2406260 7773 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.700145 s]
/proc/loadavg: 2.14 2.21 2.13 3/194 15666
/proc/meminfo: memFree=30330628/32872528 swapFree=1430608/1543028
[pid=15666] ppid=15663 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/15666/stat : 15666 (java) S 15663 15666 5750 0 -1 4202496 8854 0 1 0 100 2 0 0 20 0 19 0 5503936 9856040960 8382 33554432000 1073741824 1073778376 140735394992960 140735394984096 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15666/statm: 2406260 8382 2239 9 0 2396937 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.14 2.21 2.13 3/213 15751
/proc/meminfo: memFree=30490380/32872528 swapFree=1430608/1543028
[pid=15666] ppid=15663 vsize=9625040 CPUtime=1.83 cores=0,2,4,6
/proc/15666/stat : 15666 (java) S 15663 15666 5750 0 -1 4202496 8858 0 1 0 181 2 0 0 20 0 19 0 5503936 9856040960 9407 33554432000 1073741824 1073778376 140735394992960 140735394984096 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15666/statm: 2406260 9407 2240 9 0 2396937 0
[pid=15666/tid=15668] ppid=15663 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/15666/task/15668/stat : 15668 (java) R 15663 15666 5750 0 -1 4202560 2400 0 1 0 144 2 0 0 20 0 19 0 5503937 9856040960 9407 33554432000 1073741824 1073778376 140735394992960 140313865421304 140313713086688 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15666/tid=15669] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15669/stat : 15669 (java) S 15663 15666 5750 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5503939 9856040960 9407 33554432000 1073741824 1073778376 140735394992960 140313837873960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15666/tid=15670] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15670/stat : 15670 (java) S 15663 15666 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5503939 9856040960 9407 33554432000 1073741824 1073778376 140735394992960 140313836821160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15666/tid=15671] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15671/stat : 15671 (java) S 15663 15666 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5503939 9856040960 9407 33554432000 1073741824 1073778376 140735394992960 140313835768872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15666/tid=15672] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15672/stat : 15672 (java) S 15663 15666 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5503939 9856040960 9407 33554432000 1073741824 1073778376 140735394992960 140313834716072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15666/tid=15673] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15673/stat : 15673 (java) S 15663 15666 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5503939 9856040960 9407 33554432000 1073741824 1073778376 140735394992960 140313833662760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15666/tid=15674] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15674/stat : 15674 (java) S 15663 15666 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5503939 9856040960 9407 33554432000 1073741824 1073778376 140735394992960 140313832609960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15666/tid=15675] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15675/stat : 15675 (java) S 15663 15666 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5503939 9856040960 9407 33554432000 1073741824 1073778376 140735394992960 140313831557672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15666/tid=15676] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15676/stat : 15676 (java) S 15663 15666 5750 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5503939 9856040960 9407 33554432000 1073741824 1073778376 140735394992960 140313701689768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15666/tid=15677] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15677/stat : 15677 (java) S 15663 15666 5750 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5503940 9856040960 9407 33554432000 1073741824 1073778376 140735394992960 140313218743016 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15666/tid=15678] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15678/stat : 15678 (java) S 15663 15666 5750 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5503940 9856040960 9407 33554432000 1073741824 1073778376 140735394992960 140313217689080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15666/tid=15679] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15679/stat : 15679 (java) S 15663 15666 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5503940 9856040960 9407 33554432000 1073741824 1073778376 140735394992960 140313216636680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15666/tid=15680] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15680/stat : 15680 (java) S 15663 15666 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5503943 9856040960 9407 33554432000 1073741824 1073778376 140735394992960 140313215585168 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15666/tid=15681] ppid=15663 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/15666/task/15681/stat : 15681 (java) S 15663 15666 5750 0 -1 4202560 1825 0 0 0 13 0 0 0 20 0 19 0 5503943 9856040960 9407 33554432000 1073741824 1073778376 140735394992960 140313214531768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15666/tid=15682] ppid=15663 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/15666/task/15682/stat : 15682 (java) S 15663 15666 5750 0 -1 4202560 3361 0 0 0 20 0 0 0 20 0 19 0 5503943 9856040960 9407 33554432000 1073741824 1073778376 140735394992960 140313213478968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15666/tid=15683] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15683/stat : 15683 (java) S 15663 15666 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5503943 9856040960 9407 33554432000 1073741824 1073778376 140735394992960 140313212426872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15666/tid=15684] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15684/stat : 15684 (java) S 15663 15666 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5503943 9856040960 9407 33554432000 1073741824 1073778376 140735394992960 140313211374280 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15666/tid=15685] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15685/stat : 15685 (java) S 15663 15666 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5503951 9856040960 9407 33554432000 1073741824 1073778376 140735394992960 140313210320296 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 9625040

[startup+3.10071 s]
/proc/loadavg: 2.13 2.21 2.13 3/213 15751
/proc/meminfo: memFree=30465668/32872528 swapFree=1430608/1543028
[pid=15666] ppid=15663 vsize=9625040 CPUtime=3.46 cores=0,2,4,6
/proc/15666/stat : 15666 (java) S 15663 15666 5750 0 -1 4202496 8873 0 1 0 344 2 0 0 20 0 19 0 5503936 9856040960 10444 33554432000 1073741824 1073778376 140735394992960 140735394984096 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15666/statm: 2406260 10444 2240 9 0 2396937 0
[pid=15666/tid=15668] ppid=15663 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/15666/task/15668/stat : 15668 (java) R 15663 15666 5750 0 -1 4202560 2402 0 1 0 304 2 0 0 20 0 19 0 5503937 9856040960 10444 33554432000 1073741824 1073778376 140735394992960 140313865421080 140313713135588 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15666/tid=15669] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15669/stat : 15669 (java) S 15663 15666 5750 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5503939 9856040960 10444 33554432000 1073741824 1073778376 140735394992960 140313837873960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15666/tid=15670] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15670/stat : 15670 (java) S 15663 15666 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5503939 9856040960 10444 33554432000 1073741824 1073778376 140735394992960 140313836821160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15666/tid=15671] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15671/stat : 15671 (java) S 15663 15666 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5503939 9856040960 10444 33554432000 1073741824 1073778376 140735394992960 140313835768872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15666/tid=15672] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15672/stat : 15672 (java) S 15663 15666 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5503939 9856040960 10444 33554432000 1073741824 1073778376 140735394992960 140313834716072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15666/tid=15673] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15673/stat : 15673 (java) S 15663 15666 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5503939 9856040960 10444 33554432000 1073741824 1073778376 140735394992960 140313833662760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15666/tid=15674] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15674/stat : 15674 (java) S 15663 15666 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5503939 9856040960 10444 33554432000 1073741824 1073778376 140735394992960 140313832609960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15666/tid=15675] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15675/stat : 15675 (java) S 15663 15666 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5503939 9856040960 10444 33554432000 1073741824 1073778376 140735394992960 140313831557672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15666/tid=15676] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15676/stat : 15676 (java) S 15663 15666 5750 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5503939 9856040960 10444 33554432000 1073741824 1073778376 140735394992960 140313701689768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15666/tid=15677] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15677/stat : 15677 (java) S 15663 15666 5750 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5503940 9856040960 10444 33554432000 1073741824 1073778376 140735394992960 140313218743016 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15666/tid=15678] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15678/stat : 15678 (java) S 15663 15666 5750 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5503940 9856040960 10444 33554432000 1073741824 1073778376 140735394992960 140313217689080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15666/tid=15679] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15679/stat : 15679 (java) S 15663 15666 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5503940 9856040960 10444 33554432000 1073741824 1073778376 140735394992960 140313216636680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15666/tid=15680] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15680/stat : 15680 (java) S 15663 15666 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5503943 9856040960 10444 33554432000 1073741824 1073778376 140735394992960 140313215585168 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15666/tid=15681] ppid=15663 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/15666/task/15681/stat : 15681 (java) S 15663 15666 5750 0 -1 4202560 1834 0 0 0 16 0 0 0 20 0 19 0 5503943 9856040960 10444 33554432000 1073741824 1073778376 140735394992960 140313214531768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15666/tid=15682] ppid=15663 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/15666/task/15682/stat : 15682 (java) S 15663 15666 5750 0 -1 4202560 3365 0 0 0 21 0 0 0 20 0 19 0 5503943 9856040960 10444 33554432000 1073741824 1073778376 140735394992960 140313213478968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15666/tid=15683] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15683/stat : 15683 (java) S 15663 15666 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5503943 9856040960 10444 33554432000 1073741824 1073778376 140735394992960 140313212426872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15666/tid=15684] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15684/stat : 15684 (java) S 15663 15666 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5503943 9856040960 10444 33554432000 1073741824 1073778376 140735394992960 140313211374280 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15666/tid=15685] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15685/stat : 15685 (java) S 15663 15666 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5503951 9856040960 10444 33554432000 1073741824 1073778376 140735394992960 140313210320296 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.13 2.21 2.13 3/213 15751
/proc/meminfo: memFree=30440800/32872528 swapFree=1430608/1543028
[pid=15666] ppid=15663 vsize=9625040 CPUtime=6.72 cores=0,2,4,6
/proc/15666/stat : 15666 (java) S 15663 15666 5750 0 -1 4202496 10074 0 1 0 669 3 0 0 20 0 19 0 5503936 9856040960 12835 33554432000 1073741824 1073778376 140735394992960 140735394984096 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15666/statm: 2406260 12835 2242 9 0 2396937 0
[pid=15666/tid=15668] ppid=15663 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/15666/task/15668/stat : 15668 (java) R 15663 15666 5750 0 -1 4202560 2408 0 1 0 623 2 0 0 20 0 19 0 5503937 9856040960 12835 33554432000 1073741824 1073778376 140735394992960 140313865412288 140313713124588 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15666/tid=15669] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15669/stat : 15669 (java) S 15663 15666 5750 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5503939 9856040960 12835 33554432000 1073741824 1073778376 140735394992960 140313837873960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15666/tid=15670] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15670/stat : 15670 (java) S 15663 15666 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5503939 9856040960 12835 33554432000 1073741824 1073778376 140735394992960 140313836821160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15666/tid=15671] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15671/stat : 15671 (java) S 15663 15666 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5503939 9856040960 12835 33554432000 1073741824 1073778376 140735394992960 140313835768872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15666/tid=15672] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15672/stat : 15672 (java) S 15663 15666 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5503939 9856040960 12835 33554432000 1073741824 1073778376 140735394992960 140313834716072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15666/tid=15673] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15673/stat : 15673 (java) S 15663 15666 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5503939 9856040960 12835 33554432000 1073741824 1073778376 140735394992960 140313833662760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15666/tid=15674] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15674/stat : 15674 (java) S 15663 15666 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5503939 9856040960 12835 33554432000 1073741824 1073778376 140735394992960 140313832609960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15666/tid=15675] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15675/stat : 15675 (java) S 15663 15666 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5503939 9856040960 12835 33554432000 1073741824 1073778376 140735394992960 140313831557672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15666/tid=15676] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15676/stat : 15676 (java) S 15663 15666 5750 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5503939 9856040960 12835 33554432000 1073741824 1073778376 140735394992960 140313701689768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15666/tid=15677] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15677/stat : 15677 (java) S 15663 15666 5750 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5503940 9856040960 12835 33554432000 1073741824 1073778376 140735394992960 140313218743016 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15666/tid=15678] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15678/stat : 15678 (java) S 15663 15666 5750 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5503940 9856040960 12835 33554432000 1073741824 1073778376 140735394992960 140313217689080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15666/tid=15679] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15679/stat : 15679 (java) S 15663 15666 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5503940 9856040960 12835 33554432000 1073741824 1073778376 140735394992960 140313216636680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15666/tid=15680] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15680/stat : 15680 (java) S 15663 15666 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5503943 9856040960 12835 33554432000 1073741824 1073778376 140735394992960 140313215585168 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15666/tid=15681] ppid=15663 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/15666/task/15681/stat : 15681 (java) S 15663 15666 5750 0 -1 4202560 3028 0 0 0 22 0 0 0 20 0 19 0 5503943 9856040960 12835 33554432000 1073741824 1073778376 140735394992960 140313214531768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15666/tid=15682] ppid=15663 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/15666/task/15682/stat : 15682 (java) S 15663 15666 5750 0 -1 4202560 3365 0 0 0 21 0 0 0 20 0 19 0 5503943 9856040960 12835 33554432000 1073741824 1073778376 140735394992960 140313213478968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15666/tid=15683] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15683/stat : 15683 (java) S 15663 15666 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5503943 9856040960 12835 33554432000 1073741824 1073778376 140735394992960 140313212426872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15666/tid=15684] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15684/stat : 15684 (java) S 15663 15666 5750 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5503943 9856040960 12835 33554432000 1073741824 1073778376 140735394992960 140313211374280 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15666/tid=15685] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15685/stat : 15685 (java) S 15663 15666 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5503951 9856040960 12835 33554432000 1073741824 1073778376 140735394992960 140313210320296 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.72
Current children cumulated vsize (KiB) 9625040


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

[pid=15666/tid=15685] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15685/stat : 15685 (java) S 15663 15666 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5503951 9856040960 128297 33554432000 1073741824 1073778376 140735394992960 140313210320296 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1664.13
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.17 2.19 2.18 3/213 15816
/proc/meminfo: memFree=29522676/32872528 swapFree=1430608/1543028
[pid=15666] ppid=15663 vsize=9625040 CPUtime=1724.12 cores=0,2,4,6
/proc/15666/stat : 15666 (java) S 15663 15666 5750 0 -1 4202496 11807 0 1 0 172342 70 0 0 20 0 19 0 5503936 9856040960 128297 33554432000 1073741824 1073778376 140735394992960 140735394984096 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15666/statm: 2406260 128297 2257 9 0 2396937 0
[pid=15666/tid=15668] ppid=15663 vsize=9625040 CPUtime=1717.38 cores=0,2,4,6
/proc/15666/task/15668/stat : 15668 (java) R 15663 15666 5750 0 -1 4202560 2472 0 1 0 171706 32 0 0 20 0 19 0 5503937 9856040960 128297 33554432000 1073741824 1073778376 140735394992960 140313865412288 140313713135578 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15666/tid=15669] ppid=15663 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/15666/task/15669/stat : 15669 (java) S 15663 15666 5750 0 -1 4202560 322 0 0 0 13 4 0 0 20 0 19 0 5503939 9856040960 128297 33554432000 1073741824 1073778376 140735394992960 140313837873960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15666/tid=15670] ppid=15663 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/15666/task/15670/stat : 15670 (java) S 15663 15666 5750 0 -1 4202560 163 0 0 0 14 3 0 0 20 0 19 0 5503939 9856040960 128297 33554432000 1073741824 1073778376 140735394992960 140313836821160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15666/tid=15671] ppid=15663 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/15666/task/15671/stat : 15671 (java) S 15663 15666 5750 0 -1 4202560 119 0 0 0 21 7 0 0 20 0 19 0 5503939 9856040960 128297 33554432000 1073741824 1073778376 140735394992960 140313835768872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15666/tid=15672] ppid=15663 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/15666/task/15672/stat : 15672 (java) S 15663 15666 5750 0 -1 4202560 146 0 0 0 7 4 0 0 20 0 19 0 5503939 9856040960 128297 33554432000 1073741824 1073778376 140735394992960 140313834716072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15666/tid=15673] ppid=15663 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/15666/task/15673/stat : 15673 (java) S 15663 15666 5750 0 -1 4202560 212 0 0 0 20 7 0 0 20 0 19 0 5503939 9856040960 128297 33554432000 1073741824 1073778376 140735394992960 140313833662760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15666/tid=15674] ppid=15663 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/15666/task/15674/stat : 15674 (java) S 15663 15666 5750 0 -1 4202560 82 0 0 0 10 4 0 0 20 0 19 0 5503939 9856040960 128297 33554432000 1073741824 1073778376 140735394992960 140313832609960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15666/tid=15675] ppid=15663 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/15666/task/15675/stat : 15675 (java) S 15663 15666 5750 0 -1 4202560 48 0 0 0 8 3 0 0 20 0 19 0 5503939 9856040960 128297 33554432000 1073741824 1073778376 140735394992960 140313831557672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15666/tid=15676] ppid=15663 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/15666/task/15676/stat : 15676 (java) S 15663 15666 5750 0 -1 4202560 251 0 0 0 17 6 0 0 20 0 19 0 5503939 9856040960 128297 33554432000 1073741824 1073778376 140735394992960 140313701689768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15666/tid=15677] ppid=15663 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/15666/task/15677/stat : 15677 (java) S 15663 15666 5750 0 -1 4202560 117 0 0 0 1 1 0 0 20 0 19 0 5503940 9856040960 128297 33554432000 1073741824 1073778376 140735394992960 140313218743016 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15666/tid=15678] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15678/stat : 15678 (java) S 15663 15666 5750 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5503940 9856040960 128297 33554432000 1073741824 1073778376 140735394992960 140313217689080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15666/tid=15679] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15679/stat : 15679 (java) S 15663 15666 5750 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5503940 9856040960 128297 33554432000 1073741824 1073778376 140735394992960 140313216636680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15666/tid=15680] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15680/stat : 15680 (java) S 15663 15666 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5503943 9856040960 128297 33554432000 1073741824 1073778376 140735394992960 140313215585168 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15666/tid=15681] ppid=15663 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/15666/task/15681/stat : 15681 (java) S 15663 15666 5750 0 -1 4202560 3151 0 0 0 24 0 0 0 20 0 19 0 5503943 9856040960 128297 33554432000 1073741824 1073778376 140735394992960 140313214531768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15666/tid=15682] ppid=15663 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/15666/task/15682/stat : 15682 (java) S 15663 15666 5750 0 -1 4202560 3365 0 0 0 21 0 0 0 20 0 19 0 5503943 9856040960 128297 33554432000 1073741824 1073778376 140735394992960 140313213478968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15666/tid=15683] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15683/stat : 15683 (java) S 15663 15666 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5503943 9856040960 128297 33554432000 1073741824 1073778376 140735394992960 140313212426872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15666/tid=15684] ppid=15663 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/15666/task/15684/stat : 15684 (java) S 15663 15666 5750 0 -1 4202560 100 0 0 0 31 29 0 0 20 0 19 0 5503943 9856040960 128297 33554432000 1073741824 1073778376 140735394992960 140313211374280 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15666/tid=15685] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15685/stat : 15685 (java) S 15663 15666 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5503951 9856040960 128297 33554432000 1073741824 1073778376 140735394992960 140313210320296 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1724.12
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.21 2.20 2.18 4/213 15817
/proc/meminfo: memFree=29527716/32872528 swapFree=1430608/1543028
[pid=15666] ppid=15663 vsize=9625040 CPUtime=1784.13 cores=0,2,4,6
/proc/15666/stat : 15666 (java) S 15663 15666 5750 0 -1 4202496 11811 0 1 0 178342 71 0 0 20 0 19 0 5503936 9856040960 128532 33554432000 1073741824 1073778376 140735394992960 140735394984096 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15666/statm: 2406260 128532 2257 9 0 2396937 0
[pid=15666/tid=15668] ppid=15663 vsize=9625040 CPUtime=1777.22 cores=0,2,4,6
/proc/15666/task/15668/stat : 15668 (java) R 15663 15666 5750 0 -1 4202560 2472 0 1 0 177689 33 0 0 20 0 19 0 5503937 9856040960 128532 33554432000 1073741824 1073778376 140735394992960 140313865412288 140313713123804 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15666/tid=15669] ppid=15663 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/15666/task/15669/stat : 15669 (java) S 15663 15666 5750 0 -1 4202560 322 0 0 0 13 4 0 0 20 0 19 0 5503939 9856040960 128532 33554432000 1073741824 1073778376 140735394992960 140313837873960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15666/tid=15670] ppid=15663 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/15666/task/15670/stat : 15670 (java) S 15663 15666 5750 0 -1 4202560 163 0 0 0 14 3 0 0 20 0 19 0 5503939 9856040960 128532 33554432000 1073741824 1073778376 140735394992960 140313836821160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15666/tid=15671] ppid=15663 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/15666/task/15671/stat : 15671 (java) S 15663 15666 5750 0 -1 4202560 119 0 0 0 21 7 0 0 20 0 19 0 5503939 9856040960 128532 33554432000 1073741824 1073778376 140735394992960 140313835768872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15666/tid=15672] ppid=15663 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/15666/task/15672/stat : 15672 (java) S 15663 15666 5750 0 -1 4202560 146 0 0 0 7 4 0 0 20 0 19 0 5503939 9856040960 128532 33554432000 1073741824 1073778376 140735394992960 140313834716072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15666/tid=15673] ppid=15663 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/15666/task/15673/stat : 15673 (java) S 15663 15666 5750 0 -1 4202560 212 0 0 0 20 7 0 0 20 0 19 0 5503939 9856040960 128532 33554432000 1073741824 1073778376 140735394992960 140313833662760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15666/tid=15674] ppid=15663 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/15666/task/15674/stat : 15674 (java) S 15663 15666 5750 0 -1 4202560 82 0 0 0 10 4 0 0 20 0 19 0 5503939 9856040960 128532 33554432000 1073741824 1073778376 140735394992960 140313832609960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15666/tid=15675] ppid=15663 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/15666/task/15675/stat : 15675 (java) S 15663 15666 5750 0 -1 4202560 48 0 0 0 8 3 0 0 20 0 19 0 5503939 9856040960 128532 33554432000 1073741824 1073778376 140735394992960 140313831557672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15666/tid=15676] ppid=15663 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/15666/task/15676/stat : 15676 (java) S 15663 15666 5750 0 -1 4202560 251 0 0 0 17 6 0 0 20 0 19 0 5503939 9856040960 128532 33554432000 1073741824 1073778376 140735394992960 140313701689768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15666/tid=15677] ppid=15663 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/15666/task/15677/stat : 15677 (java) S 15663 15666 5750 0 -1 4202560 117 0 0 0 1 1 0 0 20 0 19 0 5503940 9856040960 128532 33554432000 1073741824 1073778376 140735394992960 140313218743016 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15666/tid=15678] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15678/stat : 15678 (java) S 15663 15666 5750 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5503940 9856040960 128532 33554432000 1073741824 1073778376 140735394992960 140313217689080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15666/tid=15679] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15679/stat : 15679 (java) S 15663 15666 5750 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5503940 9856040960 128532 33554432000 1073741824 1073778376 140735394992960 140313216636680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15666/tid=15680] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15680/stat : 15680 (java) S 15663 15666 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5503943 9856040960 128532 33554432000 1073741824 1073778376 140735394992960 140313215585168 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15666/tid=15681] ppid=15663 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/15666/task/15681/stat : 15681 (java) S 15663 15666 5750 0 -1 4202560 3151 0 0 0 24 0 0 0 20 0 19 0 5503943 9856040960 128532 33554432000 1073741824 1073778376 140735394992960 140313214531768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15666/tid=15682] ppid=15663 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/15666/task/15682/stat : 15682 (java) S 15663 15666 5750 0 -1 4202560 3365 0 0 0 21 0 0 0 20 0 19 0 5503943 9856040960 128532 33554432000 1073741824 1073778376 140735394992960 140313213478968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15666/tid=15683] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15683/stat : 15683 (java) S 15663 15666 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5503943 9856040960 128532 33554432000 1073741824 1073778376 140735394992960 140313212426872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15666/tid=15684] ppid=15663 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/15666/task/15684/stat : 15684 (java) S 15663 15666 5750 0 -1 4202560 104 0 0 0 33 30 0 0 20 0 19 0 5503943 9856040960 128532 33554432000 1073741824 1073778376 140735394992960 140313211374280 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15666/tid=15685] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15685/stat : 15685 (java) S 15663 15666 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5503951 9856040960 128532 33554432000 1073741824 1073778376 140735394992960 140313210320296 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1784.13
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.2 s]
/proc/loadavg: 2.75 2.32 2.22 3/190 15827
/proc/meminfo: memFree=30034596/32872528 swapFree=1430608/1543028
[pid=15666] ppid=15663 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/15666/stat : 15666 (java) S 15663 15666 5750 0 -1 4202496 11811 0 1 0 179932 71 0 0 20 0 19 0 5503936 9856040960 128532 33554432000 1073741824 1073778376 140735394992960 140735394984096 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15666/statm: 2406260 128532 2257 9 0 2396937 0
[pid=15666/tid=15668] ppid=15663 vsize=9625040 CPUtime=1793.08 cores=0,2,4,6
/proc/15666/task/15668/stat : 15668 (java) R 15663 15666 5750 0 -1 4202560 2472 0 1 0 179275 33 0 0 20 0 19 0 5503937 9856040960 128532 33554432000 1073741824 1073778376 140735394992960 140313865412288 140313713135475 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15666/tid=15669] ppid=15663 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/15666/task/15669/stat : 15669 (java) S 15663 15666 5750 0 -1 4202560 322 0 0 0 13 4 0 0 20 0 19 0 5503939 9856040960 128532 33554432000 1073741824 1073778376 140735394992960 140313837873960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15666/tid=15670] ppid=15663 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/15666/task/15670/stat : 15670 (java) S 15663 15666 5750 0 -1 4202560 163 0 0 0 14 3 0 0 20 0 19 0 5503939 9856040960 128532 33554432000 1073741824 1073778376 140735394992960 140313836821160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15666/tid=15671] ppid=15663 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/15666/task/15671/stat : 15671 (java) S 15663 15666 5750 0 -1 4202560 119 0 0 0 21 7 0 0 20 0 19 0 5503939 9856040960 128532 33554432000 1073741824 1073778376 140735394992960 140313835768872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15666/tid=15672] ppid=15663 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/15666/task/15672/stat : 15672 (java) S 15663 15666 5750 0 -1 4202560 146 0 0 0 7 4 0 0 20 0 19 0 5503939 9856040960 128532 33554432000 1073741824 1073778376 140735394992960 140313834716072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15666/tid=15673] ppid=15663 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/15666/task/15673/stat : 15673 (java) S 15663 15666 5750 0 -1 4202560 212 0 0 0 20 7 0 0 20 0 19 0 5503939 9856040960 128532 33554432000 1073741824 1073778376 140735394992960 140313833662760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15666/tid=15674] ppid=15663 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/15666/task/15674/stat : 15674 (java) S 15663 15666 5750 0 -1 4202560 82 0 0 0 10 4 0 0 20 0 19 0 5503939 9856040960 128532 33554432000 1073741824 1073778376 140735394992960 140313832609960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15666/tid=15675] ppid=15663 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/15666/task/15675/stat : 15675 (java) S 15663 15666 5750 0 -1 4202560 48 0 0 0 8 3 0 0 20 0 19 0 5503939 9856040960 128532 33554432000 1073741824 1073778376 140735394992960 140313831557672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15666/tid=15676] ppid=15663 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/15666/task/15676/stat : 15676 (java) S 15663 15666 5750 0 -1 4202560 251 0 0 0 17 6 0 0 20 0 19 0 5503939 9856040960 128532 33554432000 1073741824 1073778376 140735394992960 140313701689768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15666/tid=15677] ppid=15663 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/15666/task/15677/stat : 15677 (java) S 15663 15666 5750 0 -1 4202560 117 0 0 0 1 1 0 0 20 0 19 0 5503940 9856040960 128532 33554432000 1073741824 1073778376 140735394992960 140313218743016 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15666/tid=15678] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15678/stat : 15678 (java) S 15663 15666 5750 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5503940 9856040960 128532 33554432000 1073741824 1073778376 140735394992960 140313217689080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15666/tid=15679] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15679/stat : 15679 (java) S 15663 15666 5750 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5503940 9856040960 128532 33554432000 1073741824 1073778376 140735394992960 140313216636680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15666/tid=15680] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15680/stat : 15680 (java) S 15663 15666 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5503943 9856040960 128532 33554432000 1073741824 1073778376 140735394992960 140313215585168 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15666/tid=15681] ppid=15663 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/15666/task/15681/stat : 15681 (java) S 15663 15666 5750 0 -1 4202560 3151 0 0 0 24 0 0 0 20 0 19 0 5503943 9856040960 128532 33554432000 1073741824 1073778376 140735394992960 140313214531768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15666/tid=15682] ppid=15663 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/15666/task/15682/stat : 15682 (java) S 15663 15666 5750 0 -1 4202560 3365 0 0 0 21 0 0 0 20 0 19 0 5503943 9856040960 128532 33554432000 1073741824 1073778376 140735394992960 140313213478968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15666/tid=15683] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15683/stat : 15683 (java) S 15663 15666 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5503943 9856040960 128532 33554432000 1073741824 1073778376 140735394992960 140313212426872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15666/tid=15684] ppid=15663 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/15666/task/15684/stat : 15684 (java) S 15663 15666 5750 0 -1 4202560 104 0 0 0 33 31 0 0 20 0 19 0 5503943 9856040960 128532 33554432000 1073741824 1073778376 140735394992960 140313211374280 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15666/tid=15685] ppid=15663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15666/task/15685/stat : 15685 (java) S 15663 15666 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5503951 9856040960 128532 33554432000 1073741824 1073778376 140735394992960 140313210320296 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 15666 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 15666 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=818146
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=173821
# CPU time returned by wait4() is 1795.99
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.24
CPU time (s): 1800.03
CPU user time (s): 1799.32
CPU system time (s): 0.71
CPU usage (%): 100.1
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.82
system time used= 1.17382
maximum resident set size= 514276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11856
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38245
involuntary context switches= 4994

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5814 second user time and 13.033 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-16 01:49:12
IDJOB=4089845
IDBENCH=107464
IDSOLVER=2546
FILE ID=node116/4089845-1466034552
RUNJOBID= node116-1466032752-15507
PBS_JOBID= 19902807
Free space on /tmp= 71644 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/rand6reg/normalized-rand6reg-v061-n2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089845-1466034552/watcher-4089845-1466034552 -o /tmp/evaluation-result-4089845-1466034552/solver-4089845-1466034552 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466032752-15507 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4089845-1466034552.opb

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

MD5SUM BENCH= 366327c5ca39c3faa344a7c52c5e3cf0
RANDOM SEED=1826614443

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.781
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.781
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		: 2666.781
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		: 2666.781
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.781
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:        30331164 kB
Buffers:           21204 kB
Cached:            57724 kB
SwapCached:         3088 kB
Active:           240832 kB
Inactive:          55764 kB
Active(anon):     216708 kB
Inactive(anon):     3464 kB
Active(file):      24124 kB
Inactive(file):    52300 kB
Unevictable:     1543028 kB
Mlocked:         1430608 kB
SwapTotal:      67108856 kB
SwapFree:       67099412 kB
Dirty:               856 kB
Writeback:             0 kB
AnonPages:       1780996 kB
Mapped:            15300 kB
Shmem:                 0 kB
Slab:             566596 kB
SReclaimable:      10952 kB
SUnreclaim:       555644 kB
KernelStack:        1768 kB
PageTables:         7424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2229988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    337920 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= 71640 MiB
End job on node116 at 2016-06-16 02:19:10