Trace number 4100794

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.05 895.073

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-capri.opb
MD5SUM045a73dda564043a5f702f829082d89b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7817
Total number of constraints402
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints402
Minimum length of a constraint11
Maximum length of a constraint647
Number of terms in the objective function 580
Biggest coefficient in the objective function 32953
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 524724
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 524837
Number of bits of the biggest sum of numbers20
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.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4100794-1466211529.opb
0.09/0.12	c reading problem ... 
0.09/0.13	c  objective function found
1.13/0.55	c ... done. Wall clock time 0.425s.
1.13/0.55	c declared #vars     7817
1.13/0.55	c #constraints  544
1.13/0.55	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.13/0.55	c constraints type 
1.13/0.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1
1.13/0.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 543
1.13/0.55	c 544 constraints processed.
1.13/0.55	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.13/0.55	c constraints type 
1.13/0.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1
1.13/0.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 543
1.13/0.55	c 544 constraints processed.
1.13/0.55	c objective function length is 580 literals
3.86/1.38	c cleaning 2494 clauses out of 4999 with flag 12999/5001
4.87/1.70	c cleaning 4250 clauses out of 8505 with flag 28012/11001
5.49/2.02	c cleaning 5621 clauses out of 11256 with flag 42838/18002
7.03/2.75	c cleaning 6815 clauses out of 13633 with flag 59438/26000
8.87/3.67	c cleaning 7904 clauses out of 15818 with flag 78984/35000
9.93/4.18	c cleaning 8958 clauses out of 17915 with flag 100410/45001
11.73/5.01	c cleaning 9978 clauses out of 19956 with flag 123225/56000
14.12/6.25	c cleaning 10982 clauses out of 21980 with flag 148108/68002
17.04/7.64	c cleaning 11993 clauses out of 23997 with flag 176026/81001
19.93/9.09	c cleaning 12995 clauses out of 26003 with flag 206149/95000
23.33/10.73	c cleaning 14003 clauses out of 28008 with flag 238227/110000
27.32/12.79	c cleaning 15000 clauses out of 30006 with flag 271750/126001
30.23/14.13	c cleaning 15991 clauses out of 32005 with flag 307073/143002
34.22/16.17	c cleaning 17003 clauses out of 34012 with flag 347974/161000
40.71/19.34	c cleaning 18002 clauses out of 36010 with flag 388013/180001
47.90/22.96	c cleaning 18997 clauses out of 38007 with flag 430237/200000
54.60/26.25	c cleaning 20001 clauses out of 40010 with flag 474521/221000
58.91/28.30	c cleaning 21001 clauses out of 42002 with flag 520558/243000
63.36/30.59	c cleaning 21986 clauses out of 44000 with flag 573689/266000
69.49/33.52	c cleaning 22999 clauses out of 46014 with flag 629603/290000
77.89/37.77	c cleaning 24001 clauses out of 48015 with flag 681854/315000
86.49/42.09	c cleaning 25001 clauses out of 50014 with flag 737867/341000
95.65/46.52	c cleaning 26000 clauses out of 52015 with flag 809102/368002
104.65/50.96	c cleaning 27004 clauses out of 54013 with flag 895630/396000
107.45/52.32	c cleaning 0 clauses out of 5002 with flag 0/5002
114.53/55.77	c cleaning 28001 clauses out of 56010 with flag 982659/425001
123.41/60.19	c cleaning 29001 clauses out of 58009 with flag 1066060/455001
134.54/65.69	c cleaning 29998 clauses out of 60009 with flag 1160590/486002
146.24/71.42	c cleaning 30999 clauses out of 62009 with flag 1254525/518000
158.91/77.77	c cleaning 32004 clauses out of 64011 with flag 1349529/551001
172.78/84.62	c cleaning 33002 clauses out of 66008 with flag 1442404/585002
181.18/88.86	c cleaning 0 clauses out of 11001 with flag 0/11001
184.98/90.78	c cleaning 33998 clauses out of 68007 with flag 1537182/620003
198.45/97.43	c cleaning 35000 clauses out of 70006 with flag 1636308/656000
214.15/105.20	c cleaning 36001 clauses out of 72007 with flag 1738317/693001
231.65/114.30	c cleaning 36997 clauses out of 74007 with flag 1849488/731002
240.66/118.86	c cleaning 37972 clauses out of 76008 with flag 1951645/770000
251.47/124.26	c cleaning 39003 clauses out of 78036 with flag 2056342/810000
263.53/130.27	c cleaning 40008 clauses out of 80033 with flag 2153956/851000
272.00/134.44	c cleaning 41005 clauses out of 82022 with flag 2277106/893000
283.99/140.46	c cleaning 42001 clauses out of 84017 with flag 2424795/936000
304.29/150.57	c cleaning 43002 clauses out of 86017 with flag 2581550/980001
314.40/155.55	c cleaning 0 clauses out of 18000 with flag 0/18000
321.41/159.07	c cleaning 44002 clauses out of 88014 with flag 2689206/1025000
345.78/171.19	c cleaning 45003 clauses out of 90015 with flag 2785733/1071003
371.13/183.71	c cleaning 46004 clauses out of 92011 with flag 2885636/1118002
397.47/196.87	c cleaning 46999 clauses out of 94007 with flag 2987341/1166002
426.50/211.21	c cleaning 48000 clauses out of 96006 with flag 3089401/1215000
440.82/218.35	c cleaning 48997 clauses out of 98006 with flag 3204551/1265000
450.22/223.07	c cleaning 50004 clauses out of 100009 with flag 3334691/1316000
466.95/231.37	c cleaning 50988 clauses out of 102005 with flag 3497484/1368000
488.70/242.13	c cleaning 51994 clauses out of 104018 with flag 3663881/1421001
508.81/252.15	c cleaning 52999 clauses out of 106020 with flag 3828725/1475000
541.27/268.27	c cleaning 53994 clauses out of 108032 with flag 4002336/1530011
576.07/285.51	c cleaning 55004 clauses out of 110027 with flag 4147699/1586000
604.22/299.58	c cleaning 56004 clauses out of 112023 with flag 4271768/1643000
609.82/302.33	c cleaning 0 clauses out of 26001 with flag 0/26001
638.39/316.54	c cleaning 57001 clauses out of 114020 with flag 4423704/1701001
673.69/334.11	c cleaning 57998 clauses out of 116020 with flag 4572757/1760002
695.02/344.75	c cleaning 59005 clauses out of 118020 with flag 4734193/1820000
728.91/361.54	c cleaning 60001 clauses out of 120015 with flag 4907608/1881000
759.44/376.66	c cleaning 61002 clauses out of 122017 with flag 5082309/1943003
786.60/390.18	c cleaning 61997 clauses out of 124012 with flag 5261929/2006000
810.79/402.18	c cleaning 62999 clauses out of 126015 with flag 5417748/2070000
873.98/434.24	c cleaning 64006 clauses out of 128019 with flag 5563853/2135003
938.03/466.18	c cleaning 64993 clauses out of 130010 with flag 5705541/2201000
1006.08/500.00	c cleaning 66001 clauses out of 132018 with flag 5850777/2268001
1059.81/526.75	c cleaning 0 clauses out of 35000 with flag 0/35000
1069.34/531.44	c cleaning 66997 clauses out of 134016 with flag 5995882/2336000
1097.03/545.21	c cleaning 68003 clauses out of 136020 with flag 6159759/2405001
1120.55/556.97	c cleaning 69004 clauses out of 138016 with flag 6369546/2475000
1166.65/579.82	c cleaning 69994 clauses out of 140012 with flag 6563084/2546000
1212.47/602.69	c cleaning 71000 clauses out of 142018 with flag 6752780/2618000
1259.51/626.05	c cleaning 72002 clauses out of 144018 with flag 6945880/2691000
1308.02/650.17	c cleaning 73007 clauses out of 146018 with flag 7142250/2765002
1366.39/679.20	c cleaning 74005 clauses out of 148010 with flag 7340802/2840001
1421.08/706.48	c cleaning 74994 clauses out of 150004 with flag 7524198/2916000
1496.17/743.87	c cleaning 75995 clauses out of 152010 with flag 7687438/2993000
1586.00/788.50	c cleaning 76996 clauses out of 154015 with flag 7857774/3071000
1670.63/830.61	c cleaning 0 clauses out of 45004 with flag 0/45004
1675.21/832.96	c cleaning 78001 clauses out of 156019 with flag 8030744/3150000
1764.24/877.22	c cleaning 79003 clauses out of 158020 with flag 8200489/3230002
1800.05/895.00	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/895.00	c starts		: 2851
1800.05/895.00	c conflicts		: 3276610
1800.05/895.00	c decisions		: 4152658
1800.05/895.00	c propagations		: 35853842
1800.05/895.00	c inspects		: 16253476871
1800.05/895.00	c shortcuts		: 0
1800.05/895.00	c learnt literals	: 18
1800.05/895.00	c learnt binary clauses	: 34
1800.05/895.00	c learnt ternary clauses	: 68
1800.05/895.00	c learnt constraints	: 3276592
1800.05/895.00	c ignored constraints	: 0
1800.05/895.00	c root simplifications	: 0
1800.05/895.00	c removed literals (reason simplification)	: 11735578
1800.05/895.00	c reason swapping (by a shorter reason)	: 0
1800.05/895.00	c Calls to reduceDB	: 76
1800.05/895.00	c Number of update (reduction) of LBD	: 271631
1800.05/895.00	c Imported unit clauses	: 0
1800.05/895.00	c number of reductions to clauses (during analyze)	: 0
1800.05/895.00	c number of learned constraints concerned by reduction	: 0
1800.05/895.00	c number of learning phase by resolution	: 0
1800.05/895.00	c number of learning phase by cutting planes	: 0
1800.05/895.00	c speed (assignments/second)	: 40085.828133542476
1800.05/895.00	c non guided choices	139025
1800.05/895.03	c learnt constraints type 
1800.05/895.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 34
1800.05/895.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 125592
1800.05/895.03	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/895.03	c starts		: 66
1800.05/895.03	c conflicts		: 46610
1800.05/895.03	c decisions		: 154476
1800.05/895.03	c propagations		: 700990
1800.05/895.03	c inspects		: 816508065
1800.05/895.03	c shortcuts		: 0
1800.05/895.03	c learnt literals	: 0
1800.05/895.03	c learnt binary clauses	: 0
1800.05/895.03	c learnt ternary clauses	: 0
1800.05/895.03	c learnt constraints	: 46610
1800.05/895.03	c ignored constraints	: 0
1800.05/895.03	c root simplifications	: 0
1800.05/895.03	c removed literals (reason simplification)	: 0
1800.05/895.03	c reason swapping (by a shorter reason)	: 0
1800.05/895.03	c Calls to reduceDB	: 6
1800.05/895.03	c Number of update (reduction) of LBD	: 0
1800.05/895.03	c Imported unit clauses	: 0
1800.05/895.03	c number of reductions to clauses (during analyze)	: 0
1800.05/895.03	c number of learned constraints concerned by reduction	: 0
1800.05/895.03	c number of learning phase by resolution	: 0
1800.05/895.03	c number of learning phase by cutting planes	: 0
1800.05/895.03	c speed (assignments/second)	: 783.7124125717761
1800.05/895.03	c non guided choices	0
1800.05/895.05	c learnt constraints type 
1800.05/895.05	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 13722
1800.05/895.05	c org.sat4j.pb.constraints.pb.MaxWatchPb => 32888
1800.05/895.05	s UNKNOWN
1800.05/895.05	c Total wall clock time (in seconds): 894.92

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-4100794-1466211529/watcher-4100794-1466211529 -o /tmp/evaluation-result-4100794-1466211529/solver-4100794-1466211529 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466206100-1315 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4100794-1466211529.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.25 4.16 4.10 4/197 3248
/proc/meminfo: memFree=27890544/32872528 swapFree=877056/942464
[pid=3248] ppid=3245 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/3248/stat : 3248 (java) D 3245 3248 1299 0 -1 4202496 533 0 0 0 0 0 0 0 20 0 1 0 23201850 9515008 185 33554432000 1073741824 1073778376 140736922158720 140736922147784 213183982887 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/3248/statm: 2323 185 143 9 0 71 0

[startup+0.100058 s]
/proc/loadavg: 4.25 4.16 4.10 4/197 3248
/proc/meminfo: memFree=27890544/32872528 swapFree=877056/942464
[pid=3248] ppid=3245 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/3248/stat : 3248 (java) S 3245 3248 1299 0 -1 4202496 4450 0 1 0 8 1 0 0 20 0 18 0 23201850 9787879424 5579 33554432000 1073741824 1073778376 140736922158720 140736922149856 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3248/statm: 2389619 5579 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200257 s]
/proc/loadavg: 4.25 4.16 4.10 4/197 3248
/proc/meminfo: memFree=27890544/32872528 swapFree=877056/942464
[pid=3248] ppid=3245 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/3248/stat : 3248 (java) S 3245 3248 1299 0 -1 4202496 4757 0 1 0 23 2 0 0 20 0 18 0 23201850 9787879424 6365 33554432000 1073741824 1073778376 140736922158720 140736922149856 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3248/statm: 2389619 6365 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300271 s]
/proc/loadavg: 4.25 4.16 4.10 4/197 3248
/proc/meminfo: memFree=27890544/32872528 swapFree=877056/942464
[pid=3248] ppid=3245 vsize=9558476 CPUtime=0.54 cores=0,2,4,6
/proc/3248/stat : 3248 (java) S 3245 3248 1299 0 -1 4202496 10130 0 1 0 51 3 0 0 20 0 18 0 23201850 9787879424 11893 33554432000 1073741824 1073778376 140736922158720 140736922149856 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3248/statm: 2389619 11913 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.700188 s]
/proc/loadavg: 4.25 4.16 4.10 4/197 3248
/proc/meminfo: memFree=27890544/32872528 swapFree=877056/942464
[pid=3248] ppid=3245 vsize=9824732 CPUtime=1.83 cores=0,2,4,6
/proc/3248/stat : 3248 (java) S 3245 3248 1299 0 -1 4202496 14965 0 1 0 179 4 0 0 20 0 22 0 23201850 10060525568 25246 33554432000 1073741824 1073778376 140736922158720 140736922149856 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3248/statm: 2456183 25246 2271 9 0 2446860 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 9824732

[startup+1.50083 s]
/proc/loadavg: 4.25 4.16 4.10 6/219 3270
/proc/meminfo: memFree=27709220/32872528 swapFree=877056/942464
[pid=3248] ppid=3245 vsize=9824732 CPUtime=4.36 cores=0,2,4,6
/proc/3248/stat : 3248 (java) S 3245 3248 1299 0 -1 4202496 15410 0 1 0 428 8 0 0 20 0 22 0 23201850 10060525568 52605 33554432000 1073741824 1073778376 140736922158720 140736922149856 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3248/statm: 2456183 52605 2292 9 0 2446860 0
[pid=3248/tid=3250] ppid=3245 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/3248/task/3250/stat : 3250 (java) S 3245 3248 1299 0 -1 4202560 2494 0 1 0 50 2 0 0 20 0 22 0 23201851 10060525568 52605 33554432000 1073741824 1073778376 140736922158720 140504553005944 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3248/tid=3251] ppid=3245 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/3248/task/3251/stat : 3251 (java) S 3245 3248 1299 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 22 0 23201852 10060525568 52605 33554432000 1073741824 1073778376 140736922158720 140504491736104 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3248/tid=3252] ppid=3245 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/3248/task/3252/stat : 3252 (java) S 3245 3248 1299 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 23201852 10060525568 52605 33554432000 1073741824 1073778376 140736922158720 140504490683304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3248/tid=3253] ppid=3245 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/3248/task/3253/stat : 3253 (java) S 3245 3248 1299 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 23201852 10060525568 52605 33554432000 1073741824 1073778376 140736922158720 140504489630504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3248/tid=3254] ppid=3245 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/3248/task/3254/stat : 3254 (java) S 3245 3248 1299 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 23201852 10060525568 52605 33554432000 1073741824 1073778376 140736922158720 140504488577704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3248/tid=3255] ppid=3245 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/3248/task/3255/stat : 3255 (java) S 3245 3248 1299 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 23201852 10060525568 52605 33554432000 1073741824 1073778376 140736922158720 140504487524904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3248/tid=3256] ppid=3245 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/3248/task/3256/stat : 3256 (java) S 3245 3248 1299 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 23201852 10060525568 52605 33554432000 1073741824 1073778376 140736922158720 140504391694760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3248/tid=3257] ppid=3245 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/3248/task/3257/stat : 3257 (java) S 3245 3248 1299 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 23201852 10060525568 52605 33554432000 1073741824 1073778376 140736922158720 140504390641960 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3248/tid=3258] ppid=3245 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/3248/task/3258/stat : 3258 (java) S 3245 3248 1299 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 23201852 10060525568 52605 33554432000 1073741824 1073778376 140736922158720 140504389589160 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3248/tid=3259] ppid=3245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3248/task/3259/stat : 3259 (java) S 3245 3248 1299 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 23201854 10060525568 52605 33554432000 1073741824 1073778376 140736922158720 140504377179112 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3248/tid=3260] ppid=3245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3248/task/3260/stat : 3260 (java) S 3245 3248 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23201854 10060525568 52605 33554432000 1073741824 1073778376 140736922158720 140504376125176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3248/tid=3261] ppid=3245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3248/task/3261/stat : 3261 (java) S 3245 3248 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23201854 10060525568 52605 33554432000 1073741824 1073778376 140736922158720 140504375072264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3248/tid=3262] ppid=3245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3248/task/3262/stat : 3262 (java) S 3245 3248 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23201857 10060525568 52605 33554432000 1073741824 1073778376 140736922158720 140504374020752 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3248/tid=3263] ppid=3245 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/3248/task/3263/stat : 3263 (java) R 3245 3248 1299 0 -1 4202560 6969 0 0 0 89 0 0 0 20 0 22 0 23201857 10060525568 52605 33554432000 1073741824 1073778376 140736922158720 140504372955152 140504558852261 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=3248/tid=3264] ppid=3245 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/3248/task/3264/stat : 3264 (java) S 3245 3248 1299 0 -1 4202560 4423 0 0 0 93 0 0 0 20 0 22 0 23201857 10060525568 52605 33554432000 1073741824 1073778376 140736922158720 140504371915064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3248/tid=3265] ppid=3245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3248/task/3265/stat : 3265 (java) S 3245 3248 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23201857 10060525568 52605 33554432000 1073741824 1073778376 140736922158720 140504370862456 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3248/tid=3266] ppid=3245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3248/task/3266/stat : 3266 (java) S 3245 3248 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23201857 10060525568 52605 33554432000 1073741824 1073778376 140736922158720 140504369809864 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3248/tid=3267] ppid=3245 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/3248/task/3267/stat : 3267 (java) R 3245 3248 1299 0 -1 4202560 33 0 0 0 85 0 0 0 20 0 22 0 23201906 10060525568 52605 33554432000 1073741824 1073778376 140736922158720 140504368753976 140504493651498 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3248/tid=3268] ppid=3245 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/3248/task/3268/stat : 3268 (java) R 3245 3248 1299 0 -1 4202560 61 0 0 0 86 0 0 0 20 0 22 0 23201906 10060525568 52605 33554432000 1073741824 1073778376 140736922158720 140504367702056 140504493578693 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3248/tid=3269] ppid=3245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3248/task/3269/stat : 3269 (java) S 3245 3248 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23201908 10060525568 52605 33554432000 1073741824 1073778376 140736922158720 140504366650792 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3248/tid=3270] ppid=3245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3248/task/3270/stat : 3270 (java) S 3245 3248 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23201909 10060525568 52605 33554432000 1073741824 1073778376 140736922158720 140504365597992 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 9824732

[startup+3.10084 s]
/proc/loadavg: 4.25 4.16 4.10 7/219 3270
/proc/meminfo: memFree=27607752/32872528 swapFree=877056/942464
[pid=3248] ppid=3245 vsize=9824732 CPUtime=7.85 cores=0,2,4,6
/proc/3248/stat : 3248 (java) S 3245 3248 1299 0 -1 4202496 15678 0 1 0 771 14 0 0 20 0 22 0 23201850 10060525568 88090 33554432000 1073741824 1073778376 140736922158720 140736922149856 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3248/statm: 2456183 88090 2292 9 0 2446860 0
[pid=3248/tid=3250] ppid=3245 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/3248/task/3250/stat : 3250 (java) S 3245 3248 1299 0 -1 4202560 2494 0 1 0 50 2 0 0 20 0 22 0 23201851 10060525568 88090 33554432000 1073741824 1073778376 140736922158720 140504553005944 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3248/tid=3251] ppid=3245 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/3248/task/3251/stat : 3251 (java) S 3245 3248 1299 0 -1 4202560 32 0 0 0 3 0 0 0 20 0 22 0 23201852 10060525568 88090 33554432000 1073741824 1073778376 140736922158720 140504491736104 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3248/tid=3252] ppid=3245 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/3248/task/3252/stat : 3252 (java) S 3245 3248 1299 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 23201852 10060525568 88090 33554432000 1073741824 1073778376 140736922158720 140504490683304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3248/tid=3253] ppid=3245 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/3248/task/3253/stat : 3253 (java) S 3245 3248 1299 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 23201852 10060525568 88090 33554432000 1073741824 1073778376 140736922158720 140504489630504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3248/tid=3254] ppid=3245 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/3248/task/3254/stat : 3254 (java) S 3245 3248 1299 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 22 0 23201852 10060525568 88090 33554432000 1073741824 1073778376 140736922158720 140504488577704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3248/tid=3255] ppid=3245 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/3248/task/3255/stat : 3255 (java) S 3245 3248 1299 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 22 0 23201852 10060525568 88090 33554432000 1073741824 1073778376 140736922158720 140504487524904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3248/tid=3256] ppid=3245 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/3248/task/3256/stat : 3256 (java) S 3245 3248 1299 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 23201852 10060525568 88090 33554432000 1073741824 1073778376 140736922158720 140504391694760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3248/tid=3257] ppid=3245 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/3248/task/3257/stat : 3257 (java) S 3245 3248 1299 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 23201852 10060525568 88090 33554432000 1073741824 1073778376 140736922158720 140504390641960 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3248/tid=3258] ppid=3245 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/3248/task/3258/stat : 3258 (java) S 3245 3248 1299 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 23201852 10060525568 88090 33554432000 1073741824 1073778376 140736922158720 140504389589160 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3248/tid=3259] ppid=3245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3248/task/3259/stat : 3259 (java) S 3245 3248 1299 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 23201854 10060525568 88090 33554432000 1073741824 1073778376 140736922158720 140504377179112 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3248/tid=3260] ppid=3245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3248/task/3260/stat : 3260 (java) S 3245 3248 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23201854 10060525568 88090 33554432000 1073741824 1073778376 140736922158720 140504376125176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3248/tid=3261] ppid=3245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3248/task/3261/stat : 3261 (java) S 3245 3248 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23201854 10060525568 88090 33554432000 1073741824 1073778376 140736922158720 140504375072264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3248/tid=3262] ppid=3245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3248/task/3262/stat : 3262 (java) S 3245 3248 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23201857 10060525568 88090 33554432000 1073741824 1073778376 140736922158720 140504374020752 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3248/tid=3263] ppid=3245 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/3248/task/3263/stat : 3263 (java) S 3245 3248 1299 0 -1 4202560 6991 0 0 0 107 0 0 0 20 0 22 0 23201857 10060525568 88090 33554432000 1073741824 1073778376 140736922158720 140504372967864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3248/tid=3264] ppid=3245 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/3248/task/3264/stat : 3264 (java) S 3245 3248 1299 0 -1 4202560 4429 0 0 0 99 0 0 0 20 0 22 0 23201857 10060525568 88090 33554432000 1073741824 1073778376 140736922158720 140504371915064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3248/tid=3265] ppid=3245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3248/task/3265/stat : 3265 (java) S 3245 3248 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23201857 10060525568 88090 33554432000 1073741824 1073778376 140736922158720 140504370862456 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3248/tid=3266] ppid=3245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3248/task/3266/stat : 3266 (java) S 3245 3248 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23201857 10060525568 88090 33554432000 1073741824 1073778376 140736922158720 140504369809864 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3248/tid=3267] ppid=3245 vsize=9824732 CPUtime=2.4 cores=0,2,4,6
/proc/3248/task/3267/stat : 3267 (java) R 3245 3248 1299 0 -1 4202560 34 0 0 0 240 0 0 0 20 0 22 0 23201906 10060525568 88090 33554432000 1073741824 1073778376 140736922158720 140504368755816 140504493370087 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=3248/tid=3268] ppid=3245 vsize=9824732 CPUtime=2.42 cores=0,2,4,6
/proc/3248/task/3268/stat : 3268 (java) R 3245 3248 1299 0 -1 4202560 116 0 0 0 240 2 0 0 20 0 22 0 23201906 10060525568 88090 33554432000 1073741824 1073778376 140736922158720 140504367702696 140504493635779 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3248/tid=3269] ppid=3245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3248/task/3269/stat : 3269 (java) S 3245 3248 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23201908 10060525568 88090 33554432000 1073741824 1073778376 140736922158720 140504366650792 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3248/tid=3270] ppid=3245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3248/task/3270/stat : 3270 (java) S 3245 3248 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23201909 10060525568 88090 33554432000 1073741824 1073778376 140736922158720 140504365597992 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.85
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.23 4.15 4.10 5/219 3270
/proc/meminfo: memFree=27483272/32872528 swapFree=877056/942464
[pid=3248] ppid=3245 vsize=9824732 CPUtime=14.33 cores=0,2,4,6
/proc/3248/stat : 3248 (java) S 3245 3248 1299 0 -1 4202496 15880 0 1 0 1413 20 0 0 20 0 22 0 23201850 10060525568 137650 33554432000 1073741824 1073778376 140736922158720 140736922149856 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3248/statm: 2456183 137650 2292 9 0 2446860 0
[pid=3248/tid=3250] ppid=3245 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/3248/task/3250/stat : 3250 (java) S 3245 3248 1299 0 -1 4202560 2494 0 1 0 50 2 0 0 20 0 22 0 23201851 10060525568 137650 33554432000 1073741824 1073778376 140736922158720 140504553005944 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3248/tid=3251] ppid=3245 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/3248/task/3251/stat : 3251 (java) S 3245 3248 1299 0 -1 4202560 36 0 0 0 5 0 0 0 20 0 22 0 23201852 10060525568 137650 33554432000 1073741824 1073778376 140736922158720 140504491736104 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3248/tid=3252] ppid=3245 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/3248/task/3252/stat : 3252 (java) S 3245 3248 1299 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 23201852 10060525568 137650 33554432000 1073741824 1073778376 140736922158720 140504490683304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3248/tid=3253] ppid=3245 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/3248/task/3253/stat : 3253 (java) S 3245 3248 1299 0 -1 4202560 37 0 0 0 4 0 0 0 20 0 22 0 23201852 10060525568 137650 33554432000 1073741824 1073778376 140736922158720 140504489630504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3248/tid=3254] ppid=3245 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/3248/task/3254/stat : 3254 (java) S 3245 3248 1299 0 -1 4202560 43 0 0 0 6 2 0 0 20 0 22 0 23201852 10060525568 137650 33554432000 1073741824 1073778376 140736922158720 140504488577704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3248/tid=3255] ppid=3245 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/3248/task/3255/stat : 3255 (java) S 3245 3248 1299 0 -1 4202560 42 0 0 0 4 2 0 0 20 0 22 0 23201852 10060525568 137650 33554432000 1073741824 1073778376 140736922158720 140504487524904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3248/tid=3256] ppid=3245 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/3248/task/3256/stat : 3256 (java) S 3245 3248 1299 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 22 0 23201852 10060525568 137650 33554432000 1073741824 1073778376 140736922158720 140504391694760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3248/tid=3257] ppid=3245 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/3248/task/3257/stat : 3257 (java) S 3245 3248 1299 0 -1 4202560 53 0 0 0 5 1 0 0 20 0 22 0 23201852 10060525568 137650 33554432000 1073741824 1073778376 140736922158720 140504390641960 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3248/tid=3258] ppid=3245 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/3248/task/3258/stat : 3258 (java) S 3245 3248 1299 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 22 0 23201852 10060525568 137650 33554432000 1073741824 1073778376 140736922158720 140504389589160 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3248/tid=3259] ppid=3245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3248/task/3259/stat : 3259 (java) S 3245 3248 1299 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 23201854 10060525568 137650 33554432000 1073741824 1073778376 140736922158720 140504377179112 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3248/tid=3260] ppid=3245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3248/task/3260/stat : 3260 (java) S 3245 3248 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23201854 10060525568 137650 33554432000 1073741824 1073778376 140736922158720 140504376125176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3248/tid=3261] ppid=3245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3248/task/3261/stat : 3261 (java) S 3245 3248 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23201854 10060525568 137650 33554432000 1073741824 1073778376 140736922158720 140504375072264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3248/tid=3262] ppid=3245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3248/task/3262/stat : 3262 (java) S 3245 3248 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23201857 10060525568 137650 33554432000 1073741824 1073778376 140736922158720 140504374020752 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3248/tid=3263] ppid=3245 vsize=9824732 CPUtime=1.09 cores=0,2,4,6

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

/proc/3248/task/3253/stat : 3253 (java) S 3245 3248 1299 0 -1 4202560 443 0 0 0 224 11 0 0 20 0 22 0 23201852 10060525568 877877 33554432000 1073741824 1073778376 140736922158720 140504489630504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3248/tid=3254] ppid=3245 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/3248/task/3254/stat : 3254 (java) S 3245 3248 1299 0 -1 4202560 450 0 0 0 220 10 0 0 20 0 22 0 23201852 10060525568 877877 33554432000 1073741824 1073778376 140736922158720 140504488577704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3248/tid=3255] ppid=3245 vsize=9824732 CPUtime=2.81 cores=0,2,4,6
/proc/3248/task/3255/stat : 3255 (java) S 3245 3248 1299 0 -1 4202560 500 0 0 0 266 15 0 0 20 0 22 0 23201852 10060525568 877877 33554432000 1073741824 1073778376 140736922158720 140504487524904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3248/tid=3256] ppid=3245 vsize=9824732 CPUtime=2.61 cores=0,2,4,6
/proc/3248/task/3256/stat : 3256 (java) S 3245 3248 1299 0 -1 4202560 457 0 0 0 251 10 0 0 20 0 22 0 23201852 10060525568 877877 33554432000 1073741824 1073778376 140736922158720 140504391694760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3248/tid=3257] ppid=3245 vsize=9824732 CPUtime=2.42 cores=0,2,4,6
/proc/3248/task/3257/stat : 3257 (java) S 3245 3248 1299 0 -1 4202560 526 0 0 0 228 14 0 0 20 0 22 0 23201852 10060525568 877877 33554432000 1073741824 1073778376 140736922158720 140504390641960 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3248/tid=3258] ppid=3245 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/3248/task/3258/stat : 3258 (java) S 3245 3248 1299 0 -1 4202560 465 0 0 0 241 12 0 0 20 0 22 0 23201852 10060525568 877877 33554432000 1073741824 1073778376 140736922158720 140504389589160 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3248/tid=3259] ppid=3245 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/3248/task/3259/stat : 3259 (java) S 3245 3248 1299 0 -1 4202560 1936 0 0 0 206 9 0 0 20 0 22 0 23201854 10060525568 877877 33554432000 1073741824 1073778376 140736922158720 140504377179112 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3248/tid=3260] ppid=3245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3248/task/3260/stat : 3260 (java) S 3245 3248 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23201854 10060525568 877877 33554432000 1073741824 1073778376 140736922158720 140504376125176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3248/tid=3261] ppid=3245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3248/task/3261/stat : 3261 (java) S 3245 3248 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23201854 10060525568 877877 33554432000 1073741824 1073778376 140736922158720 140504375072264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3248/tid=3262] ppid=3245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3248/task/3262/stat : 3262 (java) S 3245 3248 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23201857 10060525568 877877 33554432000 1073741824 1073778376 140736922158720 140504374020752 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3248/tid=3263] ppid=3245 vsize=9824732 CPUtime=1.53 cores=0,2,4,6
/proc/3248/task/3263/stat : 3263 (java) S 3245 3248 1299 0 -1 4202560 10996 0 0 0 151 2 0 0 20 0 22 0 23201857 10060525568 877877 33554432000 1073741824 1073778376 140736922158720 140504372967864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3248/tid=3264] ppid=3245 vsize=9824732 CPUtime=1.38 cores=0,2,4,6
/proc/3248/task/3264/stat : 3264 (java) S 3245 3248 1299 0 -1 4202560 6988 0 0 0 136 2 0 0 20 0 22 0 23201857 10060525568 877877 33554432000 1073741824 1073778376 140736922158720 140504371915064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3248/tid=3265] ppid=3245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3248/task/3265/stat : 3265 (java) S 3245 3248 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23201857 10060525568 877877 33554432000 1073741824 1073778376 140736922158720 140504370862456 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3248/tid=3266] ppid=3245 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/3248/task/3266/stat : 3266 (java) S 3245 3248 1299 0 -1 4202560 46 0 0 0 17 13 0 0 20 0 22 0 23201857 10060525568 877877 33554432000 1073741824 1073778376 140736922158720 140504369809864 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3248/tid=3267] ppid=3245 vsize=9824732 CPUtime=812.04 cores=0,2,4,6
/proc/3248/task/3267/stat : 3267 (java) R 3245 3248 1299 0 -1 4202560 76 0 0 0 81191 13 0 0 20 0 22 0 23201906 10060525568 877877 33554432000 1073741824 1073778376 140736922158720 140504368754720 140504493690527 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3248/tid=3268] ppid=3245 vsize=9824732 CPUtime=812.1 cores=0,2,4,6
/proc/3248/task/3268/stat : 3268 (java) R 3245 3248 1299 0 -1 4202560 2168 0 0 0 81150 60 0 0 20 0 22 0 23201906 10060525568 877877 33554432000 1073741824 1073778376 140736922158720 140504367701152 140504493482956 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3248/tid=3269] ppid=3245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3248/task/3269/stat : 3269 (java) S 3245 3248 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23201908 10060525568 877877 33554432000 1073741824 1073778376 140736922158720 140504366650792 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3248/tid=3270] ppid=3245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3248/task/3270/stat : 3270 (java) S 3245 3248 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23201909 10060525568 877877 33554432000 1073741824 1073778376 140736922158720 140504365597992 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1653.91
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.23 4.27 4.18 5/219 3589
/proc/meminfo: memFree=24140312/32872528 swapFree=877056/942464
[pid=3248] ppid=3245 vsize=9824732 CPUtime=1774.45 cores=0,2,4,6
/proc/3248/stat : 3248 (java) S 3245 3248 1299 0 -1 4202496 29885 0 1 0 177274 171 0 0 20 0 22 0 23201850 10060525568 885078 33554432000 1073741824 1073778376 140736922158720 140736922149856 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3248/statm: 2456183 885078 2301 9 0 2446860 0
[pid=3248/tid=3250] ppid=3245 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/3248/task/3250/stat : 3250 (java) S 3245 3248 1299 0 -1 4202560 2497 0 1 0 52 4 0 0 20 0 22 0 23201851 10060525568 885078 33554432000 1073741824 1073778376 140736922158720 140504553005944 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3248/tid=3251] ppid=3245 vsize=9824732 CPUtime=2.66 cores=0,2,4,6
/proc/3248/task/3251/stat : 3251 (java) S 3245 3248 1299 0 -1 4202560 535 0 0 0 253 13 0 0 20 0 22 0 23201852 10060525568 885078 33554432000 1073741824 1073778376 140736922158720 140504491736104 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3248/tid=3252] ppid=3245 vsize=9824732 CPUtime=2.31 cores=0,2,4,6
/proc/3248/task/3252/stat : 3252 (java) S 3245 3248 1299 0 -1 4202560 466 0 0 0 220 11 0 0 20 0 22 0 23201852 10060525568 885078 33554432000 1073741824 1073778376 140736922158720 140504490683304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3248/tid=3253] ppid=3245 vsize=9824732 CPUtime=2.5 cores=0,2,4,6
/proc/3248/task/3253/stat : 3253 (java) S 3245 3248 1299 0 -1 4202560 443 0 0 0 239 11 0 0 20 0 22 0 23201852 10060525568 885078 33554432000 1073741824 1073778376 140736922158720 140504489630504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3248/tid=3254] ppid=3245 vsize=9824732 CPUtime=2.41 cores=0,2,4,6
/proc/3248/task/3254/stat : 3254 (java) S 3245 3248 1299 0 -1 4202560 451 0 0 0 231 10 0 0 20 0 22 0 23201852 10060525568 885078 33554432000 1073741824 1073778376 140736922158720 140504488577704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3248/tid=3255] ppid=3245 vsize=9824732 CPUtime=2.97 cores=0,2,4,6
/proc/3248/task/3255/stat : 3255 (java) S 3245 3248 1299 0 -1 4202560 532 0 0 0 282 15 0 0 20 0 22 0 23201852 10060525568 885078 33554432000 1073741824 1073778376 140736922158720 140504487524904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3248/tid=3256] ppid=3245 vsize=9824732 CPUtime=2.81 cores=0,2,4,6
/proc/3248/task/3256/stat : 3256 (java) S 3245 3248 1299 0 -1 4202560 465 0 0 0 271 10 0 0 20 0 22 0 23201852 10060525568 885078 33554432000 1073741824 1073778376 140736922158720 140504391694760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3248/tid=3257] ppid=3245 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/3248/task/3257/stat : 3257 (java) S 3245 3248 1299 0 -1 4202560 530 0 0 0 238 15 0 0 20 0 22 0 23201852 10060525568 885078 33554432000 1073741824 1073778376 140736922158720 140504390641960 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3248/tid=3258] ppid=3245 vsize=9824732 CPUtime=2.74 cores=0,2,4,6
/proc/3248/task/3258/stat : 3258 (java) S 3245 3248 1299 0 -1 4202560 472 0 0 0 262 12 0 0 20 0 22 0 23201852 10060525568 885078 33554432000 1073741824 1073778376 140736922158720 140504389589160 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3248/tid=3259] ppid=3245 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/3248/task/3259/stat : 3259 (java) S 3245 3248 1299 0 -1 4202560 1946 0 0 0 206 9 0 0 20 0 22 0 23201854 10060525568 885078 33554432000 1073741824 1073778376 140736922158720 140504377179112 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3248/tid=3260] ppid=3245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3248/task/3260/stat : 3260 (java) S 3245 3248 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23201854 10060525568 885078 33554432000 1073741824 1073778376 140736922158720 140504376125176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3248/tid=3261] ppid=3245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3248/task/3261/stat : 3261 (java) S 3245 3248 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23201854 10060525568 885078 33554432000 1073741824 1073778376 140736922158720 140504375072264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3248/tid=3262] ppid=3245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3248/task/3262/stat : 3262 (java) S 3245 3248 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23201857 10060525568 885078 33554432000 1073741824 1073778376 140736922158720 140504374020752 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3248/tid=3263] ppid=3245 vsize=9824732 CPUtime=1.53 cores=0,2,4,6
/proc/3248/task/3263/stat : 3263 (java) S 3245 3248 1299 0 -1 4202560 10996 0 0 0 151 2 0 0 20 0 22 0 23201857 10060525568 885078 33554432000 1073741824 1073778376 140736922158720 140504372967864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3248/tid=3264] ppid=3245 vsize=9824732 CPUtime=1.38 cores=0,2,4,6
/proc/3248/task/3264/stat : 3264 (java) S 3245 3248 1299 0 -1 4202560 6988 0 0 0 136 2 0 0 20 0 22 0 23201857 10060525568 885078 33554432000 1073741824 1073778376 140736922158720 140504371915064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3248/tid=3265] ppid=3245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3248/task/3265/stat : 3265 (java) S 3245 3248 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23201857 10060525568 885078 33554432000 1073741824 1073778376 140736922158720 140504370862456 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3248/tid=3266] ppid=3245 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/3248/task/3266/stat : 3266 (java) S 3245 3248 1299 0 -1 4202560 50 0 0 0 18 15 0 0 20 0 22 0 23201857 10060525568 885078 33554432000 1073741824 1073778376 140736922158720 140504369809864 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3248/tid=3267] ppid=3245 vsize=9824732 CPUtime=871.58 cores=0,2,4,6
/proc/3248/task/3267/stat : 3267 (java) R 3245 3248 1299 0 -1 4202560 79 0 0 0 87144 14 0 0 20 0 22 0 23201906 10060525568 885078 33554432000 1073741824 1073778376 140736922158720 140504368747040 140504493691057 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3248/tid=3268] ppid=3245 vsize=9824732 CPUtime=871.64 cores=0,2,4,6
/proc/3248/task/3268/stat : 3268 (java) R 3245 3248 1299 0 -1 4202560 2170 0 0 0 87103 61 0 0 20 0 22 0 23201906 10060525568 885078 33554432000 1073741824 1073778376 140736922158720 140504367701872 140504493482833 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3248/tid=3269] ppid=3245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3248/task/3269/stat : 3269 (java) S 3245 3248 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23201908 10060525568 885078 33554432000 1073741824 1073778376 140736922158720 140504366650792 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3248/tid=3270] ppid=3245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3248/task/3270/stat : 3270 (java) S 3245 3248 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23201909 10060525568 885078 33554432000 1073741824 1073778376 140736922158720 140504365597992 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1774.45
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.001 s]
/proc/loadavg: 4.18 4.26 4.18 5/219 3589
/proc/meminfo: memFree=24203892/32872528 swapFree=877056/942464
[pid=3248] ppid=3245 vsize=9824732 CPUtime=1800.05 cores=0,2,4,6
/proc/3248/stat : 3248 (java) S 3245 3248 1299 0 -1 4202496 29910 0 1 0 179832 173 0 0 20 0 22 0 23201850 10060525568 888158 33554432000 1073741824 1073778376 140736922158720 140736922149856 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3248/statm: 2456183 888158 2301 9 0 2446860 0
[pid=3248/tid=3250] ppid=3245 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/3248/task/3250/stat : 3250 (java) S 3245 3248 1299 0 -1 4202560 2497 0 1 0 52 4 0 0 20 0 22 0 23201851 10060525568 888158 33554432000 1073741824 1073778376 140736922158720 140504553005944 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3248/tid=3251] ppid=3245 vsize=9824732 CPUtime=2.72 cores=0,2,4,6
/proc/3248/task/3251/stat : 3251 (java) S 3245 3248 1299 0 -1 4202560 538 0 0 0 259 13 0 0 20 0 22 0 23201852 10060525568 888158 33554432000 1073741824 1073778376 140736922158720 140504491736104 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3248/tid=3252] ppid=3245 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/3248/task/3252/stat : 3252 (java) S 3245 3248 1299 0 -1 4202560 466 0 0 0 225 11 0 0 20 0 22 0 23201852 10060525568 888158 33554432000 1073741824 1073778376 140736922158720 140504490683304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3248/tid=3253] ppid=3245 vsize=9824732 CPUtime=2.57 cores=0,2,4,6
/proc/3248/task/3253/stat : 3253 (java) S 3245 3248 1299 0 -1 4202560 456 0 0 0 246 11 0 0 20 0 22 0 23201852 10060525568 888158 33554432000 1073741824 1073778376 140736922158720 140504489630504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3248/tid=3254] ppid=3245 vsize=9824732 CPUtime=2.44 cores=0,2,4,6
/proc/3248/task/3254/stat : 3254 (java) S 3245 3248 1299 0 -1 4202560 452 0 0 0 234 10 0 0 20 0 22 0 23201852 10060525568 888158 33554432000 1073741824 1073778376 140736922158720 140504488577704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3248/tid=3255] ppid=3245 vsize=9824732 CPUtime=3.01 cores=0,2,4,6
/proc/3248/task/3255/stat : 3255 (java) S 3245 3248 1299 0 -1 4202560 533 0 0 0 286 15 0 0 20 0 22 0 23201852 10060525568 888158 33554432000 1073741824 1073778376 140736922158720 140504487524904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3248/tid=3256] ppid=3245 vsize=9824732 CPUtime=2.86 cores=0,2,4,6
/proc/3248/task/3256/stat : 3256 (java) S 3245 3248 1299 0 -1 4202560 466 0 0 0 276 10 0 0 20 0 22 0 23201852 10060525568 888158 33554432000 1073741824 1073778376 140736922158720 140504391694760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3248/tid=3257] ppid=3245 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/3248/task/3257/stat : 3257 (java) S 3245 3248 1299 0 -1 4202560 531 0 0 0 244 15 0 0 20 0 22 0 23201852 10060525568 888158 33554432000 1073741824 1073778376 140736922158720 140504390641960 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3248/tid=3258] ppid=3245 vsize=9824732 CPUtime=2.82 cores=0,2,4,6
/proc/3248/task/3258/stat : 3258 (java) S 3245 3248 1299 0 -1 4202560 475 0 0 0 270 12 0 0 20 0 22 0 23201852 10060525568 888158 33554432000 1073741824 1073778376 140736922158720 140504389589160 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3248/tid=3259] ppid=3245 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/3248/task/3259/stat : 3259 (java) S 3245 3248 1299 0 -1 4202560 1946 0 0 0 206 9 0 0 20 0 22 0 23201854 10060525568 888158 33554432000 1073741824 1073778376 140736922158720 140504377179112 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3248/tid=3260] ppid=3245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3248/task/3260/stat : 3260 (java) S 3245 3248 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23201854 10060525568 888158 33554432000 1073741824 1073778376 140736922158720 140504376125176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3248/tid=3261] ppid=3245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3248/task/3261/stat : 3261 (java) S 3245 3248 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23201854 10060525568 888158 33554432000 1073741824 1073778376 140736922158720 140504375072264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3248/tid=3262] ppid=3245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3248/task/3262/stat : 3262 (java) S 3245 3248 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23201857 10060525568 888158 33554432000 1073741824 1073778376 140736922158720 140504374020752 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3248/tid=3263] ppid=3245 vsize=9824732 CPUtime=1.53 cores=0,2,4,6
/proc/3248/task/3263/stat : 3263 (java) S 3245 3248 1299 0 -1 4202560 10996 0 0 0 151 2 0 0 20 0 22 0 23201857 10060525568 888158 33554432000 1073741824 1073778376 140736922158720 140504372967864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3248/tid=3264] ppid=3245 vsize=9824732 CPUtime=1.38 cores=0,2,4,6
/proc/3248/task/3264/stat : 3264 (java) S 3245 3248 1299 0 -1 4202560 6988 0 0 0 136 2 0 0 20 0 22 0 23201857 10060525568 888158 33554432000 1073741824 1073778376 140736922158720 140504371915064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3248/tid=3265] ppid=3245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3248/task/3265/stat : 3265 (java) S 3245 3248 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23201857 10060525568 888158 33554432000 1073741824 1073778376 140736922158720 140504370862456 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3248/tid=3266] ppid=3245 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/3248/task/3266/stat : 3266 (java) S 3245 3248 1299 0 -1 4202560 50 0 0 0 18 15 0 0 20 0 22 0 23201857 10060525568 888158 33554432000 1073741824 1073778376 140736922158720 140504369809864 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3248/tid=3267] ppid=3245 vsize=9824732 CPUtime=884.13 cores=0,2,4,6
/proc/3248/task/3267/stat : 3267 (java) R 3245 3248 1299 0 -1 4202560 81 0 0 0 88399 14 0 0 20 0 22 0 23201906 10060525568 888158 33554432000 1073741824 1073778376 140736922158720 140504368754720 140504493690527 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3248/tid=3268] ppid=3245 vsize=9824732 CPUtime=884.19 cores=0,2,4,6
/proc/3248/task/3268/stat : 3268 (java) R 3245 3248 1299 0 -1 4202560 2170 0 0 0 88358 61 0 0 20 0 22 0 23201906 10060525568 888158 33554432000 1073741824 1073778376 140736922158720 140504367701024 140504493482833 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3248/tid=3269] ppid=3245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3248/task/3269/stat : 3269 (java) S 3245 3248 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23201908 10060525568 888158 33554432000 1073741824 1073778376 140736922158720 140504366650792 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3248/tid=3270] ppid=3245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3248/task/3270/stat : 3270 (java) S 3245 3248 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23201909 10060525568 888158 33554432000 1073741824 1073778376 140736922158720 140504365597992 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9824732

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 3248 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3248 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=880288
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=213663
# CPU time returned by wait4() is 1796.09
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 895.073
CPU time (s): 1800.05
CPU user time (s): 1798.32
CPU system time (s): 1.73
CPU usage (%): 201.106
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.88
system time used= 2.21366
maximum resident set size= 3552748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29944
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23867
involuntary context switches= 31658

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.2159 second user time and 5.63114 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-18 02:58:49
IDJOB=4100794
IDBENCH=1662
IDSOLVER=2543
FILE ID=node113/4100794-1466211529
RUNJOBID= node113-1466206100-1315
PBS_JOBID= 19918163
Free space on /tmp= 71696 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-capri.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100794-1466211529/watcher-4100794-1466211529 -o /tmp/evaluation-result-4100794-1466211529/solver-4100794-1466211529 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466206100-1315 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4100794-1466211529.opb

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

MD5SUM BENCH= 045a73dda564043a5f702f829082d89b
RANDOM SEED=364623704

node113.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.799
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.59
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.799
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.799
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.56
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.799
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.799
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.799
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.54
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.799
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.54
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.799
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:        27890444 kB
Buffers:           42764 kB
Cached:            85480 kB
SwapCached:         1976 kB
Active:          3242348 kB
Inactive:          78020 kB
Active(anon):    3192996 kB
Inactive(anon):     1496 kB
Active(file):      49352 kB
Inactive(file):    76524 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67098888 kB
Dirty:              1208 kB
Writeback:             0 kB
AnonPages:       4168548 kB
Mapped:            15428 kB
Shmem:                 0 kB
Slab:             567892 kB
SReclaimable:      12084 kB
SUnreclaim:       555808 kB
KernelStack:        1808 kB
PageTables:        12608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4433608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3252224 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71704 MiB
End job on node113 at 2016-06-18 03:13:44