Trace number 4116086

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.83 898.154

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size144-round23-0.opb
MD5SUM07476883d79040c68787d0ce7712b615
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 constraints9520
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)432
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4116086-1466978127.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
1.01/0.51	c ... done. Wall clock time 0.39s.
1.01/0.51	c declared #vars     4288
1.01/0.51	c #constraints  10848
1.01/0.51	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.01/0.51	c constraints type 
1.01/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
1.01/0.51	c org.sat4j.specs.Constr$1 => 920
1.01/0.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
1.01/0.51	c org.sat4j.minisat.constraints.cnf.UnitClause => 520
1.01/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
1.01/0.51	c 10848 constraints processed.
1.01/0.51	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.01/0.51	c constraints type 
1.01/0.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
1.01/0.51	c org.sat4j.specs.Constr$1 => 920
1.01/0.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7494
1.01/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1786
1.01/0.51	c org.sat4j.pb.constraints.pb.UnitClausePB => 520
1.01/0.51	c 10848 constraints processed.
4.52/1.44	c cleaning 2498 clauses out of 4999 with flag 15838/5001
6.62/2.16	c cleaning 4234 clauses out of 8500 with flag 38334/11000
8.75/2.95	c cleaning 5613 clauses out of 11266 with flag 69101/18000
10.71/3.87	c cleaning 6827 clauses out of 13654 with flag 103442/26001
12.72/4.85	c cleaning 7895 clauses out of 15826 with flag 147569/35000
15.20/6.03	c cleaning 8939 clauses out of 17932 with flag 193871/45001
17.60/7.25	c cleaning 9934 clauses out of 19992 with flag 249675/56000
20.67/8.76	c cleaning 11027 clauses out of 22060 with flag 308197/68002
24.14/10.43	c cleaning 11997 clauses out of 24032 with flag 374918/81001
27.76/12.22	c cleaning 13013 clauses out of 26035 with flag 448758/95001
31.83/14.23	c cleaning 13978 clauses out of 28022 with flag 529349/110001
36.23/16.48	c cleaning 14996 clauses out of 30044 with flag 616024/126001
41.11/18.81	c cleaning 16000 clauses out of 32048 with flag 708040/143001
41.49/19.08	c cleaning 0 clauses out of 5000 with flag 0/5000
46.44/21.44	c cleaning 17016 clauses out of 34047 with flag 807824/161000
51.82/24.07	c cleaning 17985 clauses out of 36031 with flag 913642/180000
57.62/26.98	c cleaning 19013 clauses out of 38046 with flag 1026007/200000
64.10/30.15	c cleaning 19958 clauses out of 40034 with flag 1145570/221001
70.70/33.47	c cleaning 21021 clauses out of 42075 with flag 1270467/243000
77.98/37.03	c cleaning 21967 clauses out of 44054 with flag 1404293/266000
85.59/40.85	c cleaning 23005 clauses out of 46087 with flag 1540382/290000
93.88/44.94	c cleaning 24031 clauses out of 48082 with flag 1682751/315000
102.68/49.31	c cleaning 24978 clauses out of 50051 with flag 1833162/341000
112.00/53.98	c cleaning 26022 clauses out of 52073 with flag 1989992/368000
121.78/58.81	c cleaning 27001 clauses out of 54051 with flag 2151189/396000
132.26/64.03	c cleaning 28018 clauses out of 56051 with flag 2320844/425001
143.12/69.43	c cleaning 28995 clauses out of 58032 with flag 2496543/455000
154.61/75.14	c cleaning 29976 clauses out of 60038 with flag 2678871/486001
166.69/81.14	c cleaning 31028 clauses out of 62062 with flag 2865558/518001
179.16/87.32	c cleaning 32006 clauses out of 64034 with flag 3062994/551001
192.07/93.73	c cleaning 32995 clauses out of 66027 with flag 3264587/585000
205.75/100.56	c cleaning 33989 clauses out of 68032 with flag 3471721/620000
221.07/108.57	c cleaning 35001 clauses out of 70043 with flag 3686786/656000
236.31/116.13	c cleaning 36017 clauses out of 72044 with flag 3907233/693002
251.78/123.84	c cleaning 36994 clauses out of 74026 with flag 4136814/731001
265.78/130.82	c cleaning 38012 clauses out of 76032 with flag 4370749/770001
274.79/135.40	c cleaning 0 clauses out of 11000 with flag 0/11000
280.77/138.35	c cleaning 38983 clauses out of 78020 with flag 4611041/810001
296.88/146.38	c cleaning 39992 clauses out of 80036 with flag 4855608/851000
312.87/154.37	c cleaning 40993 clauses out of 82045 with flag 5106330/893001
329.07/162.45	c cleaning 41978 clauses out of 84051 with flag 5364817/936000
346.49/171.13	c cleaning 43017 clauses out of 86073 with flag 5629311/980000
363.69/179.79	c cleaning 44001 clauses out of 88056 with flag 5898777/1025000
382.50/189.16	c cleaning 45018 clauses out of 90055 with flag 6180811/1071000
401.43/198.53	c cleaning 46000 clauses out of 92038 with flag 6466550/1118001
420.45/208.08	c cleaning 46957 clauses out of 94037 with flag 6752810/1166000
441.24/218.49	c cleaning 48023 clauses out of 96080 with flag 7044992/1215000
462.05/228.85	c cleaning 49014 clauses out of 98057 with flag 7346009/1265000
483.23/239.48	c cleaning 49988 clauses out of 100045 with flag 7653115/1316002
505.24/250.46	c cleaning 51013 clauses out of 102056 with flag 7969146/1368001
528.43/262.08	c cleaning 52004 clauses out of 104043 with flag 8284398/1421001
552.44/274.03	c cleaning 52975 clauses out of 106038 with flag 8608066/1475000
576.83/286.25	c cleaning 54032 clauses out of 108063 with flag 8938852/1530000
602.64/299.11	c cleaning 54996 clauses out of 110033 with flag 9276695/1586002
629.03/312.40	c cleaning 56001 clauses out of 112035 with flag 9616381/1643000
656.24/325.91	c cleaning 57011 clauses out of 114037 with flag 9965081/1701003
684.64/340.11	c cleaning 57972 clauses out of 116025 with flag 10316296/1760002
714.13/355.15	c cleaning 58995 clauses out of 118051 with flag 10674196/1820000
742.52/369.36	c cleaning 60024 clauses out of 120056 with flag 11034159/1881000
771.95/384.03	c cleaning 60990 clauses out of 122032 with flag 11406444/1943000
801.73/398.99	c cleaning 62005 clauses out of 124044 with flag 11783134/2006002
832.73/414.44	c cleaning 63015 clauses out of 126038 with flag 12163213/2070001
864.52/430.37	c cleaning 63970 clauses out of 128024 with flag 12548226/2135002
897.34/446.75	c cleaning 65014 clauses out of 130052 with flag 12944658/2201000
931.33/463.70	c cleaning 65982 clauses out of 132040 with flag 13346969/2268002
965.54/480.83	c cleaning 66996 clauses out of 134060 with flag 13751328/2336004
1001.13/498.69	c cleaning 67995 clauses out of 136061 with flag 14161440/2405001
1037.53/516.80	c cleaning 69021 clauses out of 138065 with flag 14579229/2475000
1075.55/535.85	c cleaning 69942 clauses out of 140044 with flag 15000604/2546000
1114.74/555.47	c cleaning 71039 clauses out of 142102 with flag 15425016/2618000
1154.34/575.26	c cleaning 71979 clauses out of 144063 with flag 15856564/2691000
1194.96/595.50	c cleaning 73032 clauses out of 146084 with flag 16293504/2765000
1236.86/616.46	c cleaning 73994 clauses out of 148052 with flag 16734611/2840000
1279.05/637.53	c cleaning 74982 clauses out of 150058 with flag 17179444/2916000
1322.65/659.33	c cleaning 76026 clauses out of 152076 with flag 17637649/2993000
1367.44/681.71	c cleaning 77009 clauses out of 154050 with flag 18097727/3071000
1413.43/704.78	c cleaning 78002 clauses out of 156042 with flag 18561011/3150001
1460.03/728.07	c cleaning 79007 clauses out of 158039 with flag 19032159/3230000
1508.42/752.23	c cleaning 80006 clauses out of 160033 with flag 19509890/3311001
1557.62/776.83	c cleaning 80972 clauses out of 162026 with flag 19991252/3393000
1608.21/802.16	c cleaning 81979 clauses out of 164055 with flag 20481539/3476001
1658.80/827.47	c cleaning 83014 clauses out of 166077 with flag 20981403/3560002
1711.80/853.94	c cleaning 83973 clauses out of 168061 with flag 21484037/3645000
1765.59/880.88	c cleaning 85038 clauses out of 170088 with flag 21984379/3731000
1800.19/898.10	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.19/898.10	c starts		: 29811
1800.19/898.10	c conflicts		: 3791583
1800.19/898.10	c decisions		: 31765331
1800.19/898.10	c propagations		: 488874945
1800.19/898.10	c inspects		: 10926966124
1800.19/898.10	c shortcuts		: 0
1800.19/898.10	c learnt literals	: 2
1800.19/898.10	c learnt binary clauses	: 72
1800.19/898.10	c learnt ternary clauses	: 836
1800.19/898.10	c learnt constraints	: 3791581
1800.19/898.10	c ignored constraints	: 0
1800.19/898.10	c root simplifications	: 0
1800.19/898.10	c removed literals (reason simplification)	: 3278050
1800.19/898.10	c reason swapping (by a shorter reason)	: 0
1800.19/898.10	c Calls to reduceDB	: 82
1800.19/898.10	c Number of update (reduction) of LBD	: 828346
1800.19/898.10	c Imported unit clauses	: 0
1800.19/898.10	c number of reductions to clauses (during analyze)	: 0
1800.19/898.10	c number of learned constraints concerned by reduction	: 0
1800.19/898.10	c number of learning phase by resolution	: 0
1800.19/898.10	c number of learning phase by cutting planes	: 0
1800.19/898.10	c speed (assignments/second)	: 544658.9106263508
1800.19/898.10	c non guided choices	16015
1800.19/898.13	c learnt constraints type 
1800.19/898.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 72
1800.19/898.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 145561
1800.19/898.13	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.19/898.13	c starts		: 35
1800.19/898.13	c conflicts		: 11246
1800.19/898.13	c decisions		: 49448
1800.19/898.13	c propagations		: 1305063
1800.19/898.13	c inspects		: 149000582
1800.19/898.13	c shortcuts		: 0
1800.19/898.13	c learnt literals	: 0
1800.19/898.13	c learnt binary clauses	: 0
1800.19/898.13	c learnt ternary clauses	: 0
1800.19/898.13	c learnt constraints	: 11245
1800.19/898.13	c ignored constraints	: 0
1800.19/898.13	c root simplifications	: 0
1800.19/898.13	c removed literals (reason simplification)	: 0
1800.19/898.13	c reason swapping (by a shorter reason)	: 0
1800.19/898.13	c Calls to reduceDB	: 2
1800.19/898.13	c Number of update (reduction) of LBD	: 0
1800.19/898.13	c Imported unit clauses	: 0
1800.19/898.13	c number of reductions to clauses (during analyze)	: 0
1800.19/898.13	c number of learned constraints concerned by reduction	: 0
1800.19/898.13	c number of learning phase by resolution	: 0
1800.19/898.13	c number of learning phase by cutting planes	: 0
1800.19/898.13	c speed (assignments/second)	: 1453.9439528878056
1800.19/898.13	c non guided choices	279
1800.19/898.13	c learnt constraints type 
1800.19/898.13	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 23
1800.19/898.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11222
1800.19/898.13	s UNKNOWN
1800.19/898.13	c Total wall clock time (in seconds): 898.013

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

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

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


[startup+0 s]
/proc/loadavg: 4.29 4.16 4.01 4/197 23967
/proc/meminfo: memFree=26831500/32872528 swapFree=1094508/1184444
[pid=23967] ppid=23964 vsize=3568 CPUtime=0 cores=1,3,5,7
/proc/23967/stat : 23967 (java) R 23964 23967 23481 0 -1 4202496 377 0 0 0 0 0 0 0 20 0 1 0 30852432 3653632 48 33554432000 1073741824 1073778376 140734124043584 140734124040712 271778414224 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23967/statm: 892 49 38 9 0 30 0

[startup+0.100059 s]
/proc/loadavg: 4.29 4.16 4.01 4/197 23967
/proc/meminfo: memFree=26831500/32872528 swapFree=1094508/1184444
[pid=23967] ppid=23964 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/23967/stat : 23967 (java) S 23964 23967 23481 0 -1 4202496 4406 0 1 0 8 1 0 0 20 0 18 0 30852432 9787879424 6035 33554432000 1073741824 1073778376 140734124043584 140734124034720 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23967/statm: 2389619 6035 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200223 s]
/proc/loadavg: 4.29 4.16 4.01 4/197 23967
/proc/meminfo: memFree=26831500/32872528 swapFree=1094508/1184444
[pid=23967] ppid=23964 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/23967/stat : 23967 (java) S 23964 23967 23481 0 -1 4202496 4691 0 1 0 23 1 0 0 20 0 18 0 30852432 9787879424 6783 33554432000 1073741824 1073778376 140734124043584 140734124034720 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23967/statm: 2389619 6783 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300234 s]
/proc/loadavg: 4.29 4.16 4.01 4/197 23967
/proc/meminfo: memFree=26831500/32872528 swapFree=1094508/1184444
[pid=23967] ppid=23964 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/23967/stat : 23967 (java) S 23964 23967 23481 0 -1 4202496 5772 0 1 0 46 2 0 0 20 0 18 0 30852432 9787879424 9012 33554432000 1073741824 1073778376 140734124043584 140734124034720 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23967/statm: 2389619 9012 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.7002 s]
/proc/loadavg: 4.29 4.16 4.01 4/197 23967
/proc/meminfo: memFree=26831500/32872528 swapFree=1094508/1184444
[pid=23967] ppid=23964 vsize=9824732 CPUtime=1.73 cores=1,3,5,7
/proc/23967/stat : 23967 (java) S 23964 23967 23481 0 -1 4202496 12779 0 1 0 169 4 0 0 20 0 22 0 30852432 10060525568 23847 33554432000 1073741824 1073778376 140734124043584 140734124034720 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23967/statm: 2456183 23847 2266 9 0 2446860 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 9824732

[startup+1.50087 s]
/proc/loadavg: 4.29 4.16 4.01 7/219 23989
/proc/meminfo: memFree=26689356/32872528 swapFree=1094508/1184444
[pid=23967] ppid=23964 vsize=9824732 CPUtime=4.92 cores=1,3,5,7
/proc/23967/stat : 23967 (java) S 23964 23967 23481 0 -1 4202496 24028 0 1 0 485 7 0 0 20 0 22 0 30852432 10060525568 47571 33554432000 1073741824 1073778376 140734124043584 140734124034720 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23967/statm: 2456183 47571 2292 9 0 2446860 0
[pid=23967/tid=23969] ppid=23964 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/23967/task/23969/stat : 23969 (java) S 23964 23967 23481 0 -1 4202560 2479 0 1 0 46 2 0 0 20 0 22 0 30852433 10060525568 47571 33554432000 1073741824 1073778376 140734124043584 139795629482872 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23967/tid=23970] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23970/stat : 23970 (java) S 23964 23967 23481 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 30852434 10060525568 47571 33554432000 1073741824 1073778376 140734124043584 139795618543784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23971] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23971/stat : 23971 (java) S 23964 23967 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30852434 10060525568 47571 33554432000 1073741824 1073778376 140734124043584 139795617491240 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23967/tid=23972] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23972/stat : 23972 (java) S 23964 23967 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30852434 10060525568 47571 33554432000 1073741824 1073778376 140734124043584 139795470432680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23967/tid=23973] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23973/stat : 23973 (java) S 23964 23967 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30852434 10060525568 47571 33554432000 1073741824 1073778376 140734124043584 139795469380136 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23967/tid=23974] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23974/stat : 23974 (java) S 23964 23967 23481 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30852434 10060525568 47571 33554432000 1073741824 1073778376 140734124043584 139795468327592 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23967/tid=23975] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23975/stat : 23975 (java) S 23964 23967 23481 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 30852434 10060525568 47571 33554432000 1073741824 1073778376 140734124043584 139795467275048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23967/tid=23976] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23976/stat : 23976 (java) S 23964 23967 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30852434 10060525568 47571 33554432000 1073741824 1073778376 140734124043584 139795466222504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23977] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23977/stat : 23977 (java) S 23964 23967 23481 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30852434 10060525568 47571 33554432000 1073741824 1073778376 140734124043584 139795465169960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23978] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23978/stat : 23978 (java) S 23964 23967 23481 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30852436 10060525568 47571 33554432000 1073741824 1073778376 140734124043584 139795452971112 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23979] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23979/stat : 23979 (java) S 23964 23967 23481 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30852436 10060525568 47571 33554432000 1073741824 1073778376 140734124043584 139795451917432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23980] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23980/stat : 23980 (java) S 23964 23967 23481 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30852436 10060525568 47571 33554432000 1073741824 1073778376 140734124043584 139795450864776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23981] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23981/stat : 23981 (java) S 23964 23967 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30852438 10060525568 47571 33554432000 1073741824 1073778376 140734124043584 139795449813520 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23982] ppid=23964 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/23967/task/23982/stat : 23982 (java) R 23964 23967 23481 0 -1 4202560 13905 0 0 0 118 2 0 0 20 0 22 0 30852438 10060525568 47571 33554432000 1073741824 1073778376 140734124043584 139795448760400 139795636286467 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23967/tid=23983] ppid=23964 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/23967/task/23983/stat : 23983 (java) R 23964 23967 23481 0 -1 4202560 6228 0 0 0 123 1 0 0 20 0 22 0 30852438 10060525568 47571 33554432000 1073741824 1073778376 140734124043584 139795447702184 139795635945193 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23967/tid=23984] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23984/stat : 23984 (java) S 23964 23967 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30852438 10060525568 47571 33554432000 1073741824 1073778376 140734124043584 139795446655992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23967/tid=23985] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23985/stat : 23985 (java) S 23964 23967 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30852438 10060525568 47571 33554432000 1073741824 1073778376 140734124043584 139795445603656 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23986] ppid=23964 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/23967/task/23986/stat : 23986 (java) R 23964 23967 23481 0 -1 4202560 19 0 0 0 94 0 0 0 20 0 22 0 30852484 10060525568 47571 33554432000 1073741824 1073778376 140734124043584 139795444539040 139795498748839 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=23967/tid=23987] ppid=23964 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/23967/task/23987/stat : 23987 (java) R 23964 23967 23481 0 -1 4202560 86 0 0 0 94 1 0 0 20 0 22 0 30852484 10060525568 47571 33554432000 1073741824 1073778376 140734124043584 139795443493664 139795499423339 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23988] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23988/stat : 23988 (java) S 23964 23967 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30852485 10060525568 47571 33554432000 1073741824 1073778376 140734124043584 139795442443304 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23967/tid=23989] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23989/stat : 23989 (java) S 23964 23967 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30852485 10060525568 47571 33554432000 1073741824 1073778376 140734124043584 139795441390760 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.92
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 4.29 4.16 4.01 7/219 23989
/proc/meminfo: memFree=26621764/32872528 swapFree=1094508/1184444
[pid=23967] ppid=23964 vsize=9824732 CPUtime=9.22 cores=1,3,5,7
/proc/23967/stat : 23967 (java) S 23964 23967 23481 0 -1 4202496 27791 0 1 0 907 15 0 0 20 0 22 0 30852432 10060525568 88215 33554432000 1073741824 1073778376 140734124043584 140734124034720 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23967/statm: 2456183 88215 2292 9 0 2446860 0
[pid=23967/tid=23969] ppid=23964 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/23967/task/23969/stat : 23969 (java) S 23964 23967 23481 0 -1 4202560 2479 0 1 0 46 2 0 0 20 0 22 0 30852433 10060525568 88215 33554432000 1073741824 1073778376 140734124043584 139795629482872 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23967/tid=23970] ppid=23964 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/23967/task/23970/stat : 23970 (java) S 23964 23967 23481 0 -1 4202560 28 0 0 0 4 2 0 0 20 0 22 0 30852434 10060525568 88215 33554432000 1073741824 1073778376 140734124043584 139795618543784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23967/tid=23971] ppid=23964 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/23967/task/23971/stat : 23971 (java) S 23964 23967 23481 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 30852434 10060525568 88215 33554432000 1073741824 1073778376 140734124043584 139795617491240 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23967/tid=23972] ppid=23964 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/23967/task/23972/stat : 23972 (java) S 23964 23967 23481 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 22 0 30852434 10060525568 88215 33554432000 1073741824 1073778376 140734124043584 139795470432680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23967/tid=23973] ppid=23964 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23967/task/23973/stat : 23973 (java) S 23964 23967 23481 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 30852434 10060525568 88215 33554432000 1073741824 1073778376 140734124043584 139795469380136 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23967/tid=23974] ppid=23964 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/23967/task/23974/stat : 23974 (java) S 23964 23967 23481 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 22 0 30852434 10060525568 88215 33554432000 1073741824 1073778376 140734124043584 139795468327592 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23975] ppid=23964 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23967/task/23975/stat : 23975 (java) S 23964 23967 23481 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 30852434 10060525568 88215 33554432000 1073741824 1073778376 140734124043584 139795467275048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23967/tid=23976] ppid=23964 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/23967/task/23976/stat : 23976 (java) S 23964 23967 23481 0 -1 4202560 13 0 0 0 5 0 0 0 20 0 22 0 30852434 10060525568 88215 33554432000 1073741824 1073778376 140734124043584 139795466222504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23967/tid=23977] ppid=23964 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/23967/task/23977/stat : 23977 (java) S 23964 23967 23481 0 -1 4202560 32 0 0 0 5 2 0 0 20 0 22 0 30852434 10060525568 88215 33554432000 1073741824 1073778376 140734124043584 139795465169960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23978] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23978/stat : 23978 (java) S 23964 23967 23481 0 -1 4202560 200 0 0 0 0 0 0 0 20 0 22 0 30852436 10060525568 88215 33554432000 1073741824 1073778376 140734124043584 139795452971112 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23979] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23979/stat : 23979 (java) S 23964 23967 23481 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30852436 10060525568 88215 33554432000 1073741824 1073778376 140734124043584 139795451917432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23980] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23980/stat : 23980 (java) S 23964 23967 23481 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30852436 10060525568 88215 33554432000 1073741824 1073778376 140734124043584 139795450864776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23981] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23981/stat : 23981 (java) S 23964 23967 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30852438 10060525568 88215 33554432000 1073741824 1073778376 140734124043584 139795449813520 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23982] ppid=23964 vsize=9824732 CPUtime=1.81 cores=1,3,5,7
/proc/23967/task/23982/stat : 23982 (java) S 23964 23967 23481 0 -1 4202560 16760 0 0 0 178 3 0 0 20 0 22 0 30852438 10060525568 88215 33554432000 1073741824 1073778376 140734124043584 139795448760888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23967/tid=23983] ppid=23964 vsize=9824732 CPUtime=1.57 cores=1,3,5,7
/proc/23967/task/23983/stat : 23983 (java) S 23964 23967 23481 0 -1 4202560 6767 0 0 0 156 1 0 0 20 0 22 0 30852438 10060525568 88215 33554432000 1073741824 1073778376 140734124043584 139795447708344 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23967/tid=23984] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23984/stat : 23984 (java) S 23964 23967 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30852438 10060525568 88215 33554432000 1073741824 1073778376 140734124043584 139795446655992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23967/tid=23985] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23985/stat : 23985 (java) S 23964 23967 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30852438 10060525568 88215 33554432000 1073741824 1073778376 140734124043584 139795445603656 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23986] ppid=23964 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/23967/task/23986/stat : 23986 (java) R 23964 23967 23481 0 -1 4202560 23 0 0 0 240 0 0 0 20 0 22 0 30852484 10060525568 88215 33554432000 1073741824 1073778376 140734124043584 139795444547936 139795498766703 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=23967/tid=23987] ppid=23964 vsize=9824732 CPUtime=2.43 cores=1,3,5,7
/proc/23967/task/23987/stat : 23987 (java) R 23964 23967 23481 0 -1 4202560 136 0 0 0 240 3 0 0 20 0 22 0 30852484 10060525568 88215 33554432000 1073741824 1073778376 140734124043584 139795443494112 139795499624060 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23988] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23988/stat : 23988 (java) S 23964 23967 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30852485 10060525568 88215 33554432000 1073741824 1073778376 140734124043584 139795442443304 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23967/tid=23989] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23989/stat : 23989 (java) S 23964 23967 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30852485 10060525568 88215 33554432000 1073741824 1073778376 140734124043584 139795441390760 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 9.22
Current children cumulated vsize (KiB) 9824732

[startup+6.30101 s]
/proc/loadavg: 4.18 4.14 4.00 5/219 24058
/proc/meminfo: memFree=29764996/32872528 swapFree=1094508/1184444
[pid=23967] ppid=23964 vsize=9824732 CPUtime=15.8 cores=1,3,5,7
/proc/23967/stat : 23967 (java) S 23964 23967 23481 0 -1 4202496 28544 0 1 0 1555 25 0 0 20 0 22 0 30852432 10060525568 154551 33554432000 1073741824 1073778376 140734124043584 140734124034720 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23967/statm: 2456183 154551 2292 9 0 2446860 0
[pid=23967/tid=23969] ppid=23964 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/23967/task/23969/stat : 23969 (java) S 23964 23967 23481 0 -1 4202560 2479 0 1 0 46 2 0 0 20 0 22 0 30852433 10060525568 154551 33554432000 1073741824 1073778376 140734124043584 139795629482872 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23967/tid=23970] ppid=23964 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/23967/task/23970/stat : 23970 (java) S 23964 23967 23481 0 -1 4202560 109 0 0 0 6 2 0 0 20 0 22 0 30852434 10060525568 154551 33554432000 1073741824 1073778376 140734124043584 139795618543784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23971] ppid=23964 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/23967/task/23971/stat : 23971 (java) S 23964 23967 23481 0 -1 4202560 26 0 0 0 4 1 0 0 20 0 22 0 30852434 10060525568 154551 33554432000 1073741824 1073778376 140734124043584 139795617491240 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23967/tid=23972] ppid=23964 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/23967/task/23972/stat : 23972 (java) S 23964 23967 23481 0 -1 4202560 47 0 0 0 8 2 0 0 20 0 22 0 30852434 10060525568 154551 33554432000 1073741824 1073778376 140734124043584 139795470432680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23973] ppid=23964 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/23967/task/23973/stat : 23973 (java) S 23964 23967 23481 0 -1 4202560 98 0 0 0 3 2 0 0 20 0 22 0 30852434 10060525568 154551 33554432000 1073741824 1073778376 140734124043584 139795469380136 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23967/tid=23974] ppid=23964 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/23967/task/23974/stat : 23974 (java) S 23964 23967 23481 0 -1 4202560 33 0 0 0 7 0 0 0 20 0 22 0 30852434 10060525568 154551 33554432000 1073741824 1073778376 140734124043584 139795468327592 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23967/tid=23975] ppid=23964 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/23967/task/23975/stat : 23975 (java) S 23964 23967 23481 0 -1 4202560 39 0 0 0 7 2 0 0 20 0 22 0 30852434 10060525568 154551 33554432000 1073741824 1073778376 140734124043584 139795467275048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23967/tid=23976] ppid=23964 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/23967/task/23976/stat : 23976 (java) S 23964 23967 23481 0 -1 4202560 90 0 0 0 6 1 0 0 20 0 22 0 30852434 10060525568 154551 33554432000 1073741824 1073778376 140734124043584 139795466222504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23967/tid=23977] ppid=23964 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/23967/task/23977/stat : 23977 (java) S 23964 23967 23481 0 -1 4202560 111 0 0 0 9 3 0 0 20 0 22 0 30852434 10060525568 154551 33554432000 1073741824 1073778376 140734124043584 139795465169960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23967/tid=23978] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23978/stat : 23978 (java) S 23964 23967 23481 0 -1 4202560 452 0 0 0 0 0 0 0 20 0 22 0 30852436 10060525568 154551 33554432000 1073741824 1073778376 140734124043584 139795452971112 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23979] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23979/stat : 23979 (java) S 23964 23967 23481 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30852436 10060525568 154551 33554432000 1073741824 1073778376 140734124043584 139795451917432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23980] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23980/stat : 23980 (java) S 23964 23967 23481 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30852436 10060525568 154551 33554432000 1073741824 1073778376 140734124043584 139795450864776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23981] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23981/stat : 23981 (java) S 23964 23967 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30852438 10060525568 154551 33554432000 1073741824 1073778376 140734124043584 139795449813520 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23982] ppid=23964 vsize=9824732 CPUtime=1.86 cores=1,3,5,7

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


[startup+882.308 s]
/proc/loadavg: 4.22 4.14 4.06 5/220 24104
/proc/meminfo: memFree=24154264/32872528 swapFree=1094508/1184444
[pid=23967] ppid=23964 vsize=9824732 CPUtime=1768.61 cores=1,3,5,7
/proc/23967/stat : 23967 (java) S 23964 23967 23481 0 -1 4202496 35453 0 1 0 176703 158 0 0 20 0 22 0 30852432 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 140734124034720 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23967/statm: 2456183 800928 2301 9 0 2446860 0
[pid=23967/tid=23969] ppid=23964 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/23967/task/23969/stat : 23969 (java) S 23964 23967 23481 0 -1 4202560 2481 0 1 0 48 4 0 0 20 0 22 0 30852433 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795629482872 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23967/tid=23970] ppid=23964 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/23967/task/23970/stat : 23970 (java) S 23964 23967 23481 0 -1 4202560 423 0 0 0 46 11 0 0 20 0 22 0 30852434 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795618543784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23967/tid=23971] ppid=23964 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/23967/task/23971/stat : 23971 (java) S 23964 23967 23481 0 -1 4202560 254 0 0 0 50 11 0 0 20 0 22 0 30852434 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795617491240 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23967/tid=23972] ppid=23964 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/23967/task/23972/stat : 23972 (java) S 23964 23967 23481 0 -1 4202560 394 0 0 0 50 11 0 0 20 0 22 0 30852434 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795470432680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23967/tid=23973] ppid=23964 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/23967/task/23973/stat : 23973 (java) S 23964 23967 23481 0 -1 4202560 419 0 0 0 48 10 0 0 20 0 22 0 30852434 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795469380136 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23967/tid=23974] ppid=23964 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/23967/task/23974/stat : 23974 (java) S 23964 23967 23481 0 -1 4202560 458 0 0 0 57 13 0 0 20 0 22 0 30852434 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795468327592 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23967/tid=23975] ppid=23964 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/23967/task/23975/stat : 23975 (java) S 23964 23967 23481 0 -1 4202560 304 0 0 0 51 13 0 0 20 0 22 0 30852434 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795467275048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23967/tid=23976] ppid=23964 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/23967/task/23976/stat : 23976 (java) S 23964 23967 23481 0 -1 4202560 443 0 0 0 47 11 0 0 20 0 22 0 30852434 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795466222504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23967/tid=23977] ppid=23964 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/23967/task/23977/stat : 23977 (java) S 23964 23967 23481 0 -1 4202560 366 0 0 0 54 12 0 0 20 0 22 0 30852434 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795465169960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23978] ppid=23964 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/23967/task/23978/stat : 23978 (java) S 23964 23967 23481 0 -1 4202560 1741 0 0 0 145 5 0 0 20 0 22 0 30852436 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795452971112 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23979] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23979/stat : 23979 (java) S 23964 23967 23481 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30852436 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795451917432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23980] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23980/stat : 23980 (java) S 23964 23967 23481 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30852436 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795450864776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23981] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23981/stat : 23981 (java) S 23964 23967 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30852438 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795449813520 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23982] ppid=23964 vsize=9824732 CPUtime=2.11 cores=1,3,5,7
/proc/23967/task/23982/stat : 23982 (java) S 23964 23967 23481 0 -1 4202560 18539 0 0 0 208 3 0 0 20 0 22 0 30852438 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795448760888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23967/tid=23983] ppid=23964 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/23967/task/23983/stat : 23983 (java) S 23964 23967 23481 0 -1 4202560 6774 0 0 0 178 1 0 0 20 0 22 0 30852438 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795447708344 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23967/tid=23984] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23984/stat : 23984 (java) S 23964 23967 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30852438 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795446655992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23967/tid=23985] ppid=23964 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/23967/task/23985/stat : 23985 (java) S 23964 23967 23481 0 -1 4202560 51 0 0 0 12 22 0 0 20 0 22 0 30852438 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795445603656 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23986] ppid=23964 vsize=9824732 CPUtime=878.74 cores=1,3,5,7
/proc/23967/task/23986/stat : 23986 (java) R 23964 23967 23481 0 -1 4202560 57 0 0 0 87859 15 0 0 20 0 22 0 30852484 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795444539120 139795498766683 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23987] ppid=23964 vsize=9824732 CPUtime=878.9 cores=1,3,5,7
/proc/23967/task/23987/stat : 23987 (java) R 23964 23967 23481 0 -1 4202560 1484 0 0 0 87841 49 0 0 20 0 22 0 30852484 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795443492960 139795499013117 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23967/tid=23988] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23988/stat : 23988 (java) S 23964 23967 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30852485 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795442443304 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23967/tid=23989] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23989/stat : 23989 (java) S 23964 23967 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30852485 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795441390760 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1768.61
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.101 s]
/proc/loadavg: 4.22 4.15 4.07 5/220 24104
/proc/meminfo: memFree=24102968/32872528 swapFree=1094508/1184444
[pid=23967] ppid=23964 vsize=9824732 CPUtime=1800.19 cores=1,3,5,7
/proc/23967/stat : 23967 (java) S 23964 23967 23481 0 -1 4202496 35453 0 1 0 179861 158 0 0 20 0 22 0 30852432 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 140734124034720 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23967/statm: 2456183 800928 2301 9 0 2446860 0
[pid=23967/tid=23969] ppid=23964 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/23967/task/23969/stat : 23969 (java) S 23964 23967 23481 0 -1 4202560 2481 0 1 0 48 4 0 0 20 0 22 0 30852433 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795629482872 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23967/tid=23970] ppid=23964 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/23967/task/23970/stat : 23970 (java) S 23964 23967 23481 0 -1 4202560 423 0 0 0 46 11 0 0 20 0 22 0 30852434 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795618543784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23967/tid=23971] ppid=23964 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/23967/task/23971/stat : 23971 (java) S 23964 23967 23481 0 -1 4202560 254 0 0 0 50 11 0 0 20 0 22 0 30852434 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795617491240 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23967/tid=23972] ppid=23964 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/23967/task/23972/stat : 23972 (java) S 23964 23967 23481 0 -1 4202560 394 0 0 0 50 11 0 0 20 0 22 0 30852434 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795470432680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23967/tid=23973] ppid=23964 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/23967/task/23973/stat : 23973 (java) S 23964 23967 23481 0 -1 4202560 419 0 0 0 48 10 0 0 20 0 22 0 30852434 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795469380136 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23967/tid=23974] ppid=23964 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/23967/task/23974/stat : 23974 (java) S 23964 23967 23481 0 -1 4202560 458 0 0 0 57 13 0 0 20 0 22 0 30852434 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795468327592 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23967/tid=23975] ppid=23964 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/23967/task/23975/stat : 23975 (java) S 23964 23967 23481 0 -1 4202560 304 0 0 0 51 13 0 0 20 0 22 0 30852434 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795467275048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23967/tid=23976] ppid=23964 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/23967/task/23976/stat : 23976 (java) S 23964 23967 23481 0 -1 4202560 443 0 0 0 47 11 0 0 20 0 22 0 30852434 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795466222504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23967/tid=23977] ppid=23964 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/23967/task/23977/stat : 23977 (java) S 23964 23967 23481 0 -1 4202560 366 0 0 0 54 12 0 0 20 0 22 0 30852434 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795465169960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23978] ppid=23964 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/23967/task/23978/stat : 23978 (java) S 23964 23967 23481 0 -1 4202560 1741 0 0 0 145 5 0 0 20 0 22 0 30852436 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795452971112 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23979] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23979/stat : 23979 (java) S 23964 23967 23481 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30852436 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795451917432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23980] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23980/stat : 23980 (java) S 23964 23967 23481 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30852436 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795450864776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23981] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23981/stat : 23981 (java) S 23964 23967 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30852438 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795449813520 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23982] ppid=23964 vsize=9824732 CPUtime=2.11 cores=1,3,5,7
/proc/23967/task/23982/stat : 23982 (java) S 23964 23967 23481 0 -1 4202560 18539 0 0 0 208 3 0 0 20 0 22 0 30852438 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795448760888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23967/tid=23983] ppid=23964 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/23967/task/23983/stat : 23983 (java) S 23964 23967 23481 0 -1 4202560 6774 0 0 0 178 1 0 0 20 0 22 0 30852438 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795447708344 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23967/tid=23984] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23984/stat : 23984 (java) S 23964 23967 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30852438 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795446655992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23967/tid=23985] ppid=23964 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/23967/task/23985/stat : 23985 (java) S 23964 23967 23481 0 -1 4202560 51 0 0 0 12 22 0 0 20 0 22 0 30852438 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795445603656 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23986] ppid=23964 vsize=9824732 CPUtime=894.52 cores=1,3,5,7
/proc/23967/task/23986/stat : 23986 (java) R 23964 23967 23481 0 -1 4202560 57 0 0 0 89437 15 0 0 20 0 22 0 30852484 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795444539120 139795498766683 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23987] ppid=23964 vsize=9824732 CPUtime=894.7 cores=1,3,5,7
/proc/23967/task/23987/stat : 23987 (java) R 23964 23967 23481 0 -1 4202560 1484 0 0 0 89421 49 0 0 20 0 22 0 30852484 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795443492960 139795499013121 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23967/tid=23988] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23988/stat : 23988 (java) S 23964 23967 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30852485 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795442443304 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23967/tid=23989] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23989/stat : 23989 (java) S 23964 23967 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30852485 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795441390760 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 23967 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+898.101 s]
/proc/loadavg: 4.22 4.15 4.07 5/220 24104
/proc/meminfo: memFree=24102968/32872528 swapFree=1094508/1184444
[pid=23967] ppid=23964 vsize=9824732 CPUtime=1800.19 cores=1,3,5,7
/proc/23967/stat : 23967 (java) S 23964 23967 23481 0 -1 4202496 35453 0 1 0 179861 158 0 0 20 0 22 0 30852432 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 140734124034720 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23967/statm: 2456183 800928 2301 9 0 2446860 0
[pid=23967/tid=23969] ppid=23964 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/23967/task/23969/stat : 23969 (java) S 23964 23967 23481 0 -1 4202560 2481 0 1 0 48 4 0 0 20 0 22 0 30852433 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795629482872 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23967/tid=23970] ppid=23964 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/23967/task/23970/stat : 23970 (java) S 23964 23967 23481 0 -1 4202560 423 0 0 0 46 11 0 0 20 0 22 0 30852434 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795618543784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23967/tid=23971] ppid=23964 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/23967/task/23971/stat : 23971 (java) S 23964 23967 23481 0 -1 4202560 254 0 0 0 50 11 0 0 20 0 22 0 30852434 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795617491240 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23967/tid=23972] ppid=23964 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/23967/task/23972/stat : 23972 (java) S 23964 23967 23481 0 -1 4202560 394 0 0 0 50 11 0 0 20 0 22 0 30852434 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795470432680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23967/tid=23973] ppid=23964 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/23967/task/23973/stat : 23973 (java) S 23964 23967 23481 0 -1 4202560 419 0 0 0 48 10 0 0 20 0 22 0 30852434 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795469380136 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23967/tid=23974] ppid=23964 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/23967/task/23974/stat : 23974 (java) S 23964 23967 23481 0 -1 4202560 458 0 0 0 57 13 0 0 20 0 22 0 30852434 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795468327592 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23967/tid=23975] ppid=23964 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/23967/task/23975/stat : 23975 (java) S 23964 23967 23481 0 -1 4202560 304 0 0 0 51 13 0 0 20 0 22 0 30852434 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795467275048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23967/tid=23976] ppid=23964 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/23967/task/23976/stat : 23976 (java) S 23964 23967 23481 0 -1 4202560 443 0 0 0 47 11 0 0 20 0 22 0 30852434 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795466222504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23967/tid=23977] ppid=23964 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/23967/task/23977/stat : 23977 (java) S 23964 23967 23481 0 -1 4202560 366 0 0 0 54 12 0 0 20 0 22 0 30852434 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795465169960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23978] ppid=23964 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/23967/task/23978/stat : 23978 (java) S 23964 23967 23481 0 -1 4202560 1741 0 0 0 145 5 0 0 20 0 22 0 30852436 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795452971112 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23979] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23979/stat : 23979 (java) S 23964 23967 23481 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30852436 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795451917432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23980] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23980/stat : 23980 (java) S 23964 23967 23481 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30852436 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795450864776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23981] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23981/stat : 23981 (java) S 23964 23967 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30852438 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795449813520 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23982] ppid=23964 vsize=9824732 CPUtime=2.11 cores=1,3,5,7
/proc/23967/task/23982/stat : 23982 (java) S 23964 23967 23481 0 -1 4202560 18539 0 0 0 208 3 0 0 20 0 22 0 30852438 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795448760888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23967/tid=23983] ppid=23964 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/23967/task/23983/stat : 23983 (java) S 23964 23967 23481 0 -1 4202560 6774 0 0 0 178 1 0 0 20 0 22 0 30852438 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795447708344 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23967/tid=23984] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23984/stat : 23984 (java) S 23964 23967 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30852438 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795446655992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23967/tid=23985] ppid=23964 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/23967/task/23985/stat : 23985 (java) S 23964 23967 23481 0 -1 4202560 51 0 0 0 12 22 0 0 20 0 22 0 30852438 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795445603656 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23986] ppid=23964 vsize=9824732 CPUtime=894.52 cores=1,3,5,7
/proc/23967/task/23986/stat : 23986 (java) R 23964 23967 23481 0 -1 4202560 57 0 0 0 89437 15 0 0 20 0 22 0 30852484 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795444539120 139795498766683 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23987] ppid=23964 vsize=9824732 CPUtime=894.7 cores=1,3,5,7
/proc/23967/task/23987/stat : 23987 (java) R 23964 23967 23481 0 -1 4202560 1484 0 0 0 89421 49 0 0 20 0 22 0 30852484 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795443492960 139795499013121 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23967/tid=23988] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23988/stat : 23988 (java) S 23964 23967 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30852485 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795442443304 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23967/tid=23989] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23989/stat : 23989 (java) S 23964 23967 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30852485 10060525568 800928 33554432000 1073741824 1073778376 140734124043584 139795441390760 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 898.154
CPU time (s): 1800.83
CPU user time (s): 1798.75
CPU system time (s): 2.08168
CPU usage (%): 200.504
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.75
system time used= 2.08168
maximum resident set size= 3255460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35488
page faults= 1
swaps= 0
block input operations= 0
block output operations= 656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21940
involuntary context switches= 13789

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.80412 second user time and 7.12292 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-26 23:55:27
IDJOB=4116086
IDBENCH=109426
IDSOLVER=2543
FILE ID=node115/4116086-1466978127
RUNJOBID= node115-1466975440-23498
PBS_JOBID= 19976385
Free space on /tmp= 71664 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size144-round23-0.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116086-1466978127/watcher-4116086-1466978127 -o /tmp/evaluation-result-4116086-1466978127/solver-4116086-1466978127 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466975440-23498 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4116086-1466978127.opb

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

MD5SUM BENCH= 07476883d79040c68787d0ce7712b615
RANDOM SEED=657508404

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

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.395
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.395
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:        26831656 kB
Buffers:           77896 kB
Cached:           223156 kB
SwapCached:         1676 kB
Active:          3861028 kB
Inactive:         255884 kB
Active(anon):    3817412 kB
Inactive(anon):      684 kB
Active(file):      43616 kB
Inactive(file):   255200 kB
Unevictable:     1184444 kB
Mlocked:         1094508 kB
SwapTotal:      67108856 kB
SwapFree:       67099168 kB
Dirty:               884 kB
Writeback:             0 kB
AnonPages:       4956372 kB
Mapped:            15612 kB
Shmem:                 0 kB
Slab:             595620 kB
SReclaimable:      39620 kB
SUnreclaim:       556000 kB
KernelStack:        1808 kB
PageTables:        14164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5253692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3801088 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= 71660 MiB
End job on node115 at 2016-06-27 00:10:25