Trace number 4106635

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)12 1800.08 897.459

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_100_10_1.opb
MD5SUM55d0299800773493d27ef2c1b95d10c5
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 11
Optimality of the best value was proved NO
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 constraint11
Maximum length of a constraint19
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)1248
Sum of products size (including duplicates)2496
Number of different products1248
Sum of products size2496

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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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@16fd0b7
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@4413ee
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@75786e64
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@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4106635-1466274878.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.21/0.29	c ... done. Wall clock time 0.176s.
0.21/0.29	c declared #vars     100
0.21/0.29	c internal #vars     1348
0.21/0.29	c #constraints  2596
0.21/0.30	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.21/0.30	c constraints type 
0.46/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1348
0.46/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1248
0.46/0.30	c 2596 constraints processed.
0.46/0.30	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.46/0.30	c constraints type 
0.46/0.30	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1348
0.46/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1248
0.46/0.30	c 2596 constraints processed.
0.46/0.30	c objective function length is 100 literals
0.46/0.31	c And the winner is solver0
0.53/0.80	c SATISFIABLE
0.53/0.80	c OPTIMIZING...
0.53/0.80	c Got one! Elapsed wall clock time (in seconds):0.68
0.53/0.80	o 16
0.53/0.84	c And the winner is solver0
1.00/1.30	c Got one! Elapsed wall clock time (in seconds):1.183
1.00/1.30	o 15
1.00/1.33	c And the winner is solver0
1.16/1.80	c Got one! Elapsed wall clock time (in seconds):1.684
1.16/1.80	o 14
3.01/2.39	c cleaning 2535 clauses out of 5081 with flag 11224/5081
3.69/2.60	c And the winner is solver1
4.13/2.80	c Got one! Elapsed wall clock time (in seconds):2.686
4.13/2.80	o 13
5.38/3.38	c cleaning 3961 clauses out of 7921 with flag 9386/10456
7.66/4.49	c cleaning 4975 clauses out of 9960 with flag 27369/16456
10.53/5.87	c cleaning 5993 clauses out of 11986 with flag 48600/23457
13.80/7.49	c cleaning 6992 clauses out of 13993 with flag 71687/31457
17.64/9.31	c cleaning 8001 clauses out of 16001 with flag 97681/40457
21.72/11.36	c cleaning 8994 clauses out of 17998 with flag 126137/50455
26.38/13.65	c cleaning 10002 clauses out of 20005 with flag 157939/61456
31.38/16.16	c cleaning 11000 clauses out of 22002 with flag 192051/73455
37.67/19.25	c cleaning 11992 clauses out of 24003 with flag 226841/86456
44.15/22.41	c cleaning 12996 clauses out of 26010 with flag 265948/100455
50.99/25.85	c cleaning 14003 clauses out of 28015 with flag 308019/115456
58.80/29.72	c cleaning 14999 clauses out of 30012 with flag 350932/131456
67.26/33.97	c cleaning 15991 clauses out of 32013 with flag 398377/148456
76.47/38.57	c cleaning 17004 clauses out of 34021 with flag 448065/166455
86.33/43.46	c cleaning 17995 clauses out of 36017 with flag 501739/185455
92.52/46.53	c And the winner is solver0
92.56/46.81	c Got one! Elapsed wall clock time (in seconds):46.694
92.56/46.81	o 12
95.20/48.14	c cleaning 17399 clauses out of 34801 with flag 13721/202234
97.81/49.44	c cleaning 11698 clauses out of 23400 with flag 30142/208232
100.61/50.88	c cleaning 9343 clauses out of 18702 with flag 48550/215232
103.81/52.46	c cleaning 8669 clauses out of 17359 with flag 70343/223232
107.40/54.26	c cleaning 8840 clauses out of 17691 with flag 94682/232233
111.41/56.25	c cleaning 9421 clauses out of 18853 with flag 122190/242235
116.07/58.51	c cleaning 10199 clauses out of 20429 with flag 151919/253232
121.07/61.07	c cleaning 11108 clauses out of 22231 with flag 185424/265233
126.68/63.87	c cleaning 12053 clauses out of 24122 with flag 220418/278232
132.91/66.97	c cleaning 13034 clauses out of 26069 with flag 256962/292232
139.71/70.31	c cleaning 14018 clauses out of 28035 with flag 298308/307232
144.91/72.98	c cleaning 0 clauses out of 5578 with flag 0/5580
147.06/73.84	c cleaning 14993 clauses out of 30018 with flag 343471/323233
154.78/77.61	c cleaning 16004 clauses out of 32026 with flag 392455/340234
163.03/81.73	c cleaning 17007 clauses out of 34020 with flag 442769/358232
171.83/86.15	c cleaning 17993 clauses out of 36013 with flag 496984/377232
181.07/90.71	c cleaning 19003 clauses out of 38022 with flag 553736/397234
190.67/95.52	c cleaning 20002 clauses out of 40018 with flag 611479/418233
200.74/100.56	c cleaning 21006 clauses out of 42015 with flag 673791/440232
211.98/106.10	c cleaning 21995 clauses out of 44009 with flag 739131/463232
223.62/111.91	c cleaning 22993 clauses out of 46015 with flag 805986/487233
236.05/118.14	c cleaning 24001 clauses out of 48022 with flag 878761/512233
249.69/124.93	c cleaning 25000 clauses out of 50020 with flag 954433/538232
263.54/131.80	c cleaning 26006 clauses out of 52021 with flag 1033537/565233
277.96/139.03	c cleaning 27005 clauses out of 54015 with flag 1111671/593233
293.66/146.81	c cleaning 27996 clauses out of 56009 with flag 1195717/622232
309.72/154.85	c cleaning 29003 clauses out of 58013 with flag 1284196/652232
326.60/163.25	c cleaning 29998 clauses out of 60010 with flag 1379959/683232
344.50/172.15	c cleaning 31003 clauses out of 62012 with flag 1477343/715232
363.02/181.32	c cleaning 32004 clauses out of 64011 with flag 1574023/748234
383.13/191.32	c cleaning 32995 clauses out of 66008 with flag 1671280/782235
405.04/202.20	c cleaning 33999 clauses out of 68011 with flag 1769567/817233
427.14/213.20	c cleaning 35001 clauses out of 70011 with flag 1868471/853232
450.48/224.88	c cleaning 36002 clauses out of 72011 with flag 1972018/890233
475.42/237.29	c cleaning 37000 clauses out of 74009 with flag 2078820/928233
501.22/250.09	c cleaning 37995 clauses out of 76008 with flag 2185007/967232
528.16/263.41	c cleaning 39007 clauses out of 78015 with flag 2294339/1007234
556.30/277.48	c cleaning 39987 clauses out of 80006 with flag 2407438/1048232
584.48/291.49	c cleaning 41009 clauses out of 82020 with flag 2529932/1090233
614.32/306.22	c cleaning 42001 clauses out of 84010 with flag 2650386/1133232
644.99/321.81	c cleaning 42997 clauses out of 86012 with flag 2780313/1177235
675.50/337.01	c cleaning 44000 clauses out of 88012 with flag 2912279/1222232
707.81/353.20	c cleaning 44998 clauses out of 90013 with flag 3049915/1268233
742.60/370.42	c cleaning 45999 clauses out of 92015 with flag 3193205/1315233
776.78/387.46	c cleaning 47005 clauses out of 94017 with flag 3341714/1363234
782.39/390.22	c cleaning 0 clauses out of 11578 with flag 0/11580
813.37/405.68	c cleaning 47998 clauses out of 96012 with flag 3492284/1412234
850.53/424.18	c cleaning 48998 clauses out of 98012 with flag 3642453/1462232
889.73/443.66	c cleaning 50007 clauses out of 100022 with flag 3798695/1513240
930.56/463.99	c cleaning 50998 clauses out of 102009 with flag 3961481/1565234
971.90/484.50	c cleaning 51997 clauses out of 104012 with flag 4125667/1618235
1012.19/504.58	c cleaning 53005 clauses out of 106015 with flag 4300722/1672235
1053.81/525.69	c cleaning 54002 clauses out of 108007 with flag 4476751/1727232
1096.04/546.65	c cleaning 55000 clauses out of 110005 with flag 4657920/1783232
1141.31/569.14	c cleaning 55996 clauses out of 112005 with flag 4826952/1840232
1191.12/593.98	c cleaning 56997 clauses out of 114012 with flag 4989547/1898235
1243.76/620.17	c cleaning 58001 clauses out of 116017 with flag 5158857/1957237
1297.22/646.75	c cleaning 58991 clauses out of 118012 with flag 5333554/2017233
1350.89/673.50	c cleaning 60002 clauses out of 120022 with flag 5508376/2078234
1404.44/700.02	c cleaning 61006 clauses out of 122019 with flag 5686873/2140233
1460.00/727.75	c cleaning 62001 clauses out of 124014 with flag 5873317/2203234
1514.83/755.03	c cleaning 62993 clauses out of 126014 with flag 6066137/2267235
1571.95/783.42	c cleaning 64008 clauses out of 128023 with flag 6256370/2332237
1631.26/812.96	c cleaning 64997 clauses out of 130010 with flag 6444248/2398232
1693.75/844.09	c cleaning 66000 clauses out of 132016 with flag 6636484/2465235
1756.49/875.78	c cleaning 67006 clauses out of 134013 with flag 6825543/2533232
1800.08/897.40	c >>>>>>>>>> Solver number 0 (4 answers) <<<<<<<<<<<<<<<<<<
1800.08/897.40	c starts		: 1918
1800.08/897.40	c conflicts		: 2584816
1800.08/897.40	c decisions		: 5511025
1800.08/897.40	c propagations		: 568456257
1800.08/897.40	c inspects		: 11827278685
1800.08/897.40	c shortcuts		: 0
1800.08/897.40	c learnt literals	: 0
1800.08/897.40	c learnt binary clauses	: 0
1800.08/897.40	c learnt ternary clauses	: 7
1800.08/897.40	c learnt constraints	: 2584816
1800.08/897.40	c ignored constraints	: 0
1800.08/897.40	c root simplifications	: 0
1800.08/897.40	c removed literals (reason simplification)	: 204375
1800.08/897.40	c reason swapping (by a shorter reason)	: 0
1800.08/897.40	c Calls to reduceDB	: 80
1800.08/897.40	c Number of update (reduction) of LBD	: 717343
1800.08/897.40	c Imported unit clauses	: 0
1800.08/897.40	c number of reductions to clauses (during analyze)	: 0
1800.08/897.40	c number of learned constraints concerned by reduction	: 0
1800.08/897.40	c number of learning phase by resolution	: 0
1800.08/897.40	c number of learning phase by cutting planes	: 0
1800.08/897.40	c speed (assignments/second)	: 635434.9090201812
1800.08/897.40	c non guided choices	0
1800.08/897.43	c learnt constraints type 
1800.08/897.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 118591
1800.08/897.43	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
1800.08/897.43	c starts		: 61
1800.08/897.43	c conflicts		: 17389
1800.08/897.43	c decisions		: 32956
1800.08/897.43	c propagations		: 1764427
1800.08/897.43	c inspects		: 1040950095
1800.08/897.43	c shortcuts		: 0
1800.08/897.43	c learnt literals	: 0
1800.08/897.43	c learnt binary clauses	: 0
1800.08/897.43	c learnt ternary clauses	: 0
1800.08/897.43	c learnt constraints	: 17386
1800.08/897.43	c ignored constraints	: 0
1800.08/897.43	c root simplifications	: 0
1800.08/897.43	c removed literals (reason simplification)	: 0
1800.08/897.43	c reason swapping (by a shorter reason)	: 0
1800.08/897.43	c Calls to reduceDB	: 2
1800.08/897.43	c Number of update (reduction) of LBD	: 0
1800.08/897.43	c Imported unit clauses	: 0
1800.08/897.43	c number of reductions to clauses (during analyze)	: 0
1800.08/897.43	c number of learned constraints concerned by reduction	: 0
1800.08/897.43	c number of learning phase by resolution	: 0
1800.08/897.43	c number of learning phase by cutting planes	: 0
1800.08/897.43	c speed (assignments/second)	: 2074.2785867283
1800.08/897.43	c non guided choices	0
1800.08/897.44	c learnt constraints type 
1800.08/897.44	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 5
1800.08/897.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 188
1800.08/897.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17193
1800.08/897.44	s SATISFIABLE
1800.08/897.44	c Found 5 solution(s)
1800.08/897.44	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.08/897.44	c objective function=12
1800.08/897.44	c Total wall clock time (in seconds): 897.326

Verifier Data

OK	12

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-4106635-1466274878/watcher-4106635-1466274878 -o /tmp/evaluation-result-4106635-1466274878/solver-4106635-1466274878 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466265252-30108 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4106635-1466274878.opb 

pid=3397
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.17 4.34 4.26 4/197 3400
/proc/meminfo: memFree=26462084/32872528 swapFree=1556504/1720024
[pid=3400] ppid=3397 vsize=9224 CPUtime=0 cores=1,3,5,7
/proc/3400/stat : 3400 (java) R 3397 3400 30091 0 -1 4202496 422 0 0 0 0 0 0 0 20 0 1 0 29536412 9445376 92 33554432000 1073741824 1073778376 140734516409760 140734516406888 270320835878 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3400/statm: 2306 93 74 9 0 38 0

[startup+0.100059 s]
/proc/loadavg: 4.17 4.34 4.26 4/197 3400
/proc/meminfo: memFree=26462084/32872528 swapFree=1556504/1720024
[pid=3400] ppid=3397 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/3400/stat : 3400 (java) S 3397 3400 30091 0 -1 4202496 4408 0 1 0 8 1 0 0 20 0 18 0 29536412 9787879424 6040 33554432000 1073741824 1073778376 140734516409760 140734516400896 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3400/statm: 2389619 6040 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200221 s]
/proc/loadavg: 4.17 4.34 4.26 4/197 3400
/proc/meminfo: memFree=26462084/32872528 swapFree=1556504/1720024
[pid=3400] ppid=3397 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/3400/stat : 3400 (java) S 3397 3400 30091 0 -1 4202496 4555 0 1 0 20 1 0 0 20 0 18 0 29536412 9787879424 7189 33554432000 1073741824 1073778376 140734516409760 140734516400896 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3400/statm: 2389619 7189 2208 9 0 2380296 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9558476

[startup+0.300233 s]
/proc/loadavg: 4.17 4.34 4.26 4/197 3400
/proc/meminfo: memFree=26462084/32872528 swapFree=1556504/1720024
[pid=3400] ppid=3397 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/3400/stat : 3400 (java) S 3397 3400 30091 0 -1 4202496 6222 0 1 0 45 1 0 0 20 0 18 0 29536412 9787879424 9362 33554432000 1073741824 1073778376 140734516409760 140734516400896 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3400/statm: 2389619 9362 2248 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700223 s]
/proc/loadavg: 4.17 4.34 4.26 4/197 3400
/proc/meminfo: memFree=26462084/32872528 swapFree=1556504/1720024
[pid=3400] ppid=3397 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/3400/stat : 3400 (java) S 3397 3400 30091 0 -1 4202496 6284 0 1 0 50 3 0 0 20 0 19 0 29536412 10060525568 9925 33554432000 1073741824 1073778376 140734516409760 140734516400896 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3400/statm: 2456183 9925 2255 9 0 2446860 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9824732

[startup+1.50081 s]
/proc/loadavg: 4.17 4.34 4.26 3/216 3425
/proc/meminfo: memFree=26409704/32872528 swapFree=1556504/1720024
[pid=3400] ppid=3397 vsize=9824732 CPUtime=1.16 cores=1,3,5,7
/proc/3400/stat : 3400 (java) S 3397 3400 30091 0 -1 4202496 14172 0 1 0 107 9 0 0 20 0 19 0 29536412 10060525568 17363 33554432000 1073741824 1073778376 140734516409760 140734516400896 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3400/statm: 2456183 17363 2261 9 0 2446860 0
[pid=3400/tid=3402] ppid=3397 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/3400/task/3402/stat : 3402 (java) S 3397 3400 30091 0 -1 4202560 2429 0 1 0 25 2 0 0 20 0 19 0 29536413 10060525568 17363 33554432000 1073741824 1073778376 140734516409760 140345425773432 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3403] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3403/stat : 3403 (java) S 3397 3400 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29536414 10060525568 17363 33554432000 1073741824 1073778376 140734516409760 140345387265064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3404] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3404/stat : 3404 (java) S 3397 3400 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29536414 10060525568 17363 33554432000 1073741824 1073778376 140734516409760 140345386212264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3400/tid=3405] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3405/stat : 3405 (java) S 3397 3400 30091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29536414 10060525568 17363 33554432000 1073741824 1073778376 140734516409760 140345385159464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3400/tid=3406] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3406/stat : 3406 (java) S 3397 3400 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29536414 10060525568 17363 33554432000 1073741824 1073778376 140734516409760 140345384106664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3400/tid=3407] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3407/stat : 3407 (java) S 3397 3400 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29536414 10060525568 17363 33554432000 1073741824 1073778376 140734516409760 140345383053864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3408] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3408/stat : 3408 (java) S 3397 3400 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29536414 10060525568 17363 33554432000 1073741824 1073778376 140734516409760 140345382001064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3400/tid=3409] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3409/stat : 3409 (java) S 3397 3400 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29536414 10060525568 17363 33554432000 1073741824 1073778376 140734516409760 140345380948264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3400/tid=3410] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3410/stat : 3410 (java) S 3397 3400 30091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29536414 10060525568 17363 33554432000 1073741824 1073778376 140734516409760 140345379895464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3411] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3411/stat : 3411 (java) S 3397 3400 30091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29536415 10060525568 17363 33554432000 1073741824 1073778376 140734516409760 140345249606632 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3412] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3412/stat : 3412 (java) S 3397 3400 30091 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29536416 10060525568 17363 33554432000 1073741824 1073778376 140734516409760 140345248552696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3413] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3413/stat : 3413 (java) S 3397 3400 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29536416 10060525568 17363 33554432000 1073741824 1073778376 140734516409760 140345247499784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3414] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3414/stat : 3414 (java) S 3397 3400 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29536418 10060525568 17363 33554432000 1073741824 1073778376 140734516409760 140345246448272 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3415] ppid=3397 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/3400/task/3415/stat : 3415 (java) S 3397 3400 30091 0 -1 4202560 4827 0 0 0 32 2 0 0 20 0 19 0 29536418 10060525568 17363 33554432000 1073741824 1073778376 140734516409760 140345245395384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3400/tid=3416] ppid=3397 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/3400/task/3416/stat : 3416 (java) S 3397 3400 30091 0 -1 4202560 5566 0 0 0 31 1 0 0 20 0 19 0 29536418 10060525568 17363 33554432000 1073741824 1073778376 140734516409760 140345244342584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3400/tid=3417] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3417/stat : 3417 (java) S 3397 3400 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29536418 10060525568 17363 33554432000 1073741824 1073778376 140734516409760 140345243289976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3400/tid=3418] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3418/stat : 3418 (java) S 3397 3400 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29536418 10060525568 17363 33554432000 1073741824 1073778376 140734516409760 140345242237384 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3422] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3422/stat : 3422 (java) S 3397 3400 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29536443 10060525568 17363 33554432000 1073741824 1073778376 140734516409760 140343961969960 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 9824732

[startup+3.10079 s]
/proc/loadavg: 4.17 4.34 4.26 7/219 3431
/proc/meminfo: memFree=26340924/32872528 swapFree=1556504/1720024
[pid=3400] ppid=3397 vsize=9824732 CPUtime=4.91 cores=1,3,5,7
/proc/3400/stat : 3400 (java) S 3397 3400 30091 0 -1 4202496 26242 0 1 0 472 19 0 0 20 0 22 0 29536412 10060525568 55112 33554432000 1073741824 1073778376 140734516409760 140734516400896 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3400/statm: 2456183 55112 2293 9 0 2446860 0
[pid=3400/tid=3402] ppid=3397 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/3400/task/3402/stat : 3402 (java) S 3397 3400 30091 0 -1 4202560 2429 0 1 0 26 2 0 0 20 0 22 0 29536413 10060525568 55112 33554432000 1073741824 1073778376 140734516409760 140345425773432 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3403] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3403/stat : 3403 (java) S 3397 3400 30091 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 29536414 10060525568 55112 33554432000 1073741824 1073778376 140734516409760 140345387265064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3404] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3404/stat : 3404 (java) S 3397 3400 30091 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 29536414 10060525568 55112 33554432000 1073741824 1073778376 140734516409760 140345386212264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3400/tid=3405] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3405/stat : 3405 (java) S 3397 3400 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29536414 10060525568 55112 33554432000 1073741824 1073778376 140734516409760 140345385159464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3400/tid=3406] ppid=3397 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/3400/task/3406/stat : 3406 (java) S 3397 3400 30091 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 29536414 10060525568 55112 33554432000 1073741824 1073778376 140734516409760 140345384106664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3400/tid=3407] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3407/stat : 3407 (java) S 3397 3400 30091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29536414 10060525568 55112 33554432000 1073741824 1073778376 140734516409760 140345383053864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3400/tid=3408] ppid=3397 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/3400/task/3408/stat : 3408 (java) S 3397 3400 30091 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 29536414 10060525568 55112 33554432000 1073741824 1073778376 140734516409760 140345382001064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3409] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3409/stat : 3409 (java) S 3397 3400 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29536414 10060525568 55112 33554432000 1073741824 1073778376 140734516409760 140345380948264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3400/tid=3410] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3410/stat : 3410 (java) S 3397 3400 30091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29536414 10060525568 55112 33554432000 1073741824 1073778376 140734516409760 140345379895464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3411] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3411/stat : 3411 (java) S 3397 3400 30091 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 29536415 10060525568 55112 33554432000 1073741824 1073778376 140734516409760 140345249606632 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3412] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3412/stat : 3412 (java) S 3397 3400 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29536416 10060525568 55112 33554432000 1073741824 1073778376 140734516409760 140345248552696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3400/tid=3413] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3413/stat : 3413 (java) S 3397 3400 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29536416 10060525568 55112 33554432000 1073741824 1073778376 140734516409760 140345247499784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3414] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3414/stat : 3414 (java) S 3397 3400 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29536418 10060525568 55112 33554432000 1073741824 1073778376 140734516409760 140345246448272 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3415] ppid=3397 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/3400/task/3415/stat : 3415 (java) S 3397 3400 30091 0 -1 4202560 13504 0 0 0 110 3 0 0 20 0 22 0 29536418 10060525568 55112 33554432000 1073741824 1073778376 140734516409760 140345245395384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3400/tid=3416] ppid=3397 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/3400/task/3416/stat : 3416 (java) S 3397 3400 30091 0 -1 4202560 8751 0 0 0 103 2 0 0 20 0 22 0 29536418 10060525568 55112 33554432000 1073741824 1073778376 140734516409760 140345244342584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3417] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3417/stat : 3417 (java) S 3397 3400 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29536418 10060525568 55112 33554432000 1073741824 1073778376 140734516409760 140345243289976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3400/tid=3418] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3418/stat : 3418 (java) S 3397 3400 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29536418 10060525568 55112 33554432000 1073741824 1073778376 140734516409760 140345242237384 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3431] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3431/stat : 3431 (java) S 3397 3400 30091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29536593 10060525568 55112 33554432000 1073741824 1073778376 140734516409760 140345239078056 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.91
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 4.15 4.33 4.26 5/219 3434
/proc/meminfo: memFree=26081572/32872528 swapFree=1556504/1720024
[pid=3400] ppid=3397 vsize=9824732 CPUtime=11.6 cores=1,3,5,7
/proc/3400/stat : 3400 (java) S 3397 3400 30091 0 -1 4202496 27320 0 1 0 1124 36 0 0 20 0 22 0 29536412 10060525568 159638 33554432000 1073741824 1073778376 140734516409760 140734516400896 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3400/statm: 2456183 159638 2293 9 0 2446860 0
[pid=3400/tid=3402] ppid=3397 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/3400/task/3402/stat : 3402 (java) S 3397 3400 30091 0 -1 4202560 2429 0 1 0 26 2 0 0 20 0 22 0 29536413 10060525568 159638 33554432000 1073741824 1073778376 140734516409760 140345425773432 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3403] ppid=3397 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/3400/task/3403/stat : 3403 (java) S 3397 3400 30091 0 -1 4202560 124 0 0 0 6 3 0 0 20 0 22 0 29536414 10060525568 159638 33554432000 1073741824 1073778376 140734516409760 140345387265064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3404] ppid=3397 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/3400/task/3404/stat : 3404 (java) S 3397 3400 30091 0 -1 4202560 42 0 0 0 4 2 0 0 20 0 22 0 29536414 10060525568 159638 33554432000 1073741824 1073778376 140734516409760 140345386212264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3400/tid=3405] ppid=3397 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/3400/task/3405/stat : 3405 (java) S 3397 3400 30091 0 -1 4202560 44 0 0 0 3 2 0 0 20 0 22 0 29536414 10060525568 159638 33554432000 1073741824 1073778376 140734516409760 140345385159464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3400/tid=3406] ppid=3397 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/3400/task/3406/stat : 3406 (java) S 3397 3400 30091 0 -1 4202560 118 0 0 0 5 3 0 0 20 0 22 0 29536414 10060525568 159638 33554432000 1073741824 1073778376 140734516409760 140345384106664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3407] ppid=3397 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/3400/task/3407/stat : 3407 (java) S 3397 3400 30091 0 -1 4202560 33 0 0 0 4 1 0 0 20 0 22 0 29536414 10060525568 159638 33554432000 1073741824 1073778376 140734516409760 140345383053864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3400/tid=3408] ppid=3397 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/3400/task/3408/stat : 3408 (java) S 3397 3400 30091 0 -1 4202560 50 0 0 0 5 3 0 0 20 0 22 0 29536414 10060525568 159638 33554432000 1073741824 1073778376 140734516409760 140345382001064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3409] ppid=3397 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/3400/task/3409/stat : 3409 (java) S 3397 3400 30091 0 -1 4202560 86 0 0 0 3 0 0 0 20 0 22 0 29536414 10060525568 159638 33554432000 1073741824 1073778376 140734516409760 140345380948264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3410] ppid=3397 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/3400/task/3410/stat : 3410 (java) S 3397 3400 30091 0 -1 4202560 121 0 0 0 5 2 0 0 20 0 22 0 29536414 10060525568 159638 33554432000 1073741824 1073778376 140734516409760 140345379895464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3411] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3411/stat : 3411 (java) S 3397 3400 30091 0 -1 4202560 449 0 0 0 0 0 0 0 20 0 22 0 29536415 10060525568 159638 33554432000 1073741824 1073778376 140734516409760 140345249606632 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3412] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3412/stat : 3412 (java) S 3397 3400 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29536416 10060525568 159638 33554432000 1073741824 1073778376 140734516409760 140345248552696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3400/tid=3413] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3413/stat : 3413 (java) S 3397 3400 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29536416 10060525568 159638 33554432000 1073741824 1073778376 140734516409760 140345247499784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3414] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3414/stat : 3414 (java) S 3397 3400 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29536418 10060525568 159638 33554432000 1073741824 1073778376 140734516409760 140345246448272 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3415] ppid=3397 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/3400/task/3415/stat : 3415 (java) S 3397 3400 30091 0 -1 4202560 13504 0 0 0 116 3 0 0 20 0 22 0 29536418 10060525568 159638 33554432000 1073741824 1073778376 140734516409760 140345245395384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3400/tid=3416] ppid=3397 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/3400/task/3416/stat : 3416 (java) S 3397 3400 30091 0 -1 4202560 8751 0 0 0 108 2 0 0 20 0 22 0 29536418 10060525568 159638 33554432000 1073741824 1073778376 140734516409760 140345244342584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3417] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3417/stat : 3417 (java) S 3397 3400 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29536418 10060525568 159638 33554432000 1073741824 1073778376 140734516409760 140345243289976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3400/tid=3418] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3418/stat : 3418 (java) S 3397 3400 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29536418 10060525568 159638 33554432000 1073741824 1073778376 140734516409760 140345242237384 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3400/tid=3431] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3431/stat : 3431 (java) S 3397 3400 30091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29536593 10060525568 159638 33554432000 1073741824 1073778376 140734516409760 140345239078056 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3432] ppid=3397 vsize=9824732 CPUtime=3.29 cores=1,3,5,7
/proc/3400/task/3432/stat : 3432 (java) R 3397 3400 30091 0 -1 4202560 5 0 0 0 329 0 0 0 20 0 22 0 29536693 10060525568 159638 33554432000 1073741824 1073778376 140734516409760 140345240128168 140345254365056 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3400/tid=3433] ppid=3397 vsize=9824732 CPUtime=3.29 cores=1,3,5,7

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

[pid=3400/tid=3410] ppid=3397 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/3400/task/3410/stat : 3410 (java) S 3397 3400 30091 0 -1 4202560 435 0 0 0 241 10 0 0 20 0 22 0 29536414 10060525568 622190 33554432000 1073741824 1073778376 140734516409760 140345379895464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3400/tid=3411] ppid=3397 vsize=9824732 CPUtime=1.75 cores=1,3,5,7
/proc/3400/task/3411/stat : 3411 (java) S 3397 3400 30091 0 -1 4202560 2277 0 0 0 156 19 0 0 20 0 22 0 29536415 10060525568 622190 33554432000 1073741824 1073778376 140734516409760 140345249606632 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3400/tid=3412] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3412/stat : 3412 (java) S 3397 3400 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29536416 10060525568 622190 33554432000 1073741824 1073778376 140734516409760 140345248552696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3400/tid=3413] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3413/stat : 3413 (java) S 3397 3400 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29536416 10060525568 622190 33554432000 1073741824 1073778376 140734516409760 140345247499784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3414] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3414/stat : 3414 (java) S 3397 3400 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29536418 10060525568 622190 33554432000 1073741824 1073778376 140734516409760 140345246448272 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3415] ppid=3397 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/3400/task/3415/stat : 3415 (java) S 3397 3400 30091 0 -1 4202560 13504 0 0 0 122 3 0 0 20 0 22 0 29536418 10060525568 622190 33554432000 1073741824 1073778376 140734516409760 140345245395384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3400/tid=3416] ppid=3397 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/3400/task/3416/stat : 3416 (java) S 3397 3400 30091 0 -1 4202560 11784 0 0 0 160 2 0 0 20 0 22 0 29536418 10060525568 622190 33554432000 1073741824 1073778376 140734516409760 140345244342584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3417] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3417/stat : 3417 (java) S 3397 3400 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29536418 10060525568 622190 33554432000 1073741824 1073778376 140734516409760 140345243289976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3400/tid=3418] ppid=3397 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/3400/task/3418/stat : 3418 (java) S 3397 3400 30091 0 -1 4202560 47 0 0 0 13 19 0 0 20 0 22 0 29536418 10060525568 622190 33554432000 1073741824 1073778376 140734516409760 140345242237384 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3434] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3434/stat : 3434 (java) S 3397 3400 30091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29536693 10060525568 622190 33554432000 1073741824 1073778376 140734516409760 140343961969448 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3435] ppid=3397 vsize=9824732 CPUtime=766.27 cores=1,3,5,7
/proc/3400/task/3435/stat : 3435 (java) R 3397 3400 30091 0 -1 4202560 101 0 0 0 76615 12 0 0 20 0 22 0 29541094 10060525568 622190 33554432000 1073741824 1073778376 140734516409760 140345241182240 140345254353642 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3400/tid=3436] ppid=3397 vsize=9824732 CPUtime=766.36 cores=1,3,5,7
/proc/3400/task/3436/stat : 3436 (java) R 3397 3400 30091 0 -1 4202560 169 0 0 0 76624 12 0 0 20 0 22 0 29541094 10060525568 622190 33554432000 1073741824 1073778376 140734516409760 140345240128688 140345254313481 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3400/tid=3437] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3437/stat : 3437 (java) S 3397 3400 30091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29541094 10060525568 622190 33554432000 1073741824 1073778376 140734516409760 140345239078312 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1650.1
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.25 4.21 4.18 6/219 3725
/proc/meminfo: memFree=23389224/32872528 swapFree=1556504/1720024
[pid=3400] ppid=3397 vsize=9824732 CPUtime=1769.68 cores=1,3,5,7
/proc/3400/stat : 3400 (java) S 3397 3400 30091 0 -1 4202496 37000 0 1 0 176798 170 0 0 20 0 22 0 29536412 10060525568 621010 33554432000 1073741824 1073778376 140734516409760 140734516400896 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3400/statm: 2456183 621010 2303 9 0 2446860 0
[pid=3400/tid=3402] ppid=3397 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/3400/task/3402/stat : 3402 (java) S 3397 3400 30091 0 -1 4202560 2436 0 1 0 28 4 0 0 20 0 22 0 29536413 10060525568 621010 33554432000 1073741824 1073778376 140734516409760 140345425773432 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3403] ppid=3397 vsize=9824732 CPUtime=2.77 cores=1,3,5,7
/proc/3400/task/3403/stat : 3403 (java) S 3397 3400 30091 0 -1 4202560 501 0 0 0 266 11 0 0 20 0 22 0 29536414 10060525568 621010 33554432000 1073741824 1073778376 140734516409760 140345387265064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3404] ppid=3397 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/3400/task/3404/stat : 3404 (java) S 3397 3400 30091 0 -1 4202560 405 0 0 0 272 10 0 0 20 0 22 0 29536414 10060525568 621010 33554432000 1073741824 1073778376 140734516409760 140345386212264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3400/tid=3405] ppid=3397 vsize=9824732 CPUtime=2.75 cores=1,3,5,7
/proc/3400/task/3405/stat : 3405 (java) S 3397 3400 30091 0 -1 4202560 390 0 0 0 266 9 0 0 20 0 22 0 29536414 10060525568 621010 33554432000 1073741824 1073778376 140734516409760 140345385159464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3400/tid=3406] ppid=3397 vsize=9824732 CPUtime=2.63 cores=1,3,5,7
/proc/3400/task/3406/stat : 3406 (java) S 3397 3400 30091 0 -1 4202560 441 0 0 0 255 8 0 0 20 0 22 0 29536414 10060525568 621010 33554432000 1073741824 1073778376 140734516409760 140345384106664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3400/tid=3407] ppid=3397 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/3400/task/3407/stat : 3407 (java) S 3397 3400 30091 0 -1 4202560 366 0 0 0 257 9 0 0 20 0 22 0 29536414 10060525568 621010 33554432000 1073741824 1073778376 140734516409760 140345383053864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3400/tid=3408] ppid=3397 vsize=9824732 CPUtime=2.87 cores=1,3,5,7
/proc/3400/task/3408/stat : 3408 (java) S 3397 3400 30091 0 -1 4202560 392 0 0 0 277 10 0 0 20 0 22 0 29536414 10060525568 621010 33554432000 1073741824 1073778376 140734516409760 140345382001064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3400/tid=3409] ppid=3397 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/3400/task/3409/stat : 3409 (java) S 3397 3400 30091 0 -1 4202560 450 0 0 0 244 8 0 0 20 0 22 0 29536414 10060525568 621010 33554432000 1073741824 1073778376 140734516409760 140345380948264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3400/tid=3410] ppid=3397 vsize=9824732 CPUtime=2.75 cores=1,3,5,7
/proc/3400/task/3410/stat : 3410 (java) S 3397 3400 30091 0 -1 4202560 464 0 0 0 265 10 0 0 20 0 22 0 29536414 10060525568 621010 33554432000 1073741824 1073778376 140734516409760 140345379895464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3400/tid=3411] ppid=3397 vsize=9824732 CPUtime=2.83 cores=1,3,5,7
/proc/3400/task/3411/stat : 3411 (java) S 3397 3400 30091 0 -1 4202560 2778 0 0 0 262 21 0 0 20 0 22 0 29536415 10060525568 621010 33554432000 1073741824 1073778376 140734516409760 140345249606632 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3412] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3412/stat : 3412 (java) S 3397 3400 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29536416 10060525568 621010 33554432000 1073741824 1073778376 140734516409760 140345248552696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3400/tid=3413] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3413/stat : 3413 (java) S 3397 3400 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29536416 10060525568 621010 33554432000 1073741824 1073778376 140734516409760 140345247499784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3414] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3414/stat : 3414 (java) S 3397 3400 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29536418 10060525568 621010 33554432000 1073741824 1073778376 140734516409760 140345246448272 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3415] ppid=3397 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/3400/task/3415/stat : 3415 (java) S 3397 3400 30091 0 -1 4202560 13504 0 0 0 122 3 0 0 20 0 22 0 29536418 10060525568 621010 33554432000 1073741824 1073778376 140734516409760 140345245395384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3400/tid=3416] ppid=3397 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/3400/task/3416/stat : 3416 (java) S 3397 3400 30091 0 -1 4202560 11784 0 0 0 160 2 0 0 20 0 22 0 29536418 10060525568 621010 33554432000 1073741824 1073778376 140734516409760 140345244342584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3417] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3417/stat : 3417 (java) S 3397 3400 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29536418 10060525568 621010 33554432000 1073741824 1073778376 140734516409760 140345243289976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3400/tid=3418] ppid=3397 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/3400/task/3418/stat : 3418 (java) S 3397 3400 30091 0 -1 4202560 51 0 0 0 14 21 0 0 20 0 22 0 29536418 10060525568 621010 33554432000 1073741824 1073778376 140734516409760 140345242237384 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3400/tid=3434] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3434/stat : 3434 (java) S 3397 3400 30091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29536693 10060525568 621010 33554432000 1073741824 1073778376 140734516409760 140343961969448 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3435] ppid=3397 vsize=9824732 CPUtime=824.65 cores=1,3,5,7
/proc/3400/task/3435/stat : 3435 (java) R 3397 3400 30091 0 -1 4202560 106 0 0 0 82452 13 0 0 20 0 22 0 29541094 10060525568 621010 33554432000 1073741824 1073778376 140734516409760 140345241182224 140345254353637 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3436] ppid=3397 vsize=9824732 CPUtime=824.74 cores=1,3,5,7
/proc/3400/task/3436/stat : 3436 (java) R 3397 3400 30091 0 -1 4202560 176 0 0 0 82461 13 0 0 20 0 22 0 29541094 10060525568 621010 33554432000 1073741824 1073778376 140734516409760 140345240128512 140345254388725 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3400/tid=3437] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3437/stat : 3437 (java) S 3397 3400 30091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29541094 10060525568 621010 33554432000 1073741824 1073778376 140734516409760 140345239078312 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1769.68
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.401 s]
/proc/loadavg: 4.19 4.20 4.18 5/219 3725
/proc/meminfo: memFree=23397040/32872528 swapFree=1556504/1720024
[pid=3400] ppid=3397 vsize=9824732 CPUtime=1800.03 cores=1,3,5,7
/proc/3400/stat : 3400 (java) S 3397 3400 30091 0 -1 4202496 37055 0 1 0 179832 171 0 0 20 0 22 0 29536412 10060525568 618960 33554432000 1073741824 1073778376 140734516409760 140734516400896 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3400/statm: 2456183 618960 2303 9 0 2446860 0
[pid=3400/tid=3402] ppid=3397 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/3400/task/3402/stat : 3402 (java) S 3397 3400 30091 0 -1 4202560 2436 0 1 0 28 4 0 0 20 0 22 0 29536413 10060525568 618960 33554432000 1073741824 1073778376 140734516409760 140345425773432 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3403] ppid=3397 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/3400/task/3403/stat : 3403 (java) S 3397 3400 30091 0 -1 4202560 507 0 0 0 271 11 0 0 20 0 22 0 29536414 10060525568 618960 33554432000 1073741824 1073778376 140734516409760 140345387265064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3400/tid=3404] ppid=3397 vsize=9824732 CPUtime=2.86 cores=1,3,5,7
/proc/3400/task/3404/stat : 3404 (java) S 3397 3400 30091 0 -1 4202560 407 0 0 0 276 10 0 0 20 0 22 0 29536414 10060525568 618960 33554432000 1073741824 1073778376 140734516409760 140345386212264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3405] ppid=3397 vsize=9824732 CPUtime=2.8 cores=1,3,5,7
/proc/3400/task/3405/stat : 3405 (java) S 3397 3400 30091 0 -1 4202560 397 0 0 0 271 9 0 0 20 0 22 0 29536414 10060525568 618960 33554432000 1073741824 1073778376 140734516409760 140345385159464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3400/tid=3406] ppid=3397 vsize=9824732 CPUtime=2.67 cores=1,3,5,7
/proc/3400/task/3406/stat : 3406 (java) S 3397 3400 30091 0 -1 4202560 443 0 0 0 259 8 0 0 20 0 22 0 29536414 10060525568 618960 33554432000 1073741824 1073778376 140734516409760 140345384106664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3400/tid=3407] ppid=3397 vsize=9824732 CPUtime=2.73 cores=1,3,5,7
/proc/3400/task/3407/stat : 3407 (java) S 3397 3400 30091 0 -1 4202560 384 0 0 0 264 9 0 0 20 0 22 0 29536414 10060525568 618960 33554432000 1073741824 1073778376 140734516409760 140345383053864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3408] ppid=3397 vsize=9824732 CPUtime=2.93 cores=1,3,5,7
/proc/3400/task/3408/stat : 3408 (java) S 3397 3400 30091 0 -1 4202560 406 0 0 0 283 10 0 0 20 0 22 0 29536414 10060525568 618960 33554432000 1073741824 1073778376 140734516409760 140345382001064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3400/tid=3409] ppid=3397 vsize=9824732 CPUtime=2.56 cores=1,3,5,7
/proc/3400/task/3409/stat : 3409 (java) S 3397 3400 30091 0 -1 4202560 450 0 0 0 248 8 0 0 20 0 22 0 29536414 10060525568 618960 33554432000 1073741824 1073778376 140734516409760 140345380948264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3400/tid=3410] ppid=3397 vsize=9824732 CPUtime=2.8 cores=1,3,5,7
/proc/3400/task/3410/stat : 3410 (java) S 3397 3400 30091 0 -1 4202560 465 0 0 0 270 10 0 0 20 0 22 0 29536414 10060525568 618960 33554432000 1073741824 1073778376 140734516409760 140345379895464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3400/tid=3411] ppid=3397 vsize=9824732 CPUtime=2.84 cores=1,3,5,7
/proc/3400/task/3411/stat : 3411 (java) S 3397 3400 30091 0 -1 4202560 2778 0 0 0 262 22 0 0 20 0 22 0 29536415 10060525568 618960 33554432000 1073741824 1073778376 140734516409760 140345249606632 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3400/tid=3412] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3412/stat : 3412 (java) S 3397 3400 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29536416 10060525568 618960 33554432000 1073741824 1073778376 140734516409760 140345248552696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3400/tid=3413] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3413/stat : 3413 (java) S 3397 3400 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29536416 10060525568 618960 33554432000 1073741824 1073778376 140734516409760 140345247499784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3414] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3414/stat : 3414 (java) S 3397 3400 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29536418 10060525568 618960 33554432000 1073741824 1073778376 140734516409760 140345246448272 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3415] ppid=3397 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/3400/task/3415/stat : 3415 (java) S 3397 3400 30091 0 -1 4202560 13504 0 0 0 122 3 0 0 20 0 22 0 29536418 10060525568 618960 33554432000 1073741824 1073778376 140734516409760 140345245395384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3400/tid=3416] ppid=3397 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/3400/task/3416/stat : 3416 (java) S 3397 3400 30091 0 -1 4202560 11784 0 0 0 160 2 0 0 20 0 22 0 29536418 10060525568 618960 33554432000 1073741824 1073778376 140734516409760 140345244342584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3417] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3417/stat : 3417 (java) S 3397 3400 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29536418 10060525568 618960 33554432000 1073741824 1073778376 140734516409760 140345243289976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3400/tid=3418] ppid=3397 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/3400/task/3418/stat : 3418 (java) S 3397 3400 30091 0 -1 4202560 51 0 0 0 14 21 0 0 20 0 22 0 29536418 10060525568 618960 33554432000 1073741824 1073778376 140734516409760 140345242237384 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3400/tid=3434] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3434/stat : 3434 (java) S 3397 3400 30091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29536693 10060525568 618960 33554432000 1073741824 1073778376 140734516409760 140343961969448 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3400/tid=3435] ppid=3397 vsize=9824732 CPUtime=839.59 cores=1,3,5,7
/proc/3400/task/3435/stat : 3435 (java) R 3397 3400 30091 0 -1 4202560 108 0 0 0 83946 13 0 0 20 0 22 0 29541094 10060525568 618960 33554432000 1073741824 1073778376 140734516409760 140345241182640 140345254420789 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3400/tid=3436] ppid=3397 vsize=9824732 CPUtime=839.69 cores=1,3,5,7
/proc/3400/task/3436/stat : 3436 (java) R 3397 3400 30091 0 -1 4202560 179 0 0 0 83956 13 0 0 20 0 22 0 29541094 10060525568 618960 33554432000 1073741824 1073778376 140734516409760 140345240129736 140345254313481 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3400/tid=3437] ppid=3397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3437/stat : 3437 (java) S 3397 3400 30091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29541094 10060525568 618960 33554432000 1073741824 1073778376 140734516409760 140345239078312 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 3400 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 3400 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=239234
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=160671
# CPU time returned by wait4() is 1796.4
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.0500031
#  lost CPU user time (s): 0.0500031
#  lost CPU system time (s): 0

Real time (s): 897.459
CPU time (s): 1800.08
CPU user time (s): 1798.37
CPU system time (s): 1.71
CPU usage (%): 200.575
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.24
system time used= 2.16067
maximum resident set size= 2920380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37090
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29049
involuntary context switches= 48940

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.46417 second user time and 7.78382 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-18 20:34:38
IDJOB=4106635
IDBENCH=48152
IDSOLVER=2543
FILE ID=node117/4106635-1466274878
RUNJOBID= node117-1466265252-30108
PBS_JOBID= 19918233
Free space on /tmp= 71740 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_10_1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106635-1466274878/watcher-4106635-1466274878 -o /tmp/evaluation-result-4106635-1466274878/solver-4106635-1466274878 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466265252-30108 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106635-1466274878.opb

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

MD5SUM BENCH= 55d0299800773493d27ef2c1b95d10c5
RANDOM SEED=1230953450

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.912
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:        26462992 kB
Buffers:          140252 kB
Cached:           320164 kB
SwapCached:            0 kB
Active:          3565016 kB
Inactive:         358520 kB
Active(anon):    3455180 kB
Inactive(anon):    10636 kB
Active(file):     109836 kB
Inactive(file):   347884 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               460 kB
Writeback:             0 kB
AnonPages:       5131988 kB
Mapped:            21192 kB
Shmem:               204 kB
Slab:             621364 kB
SReclaimable:      65360 kB
SUnreclaim:       556004 kB
KernelStack:        1808 kB
PageTables:        14444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5366380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3506176 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= 71740 MiB
End job on node117 at 2016-06-18 20:49:35