Trace number 4116281

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.5 1797.83

General information on the benchmark

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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4116281-1466973999.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.69/0.42	c ... done. Wall clock time 0.307s.
0.69/0.42	c declared #vars     4288
0.69/0.42	c #constraints  10816
0.69/0.42	c constraints type 
0.69/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
0.69/0.42	c org.sat4j.specs.Constr$1 => 904
0.69/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.69/0.42	c org.sat4j.minisat.constraints.cnf.UnitClause => 504
0.69/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.69/0.42	c 10816 constraints processed.
1.72/1.10	c cleaning 2500 clauses out of 5000 with flag 16097/5002
2.56/1.71	c cleaning 4225 clauses out of 8499 with flag 39018/11001
3.26/2.48	c cleaning 5608 clauses out of 11273 with flag 71730/18000
4.19/3.33	c cleaning 6832 clauses out of 13665 with flag 108166/26000
5.09/4.28	c cleaning 7907 clauses out of 15833 with flag 149172/35000
6.29/5.42	c cleaning 8941 clauses out of 17926 with flag 195739/45000
7.50/6.66	c cleaning 9970 clauses out of 19986 with flag 252168/56001
8.99/8.14	c cleaning 11003 clauses out of 22015 with flag 312057/68000
10.49/9.68	c cleaning 11968 clauses out of 24013 with flag 382247/81001
12.19/11.32	c cleaning 13021 clauses out of 26044 with flag 457351/95000
14.00/13.19	c cleaning 14012 clauses out of 28024 with flag 540055/110001
16.10/15.25	c cleaning 14972 clauses out of 30011 with flag 629723/126000
18.31/17.45	c cleaning 16011 clauses out of 32039 with flag 724256/143000
20.61/19.76	c cleaning 17002 clauses out of 34028 with flag 827422/161000
23.21/22.31	c cleaning 17973 clauses out of 36028 with flag 935573/180002
26.01/25.14	c cleaning 18988 clauses out of 38053 with flag 1051682/200000
28.91/28.09	c cleaning 20024 clauses out of 40070 with flag 1173992/221005
32.11/31.25	c cleaning 21004 clauses out of 42041 with flag 1304682/243000
35.41/34.55	c cleaning 22007 clauses out of 44037 with flag 1442368/266000
39.22/38.33	c cleaning 22998 clauses out of 46030 with flag 1582579/290000
43.02/42.12	c cleaning 24009 clauses out of 48032 with flag 1731910/315000
47.01/46.19	c cleaning 24985 clauses out of 50023 with flag 1885063/341000
51.31/50.49	c cleaning 25979 clauses out of 52038 with flag 2046260/368000
55.64/54.76	c cleaning 26989 clauses out of 54059 with flag 2217589/396000
59.93/59.08	c cleaning 28019 clauses out of 56070 with flag 2389619/425000
64.53/63.68	c cleaning 29020 clauses out of 58052 with flag 2572020/455001
69.24/68.33	c cleaning 30005 clauses out of 60032 with flag 2758328/486001
74.33/73.42	c cleaning 30998 clauses out of 62026 with flag 2952819/518000
79.43/78.59	c cleaning 32001 clauses out of 64028 with flag 3151784/551000
84.94/84.08	c cleaning 32999 clauses out of 66027 with flag 3358949/585000
90.84/89.92	c cleaning 33980 clauses out of 68028 with flag 3574457/620000
96.75/95.84	c cleaning 35016 clauses out of 70048 with flag 3794041/656000
103.05/102.19	c cleaning 35995 clauses out of 72032 with flag 4017796/693000
109.75/108.85	c cleaning 36999 clauses out of 74037 with flag 4250854/731000
116.64/115.70	c cleaning 38011 clauses out of 76040 with flag 4490685/770002
123.75/122.88	c cleaning 38959 clauses out of 78027 with flag 4736668/810000
131.16/130.24	c cleaning 40027 clauses out of 80069 with flag 4986945/851001
139.05/138.13	c cleaning 41013 clauses out of 82041 with flag 5243875/893000
146.78/145.81	c cleaning 41986 clauses out of 84028 with flag 5506246/936000
154.78/153.87	c cleaning 42991 clauses out of 86043 with flag 5776668/980001
163.08/162.19	c cleaning 44018 clauses out of 88051 with flag 6052894/1025000
171.68/170.78	c cleaning 45003 clauses out of 90033 with flag 6336223/1071000
180.58/179.69	c cleaning 45995 clauses out of 92030 with flag 6627202/1118000
189.88/188.98	c cleaning 47006 clauses out of 94035 with flag 6921235/1166000
199.78/198.87	c cleaning 48002 clauses out of 96029 with flag 7224263/1215000
210.10/209.11	c cleaning 48990 clauses out of 98027 with flag 7538079/1265000
220.79/219.89	c cleaning 50006 clauses out of 100037 with flag 7850231/1316000
231.79/230.84	c cleaning 51007 clauses out of 102031 with flag 8170245/1368000
243.08/242.09	c cleaning 52009 clauses out of 104026 with flag 8497004/1421002
254.37/253.31	c cleaning 52995 clauses out of 106015 with flag 8827051/1475000
266.07/265.10	c cleaning 53984 clauses out of 108020 with flag 9165169/1530000
278.29/277.21	c cleaning 54996 clauses out of 110037 with flag 9509326/1586001
290.68/289.68	c cleaning 55955 clauses out of 112040 with flag 9855385/1643000
303.59/302.59	c cleaning 57040 clauses out of 114085 with flag 10206659/1701000
317.19/316.13	c cleaning 58021 clauses out of 116045 with flag 10570930/1760000
330.90/329.88	c cleaning 59002 clauses out of 118024 with flag 10937171/1820000
345.20/344.17	c cleaning 59989 clauses out of 120022 with flag 11313479/1881000
359.97/358.85	c cleaning 60993 clauses out of 122033 with flag 11693774/1943000
374.66/373.60	c cleaning 61971 clauses out of 124040 with flag 12080210/2006000
389.66/388.54	c cleaning 63022 clauses out of 126069 with flag 12477633/2070000
404.87/403.71	c cleaning 63990 clauses out of 128047 with flag 12872488/2135000
420.98/419.88	c cleaning 65016 clauses out of 130057 with flag 13277003/2201000
436.99/435.85	c cleaning 65964 clauses out of 132042 with flag 13685457/2268001
453.70/452.53	c cleaning 66982 clauses out of 134080 with flag 14100961/2336003
470.80/469.61	c cleaning 68012 clauses out of 136096 with flag 14522647/2405001
488.32/487.16	c cleaning 69028 clauses out of 138083 with flag 14952092/2475000
506.12/504.93	c cleaning 70005 clauses out of 140055 with flag 15386860/2546000
524.51/523.30	c cleaning 70987 clauses out of 142050 with flag 15821799/2618000
543.30/542.15	c cleaning 72020 clauses out of 144063 with flag 16263825/2691000
562.61/561.48	c cleaning 72971 clauses out of 146045 with flag 16712277/2765002
582.52/581.34	c cleaning 74030 clauses out of 148072 with flag 17170516/2840000
602.90/601.64	c cleaning 75011 clauses out of 150043 with flag 17631754/2916001
623.71/622.45	c cleaning 75994 clauses out of 152036 with flag 18103537/2993005
644.52/643.24	c cleaning 76990 clauses out of 154039 with flag 18578961/3071002
666.22/664.94	c cleaning 77995 clauses out of 156047 with flag 19059886/3150000
688.04/686.70	c cleaning 78995 clauses out of 158052 with flag 19546306/3230000
710.64/709.33	c cleaning 79981 clauses out of 160057 with flag 20038221/3311000
733.91/732.53	c cleaning 80987 clauses out of 162077 with flag 20537858/3393001
757.72/756.34	c cleaning 82016 clauses out of 164089 with flag 21040452/3476000
782.03/780.61	c cleaning 82949 clauses out of 166073 with flag 21548510/3560000
807.24/805.81	c cleaning 84058 clauses out of 168124 with flag 22061036/3645000
832.65/831.26	c cleaning 85017 clauses out of 170066 with flag 22579021/3731000
858.75/857.27	c cleaning 85998 clauses out of 172049 with flag 23103760/3818000
884.96/883.43	c cleaning 87010 clauses out of 174051 with flag 23640897/3906000
912.16/910.61	c cleaning 87975 clauses out of 176041 with flag 24181513/3995000
940.16/938.66	c cleaning 89025 clauses out of 178066 with flag 24727017/4085000
968.75/967.29	c cleaning 89976 clauses out of 180041 with flag 25278763/4176000
997.81/996.29	c cleaning 90988 clauses out of 182066 with flag 25832336/4268001
1027.21/1025.66	c cleaning 92008 clauses out of 184077 with flag 26393580/4361000
1057.21/1055.67	c cleaning 93009 clauses out of 186069 with flag 26963217/4455000
1088.41/1086.82	c cleaning 94002 clauses out of 188060 with flag 27538217/4550000
1119.80/1118.13	c cleaning 95016 clauses out of 190058 with flag 28117507/4646000
1151.10/1149.46	c cleaning 96016 clauses out of 192042 with flag 28705464/4743000
1183.70/1182.09	c cleaning 96977 clauses out of 194026 with flag 29295284/4841000
1217.29/1215.67	c cleaning 98011 clauses out of 196049 with flag 29890888/4940000
1251.48/1249.70	c cleaning 98999 clauses out of 198038 with flag 30490247/5040000
1285.27/1283.58	c cleaning 99997 clauses out of 200039 with flag 31097756/5141000
1320.67/1318.92	c cleaning 100973 clauses out of 202042 with flag 31707485/5243000
1356.56/1354.80	c cleaning 102020 clauses out of 204069 with flag 32325206/5346000
1392.09/1390.30	c cleaning 103014 clauses out of 206050 with flag 32949834/5450001
1429.59/1427.77	c cleaning 103979 clauses out of 208035 with flag 33576705/5555000
1467.31/1465.42	c cleaning 105028 clauses out of 210056 with flag 34209519/5661000
1506.52/1504.53	c cleaning 105967 clauses out of 212028 with flag 34850867/5768000
1545.83/1543.84	c cleaning 107006 clauses out of 214062 with flag 35496877/5876001
1585.85/1583.89	c cleaning 107973 clauses out of 216055 with flag 36148615/5985000
1627.15/1625.03	c cleaning 109033 clauses out of 218082 with flag 36805796/6095000
1668.35/1666.24	c cleaning 109978 clauses out of 220049 with flag 37467946/6206000
1710.57/1708.47	c cleaning 111007 clauses out of 222071 with flag 38142858/6318000
1753.57/1751.43	c cleaning 112030 clauses out of 224064 with flag 38826932/6431000
1797.72/1795.50	c cleaning 113015 clauses out of 226035 with flag 39509252/6545001
1800.02/1797.80	c starts		: 51652
1800.02/1797.80	c conflicts		: 6553590
1800.02/1797.80	c decisions		: 58268729
1800.02/1797.80	c propagations		: 873925269
1800.02/1797.80	c inspects		: 24300741018
1800.02/1797.80	c shortcuts		: 0
1800.02/1797.80	c learnt literals	: 2
1800.02/1797.80	c learnt binary clauses	: 48
1800.02/1797.80	c learnt ternary clauses	: 770
1800.02/1797.80	c learnt constraints	: 6553588
1800.02/1797.80	c ignored constraints	: 0
1800.02/1797.80	c root simplifications	: 0
1800.02/1797.80	c removed literals (reason simplification)	: 0
1800.02/1797.80	c reason swapping (by a shorter reason)	: 0
1800.02/1797.80	c Calls to reduceDB	: 110
1800.02/1797.80	c Number of update (reduction) of LBD	: 1414015
1800.02/1797.80	c Imported unit clauses	: 0
1800.02/1797.80	c number of reductions to clauses (during analyze)	: 0
1800.02/1797.80	c number of learned constraints concerned by reduction	: 0
1800.02/1797.80	c number of learning phase by resolution	: 0
1800.02/1797.80	c number of learning phase by cutting planes	: 0
1800.02/1797.80	c speed (assignments/second)	: 486223.1137074901
1800.02/1797.80	c non guided choices	20631
1800.02/1797.80	c timeout
1800.02/1797.83	c learnt constraints type 
1800.02/1797.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 48
1800.02/1797.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 121561
1800.02/1797.83	s UNKNOWN
1800.02/1797.83	c Total wall clock time (in seconds): 1797.715

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-4116281-1466973999/watcher-4116281-1466973999 -o /tmp/evaluation-result-4116281-1466973999/solver-4116281-1466973999 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466956013-23992 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4116281-1466973999.opb 

pid=25849
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.27 2.23 2.18 3/195 25852
/proc/meminfo: memFree=29991300/32872528 swapFree=1392268/1580316
[pid=25852] ppid=25849 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/25852/stat : 25852 (java) R 25849 25852 23975 0 -1 4202496 647 0 0 0 0 0 0 0 20 0 1 0 30437079 23793664 297 33554432000 1073741824 1073778376 140736372470672 140736372459736 248780995137 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25852/statm: 5809 311 240 9 0 128 0

[startup+0.100199 s]
/proc/loadavg: 2.27 2.23 2.18 3/195 25852
/proc/meminfo: memFree=29991300/32872528 swapFree=1392268/1580316
[pid=25852] ppid=25849 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/25852/stat : 25852 (java) S 25849 25852 23975 0 -1 4202496 4462 0 1 0 8 1 0 0 20 0 18 0 30437079 9787879424 5577 33554432000 1073741824 1073778376 140736372470672 140736372461808 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25852/statm: 2389619 5577 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200248 s]
/proc/loadavg: 2.27 2.23 2.18 3/195 25852
/proc/meminfo: memFree=29991300/32872528 swapFree=1392268/1580316
[pid=25852] ppid=25849 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/25852/stat : 25852 (java) S 25849 25852 23975 0 -1 4202496 5013 0 1 0 25 1 0 0 20 0 18 0 30437079 9787879424 6537 33554432000 1073741824 1073778376 140736372470672 140736372461808 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25852/statm: 2389619 6538 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300233 s]
/proc/loadavg: 2.27 2.23 2.18 3/195 25852
/proc/meminfo: memFree=29991300/32872528 swapFree=1392268/1580316
[pid=25852] ppid=25849 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/25852/stat : 25852 (java) S 25849 25852 23975 0 -1 4202496 5928 0 1 0 48 2 0 0 20 0 18 0 30437079 9787879424 8578 33554432000 1073741824 1073778376 140736372470672 140736372461808 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25852/statm: 2389619 8578 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700205 s]
/proc/loadavg: 2.27 2.23 2.18 3/195 25852
/proc/meminfo: memFree=29991300/32872528 swapFree=1392268/1580316
[pid=25852] ppid=25849 vsize=9625040 CPUtime=1.38 cores=1,3,5,7
/proc/25852/stat : 25852 (java) S 25849 25852 23975 0 -1 4202496 9651 0 1 0 135 3 0 0 20 0 19 0 30437079 9856040960 15727 33554432000 1073741824 1073778376 140736372470672 140736372461808 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25852/statm: 2406260 15727 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.17 2.20 2.18 6/213 25935
/proc/meminfo: memFree=30252112/32872528 swapFree=1392268/1580316
[pid=25852] ppid=25849 vsize=9625040 CPUtime=2.34 cores=1,3,5,7
/proc/25852/stat : 25852 (java) S 25849 25852 23975 0 -1 4202496 11412 0 1 0 231 3 0 0 20 0 19 0 30437079 9856040960 16706 33554432000 1073741824 1073778376 140736372470672 140736372461808 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25852/statm: 2406260 16706 2270 9 0 2396937 0
[pid=25852/tid=25854] ppid=25849 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/25852/task/25854/stat : 25854 (java) R 25849 25852 23975 0 -1 4202560 2491 0 1 0 144 2 0 0 20 0 19 0 30437080 9856040960 16706 33554432000 1073741824 1073778376 140736372470672 140218730762776 140218671147010 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25852/tid=25855] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25855/stat : 25855 (java) S 25849 25852 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437081 9856040960 16706 33554432000 1073741824 1073778376 140736372470672 140218574256680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25856] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25856/stat : 25856 (java) S 25849 25852 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437081 9856040960 16706 33554432000 1073741824 1073778376 140736372470672 140218573203880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25852/tid=25857] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25857/stat : 25857 (java) S 25849 25852 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437081 9856040960 16706 33554432000 1073741824 1073778376 140736372470672 140218572151080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25852/tid=25858] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25858/stat : 25858 (java) S 25849 25852 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437081 9856040960 16706 33554432000 1073741824 1073778376 140736372470672 140218571098280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25852/tid=25859] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25859/stat : 25859 (java) S 25849 25852 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437081 9856040960 16706 33554432000 1073741824 1073778376 140736372470672 140218570046504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25860] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25860/stat : 25860 (java) S 25849 25852 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437081 9856040960 16706 33554432000 1073741824 1073778376 140736372470672 140218568993704 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25852/tid=25861] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25861/stat : 25861 (java) S 25849 25852 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437081 9856040960 16706 33554432000 1073741824 1073778376 140736372470672 140218567940904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25852/tid=25862] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25862/stat : 25862 (java) S 25849 25852 23975 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30437081 9856040960 16706 33554432000 1073741824 1073778376 140736372470672 140218566888104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25863] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25863/stat : 25863 (java) S 25849 25852 23975 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30437082 9856040960 16706 33554432000 1073741824 1073778376 140736372470672 140218554690024 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25864] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25864/stat : 25864 (java) S 25849 25852 23975 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30437083 9856040960 16706 33554432000 1073741824 1073778376 140736372470672 140218553636088 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25865] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25865/stat : 25865 (java) S 25849 25852 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30437083 9856040960 16706 33554432000 1073741824 1073778376 140736372470672 140218552583176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25852/tid=25866] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25866/stat : 25866 (java) S 25849 25852 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437085 9856040960 16706 33554432000 1073741824 1073778376 140736372470672 140218551531664 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25867] ppid=25849 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/25852/task/25867/stat : 25867 (java) S 25849 25852 23975 0 -1 4202560 5121 0 0 0 48 0 0 0 20 0 19 0 30437085 9856040960 16706 33554432000 1073741824 1073778376 140736372470672 140218550479800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25868] ppid=25849 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/25852/task/25868/stat : 25868 (java) S 25849 25852 23975 0 -1 4202560 2523 0 0 0 35 0 0 0 20 0 19 0 30437085 9856040960 16706 33554432000 1073741824 1073778376 140736372470672 140218549427000 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25852/tid=25869] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25869/stat : 25869 (java) S 25849 25852 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437085 9856040960 16706 33554432000 1073741824 1073778376 140736372470672 140218548374392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25852/tid=25870] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25870/stat : 25870 (java) S 25849 25852 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437085 9856040960 16706 33554432000 1073741824 1073778376 140736372470672 140218547321800 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25918] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25918/stat : 25918 (java) S 25849 25852 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30437123 9856040960 16706 33554432000 1073741824 1073778376 140736372470672 140218546267304 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.17 2.20 2.18 3/213 25935
/proc/meminfo: memFree=30242992/32872528 swapFree=1392268/1580316
[pid=25852] ppid=25849 vsize=9625040 CPUtime=3.98 cores=1,3,5,7
/proc/25852/stat : 25852 (java) S 25849 25852 23975 0 -1 4202496 11418 0 1 0 395 3 0 0 20 0 19 0 30437079 9856040960 17733 33554432000 1073741824 1073778376 140736372470672 140736372461808 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25852/statm: 2406260 17733 2270 9 0 2396937 0
[pid=25852/tid=25854] ppid=25849 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/25852/task/25854/stat : 25854 (java) R 25849 25852 23975 0 -1 4202560 2494 0 1 0 304 2 0 0 20 0 19 0 30437080 9856040960 17733 33554432000 1073741824 1073778376 140736372470672 140218730753744 140218670720898 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25852/tid=25855] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25855/stat : 25855 (java) S 25849 25852 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437081 9856040960 17733 33554432000 1073741824 1073778376 140736372470672 140218574256680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25856] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25856/stat : 25856 (java) S 25849 25852 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437081 9856040960 17733 33554432000 1073741824 1073778376 140736372470672 140218573203880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25852/tid=25857] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25857/stat : 25857 (java) S 25849 25852 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437081 9856040960 17733 33554432000 1073741824 1073778376 140736372470672 140218572151080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25852/tid=25858] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25858/stat : 25858 (java) S 25849 25852 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437081 9856040960 17733 33554432000 1073741824 1073778376 140736372470672 140218571098280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25852/tid=25859] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25859/stat : 25859 (java) S 25849 25852 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437081 9856040960 17733 33554432000 1073741824 1073778376 140736372470672 140218570046504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25860] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25860/stat : 25860 (java) S 25849 25852 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437081 9856040960 17733 33554432000 1073741824 1073778376 140736372470672 140218568993704 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25852/tid=25861] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25861/stat : 25861 (java) S 25849 25852 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437081 9856040960 17733 33554432000 1073741824 1073778376 140736372470672 140218567940904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25852/tid=25862] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25862/stat : 25862 (java) S 25849 25852 23975 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30437081 9856040960 17733 33554432000 1073741824 1073778376 140736372470672 140218566888104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25863] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25863/stat : 25863 (java) S 25849 25852 23975 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30437082 9856040960 17733 33554432000 1073741824 1073778376 140736372470672 140218554690024 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25864] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25864/stat : 25864 (java) S 25849 25852 23975 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30437083 9856040960 17733 33554432000 1073741824 1073778376 140736372470672 140218553636088 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25865] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25865/stat : 25865 (java) S 25849 25852 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30437083 9856040960 17733 33554432000 1073741824 1073778376 140736372470672 140218552583176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25852/tid=25866] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25866/stat : 25866 (java) S 25849 25852 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437085 9856040960 17733 33554432000 1073741824 1073778376 140736372470672 140218551531664 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25867] ppid=25849 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/25852/task/25867/stat : 25867 (java) S 25849 25852 23975 0 -1 4202560 5123 0 0 0 50 0 0 0 20 0 19 0 30437085 9856040960 17733 33554432000 1073741824 1073778376 140736372470672 140218550479800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25868] ppid=25849 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/25852/task/25868/stat : 25868 (java) S 25849 25852 23975 0 -1 4202560 2524 0 0 0 37 0 0 0 20 0 19 0 30437085 9856040960 17733 33554432000 1073741824 1073778376 140736372470672 140218549427000 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25852/tid=25869] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25869/stat : 25869 (java) S 25849 25852 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437085 9856040960 17733 33554432000 1073741824 1073778376 140736372470672 140218548374392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25852/tid=25870] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25870/stat : 25870 (java) S 25849 25852 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437085 9856040960 17733 33554432000 1073741824 1073778376 140736372470672 140218547321800 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25918] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25918/stat : 25918 (java) S 25849 25852 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30437123 9856040960 17733 33554432000 1073741824 1073778376 140736372470672 140218546267304 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.16 2.20 2.18 3/213 25935
/proc/meminfo: memFree=30226868/32872528 swapFree=1392268/1580316
[pid=25852] ppid=25849 vsize=9625040 CPUtime=7.19 cores=1,3,5,7
/proc/25852/stat : 25852 (java) S 25849 25852 23975 0 -1 4202496 11428 0 1 0 716 3 0 0 20 0 19 0 30437079 9856040960 19786 33554432000 1073741824 1073778376 140736372470672 140736372461808 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25852/statm: 2406260 19786 2271 9 0 2396937 0
[pid=25852/tid=25854] ppid=25849 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/25852/task/25854/stat : 25854 (java) R 25849 25852 23975 0 -1 4202560 2499 0 1 0 624 2 0 0 20 0 19 0 30437080 9856040960 19786 33554432000 1073741824 1073778376 140736372470672 140218730762664 140218671077936 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25852/tid=25855] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25855/stat : 25855 (java) S 25849 25852 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437081 9856040960 19786 33554432000 1073741824 1073778376 140736372470672 140218574256680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25856] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25856/stat : 25856 (java) S 25849 25852 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437081 9856040960 19786 33554432000 1073741824 1073778376 140736372470672 140218573203880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25852/tid=25857] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25857/stat : 25857 (java) S 25849 25852 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437081 9856040960 19786 33554432000 1073741824 1073778376 140736372470672 140218572151080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25852/tid=25858] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25858/stat : 25858 (java) S 25849 25852 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437081 9856040960 19786 33554432000 1073741824 1073778376 140736372470672 140218571098280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25852/tid=25859] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25859/stat : 25859 (java) S 25849 25852 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437081 9856040960 19786 33554432000 1073741824 1073778376 140736372470672 140218570046504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25860] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25860/stat : 25860 (java) S 25849 25852 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437081 9856040960 19786 33554432000 1073741824 1073778376 140736372470672 140218568993704 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25852/tid=25861] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25861/stat : 25861 (java) S 25849 25852 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437081 9856040960 19786 33554432000 1073741824 1073778376 140736372470672 140218567940904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25852/tid=25862] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25862/stat : 25862 (java) S 25849 25852 23975 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30437081 9856040960 19786 33554432000 1073741824 1073778376 140736372470672 140218566888104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25863] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25863/stat : 25863 (java) S 25849 25852 23975 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30437082 9856040960 19786 33554432000 1073741824 1073778376 140736372470672 140218554690024 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25864] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25864/stat : 25864 (java) S 25849 25852 23975 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30437083 9856040960 19786 33554432000 1073741824 1073778376 140736372470672 140218553636088 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25865] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25865/stat : 25865 (java) S 25849 25852 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30437083 9856040960 19786 33554432000 1073741824 1073778376 140736372470672 140218552583176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25852/tid=25866] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25866/stat : 25866 (java) S 25849 25852 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437085 9856040960 19786 33554432000 1073741824 1073778376 140736372470672 140218551531664 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25867] ppid=25849 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/25852/task/25867/stat : 25867 (java) S 25849 25852 23975 0 -1 4202560 5127 0 0 0 51 0 0 0 20 0 19 0 30437085 9856040960 19786 33554432000 1073741824 1073778376 140736372470672 140218550479800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25868] ppid=25849 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/25852/task/25868/stat : 25868 (java) S 25849 25852 23975 0 -1 4202560 2524 0 0 0 37 0 0 0 20 0 19 0 30437085 9856040960 19786 33554432000 1073741824 1073778376 140736372470672 140218549427000 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25852/tid=25869] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25869/stat : 25869 (java) S 25849 25852 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437085 9856040960 19786 33554432000 1073741824 1073778376 140736372470672 140218548374392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25852/tid=25870] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25870/stat : 25870 (java) S 25849 25852 23975 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30437085 9856040960 19786 33554432000 1073741824 1073778376 140736372470672 140218547321800 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25918] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25918/stat : 25918 (java) S 25849 25852 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30437123 9856040960 19786 33554432000 1073741824 1073778376 140736372470672 140218546267304 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.19
Current children cumulated vsize (KiB) 9625040


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

[pid=25852/tid=25864] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25864/stat : 25864 (java) S 25849 25852 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30437083 9856040960 85732 33554432000 1073741824 1073778376 140736372470672 140218553636088 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25865] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25865/stat : 25865 (java) S 25849 25852 23975 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30437083 9856040960 85732 33554432000 1073741824 1073778376 140736372470672 140218552583176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25866] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25866/stat : 25866 (java) S 25849 25852 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437085 9856040960 85732 33554432000 1073741824 1073778376 140736372470672 140218551531664 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25867] ppid=25849 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/25852/task/25867/stat : 25867 (java) S 25849 25852 23975 0 -1 4202560 5420 0 0 0 55 0 0 0 20 0 19 0 30437085 9856040960 85732 33554432000 1073741824 1073778376 140736372470672 140218550479800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25868] ppid=25849 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/25852/task/25868/stat : 25868 (java) S 25849 25852 23975 0 -1 4202560 2524 0 0 0 37 0 0 0 20 0 19 0 30437085 9856040960 85732 33554432000 1073741824 1073778376 140736372470672 140218549427000 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25852/tid=25869] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25869/stat : 25869 (java) S 25849 25852 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437085 9856040960 85732 33554432000 1073741824 1073778376 140736372470672 140218548374392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25852/tid=25870] ppid=25849 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/25852/task/25870/stat : 25870 (java) S 25849 25852 23975 0 -1 4202560 96 0 0 0 29 35 0 0 20 0 19 0 30437085 9856040960 85732 33554432000 1073741824 1073778376 140736372470672 140218547321800 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25918] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25918/stat : 25918 (java) S 25849 25852 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30437123 9856040960 85732 33554432000 1073741824 1073778376 140736372470672 140218546267304 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1664.46
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.24 2.21 2.18 3/213 26001
/proc/meminfo: memFree=29678044/32872528 swapFree=1392268/1580316
[pid=25852] ppid=25849 vsize=9625040 CPUtime=1724.46 cores=1,3,5,7
/proc/25852/stat : 25852 (java) S 25849 25852 23975 0 -1 4202496 13968 0 1 0 172381 65 0 0 20 0 19 0 30437079 9856040960 85732 33554432000 1073741824 1073778376 140736372470672 140736372461808 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25852/statm: 2406260 85732 2285 9 0 2396937 0
[pid=25852/tid=25854] ppid=25849 vsize=9625040 CPUtime=1721.67 cores=1,3,5,7
/proc/25852/task/25854/stat : 25854 (java) R 25849 25852 23975 0 -1 4202560 2558 0 1 0 172133 34 0 0 20 0 19 0 30437080 9856040960 85732 33554432000 1073741824 1073778376 140736372470672 140218730753824 140218671147005 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25852/tid=25855] ppid=25849 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/25852/task/25855/stat : 25855 (java) S 25849 25852 23975 0 -1 4202560 159 0 0 0 16 2 0 0 20 0 19 0 30437081 9856040960 85732 33554432000 1073741824 1073778376 140736372470672 140218574256680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25856] ppid=25849 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/25852/task/25856/stat : 25856 (java) S 25849 25852 23975 0 -1 4202560 143 0 0 0 15 2 0 0 20 0 19 0 30437081 9856040960 85732 33554432000 1073741824 1073778376 140736372470672 140218573203880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25852/tid=25857] ppid=25849 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/25852/task/25857/stat : 25857 (java) S 25849 25852 23975 0 -1 4202560 215 0 0 0 17 2 0 0 20 0 19 0 30437081 9856040960 85732 33554432000 1073741824 1073778376 140736372470672 140218572151080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25852/tid=25858] ppid=25849 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/25852/task/25858/stat : 25858 (java) S 25849 25852 23975 0 -1 4202560 275 0 0 0 16 2 0 0 20 0 19 0 30437081 9856040960 85732 33554432000 1073741824 1073778376 140736372470672 140218571098280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25852/tid=25859] ppid=25849 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/25852/task/25859/stat : 25859 (java) S 25849 25852 23975 0 -1 4202560 335 0 0 0 16 2 0 0 20 0 19 0 30437081 9856040960 85732 33554432000 1073741824 1073778376 140736372470672 140218570046504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25860] ppid=25849 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/25852/task/25860/stat : 25860 (java) S 25849 25852 23975 0 -1 4202560 331 0 0 0 14 2 0 0 20 0 19 0 30437081 9856040960 85732 33554432000 1073741824 1073778376 140736372470672 140218568993704 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25852/tid=25861] ppid=25849 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/25852/task/25861/stat : 25861 (java) S 25849 25852 23975 0 -1 4202560 264 0 0 0 11 3 0 0 20 0 19 0 30437081 9856040960 85732 33554432000 1073741824 1073778376 140736372470672 140218567940904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25862] ppid=25849 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/25852/task/25862/stat : 25862 (java) S 25849 25852 23975 0 -1 4202560 328 0 0 0 12 3 0 0 20 0 19 0 30437081 9856040960 85732 33554432000 1073741824 1073778376 140736372470672 140218566888104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25852/tid=25863] ppid=25849 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25852/task/25863/stat : 25863 (java) S 25849 25852 23975 0 -1 4202560 53 0 0 0 1 1 0 0 20 0 19 0 30437082 9856040960 85732 33554432000 1073741824 1073778376 140736372470672 140218554690024 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25852/tid=25864] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25864/stat : 25864 (java) S 25849 25852 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30437083 9856040960 85732 33554432000 1073741824 1073778376 140736372470672 140218553636088 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25865] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25865/stat : 25865 (java) S 25849 25852 23975 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30437083 9856040960 85732 33554432000 1073741824 1073778376 140736372470672 140218552583176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25866] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25866/stat : 25866 (java) S 25849 25852 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437085 9856040960 85732 33554432000 1073741824 1073778376 140736372470672 140218551531664 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25867] ppid=25849 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/25852/task/25867/stat : 25867 (java) S 25849 25852 23975 0 -1 4202560 5420 0 0 0 55 0 0 0 20 0 19 0 30437085 9856040960 85732 33554432000 1073741824 1073778376 140736372470672 140218550479800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25868] ppid=25849 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/25852/task/25868/stat : 25868 (java) S 25849 25852 23975 0 -1 4202560 2524 0 0 0 37 0 0 0 20 0 19 0 30437085 9856040960 85732 33554432000 1073741824 1073778376 140736372470672 140218549427000 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25852/tid=25869] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25869/stat : 25869 (java) S 25849 25852 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437085 9856040960 85732 33554432000 1073741824 1073778376 140736372470672 140218548374392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25852/tid=25870] ppid=25849 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/25852/task/25870/stat : 25870 (java) S 25849 25852 23975 0 -1 4202560 100 0 0 0 30 37 0 0 20 0 19 0 30437085 9856040960 85732 33554432000 1073741824 1073778376 140736372470672 140218547321800 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25918] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25918/stat : 25918 (java) S 25849 25852 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30437123 9856040960 85732 33554432000 1073741824 1073778376 140736372470672 140218546267304 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1724.46
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.32 2.23 2.19 4/213 26002
/proc/meminfo: memFree=29653708/32872528 swapFree=1392268/1580316
[pid=25852] ppid=25849 vsize=9625040 CPUtime=1784.53 cores=1,3,5,7
/proc/25852/stat : 25852 (java) S 25849 25852 23975 0 -1 4202496 14006 0 1 0 178384 69 0 0 20 0 19 0 30437079 9856040960 88812 33554432000 1073741824 1073778376 140736372470672 140736372461808 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25852/statm: 2406260 88812 2285 9 0 2396937 0
[pid=25852/tid=25854] ppid=25849 vsize=9625040 CPUtime=1781.62 cores=1,3,5,7
/proc/25852/task/25854/stat : 25854 (java) R 25849 25852 23975 0 -1 4202560 2559 0 1 0 178126 36 0 0 20 0 19 0 30437080 9856040960 88812 33554432000 1073741824 1073778376 140736372470672 140218730761552 140218671092369 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25852/tid=25855] ppid=25849 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/25852/task/25855/stat : 25855 (java) S 25849 25852 23975 0 -1 4202560 173 0 0 0 18 2 0 0 20 0 19 0 30437081 9856040960 88812 33554432000 1073741824 1073778376 140736372470672 140218574256680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25856] ppid=25849 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/25852/task/25856/stat : 25856 (java) S 25849 25852 23975 0 -1 4202560 143 0 0 0 15 2 0 0 20 0 19 0 30437081 9856040960 88812 33554432000 1073741824 1073778376 140736372470672 140218573203880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25852/tid=25857] ppid=25849 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/25852/task/25857/stat : 25857 (java) S 25849 25852 23975 0 -1 4202560 215 0 0 0 17 2 0 0 20 0 19 0 30437081 9856040960 88812 33554432000 1073741824 1073778376 140736372470672 140218572151080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25852/tid=25858] ppid=25849 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/25852/task/25858/stat : 25858 (java) S 25849 25852 23975 0 -1 4202560 275 0 0 0 16 3 0 0 20 0 19 0 30437081 9856040960 88812 33554432000 1073741824 1073778376 140736372470672 140218571098280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25852/tid=25859] ppid=25849 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/25852/task/25859/stat : 25859 (java) S 25849 25852 23975 0 -1 4202560 341 0 0 0 17 3 0 0 20 0 19 0 30437081 9856040960 88812 33554432000 1073741824 1073778376 140736372470672 140218570046504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25860] ppid=25849 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/25852/task/25860/stat : 25860 (java) S 25849 25852 23975 0 -1 4202560 337 0 0 0 16 2 0 0 20 0 19 0 30437081 9856040960 88812 33554432000 1073741824 1073778376 140736372470672 140218568993704 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25852/tid=25861] ppid=25849 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/25852/task/25861/stat : 25861 (java) S 25849 25852 23975 0 -1 4202560 269 0 0 0 12 3 0 0 20 0 19 0 30437081 9856040960 88812 33554432000 1073741824 1073778376 140736372470672 140218567940904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25852/tid=25862] ppid=25849 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/25852/task/25862/stat : 25862 (java) S 25849 25852 23975 0 -1 4202560 328 0 0 0 12 3 0 0 20 0 19 0 30437081 9856040960 88812 33554432000 1073741824 1073778376 140736372470672 140218566888104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25852/tid=25863] ppid=25849 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25852/task/25863/stat : 25863 (java) S 25849 25852 23975 0 -1 4202560 55 0 0 0 1 1 0 0 20 0 19 0 30437082 9856040960 88812 33554432000 1073741824 1073778376 140736372470672 140218554690024 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25864] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25864/stat : 25864 (java) S 25849 25852 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30437083 9856040960 88812 33554432000 1073741824 1073778376 140736372470672 140218553636088 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25865] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25865/stat : 25865 (java) S 25849 25852 23975 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30437083 9856040960 88812 33554432000 1073741824 1073778376 140736372470672 140218552583176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25866] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25866/stat : 25866 (java) S 25849 25852 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437085 9856040960 88812 33554432000 1073741824 1073778376 140736372470672 140218551531664 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25867] ppid=25849 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/25852/task/25867/stat : 25867 (java) S 25849 25852 23975 0 -1 4202560 5420 0 0 0 55 0 0 0 20 0 19 0 30437085 9856040960 88812 33554432000 1073741824 1073778376 140736372470672 140218550479800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25868] ppid=25849 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/25852/task/25868/stat : 25868 (java) S 25849 25852 23975 0 -1 4202560 2524 0 0 0 37 0 0 0 20 0 19 0 30437085 9856040960 88812 33554432000 1073741824 1073778376 140736372470672 140218549427000 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25852/tid=25869] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25869/stat : 25869 (java) S 25849 25852 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437085 9856040960 88812 33554432000 1073741824 1073778376 140736372470672 140218548374392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25852/tid=25870] ppid=25849 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/25852/task/25870/stat : 25870 (java) S 25849 25852 23975 0 -1 4202560 104 0 0 0 31 38 0 0 20 0 19 0 30437085 9856040960 88812 33554432000 1073741824 1073778376 140736372470672 140218547321800 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25852/tid=25918] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25918/stat : 25918 (java) S 25849 25852 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30437123 9856040960 88812 33554432000 1073741824 1073778376 140736372470672 140218546267304 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1784.53
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.8 s]
/proc/loadavg: 2.32 2.24 2.19 3/212 26002
/proc/meminfo: memFree=29654216/32872528 swapFree=1392268/1580316
[pid=25852] ppid=25849 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/25852/stat : 25852 (java) S 25849 25852 23975 0 -1 4202496 14006 0 1 0 179933 69 0 0 20 0 19 0 30437079 9856040960 88812 33554432000 1073741824 1073778376 140736372470672 140736372461808 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25852/statm: 2406260 88812 2285 9 0 2396937 0
[pid=25852/tid=25854] ppid=25849 vsize=9625040 CPUtime=1797.11 cores=1,3,5,7
/proc/25852/task/25854/stat : 25854 (java) R 25849 25852 23975 0 -1 4202560 2559 0 1 0 179675 36 0 0 20 0 19 0 30437080 9856040960 88812 33554432000 1073741824 1073778376 140736372470672 140218730753824 140218671092770 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25852/tid=25855] ppid=25849 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/25852/task/25855/stat : 25855 (java) S 25849 25852 23975 0 -1 4202560 173 0 0 0 18 2 0 0 20 0 19 0 30437081 9856040960 88812 33554432000 1073741824 1073778376 140736372470672 140218574256680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25856] ppid=25849 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/25852/task/25856/stat : 25856 (java) S 25849 25852 23975 0 -1 4202560 143 0 0 0 15 2 0 0 20 0 19 0 30437081 9856040960 88812 33554432000 1073741824 1073778376 140736372470672 140218573203880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25852/tid=25857] ppid=25849 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/25852/task/25857/stat : 25857 (java) S 25849 25852 23975 0 -1 4202560 215 0 0 0 17 2 0 0 20 0 19 0 30437081 9856040960 88812 33554432000 1073741824 1073778376 140736372470672 140218572151080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25852/tid=25858] ppid=25849 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/25852/task/25858/stat : 25858 (java) S 25849 25852 23975 0 -1 4202560 275 0 0 0 16 3 0 0 20 0 19 0 30437081 9856040960 88812 33554432000 1073741824 1073778376 140736372470672 140218571098280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25852/tid=25859] ppid=25849 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/25852/task/25859/stat : 25859 (java) S 25849 25852 23975 0 -1 4202560 341 0 0 0 17 3 0 0 20 0 19 0 30437081 9856040960 88812 33554432000 1073741824 1073778376 140736372470672 140218570046504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25860] ppid=25849 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/25852/task/25860/stat : 25860 (java) S 25849 25852 23975 0 -1 4202560 337 0 0 0 16 2 0 0 20 0 19 0 30437081 9856040960 88812 33554432000 1073741824 1073778376 140736372470672 140218568993704 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25852/tid=25861] ppid=25849 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/25852/task/25861/stat : 25861 (java) S 25849 25852 23975 0 -1 4202560 269 0 0 0 12 3 0 0 20 0 19 0 30437081 9856040960 88812 33554432000 1073741824 1073778376 140736372470672 140218567940904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25852/tid=25862] ppid=25849 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/25852/task/25862/stat : 25862 (java) S 25849 25852 23975 0 -1 4202560 328 0 0 0 12 3 0 0 20 0 19 0 30437081 9856040960 88812 33554432000 1073741824 1073778376 140736372470672 140218566888104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25852/tid=25863] ppid=25849 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25852/task/25863/stat : 25863 (java) S 25849 25852 23975 0 -1 4202560 55 0 0 0 1 1 0 0 20 0 19 0 30437082 9856040960 88812 33554432000 1073741824 1073778376 140736372470672 140218554690024 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25864] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25864/stat : 25864 (java) S 25849 25852 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30437083 9856040960 88812 33554432000 1073741824 1073778376 140736372470672 140218553636088 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25865] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25865/stat : 25865 (java) S 25849 25852 23975 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30437083 9856040960 88812 33554432000 1073741824 1073778376 140736372470672 140218552583176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25866] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25866/stat : 25866 (java) S 25849 25852 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437085 9856040960 88812 33554432000 1073741824 1073778376 140736372470672 140218551531664 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25867] ppid=25849 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/25852/task/25867/stat : 25867 (java) S 25849 25852 23975 0 -1 4202560 5420 0 0 0 55 0 0 0 20 0 19 0 30437085 9856040960 88812 33554432000 1073741824 1073778376 140736372470672 140218550479800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25852/tid=25868] ppid=25849 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/25852/task/25868/stat : 25868 (java) S 25849 25852 23975 0 -1 4202560 2524 0 0 0 37 0 0 0 20 0 19 0 30437085 9856040960 88812 33554432000 1073741824 1073778376 140736372470672 140218549427000 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25852/tid=25869] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25869/stat : 25869 (java) S 25849 25852 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437085 9856040960 88812 33554432000 1073741824 1073778376 140736372470672 140218548374392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25852/tid=25870] ppid=25849 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/25852/task/25870/stat : 25870 (java) S 25849 25852 23975 0 -1 4202560 104 0 0 0 31 39 0 0 20 0 19 0 30437085 9856040960 88812 33554432000 1073741824 1073778376 140736372470672 140218547321800 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25852/tid=25918] ppid=25849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25852/task/25918/stat : 25918 (java) S 25849 25852 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30437123 9856040960 88812 33554432000 1073741824 1073778376 140736372470672 140218546267304 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 25852 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1797.83
CPU time (s): 1800.5
CPU user time (s): 1799.4
CPU system time (s): 1.10383
CPU usage (%): 100.148
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.4
system time used= 1.10383
maximum resident set size= 355372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14044
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38479
involuntary context switches= 15906

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.96349 second user time and 14.6818 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-26 22:46:39
IDJOB=4116281
IDBENCH=109450
IDSOLVER=2546
FILE ID=node139/4116281-1466973999
RUNJOBID= node139-1466956013-23992
PBS_JOBID= 19976371
Free space on /tmp= 71676 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size128-round23-9.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116281-1466973999/watcher-4116281-1466973999 -o /tmp/evaluation-result-4116281-1466973999/solver-4116281-1466973999 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466956013-23992 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116281-1466973999.opb

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

MD5SUM BENCH= f9a64a64b49371491e530c3c526be748
RANDOM SEED=163301140

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.394
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.394
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.57
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.394
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.394
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:        29991480 kB
Buffers:           44552 kB
Cached:           180756 kB
SwapCached:         2156 kB
Active:           410292 kB
Inactive:         184252 kB
Active(anon):     370596 kB
Inactive(anon):     1120 kB
Active(file):      39696 kB
Inactive(file):   183132 kB
Unevictable:     1580316 kB
Mlocked:         1392268 kB
SwapTotal:      67108856 kB
SwapFree:       67098796 kB
Dirty:              1168 kB
Writeback:             0 kB
AnonPages:       1950432 kB
Mapped:            15420 kB
Shmem:                 0 kB
Slab:             568584 kB
SReclaimable:      12480 kB
SUnreclaim:       556104 kB
KernelStack:        1584 kB
PageTables:         8164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2289304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    544768 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= 71676 MiB
End job on node139 at 2016-06-26 23:16:37