Trace number 4116022

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.19 896.063

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size112-round21-7.opb
MD5SUM4876a54b6e7a402c1100532d448528b8
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark37.0254
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3968
Total number of constraints7888
Number of constraints which are clauses6656
Number of constraints which are cardinality constraints (but not clauses)400
Number of constraints which are nor clauses,nor cardinality constraints832
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.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 ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
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 Expensive 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.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
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 phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts 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.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4116022-1466946112.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.70/0.47	c ... done. Wall clock time 0.351s.
0.70/0.47	c declared #vars     3968
0.70/0.47	c #constraints  9120
0.70/0.47	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.70/0.47	c constraints type 
0.70/0.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5958
0.70/0.47	c org.sat4j.specs.Constr$1 => 888
0.70/0.47	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.70/0.47	c org.sat4j.minisat.constraints.cnf.UnitClause => 488
0.70/0.47	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1658
0.70/0.47	c 9120 constraints processed.
0.70/0.47	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.70/0.47	c constraints type 
0.70/0.47	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
0.70/0.47	c org.sat4j.specs.Constr$1 => 888
0.70/0.47	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5958
0.70/0.47	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1658
0.70/0.47	c org.sat4j.pb.constraints.pb.UnitClausePB => 488
0.70/0.47	c 9120 constraints processed.
4.59/1.49	c cleaning 2498 clauses out of 4998 with flag 14918/5000
6.66/2.12	c cleaning 4249 clauses out of 8500 with flag 35998/11000
8.10/2.84	c cleaning 5607 clauses out of 11252 with flag 63860/18001
9.95/3.73	c cleaning 6815 clauses out of 13645 with flag 96400/26001
12.02/4.76	c cleaning 7911 clauses out of 15829 with flag 135231/35000
14.51/5.94	c cleaning 8948 clauses out of 17919 with flag 181344/45001
17.20/7.22	c cleaning 9955 clauses out of 19971 with flag 235402/56001
20.00/8.69	c cleaning 10991 clauses out of 22015 with flag 294306/68000
23.48/10.34	c cleaning 11990 clauses out of 24025 with flag 361772/81001
26.88/12.08	c cleaning 12988 clauses out of 26034 with flag 436264/95000
31.00/14.09	c cleaning 14011 clauses out of 28046 with flag 517247/110000
35.60/16.35	c cleaning 14993 clauses out of 30037 with flag 604441/126002
40.52/18.80	c cleaning 15991 clauses out of 32043 with flag 699098/143001
45.91/21.41	c cleaning 16985 clauses out of 34051 with flag 801257/161000
51.78/24.36	c cleaning 18009 clauses out of 36066 with flag 912171/180000
54.99/25.90	c cleaning 0 clauses out of 5000 with flag 0/5000
58.03/27.43	c cleaning 19006 clauses out of 38057 with flag 1031185/200000
64.96/30.81	c cleaning 20016 clauses out of 40051 with flag 1155837/221000
72.03/34.32	c cleaning 20978 clauses out of 42035 with flag 1287433/243000
79.64/38.12	c cleaning 22016 clauses out of 44058 with flag 1423815/266001
87.72/42.12	c cleaning 23001 clauses out of 46042 with flag 1571397/290001
96.32/46.47	c cleaning 24001 clauses out of 48042 with flag 1722146/315002
105.61/51.05	c cleaning 25013 clauses out of 50041 with flag 1883589/341002
115.69/56.03	c cleaning 25978 clauses out of 52026 with flag 2050581/368000
125.68/61.09	c cleaning 27022 clauses out of 54050 with flag 2222055/396002
136.60/66.43	c cleaning 28000 clauses out of 56026 with flag 2401890/425000
148.00/72.17	c cleaning 28993 clauses out of 58029 with flag 2586976/455003
160.31/78.27	c cleaning 29997 clauses out of 60034 with flag 2781101/486001
173.18/84.66	c cleaning 30984 clauses out of 62036 with flag 2983076/518000
185.58/90.88	c cleaning 32007 clauses out of 64052 with flag 3191202/551000
197.80/96.91	c cleaning 33014 clauses out of 66046 with flag 3405249/585001
212.86/104.41	c cleaning 33999 clauses out of 68032 with flag 3626668/620001
229.31/112.94	c cleaning 34988 clauses out of 70032 with flag 3856254/656000
245.57/121.04	c cleaning 35994 clauses out of 72044 with flag 4093471/693000
262.63/129.51	c cleaning 37002 clauses out of 74053 with flag 4336064/731003
280.31/138.37	c cleaning 38007 clauses out of 76048 with flag 4587029/770000
298.83/147.52	c cleaning 39021 clauses out of 78043 with flag 4843426/810002
318.49/157.36	c cleaning 39989 clauses out of 80021 with flag 5106265/851001
338.58/167.38	c cleaning 41002 clauses out of 82032 with flag 5375973/893001
359.58/177.71	c cleaning 42005 clauses out of 84029 with flag 5653923/936000
381.48/188.66	c cleaning 42990 clauses out of 86024 with flag 5939013/980000
383.70/189.77	c cleaning 0 clauses out of 11001 with flag 0/11001
404.39/200.00	c cleaning 44001 clauses out of 88034 with flag 6234715/1025000
428.04/211.79	c cleaning 44992 clauses out of 90034 with flag 6532318/1071001
451.79/223.57	c cleaning 46007 clauses out of 92043 with flag 6838991/1118002
476.74/235.99	c cleaning 47014 clauses out of 94034 with flag 7148032/1166000
504.74/250.35	c cleaning 47971 clauses out of 96020 with flag 7463337/1215000
531.66/263.70	c cleaning 48983 clauses out of 98049 with flag 7788625/1265000
559.33/277.59	c cleaning 50014 clauses out of 100066 with flag 8123720/1316000
588.70/292.10	c cleaning 51004 clauses out of 102053 with flag 8462631/1368001
618.75/307.07	c cleaning 52004 clauses out of 104048 with flag 8807916/1421000
651.19/323.19	c cleaning 53015 clauses out of 106045 with flag 9162888/1475001
683.04/338.97	c cleaning 53985 clauses out of 108030 with flag 9519660/1530001
716.56/355.62	c cleaning 55012 clauses out of 110044 with flag 9882682/1586000
750.87/372.72	c cleaning 55983 clauses out of 112032 with flag 10257556/1643000
787.00/390.70	c cleaning 57003 clauses out of 114049 with flag 10637008/1701000
824.88/409.53	c cleaning 57995 clauses out of 116048 with flag 11024253/1760002
863.31/428.61	c cleaning 59009 clauses out of 118051 with flag 11416183/1820000
903.28/448.47	c cleaning 59992 clauses out of 120042 with flag 11814890/1881000
944.44/468.92	c cleaning 61003 clauses out of 122050 with flag 12224553/1943000
986.35/489.71	c cleaning 62007 clauses out of 124048 with flag 12638426/2006001
1029.34/511.15	c cleaning 62967 clauses out of 126040 with flag 13058554/2070000
1073.91/533.26	c cleaning 64037 clauses out of 128073 with flag 13484525/2135000
1119.36/555.81	c cleaning 65007 clauses out of 130037 with flag 13917285/2201001
1166.94/579.49	c cleaning 65987 clauses out of 132029 with flag 14356333/2268000
1217.15/605.21	c cleaning 66971 clauses out of 134042 with flag 14801807/2336000
1265.99/629.50	c cleaning 68004 clauses out of 136072 with flag 15253457/2405001
1315.82/654.34	c cleaning 69026 clauses out of 138068 with flag 15714404/2475001
1365.78/679.17	c cleaning 69992 clauses out of 140041 with flag 16178738/2546000
1411.11/701.78	c cleaning 70989 clauses out of 142049 with flag 16647842/2618000
1457.67/724.98	c cleaning 72002 clauses out of 144061 with flag 17125706/2691001
1502.86/747.50	c cleaning 73011 clauses out of 146059 with flag 17608980/2765001
1548.25/770.29	c cleaning 73992 clauses out of 148048 with flag 18095424/2840001
1596.79/794.46	c cleaning 75023 clauses out of 150056 with flag 18592256/2916001
1645.19/818.60	c cleaning 76005 clauses out of 152033 with flag 19096528/2993001
1694.39/843.20	c cleaning 77000 clauses out of 154027 with flag 19605949/3071000
1746.21/869.13	c cleaning 78014 clauses out of 156028 with flag 20121065/3150001
1798.39/895.18	c cleaning 78981 clauses out of 158013 with flag 20644042/3230000
1800.19/896.00	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.19/896.00	c starts		: 31348
1800.19/896.00	c conflicts		: 3232976
1800.19/896.00	c decisions		: 32717686
1800.19/896.00	c propagations		: 451781929
1800.19/896.00	c inspects		: 9872862050
1800.19/896.00	c shortcuts		: 0
1800.19/896.00	c learnt literals	: 2
1800.19/896.00	c learnt binary clauses	: 38
1800.19/896.00	c learnt ternary clauses	: 623
1800.19/896.00	c learnt constraints	: 3232974
1800.19/896.00	c ignored constraints	: 0
1800.19/896.00	c root simplifications	: 0
1800.19/896.00	c removed literals (reason simplification)	: 2453043
1800.19/896.00	c reason swapping (by a shorter reason)	: 0
1800.19/896.00	c Calls to reduceDB	: 76
1800.19/896.00	c Number of update (reduction) of LBD	: 686464
1800.19/896.00	c Imported unit clauses	: 0
1800.19/896.00	c number of reductions to clauses (during analyze)	: 0
1800.19/896.00	c number of learned constraints concerned by reduction	: 0
1800.19/896.00	c number of learning phase by resolution	: 0
1800.19/896.00	c number of learning phase by cutting planes	: 0
1800.19/896.00	c speed (assignments/second)	: 504491.1660264427
1800.19/896.00	c non guided choices	4420
1800.19/896.03	c learnt constraints type 
1800.19/896.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 38
1800.19/896.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 81970
1800.19/896.03	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.19/896.03	c starts		: 44
1800.19/896.03	c conflicts		: 17815
1800.19/896.03	c decisions		: 62075
1800.19/896.03	c propagations		: 2216153
1800.19/896.03	c inspects		: 637999635
1800.19/896.03	c shortcuts		: 0
1800.19/896.03	c learnt literals	: 0
1800.19/896.03	c learnt binary clauses	: 0
1800.19/896.03	c learnt ternary clauses	: 0
1800.19/896.03	c learnt constraints	: 17815
1800.19/896.03	c ignored constraints	: 0
1800.19/896.03	c root simplifications	: 0
1800.19/896.03	c removed literals (reason simplification)	: 0
1800.19/896.03	c reason swapping (by a shorter reason)	: 0
1800.19/896.03	c Calls to reduceDB	: 2
1800.19/896.03	c Number of update (reduction) of LBD	: 0
1800.19/896.03	c Imported unit clauses	: 0
1800.19/896.03	c number of reductions to clauses (during analyze)	: 0
1800.19/896.03	c number of learned constraints concerned by reduction	: 0
1800.19/896.03	c number of learning phase by resolution	: 0
1800.19/896.03	c number of learning phase by cutting planes	: 0
1800.19/896.03	c speed (assignments/second)	: 2474.6444619136523
1800.19/896.03	c non guided choices	320
1800.19/896.03	c learnt constraints type 
1800.19/896.03	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 8
1800.19/896.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17807
1800.19/896.03	s UNKNOWN
1800.19/896.03	c Total wall clock time (in seconds): 895.916

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-4116022-1466946112/watcher-4116022-1466946112 -o /tmp/evaluation-result-4116022-1466946112/solver-4116022-1466946112 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466939767-20070 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4116022-1466946112.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.21 4.17 4.11 4/198 21350
/proc/meminfo: memFree=27664064/32872528 swapFree=681168/738400
[pid=21350] ppid=21347 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/21350/stat : 21350 (java) D 21347 21350 20053 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 27650690 9515008 182 33554432000 1073741824 1073778376 140735485578656 140735485569688 213866331829 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/21350/statm: 2323 182 140 9 0 71 0

[startup+0.100021 s]
/proc/loadavg: 4.21 4.17 4.11 4/198 21350
/proc/meminfo: memFree=27664064/32872528 swapFree=681168/738400
[pid=21350] ppid=21347 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/21350/stat : 21350 (java) S 21347 21350 20053 0 -1 4202496 4414 0 1 0 8 1 0 0 20 0 18 0 27650690 9787879424 6044 33554432000 1073741824 1073778376 140736294100912 140736294092048 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21350/statm: 2389619 6044 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200225 s]
/proc/loadavg: 4.21 4.17 4.11 4/198 21350
/proc/meminfo: memFree=27664064/32872528 swapFree=681168/738400
[pid=21350] ppid=21347 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/21350/stat : 21350 (java) S 21347 21350 20053 0 -1 4202496 4699 0 1 0 23 1 0 0 20 0 18 0 27650690 9787879424 6803 33554432000 1073741824 1073778376 140736294100912 140736294092048 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21350/statm: 2389619 6803 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300234 s]
/proc/loadavg: 4.21 4.17 4.11 4/198 21350
/proc/meminfo: memFree=27664064/32872528 swapFree=681168/738400
[pid=21350] ppid=21347 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/21350/stat : 21350 (java) S 21347 21350 20053 0 -1 4202496 5843 0 1 0 46 1 0 0 20 0 18 0 27650690 9787879424 8825 33554432000 1073741824 1073778376 140736294100912 140736294092048 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21350/statm: 2389619 8825 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700203 s]
/proc/loadavg: 4.21 4.17 4.11 4/198 21350
/proc/meminfo: memFree=27664064/32872528 swapFree=681168/738400
[pid=21350] ppid=21347 vsize=9824732 CPUtime=1.82 cores=1,3,5,7
/proc/21350/stat : 21350 (java) S 21347 21350 20053 0 -1 4202496 14902 0 1 0 178 4 0 0 20 0 22 0 27650690 10060525568 22728 33554432000 1073741824 1073778376 140736294100912 140736294092048 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21350/statm: 2456183 22728 2265 9 0 2446860 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 9824732

[startup+1.50089 s]
/proc/loadavg: 4.21 4.17 4.11 7/220 21372
/proc/meminfo: memFree=27550932/32872528 swapFree=681168/738400
[pid=21350] ppid=21347 vsize=9824732 CPUtime=4.92 cores=1,3,5,7
/proc/21350/stat : 21350 (java) S 21347 21350 20053 0 -1 4202496 19040 0 1 0 486 6 0 0 20 0 22 0 27650690 10060525568 47282 33554432000 1073741824 1073778376 140736294100912 140736294092048 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21350/statm: 2456183 47282 2292 9 0 2446860 0
[pid=21350/tid=21352] ppid=21347 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/21350/task/21352/stat : 21352 (java) S 21347 21350 20053 0 -1 4202560 2430 0 1 0 43 1 0 0 20 0 22 0 27650691 10060525568 47282 33554432000 1073741824 1073778376 140736294100912 140603366065016 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21350/tid=21353] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21353/stat : 21353 (java) S 21347 21350 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27650692 10060525568 47282 33554432000 1073741824 1073778376 140736294100912 140603209328936 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21350/tid=21354] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21354/stat : 21354 (java) S 21347 21350 20053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 27650692 10060525568 47282 33554432000 1073741824 1073778376 140736294100912 140603208276136 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21350/tid=21355] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21355/stat : 21355 (java) S 21347 21350 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27650692 10060525568 47282 33554432000 1073741824 1073778376 140736294100912 140603207223848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21350/tid=21356] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21356/stat : 21356 (java) S 21347 21350 20053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27650692 10060525568 47282 33554432000 1073741824 1073778376 140736294100912 140603206171048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21350/tid=21357] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21357/stat : 21357 (java) S 21347 21350 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27650692 10060525568 47282 33554432000 1073741824 1073778376 140736294100912 140603205118760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21350/tid=21358] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21358/stat : 21358 (java) S 21347 21350 20053 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 27650692 10060525568 47282 33554432000 1073741824 1073778376 140736294100912 140602867968680 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21350/tid=21359] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21359/stat : 21359 (java) S 21347 21350 20053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 27650692 10060525568 47282 33554432000 1073741824 1073778376 140736294100912 140602866916392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21350/tid=21360] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21360/stat : 21360 (java) S 21347 21350 20053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27650692 10060525568 47282 33554432000 1073741824 1073778376 140736294100912 140602865863592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21350/tid=21361] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21361/stat : 21361 (java) S 21347 21350 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27650693 10060525568 47282 33554432000 1073741824 1073778376 140736294100912 140602853665000 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21350/tid=21362] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21362/stat : 21362 (java) S 21347 21350 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27650693 10060525568 47282 33554432000 1073741824 1073778376 140736294100912 140602852611064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21350/tid=21363] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21363/stat : 21363 (java) S 21347 21350 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27650693 10060525568 47282 33554432000 1073741824 1073778376 140736294100912 140602851558664 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21350/tid=21364] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21364/stat : 21364 (java) S 21347 21350 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27650696 10060525568 47282 33554432000 1073741824 1073778376 140736294100912 140602850507152 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21350/tid=21365] ppid=21347 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/21350/task/21365/stat : 21365 (java) R 21347 21350 20053 0 -1 4202560 8429 0 0 0 119 1 0 0 20 0 22 0 27650696 10060525568 47282 33554432000 1073741824 1073778376 140736294100912 140602849454616 140603368931521 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21350/tid=21366] ppid=21347 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/21350/task/21366/stat : 21366 (java) S 21347 21350 20053 0 -1 4202560 6759 0 0 0 118 2 0 0 20 0 22 0 27650696 10060525568 47282 33554432000 1073741824 1073778376 140736294100912 140602848401976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21350/tid=21367] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21367/stat : 21367 (java) S 21347 21350 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27650696 10060525568 47282 33554432000 1073741824 1073778376 140736294100912 140602847349880 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21350/tid=21368] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21368/stat : 21368 (java) S 21347 21350 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27650696 10060525568 47282 33554432000 1073741824 1073778376 140736294100912 140602846297288 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21350/tid=21369] ppid=21347 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/21350/task/21369/stat : 21369 (java) R 21347 21350 20053 0 -1 4202560 22 0 0 0 99 0 0 0 20 0 22 0 27650738 10060525568 47282 33554432000 1073741824 1073778376 140736294100912 140602844774472 140603221029876 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21350/tid=21370] ppid=21347 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/21350/task/21370/stat : 21370 (java) R 21347 21350 20053 0 -1 4202560 85 0 0 0 98 0 0 0 20 0 22 0 27650738 10060525568 47282 33554432000 1073741824 1073778376 140736294100912 140602843721880 140603221090774 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=21350/tid=21371] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21371/stat : 21371 (java) S 21347 21350 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27650738 10060525568 47282 33554432000 1073741824 1073778376 140736294100912 140602842670248 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21350/tid=21372] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21372/stat : 21372 (java) S 21347 21350 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27650738 10060525568 47282 33554432000 1073741824 1073778376 140736294100912 140602841617448 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.92
Current children cumulated vsize (KiB) 9824732

[startup+3.1009 s]
/proc/loadavg: 4.21 4.17 4.11 5/220 21372
/proc/meminfo: memFree=27461692/32872528 swapFree=681168/738400
[pid=21350] ppid=21347 vsize=9824732 CPUtime=8.72 cores=1,3,5,7
/proc/21350/stat : 21350 (java) S 21347 21350 20053 0 -1 4202496 22804 0 1 0 858 14 0 0 20 0 22 0 27650690 10060525568 85618 33554432000 1073741824 1073778376 140736294100912 140736294092048 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21350/statm: 2456183 85618 2292 9 0 2446860 0
[pid=21350/tid=21352] ppid=21347 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/21350/task/21352/stat : 21352 (java) S 21347 21350 20053 0 -1 4202560 2430 0 1 0 43 1 0 0 20 0 22 0 27650691 10060525568 85618 33554432000 1073741824 1073778376 140736294100912 140603366065016 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21350/tid=21353] ppid=21347 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21350/task/21353/stat : 21353 (java) R 21347 21350 20053 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 27650692 10060525568 85618 33554432000 1073741824 1073778376 140736294100912 140603209328936 140603372960684 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21350/tid=21354] ppid=21347 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/21350/task/21354/stat : 21354 (java) R 21347 21350 20053 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 27650692 10060525568 85618 33554432000 1073741824 1073778376 140736294100912 140603208276136 213869704252 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21350/tid=21355] ppid=21347 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/21350/task/21355/stat : 21355 (java) R 21347 21350 20053 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 27650692 10060525568 85618 33554432000 1073741824 1073778376 140736294100912 140603207223872 213869715893 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21350/tid=21356] ppid=21347 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21350/task/21356/stat : 21356 (java) R 21347 21350 20053 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 27650692 10060525568 85618 33554432000 1073741824 1073778376 140736294100912 140603206171224 140603370240272 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=21350/tid=21357] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21357/stat : 21357 (java) S 21347 21350 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27650692 10060525568 85618 33554432000 1073741824 1073778376 140736294100912 140603205118760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21350/tid=21358] ppid=21347 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/21350/task/21358/stat : 21358 (java) R 21347 21350 20053 0 -1 4202560 35 0 0 0 3 1 0 0 20 0 22 0 27650692 10060525568 85618 33554432000 1073741824 1073778376 140736294100912 140602867968520 140603372960618 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21350/tid=21359] ppid=21347 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/21350/task/21359/stat : 21359 (java) R 21347 21350 20053 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 27650692 10060525568 85618 33554432000 1073741824 1073778376 140736294100912 140602866916392 140603372960684 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21350/tid=21360] ppid=21347 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/21350/task/21360/stat : 21360 (java) R 21347 21350 20053 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 27650692 10060525568 85618 33554432000 1073741824 1073778376 140736294100912 140602865863768 140603372960252 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21350/tid=21361] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21361/stat : 21361 (java) S 21347 21350 20053 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 27650693 10060525568 85618 33554432000 1073741824 1073778376 140736294100912 140602853663880 213869704252 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21350/tid=21362] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21362/stat : 21362 (java) S 21347 21350 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27650693 10060525568 85618 33554432000 1073741824 1073778376 140736294100912 140602852611064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21350/tid=21363] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21363/stat : 21363 (java) S 21347 21350 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27650693 10060525568 85618 33554432000 1073741824 1073778376 140736294100912 140602851558664 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21350/tid=21364] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21364/stat : 21364 (java) S 21347 21350 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27650696 10060525568 85618 33554432000 1073741824 1073778376 140736294100912 140602850507152 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21350/tid=21365] ppid=21347 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/21350/task/21365/stat : 21365 (java) S 21347 21350 20053 0 -1 4202560 11988 0 0 0 163 2 0 0 20 0 22 0 27650696 10060525568 85618 33554432000 1073741824 1073778376 140736294100912 140602849454776 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21350/tid=21366] ppid=21347 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/21350/task/21366/stat : 21366 (java) S 21347 21350 20053 0 -1 4202560 6760 0 0 0 127 2 0 0 20 0 22 0 27650696 10060525568 85618 33554432000 1073741824 1073778376 140736294100912 140602848401976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21350/tid=21367] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21367/stat : 21367 (java) S 21347 21350 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27650696 10060525568 85618 33554432000 1073741824 1073778376 140736294100912 140602847349880 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21350/tid=21368] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21368/stat : 21368 (java) S 21347 21350 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27650696 10060525568 85618 33554432000 1073741824 1073778376 140736294100912 140602846297288 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21350/tid=21369] ppid=21347 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/21350/task/21369/stat : 21369 (java) S 21347 21350 20053 0 -1 4202560 23 0 0 0 251 0 0 0 20 0 22 0 27650738 10060525568 85618 33554432000 1073741824 1073778376 140736294100912 140602844772936 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21350/tid=21370] ppid=21347 vsize=9824732 CPUtime=2.49 cores=1,3,5,7
/proc/21350/task/21370/stat : 21370 (java) S 21347 21350 20053 0 -1 4202560 136 0 0 0 247 2 0 0 20 0 22 0 27650738 10060525568 85618 33554432000 1073741824 1073778376 140736294100912 140602843720264 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21350/tid=21371] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21371/stat : 21371 (java) S 21347 21350 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27650738 10060525568 85618 33554432000 1073741824 1073778376 140736294100912 140602842670248 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21350/tid=21372] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21372/stat : 21372 (java) S 21347 21350 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27650738 10060525568 85618 33554432000 1073741824 1073778376 140736294100912 140602841617448 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.72
Current children cumulated vsize (KiB) 9824732

[startup+6.30104 s]
/proc/loadavg: 4.19 4.17 4.11 5/220 21372
/proc/meminfo: memFree=27040208/32872528 swapFree=681168/738400
[pid=21350] ppid=21347 vsize=9824732 CPUtime=15.31 cores=1,3,5,7
/proc/21350/stat : 21350 (java) S 21347 21350 20053 0 -1 4202496 23807 0 1 0 1505 26 0 0 20 0 22 0 27650690 10060525568 157618 33554432000 1073741824 1073778376 140736294100912 140736294092048 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21350/statm: 2456183 157618 2292 9 0 2446860 0
[pid=21350/tid=21352] ppid=21347 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/21350/task/21352/stat : 21352 (java) S 21347 21350 20053 0 -1 4202560 2430 0 1 0 43 1 0 0 20 0 22 0 27650691 10060525568 157618 33554432000 1073741824 1073778376 140736294100912 140603366065016 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21350/tid=21353] ppid=21347 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/21350/task/21353/stat : 21353 (java) S 21347 21350 20053 0 -1 4202560 102 0 0 0 6 2 0 0 20 0 22 0 27650692 10060525568 157618 33554432000 1073741824 1073778376 140736294100912 140603209328936 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21350/tid=21354] ppid=21347 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/21350/task/21354/stat : 21354 (java) S 21347 21350 20053 0 -1 4202560 36 0 0 0 3 2 0 0 20 0 22 0 27650692 10060525568 157618 33554432000 1073741824 1073778376 140736294100912 140603208276136 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21350/tid=21355] ppid=21347 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/21350/task/21355/stat : 21355 (java) S 21347 21350 20053 0 -1 4202560 99 0 0 0 3 2 0 0 20 0 22 0 27650692 10060525568 157618 33554432000 1073741824 1073778376 140736294100912 140603207223848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21350/tid=21356] ppid=21347 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/21350/task/21356/stat : 21356 (java) S 21347 21350 20053 0 -1 4202560 119 0 0 0 5 3 0 0 20 0 22 0 27650692 10060525568 157618 33554432000 1073741824 1073778376 140736294100912 140603206171048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21350/tid=21357] ppid=21347 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/21350/task/21357/stat : 21357 (java) S 21347 21350 20053 0 -1 4202560 40 0 0 0 2 2 0 0 20 0 22 0 27650692 10060525568 157618 33554432000 1073741824 1073778376 140736294100912 140603205118760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21350/tid=21358] ppid=21347 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/21350/task/21358/stat : 21358 (java) S 21347 21350 20053 0 -1 4202560 79 0 0 0 7 3 0 0 20 0 22 0 27650692 10060525568 157618 33554432000 1073741824 1073778376 140736294100912 140602867968680 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21350/tid=21359] ppid=21347 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/21350/task/21359/stat : 21359 (java) S 21347 21350 20053 0 -1 4202560 55 0 0 0 5 2 0 0 20 0 22 0 27650692 10060525568 157618 33554432000 1073741824 1073778376 140736294100912 140602866916392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21350/tid=21360] ppid=21347 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/21350/task/21360/stat : 21360 (java) S 21347 21350 20053 0 -1 4202560 103 0 0 0 3 2 0 0 20 0 22 0 27650692 10060525568 157618 33554432000 1073741824 1073778376 140736294100912 140602865863592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21350/tid=21361] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21361/stat : 21361 (java) S 21347 21350 20053 0 -1 4202560 462 0 0 0 0 0 0 0 20 0 22 0 27650693 10060525568 157618 33554432000 1073741824 1073778376 140736294100912 140602853665000 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21350/tid=21362] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21362/stat : 21362 (java) S 21347 21350 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27650693 10060525568 157618 33554432000 1073741824 1073778376 140736294100912 140602852611064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21350/tid=21363] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21363/stat : 21363 (java) S 21347 21350 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27650693 10060525568 157618 33554432000 1073741824 1073778376 140736294100912 140602851558664 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21350/tid=21364] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21364/stat : 21364 (java) S 21347 21350 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27650696 10060525568 157618 33554432000 1073741824 1073778376 140736294100912 140602850507152 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21350/tid=21365] ppid=21347 vsize=9824732 CPUtime=1.67 cores=1,3,5,7

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

/proc/21350/task/21355/stat : 21355 (java) S 21347 21350 20053 0 -1 4202560 764 0 0 0 217 15 0 0 20 0 22 0 27650692 10060525568 913553 33554432000 1073741824 1073778376 140736294100912 140603207223848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21350/tid=21356] ppid=21347 vsize=9824732 CPUtime=2.15 cores=1,3,5,7
/proc/21350/task/21356/stat : 21356 (java) S 21347 21350 20053 0 -1 4202560 538 0 0 0 203 12 0 0 20 0 22 0 27650692 10060525568 913553 33554432000 1073741824 1073778376 140736294100912 140603206171048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21350/tid=21357] ppid=21347 vsize=9824732 CPUtime=2.1 cores=1,3,5,7
/proc/21350/task/21357/stat : 21357 (java) S 21347 21350 20053 0 -1 4202560 511 0 0 0 195 15 0 0 20 0 22 0 27650692 10060525568 913553 33554432000 1073741824 1073778376 140736294100912 140603205118760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21350/tid=21358] ppid=21347 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/21350/task/21358/stat : 21358 (java) S 21347 21350 20053 0 -1 4202560 667 0 0 0 235 17 0 0 20 0 22 0 27650692 10060525568 913553 33554432000 1073741824 1073778376 140736294100912 140602867968680 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21350/tid=21359] ppid=21347 vsize=9824732 CPUtime=2.31 cores=1,3,5,7
/proc/21350/task/21359/stat : 21359 (java) S 21347 21350 20053 0 -1 4202560 513 0 0 0 217 14 0 0 20 0 22 0 27650692 10060525568 913553 33554432000 1073741824 1073778376 140736294100912 140602866916392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21350/tid=21360] ppid=21347 vsize=9824732 CPUtime=2.36 cores=1,3,5,7
/proc/21350/task/21360/stat : 21360 (java) S 21347 21350 20053 0 -1 4202560 678 0 0 0 220 16 0 0 20 0 22 0 27650692 10060525568 913553 33554432000 1073741824 1073778376 140736294100912 140602865863592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21350/tid=21361] ppid=21347 vsize=9824732 CPUtime=3.45 cores=1,3,5,7
/proc/21350/task/21361/stat : 21361 (java) S 21347 21350 20053 0 -1 4202560 2190 0 0 0 338 7 0 0 20 0 22 0 27650693 10060525568 913553 33554432000 1073741824 1073778376 140736294100912 140602853665000 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21350/tid=21362] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21362/stat : 21362 (java) S 21347 21350 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27650693 10060525568 913553 33554432000 1073741824 1073778376 140736294100912 140602852611064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21350/tid=21363] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21363/stat : 21363 (java) S 21347 21350 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27650693 10060525568 913553 33554432000 1073741824 1073778376 140736294100912 140602851558664 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21350/tid=21364] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21364/stat : 21364 (java) S 21347 21350 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27650696 10060525568 913553 33554432000 1073741824 1073778376 140736294100912 140602850507152 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21350/tid=21365] ppid=21347 vsize=9824732 CPUtime=1.9 cores=1,3,5,7
/proc/21350/task/21365/stat : 21365 (java) S 21347 21350 20053 0 -1 4202560 12005 0 0 0 188 2 0 0 20 0 22 0 27650696 10060525568 913553 33554432000 1073741824 1073778376 140736294100912 140602849454776 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21350/tid=21366] ppid=21347 vsize=9824732 CPUtime=1.36 cores=1,3,5,7
/proc/21350/task/21366/stat : 21366 (java) S 21347 21350 20053 0 -1 4202560 6764 0 0 0 134 2 0 0 20 0 22 0 27650696 10060525568 913553 33554432000 1073741824 1073778376 140736294100912 140602848401976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21350/tid=21367] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21367/stat : 21367 (java) S 21347 21350 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27650696 10060525568 913553 33554432000 1073741824 1073778376 140736294100912 140602847349880 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21350/tid=21368] ppid=21347 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/21350/task/21368/stat : 21368 (java) S 21347 21350 20053 0 -1 4202560 47 0 0 0 11 23 0 0 20 0 22 0 27650696 10060525568 913553 33554432000 1073741824 1073778376 140736294100912 140602846297288 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21350/tid=21369] ppid=21347 vsize=9824732 CPUtime=811.09 cores=1,3,5,7
/proc/21350/task/21369/stat : 21369 (java) R 21347 21350 20053 0 -1 4202560 64 0 0 0 81095 14 0 0 20 0 22 0 27650738 10060525568 913553 33554432000 1073741824 1073778376 140736294100912 140602844766064 140603221030363 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21350/tid=21370] ppid=21347 vsize=9824732 CPUtime=811.02 cores=1,3,5,7
/proc/21350/task/21370/stat : 21370 (java) R 21347 21350 20053 0 -1 4202560 1516 0 0 0 81055 47 0 0 20 0 22 0 27650738 10060525568 913553 33554432000 1073741824 1073778376 140736294100912 140602843720096 140603221567461 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21350/tid=21371] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21371/stat : 21371 (java) S 21347 21350 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27650738 10060525568 913553 33554432000 1073741824 1073778376 140736294100912 140602842670248 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21350/tid=21372] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21372/stat : 21372 (java) S 21347 21350 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27650738 10060525568 913553 33554432000 1073741824 1073778376 140736294100912 140602841617448 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1652.59
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.12 4.07 4.08 5/219 21461
/proc/meminfo: memFree=23995868/32872528 swapFree=681168/738400
[pid=21350] ppid=21347 vsize=9824732 CPUtime=1772.62 cores=1,3,5,7
/proc/21350/stat : 21350 (java) S 21347 21350 20053 0 -1 4202496 31256 0 1 0 177072 190 0 0 20 0 22 0 27650690 10060525568 913553 33554432000 1073741824 1073778376 140736294100912 140736294092048 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21350/statm: 2456183 913553 2301 9 0 2446860 0
[pid=21350/tid=21352] ppid=21347 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/21350/task/21352/stat : 21352 (java) S 21347 21350 20053 0 -1 4202560 2436 0 1 0 46 3 0 0 20 0 22 0 27650691 10060525568 913553 33554432000 1073741824 1073778376 140736294100912 140603366065016 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21350/tid=21353] ppid=21347 vsize=9824732 CPUtime=2.49 cores=1,3,5,7
/proc/21350/task/21353/stat : 21353 (java) S 21347 21350 20053 0 -1 4202560 654 0 0 0 235 14 0 0 20 0 22 0 27650692 10060525568 913553 33554432000 1073741824 1073778376 140736294100912 140603209328936 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21350/tid=21354] ppid=21347 vsize=9824732 CPUtime=2.61 cores=1,3,5,7
/proc/21350/task/21354/stat : 21354 (java) S 21347 21350 20053 0 -1 4202560 640 0 0 0 243 18 0 0 20 0 22 0 27650692 10060525568 913553 33554432000 1073741824 1073778376 140736294100912 140603208276136 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21350/tid=21355] ppid=21347 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/21350/task/21355/stat : 21355 (java) S 21347 21350 20053 0 -1 4202560 764 0 0 0 217 15 0 0 20 0 22 0 27650692 10060525568 913553 33554432000 1073741824 1073778376 140736294100912 140603207223848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21350/tid=21356] ppid=21347 vsize=9824732 CPUtime=2.15 cores=1,3,5,7
/proc/21350/task/21356/stat : 21356 (java) S 21347 21350 20053 0 -1 4202560 538 0 0 0 203 12 0 0 20 0 22 0 27650692 10060525568 913553 33554432000 1073741824 1073778376 140736294100912 140603206171048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21350/tid=21357] ppid=21347 vsize=9824732 CPUtime=2.1 cores=1,3,5,7
/proc/21350/task/21357/stat : 21357 (java) S 21347 21350 20053 0 -1 4202560 511 0 0 0 195 15 0 0 20 0 22 0 27650692 10060525568 913553 33554432000 1073741824 1073778376 140736294100912 140603205118760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21350/tid=21358] ppid=21347 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/21350/task/21358/stat : 21358 (java) S 21347 21350 20053 0 -1 4202560 667 0 0 0 235 17 0 0 20 0 22 0 27650692 10060525568 913553 33554432000 1073741824 1073778376 140736294100912 140602867968680 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21350/tid=21359] ppid=21347 vsize=9824732 CPUtime=2.31 cores=1,3,5,7
/proc/21350/task/21359/stat : 21359 (java) S 21347 21350 20053 0 -1 4202560 513 0 0 0 217 14 0 0 20 0 22 0 27650692 10060525568 913553 33554432000 1073741824 1073778376 140736294100912 140602866916392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21350/tid=21360] ppid=21347 vsize=9824732 CPUtime=2.36 cores=1,3,5,7
/proc/21350/task/21360/stat : 21360 (java) S 21347 21350 20053 0 -1 4202560 678 0 0 0 220 16 0 0 20 0 22 0 27650692 10060525568 913553 33554432000 1073741824 1073778376 140736294100912 140602865863592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21350/tid=21361] ppid=21347 vsize=9824732 CPUtime=3.45 cores=1,3,5,7
/proc/21350/task/21361/stat : 21361 (java) S 21347 21350 20053 0 -1 4202560 2190 0 0 0 338 7 0 0 20 0 22 0 27650693 10060525568 913553 33554432000 1073741824 1073778376 140736294100912 140602853665000 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21350/tid=21362] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21362/stat : 21362 (java) S 21347 21350 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27650693 10060525568 913553 33554432000 1073741824 1073778376 140736294100912 140602852611064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21350/tid=21363] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21363/stat : 21363 (java) S 21347 21350 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27650693 10060525568 913553 33554432000 1073741824 1073778376 140736294100912 140602851558664 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21350/tid=21364] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21364/stat : 21364 (java) S 21347 21350 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27650696 10060525568 913553 33554432000 1073741824 1073778376 140736294100912 140602850507152 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21350/tid=21365] ppid=21347 vsize=9824732 CPUtime=1.9 cores=1,3,5,7
/proc/21350/task/21365/stat : 21365 (java) S 21347 21350 20053 0 -1 4202560 12005 0 0 0 188 2 0 0 20 0 22 0 27650696 10060525568 913553 33554432000 1073741824 1073778376 140736294100912 140602849454776 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21350/tid=21366] ppid=21347 vsize=9824732 CPUtime=1.36 cores=1,3,5,7
/proc/21350/task/21366/stat : 21366 (java) S 21347 21350 20053 0 -1 4202560 6764 0 0 0 134 2 0 0 20 0 22 0 27650696 10060525568 913553 33554432000 1073741824 1073778376 140736294100912 140602848401976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21350/tid=21367] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21367/stat : 21367 (java) S 21347 21350 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27650696 10060525568 913553 33554432000 1073741824 1073778376 140736294100912 140602847349880 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21350/tid=21368] ppid=21347 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/21350/task/21368/stat : 21368 (java) S 21347 21350 20053 0 -1 4202560 51 0 0 0 13 24 0 0 20 0 22 0 27650696 10060525568 913553 33554432000 1073741824 1073778376 140736294100912 140602846297288 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21350/tid=21369] ppid=21347 vsize=9824732 CPUtime=870.94 cores=1,3,5,7
/proc/21350/task/21369/stat : 21369 (java) R 21347 21350 20053 0 -1 4202560 64 0 0 0 87079 15 0 0 20 0 22 0 27650738 10060525568 913553 33554432000 1073741824 1073778376 140736294100912 140602844766064 140603221113817 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21350/tid=21370] ppid=21347 vsize=9824732 CPUtime=870.88 cores=1,3,5,7
/proc/21350/task/21370/stat : 21370 (java) R 21347 21350 20053 0 -1 4202560 1516 0 0 0 87040 48 0 0 20 0 22 0 27650738 10060525568 913553 33554432000 1073741824 1073778376 140736294100912 140602843720096 140603221218366 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21350/tid=21371] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21371/stat : 21371 (java) S 21347 21350 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27650738 10060525568 913553 33554432000 1073741824 1073778376 140736294100912 140602842670248 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21350/tid=21372] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21372/stat : 21372 (java) S 21347 21350 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27650738 10060525568 913553 33554432000 1073741824 1073778376 140736294100912 140602841617448 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1772.62
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.001 s]
/proc/loadavg: 4.09 4.07 4.07 5/219 21461
/proc/meminfo: memFree=23946780/32872528 swapFree=681168/738400
[pid=21350] ppid=21347 vsize=9824732 CPUtime=1800.19 cores=1,3,5,7
/proc/21350/stat : 21350 (java) S 21347 21350 20053 0 -1 4202496 31378 0 1 0 179822 197 0 0 20 0 22 0 27650690 10060525568 925688 33554432000 1073741824 1073778376 140736294100912 140736294092048 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21350/statm: 2456183 925688 2301 9 0 2446860 0
[pid=21350/tid=21352] ppid=21347 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/21350/task/21352/stat : 21352 (java) S 21347 21350 20053 0 -1 4202560 2436 0 1 0 46 3 0 0 20 0 22 0 27650691 10060525568 925688 33554432000 1073741824 1073778376 140736294100912 140603366065016 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21350/tid=21353] ppid=21347 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/21350/task/21353/stat : 21353 (java) S 21347 21350 20053 0 -1 4202560 664 0 0 0 237 15 0 0 20 0 22 0 27650692 10060525568 925688 33554432000 1073741824 1073778376 140736294100912 140603209328936 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21350/tid=21354] ppid=21347 vsize=9824732 CPUtime=2.64 cores=1,3,5,7
/proc/21350/task/21354/stat : 21354 (java) S 21347 21350 20053 0 -1 4202560 655 0 0 0 245 19 0 0 20 0 22 0 27650692 10060525568 925688 33554432000 1073741824 1073778376 140736294100912 140603208276136 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21350/tid=21355] ppid=21347 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/21350/task/21355/stat : 21355 (java) S 21347 21350 20053 0 -1 4202560 771 0 0 0 220 15 0 0 20 0 22 0 27650692 10060525568 925688 33554432000 1073741824 1073778376 140736294100912 140603207223848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21350/tid=21356] ppid=21347 vsize=9824732 CPUtime=2.21 cores=1,3,5,7
/proc/21350/task/21356/stat : 21356 (java) S 21347 21350 20053 0 -1 4202560 552 0 0 0 208 13 0 0 20 0 22 0 27650692 10060525568 925688 33554432000 1073741824 1073778376 140736294100912 140603206171048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21350/tid=21357] ppid=21347 vsize=9824732 CPUtime=2.2 cores=1,3,5,7
/proc/21350/task/21357/stat : 21357 (java) S 21347 21350 20053 0 -1 4202560 539 0 0 0 203 17 0 0 20 0 22 0 27650692 10060525568 925688 33554432000 1073741824 1073778376 140736294100912 140603205118760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21350/tid=21358] ppid=21347 vsize=9824732 CPUtime=2.59 cores=1,3,5,7
/proc/21350/task/21358/stat : 21358 (java) S 21347 21350 20053 0 -1 4202560 688 0 0 0 240 19 0 0 20 0 22 0 27650692 10060525568 925688 33554432000 1073741824 1073778376 140736294100912 140602867968680 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21350/tid=21359] ppid=21347 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/21350/task/21359/stat : 21359 (java) S 21347 21350 20053 0 -1 4202560 525 0 0 0 219 15 0 0 20 0 22 0 27650692 10060525568 925688 33554432000 1073741824 1073778376 140736294100912 140602866916392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21350/tid=21360] ppid=21347 vsize=9824732 CPUtime=2.39 cores=1,3,5,7
/proc/21350/task/21360/stat : 21360 (java) S 21347 21350 20053 0 -1 4202560 688 0 0 0 223 16 0 0 20 0 22 0 27650692 10060525568 925688 33554432000 1073741824 1073778376 140736294100912 140602865863592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21350/tid=21361] ppid=21347 vsize=9824732 CPUtime=3.45 cores=1,3,5,7
/proc/21350/task/21361/stat : 21361 (java) S 21347 21350 20053 0 -1 4202560 2192 0 0 0 338 7 0 0 20 0 22 0 27650693 10060525568 925688 33554432000 1073741824 1073778376 140736294100912 140602853665000 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21350/tid=21362] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21362/stat : 21362 (java) S 21347 21350 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27650693 10060525568 925688 33554432000 1073741824 1073778376 140736294100912 140602852611064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21350/tid=21363] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21363/stat : 21363 (java) S 21347 21350 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27650693 10060525568 925688 33554432000 1073741824 1073778376 140736294100912 140602851558664 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21350/tid=21364] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21364/stat : 21364 (java) S 21347 21350 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27650696 10060525568 925688 33554432000 1073741824 1073778376 140736294100912 140602850507152 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21350/tid=21365] ppid=21347 vsize=9824732 CPUtime=1.9 cores=1,3,5,7
/proc/21350/task/21365/stat : 21365 (java) S 21347 21350 20053 0 -1 4202560 12005 0 0 0 188 2 0 0 20 0 22 0 27650696 10060525568 925688 33554432000 1073741824 1073778376 140736294100912 140602849454776 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21350/tid=21366] ppid=21347 vsize=9824732 CPUtime=1.36 cores=1,3,5,7
/proc/21350/task/21366/stat : 21366 (java) S 21347 21350 20053 0 -1 4202560 6764 0 0 0 134 2 0 0 20 0 22 0 27650696 10060525568 925688 33554432000 1073741824 1073778376 140736294100912 140602848401976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21350/tid=21367] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21367/stat : 21367 (java) S 21347 21350 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27650696 10060525568 925688 33554432000 1073741824 1073778376 140736294100912 140602847349880 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21350/tid=21368] ppid=21347 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/21350/task/21368/stat : 21368 (java) S 21347 21350 20053 0 -1 4202560 53 0 0 0 14 24 0 0 20 0 22 0 27650696 10060525568 925688 33554432000 1073741824 1073778376 140736294100912 140602846297288 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21350/tid=21369] ppid=21347 vsize=9824732 CPUtime=884.5 cores=1,3,5,7
/proc/21350/task/21369/stat : 21369 (java) R 21347 21350 20053 0 -1 4202560 64 0 0 0 88435 15 0 0 20 0 22 0 27650738 10060525568 925688 33554432000 1073741824 1073778376 140736294100912 140602844766064 140603221030363 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21350/tid=21370] ppid=21347 vsize=9824732 CPUtime=884.44 cores=1,3,5,7
/proc/21350/task/21370/stat : 21370 (java) R 21347 21350 20053 0 -1 4202560 1517 0 0 0 88396 48 0 0 20 0 22 0 27650738 10060525568 925688 33554432000 1073741824 1073778376 140736294100912 140602843720848 140603221317389 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21350/tid=21371] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21371/stat : 21371 (java) S 21347 21350 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27650738 10060525568 925688 33554432000 1073741824 1073778376 140736294100912 140602842670248 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21350/tid=21372] ppid=21347 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21350/task/21372/stat : 21372 (java) S 21347 21350 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27650738 10060525568 925688 33554432000 1073741824 1073778376 140736294100912 140602841617448 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
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 21350 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 21350 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=698316
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=472624
# CPU time returned by wait4() is 1796.17
# while last known CPU time is 1800.19
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 896.063
CPU time (s): 1800.19
CPU user time (s): 1798.22
CPU system time (s): 1.97
CPU usage (%): 200.9
Max. virtual memory (cumulated for all children) (KiB): 9825848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.7
system time used= 2.47262
maximum resident set size= 3721796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31414
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23832
involuntary context switches= 24266

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.53085 second user time and 5.8861 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-26 15:01:52
IDJOB=4116022
IDBENCH=109418
IDSOLVER=2543
FILE ID=node112/4116022-1466946112
RUNJOBID= node112-1466939767-20070
PBS_JOBID= 19976335
Free space on /tmp= 71688 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size112-round21-7.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116022-1466946112/watcher-4116022-1466946112 -o /tmp/evaluation-result-4116022-1466946112/solver-4116022-1466946112 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466939767-20070 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4116022-1466946112.opb

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

MD5SUM BENCH= 4876a54b6e7a402c1100532d448528b8
RANDOM SEED=1648457377

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27664856 kB
Buffers:           10916 kB
Cached:           147984 kB
SwapCached:         1704 kB
Active:          3629352 kB
Inactive:         136864 kB
Active(anon):    3607392 kB
Inactive(anon):     2540 kB
Active(file):      21960 kB
Inactive(file):   134324 kB
Unevictable:      738400 kB
Mlocked:          681168 kB
SwapTotal:      67108856 kB
SwapFree:       67098664 kB
Dirty:              1264 kB
Writeback:             0 kB
AnonPages:       4347288 kB
Mapped:            15424 kB
Shmem:                 0 kB
Slab:             565452 kB
SReclaimable:       9052 kB
SUnreclaim:       556400 kB
KernelStack:        1616 kB
PageTables:        12872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4776188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3604480 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= 71688 MiB
End job on node112 at 2016-06-26 15:16:48