Trace number 4116774

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 Res+CP PB16? (TO) 1800 895.659

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size160-round23-1.opb
MD5SUMcc219414569e52f24655165854ce2725
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9536
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)448
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4116774-1466979996.opb
0.08/0.13	c reading problem ... 
0.08/0.13	c  no objective function found
0.97/0.55	c ... done. Wall clock time 0.419s.
0.97/0.55	c declared #vars     4288
0.97/0.55	c #constraints  10880
0.97/0.55	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.97/0.55	c constraints type 
0.97/0.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
0.97/0.55	c org.sat4j.specs.Constr$1 => 936
0.97/0.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.97/0.55	c org.sat4j.minisat.constraints.cnf.UnitClause => 536
0.97/0.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.97/0.55	c 10880 constraints processed.
0.97/0.55	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.97/0.55	c constraints type 
0.97/0.55	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
0.97/0.55	c org.sat4j.specs.Constr$1 => 936
0.97/0.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7494
0.97/0.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1786
0.97/0.55	c org.sat4j.pb.constraints.pb.UnitClausePB => 536
0.97/0.55	c 10880 constraints processed.
4.25/1.48	c cleaning 2495 clauses out of 4998 with flag 15417/5002
5.88/2.11	c cleaning 4228 clauses out of 8502 with flag 37981/11002
7.57/2.91	c cleaning 5634 clauses out of 11274 with flag 66964/18002
9.20/3.76	c cleaning 6794 clauses out of 13638 with flag 100200/26000
11.28/4.78	c cleaning 7893 clauses out of 15845 with flag 140375/35001
13.71/5.96	c cleaning 8939 clauses out of 17951 with flag 185705/45000
16.35/7.25	c cleaning 9998 clauses out of 20012 with flag 239932/56000
19.16/8.69	c cleaning 10978 clauses out of 22014 with flag 300599/68000
22.66/10.32	c cleaning 11995 clauses out of 24036 with flag 366624/81000
26.59/12.23	c cleaning 12989 clauses out of 26042 with flag 439168/95001
30.58/14.24	c cleaning 14009 clauses out of 28053 with flag 517360/110001
34.78/16.30	c cleaning 15004 clauses out of 30043 with flag 604458/126000
37.78/17.88	c cleaning 0 clauses out of 5001 with flag 0/5001
40.04/18.82	c cleaning 15994 clauses out of 32040 with flag 693502/143001
45.01/21.29	c cleaning 17023 clauses out of 34046 with flag 791187/161001
50.61/24.06	c cleaning 17979 clauses out of 36022 with flag 895031/180000
56.95/27.10	c cleaning 18994 clauses out of 38043 with flag 1006766/200000
63.75/30.53	c cleaning 20018 clauses out of 40050 with flag 1120858/221001
70.90/34.08	c cleaning 20989 clauses out of 42031 with flag 1242915/243000
78.50/37.88	c cleaning 21977 clauses out of 44042 with flag 1372476/266000
86.61/41.88	c cleaning 23005 clauses out of 46065 with flag 1506628/290000
94.80/45.91	c cleaning 24021 clauses out of 48062 with flag 1648050/315002
103.52/50.29	c cleaning 25005 clauses out of 50040 with flag 1793473/341001
113.13/55.10	c cleaning 26012 clauses out of 52034 with flag 1945133/368000
123.03/59.94	c cleaning 26998 clauses out of 54022 with flag 2103927/396000
134.02/65.44	c cleaning 28005 clauses out of 56024 with flag 2267016/425000
144.91/70.88	c cleaning 28956 clauses out of 58020 with flag 2442918/455001
156.56/76.65	c cleaning 30018 clauses out of 60064 with flag 2619136/486001
169.36/83.03	c cleaning 31003 clauses out of 62046 with flag 2805654/518001
182.83/89.71	c cleaning 31987 clauses out of 64043 with flag 2997535/551001
196.71/96.69	c cleaning 32983 clauses out of 66057 with flag 3195611/585002
211.38/103.91	c cleaning 34030 clauses out of 68072 with flag 3398283/620000
226.46/111.47	c cleaning 34995 clauses out of 70042 with flag 3607685/656000
243.24/120.11	c cleaning 36002 clauses out of 72047 with flag 3823594/693000
258.94/127.98	c cleaning 0 clauses out of 11000 with flag 0/11000
259.74/128.39	c cleaning 37010 clauses out of 74045 with flag 4043077/731000
277.23/137.06	c cleaning 38008 clauses out of 76035 with flag 4272544/770000
295.55/146.11	c cleaning 38980 clauses out of 78028 with flag 4504814/810001
314.63/155.63	c cleaning 40007 clauses out of 80047 with flag 4743949/851000
334.31/165.46	c cleaning 40992 clauses out of 82041 with flag 4991225/893001
354.99/175.78	c cleaning 42000 clauses out of 84048 with flag 5242212/936000
376.14/186.29	c cleaning 42993 clauses out of 86048 with flag 5502669/980000
397.23/196.72	c cleaning 44008 clauses out of 88057 with flag 5770543/1025002
420.93/208.57	c cleaning 45002 clauses out of 90047 with flag 6039629/1071000
445.09/220.54	c cleaning 46001 clauses out of 92045 with flag 6317162/1118000
468.61/232.27	c cleaning 47001 clauses out of 94044 with flag 6599078/1166000
492.92/244.39	c cleaning 47991 clauses out of 96043 with flag 6885873/1215000
518.30/256.90	c cleaning 49028 clauses out of 98055 with flag 7183878/1265003
544.56/270.06	c cleaning 49993 clauses out of 100024 with flag 7487731/1316000
573.36/284.38	c cleaning 51014 clauses out of 102031 with flag 7795580/1368000
601.87/298.52	c cleaning 51995 clauses out of 104017 with flag 8106625/1421000
631.30/313.79	c cleaning 53008 clauses out of 106022 with flag 8428735/1475000
661.04/328.56	c cleaning 53984 clauses out of 108014 with flag 8753527/1530000
688.55/342.24	c cleaning 54998 clauses out of 110031 with flag 9085873/1586001
719.80/357.84	c cleaning 56003 clauses out of 112032 with flag 9422507/1643000
752.20/373.98	c cleaning 57015 clauses out of 114030 with flag 9760012/1701001
785.68/390.55	c cleaning 57992 clauses out of 116016 with flag 10108068/1760002
819.63/407.48	c cleaning 58999 clauses out of 118023 with flag 10456184/1820001
856.11/425.49	c cleaning 60012 clauses out of 120024 with flag 10814414/1881001
893.02/443.72	c cleaning 60972 clauses out of 122011 with flag 11178738/1943000
931.22/462.70	c cleaning 62015 clauses out of 124039 with flag 11545948/2006000
972.23/483.18	c cleaning 62997 clauses out of 126025 with flag 11914480/2070001
1012.85/503.34	c cleaning 63972 clauses out of 128027 with flag 12290471/2135000
1030.94/512.34	c cleaning 0 clauses out of 18001 with flag 0/18001
1054.02/523.86	c cleaning 65028 clauses out of 130055 with flag 12672737/2201000
1096.43/544.93	c cleaning 66007 clauses out of 132027 with flag 13061927/2268000
1143.02/568.18	c cleaning 66980 clauses out of 134020 with flag 13457751/2336000
1189.45/591.29	c cleaning 67982 clauses out of 136041 with flag 13861671/2405001
1239.11/615.87	c cleaning 69024 clauses out of 138058 with flag 14264988/2475000
1289.47/640.89	c cleaning 69968 clauses out of 140035 with flag 14674862/2546001
1342.36/668.04	c cleaning 71016 clauses out of 142068 with flag 15091049/2618002
1392.33/693.00	c cleaning 72017 clauses out of 144050 with flag 15513190/2691000
1444.63/718.95	c cleaning 72982 clauses out of 146035 with flag 15937921/2765002
1498.10/745.52	c cleaning 73989 clauses out of 148052 with flag 16364212/2840001
1551.10/771.93	c cleaning 75018 clauses out of 150063 with flag 16808532/2916001
1609.55/801.09	c cleaning 76003 clauses out of 152044 with flag 17258437/2993000
1667.12/829.68	c cleaning 77005 clauses out of 154041 with flag 17709409/3071000
1728.19/859.95	c cleaning 78020 clauses out of 156039 with flag 18162499/3150003
1789.71/890.51	c cleaning 78982 clauses out of 158017 with flag 18622606/3230001
1800.00/895.60	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/895.60	c starts		: 25905
1800.00/895.60	c conflicts		: 3247489
1800.00/895.60	c decisions		: 26104605
1800.00/895.60	c propagations		: 408096732
1800.00/895.60	c inspects		: 8746227519
1800.00/895.60	c shortcuts		: 0
1800.00/895.60	c learnt literals	: 5
1800.00/895.60	c learnt binary clauses	: 88
1800.00/895.60	c learnt ternary clauses	: 821
1800.00/895.60	c learnt constraints	: 3247484
1800.00/895.60	c ignored constraints	: 0
1800.00/895.60	c root simplifications	: 0
1800.00/895.60	c removed literals (reason simplification)	: 2787395
1800.00/895.60	c reason swapping (by a shorter reason)	: 0
1800.00/895.61	c Calls to reduceDB	: 76
1800.00/895.61	c Number of update (reduction) of LBD	: 714970
1800.00/895.61	c Imported unit clauses	: 0
1800.00/895.61	c number of reductions to clauses (during analyze)	: 0
1800.00/895.61	c number of learned constraints concerned by reduction	: 0
1800.00/895.61	c number of learning phase by resolution	: 0
1800.00/895.61	c number of learning phase by cutting planes	: 0
1800.00/895.61	c speed (assignments/second)	: 455953.6244190204
1800.00/895.61	c non guided choices	12409
1800.00/895.63	c learnt constraints type 
1800.00/895.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 88
1800.00/895.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 96435
1800.00/895.63	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/895.63	c starts		: 51
1800.00/895.63	c conflicts		: 22639
1800.00/895.63	c decisions		: 73692
1800.00/895.63	c propagations		: 2655879
1800.00/895.63	c inspects		: 850408695
1800.00/895.63	c shortcuts		: 0
1800.00/895.63	c learnt literals	: 0
1800.00/895.63	c learnt binary clauses	: 0
1800.00/895.63	c learnt ternary clauses	: 0
1800.00/895.63	c learnt constraints	: 22638
1800.00/895.63	c ignored constraints	: 0
1800.00/895.63	c root simplifications	: 0
1800.00/895.63	c removed literals (reason simplification)	: 0
1800.00/895.63	c reason swapping (by a shorter reason)	: 0
1800.00/895.63	c Calls to reduceDB	: 3
1800.00/895.63	c Number of update (reduction) of LBD	: 0
1800.00/895.63	c Imported unit clauses	: 0
1800.00/895.63	c number of reductions to clauses (during analyze)	: 0
1800.00/895.63	c number of learned constraints concerned by reduction	: 0
1800.00/895.63	c number of learning phase by resolution	: 0
1800.00/895.63	c number of learning phase by cutting planes	: 0
1800.00/895.63	c speed (assignments/second)	: 2967.243756326349
1800.00/895.63	c non guided choices	384
1800.00/895.64	c learnt constraints type 
1800.00/895.64	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 63
1800.00/895.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22575
1800.00/895.64	s UNKNOWN
1800.00/895.64	c Total wall clock time (in seconds): 895.51

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-4116774-1466979996/watcher-4116774-1466979996 -o /tmp/evaluation-result-4116774-1466979996/solver-4116774-1466979996 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466978205-24214 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4116774-1466979996.opb 

pid=24535
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: 4.17 4.19 3.76 4/197 24538
/proc/meminfo: memFree=27742208/32872528 swapFree=518888/559768
[pid=24538] ppid=24535 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/24538/stat : 24538 (java) D 24535 24538 24198 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 31039856 9515008 182 33554432000 1073741824 1073778376 140737288233280 140737288224312 270118239925 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/24538/statm: 2323 182 140 9 0 71 0

[startup+0.100205 s]
/proc/loadavg: 4.17 4.19 3.76 4/197 24538
/proc/meminfo: memFree=27742208/32872528 swapFree=518888/559768
[pid=24538] ppid=24535 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/24538/stat : 24538 (java) S 24535 24538 24198 0 -1 4202496 4346 0 1 0 7 1 0 0 20 0 18 0 31039856 9787879424 5473 33554432000 1073741824 1073778376 140734007455296 140734007446432 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24538/statm: 2389619 5473 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200219 s]
/proc/loadavg: 4.17 4.19 3.76 4/197 24538
/proc/meminfo: memFree=27742208/32872528 swapFree=518888/559768
[pid=24538] ppid=24535 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/24538/stat : 24538 (java) S 24535 24538 24198 0 -1 4202496 4659 0 1 0 21 2 0 0 20 0 18 0 31039856 9787879424 6756 33554432000 1073741824 1073778376 140734007455296 140734007446432 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24538/statm: 2389619 6756 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300223 s]
/proc/loadavg: 4.17 4.19 3.76 4/197 24538
/proc/meminfo: memFree=27742208/32872528 swapFree=518888/559768
[pid=24538] ppid=24535 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/24538/stat : 24538 (java) S 24535 24538 24198 0 -1 4202496 5806 0 1 0 45 2 0 0 20 0 18 0 31039856 9787879424 7863 33554432000 1073741824 1073778376 140734007455296 140734007446432 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24538/statm: 2389619 7863 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.70017 s]
/proc/loadavg: 4.17 4.19 3.76 4/197 24538
/proc/meminfo: memFree=27742208/32872528 swapFree=518888/559768
[pid=24538] ppid=24535 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/24538/stat : 24538 (java) S 24535 24538 24198 0 -1 4202496 13331 0 1 0 157 4 0 0 20 0 22 0 31039856 10060525568 23962 33554432000 1073741824 1073778376 140734007455296 140734007446432 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24538/statm: 2456183 23967 2264 9 0 2446860 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 4.17 4.19 3.76 9/219 24629
/proc/meminfo: memFree=31206440/32872528 swapFree=518888/559768
[pid=24538] ppid=24535 vsize=9824732 CPUtime=4.51 cores=0,2,4,6
/proc/24538/stat : 24538 (java) S 24535 24538 24198 0 -1 4202496 18661 0 1 0 444 7 0 0 20 0 22 0 31039856 10060525568 47144 33554432000 1073741824 1073778376 140734007455296 140734007446432 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24538/statm: 2456183 47144 2292 9 0 2446860 0
[pid=24538/tid=24540] ppid=24535 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/24538/task/24540/stat : 24540 (java) S 24535 24538 24198 0 -1 4202560 2447 0 1 0 50 2 0 0 20 0 22 0 31039857 10060525568 47144 33554432000 1073741824 1073778376 140734007455296 140470240256888 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24538/tid=24541] ppid=24535 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24538/task/24541/stat : 24541 (java) S 24535 24538 24198 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 31039858 10060525568 47144 33554432000 1073741824 1073778376 140734007455296 140470201748264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24538/tid=24542] ppid=24535 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24538/task/24542/stat : 24542 (java) S 24535 24538 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31039858 10060525568 47144 33554432000 1073741824 1073778376 140734007455296 140470200695464 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24538/tid=24543] ppid=24535 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24538/task/24543/stat : 24543 (java) S 24535 24538 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31039858 10060525568 47144 33554432000 1073741824 1073778376 140734007455296 140470199643176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24538/tid=24544] ppid=24535 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24538/task/24544/stat : 24544 (java) S 24535 24538 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31039858 10060525568 47144 33554432000 1073741824 1073778376 140734007455296 140470198590376 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24538/tid=24545] ppid=24535 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24538/task/24545/stat : 24545 (java) S 24535 24538 24198 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 31039858 10060525568 47144 33554432000 1073741824 1073778376 140734007455296 140470197537064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24538/tid=24546] ppid=24535 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24538/task/24546/stat : 24546 (java) S 24535 24538 24198 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 31039858 10060525568 47144 33554432000 1073741824 1073778376 140734007455296 140470196484264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24538/tid=24547] ppid=24535 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24538/task/24547/stat : 24547 (java) S 24535 24538 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31039858 10060525568 47144 33554432000 1073741824 1073778376 140734007455296 140470195431976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24538/tid=24548] ppid=24535 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24538/task/24548/stat : 24548 (java) S 24535 24538 24198 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 31039858 10060525568 47144 33554432000 1073741824 1073778376 140734007455296 140470076303784 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24538/tid=24549] ppid=24535 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24538/task/24549/stat : 24549 (java) S 24535 24538 24198 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 31039860 10060525568 47144 33554432000 1073741824 1073778376 140734007455296 140470064106216 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24538/tid=24550] ppid=24535 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24538/task/24550/stat : 24550 (java) S 24535 24538 24198 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 31039860 10060525568 47144 33554432000 1073741824 1073778376 140734007455296 140470063052280 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24538/tid=24551] ppid=24535 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24538/task/24551/stat : 24551 (java) S 24535 24538 24198 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 31039860 10060525568 47144 33554432000 1073741824 1073778376 140734007455296 140470061999880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24538/tid=24554] ppid=24535 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24538/task/24554/stat : 24554 (java) S 24535 24538 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31039863 10060525568 47144 33554432000 1073741824 1073778376 140734007455296 140470060948368 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24538/tid=24555] ppid=24535 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/24538/task/24555/stat : 24555 (java) R 24535 24538 24198 0 -1 4202560 7790 0 0 0 99 2 0 0 20 0 22 0 31039863 10060525568 47144 33554432000 1073741824 1073778376 140734007455296 140469321328824 140470246219673 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24538/tid=24556] ppid=24535 vsize=9824732 CPUtime=1.05 cores=0,2,4,6
/proc/24538/task/24556/stat : 24556 (java) R 24535 24538 24198 0 -1 4202560 6964 0 0 0 105 0 0 0 20 0 22 0 31039863 10060525568 47144 33554432000 1073741824 1073778376 140734007455296 140469320276024 140470242753511 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24538/tid=24557] ppid=24535 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24538/task/24557/stat : 24557 (java) S 24535 24538 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31039863 10060525568 47144 33554432000 1073741824 1073778376 140734007455296 140469319223928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24538/tid=24558] ppid=24535 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24538/task/24558/stat : 24558 (java) S 24535 24538 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31039863 10060525568 47144 33554432000 1073741824 1073778376 140734007455296 140469318171336 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24538/tid=24615] ppid=24535 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/24538/task/24615/stat : 24615 (java) R 24535 24538 24198 0 -1 4202560 18 0 0 0 89 0 0 0 20 0 22 0 31039912 10060525568 47144 33554432000 1073741824 1073778376 140734007455296 140469317115544 140470077125136 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24538/tid=24616] ppid=24535 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/24538/task/24616/stat : 24616 (java) R 24535 24538 24198 0 -1 4202560 73 0 0 0 87 1 0 0 20 0 22 0 31039912 10060525568 47144 33554432000 1073741824 1073778376 140734007455296 140469316063400 140470077082015 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24538/tid=24619] ppid=24535 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24538/task/24619/stat : 24619 (java) S 24535 24538 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31039913 10060525568 47144 33554432000 1073741824 1073778376 140734007455296 140469315012264 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24538/tid=24620] ppid=24535 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24538/task/24620/stat : 24620 (java) S 24535 24538 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31039913 10060525568 47144 33554432000 1073741824 1073778376 140734007455296 140469313959464 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.51
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 4.17 4.19 3.76 6/219 24629
/proc/meminfo: memFree=30916192/32872528 swapFree=518888/559768
[pid=24538] ppid=24535 vsize=9824732 CPUtime=7.98 cores=0,2,4,6
/proc/24538/stat : 24538 (java) S 24535 24538 24198 0 -1 4202496 18965 0 1 0 785 13 0 0 20 0 22 0 31039856 10060525568 89785 33554432000 1073741824 1073778376 140734007455296 140734007446432 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24538/statm: 2456183 89785 2292 9 0 2446860 0
[pid=24538/tid=24540] ppid=24535 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/24538/task/24540/stat : 24540 (java) S 24535 24538 24198 0 -1 4202560 2447 0 1 0 50 2 0 0 20 0 22 0 31039857 10060525568 89785 33554432000 1073741824 1073778376 140734007455296 140470240256888 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24538/tid=24541] ppid=24535 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/24538/task/24541/stat : 24541 (java) S 24535 24538 24198 0 -1 4202560 37 0 0 0 5 1 0 0 20 0 22 0 31039858 10060525568 89785 33554432000 1073741824 1073778376 140734007455296 140470201748264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24538/tid=24542] ppid=24535 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/24538/task/24542/stat : 24542 (java) S 24535 24538 24198 0 -1 4202560 20 0 0 0 3 1 0 0 20 0 22 0 31039858 10060525568 89785 33554432000 1073741824 1073778376 140734007455296 140470200695464 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24538/tid=24543] ppid=24535 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/24538/task/24543/stat : 24543 (java) S 24535 24538 24198 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 22 0 31039858 10060525568 89785 33554432000 1073741824 1073778376 140734007455296 140470199643176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24538/tid=24544] ppid=24535 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/24538/task/24544/stat : 24544 (java) S 24535 24538 24198 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 22 0 31039858 10060525568 89785 33554432000 1073741824 1073778376 140734007455296 140470198590376 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24538/tid=24545] ppid=24535 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/24538/task/24545/stat : 24545 (java) S 24535 24538 24198 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 31039858 10060525568 89785 33554432000 1073741824 1073778376 140734007455296 140470197537064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24538/tid=24546] ppid=24535 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/24538/task/24546/stat : 24546 (java) S 24535 24538 24198 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 22 0 31039858 10060525568 89785 33554432000 1073741824 1073778376 140734007455296 140470196484264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24538/tid=24547] ppid=24535 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/24538/task/24547/stat : 24547 (java) S 24535 24538 24198 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 31039858 10060525568 89785 33554432000 1073741824 1073778376 140734007455296 140470195431976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24538/tid=24548] ppid=24535 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/24538/task/24548/stat : 24548 (java) S 24535 24538 24198 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 31039858 10060525568 89785 33554432000 1073741824 1073778376 140734007455296 140470076303784 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24538/tid=24549] ppid=24535 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24538/task/24549/stat : 24549 (java) S 24535 24538 24198 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 31039860 10060525568 89785 33554432000 1073741824 1073778376 140734007455296 140470064106216 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24538/tid=24550] ppid=24535 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24538/task/24550/stat : 24550 (java) S 24535 24538 24198 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 31039860 10060525568 89785 33554432000 1073741824 1073778376 140734007455296 140470063052280 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24538/tid=24551] ppid=24535 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24538/task/24551/stat : 24551 (java) S 24535 24538 24198 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 31039860 10060525568 89785 33554432000 1073741824 1073778376 140734007455296 140470061999880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24538/tid=24554] ppid=24535 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24538/task/24554/stat : 24554 (java) S 24535 24538 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31039863 10060525568 89785 33554432000 1073741824 1073778376 140734007455296 140470060948368 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24538/tid=24555] ppid=24535 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/24538/task/24555/stat : 24555 (java) S 24535 24538 24198 0 -1 4202560 7807 0 0 0 104 2 0 0 20 0 22 0 31039863 10060525568 89785 33554432000 1073741824 1073778376 140734007455296 140469321328824 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24538/tid=24556] ppid=24535 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/24538/task/24556/stat : 24556 (java) S 24535 24538 24198 0 -1 4202560 6964 0 0 0 116 0 0 0 20 0 22 0 31039863 10060525568 89785 33554432000 1073741824 1073778376 140734007455296 140469320276024 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24538/tid=24557] ppid=24535 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24538/task/24557/stat : 24557 (java) S 24535 24538 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31039863 10060525568 89785 33554432000 1073741824 1073778376 140734007455296 140469319223928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24538/tid=24558] ppid=24535 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24538/task/24558/stat : 24558 (java) S 24535 24538 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31039863 10060525568 89785 33554432000 1073741824 1073778376 140734007455296 140469318171336 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24538/tid=24615] ppid=24535 vsize=9824732 CPUtime=2.4 cores=0,2,4,6
/proc/24538/task/24615/stat : 24615 (java) R 24535 24538 24198 0 -1 4202560 21 0 0 0 240 0 0 0 20 0 22 0 31039912 10060525568 89785 33554432000 1073741824 1073778376 140734007455296 140469317117000 140470077171768 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24538/tid=24616] ppid=24535 vsize=9824732 CPUtime=2.39 cores=0,2,4,6
/proc/24538/task/24616/stat : 24616 (java) R 24535 24538 24198 0 -1 4202560 131 0 0 0 236 3 0 0 20 0 22 0 31039912 10060525568 89785 33554432000 1073741824 1073778376 140734007455296 140469316063240 140470077088261 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24538/tid=24619] ppid=24535 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24538/task/24619/stat : 24619 (java) S 24535 24538 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31039913 10060525568 89785 33554432000 1073741824 1073778376 140734007455296 140469315012264 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24538/tid=24620] ppid=24535 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24538/task/24620/stat : 24620 (java) S 24535 24538 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31039913 10060525568 89785 33554432000 1073741824 1073778376 140734007455296 140469313959464 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.98
Current children cumulated vsize (KiB) 9824732

[startup+6.30101 s]
/proc/loadavg: 4.16 4.19 3.76 5/219 24629
/proc/meminfo: memFree=30190588/32872528 swapFree=518888/559768
[pid=24538] ppid=24535 vsize=9824732 CPUtime=14.55 cores=0,2,4,6
/proc/24538/stat : 24538 (java) S 24535 24538 24198 0 -1 4202496 19923 0 1 0 1431 24 0 0 20 0 22 0 31039856 10060525568 163536 33554432000 1073741824 1073778376 140734007455296 140734007446432 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24538/statm: 2456183 163536 2292 9 0 2446860 0
[pid=24538/tid=24540] ppid=24535 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/24538/task/24540/stat : 24540 (java) S 24535 24538 24198 0 -1 4202560 2447 0 1 0 50 2 0 0 20 0 22 0 31039857 10060525568 163536 33554432000 1073741824 1073778376 140734007455296 140470240256888 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24538/tid=24541] ppid=24535 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/24538/task/24541/stat : 24541 (java) S 24535 24538 24198 0 -1 4202560 59 0 0 0 8 3 0 0 20 0 22 0 31039858 10060525568 163536 33554432000 1073741824 1073778376 140734007455296 140470201748264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24538/tid=24542] ppid=24535 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/24538/task/24542/stat : 24542 (java) S 24535 24538 24198 0 -1 4202560 33 0 0 0 5 2 0 0 20 0 22 0 31039858 10060525568 163536 33554432000 1073741824 1073778376 140734007455296 140470200695464 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24538/tid=24543] ppid=24535 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/24538/task/24543/stat : 24543 (java) S 24535 24538 24198 0 -1 4202560 136 0 0 0 5 2 0 0 20 0 22 0 31039858 10060525568 163536 33554432000 1073741824 1073778376 140734007455296 140470199643176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24538/tid=24544] ppid=24535 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/24538/task/24544/stat : 24544 (java) S 24535 24538 24198 0 -1 4202560 136 0 0 0 7 2 0 0 20 0 22 0 31039858 10060525568 163536 33554432000 1073741824 1073778376 140734007455296 140470198590376 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24538/tid=24545] ppid=24535 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/24538/task/24545/stat : 24545 (java) S 24535 24538 24198 0 -1 4202560 154 0 0 0 6 3 0 0 20 0 22 0 31039858 10060525568 163536 33554432000 1073741824 1073778376 140734007455296 140470197537064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24538/tid=24546] ppid=24535 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/24538/task/24546/stat : 24546 (java) S 24535 24538 24198 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 22 0 31039858 10060525568 163536 33554432000 1073741824 1073778376 140734007455296 140470196484264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24538/tid=24547] ppid=24535 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/24538/task/24547/stat : 24547 (java) S 24535 24538 24198 0 -1 4202560 144 0 0 0 4 0 0 0 20 0 22 0 31039858 10060525568 163536 33554432000 1073741824 1073778376 140734007455296 140470195431976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24538/tid=24548] ppid=24535 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/24538/task/24548/stat : 24548 (java) S 24535 24538 24198 0 -1 4202560 24 0 0 0 3 2 0 0 20 0 22 0 31039858 10060525568 163536 33554432000 1073741824 1073778376 140734007455296 140470076303784 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24538/tid=24549] ppid=24535 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24538/task/24549/stat : 24549 (java) S 24535 24538 24198 0 -1 4202560 468 0 0 0 0 0 0 0 20 0 22 0 31039860 10060525568 163536 33554432000 1073741824 1073778376 140734007455296 140470064106216 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24538/tid=24550] ppid=24535 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24538/task/24550/stat : 24550 (java) S 24535 24538 24198 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 31039860 10060525568 163536 33554432000 1073741824 1073778376 140734007455296 140470063052280 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24538/tid=24551] ppid=24535 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24538/task/24551/stat : 24551 (java) S 24535 24538 24198 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 31039860 10060525568 163536 33554432000 1073741824 1073778376 140734007455296 140470061999880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24538/tid=24554] ppid=24535 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24538/task/24554/stat : 24554 (java) S 24535 24538 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31039863 10060525568 163536 33554432000 1073741824 1073778376 140734007455296 140470060948368 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24538/tid=24555] ppid=24535 vsize=9824732 CPUtime=1.09 cores=0,2,4,6

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

/proc/24538/task/24543/stat : 24543 (java) S 24535 24538 24198 0 -1 4202560 753 0 0 0 255 16 0 0 20 0 22 0 31039858 10060525568 923761 33554432000 1073741824 1073778376 140734007455296 140470199643176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24538/tid=24544] ppid=24535 vsize=9824732 CPUtime=2.73 cores=0,2,4,6
/proc/24538/task/24544/stat : 24544 (java) S 24535 24538 24198 0 -1 4202560 683 0 0 0 254 19 0 0 20 0 22 0 31039858 10060525568 923761 33554432000 1073741824 1073778376 140734007455296 140470198590376 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24538/tid=24545] ppid=24535 vsize=9824732 CPUtime=2.84 cores=0,2,4,6
/proc/24538/task/24545/stat : 24545 (java) S 24535 24538 24198 0 -1 4202560 704 0 0 0 263 21 0 0 20 0 22 0 31039858 10060525568 923761 33554432000 1073741824 1073778376 140734007455296 140470197537064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24538/tid=24546] ppid=24535 vsize=9824732 CPUtime=2.67 cores=0,2,4,6
/proc/24538/task/24546/stat : 24546 (java) S 24535 24538 24198 0 -1 4202560 656 0 0 0 247 20 0 0 20 0 22 0 31039858 10060525568 923761 33554432000 1073741824 1073778376 140734007455296 140470196484264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24538/tid=24547] ppid=24535 vsize=9824732 CPUtime=2.34 cores=0,2,4,6
/proc/24538/task/24547/stat : 24547 (java) S 24535 24538 24198 0 -1 4202560 625 0 0 0 220 14 0 0 20 0 22 0 31039858 10060525568 923761 33554432000 1073741824 1073778376 140734007455296 140470195431976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24538/tid=24548] ppid=24535 vsize=9824732 CPUtime=2.57 cores=0,2,4,6
/proc/24538/task/24548/stat : 24548 (java) S 24535 24538 24198 0 -1 4202560 528 0 0 0 242 15 0 0 20 0 22 0 31039858 10060525568 923761 33554432000 1073741824 1073778376 140734007455296 140470076303784 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24538/tid=24549] ppid=24535 vsize=9824732 CPUtime=3.77 cores=0,2,4,6
/proc/24538/task/24549/stat : 24549 (java) S 24535 24538 24198 0 -1 4202560 2302 0 0 0 370 7 0 0 20 0 22 0 31039860 10060525568 923761 33554432000 1073741824 1073778376 140734007455296 140470064106216 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24538/tid=24550] ppid=24535 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24538/task/24550/stat : 24550 (java) S 24535 24538 24198 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 31039860 10060525568 923761 33554432000 1073741824 1073778376 140734007455296 140470063052280 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24538/tid=24551] ppid=24535 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24538/task/24551/stat : 24551 (java) S 24535 24538 24198 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 31039860 10060525568 923761 33554432000 1073741824 1073778376 140734007455296 140470061999880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24538/tid=24554] ppid=24535 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24538/task/24554/stat : 24554 (java) S 24535 24538 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31039863 10060525568 923761 33554432000 1073741824 1073778376 140734007455296 140470060948368 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24538/tid=24555] ppid=24535 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/24538/task/24555/stat : 24555 (java) S 24535 24538 24198 0 -1 4202560 7826 0 0 0 114 2 0 0 20 0 22 0 31039863 10060525568 923761 33554432000 1073741824 1073778376 140734007455296 140469321328824 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24538/tid=24556] ppid=24535 vsize=9824732 CPUtime=1.53 cores=0,2,4,6
/proc/24538/task/24556/stat : 24556 (java) S 24535 24538 24198 0 -1 4202560 10681 0 0 0 151 2 0 0 20 0 22 0 31039863 10060525568 923761 33554432000 1073741824 1073778376 140734007455296 140469320276024 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24538/tid=24557] ppid=24535 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24538/task/24557/stat : 24557 (java) S 24535 24538 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31039863 10060525568 923761 33554432000 1073741824 1073778376 140734007455296 140469319223928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24538/tid=24558] ppid=24535 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/24538/task/24558/stat : 24558 (java) S 24535 24538 24198 0 -1 4202560 47 0 0 0 14 16 0 0 20 0 22 0 31039863 10060525568 923761 33554432000 1073741824 1073778376 140734007455296 140469318171336 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24538/tid=24615] ppid=24535 vsize=9824732 CPUtime=810.15 cores=0,2,4,6
/proc/24538/task/24615/stat : 24615 (java) R 24535 24538 24198 0 -1 4202560 68 0 0 0 81001 14 0 0 20 0 22 0 31039912 10060525568 923761 33554432000 1073741824 1073778376 140734007455296 140469317115776 140470077134635 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24538/tid=24616] ppid=24535 vsize=9824732 CPUtime=810.25 cores=0,2,4,6
/proc/24538/task/24616/stat : 24616 (java) R 24535 24538 24198 0 -1 4202560 1834 0 0 0 80977 48 0 0 20 0 22 0 31039912 10060525568 923761 33554432000 1073741824 1073778376 140734007455296 140469316064000 140470077302016 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24538/tid=24619] ppid=24535 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24538/task/24619/stat : 24619 (java) S 24535 24538 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31039913 10060525568 923761 33554432000 1073741824 1073778376 140734007455296 140469315012264 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24538/tid=24620] ppid=24535 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24538/task/24620/stat : 24620 (java) S 24535 24538 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31039913 10060525568 923761 33554432000 1073741824 1073778376 140734007455296 140469313959464 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1652.53
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.21 4.22 4.01 5/219 24652
/proc/meminfo: memFree=24035092/32872528 swapFree=518888/559768
[pid=24538] ppid=24535 vsize=9824732 CPUtime=1773.21 cores=0,2,4,6
/proc/24538/stat : 24538 (java) S 24535 24538 24198 0 -1 4202496 31596 0 1 0 177119 202 0 0 20 0 22 0 31039856 10060525568 936049 33554432000 1073741824 1073778376 140734007455296 140734007446432 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24538/statm: 2456183 936049 2301 9 0 2446860 0
[pid=24538/tid=24540] ppid=24535 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/24538/task/24540/stat : 24540 (java) S 24535 24538 24198 0 -1 4202560 2450 0 1 0 53 3 0 0 20 0 22 0 31039857 10060525568 936049 33554432000 1073741824 1073778376 140734007455296 140470240256888 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24538/tid=24541] ppid=24535 vsize=9824732 CPUtime=2.64 cores=0,2,4,6
/proc/24538/task/24541/stat : 24541 (java) S 24535 24538 24198 0 -1 4202560 548 0 0 0 248 16 0 0 20 0 22 0 31039858 10060525568 936049 33554432000 1073741824 1073778376 140734007455296 140470201748264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24538/tid=24542] ppid=24535 vsize=9824732 CPUtime=2.69 cores=0,2,4,6
/proc/24538/task/24542/stat : 24542 (java) S 24535 24538 24198 0 -1 4202560 557 0 0 0 253 16 0 0 20 0 22 0 31039858 10060525568 936049 33554432000 1073741824 1073778376 140734007455296 140470200695464 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24538/tid=24543] ppid=24535 vsize=9824732 CPUtime=2.85 cores=0,2,4,6
/proc/24538/task/24543/stat : 24543 (java) S 24535 24538 24198 0 -1 4202560 757 0 0 0 269 16 0 0 20 0 22 0 31039858 10060525568 936049 33554432000 1073741824 1073778376 140734007455296 140470199643176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24538/tid=24544] ppid=24535 vsize=9824732 CPUtime=2.85 cores=0,2,4,6
/proc/24538/task/24544/stat : 24544 (java) S 24535 24538 24198 0 -1 4202560 689 0 0 0 266 19 0 0 20 0 22 0 31039858 10060525568 936049 33554432000 1073741824 1073778376 140734007455296 140470198590376 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24538/tid=24545] ppid=24535 vsize=9824732 CPUtime=3.01 cores=0,2,4,6
/proc/24538/task/24545/stat : 24545 (java) S 24535 24538 24198 0 -1 4202560 711 0 0 0 280 21 0 0 20 0 22 0 31039858 10060525568 936049 33554432000 1073741824 1073778376 140734007455296 140470197537064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24538/tid=24546] ppid=24535 vsize=9824732 CPUtime=2.93 cores=0,2,4,6
/proc/24538/task/24546/stat : 24546 (java) S 24535 24538 24198 0 -1 4202560 669 0 0 0 273 20 0 0 20 0 22 0 31039858 10060525568 936049 33554432000 1073741824 1073778376 140734007455296 140470196484264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24538/tid=24547] ppid=24535 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/24538/task/24547/stat : 24547 (java) S 24535 24538 24198 0 -1 4202560 635 0 0 0 239 14 0 0 20 0 22 0 31039858 10060525568 936049 33554432000 1073741824 1073778376 140734007455296 140470195431976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24538/tid=24548] ppid=24535 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/24538/task/24548/stat : 24548 (java) S 24535 24538 24198 0 -1 4202560 537 0 0 0 256 15 0 0 20 0 22 0 31039858 10060525568 936049 33554432000 1073741824 1073778376 140734007455296 140470076303784 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24538/tid=24549] ppid=24535 vsize=9824732 CPUtime=3.78 cores=0,2,4,6
/proc/24538/task/24549/stat : 24549 (java) S 24535 24538 24198 0 -1 4202560 2312 0 0 0 370 8 0 0 20 0 22 0 31039860 10060525568 936049 33554432000 1073741824 1073778376 140734007455296 140470064106216 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24538/tid=24550] ppid=24535 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24538/task/24550/stat : 24550 (java) S 24535 24538 24198 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 31039860 10060525568 936049 33554432000 1073741824 1073778376 140734007455296 140470063052280 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24538/tid=24551] ppid=24535 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24538/task/24551/stat : 24551 (java) S 24535 24538 24198 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 31039860 10060525568 936049 33554432000 1073741824 1073778376 140734007455296 140470061999880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24538/tid=24554] ppid=24535 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24538/task/24554/stat : 24554 (java) S 24535 24538 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31039863 10060525568 936049 33554432000 1073741824 1073778376 140734007455296 140470060948368 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24538/tid=24555] ppid=24535 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/24538/task/24555/stat : 24555 (java) S 24535 24538 24198 0 -1 4202560 7826 0 0 0 114 2 0 0 20 0 22 0 31039863 10060525568 936049 33554432000 1073741824 1073778376 140734007455296 140469321328824 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24538/tid=24556] ppid=24535 vsize=9824732 CPUtime=1.53 cores=0,2,4,6
/proc/24538/task/24556/stat : 24556 (java) S 24535 24538 24198 0 -1 4202560 10681 0 0 0 151 2 0 0 20 0 22 0 31039863 10060525568 936049 33554432000 1073741824 1073778376 140734007455296 140469320276024 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24538/tid=24557] ppid=24535 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24538/task/24557/stat : 24557 (java) S 24535 24538 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31039863 10060525568 936049 33554432000 1073741824 1073778376 140734007455296 140469319223928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24538/tid=24558] ppid=24535 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/24538/task/24558/stat : 24558 (java) S 24535 24538 24198 0 -1 4202560 51 0 0 0 16 17 0 0 20 0 22 0 31039863 10060525568 936049 33554432000 1073741824 1073778376 140734007455296 140469318171336 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24538/tid=24615] ppid=24535 vsize=9824732 CPUtime=869.61 cores=0,2,4,6
/proc/24538/task/24615/stat : 24615 (java) R 24535 24538 24198 0 -1 4202560 69 0 0 0 86946 15 0 0 20 0 22 0 31039912 10060525568 936049 33554432000 1073741824 1073778376 140734007455296 140469317115776 140470077107124 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24538/tid=24616] ppid=24535 vsize=9824732 CPUtime=869.73 cores=0,2,4,6
/proc/24538/task/24616/stat : 24616 (java) R 24535 24538 24198 0 -1 4202560 1840 0 0 0 86924 49 0 0 20 0 22 0 31039912 10060525568 936049 33554432000 1073741824 1073778376 140734007455296 140469316064200 140470077302042 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24538/tid=24619] ppid=24535 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24538/task/24619/stat : 24619 (java) S 24535 24538 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31039913 10060525568 936049 33554432000 1073741824 1073778376 140734007455296 140469315012264 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24538/tid=24620] ppid=24535 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24538/task/24620/stat : 24620 (java) S 24535 24538 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31039913 10060525568 936049 33554432000 1073741824 1073778376 140734007455296 140469313959464 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1773.21
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.601 s]
/proc/loadavg: 4.17 4.21 4.01 5/219 24652
/proc/meminfo: memFree=24008472/32872528 swapFree=518888/559768
[pid=24538] ppid=24535 vsize=9824732 CPUtime=1800 cores=0,2,4,6
/proc/24538/stat : 24538 (java) S 24535 24538 24198 0 -1 4202496 31648 0 1 0 179794 206 0 0 20 0 22 0 31039856 10060525568 942705 33554432000 1073741824 1073778376 140734007455296 140734007446432 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24538/statm: 2456183 942705 2301 9 0 2446860 0
[pid=24538/tid=24540] ppid=24535 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/24538/task/24540/stat : 24540 (java) S 24535 24538 24198 0 -1 4202560 2450 0 1 0 53 3 0 0 20 0 22 0 31039857 10060525568 942705 33554432000 1073741824 1073778376 140734007455296 140470240256888 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24538/tid=24541] ppid=24535 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/24538/task/24541/stat : 24541 (java) S 24535 24538 24198 0 -1 4202560 552 0 0 0 251 17 0 0 20 0 22 0 31039858 10060525568 942705 33554432000 1073741824 1073778376 140734007455296 140470201748264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24538/tid=24542] ppid=24535 vsize=9824732 CPUtime=2.72 cores=0,2,4,6
/proc/24538/task/24542/stat : 24542 (java) S 24535 24538 24198 0 -1 4202560 560 0 0 0 256 16 0 0 20 0 22 0 31039858 10060525568 942705 33554432000 1073741824 1073778376 140734007455296 140470200695464 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24538/tid=24543] ppid=24535 vsize=9824732 CPUtime=2.92 cores=0,2,4,6
/proc/24538/task/24543/stat : 24543 (java) S 24535 24538 24198 0 -1 4202560 766 0 0 0 275 17 0 0 20 0 22 0 31039858 10060525568 942705 33554432000 1073741824 1073778376 140734007455296 140470199643176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24538/tid=24544] ppid=24535 vsize=9824732 CPUtime=2.91 cores=0,2,4,6
/proc/24538/task/24544/stat : 24544 (java) S 24535 24538 24198 0 -1 4202560 699 0 0 0 271 20 0 0 20 0 22 0 31039858 10060525568 942705 33554432000 1073741824 1073778376 140734007455296 140470198590376 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24538/tid=24545] ppid=24535 vsize=9824732 CPUtime=3.04 cores=0,2,4,6
/proc/24538/task/24545/stat : 24545 (java) S 24535 24538 24198 0 -1 4202560 713 0 0 0 283 21 0 0 20 0 22 0 31039858 10060525568 942705 33554432000 1073741824 1073778376 140734007455296 140470197537064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24538/tid=24546] ppid=24535 vsize=9824732 CPUtime=2.96 cores=0,2,4,6
/proc/24538/task/24546/stat : 24546 (java) S 24535 24538 24198 0 -1 4202560 673 0 0 0 275 21 0 0 20 0 22 0 31039858 10060525568 942705 33554432000 1073741824 1073778376 140734007455296 140470196484264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24538/tid=24547] ppid=24535 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/24538/task/24547/stat : 24547 (java) S 24535 24538 24198 0 -1 4202560 641 0 0 0 244 15 0 0 20 0 22 0 31039858 10060525568 942705 33554432000 1073741824 1073778376 140734007455296 140470195431976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24538/tid=24548] ppid=24535 vsize=9824732 CPUtime=2.79 cores=0,2,4,6
/proc/24538/task/24548/stat : 24548 (java) S 24535 24538 24198 0 -1 4202560 548 0 0 0 263 16 0 0 20 0 22 0 31039858 10060525568 942705 33554432000 1073741824 1073778376 140734007455296 140470076303784 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24538/tid=24549] ppid=24535 vsize=9824732 CPUtime=3.78 cores=0,2,4,6
/proc/24538/task/24549/stat : 24549 (java) S 24535 24538 24198 0 -1 4202560 2313 0 0 0 370 8 0 0 20 0 22 0 31039860 10060525568 942705 33554432000 1073741824 1073778376 140734007455296 140470064106216 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24538/tid=24550] ppid=24535 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24538/task/24550/stat : 24550 (java) S 24535 24538 24198 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 31039860 10060525568 942705 33554432000 1073741824 1073778376 140734007455296 140470063052280 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24538/tid=24551] ppid=24535 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24538/task/24551/stat : 24551 (java) S 24535 24538 24198 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 31039860 10060525568 942705 33554432000 1073741824 1073778376 140734007455296 140470061999880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24538/tid=24554] ppid=24535 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24538/task/24554/stat : 24554 (java) S 24535 24538 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31039863 10060525568 942705 33554432000 1073741824 1073778376 140734007455296 140470060948368 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24538/tid=24555] ppid=24535 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/24538/task/24555/stat : 24555 (java) S 24535 24538 24198 0 -1 4202560 7826 0 0 0 114 2 0 0 20 0 22 0 31039863 10060525568 942705 33554432000 1073741824 1073778376 140734007455296 140469321328824 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24538/tid=24556] ppid=24535 vsize=9824732 CPUtime=1.53 cores=0,2,4,6
/proc/24538/task/24556/stat : 24556 (java) S 24535 24538 24198 0 -1 4202560 10681 0 0 0 151 2 0 0 20 0 22 0 31039863 10060525568 942705 33554432000 1073741824 1073778376 140734007455296 140469320276024 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24538/tid=24557] ppid=24535 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24538/task/24557/stat : 24557 (java) S 24535 24538 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31039863 10060525568 942705 33554432000 1073741824 1073778376 140734007455296 140469319223928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24538/tid=24558] ppid=24535 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/24538/task/24558/stat : 24558 (java) S 24535 24538 24198 0 -1 4202560 51 0 0 0 16 17 0 0 20 0 22 0 31039863 10060525568 942705 33554432000 1073741824 1073778376 140734007455296 140469318171336 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24538/tid=24615] ppid=24535 vsize=9824732 CPUtime=882.76 cores=0,2,4,6
/proc/24538/task/24615/stat : 24615 (java) R 24535 24538 24198 0 -1 4202560 69 0 0 0 88261 15 0 0 20 0 22 0 31039912 10060525568 942705 33554432000 1073741824 1073778376 140734007455296 140469317115776 140470077125083 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24538/tid=24616] ppid=24535 vsize=9824732 CPUtime=882.88 cores=0,2,4,6
/proc/24538/task/24616/stat : 24616 (java) R 24535 24538 24198 0 -1 4202560 1842 0 0 0 88239 49 0 0 20 0 22 0 31039912 10060525568 942705 33554432000 1073741824 1073778376 140734007455296 140469316064000 140470077171763 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24538/tid=24619] ppid=24535 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24538/task/24619/stat : 24619 (java) S 24535 24538 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31039913 10060525568 942705 33554432000 1073741824 1073778376 140734007455296 140469315012264 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24538/tid=24620] ppid=24535 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24538/task/24620/stat : 24620 (java) S 24535 24538 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31039913 10060525568 942705 33554432000 1073741824 1073778376 140734007455296 140469313959464 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9824732

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 24538 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 24538 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=468351
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=562610
# CPU time returned by wait4() is 1796.03
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 895.659
CPU time (s): 1800
CPU user time (s): 1797.94
CPU system time (s): 2.06
CPU usage (%): 200.969
Max. virtual memory (cumulated for all children) (KiB): 9826312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.47
system time used= 2.56261
maximum resident set size= 3770936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31681
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24311
involuntary context switches= 29442

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.71213 second user time and 7.35388 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-27 00:26:36
IDJOB=4116774
IDBENCH=109512
IDSOLVER=2543
FILE ID=node106/4116774-1466979996
RUNJOBID= node106-1466978205-24214
PBS_JOBID= 19976395
Free space on /tmp= 71684 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size160-round23-1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116774-1466979996/watcher-4116774-1466979996 -o /tmp/evaluation-result-4116774-1466979996/solver-4116774-1466979996 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466978205-24214 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4116774-1466979996.opb

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

MD5SUM BENCH= cc219414569e52f24655165854ce2725
RANDOM SEED=1457445208

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.170
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.54
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.170
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:        27742588 kB
Buffers:           22552 kB
Cached:           169628 kB
SwapCached:         4304 kB
Active:          3685764 kB
Inactive:         162268 kB
Active(anon):    3653540 kB
Inactive(anon):     4936 kB
Active(file):      32224 kB
Inactive(file):   157332 kB
Unevictable:      559768 kB
Mlocked:          518888 kB
SwapTotal:      67108856 kB
SwapFree:       67096696 kB
Dirty:              1264 kB
Writeback:             0 kB
AnonPages:       4332036 kB
Mapped:            16604 kB
Shmem:                 0 kB
Slab:             568116 kB
SReclaimable:      12276 kB
SUnreclaim:       555840 kB
KernelStack:        1808 kB
PageTables:        12532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4564376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3751936 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= 71680 MiB
End job on node106 at 2016-06-27 00:41:32