Trace number 4116486

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.76 895.071

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size96-round23-8.opb
MD5SUM3cf063c4f0bb38f0869318b9b868216b
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 constraints9472
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)384
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-4116486-1466971095.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
1.00/0.51	c ... done. Wall clock time 0.388s.
1.00/0.51	c declared #vars     4288
1.00/0.51	c #constraints  10752
1.00/0.51	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.00/0.51	c constraints type 
1.00/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
1.00/0.51	c org.sat4j.specs.Constr$1 => 872
1.00/0.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
1.00/0.51	c org.sat4j.minisat.constraints.cnf.UnitClause => 472
1.00/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
1.00/0.51	c 10752 constraints processed.
1.00/0.51	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.00/0.51	c constraints type 
1.00/0.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
1.00/0.51	c org.sat4j.specs.Constr$1 => 872
1.00/0.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7494
1.00/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1786
1.00/0.51	c org.sat4j.pb.constraints.pb.UnitClausePB => 472
1.00/0.51	c 10752 constraints processed.
4.43/1.42	c cleaning 2492 clauses out of 4998 with flag 16660/5000
5.92/2.06	c cleaning 4249 clauses out of 8506 with flag 39167/11000
7.61/2.85	c cleaning 5623 clauses out of 11258 with flag 67244/18001
9.46/3.73	c cleaning 6788 clauses out of 13634 with flag 98029/26000
11.54/4.78	c cleaning 7911 clauses out of 15848 with flag 136094/35002
14.02/5.98	c cleaning 8945 clauses out of 17935 with flag 178616/45000
16.62/7.24	c cleaning 9951 clauses out of 19991 with flag 228502/56001
19.53/8.70	c cleaning 10999 clauses out of 22039 with flag 286599/68000
22.73/10.28	c cleaning 11976 clauses out of 24040 with flag 353397/81000
26.67/12.17	c cleaning 13021 clauses out of 26064 with flag 422950/95000
29.26/13.49	c cleaning 0 clauses out of 5001 with flag 0/5001
30.87/14.17	c cleaning 13988 clauses out of 28043 with flag 502006/110000
35.72/16.30	c cleaning 14982 clauses out of 30055 with flag 587974/126000
40.67/18.77	c cleaning 16026 clauses out of 32073 with flag 678923/143000
45.85/21.38	c cleaning 17010 clauses out of 34047 with flag 776504/161000
51.60/24.16	c cleaning 18012 clauses out of 36038 with flag 882012/180001
57.40/27.03	c cleaning 18991 clauses out of 38025 with flag 993604/200000
63.80/30.20	c cleaning 19969 clauses out of 40035 with flag 1110111/221001
70.74/33.64	c cleaning 21006 clauses out of 42067 with flag 1234660/243002
77.94/37.21	c cleaning 22005 clauses out of 44059 with flag 1368111/266000
85.45/40.96	c cleaning 22955 clauses out of 46054 with flag 1510419/290000
93.64/45.03	c cleaning 24035 clauses out of 48099 with flag 1651719/315000
102.04/49.27	c cleaning 25021 clauses out of 50065 with flag 1807003/341001
111.36/53.86	c cleaning 25993 clauses out of 52045 with flag 1961582/368002
121.52/58.75	c cleaning 26998 clauses out of 54050 with flag 2126916/396000
131.52/63.80	c cleaning 27999 clauses out of 56053 with flag 2295789/425001
142.58/69.23	c cleaning 29016 clauses out of 58053 with flag 2475609/455000
153.79/74.83	c cleaning 29986 clauses out of 60038 with flag 2664090/486001
165.67/80.72	c cleaning 30977 clauses out of 62052 with flag 2855737/518001
178.38/87.05	c cleaning 31986 clauses out of 64075 with flag 3053027/551001
191.65/93.64	c cleaning 33028 clauses out of 66089 with flag 3259007/585001
205.30/100.49	c cleaning 33998 clauses out of 68061 with flag 3470713/620001
206.10/100.84	c cleaning 0 clauses out of 11001 with flag 0/11001
219.96/107.71	c cleaning 35009 clauses out of 70062 with flag 3689416/656000
235.25/115.34	c cleaning 36004 clauses out of 72054 with flag 3914659/693001
251.99/124.03	c cleaning 36985 clauses out of 74049 with flag 4143086/731000
268.03/132.10	c cleaning 38002 clauses out of 76064 with flag 4382084/770000
285.09/140.53	c cleaning 38997 clauses out of 78062 with flag 4626529/810000
302.77/149.31	c cleaning 40033 clauses out of 80065 with flag 4873436/851000
321.48/158.65	c cleaning 41000 clauses out of 82032 with flag 5128930/893000
341.02/168.37	c cleaning 42002 clauses out of 84032 with flag 5391561/936000
361.12/178.33	c cleaning 43009 clauses out of 86032 with flag 5660495/980002
382.38/188.91	c cleaning 44007 clauses out of 88022 with flag 5941733/1025001
404.77/200.05	c cleaning 44986 clauses out of 90014 with flag 6221022/1071000
427.45/211.37	c cleaning 45980 clauses out of 92028 with flag 6513309/1118000
451.31/223.24	c cleaning 47015 clauses out of 94048 with flag 6809603/1166000
475.59/235.33	c cleaning 47997 clauses out of 96035 with flag 7106795/1215002
500.99/247.90	c cleaning 48990 clauses out of 98037 with flag 7416332/1265001
527.13/260.99	c cleaning 50010 clauses out of 100049 with flag 7735392/1316003
553.85/274.20	c cleaning 50968 clauses out of 102037 with flag 8057978/1368001
581.89/288.10	c cleaning 51992 clauses out of 104068 with flag 8386818/1421000
611.54/303.58	c cleaning 52980 clauses out of 106077 with flag 8722347/1475001
640.68/318.01	c cleaning 54024 clauses out of 108096 with flag 9061172/1530000
670.53/332.99	c cleaning 54996 clauses out of 110072 with flag 9412464/1586000
701.94/348.59	c cleaning 56033 clauses out of 112077 with flag 9765073/1643001
734.38/364.65	c cleaning 57007 clauses out of 114043 with flag 10126237/1701000
767.92/381.36	c cleaning 58006 clauses out of 116036 with flag 10485525/1760000
801.92/398.20	c cleaning 59001 clauses out of 118030 with flag 10856371/1820000
829.30/411.69	c cleaning 0 clauses out of 18000 with flag 0/18000
837.50/415.80	c cleaning 60001 clauses out of 120029 with flag 11233626/1881000
874.04/433.84	c cleaning 60964 clauses out of 122028 with flag 11614742/1943000
912.13/452.73	c cleaning 61975 clauses out of 124065 with flag 12005170/2006001
951.09/472.15	c cleaning 63001 clauses out of 126090 with flag 12398805/2070001
991.24/492.16	c cleaning 63999 clauses out of 128090 with flag 12797794/2135002
1032.59/512.72	c cleaning 65014 clauses out of 130090 with flag 13207887/2201001
1074.08/533.31	c cleaning 65965 clauses out of 132075 with flag 13618655/2268000
1117.55/554.92	c cleaning 67033 clauses out of 134110 with flag 14039028/2336000
1163.72/578.75	c cleaning 67987 clauses out of 136077 with flag 14468675/2405000
1209.75/601.63	c cleaning 69037 clauses out of 138091 with flag 14898623/2475001
1255.95/624.65	c cleaning 69986 clauses out of 140053 with flag 15333760/2546000
1304.37/648.62	c cleaning 71009 clauses out of 142067 with flag 15776981/2618000
1354.43/673.41	c cleaning 71998 clauses out of 144059 with flag 16219163/2691001
1405.44/698.84	c cleaning 73017 clauses out of 146060 with flag 16665505/2765000
1456.88/724.43	c cleaning 73979 clauses out of 148047 with flag 17119998/2840004
1510.96/751.40	c cleaning 75016 clauses out of 150065 with flag 17585612/2916001
1565.88/778.60	c cleaning 75993 clauses out of 152048 with flag 18055297/2993000
1622.03/806.54	c cleaning 77022 clauses out of 154057 with flag 18527132/3071002
1679.39/835.04	c cleaning 77943 clauses out of 156033 with flag 19013099/3150000
1738.79/864.55	c cleaning 79030 clauses out of 158090 with flag 19505784/3230000
1797.15/893.55	c cleaning 79999 clauses out of 160061 with flag 20006810/3311001
1800.15/895.00	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.15/895.00	c starts		: 22304
1800.15/895.00	c conflicts		: 3316274
1800.15/895.00	c decisions		: 30711963
1800.15/895.00	c propagations		: 445066463
1800.15/895.00	c inspects		: 8746916360
1800.15/895.00	c shortcuts		: 0
1800.15/895.00	c learnt literals	: 2
1800.15/895.00	c learnt binary clauses	: 39
1800.15/895.00	c learnt ternary clauses	: 561
1800.15/895.00	c learnt constraints	: 3316272
1800.15/895.00	c ignored constraints	: 0
1800.15/895.00	c root simplifications	: 0
1800.15/895.00	c removed literals (reason simplification)	: 2399134
1800.15/895.00	c reason swapping (by a shorter reason)	: 0
1800.15/895.00	c Calls to reduceDB	: 77
1800.15/895.00	c Number of update (reduction) of LBD	: 709600
1800.15/895.00	c Imported unit clauses	: 0
1800.15/895.00	c number of reductions to clauses (during analyze)	: 0
1800.15/895.00	c number of learned constraints concerned by reduction	: 0
1800.15/895.00	c number of learning phase by resolution	: 0
1800.15/895.00	c number of learning phase by cutting planes	: 0
1800.15/895.00	c speed (assignments/second)	: 497567.83016800747
1800.15/895.00	c non guided choices	17332
1800.15/895.03	c learnt constraints type 
1800.15/895.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 39
1800.15/895.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 85296
1800.15/895.03	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.15/895.03	c starts		: 52
1800.15/895.03	c conflicts		: 23405
1800.15/895.03	c decisions		: 86013
1800.15/895.03	c propagations		: 2749105
1800.15/895.03	c inspects		: 856967964
1800.15/895.03	c shortcuts		: 0
1800.15/895.03	c learnt literals	: 0
1800.15/895.03	c learnt binary clauses	: 0
1800.15/895.03	c learnt ternary clauses	: 0
1800.15/895.03	c learnt constraints	: 23404
1800.15/895.03	c ignored constraints	: 0
1800.15/895.03	c root simplifications	: 0
1800.15/895.03	c removed literals (reason simplification)	: 0
1800.15/895.03	c reason swapping (by a shorter reason)	: 0
1800.15/895.03	c Calls to reduceDB	: 3
1800.15/895.03	c Number of update (reduction) of LBD	: 0
1800.15/895.03	c Imported unit clauses	: 0
1800.15/895.03	c number of reductions to clauses (during analyze)	: 0
1800.15/895.03	c number of learned constraints concerned by reduction	: 0
1800.15/895.03	c number of learning phase by resolution	: 0
1800.15/895.03	c number of learning phase by cutting planes	: 0
1800.15/895.03	c speed (assignments/second)	: 3073.297984489884
1800.15/895.03	c non guided choices	387
1800.15/895.04	c learnt constraints type 
1800.15/895.04	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 17
1800.15/895.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23387
1800.15/895.04	s UNKNOWN
1800.15/895.04	c Total wall clock time (in seconds): 894.923

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

pid=22322
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.25 4.26 3.94 4/197 22325
/proc/meminfo: memFree=26670028/32872528 swapFree=1437460/1543748
[pid=22325] ppid=22322 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/22325/stat : 22325 (java) R 22322 22325 22007 0 -1 4202496 522 0 0 0 0 0 0 0 20 0 1 0 30148874 9515008 176 33554432000 1073741824 1073778376 140733203125696 140733203122824 266435642256 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22325/statm: 2323 176 133 9 0 71 0

[startup+0.100111 s]
/proc/loadavg: 4.25 4.26 3.94 4/197 22325
/proc/meminfo: memFree=26670028/32872528 swapFree=1437460/1543748
[pid=22325] ppid=22322 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/22325/stat : 22325 (java) S 22322 22325 22007 0 -1 4202496 4414 0 1 0 8 1 0 0 20 0 18 0 30148874 9787879424 6036 33554432000 1073741824 1073778376 140733203125696 140733203116832 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22325/statm: 2389619 6036 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.25 4.26 3.94 4/197 22325
/proc/meminfo: memFree=26670028/32872528 swapFree=1437460/1543748
[pid=22325] ppid=22322 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/22325/stat : 22325 (java) S 22322 22325 22007 0 -1 4202496 4694 0 1 0 23 1 0 0 20 0 18 0 30148874 9787879424 6779 33554432000 1073741824 1073778376 140733203125696 140733203116832 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22325/statm: 2389619 6779 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300221 s]
/proc/loadavg: 4.25 4.26 3.94 4/197 22325
/proc/meminfo: memFree=26670028/32872528 swapFree=1437460/1543748
[pid=22325] ppid=22322 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/22325/stat : 22325 (java) S 22322 22325 22007 0 -1 4202496 5878 0 1 0 46 1 0 0 20 0 18 0 30148874 9787879424 8851 33554432000 1073741824 1073778376 140733203125696 140733203116832 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22325/statm: 2389619 8851 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700202 s]
/proc/loadavg: 4.25 4.26 3.94 4/197 22325
/proc/meminfo: memFree=26670028/32872528 swapFree=1437460/1543748
[pid=22325] ppid=22322 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/22325/stat : 22325 (java) S 22322 22325 22007 0 -1 4202496 14372 0 1 0 168 4 0 0 20 0 22 0 30148874 10060525568 23599 33554432000 1073741824 1073778376 140733203125696 140733203116832 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22325/statm: 2456183 23599 2265 9 0 2446860 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 4.25 4.26 3.94 5/196 22349
/proc/meminfo: memFree=30143496/32872528 swapFree=1437460/1543748
[pid=22325] ppid=22322 vsize=9824732 CPUtime=4.68 cores=1,3,5,7
/proc/22325/stat : 22325 (java) S 22322 22325 22007 0 -1 4202496 20729 0 1 0 460 8 0 0 20 0 22 0 30148874 10060525568 46462 33554432000 1073741824 1073778376 140733203125696 140733203116832 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22325/statm: 2456183 46462 2292 9 0 2446860 0
[pid=22325/tid=22327] ppid=22322 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/22325/task/22327/stat : 22327 (java) S 22322 22325 22007 0 -1 4202560 2479 0 1 0 46 2 0 0 20 0 22 0 30148875 10060525568 46462 33554432000 1073741824 1073778376 140733203125696 140380479865720 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22328] ppid=22322 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22328/stat : 22328 (java) S 22322 22325 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30148876 10060525568 46462 33554432000 1073741824 1073778376 140733203125696 140380323396008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22329] ppid=22322 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22329/stat : 22329 (java) S 22322 22325 22007 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30148876 10060525568 46462 33554432000 1073741824 1073778376 140733203125696 140380322343464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22330] ppid=22322 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22330/stat : 22330 (java) S 22322 22325 22007 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30148876 10060525568 46462 33554432000 1073741824 1073778376 140733203125696 140380321290408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22331] ppid=22322 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22331/stat : 22331 (java) S 22322 22325 22007 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30148876 10060525568 46462 33554432000 1073741824 1073778376 140733203125696 140380320237864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22332] ppid=22322 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22332/stat : 22332 (java) S 22322 22325 22007 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 30148876 10060525568 46462 33554432000 1073741824 1073778376 140733203125696 140380319185832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22333] ppid=22322 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22333/stat : 22333 (java) S 22322 22325 22007 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30148876 10060525568 46462 33554432000 1073741824 1073778376 140733203125696 140380318133288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22325/tid=22334] ppid=22322 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22334/stat : 22334 (java) S 22322 22325 22007 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30148876 10060525568 46462 33554432000 1073741824 1073778376 140733203125696 140380317080232 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22335] ppid=22322 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22335/stat : 22335 (java) S 22322 22325 22007 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 30148876 10060525568 46462 33554432000 1073741824 1073778376 140733203125696 140380316027688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22336] ppid=22322 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22336/stat : 22336 (java) S 22322 22325 22007 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 30148877 10060525568 46462 33554432000 1073741824 1073778376 140733203125696 140380303829352 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22337] ppid=22322 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22337/stat : 22337 (java) S 22322 22325 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30148877 10060525568 46462 33554432000 1073741824 1073778376 140733203125696 140380302775672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22338] ppid=22322 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22338/stat : 22338 (java) S 22322 22325 22007 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30148877 10060525568 46462 33554432000 1073741824 1073778376 140733203125696 140380301722504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22339] ppid=22322 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22339/stat : 22339 (java) S 22322 22325 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30148880 10060525568 46462 33554432000 1073741824 1073778376 140733203125696 140380300671248 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22340] ppid=22322 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/22325/task/22340/stat : 22340 (java) S 22322 22325 22007 0 -1 4202560 10624 0 0 0 110 2 0 0 20 0 22 0 30148880 10060525568 46462 33554432000 1073741824 1073778376 140733203125696 140380299619128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22341] ppid=22322 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/22325/task/22341/stat : 22341 (java) S 22322 22325 22007 0 -1 4202560 6155 0 0 0 107 2 0 0 20 0 22 0 30148880 10060525568 46462 33554432000 1073741824 1073778376 140733203125696 140380298566584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22325/tid=22342] ppid=22322 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22342/stat : 22342 (java) S 22322 22325 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30148880 10060525568 46462 33554432000 1073741824 1073778376 140733203125696 140380297513720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22325/tid=22343] ppid=22322 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22343/stat : 22343 (java) S 22322 22325 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30148880 10060525568 46462 33554432000 1073741824 1073778376 140733203125696 140380296461384 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22344] ppid=22322 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/22325/task/22344/stat : 22344 (java) R 22322 22325 22007 0 -1 4202560 17 0 0 0 95 0 0 0 20 0 22 0 30148925 10060525568 46462 33554432000 1073741824 1073778376 140733203125696 140380295406008 140380352540259 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22345] ppid=22322 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/22325/task/22345/stat : 22345 (java) R 22322 22325 22007 0 -1 4202560 72 0 0 0 91 2 0 0 20 0 22 0 30148925 10060525568 46462 33554432000 1073741824 1073778376 140733203125696 140380294352728 140380352553549 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22346] ppid=22322 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22346/stat : 22346 (java) S 22322 22325 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30148926 10060525568 46462 33554432000 1073741824 1073778376 140733203125696 140380293301032 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22325/tid=22347] ppid=22322 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22347/stat : 22347 (java) S 22322 22325 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30148926 10060525568 46462 33554432000 1073741824 1073778376 140733203125696 140380292248488 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.68
Current children cumulated vsize (KiB) 9824732

[startup+3.10085 s]
/proc/loadavg: 4.15 4.24 3.93 7/219 22416
/proc/meminfo: memFree=29908328/32872528 swapFree=1437460/1543748
[pid=22325] ppid=22322 vsize=9824732 CPUtime=8.26 cores=1,3,5,7
/proc/22325/stat : 22325 (java) S 22322 22325 22007 0 -1 4202496 21029 0 1 0 810 16 0 0 20 0 22 0 30148874 10060525568 89092 33554432000 1073741824 1073778376 140733203125696 140733203116832 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22325/statm: 2456183 89092 2292 9 0 2446860 0
[pid=22325/tid=22327] ppid=22322 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/22325/task/22327/stat : 22327 (java) S 22322 22325 22007 0 -1 4202560 2479 0 1 0 46 2 0 0 20 0 22 0 30148875 10060525568 89092 33554432000 1073741824 1073778376 140733203125696 140380479865720 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22328] ppid=22322 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/22325/task/22328/stat : 22328 (java) S 22322 22325 22007 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 30148876 10060525568 89092 33554432000 1073741824 1073778376 140733203125696 140380323396008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22329] ppid=22322 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/22325/task/22329/stat : 22329 (java) S 22322 22325 22007 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 30148876 10060525568 89092 33554432000 1073741824 1073778376 140733203125696 140380322343464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22330] ppid=22322 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/22325/task/22330/stat : 22330 (java) S 22322 22325 22007 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 30148876 10060525568 89092 33554432000 1073741824 1073778376 140733203125696 140380321290408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22331] ppid=22322 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/22325/task/22331/stat : 22331 (java) S 22322 22325 22007 0 -1 4202560 35 0 0 0 3 2 0 0 20 0 22 0 30148876 10060525568 89092 33554432000 1073741824 1073778376 140733203125696 140380320237864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22325/tid=22332] ppid=22322 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/22325/task/22332/stat : 22332 (java) S 22322 22325 22007 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 30148876 10060525568 89092 33554432000 1073741824 1073778376 140733203125696 140380319185832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22333] ppid=22322 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/22325/task/22333/stat : 22333 (java) S 22322 22325 22007 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 30148876 10060525568 89092 33554432000 1073741824 1073778376 140733203125696 140380318133288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22334] ppid=22322 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/22325/task/22334/stat : 22334 (java) S 22322 22325 22007 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 30148876 10060525568 89092 33554432000 1073741824 1073778376 140733203125696 140380317080232 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22335] ppid=22322 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/22325/task/22335/stat : 22335 (java) S 22322 22325 22007 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 22 0 30148876 10060525568 89092 33554432000 1073741824 1073778376 140733203125696 140380316027688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22336] ppid=22322 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22336/stat : 22336 (java) S 22322 22325 22007 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 30148877 10060525568 89092 33554432000 1073741824 1073778376 140733203125696 140380303829352 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22337] ppid=22322 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22337/stat : 22337 (java) S 22322 22325 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30148877 10060525568 89092 33554432000 1073741824 1073778376 140733203125696 140380302775672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22338] ppid=22322 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22338/stat : 22338 (java) S 22322 22325 22007 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30148877 10060525568 89092 33554432000 1073741824 1073778376 140733203125696 140380301722504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22339] ppid=22322 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22339/stat : 22339 (java) S 22322 22325 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30148880 10060525568 89092 33554432000 1073741824 1073778376 140733203125696 140380300671248 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22340] ppid=22322 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/22325/task/22340/stat : 22340 (java) S 22322 22325 22007 0 -1 4202560 10624 0 0 0 122 2 0 0 20 0 22 0 30148880 10060525568 89092 33554432000 1073741824 1073778376 140733203125696 140380299619128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22341] ppid=22322 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/22325/task/22341/stat : 22341 (java) S 22322 22325 22007 0 -1 4202560 6161 0 0 0 120 2 0 0 20 0 22 0 30148880 10060525568 89092 33554432000 1073741824 1073778376 140733203125696 140380298566584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22325/tid=22342] ppid=22322 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22342/stat : 22342 (java) S 22322 22325 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30148880 10060525568 89092 33554432000 1073741824 1073778376 140733203125696 140380297513720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22325/tid=22343] ppid=22322 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22343/stat : 22343 (java) S 22322 22325 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30148880 10060525568 89092 33554432000 1073741824 1073778376 140733203125696 140380296461384 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22344] ppid=22322 vsize=9824732 CPUtime=2.48 cores=1,3,5,7
/proc/22325/task/22344/stat : 22344 (java) R 22322 22325 22007 0 -1 4202560 20 0 0 0 248 0 0 0 20 0 22 0 30148925 10060525568 89092 33554432000 1073741824 1073778376 140733203125696 140380295397280 140380352692893 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22345] ppid=22322 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/22325/task/22345/stat : 22345 (java) R 22322 22325 22007 0 -1 4202560 130 0 0 0 243 4 0 0 20 0 22 0 30148925 10060525568 89092 33554432000 1073741824 1073778376 140733203125696 140380294352416 140380352682292 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22346] ppid=22322 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22346/stat : 22346 (java) S 22322 22325 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30148926 10060525568 89092 33554432000 1073741824 1073778376 140733203125696 140380293301032 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22325/tid=22347] ppid=22322 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22347/stat : 22347 (java) S 22322 22325 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30148926 10060525568 89092 33554432000 1073741824 1073778376 140733203125696 140380292248488 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.26
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.15 4.24 3.93 6/219 22416
/proc/meminfo: memFree=29299572/32872528 swapFree=1437460/1543748
[pid=22325] ppid=22322 vsize=9824732 CPUtime=14.82 cores=1,3,5,7
/proc/22325/stat : 22325 (java) S 22322 22325 22007 0 -1 4202496 21587 0 1 0 1455 27 0 0 20 0 22 0 30148874 10060525568 161965 33554432000 1073741824 1073778376 140733203125696 140733203116832 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22325/statm: 2456183 161965 2292 9 0 2446860 0
[pid=22325/tid=22327] ppid=22322 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/22325/task/22327/stat : 22327 (java) S 22322 22325 22007 0 -1 4202560 2479 0 1 0 46 2 0 0 20 0 22 0 30148875 10060525568 161965 33554432000 1073741824 1073778376 140733203125696 140380479865720 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22328] ppid=22322 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/22325/task/22328/stat : 22328 (java) S 22322 22325 22007 0 -1 4202560 27 0 0 0 5 0 0 0 20 0 22 0 30148876 10060525568 161965 33554432000 1073741824 1073778376 140733203125696 140380323396008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22329] ppid=22322 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/22325/task/22329/stat : 22329 (java) S 22322 22325 22007 0 -1 4202560 28 0 0 0 4 2 0 0 20 0 22 0 30148876 10060525568 161965 33554432000 1073741824 1073778376 140733203125696 140380322343464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22330] ppid=22322 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/22325/task/22330/stat : 22330 (java) S 22322 22325 22007 0 -1 4202560 46 0 0 0 6 2 0 0 20 0 22 0 30148876 10060525568 161965 33554432000 1073741824 1073778376 140733203125696 140380321290408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22331] ppid=22322 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/22325/task/22331/stat : 22331 (java) S 22322 22325 22007 0 -1 4202560 68 0 0 0 8 3 0 0 20 0 22 0 30148876 10060525568 161965 33554432000 1073741824 1073778376 140733203125696 140380320237864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22325/tid=22332] ppid=22322 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/22325/task/22332/stat : 22332 (java) S 22322 22325 22007 0 -1 4202560 60 0 0 0 4 2 0 0 20 0 22 0 30148876 10060525568 161965 33554432000 1073741824 1073778376 140733203125696 140380319185832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22333] ppid=22322 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/22325/task/22333/stat : 22333 (java) S 22322 22325 22007 0 -1 4202560 29 0 0 0 4 1 0 0 20 0 22 0 30148876 10060525568 161965 33554432000 1073741824 1073778376 140733203125696 140380318133288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22334] ppid=22322 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/22325/task/22334/stat : 22334 (java) S 22322 22325 22007 0 -1 4202560 34 0 0 0 4 1 0 0 20 0 22 0 30148876 10060525568 161965 33554432000 1073741824 1073778376 140733203125696 140380317080232 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22335] ppid=22322 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/22325/task/22335/stat : 22335 (java) S 22322 22325 22007 0 -1 4202560 35 0 0 0 4 2 0 0 20 0 22 0 30148876 10060525568 161965 33554432000 1073741824 1073778376 140733203125696 140380316027688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22336] ppid=22322 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22336/stat : 22336 (java) S 22322 22325 22007 0 -1 4202560 465 0 0 0 0 0 0 0 20 0 22 0 30148877 10060525568 161965 33554432000 1073741824 1073778376 140733203125696 140380303829352 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22337] ppid=22322 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22337/stat : 22337 (java) S 22322 22325 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30148877 10060525568 161965 33554432000 1073741824 1073778376 140733203125696 140380302775672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22338] ppid=22322 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22338/stat : 22338 (java) S 22322 22325 22007 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30148877 10060525568 161965 33554432000 1073741824 1073778376 140733203125696 140380301722504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22339] ppid=22322 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22339/stat : 22339 (java) S 22322 22325 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30148880 10060525568 161965 33554432000 1073741824 1073778376 140733203125696 140380300671248 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22340] ppid=22322 vsize=9824732 CPUtime=1.26 cores=1,3,5,7

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


[startup+822.301 s]
/proc/loadavg: 4.09 4.28 4.13 6/219 22461
/proc/meminfo: memFree=22787620/32872528 swapFree=1437460/1543748
[pid=22325] ppid=22322 vsize=9824732 CPUtime=1653.83 cores=1,3,5,7
/proc/22325/stat : 22325 (java) S 22322 22325 22007 0 -1 4202496 39540 0 1 0 165181 202 0 0 20 0 22 0 30148874 10060525568 935983 33554432000 1073741824 1073778376 140733203125696 140733203116832 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22325/statm: 2456183 935983 2301 9 0 2446860 0
[pid=22325/tid=22327] ppid=22322 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/22325/task/22327/stat : 22327 (java) S 22322 22325 22007 0 -1 4202560 2483 0 1 0 49 3 0 0 20 0 22 0 30148875 10060525568 935983 33554432000 1073741824 1073778376 140733203125696 140380479865720 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22328] ppid=22322 vsize=9824732 CPUtime=2.84 cores=1,3,5,7
/proc/22325/task/22328/stat : 22328 (java) S 22322 22325 22007 0 -1 4202560 619 0 0 0 268 16 0 0 20 0 22 0 30148876 10060525568 935983 33554432000 1073741824 1073778376 140733203125696 140380323396008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22325/tid=22329] ppid=22322 vsize=9824732 CPUtime=2.65 cores=1,3,5,7
/proc/22325/task/22329/stat : 22329 (java) S 22322 22325 22007 0 -1 4202560 589 0 0 0 249 16 0 0 20 0 22 0 30148876 10060525568 935983 33554432000 1073741824 1073778376 140733203125696 140380322343464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22330] ppid=22322 vsize=9824732 CPUtime=2.64 cores=1,3,5,7
/proc/22325/task/22330/stat : 22330 (java) S 22322 22325 22007 0 -1 4202560 693 0 0 0 248 16 0 0 20 0 22 0 30148876 10060525568 935983 33554432000 1073741824 1073778376 140733203125696 140380321290408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22331] ppid=22322 vsize=9824732 CPUtime=2.72 cores=1,3,5,7
/proc/22325/task/22331/stat : 22331 (java) S 22322 22325 22007 0 -1 4202560 682 0 0 0 254 18 0 0 20 0 22 0 30148876 10060525568 935983 33554432000 1073741824 1073778376 140733203125696 140380320237864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22325/tid=22332] ppid=22322 vsize=9824732 CPUtime=2.77 cores=1,3,5,7
/proc/22325/task/22332/stat : 22332 (java) S 22322 22325 22007 0 -1 4202560 649 0 0 0 262 15 0 0 20 0 22 0 30148876 10060525568 935983 33554432000 1073741824 1073778376 140733203125696 140380319185832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22333] ppid=22322 vsize=9824732 CPUtime=2.62 cores=1,3,5,7
/proc/22325/task/22333/stat : 22333 (java) S 22322 22325 22007 0 -1 4202560 589 0 0 0 246 16 0 0 20 0 22 0 30148876 10060525568 935983 33554432000 1073741824 1073778376 140733203125696 140380318133288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22325/tid=22334] ppid=22322 vsize=9824732 CPUtime=2.77 cores=1,3,5,7
/proc/22325/task/22334/stat : 22334 (java) S 22322 22325 22007 0 -1 4202560 632 0 0 0 260 17 0 0 20 0 22 0 30148876 10060525568 935983 33554432000 1073741824 1073778376 140733203125696 140380317080232 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22335] ppid=22322 vsize=9824732 CPUtime=2.58 cores=1,3,5,7
/proc/22325/task/22335/stat : 22335 (java) S 22322 22325 22007 0 -1 4202560 581 0 0 0 243 15 0 0 20 0 22 0 30148876 10060525568 935983 33554432000 1073741824 1073778376 140733203125696 140380316027688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22336] ppid=22322 vsize=9824732 CPUtime=3.78 cores=1,3,5,7
/proc/22325/task/22336/stat : 22336 (java) S 22322 22325 22007 0 -1 4202560 2348 0 0 0 370 8 0 0 20 0 22 0 30148877 10060525568 935983 33554432000 1073741824 1073778376 140733203125696 140380303829352 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22337] ppid=22322 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22337/stat : 22337 (java) S 22322 22325 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30148877 10060525568 935983 33554432000 1073741824 1073778376 140733203125696 140380302775672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22338] ppid=22322 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22338/stat : 22338 (java) S 22322 22325 22007 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30148877 10060525568 935983 33554432000 1073741824 1073778376 140733203125696 140380301722504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22339] ppid=22322 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22339/stat : 22339 (java) S 22322 22325 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30148880 10060525568 935983 33554432000 1073741824 1073778376 140733203125696 140380300671248 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22340] ppid=22322 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/22325/task/22340/stat : 22340 (java) S 22322 22325 22007 0 -1 4202560 19978 0 0 0 220 4 0 0 20 0 22 0 30148880 10060525568 935983 33554432000 1073741824 1073778376 140733203125696 140380299619128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22341] ppid=22322 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/22325/task/22341/stat : 22341 (java) S 22322 22325 22007 0 -1 4202560 6161 0 0 0 126 2 0 0 20 0 22 0 30148880 10060525568 935983 33554432000 1073741824 1073778376 140733203125696 140380298566584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22325/tid=22342] ppid=22322 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22342/stat : 22342 (java) S 22322 22325 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30148880 10060525568 935983 33554432000 1073741824 1073778376 140733203125696 140380297513720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22325/tid=22343] ppid=22322 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/22325/task/22343/stat : 22343 (java) S 22322 22325 22007 0 -1 4202560 47 0 0 0 13 21 0 0 20 0 22 0 30148880 10060525568 935983 33554432000 1073741824 1073778376 140733203125696 140380296461384 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22344] ppid=22322 vsize=9824732 CPUtime=812.09 cores=1,3,5,7
/proc/22325/task/22344/stat : 22344 (java) R 22322 22325 22007 0 -1 4202560 73 0 0 0 81193 16 0 0 20 0 22 0 30148925 10060525568 935983 33554432000 1073741824 1073778376 140733203125696 140380295404976 140380352540296 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22345] ppid=22322 vsize=9824732 CPUtime=812.17 cores=1,3,5,7
/proc/22325/task/22345/stat : 22345 (java) R 22322 22325 22007 0 -1 4202560 2151 0 0 0 81166 51 0 0 20 0 22 0 30148925 10060525568 935983 33554432000 1073741824 1073778376 140733203125696 140380294353536 140380352578733 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22346] ppid=22322 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22346/stat : 22346 (java) S 22322 22325 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30148926 10060525568 935983 33554432000 1073741824 1073778376 140733203125696 140380293301032 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22325/tid=22347] ppid=22322 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22347/stat : 22347 (java) S 22322 22325 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30148926 10060525568 935983 33554432000 1073741824 1073778376 140733203125696 140380292248488 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1653.83
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.17 4.27 4.14 5/219 22462
/proc/meminfo: memFree=22694812/32872528 swapFree=1437460/1543748
[pid=22325] ppid=22322 vsize=9824732 CPUtime=1774.65 cores=1,3,5,7
/proc/22325/stat : 22325 (java) S 22322 22325 22007 0 -1 4202496 39610 0 1 0 177258 207 0 0 20 0 22 0 30148874 10060525568 947250 33554432000 1073741824 1073778376 140733203125696 140733203116832 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22325/statm: 2456183 947250 2301 9 0 2446860 0
[pid=22325/tid=22327] ppid=22322 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/22325/task/22327/stat : 22327 (java) S 22322 22325 22007 0 -1 4202560 2483 0 1 0 49 3 0 0 20 0 22 0 30148875 10060525568 947250 33554432000 1073741824 1073778376 140733203125696 140380479865720 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22328] ppid=22322 vsize=9824732 CPUtime=2.99 cores=1,3,5,7
/proc/22325/task/22328/stat : 22328 (java) S 22322 22325 22007 0 -1 4202560 621 0 0 0 283 16 0 0 20 0 22 0 30148876 10060525568 947250 33554432000 1073741824 1073778376 140733203125696 140380323396008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22329] ppid=22322 vsize=9824732 CPUtime=2.93 cores=1,3,5,7
/proc/22325/task/22329/stat : 22329 (java) S 22322 22325 22007 0 -1 4202560 600 0 0 0 276 17 0 0 20 0 22 0 30148876 10060525568 947250 33554432000 1073741824 1073778376 140733203125696 140380322343464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22325/tid=22330] ppid=22322 vsize=9824732 CPUtime=2.92 cores=1,3,5,7
/proc/22325/task/22330/stat : 22330 (java) S 22322 22325 22007 0 -1 4202560 700 0 0 0 276 16 0 0 20 0 22 0 30148876 10060525568 947250 33554432000 1073741824 1073778376 140733203125696 140380321290408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22331] ppid=22322 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/22325/task/22331/stat : 22331 (java) S 22322 22325 22007 0 -1 4202560 685 0 0 0 272 18 0 0 20 0 22 0 30148876 10060525568 947250 33554432000 1073741824 1073778376 140733203125696 140380320237864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22332] ppid=22322 vsize=9824732 CPUtime=3.06 cores=1,3,5,7
/proc/22325/task/22332/stat : 22332 (java) S 22322 22325 22007 0 -1 4202560 659 0 0 0 290 16 0 0 20 0 22 0 30148876 10060525568 947250 33554432000 1073741824 1073778376 140733203125696 140380319185832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22333] ppid=22322 vsize=9824732 CPUtime=2.77 cores=1,3,5,7
/proc/22325/task/22333/stat : 22333 (java) S 22322 22325 22007 0 -1 4202560 593 0 0 0 260 17 0 0 20 0 22 0 30148876 10060525568 947250 33554432000 1073741824 1073778376 140733203125696 140380318133288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22334] ppid=22322 vsize=9824732 CPUtime=3.06 cores=1,3,5,7
/proc/22325/task/22334/stat : 22334 (java) S 22322 22325 22007 0 -1 4202560 642 0 0 0 289 17 0 0 20 0 22 0 30148876 10060525568 947250 33554432000 1073741824 1073778376 140733203125696 140380317080232 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22335] ppid=22322 vsize=9824732 CPUtime=2.75 cores=1,3,5,7
/proc/22325/task/22335/stat : 22335 (java) S 22322 22325 22007 0 -1 4202560 584 0 0 0 260 15 0 0 20 0 22 0 30148876 10060525568 947250 33554432000 1073741824 1073778376 140733203125696 140380316027688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22336] ppid=22322 vsize=9824732 CPUtime=3.79 cores=1,3,5,7
/proc/22325/task/22336/stat : 22336 (java) S 22322 22325 22007 0 -1 4202560 2358 0 0 0 371 8 0 0 20 0 22 0 30148877 10060525568 947250 33554432000 1073741824 1073778376 140733203125696 140380303829352 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22337] ppid=22322 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22337/stat : 22337 (java) S 22322 22325 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30148877 10060525568 947250 33554432000 1073741824 1073778376 140733203125696 140380302775672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22338] ppid=22322 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22338/stat : 22338 (java) S 22322 22325 22007 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30148877 10060525568 947250 33554432000 1073741824 1073778376 140733203125696 140380301722504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22339] ppid=22322 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22339/stat : 22339 (java) S 22322 22325 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30148880 10060525568 947250 33554432000 1073741824 1073778376 140733203125696 140380300671248 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22340] ppid=22322 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/22325/task/22340/stat : 22340 (java) S 22322 22325 22007 0 -1 4202560 19978 0 0 0 220 4 0 0 20 0 22 0 30148880 10060525568 947250 33554432000 1073741824 1073778376 140733203125696 140380299619128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22341] ppid=22322 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/22325/task/22341/stat : 22341 (java) S 22322 22325 22007 0 -1 4202560 6161 0 0 0 126 2 0 0 20 0 22 0 30148880 10060525568 947250 33554432000 1073741824 1073778376 140733203125696 140380298566584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22325/tid=22342] ppid=22322 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22342/stat : 22342 (java) S 22322 22325 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30148880 10060525568 947250 33554432000 1073741824 1073778376 140733203125696 140380297513720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22325/tid=22343] ppid=22322 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/22325/task/22343/stat : 22343 (java) S 22322 22325 22007 0 -1 4202560 51 0 0 0 13 23 0 0 20 0 22 0 30148880 10060525568 947250 33554432000 1073741824 1073778376 140733203125696 140380296461384 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22344] ppid=22322 vsize=9824732 CPUtime=871.58 cores=1,3,5,7
/proc/22325/task/22344/stat : 22344 (java) R 22322 22325 22007 0 -1 4202560 74 0 0 0 87141 17 0 0 20 0 22 0 30148925 10060525568 947250 33554432000 1073741824 1073778376 140733203125696 140380295404976 140380352540264 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22345] ppid=22322 vsize=9824732 CPUtime=871.66 cores=1,3,5,7
/proc/22325/task/22345/stat : 22345 (java) R 22322 22325 22007 0 -1 4202560 2156 0 0 0 87113 53 0 0 20 0 22 0 30148925 10060525568 947250 33554432000 1073741824 1073778376 140733203125696 140380294351216 140380352730759 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22346] ppid=22322 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22346/stat : 22346 (java) S 22322 22325 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30148926 10060525568 947250 33554432000 1073741824 1073778376 140733203125696 140380293301032 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22325/tid=22347] ppid=22322 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22347/stat : 22347 (java) S 22322 22325 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30148926 10060525568 947250 33554432000 1073741824 1073778376 140733203125696 140380292248488 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1774.65
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.001 s]
/proc/loadavg: 4.22 4.28 4.14 5/219 22462
/proc/meminfo: memFree=22680356/32872528 swapFree=1437460/1543748
[pid=22325] ppid=22322 vsize=9824732 CPUtime=1800.15 cores=1,3,5,7
/proc/22325/stat : 22325 (java) S 22322 22325 22007 0 -1 4202496 39640 0 1 0 179807 208 0 0 20 0 22 0 30148874 10060525568 950835 33554432000 1073741824 1073778376 140733203125696 140733203116832 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22325/statm: 2456183 950835 2301 9 0 2446860 0
[pid=22325/tid=22327] ppid=22322 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/22325/task/22327/stat : 22327 (java) S 22322 22325 22007 0 -1 4202560 2483 0 1 0 49 3 0 0 20 0 22 0 30148875 10060525568 950835 33554432000 1073741824 1073778376 140733203125696 140380479865720 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22328] ppid=22322 vsize=9824732 CPUtime=3.05 cores=1,3,5,7
/proc/22325/task/22328/stat : 22328 (java) S 22322 22325 22007 0 -1 4202560 628 0 0 0 289 16 0 0 20 0 22 0 30148876 10060525568 950835 33554432000 1073741824 1073778376 140733203125696 140380323396008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22329] ppid=22322 vsize=9824732 CPUtime=3 cores=1,3,5,7
/proc/22325/task/22329/stat : 22329 (java) S 22322 22325 22007 0 -1 4202560 607 0 0 0 283 17 0 0 20 0 22 0 30148876 10060525568 950835 33554432000 1073741824 1073778376 140733203125696 140380322343464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22325/tid=22330] ppid=22322 vsize=9824732 CPUtime=2.93 cores=1,3,5,7
/proc/22325/task/22330/stat : 22330 (java) S 22322 22325 22007 0 -1 4202560 703 0 0 0 277 16 0 0 20 0 22 0 30148876 10060525568 950835 33554432000 1073741824 1073778376 140733203125696 140380321290408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22331] ppid=22322 vsize=9824732 CPUtime=2.92 cores=1,3,5,7
/proc/22325/task/22331/stat : 22331 (java) S 22322 22325 22007 0 -1 4202560 686 0 0 0 274 18 0 0 20 0 22 0 30148876 10060525568 950835 33554432000 1073741824 1073778376 140733203125696 140380320237864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22332] ppid=22322 vsize=9824732 CPUtime=3.1 cores=1,3,5,7
/proc/22325/task/22332/stat : 22332 (java) S 22322 22325 22007 0 -1 4202560 664 0 0 0 294 16 0 0 20 0 22 0 30148876 10060525568 950835 33554432000 1073741824 1073778376 140733203125696 140380319185832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22333] ppid=22322 vsize=9824732 CPUtime=2.81 cores=1,3,5,7
/proc/22325/task/22333/stat : 22333 (java) S 22322 22325 22007 0 -1 4202560 594 0 0 0 264 17 0 0 20 0 22 0 30148876 10060525568 950835 33554432000 1073741824 1073778376 140733203125696 140380318133288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22334] ppid=22322 vsize=9824732 CPUtime=3.09 cores=1,3,5,7
/proc/22325/task/22334/stat : 22334 (java) S 22322 22325 22007 0 -1 4202560 644 0 0 0 291 18 0 0 20 0 22 0 30148876 10060525568 950835 33554432000 1073741824 1073778376 140733203125696 140380317080232 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22335] ppid=22322 vsize=9824732 CPUtime=2.77 cores=1,3,5,7
/proc/22325/task/22335/stat : 22335 (java) S 22322 22325 22007 0 -1 4202560 585 0 0 0 262 15 0 0 20 0 22 0 30148876 10060525568 950835 33554432000 1073741824 1073778376 140733203125696 140380316027688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22336] ppid=22322 vsize=9824732 CPUtime=3.79 cores=1,3,5,7
/proc/22325/task/22336/stat : 22336 (java) S 22322 22325 22007 0 -1 4202560 2359 0 0 0 371 8 0 0 20 0 22 0 30148877 10060525568 950835 33554432000 1073741824 1073778376 140733203125696 140380303829352 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22337] ppid=22322 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22337/stat : 22337 (java) S 22322 22325 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30148877 10060525568 950835 33554432000 1073741824 1073778376 140733203125696 140380302775672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22338] ppid=22322 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22338/stat : 22338 (java) S 22322 22325 22007 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30148877 10060525568 950835 33554432000 1073741824 1073778376 140733203125696 140380301722504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22339] ppid=22322 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22339/stat : 22339 (java) S 22322 22325 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30148880 10060525568 950835 33554432000 1073741824 1073778376 140733203125696 140380300671248 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22340] ppid=22322 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/22325/task/22340/stat : 22340 (java) S 22322 22325 22007 0 -1 4202560 19978 0 0 0 220 4 0 0 20 0 22 0 30148880 10060525568 950835 33554432000 1073741824 1073778376 140733203125696 140380299619128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22341] ppid=22322 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/22325/task/22341/stat : 22341 (java) S 22322 22325 22007 0 -1 4202560 6161 0 0 0 126 2 0 0 20 0 22 0 30148880 10060525568 950835 33554432000 1073741824 1073778376 140733203125696 140380298566584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22325/tid=22342] ppid=22322 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22342/stat : 22342 (java) S 22322 22325 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30148880 10060525568 950835 33554432000 1073741824 1073778376 140733203125696 140380297513720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22325/tid=22343] ppid=22322 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/22325/task/22343/stat : 22343 (java) S 22322 22325 22007 0 -1 4202560 51 0 0 0 14 23 0 0 20 0 22 0 30148880 10060525568 950835 33554432000 1073741824 1073778376 140733203125696 140380296461384 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22344] ppid=22322 vsize=9824732 CPUtime=884.2 cores=1,3,5,7
/proc/22325/task/22344/stat : 22344 (java) R 22322 22325 22007 0 -1 4202560 75 0 0 0 88402 18 0 0 20 0 22 0 30148925 10060525568 950835 33554432000 1073741824 1073778376 140733203125696 140380295397360 140380352639832 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22345] ppid=22322 vsize=9824732 CPUtime=884.28 cores=1,3,5,7
/proc/22325/task/22345/stat : 22345 (java) R 22322 22325 22007 0 -1 4202560 2157 0 0 0 88375 53 0 0 20 0 22 0 30148925 10060525568 950835 33554432000 1073741824 1073778376 140733203125696 140380294353656 140380352578733 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22346] ppid=22322 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22346/stat : 22346 (java) S 22322 22325 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30148926 10060525568 950835 33554432000 1073741824 1073778376 140733203125696 140380293301032 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22325/tid=22347] ppid=22322 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22347/stat : 22347 (java) S 22322 22325 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30148926 10060525568 950835 33554432000 1073741824 1073778376 140733203125696 140380292248488 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 9824732

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

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

Child status: 143
Real time (s): 895.071
CPU time (s): 1800.76
CPU user time (s): 1798.15
CPU system time (s): 2.6126
CPU usage (%): 201.186
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.15
system time used= 2.6126
maximum resident set size= 3803456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39674
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24123
involuntary context switches= 27416

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.75197 second user time and 6.64599 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-26 21:58:15
IDJOB=4116486
IDBENCH=109476
IDSOLVER=2543
FILE ID=node116/4116486-1466971095
RUNJOBID= node116-1466969304-22024
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-size96-round23-8.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116486-1466971095/watcher-4116486-1466971095 -o /tmp/evaluation-result-4116486-1466971095/solver-4116486-1466971095 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466969304-22024 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4116486-1466971095.opb

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

MD5SUM BENCH= 3cf063c4f0bb38f0869318b9b868216b
RANDOM SEED=653284418

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:        26670408 kB
Buffers:           32772 kB
Cached:           313988 kB
SwapCached:         2072 kB
Active:          3633540 kB
Inactive:         315892 kB
Active(anon):    3603516 kB
Inactive(anon):     1656 kB
Active(file):      30024 kB
Inactive(file):   314236 kB
Unevictable:     1543748 kB
Mlocked:         1437460 kB
SwapTotal:      67108856 kB
SwapFree:       67098680 kB
Dirty:              1232 kB
Writeback:             0 kB
AnonPages:       5149776 kB
Mapped:            15344 kB
Shmem:                 0 kB
Slab:             566112 kB
SReclaimable:       9924 kB
SUnreclaim:       556188 kB
KernelStack:        1592 kB
PageTables:        14232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5600148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3653632 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 22:13:11