Trace number 4081746

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16SAT (TO)6 1800.87 896.663

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_100_25_2.opb
MD5SUM1e64c526f9351931db225cdff75c2df5
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark11.9682
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint26
Maximum length of a constraint46
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)3074
Sum of products size (including duplicates)6148
Number of different products3074
Sum of products size6148

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4081746-1465254847.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
0.50/0.38	c ... done. Wall clock time 0.274s.
0.50/0.38	c declared #vars     100
0.50/0.38	c internal #vars     3174
0.50/0.38	c #constraints  6248
0.50/0.38	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.50/0.38	c constraints type 
0.50/0.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3174
0.50/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3074
0.50/0.38	c 6248 constraints processed.
0.50/0.38	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.50/0.38	c constraints type 
0.50/0.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3174
0.50/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3074
0.50/0.38	c 6248 constraints processed.
0.50/0.38	c objective function length is 100 literals
0.77/0.42	c And the winner is solver0
1.06/0.88	c SATISFIABLE
1.06/0.88	c OPTIMIZING...
1.06/0.88	c Got one! Elapsed wall clock time (in seconds):0.778
1.06/0.88	o 7
1.09/0.94	c And the winner is solver0
1.29/1.39	c Got one! Elapsed wall clock time (in seconds):1.281
1.29/1.39	o 6
4.40/2.43	c cleaning 2498 clauses out of 5009 with flag 11467/5009
7.03/3.50	c cleaning 4251 clauses out of 8511 with flag 25613/11009
9.69/4.74	c cleaning 5622 clauses out of 11260 with flag 42229/18009
12.78/6.25	c cleaning 6809 clauses out of 13641 with flag 61377/26012
16.45/8.03	c cleaning 7904 clauses out of 15829 with flag 83332/35009
20.96/10.23	c cleaning 8954 clauses out of 17927 with flag 107583/45011
25.56/12.56	c cleaning 9977 clauses out of 19972 with flag 134419/56010
31.07/15.29	c cleaning 10989 clauses out of 21996 with flag 164342/68011
37.29/18.30	c cleaning 11993 clauses out of 24005 with flag 196516/81009
44.79/22.02	c cleaning 13006 clauses out of 26012 with flag 232262/95009
54.74/26.90	c cleaning 13990 clauses out of 28008 with flag 272996/110011
65.34/32.26	c cleaning 15009 clauses out of 30017 with flag 316092/126010
76.85/37.99	c cleaning 15997 clauses out of 32009 with flag 360407/143011
88.82/43.81	c cleaning 16995 clauses out of 34010 with flag 407631/161009
102.78/50.62	c cleaning 18003 clauses out of 36015 with flag 458816/180009
116.84/57.64	c cleaning 19005 clauses out of 38015 with flag 512790/200012
130.91/64.64	c cleaning 20003 clauses out of 40008 with flag 569894/221010
147.20/72.61	c cleaning 21000 clauses out of 42008 with flag 631403/243013
164.34/81.03	c cleaning 21994 clauses out of 44005 with flag 693979/266010
181.22/89.47	c cleaning 22990 clauses out of 46010 with flag 757877/290009
182.80/90.18	c cleaning 0 clauses out of 5002 with flag 0/5002
201.51/99.34	c cleaning 24006 clauses out of 48020 with flag 829524/315009
221.35/109.20	c cleaning 24997 clauses out of 50014 with flag 903039/341009
242.07/119.56	c cleaning 25994 clauses out of 52018 with flag 979123/368010
263.92/130.42	c cleaning 27007 clauses out of 54023 with flag 1053778/396009
285.63/141.28	c cleaning 28002 clauses out of 56017 with flag 1134613/425010
311.24/154.32	c cleaning 28991 clauses out of 58014 with flag 1216938/455009
335.17/166.25	c cleaning 30005 clauses out of 60025 with flag 1299926/486011
361.21/179.28	c cleaning 31001 clauses out of 62019 with flag 1386352/518010
387.54/192.39	c cleaning 32009 clauses out of 64017 with flag 1478856/551009
415.62/206.32	c cleaning 32985 clauses out of 66010 with flag 1577519/585011
444.08/220.59	c cleaning 34007 clauses out of 68032 with flag 1679840/620018
475.96/236.48	c cleaning 35001 clauses out of 70016 with flag 1785486/656009
507.47/252.19	c cleaning 36006 clauses out of 72016 with flag 1890885/693010
543.05/269.83	c cleaning 36998 clauses out of 74009 with flag 2001400/731009
575.86/286.19	c cleaning 38003 clauses out of 76017 with flag 2110447/770015
609.95/303.11	c cleaning 38993 clauses out of 78010 with flag 2220906/810011
644.44/320.37	c cleaning 40004 clauses out of 80015 with flag 2336980/851009
681.57/338.84	c cleaning 41002 clauses out of 82012 with flag 2450297/893010
719.78/357.86	c cleaning 42004 clauses out of 84011 with flag 2573086/936011
758.77/377.29	c cleaning 42995 clauses out of 86009 with flag 2697668/980013
802.02/399.25	c cleaning 43997 clauses out of 88010 with flag 2826016/1025009
847.83/422.06	c cleaning 44994 clauses out of 90013 with flag 2959560/1071009
892.88/444.48	c cleaning 46007 clauses out of 92022 with flag 3093850/1118012
940.71/468.21	c cleaning 47006 clauses out of 94013 with flag 3229363/1166010
987.74/491.61	c cleaning 47996 clauses out of 96007 with flag 3365488/1215010
1036.31/515.81	c cleaning 48982 clauses out of 98011 with flag 3504718/1265010
1087.70/541.92	c cleaning 50010 clauses out of 100028 with flag 3644746/1316009
1140.07/568.09	c cleaning 51009 clauses out of 102021 with flag 3785787/1368012
1190.84/593.32	c cleaning 52001 clauses out of 104009 with flag 3924951/1421009
1241.88/618.74	c cleaning 52996 clauses out of 106007 with flag 4083063/1475009
1297.91/646.67	c cleaning 54005 clauses out of 108011 with flag 4251106/1530009
1354.18/674.61	c cleaning 54991 clauses out of 110006 with flag 4430850/1586009
1361.38/678.23	c cleaning 0 clauses out of 11003 with flag 0/11003
1413.01/703.94	c cleaning 56009 clauses out of 112017 with flag 4612474/1643011
1471.83/733.28	c cleaning 57001 clauses out of 114006 with flag 4786301/1701009
1533.51/763.92	c cleaning 57997 clauses out of 116006 with flag 4971647/1760010
1596.53/795.39	c cleaning 59002 clauses out of 118008 with flag 5164567/1820009
1664.81/829.31	c cleaning 59999 clauses out of 120008 with flag 5360136/1881011
1732.68/863.15	c cleaning 61000 clauses out of 122009 with flag 5553237/1943011
1800.00/896.61	c >>>>>>>>>> Solver number 0 (2 answers) <<<<<<<<<<<<<<<<<<
1800.00/896.61	c starts		: 2519
1800.00/896.61	c conflicts		: 2006009
1800.00/896.61	c decisions		: 3586759
1800.00/896.61	c propagations		: 623241434
1800.00/896.61	c inspects		: 9553162877
1800.00/896.61	c shortcuts		: 0
1800.00/896.61	c learnt literals	: 1
1800.00/896.61	c learnt binary clauses	: 7
1800.00/896.61	c learnt ternary clauses	: 27
1800.00/896.61	c learnt constraints	: 2006008
1800.00/896.61	c ignored constraints	: 0
1800.00/896.61	c root simplifications	: 0
1800.00/896.61	c removed literals (reason simplification)	: 343112
1800.00/896.61	c reason swapping (by a shorter reason)	: 0
1800.00/896.61	c Calls to reduceDB	: 59
1800.00/896.61	c Number of update (reduction) of LBD	: 600943
1800.00/896.61	c Imported unit clauses	: 0
1800.00/896.61	c number of reductions to clauses (during analyze)	: 0
1800.00/896.61	c number of learned constraints concerned by reduction	: 0
1800.00/896.61	c number of learning phase by resolution	: 0
1800.00/896.61	c number of learning phase by cutting planes	: 0
1800.00/896.61	c speed (assignments/second)	: 695412.7611808734
1800.00/896.61	c non guided choices	0
1800.00/896.64	c learnt constraints type 
1800.00/896.64	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 7
1800.00/896.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 124000
1800.00/896.64	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/896.64	c starts		: 38
1800.00/896.64	c conflicts		: 12345
1800.00/896.64	c decisions		: 19772
1800.00/896.64	c propagations		: 3151804
1800.00/896.64	c inspects		: 1059155720
1800.00/896.64	c shortcuts		: 0
1800.00/896.64	c learnt literals	: 0
1800.00/896.64	c learnt binary clauses	: 0
1800.00/896.64	c learnt ternary clauses	: 0
1800.00/896.64	c learnt constraints	: 12344
1800.00/896.64	c ignored constraints	: 0
1800.00/896.64	c root simplifications	: 0
1800.00/896.64	c removed literals (reason simplification)	: 0
1800.00/896.64	c reason swapping (by a shorter reason)	: 0
1800.00/896.64	c Calls to reduceDB	: 2
1800.00/896.64	c Number of update (reduction) of LBD	: 0
1800.00/896.64	c Imported unit clauses	: 0
1800.00/896.64	c number of reductions to clauses (during analyze)	: 0
1800.00/896.64	c number of learned constraints concerned by reduction	: 0
1800.00/896.64	c number of learning phase by resolution	: 0
1800.00/896.64	c number of learning phase by cutting planes	: 0
1800.00/896.64	c speed (assignments/second)	: 3520.5971089542886
1800.00/896.64	c non guided choices	0
1800.00/896.64	c learnt constraints type 
1800.00/896.64	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1
1800.00/896.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 89
1800.00/896.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12254
1800.00/896.64	s SATISFIABLE
1800.00/896.64	c Found 2 solution(s)
1800.00/896.64	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 x29 x30 x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 
1800.00/896.64	c objective function=6
1800.00/896.64	c Total wall clock time (in seconds): 896.538

Verifier Data

OK	6

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

pid=20279
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.14 4.22 4.18 4/198 20282
/proc/meminfo: memFree=26698416/32872528 swapFree=15540/1663004
[pid=20282] ppid=20279 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/20282/stat : 20282 (java) S 20279 20282 15677 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 107417479 98570240 976 33554432000 1073741824 1073778376 140736990384176 140736990375312 273909055549 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20282/statm: 24065 977 744 9 0 16771 0
[pid=20282/tid=20283] ppid=20279 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/20282/task/20283/stat : 20283 (java) R 20279 20282 15677 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 107417480 98570240 977 33554432000 1073741824 1073778376 140736990384176 140141337751080 273905698176 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100114 s]
/proc/loadavg: 4.14 4.22 4.18 4/198 20282
/proc/meminfo: memFree=26698416/32872528 swapFree=15540/1663004
[pid=20282] ppid=20279 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/20282/stat : 20282 (java) S 20279 20282 15677 0 -1 4202496 4470 0 1 0 10 1 0 0 20 0 18 0 107417479 9787879424 6102 33554432000 1073741824 1073778376 140736990384176 140736990375312 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20282/statm: 2389619 6102 2156 9 0 2380296 0
[pid=20282/tid=20283] ppid=20279 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/20282/task/20283/stat : 20283 (java) R 20279 20282 15677 0 -1 4202560 2390 0 1 0 7 0 0 0 20 0 18 0 107417480 9787879424 6102 33554432000 1073741824 1073778376 140736990384176 140141337755768 140141344943140 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200352 s]
/proc/loadavg: 4.14 4.22 4.18 4/198 20282
/proc/meminfo: memFree=26698416/32872528 swapFree=15540/1663004
[pid=20282] ppid=20279 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/20282/stat : 20282 (java) S 20279 20282 15677 0 -1 4202496 4587 0 1 0 23 1 0 0 20 0 18 0 107417479 9787879424 7209 33554432000 1073741824 1073778376 140736990384176 140736990375312 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20282/statm: 2389619 7209 2213 9 0 2380296 0
[pid=20282/tid=20283] ppid=20279 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/20282/task/20283/stat : 20283 (java) R 20279 20282 15677 0 -1 4202560 2404 0 1 0 16 1 0 0 20 0 18 0 107417480 9787879424 7209 33554432000 1073741824 1073778376 140736990384176 140141337755768 140141175790252 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300348 s]
/proc/loadavg: 4.14 4.22 4.18 4/198 20282
/proc/meminfo: memFree=26698416/32872528 swapFree=15540/1663004
[pid=20282] ppid=20279 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/20282/stat : 20282 (java) S 20279 20282 15677 0 -1 4202496 6062 0 1 0 48 2 0 0 20 0 18 0 107417479 9787879424 9326 33554432000 1073741824 1073778376 140736990384176 140736990375312 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20282/statm: 2389619 9326 2246 9 0 2380296 0
[pid=20282/tid=20283] ppid=20279 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/20282/task/20283/stat : 20283 (java) R 20279 20282 15677 0 -1 4202560 2408 0 1 0 26 1 0 0 20 0 18 0 107417480 9787879424 9326 33554432000 1073741824 1073778376 140736990384176 140141337755768 140141175880272 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700279 s]
/proc/loadavg: 4.14 4.22 4.18 4/198 20282
/proc/meminfo: memFree=26698416/32872528 swapFree=15540/1663004
[pid=20282] ppid=20279 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/20282/stat : 20282 (java) S 20279 20282 15677 0 -1 4202496 10436 0 1 0 101 5 0 0 20 0 19 0 107417479 10060525568 14156 33554432000 1073741824 1073778376 140736990384176 140736990375312 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20282/statm: 2456183 14156 2263 9 0 2446860 0
[pid=20282/tid=20283] ppid=20279 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/20282/task/20283/stat : 20283 (java) S 20279 20282 15677 0 -1 4202560 2422 0 1 0 35 1 0 0 20 0 19 0 107417480 10060525568 14156 33554432000 1073741824 1073778376 140736990384176 140141337756536 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 9824732

[startup+1.50078 s]
/proc/loadavg: 4.04 4.20 4.17 3/217 20307
/proc/meminfo: memFree=26643532/32872528 swapFree=15540/1663004
[pid=20282] ppid=20279 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/20282/stat : 20282 (java) S 20279 20282 15677 0 -1 4202496 10739 0 1 0 165 7 0 0 20 0 22 0 107417479 10060525568 18424 33554432000 1073741824 1073778376 140736990384176 140736990375312 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20282/statm: 2456183 18424 2266 9 0 2446860 0
[pid=20282/tid=20283] ppid=20279 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/20282/task/20283/stat : 20283 (java) S 20279 20282 15677 0 -1 4202560 2426 0 1 0 35 2 0 0 20 0 22 0 107417480 10060525568 18424 33554432000 1073741824 1073778376 140736990384176 140141337756536 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20282/tid=20285] ppid=20279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20282/task/20285/stat : 20285 (java) S 20279 20282 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107417480 10060525568 18424 33554432000 1073741824 1073778376 140736990384176 140141299247912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20282/tid=20286] ppid=20279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20282/task/20286/stat : 20286 (java) S 20279 20282 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107417480 10060525568 18424 33554432000 1073741824 1073778376 140736990384176 140141298195112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20282/tid=20287] ppid=20279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20282/task/20287/stat : 20287 (java) S 20279 20282 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107417480 10060525568 18424 33554432000 1073741824 1073778376 140736990384176 140141297142824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20282/tid=20288] ppid=20279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20282/task/20288/stat : 20288 (java) S 20279 20282 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107417480 10060525568 18424 33554432000 1073741824 1073778376 140736990384176 140141296090024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20282/tid=20289] ppid=20279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20282/task/20289/stat : 20289 (java) S 20279 20282 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107417480 10060525568 18424 33554432000 1073741824 1073778376 140736990384176 140141295036712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20282/tid=20290] ppid=20279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20282/task/20290/stat : 20290 (java) S 20279 20282 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107417480 10060525568 18424 33554432000 1073741824 1073778376 140736990384176 140141175761064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20282/tid=20291] ppid=20279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20282/task/20291/stat : 20291 (java) S 20279 20282 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107417480 10060525568 18424 33554432000 1073741824 1073778376 140736990384176 140141174708776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20282/tid=20292] ppid=20279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20282/task/20292/stat : 20292 (java) S 20279 20282 15677 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107417480 10060525568 18424 33554432000 1073741824 1073778376 140736990384176 140141173655976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20282/tid=20293] ppid=20279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20282/task/20293/stat : 20293 (java) S 20279 20282 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107417481 10060525568 18424 33554432000 1073741824 1073778376 140736990384176 140141161458408 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20282/tid=20294] ppid=20279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20282/task/20294/stat : 20294 (java) S 20279 20282 15677 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 107417482 10060525568 18424 33554432000 1073741824 1073778376 140736990384176 140141160404472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20282/tid=20295] ppid=20279 vsize=9825756 CPUtime=0 cores=1,3,5,7
/proc/20282/task/20295/stat : 20295 (java) S 20279 20282 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107417482 10061574144 18427 33554432000 1073741824 1073778376 140736990384176 140140555003656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20282/tid=20296] ppid=20279 vsize=9825756 CPUtime=0 cores=1,3,5,7
/proc/20282/task/20296/stat : 20296 (java) S 20279 20282 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107417484 10061574144 18443 33554432000 1073741824 1073778376 140736990384176 140140553952144 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20282/tid=20297] ppid=20279 vsize=9825756 CPUtime=0.44 cores=1,3,5,7
/proc/20282/task/20297/stat : 20297 (java) R 20279 20282 15677 0 -1 4202560 3277 0 0 0 44 0 0 0 20 0 22 0 107417484 10061574144 18461 33554432000 1073741824 1073778376 140736990384176 140140552892696 140141341280784 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=20282/tid=20298] ppid=20279 vsize=9825756 CPUtime=0.46 cores=1,3,5,7
/proc/20282/task/20298/stat : 20298 (java) R 20279 20282 15677 0 -1 4202560 3739 0 0 0 46 0 0 0 20 0 22 0 107417484 10061574144 18479 33554432000 1073741824 1073778376 140736990384176 140140551837960 140141341333090 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20282/tid=20299] ppid=20279 vsize=9825756 CPUtime=0 cores=1,3,5,7
/proc/20282/task/20299/stat : 20299 (java) S 20279 20282 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107417484 10061574144 18496 33554432000 1073741824 1073778376 140736990384176 140140550793848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20282/tid=20300] ppid=20279 vsize=9825756 CPUtime=0 cores=1,3,5,7
/proc/20282/task/20300/stat : 20300 (java) S 20279 20282 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107417484 10061574144 18515 33554432000 1073741824 1073778376 140736990384176 140140549741256 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20282/tid=20304] ppid=20279 vsize=9825756 CPUtime=0 cores=1,3,5,7
/proc/20282/task/20304/stat : 20304 (java) S 20279 20282 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107417519 10061574144 18531 33554432000 1073741824 1073778376 140736990384176 140140545529384 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 9824732

[startup+3.10092 s]
/proc/loadavg: 4.04 4.20 4.17 6/221 20311
/proc/meminfo: memFree=26510604/32872528 swapFree=15540/1663004
[pid=20282] ppid=20279 vsize=9824732 CPUtime=6.18 cores=1,3,5,7
/proc/20282/stat : 20282 (java) S 20279 20282 15677 0 -1 4202496 17695 0 1 0 604 14 0 0 20 0 22 0 107417479 10060525568 68936 33554432000 1073741824 1073778376 140736990384176 140736990375312 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20282/statm: 2456183 68936 2294 9 0 2446860 0
[pid=20282/tid=20283] ppid=20279 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/20282/task/20283/stat : 20283 (java) S 20279 20282 15677 0 -1 4202560 2426 0 1 0 35 2 0 0 20 0 22 0 107417480 10060525568 68936 33554432000 1073741824 1073778376 140736990384176 140141337756536 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20282/tid=20285] ppid=20279 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/20282/task/20285/stat : 20285 (java) S 20279 20282 15677 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 107417480 10060525568 68936 33554432000 1073741824 1073778376 140736990384176 140141299247912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20282/tid=20286] ppid=20279 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/20282/task/20286/stat : 20286 (java) S 20279 20282 15677 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 107417480 10060525568 68936 33554432000 1073741824 1073778376 140736990384176 140141298195112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20282/tid=20287] ppid=20279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20282/task/20287/stat : 20287 (java) S 20279 20282 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107417480 10060525568 68936 33554432000 1073741824 1073778376 140736990384176 140141297142824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20282/tid=20288] ppid=20279 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/20282/task/20288/stat : 20288 (java) S 20279 20282 15677 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 107417480 10060525568 68936 33554432000 1073741824 1073778376 140736990384176 140141296090024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20282/tid=20289] ppid=20279 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/20282/task/20289/stat : 20289 (java) S 20279 20282 15677 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 107417480 10060525568 68936 33554432000 1073741824 1073778376 140736990384176 140141295036712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20282/tid=20290] ppid=20279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20282/task/20290/stat : 20290 (java) S 20279 20282 15677 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 107417480 10060525568 68936 33554432000 1073741824 1073778376 140736990384176 140141175761064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20282/tid=20291] ppid=20279 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/20282/task/20291/stat : 20291 (java) S 20279 20282 15677 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 107417480 10060525568 68936 33554432000 1073741824 1073778376 140736990384176 140141174708776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20282/tid=20292] ppid=20279 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/20282/task/20292/stat : 20292 (java) S 20279 20282 15677 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 107417480 10060525568 68936 33554432000 1073741824 1073778376 140736990384176 140141173655976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20282/tid=20293] ppid=20279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20282/task/20293/stat : 20293 (java) S 20279 20282 15677 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 107417481 10060525568 68936 33554432000 1073741824 1073778376 140736990384176 140141161458408 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20282/tid=20294] ppid=20279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20282/task/20294/stat : 20294 (java) S 20279 20282 15677 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 107417482 10060525568 68936 33554432000 1073741824 1073778376 140736990384176 140141160404472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20282/tid=20295] ppid=20279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20282/task/20295/stat : 20295 (java) S 20279 20282 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107417482 10060525568 68936 33554432000 1073741824 1073778376 140736990384176 140140555003656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20282/tid=20296] ppid=20279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20282/task/20296/stat : 20296 (java) S 20279 20282 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107417484 10060525568 68936 33554432000 1073741824 1073778376 140736990384176 140140553952144 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20282/tid=20297] ppid=20279 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/20282/task/20297/stat : 20297 (java) R 20279 20282 15677 0 -1 4202560 5845 0 0 0 88 2 0 0 20 0 22 0 107417484 10060525568 68936 33554432000 1073741824 1073778376 140736990384176 140140552898624 140141340390684 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=20282/tid=20298] ppid=20279 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/20282/task/20298/stat : 20298 (java) S 20279 20282 15677 0 -1 4202560 7838 0 0 0 120 2 0 0 20 0 22 0 107417484 10060525568 68936 33554432000 1073741824 1073778376 140736990384176 140140551845944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20282/tid=20299] ppid=20279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20282/task/20299/stat : 20299 (java) S 20279 20282 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107417484 10060525568 68936 33554432000 1073741824 1073778376 140736990384176 140140550793848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20282/tid=20300] ppid=20279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20282/task/20300/stat : 20300 (java) S 20279 20282 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107417484 10060525568 68936 33554432000 1073741824 1073778376 140736990384176 140140549741256 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20282/tid=20304] ppid=20279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20282/task/20304/stat : 20304 (java) S 20279 20282 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107417519 10060525568 68936 33554432000 1073741824 1073778376 140736990384176 140140545529384 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20282/tid=20308] ppid=20279 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/20282/task/20308/stat : 20308 (java) R 20279 20282 15677 0 -1 4202560 6 0 0 0 163 0 0 0 20 0 22 0 107417618 10060525568 68936 33554432000 1073741824 1073778376 140736990384176 140140548686088 140141176342117 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20282/tid=20309] ppid=20279 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/20282/task/20309/stat : 20309 (java) R 20279 20282 15677 0 -1 4202560 88 0 0 0 159 3 0 0 20 0 22 0 107417618 10060525568 68936 33554432000 1073741824 1073778376 140736990384176 140140547633656 140141176659072 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20282/tid=20310] ppid=20279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20282/task/20310/stat : 20310 (java) S 20279 20282 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107417619 10060525568 68936 33554432000 1073741824 1073778376 140736990384176 140140546581800 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 4.04 4.20 4.17 12/221 20311
/proc/meminfo: memFree=26078336/32872528 swapFree=15540/1663004
[pid=20282] ppid=20279 vsize=9824732 CPUtime=13 cores=1,3,5,7
/proc/20282/stat : 20282 (java) S 20279 20282 15677 0 -1 4202496 20869 0 1 0 1274 26 0 0 20 0 22 0 107417479 10060525568 156382 33554432000 1073741824 1073778376 140736990384176 140736990375312 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20282/statm: 2456183 156382 2294 9 0 2446860 0
[pid=20282/tid=20283] ppid=20279 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/20282/task/20283/stat : 20283 (java) S 20279 20282 15677 0 -1 4202560 2426 0 1 0 35 2 0 0 20 0 22 0 107417480 10060525568 156382 33554432000 1073741824 1073778376 140736990384176 140141337756536 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20282/tid=20285] ppid=20279 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/20282/task/20285/stat : 20285 (java) S 20279 20282 15677 0 -1 4202560 43 0 0 0 5 1 0 0 20 0 22 0 107417480 10060525568 156382 33554432000 1073741824 1073778376 140736990384176 140141299247912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20282/tid=20286] ppid=20279 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/20282/task/20286/stat : 20286 (java) S 20279 20282 15677 0 -1 4202560 53 0 0 0 7 2 0 0 20 0 22 0 107417480 10060525568 156382 33554432000 1073741824 1073778376 140736990384176 140141298195112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20282/tid=20287] ppid=20279 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/20282/task/20287/stat : 20287 (java) S 20279 20282 15677 0 -1 4202560 54 0 0 0 7 2 0 0 20 0 22 0 107417480 10060525568 156382 33554432000 1073741824 1073778376 140736990384176 140141297142824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20282/tid=20288] ppid=20279 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/20282/task/20288/stat : 20288 (java) S 20279 20282 15677 0 -1 4202560 31 0 0 0 4 1 0 0 20 0 22 0 107417480 10060525568 156382 33554432000 1073741824 1073778376 140736990384176 140141296090024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20282/tid=20289] ppid=20279 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/20282/task/20289/stat : 20289 (java) S 20279 20282 15677 0 -1 4202560 58 0 0 0 9 1 0 0 20 0 22 0 107417480 10060525568 156382 33554432000 1073741824 1073778376 140736990384176 140141295036712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20282/tid=20290] ppid=20279 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/20282/task/20290/stat : 20290 (java) S 20279 20282 15677 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 107417480 10060525568 156382 33554432000 1073741824 1073778376 140736990384176 140141175761064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20282/tid=20291] ppid=20279 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/20282/task/20291/stat : 20291 (java) S 20279 20282 15677 0 -1 4202560 26 0 0 0 4 2 0 0 20 0 22 0 107417480 10060525568 156382 33554432000 1073741824 1073778376 140736990384176 140141174708776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20282/tid=20292] ppid=20279 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/20282/task/20292/stat : 20292 (java) S 20279 20282 15677 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 107417480 10060525568 156382 33554432000 1073741824 1073778376 140736990384176 140141173655976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20282/tid=20293] ppid=20279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20282/task/20293/stat : 20293 (java) S 20279 20282 15677 0 -1 4202560 458 0 0 0 0 0 0 0 20 0 22 0 107417481 10060525568 156382 33554432000 1073741824 1073778376 140736990384176 140141161458408 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20282/tid=20294] ppid=20279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20282/task/20294/stat : 20294 (java) S 20279 20282 15677 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 107417482 10060525568 156382 33554432000 1073741824 1073778376 140736990384176 140141160404472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20282/tid=20295] ppid=20279 vsize=9824732 CPUtime=0 cores=1,3,5,7

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


[startup+822.301 s]
/proc/loadavg: 4.21 4.23 4.19 6/221 20412
/proc/meminfo: memFree=23755304/32872528 swapFree=15540/1663004
[pid=20282] ppid=20279 vsize=9824732 CPUtime=1650.73 cores=1,3,5,7
/proc/20282/stat : 20282 (java) S 20279 20282 15677 0 -1 4202496 41792 0 1 0 164849 224 0 0 20 0 22 0 107417479 10060525568 782353 33554432000 1073741824 1073778376 140736990384176 140736990375312 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20282/statm: 2456183 782353 2304 9 0 2446860 0
[pid=20282/tid=20283] ppid=20279 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/20282/task/20283/stat : 20283 (java) S 20279 20282 15677 0 -1 4202560 2426 0 1 0 38 3 0 0 20 0 22 0 107417480 10060525568 782353 33554432000 1073741824 1073778376 140736990384176 140141337756536 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20282/tid=20285] ppid=20279 vsize=9824732 CPUtime=1.89 cores=1,3,5,7
/proc/20282/task/20285/stat : 20285 (java) S 20279 20282 15677 0 -1 4202560 559 0 0 0 174 15 0 0 20 0 22 0 107417480 10060525568 782353 33554432000 1073741824 1073778376 140736990384176 140141299247912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20282/tid=20286] ppid=20279 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/20282/task/20286/stat : 20286 (java) S 20279 20282 15677 0 -1 4202560 631 0 0 0 211 19 0 0 20 0 22 0 107417480 10060525568 782353 33554432000 1073741824 1073778376 140736990384176 140141298195112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20282/tid=20287] ppid=20279 vsize=9824732 CPUtime=2.1 cores=1,3,5,7
/proc/20282/task/20287/stat : 20287 (java) S 20279 20282 15677 0 -1 4202560 613 0 0 0 192 18 0 0 20 0 22 0 107417480 10060525568 782353 33554432000 1073741824 1073778376 140736990384176 140141297142824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20282/tid=20288] ppid=20279 vsize=9824732 CPUtime=1.96 cores=1,3,5,7
/proc/20282/task/20288/stat : 20288 (java) S 20279 20282 15677 0 -1 4202560 491 0 0 0 180 16 0 0 20 0 22 0 107417480 10060525568 782353 33554432000 1073741824 1073778376 140736990384176 140141296090024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20282/tid=20289] ppid=20279 vsize=9824732 CPUtime=2.06 cores=1,3,5,7
/proc/20282/task/20289/stat : 20289 (java) S 20279 20282 15677 0 -1 4202560 515 0 0 0 190 16 0 0 20 0 22 0 107417480 10060525568 782353 33554432000 1073741824 1073778376 140736990384176 140141295036712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20282/tid=20290] ppid=20279 vsize=9824732 CPUtime=2.09 cores=1,3,5,7
/proc/20282/task/20290/stat : 20290 (java) S 20279 20282 15677 0 -1 4202560 469 0 0 0 193 16 0 0 20 0 22 0 107417480 10060525568 782353 33554432000 1073741824 1073778376 140736990384176 140141175761064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20282/tid=20291] ppid=20279 vsize=9824732 CPUtime=2.11 cores=1,3,5,7
/proc/20282/task/20291/stat : 20291 (java) S 20279 20282 15677 0 -1 4202560 462 0 0 0 194 17 0 0 20 0 22 0 107417480 10060525568 782353 33554432000 1073741824 1073778376 140736990384176 140141174708776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20282/tid=20292] ppid=20279 vsize=9824732 CPUtime=1.97 cores=1,3,5,7
/proc/20282/task/20292/stat : 20292 (java) S 20279 20282 15677 0 -1 4202560 493 0 0 0 182 15 0 0 20 0 22 0 107417480 10060525568 782353 33554432000 1073741824 1073778376 140736990384176 140141173655976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20282/tid=20293] ppid=20279 vsize=9824732 CPUtime=2.76 cores=1,3,5,7
/proc/20282/task/20293/stat : 20293 (java) S 20279 20282 15677 0 -1 4202560 2642 0 0 0 261 15 0 0 20 0 22 0 107417481 10060525568 782353 33554432000 1073741824 1073778376 140736990384176 140141161458408 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20282/tid=20294] ppid=20279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20282/task/20294/stat : 20294 (java) S 20279 20282 15677 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 107417482 10060525568 782353 33554432000 1073741824 1073778376 140736990384176 140141160404472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20282/tid=20295] ppid=20279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20282/task/20295/stat : 20295 (java) S 20279 20282 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107417482 10060525568 782353 33554432000 1073741824 1073778376 140736990384176 140140555003656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20282/tid=20296] ppid=20279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20282/task/20296/stat : 20296 (java) S 20279 20282 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107417484 10060525568 782353 33554432000 1073741824 1073778376 140736990384176 140140553952144 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20282/tid=20297] ppid=20279 vsize=9824732 CPUtime=1.4 cores=1,3,5,7
/proc/20282/task/20297/stat : 20297 (java) S 20279 20282 15677 0 -1 4202560 8322 0 0 0 138 2 0 0 20 0 22 0 107417484 10060525568 782353 33554432000 1073741824 1073778376 140736990384176 140140552898744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20282/tid=20298] ppid=20279 vsize=9824732 CPUtime=2.39 cores=1,3,5,7
/proc/20282/task/20298/stat : 20298 (java) S 20279 20282 15677 0 -1 4202560 20067 0 0 0 236 3 0 0 20 0 22 0 107417484 10060525568 782353 33554432000 1073741824 1073778376 140736990384176 140140551845944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20282/tid=20299] ppid=20279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20282/task/20299/stat : 20299 (java) S 20279 20282 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107417484 10060525568 782353 33554432000 1073741824 1073778376 140736990384176 140140550793848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20282/tid=20300] ppid=20279 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/20282/task/20300/stat : 20300 (java) S 20279 20282 15677 0 -1 4202560 47 0 0 0 12 23 0 0 20 0 22 0 107417484 10060525568 782353 33554432000 1073741824 1073778376 140736990384176 140140549741256 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20282/tid=20304] ppid=20279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20282/task/20304/stat : 20304 (java) S 20279 20282 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107417519 10060525568 782353 33554432000 1073741824 1073778376 140736990384176 140140545529384 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20282/tid=20308] ppid=20279 vsize=9824732 CPUtime=813.5 cores=1,3,5,7
/proc/20282/task/20308/stat : 20308 (java) R 20279 20282 15677 0 -1 4202560 75 0 0 0 81335 15 0 0 20 0 22 0 107417618 10060525568 782353 33554432000 1073741824 1073778376 140736990384176 140140548685184 140141176429543 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20282/tid=20309] ppid=20279 vsize=9824732 CPUtime=813.6 cores=1,3,5,7
/proc/20282/task/20309/stat : 20309 (java) R 20279 20282 15677 0 -1 4202560 2649 0 0 0 81301 59 0 0 20 0 22 0 107417618 10060525568 782353 33554432000 1073741824 1073778376 140736990384176 140140547631840 140141176659072 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20282/tid=20310] ppid=20279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20282/task/20310/stat : 20310 (java) S 20279 20282 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107417619 10060525568 782353 33554432000 1073741824 1073778376 140736990384176 140140546581800 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1650.73
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.05 4.17 4.17 5/221 20413
/proc/meminfo: memFree=23548344/32872528 swapFree=15540/1663004
[pid=20282] ppid=20279 vsize=9824732 CPUtime=1771.28 cores=1,3,5,7
/proc/20282/stat : 20282 (java) S 20279 20282 15677 0 -1 4202496 42282 0 1 0 176893 235 0 0 20 0 22 0 107417479 10060525568 803260 33554432000 1073741824 1073778376 140736990384176 140736990375312 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20282/statm: 2456183 803260 2304 9 0 2446860 0
[pid=20282/tid=20283] ppid=20279 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/20282/task/20283/stat : 20283 (java) S 20279 20282 15677 0 -1 4202560 2426 0 1 0 38 3 0 0 20 0 22 0 107417480 10060525568 803260 33554432000 1073741824 1073778376 140736990384176 140141337756536 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20282/tid=20285] ppid=20279 vsize=9824732 CPUtime=2.07 cores=1,3,5,7
/proc/20282/task/20285/stat : 20285 (java) S 20279 20282 15677 0 -1 4202560 603 0 0 0 190 17 0 0 20 0 22 0 107417480 10060525568 803260 33554432000 1073741824 1073778376 140736990384176 140141299247912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20282/tid=20286] ppid=20279 vsize=9824732 CPUtime=2.48 cores=1,3,5,7
/proc/20282/task/20286/stat : 20286 (java) S 20279 20282 15677 0 -1 4202560 671 0 0 0 228 20 0 0 20 0 22 0 107417480 10060525568 803260 33554432000 1073741824 1073778376 140736990384176 140141298195112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20282/tid=20287] ppid=20279 vsize=9824732 CPUtime=2.26 cores=1,3,5,7
/proc/20282/task/20287/stat : 20287 (java) S 20279 20282 15677 0 -1 4202560 652 0 0 0 207 19 0 0 20 0 22 0 107417480 10060525568 803260 33554432000 1073741824 1073778376 140736990384176 140141297142824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20282/tid=20288] ppid=20279 vsize=9824732 CPUtime=2.14 cores=1,3,5,7
/proc/20282/task/20288/stat : 20288 (java) S 20279 20282 15677 0 -1 4202560 507 0 0 0 198 16 0 0 20 0 22 0 107417480 10060525568 803260 33554432000 1073741824 1073778376 140736990384176 140141296090024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20282/tid=20289] ppid=20279 vsize=9824732 CPUtime=2.23 cores=1,3,5,7
/proc/20282/task/20289/stat : 20289 (java) S 20279 20282 15677 0 -1 4202560 557 0 0 0 206 17 0 0 20 0 22 0 107417480 10060525568 803260 33554432000 1073741824 1073778376 140736990384176 140141295036712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20282/tid=20290] ppid=20279 vsize=9824732 CPUtime=2.21 cores=1,3,5,7
/proc/20282/task/20290/stat : 20290 (java) S 20279 20282 15677 0 -1 4202560 485 0 0 0 204 17 0 0 20 0 22 0 107417480 10060525568 803260 33554432000 1073741824 1073778376 140736990384176 140141175761064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20282/tid=20291] ppid=20279 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/20282/task/20291/stat : 20291 (java) S 20279 20282 15677 0 -1 4202560 494 0 0 0 206 19 0 0 20 0 22 0 107417480 10060525568 803260 33554432000 1073741824 1073778376 140736990384176 140141174708776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20282/tid=20292] ppid=20279 vsize=9824732 CPUtime=2.1 cores=1,3,5,7
/proc/20282/task/20292/stat : 20292 (java) S 20279 20282 15677 0 -1 4202560 519 0 0 0 193 17 0 0 20 0 22 0 107417480 10060525568 803260 33554432000 1073741824 1073778376 140736990384176 140141173655976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20282/tid=20293] ppid=20279 vsize=9824732 CPUtime=2.77 cores=1,3,5,7
/proc/20282/task/20293/stat : 20293 (java) S 20279 20282 15677 0 -1 4202560 2798 0 0 0 262 15 0 0 20 0 22 0 107417481 10060525568 803260 33554432000 1073741824 1073778376 140736990384176 140141161458408 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20282/tid=20294] ppid=20279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20282/task/20294/stat : 20294 (java) S 20279 20282 15677 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 107417482 10060525568 803260 33554432000 1073741824 1073778376 140736990384176 140141160404472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20282/tid=20295] ppid=20279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20282/task/20295/stat : 20295 (java) S 20279 20282 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107417482 10060525568 803260 33554432000 1073741824 1073778376 140736990384176 140140555003656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20282/tid=20296] ppid=20279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20282/task/20296/stat : 20296 (java) S 20279 20282 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107417484 10060525568 803260 33554432000 1073741824 1073778376 140736990384176 140140553952144 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20282/tid=20297] ppid=20279 vsize=9824732 CPUtime=1.4 cores=1,3,5,7
/proc/20282/task/20297/stat : 20297 (java) S 20279 20282 15677 0 -1 4202560 8323 0 0 0 138 2 0 0 20 0 22 0 107417484 10060525568 803260 33554432000 1073741824 1073778376 140736990384176 140140552898744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20282/tid=20298] ppid=20279 vsize=9824732 CPUtime=2.39 cores=1,3,5,7
/proc/20282/task/20298/stat : 20298 (java) S 20279 20282 15677 0 -1 4202560 20067 0 0 0 236 3 0 0 20 0 22 0 107417484 10060525568 803260 33554432000 1073741824 1073778376 140736990384176 140140551845944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20282/tid=20299] ppid=20279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20282/task/20299/stat : 20299 (java) S 20279 20282 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107417484 10060525568 803260 33554432000 1073741824 1073778376 140736990384176 140140550793848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20282/tid=20300] ppid=20279 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/20282/task/20300/stat : 20300 (java) S 20279 20282 15677 0 -1 4202560 51 0 0 0 12 25 0 0 20 0 22 0 107417484 10060525568 803260 33554432000 1073741824 1073778376 140736990384176 140140549741256 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20282/tid=20304] ppid=20279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20282/task/20304/stat : 20304 (java) S 20279 20282 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107417519 10060525568 803260 33554432000 1073741824 1073778376 140736990384176 140140545529384 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20282/tid=20308] ppid=20279 vsize=9824732 CPUtime=873.14 cores=1,3,5,7
/proc/20282/task/20308/stat : 20308 (java) R 20279 20282 15677 0 -1 4202560 76 0 0 0 87298 16 0 0 20 0 22 0 107417618 10060525568 803260 33554432000 1073741824 1073778376 140736990384176 140140548684416 140141176406289 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20282/tid=20309] ppid=20279 vsize=9824732 CPUtime=873.27 cores=1,3,5,7
/proc/20282/task/20309/stat : 20309 (java) R 20279 20282 15677 0 -1 4202560 2722 0 0 0 87266 61 0 0 20 0 22 0 107417618 10060525568 803260 33554432000 1073741824 1073778376 140736990384176 140140547632880 140141176443732 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20282/tid=20310] ppid=20279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20282/task/20310/stat : 20310 (java) S 20279 20282 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107417619 10060525568 803260 33554432000 1073741824 1073778376 140736990384176 140140546581800 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1771.28
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.608 s]
/proc/loadavg: 4.04 4.16 4.16 5/221 20414
/proc/meminfo: memFree=23495092/32872528 swapFree=15540/1663004
[pid=20282] ppid=20279 vsize=9824732 CPUtime=1800 cores=1,3,5,7
/proc/20282/stat : 20282 (java) S 20279 20282 15677 0 -1 4202496 42376 0 1 0 179759 241 0 0 20 0 22 0 107417479 10060525568 815555 33554432000 1073741824 1073778376 140736990384176 140736990375312 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20282/statm: 2456183 815555 2304 9 0 2446860 0
[pid=20282/tid=20283] ppid=20279 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/20282/task/20283/stat : 20283 (java) S 20279 20282 15677 0 -1 4202560 2426 0 1 0 39 3 0 0 20 0 22 0 107417480 10060525568 815555 33554432000 1073741824 1073778376 140736990384176 140141337756536 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20282/tid=20285] ppid=20279 vsize=9824732 CPUtime=2.1 cores=1,3,5,7
/proc/20282/task/20285/stat : 20285 (java) S 20279 20282 15677 0 -1 4202560 612 0 0 0 192 18 0 0 20 0 22 0 107417480 10060525568 815555 33554432000 1073741824 1073778376 140736990384176 140141299247912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20282/tid=20286] ppid=20279 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/20282/task/20286/stat : 20286 (java) S 20279 20282 15677 0 -1 4202560 683 0 0 0 230 21 0 0 20 0 22 0 107417480 10060525568 815555 33554432000 1073741824 1073778376 140736990384176 140141298195112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20282/tid=20287] ppid=20279 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/20282/task/20287/stat : 20287 (java) S 20279 20282 15677 0 -1 4202560 674 0 0 0 212 20 0 0 20 0 22 0 107417480 10060525568 815555 33554432000 1073741824 1073778376 140736990384176 140141297142824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20282/tid=20288] ppid=20279 vsize=9824732 CPUtime=2.16 cores=1,3,5,7
/proc/20282/task/20288/stat : 20288 (java) S 20279 20282 15677 0 -1 4202560 515 0 0 0 199 17 0 0 20 0 22 0 107417480 10060525568 815555 33554432000 1073741824 1073778376 140736990384176 140141296090024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20282/tid=20289] ppid=20279 vsize=9824732 CPUtime=2.26 cores=1,3,5,7
/proc/20282/task/20289/stat : 20289 (java) S 20279 20282 15677 0 -1 4202560 567 0 0 0 208 18 0 0 20 0 22 0 107417480 10060525568 815555 33554432000 1073741824 1073778376 140736990384176 140141295036712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20282/tid=20290] ppid=20279 vsize=9824732 CPUtime=2.23 cores=1,3,5,7
/proc/20282/task/20290/stat : 20290 (java) S 20279 20282 15677 0 -1 4202560 489 0 0 0 206 17 0 0 20 0 22 0 107417480 10060525568 815555 33554432000 1073741824 1073778376 140736990384176 140141175761064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20282/tid=20291] ppid=20279 vsize=9824732 CPUtime=2.27 cores=1,3,5,7
/proc/20282/task/20291/stat : 20291 (java) S 20279 20282 15677 0 -1 4202560 505 0 0 0 208 19 0 0 20 0 22 0 107417480 10060525568 815555 33554432000 1073741824 1073778376 140736990384176 140141174708776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20282/tid=20292] ppid=20279 vsize=9824732 CPUtime=2.13 cores=1,3,5,7
/proc/20282/task/20292/stat : 20292 (java) S 20279 20282 15677 0 -1 4202560 534 0 0 0 196 17 0 0 20 0 22 0 107417480 10060525568 815555 33554432000 1073741824 1073778376 140736990384176 140141173655976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20282/tid=20293] ppid=20279 vsize=9824732 CPUtime=2.77 cores=1,3,5,7
/proc/20282/task/20293/stat : 20293 (java) S 20279 20282 15677 0 -1 4202560 2798 0 0 0 262 15 0 0 20 0 22 0 107417481 10060525568 815555 33554432000 1073741824 1073778376 140736990384176 140141161458408 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20282/tid=20294] ppid=20279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20282/task/20294/stat : 20294 (java) S 20279 20282 15677 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 107417482 10060525568 815555 33554432000 1073741824 1073778376 140736990384176 140141160404472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20282/tid=20295] ppid=20279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20282/task/20295/stat : 20295 (java) S 20279 20282 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107417482 10060525568 815555 33554432000 1073741824 1073778376 140736990384176 140140555003656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20282/tid=20296] ppid=20279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20282/task/20296/stat : 20296 (java) S 20279 20282 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107417484 10060525568 815555 33554432000 1073741824 1073778376 140736990384176 140140553952144 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20282/tid=20297] ppid=20279 vsize=9824732 CPUtime=1.4 cores=1,3,5,7
/proc/20282/task/20297/stat : 20297 (java) S 20279 20282 15677 0 -1 4202560 8324 0 0 0 138 2 0 0 20 0 22 0 107417484 10060525568 815555 33554432000 1073741824 1073778376 140736990384176 140140552898744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20282/tid=20298] ppid=20279 vsize=9824732 CPUtime=2.39 cores=1,3,5,7
/proc/20282/task/20298/stat : 20298 (java) S 20279 20282 15677 0 -1 4202560 20067 0 0 0 236 3 0 0 20 0 22 0 107417484 10060525568 815555 33554432000 1073741824 1073778376 140736990384176 140140551845944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20282/tid=20299] ppid=20279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20282/task/20299/stat : 20299 (java) S 20279 20282 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107417484 10060525568 815555 33554432000 1073741824 1073778376 140736990384176 140140550793848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20282/tid=20300] ppid=20279 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/20282/task/20300/stat : 20300 (java) S 20279 20282 15677 0 -1 4202560 51 0 0 0 13 25 0 0 20 0 22 0 107417484 10060525568 815555 33554432000 1073741824 1073778376 140736990384176 140140549741256 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20282/tid=20304] ppid=20279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20282/task/20304/stat : 20304 (java) S 20279 20282 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107417519 10060525568 815555 33554432000 1073741824 1073778376 140736990384176 140140545529384 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20282/tid=20308] ppid=20279 vsize=9824732 CPUtime=887.38 cores=1,3,5,7
/proc/20282/task/20308/stat : 20308 (java) R 20279 20282 15677 0 -1 4202560 77 0 0 0 88722 16 0 0 20 0 22 0 107417618 10060525568 815555 33554432000 1073741824 1073778376 140736990384176 140140548686216 140141177208200 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20282/tid=20309] ppid=20279 vsize=9824732 CPUtime=887.5 cores=1,3,5,7
/proc/20282/task/20309/stat : 20309 (java) R 20279 20282 15677 0 -1 4202560 2723 0 0 0 88689 61 0 0 20 0 22 0 107417618 10060525568 815555 33554432000 1073741824 1073778376 140736990384176 140140547631936 140141176659085 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20282/tid=20310] ppid=20279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20282/task/20310/stat : 20310 (java) S 20279 20282 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107417619 10060525568 815555 33554432000 1073741824 1073778376 140736990384176 140140546581800 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 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 20282 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 896.663
CPU time (s): 1800.87
CPU user time (s): 1797.94
CPU system time (s): 2.93155
CPU usage (%): 200.842
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.94
system time used= 2.93155
maximum resident set size= 3262336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42411
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25165
involuntary context switches= 34739

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.76312 second user time and 7.71383 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-07 01:14:07
IDJOB=4081746
IDBENCH=48156
IDSOLVER=2543
FILE ID=node134/4081746-1465254847
RUNJOBID= node134-1465243580-15694
PBS_JOBID= 19843249
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_100_25_2.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081746-1465254847/watcher-4081746-1465254847 -o /tmp/evaluation-result-4081746-1465254847/solver-4081746-1465254847 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1465243580-15694 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081746-1465254847.opb

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

MD5SUM BENCH= 1e64c526f9351931db225cdff75c2df5
RANDOM SEED=144849897

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.403
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.56
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.403
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:        26699308 kB
Buffers:           52388 kB
Cached:           120492 kB
SwapCached:         1804 kB
Active:          3699004 kB
Inactive:         102228 kB
Active(anon):    3629664 kB
Inactive(anon):     1040 kB
Active(file):      69340 kB
Inactive(file):   101188 kB
Unevictable:     1663004 kB
Mlocked:           15540 kB
SwapTotal:      67108856 kB
SwapFree:       67098296 kB
Dirty:               940 kB
Writeback:             0 kB
AnonPages:       5290948 kB
Mapped:            15372 kB
Shmem:                 0 kB
Slab:             569248 kB
SReclaimable:      12788 kB
SUnreclaim:       556460 kB
KernelStack:        1600 kB
PageTables:        14620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5448572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5185536 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= 71732 MiB
End job on node134 at 2016-06-07 01:29:04