Trace number 4116105

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.44

General information on the benchmark

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

Solver Data

0.00/0.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@587bd9f2
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@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4116105-1466973885.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.68/0.42	c ... done. Wall clock time 0.307s.
0.68/0.42	c declared #vars     4288
0.68/0.42	c #constraints  10816
0.68/0.42	c constraints type 
0.68/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
0.68/0.42	c org.sat4j.specs.Constr$1 => 904
0.68/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.68/0.42	c org.sat4j.minisat.constraints.cnf.UnitClause => 504
0.68/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.68/0.42	c 10816 constraints processed.
1.70/1.09	c cleaning 2494 clauses out of 4998 with flag 16742/5000
2.84/1.73	c cleaning 4241 clauses out of 8505 with flag 40153/11001
3.64/2.50	c cleaning 5607 clauses out of 11263 with flag 70801/18000
4.46/3.35	c cleaning 6817 clauses out of 13657 with flag 106286/26001
5.48/4.33	c cleaning 7909 clauses out of 15839 with flag 147336/35000
6.58/5.47	c cleaning 8955 clauses out of 17931 with flag 194141/45001
7.88/6.77	c cleaning 9978 clauses out of 19976 with flag 250020/56001
9.28/8.13	c cleaning 10985 clauses out of 21998 with flag 313095/68001
10.77/9.63	c cleaning 11996 clauses out of 24012 with flag 384352/81000
12.48/11.32	c cleaning 12978 clauses out of 26016 with flag 460491/95000
14.28/13.17	c cleaning 14001 clauses out of 28038 with flag 540741/110000
16.28/15.15	c cleaning 14995 clauses out of 30039 with flag 629125/126002
18.38/17.28	c cleaning 16006 clauses out of 32044 with flag 727587/143002
20.78/19.61	c cleaning 17015 clauses out of 34036 with flag 831137/161000
23.29/22.16	c cleaning 17989 clauses out of 36022 with flag 938065/180001
25.98/24.89	c cleaning 19011 clauses out of 38033 with flag 1052930/200001
29.08/27.96	c cleaning 19995 clauses out of 40022 with flag 1173927/221001
32.29/31.15	c cleaning 20977 clauses out of 42026 with flag 1303906/243000
35.79/34.62	c cleaning 21996 clauses out of 44050 with flag 1436426/266001
39.39/38.29	c cleaning 23016 clauses out of 46054 with flag 1575300/290001
43.29/42.11	c cleaning 23990 clauses out of 48037 with flag 1721968/315000
47.40/46.24	c cleaning 25002 clauses out of 50047 with flag 1873371/341000
51.69/50.59	c cleaning 25968 clauses out of 52045 with flag 2032534/368000
56.11/54.98	c cleaning 27035 clauses out of 54077 with flag 2201212/396000
60.41/59.26	c cleaning 28011 clauses out of 56042 with flag 2375952/425000
64.91/63.74	c cleaning 29008 clauses out of 58031 with flag 2554374/455000
69.71/68.50	c cleaning 29983 clauses out of 60023 with flag 2741053/486000
74.71/73.51	c cleaning 30979 clauses out of 62041 with flag 2934806/518001
79.91/78.79	c cleaning 31993 clauses out of 64061 with flag 3134228/551000
85.51/84.32	c cleaning 32975 clauses out of 66068 with flag 3339245/585000
91.21/90.06	c cleaning 33998 clauses out of 68094 with flag 3548871/620001
97.21/96.00	c cleaning 35012 clauses out of 70096 with flag 3764532/656001
103.31/102.17	c cleaning 36041 clauses out of 72083 with flag 3990937/693000
109.92/108.71	c cleaning 36994 clauses out of 74042 with flag 4220146/731000
116.73/115.53	c cleaning 37986 clauses out of 76050 with flag 4457378/770002
124.02/122.83	c cleaning 39025 clauses out of 78063 with flag 4697377/810001
131.72/130.51	c cleaning 40004 clauses out of 80037 with flag 4945293/851000
139.62/138.44	c cleaning 41014 clauses out of 82034 with flag 5199021/893001
147.15/145.99	c cleaning 41962 clauses out of 84020 with flag 5461329/936001
155.15/153.90	c cleaning 43009 clauses out of 86057 with flag 5730271/980000
163.25/162.06	c cleaning 43992 clauses out of 88048 with flag 6002396/1025000
171.96/170.71	c cleaning 45017 clauses out of 90058 with flag 6279861/1071002
180.76/179.52	c cleaning 46016 clauses out of 92039 with flag 6564918/1118000
189.86/188.66	c cleaning 46975 clauses out of 94024 with flag 6854774/1166001
199.46/198.29	c cleaning 48016 clauses out of 96050 with flag 7154098/1215002
209.56/208.32	c cleaning 49003 clauses out of 98032 with flag 7456098/1265000
219.75/218.56	c cleaning 49967 clauses out of 100030 with flag 7768006/1316001
230.65/229.41	c cleaning 50974 clauses out of 102063 with flag 8084948/1368001
241.72/240.41	c cleaning 52033 clauses out of 104090 with flag 8400805/1421002
252.82/251.59	c cleaning 53006 clauses out of 106057 with flag 8727816/1475002
264.12/262.86	c cleaning 53985 clauses out of 108049 with flag 9055835/1530000
275.92/274.66	c cleaning 55005 clauses out of 110065 with flag 9392925/1586001
287.92/286.67	c cleaning 56000 clauses out of 112060 with flag 9736691/1643001
300.32/299.06	c cleaning 57030 clauses out of 114059 with flag 10084718/1701000
313.22/311.91	c cleaning 58005 clauses out of 116029 with flag 10442336/1760000
326.63/325.32	c cleaning 58978 clauses out of 118024 with flag 10802895/1820000
340.43/339.19	c cleaning 60015 clauses out of 120047 with flag 11168441/1881001
354.36/353.00	c cleaning 61009 clauses out of 122032 with flag 11540203/1943001
368.06/366.70	c cleaning 61975 clauses out of 124022 with flag 11922945/2006000
382.47/381.20	c cleaning 62997 clauses out of 126047 with flag 12307861/2070000
397.57/396.23	c cleaning 63990 clauses out of 128052 with flag 12699215/2135002
412.99/411.60	c cleaning 64950 clauses out of 130060 with flag 13101742/2201000
429.00/427.66	c cleaning 66001 clauses out of 132110 with flag 13505288/2268000
445.50/444.11	c cleaning 67045 clauses out of 134109 with flag 13910210/2336000
462.41/461.06	c cleaning 67992 clauses out of 136064 with flag 14329247/2405000
479.14/477.70	c cleaning 68985 clauses out of 138072 with flag 14753092/2475000
496.14/494.78	c cleaning 70009 clauses out of 140087 with flag 15177121/2546000
513.64/512.29	c cleaning 70984 clauses out of 142079 with flag 15607514/2618001
531.75/530.38	c cleaning 72032 clauses out of 144095 with flag 16046731/2691001
550.74/549.38	c cleaning 73005 clauses out of 146063 with flag 16493015/2765001
570.16/568.79	c cleaning 73977 clauses out of 148057 with flag 16945078/2840000
590.12/588.63	c cleaning 75020 clauses out of 150080 with flag 17401665/2916000
609.93/608.43	c cleaning 75976 clauses out of 152061 with flag 17863079/2993001
630.43/628.91	c cleaning 77016 clauses out of 154085 with flag 18329418/3071001
651.34/649.84	c cleaning 78018 clauses out of 156069 with flag 18805723/3150001
672.54/671.06	c cleaning 78995 clauses out of 158050 with flag 19286003/3230000
694.75/693.20	c cleaning 80009 clauses out of 160055 with flag 19771488/3311000
717.14/715.56	c cleaning 80993 clauses out of 162046 with flag 20266370/3393000
740.24/738.65	c cleaning 82016 clauses out of 164053 with flag 20766046/3476000
763.86/762.30	c cleaning 83009 clauses out of 166037 with flag 21271825/3560000
788.06/786.43	c cleaning 84002 clauses out of 168030 with flag 21779955/3645002
812.67/811.04	c cleaning 84979 clauses out of 170027 with flag 22294426/3731001
837.77/836.08	c cleaning 85992 clauses out of 172047 with flag 22814042/3818000
863.28/861.54	c cleaning 87018 clauses out of 174056 with flag 23340862/3906001
889.67/887.90	c cleaning 88006 clauses out of 176037 with flag 23870300/3995000
916.28/914.59	c cleaning 89009 clauses out of 178031 with flag 24408070/4085000
944.09/942.30	c cleaning 89986 clauses out of 180022 with flag 24952819/4176000
972.59/970.73	c cleaning 90981 clauses out of 182036 with flag 25500140/4268000
1001.19/999.35	c cleaning 91961 clauses out of 184056 with flag 26054945/4361001
1030.19/1028.34	c cleaning 93028 clauses out of 186095 with flag 26619286/4455001
1059.90/1058.02	c cleaning 93996 clauses out of 188066 with flag 27185475/4550000
1090.43/1088.46	c cleaning 95031 clauses out of 190070 with flag 27757361/4646000
1121.84/1119.85	c cleaning 95973 clauses out of 192039 with flag 28338516/4743000
1153.96/1151.98	c cleaning 96963 clauses out of 194066 with flag 28922421/4841000
1186.77/1184.77	c cleaning 98020 clauses out of 196103 with flag 29512562/4940000
1219.39/1217.23	c cleaning 99026 clauses out of 198083 with flag 30108652/5040000
1252.61/1250.41	c cleaning 100016 clauses out of 200058 with flag 30706158/5141001
1287.13/1284.96	c cleaning 101021 clauses out of 202041 with flag 31316321/5243000
1322.82/1320.63	c cleaning 101968 clauses out of 204021 with flag 31928969/5346001
1358.56/1356.21	c cleaning 102989 clauses out of 206052 with flag 32545595/5450000
1394.47/1392.14	c cleaning 103996 clauses out of 208063 with flag 33167742/5555000
1430.78/1428.42	c cleaning 105034 clauses out of 210067 with flag 33791889/5661000
1468.57/1466.12	c cleaning 105984 clauses out of 212033 with flag 34425985/5768000
1506.56/1504.14	c cleaning 106981 clauses out of 214049 with flag 35071944/5876000
1545.68/1543.25	c cleaning 108007 clauses out of 216069 with flag 35719437/5985001
1584.90/1582.34	c cleaning 109007 clauses out of 218062 with flag 36372880/6095001
1625.59/1623.07	c cleaning 110006 clauses out of 220055 with flag 37028931/6206001
1667.49/1664.98	c cleaning 110980 clauses out of 222048 with flag 37691426/6318000
1709.77/1707.27	c cleaning 112018 clauses out of 224068 with flag 38363809/6431000
1752.94/1750.33	c cleaning 113023 clauses out of 226050 with flag 39038058/6545000
1796.74/1794.17	c cleaning 113971 clauses out of 228028 with flag 39715954/6660001
1800.04/1797.41	c starts		: 53297
1800.04/1797.41	c conflicts		: 6671434
1800.04/1797.41	c decisions		: 58768805
1800.04/1797.41	c propagations		: 881731134
1800.04/1797.41	c inspects		: 24844634841
1800.04/1797.41	c shortcuts		: 0
1800.04/1797.41	c learnt literals	: 2
1800.04/1797.41	c learnt binary clauses	: 67
1800.04/1797.41	c learnt ternary clauses	: 775
1800.04/1797.41	c learnt constraints	: 6671432
1800.04/1797.41	c ignored constraints	: 0
1800.04/1797.41	c root simplifications	: 0
1800.04/1797.41	c removed literals (reason simplification)	: 0
1800.04/1797.41	c reason swapping (by a shorter reason)	: 0
1800.04/1797.41	c Calls to reduceDB	: 111
1800.04/1797.41	c Number of update (reduction) of LBD	: 1430933
1800.04/1797.41	c Imported unit clauses	: 0
1800.04/1797.41	c number of reductions to clauses (during analyze)	: 0
1800.04/1797.41	c number of learned constraints concerned by reduction	: 0
1800.04/1797.41	c number of learning phase by resolution	: 0
1800.04/1797.41	c number of learning phase by cutting planes	: 0
1800.04/1797.41	c speed (assignments/second)	: 490673.32560927153
1800.04/1797.41	c non guided choices	22147
1800.04/1797.41	c timeout
1800.04/1797.43	c learnt constraints type 
1800.04/1797.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 67
1800.04/1797.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 125423
1800.04/1797.43	s UNKNOWN
1800.04/1797.43	c Total wall clock time (in seconds): 1797.322

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

pid=23802
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.25 2.23 2.18 3/196 23805
/proc/meminfo: memFree=30071728/32872528 swapFree=1491540/1663236
[pid=23805] ppid=23802 vsize=3568 CPUtime=0 cores=1,3,5,7
/proc/23805/stat : 23805 (java) R 23802 23805 19710 0 -1 4202496 382 0 0 0 0 0 0 0 20 0 1 0 30426778 3653632 52 33554432000 1073741824 1073778376 140734731665680 140734731662808 273896533802 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23805/statm: 1408 55 43 9 0 30 0

[startup+0.100158 s]
/proc/loadavg: 2.25 2.23 2.18 3/196 23805
/proc/meminfo: memFree=30071728/32872528 swapFree=1491540/1663236
[pid=23805] ppid=23802 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/23805/stat : 23805 (java) S 23802 23805 19710 0 -1 4202496 4408 0 1 0 8 1 0 0 20 0 18 0 30426778 9787879424 6029 33554432000 1073741824 1073778376 140734731665680 140734731656816 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23805/statm: 2389619 6029 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200321 s]
/proc/loadavg: 2.25 2.23 2.18 3/196 23805
/proc/meminfo: memFree=30071728/32872528 swapFree=1491540/1663236
[pid=23805] ppid=23802 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/23805/stat : 23805 (java) S 23802 23805 19710 0 -1 4202496 4967 0 1 0 25 1 0 0 20 0 18 0 30426778 9787879424 7010 33554432000 1073741824 1073778376 140734731665680 140734731656816 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23805/statm: 2389619 7010 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300349 s]
/proc/loadavg: 2.25 2.23 2.18 3/196 23805
/proc/meminfo: memFree=30071728/32872528 swapFree=1491540/1663236
[pid=23805] ppid=23802 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/23805/stat : 23805 (java) S 23802 23805 19710 0 -1 4202496 5895 0 1 0 47 2 0 0 20 0 18 0 30426778 9787879424 8918 33554432000 1073741824 1073778376 140734731665680 140734731656816 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23805/statm: 2389619 8918 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700307 s]
/proc/loadavg: 2.25 2.23 2.18 3/196 23805
/proc/meminfo: memFree=30071728/32872528 swapFree=1491540/1663236
[pid=23805] ppid=23802 vsize=9625040 CPUtime=1.37 cores=1,3,5,7
/proc/23805/stat : 23805 (java) S 23802 23805 19710 0 -1 4202496 10782 0 1 0 134 3 0 0 20 0 19 0 30426778 9856040960 16364 33554432000 1073741824 1073778376 140734731665680 140734731656816 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23805/statm: 2406260 16364 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 9625040

[startup+1.50087 s]
/proc/loadavg: 2.25 2.23 2.18 4/215 23824
/proc/meminfo: memFree=30015680/32872528 swapFree=1491540/1663236
[pid=23805] ppid=23802 vsize=9625040 CPUtime=2.62 cores=1,3,5,7
/proc/23805/stat : 23805 (java) S 23802 23805 19710 0 -1 4202496 17663 0 1 0 258 4 0 0 20 0 19 0 30426778 9856040960 20759 33554432000 1073741824 1073778376 140734731665680 140734731656816 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23805/statm: 2406260 20759 2270 9 0 2396937 0
[pid=23805/tid=23807] ppid=23802 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/23805/task/23807/stat : 23807 (java) R 23802 23805 19710 0 -1 4202560 2442 0 1 0 144 1 0 0 20 0 19 0 30426779 9856040960 20759 33554432000 1073741824 1073778376 140734731665680 139788654939336 139788519355673 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23808] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23808/stat : 23808 (java) S 23802 23805 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30426781 9856040960 20759 33554432000 1073741824 1073778376 140734731665680 139788644002216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23809] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23809/stat : 23809 (java) S 23802 23805 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30426781 9856040960 20759 33554432000 1073741824 1073778376 140734731665680 139788642949672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23805/tid=23810] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23810/stat : 23810 (java) S 23802 23805 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30426781 9856040960 20759 33554432000 1073741824 1073778376 140734731665680 139788641896616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23805/tid=23811] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23811/stat : 23811 (java) S 23802 23805 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30426781 9856040960 20759 33554432000 1073741824 1073778376 140734731665680 139788640844072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23812] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23812/stat : 23812 (java) S 23802 23805 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30426781 9856040960 20759 33554432000 1073741824 1073778376 140734731665680 139788639792040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23813] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23813/stat : 23813 (java) S 23802 23805 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30426781 9856040960 20759 33554432000 1073741824 1073778376 140734731665680 139788638739496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23814] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23814/stat : 23814 (java) S 23802 23805 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30426781 9856040960 20759 33554432000 1073741824 1073778376 140734731665680 139788637686440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23815] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23815/stat : 23815 (java) S 23802 23805 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30426781 9856040960 20759 33554432000 1073741824 1073778376 140734731665680 139788491111208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23816] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23816/stat : 23816 (java) S 23802 23805 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30426782 9856040960 20759 33554432000 1073741824 1073778376 140734731665680 139788478912872 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23817] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23817/stat : 23817 (java) S 23802 23805 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30426782 9856040960 20759 33554432000 1073741824 1073778376 140734731665680 139788477859192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23818] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23818/stat : 23818 (java) S 23802 23805 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30426782 9856040960 20759 33554432000 1073741824 1073778376 140734731665680 139788476806024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23819] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23819/stat : 23819 (java) S 23802 23805 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30426785 9856040960 20759 33554432000 1073741824 1073778376 140734731665680 139788475754768 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23820] ppid=23802 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/23805/task/23820/stat : 23820 (java) S 23802 23805 19710 0 -1 4202560 11081 0 0 0 79 2 0 0 20 0 19 0 30426785 9856040960 20759 33554432000 1073741824 1073778376 140734731665680 139788474702648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23821] ppid=23802 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/23805/task/23821/stat : 23821 (java) S 23802 23805 19710 0 -1 4202560 2863 0 0 0 31 0 0 0 20 0 19 0 30426785 9856040960 20759 33554432000 1073741824 1073778376 140734731665680 139788473650104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23805/tid=23822] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23822/stat : 23822 (java) S 23802 23805 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30426785 9856040960 20759 33554432000 1073741824 1073778376 140734731665680 139788472597240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23805/tid=23823] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23823/stat : 23823 (java) S 23802 23805 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30426785 9856040960 20759 33554432000 1073741824 1073778376 140734731665680 139788471544904 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23824] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23824/stat : 23824 (java) S 23802 23805 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30426822 9856040960 20759 33554432000 1073741824 1073778376 140734731665680 139788470490152 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.25 2.23 2.18 3/215 23824
/proc/meminfo: memFree=29993728/32872528 swapFree=1491540/1663236
[pid=23805] ppid=23802 vsize=9625040 CPUtime=4.25 cores=1,3,5,7
/proc/23805/stat : 23805 (java) S 23802 23805 19710 0 -1 4202496 17666 0 1 0 421 4 0 0 20 0 19 0 30426778 9856040960 21783 33554432000 1073741824 1073778376 140734731665680 140734731656816 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23805/statm: 2406260 21783 2270 9 0 2396937 0
[pid=23805/tid=23807] ppid=23802 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/23805/task/23807/stat : 23807 (java) R 23802 23805 19710 0 -1 4202560 2445 0 1 0 304 1 0 0 20 0 19 0 30426779 9856040960 21783 33554432000 1073741824 1073778376 140734731665680 139788654931664 139788519328904 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23808] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23808/stat : 23808 (java) S 23802 23805 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30426781 9856040960 21783 33554432000 1073741824 1073778376 140734731665680 139788644002216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23809] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23809/stat : 23809 (java) S 23802 23805 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30426781 9856040960 21783 33554432000 1073741824 1073778376 140734731665680 139788642949672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23805/tid=23810] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23810/stat : 23810 (java) S 23802 23805 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30426781 9856040960 21783 33554432000 1073741824 1073778376 140734731665680 139788641896616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23805/tid=23811] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23811/stat : 23811 (java) S 23802 23805 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30426781 9856040960 21783 33554432000 1073741824 1073778376 140734731665680 139788640844072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23812] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23812/stat : 23812 (java) S 23802 23805 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30426781 9856040960 21783 33554432000 1073741824 1073778376 140734731665680 139788639792040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23813] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23813/stat : 23813 (java) S 23802 23805 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30426781 9856040960 21783 33554432000 1073741824 1073778376 140734731665680 139788638739496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23814] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23814/stat : 23814 (java) S 23802 23805 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30426781 9856040960 21783 33554432000 1073741824 1073778376 140734731665680 139788637686440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23815] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23815/stat : 23815 (java) S 23802 23805 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30426781 9856040960 21783 33554432000 1073741824 1073778376 140734731665680 139788491111208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23816] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23816/stat : 23816 (java) S 23802 23805 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30426782 9856040960 21783 33554432000 1073741824 1073778376 140734731665680 139788478912872 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23817] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23817/stat : 23817 (java) S 23802 23805 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30426782 9856040960 21783 33554432000 1073741824 1073778376 140734731665680 139788477859192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23818] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23818/stat : 23818 (java) S 23802 23805 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30426782 9856040960 21783 33554432000 1073741824 1073778376 140734731665680 139788476806024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23819] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23819/stat : 23819 (java) S 23802 23805 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30426785 9856040960 21783 33554432000 1073741824 1073778376 140734731665680 139788475754768 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23820] ppid=23802 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/23805/task/23820/stat : 23820 (java) S 23802 23805 19710 0 -1 4202560 11081 0 0 0 81 2 0 0 20 0 19 0 30426785 9856040960 21783 33554432000 1073741824 1073778376 140734731665680 139788474702648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23821] ppid=23802 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/23805/task/23821/stat : 23821 (java) S 23802 23805 19710 0 -1 4202560 2863 0 0 0 33 0 0 0 20 0 19 0 30426785 9856040960 21783 33554432000 1073741824 1073778376 140734731665680 139788473650104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23805/tid=23822] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23822/stat : 23822 (java) S 23802 23805 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30426785 9856040960 21783 33554432000 1073741824 1073778376 140734731665680 139788472597240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23805/tid=23823] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23823/stat : 23823 (java) S 23802 23805 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30426785 9856040960 21783 33554432000 1073741824 1073778376 140734731665680 139788471544904 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23824] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23824/stat : 23824 (java) S 23802 23805 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30426822 9856040960 21783 33554432000 1073741824 1073778376 140734731665680 139788470490152 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.31 2.24 2.19 3/215 23824
/proc/meminfo: memFree=29987768/32872528 swapFree=1491540/1663236
[pid=23805] ppid=23802 vsize=9625040 CPUtime=7.48 cores=1,3,5,7
/proc/23805/stat : 23805 (java) S 23802 23805 19710 0 -1 4202496 17672 0 1 0 743 5 0 0 20 0 19 0 30426778 9856040960 23217 33554432000 1073741824 1073778376 140734731665680 140734731656816 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23805/statm: 2406260 23217 2271 9 0 2396937 0
[pid=23805/tid=23807] ppid=23802 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/23805/task/23807/stat : 23807 (java) R 23802 23805 19710 0 -1 4202560 2450 0 1 0 622 2 0 0 20 0 19 0 30426779 9856040960 23217 33554432000 1073741824 1073778376 140734731665680 139788654931648 139788519288263 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23808] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23808/stat : 23808 (java) S 23802 23805 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30426781 9856040960 23217 33554432000 1073741824 1073778376 140734731665680 139788644002216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23809] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23809/stat : 23809 (java) S 23802 23805 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30426781 9856040960 23217 33554432000 1073741824 1073778376 140734731665680 139788642949672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23805/tid=23810] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23810/stat : 23810 (java) S 23802 23805 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30426781 9856040960 23217 33554432000 1073741824 1073778376 140734731665680 139788641896616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23805/tid=23811] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23811/stat : 23811 (java) S 23802 23805 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30426781 9856040960 23217 33554432000 1073741824 1073778376 140734731665680 139788640844072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23812] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23812/stat : 23812 (java) S 23802 23805 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30426781 9856040960 23217 33554432000 1073741824 1073778376 140734731665680 139788639792040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23813] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23813/stat : 23813 (java) S 23802 23805 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30426781 9856040960 23217 33554432000 1073741824 1073778376 140734731665680 139788638739496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23814] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23814/stat : 23814 (java) S 23802 23805 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30426781 9856040960 23217 33554432000 1073741824 1073778376 140734731665680 139788637686440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23815] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23815/stat : 23815 (java) S 23802 23805 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30426781 9856040960 23217 33554432000 1073741824 1073778376 140734731665680 139788491111208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23816] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23816/stat : 23816 (java) S 23802 23805 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30426782 9856040960 23217 33554432000 1073741824 1073778376 140734731665680 139788478912872 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23817] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23817/stat : 23817 (java) S 23802 23805 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30426782 9856040960 23217 33554432000 1073741824 1073778376 140734731665680 139788477859192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23818] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23818/stat : 23818 (java) S 23802 23805 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30426782 9856040960 23217 33554432000 1073741824 1073778376 140734731665680 139788476806024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23819] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23819/stat : 23819 (java) S 23802 23805 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30426785 9856040960 23217 33554432000 1073741824 1073778376 140734731665680 139788475754768 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23820] ppid=23802 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/23805/task/23820/stat : 23820 (java) S 23802 23805 19710 0 -1 4202560 11081 0 0 0 82 2 0 0 20 0 19 0 30426785 9856040960 23217 33554432000 1073741824 1073778376 140734731665680 139788474702648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23821] ppid=23802 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/23805/task/23821/stat : 23821 (java) S 23802 23805 19710 0 -1 4202560 2863 0 0 0 33 0 0 0 20 0 19 0 30426785 9856040960 23217 33554432000 1073741824 1073778376 140734731665680 139788473650104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23805/tid=23822] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23822/stat : 23822 (java) S 23802 23805 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30426785 9856040960 23217 33554432000 1073741824 1073778376 140734731665680 139788472597240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23805/tid=23823] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23823/stat : 23823 (java) S 23802 23805 19710 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30426785 9856040960 23217 33554432000 1073741824 1073778376 140734731665680 139788471544904 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23824] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23824/stat : 23824 (java) S 23802 23805 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30426822 9856040960 23217 33554432000 1073741824 1073778376 140734731665680 139788470490152 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.48
Current children cumulated vsize (KiB) 9625040


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

/proc/23805/task/23824/stat : 23824 (java) S 23802 23805 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30426822 9856040960 89908 33554432000 1073741824 1073778376 140734731665680 139788470490152 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1664.88
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.24 2.23 2.18 3/215 23956
/proc/meminfo: memFree=29704728/32872528 swapFree=1491540/1663236
[pid=23805] ppid=23802 vsize=9625040 CPUtime=1724.96 cores=1,3,5,7
/proc/23805/stat : 23805 (java) S 23802 23805 19710 0 -1 4202496 19406 0 1 0 172432 64 0 0 20 0 19 0 30426778 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 140734731656816 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23805/statm: 2406260 92972 2285 9 0 2396937 0
[pid=23805/tid=23807] ppid=23802 vsize=9625040 CPUtime=1717.37 cores=1,3,5,7
/proc/23805/task/23807/stat : 23807 (java) R 23802 23805 19710 0 -1 4202560 2508 0 1 0 171707 30 0 0 20 0 19 0 30426779 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788654939440 139788519292646 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23808] ppid=23802 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/23805/task/23808/stat : 23808 (java) S 23802 23805 19710 0 -1 4202560 261 0 0 0 17 4 0 0 20 0 19 0 30426781 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788644002216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23809] ppid=23802 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/23805/task/23809/stat : 23809 (java) S 23802 23805 19710 0 -1 4202560 220 0 0 0 15 2 0 0 20 0 19 0 30426781 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788642949672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23810] ppid=23802 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/23805/task/23810/stat : 23810 (java) S 23802 23805 19710 0 -1 4202560 99 0 0 0 9 2 0 0 20 0 19 0 30426781 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788641896616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23805/tid=23811] ppid=23802 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/23805/task/23811/stat : 23811 (java) S 23802 23805 19710 0 -1 4202560 205 0 0 0 18 4 0 0 20 0 19 0 30426781 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788640844072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23805/tid=23812] ppid=23802 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/23805/task/23812/stat : 23812 (java) S 23802 23805 19710 0 -1 4202560 107 0 0 0 14 3 0 0 20 0 19 0 30426781 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788639792040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23805/tid=23813] ppid=23802 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/23805/task/23813/stat : 23813 (java) S 23802 23805 19710 0 -1 4202560 206 0 0 0 17 3 0 0 20 0 19 0 30426781 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788638739496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23814] ppid=23802 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/23805/task/23814/stat : 23814 (java) S 23802 23805 19710 0 -1 4202560 235 0 0 0 11 2 0 0 20 0 19 0 30426781 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788637686440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23815] ppid=23802 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/23805/task/23815/stat : 23815 (java) S 23802 23805 19710 0 -1 4202560 182 0 0 0 25 4 0 0 20 0 19 0 30426781 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788491111208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23805/tid=23816] ppid=23802 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/23805/task/23816/stat : 23816 (java) S 23802 23805 19710 0 -1 4202560 57 0 0 0 1 1 0 0 20 0 19 0 30426782 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788478912872 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23817] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23817/stat : 23817 (java) S 23802 23805 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30426782 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788477859192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23818] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23818/stat : 23818 (java) S 23802 23805 19710 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30426782 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788476806024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23819] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23819/stat : 23819 (java) S 23802 23805 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30426785 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788475754768 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23820] ppid=23802 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/23805/task/23820/stat : 23820 (java) S 23802 23805 19710 0 -1 4202560 11099 0 0 0 86 2 0 0 20 0 19 0 30426785 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788474702648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23821] ppid=23802 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/23805/task/23821/stat : 23821 (java) S 23802 23805 19710 0 -1 4202560 2863 0 0 0 33 0 0 0 20 0 19 0 30426785 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788473650104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23805/tid=23822] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23822/stat : 23822 (java) S 23802 23805 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30426785 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788472597240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23805/tid=23823] ppid=23802 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/23805/task/23823/stat : 23823 (java) S 23802 23805 19710 0 -1 4202560 100 0 0 0 30 43 0 0 20 0 19 0 30426785 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788471544904 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23824] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23824/stat : 23824 (java) S 23802 23805 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30426822 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788470490152 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1724.96
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.35 2.27 2.19 3/215 23957
/proc/meminfo: memFree=29681668/32872528 swapFree=1491540/1663236
[pid=23805] ppid=23802 vsize=9625040 CPUtime=1784.93 cores=1,3,5,7
/proc/23805/stat : 23805 (java) S 23802 23805 19710 0 -1 4202496 19410 0 1 0 178427 66 0 0 20 0 19 0 30426778 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 140734731656816 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23805/statm: 2406260 92972 2285 9 0 2396937 0
[pid=23805/tid=23807] ppid=23802 vsize=9625040 CPUtime=1777.19 cores=1,3,5,7
/proc/23805/task/23807/stat : 23807 (java) R 23802 23805 19710 0 -1 4202560 2508 0 1 0 177688 31 0 0 20 0 19 0 30426779 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788654931744 139788519338378 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23808] ppid=23802 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/23805/task/23808/stat : 23808 (java) S 23802 23805 19710 0 -1 4202560 261 0 0 0 17 4 0 0 20 0 19 0 30426781 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788644002216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23809] ppid=23802 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/23805/task/23809/stat : 23809 (java) S 23802 23805 19710 0 -1 4202560 220 0 0 0 15 2 0 0 20 0 19 0 30426781 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788642949672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23810] ppid=23802 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/23805/task/23810/stat : 23810 (java) S 23802 23805 19710 0 -1 4202560 99 0 0 0 9 2 0 0 20 0 19 0 30426781 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788641896616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23805/tid=23811] ppid=23802 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/23805/task/23811/stat : 23811 (java) S 23802 23805 19710 0 -1 4202560 205 0 0 0 18 4 0 0 20 0 19 0 30426781 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788640844072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23805/tid=23812] ppid=23802 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/23805/task/23812/stat : 23812 (java) S 23802 23805 19710 0 -1 4202560 107 0 0 0 14 3 0 0 20 0 19 0 30426781 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788639792040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23805/tid=23813] ppid=23802 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/23805/task/23813/stat : 23813 (java) S 23802 23805 19710 0 -1 4202560 206 0 0 0 17 3 0 0 20 0 19 0 30426781 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788638739496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23814] ppid=23802 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/23805/task/23814/stat : 23814 (java) S 23802 23805 19710 0 -1 4202560 235 0 0 0 11 2 0 0 20 0 19 0 30426781 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788637686440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23815] ppid=23802 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/23805/task/23815/stat : 23815 (java) S 23802 23805 19710 0 -1 4202560 182 0 0 0 25 4 0 0 20 0 19 0 30426781 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788491111208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23805/tid=23816] ppid=23802 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/23805/task/23816/stat : 23816 (java) S 23802 23805 19710 0 -1 4202560 57 0 0 0 1 1 0 0 20 0 19 0 30426782 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788478912872 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23817] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23817/stat : 23817 (java) S 23802 23805 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30426782 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788477859192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23818] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23818/stat : 23818 (java) S 23802 23805 19710 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30426782 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788476806024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23819] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23819/stat : 23819 (java) S 23802 23805 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30426785 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788475754768 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23820] ppid=23802 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/23805/task/23820/stat : 23820 (java) S 23802 23805 19710 0 -1 4202560 11099 0 0 0 86 2 0 0 20 0 19 0 30426785 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788474702648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23821] ppid=23802 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/23805/task/23821/stat : 23821 (java) S 23802 23805 19710 0 -1 4202560 2863 0 0 0 33 0 0 0 20 0 19 0 30426785 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788473650104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23805/tid=23822] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23822/stat : 23822 (java) S 23802 23805 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30426785 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788472597240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23805/tid=23823] ppid=23802 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/23805/task/23823/stat : 23823 (java) S 23802 23805 19710 0 -1 4202560 104 0 0 0 30 45 0 0 20 0 19 0 30426785 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788471544904 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23824] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23824/stat : 23824 (java) S 23802 23805 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30426822 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788470490152 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1784.93
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.4 s]
/proc/loadavg: 2.27 2.25 2.19 3/215 23957
/proc/meminfo: memFree=29682040/32872528 swapFree=1491540/1663236
[pid=23805] ppid=23802 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/23805/stat : 23805 (java) S 23802 23805 19710 0 -1 4202496 19412 0 1 0 179937 67 0 0 20 0 19 0 30426778 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 140734731656816 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23805/statm: 2406260 92972 2285 9 0 2396937 0
[pid=23805/tid=23807] ppid=23802 vsize=9625040 CPUtime=1792.25 cores=1,3,5,7
/proc/23805/task/23807/stat : 23807 (java) R 23802 23805 19710 0 -1 4202560 2508 0 1 0 179194 31 0 0 20 0 19 0 30426779 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788654931744 139788519338378 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23808] ppid=23802 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/23805/task/23808/stat : 23808 (java) S 23802 23805 19710 0 -1 4202560 261 0 0 0 17 4 0 0 20 0 19 0 30426781 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788644002216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23809] ppid=23802 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/23805/task/23809/stat : 23809 (java) S 23802 23805 19710 0 -1 4202560 220 0 0 0 15 2 0 0 20 0 19 0 30426781 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788642949672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23810] ppid=23802 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/23805/task/23810/stat : 23810 (java) S 23802 23805 19710 0 -1 4202560 99 0 0 0 9 2 0 0 20 0 19 0 30426781 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788641896616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23805/tid=23811] ppid=23802 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/23805/task/23811/stat : 23811 (java) S 23802 23805 19710 0 -1 4202560 205 0 0 0 18 4 0 0 20 0 19 0 30426781 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788640844072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23805/tid=23812] ppid=23802 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/23805/task/23812/stat : 23812 (java) S 23802 23805 19710 0 -1 4202560 107 0 0 0 14 3 0 0 20 0 19 0 30426781 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788639792040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23805/tid=23813] ppid=23802 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/23805/task/23813/stat : 23813 (java) S 23802 23805 19710 0 -1 4202560 206 0 0 0 17 3 0 0 20 0 19 0 30426781 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788638739496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23814] ppid=23802 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/23805/task/23814/stat : 23814 (java) S 23802 23805 19710 0 -1 4202560 235 0 0 0 11 2 0 0 20 0 19 0 30426781 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788637686440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23815] ppid=23802 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/23805/task/23815/stat : 23815 (java) S 23802 23805 19710 0 -1 4202560 182 0 0 0 25 4 0 0 20 0 19 0 30426781 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788491111208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23805/tid=23816] ppid=23802 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/23805/task/23816/stat : 23816 (java) S 23802 23805 19710 0 -1 4202560 57 0 0 0 1 1 0 0 20 0 19 0 30426782 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788478912872 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23817] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23817/stat : 23817 (java) S 23802 23805 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30426782 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788477859192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23818] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23818/stat : 23818 (java) S 23802 23805 19710 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30426782 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788476806024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23819] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23819/stat : 23819 (java) S 23802 23805 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30426785 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788475754768 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23805/tid=23820] ppid=23802 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/23805/task/23820/stat : 23820 (java) S 23802 23805 19710 0 -1 4202560 11099 0 0 0 86 2 0 0 20 0 19 0 30426785 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788474702648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23821] ppid=23802 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/23805/task/23821/stat : 23821 (java) S 23802 23805 19710 0 -1 4202560 2863 0 0 0 33 0 0 0 20 0 19 0 30426785 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788473650104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23805/tid=23822] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23822/stat : 23822 (java) S 23802 23805 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30426785 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788472597240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23805/tid=23823] ppid=23802 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/23805/task/23823/stat : 23823 (java) S 23802 23805 19710 0 -1 4202560 106 0 0 0 30 46 0 0 20 0 19 0 30426785 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788471544904 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23805/tid=23824] ppid=23802 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23805/task/23824/stat : 23824 (java) S 23802 23805 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30426822 9856040960 92972 33554432000 1073741824 1073778376 140734731665680 139788470490152 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 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 23805 sig 9
??? kill -23805 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 23805 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=878137
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=182820
# CPU time returned by wait4() is 1796.06
# 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.44
CPU time (s): 1800.04
CPU user time (s): 1799.37
CPU system time (s): 0.67
CPU usage (%): 100.145
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.88
system time used= 1.18282
maximum resident set size= 372004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19447
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38427
involuntary context switches= 8902

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4634 second user time and 14.1638 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-26 22:44:45
IDJOB=4116105
IDBENCH=109428
IDSOLVER=2546
FILE ID=node134/4116105-1466973885
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-size128-round23-2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116105-1466973885/watcher-4116105-1466973885 -o /tmp/evaluation-result-4116105-1466973885/solver-4116105-1466973885 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466945036-19727 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116105-1466973885.opb

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

MD5SUM BENCH= b14c69da2c42fca4a907f4974b0a7bdb
RANDOM SEED=367531732

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:        30072108 kB
Buffers:           37464 kB
Cached:           116812 kB
SwapCached:         1316 kB
Active:           306288 kB
Inactive:         129772 kB
Active(anon):     281788 kB
Inactive(anon):     2488 kB
Active(file):      24500 kB
Inactive(file):   127284 kB
Unevictable:     1663236 kB
Mlocked:         1491540 kB
SwapTotal:      67108856 kB
SwapFree:       67099128 kB
Dirty:              1216 kB
Writeback:             0 kB
AnonPages:       1945920 kB
Mapped:            15356 kB
Shmem:                 0 kB
Slab:             566128 kB
SReclaimable:       9624 kB
SUnreclaim:       556504 kB
KernelStack:        1600 kB
PageTables:         7796 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2370616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    438272 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 23:14:42