Trace number 4116134

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.18 894.278

General information on the benchmark

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

Solver Data

0.00/0.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.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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4116134-1466979102.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
1.01/0.52	c ... done. Wall clock time 0.407s.
1.01/0.52	c declared #vars     4288
1.01/0.52	c #constraints  10880
1.01/0.52	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.01/0.52	c constraints type 
1.01/0.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
1.01/0.52	c org.sat4j.specs.Constr$1 => 936
1.01/0.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
1.01/0.52	c org.sat4j.minisat.constraints.cnf.UnitClause => 536
1.01/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
1.01/0.52	c 10880 constraints processed.
1.01/0.52	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.01/0.52	c constraints type 
1.01/0.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
1.01/0.52	c org.sat4j.specs.Constr$1 => 936
1.01/0.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7494
1.01/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1786
1.01/0.52	c org.sat4j.pb.constraints.pb.UnitClausePB => 536
1.01/0.52	c 10880 constraints processed.
4.10/1.39	c cleaning 2500 clauses out of 4999 with flag 16511/5003
5.71/2.06	c cleaning 4234 clauses out of 8496 with flag 40418/11000
7.42/2.87	c cleaning 5628 clauses out of 11263 with flag 69021/18001
9.47/3.80	c cleaning 6794 clauses out of 13634 with flag 103438/26000
11.64/4.89	c cleaning 7901 clauses out of 15841 with flag 145588/35001
14.26/6.09	c cleaning 8925 clauses out of 17940 with flag 193158/45001
17.06/7.46	c cleaning 9992 clauses out of 20015 with flag 245062/56001
20.36/9.04	c cleaning 10999 clauses out of 22023 with flag 304808/68001
23.76/10.73	c cleaning 11984 clauses out of 24023 with flag 368694/81000
27.68/12.67	c cleaning 13009 clauses out of 26039 with flag 438940/95000
31.89/14.76	c cleaning 14002 clauses out of 28030 with flag 516618/110000
36.49/17.01	c cleaning 15005 clauses out of 30030 with flag 602188/126002
41.43/19.40	c cleaning 16004 clauses out of 32023 with flag 693896/143000
41.43/19.49	c cleaning 0 clauses out of 5000 with flag 0/5000
46.67/21.94	c cleaning 17005 clauses out of 34021 with flag 791135/161002
52.83/24.80	c cleaning 17996 clauses out of 36014 with flag 896097/180000
58.45/27.67	c cleaning 19003 clauses out of 38018 with flag 1006784/200000
64.85/30.82	c cleaning 19970 clauses out of 40017 with flag 1124487/221002
71.99/34.30	c cleaning 20997 clauses out of 42046 with flag 1250114/243001
79.38/38.06	c cleaning 22002 clauses out of 44048 with flag 1379738/266000
87.30/41.92	c cleaning 23014 clauses out of 46046 with flag 1519084/290000
95.48/46.01	c cleaning 23983 clauses out of 48032 with flag 1661882/315000
104.40/50.43	c cleaning 24974 clauses out of 50049 with flag 1808682/341000
113.99/55.28	c cleaning 26023 clauses out of 52075 with flag 1966419/368000
124.49/60.49	c cleaning 26999 clauses out of 54052 with flag 2128956/396000
135.50/66.00	c cleaning 28007 clauses out of 56053 with flag 2297512/425000
147.62/71.90	c cleaning 28999 clauses out of 58046 with flag 2475684/455000
159.71/77.97	c cleaning 30006 clauses out of 60047 with flag 2656988/486000
171.91/84.09	c cleaning 30999 clauses out of 62041 with flag 2846595/518000
184.97/90.50	c cleaning 31989 clauses out of 64043 with flag 3036187/551001
198.03/97.07	c cleaning 32998 clauses out of 66053 with flag 3240211/585000
213.02/104.80	c cleaning 34009 clauses out of 68055 with flag 3443780/620000
227.67/112.15	c cleaning 35022 clauses out of 70047 with flag 3653895/656001
242.95/119.79	c cleaning 35983 clauses out of 72026 with flag 3869117/693002
259.08/127.80	c cleaning 36988 clauses out of 74043 with flag 4091634/731002
274.79/135.52	c cleaning 0 clauses out of 11001 with flag 0/11001
275.99/136.12	c cleaning 38011 clauses out of 76053 with flag 4317752/770000
293.31/144.78	c cleaning 39012 clauses out of 78043 with flag 4549244/810001
311.80/153.98	c cleaning 40003 clauses out of 80031 with flag 4791026/851001
331.31/163.69	c cleaning 40984 clauses out of 82027 with flag 5036133/893000
351.63/173.72	c cleaning 41971 clauses out of 84043 with flag 5293970/936000
371.81/183.80	c cleaning 42985 clauses out of 86072 with flag 5549125/980000
393.76/194.58	c cleaning 44034 clauses out of 88087 with flag 5813760/1025000
415.76/205.41	c cleaning 44998 clauses out of 90054 with flag 6081393/1071001
438.37/216.69	c cleaning 46024 clauses out of 92055 with flag 6362302/1118000
464.64/230.21	c cleaning 46993 clauses out of 94032 with flag 6643048/1166001
490.71/243.27	c cleaning 47978 clauses out of 96038 with flag 6932393/1215000
516.26/255.91	c cleaning 48967 clauses out of 98060 with flag 7226359/1265000
542.14/268.88	c cleaning 50040 clauses out of 100093 with flag 7526556/1316000
568.76/282.03	c cleaning 51017 clauses out of 102053 with flag 7835878/1368000
596.90/296.09	c cleaning 51997 clauses out of 104036 with flag 8147270/1421000
625.96/310.44	c cleaning 52993 clauses out of 106040 with flag 8466021/1475001
656.12/325.42	c cleaning 53999 clauses out of 108046 with flag 8784729/1530000
687.82/341.18	c cleaning 54978 clauses out of 110049 with flag 9117992/1586002
721.34/357.72	c cleaning 56019 clauses out of 112070 with flag 9449954/1643001
755.52/374.62	c cleaning 57005 clauses out of 114051 with flag 9784592/1701001
788.29/390.99	c cleaning 58004 clauses out of 116045 with flag 10128551/1760000
825.07/409.12	c cleaning 58970 clauses out of 118041 with flag 10473807/1820000
863.41/428.05	c cleaning 60019 clauses out of 120072 with flag 10828692/1881001
901.81/447.10	c cleaning 60947 clauses out of 122053 with flag 11195471/1943001
942.84/467.55	c cleaning 62039 clauses out of 124105 with flag 11560029/2006000
985.36/488.73	c cleaning 63008 clauses out of 126068 with flag 11933331/2070002
1003.59/497.74	c cleaning 0 clauses out of 18000 with flag 0/18000
1029.34/510.54	c cleaning 64012 clauses out of 128058 with flag 12311593/2135000
1073.37/532.40	c cleaning 65020 clauses out of 130046 with flag 12693585/2201000
1116.66/553.85	c cleaning 65982 clauses out of 132028 with flag 13078780/2268002
1161.71/577.09	c cleaning 67004 clauses out of 134044 with flag 13468710/2336000
1206.43/599.26	c cleaning 68007 clauses out of 136041 with flag 13868649/2405001
1251.80/621.82	c cleaning 68995 clauses out of 138034 with flag 14274792/2475001
1299.61/645.59	c cleaning 69999 clauses out of 140038 with flag 14680780/2546000
1348.21/669.62	c cleaning 70976 clauses out of 142041 with flag 15090999/2618002
1398.57/694.61	c cleaning 71992 clauses out of 144063 with flag 15518183/2691000
1450.09/720.22	c cleaning 73011 clauses out of 146071 with flag 15943962/2765000
1505.79/748.00	c cleaning 74005 clauses out of 148061 with flag 16373000/2840001
1560.92/775.39	c cleaning 74982 clauses out of 150055 with flag 16814695/2916000
1616.82/803.07	c cleaning 75998 clauses out of 152073 with flag 17253055/2993000
1675.69/832.31	c cleaning 77025 clauses out of 154075 with flag 17704339/3071000
1739.22/863.94	c cleaning 78019 clauses out of 156050 with flag 18157731/3150000
1800.18/894.20	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/894.20	c starts		: 25217
1800.18/894.20	c conflicts		: 3228169
1800.18/894.20	c decisions		: 25634685
1800.18/894.20	c propagations		: 404809880
1800.18/894.20	c inspects		: 8650279944
1800.18/894.20	c shortcuts		: 0
1800.18/894.20	c learnt literals	: 4
1800.18/894.20	c learnt binary clauses	: 91
1800.18/894.20	c learnt ternary clauses	: 895
1800.18/894.20	c learnt constraints	: 3228165
1800.18/894.20	c ignored constraints	: 0
1800.18/894.20	c root simplifications	: 0
1800.18/894.20	c removed literals (reason simplification)	: 2818398
1800.18/894.20	c reason swapping (by a shorter reason)	: 0
1800.18/894.20	c Calls to reduceDB	: 75
1800.18/894.20	c Number of update (reduction) of LBD	: 716614
1800.18/894.20	c Imported unit clauses	: 0
1800.18/894.20	c number of reductions to clauses (during analyze)	: 0
1800.18/894.20	c number of learned constraints concerned by reduction	: 0
1800.18/894.20	c number of learning phase by resolution	: 0
1800.18/894.20	c number of learning phase by cutting planes	: 0
1800.18/894.20	c speed (assignments/second)	: 452974.6774536462
1800.18/894.20	c non guided choices	12541
1800.18/894.23	c learnt constraints type 
1800.18/894.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 91
1800.18/894.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 156109
1800.18/894.23	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/894.23	c starts		: 50
1800.18/894.23	c conflicts		: 21657
1800.18/894.23	c decisions		: 70806
1800.18/894.23	c propagations		: 2487182
1800.18/894.23	c inspects		: 801080721
1800.18/894.23	c shortcuts		: 0
1800.18/894.23	c learnt literals	: 0
1800.18/894.23	c learnt binary clauses	: 0
1800.18/894.23	c learnt ternary clauses	: 0
1800.18/894.23	c learnt constraints	: 21657
1800.18/894.23	c ignored constraints	: 0
1800.18/894.23	c root simplifications	: 0
1800.18/894.23	c removed literals (reason simplification)	: 0
1800.18/894.23	c reason swapping (by a shorter reason)	: 0
1800.18/894.23	c Calls to reduceDB	: 3
1800.18/894.23	c Number of update (reduction) of LBD	: 0
1800.18/894.23	c Imported unit clauses	: 0
1800.18/894.23	c number of reductions to clauses (during analyze)	: 0
1800.18/894.23	c number of learned constraints concerned by reduction	: 0
1800.18/894.23	c number of learning phase by resolution	: 0
1800.18/894.23	c number of learning phase by cutting planes	: 0
1800.18/894.23	c speed (assignments/second)	: 2783.0291284732166
1800.18/894.23	c non guided choices	276
1800.18/894.25	c learnt constraints type 
1800.18/894.25	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 78
1800.18/894.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21579
1800.18/894.25	s UNKNOWN
1800.18/894.25	c Total wall clock time (in seconds): 894.136

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4116134-1466979102/watcher-4116134-1466979102 -o /tmp/evaluation-result-4116134-1466979102/solver-4116134-1466979102 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466978205-24214 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4116134-1466979102.opb 

pid=24442
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 4.03 3.92 3.04 5/193 24445
/proc/meminfo: memFree=31361728/32872528 swapFree=518888/559768
[pid=24445] ppid=24442 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/24445/stat : 24445 (java) S 24442 24445 24198 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 30950383 98570240 978 33554432000 1073741824 1073778376 140734193334896 140734193326032 270121599037 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 24065 978 744 9 0 16771 0
[pid=24445/tid=24446] ppid=24442 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/24445/task/24446/stat : 24446 (java) R 24442 24445 24198 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 30950384 98570240 978 33554432000 1073741824 1073778376 140734193334896 140544221552168 270118241664 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100113 s]
/proc/loadavg: 4.03 3.92 3.04 5/193 24445
/proc/meminfo: memFree=31361728/32872528 swapFree=518888/559768
[pid=24445] ppid=24442 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/24445/stat : 24445 (java) S 24442 24445 24198 0 -1 4202496 4510 0 1 0 9 1 0 0 20 0 18 0 30950383 9787879424 5637 33554432000 1073741824 1073778376 140734193334896 140734193326032 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 2389619 5637 2141 9 0 2380296 0
[pid=24445/tid=24446] ppid=24442 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/24445/task/24446/stat : 24446 (java) R 24442 24445 24198 0 -1 4202560 2444 0 1 0 7 1 0 0 20 0 18 0 30950384 9787879424 5637 33554432000 1073741824 1073778376 140734193334896 140544221555616 140544225689075 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200318 s]
/proc/loadavg: 4.03 3.92 3.04 5/193 24445
/proc/meminfo: memFree=31361728/32872528 swapFree=518888/559768
[pid=24445] ppid=24442 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/24445/stat : 24445 (java) S 24442 24445 24198 0 -1 4202496 4761 0 1 0 25 1 0 0 20 0 18 0 30950383 9787879424 6349 33554432000 1073741824 1073778376 140734193334896 140734193326032 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 2389619 6349 2203 9 0 2380296 0
[pid=24445/tid=24446] ppid=24442 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/24445/task/24446/stat : 24446 (java) R 24442 24445 24198 0 -1 4202560 2460 0 1 0 17 1 0 0 20 0 18 0 30950384 9787879424 6349 33554432000 1073741824 1073778376 140734193334896 140544221555616 140544094344676 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300318 s]
/proc/loadavg: 4.03 3.92 3.04 5/193 24445
/proc/meminfo: memFree=31361728/32872528 swapFree=518888/559768
[pid=24445] ppid=24442 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/24445/stat : 24445 (java) S 24442 24445 24198 0 -1 4202496 5886 0 1 0 48 1 0 0 20 0 18 0 30950383 9787879424 7956 33554432000 1073741824 1073778376 140734193334896 140734193326032 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 2389619 7956 2234 9 0 2380296 0
[pid=24445/tid=24446] ppid=24442 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/24445/task/24446/stat : 24446 (java) R 24442 24445 24198 0 -1 4202560 2462 0 1 0 27 1 0 0 20 0 18 0 30950384 9787879424 7956 33554432000 1073741824 1073778376 140734193334896 140544221555616 140544094226976 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700231 s]
/proc/loadavg: 4.03 3.92 3.04 5/193 24445
/proc/meminfo: memFree=31361728/32872528 swapFree=518888/559768
[pid=24445] ppid=24442 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/24445/stat : 24445 (java) S 24442 24445 24198 0 -1 4202496 13149 0 1 0 168 3 0 0 20 0 22 0 30950383 10060525568 23433 33554432000 1073741824 1073778376 140734193334896 140734193326032 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 2456183 23433 2266 9 0 2446860 0
[pid=24445/tid=24446] ppid=24442 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/24445/task/24446/stat : 24446 (java) S 24442 24445 24198 0 -1 4202560 2537 0 1 0 49 2 0 0 20 0 22 0 30950384 10060525568 23433 33554432000 1073741824 1073778376 140734193334896 140544221557624 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 4.03 3.92 3.04 9/219 24471
/proc/meminfo: memFree=31092192/32872528 swapFree=518888/559768
[pid=24445] ppid=24442 vsize=9824732 CPUtime=4.65 cores=0,2,4,6
/proc/24445/stat : 24445 (java) S 24442 24445 24198 0 -1 4202496 19943 0 1 0 459 6 0 0 20 0 22 0 30950383 10060525568 46932 33554432000 1073741824 1073778376 140734193334896 140734193326032 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 2456183 46932 2292 9 0 2446860 0
[pid=24445/tid=24446] ppid=24442 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/24445/task/24446/stat : 24446 (java) S 24442 24445 24198 0 -1 4202560 2537 0 1 0 49 2 0 0 20 0 22 0 30950384 10060525568 46932 33554432000 1073741824 1073778376 140734193334896 140544221557624 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24445/tid=24448] ppid=24442 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24445/task/24448/stat : 24448 (java) S 24442 24445 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30950384 10060525568 46932 33554432000 1073741824 1073778376 140734193334896 140544065583528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24445/tid=24449] ppid=24442 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24445/task/24449/stat : 24449 (java) S 24442 24445 24198 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30950384 10060525568 46932 33554432000 1073741824 1073778376 140734193334896 140544064530984 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24445/tid=24450] ppid=24442 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24445/task/24450/stat : 24450 (java) S 24442 24445 24198 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30950384 10060525568 46932 33554432000 1073741824 1073778376 140734193334896 140544063477928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24445/tid=24451] ppid=24442 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/24445/task/24451/stat : 24451 (java) S 24442 24445 24198 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 30950384 10060525568 46932 33554432000 1073741824 1073778376 140734193334896 140544062425384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24445/tid=24452] ppid=24442 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24445/task/24452/stat : 24452 (java) S 24442 24445 24198 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 30950384 10060525568 46932 33554432000 1073741824 1073778376 140734193334896 140544061373352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24445/tid=24453] ppid=24442 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24445/task/24453/stat : 24453 (java) S 24442 24445 24198 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 30950384 10060525568 46932 33554432000 1073741824 1073778376 140734193334896 140544060320808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24445/tid=24454] ppid=24442 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24445/task/24454/stat : 24454 (java) S 24442 24445 24198 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 30950384 10060525568 46932 33554432000 1073741824 1073778376 140734193334896 140544059267752 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24445/tid=24455] ppid=24442 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24445/task/24455/stat : 24455 (java) S 24442 24445 24198 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30950384 10060525568 46932 33554432000 1073741824 1073778376 140734193334896 140544058215208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24445/tid=24456] ppid=24442 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24445/task/24456/stat : 24456 (java) S 24442 24445 24198 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 30950386 10060525568 46932 33554432000 1073741824 1073778376 140734193334896 140544045803880 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24445/tid=24457] ppid=24442 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24445/task/24457/stat : 24457 (java) S 24442 24445 24198 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30950386 10060525568 46932 33554432000 1073741824 1073778376 140734193334896 140544044750200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24445/tid=24458] ppid=24442 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24445/task/24458/stat : 24458 (java) S 24442 24445 24198 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30950386 10060525568 46932 33554432000 1073741824 1073778376 140734193334896 140544043697032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24445/tid=24459] ppid=24442 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24445/task/24459/stat : 24459 (java) S 24442 24445 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30950388 10060525568 46932 33554432000 1073741824 1073778376 140734193334896 140544042645776 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24445/tid=24460] ppid=24442 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/24445/task/24460/stat : 24460 (java) S 24442 24445 24198 0 -1 4202560 7363 0 0 0 108 0 0 0 20 0 22 0 30950388 10060525568 46932 33554432000 1073741824 1073778376 140734193334896 140544041593656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24445/tid=24461] ppid=24442 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/24445/task/24461/stat : 24461 (java) S 24442 24445 24198 0 -1 4202560 8572 0 0 0 105 2 0 0 20 0 22 0 30950388 10060525568 46932 33554432000 1073741824 1073778376 140734193334896 140544040541112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24445/tid=24462] ppid=24442 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24445/task/24462/stat : 24462 (java) S 24442 24445 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30950388 10060525568 46932 33554432000 1073741824 1073778376 140734193334896 140544039488248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24445/tid=24463] ppid=24442 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24445/task/24463/stat : 24463 (java) S 24442 24445 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30950388 10060525568 46932 33554432000 1073741824 1073778376 140734193334896 140544038435912 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24445/tid=24468] ppid=24442 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/24445/task/24468/stat : 24468 (java) R 24442 24445 24198 0 -1 4202560 17 0 0 0 93 0 0 0 20 0 22 0 30950436 10060525568 46932 33554432000 1073741824 1073778376 140734193334896 140544037331608 140544094917540 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24445/tid=24469] ppid=24442 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/24445/task/24469/stat : 24469 (java) R 24442 24445 24198 0 -1 4202560 73 0 0 0 89 2 0 0 20 0 22 0 30950436 10060525568 46932 33554432000 1073741824 1073778376 140734193334896 140544036278664 140544094884094 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24445/tid=24470] ppid=24442 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24445/task/24470/stat : 24470 (java) S 24442 24445 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30950437 10060525568 46932 33554432000 1073741824 1073778376 140734193334896 140544035226408 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24445/tid=24471] ppid=24442 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24445/task/24471/stat : 24471 (java) S 24442 24445 24198 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30950437 10060525568 46932 33554432000 1073741824 1073778376 140734193334896 140544034173864 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.65
Current children cumulated vsize (KiB) 9824732

[startup+3.10088 s]
/proc/loadavg: 4.03 3.92 3.04 7/219 24471
/proc/meminfo: memFree=30772332/32872528 swapFree=518888/559768
[pid=24445] ppid=24442 vsize=9824732 CPUtime=8.06 cores=0,2,4,6
/proc/24445/stat : 24445 (java) S 24442 24445 24198 0 -1 4202496 20291 0 1 0 793 13 0 0 20 0 22 0 30950383 10060525568 90644 33554432000 1073741824 1073778376 140734193334896 140734193326032 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 2456183 90644 2292 9 0 2446860 0
[pid=24445/tid=24446] ppid=24442 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/24445/task/24446/stat : 24446 (java) S 24442 24445 24198 0 -1 4202560 2537 0 1 0 49 2 0 0 20 0 22 0 30950384 10060525568 90644 33554432000 1073741824 1073778376 140734193334896 140544221557624 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24445/tid=24448] ppid=24442 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/24445/task/24448/stat : 24448 (java) S 24442 24445 24198 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 30950384 10060525568 90644 33554432000 1073741824 1073778376 140734193334896 140544065583528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24445/tid=24449] ppid=24442 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/24445/task/24449/stat : 24449 (java) S 24442 24445 24198 0 -1 4202560 23 0 0 0 4 1 0 0 20 0 22 0 30950384 10060525568 90644 33554432000 1073741824 1073778376 140734193334896 140544064530984 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24445/tid=24450] ppid=24442 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/24445/task/24450/stat : 24450 (java) S 24442 24445 24198 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 30950384 10060525568 90644 33554432000 1073741824 1073778376 140734193334896 140544063477928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24445/tid=24451] ppid=24442 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/24445/task/24451/stat : 24451 (java) S 24442 24445 24198 0 -1 4202560 39 0 0 0 3 1 0 0 20 0 22 0 30950384 10060525568 90644 33554432000 1073741824 1073778376 140734193334896 140544062425384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24445/tid=24452] ppid=24442 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/24445/task/24452/stat : 24452 (java) S 24442 24445 24198 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 30950384 10060525568 90644 33554432000 1073741824 1073778376 140734193334896 140544061373352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24445/tid=24453] ppid=24442 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/24445/task/24453/stat : 24453 (java) S 24442 24445 24198 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 30950384 10060525568 90644 33554432000 1073741824 1073778376 140734193334896 140544060320808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24445/tid=24454] ppid=24442 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/24445/task/24454/stat : 24454 (java) S 24442 24445 24198 0 -1 4202560 26 0 0 0 1 0 0 0 20 0 22 0 30950384 10060525568 90644 33554432000 1073741824 1073778376 140734193334896 140544059267752 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24445/tid=24455] ppid=24442 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/24445/task/24455/stat : 24455 (java) S 24442 24445 24198 0 -1 4202560 33 0 0 0 4 1 0 0 20 0 22 0 30950384 10060525568 90644 33554432000 1073741824 1073778376 140734193334896 140544058215208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24445/tid=24456] ppid=24442 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24445/task/24456/stat : 24456 (java) S 24442 24445 24198 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 30950386 10060525568 90644 33554432000 1073741824 1073778376 140734193334896 140544045803880 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24445/tid=24457] ppid=24442 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24445/task/24457/stat : 24457 (java) S 24442 24445 24198 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30950386 10060525568 90644 33554432000 1073741824 1073778376 140734193334896 140544044750200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24445/tid=24458] ppid=24442 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24445/task/24458/stat : 24458 (java) S 24442 24445 24198 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30950386 10060525568 90644 33554432000 1073741824 1073778376 140734193334896 140544043697032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24445/tid=24459] ppid=24442 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24445/task/24459/stat : 24459 (java) S 24442 24445 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30950388 10060525568 90644 33554432000 1073741824 1073778376 140734193334896 140544042645776 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24445/tid=24460] ppid=24442 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/24445/task/24460/stat : 24460 (java) S 24442 24445 24198 0 -1 4202560 7367 0 0 0 112 0 0 0 20 0 22 0 30950388 10060525568 90644 33554432000 1073741824 1073778376 140734193334896 140544041593656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24445/tid=24461] ppid=24442 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/24445/task/24461/stat : 24461 (java) S 24442 24445 24198 0 -1 4202560 8586 0 0 0 116 2 0 0 20 0 22 0 30950388 10060525568 90644 33554432000 1073741824 1073778376 140734193334896 140544040541112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24445/tid=24462] ppid=24442 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24445/task/24462/stat : 24462 (java) S 24442 24445 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30950388 10060525568 90644 33554432000 1073741824 1073778376 140734193334896 140544039488248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24445/tid=24463] ppid=24442 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24445/task/24463/stat : 24463 (java) S 24442 24445 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30950388 10060525568 90644 33554432000 1073741824 1073778376 140734193334896 140544038435912 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24445/tid=24468] ppid=24442 vsize=9824732 CPUtime=2.44 cores=0,2,4,6
/proc/24445/task/24468/stat : 24468 (java) R 24442 24445 24198 0 -1 4202560 20 0 0 0 244 0 0 0 20 0 22 0 30950436 10060525568 90644 33554432000 1073741824 1073778376 140734193334896 140544037331664 140544094668143 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24445/tid=24469] ppid=24442 vsize=9824732 CPUtime=2.41 cores=0,2,4,6
/proc/24445/task/24469/stat : 24469 (java) R 24442 24445 24198 0 -1 4202560 131 0 0 0 238 3 0 0 20 0 22 0 30950436 10060525568 90644 33554432000 1073741824 1073778376 140734193334896 140544036277504 140544094884810 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24445/tid=24470] ppid=24442 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24445/task/24470/stat : 24470 (java) S 24442 24445 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30950437 10060525568 90644 33554432000 1073741824 1073778376 140734193334896 140544035226408 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24445/tid=24471] ppid=24442 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24445/task/24471/stat : 24471 (java) S 24442 24445 24198 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30950437 10060525568 90644 33554432000 1073741824 1073778376 140734193334896 140544034173864 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.06
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 4.03 3.92 3.05 5/219 24471
/proc/meminfo: memFree=30160520/32872528 swapFree=518888/559768
[pid=24445] ppid=24442 vsize=9824732 CPUtime=14.86 cores=0,2,4,6
/proc/24445/stat : 24445 (java) S 24442 24445 24198 0 -1 4202496 23612 0 1 0 1463 23 0 0 20 0 22 0 30950383 10060525568 162457 33554432000 1073741824 1073778376 140734193334896 140734193326032 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 2456183 162457 2292 9 0 2446860 0
[pid=24445/tid=24446] ppid=24442 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/24445/task/24446/stat : 24446 (java) S 24442 24445 24198 0 -1 4202560 2537 0 1 0 49 2 0 0 20 0 22 0 30950384 10060525568 162457 33554432000 1073741824 1073778376 140734193334896 140544221557624 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24445/tid=24448] ppid=24442 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/24445/task/24448/stat : 24448 (java) S 24442 24445 24198 0 -1 4202560 49 0 0 0 3 2 0 0 20 0 22 0 30950384 10060525568 162457 33554432000 1073741824 1073778376 140734193334896 140544065583528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24445/tid=24449] ppid=24442 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/24445/task/24449/stat : 24449 (java) S 24442 24445 24198 0 -1 4202560 33 0 0 0 5 2 0 0 20 0 22 0 30950384 10060525568 162457 33554432000 1073741824 1073778376 140734193334896 140544064530984 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24445/tid=24450] ppid=24442 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/24445/task/24450/stat : 24450 (java) S 24442 24445 24198 0 -1 4202560 52 0 0 0 6 1 0 0 20 0 22 0 30950384 10060525568 162457 33554432000 1073741824 1073778376 140734193334896 140544063477928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24445/tid=24451] ppid=24442 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/24445/task/24451/stat : 24451 (java) S 24442 24445 24198 0 -1 4202560 82 0 0 0 5 2 0 0 20 0 22 0 30950384 10060525568 162457 33554432000 1073741824 1073778376 140734193334896 140544062425384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24445/tid=24452] ppid=24442 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/24445/task/24452/stat : 24452 (java) S 24442 24445 24198 0 -1 4202560 50 0 0 0 4 1 0 0 20 0 22 0 30950384 10060525568 162457 33554432000 1073741824 1073778376 140734193334896 140544061373352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24445/tid=24453] ppid=24442 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/24445/task/24453/stat : 24453 (java) S 24442 24445 24198 0 -1 4202560 44 0 0 0 6 2 0 0 20 0 22 0 30950384 10060525568 162457 33554432000 1073741824 1073778376 140734193334896 140544060320808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24445/tid=24454] ppid=24442 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/24445/task/24454/stat : 24454 (java) S 24442 24445 24198 0 -1 4202560 59 0 0 0 5 2 0 0 20 0 22 0 30950384 10060525568 162457 33554432000 1073741824 1073778376 140734193334896 140544059267752 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24445/tid=24455] ppid=24442 vsize=9824732 CPUtime=0.08 cores=0,2,4,6

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

/proc/24445/task/24450/stat : 24450 (java) S 24442 24445 24198 0 -1 4202560 555 0 0 0 306 15 0 0 20 0 22 0 30950384 10060525568 934535 33554432000 1073741824 1073778376 140734193334896 140544063477928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24445/tid=24451] ppid=24442 vsize=9824732 CPUtime=3.15 cores=0,2,4,6
/proc/24445/task/24451/stat : 24451 (java) S 24442 24445 24198 0 -1 4202560 614 0 0 0 299 16 0 0 20 0 22 0 30950384 10060525568 934535 33554432000 1073741824 1073778376 140734193334896 140544062425384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24445/tid=24452] ppid=24442 vsize=9824732 CPUtime=3.32 cores=0,2,4,6
/proc/24445/task/24452/stat : 24452 (java) S 24442 24445 24198 0 -1 4202560 1037 0 0 0 314 18 0 0 20 0 22 0 30950384 10060525568 934535 33554432000 1073741824 1073778376 140734193334896 140544061373352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24445/tid=24453] ppid=24442 vsize=9824732 CPUtime=3.25 cores=0,2,4,6
/proc/24445/task/24453/stat : 24453 (java) S 24442 24445 24198 0 -1 4202560 654 0 0 0 307 18 0 0 20 0 22 0 30950384 10060525568 934535 33554432000 1073741824 1073778376 140734193334896 140544060320808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24445/tid=24454] ppid=24442 vsize=9824732 CPUtime=3.16 cores=0,2,4,6
/proc/24445/task/24454/stat : 24454 (java) S 24442 24445 24198 0 -1 4202560 593 0 0 0 300 16 0 0 20 0 22 0 30950384 10060525568 934535 33554432000 1073741824 1073778376 140734193334896 140544059267752 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24445/tid=24455] ppid=24442 vsize=9824732 CPUtime=2.92 cores=0,2,4,6
/proc/24445/task/24455/stat : 24455 (java) S 24442 24445 24198 0 -1 4202560 548 0 0 0 278 14 0 0 20 0 22 0 30950384 10060525568 934535 33554432000 1073741824 1073778376 140734193334896 140544058215208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24445/tid=24456] ppid=24442 vsize=9824732 CPUtime=3.6 cores=0,2,4,6
/proc/24445/task/24456/stat : 24456 (java) S 24442 24445 24198 0 -1 4202560 2299 0 0 0 350 10 0 0 20 0 22 0 30950386 10060525568 934535 33554432000 1073741824 1073778376 140734193334896 140544045803880 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24445/tid=24457] ppid=24442 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24445/task/24457/stat : 24457 (java) S 24442 24445 24198 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30950386 10060525568 934535 33554432000 1073741824 1073778376 140734193334896 140544044750200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24445/tid=24458] ppid=24442 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24445/task/24458/stat : 24458 (java) S 24442 24445 24198 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30950386 10060525568 934535 33554432000 1073741824 1073778376 140734193334896 140544043697032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24445/tid=24459] ppid=24442 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24445/task/24459/stat : 24459 (java) S 24442 24445 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30950388 10060525568 934535 33554432000 1073741824 1073778376 140734193334896 140544042645776 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24445/tid=24460] ppid=24442 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/24445/task/24460/stat : 24460 (java) S 24442 24445 24198 0 -1 4202560 14794 0 0 0 183 2 0 0 20 0 22 0 30950388 10060525568 934535 33554432000 1073741824 1073778376 140734193334896 140544041593656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24445/tid=24461] ppid=24442 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/24445/task/24461/stat : 24461 (java) S 24442 24445 24198 0 -1 4202560 8936 0 0 0 141 2 0 0 20 0 22 0 30950388 10060525568 934535 33554432000 1073741824 1073778376 140734193334896 140544040541112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24445/tid=24462] ppid=24442 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24445/task/24462/stat : 24462 (java) S 24442 24445 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30950388 10060525568 934535 33554432000 1073741824 1073778376 140734193334896 140544039488248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24445/tid=24463] ppid=24442 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/24445/task/24463/stat : 24463 (java) S 24442 24445 24198 0 -1 4202560 47 0 0 0 14 18 0 0 20 0 22 0 30950388 10060525568 934535 33554432000 1073741824 1073778376 140734193334896 140544038435912 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24445/tid=24468] ppid=24442 vsize=9824732 CPUtime=809.23 cores=0,2,4,6
/proc/24445/task/24468/stat : 24468 (java) R 24442 24445 24198 0 -1 4202560 71 0 0 0 80908 15 0 0 20 0 22 0 30950436 10060525568 934535 33554432000 1073741824 1073778376 140734193334896 140544037330368 140544094970594 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24445/tid=24469] ppid=24442 vsize=9824732 CPUtime=809.18 cores=0,2,4,6
/proc/24445/task/24469/stat : 24469 (java) R 24442 24445 24198 0 -1 4202560 2178 0 0 0 80872 46 0 0 20 0 22 0 30950436 10060525568 934535 33554432000 1073741824 1073778376 140734193334896 140544036279064 140544094889359 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24445/tid=24470] ppid=24442 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24445/task/24470/stat : 24470 (java) S 24442 24445 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30950437 10060525568 934535 33554432000 1073741824 1073778376 140734193334896 140544035226408 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24445/tid=24471] ppid=24442 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24445/task/24471/stat : 24471 (java) S 24442 24445 24198 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30950437 10060525568 934535 33554432000 1073741824 1073778376 140734193334896 140544034173864 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1655.58
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.22 4.20 3.76 5/219 24491
/proc/meminfo: memFree=23999840/32872528 swapFree=518888/559768
[pid=24445] ppid=24442 vsize=9824732 CPUtime=1776.26 cores=0,2,4,6
/proc/24445/stat : 24445 (java) S 24442 24445 24198 0 -1 4202496 37417 0 1 0 177428 198 0 0 20 0 22 0 30950383 10060525568 937094 33554432000 1073741824 1073778376 140734193334896 140734193326032 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 2456183 937094 2301 9 0 2446860 0
[pid=24445/tid=24446] ppid=24442 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/24445/task/24446/stat : 24446 (java) S 24442 24445 24198 0 -1 4202560 2545 0 1 0 51 4 0 0 20 0 22 0 30950384 10060525568 937094 33554432000 1073741824 1073778376 140734193334896 140544221557624 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24445/tid=24448] ppid=24442 vsize=9824732 CPUtime=3.53 cores=0,2,4,6
/proc/24445/task/24448/stat : 24448 (java) S 24442 24445 24198 0 -1 4202560 700 0 0 0 335 18 0 0 20 0 22 0 30950384 10060525568 937094 33554432000 1073741824 1073778376 140734193334896 140544065583528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24445/tid=24449] ppid=24442 vsize=9824732 CPUtime=3.23 cores=0,2,4,6
/proc/24445/task/24449/stat : 24449 (java) S 24442 24445 24198 0 -1 4202560 543 0 0 0 309 14 0 0 20 0 22 0 30950384 10060525568 937094 33554432000 1073741824 1073778376 140734193334896 140544064530984 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24445/tid=24450] ppid=24442 vsize=9824732 CPUtime=3.35 cores=0,2,4,6
/proc/24445/task/24450/stat : 24450 (java) S 24442 24445 24198 0 -1 4202560 557 0 0 0 320 15 0 0 20 0 22 0 30950384 10060525568 937094 33554432000 1073741824 1073778376 140734193334896 140544063477928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24445/tid=24451] ppid=24442 vsize=9824732 CPUtime=3.29 cores=0,2,4,6
/proc/24445/task/24451/stat : 24451 (java) S 24442 24445 24198 0 -1 4202560 614 0 0 0 313 16 0 0 20 0 22 0 30950384 10060525568 937094 33554432000 1073741824 1073778376 140734193334896 140544062425384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24445/tid=24452] ppid=24442 vsize=9824732 CPUtime=3.46 cores=0,2,4,6
/proc/24445/task/24452/stat : 24452 (java) S 24442 24445 24198 0 -1 4202560 1039 0 0 0 328 18 0 0 20 0 22 0 30950384 10060525568 937094 33554432000 1073741824 1073778376 140734193334896 140544061373352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24445/tid=24453] ppid=24442 vsize=9824732 CPUtime=3.5 cores=0,2,4,6
/proc/24445/task/24453/stat : 24453 (java) S 24442 24445 24198 0 -1 4202560 658 0 0 0 332 18 0 0 20 0 22 0 30950384 10060525568 937094 33554432000 1073741824 1073778376 140734193334896 140544060320808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24445/tid=24454] ppid=24442 vsize=9824732 CPUtime=3.37 cores=0,2,4,6
/proc/24445/task/24454/stat : 24454 (java) S 24442 24445 24198 0 -1 4202560 596 0 0 0 320 17 0 0 20 0 22 0 30950384 10060525568 937094 33554432000 1073741824 1073778376 140734193334896 140544059267752 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24445/tid=24455] ppid=24442 vsize=9824732 CPUtime=3.11 cores=0,2,4,6
/proc/24445/task/24455/stat : 24455 (java) S 24442 24445 24198 0 -1 4202560 548 0 0 0 297 14 0 0 20 0 22 0 30950384 10060525568 937094 33554432000 1073741824 1073778376 140734193334896 140544058215208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24445/tid=24456] ppid=24442 vsize=9824732 CPUtime=3.62 cores=0,2,4,6
/proc/24445/task/24456/stat : 24456 (java) S 24442 24445 24198 0 -1 4202560 2311 0 0 0 350 12 0 0 20 0 22 0 30950386 10060525568 937094 33554432000 1073741824 1073778376 140734193334896 140544045803880 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24445/tid=24457] ppid=24442 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24445/task/24457/stat : 24457 (java) S 24442 24445 24198 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30950386 10060525568 937094 33554432000 1073741824 1073778376 140734193334896 140544044750200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24445/tid=24458] ppid=24442 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24445/task/24458/stat : 24458 (java) S 24442 24445 24198 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30950386 10060525568 937094 33554432000 1073741824 1073778376 140734193334896 140544043697032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24445/tid=24459] ppid=24442 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24445/task/24459/stat : 24459 (java) S 24442 24445 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30950388 10060525568 937094 33554432000 1073741824 1073778376 140734193334896 140544042645776 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24445/tid=24460] ppid=24442 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/24445/task/24460/stat : 24460 (java) S 24442 24445 24198 0 -1 4202560 14794 0 0 0 183 2 0 0 20 0 22 0 30950388 10060525568 937094 33554432000 1073741824 1073778376 140734193334896 140544041593656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24445/tid=24461] ppid=24442 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/24445/task/24461/stat : 24461 (java) S 24442 24445 24198 0 -1 4202560 8936 0 0 0 141 2 0 0 20 0 22 0 30950388 10060525568 937094 33554432000 1073741824 1073778376 140734193334896 140544040541112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24445/tid=24462] ppid=24442 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24445/task/24462/stat : 24462 (java) S 24442 24445 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30950388 10060525568 937094 33554432000 1073741824 1073778376 140734193334896 140544039488248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24445/tid=24463] ppid=24442 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/24445/task/24463/stat : 24463 (java) S 24442 24445 24198 0 -1 4202560 51 0 0 0 15 19 0 0 20 0 22 0 30950388 10060525568 937094 33554432000 1073741824 1073778376 140734193334896 140544038435912 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24445/tid=24468] ppid=24442 vsize=9824732 CPUtime=868.68 cores=0,2,4,6
/proc/24445/task/24468/stat : 24468 (java) R 24442 24445 24198 0 -1 4202560 74 0 0 0 86852 16 0 0 20 0 22 0 30950436 10060525568 937094 33554432000 1073741824 1073778376 140734193334896 140544037329536 140544094970721 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24445/tid=24469] ppid=24442 vsize=9824732 CPUtime=868.64 cores=0,2,4,6
/proc/24445/task/24469/stat : 24469 (java) R 24442 24445 24198 0 -1 4202560 2183 0 0 0 86817 47 0 0 20 0 22 0 30950436 10060525568 937094 33554432000 1073741824 1073778376 140734193334896 140544036277728 140544094961108 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24445/tid=24470] ppid=24442 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24445/task/24470/stat : 24470 (java) S 24442 24445 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30950437 10060525568 937094 33554432000 1073741824 1073778376 140734193334896 140544035226408 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24445/tid=24471] ppid=24442 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24445/task/24471/stat : 24471 (java) S 24442 24445 24198 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30950437 10060525568 937094 33554432000 1073741824 1073778376 140734193334896 140544034173864 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1776.26
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.201 s]
/proc/loadavg: 4.19 4.19 3.76 5/219 24491
/proc/meminfo: memFree=23993700/32872528 swapFree=518888/559768
[pid=24445] ppid=24442 vsize=9824732 CPUtime=1800.18 cores=0,2,4,6
/proc/24445/stat : 24445 (java) S 24442 24445 24198 0 -1 4202496 37419 0 1 0 179819 199 0 0 20 0 22 0 30950383 10060525568 937095 33554432000 1073741824 1073778376 140734193334896 140734193326032 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 2456183 937095 2301 9 0 2446860 0
[pid=24445/tid=24446] ppid=24442 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/24445/task/24446/stat : 24446 (java) S 24442 24445 24198 0 -1 4202560 2545 0 1 0 51 4 0 0 20 0 22 0 30950384 10060525568 937095 33554432000 1073741824 1073778376 140734193334896 140544221557624 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24445/tid=24448] ppid=24442 vsize=9824732 CPUtime=3.55 cores=0,2,4,6
/proc/24445/task/24448/stat : 24448 (java) S 24442 24445 24198 0 -1 4202560 700 0 0 0 337 18 0 0 20 0 22 0 30950384 10060525568 937095 33554432000 1073741824 1073778376 140734193334896 140544065583528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24445/tid=24449] ppid=24442 vsize=9824732 CPUtime=3.25 cores=0,2,4,6
/proc/24445/task/24449/stat : 24449 (java) S 24442 24445 24198 0 -1 4202560 543 0 0 0 311 14 0 0 20 0 22 0 30950384 10060525568 937095 33554432000 1073741824 1073778376 140734193334896 140544064530984 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24445/tid=24450] ppid=24442 vsize=9824732 CPUtime=3.37 cores=0,2,4,6
/proc/24445/task/24450/stat : 24450 (java) S 24442 24445 24198 0 -1 4202560 557 0 0 0 322 15 0 0 20 0 22 0 30950384 10060525568 937095 33554432000 1073741824 1073778376 140734193334896 140544063477928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24445/tid=24451] ppid=24442 vsize=9824732 CPUtime=3.36 cores=0,2,4,6
/proc/24445/task/24451/stat : 24451 (java) S 24442 24445 24198 0 -1 4202560 614 0 0 0 320 16 0 0 20 0 22 0 30950384 10060525568 937095 33554432000 1073741824 1073778376 140734193334896 140544062425384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24445/tid=24452] ppid=24442 vsize=9824732 CPUtime=3.49 cores=0,2,4,6
/proc/24445/task/24452/stat : 24452 (java) S 24442 24445 24198 0 -1 4202560 1039 0 0 0 331 18 0 0 20 0 22 0 30950384 10060525568 937095 33554432000 1073741824 1073778376 140734193334896 140544061373352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24445/tid=24453] ppid=24442 vsize=9824732 CPUtime=3.54 cores=0,2,4,6
/proc/24445/task/24453/stat : 24453 (java) S 24442 24445 24198 0 -1 4202560 658 0 0 0 336 18 0 0 20 0 22 0 30950384 10060525568 937095 33554432000 1073741824 1073778376 140734193334896 140544060320808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24445/tid=24454] ppid=24442 vsize=9824732 CPUtime=3.39 cores=0,2,4,6
/proc/24445/task/24454/stat : 24454 (java) S 24442 24445 24198 0 -1 4202560 596 0 0 0 322 17 0 0 20 0 22 0 30950384 10060525568 937095 33554432000 1073741824 1073778376 140734193334896 140544059267752 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24445/tid=24455] ppid=24442 vsize=9824732 CPUtime=3.18 cores=0,2,4,6
/proc/24445/task/24455/stat : 24455 (java) S 24442 24445 24198 0 -1 4202560 548 0 0 0 304 14 0 0 20 0 22 0 30950384 10060525568 937095 33554432000 1073741824 1073778376 140734193334896 140544058215208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24445/tid=24456] ppid=24442 vsize=9824732 CPUtime=3.62 cores=0,2,4,6
/proc/24445/task/24456/stat : 24456 (java) S 24442 24445 24198 0 -1 4202560 2312 0 0 0 350 12 0 0 20 0 22 0 30950386 10060525568 937095 33554432000 1073741824 1073778376 140734193334896 140544045803880 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24445/tid=24457] ppid=24442 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24445/task/24457/stat : 24457 (java) S 24442 24445 24198 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30950386 10060525568 937095 33554432000 1073741824 1073778376 140734193334896 140544044750200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24445/tid=24458] ppid=24442 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24445/task/24458/stat : 24458 (java) S 24442 24445 24198 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30950386 10060525568 937095 33554432000 1073741824 1073778376 140734193334896 140544043697032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24445/tid=24459] ppid=24442 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24445/task/24459/stat : 24459 (java) S 24442 24445 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30950388 10060525568 937095 33554432000 1073741824 1073778376 140734193334896 140544042645776 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24445/tid=24460] ppid=24442 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/24445/task/24460/stat : 24460 (java) S 24442 24445 24198 0 -1 4202560 14794 0 0 0 183 2 0 0 20 0 22 0 30950388 10060525568 937095 33554432000 1073741824 1073778376 140734193334896 140544041593656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24445/tid=24461] ppid=24442 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/24445/task/24461/stat : 24461 (java) S 24442 24445 24198 0 -1 4202560 8936 0 0 0 141 2 0 0 20 0 22 0 30950388 10060525568 937095 33554432000 1073741824 1073778376 140734193334896 140544040541112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24445/tid=24462] ppid=24442 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24445/task/24462/stat : 24462 (java) S 24442 24445 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30950388 10060525568 937095 33554432000 1073741824 1073778376 140734193334896 140544039488248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24445/tid=24463] ppid=24442 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/24445/task/24463/stat : 24463 (java) S 24442 24445 24198 0 -1 4202560 51 0 0 0 16 19 0 0 20 0 22 0 30950388 10060525568 937095 33554432000 1073741824 1073778376 140734193334896 140544038435912 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24445/tid=24468] ppid=24442 vsize=9824732 CPUtime=880.47 cores=0,2,4,6
/proc/24445/task/24468/stat : 24468 (java) R 24442 24445 24198 0 -1 4202560 74 0 0 0 88031 16 0 0 20 0 22 0 30950436 10060525568 937095 33554432000 1073741824 1073778376 140734193334896 140544037330368 140544094917812 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24445/tid=24469] ppid=24442 vsize=9824732 CPUtime=880.44 cores=0,2,4,6
/proc/24445/task/24469/stat : 24469 (java) R 24442 24445 24198 0 -1 4202560 2184 0 0 0 87997 47 0 0 20 0 22 0 30950436 10060525568 937095 33554432000 1073741824 1073778376 140734193334896 140544036278864 140544094885193 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24445/tid=24470] ppid=24442 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24445/task/24470/stat : 24470 (java) S 24442 24445 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30950437 10060525568 937095 33554432000 1073741824 1073778376 140734193334896 140544035226408 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24445/tid=24471] ppid=24442 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24445/task/24471/stat : 24471 (java) S 24442 24445 24198 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30950437 10060525568 937095 33554432000 1073741824 1073778376 140734193334896 140544034173864 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
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 24445 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 24445 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=769305
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=491621
# CPU time returned by wait4() is 1796.26
# while last known CPU time is 1800.18
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 894.278
CPU time (s): 1800.18
CPU user time (s): 1798.19
CPU system time (s): 1.99
CPU usage (%): 201.3
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.77
system time used= 2.49162
maximum resident set size= 3748496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37453
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24407
involuntary context switches= 29260

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.83411 second user time and 8.77567 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-27 00:11:42
IDJOB=4116134
IDBENCH=109432
IDSOLVER=2543
FILE ID=node106/4116134-1466979102
RUNJOBID= node106-1466978205-24214
PBS_JOBID= 19976395
Free space on /tmp= 71684 MiB

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

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

MD5SUM BENCH= d350013189e61594c0f4e016913901e6
RANDOM SEED=1139383473

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31361512 kB
Buffers:           21512 kB
Cached:           168980 kB
SwapCached:         4304 kB
Active:            86656 kB
Inactive:         160956 kB
Active(anon):      54668 kB
Inactive(anon):     4936 kB
Active(file):      31988 kB
Inactive(file):   156020 kB
Unevictable:      559768 kB
Mlocked:          518888 kB
SwapTotal:      67108856 kB
SwapFree:       67096696 kB
Dirty:              2416 kB
Writeback:             0 kB
AnonPages:        600136 kB
Mapped:            16252 kB
Shmem:                 0 kB
Slab:             568732 kB
SReclaimable:      12320 kB
SUnreclaim:       556412 kB
KernelStack:        1592 kB
PageTables:         5368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1247656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     55296 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71680 MiB
End job on node106 at 2016-06-27 00:26:36