Trace number 4115961

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.72 1797.84

General information on the benchmark

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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.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-4115961-1466945395.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.68/0.42	c ... done. Wall clock time 0.306s.
0.68/0.42	c declared #vars     4288
0.68/0.42	c #constraints  10752
0.68/0.42	c constraints type 
0.68/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
0.68/0.42	c org.sat4j.specs.Constr$1 => 872
0.68/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.68/0.42	c org.sat4j.minisat.constraints.cnf.UnitClause => 472
0.68/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.68/0.42	c 10752 constraints processed.
1.76/1.12	c cleaning 2489 clauses out of 4998 with flag 15109/5000
2.42/1.76	c cleaning 4241 clauses out of 8510 with flag 38390/11001
3.12/2.49	c cleaning 5633 clauses out of 11268 with flag 66216/18000
4.04/3.36	c cleaning 6816 clauses out of 13635 with flag 100282/26000
5.05/4.35	c cleaning 7882 clauses out of 15819 with flag 140326/35000
6.15/5.50	c cleaning 8955 clauses out of 17939 with flag 185814/45002
7.55/6.81	c cleaning 9981 clauses out of 19982 with flag 235769/56000
8.85/8.19	c cleaning 10988 clauses out of 22001 with flag 293536/68000
10.45/9.72	c cleaning 11989 clauses out of 24013 with flag 357595/81000
12.05/11.38	c cleaning 13003 clauses out of 26025 with flag 431686/95001
13.96/13.22	c cleaning 13982 clauses out of 28023 with flag 511527/110002
16.07/15.31	c cleaning 15009 clauses out of 30041 with flag 596650/126002
18.27/17.50	c cleaning 15977 clauses out of 32030 with flag 689677/143000
20.57/19.83	c cleaning 16990 clauses out of 34053 with flag 787704/161000
23.16/22.47	c cleaning 18032 clauses out of 36064 with flag 892937/180001
26.07/25.33	c cleaning 18985 clauses out of 38031 with flag 1004011/200000
28.96/28.26	c cleaning 19950 clauses out of 40046 with flag 1123325/221000
32.26/31.56	c cleaning 21043 clauses out of 42096 with flag 1246397/243000
35.66/34.99	c cleaning 22004 clauses out of 44054 with flag 1381378/266001
39.37/38.63	c cleaning 23012 clauses out of 46049 with flag 1518988/290000
43.16/42.48	c cleaning 24012 clauses out of 48037 with flag 1664070/315000
47.26/46.55	c cleaning 24976 clauses out of 50025 with flag 1816838/341000
51.66/50.91	c cleaning 26015 clauses out of 52050 with flag 1973905/368001
56.09/55.32	c cleaning 26979 clauses out of 54034 with flag 2136924/396000
60.39/59.66	c cleaning 27978 clauses out of 56055 with flag 2305688/425000
64.99/64.26	c cleaning 29008 clauses out of 58079 with flag 2484846/455002
69.90/69.13	c cleaning 30033 clauses out of 60069 with flag 2672017/486000
74.90/74.17	c cleaning 30984 clauses out of 62036 with flag 2865394/518000
80.20/79.49	c cleaning 31983 clauses out of 64052 with flag 3063177/551000
85.90/85.13	c cleaning 33013 clauses out of 66070 with flag 3268486/585001
91.60/90.87	c cleaning 34011 clauses out of 68057 with flag 3479320/620001
97.61/96.89	c cleaning 34995 clauses out of 70045 with flag 3695497/656000
104.00/103.23	c cleaning 35993 clauses out of 72050 with flag 3917838/693000
110.70/109.99	c cleaning 37016 clauses out of 74057 with flag 4145801/731000
117.71/116.99	c cleaning 37999 clauses out of 76041 with flag 4378555/770000
124.91/124.19	c cleaning 38997 clauses out of 78044 with flag 4615089/810002
132.51/131.71	c cleaning 40008 clauses out of 80045 with flag 4867638/851000
140.31/139.56	c cleaning 41013 clauses out of 82037 with flag 5120248/893000
148.25/147.44	c cleaning 41976 clauses out of 84024 with flag 5379956/936000
156.15/155.36	c cleaning 42963 clauses out of 86048 with flag 5644605/980000
164.44/163.67	c cleaning 44041 clauses out of 88085 with flag 5918858/1025000
173.04/172.23	c cleaning 44989 clauses out of 90044 with flag 6197322/1071000
181.94/181.16	c cleaning 45991 clauses out of 92055 with flag 6480472/1118000
191.15/190.34	c cleaning 47020 clauses out of 94064 with flag 6773360/1166000
200.95/200.16	c cleaning 48005 clauses out of 96045 with flag 7073620/1215001
210.96/210.18	c cleaning 49010 clauses out of 98039 with flag 7374105/1265000
221.25/220.45	c cleaning 49961 clauses out of 100029 with flag 7682772/1316000
232.25/231.48	c cleaning 51020 clauses out of 102069 with flag 8003220/1368001
243.35/242.54	c cleaning 52008 clauses out of 104048 with flag 8326328/1421000
254.30/253.47	c cleaning 52975 clauses out of 106040 with flag 8664060/1475000
265.60/264.75	c cleaning 53945 clauses out of 108065 with flag 9004674/1530000
277.20/276.36	c cleaning 55030 clauses out of 110120 with flag 9348001/1586000
289.41/288.50	c cleaning 56034 clauses out of 112090 with flag 9698374/1643000
301.81/300.91	c cleaning 56995 clauses out of 114056 with flag 10054096/1701000
314.61/313.74	c cleaning 57988 clauses out of 116062 with flag 10414827/1760001
327.72/326.89	c cleaning 59015 clauses out of 118073 with flag 10780928/1820000
341.41/340.56	c cleaning 59984 clauses out of 120058 with flag 11152624/1881000
355.61/354.79	c cleaning 60990 clauses out of 122074 with flag 11531879/1943000
370.33/369.41	c cleaning 61951 clauses out of 124084 with flag 11919492/2006000
384.86/383.96	c cleaning 63057 clauses out of 126133 with flag 12309587/2070000
399.85/398.97	c cleaning 64020 clauses out of 128076 with flag 12703412/2135000
415.18/414.26	c cleaning 65005 clauses out of 130056 with flag 13104671/2201000
430.97/430.01	c cleaning 65966 clauses out of 132051 with flag 13513441/2268000
447.38/446.47	c cleaning 67026 clauses out of 134088 with flag 13925346/2336003
464.59/463.62	c cleaning 67982 clauses out of 136059 with flag 14342813/2405000
481.58/480.64	c cleaning 68994 clauses out of 138078 with flag 14771930/2475001
499.80/498.85	c cleaning 70033 clauses out of 140085 with flag 15202738/2546002
517.51/516.52	c cleaning 70984 clauses out of 142050 with flag 15636641/2618000
535.62/534.62	c cleaning 71989 clauses out of 144066 with flag 16085816/2691000
553.81/552.84	c cleaning 73022 clauses out of 146077 with flag 16544507/2765000
572.82/571.89	c cleaning 74014 clauses out of 148055 with flag 17003839/2840000
592.03/591.03	c cleaning 75018 clauses out of 150041 with flag 17471083/2916000
612.09/611.00	c cleaning 75957 clauses out of 152024 with flag 17941033/2993001
632.51/631.46	c cleaning 76992 clauses out of 154066 with flag 18421326/3071000
653.51/652.47	c cleaning 77993 clauses out of 156074 with flag 18908826/3150000
675.30/674.24	c cleaning 78977 clauses out of 158082 with flag 19396738/3230001
697.60/696.50	c cleaning 80032 clauses out of 160106 with flag 19893997/3311002
719.91/718.84	c cleaning 81018 clauses out of 162072 with flag 20394066/3393000
743.81/742.63	c cleaning 81999 clauses out of 164054 with flag 20902949/3476000
768.01/766.85	c cleaning 82996 clauses out of 166055 with flag 21420065/3560000
791.80/790.61	c cleaning 84018 clauses out of 168059 with flag 21948748/3645000
816.71/815.51	c cleaning 84980 clauses out of 170041 with flag 22474373/3731000
841.81/840.67	c cleaning 86022 clauses out of 172062 with flag 23005733/3818001
868.16/866.89	c cleaning 86994 clauses out of 174042 with flag 23541623/3906003
894.75/893.44	c cleaning 88011 clauses out of 176045 with flag 24083934/3995000
921.55/920.25	c cleaning 88962 clauses out of 178035 with flag 24633408/4085001
948.86/947.50	c cleaning 90006 clauses out of 180076 with flag 25186209/4176004
977.26/975.98	c cleaning 91013 clauses out of 182066 with flag 25744854/4268000
1006.05/1004.62	c cleaning 91975 clauses out of 184053 with flag 26301965/4361000
1035.96/1034.56	c cleaning 93031 clauses out of 186078 with flag 26876579/4455000
1065.65/1064.28	c cleaning 94013 clauses out of 188047 with flag 27457593/4550000
1096.15/1094.77	c cleaning 94991 clauses out of 190035 with flag 28044196/4646001
1127.18/1125.66	c cleaning 96009 clauses out of 192043 with flag 28640774/4743000
1158.29/1156.75	c cleaning 96969 clauses out of 194035 with flag 29234147/4841001
1190.29/1188.79	c cleaning 98012 clauses out of 196065 with flag 29838936/4940000
1223.19/1221.61	c cleaning 99016 clauses out of 198055 with flag 30440716/5040002
1256.86/1255.17	c cleaning 99966 clauses out of 200038 with flag 31057544/5141001
1291.07/1289.39	c cleaning 100987 clauses out of 202071 with flag 31674432/5243000
1326.17/1324.41	c cleaning 102039 clauses out of 204085 with flag 32301206/5346001
1361.58/1359.84	c cleaning 103006 clauses out of 206046 with flag 32935518/5450001
1398.32/1396.42	c cleaning 103993 clauses out of 208039 with flag 33572624/5555000
1435.82/1433.90	c cleaning 105007 clauses out of 210046 with flag 34216942/5661000
1473.54/1471.70	c cleaning 105953 clauses out of 212040 with flag 34864423/5768001
1512.14/1510.18	c cleaning 107024 clauses out of 214086 with flag 35519985/5876000
1550.86/1548.86	c cleaning 107997 clauses out of 216063 with flag 36180890/5985001
1591.06/1589.05	c cleaning 108997 clauses out of 218065 with flag 36847891/6095000
1631.87/1629.83	c cleaning 110022 clauses out of 220068 with flag 37516800/6206000
1673.24/1671.18	c cleaning 110998 clauses out of 222046 with flag 38203338/6318000
1716.15/1714.02	c cleaning 112003 clauses out of 224049 with flag 38893453/6431001
1759.67/1757.52	c cleaning 112993 clauses out of 226045 with flag 39589069/6545000
1800.07/1797.80	c starts		: 49990
1800.07/1797.80	c conflicts		: 6652954
1800.07/1797.80	c decisions		: 63661279
1800.07/1797.80	c propagations		: 899384009
1800.07/1797.80	c inspects		: 24263136079
1800.07/1797.80	c shortcuts		: 0
1800.07/1797.80	c learnt literals	: 2
1800.07/1797.80	c learnt binary clauses	: 39
1800.07/1797.80	c learnt ternary clauses	: 634
1800.07/1797.80	c learnt constraints	: 6652952
1800.07/1797.80	c ignored constraints	: 0
1800.07/1797.80	c root simplifications	: 0
1800.07/1797.80	c removed literals (reason simplification)	: 0
1800.07/1797.80	c reason swapping (by a shorter reason)	: 0
1800.07/1797.80	c Calls to reduceDB	: 110
1800.07/1797.80	c Number of update (reduction) of LBD	: 1397270
1800.07/1797.80	c Imported unit clauses	: 0
1800.07/1797.80	c number of reductions to clauses (during analyze)	: 0
1800.07/1797.80	c number of learned constraints concerned by reduction	: 0
1800.07/1797.80	c number of learning phase by resolution	: 0
1800.07/1797.80	c number of learning phase by cutting planes	: 0
1800.07/1797.80	c speed (assignments/second)	: 500388.34976843966
1800.07/1797.80	c non guided choices	30355
1800.07/1797.80	c timeout
1800.07/1797.83	c learnt constraints type 
1800.07/1797.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 39
1800.07/1797.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 220967
1800.07/1797.83	s UNKNOWN
1800.07/1797.83	c Total wall clock time (in seconds): 1797.713

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-4115961-1466945395/watcher-4115961-1466945395 -o /tmp/evaluation-result-4115961-1466945395/solver-4115961-1466945395 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466943595-19069 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4115961-1466945395.opb 

pid=19289
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: 2.33 2.22 2.11 4/194 19292
/proc/meminfo: memFree=29885804/32872528 swapFree=1643088/1798432
[pid=19292] ppid=19289 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/19292/stat : 19292 (java) R 19289 19292 19053 0 -1 4202496 282 0 0 0 0 0 0 0 20 0 1 0 27578596 9515008 140 33554432000 1073741824 1073778376 140733771387744 140733771384872 260189991609 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19292/statm: 2323 146 106 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.33 2.22 2.11 4/194 19292
/proc/meminfo: memFree=29885804/32872528 swapFree=1643088/1798432
[pid=19292] ppid=19289 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/19292/stat : 19292 (java) S 19289 19292 19053 0 -1 4202496 4394 0 1 0 8 1 0 0 20 0 18 0 27578596 9787879424 6021 33554432000 1073741824 1073778376 140733750596032 140733750587168 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19292/statm: 2389619 6021 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200212 s]
/proc/loadavg: 2.33 2.22 2.11 4/194 19292
/proc/meminfo: memFree=29885804/32872528 swapFree=1643088/1798432
[pid=19292] ppid=19289 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/19292/stat : 19292 (java) S 19289 19292 19053 0 -1 4202496 4705 0 1 0 24 1 0 0 20 0 18 0 27578596 9787879424 6781 33554432000 1073741824 1073778376 140733750596032 140733750587168 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19292/statm: 2389619 6781 2212 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300218 s]
/proc/loadavg: 2.33 2.22 2.11 4/194 19292
/proc/meminfo: memFree=29885804/32872528 swapFree=1643088/1798432
[pid=19292] ppid=19289 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/19292/stat : 19292 (java) S 19289 19292 19053 0 -1 4202496 5783 0 1 0 46 2 0 0 20 0 18 0 27578596 9787879424 8993 33554432000 1073741824 1073778376 140733750596032 140733750587168 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19292/statm: 2389619 8993 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700293 s]
/proc/loadavg: 2.33 2.22 2.11 4/194 19292
/proc/meminfo: memFree=29885804/32872528 swapFree=1643088/1798432
[pid=19292] ppid=19289 vsize=9625040 CPUtime=1.34 cores=0,2,4,6
/proc/19292/stat : 19292 (java) S 19289 19292 19053 0 -1 4202496 8803 0 1 0 131 3 0 0 20 0 19 0 27578596 9856040960 16210 33554432000 1073741824 1073778376 140733750596032 140733750587168 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19292/statm: 2406260 16210 2261 9 0 2396937 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.33 2.22 2.11 4/213 19311
/proc/meminfo: memFree=29830640/32872528 swapFree=1643088/1798432
[pid=19292] ppid=19289 vsize=9625040 CPUtime=2.2 cores=0,2,4,6
/proc/19292/stat : 19292 (java) S 19289 19292 19053 0 -1 4202496 9006 0 1 0 217 3 0 0 20 0 19 0 27578596 9856040960 16435 33554432000 1073741824 1073778376 140733750596032 140733750587168 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19292/statm: 2406260 16435 2269 9 0 2396937 0
[pid=19292/tid=19294] ppid=19289 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/19292/task/19294/stat : 19294 (java) R 19289 19292 19053 0 -1 4202560 2442 0 1 0 144 2 0 0 20 0 19 0 27578597 9856040960 16435 33554432000 1073741824 1073778376 140733750596032 139865307771432 139865157631028 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19292/tid=19295] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19295/stat : 19295 (java) S 19289 19292 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27578598 9856040960 16435 33554432000 1073741824 1073778376 140733750596032 139865280223784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19292/tid=19296] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19296/stat : 19296 (java) S 19289 19292 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27578598 9856040960 16435 33554432000 1073741824 1073778376 140733750596032 139865279170984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19292/tid=19297] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19297/stat : 19297 (java) S 19289 19292 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27578598 9856040960 16435 33554432000 1073741824 1073778376 140733750596032 139865278118184 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19292/tid=19298] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19298/stat : 19298 (java) S 19289 19292 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27578598 9856040960 16435 33554432000 1073741824 1073778376 140733750596032 139865277065384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19292/tid=19299] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19299/stat : 19299 (java) S 19289 19292 19053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 27578598 9856040960 16435 33554432000 1073741824 1073778376 140733750596032 139865276013608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19292/tid=19300] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19300/stat : 19300 (java) S 19289 19292 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27578598 9856040960 16435 33554432000 1073741824 1073778376 140733750596032 139865146043304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19292/tid=19301] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19301/stat : 19301 (java) S 19289 19292 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27578598 9856040960 16435 33554432000 1073741824 1073778376 140733750596032 139865144990504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19292/tid=19302] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19302/stat : 19302 (java) S 19289 19292 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27578598 9856040960 16435 33554432000 1073741824 1073778376 140733750596032 139865143937704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19292/tid=19303] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19303/stat : 19303 (java) S 19289 19292 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27578599 9856040960 16435 33554432000 1073741824 1073778376 140733750596032 139864660990440 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19292/tid=19304] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19304/stat : 19304 (java) S 19289 19292 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27578600 9856040960 16435 33554432000 1073741824 1073778376 140733750596032 139864659936504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19292/tid=19305] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19305/stat : 19305 (java) S 19289 19292 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27578600 9856040960 16435 33554432000 1073741824 1073778376 140733750596032 139864658883592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19292/tid=19306] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19306/stat : 19306 (java) S 19289 19292 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27578602 9856040960 16435 33554432000 1073741824 1073778376 140733750596032 139864657832080 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19292/tid=19307] ppid=19289 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/19292/task/19307/stat : 19307 (java) S 19289 19292 19053 0 -1 4202560 2898 0 0 0 36 0 0 0 20 0 19 0 27578602 9856040960 16435 33554432000 1073741824 1073778376 140733750596032 139864656780216 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19292/tid=19308] ppid=19289 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/19292/task/19308/stat : 19308 (java) S 19289 19292 19053 0 -1 4202560 2393 0 0 0 34 0 0 0 20 0 19 0 27578602 9856040960 16435 33554432000 1073741824 1073778376 140733750596032 139864655727416 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19292/tid=19309] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19309/stat : 19309 (java) S 19289 19292 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27578602 9856040960 16435 33554432000 1073741824 1073778376 140733750596032 139864654674808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19292/tid=19310] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19310/stat : 19310 (java) S 19289 19292 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27578602 9856040960 16435 33554432000 1073741824 1073778376 140733750596032 139864653622216 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19292/tid=19311] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19311/stat : 19311 (java) S 19289 19292 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27578639 9856040960 16435 33554432000 1073741824 1073778376 140733750596032 139864652567720 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.33 2.22 2.11 4/213 19311
/proc/meminfo: memFree=29826164/32872528 swapFree=1643088/1798432
[pid=19292] ppid=19289 vsize=9625040 CPUtime=3.84 cores=0,2,4,6
/proc/19292/stat : 19292 (java) S 19289 19292 19053 0 -1 4202496 9010 0 1 0 381 3 0 0 20 0 19 0 27578596 9856040960 17460 33554432000 1073741824 1073778376 140733750596032 140733750587168 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19292/statm: 2406260 17460 2270 9 0 2396937 0
[pid=19292/tid=19294] ppid=19289 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/19292/task/19294/stat : 19294 (java) R 19289 19292 19053 0 -1 4202560 2445 0 1 0 304 2 0 0 20 0 19 0 27578597 9856040960 17460 33554432000 1073741824 1073778376 140733750596032 139865307762384 139865157698025 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19292/tid=19295] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19295/stat : 19295 (java) S 19289 19292 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27578598 9856040960 17460 33554432000 1073741824 1073778376 140733750596032 139865280223784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19292/tid=19296] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19296/stat : 19296 (java) S 19289 19292 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27578598 9856040960 17460 33554432000 1073741824 1073778376 140733750596032 139865279170984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19292/tid=19297] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19297/stat : 19297 (java) S 19289 19292 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27578598 9856040960 17460 33554432000 1073741824 1073778376 140733750596032 139865278118184 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19292/tid=19298] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19298/stat : 19298 (java) S 19289 19292 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27578598 9856040960 17460 33554432000 1073741824 1073778376 140733750596032 139865277065384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19292/tid=19299] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19299/stat : 19299 (java) S 19289 19292 19053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 27578598 9856040960 17460 33554432000 1073741824 1073778376 140733750596032 139865276013608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19292/tid=19300] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19300/stat : 19300 (java) S 19289 19292 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27578598 9856040960 17460 33554432000 1073741824 1073778376 140733750596032 139865146043304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19292/tid=19301] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19301/stat : 19301 (java) S 19289 19292 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27578598 9856040960 17460 33554432000 1073741824 1073778376 140733750596032 139865144990504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19292/tid=19302] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19302/stat : 19302 (java) S 19289 19292 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27578598 9856040960 17460 33554432000 1073741824 1073778376 140733750596032 139865143937704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19292/tid=19303] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19303/stat : 19303 (java) S 19289 19292 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27578599 9856040960 17460 33554432000 1073741824 1073778376 140733750596032 139864660990440 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19292/tid=19304] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19304/stat : 19304 (java) S 19289 19292 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27578600 9856040960 17460 33554432000 1073741824 1073778376 140733750596032 139864659936504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19292/tid=19305] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19305/stat : 19305 (java) S 19289 19292 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27578600 9856040960 17460 33554432000 1073741824 1073778376 140733750596032 139864658883592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19292/tid=19306] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19306/stat : 19306 (java) S 19289 19292 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27578602 9856040960 17460 33554432000 1073741824 1073778376 140733750596032 139864657832080 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19292/tid=19307] ppid=19289 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/19292/task/19307/stat : 19307 (java) S 19289 19292 19053 0 -1 4202560 2898 0 0 0 38 0 0 0 20 0 19 0 27578602 9856040960 17460 33554432000 1073741824 1073778376 140733750596032 139864656780216 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19292/tid=19308] ppid=19289 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/19292/task/19308/stat : 19308 (java) S 19289 19292 19053 0 -1 4202560 2394 0 0 0 36 0 0 0 20 0 19 0 27578602 9856040960 17460 33554432000 1073741824 1073778376 140733750596032 139864655727416 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19292/tid=19309] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19309/stat : 19309 (java) S 19289 19292 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27578602 9856040960 17460 33554432000 1073741824 1073778376 140733750596032 139864654674808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19292/tid=19310] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19310/stat : 19310 (java) S 19289 19292 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27578602 9856040960 17460 33554432000 1073741824 1073778376 140733750596032 139864653622216 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19292/tid=19311] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19311/stat : 19311 (java) S 19289 19292 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27578639 9856040960 17460 33554432000 1073741824 1073778376 140733750596032 139864652567720 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.30 2.22 2.11 3/213 19311
/proc/meminfo: memFree=29817984/32872528 swapFree=1643088/1798432
[pid=19292] ppid=19289 vsize=9625040 CPUtime=7.05 cores=0,2,4,6
/proc/19292/stat : 19292 (java) S 19289 19292 19053 0 -1 4202496 9016 0 1 0 702 3 0 0 20 0 19 0 27578596 9856040960 19259 33554432000 1073741824 1073778376 140733750596032 140733750587168 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19292/statm: 2406260 19259 2271 9 0 2396937 0
[pid=19292/tid=19294] ppid=19289 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/19292/task/19294/stat : 19294 (java) R 19289 19292 19053 0 -1 4202560 2450 0 1 0 624 2 0 0 20 0 19 0 27578597 9856040960 19259 33554432000 1073741824 1073778376 140733750596032 139865307762368 139865157690879 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19292/tid=19295] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19295/stat : 19295 (java) S 19289 19292 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27578598 9856040960 19259 33554432000 1073741824 1073778376 140733750596032 139865280223784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19292/tid=19296] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19296/stat : 19296 (java) S 19289 19292 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27578598 9856040960 19259 33554432000 1073741824 1073778376 140733750596032 139865279170984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19292/tid=19297] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19297/stat : 19297 (java) S 19289 19292 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27578598 9856040960 19259 33554432000 1073741824 1073778376 140733750596032 139865278118184 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19292/tid=19298] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19298/stat : 19298 (java) S 19289 19292 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27578598 9856040960 19259 33554432000 1073741824 1073778376 140733750596032 139865277065384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19292/tid=19299] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19299/stat : 19299 (java) S 19289 19292 19053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 27578598 9856040960 19259 33554432000 1073741824 1073778376 140733750596032 139865276013608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19292/tid=19300] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19300/stat : 19300 (java) S 19289 19292 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27578598 9856040960 19259 33554432000 1073741824 1073778376 140733750596032 139865146043304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19292/tid=19301] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19301/stat : 19301 (java) S 19289 19292 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27578598 9856040960 19259 33554432000 1073741824 1073778376 140733750596032 139865144990504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19292/tid=19302] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19302/stat : 19302 (java) S 19289 19292 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27578598 9856040960 19259 33554432000 1073741824 1073778376 140733750596032 139865143937704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19292/tid=19303] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19303/stat : 19303 (java) S 19289 19292 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27578599 9856040960 19259 33554432000 1073741824 1073778376 140733750596032 139864660990440 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19292/tid=19304] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19304/stat : 19304 (java) S 19289 19292 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27578600 9856040960 19259 33554432000 1073741824 1073778376 140733750596032 139864659936504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19292/tid=19305] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19305/stat : 19305 (java) S 19289 19292 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27578600 9856040960 19259 33554432000 1073741824 1073778376 140733750596032 139864658883592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19292/tid=19306] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19306/stat : 19306 (java) S 19289 19292 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27578602 9856040960 19259 33554432000 1073741824 1073778376 140733750596032 139864657832080 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19292/tid=19307] ppid=19289 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/19292/task/19307/stat : 19307 (java) S 19289 19292 19053 0 -1 4202560 2898 0 0 0 38 0 0 0 20 0 19 0 27578602 9856040960 19259 33554432000 1073741824 1073778376 140733750596032 139864656780216 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19292/tid=19308] ppid=19289 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/19292/task/19308/stat : 19308 (java) S 19289 19292 19053 0 -1 4202560 2394 0 0 0 38 0 0 0 20 0 19 0 27578602 9856040960 19259 33554432000 1073741824 1073778376 140733750596032 139864655727416 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19292/tid=19309] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19309/stat : 19309 (java) S 19289 19292 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27578602 9856040960 19259 33554432000 1073741824 1073778376 140733750596032 139864654674808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19292/tid=19310] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19310/stat : 19310 (java) S 19289 19292 19053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 27578602 9856040960 19259 33554432000 1073741824 1073778376 140733750596032 139864653622216 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19292/tid=19311] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19311/stat : 19311 (java) S 19289 19292 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27578639 9856040960 19259 33554432000 1073741824 1073778376 140733750596032 139864652567720 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.05
Current children cumulated vsize (KiB) 9625040


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

[pid=19292/tid=19304] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19304/stat : 19304 (java) S 19289 19292 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27578600 9856040960 90981 33554432000 1073741824 1073778376 140733750596032 139864659936504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19292/tid=19305] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19305/stat : 19305 (java) S 19289 19292 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27578600 9856040960 90981 33554432000 1073741824 1073778376 140733750596032 139864658883592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19292/tid=19306] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19306/stat : 19306 (java) S 19289 19292 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27578602 9856040960 90981 33554432000 1073741824 1073778376 140733750596032 139864657832080 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19292/tid=19307] ppid=19289 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/19292/task/19307/stat : 19307 (java) S 19289 19292 19053 0 -1 4202560 2898 0 0 0 38 0 0 0 20 0 19 0 27578602 9856040960 90981 33554432000 1073741824 1073778376 140733750596032 139864656780216 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19292/tid=19308] ppid=19289 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/19292/task/19308/stat : 19308 (java) S 19289 19292 19053 0 -1 4202560 2789 0 0 0 42 0 0 0 20 0 19 0 27578602 9856040960 90981 33554432000 1073741824 1073778376 140733750596032 139864655727416 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19292/tid=19309] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19309/stat : 19309 (java) S 19289 19292 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27578602 9856040960 90981 33554432000 1073741824 1073778376 140733750596032 139864654674808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19292/tid=19310] ppid=19289 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/19292/task/19310/stat : 19310 (java) S 19289 19292 19053 0 -1 4202560 96 0 0 0 39 30 0 0 20 0 19 0 27578602 9856040960 90981 33554432000 1073741824 1073778376 140733750596032 139864653622216 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19292/tid=19311] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19311/stat : 19311 (java) S 19289 19292 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27578639 9856040960 90981 33554432000 1073741824 1073778376 140733750596032 139864652567720 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1664.44
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.23 2.25 2.18 3/213 19444
/proc/meminfo: memFree=29539872/32872528 swapFree=1643088/1798432
[pid=19292] ppid=19289 vsize=9625040 CPUtime=1724.45 cores=0,2,4,6
/proc/19292/stat : 19292 (java) S 19289 19292 19053 0 -1 4202496 10975 0 1 0 172396 49 0 0 20 0 19 0 27578596 9856040960 90981 33554432000 1073741824 1073778376 140733750596032 140733750587168 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19292/statm: 2406260 90981 2285 9 0 2396937 0
[pid=19292/tid=19294] ppid=19289 vsize=9625040 CPUtime=1721.8 cores=0,2,4,6
/proc/19292/task/19294/stat : 19294 (java) R 19289 19292 19053 0 -1 4202560 2506 0 1 0 172150 30 0 0 20 0 19 0 27578597 9856040960 90981 33554432000 1073741824 1073778376 140733750596032 139865307762464 139865157644491 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19292/tid=19295] ppid=19289 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/19292/task/19295/stat : 19295 (java) S 19289 19292 19053 0 -1 4202560 192 0 0 0 15 4 0 0 20 0 19 0 27578598 9856040960 90981 33554432000 1073741824 1073778376 140733750596032 139865280223784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19292/tid=19296] ppid=19289 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/19292/task/19296/stat : 19296 (java) S 19289 19292 19053 0 -1 4202560 311 0 0 0 21 3 0 0 20 0 19 0 27578598 9856040960 90981 33554432000 1073741824 1073778376 140733750596032 139865279170984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19292/tid=19297] ppid=19289 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/19292/task/19297/stat : 19297 (java) S 19289 19292 19053 0 -1 4202560 169 0 0 0 15 3 0 0 20 0 19 0 27578598 9856040960 90981 33554432000 1073741824 1073778376 140733750596032 139865278118184 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19292/tid=19298] ppid=19289 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/19292/task/19298/stat : 19298 (java) S 19289 19292 19053 0 -1 4202560 167 0 0 0 15 2 0 0 20 0 19 0 27578598 9856040960 90981 33554432000 1073741824 1073778376 140733750596032 139865277065384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19292/tid=19299] ppid=19289 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/19292/task/19299/stat : 19299 (java) S 19289 19292 19053 0 -1 4202560 154 0 0 0 12 3 0 0 20 0 19 0 27578598 9856040960 90981 33554432000 1073741824 1073778376 140733750596032 139865276013608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19292/tid=19300] ppid=19289 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/19292/task/19300/stat : 19300 (java) S 19289 19292 19053 0 -1 4202560 259 0 0 0 15 4 0 0 20 0 19 0 27578598 9856040960 90981 33554432000 1073741824 1073778376 140733750596032 139865146043304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19292/tid=19301] ppid=19289 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/19292/task/19301/stat : 19301 (java) S 19289 19292 19053 0 -1 4202560 55 0 0 0 15 3 0 0 20 0 19 0 27578598 9856040960 90981 33554432000 1073741824 1073778376 140733750596032 139865144990504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19292/tid=19302] ppid=19289 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/19292/task/19302/stat : 19302 (java) S 19289 19292 19053 0 -1 4202560 46 0 0 0 13 3 0 0 20 0 19 0 27578598 9856040960 90981 33554432000 1073741824 1073778376 140733750596032 139865143937704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19292/tid=19303] ppid=19289 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/19292/task/19303/stat : 19303 (java) S 19289 19292 19053 0 -1 4202560 71 0 0 0 1 1 0 0 20 0 19 0 27578599 9856040960 90981 33554432000 1073741824 1073778376 140733750596032 139864660990440 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19292/tid=19304] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19304/stat : 19304 (java) S 19289 19292 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27578600 9856040960 90981 33554432000 1073741824 1073778376 140733750596032 139864659936504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19292/tid=19305] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19305/stat : 19305 (java) S 19289 19292 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27578600 9856040960 90981 33554432000 1073741824 1073778376 140733750596032 139864658883592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19292/tid=19306] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19306/stat : 19306 (java) S 19289 19292 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27578602 9856040960 90981 33554432000 1073741824 1073778376 140733750596032 139864657832080 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19292/tid=19307] ppid=19289 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/19292/task/19307/stat : 19307 (java) S 19289 19292 19053 0 -1 4202560 2898 0 0 0 38 0 0 0 20 0 19 0 27578602 9856040960 90981 33554432000 1073741824 1073778376 140733750596032 139864656780216 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19292/tid=19308] ppid=19289 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/19292/task/19308/stat : 19308 (java) S 19289 19292 19053 0 -1 4202560 2789 0 0 0 42 0 0 0 20 0 19 0 27578602 9856040960 90981 33554432000 1073741824 1073778376 140733750596032 139864655727416 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19292/tid=19309] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19309/stat : 19309 (java) S 19289 19292 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27578602 9856040960 90981 33554432000 1073741824 1073778376 140733750596032 139864654674808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19292/tid=19310] ppid=19289 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/19292/task/19310/stat : 19310 (java) S 19289 19292 19053 0 -1 4202560 100 0 0 0 41 31 0 0 20 0 19 0 27578602 9856040960 90981 33554432000 1073741824 1073778376 140733750596032 139864653622216 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19292/tid=19311] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19311/stat : 19311 (java) S 19289 19292 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27578639 9856040960 90981 33554432000 1073741824 1073778376 140733750596032 139864652567720 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1724.45
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.32 2.26 2.19 3/213 19445
/proc/meminfo: memFree=29529348/32872528 swapFree=1643088/1798432
[pid=19292] ppid=19289 vsize=9625040 CPUtime=1784.56 cores=0,2,4,6
/proc/19292/stat : 19292 (java) S 19289 19292 19053 0 -1 4202496 11002 0 1 0 178405 51 0 0 20 0 19 0 27578596 9856040960 93538 33554432000 1073741824 1073778376 140733750596032 140733750587168 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19292/statm: 2406260 93538 2285 9 0 2396937 0
[pid=19292/tid=19294] ppid=19289 vsize=9625040 CPUtime=1781.76 cores=0,2,4,6
/proc/19292/task/19294/stat : 19294 (java) R 19289 19292 19053 0 -1 4202560 2507 0 1 0 178145 31 0 0 20 0 19 0 27578597 9856040960 93538 33554432000 1073741824 1073778376 140733750596032 139865307770144 139865157644369 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19292/tid=19295] ppid=19289 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/19292/task/19295/stat : 19295 (java) S 19289 19292 19053 0 -1 4202560 195 0 0 0 16 4 0 0 20 0 19 0 27578598 9856040960 93538 33554432000 1073741824 1073778376 140733750596032 139865280223784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19292/tid=19296] ppid=19289 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/19292/task/19296/stat : 19296 (java) S 19289 19292 19053 0 -1 4202560 313 0 0 0 22 3 0 0 20 0 19 0 27578598 9856040960 93538 33554432000 1073741824 1073778376 140733750596032 139865279170984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19292/tid=19297] ppid=19289 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/19292/task/19297/stat : 19297 (java) S 19289 19292 19053 0 -1 4202560 171 0 0 0 17 3 0 0 20 0 19 0 27578598 9856040960 93538 33554432000 1073741824 1073778376 140733750596032 139865278118184 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19292/tid=19298] ppid=19289 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/19292/task/19298/stat : 19298 (java) S 19289 19292 19053 0 -1 4202560 168 0 0 0 16 2 0 0 20 0 19 0 27578598 9856040960 93538 33554432000 1073741824 1073778376 140733750596032 139865277065384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19292/tid=19299] ppid=19289 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/19292/task/19299/stat : 19299 (java) S 19289 19292 19053 0 -1 4202560 155 0 0 0 13 3 0 0 20 0 19 0 27578598 9856040960 93538 33554432000 1073741824 1073778376 140733750596032 139865276013608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19292/tid=19300] ppid=19289 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/19292/task/19300/stat : 19300 (java) S 19289 19292 19053 0 -1 4202560 262 0 0 0 16 4 0 0 20 0 19 0 27578598 9856040960 93538 33554432000 1073741824 1073778376 140733750596032 139865146043304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19292/tid=19301] ppid=19289 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/19292/task/19301/stat : 19301 (java) S 19289 19292 19053 0 -1 4202560 58 0 0 0 17 3 0 0 20 0 19 0 27578598 9856040960 93538 33554432000 1073741824 1073778376 140733750596032 139865144990504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19292/tid=19302] ppid=19289 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/19292/task/19302/stat : 19302 (java) S 19289 19292 19053 0 -1 4202560 51 0 0 0 15 3 0 0 20 0 19 0 27578598 9856040960 93538 33554432000 1073741824 1073778376 140733750596032 139865143937704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19292/tid=19303] ppid=19289 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/19292/task/19303/stat : 19303 (java) S 19289 19292 19053 0 -1 4202560 73 0 0 0 1 1 0 0 20 0 19 0 27578599 9856040960 93538 33554432000 1073741824 1073778376 140733750596032 139864660990440 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19292/tid=19304] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19304/stat : 19304 (java) S 19289 19292 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27578600 9856040960 93538 33554432000 1073741824 1073778376 140733750596032 139864659936504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19292/tid=19305] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19305/stat : 19305 (java) S 19289 19292 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27578600 9856040960 93538 33554432000 1073741824 1073778376 140733750596032 139864658883592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19292/tid=19306] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19306/stat : 19306 (java) S 19289 19292 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27578602 9856040960 93538 33554432000 1073741824 1073778376 140733750596032 139864657832080 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19292/tid=19307] ppid=19289 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/19292/task/19307/stat : 19307 (java) S 19289 19292 19053 0 -1 4202560 2898 0 0 0 38 0 0 0 20 0 19 0 27578602 9856040960 93538 33554432000 1073741824 1073778376 140733750596032 139864656780216 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19292/tid=19308] ppid=19289 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/19292/task/19308/stat : 19308 (java) S 19289 19292 19053 0 -1 4202560 2789 0 0 0 42 0 0 0 20 0 19 0 27578602 9856040960 93538 33554432000 1073741824 1073778376 140733750596032 139864655727416 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19292/tid=19309] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19309/stat : 19309 (java) S 19289 19292 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27578602 9856040960 93538 33554432000 1073741824 1073778376 140733750596032 139864654674808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19292/tid=19310] ppid=19289 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/19292/task/19310/stat : 19310 (java) S 19289 19292 19053 0 -1 4202560 104 0 0 0 42 32 0 0 20 0 19 0 27578602 9856040960 93538 33554432000 1073741824 1073778376 140733750596032 139864653622216 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19292/tid=19311] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19311/stat : 19311 (java) S 19289 19292 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27578639 9856040960 93538 33554432000 1073741824 1073778376 140733750596032 139864652567720 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1784.56
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.8 s]
/proc/loadavg: 2.33 2.26 2.19 3/213 19445
/proc/meminfo: memFree=29529476/32872528 swapFree=1643088/1798432
[pid=19292] ppid=19289 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/19292/stat : 19292 (java) S 19289 19292 19053 0 -1 4202496 11002 0 1 0 179956 51 0 0 20 0 19 0 27578596 9856040960 93538 33554432000 1073741824 1073778376 140733750596032 140733750587168 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19292/statm: 2406260 93538 2285 9 0 2396937 0
[pid=19292/tid=19294] ppid=19289 vsize=9625040 CPUtime=1797.26 cores=0,2,4,6
/proc/19292/task/19294/stat : 19294 (java) R 19289 19292 19053 0 -1 4202560 2507 0 1 0 179695 31 0 0 20 0 19 0 27578597 9856040960 93538 33554432000 1073741824 1073778376 140733750596032 139865307770144 139865157584039 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19292/tid=19295] ppid=19289 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/19292/task/19295/stat : 19295 (java) S 19289 19292 19053 0 -1 4202560 195 0 0 0 16 4 0 0 20 0 19 0 27578598 9856040960 93538 33554432000 1073741824 1073778376 140733750596032 139865280223784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19292/tid=19296] ppid=19289 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/19292/task/19296/stat : 19296 (java) S 19289 19292 19053 0 -1 4202560 313 0 0 0 22 3 0 0 20 0 19 0 27578598 9856040960 93538 33554432000 1073741824 1073778376 140733750596032 139865279170984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19292/tid=19297] ppid=19289 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/19292/task/19297/stat : 19297 (java) S 19289 19292 19053 0 -1 4202560 171 0 0 0 17 3 0 0 20 0 19 0 27578598 9856040960 93538 33554432000 1073741824 1073778376 140733750596032 139865278118184 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19292/tid=19298] ppid=19289 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/19292/task/19298/stat : 19298 (java) S 19289 19292 19053 0 -1 4202560 168 0 0 0 16 2 0 0 20 0 19 0 27578598 9856040960 93538 33554432000 1073741824 1073778376 140733750596032 139865277065384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19292/tid=19299] ppid=19289 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/19292/task/19299/stat : 19299 (java) S 19289 19292 19053 0 -1 4202560 155 0 0 0 13 3 0 0 20 0 19 0 27578598 9856040960 93538 33554432000 1073741824 1073778376 140733750596032 139865276013608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19292/tid=19300] ppid=19289 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/19292/task/19300/stat : 19300 (java) S 19289 19292 19053 0 -1 4202560 262 0 0 0 16 4 0 0 20 0 19 0 27578598 9856040960 93538 33554432000 1073741824 1073778376 140733750596032 139865146043304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19292/tid=19301] ppid=19289 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/19292/task/19301/stat : 19301 (java) S 19289 19292 19053 0 -1 4202560 58 0 0 0 17 3 0 0 20 0 19 0 27578598 9856040960 93538 33554432000 1073741824 1073778376 140733750596032 139865144990504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19292/tid=19302] ppid=19289 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/19292/task/19302/stat : 19302 (java) S 19289 19292 19053 0 -1 4202560 51 0 0 0 15 3 0 0 20 0 19 0 27578598 9856040960 93538 33554432000 1073741824 1073778376 140733750596032 139865143937704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19292/tid=19303] ppid=19289 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/19292/task/19303/stat : 19303 (java) S 19289 19292 19053 0 -1 4202560 73 0 0 0 1 1 0 0 20 0 19 0 27578599 9856040960 93538 33554432000 1073741824 1073778376 140733750596032 139864660990440 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19292/tid=19304] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19304/stat : 19304 (java) S 19289 19292 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27578600 9856040960 93538 33554432000 1073741824 1073778376 140733750596032 139864659936504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19292/tid=19305] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19305/stat : 19305 (java) S 19289 19292 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27578600 9856040960 93538 33554432000 1073741824 1073778376 140733750596032 139864658883592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19292/tid=19306] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19306/stat : 19306 (java) S 19289 19292 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27578602 9856040960 93538 33554432000 1073741824 1073778376 140733750596032 139864657832080 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19292/tid=19307] ppid=19289 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/19292/task/19307/stat : 19307 (java) S 19289 19292 19053 0 -1 4202560 2898 0 0 0 38 0 0 0 20 0 19 0 27578602 9856040960 93538 33554432000 1073741824 1073778376 140733750596032 139864656780216 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19292/tid=19308] ppid=19289 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/19292/task/19308/stat : 19308 (java) S 19289 19292 19053 0 -1 4202560 2789 0 0 0 42 0 0 0 20 0 19 0 27578602 9856040960 93538 33554432000 1073741824 1073778376 140733750596032 139864655727416 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19292/tid=19309] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19309/stat : 19309 (java) S 19289 19292 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27578602 9856040960 93538 33554432000 1073741824 1073778376 140733750596032 139864654674808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19292/tid=19310] ppid=19289 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/19292/task/19310/stat : 19310 (java) S 19289 19292 19053 0 -1 4202560 104 0 0 0 43 32 0 0 20 0 19 0 27578602 9856040960 93538 33554432000 1073741824 1073778376 140733750596032 139864653622216 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19292/tid=19311] ppid=19289 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19292/task/19311/stat : 19311 (java) S 19289 19292 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27578639 9856040960 93538 33554432000 1073741824 1073778376 140733750596032 139864652567720 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 19292 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1797.84
CPU time (s): 1800.72
CPU user time (s): 1799.69
CPU system time (s): 1.03184
CPU usage (%): 100.16
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.69
system time used= 1.03184
maximum resident set size= 374272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11037
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38435
involuntary context switches= 4584

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.3263 second user time and 12.7391 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-26 14:49:55
IDJOB=4115961
IDBENCH=109410
IDSOLVER=2546
FILE ID=node123/4115961-1466945395
RUNJOBID= node123-1466943595-19069
PBS_JOBID= 19976352
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size96-round23-7.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4115961-1466945395/watcher-4115961-1466945395 -o /tmp/evaluation-result-4115961-1466945395/solver-4115961-1466945395 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466943595-19069 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4115961-1466945395.opb

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

MD5SUM BENCH= d947cadbd770aa54d6f08fe458b7d633
RANDOM SEED=2098484626

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29886068 kB
Buffers:            6036 kB
Cached:           106356 kB
SwapCached:         1788 kB
Active:           396760 kB
Inactive:          90812 kB
Active(anon):     376748 kB
Inactive(anon):      924 kB
Active(file):      20012 kB
Inactive(file):    89888 kB
Unevictable:     1798432 kB
Mlocked:         1643088 kB
SwapTotal:      67108856 kB
SwapFree:       67098688 kB
Dirty:              1272 kB
Writeback:             0 kB
AnonPages:       2175096 kB
Mapped:            15492 kB
Shmem:                 0 kB
Slab:             564828 kB
SReclaimable:       8840 kB
SUnreclaim:       555988 kB
KernelStack:        1592 kB
PageTables:         8580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2520820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    518144 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= 71728 MiB
End job on node123 at 2016-06-26 15:19:53