Trace number 4117094

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.71 895.968

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size128-round23-5.opb
MD5SUMc9b920119562b92648bbd1caba5edf40
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 constraints9504
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)416
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4117094-1466977366.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.391s.
1.01/0.51	c declared #vars     4288
1.01/0.51	c #constraints  10816
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 => 904
1.01/0.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
1.01/0.51	c org.sat4j.minisat.constraints.cnf.UnitClause => 504
1.01/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
1.01/0.51	c 10816 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 => 904
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 => 504
1.01/0.51	c 10816 constraints processed.
4.11/1.39	c cleaning 2496 clauses out of 4999 with flag 16687/5000
5.81/2.01	c cleaning 4239 clauses out of 8504 with flag 40106/11002
7.53/2.84	c cleaning 5613 clauses out of 11263 with flag 69770/18000
9.41/3.74	c cleaning 6820 clauses out of 13651 with flag 102721/26001
11.76/4.84	c cleaning 7912 clauses out of 15832 with flag 144475/35002
13.94/5.96	c cleaning 8949 clauses out of 17918 with flag 190788/45000
16.61/7.26	c cleaning 9985 clauses out of 19969 with flag 247788/56000
19.60/8.70	c cleaning 10970 clauses out of 21986 with flag 309734/68002
22.85/10.35	c cleaning 11970 clauses out of 24017 with flag 378474/81003
26.25/12.08	c cleaning 13007 clauses out of 26045 with flag 455449/95001
29.71/13.72	c cleaning 0 clauses out of 5000 with flag 0/5000
30.58/14.13	c cleaning 13982 clauses out of 28037 with flag 536621/110000
34.98/16.26	c cleaning 14999 clauses out of 30056 with flag 621125/126001
39.88/18.68	c cleaning 16017 clauses out of 32056 with flag 717474/143000
44.88/21.19	c cleaning 16976 clauses out of 34039 with flag 823291/161000
50.56/23.95	c cleaning 18015 clauses out of 36064 with flag 930931/180001
56.36/26.82	c cleaning 19013 clauses out of 38048 with flag 1043485/200000
62.76/30.09	c cleaning 20001 clauses out of 40035 with flag 1164447/221000
69.67/33.45	c cleaning 20991 clauses out of 42034 with flag 1293943/243000
76.88/37.06	c cleaning 22003 clauses out of 44043 with flag 1431921/266000
85.00/41.01	c cleaning 23013 clauses out of 46040 with flag 1570645/290000
93.21/45.13	c cleaning 24009 clauses out of 48027 with flag 1720415/315000
101.91/49.48	c cleaning 24981 clauses out of 50018 with flag 1875608/341000
111.12/54.10	c cleaning 26010 clauses out of 52037 with flag 2037945/368000
121.16/59.03	c cleaning 27000 clauses out of 54030 with flag 2207580/396003
131.16/64.09	c cleaning 28015 clauses out of 56029 with flag 2381433/425002
142.24/69.56	c cleaning 28941 clauses out of 58012 with flag 2560557/455000
154.11/75.45	c cleaning 30020 clauses out of 60071 with flag 2742239/486000
166.90/81.80	c cleaning 30986 clauses out of 62051 with flag 2931295/518000
180.58/88.66	c cleaning 31966 clauses out of 64066 with flag 3129432/551001
195.08/95.86	c cleaning 33020 clauses out of 66101 with flag 3337074/585002
202.95/99.72	c cleaning 0 clauses out of 11000 with flag 0/11000
209.55/103.01	c cleaning 34013 clauses out of 68081 with flag 3549970/620002
223.83/110.16	c cleaning 35007 clauses out of 70067 with flag 3767289/656001
239.31/117.89	c cleaning 36023 clauses out of 72059 with flag 3991452/693000
256.45/126.78	c cleaning 37004 clauses out of 74036 with flag 4222180/731000
273.10/135.06	c cleaning 38004 clauses out of 76032 with flag 4456252/770000
290.19/143.50	c cleaning 38983 clauses out of 78030 with flag 4700723/810002
308.12/152.43	c cleaning 40012 clauses out of 80045 with flag 4954851/851000
326.31/161.55	c cleaning 41006 clauses out of 82035 with flag 5209580/893002
345.23/170.90	c cleaning 42000 clauses out of 84028 with flag 5470559/936001
364.75/180.64	c cleaning 43005 clauses out of 86027 with flag 5738299/980000
385.95/191.14	c cleaning 43993 clauses out of 88024 with flag 6013017/1025002
407.63/201.92	c cleaning 45006 clauses out of 90029 with flag 6291694/1071000
429.90/213.02	c cleaning 45981 clauses out of 92023 with flag 6580805/1118000
452.80/224.45	c cleaning 46989 clauses out of 94043 with flag 6870733/1166001
477.18/236.60	c cleaning 47998 clauses out of 96055 with flag 7166169/1215002
502.26/249.02	c cleaning 48989 clauses out of 98055 with flag 7469794/1265000
529.24/262.44	c cleaning 49979 clauses out of 100066 with flag 7781997/1316000
556.96/276.29	c cleaning 51028 clauses out of 102087 with flag 8105638/1368000
588.27/292.32	c cleaning 52013 clauses out of 104060 with flag 8427489/1421001
616.78/306.54	c cleaning 52990 clauses out of 106046 with flag 8759813/1475000
646.67/321.40	c cleaning 54015 clauses out of 108059 with flag 9096355/1530003
677.67/336.82	c cleaning 54984 clauses out of 110041 with flag 9440279/1586000
711.75/353.72	c cleaning 56000 clauses out of 112057 with flag 9790017/1643000
745.26/370.42	c cleaning 57029 clauses out of 114058 with flag 10150722/1701001
779.02/387.24	c cleaning 58007 clauses out of 116029 with flag 10505510/1760001
813.20/404.26	c cleaning 58985 clauses out of 118021 with flag 10869825/1820000
848.80/421.96	c cleaning 60004 clauses out of 120037 with flag 11237218/1881001
884.49/439.73	c cleaning 61007 clauses out of 122033 with flag 11615240/1943001
919.67/457.24	c cleaning 0 clauses out of 18000 with flag 0/18000
922.47/458.69	c cleaning 61967 clauses out of 124026 with flag 11994790/2006001
961.54/478.09	c cleaning 62993 clauses out of 126058 with flag 12378732/2070000
1002.48/498.35	c cleaning 64003 clauses out of 128065 with flag 12769202/2135000
1044.43/519.30	c cleaning 64972 clauses out of 130062 with flag 13166946/2201000
1087.13/540.59	c cleaning 66037 clauses out of 132091 with flag 13568508/2268001
1135.04/564.32	c cleaning 67004 clauses out of 134057 with flag 13976109/2336004
1182.84/588.12	c cleaning 67979 clauses out of 136050 with flag 14391626/2405001
1233.01/613.05	c cleaning 68966 clauses out of 138073 with flag 14811653/2475003
1285.93/640.24	c cleaning 70049 clauses out of 140107 with flag 15234188/2546003
1336.90/665.64	c cleaning 70995 clauses out of 142056 with flag 15668538/2618001
1389.82/691.98	c cleaning 72026 clauses out of 144061 with flag 16103130/2691001
1444.20/718.92	c cleaning 72991 clauses out of 146034 with flag 16549893/2765000
1501.13/747.29	c cleaning 74014 clauses out of 148044 with flag 16997473/2840001
1558.20/775.63	c cleaning 74960 clauses out of 150030 with flag 17452988/2916001
1616.47/804.69	c cleaning 76002 clauses out of 152069 with flag 17912564/2993000
1677.02/834.76	c cleaning 77030 clauses out of 154067 with flag 18380629/3071000
1734.73/863.48	c cleaning 77982 clauses out of 156037 with flag 18850973/3150000
1796.87/894.40	c cleaning 78958 clauses out of 158055 with flag 19328660/3230000
1800.05/895.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/895.90	c starts		: 23409
1800.05/895.90	c conflicts		: 3235624
1800.05/895.90	c decisions		: 27937927
1800.05/895.90	c propagations		: 424660712
1800.05/895.90	c inspects		: 8629432088
1800.05/895.90	c shortcuts		: 0
1800.05/895.90	c learnt literals	: 2
1800.05/895.90	c learnt binary clauses	: 46
1800.05/895.90	c learnt ternary clauses	: 715
1800.05/895.90	c learnt constraints	: 3235622
1800.05/895.90	c ignored constraints	: 0
1800.05/895.90	c root simplifications	: 0
1800.05/895.90	c removed literals (reason simplification)	: 2704866
1800.05/895.90	c reason swapping (by a shorter reason)	: 0
1800.05/895.90	c Calls to reduceDB	: 76
1800.05/895.90	c Number of update (reduction) of LBD	: 711349
1800.05/895.90	c Imported unit clauses	: 0
1800.05/895.90	c number of reductions to clauses (during analyze)	: 0
1800.05/895.90	c number of learned constraints concerned by reduction	: 0
1800.05/895.90	c number of learning phase by resolution	: 0
1800.05/895.90	c number of learning phase by cutting planes	: 0
1800.05/895.90	c speed (assignments/second)	: 474279.3425368642
1800.05/895.90	c non guided choices	12678
1800.05/895.93	c learnt constraints type 
1800.05/895.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 46
1800.05/895.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 84675
1800.05/895.93	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/895.93	c starts		: 51
1800.05/895.93	c conflicts		: 22938
1800.05/895.93	c decisions		: 87141
1800.05/895.93	c propagations		: 2704177
1800.05/895.93	c inspects		: 856279819
1800.05/895.93	c shortcuts		: 0
1800.05/895.93	c learnt literals	: 0
1800.05/895.93	c learnt binary clauses	: 0
1800.05/895.93	c learnt ternary clauses	: 0
1800.05/895.93	c learnt constraints	: 22937
1800.05/895.93	c ignored constraints	: 0
1800.05/895.93	c root simplifications	: 0
1800.05/895.93	c removed literals (reason simplification)	: 0
1800.05/895.93	c reason swapping (by a shorter reason)	: 0
1800.05/895.93	c Calls to reduceDB	: 3
1800.05/895.93	c Number of update (reduction) of LBD	: 0
1800.05/895.93	c Imported unit clauses	: 0
1800.05/895.93	c number of reductions to clauses (during analyze)	: 0
1800.05/895.93	c number of learned constraints concerned by reduction	: 0
1800.05/895.93	c number of learning phase by resolution	: 0
1800.05/895.93	c number of learning phase by cutting planes	: 0
1800.05/895.93	c speed (assignments/second)	: 3020.066941924474
1800.05/895.93	c non guided choices	342
1800.05/895.94	c learnt constraints type 
1800.05/895.94	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 40
1800.05/895.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22897
1800.05/895.94	s UNKNOWN
1800.05/895.94	c Total wall clock time (in seconds): 895.82

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

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

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


[startup+0 s]
/proc/loadavg: 4.15 4.20 4.23 4/197 23490
/proc/meminfo: memFree=26483688/32872528 swapFree=1437460/1543748
[pid=23490] ppid=23487 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/23490/stat : 23490 (java) R 23487 23490 22007 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 30775904 9515008 176 33554432000 1073741824 1073778376 140733297386368 140733297369096 266435642256 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23490/statm: 2331 184 140 9 0 79 0

[startup+0.10006 s]
/proc/loadavg: 4.15 4.20 4.23 4/197 23490
/proc/meminfo: memFree=26483688/32872528 swapFree=1437460/1543748
[pid=23490] ppid=23487 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/23490/stat : 23490 (java) S 23487 23490 22007 0 -1 4202496 4393 0 1 0 8 1 0 0 20 0 18 0 30775904 9787879424 6030 33554432000 1073741824 1073778376 140733297386368 140733297377504 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23490/statm: 2389619 6030 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20022 s]
/proc/loadavg: 4.15 4.20 4.23 4/197 23490
/proc/meminfo: memFree=26483688/32872528 swapFree=1437460/1543748
[pid=23490] ppid=23487 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/23490/stat : 23490 (java) S 23487 23490 22007 0 -1 4202496 4681 0 1 0 23 1 0 0 20 0 18 0 30775904 9787879424 6789 33554432000 1073741824 1073778376 140733297386368 140733297377504 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23490/statm: 2389619 6790 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300224 s]
/proc/loadavg: 4.15 4.20 4.23 4/197 23490
/proc/meminfo: memFree=26483688/32872528 swapFree=1437460/1543748
[pid=23490] ppid=23487 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/23490/stat : 23490 (java) S 23487 23490 22007 0 -1 4202496 5890 0 1 0 47 2 0 0 20 0 18 0 30775904 9787879424 8880 33554432000 1073741824 1073778376 140733297386368 140733297377504 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23490/statm: 2389619 8880 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700192 s]
/proc/loadavg: 4.15 4.20 4.23 4/197 23490
/proc/meminfo: memFree=26483688/32872528 swapFree=1437460/1543748
[pid=23490] ppid=23487 vsize=9824732 CPUtime=1.72 cores=0,2,4,6
/proc/23490/stat : 23490 (java) S 23487 23490 22007 0 -1 4202496 14504 0 1 0 169 3 0 0 20 0 22 0 30775904 10060525568 24595 33554432000 1073741824 1073778376 140733297386368 140733297377504 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23490/statm: 2456183 24595 2265 9 0 2446860 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 4.15 4.20 4.23 7/219 23512
/proc/meminfo: memFree=26345080/32872528 swapFree=1437460/1543748
[pid=23490] ppid=23487 vsize=9824732 CPUtime=4.69 cores=0,2,4,6
/proc/23490/stat : 23490 (java) S 23487 23490 22007 0 -1 4202496 17379 0 1 0 463 6 0 0 20 0 22 0 30775904 10060525568 46872 33554432000 1073741824 1073778376 140733297386368 140733297377504 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23490/statm: 2456183 46872 2292 9 0 2446860 0
[pid=23490/tid=23492] ppid=23487 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/23490/task/23492/stat : 23492 (java) S 23487 23490 22007 0 -1 4202560 2449 0 1 0 47 1 0 0 20 0 22 0 30775904 10060525568 46872 33554432000 1073741824 1073778376 140733297386368 139696587678584 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23490/tid=23493] ppid=23487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23490/task/23493/stat : 23493 (java) S 23487 23490 22007 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30775906 10060525568 46872 33554432000 1073741824 1073778376 140733297386368 139696565779240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23490/tid=23494] ppid=23487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23490/task/23494/stat : 23494 (java) S 23487 23490 22007 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 30775906 10060525568 46872 33554432000 1073741824 1073778376 140733297386368 139696564726440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23490/tid=23495] ppid=23487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23490/task/23495/stat : 23495 (java) S 23487 23490 22007 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 30775906 10060525568 46872 33554432000 1073741824 1073778376 140733297386368 139696361434152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23490/tid=23496] ppid=23487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23490/task/23496/stat : 23496 (java) S 23487 23490 22007 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 30775906 10060525568 46872 33554432000 1073741824 1073778376 140733297386368 139696360381352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23490/tid=23497] ppid=23487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23490/task/23497/stat : 23497 (java) S 23487 23490 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30775906 10060525568 46872 33554432000 1073741824 1073778376 140733297386368 139696359328040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23490/tid=23498] ppid=23487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23490/task/23498/stat : 23498 (java) S 23487 23490 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30775906 10060525568 46872 33554432000 1073741824 1073778376 140733297386368 139696358275240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23490/tid=23499] ppid=23487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23490/task/23499/stat : 23499 (java) S 23487 23490 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30775906 10060525568 46872 33554432000 1073741824 1073778376 140733297386368 139696357222952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23490/tid=23500] ppid=23487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23490/task/23500/stat : 23500 (java) S 23487 23490 22007 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30775906 10060525568 46872 33554432000 1073741824 1073778376 140733297386368 139696356170152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23490/tid=23501] ppid=23487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23490/task/23501/stat : 23501 (java) S 23487 23490 22007 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30775907 10060525568 46872 33554432000 1073741824 1073778376 140733297386368 139696343972584 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23490/tid=23502] ppid=23487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23490/task/23502/stat : 23502 (java) S 23487 23490 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30775907 10060525568 46872 33554432000 1073741824 1073778376 140733297386368 139696342918648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23490/tid=23503] ppid=23487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23490/task/23503/stat : 23503 (java) S 23487 23490 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30775907 10060525568 46872 33554432000 1073741824 1073778376 140733297386368 139696341866248 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23490/tid=23504] ppid=23487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23490/task/23504/stat : 23504 (java) S 23487 23490 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30775909 10060525568 46872 33554432000 1073741824 1073778376 140733297386368 139696340814736 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23490/tid=23505] ppid=23487 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/23490/task/23505/stat : 23505 (java) S 23487 23490 22007 0 -1 4202560 6965 0 0 0 109 0 0 0 20 0 22 0 30775909 10060525568 46872 33554432000 1073741824 1073778376 140733297386368 139696339761336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23490/tid=23506] ppid=23487 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/23490/task/23506/stat : 23506 (java) S 23487 23490 22007 0 -1 4202560 6554 0 0 0 111 2 0 0 20 0 22 0 30775909 10060525568 46872 33554432000 1073741824 1073778376 140733297386368 139696338708536 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23490/tid=23507] ppid=23487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23490/task/23507/stat : 23507 (java) S 23487 23490 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30775910 10060525568 46872 33554432000 1073741824 1073778376 140733297386368 139696337656440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23490/tid=23508] ppid=23487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23490/task/23508/stat : 23508 (java) S 23487 23490 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30775910 10060525568 46872 33554432000 1073741824 1073778376 140733297386368 139696336603848 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23490/tid=23509] ppid=23487 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/23490/task/23509/stat : 23509 (java) R 23487 23490 22007 0 -1 4202560 18 0 0 0 95 0 0 0 20 0 22 0 30775955 10060525568 46872 33554432000 1073741824 1073778376 140733297386368 139696335540512 139696446060060 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23490/tid=23510] ppid=23487 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/23490/task/23510/stat : 23510 (java) R 23487 23490 22007 0 -1 4202560 73 0 0 0 92 2 0 0 20 0 22 0 30775955 10060525568 46872 33554432000 1073741824 1073778376 140733297386368 139696334495912 139696446109873 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23490/tid=23511] ppid=23487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23490/task/23511/stat : 23511 (java) S 23487 23490 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30775956 10060525568 46872 33554432000 1073741824 1073778376 140733297386368 139696333444776 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23490/tid=23512] ppid=23487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23490/task/23512/stat : 23512 (java) S 23487 23490 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30775956 10060525568 46872 33554432000 1073741824 1073778376 140733297386368 139696332391976 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.69
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 4.15 4.20 4.23 5/219 23512
/proc/meminfo: memFree=26270544/32872528 swapFree=1437460/1543748
[pid=23490] ppid=23487 vsize=9824732 CPUtime=8.17 cores=0,2,4,6
/proc/23490/stat : 23490 (java) S 23487 23490 22007 0 -1 4202496 17730 0 1 0 801 16 0 0 20 0 22 0 30775904 10060525568 85980 33554432000 1073741824 1073778376 140733297386368 140733297377504 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23490/statm: 2456183 85980 2292 9 0 2446860 0
[pid=23490/tid=23492] ppid=23487 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/23490/task/23492/stat : 23492 (java) S 23487 23490 22007 0 -1 4202560 2449 0 1 0 47 1 0 0 20 0 22 0 30775904 10060525568 85980 33554432000 1073741824 1073778376 140733297386368 139696587678584 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23490/tid=23493] ppid=23487 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/23490/task/23493/stat : 23493 (java) S 23487 23490 22007 0 -1 4202560 32 0 0 0 3 2 0 0 20 0 22 0 30775906 10060525568 85980 33554432000 1073741824 1073778376 140733297386368 139696565779240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23490/tid=23494] ppid=23487 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23490/task/23494/stat : 23494 (java) S 23487 23490 22007 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 22 0 30775906 10060525568 85980 33554432000 1073741824 1073778376 140733297386368 139696564726440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23490/tid=23495] ppid=23487 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23490/task/23495/stat : 23495 (java) S 23487 23490 22007 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 22 0 30775906 10060525568 85980 33554432000 1073741824 1073778376 140733297386368 139696361434152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23490/tid=23496] ppid=23487 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/23490/task/23496/stat : 23496 (java) S 23487 23490 22007 0 -1 4202560 22 0 0 0 1 1 0 0 20 0 22 0 30775906 10060525568 85980 33554432000 1073741824 1073778376 140733297386368 139696360381352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23490/tid=23497] ppid=23487 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/23490/task/23497/stat : 23497 (java) S 23487 23490 22007 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 22 0 30775906 10060525568 85980 33554432000 1073741824 1073778376 140733297386368 139696359328040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23490/tid=23498] ppid=23487 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/23490/task/23498/stat : 23498 (java) S 23487 23490 22007 0 -1 4202560 20 0 0 0 3 1 0 0 20 0 22 0 30775906 10060525568 85980 33554432000 1073741824 1073778376 140733297386368 139696358275240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23490/tid=23499] ppid=23487 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/23490/task/23499/stat : 23499 (java) S 23487 23490 22007 0 -1 4202560 19 0 0 0 3 2 0 0 20 0 22 0 30775906 10060525568 85980 33554432000 1073741824 1073778376 140733297386368 139696357222952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23490/tid=23500] ppid=23487 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/23490/task/23500/stat : 23500 (java) S 23487 23490 22007 0 -1 4202560 19 0 0 0 1 1 0 0 20 0 22 0 30775906 10060525568 85980 33554432000 1073741824 1073778376 140733297386368 139696356170152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23490/tid=23501] ppid=23487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23490/task/23501/stat : 23501 (java) S 23487 23490 22007 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 30775907 10060525568 85980 33554432000 1073741824 1073778376 140733297386368 139696343972584 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23490/tid=23502] ppid=23487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23490/task/23502/stat : 23502 (java) S 23487 23490 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30775907 10060525568 85980 33554432000 1073741824 1073778376 140733297386368 139696342918648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23490/tid=23503] ppid=23487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23490/task/23503/stat : 23503 (java) S 23487 23490 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30775907 10060525568 85980 33554432000 1073741824 1073778376 140733297386368 139696341866248 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23490/tid=23504] ppid=23487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23490/task/23504/stat : 23504 (java) S 23487 23490 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30775909 10060525568 85980 33554432000 1073741824 1073778376 140733297386368 139696340814736 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23490/tid=23505] ppid=23487 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/23490/task/23505/stat : 23505 (java) S 23487 23490 22007 0 -1 4202560 6965 0 0 0 118 0 0 0 20 0 22 0 30775909 10060525568 85980 33554432000 1073741824 1073778376 140733297386368 139696339761336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23490/tid=23506] ppid=23487 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/23490/task/23506/stat : 23506 (java) S 23487 23490 22007 0 -1 4202560 6554 0 0 0 117 2 0 0 20 0 22 0 30775909 10060525568 85980 33554432000 1073741824 1073778376 140733297386368 139696338708536 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23490/tid=23507] ppid=23487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23490/task/23507/stat : 23507 (java) S 23487 23490 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30775910 10060525568 85980 33554432000 1073741824 1073778376 140733297386368 139696337656440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23490/tid=23508] ppid=23487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23490/task/23508/stat : 23508 (java) S 23487 23490 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30775910 10060525568 85980 33554432000 1073741824 1073778376 140733297386368 139696336603848 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23490/tid=23509] ppid=23487 vsize=9824732 CPUtime=2.46 cores=0,2,4,6
/proc/23490/task/23509/stat : 23509 (java) R 23487 23490 22007 0 -1 4202560 23 0 0 0 246 0 0 0 20 0 22 0 30775955 10060525568 85980 33554432000 1073741824 1073778376 140733297386368 139696335549496 139696446095224 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23490/tid=23510] ppid=23487 vsize=9824732 CPUtime=2.44 cores=0,2,4,6
/proc/23490/task/23510/stat : 23510 (java) R 23487 23490 22007 0 -1 4202560 122 0 0 0 240 4 0 0 20 0 22 0 30775955 10060525568 85980 33554432000 1073741824 1073778376 140733297386368 139696334495896 139696446584639 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23490/tid=23511] ppid=23487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23490/task/23511/stat : 23511 (java) S 23487 23490 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30775956 10060525568 85980 33554432000 1073741824 1073778376 140733297386368 139696333444776 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23490/tid=23512] ppid=23487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23490/task/23512/stat : 23512 (java) S 23487 23490 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30775956 10060525568 85980 33554432000 1073741824 1073778376 140733297386368 139696332391976 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.17
Current children cumulated vsize (KiB) 9824732

[startup+6.301 s]
/proc/loadavg: 4.14 4.20 4.23 5/219 23581
/proc/meminfo: memFree=29314244/32872528 swapFree=1437460/1543748
[pid=23490] ppid=23487 vsize=9824732 CPUtime=14.81 cores=0,2,4,6
/proc/23490/stat : 23490 (java) S 23487 23490 22007 0 -1 4202496 18290 0 1 0 1452 29 0 0 20 0 22 0 30775904 10060525568 161313 33554432000 1073741824 1073778376 140733297386368 140733297377504 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23490/statm: 2456183 161313 2292 9 0 2446860 0
[pid=23490/tid=23492] ppid=23487 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/23490/task/23492/stat : 23492 (java) S 23487 23490 22007 0 -1 4202560 2449 0 1 0 47 1 0 0 20 0 22 0 30775904 10060525568 161313 33554432000 1073741824 1073778376 140733297386368 139696587678584 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23490/tid=23493] ppid=23487 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/23490/task/23493/stat : 23493 (java) S 23487 23490 22007 0 -1 4202560 52 0 0 0 6 3 0 0 20 0 22 0 30775906 10060525568 161313 33554432000 1073741824 1073778376 140733297386368 139696565779240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23490/tid=23494] ppid=23487 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/23490/task/23494/stat : 23494 (java) S 23487 23490 22007 0 -1 4202560 45 0 0 0 4 3 0 0 20 0 22 0 30775906 10060525568 161313 33554432000 1073741824 1073778376 140733297386368 139696564726440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23490/tid=23495] ppid=23487 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23490/task/23495/stat : 23495 (java) S 23487 23490 22007 0 -1 4202560 34 0 0 0 6 0 0 0 20 0 22 0 30775906 10060525568 161313 33554432000 1073741824 1073778376 140733297386368 139696361434152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23490/tid=23496] ppid=23487 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/23490/task/23496/stat : 23496 (java) S 23487 23490 22007 0 -1 4202560 51 0 0 0 5 3 0 0 20 0 22 0 30775906 10060525568 161313 33554432000 1073741824 1073778376 140733297386368 139696360381352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23490/tid=23497] ppid=23487 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/23490/task/23497/stat : 23497 (java) S 23487 23490 22007 0 -1 4202560 35 0 0 0 7 2 0 0 20 0 22 0 30775906 10060525568 161313 33554432000 1073741824 1073778376 140733297386368 139696359328040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23490/tid=23498] ppid=23487 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/23490/task/23498/stat : 23498 (java) S 23487 23490 22007 0 -1 4202560 38 0 0 0 6 2 0 0 20 0 22 0 30775906 10060525568 161313 33554432000 1073741824 1073778376 140733297386368 139696358275240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23490/tid=23499] ppid=23487 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/23490/task/23499/stat : 23499 (java) S 23487 23490 22007 0 -1 4202560 47 0 0 0 10 3 0 0 20 0 22 0 30775906 10060525568 161313 33554432000 1073741824 1073778376 140733297386368 139696357222952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23490/tid=23500] ppid=23487 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/23490/task/23500/stat : 23500 (java) S 23487 23490 22007 0 -1 4202560 45 0 0 0 4 3 0 0 20 0 22 0 30775906 10060525568 161313 33554432000 1073741824 1073778376 140733297386368 139696356170152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23490/tid=23501] ppid=23487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23490/task/23501/stat : 23501 (java) S 23487 23490 22007 0 -1 4202560 453 0 0 0 0 0 0 0 20 0 22 0 30775907 10060525568 161313 33554432000 1073741824 1073778376 140733297386368 139696343972584 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23490/tid=23502] ppid=23487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23490/task/23502/stat : 23502 (java) S 23487 23490 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30775907 10060525568 161313 33554432000 1073741824 1073778376 140733297386368 139696342918648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23490/tid=23503] ppid=23487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23490/task/23503/stat : 23503 (java) S 23487 23490 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30775907 10060525568 161313 33554432000 1073741824 1073778376 140733297386368 139696341866248 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23490/tid=23504] ppid=23487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23490/task/23504/stat : 23504 (java) S 23487 23490 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30775909 10060525568 161313 33554432000 1073741824 1073778376 140733297386368 139696340814736 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23490/tid=23505] ppid=23487 vsize=9824732 CPUtime=1.26 cores=0,2,4,6

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


[startup+882.308 s]
/proc/loadavg: 4.28 4.23 4.20 6/219 23612
/proc/meminfo: memFree=23099916/32872528 swapFree=1437460/1543748
[pid=23490] ppid=23487 vsize=9824732 CPUtime=1772.77 cores=0,2,4,6
/proc/23490/stat : 23490 (java) S 23487 23490 22007 0 -1 4202496 28955 0 1 0 177095 182 0 0 20 0 22 0 30775904 10060525568 913623 33554432000 1073741824 1073778376 140733297386368 140733297377504 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23490/statm: 2456183 913623 2301 9 0 2446860 0
[pid=23490/tid=23492] ppid=23487 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/23490/task/23492/stat : 23492 (java) S 23487 23490 22007 0 -1 4202560 2451 0 1 0 50 3 0 0 20 0 22 0 30775904 10060525568 913623 33554432000 1073741824 1073778376 140733297386368 139696587678584 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23490/tid=23493] ppid=23487 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/23490/task/23493/stat : 23493 (java) S 23487 23490 22007 0 -1 4202560 545 0 0 0 237 15 0 0 20 0 22 0 30775906 10060525568 913623 33554432000 1073741824 1073778376 140733297386368 139696565779240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23490/tid=23494] ppid=23487 vsize=9824732 CPUtime=2.42 cores=0,2,4,6
/proc/23490/task/23494/stat : 23494 (java) S 23487 23490 22007 0 -1 4202560 695 0 0 0 228 14 0 0 20 0 22 0 30775906 10060525568 913623 33554432000 1073741824 1073778376 140733297386368 139696564726440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23490/tid=23495] ppid=23487 vsize=9824732 CPUtime=2.65 cores=0,2,4,6
/proc/23490/task/23495/stat : 23495 (java) S 23487 23490 22007 0 -1 4202560 634 0 0 0 252 13 0 0 20 0 22 0 30775906 10060525568 913623 33554432000 1073741824 1073778376 140733297386368 139696361434152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23490/tid=23496] ppid=23487 vsize=9824732 CPUtime=3.07 cores=0,2,4,6
/proc/23490/task/23496/stat : 23496 (java) S 23487 23490 22007 0 -1 4202560 620 0 0 0 288 19 0 0 20 0 22 0 30775906 10060525568 913623 33554432000 1073741824 1073778376 140733297386368 139696360381352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23490/tid=23497] ppid=23487 vsize=9824732 CPUtime=2.67 cores=0,2,4,6
/proc/23490/task/23497/stat : 23497 (java) S 23487 23490 22007 0 -1 4202560 702 0 0 0 251 16 0 0 20 0 22 0 30775906 10060525568 913623 33554432000 1073741824 1073778376 140733297386368 139696359328040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23490/tid=23498] ppid=23487 vsize=9824732 CPUtime=2.73 cores=0,2,4,6
/proc/23490/task/23498/stat : 23498 (java) S 23487 23490 22007 0 -1 4202560 719 0 0 0 256 17 0 0 20 0 22 0 30775906 10060525568 913623 33554432000 1073741824 1073778376 140733297386368 139696358275240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23490/tid=23499] ppid=23487 vsize=9824732 CPUtime=2.57 cores=0,2,4,6
/proc/23490/task/23499/stat : 23499 (java) S 23487 23490 22007 0 -1 4202560 502 0 0 0 244 13 0 0 20 0 22 0 30775906 10060525568 913623 33554432000 1073741824 1073778376 140733297386368 139696357222952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23490/tid=23500] ppid=23487 vsize=9824732 CPUtime=2.81 cores=0,2,4,6
/proc/23490/task/23500/stat : 23500 (java) S 23487 23490 22007 0 -1 4202560 663 0 0 0 265 16 0 0 20 0 22 0 30775906 10060525568 913623 33554432000 1073741824 1073778376 140733297386368 139696356170152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23490/tid=23501] ppid=23487 vsize=9824732 CPUtime=3.73 cores=0,2,4,6
/proc/23490/task/23501/stat : 23501 (java) S 23487 23490 22007 0 -1 4202560 2252 0 0 0 366 7 0 0 20 0 22 0 30775907 10060525568 913623 33554432000 1073741824 1073778376 140733297386368 139696343972584 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23490/tid=23502] ppid=23487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23490/task/23502/stat : 23502 (java) S 23487 23490 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30775907 10060525568 913623 33554432000 1073741824 1073778376 140733297386368 139696342918648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23490/tid=23503] ppid=23487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23490/task/23503/stat : 23503 (java) S 23487 23490 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30775907 10060525568 913623 33554432000 1073741824 1073778376 140733297386368 139696341866248 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23490/tid=23504] ppid=23487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23490/task/23504/stat : 23504 (java) S 23487 23490 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30775909 10060525568 913623 33554432000 1073741824 1073778376 140733297386368 139696340814736 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23490/tid=23505] ppid=23487 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/23490/task/23505/stat : 23505 (java) S 23487 23490 22007 0 -1 4202560 9103 0 0 0 159 2 0 0 20 0 22 0 30775909 10060525568 913623 33554432000 1073741824 1073778376 140733297386368 139696339761336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23490/tid=23506] ppid=23487 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/23490/task/23506/stat : 23506 (java) S 23487 23490 22007 0 -1 4202560 6560 0 0 0 119 2 0 0 20 0 22 0 30775909 10060525568 913623 33554432000 1073741824 1073778376 140733297386368 139696338708536 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23490/tid=23507] ppid=23487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23490/task/23507/stat : 23507 (java) S 23487 23490 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30775910 10060525568 913623 33554432000 1073741824 1073778376 140733297386368 139696337656440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23490/tid=23508] ppid=23487 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/23490/task/23508/stat : 23508 (java) S 23487 23490 22007 0 -1 4202560 51 0 0 0 18 16 0 0 20 0 22 0 30775910 10060525568 913623 33554432000 1073741824 1073778376 140733297386368 139696336603848 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23490/tid=23509] ppid=23487 vsize=9824732 CPUtime=872.09 cores=0,2,4,6
/proc/23490/task/23509/stat : 23509 (java) R 23487 23490 22007 0 -1 4202560 60 0 0 0 87194 15 0 0 20 0 22 0 30775955 10060525568 913623 33554432000 1073741824 1073778376 140733297386368 139696335548224 139696446095503 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23490/tid=23510] ppid=23487 vsize=9824732 CPUtime=872.04 cores=0,2,4,6
/proc/23490/task/23510/stat : 23510 (java) R 23487 23490 22007 0 -1 4202560 2133 0 0 0 87153 51 0 0 20 0 22 0 30775955 10060525568 913623 33554432000 1073741824 1073778376 140733297386368 139696334496512 139696446137216 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23490/tid=23511] ppid=23487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23490/task/23511/stat : 23511 (java) S 23487 23490 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30775956 10060525568 913623 33554432000 1073741824 1073778376 140733297386368 139696333444776 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23490/tid=23512] ppid=23487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23490/task/23512/stat : 23512 (java) S 23487 23490 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30775956 10060525568 913623 33554432000 1073741824 1073778376 140733297386368 139696332391976 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1772.77
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.901 s]
/proc/loadavg: 4.37 4.25 4.21 6/219 23612
/proc/meminfo: memFree=23095828/32872528 swapFree=1437460/1543748
[pid=23490] ppid=23487 vsize=9824732 CPUtime=1800.05 cores=0,2,4,6
/proc/23490/stat : 23490 (java) S 23487 23490 22007 0 -1 4202496 28962 0 1 0 179823 182 0 0 20 0 22 0 30775904 10060525568 914647 33554432000 1073741824 1073778376 140733297386368 140733297377504 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23490/statm: 2456183 914647 2301 9 0 2446860 0
[pid=23490/tid=23492] ppid=23487 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/23490/task/23492/stat : 23492 (java) S 23487 23490 22007 0 -1 4202560 2451 0 1 0 50 3 0 0 20 0 22 0 30775904 10060525568 914647 33554432000 1073741824 1073778376 140733297386368 139696587678584 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23490/tid=23493] ppid=23487 vsize=9824732 CPUtime=2.57 cores=0,2,4,6
/proc/23490/task/23493/stat : 23493 (java) S 23487 23490 22007 0 -1 4202560 547 0 0 0 242 15 0 0 20 0 22 0 30775906 10060525568 914647 33554432000 1073741824 1073778376 140733297386368 139696565779240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23490/tid=23494] ppid=23487 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/23490/task/23494/stat : 23494 (java) S 23487 23490 22007 0 -1 4202560 695 0 0 0 231 14 0 0 20 0 22 0 30775906 10060525568 914647 33554432000 1073741824 1073778376 140733297386368 139696564726440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23490/tid=23495] ppid=23487 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/23490/task/23495/stat : 23495 (java) S 23487 23490 22007 0 -1 4202560 634 0 0 0 255 13 0 0 20 0 22 0 30775906 10060525568 914647 33554432000 1073741824 1073778376 140733297386368 139696361434152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23490/tid=23496] ppid=23487 vsize=9824732 CPUtime=3.08 cores=0,2,4,6
/proc/23490/task/23496/stat : 23496 (java) S 23487 23490 22007 0 -1 4202560 620 0 0 0 289 19 0 0 20 0 22 0 30775906 10060525568 914647 33554432000 1073741824 1073778376 140733297386368 139696360381352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23490/tid=23497] ppid=23487 vsize=9824732 CPUtime=2.7 cores=0,2,4,6
/proc/23490/task/23497/stat : 23497 (java) S 23487 23490 22007 0 -1 4202560 702 0 0 0 254 16 0 0 20 0 22 0 30775906 10060525568 914647 33554432000 1073741824 1073778376 140733297386368 139696359328040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23490/tid=23498] ppid=23487 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/23490/task/23498/stat : 23498 (java) S 23487 23490 22007 0 -1 4202560 720 0 0 0 259 17 0 0 20 0 22 0 30775906 10060525568 914647 33554432000 1073741824 1073778376 140733297386368 139696358275240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23490/tid=23499] ppid=23487 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/23490/task/23499/stat : 23499 (java) S 23487 23490 22007 0 -1 4202560 503 0 0 0 246 13 0 0 20 0 22 0 30775906 10060525568 914647 33554432000 1073741824 1073778376 140733297386368 139696357222952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23490/tid=23500] ppid=23487 vsize=9824732 CPUtime=2.83 cores=0,2,4,6
/proc/23490/task/23500/stat : 23500 (java) S 23487 23490 22007 0 -1 4202560 663 0 0 0 267 16 0 0 20 0 22 0 30775906 10060525568 914647 33554432000 1073741824 1073778376 140733297386368 139696356170152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23490/tid=23501] ppid=23487 vsize=9824732 CPUtime=3.73 cores=0,2,4,6
/proc/23490/task/23501/stat : 23501 (java) S 23487 23490 22007 0 -1 4202560 2252 0 0 0 366 7 0 0 20 0 22 0 30775907 10060525568 914647 33554432000 1073741824 1073778376 140733297386368 139696343972584 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23490/tid=23502] ppid=23487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23490/task/23502/stat : 23502 (java) S 23487 23490 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30775907 10060525568 914647 33554432000 1073741824 1073778376 140733297386368 139696342918648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23490/tid=23503] ppid=23487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23490/task/23503/stat : 23503 (java) S 23487 23490 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30775907 10060525568 914647 33554432000 1073741824 1073778376 140733297386368 139696341866248 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23490/tid=23504] ppid=23487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23490/task/23504/stat : 23504 (java) S 23487 23490 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30775909 10060525568 914647 33554432000 1073741824 1073778376 140733297386368 139696340814736 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23490/tid=23505] ppid=23487 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/23490/task/23505/stat : 23505 (java) S 23487 23490 22007 0 -1 4202560 9103 0 0 0 159 2 0 0 20 0 22 0 30775909 10060525568 914647 33554432000 1073741824 1073778376 140733297386368 139696339761336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23490/tid=23506] ppid=23487 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/23490/task/23506/stat : 23506 (java) S 23487 23490 22007 0 -1 4202560 6560 0 0 0 119 2 0 0 20 0 22 0 30775909 10060525568 914647 33554432000 1073741824 1073778376 140733297386368 139696338708536 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23490/tid=23507] ppid=23487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23490/task/23507/stat : 23507 (java) S 23487 23490 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30775910 10060525568 914647 33554432000 1073741824 1073778376 140733297386368 139696337656440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23490/tid=23508] ppid=23487 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/23490/task/23508/stat : 23508 (java) S 23487 23490 22007 0 -1 4202560 53 0 0 0 18 16 0 0 20 0 22 0 30775910 10060525568 914647 33554432000 1073741824 1073778376 140733297386368 139696336603848 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23490/tid=23509] ppid=23487 vsize=9824732 CPUtime=885.62 cores=0,2,4,6
/proc/23490/task/23509/stat : 23509 (java) R 23487 23490 22007 0 -1 4202560 60 0 0 0 88547 15 0 0 20 0 22 0 30775955 10060525568 914647 33554432000 1073741824 1073778376 140733297386368 139696335540592 139696446095503 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23490/tid=23510] ppid=23487 vsize=9824732 CPUtime=885.58 cores=0,2,4,6
/proc/23490/task/23510/stat : 23510 (java) R 23487 23490 22007 0 -1 4202560 2134 0 0 0 88507 51 0 0 20 0 22 0 30775955 10060525568 914647 33554432000 1073741824 1073778376 140733297386368 139696334496512 139696446137251 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23490/tid=23511] ppid=23487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23490/task/23511/stat : 23511 (java) S 23487 23490 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30775956 10060525568 914647 33554432000 1073741824 1073778376 140733297386368 139696333444776 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23490/tid=23512] ppid=23487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23490/task/23512/stat : 23512 (java) S 23487 23490 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30775956 10060525568 914647 33554432000 1073741824 1073778376 140733297386368 139696332391976 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 23490 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.901 s]
/proc/loadavg: 4.37 4.25 4.21 6/219 23612
/proc/meminfo: memFree=23095828/32872528 swapFree=1437460/1543748
[pid=23490] ppid=23487 vsize=9824732 CPUtime=1800.05 cores=0,2,4,6
/proc/23490/stat : 23490 (java) S 23487 23490 22007 0 -1 4202496 28962 0 1 0 179823 182 0 0 20 0 22 0 30775904 10060525568 914647 33554432000 1073741824 1073778376 140733297386368 140733297377504 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23490/statm: 2456183 914647 2301 9 0 2446860 0
[pid=23490/tid=23492] ppid=23487 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/23490/task/23492/stat : 23492 (java) S 23487 23490 22007 0 -1 4202560 2451 0 1 0 50 3 0 0 20 0 22 0 30775904 10060525568 914647 33554432000 1073741824 1073778376 140733297386368 139696587678584 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23490/tid=23493] ppid=23487 vsize=9824732 CPUtime=2.57 cores=0,2,4,6
/proc/23490/task/23493/stat : 23493 (java) S 23487 23490 22007 0 -1 4202560 547 0 0 0 242 15 0 0 20 0 22 0 30775906 10060525568 914647 33554432000 1073741824 1073778376 140733297386368 139696565779240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23490/tid=23494] ppid=23487 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/23490/task/23494/stat : 23494 (java) S 23487 23490 22007 0 -1 4202560 695 0 0 0 231 14 0 0 20 0 22 0 30775906 10060525568 914647 33554432000 1073741824 1073778376 140733297386368 139696564726440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23490/tid=23495] ppid=23487 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/23490/task/23495/stat : 23495 (java) S 23487 23490 22007 0 -1 4202560 634 0 0 0 255 13 0 0 20 0 22 0 30775906 10060525568 914647 33554432000 1073741824 1073778376 140733297386368 139696361434152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23490/tid=23496] ppid=23487 vsize=9824732 CPUtime=3.08 cores=0,2,4,6
/proc/23490/task/23496/stat : 23496 (java) S 23487 23490 22007 0 -1 4202560 620 0 0 0 289 19 0 0 20 0 22 0 30775906 10060525568 914647 33554432000 1073741824 1073778376 140733297386368 139696360381352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23490/tid=23497] ppid=23487 vsize=9824732 CPUtime=2.7 cores=0,2,4,6
/proc/23490/task/23497/stat : 23497 (java) S 23487 23490 22007 0 -1 4202560 702 0 0 0 254 16 0 0 20 0 22 0 30775906 10060525568 914647 33554432000 1073741824 1073778376 140733297386368 139696359328040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23490/tid=23498] ppid=23487 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/23490/task/23498/stat : 23498 (java) S 23487 23490 22007 0 -1 4202560 720 0 0 0 259 17 0 0 20 0 22 0 30775906 10060525568 914647 33554432000 1073741824 1073778376 140733297386368 139696358275240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23490/tid=23499] ppid=23487 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/23490/task/23499/stat : 23499 (java) S 23487 23490 22007 0 -1 4202560 503 0 0 0 246 13 0 0 20 0 22 0 30775906 10060525568 914647 33554432000 1073741824 1073778376 140733297386368 139696357222952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23490/tid=23500] ppid=23487 vsize=9824732 CPUtime=2.83 cores=0,2,4,6
/proc/23490/task/23500/stat : 23500 (java) S 23487 23490 22007 0 -1 4202560 663 0 0 0 267 16 0 0 20 0 22 0 30775906 10060525568 914647 33554432000 1073741824 1073778376 140733297386368 139696356170152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23490/tid=23501] ppid=23487 vsize=9824732 CPUtime=3.73 cores=0,2,4,6
/proc/23490/task/23501/stat : 23501 (java) S 23487 23490 22007 0 -1 4202560 2252 0 0 0 366 7 0 0 20 0 22 0 30775907 10060525568 914647 33554432000 1073741824 1073778376 140733297386368 139696343972584 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23490/tid=23502] ppid=23487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23490/task/23502/stat : 23502 (java) S 23487 23490 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30775907 10060525568 914647 33554432000 1073741824 1073778376 140733297386368 139696342918648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23490/tid=23503] ppid=23487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23490/task/23503/stat : 23503 (java) S 23487 23490 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30775907 10060525568 914647 33554432000 1073741824 1073778376 140733297386368 139696341866248 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23490/tid=23504] ppid=23487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23490/task/23504/stat : 23504 (java) S 23487 23490 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30775909 10060525568 914647 33554432000 1073741824 1073778376 140733297386368 139696340814736 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23490/tid=23505] ppid=23487 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/23490/task/23505/stat : 23505 (java) S 23487 23490 22007 0 -1 4202560 9103 0 0 0 159 2 0 0 20 0 22 0 30775909 10060525568 914647 33554432000 1073741824 1073778376 140733297386368 139696339761336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23490/tid=23506] ppid=23487 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/23490/task/23506/stat : 23506 (java) S 23487 23490 22007 0 -1 4202560 6560 0 0 0 119 2 0 0 20 0 22 0 30775909 10060525568 914647 33554432000 1073741824 1073778376 140733297386368 139696338708536 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23490/tid=23507] ppid=23487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23490/task/23507/stat : 23507 (java) S 23487 23490 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30775910 10060525568 914647 33554432000 1073741824 1073778376 140733297386368 139696337656440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23490/tid=23508] ppid=23487 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/23490/task/23508/stat : 23508 (java) S 23487 23490 22007 0 -1 4202560 53 0 0 0 18 16 0 0 20 0 22 0 30775910 10060525568 914647 33554432000 1073741824 1073778376 140733297386368 139696336603848 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23490/tid=23509] ppid=23487 vsize=9824732 CPUtime=885.62 cores=0,2,4,6
/proc/23490/task/23509/stat : 23509 (java) R 23487 23490 22007 0 -1 4202560 60 0 0 0 88547 15 0 0 20 0 22 0 30775955 10060525568 914647 33554432000 1073741824 1073778376 140733297386368 139696335540592 139696446095503 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23490/tid=23510] ppid=23487 vsize=9824732 CPUtime=885.58 cores=0,2,4,6
/proc/23490/task/23510/stat : 23510 (java) R 23487 23490 22007 0 -1 4202560 2134 0 0 0 88507 51 0 0 20 0 22 0 30775955 10060525568 914647 33554432000 1073741824 1073778376 140733297386368 139696334496512 139696446137251 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23490/tid=23511] ppid=23487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23490/task/23511/stat : 23511 (java) S 23487 23490 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30775956 10060525568 914647 33554432000 1073741824 1073778376 140733297386368 139696333444776 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23490/tid=23512] ppid=23487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23490/task/23512/stat : 23512 (java) S 23487 23490 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30775956 10060525568 914647 33554432000 1073741824 1073778376 140733297386368 139696332391976 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 895.968
CPU time (s): 1800.71
CPU user time (s): 1798.35
CPU system time (s): 2.36264
CPU usage (%): 200.979
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.35
system time used= 2.36264
maximum resident set size= 3658704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28998
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24319
involuntary context switches= 28254

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.74082 second user time and 5.33819 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-26 23:42:46
IDJOB=4117094
IDBENCH=109552
IDSOLVER=2543
FILE ID=node116/4117094-1466977366
RUNJOBID= node116-1466969304-22023
PBS_JOBID= 19976377
Free space on /tmp= 71680 MiB

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

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

MD5SUM BENCH= c9b920119562b92648bbd1caba5edf40
RANDOM SEED=228835919

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.206
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.206
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.206
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.206
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		: 2666.206
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:        26484108 kB
Buffers:           40416 kB
Cached:           316308 kB
SwapCached:         2072 kB
Active:          3791736 kB
Inactive:         325340 kB
Active(anon):    3760960 kB
Inactive(anon):     1656 kB
Active(file):      30776 kB
Inactive(file):   323684 kB
Unevictable:     1543748 kB
Mlocked:         1437460 kB
SwapTotal:      67108856 kB
SwapFree:       67098680 kB
Dirty:               932 kB
Writeback:             0 kB
AnonPages:       5411728 kB
Mapped:            15452 kB
Shmem:                 0 kB
Slab:             566428 kB
SReclaimable:      10448 kB
SUnreclaim:       555980 kB
KernelStack:        1680 kB
PageTables:        14388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5610024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3907584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71680 MiB
End job on node116 at 2016-06-26 23:57:42