Trace number 4117281

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 Resolution PB16? (TO) 1800.04 1797.84

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size80-round22-0.opb
MD5SUM2fda4b5e62de0cf52e0e868680492c08
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 benchmark747.322
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.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.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4117281-1466957699.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.70/0.41	c ... done. Wall clock time 0.292s.
0.70/0.41	c declared #vars     4128
0.70/0.41	c #constraints  9888
0.70/0.41	c constraints type 
0.70/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.70/0.41	c org.sat4j.specs.Constr$1 => 856
0.70/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.70/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 456
0.70/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.70/0.41	c 9888 constraints processed.
1.75/1.12	c cleaning 2490 clauses out of 5000 with flag 15648/5002
2.79/1.79	c cleaning 4245 clauses out of 8508 with flag 36245/11000
3.59/2.51	c cleaning 5624 clauses out of 11263 with flag 62891/18000
4.41/3.40	c cleaning 6812 clauses out of 13640 with flag 96035/26001
5.51/4.42	c cleaning 7900 clauses out of 15830 with flag 135088/35003
6.61/5.56	c cleaning 8925 clauses out of 17927 with flag 178405/45000
7.90/6.88	c cleaning 9984 clauses out of 20003 with flag 228106/56001
9.40/8.32	c cleaning 10986 clauses out of 22019 with flag 283928/68001
10.90/9.87	c cleaning 11999 clauses out of 24032 with flag 347328/81000
12.70/11.65	c cleaning 12984 clauses out of 26033 with flag 417292/95000
14.70/13.62	c cleaning 14000 clauses out of 28049 with flag 493791/110000
16.91/15.82	c cleaning 15002 clauses out of 30049 with flag 575997/126000
19.21/18.16	c cleaning 16013 clauses out of 32047 with flag 665577/143000
21.72/20.63	c cleaning 16986 clauses out of 34034 with flag 766320/161000
24.42/23.38	c cleaning 18011 clauses out of 36049 with flag 871115/180001
27.21/26.18	c cleaning 19003 clauses out of 38037 with flag 981930/200000
30.31/29.21	c cleaning 19972 clauses out of 40034 with flag 1099468/221000
33.41/32.39	c cleaning 21008 clauses out of 42065 with flag 1224918/243003
36.91/35.89	c cleaning 22014 clauses out of 44054 with flag 1357898/266000
40.61/39.52	c cleaning 23009 clauses out of 46040 with flag 1494666/290000
44.52/43.49	c cleaning 23974 clauses out of 48032 with flag 1639628/315001
48.72/47.67	c cleaning 25008 clauses out of 50059 with flag 1791746/341002
53.12/52.10	c cleaning 26004 clauses out of 52049 with flag 1950277/368000
57.92/56.80	c cleaning 26995 clauses out of 54045 with flag 2110226/396000
62.62/61.59	c cleaning 28003 clauses out of 56051 with flag 2283009/425001
67.46/66.35	c cleaning 29007 clauses out of 58048 with flag 2463329/455001
72.36/71.29	c cleaning 30000 clauses out of 60040 with flag 2645286/486000
77.47/76.37	c cleaning 31000 clauses out of 62040 with flag 2835906/518000
82.87/81.80	c cleaning 32003 clauses out of 64041 with flag 3034589/551001
88.56/87.44	c cleaning 33003 clauses out of 66038 with flag 3237955/585001
94.56/93.46	c cleaning 33986 clauses out of 68034 with flag 3447737/620000
100.86/99.71	c cleaning 34979 clauses out of 70050 with flag 3666168/656002
107.46/106.35	c cleaning 36013 clauses out of 72069 with flag 3889576/693000
114.47/113.36	c cleaning 37005 clauses out of 74056 with flag 4121203/731000
121.86/120.71	c cleaning 38008 clauses out of 76052 with flag 4358626/770001
129.36/128.24	c cleaning 39000 clauses out of 78043 with flag 4602500/810000
137.17/136.07	c cleaning 40015 clauses out of 80045 with flag 4855055/851002
145.28/144.18	c cleaning 40962 clauses out of 82029 with flag 5108553/893001
153.77/152.69	c cleaning 42031 clauses out of 84066 with flag 5369291/936000
162.47/161.30	c cleaning 42989 clauses out of 86035 with flag 5641711/980000
171.12/169.93	c cleaning 43982 clauses out of 88047 with flag 5920185/1025001
180.12/178.95	c cleaning 44995 clauses out of 90065 with flag 6208582/1071001
189.53/188.35	c cleaning 45969 clauses out of 92069 with flag 6500378/1118000
199.43/198.25	c cleaning 46997 clauses out of 94101 with flag 6798474/1166001
209.53/208.33	c cleaning 48028 clauses out of 96103 with flag 7107164/1215000
219.93/218.78	c cleaning 49030 clauses out of 98075 with flag 7418306/1265000
230.84/229.62	c cleaning 50002 clauses out of 100047 with flag 7740417/1316002
242.04/240.89	c cleaning 51005 clauses out of 102044 with flag 8067410/1368001
253.45/252.27	c cleaning 51977 clauses out of 104040 with flag 8399784/1421002
265.65/264.47	c cleaning 52995 clauses out of 106062 with flag 8737508/1475001
278.45/277.28	c cleaning 54017 clauses out of 108066 with flag 9087492/1530000
290.89/289.61	c cleaning 55018 clauses out of 110050 with flag 9436794/1586001
303.50/302.24	c cleaning 55995 clauses out of 112031 with flag 9798449/1643000
316.50/315.23	c cleaning 56988 clauses out of 114036 with flag 10164584/1701000
330.01/328.71	c cleaning 57993 clauses out of 116049 with flag 10538210/1760001
343.71/342.43	c cleaning 59024 clauses out of 118055 with flag 10917472/1820000
358.20/356.96	c cleaning 59984 clauses out of 120031 with flag 11302686/1881000
373.21/371.98	c cleaning 60987 clauses out of 122049 with flag 11687536/1943002
388.69/387.41	c cleaning 62018 clauses out of 124061 with flag 12087273/2006001
404.78/403.51	c cleaning 62984 clauses out of 126042 with flag 12490416/2070000
420.64/419.33	c cleaning 63998 clauses out of 128058 with flag 12898266/2135000
436.74/435.41	c cleaning 64987 clauses out of 130060 with flag 13313264/2201000
453.35/452.10	c cleaning 66008 clauses out of 132073 with flag 13739287/2268000
470.36/469.05	c cleaning 67017 clauses out of 134065 with flag 14174523/2336000
487.86/486.54	c cleaning 68012 clauses out of 136048 with flag 14609639/2405000
505.77/504.48	c cleaning 69019 clauses out of 138037 with flag 15053977/2475001
524.19/522.82	c cleaning 69995 clauses out of 140017 with flag 15503373/2546000
543.09/541.70	c cleaning 70985 clauses out of 142022 with flag 15959139/2618000
562.15/560.72	c cleaning 71991 clauses out of 144039 with flag 16420308/2691002
582.05/580.68	c cleaning 72964 clauses out of 146046 with flag 16884133/2765000
602.75/601.31	c cleaning 74031 clauses out of 148083 with flag 17356639/2840001
623.76/622.39	c cleaning 75020 clauses out of 150051 with flag 17838865/2916000
644.96/643.58	c cleaning 76016 clauses out of 152031 with flag 18324708/2993000
666.36/664.95	c cleaning 76991 clauses out of 154016 with flag 18813217/3071001
688.67/687.22	c cleaning 77966 clauses out of 156025 with flag 19308233/3150001
711.39/709.92	c cleaning 79026 clauses out of 158059 with flag 19814292/3230001
734.49/733.06	c cleaning 79986 clauses out of 160032 with flag 20327108/3311000
758.29/756.90	c cleaning 81002 clauses out of 162046 with flag 20842264/3393000
782.98/781.54	c cleaning 82001 clauses out of 164045 with flag 21366448/3476001
807.89/806.45	c cleaning 83000 clauses out of 166044 with flag 21894561/3560001
833.39/831.94	c cleaning 83987 clauses out of 168045 with flag 22429638/3645002
859.25/857.72	c cleaning 85004 clauses out of 170056 with flag 22967773/3731000
885.45/883.90	c cleaning 85955 clauses out of 172052 with flag 23518223/3818000
912.06/910.56	c cleaning 87020 clauses out of 174097 with flag 24070445/3906000
940.16/938.64	c cleaning 88012 clauses out of 176077 with flag 24632211/3995000
968.17/966.63	c cleaning 89019 clauses out of 178065 with flag 25205688/4085000
997.27/995.76	c cleaning 89990 clauses out of 180047 with flag 25782469/4176001
1026.32/1024.71	c cleaning 91014 clauses out of 182056 with flag 26362186/4268000
1055.32/1053.76	c cleaning 92014 clauses out of 184042 with flag 26949034/4361000
1085.33/1083.73	c cleaning 92972 clauses out of 186028 with flag 27541366/4455000
1116.45/1114.89	c cleaning 94001 clauses out of 188057 with flag 28138752/4550001
1148.16/1146.50	c cleaning 95021 clauses out of 190056 with flag 28744052/4646001
1180.43/1178.75	c cleaning 96000 clauses out of 192034 with flag 29358457/4743000
1213.94/1212.23	c cleaning 97004 clauses out of 194037 with flag 29975103/4841003
1248.05/1246.35	c cleaning 98002 clauses out of 196030 with flag 30598203/4940000
1283.75/1282.02	c cleaning 99001 clauses out of 198028 with flag 31232705/5040000
1319.43/1317.56	c cleaning 100005 clauses out of 200027 with flag 31867281/5141000
1354.73/1352.84	c cleaning 100998 clauses out of 202024 with flag 32510428/5243002
1391.44/1389.53	c cleaning 101981 clauses out of 204024 with flag 33164366/5346000
1429.26/1427.36	c cleaning 102992 clauses out of 206043 with flag 33819146/5450000
1468.34/1466.40	c cleaning 103978 clauses out of 208051 with flag 34478672/5555000
1508.04/1506.05	c cleaning 105031 clauses out of 210073 with flag 35143830/5661000
1547.65/1545.67	c cleaning 105992 clauses out of 212042 with flag 35819374/5768000
1588.75/1586.71	c cleaning 106943 clauses out of 214050 with flag 36499869/5876000
1630.24/1628.18	c cleaning 108013 clauses out of 216107 with flag 37182004/5985000
1672.24/1670.11	c cleaning 109019 clauses out of 218097 with flag 37873050/6095003
1714.96/1712.86	c cleaning 109991 clauses out of 220075 with flag 38569238/6206000
1758.62/1756.42	c cleaning 110991 clauses out of 222084 with flag 39273319/6318000
1800.04/1797.80	c starts		: 55320
1800.04/1797.80	c conflicts		: 6427760
1800.04/1797.80	c decisions		: 69292880
1800.04/1797.80	c propagations		: 903730286
1800.04/1797.80	c inspects		: 24635628190
1800.04/1797.80	c shortcuts		: 0
1800.04/1797.80	c learnt literals	: 2
1800.04/1797.80	c learnt binary clauses	: 38
1800.04/1797.80	c learnt ternary clauses	: 507
1800.04/1797.80	c timeout
1800.04/1797.80	c learnt constraints	: 6427758
1800.04/1797.80	c ignored constraints	: 0
1800.04/1797.80	c root simplifications	: 0
1800.04/1797.80	c removed literals (reason simplification)	: 0
1800.04/1797.80	c reason swapping (by a shorter reason)	: 0
1800.04/1797.80	c Calls to reduceDB	: 108
1800.04/1797.80	c Number of update (reduction) of LBD	: 1309586
1800.04/1797.80	c Imported unit clauses	: 0
1800.04/1797.80	c number of reductions to clauses (during analyze)	: 0
1800.04/1797.80	c number of learned constraints concerned by reduction	: 0
1800.04/1797.80	c number of learning phase by resolution	: 0
1800.04/1797.80	c number of learning phase by cutting planes	: 0
1800.04/1797.80	c speed (assignments/second)	: 502801.72294367
1800.04/1797.80	c non guided choices	13723
1800.04/1797.83	c learnt constraints type 
1800.04/1797.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 38
1800.04/1797.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 220815
1800.04/1797.83	s UNKNOWN
1800.04/1797.83	c Total wall clock time (in seconds): 1797.716

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-4117281-1466957699/watcher-4117281-1466957699 -o /tmp/evaluation-result-4117281-1466957699/solver-4117281-1466957699 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466945036-19727 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4117281-1466957699.opb 

pid=22124
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: 2.18 2.25 2.20 4/196 22127
/proc/meminfo: memFree=30145644/32872528 swapFree=1491540/1663236
[pid=22127] ppid=22124 vsize=5632 CPUtime=0 cores=1,3,5,7
/proc/22127/stat : 22127 (java) R 22124 22127 19710 0 -1 4202496 384 0 0 0 0 0 0 0 20 0 1 0 28808225 5767168 55 33554432000 1073741824 1073778376 140734930101328 140734930098456 273896476960 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22127/statm: 1408 55 43 9 0 30 0

[startup+0.100017 s]
/proc/loadavg: 2.18 2.25 2.20 4/196 22127
/proc/meminfo: memFree=30145644/32872528 swapFree=1491540/1663236
[pid=22127] ppid=22124 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/22127/stat : 22127 (java) S 22124 22127 19710 0 -1 4202496 4408 0 1 0 8 1 0 0 20 0 18 0 28808225 9787879424 6034 33554432000 1073741824 1073778376 140734930101328 140734930092464 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22127/statm: 2389619 6034 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200227 s]
/proc/loadavg: 2.18 2.25 2.20 4/196 22127
/proc/meminfo: memFree=30145644/32872528 swapFree=1491540/1663236
[pid=22127] ppid=22124 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/22127/stat : 22127 (java) S 22124 22127 19710 0 -1 4202496 4864 0 1 0 24 1 0 0 20 0 18 0 28808225 9787879424 6915 33554432000 1073741824 1073778376 140734930101328 140734930092464 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22127/statm: 2389619 6921 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300234 s]
/proc/loadavg: 2.18 2.25 2.20 4/196 22127
/proc/meminfo: memFree=30145644/32872528 swapFree=1491540/1663236
[pid=22127] ppid=22124 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/22127/stat : 22127 (java) S 22124 22127 19710 0 -1 4202496 5753 0 1 0 47 2 0 0 20 0 18 0 28808225 9787879424 8970 33554432000 1073741824 1073778376 140734930101328 140734930092464 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22127/statm: 2389619 8946 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700198 s]
/proc/loadavg: 2.18 2.25 2.20 4/196 22127
/proc/meminfo: memFree=30145644/32872528 swapFree=1491540/1663236
[pid=22127] ppid=22124 vsize=9625040 CPUtime=1.31 cores=1,3,5,7
/proc/22127/stat : 22127 (java) S 22124 22127 19710 0 -1 4202496 9417 0 1 0 128 3 0 0 20 0 19 0 28808225 9856040960 15735 33554432000 1073741824 1073778376 140734930101328 140734930092464 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22127/statm: 2406260 15735 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9625040

[startup+1.50084 s]
/proc/loadavg: 2.24 2.27 2.20 4/215 22146
/proc/meminfo: memFree=30092016/32872528 swapFree=1491540/1663236
[pid=22127] ppid=22124 vsize=9625040 CPUtime=2.55 cores=1,3,5,7
/proc/22127/stat : 22127 (java) S 22124 22127 19710 0 -1 4202496 17050 0 1 0 251 4 0 0 20 0 19 0 28808225 9856040960 20809 33554432000 1073741824 1073778376 140734930101328 140734930092464 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22127/statm: 2406260 20809 2270 9 0 2396937 0
[pid=22127/tid=22129] ppid=22124 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/22127/task/22129/stat : 22129 (java) R 22124 22127 19710 0 -1 4202560 2417 0 1 0 144 2 0 0 20 0 19 0 28808226 9856040960 20809 33554432000 1073741824 1073778376 140734930101328 140665460674824 140665296601793 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22130] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22130/stat : 22130 (java) S 22124 22127 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28808227 9856040960 20809 33554432000 1073741824 1073778376 140734930101328 140665422166184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22131] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22131/stat : 22131 (java) S 22124 22127 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28808227 9856040960 20809 33554432000 1073741824 1073778376 140734930101328 140665421113640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22127/tid=22132] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22132/stat : 22132 (java) S 22124 22127 19710 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28808227 9856040960 20809 33554432000 1073741824 1073778376 140734930101328 140665420061096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22127/tid=22133] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22133/stat : 22133 (java) S 22124 22127 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28808227 9856040960 20809 33554432000 1073741824 1073778376 140734930101328 140665419008552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22127/tid=22134] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22134/stat : 22134 (java) S 22124 22127 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28808227 9856040960 20809 33554432000 1073741824 1073778376 140734930101328 140665417956008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22135] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22135/stat : 22135 (java) S 22124 22127 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28808227 9856040960 20809 33554432000 1073741824 1073778376 140734930101328 140665416903464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22127/tid=22136] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22136/stat : 22136 (java) S 22124 22127 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28808227 9856040960 20809 33554432000 1073741824 1073778376 140734930101328 140665415850920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22137] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22137/stat : 22137 (java) S 22124 22127 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28808227 9856040960 20809 33554432000 1073741824 1073778376 140734930101328 140665414798376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22138] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22138/stat : 22138 (java) S 22124 22127 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28808228 9856040960 20809 33554432000 1073741824 1073778376 140734930101328 140665284630632 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22139] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22139/stat : 22139 (java) S 22124 22127 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28808229 9856040960 20809 33554432000 1073741824 1073778376 140734930101328 140665283576952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22140] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22140/stat : 22140 (java) S 22124 22127 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28808229 9856040960 20809 33554432000 1073741824 1073778376 140734930101328 140665282524296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22141] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22141/stat : 22141 (java) S 22124 22127 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28808231 9856040960 20809 33554432000 1073741824 1073778376 140734930101328 140665281473040 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22142] ppid=22124 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/22127/task/22142/stat : 22142 (java) R 22124 22127 19710 0 -1 4202560 11253 0 0 0 75 1 0 0 20 0 19 0 28808231 9856040960 20809 33554432000 1073741824 1073778376 140734930101328 140665280407688 140665463146541 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22127/tid=22143] ppid=22124 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/22127/task/22143/stat : 22143 (java) S 22124 22127 19710 0 -1 4202560 2102 0 0 0 28 0 0 0 20 0 19 0 28808231 9856040960 20809 33554432000 1073741824 1073778376 140734930101328 140664406796984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22127/tid=22144] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22144/stat : 22144 (java) S 22124 22127 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28808231 9856040960 20809 33554432000 1073741824 1073778376 140734930101328 140664405744632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22127/tid=22145] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22145/stat : 22145 (java) S 22124 22127 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28808231 9856040960 20809 33554432000 1073741824 1073778376 140734930101328 140664404692296 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22146] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22146/stat : 22146 (java) S 22124 22127 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28808267 9856040960 20809 33554432000 1073741824 1073778376 140734930101328 140664403637032 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.24 2.27 2.20 4/215 22146
/proc/meminfo: memFree=30070500/32872528 swapFree=1491540/1663236
[pid=22127] ppid=22124 vsize=9625040 CPUtime=4.2 cores=1,3,5,7
/proc/22127/stat : 22127 (java) S 22124 22127 19710 0 -1 4202496 17055 0 1 0 416 4 0 0 20 0 19 0 28808225 9856040960 21835 33554432000 1073741824 1073778376 140734930101328 140734930092464 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22127/statm: 2406260 21835 2270 9 0 2396937 0
[pid=22127/tid=22129] ppid=22124 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/22127/task/22129/stat : 22129 (java) R 22124 22127 19710 0 -1 4202560 2420 0 1 0 304 2 0 0 20 0 19 0 28808226 9856040960 21835 33554432000 1073741824 1073778376 140734930101328 140665460666048 140665296603616 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22127/tid=22130] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22130/stat : 22130 (java) S 22124 22127 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28808227 9856040960 21835 33554432000 1073741824 1073778376 140734930101328 140665422166184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22131] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22131/stat : 22131 (java) S 22124 22127 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28808227 9856040960 21835 33554432000 1073741824 1073778376 140734930101328 140665421113640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22127/tid=22132] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22132/stat : 22132 (java) S 22124 22127 19710 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28808227 9856040960 21835 33554432000 1073741824 1073778376 140734930101328 140665420061096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22127/tid=22133] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22133/stat : 22133 (java) S 22124 22127 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28808227 9856040960 21835 33554432000 1073741824 1073778376 140734930101328 140665419008552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22127/tid=22134] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22134/stat : 22134 (java) S 22124 22127 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28808227 9856040960 21835 33554432000 1073741824 1073778376 140734930101328 140665417956008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22135] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22135/stat : 22135 (java) S 22124 22127 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28808227 9856040960 21835 33554432000 1073741824 1073778376 140734930101328 140665416903464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22127/tid=22136] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22136/stat : 22136 (java) S 22124 22127 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28808227 9856040960 21835 33554432000 1073741824 1073778376 140734930101328 140665415850920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22137] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22137/stat : 22137 (java) S 22124 22127 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28808227 9856040960 21835 33554432000 1073741824 1073778376 140734930101328 140665414798376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22138] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22138/stat : 22138 (java) S 22124 22127 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28808228 9856040960 21835 33554432000 1073741824 1073778376 140734930101328 140665284630632 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22139] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22139/stat : 22139 (java) S 22124 22127 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28808229 9856040960 21835 33554432000 1073741824 1073778376 140734930101328 140665283576952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22140] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22140/stat : 22140 (java) S 22124 22127 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28808229 9856040960 21835 33554432000 1073741824 1073778376 140734930101328 140665282524296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22141] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22141/stat : 22141 (java) S 22124 22127 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28808231 9856040960 21835 33554432000 1073741824 1073778376 140734930101328 140665281473040 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22142] ppid=22124 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/22127/task/22142/stat : 22142 (java) S 22124 22127 19710 0 -1 4202560 11255 0 0 0 79 2 0 0 20 0 19 0 28808231 9856040960 21835 33554432000 1073741824 1073778376 140734930101328 140665280420408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22127/tid=22143] ppid=22124 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/22127/task/22143/stat : 22143 (java) S 22124 22127 19710 0 -1 4202560 2102 0 0 0 30 0 0 0 20 0 19 0 28808231 9856040960 21835 33554432000 1073741824 1073778376 140734930101328 140664406796984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22127/tid=22144] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22144/stat : 22144 (java) S 22124 22127 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28808231 9856040960 21835 33554432000 1073741824 1073778376 140734930101328 140664405744632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22127/tid=22145] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22145/stat : 22145 (java) S 22124 22127 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28808231 9856040960 21835 33554432000 1073741824 1073778376 140734930101328 140664404692296 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22146] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22146/stat : 22146 (java) S 22124 22127 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28808267 9856040960 21835 33554432000 1073741824 1073778376 140734930101328 140664403637032 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.22 2.26 2.20 3/215 22146
/proc/meminfo: memFree=30069160/32872528 swapFree=1491540/1663236
[pid=22127] ppid=22124 vsize=9625040 CPUtime=7.4 cores=1,3,5,7
/proc/22127/stat : 22127 (java) S 22124 22127 19710 0 -1 4202496 17060 0 1 0 736 4 0 0 20 0 19 0 28808225 9856040960 21471 33554432000 1073741824 1073778376 140734930101328 140734930092464 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22127/statm: 2406260 21471 2271 9 0 2396937 0
[pid=22127/tid=22129] ppid=22124 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/22127/task/22129/stat : 22129 (java) R 22124 22127 19710 0 -1 4202560 2424 0 1 0 622 2 0 0 20 0 19 0 28808226 9856040960 21471 33554432000 1073741824 1073778376 140734930101328 140665460666032 140665296624894 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22130] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22130/stat : 22130 (java) S 22124 22127 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28808227 9856040960 21471 33554432000 1073741824 1073778376 140734930101328 140665422166184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22131] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22131/stat : 22131 (java) S 22124 22127 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28808227 9856040960 21471 33554432000 1073741824 1073778376 140734930101328 140665421113640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22127/tid=22132] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22132/stat : 22132 (java) S 22124 22127 19710 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28808227 9856040960 21471 33554432000 1073741824 1073778376 140734930101328 140665420061096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22127/tid=22133] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22133/stat : 22133 (java) S 22124 22127 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28808227 9856040960 21471 33554432000 1073741824 1073778376 140734930101328 140665419008552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22127/tid=22134] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22134/stat : 22134 (java) S 22124 22127 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28808227 9856040960 21471 33554432000 1073741824 1073778376 140734930101328 140665417956008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22135] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22135/stat : 22135 (java) S 22124 22127 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28808227 9856040960 21471 33554432000 1073741824 1073778376 140734930101328 140665416903464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22127/tid=22136] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22136/stat : 22136 (java) S 22124 22127 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28808227 9856040960 21471 33554432000 1073741824 1073778376 140734930101328 140665415850920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22137] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22137/stat : 22137 (java) S 22124 22127 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28808227 9856040960 21471 33554432000 1073741824 1073778376 140734930101328 140665414798376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22138] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22138/stat : 22138 (java) S 22124 22127 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28808228 9856040960 21471 33554432000 1073741824 1073778376 140734930101328 140665284630632 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22139] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22139/stat : 22139 (java) S 22124 22127 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28808229 9856040960 21471 33554432000 1073741824 1073778376 140734930101328 140665283576952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22140] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22140/stat : 22140 (java) S 22124 22127 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28808229 9856040960 21471 33554432000 1073741824 1073778376 140734930101328 140665282524296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22141] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22141/stat : 22141 (java) S 22124 22127 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28808231 9856040960 21471 33554432000 1073741824 1073778376 140734930101328 140665281473040 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22142] ppid=22124 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/22127/task/22142/stat : 22142 (java) S 22124 22127 19710 0 -1 4202560 11255 0 0 0 80 2 0 0 20 0 19 0 28808231 9856040960 21471 33554432000 1073741824 1073778376 140734930101328 140665280420408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22127/tid=22143] ppid=22124 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/22127/task/22143/stat : 22143 (java) S 22124 22127 19710 0 -1 4202560 2102 0 0 0 30 0 0 0 20 0 19 0 28808231 9856040960 21471 33554432000 1073741824 1073778376 140734930101328 140664406796984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22127/tid=22144] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22144/stat : 22144 (java) S 22124 22127 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28808231 9856040960 21471 33554432000 1073741824 1073778376 140734930101328 140664405744632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22127/tid=22145] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22145/stat : 22145 (java) S 22124 22127 19710 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28808231 9856040960 21471 33554432000 1073741824 1073778376 140734930101328 140664404692296 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22146] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22146/stat : 22146 (java) S 22124 22127 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28808267 9856040960 21471 33554432000 1073741824 1073778376 140734930101328 140664403637032 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.4
Current children cumulated vsize (KiB) 9625040


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

[pid=22127/tid=22146] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22146/stat : 22146 (java) S 22124 22127 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28808267 9856040960 77346 33554432000 1073741824 1073778376 140734930101328 140664403637032 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1664.44
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.25 2.22 2.19 3/215 22255
/proc/meminfo: memFree=29846824/32872528 swapFree=1491540/1663236
[pid=22127] ppid=22124 vsize=9625040 CPUtime=1724.45 cores=1,3,5,7
/proc/22127/stat : 22127 (java) S 22124 22127 19710 0 -1 4202496 17966 0 1 0 172389 56 0 0 20 0 19 0 28808225 9856040960 77346 33554432000 1073741824 1073778376 140734930101328 140734930092464 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22127/statm: 2406260 77346 2285 9 0 2396937 0
[pid=22127/tid=22129] ppid=22124 vsize=9625040 CPUtime=1717.38 cores=1,3,5,7
/proc/22127/task/22129/stat : 22129 (java) R 22124 22127 19710 0 -1 4202560 2480 0 1 0 171709 29 0 0 20 0 19 0 28808226 9856040960 77346 33554432000 1073741824 1073778376 140734930101328 140665460666128 140665296254121 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22127/tid=22130] ppid=22124 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/22127/task/22130/stat : 22130 (java) S 22124 22127 19710 0 -1 4202560 37 0 0 0 10 2 0 0 20 0 19 0 28808227 9856040960 77346 33554432000 1073741824 1073778376 140734930101328 140665422166184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22127/tid=22131] ppid=22124 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/22127/task/22131/stat : 22131 (java) S 22124 22127 19710 0 -1 4202560 69 0 0 0 11 2 0 0 20 0 19 0 28808227 9856040960 77346 33554432000 1073741824 1073778376 140734930101328 140665421113640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22132] ppid=22124 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/22127/task/22132/stat : 22132 (java) S 22124 22127 19710 0 -1 4202560 81 0 0 0 10 2 0 0 20 0 19 0 28808227 9856040960 77346 33554432000 1073741824 1073778376 140734930101328 140665420061096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22127/tid=22133] ppid=22124 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/22127/task/22133/stat : 22133 (java) S 22124 22127 19710 0 -1 4202560 70 0 0 0 11 0 0 0 20 0 19 0 28808227 9856040960 77346 33554432000 1073741824 1073778376 140734930101328 140665419008552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22134] ppid=22124 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/22127/task/22134/stat : 22134 (java) S 22124 22127 19710 0 -1 4202560 169 0 0 0 10 2 0 0 20 0 19 0 28808227 9856040960 77346 33554432000 1073741824 1073778376 140734930101328 140665417956008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22127/tid=22135] ppid=22124 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/22127/task/22135/stat : 22135 (java) S 22124 22127 19710 0 -1 4202560 98 0 0 0 9 2 0 0 20 0 19 0 28808227 9856040960 77346 33554432000 1073741824 1073778376 140734930101328 140665416903464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22127/tid=22136] ppid=22124 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/22127/task/22136/stat : 22136 (java) S 22124 22127 19710 0 -1 4202560 75 0 0 0 10 1 0 0 20 0 19 0 28808227 9856040960 77346 33554432000 1073741824 1073778376 140734930101328 140665415850920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22137] ppid=22124 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/22127/task/22137/stat : 22137 (java) S 22124 22127 19710 0 -1 4202560 94 0 0 0 10 2 0 0 20 0 19 0 28808227 9856040960 77346 33554432000 1073741824 1073778376 140734930101328 140665414798376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22127/tid=22138] ppid=22124 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/22127/task/22138/stat : 22138 (java) S 22124 22127 19710 0 -1 4202560 55 0 0 0 0 2 0 0 20 0 19 0 28808228 9856040960 77346 33554432000 1073741824 1073778376 140734930101328 140665284630632 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22139] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22139/stat : 22139 (java) S 22124 22127 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28808229 9856040960 77346 33554432000 1073741824 1073778376 140734930101328 140665283576952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22127/tid=22140] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22140/stat : 22140 (java) S 22124 22127 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28808229 9856040960 77346 33554432000 1073741824 1073778376 140734930101328 140665282524296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22141] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22141/stat : 22141 (java) S 22124 22127 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28808231 9856040960 77346 33554432000 1073741824 1073778376 140734930101328 140665281473040 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22142] ppid=22124 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/22127/task/22142/stat : 22142 (java) S 22124 22127 19710 0 -1 4202560 11273 0 0 0 84 2 0 0 20 0 19 0 28808231 9856040960 77346 33554432000 1073741824 1073778376 140734930101328 140665280420408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22127/tid=22143] ppid=22124 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/22127/task/22143/stat : 22143 (java) S 22124 22127 19710 0 -1 4202560 2102 0 0 0 30 0 0 0 20 0 19 0 28808231 9856040960 77346 33554432000 1073741824 1073778376 140734930101328 140664406796984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22127/tid=22144] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22144/stat : 22144 (java) S 22124 22127 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28808231 9856040960 77346 33554432000 1073741824 1073778376 140734930101328 140664405744632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22127/tid=22145] ppid=22124 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/22127/task/22145/stat : 22145 (java) S 22124 22127 19710 0 -1 4202560 100 0 0 0 33 39 0 0 20 0 19 0 28808231 9856040960 77346 33554432000 1073741824 1073778376 140734930101328 140664404692296 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22146] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22146/stat : 22146 (java) S 22124 22127 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28808267 9856040960 77346 33554432000 1073741824 1073778376 140734930101328 140664403637032 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1724.45
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.26 2.22 2.19 3/215 22256
/proc/meminfo: memFree=29825352/32872528 swapFree=1491540/1663236
[pid=22127] ppid=22124 vsize=9625040 CPUtime=1784.54 cores=1,3,5,7
/proc/22127/stat : 22127 (java) S 22124 22127 19710 0 -1 4202496 17993 0 1 0 178394 60 0 0 20 0 19 0 28808225 9856040960 80416 33554432000 1073741824 1073778376 140734930101328 140734930092464 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22127/statm: 2406260 80416 2285 9 0 2396937 0
[pid=22127/tid=22129] ppid=22124 vsize=9625040 CPUtime=1777.19 cores=1,3,5,7
/proc/22127/task/22129/stat : 22129 (java) R 22124 22127 19710 0 -1 4202560 2481 0 1 0 177689 30 0 0 20 0 19 0 28808226 9856040960 80416 33554432000 1073741824 1073778376 140734930101328 140665460666128 140665296610129 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22127/tid=22130] ppid=22124 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/22127/task/22130/stat : 22130 (java) S 22124 22127 19710 0 -1 4202560 39 0 0 0 11 2 0 0 20 0 19 0 28808227 9856040960 80416 33554432000 1073741824 1073778376 140734930101328 140665422166184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22127/tid=22131] ppid=22124 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/22127/task/22131/stat : 22131 (java) S 22124 22127 19710 0 -1 4202560 72 0 0 0 12 2 0 0 20 0 19 0 28808227 9856040960 80416 33554432000 1073741824 1073778376 140734930101328 140665421113640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22132] ppid=22124 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/22127/task/22132/stat : 22132 (java) S 22124 22127 19710 0 -1 4202560 83 0 0 0 11 2 0 0 20 0 19 0 28808227 9856040960 80416 33554432000 1073741824 1073778376 140734930101328 140665420061096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22127/tid=22133] ppid=22124 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/22127/task/22133/stat : 22133 (java) S 22124 22127 19710 0 -1 4202560 72 0 0 0 11 1 0 0 20 0 19 0 28808227 9856040960 80416 33554432000 1073741824 1073778376 140734930101328 140665419008552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22134] ppid=22124 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/22127/task/22134/stat : 22134 (java) S 22124 22127 19710 0 -1 4202560 173 0 0 0 12 2 0 0 20 0 19 0 28808227 9856040960 80416 33554432000 1073741824 1073778376 140734930101328 140665417956008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22127/tid=22135] ppid=22124 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/22127/task/22135/stat : 22135 (java) S 22124 22127 19710 0 -1 4202560 99 0 0 0 10 2 0 0 20 0 19 0 28808227 9856040960 80416 33554432000 1073741824 1073778376 140734930101328 140665416903464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22127/tid=22136] ppid=22124 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/22127/task/22136/stat : 22136 (java) S 22124 22127 19710 0 -1 4202560 78 0 0 0 10 2 0 0 20 0 19 0 28808227 9856040960 80416 33554432000 1073741824 1073778376 140734930101328 140665415850920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22127/tid=22137] ppid=22124 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/22127/task/22137/stat : 22137 (java) S 22124 22127 19710 0 -1 4202560 97 0 0 0 11 2 0 0 20 0 19 0 28808227 9856040960 80416 33554432000 1073741824 1073778376 140734930101328 140665414798376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22138] ppid=22124 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/22127/task/22138/stat : 22138 (java) S 22124 22127 19710 0 -1 4202560 57 0 0 0 0 2 0 0 20 0 19 0 28808228 9856040960 80416 33554432000 1073741824 1073778376 140734930101328 140665284630632 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22139] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22139/stat : 22139 (java) S 22124 22127 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28808229 9856040960 80416 33554432000 1073741824 1073778376 140734930101328 140665283576952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22127/tid=22140] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22140/stat : 22140 (java) S 22124 22127 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28808229 9856040960 80416 33554432000 1073741824 1073778376 140734930101328 140665282524296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22141] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22141/stat : 22141 (java) S 22124 22127 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28808231 9856040960 80416 33554432000 1073741824 1073778376 140734930101328 140665281473040 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22142] ppid=22124 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/22127/task/22142/stat : 22142 (java) S 22124 22127 19710 0 -1 4202560 11273 0 0 0 84 2 0 0 20 0 19 0 28808231 9856040960 80416 33554432000 1073741824 1073778376 140734930101328 140665280420408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22127/tid=22143] ppid=22124 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/22127/task/22143/stat : 22143 (java) S 22124 22127 19710 0 -1 4202560 2102 0 0 0 30 0 0 0 20 0 19 0 28808231 9856040960 80416 33554432000 1073741824 1073778376 140734930101328 140664406796984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22127/tid=22144] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22144/stat : 22144 (java) S 22124 22127 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28808231 9856040960 80416 33554432000 1073741824 1073778376 140734930101328 140664405744632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22127/tid=22145] ppid=22124 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/22127/task/22145/stat : 22145 (java) S 22124 22127 19710 0 -1 4202560 104 0 0 0 34 41 0 0 20 0 19 0 28808231 9856040960 80416 33554432000 1073741824 1073778376 140734930101328 140664404692296 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22146] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22146/stat : 22146 (java) S 22124 22127 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28808267 9856040960 80416 33554432000 1073741824 1073778376 140734930101328 140664403637032 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1784.54
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.8 s]
/proc/loadavg: 2.28 2.23 2.19 3/215 22256
/proc/meminfo: memFree=29825356/32872528 swapFree=1491540/1663236
[pid=22127] ppid=22124 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/22127/stat : 22127 (java) S 22124 22127 19710 0 -1 4202496 17993 0 1 0 179944 60 0 0 20 0 19 0 28808225 9856040960 80416 33554432000 1073741824 1073778376 140734930101328 140734930092464 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22127/statm: 2406260 80416 2285 9 0 2396937 0
[pid=22127/tid=22129] ppid=22124 vsize=9625040 CPUtime=1792.65 cores=1,3,5,7
/proc/22127/task/22129/stat : 22129 (java) R 22124 22127 19710 0 -1 4202560 2481 0 1 0 179235 30 0 0 20 0 19 0 28808226 9856040960 80416 33554432000 1073741824 1073778376 140734930101328 140665460666128 140665296628992 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22127/tid=22130] ppid=22124 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/22127/task/22130/stat : 22130 (java) S 22124 22127 19710 0 -1 4202560 39 0 0 0 11 2 0 0 20 0 19 0 28808227 9856040960 80416 33554432000 1073741824 1073778376 140734930101328 140665422166184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22127/tid=22131] ppid=22124 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/22127/task/22131/stat : 22131 (java) S 22124 22127 19710 0 -1 4202560 72 0 0 0 12 2 0 0 20 0 19 0 28808227 9856040960 80416 33554432000 1073741824 1073778376 140734930101328 140665421113640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22132] ppid=22124 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/22127/task/22132/stat : 22132 (java) S 22124 22127 19710 0 -1 4202560 83 0 0 0 11 2 0 0 20 0 19 0 28808227 9856040960 80416 33554432000 1073741824 1073778376 140734930101328 140665420061096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22127/tid=22133] ppid=22124 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/22127/task/22133/stat : 22133 (java) S 22124 22127 19710 0 -1 4202560 72 0 0 0 11 1 0 0 20 0 19 0 28808227 9856040960 80416 33554432000 1073741824 1073778376 140734930101328 140665419008552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22134] ppid=22124 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/22127/task/22134/stat : 22134 (java) S 22124 22127 19710 0 -1 4202560 173 0 0 0 12 2 0 0 20 0 19 0 28808227 9856040960 80416 33554432000 1073741824 1073778376 140734930101328 140665417956008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22127/tid=22135] ppid=22124 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/22127/task/22135/stat : 22135 (java) S 22124 22127 19710 0 -1 4202560 99 0 0 0 10 2 0 0 20 0 19 0 28808227 9856040960 80416 33554432000 1073741824 1073778376 140734930101328 140665416903464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22127/tid=22136] ppid=22124 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/22127/task/22136/stat : 22136 (java) S 22124 22127 19710 0 -1 4202560 78 0 0 0 10 2 0 0 20 0 19 0 28808227 9856040960 80416 33554432000 1073741824 1073778376 140734930101328 140665415850920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22127/tid=22137] ppid=22124 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/22127/task/22137/stat : 22137 (java) S 22124 22127 19710 0 -1 4202560 97 0 0 0 11 2 0 0 20 0 19 0 28808227 9856040960 80416 33554432000 1073741824 1073778376 140734930101328 140665414798376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22138] ppid=22124 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/22127/task/22138/stat : 22138 (java) S 22124 22127 19710 0 -1 4202560 57 0 0 0 0 2 0 0 20 0 19 0 28808228 9856040960 80416 33554432000 1073741824 1073778376 140734930101328 140665284630632 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22139] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22139/stat : 22139 (java) S 22124 22127 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28808229 9856040960 80416 33554432000 1073741824 1073778376 140734930101328 140665283576952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22127/tid=22140] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22140/stat : 22140 (java) S 22124 22127 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28808229 9856040960 80416 33554432000 1073741824 1073778376 140734930101328 140665282524296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22141] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22141/stat : 22141 (java) S 22124 22127 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28808231 9856040960 80416 33554432000 1073741824 1073778376 140734930101328 140665281473040 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22142] ppid=22124 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/22127/task/22142/stat : 22142 (java) S 22124 22127 19710 0 -1 4202560 11273 0 0 0 84 2 0 0 20 0 19 0 28808231 9856040960 80416 33554432000 1073741824 1073778376 140734930101328 140665280420408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22127/tid=22143] ppid=22124 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/22127/task/22143/stat : 22143 (java) S 22124 22127 19710 0 -1 4202560 2102 0 0 0 30 0 0 0 20 0 19 0 28808231 9856040960 80416 33554432000 1073741824 1073778376 140734930101328 140664406796984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22127/tid=22144] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22144/stat : 22144 (java) S 22124 22127 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28808231 9856040960 80416 33554432000 1073741824 1073778376 140734930101328 140664405744632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22127/tid=22145] ppid=22124 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/22127/task/22145/stat : 22145 (java) S 22124 22127 19710 0 -1 4202560 104 0 0 0 34 42 0 0 20 0 19 0 28808231 9856040960 80416 33554432000 1073741824 1073778376 140734930101328 140664404692296 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22127/tid=22146] ppid=22124 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22127/task/22146/stat : 22146 (java) S 22124 22127 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28808267 9856040960 80416 33554432000 1073741824 1073778376 140734930101328 140664403637032 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

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 22127 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 22127 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=888135
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=51840
# CPU time returned by wait4() is 1795.94
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.84
CPU time (s): 1800.04
CPU user time (s): 1799.44
CPU system time (s): 0.6
CPU usage (%): 100.123
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.89
system time used= 1.05184
maximum resident set size= 321784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18029
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38408
involuntary context switches= 8809

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5234 second user time and 14.0639 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-26 18:14:59
IDJOB=4117281
IDBENCH=109575
IDSOLVER=2546
FILE ID=node134/4117281-1466957699
RUNJOBID= node134-1466945036-19727
PBS_JOBID= 19976362
Free space on /tmp= 71692 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size80-round22-0.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117281-1466957699/watcher-4117281-1466957699 -o /tmp/evaluation-result-4117281-1466957699/solver-4117281-1466957699 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466945036-19727 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4117281-1466957699.opb

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

MD5SUM BENCH= 2fda4b5e62de0cf52e0e868680492c08
RANDOM SEED=833274407

node134.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.170
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.34
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.170
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		: 2667.170
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.54
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.170
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.56
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.170
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.57
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.170
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	: 5317.19
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.170
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.170
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:        30146172 kB
Buffers:           19756 kB
Cached:           110772 kB
SwapCached:         1316 kB
Active:           255572 kB
Inactive:         108500 kB
Active(anon):     233296 kB
Inactive(anon):     2484 kB
Active(file):      22276 kB
Inactive(file):   106016 kB
Unevictable:     1663236 kB
Mlocked:         1491540 kB
SwapTotal:      67108856 kB
SwapFree:       67099124 kB
Dirty:              1240 kB
Writeback:             0 kB
AnonPages:       1895272 kB
Mapped:            15400 kB
Shmem:                 0 kB
Slab:             565160 kB
SReclaimable:       8876 kB
SUnreclaim:       556284 kB
KernelStack:        1640 kB
PageTables:         7808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2361100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    366592 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= 71692 MiB
End job on node134 at 2016-06-26 18:44:57