Trace number 4390842

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-23OPT5 29.4244 27.8126

DiagnosticValue
WRONG_DECISIONS2109220

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-myciel5.xml
MD5SUMa954d880863fe6e02d270e9cafb0ae96
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark19.5376
Satisfiable
(Un)Satisfiability was proved
Number of variables47
Number of constraints236
Number of domains1
Minimum domain size47
Maximum domain size47
Distribution of domain sizes[{"size":47,"count":47}]
Minimum variable degree6
Maximum variable degree24
Distribution of variable degrees[{"degree":6,"count":5},{"degree":7,"count":5},{"degree":8,"count":6},{"degree":9,"count":5},{"degree":10,"count":5},{"degree":11,"count":5},{"degree":12,"count":1},{"degree":13,"count":7},{"degree":17,"count":5},{"degree":21,"count":1},{"degree":23,"count":1},{"degree":24,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":236}]
Number of extensional constraints0
Number of intensional constraints236
Distribution of constraint types[{"type":"intension","count":236}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

2.53/2.38	
2.53/2.38	AbsCon 2 
2.53/2.40	
2.89/2.57	  Instance
2.89/2.57	    name=instance-4390842-1568380516, framework=COP, bounds=-infty..+infty
2.89/2.57	
2.89/2.57	  Loading variables...
2.89/2.60	  Loading constraints...
3.34/2.71	
3.34/2.71	  Domains
3.34/2.71	    nTypes=1, nValues=2209, sizes=[47#47]
3.34/2.71	  Variables
3.34/2.71	    count=47, degrees=[6#5,7#5,8#6,9#5...17#5,21#1,23#1,24#1]
3.34/2.71	  Objectives
3.34/2.71	    way=min, type=ObjMaximumLE
3.34/2.71	  Constraints
3.34/2.71	    count=237, nSpecific=237, arities=[2#236,47#1]
3.34/2.71	    distribution=[NE#236,ObjMaximumLE#1]
3.34/2.71	    wck=0.357, cpu=2.171, mem=23M870
3.34/2.71	  Solver SolverBacktrack being built...
3.34/2.71	
3.34/2.73	
3.34/2.73	  Solver
3.34/2.73	    guaranteedGAC=true
3.34/2.73	    wck=0.386, cpu=2.198, mem=34M512
3.34/2.74	
3.34/2.74	  Preprocessing
3.34/2.74	    filters=0, nACremovedValues=0, nTotalRemovedValues=0, inconcistency=false
3.34/2.74	    wck=0.001, cpu=2.2, mem=34M512
3.34/2.74	
3.34/2.74	o 5
3.34/2.75	    num=0, depth=48..46, filters=112, ccks=237, wck=0.013, mem=34M512
3.34/2.75	    decisions=47, wrong=0, backtracks=0, failedAssignments=0, foundSolutions=1, bestBound=5
3.34/2.75	    
3.34/2.76	    num=1, depth=10..15, filters=550, ccks=237, wck=0.018, mem=34M512
3.34/2.76	    decisions=100, wrong=20, backtracks=11, failedAssignments=11, nogoods=2, foundSolutions=1, bestBound=5
3.34/2.76	    
3.34/2.76	    num=2, depth=9..13, filters=1103, ccks=237, wck=0.02, mem=34M512
3.34/2.76	    decisions=151, wrong=41, backtracks=23, failedAssignments=22, nogoods=5, foundSolutions=1, bestBound=5
3.34/2.76	    
3.34/2.77	    num=3, depth=12..16, filters=2014, ccks=237, wck=0.034, mem=34M512
3.34/2.77	    decisions=213, wrong=66, backtracks=38, failedAssignments=34, nogoods=8, foundSolutions=1, bestBound=5
3.34/2.77	    
3.34/2.77	    num=4, depth=12..19, filters=2669, ccks=237, wck=0.036, mem=34M512
3.34/2.77	    decisions=277, wrong=92, backtracks=51, failedAssignments=47, nogoods=10, foundSolutions=1, bestBound=5
3.34/2.77	    
3.34/2.77	    num=5, depth=9..15, filters=3536, ccks=237, wck=0.038, mem=34M512
3.34/2.77	    decisions=341, wrong=119, backtracks=67, failedAssignments=61, nogoods=14, foundSolutions=1, bestBound=5
3.34/2.77	    
3.34/2.78	    num=6, depth=8..14, filters=4377, ccks=237, wck=0.04, mem=37M155
3.34/2.78	    decisions=408, wrong=148, backtracks=86, failedAssignments=77, nogoods=16, foundSolutions=1, bestBound=5
3.34/2.78	    
3.34/2.78	    num=7, depth=12..19, filters=5208, ccks=237, wck=0.041, mem=37M155
3.34/2.78	    decisions=495, wrong=184, backtracks=108, failedAssignments=94, nogoods=19, foundSolutions=1, bestBound=5
3.34/2.78	    
3.34/2.78	    num=8, depth=10..17, filters=6117, ccks=237, wck=0.043, mem=37M155
3.34/2.78	    decisions=566, wrong=214, backtracks=122, failedAssignments=113, nogoods=23, foundSolutions=1, bestBound=5
3.34/2.78	    
3.34/2.78	    num=9, depth=13..19, filters=7109, ccks=237, wck=0.045, mem=37M155
3.34/2.78	    decisions=658, wrong=253, backtracks=144, failedAssignments=134, nogoods=26, foundSolutions=1, bestBound=5
3.34/2.78	    
3.34/2.78	    num=10, depth=12..18, filters=8282, ccks=237, wck=0.047, mem=37M155
3.34/2.78	    decisions=756, wrong=296, backtracks=172, failedAssignments=157, nogoods=27, foundSolutions=1, bestBound=5
3.34/2.78	    
3.34/2.79	    num=11, depth=9..13, filters=9253, ccks=237, wck=0.049, mem=37M155
3.34/2.79	    decisions=839, wrong=333, backtracks=193, failedAssignments=182, nogoods=32, foundSolutions=1, bestBound=5
3.34/2.79	    
3.34/2.79	    num=12, depth=8..14, filters=10998, ccks=237, wck=0.052, mem=37M155
3.34/2.79	    decisions=962, wrong=389, backtracks=222, failedAssignments=210, nogoods=35, foundSolutions=1, bestBound=5
3.34/2.79	    
3.34/2.79	    num=13, depth=9..17, filters=12668, ccks=237, wck=0.054, mem=37M155
3.34/2.79	    decisions=1096, wrong=450, backtracks=257, failedAssignments=241, nogoods=39, foundSolutions=1, bestBound=5
3.34/2.79	    
3.34/2.79	    num=14, depth=12..20, filters=14039, ccks=237, wck=0.056, mem=37M155
3.34/2.79	    decisions=1221, wrong=506, backtracks=284, failedAssignments=275, nogoods=44, foundSolutions=1, bestBound=5
3.34/2.79	    
3.34/2.79	    num=15, depth=10..15, filters=15627, ccks=237, wck=0.058, mem=37M155
3.34/2.79	    decisions=1345, wrong=563, backtracks=310, failedAssignments=312, nogoods=46, foundSolutions=1, bestBound=5
3.34/2.79	    
3.34/2.80	    num=16, depth=8..15, filters=17496, ccks=237, wck=0.061, mem=37M155
3.34/2.80	    decisions=1491, wrong=630, backtracks=345, failedAssignments=353, nogoods=49, foundSolutions=1, bestBound=5
3.34/2.80	    
3.34/2.80	    num=17, depth=9..16, filters=19826, ccks=237, wck=0.063, mem=37M155
3.34/2.80	    decisions=1675, wrong=716, backtracks=395, failedAssignments=398, nogoods=54, foundSolutions=1, bestBound=5
3.34/2.80	    
3.34/2.80	    num=18, depth=9..15, filters=22320, ccks=237, wck=0.066, mem=37M155
3.34/2.80	    decisions=1860, wrong=803, backtracks=439, failedAssignments=448, nogoods=60, foundSolutions=1, bestBound=5
3.34/2.80	    
3.34/2.80	    num=19, depth=9..18, filters=25795, ccks=237, wck=0.069, mem=37M155
3.34/2.80	    decisions=2086, wrong=911, backtracks=497, failedAssignments=503, nogoods=65, foundSolutions=1, bestBound=5
3.34/2.80	    
3.66/2.81	    num=20, depth=9..15, filters=29151, ccks=237, wck=0.073, mem=37M155
3.66/2.81	    decisions=2313, wrong=1020, backtracks=560, failedAssignments=564, nogoods=70, foundSolutions=1, bestBound=5
3.66/2.81	    
3.66/2.81	    num=21, depth=8..15, filters=32841, ccks=237, wck=0.077, mem=37M155
3.66/2.81	    decisions=2574, wrong=1145, backtracks=631, failedAssignments=631, nogoods=75, foundSolutions=1, bestBound=5
3.66/2.81	    
3.66/2.81	    num=22, depth=8..16, filters=36536, ccks=237, wck=0.08, mem=37M155
3.66/2.81	    decisions=2849, wrong=1278, backtracks=703, failedAssignments=705, nogoods=79, foundSolutions=1, bestBound=5
3.66/2.81	    
3.66/2.82	    num=23, depth=7..14, filters=40872, ccks=237, wck=0.084, mem=37M155
3.66/2.82	    decisions=3157, wrong=1427, backtracks=790, failedAssignments=786, nogoods=84, foundSolutions=1, bestBound=5
3.66/2.82	    
3.66/2.82	    num=24, depth=6..15, filters=45180, ccks=237, wck=0.088, mem=37M155
3.66/2.82	    decisions=3489, wrong=1589, backtracks=880, failedAssignments=875, nogoods=88, foundSolutions=1, bestBound=5
3.66/2.82	    
3.66/2.83	    num=25, depth=6..16, filters=50181, ccks=237, wck=0.092, mem=37M155
3.66/2.83	    decisions=3857, wrong=1768, backtracks=987, failedAssignments=973, nogoods=95, foundSolutions=1, bestBound=5
3.66/2.83	    
3.66/2.83	    num=26, depth=6..13, filters=56374, ccks=237, wck=0.097, mem=37M155
3.66/2.83	    decisions=4234, wrong=1953, backtracks=1092, failedAssignments=1081, nogoods=103, foundSolutions=1, bestBound=5
3.66/2.83	    
3.66/2.84	    num=27, depth=7..16, filters=61938, ccks=237, wck=0.101, mem=37M155
3.66/2.84	    decisions=4677, wrong=2171, backtracks=1213, failedAssignments=1200, nogoods=104, foundSolutions=1, bestBound=5
3.66/2.84	    
3.66/2.84	    num=28, depth=7..15, filters=68986, ccks=237, wck=0.107, mem=39M797
3.66/2.84	    decisions=5171, wrong=2414, backtracks=1367, failedAssignments=1331, nogoods=109, foundSolutions=1, bestBound=5
3.66/2.84	    
3.66/2.85	    num=29, depth=8..17, filters=77423, ccks=237, wck=0.113, mem=39M797
3.66/2.85	    decisions=5737, wrong=2692, backtracks=1539, failedAssignments=1475, nogoods=115, foundSolutions=1, bestBound=5
3.66/2.85	    
3.66/2.86	    num=30, depth=8..16, filters=85860, ccks=237, wck=0.121, mem=39M797
3.66/2.86	    decisions=6357, wrong=2997, backtracks=1720, failedAssignments=1633, nogoods=121, foundSolutions=1, bestBound=5
3.66/2.86	    
3.66/2.86	    num=31, depth=7..14, filters=95680, ccks=237, wck=0.128, mem=39M797
3.66/2.86	    decisions=7023, wrong=3325, backtracks=1907, failedAssignments=1807, nogoods=128, foundSolutions=1, bestBound=5
3.66/2.86	    
3.66/2.87	    num=32, depth=6..15, filters=105531, ccks=237, wck=0.136, mem=39M797
3.66/2.87	    decisions=7809, wrong=3712, backtracks=2153, failedAssignments=1998, nogoods=131, foundSolutions=1, bestBound=5
3.66/2.87	    
3.66/2.88	    num=33, depth=6..14, filters=118129, ccks=237, wck=0.145, mem=39M797
3.66/2.88	    decisions=8608, wrong=4107, backtracks=2391, failedAssignments=2209, nogoods=138, foundSolutions=1, bestBound=5
3.66/2.88	    
3.66/2.89	    num=34, depth=7..16, filters=130959, ccks=237, wck=0.154, mem=39M797
3.66/2.89	    decisions=9521, wrong=4559, backtracks=2684, failedAssignments=2441, nogoods=146, foundSolutions=1, bestBound=5
3.66/2.89	    
3.94/2.90	    num=35, depth=7..16, filters=144058, ccks=237, wck=0.164, mem=42M440
3.94/2.90	    decisions=10459, wrong=5024, backtracks=2952, failedAssignments=2696, nogoods=154, foundSolutions=1, bestBound=5
3.94/2.90	    
3.94/2.91	    num=36, depth=7..15, filters=158235, ccks=237, wck=0.171, mem=42M440
3.94/2.91	    decisions=11487, wrong=5533, backtracks=3245, failedAssignments=2977, nogoods=162, foundSolutions=1, bestBound=5
3.94/2.91	    
3.94/2.91	    num=37, depth=7..16, filters=174219, ccks=237, wck=0.181, mem=42M440
3.94/2.91	    decisions=12655, wrong=6111, backtracks=3612, failedAssignments=3286, nogoods=166, foundSolutions=1, bestBound=5
3.94/2.91	    
3.94/2.93	    num=38, depth=7..15, filters=193342, ccks=237, wck=0.192, mem=42M440
3.94/2.93	    decisions=13953, wrong=6756, backtracks=4006, failedAssignments=3626, nogoods=176, foundSolutions=1, bestBound=5
3.94/2.93	    
3.94/2.94	    num=39, depth=7..16, filters=213476, ccks=237, wck=0.202, mem=45M82
3.94/2.94	    decisions=15360, wrong=7455, backtracks=4444, failedAssignments=4000, nogoods=186, foundSolutions=1, bestBound=5
3.94/2.94	    
3.94/2.95	    num=40, depth=6..17, filters=234663, ccks=237, wck=0.212, mem=45M82
3.94/2.95	    decisions=16906, wrong=8224, backtracks=4897, failedAssignments=4411, nogoods=196, foundSolutions=1, bestBound=5
3.94/2.95	    
3.94/2.96	    num=41, depth=6..18, filters=259820, ccks=237, wck=0.223, mem=45M82
3.94/2.96	    decisions=18620, wrong=9077, backtracks=5431, failedAssignments=4863, nogoods=201, foundSolutions=1, bestBound=5
3.94/2.96	    
3.94/2.97	    num=42, depth=5..16, filters=285973, ccks=237, wck=0.234, mem=47M724
3.94/2.97	    decisions=20448, wrong=9987, backtracks=5988, failedAssignments=5360, nogoods=205, foundSolutions=1, bestBound=5
3.94/2.97	    
3.94/2.98	    num=43, depth=5..16, filters=319470, ccks=237, wck=0.248, mem=47M724
3.94/2.98	    decisions=22525, wrong=11020, backtracks=6647, failedAssignments=5907, nogoods=210, foundSolutions=1, bestBound=5
3.94/2.98	    
3.94/3.00	    num=44, depth=5..16, filters=354507, ccks=237, wck=0.263, mem=47M724
3.94/3.00	    decisions=24806, wrong=12155, backtracks=7345, failedAssignments=6509, nogoods=215, foundSolutions=1, bestBound=5
3.94/3.00	    
4.24/3.01	    num=45, depth=5..16, filters=389684, ccks=237, wck=0.278, mem=50M367
4.24/3.01	    decisions=27340, wrong=13419, backtracks=8100, failedAssignments=7171, nogoods=223, foundSolutions=1, bestBound=5
4.24/3.01	    
4.24/3.03	    num=46, depth=5..16, filters=426559, ccks=237, wck=0.293, mem=50M367
4.24/3.03	    decisions=30056, wrong=14772, backtracks=8972, failedAssignments=7899, nogoods=229, foundSolutions=1, bestBound=5
4.24/3.03	    
4.24/3.04	    num=47, depth=5..17, filters=470195, ccks=237, wck=0.309, mem=53M9
4.24/3.04	    decisions=33020, wrong=16250, backtracks=9849, failedAssignments=8700, nogoods=240, foundSolutions=1, bestBound=5
4.24/3.04	    
4.24/3.06	    num=48, depth=5..17, filters=517684, ccks=237, wck=0.328, mem=53M9
4.24/3.06	    decisions=36338, wrong=17904, backtracks=10887, failedAssignments=9581, nogoods=244, foundSolutions=1, bestBound=5
4.24/3.06	    
4.24/3.08	    num=49, depth=6..18, filters=568137, ccks=237, wck=0.348, mem=55M652
4.24/3.08	    decisions=39902, wrong=19682, backtracks=11954, failedAssignments=10551, nogoods=256, foundSolutions=1, bestBound=5
4.24/3.08	    
4.24/3.10	    num=50, depth=5..17, filters=627308, ccks=237, wck=0.371, mem=58M294
4.24/3.10	    decisions=43847, wrong=21649, backtracks=13171, failedAssignments=11618, nogoods=259, foundSolutions=1, bestBound=5
4.24/3.10	    
4.36/3.13	    num=51, depth=6..16, filters=693240, ccks=237, wck=0.396, mem=60M937
4.36/3.13	    decisions=48417, wrong=23929, backtracks=14629, failedAssignments=12791, nogoods=266, foundSolutions=1, bestBound=5
4.36/3.13	    
4.36/3.16	    num=52, depth=4..17, filters=767094, ccks=237, wck=0.426, mem=63M579
4.36/3.16	    decisions=53405, wrong=26419, backtracks=16250, failedAssignments=14082, nogoods=275, foundSolutions=1, bestBound=5
4.36/3.16	    
4.36/3.19	    num=53, depth=5..16, filters=844238, ccks=237, wck=0.455, mem=66M221
4.36/3.19	    decisions=58700, wrong=29063, backtracks=17873, failedAssignments=15502, nogoods=285, foundSolutions=1, bestBound=5
4.36/3.19	    
4.46/3.22	    num=54, depth=7..18, filters=928773, ccks=237, wck=0.487, mem=68M864
4.46/3.22	    decisions=64551, wrong=31984, backtracks=19702, failedAssignments=17064, nogoods=299, foundSolutions=1, bestBound=5
4.46/3.22	    
4.46/3.26	    num=55, depth=5..20, filters=1017798, ccks=237, wck=0.523, mem=71M506
4.46/3.26	    decisions=70845, wrong=35126, backtracks=21623, failedAssignments=18782, nogoods=306, foundSolutions=1, bestBound=5
4.46/3.26	    
4.56/3.30	    num=56, depth=7..17, filters=1126205, ccks=237, wck=0.564, mem=74M149
4.56/3.30	    decisions=77863, wrong=38630, backtracks=23808, failedAssignments=20672, nogoods=314, foundSolutions=1, bestBound=5
4.56/3.30	    
4.56/3.35	    num=57, depth=4..17, filters=1242549, ccks=237, wck=0.611, mem=79M434
4.56/3.35	    decisions=85741, wrong=42565, backtracks=26275, failedAssignments=22751, nogoods=322, foundSolutions=1, bestBound=5
4.56/3.35	    
4.56/3.40	    num=58, depth=4..17, filters=1373107, ccks=237, wck=0.661, mem=82M76
4.56/3.40	    decisions=94404, wrong=46893, backtracks=29009, failedAssignments=25038, nogoods=332, foundSolutions=1, bestBound=5
4.56/3.40	    
4.66/3.45	    num=59, depth=3..18, filters=1512555, ccks=237, wck=0.715, mem=87M361
4.66/3.45	    decisions=103784, wrong=51579, backtracks=31897, failedAssignments=27554, nogoods=341, foundSolutions=1, bestBound=5
4.66/3.45	    
4.78/3.51	    num=60, depth=4..17, filters=1675547, ccks=237, wck=0.778, mem=92M646
4.78/3.51	    decisions=114222, wrong=56795, backtracks=35167, failedAssignments=30322, nogoods=351, foundSolutions=1, bestBound=5
4.78/3.51	    
4.78/3.58	    num=61, depth=3..19, filters=1841900, ccks=237, wck=0.841, mem=97M931
4.78/3.58	    decisions=125276, wrong=62318, backtracks=38495, failedAssignments=33366, nogoods=358, foundSolutions=1, bestBound=5
4.78/3.58	    
4.87/3.65	    num=62, depth=4..18, filters=2033471, ccks=237, wck=0.915, mem=105M858
4.87/3.65	    decisions=137889, wrong=68621, backtracks=42409, failedAssignments=36715, nogoods=369, foundSolutions=1, bestBound=5
4.87/3.65	    
4.97/3.73	    num=63, depth=4..18, filters=2239005, ccks=237, wck=0.994, mem=111M143
4.97/3.73	    decisions=151439, wrong=75393, backtracks=46533, failedAssignments=40399, nogoods=380, foundSolutions=1, bestBound=5
4.97/3.73	    
5.07/3.82	    num=64, depth=4..19, filters=2468833, ccks=237, wck=1.084, mem=119M70
5.07/3.82	    decisions=166730, wrong=83035, backtracks=51419, failedAssignments=44451, nogoods=387, foundSolutions=1, bestBound=5
5.07/3.82	    
5.18/3.92	    num=65, depth=3..18, filters=2733339, ccks=237, wck=1.186, mem=126M998
5.18/3.92	    decisions=183769, wrong=91552, backtracks=56809, failedAssignments=48908, nogoods=395, foundSolutions=1, bestBound=5
5.18/3.92	    
5.30/4.03	    num=66, depth=3..17, filters=3015880, ccks=237, wck=1.298, mem=137M567
5.30/4.03	    decisions=202154, wrong=100740, backtracks=62584, failedAssignments=53811, nogoods=408, foundSolutions=1, bestBound=5
5.30/4.03	    
5.40/4.16	    num=67, depth=3..19, filters=3327083, ccks=237, wck=1.428, mem=25M12
5.40/4.16	    decisions=222467, wrong=110893, backtracks=69033, failedAssignments=59205, nogoods=420, foundSolutions=1, bestBound=5
5.40/4.16	    
5.53/4.29	    num=68, depth=3..18, filters=3665868, ccks=237, wck=1.554, mem=35M476
5.53/4.29	    decisions=244401, wrong=121857, backtracks=75901, failedAssignments=65138, nogoods=437, foundSolutions=1, bestBound=5
5.53/4.29	    
5.73/4.42	    num=69, depth=3..19, filters=4031609, ccks=237, wck=1.69, mem=48M556
5.73/4.42	    decisions=269203, wrong=134255, backtracks=83977, failedAssignments=71664, nogoods=450, foundSolutions=1, bestBound=5
5.73/4.42	    
5.83/4.58	    num=70, depth=3..17, filters=4465461, ccks=237, wck=1.848, mem=61M636
5.83/4.58	    decisions=296235, wrong=147766, backtracks=92525, failedAssignments=78843, nogoods=463, foundSolutions=1, bestBound=5
5.83/4.58	    
6.04/4.75	    num=71, depth=3..19, filters=4899229, ccks=237, wck=2.011, mem=77M332
6.04/4.75	    decisions=325414, wrong=162351, backtracks=101511, failedAssignments=86740, nogoods=470, foundSolutions=1, bestBound=5
6.04/4.75	    
6.24/4.92	    num=72, depth=3..19, filters=5379058, ccks=237, wck=2.191, mem=93M28
6.24/4.92	    decisions=357955, wrong=178617, backtracks=111829, failedAssignments=95427, nogoods=479, foundSolutions=1, bestBound=5
6.24/4.92	    
6.45/5.13	    num=73, depth=3..19, filters=5933689, ccks=237, wck=2.394, mem=111M340
6.45/5.13	    decisions=393903, wrong=196586, backtracks=123158, failedAssignments=104982, nogoods=487, foundSolutions=1, bestBound=5
6.45/5.13	    
6.64/5.35	    num=74, depth=3..19, filters=6539699, ccks=237, wck=2.616, mem=132M268
6.64/5.35	    decisions=433343, wrong=216302, backtracks=135674, failedAssignments=115493, nogoods=495, foundSolutions=1, bestBound=5
6.64/5.35	    
6.97/5.61	    num=75, depth=3..20, filters=7204454, ccks=237, wck=2.873, mem=22M380
6.97/5.61	    decisions=476817, wrong=238036, backtracks=149476, failedAssignments=127055, nogoods=509, foundSolutions=1, bestBound=5
6.97/5.61	    
7.16/5.87	    num=76, depth=3..20, filters=7914219, ccks=237, wck=3.135, mem=46M8
7.16/5.87	    decisions=524731, wrong=261990, backtracks=164660, failedAssignments=139773, nogoods=528, foundSolutions=1, bestBound=5
7.16/5.87	    
7.47/6.17	    num=77, depth=3..20, filters=8697211, ccks=237, wck=3.439, mem=69M635
7.47/6.17	    decisions=577099, wrong=288169, backtracks=181293, failedAssignments=153763, nogoods=538, foundSolutions=1, bestBound=5
7.47/6.17	    
7.86/6.51	    num=78, depth=2..19, filters=9596121, ccks=237, wck=3.775, mem=101M138
7.86/6.51	    decisions=635360, wrong=317297, backtracks=199896, failedAssignments=169152, nogoods=554, foundSolutions=1, bestBound=5
7.86/6.51	    
8.16/6.87	    num=79, depth=2..18, filters=10570899, ccks=237, wck=4.138, mem=132M640
8.16/6.87	    decisions=699004, wrong=349115, backtracks=220060, failedAssignments=186080, nogoods=566, foundSolutions=1, bestBound=5
8.16/6.87	    
8.59/7.29	    num=80, depth=2..20, filters=11647633, ccks=237, wck=4.553, mem=38M486
8.59/7.29	    decisions=769428, wrong=384324, backtracks=242839, failedAssignments=204701, nogoods=572, foundSolutions=1, bestBound=5
8.59/7.29	    
9.09/7.73	    num=81, depth=2..19, filters=12812222, ccks=237, wck=5.0, mem=75M867
9.09/7.73	    decisions=847141, wrong=423177, backtracks=268128, failedAssignments=225185, nogoods=579, foundSolutions=1, bestBound=5
9.09/7.73	    
9.59/8.22	    num=82, depth=3..19, filters=14066855, ccks=237, wck=5.489, mem=116M985
9.59/8.22	    decisions=931466, wrong=465336, backtracks=294803, failedAssignments=247717, nogoods=590, foundSolutions=1, bestBound=5
9.59/8.22	    
10.09/8.78	    num=83, depth=1..19, filters=15575058, ccks=237, wck=6.051, mem=169M317
10.09/8.78	    decisions=1024971, wrong=512082, backtracks=324582, failedAssignments=272502, nogoods=597, foundSolutions=1, bestBound=5
10.09/8.78	    
10.72/9.39	    num=84, depth=1..18, filters=17144530, ccks=237, wck=6.656, mem=30M994
10.72/9.39	    decisions=1127552, wrong=563369, backtracks=357588, failedAssignments=299766, nogoods=607, foundSolutions=1, bestBound=5
10.72/9.39	    
11.43/10.03	    num=85, depth=2..18, filters=18900923, ccks=237, wck=7.301, mem=90M892
11.43/10.03	    decisions=1240760, wrong=619970, backtracks=393486, failedAssignments=329756, nogoods=624, foundSolutions=1, bestBound=5
11.43/10.03	    
12.13/10.76	    num=86, depth=2..20, filters=20850100, ccks=237, wck=8.028, mem=154M533
12.13/10.76	    decisions=1364065, wrong=681619, backtracks=432633, failedAssignments=362745, nogoods=644, foundSolutions=1, bestBound=5
12.13/10.76	    
12.96/11.57	    num=87, depth=2..19, filters=22985867, ccks=237, wck=8.84, mem=41M232
12.96/11.57	    decisions=1500484, wrong=749825, backtracks=476554, failedAssignments=399033, nogoods=656, foundSolutions=1, bestBound=5
12.96/11.57	    
13.86/12.46	    num=88, depth=1..20, filters=25292177, ccks=237, wck=9.724, mem=116M113
13.86/12.46	    decisions=1650179, wrong=824669, backtracks=524586, failedAssignments=438950, nogoods=667, foundSolutions=1, bestBound=5
13.86/12.46	    
14.86/13.42	    num=89, depth=1..20, filters=27777759, ccks=237, wck=10.683, mem=201M691
14.86/13.42	    decisions=1814860, wrong=907006, backtracks=576969, failedAssignments=482859, nogoods=677, foundSolutions=1, bestBound=5
14.86/13.42	    
16.00/14.51	    num=90, depth=1..20, filters=30570274, ccks=237, wck=11.777, mem=25M164
16.00/14.51	    decisions=1995586, wrong=997364, backtracks=634815, failedAssignments=531159, nogoods=685, foundSolutions=1, bestBound=5
16.00/14.51	    
17.10/15.68	    num=91, depth=1..19, filters=33677850, ccks=237, wck=12.945, mem=126M852
17.10/15.68	    decisions=2195831, wrong=1097484, backtracks=700844, failedAssignments=584289, nogoods=698, foundSolutions=1, bestBound=5
17.10/15.68	    
18.40/16.99	    num=92, depth=0..18, filters=37232942, ccks=237, wck=14.252, mem=244M596
18.40/16.99	    decisions=2415950, wrong=1207541, backtracks=772612, failedAssignments=642732, nogoods=709, foundSolutions=1, bestBound=5
18.40/16.99	    
19.94/18.42	    num=93, depth=1..19, filters=40973323, ccks=237, wck=15.684, mem=101M414
19.94/18.42	    decisions=2659285, wrong=1329206, backtracks=853331, failedAssignments=707019, nogoods=721, foundSolutions=1, bestBound=5
19.94/18.42	    
21.44/19.97	    num=94, depth=0..19, filters=45091044, ccks=237, wck=17.24, mem=242M361
21.44/19.97	    decisions=2925861, wrong=1462492, backtracks=939950, failedAssignments=777735, nogoods=732, foundSolutions=1, bestBound=5
21.44/19.97	    
23.24/21.71	    num=95, depth=0..19, filters=49635416, ccks=237, wck=18.971, mem=390M727
23.24/21.71	    decisions=3218937, wrong=1609027, backtracks=1035807, failedAssignments=855522, nogoods=743, foundSolutions=1, bestBound=5
23.24/21.71	    
25.17/23.67	    num=96, depth=0..18, filters=54767065, ccks=237, wck=20.934, mem=191M966
25.17/23.67	    decisions=3541533, wrong=1770323, backtracks=1143796, failedAssignments=941088, nogoods=759, foundSolutions=1, bestBound=5
25.17/23.67	    
27.37/25.81	    num=97, depth=0..19, filters=60370264, ccks=237, wck=23.075, mem=379M45
27.37/25.81	    decisions=3897105, wrong=1948106, backtracks=1261164, failedAssignments=1035211, nogoods=770, foundSolutions=1, bestBound=5
27.37/25.81	    
29.40/27.80	
29.40/27.80	  New Bounds: 5..4
29.40/27.80	    num=98, depth=0..18, filters=65644686, ccks=237, wck=25.065, mem=181M711
29.40/27.80	    decisions=4219335, wrong=2109222, backtracks=1369063, failedAssignments=1121053, foundSolutions=1, bestBound=5
29.40/27.80	    
29.40/27.80	  Global
29.40/27.80	    filters=65644686, ccks=237
29.40/27.80	    Stop=FULL_EXPLORATION, wrong=2109222, bestBound=5, bestBoundWck=0.393, bestBoundCpu=2.205, foundSolutions=1, firstSolCpu=2.205
29.40/27.80	    wck=25.451, cpu=27.14, mem=181M711
29.40/27.80	
29.40/27.80	v <instantiation id='sol1' type='solution' cost='5'>  <list> x[] </list>  <values> 0 1 0 1 2 0 1 0 1 2 3 0 1 0 1 2 0 1 0 1 2 3 4 0 1 0 1 2 0 1 0 1 2 3 0 1 0 1 2 0 1 0 1 2 3 4 5 </values>  </instantiation>
29.40/27.80	s OPTIMUM FOUND
29.40/27.80	
29.40/27.80	d WRONG_DECISIONS 2109222

Verifier Data

OK	5

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390842-1568380516/watcher-4390842-1568380516 -o /tmp/evaluation-result-4390842-1568380516/solver-4390842-1568380516 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568380474-30428 --watchdog 2580 java -cp AbsCon19-06.jar AbsCon HOME/instance-4390842-1568380516.xml -cm 

running on 4 cores: 0,2,4,6

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=30457, runsolver pid=30451
Current StackSize limit: 8192 KiB


[startup+0.100132 s]*
/proc/loadavg: 0.16 0.05 0.06 2/201 30461
/proc/meminfo: memFree=31585064/32770624 swapFree=66981380/67108860
[pid=30457] ppid=30451 vsize=103032 memory=4832 CPUtime=0 cores=0,2,4,6
/proc/30457/stat : 30457 (java) S 30451 30457 30397 0 -1 1077944320 1492 0 0 0 0 0 0 0 20 0 2 0 414314337 105504768 1208 33554432000 4194304 4196468 140728952386304 140728952368848 140094283722487 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
/proc/30457/statm: 25758 1208 891 1 0 16800 0
[pid=30457/tid=30461] ppid=30451 vsize=103032 memory=5450919713671312938 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30461/stat : 30461 (java) D 30451 30457 30397 0 -1 1077944384 202 0 0 0 0 0 0 0 20 0 2 0 414314346 105504768 1208 33554432000 4194304 4196468 140728952386304 140094287955992 140094276400501 0 0 4096 0 18446744072101748260 0 0 -1 4 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 103032 KiB
Current children cumulated memory: 4832 KiB

[startup+0.210041 s]*
/proc/loadavg: 0.16 0.05 0.06 2/215 30475
/proc/meminfo: memFree=31565972/32770624 swapFree=66981380/67108860
[pid=30457] ppid=30451 vsize=10260324 memory=18116 CPUtime=0.03 cores=0,2,4,6
/proc/30457/stat : 30457 (java) S 30451 30457 30397 0 -1 1077944320 3959 0 0 0 3 0 0 0 20 0 9 0 414314337 10506571776 4529 33554432000 4194304 4196468 140728952386304 140728952368848 140094283722487 0 0 0 16800971 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
/proc/30457/statm: 2565081 4529 2156 1 0 2527622 0
[pid=30457/tid=30461] ppid=30451 vsize=10260324 memory=7022364594140610616 CPUtime=0.03 cores=0,2,4,6
/proc/30457/task/30461/stat : 30461 (java) R 30451 30457 30397 0 -1 4202560 2608 0 0 0 3 0 0 0 20 0 9 0 414314346 10506571776 4529 33554432000 4194304 4196468 140728952386304 140094287957880 140094283744413 0 4 0 16800971 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30466] ppid=30451 vsize=10260324 memory=342 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30466/stat : 30466 (java) S 30451 30457 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 414314352 10506571776 4529 33554432000 4194304 4196468 140728952386304 140094251281424 140094283732693 0 4 0 16800971 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30467] ppid=30451 vsize=10260324 memory=288370008697517696 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30467/stat : 30467 (java) S 30451 30457 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 414314352 10506571776 4529 33554432000 4194304 4196468 140728952386304 140093889637520 140094283732693 0 4 0 16800971 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30468] ppid=30451 vsize=10260324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30468/stat : 30468 (java) S 30451 30457 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 414314352 10506571776 4529 33554432000 4194304 4196468 140728952386304 140093888584464 140094283732693 0 4 0 16800971 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30469] ppid=30451 vsize=10260324 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30469/stat : 30469 (java) S 30451 30457 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 414314352 10506571776 4529 33554432000 4194304 4196468 140728952386304 140093887531920 140094283732693 0 4 0 16800971 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30470] ppid=30451 vsize=10260324 memory=139632545805952 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30470/stat : 30470 (java) S 30451 30457 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 414314354 10506571776 4529 33554432000 4194304 4196468 140728952386304 140093774862576 140094283733634 0 0 0 16800971 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30472] ppid=30451 vsize=10260324 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30472/stat : 30472 (java) S 30451 30457 30397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 414314354 10506571776 4529 33554432000 4194304 4196468 140728952386304 140093773808800 140094283732693 0 4 0 16800971 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30474] ppid=30451 vsize=10260324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30474/stat : 30474 (java) S 30451 30457 30397 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 414314354 10506571776 4529 33554432000 4194304 4196468 140728952386304 140093772755696 140094283732693 0 4 0 16800971 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 10260324 KiB
Current children cumulated memory: 18116 KiB

[startup+0.310178 s]*
/proc/loadavg: 0.16 0.05 0.06 2/225 30485
/proc/meminfo: memFree=31562648/32770624 swapFree=66981380/67108860
[pid=30457] ppid=30451 vsize=10593144 memory=22540 CPUtime=0.05 cores=0,2,4,6
/proc/30457/stat : 30457 (java) S 30451 30457 30397 0 -1 1077944320 4594 0 0 0 5 0 0 0 20 0 14 0 414314337 10847379456 5635 33554432000 4194304 4196468 140728952386304 140728952368848 140094283722487 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
/proc/30457/statm: 2648286 5635 2603 1 0 2610827 0
[pid=30457/tid=30461] ppid=30451 vsize=10593144 memory=8389772277269004345 CPUtime=0.04 cores=0,2,4,6
/proc/30457/task/30461/stat : 30461 (java) D 30451 30457 30397 0 -1 4202560 2712 0 0 0 4 0 0 0 20 0 14 0 414314346 10847379456 5635 33554432000 4194304 4196468 140728952386304 140094287951984 140094283744317 0 4 0 16800975 18446744071580418449 0 0 -1 0 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30466] ppid=30451 vsize=10593144 memory=301741412199806645 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30466/stat : 30466 (java) S 30451 30457 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 414314352 10847379456 5635 33554432000 4194304 4196468 140728952386304 140094251281424 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30467] ppid=30451 vsize=10593144 memory=301789760515554700 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30467/stat : 30467 (java) S 30451 30457 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 414314352 10847379456 5635 33554432000 4194304 4196468 140728952386304 140093889637520 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30468] ppid=30451 vsize=10593144 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30468/stat : 30468 (java) S 30451 30457 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 414314352 10847379456 5635 33554432000 4194304 4196468 140728952386304 140093888584464 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30469] ppid=30451 vsize=10593144 memory=734984147716550703 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30469/stat : 30469 (java) S 30451 30457 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 414314352 10847379456 5635 33554432000 4194304 4196468 140728952386304 140093887531920 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30470] ppid=30451 vsize=10593144 memory=-6372430007807602770 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30470/stat : 30470 (java) S 30451 30457 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 414314354 10847379456 5635 33554432000 4194304 4196468 140728952386304 140093774862576 140094283733634 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30472] ppid=30451 vsize=10593144 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30472/stat : 30472 (java) S 30451 30457 30397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 414314354 10847379456 5635 33554432000 4194304 4196468 140728952386304 140093773808800 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30474] ppid=30451 vsize=10593144 memory=139632545805952 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30474/stat : 30474 (java) S 30451 30457 30397 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 414314354 10847379456 5635 33554432000 4194304 4196468 140728952386304 140093772755696 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30481] ppid=30451 vsize=10593144 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30481/stat : 30481 (java) S 30451 30457 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 414314365 10847379456 5635 33554432000 4194304 4196468 140728952386304 140093771704272 140094283741083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30482] ppid=30451 vsize=10593144 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30482/stat : 30482 (java) S 30451 30457 30397 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 14 0 414314365 10847379456 5635 33554432000 4194304 4196468 140728952386304 140093770652400 140094283733634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30483] ppid=30451 vsize=10593144 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30483/stat : 30483 (java) S 30451 30457 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 414314365 10847379456 5635 33554432000 4194304 4196468 140728952386304 140093769599856 140094283733634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30484] ppid=30451 vsize=10593144 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30484/stat : 30484 (java) S 30451 30457 30397 0 -1 1077944384 225 0 0 0 0 0 0 0 20 0 14 0 414314365 10847379456 5635 33554432000 4194304 4196468 140728952386304 140093768546800 140094283733634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30485] ppid=30451 vsize=10593144 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30485/stat : 30485 (java) S 30451 30457 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 414314365 10847379456 5635 33554432000 4194304 4196468 140728952386304 140093767494496 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10593144 KiB
Current children cumulated memory: 22540 KiB

[startup+0.700661 s]
/proc/loadavg: 0.16 0.05 0.06 4/227 30487
/proc/meminfo: memFree=31538348/32770624 swapFree=66981380/67108860
[pid=30457] ppid=30451 vsize=10659884 memory=46540 CPUtime=0.69 cores=0,2,4,6
/proc/30457/stat : 30457 (java) S 30451 30457 30397 0 -1 1077944320 10751 0 0 0 65 4 0 0 20 0 15 0 414314337 10915721216 11635 33554432000 4194304 4196468 140728952386304 140728952368848 140094283722487 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
/proc/30457/statm: 2664971 11635 3057 1 0 2627468 0
[pid=30457/tid=30461] ppid=30451 vsize=10659884 memory=2120 CPUtime=0.4 cores=0,2,4,6
/proc/30457/task/30461/stat : 30461 (java) R 30451 30457 30397 0 -1 4202560 6939 0 0 0 38 2 0 0 20 0 15 0 414314346 10915721216 11635 33554432000 4194304 4196468 140728952386304 140094287945344 140094267802974 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30466] ppid=30451 vsize=10659884 memory=11976 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30466/stat : 30466 (java) S 30451 30457 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414314352 10915721216 11635 33554432000 4194304 4196468 140728952386304 140094251281424 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30467] ppid=30451 vsize=10659884 memory=6652 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30467/stat : 30467 (java) S 30451 30457 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414314352 10915721216 11635 33554432000 4194304 4196468 140728952386304 140093889637520 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30468] ppid=30451 vsize=10659884 memory=512 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30468/stat : 30468 (java) S 30451 30457 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414314352 10915721216 11635 33554432000 4194304 4196468 140728952386304 140093888584464 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30469] ppid=30451 vsize=10659884 memory=1564 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30469/stat : 30469 (java) S 30451 30457 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414314352 10915721216 11635 33554432000 4194304 4196468 140728952386304 140093887531920 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30470] ppid=30451 vsize=10659884 memory=928 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30470/stat : 30470 (java) S 30451 30457 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414314354 10915721216 11701 33554432000 4194304 4196468 140728952386304 140093774862576 140094283733634 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30472] ppid=30451 vsize=10659884 memory=3772 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30472/stat : 30472 (java) S 30451 30457 30397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414314354 10915721216 11701 33554432000 4194304 4196468 140728952386304 140093773808800 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30474] ppid=30451 vsize=10659884 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30474/stat : 30474 (java) S 30451 30457 30397 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414314354 10915721216 11701 33554432000 4194304 4196468 140728952386304 140093772755696 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30481] ppid=30451 vsize=10659884 memory=920 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30481/stat : 30481 (java) S 30451 30457 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414314365 10915721216 11701 33554432000 4194304 4196468 140728952386304 140093771704272 140094283741083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30482] ppid=30451 vsize=10659884 memory=1984 CPUtime=0.06 cores=0,2,4,6
/proc/30457/task/30482/stat : 30482 (java) R 30451 30457 30397 0 -1 4202560 750 0 0 0 6 0 0 0 20 0 15 0 414314365 10915721216 11701 33554432000 4194304 4196468 140728952386304 140093770638200 140094265266210 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30483] ppid=30451 vsize=10659884 memory=2404 CPUtime=0.07 cores=0,2,4,6
/proc/30457/task/30483/stat : 30483 (java) R 30451 30457 30397 0 -1 4202560 774 0 0 0 7 0 0 0 20 0 15 0 414314365 10915721216 11701 33554432000 4194304 4196468 140728952386304 140093769585656 140094265267448 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30484] ppid=30451 vsize=10659884 memory=1764 CPUtime=0.12 cores=0,2,4,6
/proc/30457/task/30484/stat : 30484 (java) S 30451 30457 30397 0 -1 1077944384 992 0 0 0 12 0 0 0 20 0 15 0 414314365 10915721216 11701 33554432000 4194304 4196468 140728952386304 140093768546800 140094283733634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30485] ppid=30451 vsize=10659884 memory=111632 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30485/stat : 30485 (java) S 30451 30457 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414314365 10915721216 11701 33554432000 4194304 4196468 140728952386304 140093767494496 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30487] ppid=30451 vsize=10659884 memory=3620 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30487/stat : 30487 (java) S 30451 30457 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414314370 10915721216 11701 33554432000 4194304 4196468 140728952386304 140093766441520 140094283733634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 46540 KiB

[startup+1.50075 s]
/proc/loadavg: 0.16 0.05 0.06 6/227 30487
/proc/meminfo: memFree=31484540/32770624 swapFree=66981380/67108860
[pid=30457] ppid=30451 vsize=10663980 memory=73952 CPUtime=1.67 cores=0,2,4,6
/proc/30457/stat : 30457 (java) S 30451 30457 30397 0 -1 1077944320 17253 0 0 0 161 6 0 0 20 0 15 0 414314337 10919915520 18488 33554432000 4194304 4196468 140728952386304 140728952368848 140094283722487 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
/proc/30457/statm: 2665995 18488 3085 1 0 2628492 0
[pid=30457/tid=30461] ppid=30451 vsize=10663980 memory=0 CPUtime=1.2 cores=0,2,4,6
/proc/30457/task/30461/stat : 30461 (java) R 30451 30457 30397 0 -1 4202560 12205 0 0 0 116 4 0 0 20 0 15 0 414314346 10919915520 18488 33554432000 4194304 4196468 140728952386304 140094287948464 140094267802974 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30466] ppid=30451 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30466/stat : 30466 (java) S 30451 30457 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414314352 10919915520 18488 33554432000 4194304 4196468 140728952386304 140094251281424 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30467] ppid=30451 vsize=10663980 memory=3620 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30467/stat : 30467 (java) S 30451 30457 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414314352 10919915520 18488 33554432000 4194304 4196468 140728952386304 140093889637520 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30468] ppid=30451 vsize=10663980 memory=19436 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30468/stat : 30468 (java) S 30451 30457 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414314352 10919915520 18488 33554432000 4194304 4196468 140728952386304 140093888584464 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30469] ppid=30451 vsize=10663980 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30469/stat : 30469 (java) S 30451 30457 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414314352 10919915520 18488 33554432000 4194304 4196468 140728952386304 140093887531920 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30470] ppid=30451 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30470/stat : 30470 (java) S 30451 30457 30397 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 414314354 10919915520 18488 33554432000 4194304 4196468 140728952386304 140093774862576 140094283733634 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30472] ppid=30451 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30472/stat : 30472 (java) S 30451 30457 30397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414314354 10919915520 18488 33554432000 4194304 4196468 140728952386304 140093773808800 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30474] ppid=30451 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30474/stat : 30474 (java) S 30451 30457 30397 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414314354 10919915520 18488 33554432000 4194304 4196468 140728952386304 140093772755696 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30481] ppid=30451 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30481/stat : 30481 (java) S 30451 30457 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414314365 10919915520 18488 33554432000 4194304 4196468 140728952386304 140093771704272 140094283741083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30482] ppid=30451 vsize=10663980 memory=2120 CPUtime=0.13 cores=0,2,4,6
/proc/30457/task/30482/stat : 30482 (java) S 30451 30457 30397 0 -1 1077944384 1264 0 0 0 13 0 0 0 20 0 15 0 414314365 10919915520 18488 33554432000 4194304 4196468 140728952386304 140093770652400 140094283733634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30483] ppid=30451 vsize=10663980 memory=11976 CPUtime=0.13 cores=0,2,4,6
/proc/30457/task/30483/stat : 30483 (java) S 30451 30457 30397 0 -1 1077944384 1156 0 0 0 13 0 0 0 20 0 15 0 414314365 10919915520 18488 33554432000 4194304 4196468 140728952386304 140093769599856 140094283733634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30484] ppid=30451 vsize=10663980 memory=6652 CPUtime=0.18 cores=0,2,4,6
/proc/30457/task/30484/stat : 30484 (java) S 30451 30457 30397 0 -1 1077944384 1256 0 0 0 18 0 0 0 20 0 15 0 414314365 10919915520 18488 33554432000 4194304 4196468 140728952386304 140093768546800 140094283733634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30485] ppid=30451 vsize=10663980 memory=512 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30485/stat : 30485 (java) S 30451 30457 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414314365 10919915520 18488 33554432000 4194304 4196468 140728952386304 140093767494496 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30487] ppid=30451 vsize=10663980 memory=1564 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30487/stat : 30487 (java) S 30451 30457 30397 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 414314370 10919915520 18488 33554432000 4194304 4196468 140728952386304 140093766441520 140094283733634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
Current children cumulated CPU time: 1.67 s
Current children cumulated vsize: 10663980 KiB
Current children cumulated memory: 73952 KiB

[startup+3.11026 s]
/proc/loadavg: 0.16 0.05 0.06 6/229 30489
/proc/meminfo: memFree=31260708/32770624 swapFree=66981380/67108860
[pid=30457] ppid=30451 vsize=10746276 memory=156332 CPUtime=4.36 cores=0,2,4,6
/proc/30457/stat : 30457 (java) S 30451 30457 30397 0 -1 1077944320 26912 0 5 0 422 14 0 0 20 0 16 0 414314337 11004186624 39083 33554432000 4194304 4196468 140728952386304 140728952368848 140094283722487 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
/proc/30457/statm: 2686569 39083 3346 1 0 2646705 0
[pid=30457/tid=30461] ppid=30451 vsize=10746276 memory=6944656592387989600 CPUtime=1.88 cores=0,2,4,6
/proc/30457/task/30461/stat : 30461 (java) S 30451 30457 30397 0 -1 1077944384 15198 0 5 0 181 7 0 0 20 0 16 0 414314346 11004186624 39083 33554432000 4194304 4196468 140728952386304 140094287965360 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 16 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30466] ppid=30451 vsize=10746276 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/30457/task/30466/stat : 30466 (java) S 30451 30457 30397 0 -1 1077944384 118 0 0 0 1 0 0 0 20 0 16 0 414314352 11004186624 39083 33554432000 4194304 4196468 140728952386304 140094251281424 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30467] ppid=30451 vsize=10746276 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30467/stat : 30467 (java) S 30451 30457 30397 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 414314352 11004186624 39083 33554432000 4194304 4196468 140728952386304 140093889637520 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30468] ppid=30451 vsize=10746276 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30468/stat : 30468 (java) S 30451 30457 30397 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 414314352 11004186624 39083 33554432000 4194304 4196468 140728952386304 140093888584464 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30469] ppid=30451 vsize=10746276 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30469/stat : 30469 (java) S 30451 30457 30397 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 414314352 11004186624 39083 33554432000 4194304 4196468 140728952386304 140093887531920 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30470] ppid=30451 vsize=10746276 memory=148428 CPUtime=0.01 cores=0,2,4,6
/proc/30457/task/30470/stat : 30470 (java) S 30451 30457 30397 0 -1 1077944384 943 0 0 0 1 0 0 0 20 0 16 0 414314354 11004186624 39083 33554432000 4194304 4196468 140728952386304 140093774862576 140094283733634 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30472] ppid=30451 vsize=10746276 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30472/stat : 30472 (java) S 30451 30457 30397 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 414314354 11004186624 39083 33554432000 4194304 4196468 140728952386304 140093773808864 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0

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

[startup+25.6009 s]
/proc/loadavg: 0.61 0.16 0.09 4/229 30567
/proc/meminfo: memFree=30738620/32770624 swapFree=66981380/67108860
[pid=30457] ppid=30451 vsize=10746276 memory=472888 CPUtime=27.17 cores=0,2,4,6
/proc/30457/stat : 30457 (java) S 30451 30457 30397 0 -1 1077944320 36385 0 5 0 2693 24 0 0 20 0 16 0 414314337 11004186624 118222 33554432000 4194304 4196468 140728952386304 140728952368848 140094283722487 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
/proc/30457/statm: 2686569 118222 3368 1 0 2646705 0
[pid=30457/tid=30461] ppid=30451 vsize=10746276 memory=2004 CPUtime=1.88 cores=0,2,4,6
/proc/30457/task/30461/stat : 30461 (java) S 30451 30457 30397 0 -1 1077944384 15198 0 5 0 181 7 0 0 20 0 16 0 414314346 11004186624 118222 33554432000 4194304 4196468 140728952386304 140094287965360 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 16 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30466] ppid=30451 vsize=10746276 memory=984 CPUtime=0.09 cores=0,2,4,6
/proc/30457/task/30466/stat : 30466 (java) S 30451 30457 30397 0 -1 1077944384 1948 0 0 0 8 1 0 0 20 0 16 0 414314352 11004186624 118222 33554432000 4194304 4196468 140728952386304 140094251281424 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30467] ppid=30451 vsize=10746276 memory=472888 CPUtime=0.09 cores=0,2,4,6
/proc/30457/task/30467/stat : 30467 (java) S 30451 30457 30397 0 -1 1077944384 1194 0 0 0 7 2 0 0 20 0 16 0 414314352 11004186624 118222 33554432000 4194304 4196468 140728952386304 140093889637520 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30468] ppid=30451 vsize=10746276 memory=3620 CPUtime=0.09 cores=0,2,4,6
/proc/30457/task/30468/stat : 30468 (java) S 30451 30457 30397 0 -1 1077944384 247 0 0 0 7 2 0 0 20 0 16 0 414314352 11004186624 118222 33554432000 4194304 4196468 140728952386304 140093888584464 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30469] ppid=30451 vsize=10746276 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30457/task/30469/stat : 30469 (java) S 30451 30457 30397 0 -1 1077944384 421 0 0 0 8 1 0 0 20 0 16 0 414314352 11004186624 118222 33554432000 4194304 4196468 140728952386304 140093887531920 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30470] ppid=30451 vsize=10746276 memory=6656426216303648864 CPUtime=0.01 cores=0,2,4,6
/proc/30457/task/30470/stat : 30470 (java) S 30451 30457 30397 0 -1 1077944384 1809 0 0 0 1 0 0 0 20 0 16 0 414314354 11004186624 118222 33554432000 4194304 4196468 140728952386304 140093774862576 140094283733634 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30472] ppid=30451 vsize=10746276 memory=288286692605015741 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30472/stat : 30472 (java) S 30451 30457 30397 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 414314354 11004186624 118222 33554432000 4194304 4196468 140728952386304 140093773808864 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30474] ppid=30451 vsize=10746276 memory=304667492039419300 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30474/stat : 30474 (java) S 30451 30457 30397 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 414314354 11004186624 118222 33554432000 4194304 4196468 140728952386304 140093772755712 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30481] ppid=30451 vsize=10746276 memory=-2541025649211760737 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30481/stat : 30481 (java) S 30451 30457 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414314365 11004186624 118222 33554432000 4194304 4196468 140728952386304 140093771704272 140094283741083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30482] ppid=30451 vsize=10746276 memory=8979744631437344833 CPUtime=0.61 cores=0,2,4,6
/proc/30457/task/30482/stat : 30482 (java) S 30451 30457 30397 0 -1 1077944384 1812 0 0 0 60 1 0 0 20 0 16 0 414314365 11004186624 118222 33554432000 4194304 4196468 140728952386304 140093770652400 140094283733634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30483] ppid=30451 vsize=10746276 memory=2828 CPUtime=0.61 cores=0,2,4,6
/proc/30457/task/30483/stat : 30483 (java) S 30451 30457 30397 0 -1 1077944384 1881 0 0 0 61 0 0 0 20 0 16 0 414314365 11004186624 118222 33554432000 4194304 4196468 140728952386304 140093769599856 140094283733634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30484] ppid=30451 vsize=10746276 memory=756 CPUtime=0.54 cores=0,2,4,6
/proc/30457/task/30484/stat : 30484 (java) S 30451 30457 30397 0 -1 1077944384 3325 0 0 0 53 1 0 0 20 0 16 0 414314365 11004186624 118222 33554432000 4194304 4196468 140728952386304 140093768546800 140094283733634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30485] ppid=30451 vsize=10746276 memory=1548 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30485/stat : 30485 (java) S 30451 30457 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414314365 11004186624 118222 33554432000 4194304 4196468 140728952386304 140093767494496 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30487] ppid=30451 vsize=10746276 memory=7972 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30487/stat : 30487 (java) S 30451 30457 30397 0 -1 1077944384 167 0 0 0 0 0 0 0 20 0 16 0 414314370 11004186624 118222 33554432000 4194304 4196468 140728952386304 140093766441520 140094283733634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30489] ppid=30451 vsize=10746276 memory=1164 CPUtime=23.04 cores=0,2,4,6
/proc/30457/task/30489/stat : 30489 (java) R 30451 30457 30397 0 -1 4202560 6990 0 0 0 2299 5 0 0 20 0 16 0 414314575 11004186624 118222 33554432000 4194304 4196468 140728952386304 140093749771728 140093925421935 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
Current children cumulated CPU time: 27.17 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 472888 KiB

[startup+27.2008 s]
/proc/loadavg: 0.72 0.19 0.10 4/229 30567
/proc/meminfo: memFree=30726456/32770624 swapFree=66981380/67108860
[pid=30457] ppid=30451 vsize=10746276 memory=485320 CPUtime=28.8 cores=0,2,4,6
/proc/30457/stat : 30457 (java) S 30451 30457 30397 0 -1 1077944320 36410 0 5 0 2855 25 0 0 20 0 16 0 414314337 11004186624 121330 33554432000 4194304 4196468 140728952386304 140728952368848 140094283722487 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
/proc/30457/statm: 2686569 121330 3368 1 0 2646705 0
[pid=30457/tid=30461] ppid=30451 vsize=10746276 memory=5787500903046145365 CPUtime=1.88 cores=0,2,4,6
/proc/30457/task/30461/stat : 30461 (java) S 30451 30457 30397 0 -1 1077944384 15198 0 5 0 181 7 0 0 20 0 16 0 414314346 11004186624 121330 33554432000 4194304 4196468 140728952386304 140094287965360 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 16 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30466] ppid=30451 vsize=10746276 memory=6791534058613427641 CPUtime=0.1 cores=0,2,4,6
/proc/30457/task/30466/stat : 30466 (java) S 30451 30457 30397 0 -1 1077944384 1951 0 0 0 9 1 0 0 20 0 16 0 414314352 11004186624 121330 33554432000 4194304 4196468 140728952386304 140094251281424 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30467] ppid=30451 vsize=10746276 memory=2004 CPUtime=0.1 cores=0,2,4,6
/proc/30457/task/30467/stat : 30467 (java) S 30451 30457 30397 0 -1 1077944384 1196 0 0 0 8 2 0 0 20 0 16 0 414314352 11004186624 121330 33554432000 4194304 4196468 140728952386304 140093889637520 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30468] ppid=30451 vsize=10746276 memory=984 CPUtime=0.1 cores=0,2,4,6
/proc/30457/task/30468/stat : 30468 (java) S 30451 30457 30397 0 -1 1077944384 252 0 0 0 8 2 0 0 20 0 16 0 414314352 11004186624 121330 33554432000 4194304 4196468 140728952386304 140093888584464 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30469] ppid=30451 vsize=10746276 memory=1328 CPUtime=0.11 cores=0,2,4,6
/proc/30457/task/30469/stat : 30469 (java) S 30451 30457 30397 0 -1 1077944384 424 0 0 0 9 2 0 0 20 0 16 0 414314352 11004186624 121330 33554432000 4194304 4196468 140728952386304 140093887531920 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30470] ppid=30451 vsize=10746276 memory=780 CPUtime=0.02 cores=0,2,4,6
/proc/30457/task/30470/stat : 30470 (java) S 30451 30457 30397 0 -1 1077944384 1810 0 0 0 2 0 0 0 20 0 16 0 414314354 11004186624 121330 33554432000 4194304 4196468 140728952386304 140093774862576 140094283733634 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30472] ppid=30451 vsize=10746276 memory=4160 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30472/stat : 30472 (java) S 30451 30457 30397 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 414314354 11004186624 121330 33554432000 4194304 4196468 140728952386304 140093773808864 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30474] ppid=30451 vsize=10746276 memory=1692 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30474/stat : 30474 (java) S 30451 30457 30397 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 414314354 11004186624 121330 33554432000 4194304 4196468 140728952386304 140093772755712 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30481] ppid=30451 vsize=10746276 memory=1028 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30481/stat : 30481 (java) S 30451 30457 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414314365 11004186624 121330 33554432000 4194304 4196468 140728952386304 140093771704272 140094283741083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30482] ppid=30451 vsize=10746276 memory=1060 CPUtime=0.61 cores=0,2,4,6
/proc/30457/task/30482/stat : 30482 (java) S 30451 30457 30397 0 -1 1077944384 1812 0 0 0 60 1 0 0 20 0 16 0 414314365 11004186624 121330 33554432000 4194304 4196468 140728952386304 140093770652400 140094283733634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30483] ppid=30451 vsize=10746276 memory=2828 CPUtime=0.61 cores=0,2,4,6
/proc/30457/task/30483/stat : 30483 (java) S 30451 30457 30397 0 -1 1077944384 1881 0 0 0 61 0 0 0 20 0 16 0 414314365 11004186624 121330 33554432000 4194304 4196468 140728952386304 140093769599856 140094283733634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30484] ppid=30451 vsize=10746276 memory=756 CPUtime=0.54 cores=0,2,4,6
/proc/30457/task/30484/stat : 30484 (java) S 30451 30457 30397 0 -1 1077944384 3325 0 0 0 53 1 0 0 20 0 16 0 414314365 11004186624 121330 33554432000 4194304 4196468 140728952386304 140093768546800 140094283733634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30485] ppid=30451 vsize=10746276 memory=1548 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30485/stat : 30485 (java) S 30451 30457 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414314365 11004186624 121330 33554432000 4194304 4196468 140728952386304 140093767494496 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30487] ppid=30451 vsize=10746276 memory=7972 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30487/stat : 30487 (java) S 30451 30457 30397 0 -1 1077944384 167 0 0 0 0 0 0 0 20 0 16 0 414314370 11004186624 121330 33554432000 4194304 4196468 140728952386304 140093766441520 140094283733634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30489] ppid=30451 vsize=10746276 memory=1164 CPUtime=24.62 cores=0,2,4,6
/proc/30457/task/30489/stat : 30489 (java) R 30451 30457 30397 0 -1 4202560 7001 0 0 0 2457 5 0 0 20 0 16 0 414314575 11004186624 121330 33554432000 4194304 4196468 140728952386304 140093749780112 140093925872480 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
Current children cumulated CPU time: 28.8 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 485320 KiB

[startup+27.6008 s]
/proc/loadavg: 0.72 0.19 0.10 4/229 30567
/proc/meminfo: memFree=30726456/32770624 swapFree=66981380/67108860
[pid=30457] ppid=30451 vsize=10746276 memory=485320 CPUtime=29.2 cores=0,2,4,6
/proc/30457/stat : 30457 (java) S 30451 30457 30397 0 -1 1077944320 36410 0 5 0 2895 25 0 0 20 0 16 0 414314337 11004186624 121330 33554432000 4194304 4196468 140728952386304 140728952368848 140094283722487 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
/proc/30457/statm: 2686569 121330 3368 1 0 2646705 0
[pid=30457/tid=30461] ppid=30451 vsize=10746276 memory=19436 CPUtime=1.88 cores=0,2,4,6
/proc/30457/task/30461/stat : 30461 (java) S 30451 30457 30397 0 -1 1077944384 15198 0 5 0 181 7 0 0 20 0 16 0 414314346 11004186624 121330 33554432000 4194304 4196468 140728952386304 140094287965360 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 16 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30466] ppid=30451 vsize=10746276 memory=6433861010613 CPUtime=0.1 cores=0,2,4,6
/proc/30457/task/30466/stat : 30466 (java) S 30451 30457 30397 0 -1 1077944384 1951 0 0 0 9 1 0 0 20 0 16 0 414314352 11004186624 121330 33554432000 4194304 4196468 140728952386304 140094251281424 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30467] ppid=30451 vsize=10746276 memory=288230617509003574 CPUtime=0.1 cores=0,2,4,6
/proc/30457/task/30467/stat : 30467 (java) S 30451 30457 30397 0 -1 1077944384 1196 0 0 0 8 2 0 0 20 0 16 0 414314352 11004186624 121330 33554432000 4194304 4196468 140728952386304 140093889637520 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30468] ppid=30451 vsize=10746276 memory=15252640887999028 CPUtime=0.1 cores=0,2,4,6
/proc/30457/task/30468/stat : 30468 (java) S 30451 30457 30397 0 -1 1077944384 252 0 0 0 8 2 0 0 20 0 16 0 414314352 11004186624 121330 33554432000 4194304 4196468 140728952386304 140093888584464 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30469] ppid=30451 vsize=10746276 memory=270415435984380 CPUtime=0.11 cores=0,2,4,6
/proc/30457/task/30469/stat : 30469 (java) S 30451 30457 30397 0 -1 1077944384 424 0 0 0 9 2 0 0 20 0 16 0 414314352 11004186624 121330 33554432000 4194304 4196468 140728952386304 140093887531920 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30470] ppid=30451 vsize=10746276 memory=270415435984381 CPUtime=0.02 cores=0,2,4,6
/proc/30457/task/30470/stat : 30470 (java) S 30451 30457 30397 0 -1 1077944384 1810 0 0 0 2 0 0 0 20 0 16 0 414314354 11004186624 121330 33554432000 4194304 4196468 140728952386304 140093774862576 140094283733634 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30472] ppid=30451 vsize=10746276 memory=270415435984382 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30472/stat : 30472 (java) S 30451 30457 30397 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 414314354 11004186624 121330 33554432000 4194304 4196468 140728952386304 140093773808864 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30474] ppid=30451 vsize=10746276 memory=270415435984383 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30474/stat : 30474 (java) S 30451 30457 30397 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 414314354 11004186624 121330 33554432000 4194304 4196468 140728952386304 140093772755712 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30481] ppid=30451 vsize=10746276 memory=270415435984385 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30481/stat : 30481 (java) S 30451 30457 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414314365 11004186624 121330 33554432000 4194304 4196468 140728952386304 140093771704272 140094283741083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30482] ppid=30451 vsize=10746276 memory=270415435984387 CPUtime=0.61 cores=0,2,4,6
/proc/30457/task/30482/stat : 30482 (java) S 30451 30457 30397 0 -1 1077944384 1812 0 0 0 60 1 0 0 20 0 16 0 414314365 11004186624 121330 33554432000 4194304 4196468 140728952386304 140093770652400 140094283733634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30483] ppid=30451 vsize=10746276 memory=270415435984394 CPUtime=0.61 cores=0,2,4,6
/proc/30457/task/30483/stat : 30483 (java) S 30451 30457 30397 0 -1 1077944384 1881 0 0 0 61 0 0 0 20 0 16 0 414314365 11004186624 121330 33554432000 4194304 4196468 140728952386304 140093769599856 140094283733634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30484] ppid=30451 vsize=10746276 memory=270415435984395 CPUtime=0.54 cores=0,2,4,6
/proc/30457/task/30484/stat : 30484 (java) S 30451 30457 30397 0 -1 1077944384 3325 0 0 0 53 1 0 0 20 0 16 0 414314365 11004186624 121330 33554432000 4194304 4196468 140728952386304 140093768546800 140094283733634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30485] ppid=30451 vsize=10746276 memory=270415435984396 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30485/stat : 30485 (java) S 30451 30457 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414314365 11004186624 121330 33554432000 4194304 4196468 140728952386304 140093767494496 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30487] ppid=30451 vsize=10746276 memory=270415435984397 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30487/stat : 30487 (java) S 30451 30457 30397 0 -1 1077944384 167 0 0 0 0 0 0 0 20 0 16 0 414314370 11004186624 121330 33554432000 4194304 4196468 140728952386304 140093766441520 140094283733634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30489] ppid=30451 vsize=10746276 memory=270415435984398 CPUtime=25.02 cores=0,2,4,6
/proc/30457/task/30489/stat : 30489 (java) R 30451 30457 30397 0 -1 4202560 7001 0 0 0 2497 5 0 0 20 0 16 0 414314575 11004186624 121330 33554432000 4194304 4196468 140728952386304 140093749780112 140093925747938 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
Current children cumulated CPU time: 29.2 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 485320 KiB

[startup+27.8007 s]
/proc/loadavg: 0.72 0.19 0.10 4/229 30567
/proc/meminfo: memFree=30726456/32770624 swapFree=66981380/67108860
[pid=30457] ppid=30451 vsize=10746276 memory=485320 CPUtime=29.4 cores=0,2,4,6
/proc/30457/stat : 30457 (java) S 30451 30457 30397 0 -1 1077944320 36410 0 5 0 2915 25 0 0 20 0 16 0 414314337 11004186624 121330 33554432000 4194304 4196468 140728952386304 140728952368848 140094283722487 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
/proc/30457/statm: 2686569 121330 3368 1 0 2646705 0
[pid=30457/tid=30461] ppid=30451 vsize=10746276 memory=1408 CPUtime=1.88 cores=0,2,4,6
/proc/30457/task/30461/stat : 30461 (java) S 30451 30457 30397 0 -1 1077944384 15198 0 5 0 181 7 0 0 20 0 16 0 414314346 11004186624 121330 33554432000 4194304 4196468 140728952386304 140094287965360 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 16 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30466] ppid=30451 vsize=10746276 memory=2668 CPUtime=0.1 cores=0,2,4,6
/proc/30457/task/30466/stat : 30466 (java) S 30451 30457 30397 0 -1 1077944384 1951 0 0 0 9 1 0 0 20 0 16 0 414314352 11004186624 121330 33554432000 4194304 4196468 140728952386304 140094251281424 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30467] ppid=30451 vsize=10746276 memory=388952 CPUtime=0.1 cores=0,2,4,6
/proc/30457/task/30467/stat : 30467 (java) S 30451 30457 30397 0 -1 1077944384 1196 0 0 0 8 2 0 0 20 0 16 0 414314352 11004186624 121330 33554432000 4194304 4196468 140728952386304 140093889637520 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30468] ppid=30451 vsize=10746276 memory=6791534058613427641 CPUtime=0.1 cores=0,2,4,6
/proc/30457/task/30468/stat : 30468 (java) S 30451 30457 30397 0 -1 1077944384 252 0 0 0 8 2 0 0 20 0 16 0 414314352 11004186624 121330 33554432000 4194304 4196468 140728952386304 140093888584464 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30469] ppid=30451 vsize=10746276 memory=4126316290023845779 CPUtime=0.11 cores=0,2,4,6
/proc/30457/task/30469/stat : 30469 (java) S 30451 30457 30397 0 -1 1077944384 424 0 0 0 9 2 0 0 20 0 16 0 414314352 11004186624 121330 33554432000 4194304 4196468 140728952386304 140093887531920 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30470] ppid=30451 vsize=10746276 memory=804 CPUtime=0.02 cores=0,2,4,6
/proc/30457/task/30470/stat : 30470 (java) S 30451 30457 30397 0 -1 1077944384 1810 0 0 0 2 0 0 0 20 0 16 0 414314354 11004186624 121330 33554432000 4194304 4196468 140728952386304 140093774862576 140094283733634 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30472] ppid=30451 vsize=10746276 memory=279264813959424 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30472/stat : 30472 (java) S 30451 30457 30397 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 414314354 11004186624 121330 33554432000 4194304 4196468 140728952386304 140093773808864 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30474] ppid=30451 vsize=10746276 memory=4639341352798146640 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30474/stat : 30474 (java) S 30451 30457 30397 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 414314354 11004186624 121330 33554432000 4194304 4196468 140728952386304 140093772755712 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30481] ppid=30451 vsize=10746276 memory=5571041044932745317 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30481/stat : 30481 (java) S 30451 30457 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414314365 11004186624 121330 33554432000 4194304 4196468 140728952386304 140093771704272 140094283741083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30482] ppid=30451 vsize=10746276 memory=5571041044932614245 CPUtime=0.61 cores=0,2,4,6
/proc/30457/task/30482/stat : 30482 (java) S 30451 30457 30397 0 -1 1077944384 1812 0 0 0 60 1 0 0 20 0 16 0 414314365 11004186624 121330 33554432000 4194304 4196468 140728952386304 140093770652400 140094283733634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30483] ppid=30451 vsize=10746276 memory=5571041044932745317 CPUtime=0.61 cores=0,2,4,6
/proc/30457/task/30483/stat : 30483 (java) S 30451 30457 30397 0 -1 1077944384 1881 0 0 0 61 0 0 0 20 0 16 0 414314365 11004186624 121330 33554432000 4194304 4196468 140728952386304 140093769599856 140094283733634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30484] ppid=30451 vsize=10746276 memory=4640467252704989264 CPUtime=0.54 cores=0,2,4,6
/proc/30457/task/30484/stat : 30484 (java) S 30451 30457 30397 0 -1 1077944384 3325 0 0 0 53 1 0 0 20 0 16 0 414314365 11004186624 121330 33554432000 4194304 4196468 140728952386304 140093768546800 140094283733634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30485] ppid=30451 vsize=10746276 memory=7223880786990092368 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30485/stat : 30485 (java) S 30451 30457 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414314365 11004186624 121330 33554432000 4194304 4196468 140728952386304 140093767494496 140094283732693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30487] ppid=30451 vsize=10746276 memory=7235147594880805952 CPUtime=0 cores=0,2,4,6
/proc/30457/task/30487/stat : 30487 (java) S 30451 30457 30397 0 -1 1077944384 167 0 0 0 0 0 0 0 20 0 16 0 414314370 11004186624 121330 33554432000 4194304 4196468 140728952386304 140093766441520 140094283733634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
[pid=30457/tid=30489] ppid=30451 vsize=10746276 memory=-7028383565733675155 CPUtime=25.22 cores=0,2,4,6
/proc/30457/task/30489/stat : 30489 (java) R 30451 30457 30397 0 -1 4202560 7001 0 0 0 2517 5 0 0 20 0 16 0 414314575 11004186624 121330 33554432000 4194304 4196468 140728952386304 140093749780112 140093925658097 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28651520 140728952394763 140728952394866 140728952394866 140728952397775 0
Current children cumulated CPU time: 29.4 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 485320 KiB

Child status: 0
Real time (s): 27.8126
CPU time (s): 29.4244
CPU user time (s): 29.1645
CPU system time (s): 0.259904
CPU usage (%): 105.795
Max. virtual memory (cumulated for all children) (KiB): 10746276
Max. memory (cumulated for all children) (KiB): 485320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.1645
system time used= 0.259904
maximum resident set size= 485608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37704
page faults= 5
swaps= 0
block input operations= 3824
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3534
involuntary context switches= 135


# summary of solver processes directly reported to runsolver:
#   pid: 30457
#   total CPU time (s): 29.4244
#   total CPU user time (s): 29.1645
#   total CPU system time (s): 0.259904

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.212157 second user time and 0.282129 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-13 15:14:34
IDJOB=4390842
IDBENCH=120561
IDSOLVER=2832
FILE ID=node121/4390842-1568380516
RUNJOBID= node121-1568380474-30428
PBS_JOBID= 21701842
Free space on /tmp= 61048 MiB

SOLVER NAME= AbsCon 2019-07-23
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-myciel5.xml
COMMAND LINE= java -cp AbsCon19-06.jar AbsCon BENCHNAME -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4390842-1568380516/watcher-4390842-1568380516 -o /tmp/evaluation-result-4390842-1568380516/solver-4390842-1568380516 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568380474-30428 --watchdog 2580  java -cp AbsCon19-06.jar AbsCon HOME/instance-4390842-1568380516.xml -cm

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

MD5SUM BENCH= a954d880863fe6e02d270e9cafb0ae96
RANDOM SEED=1983991887

node121.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.75
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.75
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.75
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.75
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:        31588324 kB
MemAvailable:   31916700 kB
Buffers:          144888 kB
Cached:           479716 kB
SwapCached:        18984 kB
Active:           320432 kB
Inactive:         325920 kB
Active(anon):       8304 kB
Inactive(anon):    44352 kB
Active(file):     312128 kB
Inactive(file):   281568 kB
Unevictable:      109756 kB
Mlocked:          109756 kB
SwapTotal:      67108860 kB
SwapFree:       66981380 kB
Dirty:             17568 kB
Writeback:             0 kB
AnonPages:        113892 kB
Mapped:            33640 kB
Shmem:             21812 kB
Slab:             129636 kB
SReclaimable:     101032 kB
SUnreclaim:        28604 kB
KernelStack:        3280 kB
PageTables:         5996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     503404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 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= 61032 MiB
End job on node121 at 2019-09-13 15:15:03