Trace number 4116966

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.03 896.457

General information on the benchmark

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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4116966-1466952351.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.75/0.48	c ... done. Wall clock time 0.369s.
0.75/0.48	c declared #vars     4128
0.75/0.48	c #constraints  9888
0.75/0.48	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.75/0.48	c constraints type 
0.75/0.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.75/0.48	c org.sat4j.specs.Constr$1 => 856
0.75/0.48	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.75/0.48	c org.sat4j.minisat.constraints.cnf.UnitClause => 456
0.75/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.75/0.48	c 9888 constraints processed.
0.75/0.48	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.75/0.48	c constraints type 
0.75/0.48	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
0.75/0.48	c org.sat4j.specs.Constr$1 => 856
0.75/0.48	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6726
0.75/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1722
0.75/0.48	c org.sat4j.pb.constraints.pb.UnitClausePB => 456
0.75/0.48	c 9888 constraints processed.
4.18/1.35	c cleaning 2496 clauses out of 4998 with flag 15667/5000
6.19/2.02	c cleaning 4247 clauses out of 8502 with flag 36477/11000
7.97/2.81	c cleaning 5607 clauses out of 11256 with flag 63372/18001
10.22/3.81	c cleaning 6818 clauses out of 13649 with flag 95499/26001
12.61/4.91	c cleaning 7910 clauses out of 15833 with flag 133946/35003
14.88/6.07	c cleaning 8936 clauses out of 17920 with flag 179558/45000
17.77/7.41	c cleaning 9988 clauses out of 19984 with flag 229505/56000
20.55/8.85	c cleaning 10941 clauses out of 21996 with flag 287592/68000
24.03/10.58	c cleaning 12019 clauses out of 24056 with flag 349710/81001
27.63/12.38	c cleaning 12992 clauses out of 26036 with flag 418867/95000
31.73/14.38	c cleaning 14010 clauses out of 28046 with flag 496682/110002
36.12/16.60	c cleaning 14994 clauses out of 30034 with flag 580179/126000
41.19/19.05	c cleaning 15994 clauses out of 32045 with flag 669471/143005
46.19/21.56	c cleaning 17002 clauses out of 34046 with flag 765500/161000
50.68/23.77	c cleaning 0 clauses out of 5000 with flag 0/5000
52.13/24.37	c cleaning 18006 clauses out of 36044 with flag 870617/180000
58.30/27.42	c cleaning 18981 clauses out of 38038 with flag 981158/200000
65.11/30.82	c cleaning 20019 clauses out of 40057 with flag 1100596/221000
72.01/34.23	c cleaning 21004 clauses out of 42038 with flag 1224881/243000
79.20/37.83	c cleaning 22012 clauses out of 44034 with flag 1357188/266000
86.32/41.35	c cleaning 22991 clauses out of 46022 with flag 1496917/290000
94.14/45.26	c cleaning 23990 clauses out of 48031 with flag 1640669/315000
103.22/49.78	c cleaning 25009 clauses out of 50041 with flag 1793398/341000
112.82/54.52	c cleaning 25987 clauses out of 52032 with flag 1953762/368000
122.91/59.52	c cleaning 27020 clauses out of 54045 with flag 2118731/396000
133.09/64.65	c cleaning 28000 clauses out of 56026 with flag 2292569/425001
144.57/70.31	c cleaning 29014 clauses out of 58028 with flag 2472365/455003
156.45/76.25	c cleaning 29953 clauses out of 60012 with flag 2656762/486001
168.54/82.28	c cleaning 30995 clauses out of 62058 with flag 2846377/518000
182.02/88.90	c cleaning 32019 clauses out of 64065 with flag 3045740/551002
193.63/94.73	c cleaning 32999 clauses out of 66047 with flag 3251054/585003
205.60/100.70	c cleaning 34006 clauses out of 68045 with flag 3464848/620000
217.81/106.82	c cleaning 35009 clauses out of 70040 with flag 3681148/656001
231.01/113.48	c cleaning 35997 clauses out of 72031 with flag 3905350/693001
244.61/120.28	c cleaning 36980 clauses out of 74033 with flag 4138788/731000
259.00/127.43	c cleaning 38000 clauses out of 76053 with flag 4376175/770000
274.21/135.02	c cleaning 39017 clauses out of 78053 with flag 4620284/810000
290.22/143.05	c cleaning 39998 clauses out of 80036 with flag 4872900/851000
306.80/151.39	c cleaning 40996 clauses out of 82040 with flag 5133107/893002
324.20/160.09	c cleaning 41992 clauses out of 84043 with flag 5401042/936001
341.80/168.84	c cleaning 42998 clauses out of 86051 with flag 5676470/980001
360.02/177.95	c cleaning 43995 clauses out of 88052 with flag 5955949/1025000
379.42/187.60	c cleaning 44990 clauses out of 90057 with flag 6243472/1071000
399.03/197.43	c cleaning 46004 clauses out of 92068 with flag 6534516/1118001
419.82/207.80	c cleaning 47025 clauses out of 94063 with flag 6836096/1166000
441.22/218.58	c cleaning 48001 clauses out of 96038 with flag 7141798/1215000
463.22/229.59	c cleaning 48988 clauses out of 98037 with flag 7456147/1265000
486.43/241.13	c cleaning 49984 clauses out of 100049 with flag 7776794/1316000
510.24/253.09	c cleaning 51018 clauses out of 102066 with flag 8106516/1368001
535.22/265.50	c cleaning 51989 clauses out of 104047 with flag 8445307/1421000
560.42/278.12	c cleaning 53005 clauses out of 106058 with flag 8785414/1475000
586.82/291.31	c cleaning 53997 clauses out of 108053 with flag 9136223/1530000
613.43/304.67	c cleaning 55000 clauses out of 110056 with flag 9493131/1586000
641.03/318.45	c cleaning 56029 clauses out of 112057 with flag 9855838/1643001
670.03/332.95	c cleaning 56998 clauses out of 114027 with flag 10225585/1701000
699.64/347.80	c cleaning 58006 clauses out of 116029 with flag 10604096/1760000
731.03/363.45	c cleaning 59001 clauses out of 118024 with flag 10983990/1820001
762.83/379.37	c cleaning 59987 clauses out of 120022 with flag 11371751/1881000
798.14/397.26	c cleaning 60994 clauses out of 122035 with flag 11767207/1943000
836.94/416.53	c cleaning 62005 clauses out of 124041 with flag 12164561/2006000
876.16/436.02	c cleaning 62973 clauses out of 126036 with flag 12570449/2070000
917.07/456.30	c cleaning 64018 clauses out of 128063 with flag 12984367/2135000
956.28/476.20	c cleaning 0 clauses out of 11000 with flag 0/11000
958.88/477.54	c cleaning 65001 clauses out of 130045 with flag 13404796/2201000
1000.85/498.50	c cleaning 65990 clauses out of 132044 with flag 13832196/2268000
1044.27/520.07	c cleaning 67028 clauses out of 134056 with flag 14267618/2336002
1088.98/542.28	c cleaning 67978 clauses out of 136028 with flag 14706526/2405002
1135.80/565.56	c cleaning 69013 clauses out of 138050 with flag 15152934/2475002
1185.01/590.61	c cleaning 69988 clauses out of 140035 with flag 15605181/2546000
1232.97/614.58	c cleaning 70989 clauses out of 142051 with flag 16065853/2618004
1282.46/639.17	c cleaning 71998 clauses out of 144059 with flag 16531881/2691001
1334.32/664.96	c cleaning 73007 clauses out of 146060 with flag 16999165/2765000
1388.63/691.91	c cleaning 74011 clauses out of 148054 with flag 17477910/2840001
1443.80/719.38	c cleaning 75012 clauses out of 150042 with flag 17961580/2916000
1499.03/746.84	c cleaning 76010 clauses out of 152031 with flag 18451033/2993001
1557.34/775.76	c cleaning 76978 clauses out of 154020 with flag 18951889/3071000
1615.27/804.54	c cleaning 77998 clauses out of 156042 with flag 19457001/3150000
1675.89/834.67	c cleaning 79007 clauses out of 158045 with flag 19965545/3230001
1737.81/865.42	c cleaning 79978 clauses out of 160037 with flag 20483127/3311000
1800.03/896.40	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/896.40	c starts		: 29978
1800.03/896.40	c conflicts		: 3393001
1800.03/896.40	c decisions		: 37341175
1800.03/896.40	c propagations		: 484500293
1800.03/896.40	c inspects		: 10039593308
1800.03/896.40	c shortcuts		: 0
1800.03/896.40	c learnt literals	: 2
1800.03/896.40	c learnt binary clauses	: 37
1800.03/896.40	c learnt ternary clauses	: 537
1800.03/896.40	c learnt constraints	: 3392999
1800.03/896.40	c ignored constraints	: 0
1800.03/896.40	c root simplifications	: 0
1800.03/896.40	c removed literals (reason simplification)	: 1984423
1800.03/896.40	c reason swapping (by a shorter reason)	: 0
1800.03/896.40	c Calls to reduceDB	: 78
1800.03/896.40	c Number of update (reduction) of LBD	: 687273
1800.03/896.40	c Imported unit clauses	: 0
1800.03/896.40	c number of reductions to clauses (during analyze)	: 0
1800.03/896.40	c number of learned constraints concerned by reduction	: 0
1800.03/896.40	c number of learning phase by resolution	: 0
1800.03/896.40	c number of learning phase by cutting planes	: 0
1800.03/896.40	c speed (assignments/second)	: 540809.3639773184
1800.03/896.40	c non guided choices	6502
1800.03/896.43	c learnt constraints type 
1800.03/896.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 37
1800.03/896.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 162023
1800.03/896.43	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/896.43	c starts		: 44
1800.03/896.43	c conflicts		: 17257
1800.03/896.43	c decisions		: 67968
1800.03/896.43	c propagations		: 2175054
1800.03/896.43	c inspects		: 560703520
1800.03/896.43	c shortcuts		: 0
1800.03/896.43	c learnt literals	: 0
1800.03/896.43	c learnt binary clauses	: 0
1800.03/896.43	c learnt ternary clauses	: 0
1800.03/896.43	c learnt constraints	: 17257
1800.03/896.43	c ignored constraints	: 0
1800.03/896.43	c root simplifications	: 0
1800.03/896.43	c removed literals (reason simplification)	: 0
1800.03/896.43	c reason swapping (by a shorter reason)	: 0
1800.03/896.43	c Calls to reduceDB	: 2
1800.03/896.43	c Number of update (reduction) of LBD	: 0
1800.03/896.43	c Imported unit clauses	: 0
1800.03/896.43	c number of reductions to clauses (during analyze)	: 0
1800.03/896.43	c number of learned constraints concerned by reduction	: 0
1800.03/896.43	c number of learning phase by resolution	: 0
1800.03/896.43	c number of learning phase by cutting planes	: 0
1800.03/896.43	c speed (assignments/second)	: 2427.714057379611
1800.03/896.43	c non guided choices	331
1800.03/896.44	c learnt constraints type 
1800.03/896.44	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 10
1800.03/896.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17247
1800.03/896.44	s UNKNOWN
1800.03/896.44	c Total wall clock time (in seconds): 896.328

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

pid=21371
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.27 4.29 4.27 4/197 21374
/proc/meminfo: memFree=29814060/32872528 swapFree=1541156/1696500
[pid=21374] ppid=21371 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/21374/stat : 21374 (java) S 21371 21374 19474 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 28273848 98570240 977 33554432000 1073741824 1073778376 140733245274464 140733245265600 270710898749 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21374/statm: 24065 977 743 9 0 16771 0
[pid=21374/tid=21375] ppid=21371 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/21374/task/21375/stat : 21375 (java) R 21371 21374 19474 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 28273848 98570240 977 33554432000 1073741824 1073778376 140733245274464 140094438420008 270707541376 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 4.27 4.29 4.27 4/197 21374
/proc/meminfo: memFree=29814060/32872528 swapFree=1541156/1696500
[pid=21374] ppid=21371 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/21374/stat : 21374 (java) S 21371 21374 19474 0 -1 4202496 4428 0 1 0 9 1 0 0 20 0 18 0 28273848 9787879424 6068 33554432000 1073741824 1073778376 140733245274464 140733245265600 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21374/statm: 2389619 6068 2141 9 0 2380296 0
[pid=21374/tid=21375] ppid=21371 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/21374/task/21375/stat : 21375 (java) R 21371 21374 19474 0 -1 4202560 2388 0 1 0 7 0 0 0 20 0 18 0 28273848 9787879424 6068 33554432000 1073741824 1073778376 140733245274464 140094438407200 140094442556959 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200271 s]
/proc/loadavg: 4.27 4.29 4.27 4/197 21374
/proc/meminfo: memFree=29814060/32872528 swapFree=1541156/1696500
[pid=21374] ppid=21371 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/21374/stat : 21374 (java) S 21371 21374 19474 0 -1 4202496 4690 0 1 0 25 1 0 0 20 0 18 0 28273848 9787879424 6780 33554432000 1073741824 1073778376 140733245274464 140733245265600 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21374/statm: 2389619 6780 2212 9 0 2380296 0
[pid=21374/tid=21375] ppid=21371 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/21374/task/21375/stat : 21375 (java) R 21371 21374 19474 0 -1 4202560 2405 0 1 0 17 0 0 0 20 0 18 0 28273848 9787879424 6780 33554432000 1073741824 1073778376 140733245274464 140094438424760 140094266750305 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300281 s]
/proc/loadavg: 4.27 4.29 4.27 4/197 21374
/proc/meminfo: memFree=29814060/32872528 swapFree=1541156/1696500
[pid=21374] ppid=21371 vsize=9558476 CPUtime=0.51 cores=1,3,5,7
/proc/21374/stat : 21374 (java) S 21371 21374 19474 0 -1 4202496 5932 0 1 0 49 2 0 0 20 0 18 0 28273848 9787879424 8927 33554432000 1073741824 1073778376 140733245274464 140733245265600 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21374/statm: 2389619 8927 2234 9 0 2380296 0
[pid=21374/tid=21375] ppid=21371 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/21374/task/21375/stat : 21375 (java) R 21371 21374 19474 0 -1 4202560 2408 0 1 0 27 0 0 0 20 0 18 0 28273848 9787879424 8927 33554432000 1073741824 1073778376 140733245274464 140094438416240 140094267176423 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700235 s]
/proc/loadavg: 4.27 4.29 4.27 4/197 21374
/proc/meminfo: memFree=29814060/32872528 swapFree=1541156/1696500
[pid=21374] ppid=21371 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/21374/stat : 21374 (java) S 21371 21374 19474 0 -1 4202496 14590 0 1 0 175 4 0 0 20 0 22 0 28273848 10060525568 23355 33554432000 1073741824 1073778376 140733245274464 140733245265600 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21374/statm: 2456183 23355 2265 9 0 2446860 0
[pid=21374/tid=21375] ppid=21371 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/21374/task/21375/stat : 21375 (java) S 21371 21374 19474 0 -1 4202560 2439 0 1 0 44 2 0 0 20 0 22 0 28273848 10060525568 23355 33554432000 1073741824 1073778376 140733245274464 140094438425464 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 4.27 4.29 4.27 8/219 21396
/proc/meminfo: memFree=29640196/32872528 swapFree=1541156/1696500
[pid=21374] ppid=21371 vsize=9824732 CPUtime=4.87 cores=1,3,5,7
/proc/21374/stat : 21374 (java) S 21371 21374 19474 0 -1 4202496 23852 0 1 0 480 7 0 0 20 0 22 0 28273848 10060525568 48901 33554432000 1073741824 1073778376 140733245274464 140733245265600 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21374/statm: 2456183 48901 2292 9 0 2446860 0
[pid=21374/tid=21375] ppid=21371 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/21374/task/21375/stat : 21375 (java) S 21371 21374 19474 0 -1 4202560 2439 0 1 0 44 2 0 0 20 0 22 0 28273848 10060525568 48901 33554432000 1073741824 1073778376 140733245274464 140094438425464 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21374/tid=21377] ppid=21371 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21374/task/21377/stat : 21377 (java) S 21371 21374 19474 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28273849 10060525568 48901 33554432000 1073741824 1073778376 140733245274464 140094399916328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21374/tid=21378] ppid=21371 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21374/task/21378/stat : 21378 (java) S 21371 21374 19474 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28273849 10060525568 48901 33554432000 1073741824 1073778376 140733245274464 140094398863528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21374/tid=21379] ppid=21371 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21374/task/21379/stat : 21379 (java) S 21371 21374 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28273849 10060525568 48901 33554432000 1073741824 1073778376 140733245274464 140094397811240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21374/tid=21380] ppid=21371 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21374/task/21380/stat : 21380 (java) S 21371 21374 19474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28273849 10060525568 48901 33554432000 1073741824 1073778376 140733245274464 140094396758440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21374/tid=21381] ppid=21371 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21374/task/21381/stat : 21381 (java) S 21371 21374 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28273849 10060525568 48901 33554432000 1073741824 1073778376 140733245274464 140094395706152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21374/tid=21382] ppid=21371 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21374/task/21382/stat : 21382 (java) S 21371 21374 19474 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 28273849 10060525568 48901 33554432000 1073741824 1073778376 140733245274464 140094394653352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21374/tid=21383] ppid=21371 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21374/task/21383/stat : 21383 (java) S 21371 21374 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28273849 10060525568 48901 33554432000 1073741824 1073778376 140733245274464 140094393601064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21374/tid=21384] ppid=21371 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21374/task/21384/stat : 21384 (java) S 21371 21374 19474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28273849 10060525568 48901 33554432000 1073741824 1073778376 140733245274464 140094392548264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21374/tid=21385] ppid=21371 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21374/task/21385/stat : 21385 (java) S 21371 21374 19474 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 28273850 10060525568 48901 33554432000 1073741824 1073778376 140733245274464 140094262454504 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21374/tid=21386] ppid=21371 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21374/task/21386/stat : 21386 (java) S 21371 21374 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28273850 10060525568 48901 33554432000 1073741824 1073778376 140733245274464 140094261400568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21374/tid=21387] ppid=21371 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21374/task/21387/stat : 21387 (java) S 21371 21374 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28273850 10060525568 48901 33554432000 1073741824 1073778376 140733245274464 140094260348168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21374/tid=21388] ppid=21371 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21374/task/21388/stat : 21388 (java) S 21371 21374 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28273853 10060525568 48901 33554432000 1073741824 1073778376 140733245274464 140094259296656 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21374/tid=21389] ppid=21371 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/21374/task/21389/stat : 21389 (java) R 21371 21374 19474 0 -1 4202560 13205 0 0 0 118 3 0 0 20 0 22 0 28273853 10060525568 48901 33554432000 1073741824 1073778376 140733245274464 140094258222392 140094441330780 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21374/tid=21390] ppid=21371 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/21374/task/21390/stat : 21390 (java) S 21371 21374 19474 0 -1 4202560 6795 0 0 0 118 1 0 0 20 0 22 0 28273853 10060525568 48901 33554432000 1073741824 1073778376 140733245274464 140094257191480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21374/tid=21391] ppid=21371 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21374/task/21391/stat : 21391 (java) S 21371 21374 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28273853 10060525568 48901 33554432000 1073741824 1073778376 140733245274464 140094256139384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21374/tid=21392] ppid=21371 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21374/task/21392/stat : 21392 (java) S 21371 21374 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28273853 10060525568 48901 33554432000 1073741824 1073778376 140733245274464 140094255086792 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21374/tid=21393] ppid=21371 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/21374/task/21393/stat : 21393 (java) R 21371 21374 19474 0 -1 4202560 19 0 0 0 94 0 0 0 20 0 22 0 28273896 10060525568 48901 33554432000 1073741824 1073778376 140733245274464 140094253657888 140094267390257 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21374/tid=21394] ppid=21371 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/21374/task/21394/stat : 21394 (java) R 21371 21374 19474 0 -1 4202560 69 0 0 0 95 0 0 0 20 0 22 0 28273896 10060525568 48901 33554432000 1073741824 1073778376 140733245274464 140094252612184 140094267547898 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21374/tid=21395] ppid=21371 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21374/task/21395/stat : 21395 (java) S 21371 21374 19474 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 28273898 10060525568 48901 33554432000 1073741824 1073778376 140733245274464 140094251562152 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21374/tid=21396] ppid=21371 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21374/task/21396/stat : 21396 (java) S 21371 21374 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28273899 10060525568 48901 33554432000 1073741824 1073778376 140733245274464 140093109036072 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.87
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 4.27 4.29 4.27 6/219 21396
/proc/meminfo: memFree=29558160/32872528 swapFree=1541156/1696500
[pid=21374] ppid=21371 vsize=9824732 CPUtime=8.75 cores=1,3,5,7
/proc/21374/stat : 21374 (java) S 21371 21374 19474 0 -1 4202496 27497 0 1 0 861 14 0 0 20 0 22 0 28273848 10060525568 83727 33554432000 1073741824 1073778376 140733245274464 140733245265600 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21374/statm: 2456183 84239 2292 9 0 2446860 0
[pid=21374/tid=21375] ppid=21371 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/21374/task/21375/stat : 21375 (java) S 21371 21374 19474 0 -1 4202560 2439 0 1 0 45 2 0 0 20 0 22 0 28273848 10060525568 84239 33554432000 1073741824 1073778376 140733245274464 140094438425464 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21374/tid=21377] ppid=21371 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/21374/task/21377/stat : 21377 (java) S 21371 21374 19474 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 28273849 10060525568 84239 33554432000 1073741824 1073778376 140733245274464 140094399916328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21374/tid=21378] ppid=21371 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21374/task/21378/stat : 21378 (java) S 21371 21374 19474 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 28273849 10060525568 84239 33554432000 1073741824 1073778376 140733245274464 140094398863528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21374/tid=21379] ppid=21371 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/21374/task/21379/stat : 21379 (java) S 21371 21374 19474 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 28273849 10060525568 84239 33554432000 1073741824 1073778376 140733245274464 140094397811240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21374/tid=21380] ppid=21371 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21374/task/21380/stat : 21380 (java) S 21371 21374 19474 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 28273849 10060525568 84239 33554432000 1073741824 1073778376 140733245274464 140094396758440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21374/tid=21381] ppid=21371 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21374/task/21381/stat : 21381 (java) R 21371 21374 19474 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 28273849 10060525568 84239 33554432000 1073741824 1073778376 140733245274464 140094395706152 140094440896209 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21374/tid=21382] ppid=21371 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21374/task/21382/stat : 21382 (java) S 21371 21374 19474 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 28273849 10060525568 84239 33554432000 1073741824 1073778376 140733245274464 140094394653352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21374/tid=21383] ppid=21371 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21374/task/21383/stat : 21383 (java) S 21371 21374 19474 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 28273849 10060525568 84239 33554432000 1073741824 1073778376 140733245274464 140094393601064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21374/tid=21384] ppid=21371 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21374/task/21384/stat : 21384 (java) R 21371 21374 19474 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 28273849 10060525568 84239 33554432000 1073741824 1073778376 140733245274464 140094392548264 270710912060 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21374/tid=21385] ppid=21371 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21374/task/21385/stat : 21385 (java) S 21371 21374 19474 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 28273850 10060525568 84239 33554432000 1073741824 1073778376 140733245274464 140094262453384 270710912060 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21374/tid=21386] ppid=21371 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21374/task/21386/stat : 21386 (java) S 21371 21374 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28273850 10060525568 84239 33554432000 1073741824 1073778376 140733245274464 140094261400568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21374/tid=21387] ppid=21371 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21374/task/21387/stat : 21387 (java) S 21371 21374 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28273850 10060525568 84239 33554432000 1073741824 1073778376 140733245274464 140094260348168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21374/tid=21388] ppid=21371 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21374/task/21388/stat : 21388 (java) S 21371 21374 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28273853 10060525568 84239 33554432000 1073741824 1073778376 140733245274464 140094259296656 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21374/tid=21389] ppid=21371 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/21374/task/21389/stat : 21389 (java) S 21371 21374 19474 0 -1 4202560 13705 0 0 0 145 3 0 0 20 0 22 0 28273853 10060525568 84239 33554432000 1073741824 1073778376 140733245274464 140094258244280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21374/tid=21390] ppid=21371 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/21374/task/21390/stat : 21390 (java) S 21371 21374 19474 0 -1 4202560 9751 0 0 0 153 2 0 0 20 0 22 0 28273853 10060525568 84239 33554432000 1073741824 1073778376 140733245274464 140094257191480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21374/tid=21391] ppid=21371 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21374/task/21391/stat : 21391 (java) S 21371 21374 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28273853 10060525568 84239 33554432000 1073741824 1073778376 140733245274464 140094256139384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21374/tid=21392] ppid=21371 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21374/task/21392/stat : 21392 (java) S 21371 21374 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28273853 10060525568 84239 33554432000 1073741824 1073778376 140733245274464 140094255086792 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21374/tid=21393] ppid=21371 vsize=9824732 CPUtime=2.42 cores=1,3,5,7
/proc/21374/task/21393/stat : 21393 (java) S 21371 21374 19474 0 -1 4202560 20 0 0 0 242 0 0 0 20 0 22 0 28273896 10060525568 84239 33554432000 1073741824 1073778376 140733245274464 140094253666936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21374/tid=21394] ppid=21371 vsize=9824732 CPUtime=2.44 cores=1,3,5,7
/proc/21374/task/21394/stat : 21394 (java) S 21371 21374 19474 0 -1 4202560 118 0 0 0 242 2 0 0 20 0 22 0 28273896 10060525568 84239 33554432000 1073741824 1073778376 140733245274464 140094252612824 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21374/tid=21395] ppid=21371 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21374/task/21395/stat : 21395 (java) S 21371 21374 19474 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 28273898 10060525568 84239 33554432000 1073741824 1073778376 140733245274464 140094251562152 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21374/tid=21396] ppid=21371 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21374/task/21396/stat : 21396 (java) S 21371 21374 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28273899 10060525568 84239 33554432000 1073741824 1073778376 140733245274464 140093109036072 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.75
Current children cumulated vsize (KiB) 9824732

[startup+6.301 s]
/proc/loadavg: 4.32 4.30 4.27 6/219 21396
/proc/meminfo: memFree=28653144/32872528 swapFree=1541156/1696500
[pid=21374] ppid=21371 vsize=9824732 CPUtime=15.48 cores=1,3,5,7
/proc/21374/stat : 21374 (java) S 21371 21374 19474 0 -1 4202496 30068 0 1 0 1524 24 0 0 20 0 22 0 28273848 10060525568 156073 33554432000 1073741824 1073778376 140733245274464 140733245265600 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21374/statm: 2456183 156073 2292 9 0 2446860 0
[pid=21374/tid=21375] ppid=21371 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/21374/task/21375/stat : 21375 (java) S 21371 21374 19474 0 -1 4202560 2439 0 1 0 45 2 0 0 20 0 22 0 28273848 10060525568 156073 33554432000 1073741824 1073778376 140733245274464 140094438425464 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21374/tid=21377] ppid=21371 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/21374/task/21377/stat : 21377 (java) S 21371 21374 19474 0 -1 4202560 40 0 0 0 4 2 0 0 20 0 22 0 28273849 10060525568 156073 33554432000 1073741824 1073778376 140733245274464 140094399916328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21374/tid=21378] ppid=21371 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/21374/task/21378/stat : 21378 (java) S 21371 21374 19474 0 -1 4202560 38 0 0 0 6 0 0 0 20 0 22 0 28273849 10060525568 156073 33554432000 1073741824 1073778376 140733245274464 140094398863528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21374/tid=21379] ppid=21371 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/21374/task/21379/stat : 21379 (java) S 21371 21374 19474 0 -1 4202560 171 0 0 0 9 3 0 0 20 0 22 0 28273849 10060525568 156073 33554432000 1073741824 1073778376 140733245274464 140094397811240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21374/tid=21380] ppid=21371 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/21374/task/21380/stat : 21380 (java) S 21371 21374 19474 0 -1 4202560 115 0 0 0 6 0 0 0 20 0 22 0 28273849 10060525568 156073 33554432000 1073741824 1073778376 140733245274464 140094396758440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21374/tid=21381] ppid=21371 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/21374/task/21381/stat : 21381 (java) S 21371 21374 19474 0 -1 4202560 68 0 0 0 5 2 0 0 20 0 22 0 28273849 10060525568 156073 33554432000 1073741824 1073778376 140733245274464 140094395706152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21374/tid=21382] ppid=21371 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/21374/task/21382/stat : 21382 (java) S 21371 21374 19474 0 -1 4202560 26 0 0 0 4 1 0 0 20 0 22 0 28273849 10060525568 156073 33554432000 1073741824 1073778376 140733245274464 140094394653352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21374/tid=21383] ppid=21371 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/21374/task/21383/stat : 21383 (java) S 21371 21374 19474 0 -1 4202560 66 0 0 0 4 2 0 0 20 0 22 0 28273849 10060525568 156073 33554432000 1073741824 1073778376 140733245274464 140094393601064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21374/tid=21384] ppid=21371 vsize=9824732 CPUtime=0.09 cores=1,3,5,7

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

/proc/21374/task/21379/stat : 21379 (java) S 21371 21374 19474 0 -1 4202560 1092 0 0 0 167 15 0 0 20 0 22 0 28273849 10060525568 878493 33554432000 1073741824 1073778376 140733245274464 140094397811240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21374/tid=21380] ppid=21371 vsize=9824732 CPUtime=1.6 cores=1,3,5,7
/proc/21374/task/21380/stat : 21380 (java) S 21371 21374 19474 0 -1 4202560 1301 0 0 0 150 10 0 0 20 0 22 0 28273849 10060525568 878493 33554432000 1073741824 1073778376 140733245274464 140094396758440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21374/tid=21381] ppid=21371 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/21374/task/21381/stat : 21381 (java) S 21371 21374 19474 0 -1 4202560 1086 0 0 0 156 15 0 0 20 0 22 0 28273849 10060525568 878493 33554432000 1073741824 1073778376 140733245274464 140094395706152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21374/tid=21382] ppid=21371 vsize=9824732 CPUtime=1.74 cores=1,3,5,7
/proc/21374/task/21382/stat : 21382 (java) S 21371 21374 19474 0 -1 4202560 1770 0 0 0 159 15 0 0 20 0 22 0 28273849 10060525568 878493 33554432000 1073741824 1073778376 140733245274464 140094394653352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21374/tid=21383] ppid=21371 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/21374/task/21383/stat : 21383 (java) S 21371 21374 19474 0 -1 4202560 1241 0 0 0 162 15 0 0 20 0 22 0 28273849 10060525568 878493 33554432000 1073741824 1073778376 140733245274464 140094393601064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21374/tid=21384] ppid=21371 vsize=9824732 CPUtime=1.74 cores=1,3,5,7
/proc/21374/task/21384/stat : 21384 (java) S 21371 21374 19474 0 -1 4202560 1237 0 0 0 162 12 0 0 20 0 22 0 28273849 10060525568 878493 33554432000 1073741824 1073778376 140733245274464 140094392548264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21374/tid=21385] ppid=21371 vsize=9824732 CPUtime=2.75 cores=1,3,5,7
/proc/21374/task/21385/stat : 21385 (java) S 21371 21374 19474 0 -1 4202560 2113 0 0 0 267 8 0 0 20 0 22 0 28273850 10060525568 878493 33554432000 1073741824 1073778376 140733245274464 140094262454504 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21374/tid=21386] ppid=21371 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21374/task/21386/stat : 21386 (java) S 21371 21374 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28273850 10060525568 878493 33554432000 1073741824 1073778376 140733245274464 140094261400568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21374/tid=21387] ppid=21371 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21374/task/21387/stat : 21387 (java) S 21371 21374 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28273850 10060525568 878493 33554432000 1073741824 1073778376 140733245274464 140094260348168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21374/tid=21388] ppid=21371 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21374/task/21388/stat : 21388 (java) S 21371 21374 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28273853 10060525568 878493 33554432000 1073741824 1073778376 140733245274464 140094259296656 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21374/tid=21389] ppid=21371 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/21374/task/21389/stat : 21389 (java) S 21371 21374 19474 0 -1 4202560 13712 0 0 0 163 3 0 0 20 0 22 0 28273853 10060525568 878493 33554432000 1073741824 1073778376 140733245274464 140094258244280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21374/tid=21390] ppid=21371 vsize=9824732 CPUtime=2 cores=1,3,5,7
/proc/21374/task/21390/stat : 21390 (java) S 21371 21374 19474 0 -1 4202560 11959 0 0 0 198 2 0 0 20 0 22 0 28273853 10060525568 878493 33554432000 1073741824 1073778376 140733245274464 140094257191480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21374/tid=21391] ppid=21371 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21374/task/21391/stat : 21391 (java) S 21371 21374 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28273853 10060525568 878493 33554432000 1073741824 1073778376 140733245274464 140094256139384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21374/tid=21392] ppid=21371 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/21374/task/21392/stat : 21392 (java) S 21371 21374 19474 0 -1 4202560 47 0 0 0 13 23 0 0 20 0 22 0 28273853 10060525568 878493 33554432000 1073741824 1073778376 140733245274464 140094255086792 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21374/tid=21393] ppid=21371 vsize=9824732 CPUtime=812.83 cores=1,3,5,7
/proc/21374/task/21393/stat : 21393 (java) R 21371 21374 19474 0 -1 4202560 64 0 0 0 81269 14 0 0 20 0 22 0 28273896 10060525568 878493 33554432000 1073741824 1073778376 140733245274464 140094253664848 140094267447863 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21374/tid=21394] ppid=21371 vsize=9824732 CPUtime=812.95 cores=1,3,5,7
/proc/21374/task/21394/stat : 21394 (java) R 21371 21374 19474 0 -1 4202560 1948 0 0 0 81242 53 0 0 20 0 22 0 28273896 10060525568 878493 33554432000 1073741824 1073778376 140733245274464 140094252612544 140094267842829 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21374/tid=21395] ppid=21371 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21374/task/21395/stat : 21395 (java) S 21371 21374 19474 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 28273898 10060525568 878493 33554432000 1073741824 1073778376 140733245274464 140094251562152 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21374/tid=21396] ppid=21371 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21374/task/21396/stat : 21396 (java) S 21371 21374 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28273899 10060525568 878493 33554432000 1073741824 1073778376 140733245274464 140093109036072 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1651.03
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.50 4.37 4.30 5/220 21419
/proc/meminfo: memFree=23122512/32872528 swapFree=1541156/1696500
[pid=21374] ppid=21371 vsize=9824732 CPUtime=1771.76 cores=1,3,5,7
/proc/21374/stat : 21374 (java) S 21371 21374 19474 0 -1 4202496 43248 0 1 0 176990 186 0 0 20 0 22 0 28273848 10060525568 891395 33554432000 1073741824 1073778376 140733245274464 140733245265600 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21374/statm: 2456183 891395 2301 9 0 2446860 0
[pid=21374/tid=21375] ppid=21371 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/21374/task/21375/stat : 21375 (java) S 21371 21374 19474 0 -1 4202560 2448 0 1 0 47 4 0 0 20 0 22 0 28273848 10060525568 891395 33554432000 1073741824 1073778376 140733245274464 140094438425464 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21374/tid=21377] ppid=21371 vsize=9824732 CPUtime=2.07 cores=1,3,5,7
/proc/21374/task/21377/stat : 21377 (java) S 21371 21374 19474 0 -1 4202560 750 0 0 0 194 13 0 0 20 0 22 0 28273849 10060525568 891395 33554432000 1073741824 1073778376 140733245274464 140094399916328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21374/tid=21378] ppid=21371 vsize=9824732 CPUtime=1.98 cores=1,3,5,7
/proc/21374/task/21378/stat : 21378 (java) S 21371 21374 19474 0 -1 4202560 1033 0 0 0 184 14 0 0 20 0 22 0 28273849 10060525568 891395 33554432000 1073741824 1073778376 140733245274464 140094398863528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21374/tid=21379] ppid=21371 vsize=9824732 CPUtime=2.06 cores=1,3,5,7
/proc/21374/task/21379/stat : 21379 (java) S 21371 21374 19474 0 -1 4202560 1112 0 0 0 190 16 0 0 20 0 22 0 28273849 10060525568 891395 33554432000 1073741824 1073778376 140733245274464 140094397811240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21374/tid=21380] ppid=21371 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/21374/task/21380/stat : 21380 (java) S 21371 21374 19474 0 -1 4202560 1317 0 0 0 168 11 0 0 20 0 22 0 28273849 10060525568 891395 33554432000 1073741824 1073778376 140733245274464 140094396758440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21374/tid=21381] ppid=21371 vsize=9824732 CPUtime=1.86 cores=1,3,5,7
/proc/21374/task/21381/stat : 21381 (java) S 21371 21374 19474 0 -1 4202560 1102 0 0 0 171 15 0 0 20 0 22 0 28273849 10060525568 891395 33554432000 1073741824 1073778376 140733245274464 140094395706152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21374/tid=21382] ppid=21371 vsize=9824732 CPUtime=1.95 cores=1,3,5,7
/proc/21374/task/21382/stat : 21382 (java) S 21371 21374 19474 0 -1 4202560 1812 0 0 0 180 15 0 0 20 0 22 0 28273849 10060525568 891395 33554432000 1073741824 1073778376 140733245274464 140094394653352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21374/tid=21383] ppid=21371 vsize=9824732 CPUtime=1.89 cores=1,3,5,7
/proc/21374/task/21383/stat : 21383 (java) S 21371 21374 19474 0 -1 4202560 1292 0 0 0 174 15 0 0 20 0 22 0 28273849 10060525568 891395 33554432000 1073741824 1073778376 140733245274464 140094393601064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21374/tid=21384] ppid=21371 vsize=9824732 CPUtime=1.92 cores=1,3,5,7
/proc/21374/task/21384/stat : 21384 (java) S 21371 21374 19474 0 -1 4202560 1250 0 0 0 179 13 0 0 20 0 22 0 28273849 10060525568 891395 33554432000 1073741824 1073778376 140733245274464 140094392548264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21374/tid=21385] ppid=21371 vsize=9824732 CPUtime=2.75 cores=1,3,5,7
/proc/21374/task/21385/stat : 21385 (java) S 21371 21374 19474 0 -1 4202560 2120 0 0 0 267 8 0 0 20 0 22 0 28273850 10060525568 891395 33554432000 1073741824 1073778376 140733245274464 140094262454504 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21374/tid=21386] ppid=21371 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21374/task/21386/stat : 21386 (java) S 21371 21374 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28273850 10060525568 891395 33554432000 1073741824 1073778376 140733245274464 140094261400568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21374/tid=21387] ppid=21371 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21374/task/21387/stat : 21387 (java) S 21371 21374 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28273850 10060525568 891395 33554432000 1073741824 1073778376 140733245274464 140094260348168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21374/tid=21388] ppid=21371 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21374/task/21388/stat : 21388 (java) S 21371 21374 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28273853 10060525568 891395 33554432000 1073741824 1073778376 140733245274464 140094259296656 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21374/tid=21389] ppid=21371 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/21374/task/21389/stat : 21389 (java) S 21371 21374 19474 0 -1 4202560 13712 0 0 0 163 3 0 0 20 0 22 0 28273853 10060525568 891395 33554432000 1073741824 1073778376 140733245274464 140094258244280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21374/tid=21390] ppid=21371 vsize=9824732 CPUtime=2 cores=1,3,5,7
/proc/21374/task/21390/stat : 21390 (java) S 21371 21374 19474 0 -1 4202560 11959 0 0 0 198 2 0 0 20 0 22 0 28273853 10060525568 891395 33554432000 1073741824 1073778376 140733245274464 140094257191480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21374/tid=21391] ppid=21371 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21374/task/21391/stat : 21391 (java) S 21371 21374 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28273853 10060525568 891395 33554432000 1073741824 1073778376 140733245274464 140094256139384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21374/tid=21392] ppid=21371 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/21374/task/21392/stat : 21392 (java) S 21371 21374 19474 0 -1 4202560 51 0 0 0 14 24 0 0 20 0 22 0 28273853 10060525568 891395 33554432000 1073741824 1073778376 140733245274464 140094255086792 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21374/tid=21393] ppid=21371 vsize=9824732 CPUtime=872.28 cores=1,3,5,7
/proc/21374/task/21393/stat : 21393 (java) R 21371 21374 19474 0 -1 4202560 64 0 0 0 87213 15 0 0 20 0 22 0 28273896 10060525568 891395 33554432000 1073741824 1073778376 140733245274464 140094253665616 140094267448396 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21374/tid=21394] ppid=21371 vsize=9824732 CPUtime=872.39 cores=1,3,5,7
/proc/21374/task/21394/stat : 21394 (java) R 21371 21374 19474 0 -1 4202560 1956 0 0 0 87185 54 0 0 20 0 22 0 28273896 10060525568 891395 33554432000 1073741824 1073778376 140733245274464 140094252613840 140094267842628 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21374/tid=21395] ppid=21371 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21374/task/21395/stat : 21395 (java) S 21371 21374 19474 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 28273898 10060525568 891395 33554432000 1073741824 1073778376 140733245274464 140094251562152 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21374/tid=21396] ppid=21371 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21374/task/21396/stat : 21396 (java) S 21371 21374 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28273899 10060525568 891395 33554432000 1073741824 1073778376 140733245274464 140093109036072 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1771.76
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.401 s]
/proc/loadavg: 4.47 4.37 4.29 6/220 21488
/proc/meminfo: memFree=26247844/32872528 swapFree=1541156/1696500
[pid=21374] ppid=21371 vsize=9824732 CPUtime=1800.03 cores=1,3,5,7
/proc/21374/stat : 21374 (java) S 21371 21374 19474 0 -1 4202496 43258 0 1 0 179816 187 0 0 20 0 22 0 28273848 10060525568 891403 33554432000 1073741824 1073778376 140733245274464 140733245265600 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21374/statm: 2456183 891403 2301 9 0 2446860 0
[pid=21374/tid=21375] ppid=21371 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/21374/task/21375/stat : 21375 (java) S 21371 21374 19474 0 -1 4202560 2448 0 1 0 47 4 0 0 20 0 22 0 28273848 10060525568 891403 33554432000 1073741824 1073778376 140733245274464 140094438425464 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21374/tid=21377] ppid=21371 vsize=9824732 CPUtime=2.12 cores=1,3,5,7
/proc/21374/task/21377/stat : 21377 (java) S 21371 21374 19474 0 -1 4202560 750 0 0 0 199 13 0 0 20 0 22 0 28273849 10060525568 891403 33554432000 1073741824 1073778376 140733245274464 140094399916328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21374/tid=21378] ppid=21371 vsize=9824732 CPUtime=1.99 cores=1,3,5,7
/proc/21374/task/21378/stat : 21378 (java) S 21371 21374 19474 0 -1 4202560 1033 0 0 0 185 14 0 0 20 0 22 0 28273849 10060525568 891403 33554432000 1073741824 1073778376 140733245274464 140094398863528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21374/tid=21379] ppid=21371 vsize=9824732 CPUtime=2.07 cores=1,3,5,7
/proc/21374/task/21379/stat : 21379 (java) S 21371 21374 19474 0 -1 4202560 1115 0 0 0 191 16 0 0 20 0 22 0 28273849 10060525568 891403 33554432000 1073741824 1073778376 140733245274464 140094397811240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21374/tid=21380] ppid=21371 vsize=9824732 CPUtime=1.81 cores=1,3,5,7
/proc/21374/task/21380/stat : 21380 (java) S 21371 21374 19474 0 -1 4202560 1322 0 0 0 170 11 0 0 20 0 22 0 28273849 10060525568 891403 33554432000 1073741824 1073778376 140733245274464 140094396758440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21374/tid=21381] ppid=21371 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/21374/task/21381/stat : 21381 (java) S 21371 21374 19474 0 -1 4202560 1102 0 0 0 173 15 0 0 20 0 22 0 28273849 10060525568 891403 33554432000 1073741824 1073778376 140733245274464 140094395706152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21374/tid=21382] ppid=21371 vsize=9824732 CPUtime=2 cores=1,3,5,7
/proc/21374/task/21382/stat : 21382 (java) S 21371 21374 19474 0 -1 4202560 1812 0 0 0 185 15 0 0 20 0 22 0 28273849 10060525568 891403 33554432000 1073741824 1073778376 140733245274464 140094394653352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21374/tid=21383] ppid=21371 vsize=9824732 CPUtime=1.91 cores=1,3,5,7
/proc/21374/task/21383/stat : 21383 (java) S 21371 21374 19474 0 -1 4202560 1293 0 0 0 176 15 0 0 20 0 22 0 28273849 10060525568 891403 33554432000 1073741824 1073778376 140733245274464 140094393601064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21374/tid=21384] ppid=21371 vsize=9824732 CPUtime=1.93 cores=1,3,5,7
/proc/21374/task/21384/stat : 21384 (java) S 21371 21374 19474 0 -1 4202560 1250 0 0 0 180 13 0 0 20 0 22 0 28273849 10060525568 891403 33554432000 1073741824 1073778376 140733245274464 140094392548264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21374/tid=21385] ppid=21371 vsize=9824732 CPUtime=2.75 cores=1,3,5,7
/proc/21374/task/21385/stat : 21385 (java) S 21371 21374 19474 0 -1 4202560 2120 0 0 0 267 8 0 0 20 0 22 0 28273850 10060525568 891403 33554432000 1073741824 1073778376 140733245274464 140094262454504 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21374/tid=21386] ppid=21371 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21374/task/21386/stat : 21386 (java) S 21371 21374 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28273850 10060525568 891403 33554432000 1073741824 1073778376 140733245274464 140094261400568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21374/tid=21387] ppid=21371 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21374/task/21387/stat : 21387 (java) S 21371 21374 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28273850 10060525568 891403 33554432000 1073741824 1073778376 140733245274464 140094260348168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21374/tid=21388] ppid=21371 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21374/task/21388/stat : 21388 (java) S 21371 21374 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28273853 10060525568 891403 33554432000 1073741824 1073778376 140733245274464 140094259296656 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21374/tid=21389] ppid=21371 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/21374/task/21389/stat : 21389 (java) S 21371 21374 19474 0 -1 4202560 13712 0 0 0 163 3 0 0 20 0 22 0 28273853 10060525568 891403 33554432000 1073741824 1073778376 140733245274464 140094258244280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21374/tid=21390] ppid=21371 vsize=9824732 CPUtime=2 cores=1,3,5,7
/proc/21374/task/21390/stat : 21390 (java) S 21371 21374 19474 0 -1 4202560 11959 0 0 0 198 2 0 0 20 0 22 0 28273853 10060525568 891403 33554432000 1073741824 1073778376 140733245274464 140094257191480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21374/tid=21391] ppid=21371 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21374/task/21391/stat : 21391 (java) S 21371 21374 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28273853 10060525568 891403 33554432000 1073741824 1073778376 140733245274464 140094256139384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21374/tid=21392] ppid=21371 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/21374/task/21392/stat : 21392 (java) S 21371 21374 19474 0 -1 4202560 51 0 0 0 15 24 0 0 20 0 22 0 28273853 10060525568 891403 33554432000 1073741824 1073778376 140733245274464 140094255086792 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21374/tid=21393] ppid=21371 vsize=9824732 CPUtime=886.27 cores=1,3,5,7
/proc/21374/task/21393/stat : 21393 (java) R 21371 21374 19474 0 -1 4202560 65 0 0 0 88612 15 0 0 20 0 22 0 28273896 10060525568 891403 33554432000 1073741824 1073778376 140733245274464 140094253665616 140094268353227 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21374/tid=21394] ppid=21371 vsize=9824732 CPUtime=886.38 cores=1,3,5,7
/proc/21374/task/21394/stat : 21394 (java) R 21371 21374 19474 0 -1 4202560 1956 0 0 0 88584 54 0 0 20 0 22 0 28273896 10060525568 891403 33554432000 1073741824 1073778376 140733245274464 140094252611952 140094266938741 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21374/tid=21395] ppid=21371 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21374/task/21395/stat : 21395 (java) S 21371 21374 19474 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 28273898 10060525568 891403 33554432000 1073741824 1073778376 140733245274464 140094251562152 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21374/tid=21396] ppid=21371 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21374/task/21396/stat : 21396 (java) S 21371 21374 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28273899 10060525568 891403 33554432000 1073741824 1073778376 140733245274464 140093109036072 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 21374 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21374 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=707315
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=402634
# CPU time returned by wait4() is 1796.11
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 896.457
CPU time (s): 1800.03
CPU user time (s): 1798.16
CPU system time (s): 1.87
CPU usage (%): 200.794
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.71
system time used= 2.40263
maximum resident set size= 3565728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43294
page faults= 1
swaps= 0
block input operations= 0
block output operations= 832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23821
involuntary context switches= 21778

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.92556 second user time and 3.68244 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-26 16:45:51
IDJOB=4116966
IDBENCH=109536
IDSOLVER=2543
FILE ID=node125/4116966-1466952351
RUNJOBID= node125-1466943674-19491
PBS_JOBID= 19976354
Free space on /tmp= 71740 MiB

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

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

MD5SUM BENCH= 1b4cd03c5d4bd115b9b4d1837edbfb7f
RANDOM SEED=1462202723

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29814852 kB
Buffers:           12364 kB
Cached:            40540 kB
SwapCached:         1748 kB
Active:           624684 kB
Inactive:          29620 kB
Active(anon):     603348 kB
Inactive(anon):      448 kB
Active(file):      21336 kB
Inactive(file):    29172 kB
Unevictable:     1696500 kB
Mlocked:         1541156 kB
SwapTotal:      67108856 kB
SwapFree:       67098440 kB
Dirty:              2524 kB
Writeback:             0 kB
AnonPages:       2312004 kB
Mapped:            15420 kB
Shmem:                 0 kB
Slab:             565756 kB
SReclaimable:       9188 kB
SUnreclaim:       556568 kB
KernelStack:        1808 kB
PageTables:         9008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3306984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    733184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node125 at 2016-06-26 17:00:48