Trace number 4115934

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.15 896.858

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size128-round21-8.opb
MD5SUM9615d5c8c598fe12e5f66d59e1fa32b7
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark13.7989
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3968
Total number of constraints7904
Number of constraints which are clauses6656
Number of constraints which are cardinality constraints (but not clauses)416
Number of constraints which are nor clauses,nor cardinality constraints832
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.36	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.03/0.36	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.36	c See www.sat4j.org for details.
0.03/0.36	c version PB16.v20160501
0.03/0.36	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.36	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.37	c java.vm.version	19.1-b02
0.03/0.37	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.37	c sun.arch.data.model	64
0.03/0.37	c java.version		1.6.0_24
0.03/0.37	c os.name		Linux
0.03/0.37	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.37	c os.arch		amd64
0.03/0.37	c Free memory 		501472288
0.03/0.37	c Max memory 		7480803328
0.03/0.37	c Total memory 		504102912
0.03/0.37	c Number of processors 	8
0.13/0.40	c Pseudo Boolean Optimization by upper bound
0.13/0.40	c ManyCore solver with 2 solvers running in parallel
0.13/0.40	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.13/0.40	c --- Begin Solver configuration ---
0.13/0.40	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.13/0.40	c Learn all clauses as in MiniSAT
0.13/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.40	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.40	c Expensive reason simplification
0.13/0.40	c Glucose 2.1 dynamic restart strategy
0.13/0.40	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.13/0.40	c timeout=2147483s
0.13/0.40	c DB Simplification allowed=false
0.13/0.40	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.13/0.40	c --- End Solver configuration ---
0.13/0.40	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.13/0.40	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.40	c --- Begin Solver configuration ---
0.13/0.40	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.13/0.40	c Learn all clauses as in MiniSAT
0.13/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.40	c No reason simplification
0.13/0.40	c Armin Biere (Picosat) restarts strategy
0.13/0.40	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.13/0.40	c timeout=2147483s
0.13/0.40	c DB Simplification allowed=false
0.13/0.40	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.13/0.40	c --- End Solver configuration ---
0.13/0.40	c solving HOME/instance-4115934-1466943674.opb
0.13/0.40	c reading problem ... 
0.13/0.41	c  no objective function found
0.76/0.76	c ... done. Wall clock time 0.357s.
0.76/0.76	c declared #vars     3968
0.76/0.76	c #constraints  9152
0.76/0.77	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.76/0.77	c constraints type 
0.76/0.78	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5958
0.76/0.78	c org.sat4j.specs.Constr$1 => 904
0.76/0.78	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.76/0.78	c org.sat4j.minisat.constraints.cnf.UnitClause => 504
0.76/0.78	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1658
0.76/0.78	c 9152 constraints processed.
0.76/0.78	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.76/0.78	c constraints type 
0.76/0.78	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
0.76/0.78	c org.sat4j.specs.Constr$1 => 904
0.76/0.78	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5958
0.76/0.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1658
0.76/0.78	c org.sat4j.pb.constraints.pb.UnitClausePB => 504
0.76/0.78	c 9152 constraints processed.
4.59/1.72	c cleaning 2494 clauses out of 4998 with flag 16665/5000
6.37/2.35	c cleaning 4249 clauses out of 8504 with flag 38870/11000
7.88/3.10	c cleaning 5615 clauses out of 11255 with flag 66699/18000
9.75/3.98	c cleaning 6814 clauses out of 13641 with flag 102193/26001
12.17/5.02	c cleaning 7897 clauses out of 15827 with flag 143445/35001
14.37/6.19	c cleaning 8941 clauses out of 17931 with flag 191756/45002
17.05/7.48	c cleaning 9959 clauses out of 19989 with flag 247956/56001
20.06/8.93	c cleaning 10999 clauses out of 22029 with flag 311812/68000
23.55/10.61	c cleaning 12004 clauses out of 24030 with flag 383290/81000
27.27/12.49	c cleaning 13005 clauses out of 26026 with flag 462326/95000
31.28/14.50	c cleaning 13966 clauses out of 28021 with flag 550327/110000
35.99/16.78	c cleaning 15023 clauses out of 30055 with flag 642232/126000
41.11/19.27	c cleaning 15975 clauses out of 32032 with flag 742408/143000
46.31/21.86	c cleaning 17021 clauses out of 34057 with flag 846899/161000
51.91/24.69	c cleaning 17990 clauses out of 36036 with flag 960157/180000
58.45/27.89	c cleaning 19022 clauses out of 38046 with flag 1082599/200000
63.32/30.24	c cleaning 0 clauses out of 5000 with flag 0/5000
65.80/31.33	c cleaning 19993 clauses out of 40024 with flag 1213407/221000
73.35/34.95	c cleaning 20971 clauses out of 42032 with flag 1349835/243001
81.15/38.81	c cleaning 22025 clauses out of 44060 with flag 1491424/266000
89.48/42.94	c cleaning 23001 clauses out of 46035 with flag 1638968/290000
98.29/47.34	c cleaning 24001 clauses out of 48035 with flag 1796408/315001
107.57/51.99	c cleaning 25009 clauses out of 50034 with flag 1957029/341001
117.57/56.92	c cleaning 26003 clauses out of 52024 with flag 2126772/368000
127.86/62.08	c cleaning 26989 clauses out of 54023 with flag 2304427/396002
138.98/67.54	c cleaning 27989 clauses out of 56032 with flag 2488014/425000
150.78/73.47	c cleaning 29009 clauses out of 58043 with flag 2676790/455000
163.86/79.98	c cleaning 29997 clauses out of 60034 with flag 2874289/486000
177.53/86.74	c cleaning 30999 clauses out of 62037 with flag 3078613/518000
191.43/93.65	c cleaning 32020 clauses out of 64040 with flag 3290495/551002
207.15/101.86	c cleaning 33000 clauses out of 66019 with flag 3508576/585001
223.20/109.80	c cleaning 33982 clauses out of 68018 with flag 3732525/620000
239.87/118.11	c cleaning 34981 clauses out of 70036 with flag 3968555/656000
256.77/126.58	c cleaning 36019 clauses out of 72055 with flag 4207311/693000
273.89/135.08	c cleaning 36984 clauses out of 74037 with flag 4452581/731001
292.23/144.19	c cleaning 38007 clauses out of 76052 with flag 4704973/770000
311.11/153.56	c cleaning 39020 clauses out of 78045 with flag 4966471/810000
330.65/163.27	c cleaning 39977 clauses out of 80025 with flag 5230018/851000
351.58/173.64	c cleaning 41009 clauses out of 82048 with flag 5505348/893000
372.49/184.09	c cleaning 42016 clauses out of 84039 with flag 5783976/936000
393.83/194.61	c cleaning 42994 clauses out of 86023 with flag 6068171/980000
394.26/194.86	c cleaning 0 clauses out of 11002 with flag 0/11002
414.78/205.05	c cleaning 43985 clauses out of 88030 with flag 6362416/1025001
434.57/214.91	c cleaning 45011 clauses out of 90045 with flag 6663773/1071001
455.17/225.27	c cleaning 45987 clauses out of 92033 with flag 6970344/1118000
477.57/236.50	c cleaning 47007 clauses out of 94046 with flag 7289814/1166000
500.72/247.96	c cleaning 47997 clauses out of 96039 with flag 7610691/1215000
525.32/260.21	c cleaning 48975 clauses out of 98044 with flag 7941432/1265002
549.12/272.16	c cleaning 50022 clauses out of 100068 with flag 8279290/1316001
574.65/285.36	c cleaning 50990 clauses out of 102045 with flag 8621851/1368000
600.47/298.21	c cleaning 52006 clauses out of 104055 with flag 8969471/1421000
632.49/314.06	c cleaning 53008 clauses out of 106050 with flag 9326451/1475001
666.55/330.96	c cleaning 53986 clauses out of 108041 with flag 9693938/1530000
701.82/348.48	c cleaning 54991 clauses out of 110055 with flag 10067276/1586000
738.37/366.66	c cleaning 56023 clauses out of 112064 with flag 10445709/1643000
776.97/385.85	c cleaning 57017 clauses out of 114041 with flag 10833806/1701000
814.01/404.23	c cleaning 57996 clauses out of 116025 with flag 11229707/1760001
851.98/423.18	c cleaning 58987 clauses out of 118028 with flag 11627014/1820000
892.21/443.10	c cleaning 60006 clauses out of 120041 with flag 12035246/1881000
933.05/463.42	c cleaning 60995 clauses out of 122035 with flag 12447303/1943000
975.38/484.41	c cleaning 61985 clauses out of 124041 with flag 12861888/2006001
1018.40/505.86	c cleaning 63024 clauses out of 126055 with flag 13284144/2070000
1067.49/530.21	c cleaning 64017 clauses out of 128033 with flag 13712078/2135002
1117.17/554.96	c cleaning 64993 clauses out of 130014 with flag 14147899/2201000
1169.20/580.90	c cleaning 65988 clauses out of 132021 with flag 14590316/2268000
1219.19/605.70	c cleaning 66983 clauses out of 134033 with flag 15041129/2336000
1264.21/628.26	c cleaning 68015 clauses out of 136051 with flag 15495065/2405001
1310.00/651.15	c cleaning 68995 clauses out of 138035 with flag 15956864/2475000
1353.92/673.03	c cleaning 70001 clauses out of 140040 with flag 16427109/2546000
1400.59/697.04	c cleaning 70991 clauses out of 142039 with flag 16900034/2618000
1445.17/719.30	c cleaning 72009 clauses out of 144048 with flag 17385841/2691000
1490.77/742.10	c cleaning 72991 clauses out of 146040 with flag 17873076/2765001
1537.99/765.78	c cleaning 74016 clauses out of 148048 with flag 18369755/2840000
1586.77/790.13	c cleaning 75004 clauses out of 150032 with flag 18866582/2916000
1636.78/815.16	c cleaning 75984 clauses out of 152028 with flag 19372068/2993000
1687.77/840.67	c cleaning 77023 clauses out of 154045 with flag 19888850/3071001
1739.76/866.62	c cleaning 77992 clauses out of 156021 with flag 20401848/3150000
1793.17/893.37	c cleaning 79015 clauses out of 158029 with flag 20927404/3230000
1800.15/896.80	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.15/896.80	c starts		: 31902
1800.15/896.80	c conflicts		: 3244043
1800.15/896.80	c decisions		: 31544932
1800.15/896.80	c propagations		: 448179211
1800.15/896.80	c inspects		: 10113351394
1800.15/896.80	c shortcuts		: 0
1800.15/896.80	c learnt literals	: 2
1800.15/896.80	c learnt binary clauses	: 47
1800.15/896.80	c learnt ternary clauses	: 676
1800.15/896.80	c learnt constraints	: 3244041
1800.15/896.80	c ignored constraints	: 0
1800.15/896.80	c root simplifications	: 0
1800.15/896.80	c removed literals (reason simplification)	: 2696692
1800.15/896.80	c reason swapping (by a shorter reason)	: 0
1800.15/896.80	c Calls to reduceDB	: 76
1800.15/896.80	c Number of update (reduction) of LBD	: 694270
1800.15/896.80	c Imported unit clauses	: 0
1800.15/896.80	c number of reductions to clauses (during analyze)	: 0
1800.15/896.80	c number of learned constraints concerned by reduction	: 0
1800.15/896.80	c number of learning phase by resolution	: 0
1800.15/896.80	c number of learning phase by cutting planes	: 0
1800.15/896.80	c speed (assignments/second)	: 500191.6385328371
1800.15/896.80	c non guided choices	3341
1800.15/896.83	c learnt constraints type 
1800.15/896.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 47
1800.15/896.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 93010
1800.15/896.83	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.15/896.83	c starts		: 43
1800.15/896.83	c conflicts		: 15865
1800.15/896.83	c decisions		: 60855
1800.15/896.83	c propagations		: 1976305
1800.15/896.83	c inspects		: 476227367
1800.15/896.83	c shortcuts		: 0
1800.15/896.83	c learnt literals	: 0
1800.15/896.83	c learnt binary clauses	: 0
1800.15/896.83	c learnt ternary clauses	: 0
1800.15/896.83	c learnt constraints	: 15864
1800.15/896.83	c ignored constraints	: 0
1800.15/896.83	c root simplifications	: 0
1800.15/896.83	c removed literals (reason simplification)	: 0
1800.15/896.83	c reason swapping (by a shorter reason)	: 0
1800.15/896.83	c Calls to reduceDB	: 2
1800.15/896.83	c Number of update (reduction) of LBD	: 0
1800.15/896.83	c Imported unit clauses	: 0
1800.15/896.83	c number of reductions to clauses (during analyze)	: 0
1800.15/896.83	c number of learned constraints concerned by reduction	: 0
1800.15/896.83	c number of learning phase by resolution	: 0
1800.15/896.83	c number of learning phase by cutting planes	: 0
1800.15/896.83	c speed (assignments/second)	: 2205.613849474462
1800.15/896.83	c non guided choices	266
1800.15/896.83	c learnt constraints type 
1800.15/896.83	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 8
1800.15/896.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15856
1800.15/896.83	s UNKNOWN
1800.15/896.83	c Total wall clock time (in seconds): 896.43

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

pid=19513
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: 1.18 1.39 1.73 3/175 19519
/proc/meminfo: memFree=30457968/32872528 swapFree=1541156/1696500
[pid=19519] ppid=19513 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/19519/stat : 19519 (java) D 19513 19519 19474 0 -1 4202496 158 0 0 0 0 0 0 0 20 0 1 0 27406128 278528 34 33554432000 1073741824 1073778376 140734589964160 140734589961336 270698376487 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/19519/statm: 68 34 25 9 0 25 0

[startup+0.100159 s]
/proc/loadavg: 1.18 1.39 1.73 3/175 19519
/proc/meminfo: memFree=30457968/32872528 swapFree=1541156/1696500
[pid=19519] ppid=19513 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/19519/stat : 19519 (java) D 19513 19519 19474 0 -1 4202496 1165 0 20 0 0 0 0 0 20 0 1 0 27406128 23793664 835 33554432000 1073741824 1073778376 140737107184880 140737107174872 140182468882368 0 0 4096 0 18446744071579943789 0 0 17 2 0 0 7 0 0
/proc/19519/statm: 5809 835 627 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.200233 s]
/proc/loadavg: 1.18 1.39 1.73 3/175 19519
/proc/meminfo: memFree=30457968/32872528 swapFree=1541156/1696500
[pid=19519] ppid=19513 vsize=9092432 CPUtime=0.02 cores=0,2,4,6
/proc/19519/stat : 19519 (java) S 19513 19519 19474 0 -1 4202496 2945 0 27 0 1 1 0 0 20 0 11 0 27406128 9310650368 3593 33554432000 1073741824 1073778376 140737107184880 140737107176016 270710898749 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 7 0 0
/proc/19519/statm: 2273108 3593 1623 9 0 2263809 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9092432

[startup+0.300316 s]
/proc/loadavg: 1.18 1.39 1.73 3/175 19519
/proc/meminfo: memFree=30457968/32872528 swapFree=1541156/1696500
[pid=19519] ppid=19513 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/19519/stat : 19519 (java) S 19513 19519 19474 0 -1 4202496 3127 0 27 0 2 1 0 0 20 0 13 0 27406128 9446973440 3773 33554432000 1073741824 1073778376 140737107184880 140737107176016 270710898749 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 7 0 0
/proc/19519/statm: 2306390 3773 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.70016 s]
/proc/loadavg: 1.18 1.39 1.73 3/175 19519
/proc/meminfo: memFree=30457968/32872528 swapFree=1541156/1696500
[pid=19519] ppid=19513 vsize=9558836 CPUtime=0.76 cores=0,2,4,6
/proc/19519/stat : 19519 (java) S 19513 19519 19474 0 -1 4202496 8337 0 29 0 73 3 0 0 20 0 18 0 27406128 9788248064 14491 33554432000 1073741824 1073778376 140737107184880 140737107176016 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 7 0 0
/proc/19519/statm: 2389709 14491 2252 9 0 2380386 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 9558836

[startup+1.50083 s]
/proc/loadavg: 1.18 1.39 1.73 10/219 19563
/proc/meminfo: memFree=30270060/32872528 swapFree=1541156/1696500
[pid=19519] ppid=19513 vsize=9824732 CPUtime=3.85 cores=0,2,4,6
/proc/19519/stat : 19519 (java) S 19513 19519 19474 0 -1 4202496 19765 0 29 0 379 6 0 0 20 0 22 0 27406128 10060525568 38133 33554432000 1073741824 1073778376 140737107184880 140737107176016 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 7 0 0
/proc/19519/statm: 2456183 38133 2274 9 0 2446860 0
[pid=19519/tid=19522] ppid=19513 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/19519/task/19522/stat : 19522 (java) S 19513 19519 19474 0 -1 4202560 2423 0 6 0 43 3 0 0 20 0 22 0 27406138 10060525568 38133 33554432000 1073741824 1073778376 140737107184880 140182465930104 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 15 0 0
[pid=19519/tid=19525] ppid=19513 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19519/task/19525/stat : 19525 (java) S 19513 19519 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27406144 10060525568 38133 33554432000 1073741824 1073778376 140737107184880 140182438381736 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19519/tid=19527] ppid=19513 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19519/task/19527/stat : 19527 (java) S 19513 19519 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27406144 10060525568 38133 33554432000 1073741824 1073778376 140737107184880 140182437329192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19519/tid=19530] ppid=19513 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19519/task/19530/stat : 19530 (java) S 19513 19519 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27406144 10060525568 38133 33554432000 1073741824 1073778376 140737107184880 140182436276648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19519/tid=19531] ppid=19513 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19519/task/19531/stat : 19531 (java) S 19513 19519 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27406144 10060525568 38645 33554432000 1073741824 1073778376 140737107184880 140182435224104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19519/tid=19533] ppid=19513 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19519/task/19533/stat : 19533 (java) S 19513 19519 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27406144 10060525568 38645 33554432000 1073741824 1073778376 140737107184880 140182434171560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19519/tid=19535] ppid=19513 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19519/task/19535/stat : 19535 (java) S 19513 19519 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27406144 10060525568 38645 33554432000 1073741824 1073778376 140737107184880 140182433119016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19519/tid=19536] ppid=19513 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19519/task/19536/stat : 19536 (java) S 19513 19519 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27406144 10060525568 38645 33554432000 1073741824 1073778376 140737107184880 140182432066472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19519/tid=19538] ppid=19513 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19519/task/19538/stat : 19538 (java) S 19513 19519 19474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27406144 10060525568 38645 33554432000 1073741824 1073778376 140737107184880 140182302534696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19519/tid=19541] ppid=19513 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19519/task/19541/stat : 19541 (java) S 19513 19519 19474 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 27406148 10060525568 38645 33554432000 1073741824 1073778376 140737107184880 140181819586664 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19519/tid=19543] ppid=19513 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19519/task/19543/stat : 19543 (java) S 19513 19519 19474 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 27406149 10060525568 38645 33554432000 1073741824 1073778376 140737107184880 140181818532984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19519/tid=19545] ppid=19513 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19519/task/19545/stat : 19545 (java) S 19513 19519 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27406149 10060525568 38645 33554432000 1073741824 1073778376 140737107184880 140181817480328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19519/tid=19546] ppid=19513 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19519/task/19546/stat : 19546 (java) S 19513 19519 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27406159 10060525568 38645 33554432000 1073741824 1073778376 140737107184880 140181816429072 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19519/tid=19548] ppid=19513 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/19519/task/19548/stat : 19548 (java) R 19513 19519 19474 0 -1 4202560 7749 0 1 0 98 2 0 0 20 0 22 0 27406159 10060525568 38645 33554432000 1073741824 1073778376 140737107184880 140181815373752 140182471883280 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19519/tid=19550] ppid=19513 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/19519/task/19550/stat : 19550 (java) R 19513 19519 19474 0 -1 4202560 8253 0 1 0 92 2 0 0 20 0 22 0 27406159 10060525568 38645 33554432000 1073741824 1073778376 140737107184880 140181814311424 140182468475680 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=19519/tid=19552] ppid=19513 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19519/task/19552/stat : 19552 (java) S 19513 19519 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27406159 10060525568 38645 33554432000 1073741824 1073778376 140737107184880 140181813271544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19519/tid=19554] ppid=19513 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19519/task/19554/stat : 19554 (java) S 19513 19519 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27406159 10060525568 38645 33554432000 1073741824 1073778376 140737107184880 140181812219208 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19519/tid=19558] ppid=19513 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/19519/task/19558/stat : 19558 (java) R 19513 19519 19474 0 -1 4202560 18 0 0 0 70 0 0 0 20 0 22 0 27406206 10060525568 38645 33554432000 1073741824 1073778376 140737107184880 140181811149392 140182314228648 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19519/tid=19559] ppid=19513 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/19519/task/19559/stat : 19559 (java) R 19513 19519 19474 0 -1 4202560 64 0 0 0 69 0 0 0 20 0 22 0 27406206 10060525568 38645 33554432000 1073741824 1073778376 140737107184880 140181810110480 140182314566975 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19519/tid=19561] ppid=19513 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19519/task/19561/stat : 19561 (java) S 19513 19519 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27406207 10060525568 38645 33554432000 1073741824 1073778376 140737107184880 140181809058856 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19519/tid=19563] ppid=19513 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19519/task/19563/stat : 19563 (java) S 19513 19519 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27406207 10060525568 38645 33554432000 1073741824 1073778376 140737107184880 140181808006312 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 9824732

[startup+3.10464 s]
/proc/loadavg: 1.18 1.39 1.73 7/219 19563
/proc/meminfo: memFree=30041872/32872528 swapFree=1541156/1696500
[pid=19519] ppid=19513 vsize=9824732 CPUtime=8.1 cores=0,2,4,6
/proc/19519/stat : 19519 (java) S 19513 19519 19474 0 -1 4202496 24738 0 29 0 797 13 0 0 20 0 22 0 27406128 10060525568 85675 33554432000 1073741824 1073778376 140737107184880 140737107176016 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 7 0 0
/proc/19519/statm: 2456183 85675 2292 9 0 2446860 0
[pid=19519/tid=19522] ppid=19513 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/19519/task/19522/stat : 19522 (java) S 19513 19519 19474 0 -1 4202560 2423 0 6 0 43 3 0 0 20 0 22 0 27406138 10060525568 85675 33554432000 1073741824 1073778376 140737107184880 140182465930104 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 15 0 0
[pid=19519/tid=19525] ppid=19513 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/19519/task/19525/stat : 19525 (java) S 19513 19519 19474 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 27406144 10060525568 85675 33554432000 1073741824 1073778376 140737107184880 140182438381736 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19519/tid=19527] ppid=19513 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/19519/task/19527/stat : 19527 (java) S 19513 19519 19474 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 27406144 10060525568 85675 33554432000 1073741824 1073778376 140737107184880 140182437329192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19519/tid=19530] ppid=19513 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/19519/task/19530/stat : 19530 (java) S 19513 19519 19474 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 27406144 10060525568 85675 33554432000 1073741824 1073778376 140737107184880 140182436276648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19519/tid=19531] ppid=19513 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/19519/task/19531/stat : 19531 (java) S 19513 19519 19474 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 27406144 10060525568 85675 33554432000 1073741824 1073778376 140737107184880 140182435224104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19519/tid=19533] ppid=19513 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/19519/task/19533/stat : 19533 (java) S 19513 19519 19474 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 27406144 10060525568 85675 33554432000 1073741824 1073778376 140737107184880 140182434171560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19519/tid=19535] ppid=19513 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/19519/task/19535/stat : 19535 (java) S 19513 19519 19474 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 27406144 10060525568 85675 33554432000 1073741824 1073778376 140737107184880 140182433119016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19519/tid=19536] ppid=19513 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/19519/task/19536/stat : 19536 (java) S 19513 19519 19474 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 27406144 10060525568 85675 33554432000 1073741824 1073778376 140737107184880 140182432066472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19519/tid=19538] ppid=19513 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/19519/task/19538/stat : 19538 (java) S 19513 19519 19474 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 27406144 10060525568 85675 33554432000 1073741824 1073778376 140737107184880 140182302534696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19519/tid=19541] ppid=19513 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19519/task/19541/stat : 19541 (java) S 19513 19519 19474 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 27406148 10060525568 85675 33554432000 1073741824 1073778376 140737107184880 140181819586664 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19519/tid=19543] ppid=19513 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19519/task/19543/stat : 19543 (java) S 19513 19519 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27406149 10060525568 85675 33554432000 1073741824 1073778376 140737107184880 140181818532984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19519/tid=19545] ppid=19513 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19519/task/19545/stat : 19545 (java) S 19513 19519 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27406149 10060525568 85675 33554432000 1073741824 1073778376 140737107184880 140181817480328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19519/tid=19546] ppid=19513 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19519/task/19546/stat : 19546 (java) S 19513 19519 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27406159 10060525568 85675 33554432000 1073741824 1073778376 140737107184880 140181816429072 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19519/tid=19548] ppid=19513 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/19519/task/19548/stat : 19548 (java) S 19513 19519 19474 0 -1 4202560 11079 0 1 0 161 3 0 0 20 0 22 0 27406159 10060525568 85675 33554432000 1073741824 1073778376 140737107184880 140181815376440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19519/tid=19550] ppid=19513 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/19519/task/19550/stat : 19550 (java) S 19513 19519 19474 0 -1 4202560 9530 0 1 0 125 2 0 0 20 0 22 0 27406159 10060525568 85675 33554432000 1073741824 1073778376 140737107184880 140181814323896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19519/tid=19552] ppid=19513 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19519/task/19552/stat : 19552 (java) S 19513 19519 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27406159 10060525568 85675 33554432000 1073741824 1073778376 140737107184880 140181813271544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19519/tid=19554] ppid=19513 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19519/task/19554/stat : 19554 (java) S 19513 19519 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27406159 10060525568 85675 33554432000 1073741824 1073778376 140737107184880 140181812219208 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19519/tid=19558] ppid=19513 vsize=9824732 CPUtime=2.22 cores=0,2,4,6
/proc/19519/task/19558/stat : 19558 (java) R 19513 19519 19474 0 -1 4202560 18 0 0 0 222 0 0 0 20 0 22 0 27406206 10060525568 85675 33554432000 1073741824 1073778376 140737107184880 140181811154592 140182314259245 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19519/tid=19559] ppid=19513 vsize=9824732 CPUtime=2.17 cores=0,2,4,6
/proc/19519/task/19559/stat : 19559 (java) R 19513 19519 19474 0 -1 4202560 138 0 0 0 215 2 0 0 20 0 22 0 27406206 10060525568 85675 33554432000 1073741824 1073778376 140737107184880 140181810109712 140182314305286 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19519/tid=19561] ppid=19513 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19519/task/19561/stat : 19561 (java) S 19513 19519 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27406207 10060525568 85675 33554432000 1073741824 1073778376 140737107184880 140181809058856 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19519/tid=19563] ppid=19513 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19519/task/19563/stat : 19563 (java) S 19513 19519 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27406207 10060525568 85675 33554432000 1073741824 1073778376 140737107184880 140181808006312 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.1
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 1.41 1.44 1.74 6/219 19563
/proc/meminfo: memFree=29212804/32872528 swapFree=1541156/1696500
[pid=19519] ppid=19513 vsize=9824732 CPUtime=14.85 cores=0,2,4,6
/proc/19519/stat : 19519 (java) S 19513 19519 19474 0 -1 4202496 26617 0 29 0 1458 27 0 0 20 0 22 0 27406128 10060525568 162873 33554432000 1073741824 1073778376 140737107184880 140737107176016 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 7 0 0
/proc/19519/statm: 2456183 162873 2292 9 0 2446860 0
[pid=19519/tid=19522] ppid=19513 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/19519/task/19522/stat : 19522 (java) S 19513 19519 19474 0 -1 4202560 2423 0 6 0 43 3 0 0 20 0 22 0 27406138 10060525568 162873 33554432000 1073741824 1073778376 140737107184880 140182465930104 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 15 0 0
[pid=19519/tid=19525] ppid=19513 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/19519/task/19525/stat : 19525 (java) S 19513 19519 19474 0 -1 4202560 38 0 0 0 5 1 0 0 20 0 22 0 27406144 10060525568 162873 33554432000 1073741824 1073778376 140737107184880 140182438381736 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19519/tid=19527] ppid=19513 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/19519/task/19527/stat : 19527 (java) S 19513 19519 19474 0 -1 4202560 50 0 0 0 5 1 0 0 20 0 22 0 27406144 10060525568 162873 33554432000 1073741824 1073778376 140737107184880 140182437329192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19519/tid=19530] ppid=19513 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/19519/task/19530/stat : 19530 (java) S 19513 19519 19474 0 -1 4202560 44 0 0 0 6 1 0 0 20 0 22 0 27406144 10060525568 162873 33554432000 1073741824 1073778376 140737107184880 140182436276648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19519/tid=19531] ppid=19513 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/19519/task/19531/stat : 19531 (java) S 19513 19519 19474 0 -1 4202560 56 0 0 0 6 2 0 0 20 0 22 0 27406144 10060525568 162873 33554432000 1073741824 1073778376 140737107184880 140182435224104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19519/tid=19533] ppid=19513 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/19519/task/19533/stat : 19533 (java) S 19513 19519 19474 0 -1 4202560 44 0 0 0 6 2 0 0 20 0 22 0 27406144 10060525568 162873 33554432000 1073741824 1073778376 140737107184880 140182434171560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19519/tid=19535] ppid=19513 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/19519/task/19535/stat : 19535 (java) S 19513 19519 19474 0 -1 4202560 55 0 0 0 6 2 0 0 20 0 22 0 27406144 10060525568 162873 33554432000 1073741824 1073778376 140737107184880 140182433119016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19519/tid=19536] ppid=19513 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/19519/task/19536/stat : 19536 (java) S 19513 19519 19474 0 -1 4202560 30 0 0 0 4 1 0 0 20 0 22 0 27406144 10060525568 162873 33554432000 1073741824 1073778376 140737107184880 140182432066472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19519/tid=19538] ppid=19513 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/19519/task/19538/stat : 19538 (java) S 19513 19519 19474 0 -1 4202560 35 0 0 0 5 2 0 0 20 0 22 0 27406144 10060525568 162873 33554432000 1073741824 1073778376 140737107184880 140182302534696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19519/tid=19541] ppid=19513 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19519/task/19541/stat : 19541 (java) S 19513 19519 19474 0 -1 4202560 466 0 0 0 0 0 0 0 20 0 22 0 27406148 10060525568 162873 33554432000 1073741824 1073778376 140737107184880 140181819586664 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19519/tid=19543] ppid=19513 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19519/task/19543/stat : 19543 (java) S 19513 19519 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27406149 10060525568 162873 33554432000 1073741824 1073778376 140737107184880 140181818532984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19519/tid=19545] ppid=19513 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19519/task/19545/stat : 19545 (java) S 19513 19519 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27406149 10060525568 162873 33554432000 1073741824 1073778376 140737107184880 140181817480328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19519/tid=19546] ppid=19513 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19519/task/19546/stat : 19546 (java) S 19513 19519 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27406159 10060525568 162873 33554432000 1073741824 1073778376 140737107184880 140181816429072 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19519/tid=19548] ppid=19513 vsize=9824732 CPUtime=1.71 cores=0,2,4,6

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

/proc/19519/task/19530/stat : 19530 (java) S 19513 19519 19474 0 -1 4202560 742 0 0 0 175 16 0 0 20 0 22 0 27406144 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140182436276648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19519/tid=19531] ppid=19513 vsize=9824732 CPUtime=1.73 cores=0,2,4,6
/proc/19519/task/19531/stat : 19531 (java) S 19513 19519 19474 0 -1 4202560 802 0 0 0 158 15 0 0 20 0 22 0 27406144 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140182435224104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19519/tid=19533] ppid=19513 vsize=9824732 CPUtime=1.94 cores=0,2,4,6
/proc/19519/task/19533/stat : 19533 (java) S 19513 19519 19474 0 -1 4202560 641 0 0 0 174 20 0 0 20 0 22 0 27406144 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140182434171560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19519/tid=19535] ppid=19513 vsize=9824732 CPUtime=2.07 cores=0,2,4,6
/proc/19519/task/19535/stat : 19535 (java) S 19513 19519 19474 0 -1 4202560 579 0 0 0 192 15 0 0 20 0 22 0 27406144 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140182433119016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19519/tid=19536] ppid=19513 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/19519/task/19536/stat : 19536 (java) S 19513 19519 19474 0 -1 4202560 687 0 0 0 188 16 0 0 20 0 22 0 27406144 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140182432066472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19519/tid=19538] ppid=19513 vsize=9824732 CPUtime=2 cores=0,2,4,6
/proc/19519/task/19538/stat : 19538 (java) S 19513 19519 19474 0 -1 4202560 633 0 0 0 184 16 0 0 20 0 22 0 27406144 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140182302534696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19519/tid=19541] ppid=19513 vsize=9824732 CPUtime=3.32 cores=0,2,4,6
/proc/19519/task/19541/stat : 19541 (java) S 19513 19519 19474 0 -1 4202560 2325 0 0 0 326 6 0 0 20 0 22 0 27406148 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140181819586664 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19519/tid=19543] ppid=19513 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19519/task/19543/stat : 19543 (java) S 19513 19519 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27406149 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140181818532984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19519/tid=19545] ppid=19513 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19519/task/19545/stat : 19545 (java) S 19513 19519 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27406149 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140181817480328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19519/tid=19546] ppid=19513 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19519/task/19546/stat : 19546 (java) S 19513 19519 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27406159 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140181816429072 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19519/tid=19548] ppid=19513 vsize=9824732 CPUtime=1.77 cores=0,2,4,6
/proc/19519/task/19548/stat : 19548 (java) S 19513 19519 19474 0 -1 4202560 11084 0 1 0 174 3 0 0 20 0 22 0 27406159 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140181815376440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19519/tid=19550] ppid=19513 vsize=9824732 CPUtime=2.05 cores=0,2,4,6
/proc/19519/task/19550/stat : 19550 (java) S 19513 19519 19474 0 -1 4202560 16320 0 1 0 202 3 0 0 20 0 22 0 27406159 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140181814323896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19519/tid=19552] ppid=19513 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19519/task/19552/stat : 19552 (java) S 19513 19519 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27406159 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140181813271544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19519/tid=19554] ppid=19513 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/19519/task/19554/stat : 19554 (java) S 19513 19519 19474 0 -1 4202560 49 0 0 0 15 16 0 0 20 0 22 0 27406159 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140181812219208 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19519/tid=19558] ppid=19513 vsize=9824732 CPUtime=811.92 cores=0,2,4,6
/proc/19519/task/19558/stat : 19558 (java) R 19513 19519 19474 0 -1 4202560 37 0 0 0 81180 12 0 0 20 0 22 0 27406206 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140181811154672 140182314342131 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19519/tid=19559] ppid=19513 vsize=9824732 CPUtime=811.81 cores=0,2,4,6
/proc/19519/task/19559/stat : 19559 (java) R 19513 19519 19474 0 -1 4202560 1900 0 0 0 81133 48 0 0 20 0 22 0 27406206 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140181810110848 140182315045953 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19519/tid=19561] ppid=19513 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19519/task/19561/stat : 19561 (java) S 19513 19519 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27406207 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140181809058856 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19519/tid=19563] ppid=19513 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19519/task/19563/stat : 19563 (java) S 19513 19519 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27406207 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140181808006312 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1651.17
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.13 4.12 3.31 7/219 19583
/proc/meminfo: memFree=22936220/32872528 swapFree=1541156/1696500
[pid=19519] ppid=19513 vsize=9824732 CPUtime=1771.17 cores=0,2,4,6
/proc/19519/stat : 19519 (java) S 19513 19519 19474 0 -1 4202496 40817 0 29 0 176922 195 0 0 20 0 22 0 27406128 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140737107176016 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 7 0 0
/proc/19519/statm: 2456183 914929 2301 9 0 2446860 0
[pid=19519/tid=19522] ppid=19513 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/19519/task/19522/stat : 19522 (java) S 19513 19519 19474 0 -1 4202560 2431 0 6 0 46 4 0 0 20 0 22 0 27406138 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140182465930104 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 15 0 0
[pid=19519/tid=19525] ppid=19513 vsize=9824732 CPUtime=1.91 cores=0,2,4,6
/proc/19519/task/19525/stat : 19525 (java) S 19513 19519 19474 0 -1 4202560 663 0 0 0 175 16 0 0 20 0 22 0 27406144 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140182438381736 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19519/tid=19527] ppid=19513 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/19519/task/19527/stat : 19527 (java) S 19513 19519 19474 0 -1 4202560 676 0 0 0 161 18 0 0 20 0 22 0 27406144 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140182437329192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19519/tid=19530] ppid=19513 vsize=9824732 CPUtime=1.91 cores=0,2,4,6
/proc/19519/task/19530/stat : 19530 (java) S 19513 19519 19474 0 -1 4202560 742 0 0 0 175 16 0 0 20 0 22 0 27406144 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140182436276648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19519/tid=19531] ppid=19513 vsize=9824732 CPUtime=1.73 cores=0,2,4,6
/proc/19519/task/19531/stat : 19531 (java) S 19513 19519 19474 0 -1 4202560 802 0 0 0 158 15 0 0 20 0 22 0 27406144 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140182435224104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19519/tid=19533] ppid=19513 vsize=9824732 CPUtime=1.94 cores=0,2,4,6
/proc/19519/task/19533/stat : 19533 (java) S 19513 19519 19474 0 -1 4202560 641 0 0 0 174 20 0 0 20 0 22 0 27406144 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140182434171560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19519/tid=19535] ppid=19513 vsize=9824732 CPUtime=2.07 cores=0,2,4,6
/proc/19519/task/19535/stat : 19535 (java) S 19513 19519 19474 0 -1 4202560 579 0 0 0 192 15 0 0 20 0 22 0 27406144 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140182433119016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19519/tid=19536] ppid=19513 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/19519/task/19536/stat : 19536 (java) S 19513 19519 19474 0 -1 4202560 687 0 0 0 188 16 0 0 20 0 22 0 27406144 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140182432066472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19519/tid=19538] ppid=19513 vsize=9824732 CPUtime=2 cores=0,2,4,6
/proc/19519/task/19538/stat : 19538 (java) S 19513 19519 19474 0 -1 4202560 633 0 0 0 184 16 0 0 20 0 22 0 27406144 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140182302534696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19519/tid=19541] ppid=19513 vsize=9824732 CPUtime=3.32 cores=0,2,4,6
/proc/19519/task/19541/stat : 19541 (java) S 19513 19519 19474 0 -1 4202560 2325 0 0 0 326 6 0 0 20 0 22 0 27406148 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140181819586664 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19519/tid=19543] ppid=19513 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19519/task/19543/stat : 19543 (java) S 19513 19519 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27406149 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140181818532984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19519/tid=19545] ppid=19513 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19519/task/19545/stat : 19545 (java) S 19513 19519 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27406149 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140181817480328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19519/tid=19546] ppid=19513 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19519/task/19546/stat : 19546 (java) S 19513 19519 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27406159 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140181816429072 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19519/tid=19548] ppid=19513 vsize=9824732 CPUtime=1.77 cores=0,2,4,6
/proc/19519/task/19548/stat : 19548 (java) S 19513 19519 19474 0 -1 4202560 11084 0 1 0 174 3 0 0 20 0 22 0 27406159 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140181815376440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19519/tid=19550] ppid=19513 vsize=9824732 CPUtime=2.05 cores=0,2,4,6
/proc/19519/task/19550/stat : 19550 (java) S 19513 19519 19474 0 -1 4202560 16320 0 1 0 202 3 0 0 20 0 22 0 27406159 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140181814323896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19519/tid=19552] ppid=19513 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19519/task/19552/stat : 19552 (java) S 19513 19519 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27406159 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140181813271544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19519/tid=19554] ppid=19513 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/19519/task/19554/stat : 19554 (java) S 19513 19519 19474 0 -1 4202560 51 0 0 0 16 17 0 0 20 0 22 0 27406159 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140181812219208 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19519/tid=19558] ppid=19513 vsize=9824732 CPUtime=871.77 cores=0,2,4,6
/proc/19519/task/19558/stat : 19558 (java) R 19513 19519 19474 0 -1 4202560 37 0 0 0 87164 13 0 0 20 0 22 0 27406206 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140181811154672 140182314342064 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19519/tid=19559] ppid=19513 vsize=9824732 CPUtime=871.66 cores=0,2,4,6
/proc/19519/task/19559/stat : 19559 (java) R 19513 19519 19474 0 -1 4202560 1900 0 0 0 87117 49 0 0 20 0 22 0 27406206 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140181810110848 140182314409009 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19519/tid=19561] ppid=19513 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19519/task/19561/stat : 19561 (java) S 19513 19519 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27406207 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140181809058856 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19519/tid=19563] ppid=19513 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19519/task/19563/stat : 19563 (java) S 19513 19519 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27406207 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140181808006312 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1771.17
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.801 s]
/proc/loadavg: 4.17 4.13 3.32 6/215 19648
/proc/meminfo: memFree=26708840/32872528 swapFree=1541156/1696500
[pid=19519] ppid=19513 vsize=9824732 CPUtime=1800.15 cores=0,2,4,6
/proc/19519/stat : 19519 (java) S 19513 19519 19474 0 -1 4202496 40819 0 29 0 179820 195 0 0 20 0 22 0 27406128 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140737107176016 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 7 0 0
/proc/19519/statm: 2456183 914929 2301 9 0 2446860 0
[pid=19519/tid=19522] ppid=19513 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/19519/task/19522/stat : 19522 (java) S 19513 19519 19474 0 -1 4202560 2431 0 6 0 46 4 0 0 20 0 22 0 27406138 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140182465930104 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 15 0 0
[pid=19519/tid=19525] ppid=19513 vsize=9824732 CPUtime=1.91 cores=0,2,4,6
/proc/19519/task/19525/stat : 19525 (java) S 19513 19519 19474 0 -1 4202560 663 0 0 0 175 16 0 0 20 0 22 0 27406144 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140182438381736 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19519/tid=19527] ppid=19513 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/19519/task/19527/stat : 19527 (java) S 19513 19519 19474 0 -1 4202560 676 0 0 0 161 18 0 0 20 0 22 0 27406144 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140182437329192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19519/tid=19530] ppid=19513 vsize=9824732 CPUtime=1.91 cores=0,2,4,6
/proc/19519/task/19530/stat : 19530 (java) S 19513 19519 19474 0 -1 4202560 742 0 0 0 175 16 0 0 20 0 22 0 27406144 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140182436276648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19519/tid=19531] ppid=19513 vsize=9824732 CPUtime=1.73 cores=0,2,4,6
/proc/19519/task/19531/stat : 19531 (java) S 19513 19519 19474 0 -1 4202560 802 0 0 0 158 15 0 0 20 0 22 0 27406144 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140182435224104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19519/tid=19533] ppid=19513 vsize=9824732 CPUtime=1.94 cores=0,2,4,6
/proc/19519/task/19533/stat : 19533 (java) S 19513 19519 19474 0 -1 4202560 641 0 0 0 174 20 0 0 20 0 22 0 27406144 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140182434171560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19519/tid=19535] ppid=19513 vsize=9824732 CPUtime=2.07 cores=0,2,4,6
/proc/19519/task/19535/stat : 19535 (java) S 19513 19519 19474 0 -1 4202560 579 0 0 0 192 15 0 0 20 0 22 0 27406144 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140182433119016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19519/tid=19536] ppid=19513 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/19519/task/19536/stat : 19536 (java) S 19513 19519 19474 0 -1 4202560 687 0 0 0 188 16 0 0 20 0 22 0 27406144 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140182432066472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19519/tid=19538] ppid=19513 vsize=9824732 CPUtime=2 cores=0,2,4,6
/proc/19519/task/19538/stat : 19538 (java) S 19513 19519 19474 0 -1 4202560 633 0 0 0 184 16 0 0 20 0 22 0 27406144 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140182302534696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19519/tid=19541] ppid=19513 vsize=9824732 CPUtime=3.32 cores=0,2,4,6
/proc/19519/task/19541/stat : 19541 (java) S 19513 19519 19474 0 -1 4202560 2325 0 0 0 326 6 0 0 20 0 22 0 27406148 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140181819586664 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19519/tid=19543] ppid=19513 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19519/task/19543/stat : 19543 (java) S 19513 19519 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27406149 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140181818532984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19519/tid=19545] ppid=19513 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19519/task/19545/stat : 19545 (java) S 19513 19519 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27406149 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140181817480328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19519/tid=19546] ppid=19513 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19519/task/19546/stat : 19546 (java) S 19513 19519 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27406159 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140181816429072 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19519/tid=19548] ppid=19513 vsize=9824732 CPUtime=1.77 cores=0,2,4,6
/proc/19519/task/19548/stat : 19548 (java) S 19513 19519 19474 0 -1 4202560 11084 0 1 0 174 3 0 0 20 0 22 0 27406159 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140181815376440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19519/tid=19550] ppid=19513 vsize=9824732 CPUtime=2.05 cores=0,2,4,6
/proc/19519/task/19550/stat : 19550 (java) S 19513 19519 19474 0 -1 4202560 16320 0 1 0 202 3 0 0 20 0 22 0 27406159 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140181814323896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19519/tid=19552] ppid=19513 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19519/task/19552/stat : 19552 (java) S 19513 19519 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27406159 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140181813271544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19519/tid=19554] ppid=19513 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/19519/task/19554/stat : 19554 (java) S 19513 19519 19474 0 -1 4202560 53 0 0 0 16 18 0 0 20 0 22 0 27406159 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140181812219208 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19519/tid=19558] ppid=19513 vsize=9824732 CPUtime=886.22 cores=0,2,4,6
/proc/19519/task/19558/stat : 19558 (java) R 19513 19519 19474 0 -1 4202560 37 0 0 0 88609 13 0 0 20 0 22 0 27406206 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140181811154672 140182314164680 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19519/tid=19559] ppid=19513 vsize=9824732 CPUtime=886.12 cores=0,2,4,6
/proc/19519/task/19559/stat : 19559 (java) R 19513 19519 19474 0 -1 4202560 1900 0 0 0 88563 49 0 0 20 0 22 0 27406206 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140181810110848 140182314409403 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19519/tid=19561] ppid=19513 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19519/task/19561/stat : 19561 (java) S 19513 19519 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27406207 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140181809058856 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19519/tid=19563] ppid=19513 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19519/task/19563/stat : 19563 (java) S 19513 19519 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27406207 10060525568 914929 33554432000 1073741824 1073778376 140737107184880 140181808006312 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
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 19519 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 19519 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=668320
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=456626
# CPU time returned by wait4() is 1796.12
# while last known CPU time is 1800.15
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 896.858
CPU time (s): 1800.15
CPU user time (s): 1798.2
CPU system time (s): 1.95
CPU usage (%): 200.717
Max. virtual memory (cumulated for all children) (KiB): 9825092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.67
system time used= 2.45663
maximum resident set size= 3659832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40854
page faults= 29
swaps= 0
block input operations= 14672
block output operations= 888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23661
involuntary context switches= 21355

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.9011 second user time and 7.04693 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-26 14:21:14
IDJOB=4115934
IDBENCH=109407
IDSOLVER=2543
FILE ID=node125/4115934-1466943674
RUNJOBID= node125-1466943674-19490
PBS_JOBID= 19976354
Free space on /tmp= 71740 MiB

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

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

MD5SUM BENCH= 9615d5c8c598fe12e5f66d59e1fa32b7
RANDOM SEED=1599420366

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.021
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:        30459364 kB
Buffers:             852 kB
Cached:            14792 kB
SwapCached:         1656 kB
Active:             9852 kB
Inactive:           7152 kB
Active(anon):       3876 kB
Inactive(anon):      340 kB
Active(file):       5976 kB
Inactive(file):     6812 kB
Unevictable:     1696500 kB
Mlocked:         1541156 kB
SwapTotal:      67108856 kB
SwapFree:       67097724 kB
Dirty:              2428 kB
Writeback:             0 kB
AnonPages:       1697852 kB
Mapped:             5640 kB
Shmem:                 0 kB
Slab:             564360 kB
SReclaimable:       8172 kB
SUnreclaim:       556188 kB
KernelStack:        1368 kB
PageTables:         7536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1794120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    155648 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 node125 at 2016-06-26 14:36:11