Trace number 4121054

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 1798.84

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-27.cnf.gz-extracted.pb.metafix.opb
MD5SUMf4cccbac4e8884c7988a129175b2cb13
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.010998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables109
Total number of constraints108
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)108
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
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@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4121054-1467313305.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.14	c ... done. Wall clock time 0.022s.
0.09/0.14	c declared #vars     109
0.09/0.14	c #constraints  108
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 108
0.09/0.14	c 108 constraints processed.
0.66/0.46	c cleaning 2497 clauses out of 5000 with flag 26666/5000
1.09/0.71	c cleaning 4241 clauses out of 8503 with flag 61420/11000
1.42/1.02	c cleaning 5620 clauses out of 11262 with flag 102879/18000
1.83/1.41	c cleaning 6811 clauses out of 13642 with flag 150754/26000
2.34/1.92	c cleaning 7916 clauses out of 15831 with flag 207786/35000
2.94/2.53	c cleaning 8944 clauses out of 17916 with flag 270271/45001
3.75/3.32	c cleaning 9981 clauses out of 19974 with flag 350809/56003
4.64/4.24	c cleaning 10989 clauses out of 21990 with flag 439317/68000
5.74/5.36	c cleaning 11993 clauses out of 24001 with flag 537134/81000
6.94/6.51	c cleaning 12988 clauses out of 26010 with flag 634461/95002
8.25/7.89	c cleaning 14007 clauses out of 28022 with flag 739114/110002
9.84/9.41	c cleaning 14995 clauses out of 30014 with flag 856331/126001
11.46/11.06	c cleaning 15999 clauses out of 32020 with flag 978217/143002
13.45/13.07	c cleaning 17007 clauses out of 34019 with flag 1111023/161000
15.65/15.25	c cleaning 18000 clauses out of 36012 with flag 1250860/180000
18.06/17.66	c cleaning 19000 clauses out of 38012 with flag 1398733/200000
20.65/20.26	c cleaning 19997 clauses out of 40012 with flag 1555118/221000
24.25/23.82	c cleaning 20993 clauses out of 42015 with flag 1721999/243000
27.45/27.10	c cleaning 22011 clauses out of 44023 with flag 1884785/266001
30.95/30.50	c cleaning 23000 clauses out of 46011 with flag 2056868/290000
34.55/34.18	c cleaning 23994 clauses out of 48011 with flag 2239971/315000
38.55/38.14	c cleaning 25002 clauses out of 50018 with flag 2425103/341001
43.05/42.60	c cleaning 25996 clauses out of 52015 with flag 2620459/368000
47.76/47.39	c cleaning 27002 clauses out of 54019 with flag 2824299/396000
52.85/52.40	c cleaning 28005 clauses out of 56019 with flag 3036344/425002
58.25/57.88	c cleaning 29002 clauses out of 58012 with flag 3254322/455000
63.95/63.50	c cleaning 29999 clauses out of 60010 with flag 3482615/486000
70.05/69.62	c cleaning 31002 clauses out of 62011 with flag 3711310/518000
76.47/76.02	c cleaning 32000 clauses out of 64009 with flag 3947668/551000
83.56/83.16	c cleaning 32998 clauses out of 66009 with flag 4186928/585000
90.96/90.51	c cleaning 33995 clauses out of 68012 with flag 4431965/620001
99.06/98.68	c cleaning 34997 clauses out of 70017 with flag 4686245/656001
107.76/107.30	c cleaning 36010 clauses out of 72021 with flag 4941439/693002
116.76/116.38	c cleaning 36998 clauses out of 74009 with flag 5207188/731000
125.87/125.42	c cleaning 37996 clauses out of 76012 with flag 5482874/770001
135.88/135.45	c cleaning 39007 clauses out of 78017 with flag 5750571/810002
146.97/146.53	c cleaning 39998 clauses out of 80008 with flag 6057084/851000
157.97/157.57	c cleaning 41001 clauses out of 82013 with flag 6352827/893003
169.78/169.30	c cleaning 41999 clauses out of 84009 with flag 6664671/936000
181.98/181.53	c cleaning 43001 clauses out of 86011 with flag 6980690/980001
194.91/194.40	c cleaning 44001 clauses out of 88011 with flag 7304096/1025002
206.61/206.17	c cleaning 44993 clauses out of 90008 with flag 7634164/1071000
219.01/218.53	c cleaning 46002 clauses out of 92015 with flag 7976571/1118000
232.41/231.93	c cleaning 46998 clauses out of 94013 with flag 8313701/1166000
246.92/246.42	c cleaning 48000 clauses out of 96015 with flag 8656276/1215000
261.52/261.04	c cleaning 49000 clauses out of 98015 with flag 9002267/1265000
275.82/275.35	c cleaning 49995 clauses out of 100015 with flag 9348642/1316000
291.52/291.03	c cleaning 51005 clauses out of 102020 with flag 9705199/1368000
308.13/307.66	c cleaning 51999 clauses out of 104015 with flag 10070131/1421000
326.24/325.77	c cleaning 52999 clauses out of 106017 with flag 10433528/1475001
344.94/344.49	c cleaning 54005 clauses out of 108018 with flag 10807608/1530001
364.54/364.01	c cleaning 55004 clauses out of 110013 with flag 11192851/1586001
383.94/383.49	c cleaning 55995 clauses out of 112010 with flag 11576501/1643002
405.85/405.31	c cleaning 57002 clauses out of 114014 with flag 11979018/1701001
428.36/427.90	c cleaning 57998 clauses out of 116011 with flag 12379748/1760000
452.87/452.34	c cleaning 58997 clauses out of 118013 with flag 12794333/1820000
477.68/477.19	c cleaning 60003 clauses out of 120017 with flag 13214296/1881001
503.29/502.72	c cleaning 61002 clauses out of 122013 with flag 13635886/1943000
528.89/528.31	c cleaning 62003 clauses out of 124011 with flag 14096573/2006000
556.07/555.50	c cleaning 62992 clauses out of 126009 with flag 14519312/2070001
582.59/581.94	c cleaning 63996 clauses out of 128016 with flag 14947473/2135000
609.59/608.94	c cleaning 65008 clauses out of 130021 with flag 15382168/2201001
639.39/638.79	c cleaning 66002 clauses out of 132013 with flag 15836589/2268001
669.82/669.12	c cleaning 66995 clauses out of 134010 with flag 16291510/2336000
699.82/699.12	c cleaning 68004 clauses out of 136016 with flag 16729903/2405001
732.73/732.09	c cleaning 69003 clauses out of 138014 with flag 17176844/2475003
766.85/766.18	c cleaning 69993 clauses out of 140009 with flag 17630875/2546001
805.46/804.77	c cleaning 70999 clauses out of 142015 with flag 18100255/2618000
841.18/840.41	c cleaning 72006 clauses out of 144018 with flag 18567247/2691002
879.19/878.46	c cleaning 73001 clauses out of 146011 with flag 19037199/2765001
918.79/918.00	c cleaning 73998 clauses out of 148009 with flag 19491133/2840000
959.91/959.18	c cleaning 75002 clauses out of 150011 with flag 19976302/2916000
1003.13/1002.32	c cleaning 76004 clauses out of 152009 with flag 20463280/2993000
1048.64/1047.83	c cleaning 76999 clauses out of 154005 with flag 20953642/3071000
1092.90/1092.05	c cleaning 77996 clauses out of 156006 with flag 21468375/3150000
1137.42/1136.54	c cleaning 78992 clauses out of 158010 with flag 21981156/3230000
1180.53/1179.68	c cleaning 79998 clauses out of 160018 with flag 22477255/3311000
1228.95/1228.06	c cleaning 81005 clauses out of 162020 with flag 22983193/3393000
1276.19/1275.26	c cleaning 82001 clauses out of 164015 with flag 23494118/3476000
1327.81/1326.88	c cleaning 82999 clauses out of 166015 with flag 24021136/3560001
1381.13/1380.19	c cleaning 84004 clauses out of 168015 with flag 24532330/3645000
1436.45/1435.44	c cleaning 85001 clauses out of 170011 with flag 25066383/3731000
1490.37/1489.39	c cleaning 85995 clauses out of 172010 with flag 25592389/3818000
1546.70/1545.67	c cleaning 86998 clauses out of 174016 with flag 26154838/3906001
1606.71/1605.66	c cleaning 87996 clauses out of 176018 with flag 26703266/3995001
1665.02/1663.95	c cleaning 89000 clauses out of 178022 with flag 27284989/4085001
1727.39/1726.22	c cleaning 90003 clauses out of 180021 with flag 27853098/4176000
1787.24/1786.00	c cleaning 91004 clauses out of 182019 with flag 28453544/4268001
1800.04/1798.80	c starts		: 8258
1800.04/1798.80	c conflicts		: 4298333
1800.04/1798.80	c decisions		: 5946076
1800.04/1798.80	c propagations		: 82063668
1800.04/1798.80	c inspects		: 42684773009
1800.04/1798.80	c shortcuts		: 0
1800.04/1798.80	c learnt literals	: 0
1800.04/1798.80	c learnt binary clauses	: 0
1800.04/1798.80	c learnt ternary clauses	: 0
1800.04/1798.80	c learnt constraints	: 4298333
1800.04/1798.80	c ignored constraints	: 0
1800.04/1798.80	c root simplifications	: 0
1800.04/1798.80	c removed literals (reason simplification)	: 0
1800.04/1798.80	c reason swapping (by a shorter reason)	: 0
1800.04/1798.80	c Calls to reduceDB	: 88
1800.04/1798.80	c Number of update (reduction) of LBD	: 1447064
1800.04/1798.80	c Imported unit clauses	: 0
1800.04/1798.80	c number of reductions to clauses (during analyze)	: 0
1800.04/1798.80	c number of learned constraints concerned by reduction	: 0
1800.04/1798.80	c number of learning phase by resolution	: 0
1800.04/1798.80	c number of learning phase by cutting planes	: 0
1800.04/1798.80	c speed (assignments/second)	: 45624.793735795014
1800.04/1798.80	c non guided choices	55
1800.04/1798.80	c timeout
1800.04/1798.83	c learnt constraints type 
1800.04/1798.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 121348
1800.04/1798.83	s UNKNOWN
1800.04/1798.83	c Total wall clock time (in seconds): 1798.717

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-4121054-1467313305/watcher-4121054-1467313305 -o /tmp/evaluation-result-4121054-1467313305/solver-4121054-1467313305 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1467308726-12739 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4121054-1467313305.opb 

pid=14049
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.23 2.12 2.03 2/195 14052
/proc/meminfo: memFree=31063300/32872528 swapFree=171816/177948
[pid=14052] ppid=14049 vsize=2504 CPUtime=0 cores=1,3,5,7
/proc/14052/stat : 14052 (java) R 14049 14052 12722 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 10361801 2564096 47 33554432000 1073741824 1073778376 140735622062256 140735622059384 224913353972 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14052/statm: 892 49 38 9 0 30 0

[startup+0.10006 s]
/proc/loadavg: 2.23 2.12 2.03 2/195 14052
/proc/meminfo: memFree=31063300/32872528 swapFree=171816/177948
[pid=14052] ppid=14049 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/14052/stat : 14052 (java) S 14049 14052 12722 0 -1 4202496 4396 0 1 0 8 1 0 0 20 0 18 0 10361801 9787879424 6029 33554432000 1073741824 1073778376 140735622062256 140735622053392 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14052/statm: 2389619 6029 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200211 s]
/proc/loadavg: 2.23 2.12 2.03 2/195 14052
/proc/meminfo: memFree=31063300/32872528 swapFree=171816/177948
[pid=14052] ppid=14049 vsize=9625464 CPUtime=0.28 cores=1,3,5,7
/proc/14052/stat : 14052 (java) S 14049 14052 12722 0 -1 4202496 6368 0 1 0 27 1 0 0 20 0 19 0 10361801 9856475136 7385 33554432000 1073741824 1073778376 140735622062256 140735622053392 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14052/statm: 2406366 7385 2220 9 0 2397043 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625464

[startup+0.30027 s]
/proc/loadavg: 2.23 2.12 2.03 2/195 14052
/proc/meminfo: memFree=31063300/32872528 swapFree=171816/177948
[pid=14052] ppid=14049 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/14052/stat : 14052 (java) S 14049 14052 12722 0 -1 4202496 8247 0 1 0 51 2 0 0 20 0 19 0 10361801 9856040960 8486 33554432000 1073741824 1073778376 140735622062256 140735622053392 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14052/statm: 2406260 8486 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.700237 s]
/proc/loadavg: 2.23 2.12 2.03 2/195 14052
/proc/meminfo: memFree=31063300/32872528 swapFree=171816/177948
[pid=14052] ppid=14049 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/14052/stat : 14052 (java) S 14049 14052 12722 0 -1 4202496 10277 0 1 0 107 2 0 0 20 0 19 0 10361801 9856040960 9741 33554432000 1073741824 1073778376 140735622062256 140735622053392 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14052/statm: 2406260 9741 2240 9 0 2396937 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.23 2.12 2.03 3/214 14071
/proc/meminfo: memFree=31032684/32872528 swapFree=171816/177948
[pid=14052] ppid=14049 vsize=9625040 CPUtime=1.94 cores=1,3,5,7
/proc/14052/stat : 14052 (java) S 14049 14052 12722 0 -1 4202496 10383 0 1 0 192 2 0 0 20 0 19 0 10361801 9856040960 9617 33554432000 1073741824 1073778376 140735622062256 140735622053392 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14052/statm: 2406260 9617 2241 9 0 2396937 0
[pid=14052/tid=14054] ppid=14049 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/14052/task/14054/stat : 14054 (java) R 14049 14052 12722 0 -1 4202560 2405 0 1 0 145 1 0 0 20 0 19 0 10361802 9856040960 9617 33554432000 1073741824 1073778376 140735622062256 140583817791992 140583689954673 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14052/tid=14055] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14055/stat : 14055 (java) S 14049 14052 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10361803 9856040960 9617 33554432000 1073741824 1073778376 140735622062256 140583661730344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14052/tid=14056] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14056/stat : 14056 (java) S 14049 14052 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10361803 9856040960 9617 33554432000 1073741824 1073778376 140735622062256 140583540615592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14052/tid=14057] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14057/stat : 14057 (java) S 14049 14052 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10361803 9856040960 9617 33554432000 1073741824 1073778376 140735622062256 140583660677416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14052/tid=14058] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14058/stat : 14058 (java) S 14049 14052 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10361803 9856040960 9617 33554432000 1073741824 1073778376 140735622062256 140583659624616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14052/tid=14059] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14059/stat : 14059 (java) S 14049 14052 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10361803 9856040960 9617 33554432000 1073741824 1073778376 140735622062256 140583658572840 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14052/tid=14060] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14060/stat : 14060 (java) S 14049 14052 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10361803 9856040960 9617 33554432000 1073741824 1073778376 140735622062256 140583657520040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14052/tid=14061] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14061/stat : 14061 (java) S 14049 14052 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10361803 9856040960 9617 33554432000 1073741824 1073778376 140735622062256 140583656467240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14052/tid=14062] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14062/stat : 14062 (java) S 14049 14052 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10361803 9856040960 9617 33554432000 1073741824 1073778376 140735622062256 140583655414440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14052/tid=14063] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14063/stat : 14063 (java) S 14049 14052 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10361804 9856040960 9617 33554432000 1073741824 1073778376 140735622062256 140583643003368 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14052/tid=14064] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14064/stat : 14064 (java) S 14049 14052 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10361804 9856040960 9617 33554432000 1073741824 1073778376 140735622062256 140583641949432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14052/tid=14065] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14065/stat : 14065 (java) S 14049 14052 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10361804 9856040960 9617 33554432000 1073741824 1073778376 140735622062256 140583640896520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14052/tid=14066] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14066/stat : 14066 (java) S 14049 14052 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10361807 9856040960 9617 33554432000 1073741824 1073778376 140735622062256 140583639845008 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14052/tid=14067] ppid=14049 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/14052/task/14067/stat : 14067 (java) S 14049 14052 12722 0 -1 4202560 3543 0 0 0 24 0 0 0 20 0 19 0 10361807 9856040960 9617 33554432000 1073741824 1073778376 140735622062256 140583638793144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14052/tid=14068] ppid=14049 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/14052/task/14068/stat : 14068 (java) S 14049 14052 12722 0 -1 4202560 3166 0 0 0 21 0 0 0 20 0 19 0 10361807 9856040960 9617 33554432000 1073741824 1073778376 140735622062256 140583637740344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14052/tid=14069] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14069/stat : 14069 (java) S 14049 14052 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10361807 9856040960 9617 33554432000 1073741824 1073778376 140735622062256 140583636687736 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14052/tid=14070] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14070/stat : 14070 (java) S 14049 14052 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10361807 9856040960 9617 33554432000 1073741824 1073778376 140735622062256 140583635635144 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14052/tid=14071] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14071/stat : 14071 (java) S 14049 14052 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10361815 9856040960 9617 33554432000 1073741824 1073778376 140735622062256 140583634482344 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 9625040

[startup+3.10071 s]
/proc/loadavg: 2.23 2.12 2.03 3/214 14071
/proc/meminfo: memFree=31030512/32872528 swapFree=171816/177948
[pid=14052] ppid=14049 vsize=9625040 CPUtime=3.54 cores=1,3,5,7
/proc/14052/stat : 14052 (java) S 14049 14052 12722 0 -1 4202496 10385 0 1 0 352 2 0 0 20 0 19 0 10361801 9856040960 10641 33554432000 1073741824 1073778376 140735622062256 140735622053392 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14052/statm: 2406260 10641 2241 9 0 2396937 0
[pid=14052/tid=14054] ppid=14049 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/14052/task/14054/stat : 14054 (java) R 14049 14052 12722 0 -1 4202560 2407 0 1 0 305 1 0 0 20 0 19 0 10361802 9856040960 10641 33554432000 1073741824 1073778376 140735622062256 140583817785008 140583689954740 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14052/tid=14055] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14055/stat : 14055 (java) S 14049 14052 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10361803 9856040960 10641 33554432000 1073741824 1073778376 140735622062256 140583661730344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14052/tid=14056] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14056/stat : 14056 (java) S 14049 14052 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10361803 9856040960 10641 33554432000 1073741824 1073778376 140735622062256 140583540615592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14052/tid=14057] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14057/stat : 14057 (java) S 14049 14052 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10361803 9856040960 10641 33554432000 1073741824 1073778376 140735622062256 140583660677416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14052/tid=14058] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14058/stat : 14058 (java) S 14049 14052 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10361803 9856040960 10641 33554432000 1073741824 1073778376 140735622062256 140583659624616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14052/tid=14059] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14059/stat : 14059 (java) S 14049 14052 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10361803 9856040960 10641 33554432000 1073741824 1073778376 140735622062256 140583658572840 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14052/tid=14060] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14060/stat : 14060 (java) S 14049 14052 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10361803 9856040960 10641 33554432000 1073741824 1073778376 140735622062256 140583657520040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14052/tid=14061] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14061/stat : 14061 (java) S 14049 14052 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10361803 9856040960 10641 33554432000 1073741824 1073778376 140735622062256 140583656467240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14052/tid=14062] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14062/stat : 14062 (java) S 14049 14052 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10361803 9856040960 10641 33554432000 1073741824 1073778376 140735622062256 140583655414440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14052/tid=14063] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14063/stat : 14063 (java) S 14049 14052 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10361804 9856040960 10641 33554432000 1073741824 1073778376 140735622062256 140583643003368 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14052/tid=14064] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14064/stat : 14064 (java) S 14049 14052 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10361804 9856040960 10641 33554432000 1073741824 1073778376 140735622062256 140583641949432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14052/tid=14065] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14065/stat : 14065 (java) S 14049 14052 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10361804 9856040960 10641 33554432000 1073741824 1073778376 140735622062256 140583640896520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14052/tid=14066] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14066/stat : 14066 (java) S 14049 14052 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10361807 9856040960 10641 33554432000 1073741824 1073778376 140735622062256 140583639845008 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14052/tid=14067] ppid=14049 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/14052/task/14067/stat : 14067 (java) S 14049 14052 12722 0 -1 4202560 3543 0 0 0 24 0 0 0 20 0 19 0 10361807 9856040960 10641 33554432000 1073741824 1073778376 140735622062256 140583638793144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14052/tid=14068] ppid=14049 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/14052/task/14068/stat : 14068 (java) S 14049 14052 12722 0 -1 4202560 3166 0 0 0 21 0 0 0 20 0 19 0 10361807 9856040960 10641 33554432000 1073741824 1073778376 140735622062256 140583637740344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14052/tid=14069] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14069/stat : 14069 (java) S 14049 14052 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10361807 9856040960 10641 33554432000 1073741824 1073778376 140735622062256 140583636687736 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14052/tid=14070] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14070/stat : 14070 (java) S 14049 14052 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10361807 9856040960 10641 33554432000 1073741824 1073778376 140735622062256 140583635635144 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14052/tid=14071] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14071/stat : 14071 (java) S 14049 14052 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10361815 9856040960 10641 33554432000 1073741824 1073778376 140735622062256 140583634482344 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.21 2.12 2.03 3/214 14071
/proc/meminfo: memFree=31018488/32872528 swapFree=171816/177948
[pid=14052] ppid=14049 vsize=9625040 CPUtime=6.74 cores=1,3,5,7
/proc/14052/stat : 14052 (java) S 14049 14052 12722 0 -1 4202496 10389 0 1 0 672 2 0 0 20 0 19 0 10361801 9856040960 11392 33554432000 1073741824 1073778376 140735622062256 140735622053392 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14052/statm: 2406260 11392 2242 9 0 2396937 0
[pid=14052/tid=14054] ppid=14049 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/14052/task/14054/stat : 14054 (java) R 14049 14052 12722 0 -1 4202560 2410 0 1 0 625 1 0 0 20 0 19 0 10361802 9856040960 11392 33554432000 1073741824 1073778376 140735622062256 140583817785008 140583689954758 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14052/tid=14055] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14055/stat : 14055 (java) S 14049 14052 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10361803 9856040960 11392 33554432000 1073741824 1073778376 140735622062256 140583661730344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14052/tid=14056] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14056/stat : 14056 (java) S 14049 14052 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10361803 9856040960 11392 33554432000 1073741824 1073778376 140735622062256 140583540615592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14052/tid=14057] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14057/stat : 14057 (java) S 14049 14052 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10361803 9856040960 11392 33554432000 1073741824 1073778376 140735622062256 140583660677416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14052/tid=14058] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14058/stat : 14058 (java) S 14049 14052 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10361803 9856040960 11392 33554432000 1073741824 1073778376 140735622062256 140583659624616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14052/tid=14059] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14059/stat : 14059 (java) S 14049 14052 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10361803 9856040960 11392 33554432000 1073741824 1073778376 140735622062256 140583658572840 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14052/tid=14060] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14060/stat : 14060 (java) S 14049 14052 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10361803 9856040960 11392 33554432000 1073741824 1073778376 140735622062256 140583657520040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14052/tid=14061] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14061/stat : 14061 (java) S 14049 14052 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10361803 9856040960 11392 33554432000 1073741824 1073778376 140735622062256 140583656467240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14052/tid=14062] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14062/stat : 14062 (java) S 14049 14052 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10361803 9856040960 11392 33554432000 1073741824 1073778376 140735622062256 140583655414440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14052/tid=14063] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14063/stat : 14063 (java) S 14049 14052 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10361804 9856040960 11392 33554432000 1073741824 1073778376 140735622062256 140583643003368 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14052/tid=14064] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14064/stat : 14064 (java) S 14049 14052 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10361804 9856040960 11392 33554432000 1073741824 1073778376 140735622062256 140583641949432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14052/tid=14065] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14065/stat : 14065 (java) S 14049 14052 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10361804 9856040960 11392 33554432000 1073741824 1073778376 140735622062256 140583640896520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14052/tid=14066] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14066/stat : 14066 (java) S 14049 14052 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10361807 9856040960 11392 33554432000 1073741824 1073778376 140735622062256 140583639845008 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14052/tid=14067] ppid=14049 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/14052/task/14067/stat : 14067 (java) S 14049 14052 12722 0 -1 4202560 3543 0 0 0 24 0 0 0 20 0 19 0 10361807 9856040960 11392 33554432000 1073741824 1073778376 140735622062256 140583638793144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14052/tid=14068] ppid=14049 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/14052/task/14068/stat : 14068 (java) S 14049 14052 12722 0 -1 4202560 3166 0 0 0 21 0 0 0 20 0 19 0 10361807 9856040960 11392 33554432000 1073741824 1073778376 140735622062256 140583637740344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14052/tid=14069] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14069/stat : 14069 (java) S 14049 14052 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10361807 9856040960 11392 33554432000 1073741824 1073778376 140735622062256 140583636687736 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14052/tid=14070] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14070/stat : 14070 (java) S 14049 14052 12722 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10361807 9856040960 11392 33554432000 1073741824 1073778376 140735622062256 140583635635144 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14052/tid=14071] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14071/stat : 14071 (java) S 14049 14052 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10361815 9856040960 11392 33554432000 1073741824 1073778376 140735622062256 140583634482344 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.74
Current children cumulated vsize (KiB) 9625040


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

[pid=14052/tid=14064] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14064/stat : 14064 (java) S 14049 14052 12722 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10361804 9856040960 51442 33554432000 1073741824 1073778376 140735622062256 140583641949432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14052/tid=14065] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14065/stat : 14065 (java) S 14049 14052 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10361804 9856040960 51442 33554432000 1073741824 1073778376 140735622062256 140583640896520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14052/tid=14066] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14066/stat : 14066 (java) S 14049 14052 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10361807 9856040960 51442 33554432000 1073741824 1073778376 140735622062256 140583639845008 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14052/tid=14067] ppid=14049 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/14052/task/14067/stat : 14067 (java) S 14049 14052 12722 0 -1 4202560 3551 0 0 0 26 0 0 0 20 0 19 0 10361807 9856040960 51442 33554432000 1073741824 1073778376 140735622062256 140583638793144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14052/tid=14068] ppid=14049 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/14052/task/14068/stat : 14068 (java) S 14049 14052 12722 0 -1 4202560 3166 0 0 0 21 0 0 0 20 0 19 0 10361807 9856040960 51442 33554432000 1073741824 1073778376 140735622062256 140583637740344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14052/tid=14069] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14069/stat : 14069 (java) S 14049 14052 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10361807 9856040960 51442 33554432000 1073741824 1073778376 140735622062256 140583636687736 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14052/tid=14070] ppid=14049 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/14052/task/14070/stat : 14070 (java) S 14049 14052 12722 0 -1 4202560 96 0 0 0 27 42 0 0 20 0 19 0 10361807 9856040960 51442 33554432000 1073741824 1073778376 140735622062256 140583635635144 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14052/tid=14071] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14071/stat : 14071 (java) S 14049 14052 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10361815 9856040960 51442 33554432000 1073741824 1073778376 140735622062256 140583634482344 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1663.42
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/214 14243
/proc/meminfo: memFree=30845948/32872528 swapFree=171816/177948
[pid=14052] ppid=14049 vsize=9625040 CPUtime=1723.5 cores=1,3,5,7
/proc/14052/stat : 14052 (java) S 14049 14052 12722 0 -1 4202496 11122 0 1 0 172295 55 0 0 20 0 19 0 10361801 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140735622053392 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14052/statm: 2406260 52938 2257 9 0 2396937 0
[pid=14052/tid=14054] ppid=14049 vsize=9625040 CPUtime=1722.29 cores=1,3,5,7
/proc/14052/task/14054/stat : 14054 (java) R 14049 14052 12722 0 -1 4202560 2472 0 1 0 172199 30 0 0 20 0 19 0 10361802 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583817792720 140583689954673 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14052/tid=14055] ppid=14049 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/14052/task/14055/stat : 14055 (java) S 14049 14052 12722 0 -1 4202560 159 0 0 0 4 0 0 0 20 0 19 0 10361803 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583661730344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14052/tid=14056] ppid=14049 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14052/task/14056/stat : 14056 (java) S 14049 14052 12722 0 -1 4202560 110 0 0 0 3 0 0 0 20 0 19 0 10361803 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583540615592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14052/tid=14057] ppid=14049 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14052/task/14057/stat : 14057 (java) S 14049 14052 12722 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 10361803 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583660677416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14052/tid=14058] ppid=14049 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14052/task/14058/stat : 14058 (java) S 14049 14052 12722 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 10361803 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583659624616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14052/tid=14059] ppid=14049 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14052/task/14059/stat : 14059 (java) S 14049 14052 12722 0 -1 4202560 120 0 0 0 2 0 0 0 20 0 19 0 10361803 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583658572840 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14052/tid=14060] ppid=14049 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14052/task/14060/stat : 14060 (java) S 14049 14052 12722 0 -1 4202560 29 0 0 0 1 0 0 0 20 0 19 0 10361803 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583657520040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14052/tid=14061] ppid=14049 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14052/task/14061/stat : 14061 (java) S 14049 14052 12722 0 -1 4202560 107 0 0 0 1 0 0 0 20 0 19 0 10361803 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583656467240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14052/tid=14062] ppid=14049 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14052/task/14062/stat : 14062 (java) S 14049 14052 12722 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 10361803 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583655414440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14052/tid=14063] ppid=14049 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14052/task/14063/stat : 14063 (java) S 14049 14052 12722 0 -1 4202560 15 0 0 0 1 1 0 0 20 0 19 0 10361804 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583643003368 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14052/tid=14064] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14064/stat : 14064 (java) S 14049 14052 12722 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10361804 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583641949432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14052/tid=14065] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14065/stat : 14065 (java) S 14049 14052 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10361804 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583640896520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14052/tid=14066] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14066/stat : 14066 (java) S 14049 14052 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10361807 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583639845008 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14052/tid=14067] ppid=14049 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/14052/task/14067/stat : 14067 (java) S 14049 14052 12722 0 -1 4202560 3551 0 0 0 26 0 0 0 20 0 19 0 10361807 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583638793144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14052/tid=14068] ppid=14049 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/14052/task/14068/stat : 14068 (java) S 14049 14052 12722 0 -1 4202560 3166 0 0 0 21 0 0 0 20 0 19 0 10361807 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583637740344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14052/tid=14069] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14069/stat : 14069 (java) S 14049 14052 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10361807 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583636687736 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14052/tid=14070] ppid=14049 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/14052/task/14070/stat : 14070 (java) S 14049 14052 12722 0 -1 4202560 100 0 0 0 28 43 0 0 20 0 19 0 10361807 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583635635144 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14052/tid=14071] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14071/stat : 14071 (java) S 14049 14052 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10361815 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583634482344 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1723.5
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/213 14244
/proc/meminfo: memFree=30845580/32872528 swapFree=171816/177948
[pid=14052] ppid=14049 vsize=9625040 CPUtime=1783.54 cores=1,3,5,7
/proc/14052/stat : 14052 (java) S 14049 14052 12722 0 -1 4202496 11126 0 1 0 178295 59 0 0 20 0 19 0 10361801 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140735622053392 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14052/statm: 2406260 52938 2257 9 0 2396937 0
[pid=14052/tid=14054] ppid=14049 vsize=9625040 CPUtime=1782.29 cores=1,3,5,7
/proc/14052/task/14054/stat : 14054 (java) R 14049 14052 12722 0 -1 4202560 2472 0 1 0 178198 31 0 0 20 0 19 0 10361802 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583817785008 140583689954673 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14052/tid=14055] ppid=14049 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/14052/task/14055/stat : 14055 (java) S 14049 14052 12722 0 -1 4202560 159 0 0 0 4 0 0 0 20 0 19 0 10361803 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583661730344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14052/tid=14056] ppid=14049 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14052/task/14056/stat : 14056 (java) S 14049 14052 12722 0 -1 4202560 110 0 0 0 3 0 0 0 20 0 19 0 10361803 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583540615592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14052/tid=14057] ppid=14049 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14052/task/14057/stat : 14057 (java) S 14049 14052 12722 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 10361803 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583660677416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14052/tid=14058] ppid=14049 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14052/task/14058/stat : 14058 (java) S 14049 14052 12722 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 10361803 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583659624616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14052/tid=14059] ppid=14049 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14052/task/14059/stat : 14059 (java) S 14049 14052 12722 0 -1 4202560 120 0 0 0 2 0 0 0 20 0 19 0 10361803 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583658572840 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14052/tid=14060] ppid=14049 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14052/task/14060/stat : 14060 (java) S 14049 14052 12722 0 -1 4202560 29 0 0 0 1 0 0 0 20 0 19 0 10361803 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583657520040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14052/tid=14061] ppid=14049 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14052/task/14061/stat : 14061 (java) S 14049 14052 12722 0 -1 4202560 107 0 0 0 1 0 0 0 20 0 19 0 10361803 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583656467240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14052/tid=14062] ppid=14049 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14052/task/14062/stat : 14062 (java) S 14049 14052 12722 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 10361803 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583655414440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14052/tid=14063] ppid=14049 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14052/task/14063/stat : 14063 (java) S 14049 14052 12722 0 -1 4202560 15 0 0 0 1 1 0 0 20 0 19 0 10361804 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583643003368 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14052/tid=14064] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14064/stat : 14064 (java) S 14049 14052 12722 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10361804 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583641949432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14052/tid=14065] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14065/stat : 14065 (java) S 14049 14052 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10361804 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583640896520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14052/tid=14066] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14066/stat : 14066 (java) S 14049 14052 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10361807 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583639845008 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14052/tid=14067] ppid=14049 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/14052/task/14067/stat : 14067 (java) S 14049 14052 12722 0 -1 4202560 3551 0 0 0 26 0 0 0 20 0 19 0 10361807 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583638793144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14052/tid=14068] ppid=14049 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/14052/task/14068/stat : 14068 (java) S 14049 14052 12722 0 -1 4202560 3166 0 0 0 21 0 0 0 20 0 19 0 10361807 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583637740344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14052/tid=14069] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14069/stat : 14069 (java) S 14049 14052 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10361807 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583636687736 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14052/tid=14070] ppid=14049 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/14052/task/14070/stat : 14070 (java) S 14049 14052 12722 0 -1 4202560 104 0 0 0 29 45 0 0 20 0 19 0 10361807 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583635635144 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14052/tid=14071] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14071/stat : 14071 (java) S 14049 14052 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10361815 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583634482344 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1783.54
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.8 s]
/proc/loadavg: 2.05 2.04 2.00 3/213 14244
/proc/meminfo: memFree=30845380/32872528 swapFree=171816/177948
[pid=14052] ppid=14049 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/14052/stat : 14052 (java) S 14049 14052 12722 0 -1 4202496 11126 0 1 0 179945 59 0 0 20 0 19 0 10361801 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140735622053392 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14052/statm: 2406260 52938 2257 9 0 2396937 0
[pid=14052/tid=14054] ppid=14049 vsize=9625040 CPUtime=1798.79 cores=1,3,5,7
/proc/14052/task/14054/stat : 14054 (java) R 14049 14052 12722 0 -1 4202560 2472 0 1 0 179848 31 0 0 20 0 19 0 10361802 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583817785008 140583689955256 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14052/tid=14055] ppid=14049 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/14052/task/14055/stat : 14055 (java) S 14049 14052 12722 0 -1 4202560 159 0 0 0 4 0 0 0 20 0 19 0 10361803 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583661730344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14052/tid=14056] ppid=14049 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14052/task/14056/stat : 14056 (java) S 14049 14052 12722 0 -1 4202560 110 0 0 0 3 0 0 0 20 0 19 0 10361803 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583540615592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14052/tid=14057] ppid=14049 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14052/task/14057/stat : 14057 (java) S 14049 14052 12722 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 10361803 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583660677416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14052/tid=14058] ppid=14049 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14052/task/14058/stat : 14058 (java) S 14049 14052 12722 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 10361803 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583659624616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14052/tid=14059] ppid=14049 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14052/task/14059/stat : 14059 (java) S 14049 14052 12722 0 -1 4202560 120 0 0 0 2 0 0 0 20 0 19 0 10361803 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583658572840 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14052/tid=14060] ppid=14049 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14052/task/14060/stat : 14060 (java) S 14049 14052 12722 0 -1 4202560 29 0 0 0 1 0 0 0 20 0 19 0 10361803 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583657520040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14052/tid=14061] ppid=14049 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14052/task/14061/stat : 14061 (java) S 14049 14052 12722 0 -1 4202560 107 0 0 0 1 0 0 0 20 0 19 0 10361803 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583656467240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14052/tid=14062] ppid=14049 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14052/task/14062/stat : 14062 (java) S 14049 14052 12722 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 10361803 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583655414440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14052/tid=14063] ppid=14049 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14052/task/14063/stat : 14063 (java) S 14049 14052 12722 0 -1 4202560 15 0 0 0 1 1 0 0 20 0 19 0 10361804 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583643003368 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14052/tid=14064] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14064/stat : 14064 (java) S 14049 14052 12722 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10361804 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583641949432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14052/tid=14065] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14065/stat : 14065 (java) S 14049 14052 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10361804 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583640896520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14052/tid=14066] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14066/stat : 14066 (java) S 14049 14052 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10361807 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583639845008 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14052/tid=14067] ppid=14049 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/14052/task/14067/stat : 14067 (java) S 14049 14052 12722 0 -1 4202560 3551 0 0 0 26 0 0 0 20 0 19 0 10361807 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583638793144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14052/tid=14068] ppid=14049 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/14052/task/14068/stat : 14068 (java) S 14049 14052 12722 0 -1 4202560 3166 0 0 0 21 0 0 0 20 0 19 0 10361807 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583637740344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14052/tid=14069] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14069/stat : 14069 (java) S 14049 14052 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10361807 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583636687736 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14052/tid=14070] ppid=14049 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/14052/task/14070/stat : 14070 (java) S 14049 14052 12722 0 -1 4202560 104 0 0 0 29 46 0 0 20 0 19 0 10361807 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583635635144 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14052/tid=14071] ppid=14049 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14052/task/14071/stat : 14071 (java) S 14049 14052 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10361815 9856040960 52938 33554432000 1073741824 1073778376 140735622062256 140583634482344 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 14052 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1798.84
CPU time (s): 1800.5
CPU user time (s): 1799.58
CPU system time (s): 0.921859
CPU usage (%): 100.092
Max. virtual memory (cumulated for all children) (KiB): 9625464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.58
system time used= 0.921859
maximum resident set size= 211908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11172
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38127
involuntary context switches= 2448

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.89065 second user time and 15.3057 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-30 21:01:45
IDJOB=4121054
IDBENCH=110261
IDSOLVER=2546
FILE ID=node105/4121054-1467313305
RUNJOBID= node105-1467308726-12739
PBS_JOBID= 20005269
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-fixed-bandwidth-27.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121054-1467313305/watcher-4121054-1467313305 -o /tmp/evaluation-result-4121054-1467313305/solver-4121054-1467313305 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1467308726-12739 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4121054-1467313305.opb

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

MD5SUM BENCH= f4cccbac4e8884c7988a129175b2cb13
RANDOM SEED=1897290301

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.487
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.487
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:        31063828 kB
Buffers:          144264 kB
Cached:           539740 kB
SwapCached:            0 kB
Active:           469560 kB
Inactive:         419708 kB
Active(anon):     200004 kB
Inactive(anon):     7948 kB
Active(file):     269556 kB
Inactive(file):   411760 kB
Unevictable:      177948 kB
Mlocked:          171816 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               844 kB
Writeback:             0 kB
AnonPages:        382812 kB
Mapped:            22084 kB
Shmem:               204 kB
Slab:             611140 kB
SReclaimable:      54948 kB
SUnreclaim:       556192 kB
KernelStack:        1616 kB
PageTables:         5156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     866888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    188416 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 node105 at 2016-06-30 21:31:44