Trace number 4391019

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
AbsCon 2019-07-23SAT (TO)494 2520.03 2515.81

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n100/
TravellingSalesman-100-50-08.xml
MD5SUM8e11a97c7673f129a8c4890bd1c1105b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark443
Best CPU time to get the best result obtained on this benchmark20119.8
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints101
Number of domains2
Minimum domain size62
Maximum domain size100
Distribution of domain sizes[{"size":62,"count":100},{"size":100,"count":100}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":100}]
Minimum constraint arity3
Maximum constraint arity100
Distribution of constraint arities[{"arity":3,"count":100},{"arity":100,"count":1}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

2.45/1.87	
2.45/1.87	AbsCon 2 
2.45/1.88	
2.93/2.08	  Instance
2.93/2.08	    name=instance-4391019-1568385513, framework=COP, bounds=-infty..+infty
2.93/2.08	
2.93/2.08	  Loading variables...
3.25/2.12	  Loading constraints...
3.54/2.26	
3.54/2.26	  Domains
3.54/2.26	    nTypes=2, nValues=16200, sizes=[62#100,100#100]
3.54/2.26	  Variables
3.54/2.26	    count=200, degrees=[2#100,3#100]
3.54/2.26	  Objectives
3.54/2.26	    way=min, type=SumSimpleLE
3.54/2.26	  Constraints
3.54/2.26	    count=102, nSpecific=102, arities=[3#100,100#2]
3.54/2.26	    distribution=[AllDifferent#1,CtrExtensionCT-Table#100,SumSimpleLE#1]
3.54/2.26	    tables=[9900#100], nTotalTuples=990000
3.54/2.26	    nExtStructures=(1,shared:99)
3.54/2.26	    wck=0.424, cpu=2.231, mem=74M476
3.54/2.28	  Solver SolverBacktrack being built...
3.54/2.28	
3.88/2.31	
3.88/2.31	  Solver
3.88/2.31	    guaranteedGAC=true
3.88/2.31	    wck=0.471, cpu=2.277, mem=90M483
3.88/2.33	
3.88/2.33	  Preprocessing
3.88/2.33	    filters=0, nACremovedValues=0, nTotalRemovedValues=0, inconcistency=false
3.88/2.33	    wck=0.017, cpu=2.296, mem=90M483
3.88/2.33	
4.14/2.48	o 1625
4.14/2.49	    num=0, depth=201..199, filters=1127, ccks=102, wck=0.184, mem=101M127
4.14/2.49	    decisions=99, wrong=0, backtracks=0, failedAssignments=0, foundSolutions=1, bestBound=1625
4.14/2.49	    nFilterCalls=5247, avgTableProportion=0.9998989898989483, avgTableSize=9899.0
4.14/2.49	    
4.45/2.59	o 1612
4.45/2.59	    num=1, depth=201..199, filters=2243, ccks=204, wck=0.284, mem=101M127
4.45/2.59	    decisions=198, wrong=0, backtracks=0, failedAssignments=0, foundSolutions=2, bestBound=1612
4.45/2.59	    nFilterCalls=10398, avgTableProportion=0.9998989898989742, avgTableSize=9899.0
4.45/2.59	    
4.79/2.66	    num=2, depth=95..96, filters=3482, ccks=204, wck=0.35, mem=101M127
4.79/2.66	    decisions=323, wrong=15, backtracks=4, failedAssignments=11, nogoods=7, foundSolutions=2, bestBound=1612
4.79/2.66	    nFilterCalls=15616, avgTableProportion=0.9998989898991567, avgTableSize=9899.0
4.79/2.66	    
5.00/2.74	o 494
5.00/2.74	    num=3, depth=201..199, filters=4268, ccks=306, wck=0.433, mem=103M794
5.00/2.74	    decisions=424, wrong=15, backtracks=4, failedAssignments=11, nogoods=7, foundSolutions=3, bestBound=494
5.00/2.74	    nFilterCalls=19956, avgTableProportion=0.9998989898992358, avgTableSize=9899.0
5.00/2.74	    
5.25/2.80	    num=4, depth=92..94, filters=5395, ccks=306, wck=0.497, mem=103M794
5.25/2.80	    decisions=547, wrong=30, backtracks=7, failedAssignments=23, nogoods=11, foundSolutions=3, bestBound=494
5.25/2.80	    nFilterCalls=24328, avgTableProportion=0.9998989898992869, avgTableSize=9899.0
5.25/2.80	    
5.25/2.86	    num=5, depth=102..105, filters=6373, ccks=306, wck=0.557, mem=103M794
5.25/2.86	    decisions=679, wrong=44, backtracks=10, failedAssignments=34, nogoods=14, foundSolutions=3, bestBound=494
5.25/2.86	    nFilterCalls=29640, avgTableProportion=0.9998989898993288, avgTableSize=9899.0
5.25/2.86	    
5.48/2.97	    num=6, depth=89..94, filters=7424, ccks=306, wck=0.66, mem=103M794
5.48/2.97	    decisions=803, wrong=60, backtracks=14, failedAssignments=46, nogoods=18, foundSolutions=3, bestBound=494
5.48/2.97	    nFilterCalls=34912, avgTableProportion=0.9998989898991347, avgTableSize=9899.0
5.48/2.97	    
5.63/3.02	    num=7, depth=60..61, filters=8654, ccks=306, wck=0.714, mem=103M794
5.63/3.02	    decisions=893, wrong=75, backtracks=16, failedAssignments=59, nogoods=24, foundSolutions=3, bestBound=494
5.63/3.02	    nFilterCalls=39256, avgTableProportion=0.9998989898987749, avgTableSize=9899.0
5.63/3.02	    
5.63/3.08	    num=8, depth=47..50, filters=9994, ccks=306, wck=0.768, mem=103M794
5.63/3.08	    decisions=980, wrong=94, backtracks=21, failedAssignments=73, nogoods=29, foundSolutions=3, bestBound=494
5.63/3.08	    nFilterCalls=43821, avgTableProportion=0.9998989898984736, avgTableSize=9899.0
5.63/3.08	    
5.74/3.14	    num=9, depth=54..55, filters=11801, ccks=306, wck=0.833, mem=103M794
5.74/3.14	    decisions=1076, wrong=115, backtracks=26, failedAssignments=89, nogoods=44, foundSolutions=3, bestBound=494
5.74/3.14	    nFilterCalls=49397, avgTableProportion=0.999898989898181, avgTableSize=9899.0
5.74/3.14	    
5.83/3.20	    num=10, depth=46..47, filters=13356, ccks=306, wck=0.898, mem=103M794
5.83/3.20	    decisions=1166, wrong=137, backtracks=31, failedAssignments=106, nogoods=55, foundSolutions=3, bestBound=494
5.83/3.20	    nFilterCalls=53998, avgTableProportion=0.9998989898979852, avgTableSize=9899.0
5.83/3.20	    
5.83/3.27	    num=11, depth=39..45, filters=15002, ccks=306, wck=0.961, mem=103M794
5.83/3.27	    decisions=1262, wrong=163, backtracks=38, failedAssignments=125, nogoods=64, foundSolutions=3, bestBound=494
5.83/3.27	    nFilterCalls=59018, avgTableProportion=0.9998989898978063, avgTableSize=9899.0
5.83/3.27	    
5.93/3.33	    num=12, depth=44..47, filters=16792, ccks=306, wck=1.027, mem=103M794
5.93/3.33	    decisions=1363, wrong=191, backtracks=45, failedAssignments=146, nogoods=69, foundSolutions=3, bestBound=494
5.93/3.33	    nFilterCalls=64238, avgTableProportion=0.99989898989765, avgTableSize=9899.0
5.93/3.33	    
6.05/3.41	    num=13, depth=46..49, filters=18975, ccks=306, wck=1.106, mem=103M794
6.05/3.41	    decisions=1474, wrong=223, backtracks=55, failedAssignments=169, nogoods=78, foundSolutions=3, bestBound=494
6.05/3.41	    nFilterCalls=70324, avgTableProportion=0.9998989898979918, avgTableSize=9899.0
6.05/3.41	    
6.05/3.48	    num=14, depth=41..43, filters=20546, ccks=306, wck=1.173, mem=103M794
6.05/3.48	    decisions=1574, wrong=252, backtracks=59, failedAssignments=194, nogoods=86, foundSolutions=3, bestBound=494
6.05/3.48	    nFilterCalls=75434, avgTableProportion=0.9998989898983418, avgTableSize=9899.0
6.05/3.48	    
6.15/3.55	    num=15, depth=43..45, filters=22592, ccks=306, wck=1.247, mem=103M794
6.15/3.55	    decisions=1688, wrong=287, backtracks=66, failedAssignments=222, nogoods=93, foundSolutions=3, bestBound=494
6.15/3.55	    nFilterCalls=81703, avgTableProportion=0.9998989898987113, avgTableSize=9899.0
6.15/3.55	    
6.25/3.63	    num=16, depth=46..49, filters=24363, ccks=306, wck=1.318, mem=103M794
6.25/3.63	    decisions=1803, wrong=321, backtracks=69, failedAssignments=253, nogoods=97, foundSolutions=3, bestBound=494
6.25/3.63	    nFilterCalls=86849, avgTableProportion=0.9998989898989749, avgTableSize=9899.0
6.25/3.63	    
6.36/3.72	    num=17, depth=43..46, filters=27432, ccks=306, wck=1.412, mem=103M794
6.36/3.72	    decisions=1940, wrong=367, backtracks=81, failedAssignments=287, nogoods=102, foundSolutions=3, bestBound=494
6.36/3.72	    nFilterCalls=94564, avgTableProportion=0.9998989898993161, avgTableSize=9899.0
6.36/3.72	    
6.46/3.82	    num=18, depth=47..52, filters=30422, ccks=306, wck=1.51, mem=103M794
6.46/3.82	    decisions=2109, wrong=427, backtracks=106, failedAssignments=324, nogoods=116, foundSolutions=3, bestBound=494
6.46/3.82	    nFilterCalls=102680, avgTableProportion=0.9998989898996199, avgTableSize=9899.0
6.46/3.82	    
6.46/3.88	    num=19, depth=8..50, filters=31746, ccks=306, wck=1.576, mem=103M794
6.46/3.88	    decisions=2247, wrong=472, backtracks=110, failedAssignments=365, nogoods=145, foundSolutions=3, bestBound=494
6.46/3.88	    nFilterCalls=107146, avgTableProportion=0.9998989898997673, avgTableSize=9899.0
6.46/3.88	    
6.56/3.96	    num=20, depth=43..47, filters=33913, ccks=306, wck=1.655, mem=103M794
6.56/3.96	    decisions=2402, wrong=527, backtracks=120, failedAssignments=410, nogoods=155, foundSolutions=3, bestBound=494
6.56/3.96	    nFilterCalls=112450, avgTableProportion=0.9998989898999273, avgTableSize=9899.0
6.56/3.96	    
6.68/4.08	    num=21, depth=42..45, filters=38063, ccks=306, wck=1.775, mem=103M794
6.68/4.08	    decisions=2578, wrong=593, backtracks=136, failedAssignments=460, nogoods=163, foundSolutions=3, bestBound=494
6.68/4.08	    nFilterCalls=121131, avgTableProportion=0.9998989899001589, avgTableSize=9899.0
6.68/4.08	    
6.78/4.18	    num=22, depth=51..53, filters=41241, ccks=306, wck=1.876, mem=103M794
6.78/4.18	    decisions=2763, wrong=660, backtracks=148, failedAssignments=515, nogoods=171, foundSolutions=3, bestBound=494
6.78/4.18	    nFilterCalls=129072, avgTableProportion=0.9998989899003434, avgTableSize=9899.0
6.78/4.18	    
6.89/4.26	    num=23, depth=53..57, filters=42930, ccks=306, wck=1.954, mem=103M794
6.89/4.26	    decisions=2959, wrong=731, backtracks=158, failedAssignments=576, nogoods=196, foundSolutions=3, bestBound=494
6.89/4.26	    nFilterCalls=134850, avgTableProportion=0.9998989899000578, avgTableSize=9899.0
6.89/4.26	    
6.99/4.37	    num=24, depth=45..49, filters=45864, ccks=306, wck=2.065, mem=103M794
6.99/4.37	    decisions=3174, wrong=815, backtracks=175, failedAssignments=643, nogoods=212, foundSolutions=3, bestBound=494
6.99/4.37	    nFilterCalls=142162, avgTableProportion=0.9998989898994688, avgTableSize=9899.0
6.99/4.37	    
7.20/4.51	    num=25, depth=50..56, filters=49717, ccks=306, wck=2.202, mem=106M437
7.20/4.51	    decisions=3439, wrong=922, backtracks=208, failedAssignments=717, nogoods=217, foundSolutions=3, bestBound=494
7.20/4.51	    nFilterCalls=152526, avgTableProportion=0.9998989898987307, avgTableSize=9899.0
7.20/4.51	    
7.30/4.63	    num=26, depth=46..50, filters=52663, ccks=306, wck=2.326, mem=106M437
7.30/4.63	    decisions=3680, wrong=1019, backtracks=225, failedAssignments=798, nogoods=235, foundSolutions=3, bestBound=494
7.30/4.63	    nFilterCalls=161197, avgTableProportion=0.9998989898981862, avgTableSize=9899.0
7.30/4.63	    
7.40/4.75	    num=27, depth=58..61, filters=55861, ccks=306, wck=2.44, mem=106M437
7.40/4.75	    decisions=3954, wrong=1127, backtracks=244, failedAssignments=887, nogoods=251, foundSolutions=3, bestBound=494
7.40/4.75	    nFilterCalls=170502, avgTableProportion=0.9998989898976633, avgTableSize=9899.0
7.40/4.75	    
7.50/4.89	    num=28, depth=43..46, filters=60001, ccks=306, wck=2.587, mem=106M437
7.50/4.89	    decisions=4222, wrong=1239, backtracks=258, failedAssignments=985, nogoods=257, foundSolutions=3, bestBound=494
7.50/4.89	    nFilterCalls=180213, avgTableProportion=0.9998989898971753, avgTableSize=9899.0
7.50/4.89	    
7.71/5.01	    num=29, depth=55..57, filters=62897, ccks=306, wck=2.699, mem=106M437
7.71/5.01	    decisions=4514, wrong=1357, backtracks=268, failedAssignments=1093, nogoods=263, foundSolutions=3, bestBound=494
7.71/5.01	    nFilterCalls=188737, avgTableProportion=0.9998989898967883, avgTableSize=9899.0
7.71/5.01	    
7.90/5.24	    num=30, depth=49..52, filters=69708, ccks=306, wck=2.933, mem=106M437
7.90/5.24	    decisions=4878, wrong=1514, backtracks=307, failedAssignments=1212, nogoods=280, foundSolutions=3, bestBound=494
7.90/5.24	    nFilterCalls=204317, avgTableProportion=0.9998989898961644, avgTableSize=9899.0
7.90/5.24	    
8.10/5.43	    num=31, depth=50..53, filters=75128, ccks=306, wck=3.121, mem=106M437
8.10/5.43	    decisions=5243, wrong=1671, backtracks=333, failedAssignments=1343, nogoods=295, foundSolutions=3, bestBound=494
8.10/5.43	    nFilterCalls=218957, avgTableProportion=0.9998989898956591, avgTableSize=9899.0
8.10/5.43	    
8.31/5.63	    num=32, depth=51..55, filters=81209, ccks=306, wck=3.328, mem=106M437
8.31/5.63	    decisions=5642, wrong=1843, backtracks=362, failedAssignments=1487, nogoods=304, foundSolutions=3, bestBound=494
8.31/5.63	    nFilterCalls=231012, avgTableProportion=0.999898989895291, avgTableSize=9899.0
8.31/5.63	    
8.51/5.82	    num=33, depth=51..55, filters=86691, ccks=306, wck=3.518, mem=106M437
8.51/5.82	    decisions=6048, wrong=2020, backtracks=381, failedAssignments=1645, nogoods=335, foundSolutions=3, bestBound=494
8.51/5.82	    nFilterCalls=244177, avgTableProportion=0.9998989898949306, avgTableSize=9899.0
8.51/5.82	    
8.85/6.12	    num=34, depth=45..48, filters=96813, ccks=306, wck=3.81, mem=106M437
8.85/6.12	    decisions=6534, wrong=2240, backtracks=427, failedAssignments=1819, nogoods=360, foundSolutions=3, bestBound=494
8.85/6.12	    nFilterCalls=263836, avgTableProportion=0.9998989898946432, avgTableSize=9899.0
8.85/6.12	    
9.04/6.35	    num=35, depth=43..46, filters=103097, ccks=306, wck=4.038, mem=106M437
9.04/6.35	    decisions=7015, wrong=2458, backtracks=454, failedAssignments=2010, nogoods=386, foundSolutions=3, bestBound=494
9.04/6.35	    nFilterCalls=279177, avgTableProportion=0.9998989898959108, avgTableSize=9899.0
9.04/6.35	    
9.34/6.68	    num=36, depth=45..50, filters=113920, ccks=306, wck=4.368, mem=106M437
9.34/6.68	    decisions=7585, wrong=2720, backtracks=505, failedAssignments=2221, nogoods=402, foundSolutions=3, bestBound=494
9.34/6.68	    nFilterCalls=304636, avgTableProportion=0.9998989898977326, avgTableSize=9899.0
9.34/6.68	    
9.77/7.04	    num=37, depth=43..49, filters=125363, ccks=306, wck=4.731, mem=106M437
9.77/7.04	    decisions=8217, wrong=3013, backtracks=568, failedAssignments=2453, nogoods=434, foundSolutions=3, bestBound=494
9.77/7.04	    nFilterCalls=327182, avgTableProportion=0.9998989898991093, avgTableSize=9899.0
9.77/7.04	    
10.10/7.39	    num=38, depth=52..56, filters=136689, ccks=306, wck=5.085, mem=106M437
10.10/7.39	    decisions=8927, wrong=3341, backtracks=641, failedAssignments=2708, nogoods=447, foundSolutions=3, bestBound=494
10.10/7.39	    nFilterCalls=350620, avgTableProportion=0.9998989899003528, avgTableSize=9899.0
10.10/7.39	    
10.41/7.66	    num=39, depth=57..60, filters=145368, ccks=306, wck=5.357, mem=106M437
10.41/7.66	    decisions=9667, wrong=3682, backtracks=702, failedAssignments=2989, nogoods=467, foundSolutions=3, bestBound=494
10.41/7.66	    nFilterCalls=369913, avgTableProportion=0.999898989901258, avgTableSize=9899.0
10.41/7.66	    
10.82/8.08	    num=40, depth=48..54, filters=158094, ccks=306, wck=5.771, mem=106M437
10.82/8.08	    decisions=10477, wrong=4062, backtracks=775, failedAssignments=3298, nogoods=487, foundSolutions=3, bestBound=494
10.82/8.08	    nFilterCalls=394675, avgTableProportion=0.9998989899022902, avgTableSize=9899.0
10.82/8.08	    
11.21/8.45	    num=41, depth=49..53, filters=169107, ccks=306, wck=6.143, mem=106M437
11.21/8.45	    decisions=11301, wrong=4449, backtracks=823, failedAssignments=3638, nogoods=516, foundSolutions=3, bestBound=494
11.21/8.45	    nFilterCalls=419854, avgTableProportion=0.999898989903215, avgTableSize=9899.0
11.21/8.45	    
11.82/9.10	    num=42, depth=56..63, filters=196615, ccks=306, wck=6.792, mem=106M437
11.82/9.10	    decisions=12323, wrong=4930, backtracks=931, failedAssignments=4012, nogoods=556, foundSolutions=3, bestBound=494
11.82/9.10	    nFilterCalls=463704, avgTableProportion=0.9998989899045858, avgTableSize=9899.0
11.82/9.10	    
12.43/9.65	    num=43, depth=48..53, filters=215405, ccks=306, wck=7.342, mem=106M437
12.43/9.65	    decisions=13407, wrong=5447, backtracks=1037, failedAssignments=4423, nogoods=568, foundSolutions=3, bestBound=494
12.43/9.65	    nFilterCalls=501658, avgTableProportion=0.9998989899055787, avgTableSize=9899.0
12.43/9.65	    
12.84/10.08	    num=44, depth=54..58, filters=228538, ccks=306, wck=7.776, mem=106M437
12.84/10.08	    decisions=14481, wrong=5956, backtracks=1095, failedAssignments=4875, nogoods=582, foundSolutions=3, bestBound=494
12.84/10.08	    nFilterCalls=525572, avgTableProportion=0.9998989899061307, avgTableSize=9899.0
12.84/10.08	    
13.34/10.58	    num=45, depth=44..50, filters=242478, ccks=306, wck=8.275, mem=106M437
13.34/10.58	    decisions=15661, wrong=6523, backtracks=1167, failedAssignments=5372, nogoods=613, foundSolutions=3, bestBound=494
13.34/10.58	    nFilterCalls=560528, avgTableProportion=0.9998989899068529, avgTableSize=9899.0
13.34/10.58	    
14.05/11.21	    num=46, depth=58..66, filters=264040, ccks=306, wck=8.905, mem=106M437
14.05/11.21	    decisions=17151, wrong=7238, backtracks=1338, failedAssignments=5919, nogoods=647, foundSolutions=3, bestBound=494
14.05/11.21	    nFilterCalls=601880, avgTableProportion=0.9998989899075988, avgTableSize=9899.0
14.05/11.21	    
14.65/11.81	    num=47, depth=60..64, filters=288519, ccks=306, wck=9.502, mem=106M437
14.65/11.81	    decisions=18685, wrong=7974, backtracks=1473, failedAssignments=6521, nogoods=664, foundSolutions=3, bestBound=494
14.65/11.81	    nFilterCalls=647024, avgTableProportion=0.9998989899083044, avgTableSize=9899.0
14.65/11.81	    
15.55/12.71	    num=48, depth=57..62, filters=320803, ccks=306, wck=10.404, mem=106M437
15.55/12.71	    decisions=20586, wrong=8895, backtracks=1733, failedAssignments=7183, nogoods=672, foundSolutions=3, bestBound=494
15.55/12.71	    nFilterCalls=706142, avgTableProportion=0.9998989899090918, avgTableSize=9899.0
15.55/12.71	    
16.45/13.61	    num=49, depth=44..49, filters=350801, ccks=306, wck=11.308, mem=106M437
16.45/13.61	    decisions=22314, wrong=9736, backtracks=1846, failedAssignments=7911, nogoods=677, foundSolutions=3, bestBound=494
16.45/13.61	    nFilterCalls=763570, avgTableProportion=0.99989898990974, avgTableSize=9899.0
16.45/13.61	    
17.35/14.57	    num=50, depth=51..57, filters=390146, ccks=306, wck=12.26, mem=106M437
17.35/14.57	    decisions=24409, wrong=10757, backtracks=2070, failedAssignments=8712, nogoods=706, foundSolutions=3, bestBound=494
17.35/14.57	    nFilterCalls=827121, avgTableProportion=0.9998989899103524, avgTableSize=9899.0
17.35/14.57	    
18.35/15.58	    num=51, depth=55..60, filters=426043, ccks=306, wck=13.273, mem=106M437
18.35/15.58	    decisions=26746, wrong=11897, backtracks=2330, failedAssignments=9593, nogoods=727, foundSolutions=3, bestBound=494
18.35/15.58	    nFilterCalls=888854, avgTableProportion=0.9998989899108635, avgTableSize=9899.0
18.35/15.58	    
19.46/16.68	    num=52, depth=51..59, filters=466748, ccks=306, wck=14.374, mem=106M437
19.46/16.68	    decisions=29302, wrong=13147, backtracks=2611, failedAssignments=10563, nogoods=742, foundSolutions=3, bestBound=494
19.46/16.68	    nFilterCalls=954556, avgTableProportion=0.9998989899113347, avgTableSize=9899.0
19.46/16.68	    
21.16/18.36	    num=53, depth=56..65, filters=535320, ccks=306, wck=16.052, mem=106M437
21.16/18.36	    decisions=32045, wrong=14488, backtracks=2885, failedAssignments=11630, nogoods=758, foundSolutions=3, bestBound=494
21.16/18.36	    nFilterCalls=1064621, avgTableProportion=0.9998989899119939, avgTableSize=9899.0
21.16/18.36	    
22.46/19.69	    num=54, depth=64..71, filters=585797, ccks=306, wck=17.387, mem=106M437
22.46/19.69	    decisions=35189, wrong=16027, backtracks=3254, failedAssignments=12803, nogoods=781, foundSolutions=3, bestBound=494
22.46/19.69	    nFilterCalls=1147745, avgTableProportion=0.9998989899124079, avgTableSize=9899.0
22.46/19.69	    
24.16/21.31	    num=55, depth=51..57, filters=637534, ccks=306, wck=18.999, mem=106M437
24.16/21.31	    decisions=38491, wrong=17651, backtracks=3591, failedAssignments=14094, nogoods=807, foundSolutions=3, bestBound=494
24.16/21.31	    nFilterCalls=1250827, avgTableProportion=0.9998989899128449, avgTableSize=9899.0
24.16/21.31	    
25.56/22.77	    num=56, depth=61..67, filters=690384, ccks=306, wck=20.463, mem=106M437
25.56/22.77	    decisions=42339, wrong=19544, backtracks=4072, failedAssignments=15514, nogoods=837, foundSolutions=3, bestBound=494
25.56/22.77	    nFilterCalls=1338206, avgTableProportion=0.9998989899131626, avgTableSize=9899.0
25.56/22.77	    
26.97/24.15	    num=57, depth=61..68, filters=735179, ccks=306, wck=21.843, mem=106M437
26.97/24.15	    decisions=46157, wrong=21422, backtracks=4389, failedAssignments=17076, nogoods=861, foundSolutions=3, bestBound=494
26.97/24.15	    nFilterCalls=1418437, avgTableProportion=0.9998989899134199, avgTableSize=9899.0
26.97/24.15	    
28.36/25.54	    num=58, depth=53..59, filters=781872, ccks=306, wck=23.23, mem=106M437
28.36/25.54	    decisions=50146, wrong=23389, backtracks=4641, failedAssignments=18794, nogoods=881, foundSolutions=3, bestBound=494
28.36/25.54	    nFilterCalls=1507289, avgTableProportion=0.9998989899136728, avgTableSize=9899.0
28.36/25.54	    
29.97/27.15	    num=59, depth=54..61, filters=834455, ccks=306, wck=24.842, mem=106M437
29.97/27.15	    decisions=54616, wrong=25596, backtracks=4960, failedAssignments=20684, nogoods=934, foundSolutions=3, bestBound=494
29.97/27.15	    nFilterCalls=1611902, avgTableProportion=0.9998989899139348, avgTableSize=9899.0
29.97/27.15	    
31.66/28.85	    num=60, depth=58..66, filters=894652, ccks=306, wck=26.539, mem=106M437
31.66/28.85	    decisions=59684, wrong=28100, backtracks=5386, failedAssignments=22763, nogoods=957, foundSolutions=3, bestBound=494
31.66/28.85	    nFilterCalls=1728465, avgTableProportion=0.9998989899141894, avgTableSize=9899.0
31.66/28.85	    
33.67/30.81	    num=61, depth=59..68, filters=971787, ccks=306, wck=28.504, mem=106M437
33.67/30.81	    decisions=65470, wrong=30962, backtracks=5964, failedAssignments=25050, nogoods=1013, foundSolutions=3, bestBound=494
33.67/30.81	    nFilterCalls=1856964, avgTableProportion=0.999898989914433, avgTableSize=9899.0
33.67/30.81	    
36.37/33.50	    num=62, depth=53..60, filters=1059298, ccks=306, wck=31.19, mem=106M437
36.37/33.50	    decisions=71848, wrong=34123, backtracks=6615, failedAssignments=27566, nogoods=1053, foundSolutions=3, bestBound=494
36.37/33.50	    nFilterCalls=2018140, avgTableProportion=0.9998989899146948, avgTableSize=9899.0
36.37/33.50	    
39.27/36.48	    num=63, depth=55..63, filters=1161402, ccks=306, wck=34.174, mem=106M437
39.27/36.48	    decisions=78883, wrong=37612, backtracks=7343, failedAssignments=30334, nogoods=1097, foundSolutions=3, bestBound=494
39.27/36.48	    nFilterCalls=2224339, avgTableProportion=0.9998989899016832, avgTableSize=9899.0
39.27/36.48	    
41.37/38.57	    num=64, depth=68..83, filters=1273329, ccks=306, wck=36.263, mem=109M79
41.37/38.57	    decisions=86765, wrong=41516, backtracks=8236, failedAssignments=33378, nogoods=1143, foundSolutions=3, bestBound=494
41.37/38.57	    nFilterCalls=2368171, avgTableProportion=0.9998989898885156, avgTableSize=9899.0
41.37/38.57	    
44.28/41.42	    num=65, depth=55..64, filters=1375480, ccks=306, wck=39.118, mem=109M79
44.28/41.42	    decisions=94600, wrong=45403, backtracks=8776, failedAssignments=36727, nogoods=1177, foundSolutions=3, bestBound=494
44.28/41.42	    nFilterCalls=2547346, avgTableProportion=0.9998989898741922, avgTableSize=9899.0
44.28/41.42	    
47.58/44.76	    num=66, depth=62..69, filters=1511347, ccks=306, wck=42.457, mem=109M79
47.58/44.76	    decisions=103949, wrong=50045, backtracks=9735, failedAssignments=40411, nogoods=1193, foundSolutions=3, bestBound=494
47.58/44.76	    nFilterCalls=2768702, avgTableProportion=0.9998989898590569, avgTableSize=9899.0
47.58/44.76	    
52.18/49.32	    num=67, depth=55..61, filters=1679688, ccks=306, wck=47.017, mem=109M79
52.18/49.32	    decisions=114007, wrong=55046, backtracks=10700, failedAssignments=44463, nogoods=1242, foundSolutions=3, bestBound=494
52.18/49.32	    nFilterCalls=3058140, avgTableProportion=0.9998989898425719, avgTableSize=9899.0
52.18/49.32	    
56.44/53.58	    num=68, depth=58..69, filters=1859241, ccks=306, wck=51.278, mem=109M79
56.44/53.58	    decisions=125730, wrong=60877, backtracks=12087, failedAssignments=48920, nogoods=1303, foundSolutions=3, bestBound=494
56.44/53.58	    nFilterCalls=3319133, avgTableProportion=0.9998989898301721, avgTableSize=9899.0
56.44/53.58	    
60.64/57.79	    num=69, depth=66..74, filters=2013191, ccks=306, wck=55.479, mem=109M79
60.64/57.79	    decisions=137483, wrong=66718, backtracks=13032, failedAssignments=53823, nogoods=1320, foundSolutions=3, bestBound=494
60.64/57.79	    nFilterCalls=3619215, avgTableProportion=0.9998989898181254, avgTableSize=9899.0
60.64/57.79	    
67.05/64.16	    num=70, depth=46..53, filters=2233323, ccks=306, wck=61.858, mem=109M79
67.05/64.16	    decisions=150579, wrong=73242, backtracks=14171, failedAssignments=59217, nogoods=1362, foundSolutions=3, bestBound=494
67.05/64.16	    nFilterCalls=4021988, avgTableProportion=0.9998989898047818, avgTableSize=9899.0
67.05/64.16	    
72.25/69.32	    num=71, depth=58..65, filters=2432502, ccks=306, wck=67.011, mem=109M79
72.25/69.32	    decisions=164713, wrong=80279, backtracks=15276, failedAssignments=65150, nogoods=1397, foundSolutions=3, bestBound=494
72.25/69.32	    nFilterCalls=4342221, avgTableProportion=0.9998989897959392, avgTableSize=9899.0
72.25/69.32	    
79.55/76.61	    num=72, depth=56..66, filters=2706770, ccks=306, wck=74.301, mem=109M79
79.55/76.61	    decisions=181957, wrong=88871, backtracks=17347, failedAssignments=71676, nogoods=1419, foundSolutions=3, bestBound=494
79.55/76.61	    nFilterCalls=4773120, avgTableProportion=0.9998989897859132, avgTableSize=9899.0
79.55/76.61	    
88.56/85.64	    num=73, depth=56..67, filters=3087466, ccks=306, wck=83.334, mem=109M79
88.56/85.64	    decisions=202638, wrong=99181, backtracks=20567, failedAssignments=78855, nogoods=1456, foundSolutions=3, bestBound=494
88.56/85.64	    nFilterCalls=5470424, avgTableProportion=0.9998989897730346, avgTableSize=9899.0
88.56/85.64	    
95.19/92.27	    num=74, depth=54..61, filters=3332731, ccks=306, wck=89.963, mem=109M79
95.19/92.27	    decisions=220893, wrong=108280, backtracks=21779, failedAssignments=86752, nogoods=1507, foundSolutions=3, bestBound=494
95.19/92.27	    nFilterCalls=5919148, avgTableProportion=0.9998989897663517, avgTableSize=9899.0
95.19/92.27	    
104.59/101.65	    num=75, depth=63..79, filters=3766389, ccks=306, wck=99.347, mem=109M79
104.59/101.65	    decisions=246001, wrong=120798, backtracks=25652, failedAssignments=95439, nogoods=1539, foundSolutions=3, bestBound=494
104.59/101.65	    nFilterCalls=6609678, avgTableProportion=0.9998989897578401, avgTableSize=9899.0
104.59/101.65	    
112.90/109.98	    num=76, depth=61..70, filters=4159315, ccks=306, wck=107.677, mem=111M721
112.90/109.98	    decisions=269943, wrong=132736, backtracks=28091, failedAssignments=104994, nogoods=1603, foundSolutions=3, bestBound=494
112.90/109.98	    nFilterCalls=7158514, avgTableProportion=0.9998989897522463, avgTableSize=9899.0
112.90/109.98	    
122.30/119.31	    num=77, depth=60..68, filters=4549574, ccks=306, wck=117.0, mem=111M721
122.30/119.31	    decisions=297001, wrong=146233, backtracks=31095, failedAssignments=115505, nogoods=1695, foundSolutions=3, bestBound=494
122.30/119.31	    nFilterCalls=7718668, avgTableProportion=0.9998989897473575, avgTableSize=9899.0
122.30/119.31	    
135.05/132.03	    num=78, depth=63..73, filters=5119758, ccks=306, wck=129.727, mem=111M721
135.05/132.03	    decisions=328230, wrong=161814, backtracks=35180, failedAssignments=127067, nogoods=1734, foundSolutions=3, bestBound=494
135.05/132.03	    nFilterCalls=8578564, avgTableProportion=0.9998989897616252, avgTableSize=9899.0
135.05/132.03	    
147.65/144.61	    num=79, depth=56..66, filters=5629551, ccks=306, wck=142.301, mem=111M721
147.65/144.61	    decisions=358669, wrong=177004, backtracks=37702, failedAssignments=139785, nogoods=1766, foundSolutions=3, bestBound=494
147.65/144.61	    nFilterCalls=9392683, avgTableProportion=0.9998989898356964, avgTableSize=9899.0
147.65/144.61	    
161.26/158.24	    num=80, depth=61..69, filters=6252569, ccks=306, wck=155.93, mem=111M721
161.26/158.24	    decisions=392335, wrong=193805, backtracks=40544, failedAssignments=153775, nogoods=1787, foundSolutions=3, bestBound=494
161.26/158.24	    nFilterCalls=10294824, avgTableProportion=0.9998989899040925, avgTableSize=9899.0
161.26/158.24	    
177.27/174.25	    num=81, depth=55..66, filters=7145126, ccks=306, wck=171.938, mem=111M721
177.27/174.25	    decisions=430635, wrong=212926, backtracks=44287, failedAssignments=169164, nogoods=1836, foundSolutions=3, bestBound=494
177.27/174.25	    nFilterCalls=11472455, avgTableProportion=0.9998989899771896, avgTableSize=9899.0
177.27/174.25	    
197.22/194.17	    num=82, depth=55..63, filters=8032374, ccks=306, wck=191.859, mem=114M364
197.22/194.17	    decisions=474586, wrong=234873, backtracks=49448, failedAssignments=186092, nogoods=1890, foundSolutions=3, bestBound=494
197.22/194.17	    nFilterCalls=12729761, avgTableProportion=0.9998989900403042, avgTableSize=9899.0
197.22/194.17	    
210.12/207.07	    num=83, depth=54..65, filters=8509277, ccks=306, wck=204.765, mem=114M364
210.12/207.07	    decisions=518106, wrong=256605, backtracks=52573, failedAssignments=204713, nogoods=1920, foundSolutions=3, bestBound=494
210.12/207.07	    nFilterCalls=13588852, avgTableProportion=0.9998989900767127, avgTableSize=9899.0
210.12/207.07	    
227.43/224.39	    num=84, depth=55..63, filters=9128017, ccks=306, wck=222.083, mem=114M364
227.43/224.39	    decisions=566153, wrong=280600, backtracks=56108, failedAssignments=225197, nogoods=1934, foundSolutions=3, bestBound=494
227.43/224.39	    nFilterCalls=14698358, avgTableProportion=0.9998989901174361, avgTableSize=9899.0
227.43/224.39	    
254.95/251.84	    num=85, depth=44..56, filters=9976502, ccks=306, wck=249.536, mem=114M364
254.95/251.84	    decisions=625484, wrong=310240, backtracks=63290, failedAssignments=247729, nogoods=1982, foundSolutions=3, bestBound=494
254.95/251.84	    nFilterCalls=16222845, avgTableProportion=0.999898990164306, avgTableSize=9899.0
254.95/251.84	    
277.55/274.44	    num=86, depth=57..67, filters=10738570, ccks=306, wck=272.136, mem=117M6
277.55/274.44	    decisions=685151, wrong=340042, backtracks=68363, failedAssignments=272514, nogoods=2040, foundSolutions=3, bestBound=494
277.55/274.44	    nFilterCalls=17525169, avgTableProportion=0.9998989901185719, avgTableSize=9899.0
277.55/274.44	    
303.18/300.11	    num=87, depth=57..65, filters=11624330, ccks=306, wck=297.798, mem=117M6
303.18/300.11	    decisions=749614, wrong=372244, backtracks=73380, failedAssignments=299778, nogoods=2068, foundSolutions=3, bestBound=494
303.18/300.11	    nFilterCalls=19062456, avgTableProportion=0.9998989900084906, avgTableSize=9899.0
303.18/300.11	    
332.38/329.27	    num=88, depth=48..59, filters=12796990, ccks=306, wck=326.959, mem=117M6
332.38/329.27	    decisions=821148, wrong=407984, backtracks=79206, failedAssignments=329768, nogoods=2157, foundSolutions=3, bestBound=494
332.38/329.27	    nFilterCalls=20828979, avgTableProportion=0.9998989899020586, avgTableSize=9899.0
332.38/329.27	    
370.11/366.93	    num=89, depth=53..64, filters=14244061, ccks=306, wck=364.621, mem=119M649
370.11/366.93	    decisions=906012, wrong=450389, backtracks=89088, failedAssignments=362757, nogoods=2175, foundSolutions=3, bestBound=494
370.11/366.93	    nFilterCalls=23458354, avgTableProportion=0.9998989897733266, avgTableSize=9899.0
370.11/366.93	    
394.42/391.24	    num=90, depth=64..73, filters=15358695, ccks=306, wck=388.936, mem=119M649
394.42/391.24	    decisions=991546, wrong=493122, backtracks=95603, failedAssignments=399045, nogoods=2232, foundSolutions=3, bestBound=494
394.42/391.24	    nFilterCalls=25155781, avgTableProportion=0.9998989897045161, avgTableSize=9899.0
394.42/391.24	    
433.53/430.31	    num=91, depth=53..61, filters=16720628, ccks=306, wck=428.001, mem=122M291
433.53/430.31	    decisions=1088115, wrong=541378, backtracks=104049, failedAssignments=438962, nogoods=2315, foundSolutions=3, bestBound=494
433.53/430.31	    nFilterCalls=27568877, avgTableProportion=0.9998989896212789, avgTableSize=9899.0
433.53/430.31	    
476.65/473.41	    num=92, depth=66..77, filters=18763551, ccks=306, wck=471.1, mem=122M291
476.65/473.41	    decisions=1201172, wrong=597870, backtracks=116763, failedAssignments=482871, nogoods=2362, foundSolutions=3, bestBound=494
476.65/473.41	    nFilterCalls=30375453, avgTableProportion=0.9998989895411047, avgTableSize=9899.0
476.65/473.41	    
512.47/509.22	    num=93, depth=61..73, filters=20318970, ccks=306, wck=506.918, mem=124M934
512.47/509.22	    decisions=1316219, wrong=655361, backtracks=126184, failedAssignments=531171, nogoods=2384, foundSolutions=3, bestBound=494
512.47/509.22	    nFilterCalls=32511774, avgTableProportion=0.9998989894893556, avgTableSize=9899.0
512.47/509.22	    
566.68/563.41	    num=94, depth=64..76, filters=23144662, ccks=306, wck=561.101, mem=124M934
566.68/563.41	    decisions=1455889, wrong=725162, backtracks=143133, failedAssignments=584301, nogoods=2420, foundSolutions=3, bestBound=494
566.68/563.41	    nFilterCalls=36458466, avgTableProportion=0.9998989897060893, avgTableSize=9899.0
566.68/563.41	    
608.41/605.14	    num=95, depth=68..80, filters=25033941, ccks=306, wck=602.832, mem=127M576
608.41/605.14	    decisions=1592795, wrong=793579, backtracks=153285, failedAssignments=642744, nogoods=2485, foundSolutions=3, bestBound=494
608.41/605.14	    nFilterCalls=39137853, avgTableProportion=0.999898989895913, avgTableSize=9899.0
608.41/605.14	    
681.13/677.82	    num=96, depth=62..73, filters=28076751, ccks=306, wck=675.509, mem=130M218
681.13/677.82	    decisions=1757655, wrong=875977, backtracks=171716, failedAssignments=707031, nogoods=2512, foundSolutions=3, bestBound=494
681.13/677.82	    nFilterCalls=43960485, avgTableProportion=0.9998989901792706, avgTableSize=9899.0
681.13/677.82	    
751.16/747.87	    num=97, depth=60..73, filters=31346244, ccks=306, wck=745.562, mem=132M861
751.16/747.87	    decisions=1938670, wrong=966452, backtracks=191720, failedAssignments=777747, nogoods=2567, foundSolutions=3, bestBound=494
751.16/747.87	    nFilterCalls=48683578, avgTableProportion=0.9998989904023667, avgTableSize=9899.0
751.16/747.87	    
843.41/840.01	    num=98, depth=57..69, filters=36048689, ccks=306, wck=837.702, mem=135M503
843.41/840.01	    decisions=2150871, wrong=1072520, backtracks=220077, failedAssignments=855534, nogoods=2608, foundSolutions=3, bestBound=494
843.41/840.01	    nFilterCalls=55194988, avgTableProportion=0.9998989906473313, avgTableSize=9899.0
843.41/840.01	    
910.33/906.97	    num=99, depth=69..81, filters=39017961, ccks=306, wck=904.66, mem=135M503
910.33/906.97	    decisions=2349472, wrong=1171784, backtracks=233914, failedAssignments=941100, nogoods=2637, foundSolutions=3, bestBound=494
910.33/906.97	    nFilterCalls=59695848, avgTableProportion=0.9998989907854213, avgTableSize=9899.0
910.33/906.97	    
1015.37/1011.97	    num=100, depth=59..71, filters=44676585, ccks=306, wck=1009.658, mem=140M788
1015.37/1011.97	    decisions=2581780, wrong=1287907, backtracks=256270, failedAssignments=1035223, nogoods=2661, foundSolutions=3, bestBound=494
1015.37/1011.97	    nFilterCalls=67085320, avgTableProportion=0.9998989909719528, avgTableSize=9899.0
1015.37/1011.97	    
1094.10/1090.68	    num=101, depth=67..77, filters=48546303, ccks=306, wck=1088.374, mem=142M778
1094.10/1090.68	    decisions=2823396, wrong=1408679, backtracks=273802, failedAssignments=1138758, nogoods=2708, foundSolutions=3, bestBound=494
1094.10/1090.68	    nFilterCalls=72407684, avgTableProportion=0.9998989905381793, avgTableSize=9899.0
1094.10/1090.68	    
1178.02/1174.45	    num=102, depth=60..71, filters=52195183, ccks=306, wck=1172.143, mem=73M875
1178.02/1174.45	    decisions=3082604, wrong=1538250, backtracks=289646, failedAssignments=1252647, nogoods=2768, foundSolutions=3, bestBound=494
1178.02/1174.45	    nFilterCalls=77980896, avgTableProportion=0.9998989901443917, avgTableSize=9899.0
1178.02/1174.45	    
1262.45/1258.81	    num=103, depth=59..68, filters=55723359, ccks=306, wck=1256.5, mem=79M105
1262.45/1258.81	    decisions=3372904, wrong=1683369, backtracks=309796, failedAssignments=1377925, nogoods=2809, foundSolutions=3, bestBound=494
1262.45/1258.81	    nFilterCalls=83207115, avgTableProportion=0.9998989898230491, avgTableSize=9899.0
1262.45/1258.81	    
1390.41/1386.73	    num=104, depth=61..72, filters=62274547, ccks=306, wck=1384.423, mem=81M720
1390.41/1386.73	    decisions=3722805, wrong=1858287, backtracks=347070, failedAssignments=1515731, nogoods=2837, foundSolutions=3, bestBound=494
1390.41/1386.73	    nFilterCalls=92521374, avgTableProportion=0.9998989893403515, avgTableSize=9899.0
1390.41/1386.73	    
1492.65/1488.98	    num=105, depth=55..68, filters=66173618, ccks=306, wck=1486.67, mem=86M949
1492.65/1488.98	    decisions=4075341, wrong=2034525, backtracks=372265, failedAssignments=1667317, nogoods=2924, foundSolutions=3, bestBound=494
1492.65/1488.98	    nFilterCalls=98718866, avgTableProportion=0.9998989890696423, avgTableSize=9899.0
1492.65/1488.98	    
1630.01/1626.22	    num=106, depth=62..75, filters=71650455, ccks=306, wck=1623.911, mem=92M179
1630.01/1626.22	    decisions=4479002, wrong=2236320, backtracks=408210, failedAssignments=1834062, nogoods=3021, foundSolutions=3, bestBound=494
1630.01/1626.22	    nFilterCalls=106770788, avgTableProportion=0.9998989887648694, avgTableSize=9899.0
1630.01/1626.22	    
1800.18/1796.38	    num=107, depth=62..75, filters=79125471, ccks=306, wck=1794.069, mem=97M408
1800.18/1796.38	    decisions=4954219, wrong=2473895, backtracks=463071, failedAssignments=2017481, nogoods=3058, foundSolutions=3, bestBound=494
1800.18/1796.38	    nFilterCalls=117618065, avgTableProportion=0.9998989884202628, avgTableSize=9899.0
1800.18/1796.38	    
1996.88/1992.90	    num=108, depth=62..73, filters=87963741, ccks=306, wck=1990.59, mem=102M637
1996.88/1992.90	    decisions=5464064, wrong=2728783, backtracks=517309, failedAssignments=2219242, nogoods=3103, foundSolutions=3, bestBound=494
1996.88/1992.90	    nFilterCalls=130817931, avgTableProportion=0.9998989880780017, avgTableSize=9899.0
1996.88/1992.90	    
2212.09/2208.05	    num=109, depth=52..64, filters=97112718, ccks=306, wck=2205.743, mem=110M482
2212.09/2208.05	    decisions=6030583, wrong=3012014, backtracks=579313, failedAssignments=2441180, nogoods=3142, foundSolutions=3, bestBound=494
2212.09/2208.05	    nFilterCalls=144601638, avgTableProportion=0.9998989888559572, avgTableSize=9899.0
2212.09/2208.05	    
2443.47/2439.34	    num=110, depth=67..80, filters=108494846, ccks=306, wck=2437.033, mem=118M326
2443.47/2439.34	    decisions=6654668, wrong=3324019, backtracks=647791, failedAssignments=2685311, nogoods=3183, foundSolutions=3, bestBound=494
2443.47/2439.34	    nFilterCalls=160804603, avgTableProportion=0.9998989899717403, avgTableSize=9899.0
2443.47/2439.34	    
2520.01/2515.80	
2520.01/2515.80	v <instantiation id='sol3' type='solution' cost='494'>  <list> c[] d[] </list>  <values> 42 37 13 22 28 38 51 57 73 76 80 86 90 81 41 40 46 52 58 63 71 67 64 61 68 65 72 75 83 79 82 91 95 92 96 97 99 87 93 98 94 88 89 85 84 78 74 70 69 56 45 44 39 34 31 30 14 5 4 18 26 25 24 29 23 33 43 48 50 54 55 62 66 60 59 53 47 49 36 35 32 19 20 10 8 3 6 12 16 15 27 21 17 11 2 0 9 1 7 77 6 12 5 3 12 5 4 8 4 3 23 4 6 18 1 2 3 4 4 4 2 1 4 4 2 3 5 2 3 1 6 2 8 5 2 1 4 2 1 1 2 5 5 2 4 2 2 2 8 4 3 2 3 3 2 7 9 4 7 3 1 1 2 4 5 5 3 1 1 1 5 2 7 1 6 2 1 7 1 1 7 2 8 4 4 2 4 1 1 5 4 2 2 6 5 34 7 6 36 28 </values>  </instantiation>
2520.01/2515.80	s SATISFIABLE

Verifier Data

OK	494

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4391019-1568385513/watcher-4391019-1568385513 -o /tmp/evaluation-result-4391019-1568385513/solver-4391019-1568385513 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568380476-6543 --watchdog 2580 java -cp AbsCon19-06.jar AbsCon HOME/instance-4391019-1568385513.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
solver pid=8792, runsolver pid=8789
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 1.53 1.57 1.68 4/232 8807
/proc/meminfo: memFree=31272224/32770624 swapFree=67004032/67108860
[pid=8792] ppid=8789 vsize=10659884 memory=30300 CPUtime=0.14 cores=1,3,5,7
/proc/8792/stat : 8792 (java) S 8789 8792 6511 0 -1 1077944320 5612 0 0 0 13 1 0 0 20 0 15 0 414790912 10915721216 7575 33554432000 4194304 4196468 140722095968928 140722095951472 139753746116343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
/proc/8792/statm: 2664971 7575 2903 1 0 2627468 0
[pid=8792/tid=8794] ppid=8789 vsize=10659884 memory=-8970431009352676544 CPUtime=0.09 cores=1,3,5,7
/proc/8792/task/8794/stat : 8794 (java) R 8789 8792 6511 0 -1 4202560 2984 0 0 0 9 0 0 0 20 0 15 0 414790912 10915721216 7575 33554432000 4194304 4196468 140722095968928 139753750343088 139753738353470 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8795] ppid=8789 vsize=10659884 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8795/stat : 8795 (java) S 8789 8792 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414790913 10915721216 7575 33554432000 4194304 4196468 140722095968928 139753682807952 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8796] ppid=8789 vsize=10659884 memory=139975816967808 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8796/stat : 8796 (java) S 8789 8792 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414790913 10915721216 7575 33554432000 4194304 4196468 140722095968928 139753681755152 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8797] ppid=8789 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8797/stat : 8797 (java) S 8789 8792 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414790913 10915721216 7575 33554432000 4194304 4196468 140722095968928 139753680702352 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8798] ppid=8789 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8798/stat : 8798 (java) S 8789 8792 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414790913 10915721216 7575 33554432000 4194304 4196468 140722095968928 139753679649552 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8799] ppid=8789 vsize=10659884 memory=139975816967808 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8799/stat : 8799 (java) S 8789 8792 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414790914 10915721216 7575 33554432000 4194304 4196468 140722095968928 139752982399344 139753746127490 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8800] ppid=8789 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8800/stat : 8800 (java) S 8789 8792 6511 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414790915 10915721216 7575 33554432000 4194304 4196468 140722095968928 139752981345312 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8801] ppid=8789 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8801/stat : 8801 (java) S 8789 8792 6511 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414790915 10915721216 7575 33554432000 4194304 4196468 140722095968928 139752980292464 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8802] ppid=8789 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8802/stat : 8802 (java) S 8789 8792 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414790917 10915721216 7575 33554432000 4194304 4196468 140722095968928 139752979240784 139753746134939 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8803] ppid=8789 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8803/stat : 8803 (java) R 8789 8792 6511 0 -1 1077944384 523 0 0 0 0 0 0 0 20 0 15 0 414790917 10915721216 7575 33554432000 4194304 4196468 140722095968928 139752978189168 139753746127490 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8804] ppid=8789 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8804/stat : 8804 (java) R 8789 8792 6511 0 -1 4202560 183 0 0 0 0 0 0 0 20 0 15 0 414790917 10915721216 7575 33554432000 4194304 4196468 140722095968928 139752977136368 139753730383058 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8805] ppid=8789 vsize=10659884 memory=139975816967808 CPUtime=0.02 cores=1,3,5,7
/proc/8792/task/8805/stat : 8805 (java) R 8789 8792 6511 0 -1 4202560 578 0 0 0 2 0 0 0 20 0 15 0 414790917 10915721216 7575 33554432000 4194304 4196468 140722095968928 139752976080568 139753724700940 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8806] ppid=8789 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8806/stat : 8806 (java) S 8789 8792 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414790918 10915721216 7575 33554432000 4194304 4196468 140722095968928 139752975031008 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8807] ppid=8789 vsize=10659884 memory=139975816967808 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8807/stat : 8807 (java) S 8789 8792 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414790918 10915721216 7575 33554432000 4194304 4196468 140722095968928 139752973978288 139753746127490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 30300 KiB

[startup+0.210992 s]*
/proc/loadavg: 1.53 1.57 1.68 3/232 8807
/proc/meminfo: memFree=31264068/32770624 swapFree=67004032/67108860
[pid=8792] ppid=8789 vsize=10659884 memory=35412 CPUtime=0.32 cores=1,3,5,7
/proc/8792/stat : 8792 (java) S 8789 8792 6511 0 -1 1077944320 6415 0 0 0 31 1 0 0 20 0 15 0 414790912 10915721216 8853 33554432000 4194304 4196468 140722095968928 140722095951472 139753746116343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
/proc/8792/statm: 2664971 8853 2989 1 0 2627468 0
[pid=8792/tid=8794] ppid=8789 vsize=10659884 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/8792/task/8794/stat : 8794 (java) R 8789 8792 6511 0 -1 4202560 3456 0 0 0 19 1 0 0 20 0 15 0 414790912 10915721216 8853 33554432000 4194304 4196468 140722095968928 139753750354736 139753746138269 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8795] ppid=8789 vsize=10659884 memory=345 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8795/stat : 8795 (java) S 8789 8792 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414790913 10915721216 8853 33554432000 4194304 4196468 140722095968928 139753682807952 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8796] ppid=8789 vsize=10659884 memory=139975816976795 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8796/stat : 8796 (java) S 8789 8792 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414790913 10915721216 8853 33554432000 4194304 4196468 140722095968928 139753681755152 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8797] ppid=8789 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8797/stat : 8797 (java) S 8789 8792 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414790913 10915721216 8853 33554432000 4194304 4196468 140722095968928 139753680702352 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8798] ppid=8789 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8798/stat : 8798 (java) S 8789 8792 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414790913 10915721216 8853 33554432000 4194304 4196468 140722095968928 139753679649552 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8799] ppid=8789 vsize=10659884 memory=139975816967808 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8799/stat : 8799 (java) S 8789 8792 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414790914 10915721216 8853 33554432000 4194304 4196468 140722095968928 139752982399344 139753746127490 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8800] ppid=8789 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8800/stat : 8800 (java) S 8789 8792 6511 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414790915 10915721216 8853 33554432000 4194304 4196468 140722095968928 139752981345312 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8801] ppid=8789 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8801/stat : 8801 (java) S 8789 8792 6511 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414790915 10915721216 8853 33554432000 4194304 4196468 140722095968928 139752980292464 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8802] ppid=8789 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8802/stat : 8802 (java) S 8789 8792 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414790917 10915721216 8853 33554432000 4194304 4196468 140722095968928 139752979240784 139753746134939 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8803] ppid=8789 vsize=10659884 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/8792/task/8803/stat : 8803 (java) S 8789 8792 6511 0 -1 1077944384 603 0 0 0 3 0 0 0 20 0 15 0 414790917 10915721216 8853 33554432000 4194304 4196468 140722095968928 139752978189168 139753746127490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8804] ppid=8789 vsize=10659884 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/8792/task/8804/stat : 8804 (java) S 8789 8792 6511 0 -1 1077944384 399 0 0 0 3 0 0 0 20 0 15 0 414790917 10915721216 8853 33554432000 4194304 4196468 140722095968928 139752977136368 139753746127490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8805] ppid=8789 vsize=10659884 memory=139975816967808 CPUtime=0.05 cores=1,3,5,7
/proc/8792/task/8805/stat : 8805 (java) S 8789 8792 6511 0 -1 1077944384 596 0 0 0 5 0 0 0 20 0 15 0 414790917 10915721216 8853 33554432000 4194304 4196468 140722095968928 139752976083568 139753746127490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8806] ppid=8789 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8806/stat : 8806 (java) S 8789 8792 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414790918 10915721216 8853 33554432000 4194304 4196468 140722095968928 139752975031008 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8807] ppid=8789 vsize=10659884 memory=139975816967808 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8807/stat : 8807 (java) S 8789 8792 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414790918 10915721216 8853 33554432000 4194304 4196468 140722095968928 139752973978288 139753746127490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 35412 KiB

[startup+0.310459 s]*
/proc/loadavg: 1.57 1.57 1.68 4/232 8807
/proc/meminfo: memFree=31256968/32770624 swapFree=67004032/67108860
[pid=8792] ppid=8789 vsize=10659884 memory=40376 CPUtime=0.48 cores=1,3,5,7
/proc/8792/stat : 8792 (java) S 8789 8792 6511 0 -1 1077944320 8906 0 0 0 45 3 0 0 20 0 15 0 414790912 10915721216 10094 33554432000 4194304 4196468 140722095968928 140722095951472 139753746116343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
/proc/8792/statm: 2664971 10094 3001 1 0 2627468 0
[pid=8792/tid=8794] ppid=8789 vsize=10659884 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/8792/task/8794/stat : 8794 (java) R 8789 8792 6511 0 -1 4202560 5880 0 0 0 28 2 0 0 20 0 15 0 414790912 10915721216 10094 33554432000 4194304 4196468 140722095968928 139753750348336 139753746138269 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8795] ppid=8789 vsize=10659884 memory=304556157652172823 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8795/stat : 8795 (java) S 8789 8792 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414790913 10915721216 10094 33554432000 4194304 4196468 140722095968928 139753682807952 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8796] ppid=8789 vsize=10659884 memory=15400321976956568 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8796/stat : 8796 (java) S 8789 8792 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414790913 10915721216 10094 33554432000 4194304 4196468 140722095968928 139753681755152 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8797] ppid=8789 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8797/stat : 8797 (java) S 8789 8792 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414790913 10915721216 10094 33554432000 4194304 4196468 140722095968928 139753680702352 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8798] ppid=8789 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8798/stat : 8798 (java) S 8789 8792 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414790913 10915721216 10094 33554432000 4194304 4196468 140722095968928 139753679649552 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8799] ppid=8789 vsize=10659884 memory=139975816967808 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8799/stat : 8799 (java) S 8789 8792 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414790914 10915721216 10094 33554432000 4194304 4196468 140722095968928 139752982399344 139753746127490 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8800] ppid=8789 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8800/stat : 8800 (java) S 8789 8792 6511 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414790915 10915721216 10094 33554432000 4194304 4196468 140722095968928 139752981345312 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8801] ppid=8789 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8801/stat : 8801 (java) S 8789 8792 6511 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414790915 10915721216 10094 33554432000 4194304 4196468 140722095968928 139752980292464 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8802] ppid=8789 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8802/stat : 8802 (java) S 8789 8792 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414790917 10915721216 10094 33554432000 4194304 4196468 140722095968928 139752979240784 139753746134939 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8803] ppid=8789 vsize=10659884 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/8792/task/8803/stat : 8803 (java) S 8789 8792 6511 0 -1 1077944384 611 0 0 0 3 0 0 0 20 0 15 0 414790917 10915721216 10094 33554432000 4194304 4196468 140722095968928 139752978189168 139753746127490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8804] ppid=8789 vsize=10659884 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/8792/task/8804/stat : 8804 (java) S 8789 8792 6511 0 -1 1077944384 441 0 0 0 4 0 0 0 20 0 15 0 414790917 10915721216 10094 33554432000 4194304 4196468 140722095968928 139752977136368 139753746127490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8805] ppid=8789 vsize=10659884 memory=139975816967808 CPUtime=0.08 cores=1,3,5,7
/proc/8792/task/8805/stat : 8805 (java) S 8789 8792 6511 0 -1 1077944384 616 0 0 0 8 0 0 0 20 0 15 0 414790917 10915721216 10094 33554432000 4194304 4196468 140722095968928 139752976083568 139753746127490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8806] ppid=8789 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8806/stat : 8806 (java) S 8789 8792 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414790918 10915721216 10094 33554432000 4194304 4196468 140722095968928 139752975031008 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8807] ppid=8789 vsize=10659884 memory=139975816967808 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8807/stat : 8807 (java) S 8789 8792 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414790918 10915721216 10094 33554432000 4194304 4196468 140722095968928 139752973978288 139753746127490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 40376 KiB

[startup+0.700806 s]
/proc/loadavg: 1.57 1.57 1.68 3/232 8807
/proc/meminfo: memFree=31249292/32770624 swapFree=67004032/67108860
[pid=8792] ppid=8789 vsize=10661932 memory=63220 CPUtime=1.11 cores=1,3,5,7
/proc/8792/stat : 8792 (java) S 8789 8792 6511 0 -1 1077944320 12390 0 0 0 106 5 0 0 20 0 15 0 414790912 10917818368 15805 33554432000 4194304 4196468 140722095968928 140722095951472 139753746116343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
/proc/8792/statm: 2665483 15805 3072 1 0 2627980 0
[pid=8792/tid=8794] ppid=8789 vsize=10661932 memory=1220 CPUtime=0.68 cores=1,3,5,7
/proc/8792/task/8794/stat : 8794 (java) R 8789 8792 6511 0 -1 4202560 8428 0 0 0 64 4 0 0 20 0 15 0 414790912 10917818368 15805 33554432000 4194304 4196468 140722095968928 139753750348368 139753730196860 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8795] ppid=8789 vsize=10661932 memory=1616 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8795/stat : 8795 (java) S 8789 8792 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414790913 10917818368 15805 33554432000 4194304 4196468 140722095968928 139753682807952 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8796] ppid=8789 vsize=10661932 memory=784 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8796/stat : 8796 (java) S 8789 8792 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414790913 10917818368 15805 33554432000 4194304 4196468 140722095968928 139753681755152 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8797] ppid=8789 vsize=10661932 memory=8252 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8797/stat : 8797 (java) S 8789 8792 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414790913 10917818368 15805 33554432000 4194304 4196468 140722095968928 139753680702352 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8798] ppid=8789 vsize=10661932 memory=5920 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8798/stat : 8798 (java) S 8789 8792 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414790913 10917818368 15805 33554432000 4194304 4196468 140722095968928 139753679649552 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8799] ppid=8789 vsize=10661932 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8799/stat : 8799 (java) S 8789 8792 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414790914 10917818368 15805 33554432000 4194304 4196468 140722095968928 139752982399344 139753746127490 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8800] ppid=8789 vsize=10661932 memory=1540 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8800/stat : 8800 (java) S 8789 8792 6511 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414790915 10917818368 15805 33554432000 4194304 4196468 140722095968928 139752981345312 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8801] ppid=8789 vsize=10661932 memory=728 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8801/stat : 8801 (java) S 8789 8792 6511 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414790915 10917818368 15805 33554432000 4194304 4196468 140722095968928 139752980292464 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8802] ppid=8789 vsize=10661932 memory=4000 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8802/stat : 8802 (java) S 8789 8792 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414790917 10917818368 15805 33554432000 4194304 4196468 140722095968928 139752979240784 139753746134939 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8803] ppid=8789 vsize=10661932 memory=7236533984234661184 CPUtime=0.1 cores=1,3,5,7
/proc/8792/task/8803/stat : 8803 (java) R 8789 8792 6511 0 -1 4202560 900 0 0 0 10 0 0 0 20 0 15 0 414790917 10917818368 15805 33554432000 4194304 4196468 140722095968928 139752978189168 139753738405792 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8804] ppid=8789 vsize=10661932 memory=7380106142448642414 CPUtime=0.12 cores=1,3,5,7
/proc/8792/task/8804/stat : 8804 (java) S 8789 8792 6511 0 -1 1077944384 708 0 0 0 12 0 0 0 20 0 15 0 414790917 10917818368 15805 33554432000 4194304 4196468 140722095968928 139752977136368 139753746127490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8805] ppid=8789 vsize=10661932 memory=5859271421084194152 CPUtime=0.18 cores=1,3,5,7
/proc/8792/task/8805/stat : 8805 (java) S 8789 8792 6511 0 -1 1077944384 998 0 0 0 18 0 0 0 20 0 15 0 414790917 10917818368 15805 33554432000 4194304 4196468 140722095968928 139752976083568 139753746127490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8806] ppid=8789 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8806/stat : 8806 (java) S 8789 8792 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414790918 10917818368 15805 33554432000 4194304 4196468 140722095968928 139752975031008 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8807] ppid=8789 vsize=10661932 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8807/stat : 8807 (java) S 8789 8792 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414790918 10917818368 15805 33554432000 4194304 4196468 140722095968928 139752973978288 139753746127490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 63220 KiB

[startup+1.50077 s]
/proc/loadavg: 1.57 1.57 1.68 4/232 8807
/proc/meminfo: memFree=31233224/32770624 swapFree=67004032/67108860
[pid=8792] ppid=8789 vsize=10663980 memory=75640 CPUtime=2.01 cores=1,3,5,7
/proc/8792/stat : 8792 (java) S 8789 8792 6511 0 -1 1077944320 16201 0 0 0 195 6 0 0 20 0 15 0 414790912 10919915520 18910 33554432000 4194304 4196468 140722095968928 140722095951472 139753746116343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
/proc/8792/statm: 2665995 18910 3092 1 0 2628492 0
[pid=8792/tid=8794] ppid=8789 vsize=10663980 memory=0 CPUtime=1.48 cores=1,3,5,7
/proc/8792/task/8794/stat : 8794 (java) R 8789 8792 6511 0 -1 4202560 11119 0 0 0 143 5 0 0 20 0 15 0 414790912 10919915520 18910 33554432000 4194304 4196468 140722095968928 139753750348368 139753730196830 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8795] ppid=8789 vsize=10663980 memory=-8754540793456063680 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8795/stat : 8795 (java) S 8789 8792 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414790913 10919915520 18910 33554432000 4194304 4196468 140722095968928 139753682807952 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8796] ppid=8789 vsize=10663980 memory=-2843869621055772062 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8796/stat : 8796 (java) S 8789 8792 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414790913 10919915520 18910 33554432000 4194304 4196468 140722095968928 139753681755152 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8797] ppid=8789 vsize=10663980 memory=5450919713671312938 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8797/stat : 8797 (java) S 8789 8792 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414790913 10919915520 18910 33554432000 4194304 4196468 140722095968928 139753680702352 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8798] ppid=8789 vsize=10663980 memory=7005738693937936738 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8798/stat : 8798 (java) S 8789 8792 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414790913 10919915520 18910 33554432000 4194304 4196468 140722095968928 139753679649552 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8799] ppid=8789 vsize=10663980 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8799/stat : 8799 (java) S 8789 8792 6511 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 414790914 10919915520 18910 33554432000 4194304 4196468 140722095968928 139752982399344 139753746127490 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0

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

/proc/8792/task/8798/stat : 8798 (java) S 8789 8792 6511 0 -1 1077944384 250 0 0 0 2 1 0 0 20 0 16 0 414790913 11006283776 77353 33554432000 4194304 4196468 140722095968928 139753679649552 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8799] ppid=8789 vsize=10748324 memory=309412 CPUtime=0.04 cores=1,3,5,7
/proc/8792/task/8799/stat : 8799 (java) S 8789 8792 6511 0 -1 1077944384 1316 0 0 0 3 1 0 0 20 0 16 0 414790914 11006283776 77353 33554432000 4194304 4196468 140722095968928 139752982399344 139753746127490 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8800] ppid=8789 vsize=10748324 memory=309412 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8800/stat : 8800 (java) S 8789 8792 6511 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 16 0 414790915 11006283776 77353 33554432000 4194304 4196468 140722095968928 139752981345376 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8801] ppid=8789 vsize=10748324 memory=309412 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8801/stat : 8801 (java) S 8789 8792 6511 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 16 0 414790915 11006283776 77353 33554432000 4194304 4196468 140722095968928 139752980292480 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8802] ppid=8789 vsize=10748324 memory=309412 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8802/stat : 8802 (java) S 8789 8792 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414790917 11006283776 77353 33554432000 4194304 4196468 140722095968928 139752979240784 139753746134939 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8803] ppid=8789 vsize=10748324 memory=279951339125312 CPUtime=1.07 cores=1,3,5,7
/proc/8792/task/8803/stat : 8803 (java) S 8789 8792 6511 0 -1 1077944384 4972 0 0 0 106 1 0 0 20 0 16 0 414790917 11006283776 77353 33554432000 4194304 4196468 140722095968928 139752978189168 139753746127490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8804] ppid=8789 vsize=10748324 memory=309412 CPUtime=1.28 cores=1,3,5,7
/proc/8792/task/8804/stat : 8804 (java) S 8789 8792 6511 0 -1 1077944384 8029 0 0 0 127 1 0 0 20 0 16 0 414790917 11006283776 77353 33554432000 4194304 4196468 140722095968928 139752977136368 139753746127490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8805] ppid=8789 vsize=10748324 memory=309412 CPUtime=0.64 cores=1,3,5,7
/proc/8792/task/8805/stat : 8805 (java) S 8789 8792 6511 0 -1 1077944384 5788 0 0 0 63 1 0 0 20 0 16 0 414790917 11006283776 77353 33554432000 4194304 4196468 140722095968928 139752976083568 139753746127490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8806] ppid=8789 vsize=10748324 memory=309412 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8806/stat : 8806 (java) S 8789 8792 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414790918 11006283776 77353 33554432000 4194304 4196468 140722095968928 139752975031008 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8807] ppid=8789 vsize=10748324 memory=309412 CPUtime=0.78 cores=1,3,5,7
/proc/8792/task/8807/stat : 8807 (java) S 8789 8792 6511 0 -1 1077944384 1121 0 0 0 34 44 0 0 20 0 16 0 414790918 11006283776 77353 33554432000 4194304 4196468 140722095968928 139752973978288 139753746127490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8808] ppid=8789 vsize=10748324 memory=2052 CPUtime=2380.55 cores=1,3,5,7
/proc/8792/task/8808/stat : 8808 (java) R 8789 8792 6511 0 -1 4202560 15429 0 0 0 238051 4 0 0 20 0 16 0 414791099 11006283776 77353 33554432000 4194304 4196468 140722095968928 139752957308240 139753360281443 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
Current children cumulated CPU time: 2386.46 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 309412 KiB

[startup+2442.3 s]
/proc/loadavg: 2.03 2.01 1.97 3/235 9296
/proc/meminfo: memFree=29899864/32770624 swapFree=67004040/67108860
[pid=8792] ppid=8789 vsize=10748324 memory=309412 CPUtime=2446.47 cores=1,3,5,7
/proc/8792/stat : 8792 (java) S 8789 8792 6511 0 -1 1077944320 52661 0 0 0 244586 61 0 0 20 0 16 0 414790912 11006283776 77353 33554432000 4194304 4196468 140722095968928 140722095951472 139753746116343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
/proc/8792/statm: 2687081 77353 3378 1 0 2647217 0
[pid=8792/tid=8794] ppid=8789 vsize=10748324 memory=309412 CPUtime=1.84 cores=1,3,5,7
/proc/8792/task/8794/stat : 8794 (java) S 8789 8792 6511 0 -1 1077944384 12977 0 0 0 178 6 0 0 20 0 16 0 414790912 11006283776 77353 33554432000 4194304 4196468 140722095968928 139753750359216 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8795] ppid=8789 vsize=10748324 memory=309412 CPUtime=0.03 cores=1,3,5,7
/proc/8792/task/8795/stat : 8795 (java) S 8789 8792 6511 0 -1 1077944384 177 0 0 0 2 1 0 0 20 0 16 0 414790913 11006283776 77353 33554432000 4194304 4196468 140722095968928 139753682807952 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8796] ppid=8789 vsize=10748324 memory=177758496541356 CPUtime=0.03 cores=1,3,5,7
/proc/8792/task/8796/stat : 8796 (java) S 8789 8792 6511 0 -1 1077944384 102 0 0 0 2 1 0 0 20 0 16 0 414790913 11006283776 77353 33554432000 4194304 4196468 140722095968928 139753681755152 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8797] ppid=8789 vsize=10748324 memory=309412 CPUtime=0.04 cores=1,3,5,7
/proc/8792/task/8797/stat : 8797 (java) S 8789 8792 6511 0 -1 1077944384 383 0 0 0 2 2 0 0 20 0 16 0 414790913 11006283776 77353 33554432000 4194304 4196468 140722095968928 139753680702352 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8798] ppid=8789 vsize=10748324 memory=309412 CPUtime=0.03 cores=1,3,5,7
/proc/8792/task/8798/stat : 8798 (java) S 8789 8792 6511 0 -1 1077944384 250 0 0 0 2 1 0 0 20 0 16 0 414790913 11006283776 77353 33554432000 4194304 4196468 140722095968928 139753679649552 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8799] ppid=8789 vsize=10748324 memory=309412 CPUtime=0.04 cores=1,3,5,7
/proc/8792/task/8799/stat : 8799 (java) S 8789 8792 6511 0 -1 1077944384 1323 0 0 0 3 1 0 0 20 0 16 0 414790914 11006283776 77353 33554432000 4194304 4196468 140722095968928 139752982399344 139753746127490 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8800] ppid=8789 vsize=10748324 memory=309412 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8800/stat : 8800 (java) S 8789 8792 6511 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 16 0 414790915 11006283776 77353 33554432000 4194304 4196468 140722095968928 139752981345376 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8801] ppid=8789 vsize=10748324 memory=309412 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8801/stat : 8801 (java) S 8789 8792 6511 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 16 0 414790915 11006283776 77353 33554432000 4194304 4196468 140722095968928 139752980292480 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8802] ppid=8789 vsize=10748324 memory=309412 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8802/stat : 8802 (java) S 8789 8792 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414790917 11006283776 77353 33554432000 4194304 4196468 140722095968928 139752979240784 139753746134939 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8803] ppid=8789 vsize=10748324 memory=309412 CPUtime=1.07 cores=1,3,5,7
/proc/8792/task/8803/stat : 8803 (java) S 8789 8792 6511 0 -1 1077944384 4980 0 0 0 106 1 0 0 20 0 16 0 414790917 11006283776 77353 33554432000 4194304 4196468 140722095968928 139752978189168 139753746127490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8804] ppid=8789 vsize=10748324 memory=309412 CPUtime=1.28 cores=1,3,5,7
/proc/8792/task/8804/stat : 8804 (java) S 8789 8792 6511 0 -1 1077944384 8031 0 0 0 127 1 0 0 20 0 16 0 414790917 11006283776 77353 33554432000 4194304 4196468 140722095968928 139752977136368 139753746127490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8805] ppid=8789 vsize=10748324 memory=309412 CPUtime=0.64 cores=1,3,5,7
/proc/8792/task/8805/stat : 8805 (java) S 8789 8792 6511 0 -1 1077944384 5851 0 0 0 63 1 0 0 20 0 16 0 414790917 11006283776 77353 33554432000 4194304 4196468 140722095968928 139752976083568 139753746127490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8806] ppid=8789 vsize=10748324 memory=2257 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8806/stat : 8806 (java) S 8789 8792 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414790918 11006283776 77353 33554432000 4194304 4196468 140722095968928 139752975031008 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8807] ppid=8789 vsize=10748324 memory=309412 CPUtime=0.8 cores=1,3,5,7
/proc/8792/task/8807/stat : 8807 (java) S 8789 8792 6511 0 -1 1077944384 1152 0 0 0 35 45 0 0 20 0 16 0 414790918 11006283776 77353 33554432000 4194304 4196468 140722095968928 139752973978288 139753746127490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8808] ppid=8789 vsize=10748324 memory=3280 CPUtime=2440.56 cores=1,3,5,7
/proc/8792/task/8808/stat : 8808 (java) R 8789 8792 6511 0 -1 4202560 16010 0 0 0 244052 4 0 0 20 0 16 0 414791099 11006283776 77353 33554432000 4194304 4196468 140722095968928 139752957308240 139753360027279 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
Current children cumulated CPU time: 2446.47 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 309412 KiB

[startup+2502.3 s]
/proc/loadavg: 1.97 2.00 1.96 3/235 9300
/proc/meminfo: memFree=29961504/32770624 swapFree=67004040/67108860
[pid=8792] ppid=8789 vsize=10748324 memory=309412 CPUtime=2506.5 cores=1,3,5,7
/proc/8792/stat : 8792 (java) S 8789 8792 6511 0 -1 1077944320 52693 0 0 0 250588 62 0 0 20 0 16 0 414790912 11006283776 77353 33554432000 4194304 4196468 140722095968928 140722095951472 139753746116343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
/proc/8792/statm: 2687081 77353 3378 1 0 2647217 0
[pid=8792/tid=8794] ppid=8789 vsize=10748324 memory=309412 CPUtime=1.84 cores=1,3,5,7
/proc/8792/task/8794/stat : 8794 (java) S 8789 8792 6511 0 -1 1077944384 12977 0 0 0 178 6 0 0 20 0 16 0 414790912 11006283776 77353 33554432000 4194304 4196468 140722095968928 139753750359216 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8795] ppid=8789 vsize=10748324 memory=309412 CPUtime=0.03 cores=1,3,5,7
/proc/8792/task/8795/stat : 8795 (java) S 8789 8792 6511 0 -1 1077944384 177 0 0 0 2 1 0 0 20 0 16 0 414790913 11006283776 77353 33554432000 4194304 4196468 140722095968928 139753682807952 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8796] ppid=8789 vsize=10748324 memory=309412 CPUtime=0.03 cores=1,3,5,7
/proc/8792/task/8796/stat : 8796 (java) S 8789 8792 6511 0 -1 1077944384 102 0 0 0 2 1 0 0 20 0 16 0 414790913 11006283776 77353 33554432000 4194304 4196468 140722095968928 139753681755152 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8797] ppid=8789 vsize=10748324 memory=728 CPUtime=0.04 cores=1,3,5,7
/proc/8792/task/8797/stat : 8797 (java) S 8789 8792 6511 0 -1 1077944384 383 0 0 0 2 2 0 0 20 0 16 0 414790913 11006283776 77353 33554432000 4194304 4196468 140722095968928 139753680702352 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8798] ppid=8789 vsize=10748324 memory=309412 CPUtime=0.03 cores=1,3,5,7
/proc/8792/task/8798/stat : 8798 (java) S 8789 8792 6511 0 -1 1077944384 250 0 0 0 2 1 0 0 20 0 16 0 414790913 11006283776 77353 33554432000 4194304 4196468 140722095968928 139753679649552 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8799] ppid=8789 vsize=10748324 memory=309412 CPUtime=0.04 cores=1,3,5,7
/proc/8792/task/8799/stat : 8799 (java) S 8789 8792 6511 0 -1 1077944384 1323 0 0 0 3 1 0 0 20 0 16 0 414790914 11006283776 77353 33554432000 4194304 4196468 140722095968928 139752982399344 139753746127490 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8800] ppid=8789 vsize=10748324 memory=309412 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8800/stat : 8800 (java) S 8789 8792 6511 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 16 0 414790915 11006283776 77353 33554432000 4194304 4196468 140722095968928 139752981345376 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8801] ppid=8789 vsize=10748324 memory=309412 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8801/stat : 8801 (java) S 8789 8792 6511 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 16 0 414790915 11006283776 77353 33554432000 4194304 4196468 140722095968928 139752980292480 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8802] ppid=8789 vsize=10748324 memory=309412 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8802/stat : 8802 (java) S 8789 8792 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414790917 11006283776 77353 33554432000 4194304 4196468 140722095968928 139752979240784 139753746134939 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8803] ppid=8789 vsize=10748324 memory=3280 CPUtime=1.07 cores=1,3,5,7
/proc/8792/task/8803/stat : 8803 (java) S 8789 8792 6511 0 -1 1077944384 4980 0 0 0 106 1 0 0 20 0 16 0 414790917 11006283776 77353 33554432000 4194304 4196468 140722095968928 139752978189168 139753746127490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8804] ppid=8789 vsize=10748324 memory=309412 CPUtime=1.28 cores=1,3,5,7
/proc/8792/task/8804/stat : 8804 (java) S 8789 8792 6511 0 -1 1077944384 8031 0 0 0 127 1 0 0 20 0 16 0 414790917 11006283776 77353 33554432000 4194304 4196468 140722095968928 139752977136368 139753746127490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8805] ppid=8789 vsize=10748324 memory=309412 CPUtime=0.64 cores=1,3,5,7
/proc/8792/task/8805/stat : 8805 (java) S 8789 8792 6511 0 -1 1077944384 5851 0 0 0 63 1 0 0 20 0 16 0 414790917 11006283776 77353 33554432000 4194304 4196468 140722095968928 139752976083568 139753746127490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8806] ppid=8789 vsize=10748324 memory=309412 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8806/stat : 8806 (java) S 8789 8792 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414790918 11006283776 77353 33554432000 4194304 4196468 140722095968928 139752975031008 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8807] ppid=8789 vsize=10748324 memory=1056 CPUtime=0.81 cores=1,3,5,7
/proc/8792/task/8807/stat : 8807 (java) S 8789 8792 6511 0 -1 1077944384 1156 0 0 0 35 46 0 0 20 0 16 0 414790918 11006283776 77353 33554432000 4194304 4196468 140722095968928 139752973978288 139753746127490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8808] ppid=8789 vsize=10748324 memory=3280 CPUtime=2500.56 cores=1,3,5,7
/proc/8792/task/8808/stat : 8808 (java) R 8789 8792 6511 0 -1 4202560 16038 0 0 0 250052 4 0 0 20 0 16 0 414791099 11006283776 77353 33554432000 4194304 4196468 140722095968928 139752957308240 139753359749689 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
Current children cumulated CPU time: 2506.5 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 309412 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2515.8 s]
/proc/loadavg: 1.98 2.00 1.96 3/235 9301
/proc/meminfo: memFree=29974040/32770624 swapFree=67004040/67108860
[pid=8792] ppid=8789 vsize=10748324 memory=309412 CPUtime=2520.01 cores=1,3,5,7
/proc/8792/stat : 8792 (java) S 8789 8792 6511 0 -1 1077944320 52695 0 0 0 251938 63 0 0 20 0 16 0 414790912 11006283776 77353 33554432000 4194304 4196468 140722095968928 140722095951472 139753746116343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
/proc/8792/statm: 2687081 77353 3378 1 0 2647217 0
[pid=8792/tid=8794] ppid=8789 vsize=10748324 memory=1212 CPUtime=1.84 cores=1,3,5,7
/proc/8792/task/8794/stat : 8794 (java) S 8789 8792 6511 0 -1 1077944384 12977 0 0 0 178 6 0 0 20 0 16 0 414790912 11006283776 77353 33554432000 4194304 4196468 140722095968928 139753750359216 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8795] ppid=8789 vsize=10748324 memory=309412 CPUtime=0.03 cores=1,3,5,7
/proc/8792/task/8795/stat : 8795 (java) S 8789 8792 6511 0 -1 1077944384 177 0 0 0 2 1 0 0 20 0 16 0 414790913 11006283776 77353 33554432000 4194304 4196468 140722095968928 139753682807952 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8796] ppid=8789 vsize=10748324 memory=14008 CPUtime=0.03 cores=1,3,5,7
/proc/8792/task/8796/stat : 8796 (java) S 8789 8792 6511 0 -1 1077944384 102 0 0 0 2 1 0 0 20 0 16 0 414790913 11006283776 77353 33554432000 4194304 4196468 140722095968928 139753681755152 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8797] ppid=8789 vsize=10748324 memory=12024 CPUtime=0.04 cores=1,3,5,7
/proc/8792/task/8797/stat : 8797 (java) S 8789 8792 6511 0 -1 1077944384 383 0 0 0 2 2 0 0 20 0 16 0 414790913 11006283776 77353 33554432000 4194304 4196468 140722095968928 139753680702352 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8798] ppid=8789 vsize=10748324 memory=1220 CPUtime=0.03 cores=1,3,5,7
/proc/8792/task/8798/stat : 8798 (java) S 8789 8792 6511 0 -1 1077944384 250 0 0 0 2 1 0 0 20 0 16 0 414790913 11006283776 77353 33554432000 4194304 4196468 140722095968928 139753679649552 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8799] ppid=8789 vsize=10748324 memory=1616 CPUtime=0.04 cores=1,3,5,7
/proc/8792/task/8799/stat : 8799 (java) S 8789 8792 6511 0 -1 1077944384 1323 0 0 0 3 1 0 0 20 0 16 0 414790914 11006283776 77353 33554432000 4194304 4196468 140722095968928 139752982399344 139753746127490 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8800] ppid=8789 vsize=10748324 memory=784 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8800/stat : 8800 (java) S 8789 8792 6511 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 16 0 414790915 11006283776 77353 33554432000 4194304 4196468 140722095968928 139752981345376 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8801] ppid=8789 vsize=10748324 memory=8252 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8801/stat : 8801 (java) S 8789 8792 6511 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 16 0 414790915 11006283776 77353 33554432000 4194304 4196468 140722095968928 139752980292480 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8802] ppid=8789 vsize=10748324 memory=5920 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8802/stat : 8802 (java) S 8789 8792 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414790917 11006283776 77353 33554432000 4194304 4196468 140722095968928 139752979240784 139753746134939 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8803] ppid=8789 vsize=10748324 memory=1056 CPUtime=1.07 cores=1,3,5,7
/proc/8792/task/8803/stat : 8803 (java) S 8789 8792 6511 0 -1 1077944384 4980 0 0 0 106 1 0 0 20 0 16 0 414790917 11006283776 77353 33554432000 4194304 4196468 140722095968928 139752978189168 139753746127490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8804] ppid=8789 vsize=10748324 memory=1540 CPUtime=1.28 cores=1,3,5,7
/proc/8792/task/8804/stat : 8804 (java) S 8789 8792 6511 0 -1 1077944384 8031 0 0 0 127 1 0 0 20 0 16 0 414790917 11006283776 77353 33554432000 4194304 4196468 140722095968928 139752977136368 139753746127490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8805] ppid=8789 vsize=10748324 memory=728 CPUtime=0.64 cores=1,3,5,7
/proc/8792/task/8805/stat : 8805 (java) S 8789 8792 6511 0 -1 1077944384 5851 0 0 0 63 1 0 0 20 0 16 0 414790917 11006283776 77353 33554432000 4194304 4196468 140722095968928 139752976083568 139753746127490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8806] ppid=8789 vsize=10748324 memory=5920 CPUtime=0 cores=1,3,5,7
/proc/8792/task/8806/stat : 8806 (java) S 8789 8792 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414790918 11006283776 77353 33554432000 4194304 4196468 140722095968928 139752975031008 139753746126549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8807] ppid=8789 vsize=10748324 memory=1056 CPUtime=0.81 cores=1,3,5,7
/proc/8792/task/8807/stat : 8807 (java) S 8789 8792 6511 0 -1 1077944384 1158 0 0 0 35 46 0 0 20 0 16 0 414790918 11006283776 77353 33554432000 4194304 4196468 140722095968928 139752973978288 139753746127490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
[pid=8792/tid=8808] ppid=8789 vsize=10748324 memory=1540 CPUtime=2514.06 cores=1,3,5,7
/proc/8792/task/8808/stat : 8808 (java) R 8789 8792 6511 0 -1 4202560 16038 0 0 0 251402 4 0 0 20 0 16 0 414791099 11006283776 77353 33554432000 4194304 4196468 140722095968928 139752957308240 139753359433054 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29892608 140722095977483 140722095977586 140722095977586 140722095980495 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 309412 KiB

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

[startup+2515.81 s]
# the end of solver process 8792 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.39 s, system=0.635111 s

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

Child status: 143
Real time (s): 2515.81
CPU time (s): 2520.03
CPU user time (s): 2519.39
CPU system time (s): 0.635111
CPU usage (%): 100.168
Max. virtual memory (cumulated for all children) (KiB): 10748324
Max. memory (cumulated for all children) (KiB): 309412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.39
system time used= 0.635111
maximum resident set size= 310224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53045
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57601
involuntary context switches= 713


# summary of solver processes directly reported to runsolver:
#   pid: 8792
#   total CPU time (s): 2520.03
#   total CPU user time (s): 2519.39
#   total CPU system time (s): 0.635111

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7794 second user time and 23.5885 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-13 16:37:53
IDJOB=4391019
IDBENCH=135903
IDSOLVER=2832
FILE ID=node133/4391019-1568385513
RUNJOBID= node133-1568380476-6543
PBS_JOBID= 21701835
Free space on /tmp= 55104 MiB

SOLVER NAME= AbsCon 2019-07-23
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n100/TravellingSalesman-100-50-08.xml
COMMAND LINE= java -cp AbsCon19-06.jar AbsCon BENCHNAME -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4391019-1568385513/watcher-4391019-1568385513 -o /tmp/evaluation-result-4391019-1568385513/solver-4391019-1568385513 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568380476-6543 --watchdog 2580  java -cp AbsCon19-06.jar AbsCon HOME/instance-4391019-1568385513.xml -cm

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

MD5SUM BENCH= 8e11a97c7673f129a8c4890bd1c1105b
RANDOM SEED=1478033358

node133.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.18
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.18
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.18
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.18
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:        31289048 kB
MemAvailable:   31596948 kB
Buffers:          161996 kB
Cached:           426268 kB
SwapCached:         3440 kB
Active:           608460 kB
Inactive:         284804 kB
Active(anon):     328868 kB
Inactive(anon):    16032 kB
Active(file):     279592 kB
Inactive(file):   268772 kB
Unevictable:      111228 kB
Mlocked:          111228 kB
SwapTotal:      67108860 kB
SwapFree:       67004032 kB
Dirty:              8680 kB
Writeback:             0 kB
AnonPages:        414076 kB
Mapped:            56256 kB
Shmem:             31412 kB
Slab:             179736 kB
SReclaimable:     150740 kB
SUnreclaim:        28996 kB
KernelStack:        3808 kB
PageTables:         6136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1283704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    346112 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 59400 MiB
End job on node133 at 2019-09-13 17:19:49