Trace number 4084942

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.37 1796.47

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_fibo_20null50mast_rapportOE2.0_TMAX60_K67_cod2.opb
MD5SUMcbe19c75f2e679c0a1949db29fa1022e
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-55717
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40937
Total number of constraints41436
Number of constraints which are clauses40882
Number of constraints which are cardinality constraints (but not clauses)67
Number of constraints which are nor clauses,nor cardinality constraints487
Minimum length of a constraint1
Maximum length of a constraint8416
Number of terms in the objective function 389
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 2788485
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 2788485
Number of bits of the biggest sum of numbers22
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.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4084942-1465312757.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
1.39/0.81	c ... done. Wall clock time 0.686s.
1.39/0.81	c declared #vars     40937
1.39/0.81	c #constraints  41436
1.39/0.81	c constraints type 
1.39/0.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 36984
1.39/0.81	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1.39/0.81	c org.sat4j.specs.Constr$1 => 1
1.39/0.81	c org.sat4j.minisat.constraints.card.MinWatchCard => 552
1.39/0.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3896
1.39/0.81	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1.39/0.81	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1.39/0.81	c 41436 constraints processed.
1.39/0.81	c objective function length is 389 literals
7.46/6.29	c cleaning 2483 clauses out of 4999 with flag 22861/5000
11.47/10.06	c cleaning 4245 clauses out of 8517 with flag 44005/11001
14.57/13.19	c cleaning 5636 clauses out of 11271 with flag 70938/18000
18.18/16.79	c cleaning 6817 clauses out of 13635 with flag 109047/26000
22.80/21.38	c cleaning 7909 clauses out of 15818 with flag 150350/35000
28.60/27.12	c cleaning 8950 clauses out of 17909 with flag 192619/45000
34.90/33.40	c cleaning 9980 clauses out of 19960 with flag 237890/56001
41.70/40.28	c cleaning 10989 clauses out of 21979 with flag 287932/68000
49.00/47.55	c cleaning 11993 clauses out of 23990 with flag 340520/81000
56.70/55.27	c cleaning 12994 clauses out of 25998 with flag 406074/95001
65.00/63.56	c cleaning 14000 clauses out of 28003 with flag 477074/110000
73.60/72.13	c cleaning 15000 clauses out of 30005 with flag 563847/126002
82.70/81.27	c cleaning 15995 clauses out of 32003 with flag 658287/143000
92.70/91.21	c cleaning 17005 clauses out of 34009 with flag 756159/161001
103.61/102.14	c cleaning 18001 clauses out of 36003 with flag 858382/180000
114.38/112.83	c cleaning 18999 clauses out of 38003 with flag 966018/200001
125.28/123.76	c cleaning 20003 clauses out of 40005 with flag 1078103/221002
137.28/135.75	c cleaning 20997 clauses out of 42001 with flag 1199301/243001
150.18/148.61	c cleaning 22000 clauses out of 44003 with flag 1327603/266000
163.28/161.78	c cleaning 23002 clauses out of 46006 with flag 1455208/290003
177.60/176.01	c cleaning 23996 clauses out of 48001 with flag 1585622/315000
191.01/189.46	c cleaning 24998 clauses out of 50005 with flag 1713629/341000
204.91/203.30	c cleaning 26001 clauses out of 52007 with flag 1854201/368000
219.71/218.12	c cleaning 27001 clauses out of 54006 with flag 2002589/396000
235.11/233.51	c cleaning 27995 clauses out of 56006 with flag 2154454/425001
250.81/249.22	c cleaning 28996 clauses out of 58010 with flag 2310448/455000
266.14/264.37	c cleaning 29997 clauses out of 60014 with flag 2468933/486000
280.64/278.82	c cleaning 31000 clauses out of 62017 with flag 2626912/518000
294.14/292.33	c cleaning 32005 clauses out of 64018 with flag 2791546/551001
308.93/307.14	c cleaning 33002 clauses out of 66013 with flag 2971075/585001
324.84/323.06	c cleaning 34005 clauses out of 68010 with flag 3209663/620000
343.75/341.91	c cleaning 34992 clauses out of 70006 with flag 3459627/656001
361.57/359.79	c cleaning 35999 clauses out of 72013 with flag 3709781/693000
377.66/375.89	c cleaning 37004 clauses out of 74014 with flag 3904148/731000
393.66/391.84	c cleaning 37999 clauses out of 76010 with flag 4117379/770000
410.07/408.29	c cleaning 38998 clauses out of 78011 with flag 4341367/810000
427.16/425.35	c cleaning 40007 clauses out of 80014 with flag 4548937/851001
445.36/443.59	c cleaning 40997 clauses out of 82007 with flag 4726461/893001
464.56/462.76	c cleaning 42001 clauses out of 84009 with flag 4913794/936000
483.78/481.99	c cleaning 43001 clauses out of 86008 with flag 5132787/980000
504.49/502.50	c cleaning 44004 clauses out of 88007 with flag 5371179/1025000
529.28/527.31	c cleaning 45001 clauses out of 90004 with flag 5564553/1071001
556.20/554.23	c cleaning 46000 clauses out of 92002 with flag 5754347/1118000
583.72/581.71	c cleaning 46995 clauses out of 94002 with flag 5947050/1166000
610.34/608.34	c cleaning 48001 clauses out of 96008 with flag 6172944/1215001
636.23/634.23	c cleaning 48998 clauses out of 98006 with flag 6404090/1265000
663.66/661.66	c cleaning 49997 clauses out of 100008 with flag 6691986/1316000
691.45/689.42	c cleaning 51001 clauses out of 102011 with flag 6965743/1368000
719.06/717.08	c cleaning 52000 clauses out of 104011 with flag 7243203/1421001
751.18/749.13	c cleaning 53005 clauses out of 106011 with flag 7485376/1475001
780.18/778.16	c cleaning 54001 clauses out of 108006 with flag 7755041/1530001
809.59/807.54	c cleaning 54997 clauses out of 110005 with flag 8031291/1586001
838.78/836.39	c cleaning 55999 clauses out of 112007 with flag 8315497/1643000
869.10/866.62	c cleaning 56999 clauses out of 114006 with flag 8583629/1701001
896.71/894.21	c cleaning 57999 clauses out of 116006 with flag 8860235/1760000
926.23/923.73	c cleaning 58999 clauses out of 118008 with flag 9157265/1820001
956.64/954.12	c cleaning 59996 clauses out of 120010 with flag 9449614/1881002
985.95/983.42	c cleaning 61003 clauses out of 122012 with flag 9765102/1943000
1015.45/1012.97	c cleaning 62002 clauses out of 124010 with flag 10141515/2006001
1043.98/1041.48	c cleaning 62999 clauses out of 126008 with flag 10470748/2070001
1071.48/1068.99	c cleaning 64001 clauses out of 128008 with flag 10820301/2135000
1098.79/1096.21	c cleaning 64997 clauses out of 130007 with flag 11208036/2201000
1127.10/1124.56	c cleaning 65999 clauses out of 132010 with flag 11586762/2268000
1155.32/1152.71	c cleaning 66998 clauses out of 134012 with flag 11999075/2336001
1184.63/1182.05	c cleaning 68001 clauses out of 136014 with flag 12395117/2405001
1214.63/1212.02	c cleaning 69003 clauses out of 138013 with flag 12709000/2475001
1247.92/1244.74	c cleaning 69995 clauses out of 140009 with flag 13068970/2546000
1285.22/1282.04	c cleaning 70999 clauses out of 142014 with flag 13501726/2618000
1326.44/1323.20	c cleaning 72003 clauses out of 144015 with flag 13934547/2691000
1370.16/1366.91	c cleaning 73000 clauses out of 146012 with flag 14391617/2765000
1413.66/1410.43	c cleaning 74004 clauses out of 148012 with flag 14854105/2840000
1457.98/1454.78	c cleaning 75001 clauses out of 150008 with flag 15291538/2916000
1504.30/1501.05	c cleaning 75997 clauses out of 152007 with flag 15729622/2993000
1553.21/1549.94	c cleaning 77003 clauses out of 154011 with flag 16134942/3071001
1601.12/1597.89	c cleaning 77996 clauses out of 156007 with flag 16544423/3150000
1651.85/1648.55	c cleaning 79001 clauses out of 158012 with flag 16945794/3230001
1704.17/1700.63	c cleaning 80000 clauses out of 160010 with flag 17334760/3311000
1756.09/1752.50	c cleaning 81005 clauses out of 162011 with flag 17765735/3393001
1800.00/1796.41	c starts		: 720
1800.00/1796.41	c conflicts		: 3463983
1800.00/1796.41	c decisions		: 4491159
1800.00/1796.41	c propagations		: 4136397156
1800.00/1796.41	c inspects		: 12437883522
1800.00/1796.41	c shortcuts		: 0
1800.00/1796.41	c learnt literals	: 4
1800.00/1796.41	c learnt binary clauses	: 968
1800.00/1796.41	c learnt ternary clauses	: 703
1800.00/1796.41	c learnt constraints	: 3463979
1800.00/1796.41	c ignored constraints	: 0
1800.00/1796.41	c root simplifications	: 0
1800.00/1796.41	c removed literals (reason simplification)	: 0
1800.00/1796.41	c reason swapping (by a shorter reason)	: 0
1800.00/1796.41	c Calls to reduceDB	: 78
1800.00/1796.41	c Number of update (reduction) of LBD	: 196139
1800.00/1796.41	c Imported unit clauses	: 0
1800.00/1796.41	c number of reductions to clauses (during analyze)	: 0
1800.00/1796.41	c number of learned constraints concerned by reduction	: 0
1800.00/1796.41	c number of learning phase by resolution	: 0
1800.00/1796.41	c number of learning phase by cutting planes	: 0
1800.00/1796.41	c speed (assignments/second)	: 2303660.305105437
1800.00/1796.41	c non guided choices	85
1800.00/1796.41	c timeout
1800.00/1796.45	c learnt constraints type 
1800.00/1796.45	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 968
1800.00/1796.45	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 151020
1800.00/1796.45	s UNKNOWN
1800.00/1796.45	c Total wall clock time (in seconds): 1796.325

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-4084942-1465312757/watcher-4084942-1465312757 -o /tmp/evaluation-result-4084942-1465312757/solver-4084942-1465312757 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465312757-23537 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084942-1465312757.opb 

pid=23554
running on 4 cores: 0,2,4,6

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: 1.24 1.33 1.63 3/170 23557
/proc/meminfo: memFree=31026236/32872528 swapFree=10608/190480
[pid=23557] ppid=23554 vsize=5632 CPUtime=0 cores=0,2,4,6
/proc/23557/stat : 23557 (java) R 23554 23557 27127 0 -1 4202496 387 0 0 0 0 0 0 0 20 0 1 0 113211077 5767168 58 33554432000 1073741824 1073778376 140734103782480 140734103779608 249640873255 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23557/statm: 2303 64 51 9 0 35 0

[startup+0.100059 s]
/proc/loadavg: 1.24 1.33 1.63 3/170 23557
/proc/meminfo: memFree=31026236/32872528 swapFree=10608/190480
[pid=23557] ppid=23554 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/23557/stat : 23557 (java) S 23554 23557 27127 0 -1 4202496 4471 0 1 0 8 1 0 0 20 0 18 0 113211077 9787879424 5079 33554432000 1073741824 1073778376 140734103782480 140734103773616 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23557/statm: 2389619 5080 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200215 s]
/proc/loadavg: 1.24 1.33 1.63 3/170 23557
/proc/meminfo: memFree=31026236/32872528 swapFree=10608/190480
[pid=23557] ppid=23554 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/23557/stat : 23557 (java) S 23554 23557 27127 0 -1 4202496 5044 0 1 0 25 1 0 0 20 0 18 0 113211077 9787879424 6456 33554432000 1073741824 1073778376 140734103782480 140734103773616 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23557/statm: 2389619 6456 2203 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300223 s]
/proc/loadavg: 1.24 1.33 1.63 3/170 23557
/proc/meminfo: memFree=31026236/32872528 swapFree=10608/190480
[pid=23557] ppid=23554 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/23557/stat : 23557 (java) S 23554 23557 27127 0 -1 4202496 5705 0 1 0 46 2 0 0 20 0 18 0 113211077 9787879424 8383 33554432000 1073741824 1073778376 140734103782480 140734103773616 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23557/statm: 2389619 8383 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700245 s]
/proc/loadavg: 1.24 1.33 1.63 3/170 23557
/proc/meminfo: memFree=31026236/32872528 swapFree=10608/190480
[pid=23557] ppid=23554 vsize=9558476 CPUtime=1.22 cores=0,2,4,6
/proc/23557/stat : 23557 (java) S 23554 23557 27127 0 -1 4202496 7233 0 1 0 117 5 0 0 20 0 18 0 113211077 9787879424 41398 33554432000 1073741824 1073778376 140734103782480 140734103773616 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23557/statm: 2389619 41398 2263 9 0 2380296 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 9558476

[startup+1.50081 s]
/proc/loadavg: 1.38 1.36 1.64 6/213 23604
/proc/meminfo: memFree=30670748/32872528 swapFree=10608/190480
[pid=23557] ppid=23554 vsize=9625040 CPUtime=2.62 cores=0,2,4,6
/proc/23557/stat : 23557 (java) S 23554 23557 27127 0 -1 4202496 10231 0 1 0 253 9 0 0 20 0 19 0 113211077 9856040960 46451 33554432000 1073741824 1073778376 140734103782480 140734103773616 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23557/statm: 2406260 46451 2276 9 0 2396937 0
[pid=23557/tid=23563] ppid=23554 vsize=9625040 CPUtime=1.41 cores=0,2,4,6
/proc/23557/task/23563/stat : 23563 (java) R 23554 23557 27127 0 -1 4202560 2528 0 1 0 137 4 0 0 20 0 19 0 113211078 9856040960 46451 33554432000 1073741824 1073778376 140734103782480 139834468895800 139834409292920 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23557/tid=23569] ppid=23554 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/23557/task/23569/stat : 23569 (java) S 23554 23557 27127 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 113211079 9856040960 46451 33554432000 1073741824 1073778376 140734103782480 139834407627176 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23557/tid=23570] ppid=23554 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/23557/task/23570/stat : 23570 (java) S 23554 23557 27127 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 113211079 9856040960 46451 33554432000 1073741824 1073778376 140734103782480 139834406574632 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23557/tid=23571] ppid=23554 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/23557/task/23571/stat : 23571 (java) S 23554 23557 27127 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 113211079 9856040960 46451 33554432000 1073741824 1073778376 140734103782480 139834405521576 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23557/tid=23572] ppid=23554 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/23557/task/23572/stat : 23572 (java) S 23554 23557 27127 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 113211079 9856040960 46451 33554432000 1073741824 1073778376 140734103782480 139834309687592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23557/tid=23573] ppid=23554 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/23557/task/23573/stat : 23573 (java) S 23554 23557 27127 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 113211079 9856040960 46451 33554432000 1073741824 1073778376 140734103782480 139834308635560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23557/tid=23574] ppid=23554 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/23557/task/23574/stat : 23574 (java) S 23554 23557 27127 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 113211079 9856040960 46451 33554432000 1073741824 1073778376 140734103782480 139834307583016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23557/tid=23575] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23575/stat : 23575 (java) S 23554 23557 27127 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 113211079 9856040960 46451 33554432000 1073741824 1073778376 140734103782480 139834306529960 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23576] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23576/stat : 23576 (java) S 23554 23557 27127 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 113211079 9856040960 46451 33554432000 1073741824 1073778376 140734103782480 139834305477416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23557/tid=23587] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23587/stat : 23587 (java) S 23554 23557 27127 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 113211080 9856040960 46451 33554432000 1073741824 1073778376 140734103782480 139834293066088 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23588] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23588/stat : 23588 (java) S 23554 23557 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 113211081 9856040960 46451 33554432000 1073741824 1073778376 140734103782480 139834292012408 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23589] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23589/stat : 23589 (java) S 23554 23557 27127 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 113211081 9856040960 46451 33554432000 1073741824 1073778376 140734103782480 139834290959240 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23593] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23593/stat : 23593 (java) S 23554 23557 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113211084 9856040960 46451 33554432000 1073741824 1073778376 140734103782480 139834289907984 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23594] ppid=23554 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/23557/task/23594/stat : 23594 (java) S 23554 23557 27127 0 -1 4202560 3651 0 0 0 56 0 0 0 20 0 19 0 113211084 9856040960 46451 33554432000 1073741824 1073778376 140734103782480 139834288855864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23595] ppid=23554 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/23557/task/23595/stat : 23595 (java) S 23554 23557 27127 0 -1 4202560 2630 0 0 0 40 0 0 0 20 0 19 0 113211084 9856040960 46451 33554432000 1073741824 1073778376 140734103782480 139834287803320 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23557/tid=23596] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23596/stat : 23596 (java) S 23554 23557 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113211084 9856040960 46451 33554432000 1073741824 1073778376 140734103782480 139834286750456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23557/tid=23597] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23597/stat : 23597 (java) S 23554 23557 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113211084 9856040960 46451 33554432000 1073741824 1073778376 140734103782480 139834285698120 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23603] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23603/stat : 23603 (java) S 23554 23557 27127 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 113211161 9856040960 46451 33554432000 1073741824 1073778376 140734103782480 139834284643368 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 1.38 1.36 1.64 3/213 23604
/proc/meminfo: memFree=30669376/32872528 swapFree=10608/190480
[pid=23557] ppid=23554 vsize=9625040 CPUtime=4.26 cores=0,2,4,6
/proc/23557/stat : 23557 (java) S 23554 23557 27127 0 -1 4202496 10240 0 1 0 417 9 0 0 20 0 19 0 113211077 9856040960 46459 33554432000 1073741824 1073778376 140734103782480 140734103773616 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23557/statm: 2406260 46459 2276 9 0 2396937 0
[pid=23557/tid=23563] ppid=23554 vsize=9625040 CPUtime=3.01 cores=0,2,4,6
/proc/23557/task/23563/stat : 23563 (java) R 23554 23557 27127 0 -1 4202560 2529 0 1 0 297 4 0 0 20 0 19 0 113211078 9856040960 46459 33554432000 1073741824 1073778376 140734103782480 139834468897256 139834409346624 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23557/tid=23569] ppid=23554 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/23557/task/23569/stat : 23569 (java) S 23554 23557 27127 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 113211079 9856040960 46459 33554432000 1073741824 1073778376 140734103782480 139834407627176 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23557/tid=23570] ppid=23554 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/23557/task/23570/stat : 23570 (java) S 23554 23557 27127 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 113211079 9856040960 46459 33554432000 1073741824 1073778376 140734103782480 139834406574632 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23557/tid=23571] ppid=23554 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/23557/task/23571/stat : 23571 (java) S 23554 23557 27127 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 113211079 9856040960 46459 33554432000 1073741824 1073778376 140734103782480 139834405521576 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23557/tid=23572] ppid=23554 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/23557/task/23572/stat : 23572 (java) S 23554 23557 27127 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 113211079 9856040960 46459 33554432000 1073741824 1073778376 140734103782480 139834309687592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23557/tid=23573] ppid=23554 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/23557/task/23573/stat : 23573 (java) S 23554 23557 27127 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 113211079 9856040960 46459 33554432000 1073741824 1073778376 140734103782480 139834308635560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23557/tid=23574] ppid=23554 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/23557/task/23574/stat : 23574 (java) S 23554 23557 27127 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 113211079 9856040960 46459 33554432000 1073741824 1073778376 140734103782480 139834307583016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23557/tid=23575] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23575/stat : 23575 (java) S 23554 23557 27127 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 113211079 9856040960 46459 33554432000 1073741824 1073778376 140734103782480 139834306529960 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23576] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23576/stat : 23576 (java) S 23554 23557 27127 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 113211079 9856040960 46459 33554432000 1073741824 1073778376 140734103782480 139834305477416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23557/tid=23587] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23587/stat : 23587 (java) S 23554 23557 27127 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 113211080 9856040960 46459 33554432000 1073741824 1073778376 140734103782480 139834293066088 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23588] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23588/stat : 23588 (java) S 23554 23557 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 113211081 9856040960 46459 33554432000 1073741824 1073778376 140734103782480 139834292012408 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23589] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23589/stat : 23589 (java) S 23554 23557 27127 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 113211081 9856040960 46459 33554432000 1073741824 1073778376 140734103782480 139834290959240 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23593] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23593/stat : 23593 (java) S 23554 23557 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113211084 9856040960 46459 33554432000 1073741824 1073778376 140734103782480 139834289907984 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23594] ppid=23554 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/23557/task/23594/stat : 23594 (java) S 23554 23557 27127 0 -1 4202560 3658 0 0 0 60 0 0 0 20 0 19 0 113211084 9856040960 46459 33554432000 1073741824 1073778376 140734103782480 139834288855864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23595] ppid=23554 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/23557/task/23595/stat : 23595 (java) S 23554 23557 27127 0 -1 4202560 2630 0 0 0 40 0 0 0 20 0 19 0 113211084 9856040960 46459 33554432000 1073741824 1073778376 140734103782480 139834287803320 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23557/tid=23596] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23596/stat : 23596 (java) S 23554 23557 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113211084 9856040960 46459 33554432000 1073741824 1073778376 140734103782480 139834286750456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23557/tid=23597] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23597/stat : 23597 (java) S 23554 23557 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113211084 9856040960 46459 33554432000 1073741824 1073778376 140734103782480 139834285698120 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23603] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23603/stat : 23603 (java) S 23554 23557 27127 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 113211161 9856040960 46459 33554432000 1073741824 1073778376 140734103782480 139834284643368 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 1.38 1.36 1.64 3/213 23604
/proc/meminfo: memFree=30671244/32872528 swapFree=10608/190480
[pid=23557] ppid=23554 vsize=9625756 CPUtime=7.6 cores=0,2,4,6
/proc/23557/stat : 23557 (java) S 23554 23557 27127 0 -1 4202496 11195 0 1 0 751 9 0 0 20 0 19 0 113211077 9856774144 46666 33554432000 1073741824 1073778376 140734103782480 140734103773616 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23557/statm: 2406260 46487 2284 9 0 2396937 0
[pid=23557/tid=23563] ppid=23554 vsize=9625040 CPUtime=6.21 cores=0,2,4,6
/proc/23557/task/23563/stat : 23563 (java) R 23554 23557 27127 0 -1 4202560 2532 0 1 0 617 4 0 0 20 0 19 0 113211078 9856040960 46487 33554432000 1073741824 1073778376 140734103782480 139834468897032 139834409468025 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23557/tid=23569] ppid=23554 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/23557/task/23569/stat : 23569 (java) S 23554 23557 27127 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 113211079 9856040960 46487 33554432000 1073741824 1073778376 140734103782480 139834407627176 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23557/tid=23570] ppid=23554 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/23557/task/23570/stat : 23570 (java) S 23554 23557 27127 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 113211079 9856040960 46487 33554432000 1073741824 1073778376 140734103782480 139834406574632 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23557/tid=23571] ppid=23554 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/23557/task/23571/stat : 23571 (java) S 23554 23557 27127 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 113211079 9856040960 46487 33554432000 1073741824 1073778376 140734103782480 139834405521576 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23557/tid=23572] ppid=23554 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/23557/task/23572/stat : 23572 (java) S 23554 23557 27127 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 113211079 9856040960 46487 33554432000 1073741824 1073778376 140734103782480 139834309687592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23557/tid=23573] ppid=23554 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/23557/task/23573/stat : 23573 (java) S 23554 23557 27127 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 113211079 9856040960 46487 33554432000 1073741824 1073778376 140734103782480 139834308635560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23557/tid=23574] ppid=23554 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/23557/task/23574/stat : 23574 (java) S 23554 23557 27127 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 113211079 9856040960 46487 33554432000 1073741824 1073778376 140734103782480 139834307583016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23557/tid=23575] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23575/stat : 23575 (java) S 23554 23557 27127 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 113211079 9856040960 46487 33554432000 1073741824 1073778376 140734103782480 139834306529960 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23576] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23576/stat : 23576 (java) S 23554 23557 27127 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 113211079 9856040960 46487 33554432000 1073741824 1073778376 140734103782480 139834305477416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23557/tid=23587] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23587/stat : 23587 (java) S 23554 23557 27127 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 113211080 9856040960 46487 33554432000 1073741824 1073778376 140734103782480 139834293066088 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23588] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23588/stat : 23588 (java) S 23554 23557 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 113211081 9856040960 46487 33554432000 1073741824 1073778376 140734103782480 139834292012408 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23589] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23589/stat : 23589 (java) S 23554 23557 27127 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 113211081 9856040960 46487 33554432000 1073741824 1073778376 140734103782480 139834290959240 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23593] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23593/stat : 23593 (java) S 23554 23557 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113211084 9856040960 46494 33554432000 1073741824 1073778376 140734103782480 139834289907984 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23594] ppid=23554 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/23557/task/23594/stat : 23594 (java) S 23554 23557 27127 0 -1 4202560 4431 0 0 0 72 0 0 0 20 0 19 0 113211084 9856040960 46505 33554432000 1073741824 1073778376 140734103782480 139834288855864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23595] ppid=23554 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/23557/task/23595/stat : 23595 (java) R 23554 23557 27127 0 -1 4202560 2827 0 0 0 43 0 0 0 20 0 19 0 113211084 9856040960 46505 33554432000 1073741824 1073778376 140734103782480 139834287797016 249649705647 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23557/tid=23596] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23596/stat : 23596 (java) S 23554 23557 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113211084 9856040960 46505 33554432000 1073741824 1073778376 140734103782480 139834286750456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23557/tid=23597] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23597/stat : 23597 (java) S 23554 23557 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113211084 9856040960 46505 33554432000 1073741824 1073778376 140734103782480 139834285698120 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23603] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23603/stat : 23603 (java) S 23554 23557 27127 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 113211161 9856040960 46505 33554432000 1073741824 1073778376 140734103782480 139834284643368 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.6
Current children cumulated vsize (KiB) 9625756


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

[pid=23557/tid=23588] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23588/stat : 23588 (java) S 23554 23557 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 113211081 9856040960 437607 33554432000 1073741824 1073778376 140734103782480 139834292012408 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23589] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23589/stat : 23589 (java) S 23554 23557 27127 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 113211081 9856040960 437607 33554432000 1073741824 1073778376 140734103782480 139834290959240 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23593] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23593/stat : 23593 (java) S 23554 23557 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113211084 9856040960 437607 33554432000 1073741824 1073778376 140734103782480 139834289907984 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23594] ppid=23554 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/23557/task/23594/stat : 23594 (java) S 23554 23557 27127 0 -1 4202560 4431 0 0 0 73 0 0 0 20 0 19 0 113211084 9856040960 437607 33554432000 1073741824 1073778376 140734103782480 139834288855864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23595] ppid=23554 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/23557/task/23595/stat : 23595 (java) S 23554 23557 27127 0 -1 4202560 5029 0 0 0 63 1 0 0 20 0 19 0 113211084 9856040960 437607 33554432000 1073741824 1073778376 140734103782480 139834287803320 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23557/tid=23596] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23596/stat : 23596 (java) S 23554 23557 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113211084 9856040960 437607 33554432000 1073741824 1073778376 140734103782480 139834286750456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23557/tid=23597] ppid=23554 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/23557/task/23597/stat : 23597 (java) S 23554 23557 27127 0 -1 4202560 95 0 0 0 25 28 0 0 20 0 19 0 113211084 9856040960 437607 33554432000 1073741824 1073778376 140734103782480 139834285698120 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23603] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23603/stat : 23603 (java) S 23554 23557 27127 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 113211161 9856040960 437607 33554432000 1073741824 1073778376 140734103782480 139834284643368 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1665.66
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.16 2.08 1.95 3/213 23648
/proc/meminfo: memFree=25098100/32872528 swapFree=10608/190480
[pid=23557] ppid=23554 vsize=9625040 CPUtime=1725.88 cores=0,2,4,6
/proc/23557/stat : 23557 (java) S 23554 23557 27127 0 -1 4202496 40991 0 1 0 172440 148 0 0 20 0 19 0 113211077 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 140734103773616 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23557/statm: 2406260 438128 2293 9 0 2396937 0
[pid=23557/tid=23563] ppid=23554 vsize=9625040 CPUtime=1721.24 cores=0,2,4,6
/proc/23557/task/23563/stat : 23563 (java) R 23554 23557 27127 0 -1 4202560 3375 0 1 0 172079 45 0 0 20 0 19 0 113211078 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834468888256 139834409485743 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23557/tid=23569] ppid=23554 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/23557/task/23569/stat : 23569 (java) S 23554 23557 27127 0 -1 4202560 1624 0 0 0 12 7 0 0 20 0 19 0 113211079 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834407627176 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23570] ppid=23554 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/23557/task/23570/stat : 23570 (java) S 23554 23557 27127 0 -1 4202560 3734 0 0 0 18 11 0 0 20 0 19 0 113211079 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834406574632 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23557/tid=23571] ppid=23554 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/23557/task/23571/stat : 23571 (java) S 23554 23557 27127 0 -1 4202560 2592 0 0 0 19 13 0 0 20 0 19 0 113211079 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834405521576 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23557/tid=23572] ppid=23554 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/23557/task/23572/stat : 23572 (java) S 23554 23557 27127 0 -1 4202560 3253 0 0 0 22 12 0 0 20 0 19 0 113211079 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834309687592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23557/tid=23573] ppid=23554 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/23557/task/23573/stat : 23573 (java) S 23554 23557 27127 0 -1 4202560 2830 0 0 0 15 12 0 0 20 0 19 0 113211079 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834308635560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23557/tid=23574] ppid=23554 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/23557/task/23574/stat : 23574 (java) S 23554 23557 27127 0 -1 4202560 4104 0 0 0 18 14 0 0 20 0 19 0 113211079 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834307583016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23557/tid=23575] ppid=23554 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/23557/task/23575/stat : 23575 (java) S 23554 23557 27127 0 -1 4202560 2340 0 0 0 16 12 0 0 20 0 19 0 113211079 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834306529960 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23557/tid=23576] ppid=23554 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/23557/task/23576/stat : 23576 (java) S 23554 23557 27127 0 -1 4202560 4396 0 0 0 15 10 0 0 20 0 19 0 113211079 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834305477416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23557/tid=23587] ppid=23554 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/23557/task/23587/stat : 23587 (java) S 23554 23557 27127 0 -1 4202560 1925 0 0 0 46 1 0 0 20 0 19 0 113211080 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834293066088 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23588] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23588/stat : 23588 (java) S 23554 23557 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 113211081 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834292012408 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23589] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23589/stat : 23589 (java) S 23554 23557 27127 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 113211081 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834290959240 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23593] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23593/stat : 23593 (java) S 23554 23557 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113211084 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834289907984 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23594] ppid=23554 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/23557/task/23594/stat : 23594 (java) S 23554 23557 27127 0 -1 4202560 4431 0 0 0 73 0 0 0 20 0 19 0 113211084 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834288855864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23595] ppid=23554 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/23557/task/23595/stat : 23595 (java) S 23554 23557 27127 0 -1 4202560 5029 0 0 0 63 1 0 0 20 0 19 0 113211084 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834287803320 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23557/tid=23596] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23596/stat : 23596 (java) S 23554 23557 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113211084 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834286750456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23557/tid=23597] ppid=23554 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/23557/task/23597/stat : 23597 (java) S 23554 23557 27127 0 -1 4202560 99 0 0 0 26 29 0 0 20 0 19 0 113211084 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834285698120 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23603] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23603/stat : 23603 (java) S 23554 23557 27127 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 113211161 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834284643368 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1725.88
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.06 2.06 1.95 3/213 23649
/proc/meminfo: memFree=25121184/32872528 swapFree=10608/190480
[pid=23557] ppid=23554 vsize=9625040 CPUtime=1785.89 cores=0,2,4,6
/proc/23557/stat : 23557 (java) S 23554 23557 27127 0 -1 4202496 40995 0 1 0 178440 149 0 0 20 0 19 0 113211077 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 140734103773616 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23557/statm: 2406260 438128 2293 9 0 2396937 0
[pid=23557/tid=23563] ppid=23554 vsize=9625040 CPUtime=1781.25 cores=0,2,4,6
/proc/23557/task/23563/stat : 23563 (java) R 23554 23557 27127 0 -1 4202560 3375 0 1 0 178079 46 0 0 20 0 19 0 113211078 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834468888256 139834409347052 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23557/tid=23569] ppid=23554 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/23557/task/23569/stat : 23569 (java) S 23554 23557 27127 0 -1 4202560 1624 0 0 0 12 7 0 0 20 0 19 0 113211079 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834407627176 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23570] ppid=23554 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/23557/task/23570/stat : 23570 (java) S 23554 23557 27127 0 -1 4202560 3734 0 0 0 18 11 0 0 20 0 19 0 113211079 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834406574632 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23557/tid=23571] ppid=23554 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/23557/task/23571/stat : 23571 (java) S 23554 23557 27127 0 -1 4202560 2592 0 0 0 19 13 0 0 20 0 19 0 113211079 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834405521576 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23557/tid=23572] ppid=23554 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/23557/task/23572/stat : 23572 (java) S 23554 23557 27127 0 -1 4202560 3253 0 0 0 22 12 0 0 20 0 19 0 113211079 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834309687592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23557/tid=23573] ppid=23554 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/23557/task/23573/stat : 23573 (java) S 23554 23557 27127 0 -1 4202560 2830 0 0 0 15 12 0 0 20 0 19 0 113211079 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834308635560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23557/tid=23574] ppid=23554 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/23557/task/23574/stat : 23574 (java) S 23554 23557 27127 0 -1 4202560 4104 0 0 0 18 14 0 0 20 0 19 0 113211079 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834307583016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23557/tid=23575] ppid=23554 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/23557/task/23575/stat : 23575 (java) S 23554 23557 27127 0 -1 4202560 2340 0 0 0 16 12 0 0 20 0 19 0 113211079 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834306529960 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23557/tid=23576] ppid=23554 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/23557/task/23576/stat : 23576 (java) S 23554 23557 27127 0 -1 4202560 4396 0 0 0 15 10 0 0 20 0 19 0 113211079 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834305477416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23557/tid=23587] ppid=23554 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/23557/task/23587/stat : 23587 (java) S 23554 23557 27127 0 -1 4202560 1925 0 0 0 46 1 0 0 20 0 19 0 113211080 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834293066088 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23588] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23588/stat : 23588 (java) S 23554 23557 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 113211081 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834292012408 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23589] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23589/stat : 23589 (java) S 23554 23557 27127 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 113211081 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834290959240 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23593] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23593/stat : 23593 (java) S 23554 23557 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113211084 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834289907984 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23594] ppid=23554 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/23557/task/23594/stat : 23594 (java) S 23554 23557 27127 0 -1 4202560 4431 0 0 0 73 0 0 0 20 0 19 0 113211084 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834288855864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23595] ppid=23554 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/23557/task/23595/stat : 23595 (java) S 23554 23557 27127 0 -1 4202560 5029 0 0 0 63 1 0 0 20 0 19 0 113211084 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834287803320 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23557/tid=23596] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23596/stat : 23596 (java) S 23554 23557 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113211084 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834286750456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23557/tid=23597] ppid=23554 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/23557/task/23597/stat : 23597 (java) S 23554 23557 27127 0 -1 4202560 103 0 0 0 27 30 0 0 20 0 19 0 113211084 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834285698120 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23603] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23603/stat : 23603 (java) S 23554 23557 27127 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 113211161 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834284643368 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1785.89
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.41 s]
/proc/loadavg: 2.04 2.06 1.95 3/213 23715
/proc/meminfo: memFree=26885952/32872528 swapFree=10608/190480
[pid=23557] ppid=23554 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/23557/stat : 23557 (java) S 23554 23557 27127 0 -1 4202496 40995 0 1 0 179850 150 0 0 20 0 19 0 113211077 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 140734103773616 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23557/statm: 2406260 438128 2293 9 0 2396937 0
[pid=23557/tid=23563] ppid=23554 vsize=9625040 CPUtime=1795.36 cores=0,2,4,6
/proc/23557/task/23563/stat : 23563 (java) R 23554 23557 27127 0 -1 4202560 3375 0 1 0 179489 47 0 0 20 0 19 0 113211078 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834468888256 139834409330831 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23557/tid=23569] ppid=23554 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/23557/task/23569/stat : 23569 (java) S 23554 23557 27127 0 -1 4202560 1624 0 0 0 12 7 0 0 20 0 19 0 113211079 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834407627176 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23570] ppid=23554 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/23557/task/23570/stat : 23570 (java) S 23554 23557 27127 0 -1 4202560 3734 0 0 0 18 11 0 0 20 0 19 0 113211079 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834406574632 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23557/tid=23571] ppid=23554 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/23557/task/23571/stat : 23571 (java) S 23554 23557 27127 0 -1 4202560 2592 0 0 0 19 13 0 0 20 0 19 0 113211079 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834405521576 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23557/tid=23572] ppid=23554 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/23557/task/23572/stat : 23572 (java) S 23554 23557 27127 0 -1 4202560 3253 0 0 0 22 12 0 0 20 0 19 0 113211079 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834309687592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23557/tid=23573] ppid=23554 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/23557/task/23573/stat : 23573 (java) S 23554 23557 27127 0 -1 4202560 2830 0 0 0 15 12 0 0 20 0 19 0 113211079 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834308635560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23557/tid=23574] ppid=23554 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/23557/task/23574/stat : 23574 (java) S 23554 23557 27127 0 -1 4202560 4104 0 0 0 18 14 0 0 20 0 19 0 113211079 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834307583016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23557/tid=23575] ppid=23554 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/23557/task/23575/stat : 23575 (java) S 23554 23557 27127 0 -1 4202560 2340 0 0 0 16 12 0 0 20 0 19 0 113211079 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834306529960 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23557/tid=23576] ppid=23554 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/23557/task/23576/stat : 23576 (java) S 23554 23557 27127 0 -1 4202560 4396 0 0 0 15 10 0 0 20 0 19 0 113211079 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834305477416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23557/tid=23587] ppid=23554 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/23557/task/23587/stat : 23587 (java) S 23554 23557 27127 0 -1 4202560 1925 0 0 0 46 1 0 0 20 0 19 0 113211080 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834293066088 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23588] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23588/stat : 23588 (java) S 23554 23557 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 113211081 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834292012408 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23589] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23589/stat : 23589 (java) S 23554 23557 27127 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 113211081 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834290959240 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23593] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23593/stat : 23593 (java) S 23554 23557 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113211084 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834289907984 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23594] ppid=23554 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/23557/task/23594/stat : 23594 (java) S 23554 23557 27127 0 -1 4202560 4431 0 0 0 73 0 0 0 20 0 19 0 113211084 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834288855864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23595] ppid=23554 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/23557/task/23595/stat : 23595 (java) S 23554 23557 27127 0 -1 4202560 5029 0 0 0 63 1 0 0 20 0 19 0 113211084 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834287803320 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23557/tid=23596] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23596/stat : 23596 (java) S 23554 23557 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113211084 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834286750456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23557/tid=23597] ppid=23554 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/23557/task/23597/stat : 23597 (java) S 23554 23557 27127 0 -1 4202560 103 0 0 0 27 31 0 0 20 0 19 0 113211084 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834285698120 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23557/tid=23603] ppid=23554 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23557/task/23603/stat : 23603 (java) S 23554 23557 27127 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 113211161 9856040960 438128 33554432000 1073741824 1073778376 140734103782480 139834284643368 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 23557 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1796.47
CPU time (s): 1800.37
CPU user time (s): 1798.52
CPU system time (s): 1.84972
CPU usage (%): 100.217
Max. virtual memory (cumulated for all children) (KiB): 9625756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.52
system time used= 1.84972
maximum resident set size= 1777204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41030
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39181
involuntary context switches= 3286

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.78251 second user time and 13.9739 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-07 17:19:18
IDJOB=4084942
IDBENCH=91894
IDSOLVER=2546
FILE ID=node102/4084942-1465312757
RUNJOBID= node102-1465312757-23537
PBS_JOBID= 19850416
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_fibo_20null50mast_rapportOE2.0_TMAX60_K67_cod2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084942-1465312757/watcher-4084942-1465312757 -o /tmp/evaluation-result-4084942-1465312757/solver-4084942-1465312757 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465312757-23537 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084942-1465312757.opb

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

MD5SUM BENCH= cbe19c75f2e679c0a1949db29fa1022e
RANDOM SEED=1464159151

node102.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.470
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.94
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.470
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.470
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.470
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:        31023056 kB
Buffers:          182212 kB
Cached:           699220 kB
SwapCached:         2712 kB
Active:           229068 kB
Inactive:         659388 kB
Active(anon):       7472 kB
Inactive(anon):     2284 kB
Active(file):     221596 kB
Inactive(file):   657104 kB
Unevictable:      190480 kB
Mlocked:           10608 kB
SwapTotal:      67108856 kB
SwapFree:       67098744 kB
Dirty:              6744 kB
Writeback:             0 kB
AnonPages:        198692 kB
Mapped:             8192 kB
Shmem:                 0 kB
Slab:             637184 kB
SReclaimable:      77688 kB
SUnreclaim:       559496 kB
KernelStack:        1424 kB
PageTables:         4220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     291748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    184320 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= 71704 MiB
End job on node102 at 2016-06-07 17:49:14