Trace number 4390615

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
AbsCon 2019-07-23SAT 9.62128 7.21017

DiagnosticValue
WRONG_DECISIONS20333

General information on the benchmark

NameKnightTour/KnightTour-int-s1/
KnightTour-08-int.xml
MD5SUM473b10c1a98fbd59115b24ad203b92fd
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark8.59086
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints66
Number of domains1
Minimum domain size64
Maximum domain size64
Distribution of domain sizes[{"size":64,"count":64}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":62},{"degree":3,"count":2}]
Minimum constraint arity2
Maximum constraint arity64
Distribution of constraint arities[{"arity":2,"count":65},{"arity":64,"count":1}]
Number of extensional constraints0
Number of intensional constraints64
Distribution of constraint types[{"type":"intension","count":64},{"type":"allDifferent","count":1},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

2.41/1.87	
2.41/1.87	AbsCon 2 
2.41/1.89	
2.63/1.99	  Instance
2.63/1.99	    name=instance-4390615-1568383992, framework=CSP
2.63/1.99	
2.63/1.99	  Loading variables...
2.91/2.02	  Loading constraints...
3.19/2.18	
3.19/2.18	  Domains
3.19/2.18	    nTypes=1, nValues=4096, sizes=[64#64]
3.19/2.18	  Variables
3.19/2.18	    count=64, degrees=[3#62,4#2]
3.19/2.18	  Constraints
3.19/2.18	    count=67, nSpecific=1, arities=[1#2,2#64,64#1]
3.19/2.18	    distribution=[AllDifferent#1,CtrIntension#66]
3.19/2.18	    nIntStructures=(3,shared:63), nCftStructures=(1,shared:63,unbuilt:3)
3.19/2.18	    wck=0.337, cpu=2.145, mem=34M440
3.19/2.18	  Solver SolverBacktrack being built...
3.19/2.18	
3.53/2.21	
3.53/2.21	  Solver
3.53/2.21	    guaranteedGAC=true
3.53/2.21	    wck=0.368, cpu=2.175, mem=45M82
3.53/2.28	
3.53/2.28	  Preprocessing
3.53/2.28	    filters=68, revisions=(133,useless=68), ccks=82397, nACremovedValues=2314, nTotalRemovedValues=2314, inconcistency=false
3.53/2.28	    wck=0.069, cpu=2.246, mem=45M82
3.53/2.28	
3.84/2.31	    num=0, depth=35..37, filters=399, revisions=(2138,useless=1808), ccks=96462, wck=0.105, mem=45M82
3.84/2.31	    decisions=60, wrong=12, backtracks=2, failedAssignments=10, nogoods=3
3.84/2.31	    
3.84/2.34	    num=1, depth=14..29, filters=691, revisions=(3724,useless=3157), ccks=104976, wck=0.127, mem=45M82
3.84/2.34	    decisions=110, wrong=24, backtracks=3, failedAssignments=21, nogoods=14
3.84/2.34	    
3.84/2.36	    num=2, depth=9..19, filters=1113, revisions=(5341,useless=4389), ccks=117102, wck=0.149, mem=45M82
3.84/2.36	    decisions=156, wrong=39, backtracks=8, failedAssignments=33, nogoods=21
3.84/2.36	    
3.84/2.38	    num=3, depth=23..25, filters=1490, revisions=(6813,useless=5560), ccks=125306, wck=0.175, mem=45M82
3.84/2.38	    decisions=213, wrong=56, backtracks=13, failedAssignments=46, nogoods=29
3.84/2.38	    
3.84/2.40	    num=4, depth=24..27, filters=1867, revisions=(8357,useless=6793), ccks=132418, wck=0.187, mem=45M82
3.84/2.40	    decisions=276, wrong=74, backtracks=17, failedAssignments=60, nogoods=36
3.84/2.40	    
4.14/2.41	    num=5, depth=15..20, filters=2185, revisions=(9757,useless=7927), ccks=140537, wck=0.199, mem=45M82
4.14/2.41	    decisions=328, wrong=91, backtracks=19, failedAssignments=76, nogoods=46
4.14/2.41	    
4.14/2.42	    num=6, depth=15..24, filters=2580, revisions=(11397,useless=9228), ccks=150856, wck=0.214, mem=45M82
4.14/2.42	    decisions=386, wrong=109, backtracks=20, failedAssignments=93, nogoods=62
4.14/2.42	    
4.14/2.44	    num=7, depth=20..22, filters=3015, revisions=(13108,useless=10570), ccks=160622, wck=0.228, mem=45M82
4.14/2.44	    decisions=453, wrong=132, backtracks=24, failedAssignments=112, nogoods=73
4.14/2.44	    
4.14/2.46	    num=8, depth=17..28, filters=3584, revisions=(15312,useless=12305), ccks=171908, wck=0.246, mem=45M82
4.14/2.46	    decisions=532, wrong=160, backtracks=34, failedAssignments=133, nogoods=85
4.14/2.46	    
4.14/2.47	    num=9, depth=14..25, filters=4092, revisions=(17371,useless=13933), ccks=184670, wck=0.264, mem=45M82
4.14/2.47	    decisions=609, wrong=187, backtracks=38, failedAssignments=156, nogoods=100
4.14/2.47	    
4.14/2.49	    num=10, depth=17..30, filters=4669, revisions=(19451,useless=15529), ccks=195351, wck=0.281, mem=47M725
4.14/2.49	    decisions=699, wrong=218, backtracks=45, failedAssignments=181, nogoods=107
4.14/2.49	    
4.45/2.51	    num=11, depth=17..30, filters=5165, revisions=(21587,useless=17258), ccks=206922, wck=0.297, mem=47M725
4.45/2.51	    decisions=788, wrong=251, backtracks=54, failedAssignments=209, nogoods=111
4.45/2.51	    
4.45/2.53	    num=12, depth=18..31, filters=5852, revisions=(23959,useless=19056), ccks=220586, wck=0.317, mem=47M725
4.45/2.53	    decisions=890, wrong=289, backtracks=64, failedAssignments=240, nogoods=130
4.45/2.53	    
4.45/2.55	    num=13, depth=17..32, filters=6488, revisions=(26486,useless=21035), ccks=234173, wck=0.336, mem=47M725
4.45/2.55	    decisions=994, wrong=327, backtracks=70, failedAssignments=274, nogoods=146
4.45/2.55	    
4.45/2.57	    num=14, depth=19..31, filters=7450, revisions=(29735,useless=23447), ccks=253078, wck=0.362, mem=47M725
4.45/2.57	    decisions=1116, wrong=374, backtracks=84, failedAssignments=311, nogoods=161
4.45/2.57	    
4.45/2.59	    num=15, depth=16..36, filters=8319, revisions=(32584,useless=25547), ccks=266695, wck=0.382, mem=47M725
4.45/2.59	    decisions=1245, wrong=422, backtracks=92, failedAssignments=352, nogoods=176
4.45/2.59	    
4.74/2.61	    num=16, depth=26..33, filters=9305, revisions=(35861,useless=27998), ccks=281851, wck=0.404, mem=47M725
4.74/2.61	    decisions=1391, wrong=481, backtracks=111, failedAssignments=397, nogoods=179
4.74/2.61	    
4.74/2.64	    num=17, depth=21..38, filters=10566, revisions=(39712,useless=30801), ccks=300248, wck=0.431, mem=47M725
4.74/2.64	    decisions=1561, wrong=550, backtracks=132, failedAssignments=447, nogoods=189
4.74/2.64	    
4.74/2.66	    num=18, depth=26..35, filters=11791, revisions=(43390,useless=33475), ccks=316450, wck=0.455, mem=47M725
4.74/2.66	    decisions=1746, wrong=627, backtracks=160, failedAssignments=502, nogoods=208
4.74/2.66	    
4.74/2.69	    num=19, depth=19..30, filters=13149, revisions=(47317,useless=36281), ccks=335269, wck=0.482, mem=47M725
4.74/2.69	    decisions=1937, wrong=710, backtracks=189, failedAssignments=563, nogoods=219
4.74/2.69	    
4.85/2.72	    num=20, depth=31..38, filters=14446, revisions=(51112,useless=39038), ccks=351432, wck=0.507, mem=47M725
4.85/2.72	    decisions=2142, wrong=796, backtracks=219, failedAssignments=630, nogoods=231
4.85/2.72	    
4.85/2.75	    num=21, depth=28..33, filters=16026, revisions=(55525,useless=42092), ccks=371635, wck=0.536, mem=47M725
4.85/2.75	    decisions=2363, wrong=892, backtracks=247, failedAssignments=704, nogoods=236
4.85/2.75	    
4.85/2.78	    num=22, depth=25..35, filters=17505, revisions=(59965,useless=45254), ccks=394255, wck=0.567, mem=47M725
4.85/2.78	    decisions=2595, wrong=992, backtracks=271, failedAssignments=785, nogoods=256
4.85/2.78	    
4.97/2.81	    num=23, depth=25..37, filters=19150, revisions=(64436,useless=48320), ccks=418399, wck=0.6, mem=50M367
4.97/2.81	    decisions=2841, wrong=1100, backtracks=291, failedAssignments=874, nogoods=265
4.97/2.81	    
4.97/2.85	    num=24, depth=24..33, filters=21136, revisions=(69956,useless=52060), ccks=449554, wck=0.643, mem=50M367
4.97/2.85	    decisions=3109, wrong=1219, backtracks=321, failedAssignments=972, nogoods=294
4.97/2.85	    
4.97/2.89	    num=25, depth=26..35, filters=23295, revisions=(75374,useless=55735), ccks=472235, wck=0.679, mem=50M367
4.97/2.89	    decisions=3438, wrong=1368, backtracks=369, failedAssignments=1080, nogoods=311
4.97/2.89	    
5.09/2.93	    num=26, depth=22..33, filters=25357, revisions=(80579,useless=59215), ccks=496453, wck=0.717, mem=50M367
5.09/2.93	    decisions=3745, wrong=1508, backtracks=399, failedAssignments=1199, nogoods=315
5.09/2.93	    
5.09/2.99	    num=27, depth=26..34, filters=28774, revisions=(88758,useless=64423), ccks=540543, wck=0.78, mem=50M367
5.09/2.99	    decisions=4127, wrong=1683, backtracks=457, failedAssignments=1330, nogoods=333
5.09/2.99	    
5.20/3.03	    num=28, depth=23..34, filters=31383, revisions=(95003,useless=68414), ccks=568323, wck=0.826, mem=50M367
5.20/3.03	    decisions=4518, wrong=1865, backtracks=510, failedAssignments=1474, nogoods=361
5.20/3.03	    
5.20/3.09	    num=29, depth=24..33, filters=34233, revisions=(101750,useless=72713), ccks=603192, wck=0.877, mem=50M367
5.20/3.09	    decisions=4930, wrong=2057, backtracks=548, failedAssignments=1632, nogoods=383
5.20/3.09	    
5.31/3.15	    num=30, depth=22..37, filters=37763, revisions=(110219,useless=78191), ccks=642304, wck=0.937, mem=53M9
5.31/3.15	    decisions=5411, wrong=2282, backtracks=619, failedAssignments=1806, nogoods=413
5.31/3.15	    
5.42/3.21	    num=31, depth=29..35, filters=41708, revisions=(119382,useless=83975), ccks=684146, wck=1.002, mem=53M9
5.42/3.21	    decisions=5940, wrong=2532, backtracks=690, failedAssignments=1997, nogoods=441
5.42/3.21	    
5.42/3.28	    num=32, depth=20..35, filters=46274, revisions=(129727,useless=90464), ccks=726387, wck=1.072, mem=53M9
5.42/3.28	    decisions=6538, wrong=2816, backtracks=779, failedAssignments=2208, nogoods=455
5.42/3.28	    
5.53/3.37	    num=33, depth=25..36, filters=51163, revisions=(141148,useless=97659), ccks=784403, wck=1.158, mem=53M9
5.53/3.37	    decisions=7165, wrong=3115, backtracks=866, failedAssignments=2440, nogoods=502
5.53/3.37	    
5.64/3.45	    num=34, depth=29..38, filters=56014, revisions=(151846,useless=104160), ccks=832141, wck=1.237, mem=55M652
5.64/3.45	    decisions=7847, wrong=3439, backtracks=949, failedAssignments=2695, nogoods=512
5.64/3.45	    
5.81/3.54	    num=35, depth=25..36, filters=61368, revisions=(164196,useless=111957), ccks=893348, wck=1.33, mem=55M652
5.81/3.54	    decisions=8602, wrong=3801, backtracks=1056, failedAssignments=2976, nogoods=530
5.81/3.54	    
5.92/3.66	    num=36, depth=24..37, filters=67664, revisions=(179678,useless=121979), ccks=976450, wck=1.449, mem=55M652
5.92/3.66	    decisions=9413, wrong=4192, backtracks=1168, failedAssignments=3285, nogoods=548
5.92/3.66	    
6.06/3.74	    num=37, depth=31..37, filters=74092, revisions=(192944,useless=129938), ccks=1024791, wck=1.532, mem=58M294
6.06/3.74	    decisions=10354, wrong=4646, backtracks=1305, failedAssignments=3625, nogoods=556
6.06/3.74	    
6.16/3.87	    num=38, depth=22..38, filters=82318, revisions=(210803,useless=140732), ccks=1109284, wck=1.664, mem=58M294
6.16/3.87	    decisions=11351, wrong=5129, backtracks=1442, failedAssignments=3999, nogoods=574
6.16/3.87	    
6.37/4.01	    num=39, depth=30..37, filters=90809, revisions=(229990,useless=152688), ccks=1192094, wck=1.801, mem=58M294
6.37/4.01	    decisions=12535, wrong=5705, backtracks=1640, failedAssignments=4410, nogoods=607
6.37/4.01	    
6.47/4.13	    num=40, depth=31..37, filters=99045, revisions=(247253,useless=162910), ccks=1262437, wck=1.918, mem=60M937
6.47/4.13	    decisions=13721, wrong=6282, backtracks=1785, failedAssignments=4862, nogoods=619
6.47/4.13	    
6.66/4.32	    num=41, depth=18..31, filters=109642, revisions=(270537,useless=176918), ccks=1393363, wck=2.108, mem=60M937
6.66/4.32	    decisions=14974, wrong=6895, backtracks=1932, failedAssignments=5359, nogoods=655
6.66/4.32	    
6.78/4.43	    num=42, depth=28..39, filters=118825, revisions=(288993,useless=187846), ccks=1457071, wck=2.223, mem=63M579
6.78/4.43	    decisions=16403, wrong=7593, backtracks=2111, failedAssignments=5906, nogoods=679
6.78/4.43	    
6.98/4.61	    num=43, depth=22..35, filters=129522, revisions=(311567,useless=201142), ccks=1568392, wck=2.397, mem=63M579
6.98/4.61	    decisions=17919, wrong=8336, backtracks=2291, failedAssignments=6508, nogoods=713
6.98/4.61	    
7.08/4.75	    num=44, depth=30..40, filters=140631, revisions=(335758,useless=216346), ccks=1647464, wck=2.538, mem=66M222
7.08/4.75	    decisions=19787, wrong=9254, backtracks=2593, failedAssignments=7170, nogoods=748
7.08/4.75	    
7.28/4.97	    num=45, depth=27..34, filters=156122, revisions=(367679,useless=235039), ccks=1781709, wck=2.761, mem=68M864
7.28/4.97	    decisions=21742, wrong=10217, backtracks=2869, failedAssignments=7898, nogoods=759
7.28/4.97	    
7.50/5.18	    num=46, depth=31..38, filters=172133, revisions=(400133,useless=254025), ccks=1906689, wck=2.973, mem=68M864
7.50/5.18	    decisions=23925, wrong=11292, backtracks=3182, failedAssignments=8699, nogoods=773
7.50/5.18	    
7.79/5.42	    num=47, depth=29..36, filters=189513, revisions=(434487,useless=273771), ccks=2046645, wck=3.214, mem=71M506
7.79/5.42	    decisions=26242, wrong=12435, backtracks=3500, failedAssignments=9580, nogoods=787
7.79/5.42	    
7.99/5.69	    num=48, depth=23..38, filters=207838, revisions=(472700,useless=296393), ccks=2207209, wck=3.48, mem=74M149
7.99/5.69	    decisions=28775, wrong=13686, backtracks=3830, failedAssignments=10550, nogoods=810
7.99/5.69	    
8.40/6.02	    num=49, depth=27..37, filters=229921, revisions=(519466,useless=324302), ccks=2412434, wck=3.812, mem=76M791
8.40/6.02	    decisions=31615, wrong=15090, backtracks=4241, failedAssignments=11617, nogoods=820
8.40/6.02	    
8.69/6.38	    num=50, depth=23..33, filters=252897, revisions=(567176,useless=352219), ccks=2623311, wck=4.171, mem=79M434
8.69/6.38	    decisions=34606, wrong=16572, backtracks=4645, failedAssignments=12790, nogoods=866
8.69/6.38	    
8.99/6.69	    num=51, depth=31..37, filters=276457, revisions=(612460,useless=377784), ccks=2794173, wck=4.481, mem=84M719
8.99/6.69	    decisions=38003, wrong=18255, backtracks=5110, failedAssignments=14081, nogoods=899
8.99/6.69	    
9.50/7.14	    num=52, depth=26..35, filters=305113, revisions=(674295,useless=415103), ccks=3080951, wck=4.928, mem=87M361
9.50/7.14	    decisions=41635, wrong=20056, backtracks=5668, failedAssignments=15501, nogoods=918
9.50/7.14	    
9.50/7.19	    num=53, depth=31..63, filters=308584, revisions=(682001,useless=419940), ccks=3110488, wck=4.982, mem=87M361
9.50/7.19	    decisions=42225, wrong=20333, backtracks=5741, failedAssignments=15715, nogoods=918, foundSolutions=1
9.50/7.19	    
9.50/7.19	  Global
9.50/7.19	    filters=308584, revisions=(682001,useless=419940), ccks=3110488, nogoods=918
9.50/7.19	    Stop=REACHED_GOAL, wrong=20333, foundSolutions=1, firstSolCpu=7.145
9.50/7.19	    wck=5.351, cpu=7.151, mem=87M361
9.50/7.19	
9.50/7.19	v <instantiation id='sol1' type='solution'>  <list> x[] </list>  <values> 0 10 27 44 38 28 22 7 13 3 9 26 16 1 11 5 15 21 4 14 20 30 36 19 2 8 18 12 6 23 29 35 25 40 34 24 41 56 50 33 48 58 52 62 47 37 31 46 63 53 59 49 43 60 54 39 45 55 61 51 57 42 32 17 </values>  </instantiation>
9.50/7.19	s SATISFIABLE
9.50/7.19	
9.50/7.19	d WRONG_DECISIONS 20333

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15147 MiB free)
  memory of node 1: 16384 MiB (15766 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390615-1568383992/watcher-4390615-1568383992 -o /tmp/evaluation-result-4390615-1568383992/solver-4390615-1568383992 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568380480-27644 --watchdog 2580 java -cp AbsCon19-06.jar AbsCon HOME/instance-4390615-1568383992.xml -cm 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=28651, runsolver pid=28648

[startup+0.101762 s]*
/proc/loadavg: 1.99 1.88 1.87 5/230 28666
/proc/meminfo: memFree=31638700/32770624 swapFree=67004192/67108860
[pid=28651] ppid=28648 vsize=10659884 memory=28224 CPUtime=0.14 cores=1,3,5,7
/proc/28651/stat : 28651 (java) S 28648 28651 27612 0 -1 1077944320 5619 0 0 0 13 1 0 0 20 0 15 0 414560821 10915721216 7056 33554432000 4194304 4196468 140723836820416 140723836802960 139740002389751 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
/proc/28651/statm: 2664971 7056 2910 1 0 2627468 0
[pid=28651/tid=28653] ppid=28648 vsize=10659884 memory=720575944405811505 CPUtime=0.1 cores=1,3,5,7
/proc/28651/task/28653/stat : 28653 (java) R 28648 28651 27612 0 -1 4202560 3306 0 0 0 9 1 0 0 20 0 15 0 414560822 10915721216 7056 33554432000 4194304 4196468 140723836820416 139740006619144 139739596424296 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28654] ppid=28648 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28654/stat : 28654 (java) S 28648 28651 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560822 10915721216 7056 33554432000 4194304 4196468 140723836820416 139739928464144 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28655] ppid=28648 vsize=10659884 memory=288370124517234304 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28655/stat : 28655 (java) S 28648 28651 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560822 10915721216 7056 33554432000 4194304 4196468 140723836820416 139739927411600 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28656] ppid=28648 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28656/stat : 28656 (java) S 28648 28651 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560822 10915721216 7056 33554432000 4194304 4196468 140723836820416 139739926359056 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28657] ppid=28648 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28657/stat : 28657 (java) S 28648 28651 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414560822 10915721216 7056 33554432000 4194304 4196468 140723836820416 139739925306512 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28658] ppid=28648 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28658/stat : 28658 (java) S 28648 28651 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414560824 10915721216 7056 33554432000 4194304 4196468 140723836820416 139739037407216 139740002400898 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28659] ppid=28648 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28659/stat : 28659 (java) S 28648 28651 27612 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414560824 10915721216 7056 33554432000 4194304 4196468 140723836820416 139739036353440 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28660] ppid=28648 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28660/stat : 28660 (java) S 28648 28651 27612 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414560824 10915721216 7056 33554432000 4194304 4196468 140723836820416 139739035300848 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28661] ppid=28648 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28661/stat : 28661 (java) S 28648 28651 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414560827 10915721216 7056 33554432000 4194304 4196468 140723836820416 139739034249424 139740002408347 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28662] ppid=28648 vsize=10659884 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/28651/task/28662/stat : 28662 (java) R 28648 28651 27612 0 -1 4202560 508 0 0 0 1 0 0 0 20 0 15 0 414560827 10915721216 7056 33554432000 4194304 4196468 140723836820416 139739033186832 139739983054896 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28663] ppid=28648 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28663/stat : 28663 (java) S 28648 28651 27612 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 414560827 10915721216 7056 33554432000 4194304 4196468 140723836820416 139739032144496 139740002400898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28664] ppid=28648 vsize=10659884 memory=139748365522560 CPUtime=0.02 cores=1,3,5,7
/proc/28651/task/28664/stat : 28664 (java) R 28648 28651 27612 0 -1 4202560 395 0 0 0 2 0 0 0 20 0 15 0 414560827 10915721216 7056 33554432000 4194304 4196468 140723836820416 139739031088320 139739981525689 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28665] ppid=28648 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28665/stat : 28665 (java) S 28648 28651 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414560827 10915721216 7056 33554432000 4194304 4196468 140723836820416 139739030039648 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28666] ppid=28648 vsize=10659884 memory=139748365522560 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28666/stat : 28666 (java) S 28648 28651 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560827 10915721216 7056 33554432000 4194304 4196468 140723836820416 139739028986160 139740002400898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 28224 KiB

[startup+0.211429 s]*
/proc/loadavg: 1.99 1.88 1.87 3/230 28666
/proc/meminfo: memFree=31631692/32770624 swapFree=67004192/67108860
[pid=28651] ppid=28648 vsize=10659884 memory=35368 CPUtime=0.32 cores=1,3,5,7
/proc/28651/stat : 28651 (java) S 28648 28651 27612 0 -1 1077944320 6927 0 0 0 30 2 0 0 20 0 15 0 414560821 10915721216 8842 33554432000 4194304 4196468 140723836820416 140723836802960 139740002389751 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
/proc/28651/statm: 2664971 8842 2989 1 0 2627468 0
[pid=28651/tid=28653] ppid=28648 vsize=10659884 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/28651/task/28653/stat : 28653 (java) R 28648 28651 27612 0 -1 4202560 3891 0 0 0 19 1 0 0 20 0 15 0 414560822 10915721216 8842 33554432000 4194304 4196468 140723836820416 139740006621840 139740002411677 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28654] ppid=28648 vsize=10659884 memory=343 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28654/stat : 28654 (java) S 28648 28651 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560822 10915721216 8842 33554432000 4194304 4196468 140723836820416 139739928464144 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28655] ppid=28648 vsize=10659884 memory=139748365549960 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28655/stat : 28655 (java) S 28648 28651 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560822 10915721216 8842 33554432000 4194304 4196468 140723836820416 139739927411600 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28656] ppid=28648 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28656/stat : 28656 (java) S 28648 28651 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560822 10915721216 8842 33554432000 4194304 4196468 140723836820416 139739926359056 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28657] ppid=28648 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28657/stat : 28657 (java) S 28648 28651 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414560822 10915721216 8842 33554432000 4194304 4196468 140723836820416 139739925306512 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28658] ppid=28648 vsize=10659884 memory=139748365522560 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28658/stat : 28658 (java) S 28648 28651 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414560824 10915721216 8842 33554432000 4194304 4196468 140723836820416 139739037407216 139740002400898 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28659] ppid=28648 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28659/stat : 28659 (java) S 28648 28651 27612 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414560824 10915721216 8842 33554432000 4194304 4196468 140723836820416 139739036353440 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28660] ppid=28648 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28660/stat : 28660 (java) S 28648 28651 27612 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414560824 10915721216 8842 33554432000 4194304 4196468 140723836820416 139739035300848 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28661] ppid=28648 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28661/stat : 28661 (java) S 28648 28651 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414560827 10915721216 8842 33554432000 4194304 4196468 140723836820416 139739034249424 139740002408347 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28662] ppid=28648 vsize=10659884 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/28651/task/28662/stat : 28662 (java) S 28648 28651 27612 0 -1 1077944384 746 0 0 0 3 0 0 0 20 0 15 0 414560827 10915721216 8842 33554432000 4194304 4196468 140723836820416 139739033197040 139740002400898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28663] ppid=28648 vsize=10659884 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/28651/task/28663/stat : 28663 (java) S 28648 28651 27612 0 -1 1077944384 262 0 0 0 2 0 0 0 20 0 15 0 414560827 10915721216 8842 33554432000 4194304 4196468 140723836820416 139739032144496 139740002400898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28664] ppid=28648 vsize=10659884 memory=139748365522560 CPUtime=0.05 cores=1,3,5,7
/proc/28651/task/28664/stat : 28664 (java) S 28648 28651 27612 0 -1 1077944384 669 0 0 0 5 0 0 0 20 0 15 0 414560827 10915721216 8842 33554432000 4194304 4196468 140723836820416 139739031091952 139740002400898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28665] ppid=28648 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28665/stat : 28665 (java) S 28648 28651 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414560827 10915721216 8842 33554432000 4194304 4196468 140723836820416 139739030039648 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28666] ppid=28648 vsize=10659884 memory=139748365522560 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28666/stat : 28666 (java) S 28648 28651 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560827 10915721216 8842 33554432000 4194304 4196468 140723836820416 139739028986160 139740002400898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 35368 KiB

[startup+0.31022 s]*
/proc/loadavg: 1.99 1.88 1.87 3/230 28666
/proc/meminfo: memFree=31623748/32770624 swapFree=67004192/67108860
[pid=28651] ppid=28648 vsize=10659884 memory=40484 CPUtime=0.47 cores=1,3,5,7
/proc/28651/stat : 28651 (java) S 28648 28651 27612 0 -1 1077944320 9470 0 0 0 43 4 0 0 20 0 15 0 414560821 10915721216 10121 33554432000 4194304 4196468 140723836820416 140723836802960 139740002389751 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
/proc/28651/statm: 2664971 10121 3001 1 0 2627468 0
[pid=28651/tid=28653] ppid=28648 vsize=10659884 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/28651/task/28653/stat : 28653 (java) R 28648 28651 27612 0 -1 4202560 6355 0 0 0 27 3 0 0 20 0 15 0 414560822 10915721216 10121 33554432000 4194304 4196468 140723836820416 139740006603168 139740002411677 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28654] ppid=28648 vsize=10659884 memory=4294981932 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28654/stat : 28654 (java) S 28648 28651 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560822 10915721216 10121 33554432000 4194304 4196468 140723836820416 139739928464144 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28655] ppid=28648 vsize=10659884 memory=139748365549916 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28655/stat : 28655 (java) S 28648 28651 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560822 10915721216 10121 33554432000 4194304 4196468 140723836820416 139739927411600 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28656] ppid=28648 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28656/stat : 28656 (java) S 28648 28651 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560822 10915721216 10121 33554432000 4194304 4196468 140723836820416 139739926359056 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28657] ppid=28648 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28657/stat : 28657 (java) S 28648 28651 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414560822 10915721216 10121 33554432000 4194304 4196468 140723836820416 139739925306512 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28658] ppid=28648 vsize=10659884 memory=139748365522560 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28658/stat : 28658 (java) S 28648 28651 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414560824 10915721216 10121 33554432000 4194304 4196468 140723836820416 139739037407216 139740002400898 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28659] ppid=28648 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28659/stat : 28659 (java) S 28648 28651 27612 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414560824 10915721216 10121 33554432000 4194304 4196468 140723836820416 139739036353440 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28660] ppid=28648 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28660/stat : 28660 (java) S 28648 28651 27612 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414560824 10915721216 10121 33554432000 4194304 4196468 140723836820416 139739035300848 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28661] ppid=28648 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28661/stat : 28661 (java) S 28648 28651 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414560827 10915721216 10121 33554432000 4194304 4196468 140723836820416 139739034249424 139740002408347 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28662] ppid=28648 vsize=10659884 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/28651/task/28662/stat : 28662 (java) R 28648 28651 27612 0 -1 4202560 754 0 0 0 3 0 0 0 20 0 15 0 414560827 10915721216 10121 33554432000 4194304 4196468 140723836820416 139739033188544 139739986791505 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28663] ppid=28648 vsize=10659884 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/28651/task/28663/stat : 28663 (java) R 28648 28651 27612 0 -1 1077944384 304 0 0 0 4 0 0 0 20 0 15 0 414560827 10915721216 10121 33554432000 4194304 4196468 140723836820416 139739032144592 139740002399957 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28664] ppid=28648 vsize=10659884 memory=139748365522560 CPUtime=0.07 cores=1,3,5,7
/proc/28651/task/28664/stat : 28664 (java) S 28648 28651 27612 0 -1 1077944384 698 0 0 0 7 0 0 0 20 0 15 0 414560827 10915721216 10121 33554432000 4194304 4196468 140723836820416 139739031091952 139740002400898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28665] ppid=28648 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28665/stat : 28665 (java) S 28648 28651 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414560827 10915721216 10121 33554432000 4194304 4196468 140723836820416 139739030039648 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28666] ppid=28648 vsize=10659884 memory=139748365522560 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28666/stat : 28666 (java) S 28648 28651 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560827 10915721216 10121 33554432000 4194304 4196468 140723836820416 139739028986160 139740002400898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 40484 KiB

[startup+0.702389 s]
/proc/loadavg: 1.99 1.88 1.87 5/230 28666
/proc/meminfo: memFree=31612632/32770624 swapFree=67004192/67108860
[pid=28651] ppid=28648 vsize=10661932 memory=62856 CPUtime=1.1 cores=1,3,5,7
/proc/28651/stat : 28651 (java) S 28648 28651 27612 0 -1 1077944320 12849 0 0 0 104 6 0 0 20 0 15 0 414560821 10917818368 15714 33554432000 4194304 4196468 140723836820416 140723836802960 139740002389751 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
/proc/28651/statm: 2665483 15714 3061 1 0 2627980 0
[pid=28651/tid=28653] ppid=28648 vsize=10661932 memory=39136 CPUtime=0.68 cores=1,3,5,7
/proc/28651/task/28653/stat : 28653 (java) R 28648 28651 27612 0 -1 4202560 8905 0 0 0 63 5 0 0 20 0 15 0 414560822 10917818368 15714 33554432000 4194304 4196468 140723836820416 139740006621776 139739987555390 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28654] ppid=28648 vsize=10661932 memory=984 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28654/stat : 28654 (java) S 28648 28651 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560822 10917818368 15714 33554432000 4194304 4196468 140723836820416 139739928464144 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28655] ppid=28648 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28655/stat : 28655 (java) S 28648 28651 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560822 10917818368 15714 33554432000 4194304 4196468 140723836820416 139739927411600 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28656] ppid=28648 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28656/stat : 28656 (java) S 28648 28651 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560822 10917818368 15714 33554432000 4194304 4196468 140723836820416 139739926359056 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28657] ppid=28648 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28657/stat : 28657 (java) S 28648 28651 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414560822 10917818368 15714 33554432000 4194304 4196468 140723836820416 139739925306512 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28658] ppid=28648 vsize=10661932 memory=2 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28658/stat : 28658 (java) S 28648 28651 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414560824 10917818368 15714 33554432000 4194304 4196468 140723836820416 139739037407216 139740002400898 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28659] ppid=28648 vsize=10661932 memory=5 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28659/stat : 28659 (java) S 28648 28651 27612 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414560824 10917818368 15714 33554432000 4194304 4196468 140723836820416 139739036353440 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28660] ppid=28648 vsize=10661932 memory=24 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28660/stat : 28660 (java) S 28648 28651 27612 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414560824 10917818368 15714 33554432000 4194304 4196468 140723836820416 139739035300848 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28661] ppid=28648 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28661/stat : 28661 (java) S 28648 28651 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414560827 10917818368 15714 33554432000 4194304 4196468 140723836820416 139739034249424 139740002408347 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28662] ppid=28648 vsize=10661932 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/28651/task/28662/stat : 28662 (java) R 28648 28651 27612 0 -1 4202560 1003 0 0 0 11 0 0 0 20 0 15 0 414560827 10917818368 15714 33554432000 4194304 4196468 140723836820416 139739033183136 139739983912252 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28663] ppid=28648 vsize=10661932 memory=1355 CPUtime=0.11 cores=1,3,5,7
/proc/28651/task/28663/stat : 28663 (java) S 28648 28651 27612 0 -1 1077944384 522 0 0 0 11 0 0 0 20 0 15 0 414560827 10917818368 15714 33554432000 4194304 4196468 140723836820416 139739032144496 139740002400898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28664] ppid=28648 vsize=10661932 memory=96322 CPUtime=0.18 cores=1,3,5,7
/proc/28651/task/28664/stat : 28664 (java) S 28648 28651 27612 0 -1 1077944384 1059 0 0 0 18 0 0 0 20 0 15 0 414560827 10917818368 15714 33554432000 4194304 4196468 140723836820416 139739031091952 139740002400898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28665] ppid=28648 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28665/stat : 28665 (java) S 28648 28651 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414560827 10917818368 15714 33554432000 4194304 4196468 140723836820416 139739030039648 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28666] ppid=28648 vsize=10661932 memory=5 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28666/stat : 28666 (java) S 28648 28651 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414560827 10917818368 15714 33554432000 4194304 4196468 140723836820416 139739028986160 139740002400898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 62856 KiB

[startup+1.50075 s]
/proc/loadavg: 1.91 1.86 1.87 3/230 28666
/proc/meminfo: memFree=31599420/32770624 swapFree=67004192/67108860
[pid=28651] ppid=28648 vsize=10663980 memory=75048 CPUtime=1.99 cores=1,3,5,7
/proc/28651/stat : 28651 (java) S 28648 28651 27612 0 -1 1077944320 18403 0 0 0 192 7 0 0 20 0 15 0 414560821 10919915520 18762 33554432000 4194304 4196468 140723836820416 140723836802960 139740002389751 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
/proc/28651/statm: 2665995 18762 3092 1 0 2628492 0
[pid=28651/tid=28653] ppid=28648 vsize=10663980 memory=984 CPUtime=1.47 cores=1,3,5,7
/proc/28651/task/28653/stat : 28653 (java) R 28648 28651 27612 0 -1 4202560 13071 0 0 0 142 5 0 0 20 0 15 0 414560822 10919915520 18762 33554432000 4194304 4196468 140723836820416 139740006615728 139739986470238 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28654] ppid=28648 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28654/stat : 28654 (java) S 28648 28651 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560822 10919915520 18762 33554432000 4194304 4196468 140723836820416 139739928464144 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28655] ppid=28648 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28655/stat : 28655 (java) S 28648 28651 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560822 10919915520 18762 33554432000 4194304 4196468 140723836820416 139739927411600 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28656] ppid=28648 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28656/stat : 28656 (java) S 28648 28651 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560822 10919915520 18762 33554432000 4194304 4196468 140723836820416 139739926359056 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28657] ppid=28648 vsize=10663980 memory=2 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28657/stat : 28657 (java) S 28648 28651 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414560822 10919915520 18762 33554432000 4194304 4196468 140723836820416 139739925306512 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28658] ppid=28648 vsize=10663980 memory=5 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28658/stat : 28658 (java) S 28648 28651 27612 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 15 0 414560824 10919915520 18762 33554432000 4194304 4196468 140723836820416 139739037407216 139740002400898 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0

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

/proc/28651/task/28657/stat : 28657 (java) S 28648 28651 27612 0 -1 1077944384 138 0 0 0 1 0 0 0 20 0 16 0 414560822 11006283776 40209 33554432000 4194304 4196468 140723836820416 139739925306512 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28658] ppid=28648 vsize=10748324 memory=75048 CPUtime=0.01 cores=1,3,5,7
/proc/28651/task/28658/stat : 28658 (java) S 28648 28651 27612 0 -1 1077944384 1111 0 0 0 1 0 0 0 20 0 16 0 414560824 11006283776 40209 33554432000 4194304 4196468 140723836820416 139739037407216 139740002400898 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28659] ppid=28648 vsize=10748324 memory=984 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28659/stat : 28659 (java) S 28648 28651 27612 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 414560824 11006283776 40209 33554432000 4194304 4196468 140723836820416 139739036353504 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28660] ppid=28648 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28660/stat : 28660 (java) S 28648 28651 27612 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 414560824 11006283776 40209 33554432000 4194304 4196468 140723836820416 139739035300864 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28661] ppid=28648 vsize=10748324 memory=14136645194638175 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28661/stat : 28661 (java) S 28648 28651 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414560827 11006283776 40209 33554432000 4194304 4196468 140723836820416 139739034249424 139740002408347 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28662] ppid=28648 vsize=10748324 memory=0 CPUtime=0.82 cores=1,3,5,7
/proc/28651/task/28662/stat : 28662 (java) S 28648 28651 27612 0 -1 1077944384 3037 0 0 0 82 0 0 0 20 0 16 0 414560827 11006283776 40209 33554432000 4194304 4196468 140723836820416 139739033197040 139740002400898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28663] ppid=28648 vsize=10748324 memory=0 CPUtime=0.8 cores=1,3,5,7
/proc/28651/task/28663/stat : 28663 (java) S 28648 28651 27612 0 -1 1077944384 1855 0 0 0 80 0 0 0 20 0 16 0 414560827 11006283776 40209 33554432000 4194304 4196468 140723836820416 139739032144496 139740002400898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28664] ppid=28648 vsize=10748324 memory=3588 CPUtime=0.53 cores=1,3,5,7
/proc/28651/task/28664/stat : 28664 (java) S 28648 28651 27612 0 -1 1077944384 2265 0 0 0 52 1 0 0 20 0 16 0 414560827 11006283776 40209 33554432000 4194304 4196468 140723836820416 139739031091952 139740002400898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28665] ppid=28648 vsize=10748324 memory=39136 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28665/stat : 28665 (java) S 28648 28651 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414560827 11006283776 40209 33554432000 4194304 4196468 140723836820416 139739030039648 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28666] ppid=28648 vsize=10748324 memory=984 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28666/stat : 28666 (java) S 28648 28651 27612 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 414560827 11006283776 40209 33554432000 4194304 4196468 140723836820416 139739028986160 139740002400898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28667] ppid=28648 vsize=10748324 memory=139748236655016 CPUtime=1.19 cores=1,3,5,7
/proc/28651/task/28667/stat : 28667 (java) R 28648 28651 27612 0 -1 4202560 3368 0 0 0 118 1 0 0 20 0 16 0 414561009 11006283776 40209 33554432000 4194304 4196468 140723836820416 139739012322208 139739601998421 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
Current children cumulated CPU time: 5.31 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 160836 KiB

[startup+6.30062 s]
/proc/loadavg: 1.76 1.83 1.86 3/230 28667
/proc/meminfo: memFree=31495632/32770624 swapFree=67004192/67108860
[pid=28651] ppid=28648 vsize=10748324 memory=173392 CPUtime=8.69 cores=1,3,5,7
/proc/28651/stat : 28651 (java) S 28648 28651 27612 0 -1 1077944320 29503 0 0 0 855 14 0 0 20 0 16 0 414560821 11006283776 43348 33554432000 4194304 4196468 140723836820416 140723836802960 139740002389751 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
/proc/28651/statm: 2687081 43348 3354 1 0 2647217 0
[pid=28651/tid=28653] ppid=28648 vsize=10748324 memory=7308895142485716329 CPUtime=1.85 cores=1,3,5,7
/proc/28651/task/28653/stat : 28653 (java) S 28648 28651 27612 0 -1 1077944384 15333 0 0 0 179 6 0 0 20 0 16 0 414560822 11006283776 43348 33554432000 4194304 4196468 140723836820416 139740006632624 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28654] ppid=28648 vsize=10748324 memory=18 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28654/stat : 28654 (java) S 28648 28651 27612 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 414560822 11006283776 43348 33554432000 4194304 4196468 140723836820416 139739928464144 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28655] ppid=28648 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28655/stat : 28655 (java) S 28648 28651 27612 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 414560822 11006283776 43348 33554432000 4194304 4196468 140723836820416 139739927411600 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28656] ppid=28648 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28656/stat : 28656 (java) S 28648 28651 27612 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414560822 11006283776 43348 33554432000 4194304 4196468 140723836820416 139739926359056 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28657] ppid=28648 vsize=10748324 memory=75048 CPUtime=0.01 cores=1,3,5,7
/proc/28651/task/28657/stat : 28657 (java) S 28648 28651 27612 0 -1 1077944384 138 0 0 0 1 0 0 0 20 0 16 0 414560822 11006283776 43348 33554432000 4194304 4196468 140723836820416 139739925306512 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28658] ppid=28648 vsize=10748324 memory=984 CPUtime=0.01 cores=1,3,5,7
/proc/28651/task/28658/stat : 28658 (java) S 28648 28651 27612 0 -1 1077944384 1128 0 0 0 1 0 0 0 20 0 16 0 414560824 11006283776 43348 33554432000 4194304 4196468 140723836820416 139739037407216 139740002400898 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28659] ppid=28648 vsize=10748324 memory=279496473195616 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28659/stat : 28659 (java) S 28648 28651 27612 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 414560824 11006283776 43348 33554432000 4194304 4196468 140723836820416 139739036353504 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28660] ppid=28648 vsize=10748324 memory=262787574063073 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28660/stat : 28660 (java) S 28648 28651 27612 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 414560824 11006283776 43348 33554432000 4194304 4196468 140723836820416 139739035300864 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28661] ppid=28648 vsize=10748324 memory=262787574063074 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28661/stat : 28661 (java) S 28648 28651 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414560827 11006283776 43348 33554432000 4194304 4196468 140723836820416 139739034249424 139740002408347 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28662] ppid=28648 vsize=10748324 memory=169228 CPUtime=0.85 cores=1,3,5,7
/proc/28651/task/28662/stat : 28662 (java) S 28648 28651 27612 0 -1 1077944384 3041 0 0 0 85 0 0 0 20 0 16 0 414560827 11006283776 43348 33554432000 4194304 4196468 140723836820416 139739033197040 139740002400898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28663] ppid=28648 vsize=10748324 memory=776 CPUtime=0.95 cores=1,3,5,7
/proc/28651/task/28663/stat : 28663 (java) S 28648 28651 27612 0 -1 1077944384 2196 0 0 0 95 0 0 0 20 0 16 0 414560827 11006283776 43348 33554432000 4194304 4196468 140723836820416 139739032144496 139740002400898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28664] ppid=28648 vsize=10748324 memory=1160 CPUtime=0.54 cores=1,3,5,7
/proc/28651/task/28664/stat : 28664 (java) S 28648 28651 27612 0 -1 1077944384 2281 0 0 0 53 1 0 0 20 0 16 0 414560827 11006283776 43348 33554432000 4194304 4196468 140723836820416 139739031091952 139740002400898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28665] ppid=28648 vsize=10748324 memory=1720 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28665/stat : 28665 (java) S 28648 28651 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414560827 11006283776 43348 33554432000 4194304 4196468 140723836820416 139739030039648 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28666] ppid=28648 vsize=10748324 memory=1096 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28666/stat : 28666 (java) S 28648 28651 27612 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 16 0 414560827 11006283776 43348 33554432000 4194304 4196468 140723836820416 139739028986160 139740002400898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28667] ppid=28648 vsize=10748324 memory=5964 CPUtime=4.38 cores=1,3,5,7
/proc/28651/task/28667/stat : 28667 (java) R 28648 28651 27612 0 -1 4202560 3886 0 0 0 436 2 0 0 20 0 16 0 414561009 11006283776 43348 33554432000 4194304 4196468 140723836820416 139739012321776 139739601998393 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
Current children cumulated CPU time: 8.69 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 173392 KiB

[startup+7.21013 s]
# the end of solver process 28651 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.46738 s, system=0.1539 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+6.40074 s]
/proc/loadavg: 1.76 1.83 1.86 3/230 28667
/proc/meminfo: memFree=31495632/32770624 swapFree=67004192/67108860
[pid=28651] ppid=28648 vsize=10748324 memory=173392 CPUtime=8.79 cores=1,3,5,7
/proc/28651/stat : 28651 (java) S 28648 28651 27612 0 -1 1077944320 29503 0 0 0 865 14 0 0 20 0 16 0 414560821 11006283776 43348 33554432000 4194304 4196468 140723836820416 140723836802960 139740002389751 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
/proc/28651/statm: 2687081 43348 3354 1 0 2647217 0
[pid=28651/tid=28653] ppid=28648 vsize=10748324 memory=6791534058613427641 CPUtime=1.85 cores=1,3,5,7
/proc/28651/task/28653/stat : 28653 (java) S 28648 28651 27612 0 -1 1077944384 15333 0 0 0 179 6 0 0 20 0 16 0 414560822 11006283776 43348 33554432000 4194304 4196468 140723836820416 139740006632624 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28654] ppid=28648 vsize=10748324 memory=1940 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28654/stat : 28654 (java) S 28648 28651 27612 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 414560822 11006283776 43348 33554432000 4194304 4196468 140723836820416 139739928464144 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28655] ppid=28648 vsize=10748324 memory=1416 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28655/stat : 28655 (java) S 28648 28651 27612 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 414560822 11006283776 43348 33554432000 4194304 4196468 140723836820416 139739927411600 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28656] ppid=28648 vsize=10748324 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28656/stat : 28656 (java) S 28648 28651 27612 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414560822 11006283776 43348 33554432000 4194304 4196468 140723836820416 139739926359056 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28657] ppid=28648 vsize=10748324 memory=740 CPUtime=0.01 cores=1,3,5,7
/proc/28651/task/28657/stat : 28657 (java) S 28648 28651 27612 0 -1 1077944384 138 0 0 0 1 0 0 0 20 0 16 0 414560822 11006283776 43348 33554432000 4194304 4196468 140723836820416 139739925306512 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28658] ppid=28648 vsize=10748324 memory=1052 CPUtime=0.01 cores=1,3,5,7
/proc/28651/task/28658/stat : 28658 (java) S 28648 28651 27612 0 -1 1077944384 1128 0 0 0 1 0 0 0 20 0 16 0 414560824 11006283776 43348 33554432000 4194304 4196468 140723836820416 139739037407216 139740002400898 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28659] ppid=28648 vsize=10748324 memory=7548 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28659/stat : 28659 (java) S 28648 28651 27612 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 414560824 11006283776 43348 33554432000 4194304 4196468 140723836820416 139739036353504 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28660] ppid=28648 vsize=10748324 memory=4004 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28660/stat : 28660 (java) S 28648 28651 27612 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 414560824 11006283776 43348 33554432000 4194304 4196468 140723836820416 139739035300864 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28661] ppid=28648 vsize=10748324 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28661/stat : 28661 (java) S 28648 28651 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414560827 11006283776 43348 33554432000 4194304 4196468 140723836820416 139739034249424 139740002408347 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28662] ppid=28648 vsize=10748324 memory=776 CPUtime=0.85 cores=1,3,5,7
/proc/28651/task/28662/stat : 28662 (java) S 28648 28651 27612 0 -1 1077944384 3041 0 0 0 85 0 0 0 20 0 16 0 414560827 11006283776 43348 33554432000 4194304 4196468 140723836820416 139739033197040 139740002400898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28663] ppid=28648 vsize=10748324 memory=1160 CPUtime=0.95 cores=1,3,5,7
/proc/28651/task/28663/stat : 28663 (java) S 28648 28651 27612 0 -1 1077944384 2196 0 0 0 95 0 0 0 20 0 16 0 414560827 11006283776 43348 33554432000 4194304 4196468 140723836820416 139739032144496 139740002400898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28664] ppid=28648 vsize=10748324 memory=163084 CPUtime=0.54 cores=1,3,5,7
/proc/28651/task/28664/stat : 28664 (java) S 28648 28651 27612 0 -1 1077944384 2281 0 0 0 53 1 0 0 20 0 16 0 414560827 11006283776 43348 33554432000 4194304 4196468 140723836820416 139739031091952 139740002400898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28665] ppid=28648 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28665/stat : 28665 (java) S 28648 28651 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414560827 11006283776 43348 33554432000 4194304 4196468 140723836820416 139739030039648 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28666] ppid=28648 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28666/stat : 28666 (java) S 28648 28651 27612 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 16 0 414560827 11006283776 43348 33554432000 4194304 4196468 140723836820416 139739028986160 139740002400898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28667] ppid=28648 vsize=10748324 memory=0 CPUtime=4.48 cores=1,3,5,7
/proc/28651/task/28667/stat : 28667 (java) R 28648 28651 27612 0 -1 4202560 3886 0 0 0 446 2 0 0 20 0 16 0 414561009 11006283776 43348 33554432000 4194304 4196468 140723836820416 139739012321776 139739601999932 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
Current children cumulated CPU time: 8.79 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 173392 KiB

[startup+6.80058 s]
/proc/loadavg: 1.76 1.83 1.86 3/230 28667
/proc/meminfo: memFree=31495632/32770624 swapFree=67004192/67108860
[pid=28651] ppid=28648 vsize=10748324 memory=177488 CPUtime=9.19 cores=1,3,5,7
/proc/28651/stat : 28651 (java) S 28648 28651 27612 0 -1 1077944320 29541 0 0 0 905 14 0 0 20 0 16 0 414560821 11006283776 44372 33554432000 4194304 4196468 140723836820416 140723836802960 139740002389751 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
/proc/28651/statm: 2687081 44372 3354 1 0 2647217 0
[pid=28651/tid=28653] ppid=28648 vsize=10748324 memory=9047914855943115630 CPUtime=1.85 cores=1,3,5,7
/proc/28651/task/28653/stat : 28653 (java) S 28648 28651 27612 0 -1 1077944384 15333 0 0 0 179 6 0 0 20 0 16 0 414560822 11006283776 44372 33554432000 4194304 4196468 140723836820416 139740006632624 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28654] ppid=28648 vsize=10748324 memory=7970387536985670558 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28654/stat : 28654 (java) S 28648 28651 27612 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 414560822 11006283776 44372 33554432000 4194304 4196468 140723836820416 139739928464144 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28655] ppid=28648 vsize=10748324 memory=7596276708411008599 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28655/stat : 28655 (java) S 28648 28651 27612 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 414560822 11006283776 44372 33554432000 4194304 4196468 140723836820416 139739927411600 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28656] ppid=28648 vsize=10748324 memory=7234029399975158888 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28656/stat : 28656 (java) S 28648 28651 27612 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414560822 11006283776 44372 33554432000 4194304 4196468 140723836820416 139739926359056 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28657] ppid=28648 vsize=10748324 memory=7233736994252652628 CPUtime=0.01 cores=1,3,5,7
/proc/28651/task/28657/stat : 28657 (java) S 28648 28651 27612 0 -1 1077944384 138 0 0 0 1 0 0 0 20 0 16 0 414560822 11006283776 44372 33554432000 4194304 4196468 140723836820416 139739925306512 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28658] ppid=28648 vsize=10748324 memory=288285593140737846 CPUtime=0.01 cores=1,3,5,7
/proc/28651/task/28658/stat : 28658 (java) S 28648 28651 27612 0 -1 1077944384 1128 0 0 0 1 0 0 0 20 0 16 0 414560824 11006283776 44372 33554432000 4194304 4196468 140723836820416 139739037407216 139740002400898 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28659] ppid=28648 vsize=10748324 memory=47832 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28659/stat : 28659 (java) S 28648 28651 27612 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 414560824 11006283776 44372 33554432000 4194304 4196468 140723836820416 139739036353504 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28660] ppid=28648 vsize=10748324 memory=56 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28660/stat : 28660 (java) S 28648 28651 27612 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 414560824 11006283776 44372 33554432000 4194304 4196468 140723836820416 139739035300864 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28661] ppid=28648 vsize=10748324 memory=14893 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28661/stat : 28661 (java) S 28648 28651 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414560827 11006283776 44372 33554432000 4194304 4196468 140723836820416 139739034249424 139740002408347 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28662] ppid=28648 vsize=10748324 memory=22478 CPUtime=0.85 cores=1,3,5,7
/proc/28651/task/28662/stat : 28662 (java) S 28648 28651 27612 0 -1 1077944384 3074 0 0 0 85 0 0 0 20 0 16 0 414560827 11006283776 44372 33554432000 4194304 4196468 140723836820416 139739033197040 139740002400898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28663] ppid=28648 vsize=10748324 memory=7089323769709224277 CPUtime=0.95 cores=1,3,5,7
/proc/28651/task/28663/stat : 28663 (java) S 28648 28651 27612 0 -1 1077944384 2196 0 0 0 95 0 0 0 20 0 16 0 414560827 11006283776 44372 33554432000 4194304 4196468 140723836820416 139739032144496 139740002400898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28664] ppid=28648 vsize=10748324 memory=7089323769709224277 CPUtime=0.54 cores=1,3,5,7
/proc/28651/task/28664/stat : 28664 (java) S 28648 28651 27612 0 -1 1077944384 2281 0 0 0 53 1 0 0 20 0 16 0 414560827 11006283776 44372 33554432000 4194304 4196468 140723836820416 139739031091952 139740002400898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28665] ppid=28648 vsize=10748324 memory=7089323769709224277 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28665/stat : 28665 (java) S 28648 28651 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414560827 11006283776 44372 33554432000 4194304 4196468 140723836820416 139739030039648 139740002399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28666] ppid=28648 vsize=10748324 memory=7089323769709224277 CPUtime=0 cores=1,3,5,7
/proc/28651/task/28666/stat : 28666 (java) S 28648 28651 27612 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 16 0 414560827 11006283776 44372 33554432000 4194304 4196468 140723836820416 139739028986160 139740002400898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
[pid=28651/tid=28667] ppid=28648 vsize=10748324 memory=7089323769709224277 CPUtime=4.88 cores=1,3,5,7
/proc/28651/task/28667/stat : 28667 (java) R 28648 28651 27612 0 -1 4202560 3891 0 0 0 486 2 0 0 20 0 16 0 414561009 11006283776 44372 33554432000 4194304 4196468 140723836820416 139739012316288 139739602000504 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16617472 140723836826635 140723836826738 140723836826738 140723836829647 0
Current children cumulated CPU time: 9.19 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 177488 KiB

[startup+7.20048 s]*
/proc/loadavg: 1.76 1.83 1.86 3/216 28668
/proc/meminfo: memFree=31597184/32770624 swapFree=67004192/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 7.21017
CPU time (s): 9.62128
CPU user time (s): 9.46738
CPU system time (s): 0.1539
CPU usage (%): 133.44
Max. virtual memory (cumulated for all children) (KiB): 10748324
Max. memory (cumulated for all children) (KiB): 179536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.46738
system time used= 0.1539
maximum resident set size= 184044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32315
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2642
involuntary context switches= 25


# summary of solver processes directly reported to runsolver:
#   pid: 28651
#   total CPU time (s): 9.62128
#   total CPU user time (s): 9.46738
#   total CPU system time (s): 0.1539

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.070697 second user time and 0.106971 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-13 16:12:36
IDJOB=4390615
IDBENCH=134594
IDSOLVER=2832
FILE ID=node148/4390615-1568383992
RUNJOBID= node148-1568380480-27644
PBS_JOBID= 21701823
Free space on /tmp= 58788 MiB

SOLVER NAME= AbsCon 2019-07-23
BENCH NAME= XCSP17/KnightTour/KnightTour-int-s1/KnightTour-08-int.xml
COMMAND LINE= java -cp AbsCon19-06.jar AbsCon BENCHNAME -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4390615-1568383992/watcher-4390615-1568383992 -o /tmp/evaluation-result-4390615-1568383992/solver-4390615-1568383992 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568380480-27644 --watchdog 2580  java -cp AbsCon19-06.jar AbsCon HOME/instance-4390615-1568383992.xml -cm

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

MD5SUM BENCH= 473b10c1a98fbd59115b24ad203b92fd
RANDOM SEED=323831601

node148.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.13
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.13
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.13
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.13
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31655664 kB
MemAvailable:   31736968 kB
Buffers:           23420 kB
Cached:           353292 kB
SwapCached:         3852 kB
Active:           398816 kB
Inactive:         159940 kB
Active(anon):     179168 kB
Inactive(anon):    43804 kB
Active(file):     219648 kB
Inactive(file):   116136 kB
Unevictable:      108944 kB
Mlocked:          108944 kB
SwapTotal:      67108860 kB
SwapFree:       67004192 kB
Dirty:              8732 kB
Writeback:             0 kB
AnonPages:        227304 kB
Mapped:            56280 kB
Shmem:             32312 kB
Slab:             150940 kB
SReclaimable:     122712 kB
SUnreclaim:        28228 kB
KernelStack:        4064 kB
PageTables:         6172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1152180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 58780 MiB
End job on node148 at 2019-09-13 16:12:43