Trace number 4390463

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 13.0732 11.0961

DiagnosticValue
WRONG_DECISIONS4197

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-15-036.xml
MD5SUM5e5c63d89f6605b36f0577fcc9be8ecb
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 benchmark1.60869
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints105
Number of domains15
Minimum domain size22
Maximum domain size36
Distribution of domain sizes[{"size":22,"count":2},{"size":23,"count":2},{"size":24,"count":2},{"size":25,"count":2},{"size":26,"count":2},{"size":27,"count":2},{"size":28,"count":2},{"size":29,"count":2},{"size":30,"count":2},{"size":31,"count":2},{"size":32,"count":2},{"size":33,"count":2},{"size":34,"count":2},{"size":35,"count":2},{"size":36,"count":2}]
Minimum variable degree14
Maximum variable degree14
Distribution of variable degrees[{"degree":14,"count":30}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":105}]
Number of extensional constraints0
Number of intensional constraints105
Distribution of constraint types[{"type":"intension","count":105}]
Optimization problemNO
Type of objective

Solver Data

2.43/1.88	
2.43/1.88	AbsCon 2 
2.43/1.89	
2.94/2.04	  Instance
2.94/2.04	    name=instance-4390463-1568387879, framework=CSP
2.94/2.04	
2.94/2.04	  Loading variables...
2.94/2.07	  Loading constraints...
3.52/2.23	
3.52/2.23	  Domains
3.52/2.23	    nTypes=15, nValues=870, sizes=[22#2,23#2,24#2,25#2...33#2,34#2,35#2,36#2]
3.52/2.23	  Variables
3.52/2.23	    count=30, degrees=[14#30]
3.52/2.23	  Constraints
3.52/2.23	    count=105, arities=[4#105]
3.52/2.23	    distribution=[CtrIntension#105]
3.52/2.23	    nIntStructures=(105,shared:0)
3.52/2.23	    wck=0.379, cpu=2.192, mem=34M445
3.52/2.23	  Solver SolverBacktrack being built...
3.52/2.23	
3.52/2.26	
3.52/2.26	  Solver
3.52/2.26	    guaranteedGAC=false
3.52/2.26	    wck=0.408, cpu=2.22, mem=45M87
3.52/2.29	
3.52/2.29	  Preprocessing
3.52/2.29	    filters=0, revisions=(356,useless=356), ccks=58185, nACremovedValues=0, nTotalRemovedValues=0, inconcistency=false
3.52/2.29	    wck=0.03, cpu=2.251, mem=45M87
3.52/2.29	
3.86/2.31	    num=0, depth=18..18, filters=258, revisions=(1989,useless=1722), ccks=91867, wck=0.054, mem=47M730
3.86/2.31	    decisions=38, wrong=10, backtracks=0, failedAssignments=10, nogoods=10
3.86/2.31	    
3.86/2.33	    num=1, depth=14..14, filters=393, revisions=(3470,useless=3055), ccks=148649, wck=0.077, mem=47M730
3.86/2.33	    decisions=74, wrong=21, backtracks=0, failedAssignments=21, nogoods=21
3.86/2.33	    
4.08/2.43	    num=2, depth=9..15, filters=536, revisions=(5682,useless=5098), ccks=401641, wck=0.17, mem=47M730
4.08/2.43	    decisions=119, wrong=39, backtracks=6, failedAssignments=33, nogoods=22
4.08/2.43	    
4.08/2.48	    num=3, depth=7..9, filters=591, revisions=(7352,useless=6711), ccks=531615, wck=0.219, mem=47M730
4.08/2.48	    decisions=154, wrong=52, backtracks=6, failedAssignments=46, nogoods=35
4.08/2.48	    
4.23/2.53	    num=4, depth=5..9, filters=639, revisions=(8850,useless=8160), ccks=676100, wck=0.272, mem=47M730
4.23/2.53	    decisions=191, wrong=66, backtracks=6, failedAssignments=60, nogoods=49
4.23/2.53	    
4.36/2.61	    num=5, depth=4..5, filters=763, revisions=(11200,useless=10383), ccks=864395, wck=0.352, mem=47M730
4.36/2.61	    decisions=229, wrong=83, backtracks=7, failedAssignments=76, nogoods=56
4.36/2.61	    
4.46/2.74	    num=6, depth=6..7, filters=825, revisions=(13123,useless=12233), ccks=1222843, wck=0.479, mem=47M730
4.46/2.74	    decisions=272, wrong=101, backtracks=8, failedAssignments=93, nogoods=65
4.46/2.74	    
4.56/2.81	    num=7, depth=4..7, filters=890, revisions=(15180,useless=14224), ccks=1437474, wck=0.557, mem=47M730
4.56/2.81	    decisions=317, wrong=120, backtracks=8, failedAssignments=112, nogoods=84
4.56/2.81	    
4.67/2.92	    num=8, depth=3..4, filters=980, revisions=(17611,useless=16564), ccks=1740093, wck=0.666, mem=47M730
4.67/2.92	    decisions=365, wrong=142, backtracks=9, failedAssignments=133, nogoods=94
4.67/2.92	    
4.67/2.96	    num=9, depth=8..11, filters=1067, revisions=(19902,useless=18766), ccks=1845739, wck=0.706, mem=47M730
4.67/2.96	    decisions=422, wrong=165, backtracks=9, failedAssignments=156, nogoods=117
4.67/2.96	    
4.67/3.00	    num=10, depth=9..11, filters=1161, revisions=(22481,useless=21247), ccks=1931163, wck=0.74, mem=47M730
4.67/3.00	    decisions=483, wrong=190, backtracks=9, failedAssignments=181, nogoods=142
4.67/3.00	    
4.79/3.05	    num=11, depth=8..12, filters=1301, revisions=(25365,useless=23989), ccks=2074300, wck=0.793, mem=47M730
4.79/3.05	    decisions=553, wrong=220, backtracks=11, failedAssignments=209, nogoods=158
4.79/3.05	    
5.00/3.26	    num=12, depth=5..7, filters=1564, revisions=(30577,useless=28917), ccks=2647216, wck=0.999, mem=47M730
5.00/3.26	    decisions=633, wrong=257, backtracks=17, failedAssignments=240, nogoods=171
5.00/3.26	    
5.11/3.34	    num=13, depth=7..9, filters=1690, revisions=(33788,useless=31999), ccks=2908093, wck=1.083, mem=47M730
5.11/3.34	    decisions=712, wrong=293, backtracks=19, failedAssignments=274, nogoods=184
5.11/3.34	    
5.23/3.40	    num=14, depth=8..13, filters=1843, revisions=(36992,useless=35048), ccks=3133164, wck=1.147, mem=47M730
5.23/3.40	    decisions=800, wrong=331, backtracks=20, failedAssignments=311, nogoods=214
5.23/3.40	    
5.33/3.53	    num=15, depth=6..8, filters=2175, revisions=(42501,useless=40191), ccks=3592644, wck=1.277, mem=47M730
5.33/3.53	    decisions=902, wrong=379, backtracks=27, failedAssignments=352, nogoods=222
5.33/3.53	    
5.44/3.66	    num=16, depth=8..11, filters=2376, revisions=(47027,useless=44488), ccks=4046187, wck=1.403, mem=47M730
5.44/3.66	    decisions=1007, wrong=427, backtracks=30, failedAssignments=397, nogoods=228
5.44/3.66	    
5.54/3.79	    num=17, depth=7..12, filters=2550, revisions=(52282,useless=49545), ccks=4505545, wck=1.533, mem=47M730
5.54/3.79	    decisions=1118, wrong=477, backtracks=30, failedAssignments=447, nogoods=278
5.54/3.79	    
5.75/3.90	    num=18, depth=6..8, filters=2896, revisions=(59007,useless=55899), ccks=4886536, wck=1.643, mem=47M730
5.75/3.90	    decisions=1253, wrong=541, backtracks=39, failedAssignments=502, nogoods=291
5.75/3.90	    
5.85/4.06	    num=19, depth=8..10, filters=3161, revisions=(65286,useless=61911), ccks=5434119, wck=1.8, mem=47M730
5.85/4.06	    decisions=1394, wrong=607, backtracks=44, failedAssignments=563, nogoods=315
5.85/4.06	    
6.15/4.35	    num=20, depth=4..8, filters=3429, revisions=(73017,useless=69373), ccks=6480037, wck=2.091, mem=47M730
6.15/4.35	    decisions=1545, wrong=680, backtracks=50, failedAssignments=630, nogoods=325
6.15/4.35	    
6.25/4.43	    num=21, depth=8..21, filters=3701, revisions=(78976,useless=75060), ccks=6772643, wck=2.176, mem=47M730
6.25/4.43	    decisions=1717, wrong=756, backtracks=52, failedAssignments=704, nogoods=382
6.25/4.43	    
6.36/4.54	    num=22, depth=5..13, filters=4070, revisions=(86687,useless=82398), ccks=7141687, wck=2.285, mem=47M730
6.36/4.54	    decisions=1897, wrong=840, backtracks=55, failedAssignments=785, nogoods=437
6.36/4.54	    
6.76/4.95	    num=23, depth=5..6, filters=4862, revisions=(99069,useless=93974), ccks=8622916, wck=2.697, mem=47M730
6.76/4.95	    decisions=2101, wrong=939, backtracks=65, failedAssignments=874, nogoods=448
6.76/4.95	    
6.99/5.13	    num=24, depth=3..15, filters=5215, revisions=(108619,useless=103168), ccks=9230673, wck=2.87, mem=47M730
6.99/5.13	    decisions=2314, wrong=1040, backtracks=68, failedAssignments=972, nogoods=527
6.99/5.13	    
7.28/5.45	    num=25, depth=5..9, filters=5730, revisions=(121086,useless=115116), ccks=10387291, wck=3.192, mem=47M730
7.28/5.45	    decisions=2547, wrong=1154, backtracks=75, failedAssignments=1080, nogoods=561
7.28/5.45	    
7.58/5.72	    num=26, depth=4..15, filters=6224, revisions=(131602,useless=125128), ccks=11364388, wck=3.464, mem=50M372
7.58/5.72	    decisions=2818, wrong=1287, backtracks=89, failedAssignments=1199, nogoods=571
7.58/5.72	    
7.90/6.06	    num=27, depth=4..13, filters=6948, revisions=(147008,useless=139777), ccks=12567665, wck=3.805, mem=50M372
7.90/6.06	    decisions=3120, wrong=1435, backtracks=107, failedAssignments=1330, nogoods=590
7.90/6.06	    
8.19/6.34	    num=28, depth=6..14, filters=7423, revisions=(159739,useless=152024), ccks=13565987, wck=4.087, mem=50M372
8.19/6.34	    decisions=3450, wrong=1595, backtracks=126, failedAssignments=1474, nogoods=602
8.19/6.34	    
8.39/6.57	    num=29, depth=4..18, filters=7930, revisions=(173834,useless=165601), ccks=14329807, wck=4.309, mem=50M372
8.39/6.57	    decisions=3809, wrong=1766, backtracks=139, failedAssignments=1632, nogoods=693
8.39/6.57	    
9.10/7.29	    num=30, depth=3..13, filters=8745, revisions=(192431,useless=183329), ccks=16969924, wck=5.033, mem=50M372
9.10/7.29	    decisions=4196, wrong=1957, backtracks=158, failedAssignments=1806, nogoods=738
9.10/7.29	    
9.70/7.84	    num=31, depth=2..12, filters=9521, revisions=(214325,useless=204439), ccks=18927558, wck=5.583, mem=50M372
9.70/7.84	    decisions=4628, wrong=2168, backtracks=179, failedAssignments=1997, nogoods=804
9.70/7.84	    
10.01/8.19	    num=32, depth=4..21, filters=10328, revisions=(231398,useless=220666), ccks=20168479, wck=5.933, mem=50M372
10.01/8.19	    decisions=5095, wrong=2393, backtracks=193, failedAssignments=2208, nogoods=903
10.01/8.19	    
10.31/8.40	    num=33, depth=5..16, filters=11296, revisions=(250020,useless=238318), ccks=20872216, wck=6.144, mem=50M372
10.31/8.40	    decisions=5603, wrong=2641, backtracks=211, failedAssignments=2440, nogoods=950
10.31/8.40	    
10.76/8.87	    num=34, depth=4..17, filters=12368, revisions=(272046,useless=259200), ccks=22543354, wck=6.612, mem=50M372
10.76/8.87	    decisions=6177, wrong=2921, backtracks=236, failedAssignments=2695, nogoods=1046
10.76/8.87	    
11.36/9.40	    num=35, depth=4..15, filters=13240, revisions=(297924,useless=284203), ccks=24423904, wck=7.143, mem=53M14
11.36/9.40	    decisions=6798, wrong=3225, backtracks=261, failedAssignments=2976, nogoods=1090
11.36/9.40	    
11.86/10.00	    num=36, depth=4..15, filters=14741, revisions=(331419,useless=316168), ccks=26521100, wck=7.74, mem=53M14
11.86/10.00	    decisions=7492, wrong=3566, backtracks=294, failedAssignments=3285, nogoods=1161
11.86/10.00	    
12.86/10.93	    num=37, depth=3..12, filters=16457, revisions=(368088,useless=351078), ccks=29868459, wck=8.67, mem=53M14
12.86/10.93	    decisions=8304, wrong=3968, backtracks=359, failedAssignments=3625, nogoods=1177
12.86/10.93	    
12.97/11.09	    num=38, depth=6..29, filters=17277, revisions=(384790,useless=366950), ccks=30364665, wck=8.828, mem=53M14
12.97/11.09	    decisions=8784, wrong=4197, backtracks=378, failedAssignments=3835, nogoods=1177, foundSolutions=1
12.97/11.09	    
12.97/11.09	  Global
12.97/11.09	    filters=17277, revisions=(384790,useless=366950), ccks=30364665, nogoods=1177
12.97/11.09	    Stop=REACHED_GOAL, wrong=4197, foundSolutions=1, firstSolCpu=11.043
12.97/11.09	    wck=9.237, cpu=11.048, mem=53M14
12.97/11.09	
12.97/11.09	v <instantiation id='sol1' type='solution'>  <list> x[] y[] </list>  <values> 13 22 22 9 9 29 29 14 0 25 25 13 0 0 14 12 12 14 32 27 28 21 12 27 0 10 0 0 13 21 </values>  </instantiation>
12.97/11.09	s SATISFIABLE
12.97/11.09	
12.97/11.09	d WRONG_DECISIONS 4197

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 (13009 MiB free)
  memory of node 1: 16384 MiB (15254 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390463-1568387879/watcher-4390463-1568387879 -o /tmp/evaluation-result-4390463-1568387879/solver-4390463-1568387879 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568376840-4291 --watchdog 2580 java -cp AbsCon19-06.jar AbsCon HOME/instance-4390463-1568387879.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=6240, runsolver pid=6237

[startup+0.10011 s]*
/proc/loadavg: 1.58 1.63 1.71 5/227 6255
/proc/meminfo: memFree=28926856/32770624 swapFree=66997168/67108860
[pid=6240] ppid=6237 vsize=10659884 memory=27428 CPUtime=0.13 cores=1,3,5,7
/proc/6240/stat : 6240 (java) S 6237 6240 4259 0 -1 1077944320 5381 0 0 0 11 2 0 0 20 0 15 0 415042548 10915721216 6857 33554432000 4194304 4196468 140731983204960 140731983187504 140541335244535 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
/proc/6240/statm: 2664971 6857 2880 1 0 2627468 0
[pid=6240/tid=6242] ppid=6237 vsize=10659884 memory=-8617482348318186131 CPUtime=0.09 cores=1,3,5,7
/proc/6240/task/6242/stat : 6242 (java) R 6237 6240 4259 0 -1 4202560 3232 0 0 0 8 1 0 0 20 0 15 0 415042549 10915721216 6857 33554432000 4194304 4196468 140731983204960 140541339473632 140541335256470 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6243] ppid=6237 vsize=10659884 memory=-9181546050914066336 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6243/stat : 6243 (java) S 6237 6240 4259 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415042549 10915721216 6857 33554432000 4194304 4196468 140731983204960 140541271936144 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6244] ppid=6237 vsize=10659884 memory=140287109965440 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6244/stat : 6244 (java) S 6237 6240 4259 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415042549 10915721216 6857 33554432000 4194304 4196468 140731983204960 140541270883344 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6245] ppid=6237 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6245/stat : 6245 (java) S 6237 6240 4259 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415042549 10915721216 6857 33554432000 4194304 4196468 140731983204960 140541269830544 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6246] ppid=6237 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6246/stat : 6246 (java) S 6237 6240 4259 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415042549 10915721216 6857 33554432000 4194304 4196468 140731983204960 140541268777744 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6247] ppid=6237 vsize=10659884 memory=140287109965440 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6247/stat : 6247 (java) S 6237 6240 4259 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415042551 10915721216 6857 33554432000 4194304 4196468 140731983204960 140540369480048 140541335255682 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6248] ppid=6237 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6248/stat : 6248 (java) S 6237 6240 4259 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 415042551 10915721216 6857 33554432000 4194304 4196468 140731983204960 140540368426016 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6249] ppid=6237 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6249/stat : 6249 (java) S 6237 6240 4259 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 415042551 10915721216 6857 33554432000 4194304 4196468 140731983204960 140540367373168 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6250] ppid=6237 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6250/stat : 6250 (java) S 6237 6240 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415042554 10915721216 6857 33554432000 4194304 4196468 140731983204960 140540366321488 140541335263131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6251] ppid=6237 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6251/stat : 6251 (java) S 6237 6240 4259 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 415042554 10915721216 6857 33554432000 4194304 4196468 140731983204960 140540365269872 140541335255682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6252] ppid=6237 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6252/stat : 6252 (java) S 6237 6240 4259 0 -1 1077944384 178 0 0 0 0 0 0 0 20 0 15 0 415042554 10915721216 6857 33554432000 4194304 4196468 140731983204960 140540364217072 140541335255682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6253] ppid=6237 vsize=10659884 memory=140287109965440 CPUtime=0.02 cores=1,3,5,7
/proc/6240/task/6253/stat : 6253 (java) R 6237 6240 4259 0 -1 4202560 325 0 0 0 2 0 0 0 20 0 15 0 415042554 10915721216 6857 33554432000 4194304 4196468 140731983204960 140540363162064 140541335256470 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6254] ppid=6237 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6254/stat : 6254 (java) S 6237 6240 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415042554 10915721216 6857 33554432000 4194304 4196468 140731983204960 140540362111712 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6255] ppid=6237 vsize=10659884 memory=140287109965440 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6255/stat : 6255 (java) S 6237 6240 4259 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415042554 10915721216 6857 33554432000 4194304 4196468 140731983204960 140540361058992 140541335255682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 27428 KiB

[startup+0.217314 s]*
/proc/loadavg: 1.58 1.63 1.71 3/227 6255
/proc/meminfo: memFree=28919128/32770624 swapFree=66997168/67108860
[pid=6240] ppid=6237 vsize=10659884 memory=35028 CPUtime=0.33 cores=1,3,5,7
/proc/6240/stat : 6240 (java) S 6237 6240 4259 0 -1 1077944320 6846 0 0 0 31 2 0 0 20 0 15 0 415042548 10915721216 8757 33554432000 4194304 4196468 140731983204960 140731983187504 140541335244535 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
/proc/6240/statm: 2664971 8757 2990 1 0 2627468 0
[pid=6240/tid=6242] ppid=6237 vsize=10659884 memory=7022364594140610616 CPUtime=0.21 cores=1,3,5,7
/proc/6240/task/6242/stat : 6242 (java) R 6237 6240 4259 0 -1 4202560 3917 0 0 0 19 2 0 0 20 0 15 0 415042549 10915721216 8757 33554432000 4194304 4196468 140731983204960 140541339476624 140541335266461 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6243] ppid=6237 vsize=10659884 memory=339 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6243/stat : 6243 (java) S 6237 6240 4259 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415042549 10915721216 8757 33554432000 4194304 4196468 140731983204960 140541271936144 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6244] ppid=6237 vsize=10659884 memory=140287109978486 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6244/stat : 6244 (java) S 6237 6240 4259 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415042549 10915721216 8757 33554432000 4194304 4196468 140731983204960 140541270883344 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6245] ppid=6237 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6245/stat : 6245 (java) S 6237 6240 4259 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415042549 10915721216 8757 33554432000 4194304 4196468 140731983204960 140541269830544 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6246] ppid=6237 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6246/stat : 6246 (java) S 6237 6240 4259 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415042549 10915721216 8757 33554432000 4194304 4196468 140731983204960 140541268777744 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6247] ppid=6237 vsize=10659884 memory=140287109965440 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6247/stat : 6247 (java) S 6237 6240 4259 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415042551 10915721216 8757 33554432000 4194304 4196468 140731983204960 140540369480048 140541335255682 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6248] ppid=6237 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6248/stat : 6248 (java) S 6237 6240 4259 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 415042551 10915721216 8757 33554432000 4194304 4196468 140731983204960 140540368426016 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6249] ppid=6237 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6249/stat : 6249 (java) S 6237 6240 4259 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 415042551 10915721216 8757 33554432000 4194304 4196468 140731983204960 140540367373168 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6250] ppid=6237 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6250/stat : 6250 (java) S 6237 6240 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415042554 10915721216 8757 33554432000 4194304 4196468 140731983204960 140540366321488 140541335263131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6251] ppid=6237 vsize=10659884 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/6240/task/6251/stat : 6251 (java) S 6237 6240 4259 0 -1 1077944384 514 0 0 0 2 0 0 0 20 0 15 0 415042554 10915721216 8757 33554432000 4194304 4196468 140731983204960 140540365269872 140541335255682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6252] ppid=6237 vsize=10659884 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/6240/task/6252/stat : 6252 (java) S 6237 6240 4259 0 -1 1077944384 385 0 0 0 3 0 0 0 20 0 15 0 415042554 10915721216 8757 33554432000 4194304 4196468 140731983204960 140540364217072 140541335255682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6253] ppid=6237 vsize=10659884 memory=140287109965440 CPUtime=0.05 cores=1,3,5,7
/proc/6240/task/6253/stat : 6253 (java) S 6237 6240 4259 0 -1 1077944384 670 0 0 0 5 0 0 0 20 0 15 0 415042554 10915721216 8757 33554432000 4194304 4196468 140731983204960 140540363164272 140541335255682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6254] ppid=6237 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6254/stat : 6254 (java) S 6237 6240 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415042554 10915721216 8757 33554432000 4194304 4196468 140731983204960 140540362111712 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6255] ppid=6237 vsize=10659884 memory=140287109965440 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6255/stat : 6255 (java) S 6237 6240 4259 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415042554 10915721216 8757 33554432000 4194304 4196468 140731983204960 140540361058992 140541335255682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 35028 KiB

[startup+0.310103 s]*
/proc/loadavg: 1.58 1.63 1.71 3/227 6255
/proc/meminfo: memFree=28911556/32770624 swapFree=66997168/67108860
[pid=6240] ppid=6237 vsize=10659884 memory=40240 CPUtime=0.47 cores=1,3,5,7
/proc/6240/stat : 6240 (java) S 6237 6240 4259 0 -1 1077944320 9513 0 0 0 43 4 0 0 20 0 15 0 415042548 10915721216 10060 33554432000 4194304 4196468 140731983204960 140731983187504 140541335244535 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
/proc/6240/statm: 2664971 10060 3002 1 0 2627468 0
[pid=6240/tid=6242] ppid=6237 vsize=10659884 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/6240/task/6242/stat : 6242 (java) R 6237 6240 4259 0 -1 4202560 6508 0 0 0 27 3 0 0 20 0 15 0 415042549 10915721216 10060 33554432000 4194304 4196468 140731983204960 140541339464688 140541319325022 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6243] ppid=6237 vsize=10659884 memory=2669794 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6243/stat : 6243 (java) S 6237 6240 4259 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415042549 10915721216 10060 33554432000 4194304 4196468 140731983204960 140541271936144 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6244] ppid=6237 vsize=10659884 memory=140287112775980 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6244/stat : 6244 (java) S 6237 6240 4259 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415042549 10915721216 10060 33554432000 4194304 4196468 140731983204960 140541270883344 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6245] ppid=6237 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6245/stat : 6245 (java) S 6237 6240 4259 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415042549 10915721216 10060 33554432000 4194304 4196468 140731983204960 140541269830544 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6246] ppid=6237 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6246/stat : 6246 (java) S 6237 6240 4259 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415042549 10915721216 10060 33554432000 4194304 4196468 140731983204960 140541268777744 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6247] ppid=6237 vsize=10659884 memory=140287109965440 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6247/stat : 6247 (java) S 6237 6240 4259 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415042551 10915721216 10060 33554432000 4194304 4196468 140731983204960 140540369480048 140541335255682 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6248] ppid=6237 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6248/stat : 6248 (java) S 6237 6240 4259 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 415042551 10915721216 10060 33554432000 4194304 4196468 140731983204960 140540368426016 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6249] ppid=6237 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6249/stat : 6249 (java) S 6237 6240 4259 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 415042551 10915721216 10060 33554432000 4194304 4196468 140731983204960 140540367373168 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6250] ppid=6237 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6250/stat : 6250 (java) S 6237 6240 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415042554 10915721216 10060 33554432000 4194304 4196468 140731983204960 140540366321488 140541335263131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6251] ppid=6237 vsize=10659884 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/6240/task/6251/stat : 6251 (java) S 6237 6240 4259 0 -1 1077944384 530 0 0 0 3 0 0 0 20 0 15 0 415042554 10915721216 10060 33554432000 4194304 4196468 140731983204960 140540365269872 140541335255682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6252] ppid=6237 vsize=10659884 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/6240/task/6252/stat : 6252 (java) S 6237 6240 4259 0 -1 1077944384 419 0 0 0 4 0 0 0 20 0 15 0 415042554 10915721216 10060 33554432000 4194304 4196468 140731983204960 140540364217072 140541335255682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6253] ppid=6237 vsize=10659884 memory=140287109965440 CPUtime=0.08 cores=1,3,5,7
/proc/6240/task/6253/stat : 6253 (java) S 6237 6240 4259 0 -1 1077944384 701 0 0 0 8 0 0 0 20 0 15 0 415042554 10915721216 10060 33554432000 4194304 4196468 140731983204960 140540363164272 140541335255682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6254] ppid=6237 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6254/stat : 6254 (java) S 6237 6240 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415042554 10915721216 10060 33554432000 4194304 4196468 140731983204960 140540362111712 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6255] ppid=6237 vsize=10659884 memory=140287109965440 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6255/stat : 6255 (java) S 6237 6240 4259 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415042554 10915721216 10060 33554432000 4194304 4196468 140731983204960 140540361058992 140541335255682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 40240 KiB

[startup+0.701361 s]
/proc/loadavg: 1.58 1.63 1.71 3/227 6255
/proc/meminfo: memFree=28903124/32770624 swapFree=66997168/67108860
[pid=6240] ppid=6237 vsize=10661932 memory=64192 CPUtime=1.13 cores=1,3,5,7
/proc/6240/stat : 6240 (java) S 6237 6240 4259 0 -1 1077944320 13203 0 0 0 107 6 0 0 20 0 15 0 415042548 10917818368 16048 33554432000 4194304 4196468 140731983204960 140731983187504 140541335244535 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
/proc/6240/statm: 2665483 16048 3061 1 0 2627980 0
[pid=6240/tid=6242] ppid=6237 vsize=10661932 memory=9888 CPUtime=0.68 cores=1,3,5,7
/proc/6240/task/6242/stat : 6242 (java) R 6237 6240 4259 0 -1 4202560 9218 0 0 0 63 5 0 0 20 0 15 0 415042549 10917818368 16048 33554432000 4194304 4196468 140731983204960 140541339461424 140541318431344 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6243] ppid=6237 vsize=10661932 memory=12024 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6243/stat : 6243 (java) S 6237 6240 4259 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415042549 10917818368 16048 33554432000 4194304 4196468 140731983204960 140541271936144 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6244] ppid=6237 vsize=10661932 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6244/stat : 6244 (java) S 6237 6240 4259 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415042549 10917818368 16048 33554432000 4194304 4196468 140731983204960 140541270883344 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6245] ppid=6237 vsize=10661932 memory=500 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6245/stat : 6245 (java) S 6237 6240 4259 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415042549 10917818368 16048 33554432000 4194304 4196468 140731983204960 140541269830544 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6246] ppid=6237 vsize=10661932 memory=928 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6246/stat : 6246 (java) S 6237 6240 4259 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415042549 10917818368 16048 33554432000 4194304 4196468 140731983204960 140541268777744 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6247] ppid=6237 vsize=10661932 memory=1528 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6247/stat : 6247 (java) S 6237 6240 4259 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415042551 10917818368 16048 33554432000 4194304 4196468 140731983204960 140540369480048 140541335255682 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6248] ppid=6237 vsize=10661932 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6248/stat : 6248 (java) S 6237 6240 4259 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 415042551 10917818368 16048 33554432000 4194304 4196468 140731983204960 140540368426016 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6249] ppid=6237 vsize=10661932 memory=876 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6249/stat : 6249 (java) S 6237 6240 4259 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 415042551 10917818368 16048 33554432000 4194304 4196468 140731983204960 140540367373168 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6250] ppid=6237 vsize=10661932 memory=1980 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6250/stat : 6250 (java) S 6237 6240 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415042554 10917818368 16048 33554432000 4194304 4196468 140731983204960 140540366321488 140541335263131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6251] ppid=6237 vsize=10661932 memory=7086240636179075427 CPUtime=0.11 cores=1,3,5,7
/proc/6240/task/6251/stat : 6251 (java) S 6237 6240 4259 0 -1 1077944384 839 0 0 0 11 0 0 0 20 0 15 0 415042554 10917818368 16048 33554432000 4194304 4196468 140731983204960 140540365269872 140541335255682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6252] ppid=6237 vsize=10661932 memory=7453282923427948884 CPUtime=0.13 cores=1,3,5,7
/proc/6240/task/6252/stat : 6252 (java) R 6237 6240 4259 0 -1 4202560 758 0 0 0 13 0 0 0 20 0 15 0 415042554 10917818368 16048 33554432000 4194304 4196468 140731983204960 140540364217072 140541318730505 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6253] ppid=6237 vsize=10661932 memory=7223879631928058176 CPUtime=0.18 cores=1,3,5,7
/proc/6240/task/6253/stat : 6253 (java) S 6237 6240 4259 0 -1 1077944384 1028 0 0 0 18 0 0 0 20 0 15 0 415042554 10917818368 16048 33554432000 4194304 4196468 140731983204960 140540363164272 140541335255682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6254] ppid=6237 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6254/stat : 6254 (java) S 6237 6240 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415042554 10917818368 16048 33554432000 4194304 4196468 140731983204960 140540362111712 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6255] ppid=6237 vsize=10661932 memory=6441959910864939369 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6255/stat : 6255 (java) S 6237 6240 4259 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415042554 10917818368 16048 33554432000 4194304 4196468 140731983204960 140540361058992 140541335255682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 64192 KiB

[startup+1.50079 s]
/proc/loadavg: 1.58 1.63 1.71 3/227 6255
/proc/meminfo: memFree=28886188/32770624 swapFree=66997168/67108860
[pid=6240] ppid=6237 vsize=10663980 memory=76688 CPUtime=2.02 cores=1,3,5,7
/proc/6240/stat : 6240 (java) S 6237 6240 4259 0 -1 1077944320 17048 0 0 0 196 6 0 0 20 0 15 0 415042548 10919915520 19172 33554432000 4194304 4196468 140731983204960 140731983187504 140541335244535 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
/proc/6240/statm: 2665995 19172 3091 1 0 2628492 0
[pid=6240/tid=6242] ppid=6237 vsize=10663980 memory=167117647359686 CPUtime=1.47 cores=1,3,5,7
/proc/6240/task/6242/stat : 6242 (java) R 6237 6240 4259 0 -1 4202560 11929 0 0 0 142 5 0 0 20 0 15 0 415042549 10919915520 19172 33554432000 4194304 4196468 140731983204960 140541339475592 140541316808091 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6243] ppid=6237 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6243/stat : 6243 (java) S 6237 6240 4259 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415042549 10919915520 19172 33554432000 4194304 4196468 140731983204960 140541271936144 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6244] ppid=6237 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6244/stat : 6244 (java) S 6237 6240 4259 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415042549 10919915520 19172 33554432000 4194304 4196468 140731983204960 140541270883344 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6245] ppid=6237 vsize=10663980 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6245/stat : 6245 (java) S 6237 6240 4259 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415042549 10919915520 19172 33554432000 4194304 4196468 140731983204960 140541269830544 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6246] ppid=6237 vsize=10663980 memory=7809523229951467568 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6246/stat : 6246 (java) S 6237 6240 4259 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415042549 10919915520 19172 33554432000 4194304 4196468 140731983204960 140541268777744 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6247] ppid=6237 vsize=10663980 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6247/stat : 6247 (java) S 6237 6240 4259 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 415042551 10919915520 19172 33554432000 4194304 4196468 140731983204960 140540369480048 140541335255682 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0

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

[startup+9.60061 s]
/proc/loadavg: 1.61 1.64 1.71 3/228 6258
/proc/meminfo: memFree=28793972/32770624 swapFree=66997168/67108860
[pid=6240] ppid=6237 vsize=10748324 memory=160412 CPUtime=11.56 cores=1,3,5,7
/proc/6240/stat : 6240 (java) S 6237 6240 4259 0 -1 1077944320 29043 0 0 0 1142 14 0 0 20 0 16 0 415042548 11006283776 40103 33554432000 4194304 4196468 140731983204960 140731983187504 140541335244535 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
/proc/6240/statm: 2687081 40103 3345 1 0 2647217 0
[pid=6240/tid=6242] ppid=6237 vsize=10748324 memory=0 CPUtime=1.85 cores=1,3,5,7
/proc/6240/task/6242/stat : 6242 (java) S 6237 6240 4259 0 -1 1077944384 13917 0 0 0 178 7 0 0 20 0 16 0 415042549 11006283776 40103 33554432000 4194304 4196468 140731983204960 140541339487408 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6243] ppid=6237 vsize=10748324 memory=167074227826883 CPUtime=0.01 cores=1,3,5,7
/proc/6240/task/6243/stat : 6243 (java) S 6237 6240 4259 0 -1 1077944384 107 0 0 0 1 0 0 0 20 0 16 0 415042549 11006283776 40103 33554432000 4194304 4196468 140731983204960 140541271936144 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6244] ppid=6237 vsize=10748324 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/6240/task/6244/stat : 6244 (java) S 6237 6240 4259 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 16 0 415042549 11006283776 40103 33554432000 4194304 4196468 140731983204960 140541270883344 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6245] ppid=6237 vsize=10748324 memory=3472468583214499724 CPUtime=0.01 cores=1,3,5,7
/proc/6240/task/6245/stat : 6245 (java) S 6237 6240 4259 0 -1 1077944384 36 0 0 0 1 0 0 0 20 0 16 0 415042549 11006283776 40103 33554432000 4194304 4196468 140731983204960 140541269830544 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6246] ppid=6237 vsize=10748324 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6246/stat : 6246 (java) S 6237 6240 4259 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 16 0 415042549 11006283776 40103 33554432000 4194304 4196468 140731983204960 140541268777744 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6247] ppid=6237 vsize=10748324 memory=6944656592455360604 CPUtime=0.01 cores=1,3,5,7
/proc/6240/task/6247/stat : 6247 (java) S 6237 6240 4259 0 -1 1077944384 797 0 0 0 1 0 0 0 20 0 16 0 415042551 11006283776 40103 33554432000 4194304 4196468 140731983204960 140540369480048 140541335255682 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6248] ppid=6237 vsize=10748324 memory=158932 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6248/stat : 6248 (java) S 6237 6240 4259 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 415042551 11006283776 40103 33554432000 4194304 4196468 140731983204960 140540368426080 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6249] ppid=6237 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6249/stat : 6249 (java) S 6237 6240 4259 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 415042551 11006283776 40103 33554432000 4194304 4196468 140731983204960 140540367373184 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6250] ppid=6237 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6250/stat : 6250 (java) S 6237 6240 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 415042554 11006283776 40103 33554432000 4194304 4196468 140731983204960 140540366321488 140541335263131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6251] ppid=6237 vsize=10748324 memory=3624 CPUtime=0.63 cores=1,3,5,7
/proc/6240/task/6251/stat : 6251 (java) S 6237 6240 4259 0 -1 1077944384 2300 0 0 0 63 0 0 0 20 0 16 0 415042554 11006283776 40103 33554432000 4194304 4196468 140731983204960 140540365269872 140541335255682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6252] ppid=6237 vsize=10748324 memory=25312 CPUtime=0.69 cores=1,3,5,7
/proc/6240/task/6252/stat : 6252 (java) S 6237 6240 4259 0 -1 1077944384 3261 0 0 0 69 0 0 0 20 0 16 0 415042554 11006283776 40103 33554432000 4194304 4196468 140731983204960 140540364217072 140541335255682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6253] ppid=6237 vsize=10748324 memory=984 CPUtime=0.58 cores=1,3,5,7
/proc/6240/task/6253/stat : 6253 (java) S 6237 6240 4259 0 -1 1077944384 2633 0 0 0 57 1 0 0 20 0 16 0 415042554 11006283776 40103 33554432000 4194304 4196468 140731983204960 140540363164272 140541335255682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6254] ppid=6237 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6254/stat : 6254 (java) S 6237 6240 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 415042554 11006283776 40103 33554432000 4194304 4196468 140731983204960 140540362111712 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6255] ppid=6237 vsize=10748324 memory=164 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6255/stat : 6255 (java) S 6237 6240 4259 0 -1 1077944384 192 0 0 0 0 0 0 0 20 0 16 0 415042554 11006283776 40103 33554432000 4194304 4196468 140731983204960 140540361058992 140541335255682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6256] ppid=6237 vsize=10748324 memory=25312 CPUtime=7.67 cores=1,3,5,7
/proc/6240/task/6256/stat : 6256 (java) R 6237 6240 4259 0 -1 4202560 4347 0 0 0 766 1 0 0 20 0 16 0 415042736 11006283776 40103 33554432000 4194304 4196468 140731983204960 140540344393904 140540944615128 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
Current children cumulated CPU time: 11.56 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 160412 KiB

[startup+10.4006 s]
/proc/loadavg: 1.64 1.64 1.71 3/228 6258
/proc/meminfo: memFree=28793920/32770624 swapFree=66997168/67108860
[pid=6240] ppid=6237 vsize=10748324 memory=160412 CPUtime=12.36 cores=1,3,5,7
/proc/6240/stat : 6240 (java) S 6237 6240 4259 0 -1 1077944320 29144 0 0 0 1222 14 0 0 20 0 16 0 415042548 11006283776 40103 33554432000 4194304 4196468 140731983204960 140731983187504 140541335244535 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
/proc/6240/statm: 2687081 40103 3345 1 0 2647217 0
[pid=6240/tid=6242] ppid=6237 vsize=10748324 memory=280573973248240 CPUtime=1.85 cores=1,3,5,7
/proc/6240/task/6242/stat : 6242 (java) S 6237 6240 4259 0 -1 1077944384 13917 0 0 0 178 7 0 0 20 0 16 0 415042549 11006283776 40103 33554432000 4194304 4196468 140731983204960 140541339487408 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6243] ppid=6237 vsize=10748324 memory=7372794274226793057 CPUtime=0.01 cores=1,3,5,7
/proc/6240/task/6243/stat : 6243 (java) S 6237 6240 4259 0 -1 1077944384 107 0 0 0 1 0 0 0 20 0 16 0 415042549 11006283776 40103 33554432000 4194304 4196468 140731983204960 140541271936144 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6244] ppid=6237 vsize=10748324 memory=301741394899501351 CPUtime=0.01 cores=1,3,5,7
/proc/6240/task/6244/stat : 6244 (java) S 6237 6240 4259 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 16 0 415042549 11006283776 40103 33554432000 4194304 4196468 140731983204960 140541270883344 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6245] ppid=6237 vsize=10748324 memory=8112282956445269571 CPUtime=0.01 cores=1,3,5,7
/proc/6240/task/6245/stat : 6245 (java) S 6237 6240 4259 0 -1 1077944384 36 0 0 0 1 0 0 0 20 0 16 0 415042549 11006283776 40103 33554432000 4194304 4196468 140731983204960 140541269830544 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6246] ppid=6237 vsize=10748324 memory=2024 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6246/stat : 6246 (java) S 6237 6240 4259 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 16 0 415042549 11006283776 40103 33554432000 4194304 4196468 140731983204960 140541268777744 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6247] ppid=6237 vsize=10748324 memory=1380 CPUtime=0.01 cores=1,3,5,7
/proc/6240/task/6247/stat : 6247 (java) S 6237 6240 4259 0 -1 1077944384 797 0 0 0 1 0 0 0 20 0 16 0 415042551 11006283776 40103 33554432000 4194304 4196468 140731983204960 140540369480048 140541335255682 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6248] ppid=6237 vsize=10748324 memory=1128 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6248/stat : 6248 (java) S 6237 6240 4259 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 415042551 11006283776 40103 33554432000 4194304 4196468 140731983204960 140540368426080 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6249] ppid=6237 vsize=10748324 memory=772 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6249/stat : 6249 (java) S 6237 6240 4259 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 415042551 11006283776 40103 33554432000 4194304 4196468 140731983204960 140540367373184 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6250] ppid=6237 vsize=10748324 memory=4008 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6250/stat : 6250 (java) S 6237 6240 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 415042554 11006283776 40103 33554432000 4194304 4196468 140731983204960 140540366321488 140541335263131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6251] ppid=6237 vsize=10748324 memory=948 CPUtime=0.63 cores=1,3,5,7
/proc/6240/task/6251/stat : 6251 (java) S 6237 6240 4259 0 -1 1077944384 2382 0 0 0 63 0 0 0 20 0 16 0 415042554 11006283776 40103 33554432000 4194304 4196468 140731983204960 140540365269872 140541335255682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6252] ppid=6237 vsize=10748324 memory=2832 CPUtime=0.69 cores=1,3,5,7
/proc/6240/task/6252/stat : 6252 (java) S 6237 6240 4259 0 -1 1077944384 3261 0 0 0 69 0 0 0 20 0 16 0 415042554 11006283776 40103 33554432000 4194304 4196468 140731983204960 140540364217072 140541335255682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6253] ppid=6237 vsize=10748324 memory=9404 CPUtime=0.58 cores=1,3,5,7
/proc/6240/task/6253/stat : 6253 (java) S 6237 6240 4259 0 -1 1077944384 2633 0 0 0 57 1 0 0 20 0 16 0 415042554 11006283776 40103 33554432000 4194304 4196468 140731983204960 140540363164272 140541335255682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6254] ppid=6237 vsize=10748324 memory=1548 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6254/stat : 6254 (java) S 6237 6240 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 415042554 11006283776 40103 33554432000 4194304 4196468 140731983204960 140540362111712 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6255] ppid=6237 vsize=10748324 memory=628 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6255/stat : 6255 (java) S 6237 6240 4259 0 -1 1077944384 207 0 0 0 0 0 0 0 20 0 16 0 415042554 11006283776 40103 33554432000 4194304 4196468 140731983204960 140540361058992 140541335255682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6256] ppid=6237 vsize=10748324 memory=1056 CPUtime=8.47 cores=1,3,5,7
/proc/6240/task/6256/stat : 6256 (java) R 6237 6240 4259 0 -1 4202560 4351 0 0 0 846 1 0 0 20 0 16 0 415042736 11006283776 40103 33554432000 4194304 4196468 140731983204960 140540344393904 140540949002624 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
Current children cumulated CPU time: 12.36 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 160412 KiB

[startup+10.8006 s]
/proc/loadavg: 1.64 1.64 1.71 3/228 6258
/proc/meminfo: memFree=28793920/32770624 swapFree=66997168/67108860
[pid=6240] ppid=6237 vsize=10748324 memory=160440 CPUtime=12.76 cores=1,3,5,7
/proc/6240/stat : 6240 (java) S 6237 6240 4259 0 -1 1077944320 29244 0 0 0 1262 14 0 0 20 0 16 0 415042548 11006283776 40110 33554432000 4194304 4196468 140731983204960 140731983187504 140541335244535 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
/proc/6240/statm: 2687081 40110 3345 1 0 2647217 0
[pid=6240/tid=6242] ppid=6237 vsize=10748324 memory=5916 CPUtime=1.85 cores=1,3,5,7
/proc/6240/task/6242/stat : 6242 (java) S 6237 6240 4259 0 -1 1077944384 13917 0 0 0 178 7 0 0 20 0 16 0 415042549 11006283776 40110 33554432000 4194304 4196468 140731983204960 140541339487408 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6243] ppid=6237 vsize=10748324 memory=8112282956445269571 CPUtime=0.01 cores=1,3,5,7
/proc/6240/task/6243/stat : 6243 (java) S 6237 6240 4259 0 -1 1077944384 107 0 0 0 1 0 0 0 20 0 16 0 415042549 11006283776 40110 33554432000 4194304 4196468 140731983204960 140541271936144 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6244] ppid=6237 vsize=10748324 memory=288230617509003574 CPUtime=0.01 cores=1,3,5,7
/proc/6240/task/6244/stat : 6244 (java) S 6237 6240 4259 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 16 0 415042549 11006283776 40110 33554432000 4194304 4196468 140731983204960 140541270883344 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6245] ppid=6237 vsize=10748324 memory=15542903367797058 CPUtime=0.01 cores=1,3,5,7
/proc/6240/task/6245/stat : 6245 (java) S 6237 6240 4259 0 -1 1077944384 36 0 0 0 1 0 0 0 20 0 16 0 415042549 11006283776 40110 33554432000 4194304 4196468 140731983204960 140541269830544 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6246] ppid=6237 vsize=10748324 memory=2504 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6246/stat : 6246 (java) S 6237 6240 4259 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 16 0 415042549 11006283776 40110 33554432000 4194304 4196468 140731983204960 140541268777744 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6247] ppid=6237 vsize=10748324 memory=158816 CPUtime=0.01 cores=1,3,5,7
/proc/6240/task/6247/stat : 6247 (java) S 6237 6240 4259 0 -1 1077944384 797 0 0 0 1 0 0 0 20 0 16 0 415042551 11006283776 40110 33554432000 4194304 4196468 140731983204960 140540369480048 140541335255682 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6248] ppid=6237 vsize=10748324 memory=1164 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6248/stat : 6248 (java) S 6237 6240 4259 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 415042551 11006283776 40110 33554432000 4194304 4196468 140731983204960 140540368426080 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6249] ppid=6237 vsize=10748324 memory=7014751519734387301 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6249/stat : 6249 (java) S 6237 6240 4259 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 415042551 11006283776 40110 33554432000 4194304 4196468 140731983204960 140540367373184 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6250] ppid=6237 vsize=10748324 memory=7307463582288601961 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6250/stat : 6250 (java) S 6237 6240 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 415042554 11006283776 40110 33554432000 4194304 4196468 140731983204960 140540366321488 140541335263131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6251] ppid=6237 vsize=10748324 memory=6009888112013436776 CPUtime=0.63 cores=1,3,5,7
/proc/6240/task/6251/stat : 6251 (java) S 6237 6240 4259 0 -1 1077944384 2382 0 0 0 63 0 0 0 20 0 16 0 415042554 11006283776 40110 33554432000 4194304 4196468 140731983204960 140540365269872 140541335255682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6252] ppid=6237 vsize=10748324 memory=7373355115402912359 CPUtime=0.69 cores=1,3,5,7
/proc/6240/task/6252/stat : 6252 (java) S 6237 6240 4259 0 -1 1077944384 3334 0 0 0 69 0 0 0 20 0 16 0 415042554 11006283776 40110 33554432000 4194304 4196468 140731983204960 140540364217072 140541335255682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6253] ppid=6237 vsize=10748324 memory=7813294993524024679 CPUtime=0.58 cores=1,3,5,7
/proc/6240/task/6253/stat : 6253 (java) S 6237 6240 4259 0 -1 1077944384 2633 0 0 0 57 1 0 0 20 0 16 0 415042554 11006283776 40110 33554432000 4194304 4196468 140731983204960 140540363164272 140541335255682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6254] ppid=6237 vsize=10748324 memory=7236265793692263783 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6254/stat : 6254 (java) S 6237 6240 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 415042554 11006283776 40110 33554432000 4194304 4196468 140731983204960 140540362111712 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6255] ppid=6237 vsize=10748324 memory=7379542050084382055 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6255/stat : 6255 (java) S 6237 6240 4259 0 -1 1077944384 207 0 0 0 0 0 0 0 20 0 16 0 415042554 11006283776 40110 33554432000 4194304 4196468 140731983204960 140540361058992 140541335255682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6256] ppid=6237 vsize=10748324 memory=7373348488318706021 CPUtime=8.87 cores=1,3,5,7
/proc/6240/task/6256/stat : 6256 (java) R 6237 6240 4259 0 -1 4202560 4378 0 0 0 886 1 0 0 20 0 16 0 415042736 11006283776 40110 33554432000 4194304 4196468 140731983204960 140540344393792 140540949083584 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
Current children cumulated CPU time: 12.76 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 160440 KiB

[startup+11.0005 s]*
/proc/loadavg: 1.64 1.64 1.71 3/228 6258
/proc/meminfo: memFree=28793920/32770624 swapFree=66997168/67108860
[pid=6240] ppid=6237 vsize=10748324 memory=160440 CPUtime=12.97 cores=1,3,5,7
/proc/6240/stat : 6240 (java) S 6237 6240 4259 0 -1 1077944320 29260 0 0 0 1283 14 0 0 20 0 16 0 415042548 11006283776 40110 33554432000 4194304 4196468 140731983204960 140731983187504 140541335244535 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
/proc/6240/statm: 2687081 40110 3345 1 0 2647217 0
[pid=6240/tid=6242] ppid=6237 vsize=10748324 memory=7022364594140610616 CPUtime=1.85 cores=1,3,5,7
/proc/6240/task/6242/stat : 6242 (java) S 6237 6240 4259 0 -1 1077944384 13917 0 0 0 178 7 0 0 20 0 16 0 415042549 11006283776 40110 33554432000 4194304 4196468 140731983204960 140541339487408 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6243] ppid=6237 vsize=10748324 memory=339 CPUtime=0.01 cores=1,3,5,7
/proc/6240/task/6243/stat : 6243 (java) S 6237 6240 4259 0 -1 1077944384 107 0 0 0 1 0 0 0 20 0 16 0 415042549 11006283776 40110 33554432000 4194304 4196468 140731983204960 140541271936144 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6244] ppid=6237 vsize=10748324 memory=140287109978486 CPUtime=0.01 cores=1,3,5,7
/proc/6240/task/6244/stat : 6244 (java) S 6237 6240 4259 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 16 0 415042549 11006283776 40110 33554432000 4194304 4196468 140731983204960 140541270883344 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6245] ppid=6237 vsize=10748324 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/6240/task/6245/stat : 6245 (java) S 6237 6240 4259 0 -1 1077944384 36 0 0 0 1 0 0 0 20 0 16 0 415042549 11006283776 40110 33554432000 4194304 4196468 140731983204960 140541269830544 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6246] ppid=6237 vsize=10748324 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6246/stat : 6246 (java) S 6237 6240 4259 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 16 0 415042549 11006283776 40110 33554432000 4194304 4196468 140731983204960 140541268777744 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6247] ppid=6237 vsize=10748324 memory=140287109965440 CPUtime=0.01 cores=1,3,5,7
/proc/6240/task/6247/stat : 6247 (java) S 6237 6240 4259 0 -1 1077944384 797 0 0 0 1 0 0 0 20 0 16 0 415042551 11006283776 40110 33554432000 4194304 4196468 140731983204960 140540369480048 140541335255682 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6248] ppid=6237 vsize=10748324 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6248/stat : 6248 (java) S 6237 6240 4259 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 415042551 11006283776 40110 33554432000 4194304 4196468 140731983204960 140540368426080 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6249] ppid=6237 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6249/stat : 6249 (java) S 6237 6240 4259 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 415042551 11006283776 40110 33554432000 4194304 4196468 140731983204960 140540367373184 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6250] ppid=6237 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6250/stat : 6250 (java) S 6237 6240 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 415042554 11006283776 40110 33554432000 4194304 4196468 140731983204960 140540366321488 140541335263131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6251] ppid=6237 vsize=10748324 memory=0 CPUtime=0.63 cores=1,3,5,7
/proc/6240/task/6251/stat : 6251 (java) R 6237 6240 4259 0 -1 4202560 2401 0 0 0 63 0 0 0 20 0 16 0 415042554 11006283776 40110 33554432000 4194304 4196468 140731983204960 140540365269872 140541327533917 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6252] ppid=6237 vsize=10748324 memory=-1 CPUtime=0.69 cores=1,3,5,7
/proc/6240/task/6252/stat : 6252 (java) S 6237 6240 4259 0 -1 1077944384 3334 0 0 0 69 0 0 0 20 0 16 0 415042554 11006283776 40110 33554432000 4194304 4196468 140731983204960 140540364217072 140541335255682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6253] ppid=6237 vsize=10748324 memory=140287109965440 CPUtime=0.58 cores=1,3,5,7
/proc/6240/task/6253/stat : 6253 (java) S 6237 6240 4259 0 -1 1077944384 2633 0 0 0 57 1 0 0 20 0 16 0 415042554 11006283776 40110 33554432000 4194304 4196468 140731983204960 140540363164272 140541335255682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6254] ppid=6237 vsize=10748324 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6254/stat : 6254 (java) S 6237 6240 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 415042554 11006283776 40110 33554432000 4194304 4196468 140731983204960 140540362111712 140541335254741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6255] ppid=6237 vsize=10748324 memory=140287109965440 CPUtime=0 cores=1,3,5,7
/proc/6240/task/6255/stat : 6255 (java) S 6237 6240 4259 0 -1 1077944384 207 0 0 0 0 0 0 0 20 0 16 0 415042554 11006283776 40110 33554432000 4194304 4196468 140731983204960 140540361058992 140541335255682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
[pid=6240/tid=6256] ppid=6237 vsize=10748324 memory=-1 CPUtime=9.08 cores=1,3,5,7
/proc/6240/task/6256/stat : 6256 (java) R 6237 6240 4259 0 -1 4202560 4382 0 0 0 907 1 0 0 20 0 16 0 415042736 11006283776 40110 33554432000 4194304 4196468 140731983204960 140540344393792 140540949081671 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24584192 140731983213579 140731983213682 140731983213682 140731983216591 0
Current children cumulated CPU time: 12.97 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 160440 KiB

Child status: 0
Real time (s): 11.0961
CPU time (s): 13.0732
CPU user time (s): 12.9273
CPU system time (s): 0.145939
CPU usage (%): 117.818
Max. virtual memory (cumulated for all children) (KiB): 10748324
Max. memory (cumulated for all children) (KiB): 160440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.9273
system time used= 0.145939
maximum resident set size= 160904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30989
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= 2820
involuntary context switches= 23


# summary of solver processes directly reported to runsolver:
#   pid: 6240
#   total CPU time (s): 13.0732
#   total CPU user time (s): 12.9273
#   total CPU system time (s): 0.145939

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.098349 second user time and 0.131542 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-13 16:16:42
IDJOB=4390463
IDBENCH=141717
IDSOLVER=2832
FILE ID=node106/4390463-1568387879
RUNJOBID= node106-1568376840-4291
PBS_JOBID= 21701848
Free space on /tmp= 59104 MiB

SOLVER NAME= AbsCon 2019-07-23
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-15-036.xml
COMMAND LINE= java -cp AbsCon19-06.jar AbsCon BENCHNAME -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4390463-1568387879/watcher-4390463-1568387879 -o /tmp/evaluation-result-4390463-1568387879/solver-4390463-1568387879 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568376840-4291 --watchdog 2580  java -cp AbsCon19-06.jar AbsCon HOME/instance-4390463-1568387879.xml -cm

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

MD5SUM BENCH= 5e5c63d89f6605b36f0577fcc9be8ecb
RANDOM SEED=2140457270

node106.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.79
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.79
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.79
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.79
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:        28942680 kB
MemAvailable:   30102148 kB
Buffers:          158608 kB
Cached:          1282624 kB
SwapCached:         9652 kB
Active:          2194736 kB
Inactive:        1060356 kB
Active(anon):    1813828 kB
Inactive(anon):    33700 kB
Active(file):     380908 kB
Inactive(file):  1026656 kB
Unevictable:      107768 kB
Mlocked:          107768 kB
SwapTotal:      67108860 kB
SwapFree:       66997168 kB
Dirty:              8624 kB
Writeback:             0 kB
AnonPages:       1916980 kB
Mapped:            49752 kB
Shmem:             24788 kB
Slab:             165228 kB
SReclaimable:     135480 kB
SUnreclaim:        29748 kB
KernelStack:        3904 kB
PageTables:         9224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3369628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1779712 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59096 MiB
End job on node106 at 2019-09-13 16:16:53