Trace number 4085160

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.57 1775.94

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-mod010.opb
MD5SUM0155c0c96434984f6ded6bb7ada20c0c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark7984
Best CPU time to get the best result obtained on this benchmark1800.16
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 6548
Optimality of the best value was proved YES
Number of variables2655
Total number of constraints146
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)145
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint4
Maximum length of a constraint2655
Number of terms in the objective function 2655
Biggest coefficient in the objective function 266
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 489211
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 266
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 489211
Number of bits of the biggest sum of numbers19
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.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4085160-1465222546.opb
0.08/0.12	c reading problem ... 
0.08/0.13	c  objective function found
0.54/0.30	c ... done. Wall clock time 0.176s.
0.54/0.30	c declared #vars     2655
0.54/0.30	c #constraints  291
0.54/0.30	c constraints type 
0.54/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 144
0.54/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 146
0.54/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.54/0.30	c 291 constraints processed.
0.54/0.30	c objective function length is 2655 literals
1.35/0.85	c cleaning 2496 clauses out of 5001 with flag 19106/5001
1.91/1.33	c cleaning 4251 clauses out of 8505 with flag 38416/11001
2.51/1.99	c cleaning 5621 clauses out of 11254 with flag 67422/18001
3.25/2.64	c cleaning 6815 clauses out of 13633 with flag 94976/26001
4.07/3.43	c cleaning 7904 clauses out of 15817 with flag 133111/35000
4.98/4.33	c cleaning 8956 clauses out of 17913 with flag 174101/45000
5.97/5.40	c cleaning 9978 clauses out of 19957 with flag 221395/56000
7.17/6.56	c cleaning 10988 clauses out of 21980 with flag 268718/68001
8.48/7.87	c cleaning 11994 clauses out of 23992 with flag 323274/81001
10.04/9.32	c cleaning 12998 clauses out of 25998 with flag 386459/95001
11.64/10.95	c cleaning 14001 clauses out of 28001 with flag 457933/110002
13.53/12.89	c cleaning 14989 clauses out of 30000 with flag 533610/126002
15.63/14.95	c cleaning 15993 clauses out of 32009 with flag 617146/143000
17.83/17.15	c cleaning 17002 clauses out of 34016 with flag 714766/161000
20.03/19.37	c cleaning 18003 clauses out of 36017 with flag 814576/180003
22.10/21.32	c cleaning 19003 clauses out of 38011 with flag 906738/200000
24.10/23.38	c cleaning 19993 clauses out of 40008 with flag 989396/221000
26.70/25.91	c cleaning 21003 clauses out of 42015 with flag 1081750/243000
29.30/28.55	c cleaning 22005 clauses out of 44013 with flag 1169035/266001
31.88/31.08	c cleaning 22993 clauses out of 46010 with flag 1250184/290003
34.69/33.87	c cleaning 24000 clauses out of 48014 with flag 1359593/315000
38.09/37.22	c cleaning 25002 clauses out of 50014 with flag 1493210/341000
41.78/40.74	c cleaning 25993 clauses out of 52012 with flag 1639538/368000
45.63/44.35	c cleaning 27003 clauses out of 54020 with flag 1797744/396001
49.62/48.40	c cleaning 28005 clauses out of 56016 with flag 1918526/425000
53.85/52.48	c cleaning 28991 clauses out of 58012 with flag 2075782/455001
57.75/56.30	c cleaning 29999 clauses out of 60021 with flag 2196760/486001
62.63/61.00	c cleaning 31004 clauses out of 62021 with flag 2357947/518000
66.43/64.86	c cleaning 31998 clauses out of 64017 with flag 2442612/551000
71.04/69.42	c cleaning 33007 clauses out of 66019 with flag 2543805/585000
75.86/74.11	c cleaning 34001 clauses out of 68012 with flag 2653453/620000
80.66/78.95	c cleaning 35001 clauses out of 70014 with flag 2837310/656003
86.30/84.43	c cleaning 35989 clauses out of 72010 with flag 3002632/693000
92.70/90.87	c cleaning 37004 clauses out of 74022 with flag 3205297/731001
99.94/97.95	c cleaning 38010 clauses out of 76019 with flag 3399616/770002
107.77/105.53	c cleaning 38995 clauses out of 78008 with flag 3621590/810001
116.04/113.47	c cleaning 39998 clauses out of 80012 with flag 3844558/851000
124.76/121.91	c cleaning 41002 clauses out of 82014 with flag 4064921/893000
133.75/130.72	c cleaning 42003 clauses out of 84013 with flag 4291036/936001
143.74/140.63	c cleaning 42996 clauses out of 86009 with flag 4518612/980000
150.69/147.55	c cleaning 43998 clauses out of 88013 with flag 4722919/1025000
156.82/153.60	c cleaning 45003 clauses out of 90015 with flag 4919936/1071000
164.91/161.70	c cleaning 45997 clauses out of 92013 with flag 5184249/1118001
173.50/170.01	c cleaning 46999 clauses out of 94015 with flag 5492657/1166000
181.70/178.29	c cleaning 47997 clauses out of 96016 with flag 5624894/1215000
189.97/186.49	c cleaning 49010 clauses out of 98020 with flag 5764027/1265001
198.72/195.12	c cleaning 49994 clauses out of 100009 with flag 5917860/1316000
207.53/203.84	c cleaning 51000 clauses out of 102016 with flag 6081825/1368001
216.59/212.83	c cleaning 52003 clauses out of 104015 with flag 6245115/1421000
226.56/222.77	c cleaning 52997 clauses out of 106012 with flag 6434856/1475000
233.51/229.67	c cleaning 54003 clauses out of 108016 with flag 6602341/1530001
242.69/238.72	c cleaning 54991 clauses out of 110012 with flag 6769095/1586000
252.55/248.51	c cleaning 55995 clauses out of 112022 with flag 6946749/1643001
261.98/257.87	c cleaning 56997 clauses out of 114027 with flag 7133366/1701001
272.80/268.50	c cleaning 58011 clauses out of 116030 with flag 7413489/1760001
282.35/277.99	c cleaning 59001 clauses out of 118019 with flag 7630635/1820001
291.05/286.54	c cleaning 60006 clauses out of 120017 with flag 7856390/1881000
300.93/296.38	c cleaning 60998 clauses out of 122013 with flag 8033388/1943002
312.62/307.90	c cleaning 61994 clauses out of 124013 with flag 8229032/2006000
326.36/321.54	c cleaning 63010 clauses out of 126022 with flag 8460101/2070003
338.20/333.29	c cleaning 63993 clauses out of 128010 with flag 8682669/2135001
348.44/343.32	c cleaning 65003 clauses out of 130016 with flag 8950120/2201000
359.06/353.83	c cleaning 66000 clauses out of 132013 with flag 9240285/2268000
371.54/366.02	c cleaning 67002 clauses out of 134014 with flag 9489090/2336001
381.80/376.18	c cleaning 67996 clauses out of 136011 with flag 9718231/2405000
393.77/388.09	c cleaning 68994 clauses out of 138015 with flag 9929603/2475000
407.39/401.56	c cleaning 70000 clauses out of 140022 with flag 10129916/2546001
420.56/414.64	c cleaning 71004 clauses out of 142022 with flag 10330646/2618001
434.35/428.35	c cleaning 71997 clauses out of 144017 with flag 10531930/2691000
449.04/442.43	c cleaning 72996 clauses out of 146020 with flag 10741702/2765000
460.39/453.68	c cleaning 73985 clauses out of 148024 with flag 10968213/2840000
473.91/466.99	c cleaning 75012 clauses out of 150040 with flag 11234733/2916001
488.27/481.13	c cleaning 76013 clauses out of 152028 with flag 11486282/2993001
503.64/496.36	c cleaning 76994 clauses out of 154014 with flag 11716934/3071000
520.94/513.45	c cleaning 78009 clauses out of 156021 with flag 11964039/3150001
538.08/530.44	c cleaning 79005 clauses out of 158011 with flag 12218524/3230000
555.96/548.10	c cleaning 79999 clauses out of 160006 with flag 12482401/3311000
575.08/567.06	c cleaning 80995 clauses out of 162008 with flag 12747932/3393001
594.85/586.64	c cleaning 81998 clauses out of 164012 with flag 13021893/3476000
616.06/607.66	c cleaning 82998 clauses out of 166015 with flag 13304131/3560001
638.97/630.23	c cleaning 84004 clauses out of 168016 with flag 13591436/3645000
662.96/653.91	c cleaning 84997 clauses out of 170012 with flag 13877634/3731000
686.75/677.55	c cleaning 86007 clauses out of 172015 with flag 14170041/3818000
712.29/702.78	c cleaning 86991 clauses out of 174008 with flag 14459800/3906000
738.08/728.30	c cleaning 88003 clauses out of 176017 with flag 14776677/3995000
762.96/752.93	c cleaning 89001 clauses out of 178015 with flag 15071004/4085001
790.91/780.54	c cleaning 90004 clauses out of 180013 with flag 15381832/4176000
823.20/812.45	c cleaning 91000 clauses out of 182009 with flag 15695685/4268000
851.73/840.51	c cleaning 92004 clauses out of 184010 with flag 16011613/4361001
877.27/865.74	c cleaning 92990 clauses out of 186006 with flag 16337604/4455001
898.83/886.93	c cleaning 93996 clauses out of 188015 with flag 16723530/4550000
916.97/904.60	c cleaning 95005 clauses out of 190019 with flag 17127320/4646000
939.83/927.25	c cleaning 96002 clauses out of 192014 with flag 17453091/4743000
958.15/945.25	c cleaning 96993 clauses out of 194013 with flag 17786523/4841001
976.56/963.32	c cleaning 97998 clauses out of 196019 with flag 18102532/4940000
1001.24/987.80	c cleaning 98998 clauses out of 198021 with flag 18440365/5040000
1022.33/1008.35	c cleaning 100006 clauses out of 200024 with flag 18866683/5141001
1043.82/1029.33	c cleaning 101004 clauses out of 202018 with flag 19397916/5243001
1068.92/1054.03	c cleaning 101997 clauses out of 204013 with flag 19900975/5346000
1093.53/1078.32	c cleaning 103002 clauses out of 206017 with flag 20392345/5450001
1120.88/1105.31	c cleaning 103995 clauses out of 208014 with flag 20860990/5555000
1140.89/1124.87	c cleaning 105003 clauses out of 210020 with flag 21282981/5661001
1162.96/1146.54	c cleaning 106006 clauses out of 212018 with flag 21770063/5768002
1189.41/1172.66	c cleaning 106992 clauses out of 214011 with flag 22241311/5876001
1218.68/1201.69	c cleaning 108004 clauses out of 216019 with flag 22636749/5985001
1247.85/1230.42	c cleaning 108998 clauses out of 218015 with flag 23091993/6095001
1273.34/1255.63	c cleaning 109997 clauses out of 220017 with flag 23589932/6206001
1300.74/1282.67	c cleaning 111002 clauses out of 222019 with flag 24063308/6318000
1328.35/1309.90	c cleaning 112002 clauses out of 224018 with flag 24494028/6431001
1365.06/1346.39	c cleaning 113002 clauses out of 226015 with flag 24891362/6545000
1388.13/1369.19	c cleaning 113997 clauses out of 228014 with flag 25322035/6660001
1410.56/1391.12	c cleaning 115006 clauses out of 230017 with flag 25866899/6776001
1433.62/1413.82	c cleaning 116000 clauses out of 232010 with flag 26348331/6893000
1454.23/1434.17	c cleaning 116994 clauses out of 234010 with flag 26797401/7011000
1491.00/1470.61	c cleaning 117996 clauses out of 236016 with flag 27120111/7130000
1517.71/1497.10	c cleaning 119001 clauses out of 238020 with flag 27507065/7250000
1549.27/1528.28	c cleaning 119992 clauses out of 240020 with flag 28033195/7371001
1573.68/1552.19	c cleaning 121004 clauses out of 242027 with flag 28566711/7493000
1598.02/1576.16	c cleaning 122002 clauses out of 244023 with flag 28990905/7616000
1632.16/1609.90	c cleaning 123008 clauses out of 246021 with flag 29381796/7740000
1663.66/1641.18	c cleaning 123994 clauses out of 248013 with flag 29831194/7865000
1701.32/1678.42	c cleaning 124998 clauses out of 250019 with flag 30231646/7991000
1738.98/1715.72	c cleaning 126001 clauses out of 252021 with flag 30663774/8118000
1770.86/1747.24	c cleaning 127000 clauses out of 254020 with flag 31250736/8246000
1796.98/1772.96	c cleaning 128002 clauses out of 256021 with flag 31834897/8375001
1800.05/1775.90	c starts		: 582
1800.05/1775.90	c conflicts		: 8393887
1800.05/1775.90	c decisions		: 10192590
1800.05/1775.90	c propagations		: 85394642
1800.05/1775.90	c inspects		: 27079715596
1800.05/1775.90	c shortcuts		: 0
1800.05/1775.90	c learnt literals	: 0
1800.05/1775.90	c learnt binary clauses	: 3
1800.05/1775.90	c learnt ternary clauses	: 16
1800.05/1775.90	c learnt constraints	: 8393888
1800.05/1775.90	c ignored constraints	: 0
1800.05/1775.90	c root simplifications	: 0
1800.05/1775.90	c removed literals (reason simplification)	: 0
1800.05/1775.90	c reason swapping (by a shorter reason)	: 0
1800.05/1775.90	c Calls to reduceDB	: 125
1800.05/1775.90	c Number of update (reduction) of LBD	: 883355
1800.05/1775.90	c Imported unit clauses	: 0
1800.05/1775.90	c number of reductions to clauses (during analyze)	: 0
1800.05/1775.90	c number of learned constraints concerned by reduction	: 0
1800.05/1775.90	c number of learning phase by resolution	: 0
1800.05/1775.90	c number of learning phase by cutting planes	: 0
1800.05/1775.90	c timeout
1800.05/1775.90	c speed (assignments/second)	: 48093.753220765866
1800.05/1775.90	c non guided choices	0
1800.05/1775.93	c learnt constraints type 
1800.05/1775.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
1800.05/1775.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 146903
1800.05/1775.93	s UNKNOWN
1800.05/1775.93	c Total wall clock time (in seconds): 1775.805

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-4085160-1465222546/watcher-4085160-1465222546 -o /tmp/evaluation-result-4085160-1465222546/solver-4085160-1465222546 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1465220764-32604 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085160-1465222546.opb 

pid=1104
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.07 2.06 2.01 3/194 1107
/proc/meminfo: memFree=30853136/32872528 swapFree=12744/274376
[pid=1107] ppid=1104 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/1107/stat : 1107 (java) D 1104 1107 32587 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 104189319 9515008 175 33554432000 1073741824 1073778376 140733442944800 140733442927528 251143209872 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/1107/statm: 2323 175 133 9 0 71 0

[startup+0.100065 s]
/proc/loadavg: 2.07 2.06 2.01 3/194 1107
/proc/meminfo: memFree=30853136/32872528 swapFree=12744/274376
[pid=1107] ppid=1104 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/1107/stat : 1107 (java) S 1104 1107 32587 0 -1 4202496 4313 0 1 0 7 1 0 0 20 0 18 0 104189319 9787879424 5439 33554432000 1073741824 1073778376 140734164260256 140734164251392 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1107/statm: 2389619 5439 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200235 s]
/proc/loadavg: 2.07 2.06 2.01 3/194 1107
/proc/meminfo: memFree=30853136/32872528 swapFree=12744/274376
[pid=1107] ppid=1104 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/1107/stat : 1107 (java) S 1104 1107 32587 0 -1 4202496 5063 0 1 0 27 1 0 0 20 0 18 0 104189319 9787879424 6919 33554432000 1073741824 1073778376 140734164260256 140734164251392 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1107/statm: 2389619 6919 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300262 s]
/proc/loadavg: 2.07 2.06 2.01 3/194 1107
/proc/meminfo: memFree=30853136/32872528 swapFree=12744/274376
[pid=1107] ppid=1104 vsize=9558476 CPUtime=0.54 cores=1,3,5,7
/proc/1107/stat : 1107 (java) S 1104 1107 32587 0 -1 4202496 7282 0 1 0 52 2 0 0 20 0 18 0 104189319 9787879424 10762 33554432000 1073741824 1073778376 140734164260256 140734164251392 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1107/statm: 2389619 10762 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.700132 s]
/proc/loadavg: 2.07 2.06 2.01 3/194 1107
/proc/meminfo: memFree=30853136/32872528 swapFree=12744/274376
[pid=1107] ppid=1104 vsize=9625040 CPUtime=1.25 cores=1,3,5,7
/proc/1107/stat : 1107 (java) S 1104 1107 32587 0 -1 4202496 9230 0 1 0 122 3 0 0 20 0 19 0 104189319 9856040960 12875 33554432000 1073741824 1073778376 140734164260256 140734164251392 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1107/statm: 2406260 12875 2253 9 0 2396937 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 9625040

[startup+1.50082 s]
/proc/loadavg: 2.07 2.06 2.00 3/213 1126
/proc/meminfo: memFree=30805032/32872528 swapFree=12744/274376
[pid=1107] ppid=1104 vsize=9625040 CPUtime=2.11 cores=1,3,5,7
/proc/1107/stat : 1107 (java) S 1104 1107 32587 0 -1 4202496 9348 0 1 0 208 3 0 0 20 0 19 0 104189319 9856040960 15587 33554432000 1073741824 1073778376 140734164260256 140734164251392 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1107/statm: 2406260 15587 2260 9 0 2396937 0
[pid=1107/tid=1109] ppid=1104 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/1107/task/1109/stat : 1109 (java) R 1104 1107 32587 0 -1 4202560 2421 0 1 0 144 2 0 0 20 0 19 0 104189320 9856040960 15587 33554432000 1073741824 1073778376 140734164260256 140496984256904 140496853375059 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1107/tid=1110] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1110/stat : 1110 (java) S 1104 1107 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104189321 9856040960 15587 33554432000 1073741824 1073778376 140734164260256 140496973318824 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1111] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1111/stat : 1111 (java) S 1104 1107 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104189321 9856040960 15587 33554432000 1073741824 1073778376 140734164260256 140496972266280 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1107/tid=1112] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1112/stat : 1112 (java) S 1104 1107 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104189321 9856040960 15587 33554432000 1073741824 1073778376 140734164260256 140496825170856 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1107/tid=1113] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1113/stat : 1113 (java) S 1104 1107 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104189321 9856040960 15587 33554432000 1073741824 1073778376 140734164260256 140496824118312 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1107/tid=1114] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1114/stat : 1114 (java) S 1104 1107 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104189321 9856040960 15587 33554432000 1073741824 1073778376 140734164260256 140496823064744 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1115] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1115/stat : 1115 (java) S 1104 1107 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104189321 9856040960 15587 33554432000 1073741824 1073778376 140734164260256 140496822012200 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1107/tid=1116] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1116/stat : 1116 (java) S 1104 1107 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104189321 9856040960 15587 33554432000 1073741824 1073778376 140734164260256 140496820959656 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1117] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1117/stat : 1117 (java) S 1104 1107 32587 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104189321 9856040960 15587 33554432000 1073741824 1073778376 140734164260256 140496819907112 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1118] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1118/stat : 1118 (java) S 1104 1107 32587 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104189322 9856040960 15587 33554432000 1073741824 1073778376 140734164260256 140496807709288 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1119] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1119/stat : 1119 (java) S 1104 1107 32587 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104189323 9856040960 15587 33554432000 1073741824 1073778376 140734164260256 140496806655608 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1120] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1120/stat : 1120 (java) S 1104 1107 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104189323 9856040960 15587 33554432000 1073741824 1073778376 140734164260256 140496805602952 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1121] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1121/stat : 1121 (java) S 1104 1107 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104189326 9856040960 15587 33554432000 1073741824 1073778376 140734164260256 140496804551696 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1122] ppid=1104 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/1107/task/1122/stat : 1122 (java) S 1104 1107 32587 0 -1 4202560 3227 0 0 0 33 0 0 0 20 0 19 0 104189326 9856040960 15587 33554432000 1073741824 1073778376 140734164260256 140496803498040 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1123] ppid=1104 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/1107/task/1123/stat : 1123 (java) S 1104 1107 32587 0 -1 4202560 2423 0 0 0 28 0 0 0 20 0 19 0 104189326 9856040960 15587 33554432000 1073741824 1073778376 140734164260256 140496802445496 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1107/tid=1124] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1124/stat : 1124 (java) S 1104 1107 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104189326 9856040960 15587 33554432000 1073741824 1073778376 140734164260256 140496801393144 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1107/tid=1125] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1125/stat : 1125 (java) S 1104 1107 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104189326 9856040960 15587 33554432000 1073741824 1073778376 140734164260256 140496800340808 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1126] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1126/stat : 1126 (java) S 1104 1107 32587 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 104189351 9856040960 15587 33554432000 1073741824 1073778376 140734164260256 140496799286568 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.07 2.06 2.00 3/213 1126
/proc/meminfo: memFree=30790200/32872528 swapFree=12744/274376
[pid=1107] ppid=1104 vsize=9625040 CPUtime=3.77 cores=1,3,5,7
/proc/1107/stat : 1107 (java) S 1104 1107 32587 0 -1 4202496 9362 0 1 0 374 3 0 0 20 0 19 0 104189319 9856040960 21220 33554432000 1073741824 1073778376 140734164260256 140734164251392 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1107/statm: 2406260 21220 2260 9 0 2396937 0
[pid=1107/tid=1109] ppid=1104 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/1107/task/1109/stat : 1109 (java) R 1104 1107 32587 0 -1 4202560 2433 0 1 0 304 2 0 0 20 0 19 0 104189320 9856040960 21220 33554432000 1073741824 1073778376 140734164260256 140496984248032 140496853351593 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1107/tid=1110] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1110/stat : 1110 (java) S 1104 1107 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104189321 9856040960 21220 33554432000 1073741824 1073778376 140734164260256 140496973318824 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1111] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1111/stat : 1111 (java) S 1104 1107 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104189321 9856040960 21220 33554432000 1073741824 1073778376 140734164260256 140496972266280 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1107/tid=1112] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1112/stat : 1112 (java) S 1104 1107 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104189321 9856040960 21220 33554432000 1073741824 1073778376 140734164260256 140496825170856 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1107/tid=1113] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1113/stat : 1113 (java) S 1104 1107 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104189321 9856040960 21220 33554432000 1073741824 1073778376 140734164260256 140496824118312 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1107/tid=1114] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1114/stat : 1114 (java) S 1104 1107 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104189321 9856040960 21220 33554432000 1073741824 1073778376 140734164260256 140496823064744 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1115] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1115/stat : 1115 (java) S 1104 1107 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104189321 9856040960 21220 33554432000 1073741824 1073778376 140734164260256 140496822012200 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1107/tid=1116] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1116/stat : 1116 (java) S 1104 1107 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104189321 9856040960 21220 33554432000 1073741824 1073778376 140734164260256 140496820959656 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1117] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1117/stat : 1117 (java) S 1104 1107 32587 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104189321 9856040960 21220 33554432000 1073741824 1073778376 140734164260256 140496819907112 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1118] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1118/stat : 1118 (java) S 1104 1107 32587 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104189322 9856040960 21220 33554432000 1073741824 1073778376 140734164260256 140496807709288 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1119] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1119/stat : 1119 (java) S 1104 1107 32587 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104189323 9856040960 21220 33554432000 1073741824 1073778376 140734164260256 140496806655608 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1120] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1120/stat : 1120 (java) S 1104 1107 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104189323 9856040960 21220 33554432000 1073741824 1073778376 140734164260256 140496805602952 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1121] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1121/stat : 1121 (java) S 1104 1107 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104189326 9856040960 21220 33554432000 1073741824 1073778376 140734164260256 140496804551696 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1122] ppid=1104 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/1107/task/1122/stat : 1122 (java) S 1104 1107 32587 0 -1 4202560 3227 0 0 0 34 0 0 0 20 0 19 0 104189326 9856040960 21220 33554432000 1073741824 1073778376 140734164260256 140496803498040 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1123] ppid=1104 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/1107/task/1123/stat : 1123 (java) S 1104 1107 32587 0 -1 4202560 2425 0 0 0 33 0 0 0 20 0 19 0 104189326 9856040960 21220 33554432000 1073741824 1073778376 140734164260256 140496802445496 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1107/tid=1124] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1124/stat : 1124 (java) S 1104 1107 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104189326 9856040960 21220 33554432000 1073741824 1073778376 140734164260256 140496801393144 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1107/tid=1125] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1125/stat : 1125 (java) S 1104 1107 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104189326 9856040960 21220 33554432000 1073741824 1073778376 140734164260256 140496800340808 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1126] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1126/stat : 1126 (java) S 1104 1107 32587 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 104189351 9856040960 21220 33554432000 1073741824 1073778376 140734164260256 140496799286568 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.77
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.06 2.06 2.00 3/213 1126
/proc/meminfo: memFree=30743008/32872528 swapFree=12744/274376
[pid=1107] ppid=1104 vsize=9625040 CPUtime=6.97 cores=1,3,5,7
/proc/1107/stat : 1107 (java) S 1104 1107 32587 0 -1 4202496 9384 0 1 0 693 4 0 0 20 0 19 0 104189319 9856040960 31461 33554432000 1073741824 1073778376 140734164260256 140734164251392 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1107/statm: 2406260 31461 2261 9 0 2396937 0
[pid=1107/tid=1109] ppid=1104 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/1107/task/1109/stat : 1109 (java) R 1104 1107 32587 0 -1 4202560 2454 0 1 0 623 3 0 0 20 0 19 0 104189320 9856040960 31461 33554432000 1073741824 1073778376 140734164260256 140496984248016 140496853351480 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1107/tid=1110] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1110/stat : 1110 (java) S 1104 1107 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104189321 9856040960 31461 33554432000 1073741824 1073778376 140734164260256 140496973318824 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1111] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1111/stat : 1111 (java) S 1104 1107 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104189321 9856040960 31461 33554432000 1073741824 1073778376 140734164260256 140496972266280 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1107/tid=1112] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1112/stat : 1112 (java) S 1104 1107 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104189321 9856040960 31461 33554432000 1073741824 1073778376 140734164260256 140496825170856 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1107/tid=1113] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1113/stat : 1113 (java) S 1104 1107 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104189321 9856040960 31461 33554432000 1073741824 1073778376 140734164260256 140496824118312 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1107/tid=1114] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1114/stat : 1114 (java) S 1104 1107 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104189321 9856040960 31461 33554432000 1073741824 1073778376 140734164260256 140496823064744 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1115] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1115/stat : 1115 (java) S 1104 1107 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104189321 9856040960 31461 33554432000 1073741824 1073778376 140734164260256 140496822012200 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1107/tid=1116] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1116/stat : 1116 (java) S 1104 1107 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104189321 9856040960 31461 33554432000 1073741824 1073778376 140734164260256 140496820959656 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1117] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1117/stat : 1117 (java) S 1104 1107 32587 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104189321 9856040960 31461 33554432000 1073741824 1073778376 140734164260256 140496819907112 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1118] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1118/stat : 1118 (java) S 1104 1107 32587 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104189322 9856040960 31461 33554432000 1073741824 1073778376 140734164260256 140496807709288 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1119] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1119/stat : 1119 (java) S 1104 1107 32587 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104189323 9856040960 31461 33554432000 1073741824 1073778376 140734164260256 140496806655608 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1120] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1120/stat : 1120 (java) S 1104 1107 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104189323 9856040960 31461 33554432000 1073741824 1073778376 140734164260256 140496805602952 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1121] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1121/stat : 1121 (java) S 1104 1107 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104189326 9856040960 31461 33554432000 1073741824 1073778376 140734164260256 140496804551696 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1122] ppid=1104 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/1107/task/1122/stat : 1122 (java) S 1104 1107 32587 0 -1 4202560 3227 0 0 0 34 0 0 0 20 0 19 0 104189326 9856040960 31461 33554432000 1073741824 1073778376 140734164260256 140496803498040 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1123] ppid=1104 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/1107/task/1123/stat : 1123 (java) S 1104 1107 32587 0 -1 4202560 2425 0 0 0 33 0 0 0 20 0 19 0 104189326 9856040960 31461 33554432000 1073741824 1073778376 140734164260256 140496802445496 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1107/tid=1124] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1124/stat : 1124 (java) S 1104 1107 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104189326 9856040960 31461 33554432000 1073741824 1073778376 140734164260256 140496801393144 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1107/tid=1125] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1125/stat : 1125 (java) S 1104 1107 32587 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 104189326 9856040960 31461 33554432000 1073741824 1073778376 140734164260256 140496800340808 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1126] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1126/stat : 1126 (java) S 1104 1107 32587 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 104189351 9856040960 31461 33554432000 1073741824 1073778376 140734164260256 140496799286568 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.97
Current children cumulated vsize (KiB) 9625040


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

[pid=1107/tid=1119] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1119/stat : 1119 (java) S 1104 1107 32587 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104189323 9856040960 190107 33554432000 1073741824 1073778376 140734164260256 140496806655608 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1120] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1120/stat : 1120 (java) S 1104 1107 32587 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104189323 9856040960 190107 33554432000 1073741824 1073778376 140734164260256 140496805602952 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1121] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1121/stat : 1121 (java) S 1104 1107 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104189326 9856040960 190107 33554432000 1073741824 1073778376 140734164260256 140496804551696 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1122] ppid=1104 vsize=9625040 CPUtime=1.35 cores=1,3,5,7
/proc/1107/task/1122/stat : 1122 (java) S 1104 1107 32587 0 -1 4202560 16983 0 0 0 133 2 0 0 20 0 19 0 104189326 9856040960 190107 33554432000 1073741824 1073778376 140734164260256 140496803498040 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1107/tid=1123] ppid=1104 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/1107/task/1123/stat : 1123 (java) S 1104 1107 32587 0 -1 4202560 9181 0 0 0 66 2 0 0 20 0 19 0 104189326 9856040960 190107 33554432000 1073741824 1073778376 140734164260256 140496802445496 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1107/tid=1124] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1124/stat : 1124 (java) S 1104 1107 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104189326 9856040960 190107 33554432000 1073741824 1073778376 140734164260256 140496801393144 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1107/tid=1125] ppid=1104 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/1107/task/1125/stat : 1125 (java) S 1104 1107 32587 0 -1 4202560 96 0 0 0 30 28 0 0 20 0 19 0 104189326 9856040960 190107 33554432000 1073741824 1073778376 140734164260256 140496800340808 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1126] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1126/stat : 1126 (java) S 1104 1107 32587 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 104189351 9856040960 190107 33554432000 1073741824 1073778376 140734164260256 140496799286568 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1685.18
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/213 1233
/proc/meminfo: memFree=30790004/32872528 swapFree=12744/274376
[pid=1107] ppid=1104 vsize=9625040 CPUtime=1745.66 cores=1,3,5,7
/proc/1107/stat : 1107 (java) S 1104 1107 32587 0 -1 4202496 44602 0 1 0 174346 220 0 0 20 0 19 0 104189319 9856040960 188993 33554432000 1073741824 1073778376 140734164260256 140734164251392 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1107/statm: 2406260 188993 2286 9 0 2396937 0
[pid=1107/tid=1109] ppid=1104 vsize=9625040 CPUtime=1707.61 cores=1,3,5,7
/proc/1107/task/1109/stat : 1109 (java) R 1104 1107 32587 0 -1 4202560 2843 0 1 0 170730 31 0 0 20 0 19 0 104189320 9856040960 188993 33554432000 1073741824 1073778376 140734164260256 140496984255664 140496853396012 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1107/tid=1110] ppid=1104 vsize=9625040 CPUtime=3.77 cores=1,3,5,7
/proc/1107/task/1110/stat : 1110 (java) S 1104 1107 32587 0 -1 4202560 1970 0 0 0 352 25 0 0 20 0 19 0 104189321 9856040960 188993 33554432000 1073741824 1073778376 140734164260256 140496973318824 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1111] ppid=1104 vsize=9625040 CPUtime=3.61 cores=1,3,5,7
/proc/1107/task/1111/stat : 1111 (java) S 1104 1107 32587 0 -1 4202560 1744 0 0 0 337 24 0 0 20 0 19 0 104189321 9856040960 188993 33554432000 1073741824 1073778376 140734164260256 140496972266280 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1112] ppid=1104 vsize=9625040 CPUtime=3.5 cores=1,3,5,7
/proc/1107/task/1112/stat : 1112 (java) S 1104 1107 32587 0 -1 4202560 1323 0 0 0 325 25 0 0 20 0 19 0 104189321 9856040960 188993 33554432000 1073741824 1073778376 140734164260256 140496825170856 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1107/tid=1113] ppid=1104 vsize=9625040 CPUtime=3.62 cores=1,3,5,7
/proc/1107/task/1113/stat : 1113 (java) S 1104 1107 32587 0 -1 4202560 1483 0 0 0 338 24 0 0 20 0 19 0 104189321 9856040960 188993 33554432000 1073741824 1073778376 140734164260256 140496824118312 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1107/tid=1114] ppid=1104 vsize=9625040 CPUtime=3.75 cores=1,3,5,7
/proc/1107/task/1114/stat : 1114 (java) S 1104 1107 32587 0 -1 4202560 1411 0 0 0 356 19 0 0 20 0 19 0 104189321 9856040960 188993 33554432000 1073741824 1073778376 140734164260256 140496823064744 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1115] ppid=1104 vsize=9625040 CPUtime=3.76 cores=1,3,5,7
/proc/1107/task/1115/stat : 1115 (java) S 1104 1107 32587 0 -1 4202560 1390 0 0 0 355 21 0 0 20 0 19 0 104189321 9856040960 188993 33554432000 1073741824 1073778376 140734164260256 140496822012200 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1107/tid=1116] ppid=1104 vsize=9625040 CPUtime=3.83 cores=1,3,5,7
/proc/1107/task/1116/stat : 1116 (java) S 1104 1107 32587 0 -1 4202560 1668 0 0 0 360 23 0 0 20 0 19 0 104189321 9856040960 188993 33554432000 1073741824 1073778376 140734164260256 140496820959656 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1117] ppid=1104 vsize=9625040 CPUtime=3.63 cores=1,3,5,7
/proc/1107/task/1117/stat : 1117 (java) S 1104 1107 32587 0 -1 4202560 1528 0 0 0 344 19 0 0 20 0 19 0 104189321 9856040960 188993 33554432000 1073741824 1073778376 140734164260256 140496819907112 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1118] ppid=1104 vsize=9625040 CPUtime=6.14 cores=1,3,5,7
/proc/1107/task/1118/stat : 1118 (java) S 1104 1107 32587 0 -1 4202560 1715 0 0 0 609 5 0 0 20 0 19 0 104189322 9856040960 188993 33554432000 1073741824 1073778376 140734164260256 140496807709288 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1119] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1119/stat : 1119 (java) S 1104 1107 32587 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104189323 9856040960 188993 33554432000 1073741824 1073778376 140734164260256 140496806655608 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1120] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1120/stat : 1120 (java) S 1104 1107 32587 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104189323 9856040960 188993 33554432000 1073741824 1073778376 140734164260256 140496805602952 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1121] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1121/stat : 1121 (java) S 1104 1107 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104189326 9856040960 188993 33554432000 1073741824 1073778376 140734164260256 140496804551696 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1122] ppid=1104 vsize=9625040 CPUtime=1.35 cores=1,3,5,7
/proc/1107/task/1122/stat : 1122 (java) S 1104 1107 32587 0 -1 4202560 16983 0 0 0 133 2 0 0 20 0 19 0 104189326 9856040960 188993 33554432000 1073741824 1073778376 140734164260256 140496803498040 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1107/tid=1123] ppid=1104 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/1107/task/1123/stat : 1123 (java) S 1104 1107 32587 0 -1 4202560 9181 0 0 0 66 2 0 0 20 0 19 0 104189326 9856040960 188993 33554432000 1073741824 1073778376 140734164260256 140496802445496 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1107/tid=1124] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1124/stat : 1124 (java) S 1104 1107 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104189326 9856040960 188993 33554432000 1073741824 1073778376 140734164260256 140496801393144 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1107/tid=1125] ppid=1104 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/1107/task/1125/stat : 1125 (java) S 1104 1107 32587 0 -1 4202560 100 0 0 0 31 29 0 0 20 0 19 0 104189326 9856040960 188993 33554432000 1073741824 1073778376 140734164260256 140496800340808 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1126] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1126/stat : 1126 (java) S 1104 1107 32587 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 104189351 9856040960 188993 33554432000 1073741824 1073778376 140734164260256 140496799286568 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1745.66
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1775.9 s]
/proc/loadavg: 2.02 2.04 2.00 3/213 1234
/proc/meminfo: memFree=30853292/32872528 swapFree=12744/274376
[pid=1107] ppid=1104 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/1107/stat : 1107 (java) S 1104 1107 32587 0 -1 4202496 44721 0 1 0 179783 222 0 0 20 0 19 0 104189319 9856040960 183362 33554432000 1073741824 1073778376 140734164260256 140734164251392 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1107/statm: 2406260 183362 2286 9 0 2396937 0
[pid=1107/tid=1109] ppid=1104 vsize=9625040 CPUtime=1760.54 cores=1,3,5,7
/proc/1107/task/1109/stat : 1109 (java) R 1104 1107 32587 0 -1 4202560 2856 0 1 0 176022 32 0 0 20 0 19 0 104189320 9856040960 183362 33554432000 1073741824 1073778376 140734164260256 140496984255664 140496853395920 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1107/tid=1110] ppid=1104 vsize=9625040 CPUtime=3.9 cores=1,3,5,7
/proc/1107/task/1110/stat : 1110 (java) S 1104 1107 32587 0 -1 4202560 1970 0 0 0 365 25 0 0 20 0 19 0 104189321 9856040960 183362 33554432000 1073741824 1073778376 140734164260256 140496973318824 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1111] ppid=1104 vsize=9625040 CPUtime=3.77 cores=1,3,5,7
/proc/1107/task/1111/stat : 1111 (java) S 1104 1107 32587 0 -1 4202560 1744 0 0 0 353 24 0 0 20 0 19 0 104189321 9856040960 183362 33554432000 1073741824 1073778376 140734164260256 140496972266280 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1112] ppid=1104 vsize=9625040 CPUtime=3.63 cores=1,3,5,7
/proc/1107/task/1112/stat : 1112 (java) S 1104 1107 32587 0 -1 4202560 1323 0 0 0 338 25 0 0 20 0 19 0 104189321 9856040960 183362 33554432000 1073741824 1073778376 140734164260256 140496825170856 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1107/tid=1113] ppid=1104 vsize=9625040 CPUtime=3.75 cores=1,3,5,7
/proc/1107/task/1113/stat : 1113 (java) S 1104 1107 32587 0 -1 4202560 1483 0 0 0 351 24 0 0 20 0 19 0 104189321 9856040960 183362 33554432000 1073741824 1073778376 140734164260256 140496824118312 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1114] ppid=1104 vsize=9625040 CPUtime=3.86 cores=1,3,5,7
/proc/1107/task/1114/stat : 1114 (java) S 1104 1107 32587 0 -1 4202560 1411 0 0 0 367 19 0 0 20 0 19 0 104189321 9856040960 183362 33554432000 1073741824 1073778376 140734164260256 140496823064744 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1107/tid=1115] ppid=1104 vsize=9625040 CPUtime=3.87 cores=1,3,5,7
/proc/1107/task/1115/stat : 1115 (java) S 1104 1107 32587 0 -1 4202560 1390 0 0 0 366 21 0 0 20 0 19 0 104189321 9856040960 183362 33554432000 1073741824 1073778376 140734164260256 140496822012200 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1107/tid=1116] ppid=1104 vsize=9625040 CPUtime=4.02 cores=1,3,5,7
/proc/1107/task/1116/stat : 1116 (java) S 1104 1107 32587 0 -1 4202560 1668 0 0 0 379 23 0 0 20 0 19 0 104189321 9856040960 183362 33554432000 1073741824 1073778376 140734164260256 140496820959656 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1117] ppid=1104 vsize=9625040 CPUtime=3.79 cores=1,3,5,7
/proc/1107/task/1117/stat : 1117 (java) S 1104 1107 32587 0 -1 4202560 1528 0 0 0 360 19 0 0 20 0 19 0 104189321 9856040960 183362 33554432000 1073741824 1073778376 140734164260256 140496819907112 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1107/tid=1118] ppid=1104 vsize=9625040 CPUtime=6.48 cores=1,3,5,7
/proc/1107/task/1118/stat : 1118 (java) S 1104 1107 32587 0 -1 4202560 1820 0 0 0 642 6 0 0 20 0 19 0 104189322 9856040960 183362 33554432000 1073741824 1073778376 140734164260256 140496807709288 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1119] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1119/stat : 1119 (java) S 1104 1107 32587 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104189323 9856040960 183362 33554432000 1073741824 1073778376 140734164260256 140496806655608 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1120] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1120/stat : 1120 (java) S 1104 1107 32587 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104189323 9856040960 183362 33554432000 1073741824 1073778376 140734164260256 140496805602952 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1121] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1121/stat : 1121 (java) S 1104 1107 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104189326 9856040960 183362 33554432000 1073741824 1073778376 140734164260256 140496804551696 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1122] ppid=1104 vsize=9625040 CPUtime=1.35 cores=1,3,5,7
/proc/1107/task/1122/stat : 1122 (java) S 1104 1107 32587 0 -1 4202560 16983 0 0 0 133 2 0 0 20 0 19 0 104189326 9856040960 183362 33554432000 1073741824 1073778376 140734164260256 140496803498040 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1107/tid=1123] ppid=1104 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/1107/task/1123/stat : 1123 (java) S 1104 1107 32587 0 -1 4202560 9181 0 0 0 66 2 0 0 20 0 19 0 104189326 9856040960 183362 33554432000 1073741824 1073778376 140734164260256 140496802445496 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1107/tid=1124] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1124/stat : 1124 (java) S 1104 1107 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104189326 9856040960 183362 33554432000 1073741824 1073778376 140734164260256 140496801393144 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1107/tid=1125] ppid=1104 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/1107/task/1125/stat : 1125 (java) S 1104 1107 32587 0 -1 4202560 101 0 0 0 32 30 0 0 20 0 19 0 104189326 9856040960 183362 33554432000 1073741824 1073778376 140734164260256 140496800340808 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1126] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1126/stat : 1126 (java) S 1104 1107 32587 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 104189351 9856040960 183362 33554432000 1073741824 1073778376 140734164260256 140496799286568 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 1107 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1775.9 s]
/proc/loadavg: 2.02 2.04 2.00 3/213 1234
/proc/meminfo: memFree=30853292/32872528 swapFree=12744/274376
[pid=1107] ppid=1104 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/1107/stat : 1107 (java) S 1104 1107 32587 0 -1 4202496 44721 0 1 0 179783 222 0 0 20 0 19 0 104189319 9856040960 183362 33554432000 1073741824 1073778376 140734164260256 140734164251392 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1107/statm: 2406260 183362 2286 9 0 2396937 0
[pid=1107/tid=1109] ppid=1104 vsize=9625040 CPUtime=1760.54 cores=1,3,5,7
/proc/1107/task/1109/stat : 1109 (java) R 1104 1107 32587 0 -1 4202560 2856 0 1 0 176022 32 0 0 20 0 19 0 104189320 9856040960 183362 33554432000 1073741824 1073778376 140734164260256 140496984255664 140496853395920 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1107/tid=1110] ppid=1104 vsize=9625040 CPUtime=3.9 cores=1,3,5,7
/proc/1107/task/1110/stat : 1110 (java) S 1104 1107 32587 0 -1 4202560 1970 0 0 0 365 25 0 0 20 0 19 0 104189321 9856040960 183362 33554432000 1073741824 1073778376 140734164260256 140496973318824 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1111] ppid=1104 vsize=9625040 CPUtime=3.77 cores=1,3,5,7
/proc/1107/task/1111/stat : 1111 (java) S 1104 1107 32587 0 -1 4202560 1744 0 0 0 353 24 0 0 20 0 19 0 104189321 9856040960 183362 33554432000 1073741824 1073778376 140734164260256 140496972266280 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1112] ppid=1104 vsize=9625040 CPUtime=3.63 cores=1,3,5,7
/proc/1107/task/1112/stat : 1112 (java) S 1104 1107 32587 0 -1 4202560 1323 0 0 0 338 25 0 0 20 0 19 0 104189321 9856040960 183362 33554432000 1073741824 1073778376 140734164260256 140496825170856 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1107/tid=1113] ppid=1104 vsize=9625040 CPUtime=3.75 cores=1,3,5,7
/proc/1107/task/1113/stat : 1113 (java) S 1104 1107 32587 0 -1 4202560 1483 0 0 0 351 24 0 0 20 0 19 0 104189321 9856040960 183362 33554432000 1073741824 1073778376 140734164260256 140496824118312 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1114] ppid=1104 vsize=9625040 CPUtime=3.86 cores=1,3,5,7
/proc/1107/task/1114/stat : 1114 (java) S 1104 1107 32587 0 -1 4202560 1411 0 0 0 367 19 0 0 20 0 19 0 104189321 9856040960 183362 33554432000 1073741824 1073778376 140734164260256 140496823064744 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1107/tid=1115] ppid=1104 vsize=9625040 CPUtime=3.87 cores=1,3,5,7
/proc/1107/task/1115/stat : 1115 (java) S 1104 1107 32587 0 -1 4202560 1390 0 0 0 366 21 0 0 20 0 19 0 104189321 9856040960 183362 33554432000 1073741824 1073778376 140734164260256 140496822012200 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1107/tid=1116] ppid=1104 vsize=9625040 CPUtime=4.02 cores=1,3,5,7
/proc/1107/task/1116/stat : 1116 (java) S 1104 1107 32587 0 -1 4202560 1668 0 0 0 379 23 0 0 20 0 19 0 104189321 9856040960 183362 33554432000 1073741824 1073778376 140734164260256 140496820959656 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1117] ppid=1104 vsize=9625040 CPUtime=3.79 cores=1,3,5,7
/proc/1107/task/1117/stat : 1117 (java) S 1104 1107 32587 0 -1 4202560 1528 0 0 0 360 19 0 0 20 0 19 0 104189321 9856040960 183362 33554432000 1073741824 1073778376 140734164260256 140496819907112 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1107/tid=1118] ppid=1104 vsize=9625040 CPUtime=6.48 cores=1,3,5,7
/proc/1107/task/1118/stat : 1118 (java) S 1104 1107 32587 0 -1 4202560 1820 0 0 0 642 6 0 0 20 0 19 0 104189322 9856040960 183362 33554432000 1073741824 1073778376 140734164260256 140496807709288 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1119] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1119/stat : 1119 (java) S 1104 1107 32587 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104189323 9856040960 183362 33554432000 1073741824 1073778376 140734164260256 140496806655608 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1120] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1120/stat : 1120 (java) S 1104 1107 32587 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104189323 9856040960 183362 33554432000 1073741824 1073778376 140734164260256 140496805602952 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1121] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1121/stat : 1121 (java) S 1104 1107 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104189326 9856040960 183362 33554432000 1073741824 1073778376 140734164260256 140496804551696 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1122] ppid=1104 vsize=9625040 CPUtime=1.35 cores=1,3,5,7
/proc/1107/task/1122/stat : 1122 (java) S 1104 1107 32587 0 -1 4202560 16983 0 0 0 133 2 0 0 20 0 19 0 104189326 9856040960 183362 33554432000 1073741824 1073778376 140734164260256 140496803498040 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1107/tid=1123] ppid=1104 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/1107/task/1123/stat : 1123 (java) S 1104 1107 32587 0 -1 4202560 9181 0 0 0 66 2 0 0 20 0 19 0 104189326 9856040960 183362 33554432000 1073741824 1073778376 140734164260256 140496802445496 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1107/tid=1124] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1124/stat : 1124 (java) S 1104 1107 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104189326 9856040960 183362 33554432000 1073741824 1073778376 140734164260256 140496801393144 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1107/tid=1125] ppid=1104 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/1107/task/1125/stat : 1125 (java) S 1104 1107 32587 0 -1 4202560 101 0 0 0 32 30 0 0 20 0 19 0 104189326 9856040960 183362 33554432000 1073741824 1073778376 140734164260256 140496800340808 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1107/tid=1126] ppid=1104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1107/task/1126/stat : 1126 (java) S 1104 1107 32587 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 104189351 9856040960 183362 33554432000 1073741824 1073778376 140734164260256 140496799286568 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1775.94
CPU time (s): 1800.57
CPU user time (s): 1797.91
CPU system time (s): 2.66259
CPU usage (%): 101.387
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.91
system time used= 2.6626
maximum resident set size= 872740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44759
page faults= 1
swaps= 0
block input operations= 16
block output operations= 1768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48951
involuntary context switches= 47989

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.0232 second user time and 12.1332 second system time

The end

Launcher Data

Begin job on node107 at 2016-06-06 16:15:46
IDJOB=4085160
IDBENCH=1851
IDSOLVER=2546
FILE ID=node107/4085160-1465222546
RUNJOBID= node107-1465220764-32604
PBS_JOBID= 19843224
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-mod010.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085160-1465222546/watcher-4085160-1465222546 -o /tmp/evaluation-result-4085160-1465222546/solver-4085160-1465222546 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1465220764-32604 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085160-1465222546.opb

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

MD5SUM BENCH= 0155c0c96434984f6ded6bb7ada20c0c
RANDOM SEED=1578779970

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.441
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.441
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:        30853400 kB
Buffers:            8504 kB
Cached:            86332 kB
SwapCached:         1700 kB
Active:          1011376 kB
Inactive:          32892 kB
Active(anon):     951540 kB
Inactive(anon):      388 kB
Active(file):      59836 kB
Inactive(file):    32504 kB
Unevictable:      274376 kB
Mlocked:           12744 kB
SwapTotal:      67108856 kB
SwapFree:       67098420 kB
Dirty:               836 kB
Writeback:             0 kB
AnonPages:       1251964 kB
Mapped:            15388 kB
Shmem:                 0 kB
Slab:             566808 kB
SReclaimable:      10292 kB
SUnreclaim:       556516 kB
KernelStack:        1768 kB
PageTables:         6692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2362208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1224704 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= 71748 MiB
End job on node107 at 2016-06-06 16:45:22