Trace number 4390720

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
AbsCon 2019-07-23SAT 1100.05 1096.06

DiagnosticValue
WRONG_DECISIONS9417080

General information on the benchmark

NameRandom/Random-RB-3-24-24f/
rand-3-24-24-76-632f-49.xml
MD5SUMeb1071698302cc934647f3ac3e5db9c3
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark410.687
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints73
Number of domains1
Minimum domain size24
Maximum domain size24
Distribution of domain sizes[{"size":24,"count":24}]
Minimum variable degree5
Maximum variable degree15
Distribution of variable degrees[{"degree":5,"count":2},{"degree":6,"count":3},{"degree":7,"count":2},{"degree":8,"count":4},{"degree":9,"count":3},{"degree":10,"count":3},{"degree":11,"count":3},{"degree":12,"count":1},{"degree":13,"count":1},{"degree":15,"count":2}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":73}]
Number of extensional constraints73
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":73}]
Optimization problemNO
Type of objective

Solver Data

2.43/1.87	
2.43/1.87	AbsCon 2 
2.43/1.89	
3.93/2.52	  Instance
3.93/2.52	    name=instance-4390720-1568380524, framework=CSP
3.93/2.52	
3.93/2.52	  Loading variables...
3.93/2.56	  Loading constraints...
4.46/2.72	
4.46/2.72	  Domains
4.46/2.72	    nTypes=1, nValues=576, sizes=[24#24]
4.46/2.73	  Variables
4.46/2.73	    count=24, degrees=[5#2,6#3,7#2,8#4...11#3,12#1,13#1,15#2]
4.46/2.73	  Constraints
4.46/2.73	    count=73, nSpecific=73, arities=[3#73]
4.46/2.73	    distribution=[CtrExtensionCT-Table#73]
4.46/2.73	    tables=[1871#1,1882#1,1894#1,5088#70], nTotalTuples=361807
4.46/2.73	    nExtStructures=(73,shared:0)
4.46/2.73	    wck=0.886, cpu=2.662, mem=192M382
4.46/2.74	  Solver SolverBacktrack being built...
4.46/2.74	
4.46/2.76	
4.46/2.76	  Solver
4.46/2.76	    guaranteedGAC=true
4.46/2.76	    wck=0.919, cpu=2.694, mem=205M48
4.46/2.76	
4.46/2.76	  Preprocessing
4.46/2.76	    filters=0, nACremovedValues=0, nTotalRemovedValues=0, inconcistency=false
4.46/2.76	    wck=0.003, cpu=2.698, mem=205M48
4.46/2.76	
4.46/2.78	    num=0, depth=6..8, filters=470, wck=0.019, mem=205M48
4.46/2.78	    decisions=30, wrong=12, backtracks=2, failedAssignments=10, nogoods=5
4.46/2.78	    nFilterCalls=1361, avgTableProportion=0.9997876909896691, avgTableSize=4936.156502571638
4.46/2.78	    
4.46/2.78	    num=1, depth=5..7, filters=863, wck=0.025, mem=205M48
4.46/2.78	    decisions=60, wrong=24, backtracks=3, failedAssignments=21, nogoods=14
4.46/2.78	    nFilterCalls=2375, avgTableProportion=0.9997903595681359, avgTableSize=4961.499789473684
4.46/2.78	    
4.46/2.79	    num=2, depth=5..7, filters=1251, wck=0.03, mem=205M48
4.46/2.79	    decisions=93, wrong=38, backtracks=6, failedAssignments=33, nogoods=22
4.46/2.79	    nFilterCalls=3483, avgTableProportion=0.9997889372714583, avgTableSize=4947.98650588573
4.46/2.79	    
4.46/2.79	    num=3, depth=5..8, filters=1691, wck=0.035, mem=205M48
4.46/2.79	    decisions=129, wrong=53, backtracks=9, failedAssignments=46, nogoods=26
4.46/2.79	    nFilterCalls=4710, avgTableProportion=0.9997901608015515, avgTableSize=4959.695116772824
4.46/2.79	    
4.71/2.80	    num=4, depth=5..7, filters=2322, wck=0.043, mem=205M48
4.71/2.80	    decisions=171, wrong=71, backtracks=14, failedAssignments=60, nogoods=31
4.71/2.80	    nFilterCalls=6593, avgTableProportion=0.9997894934970553, avgTableSize=4953.274988624298
4.71/2.80	    
4.71/2.82	    num=5, depth=5..7, filters=3150, wck=0.063, mem=205M48
4.71/2.82	    decisions=224, wrong=95, backtracks=22, failedAssignments=76, nogoods=38
4.71/2.82	    nFilterCalls=8743, avgTableProportion=0.9997903328258967, avgTableSize=4961.256891227267
4.71/2.82	    
4.71/2.83	    num=6, depth=6..8, filters=3687, wck=0.069, mem=205M48
4.71/2.83	    decisions=268, wrong=114, backtracks=24, failedAssignments=93, nogoods=55
4.71/2.83	    nFilterCalls=10131, avgTableProportion=0.9997892774277743, avgTableSize=4951.228309150133
4.71/2.83	    
4.71/2.83	    num=7, depth=4..7, filters=4735, wck=0.078, mem=205M48
4.71/2.83	    decisions=332, wrong=143, backtracks=35, failedAssignments=112, nogoods=57
4.71/2.83	    nFilterCalls=13184, avgTableProportion=0.9997907035972361, avgTableSize=4964.903216019417
4.71/2.83	    
4.71/2.84	    num=8, depth=4..7, filters=5380, wck=0.086, mem=205M48
4.71/2.84	    decisions=387, wrong=168, backtracks=39, failedAssignments=133, nogoods=61
4.71/2.84	    nFilterCalls=15215, avgTableProportion=0.9997906929556678, avgTableSize=4964.77706210976
4.71/2.84	    
4.71/2.85	    num=9, depth=5..8, filters=6264, wck=0.094, mem=205M48
4.71/2.85	    decisions=451, wrong=197, backtracks=47, failedAssignments=156, nogoods=72
4.71/2.85	    nFilterCalls=17815, avgTableProportion=0.9997905758003135, avgTableSize=4963.694414818973
4.71/2.85	    
4.71/2.86	    num=10, depth=5..8, filters=7398, wck=0.104, mem=205M48
4.71/2.86	    decisions=521, wrong=229, backtracks=55, failedAssignments=181, nogoods=81
4.71/2.86	    nFilterCalls=20790, avgTableProportion=0.999791031920075, avgTableSize=4968.068686868687
4.71/2.86	    
4.71/2.87	    num=11, depth=5..8, filters=8593, wck=0.115, mem=205M48
4.71/2.87	    decisions=598, wrong=265, backtracks=64, failedAssignments=209, nogoods=93
4.71/2.87	    nFilterCalls=23809, avgTableProportion=0.9997906118795348, avgTableSize=4964.0321727078
4.71/2.87	    
4.71/2.88	    num=12, depth=5..7, filters=9344, wck=0.121, mem=205M48
4.71/2.88	    decisions=675, wrong=301, backtracks=69, failedAssignments=240, nogoods=109
4.71/2.88	    nFilterCalls=25920, avgTableProportion=0.9997901300403697, avgTableSize=4959.437924382716
4.71/2.88	    
4.71/2.89	    num=13, depth=5..8, filters=10820, wck=0.133, mem=205M48
4.71/2.89	    decisions=775, wrong=348, backtracks=82, failedAssignments=274, nogoods=117
4.71/2.89	    nFilterCalls=29821, avgTableProportion=0.9997906388892969, avgTableSize=4964.299956406559
4.71/2.89	    
5.02/2.90	    num=14, depth=4..7, filters=12403, wck=0.143, mem=205M48
5.02/2.90	    decisions=877, wrong=397, backtracks=96, failedAssignments=311, nogoods=139
5.02/2.90	    nFilterCalls=33961, avgTableProportion=0.9997904882949723, avgTableSize=4962.898236212126
5.02/2.90	    
5.02/2.91	    num=15, depth=4..7, filters=14273, wck=0.156, mem=205M48
5.02/2.91	    decisions=995, wrong=453, backtracks=112, failedAssignments=352, nogoods=147
5.02/2.91	    nFilterCalls=39186, avgTableProportion=0.9997910379256963, avgTableSize=4968.152707599653
5.02/2.91	    
5.02/2.92	    num=16, depth=4..6, filters=15656, wck=0.163, mem=205M48
5.02/2.92	    decisions=1102, wrong=504, backtracks=118, failedAssignments=397, nogoods=153
5.02/2.92	    nFilterCalls=42995, avgTableProportion=0.9997910293792669, avgTableSize=4968.081939760437
5.02/2.92	    
5.02/2.93	    num=17, depth=4..8, filters=18062, wck=0.174, mem=205M48
5.02/2.93	    decisions=1237, wrong=569, backtracks=135, failedAssignments=447, nogoods=169
5.02/2.93	    nFilterCalls=48671, avgTableProportion=0.9997911241849862, avgTableSize=4968.975344661092
5.02/2.93	    
5.02/2.94	    num=18, depth=5..7, filters=20112, wck=0.183, mem=205M48
5.02/2.94	    decisions=1366, wrong=631, backtracks=142, failedAssignments=502, nogoods=188
5.02/2.94	    nFilterCalls=53705, avgTableProportion=0.9997912838079682, avgTableSize=4970.52775346802
5.02/2.94	    
5.02/2.95	    num=19, depth=4..8, filters=22485, wck=0.193, mem=205M48
5.02/2.95	    decisions=1523, wrong=706, backtracks=157, failedAssignments=563, nogoods=211
5.02/2.95	    nFilterCalls=59467, avgTableProportion=0.9997914895816963, avgTableSize=4972.48687507357
5.02/2.95	    
5.02/2.96	    num=20, depth=4..8, filters=25204, wck=0.204, mem=205M48
5.02/2.96	    decisions=1696, wrong=790, backtracks=178, failedAssignments=630, nogoods=231
5.02/2.96	    nFilterCalls=66173, avgTableProportion=0.9997911966442069, avgTableSize=4969.630136158252
5.02/2.96	    
5.02/2.98	    num=21, depth=4..7, filters=28324, wck=0.219, mem=205M48
5.02/2.98	    decisions=1888, wrong=884, backtracks=201, failedAssignments=704, nogoods=240
5.02/2.98	    nFilterCalls=74333, avgTableProportion=0.9997911689167299, avgTableSize=4969.35974600783
5.02/2.98	    
5.02/2.99	    num=22, depth=4..7, filters=30747, wck=0.229, mem=209M714
5.02/2.99	    decisions=2082, wrong=979, backtracks=217, failedAssignments=785, nogoods=270
5.02/2.99	    nFilterCalls=80460, avgTableProportion=0.9997910507799393, avgTableSize=4968.232699478001
5.02/2.99	    
5.02/3.00	    num=23, depth=5..8, filters=33927, wck=0.243, mem=209M714
5.02/3.00	    decisions=2308, wrong=1089, backtracks=240, failedAssignments=874, nogoods=286
5.02/3.00	    nFilterCalls=88684, avgTableProportion=0.9997905990241899, avgTableSize=4963.889912498308
5.02/3.00	    
5.23/3.02	    num=24, depth=4..8, filters=37975, wck=0.262, mem=209M714
5.23/3.02	    decisions=2561, wrong=1213, backtracks=267, failedAssignments=972, nogoods=313
5.23/3.02	    nFilterCalls=98888, avgTableProportion=0.9997908971316846, avgTableSize=4966.739017878813
5.23/3.02	    
5.23/3.04	    num=25, depth=5..8, filters=41927, wck=0.279, mem=209M714
5.23/3.04	    decisions=2833, wrong=1346, backtracks=294, failedAssignments=1080, nogoods=337
5.23/3.04	    nFilterCalls=108850, avgTableProportion=0.9997906166200309, avgTableSize=4964.031511254019
5.23/3.04	    
5.23/3.05	    num=26, depth=3..7, filters=46817, wck=0.298, mem=209M714
5.23/3.05	    decisions=3143, wrong=1498, backtracks=332, failedAssignments=1199, nogoods=349
5.23/3.05	    nFilterCalls=120804, avgTableProportion=0.999791122147074, avgTableSize=4968.840435747161
5.23/3.05	    
5.23/3.08	    num=27, depth=3..8, filters=52136, wck=0.322, mem=209M714
5.23/3.08	    decisions=3475, wrong=1661, backtracks=366, failedAssignments=1330, nogoods=363
5.23/3.08	    nFilterCalls=133714, avgTableProportion=0.9997913017654129, avgTableSize=4970.562611244895
5.23/3.08	    
5.23/3.11	    num=28, depth=4..8, filters=58494, wck=0.349, mem=209M714
5.23/3.11	    decisions=3846, wrong=1844, backtracks=408, failedAssignments=1474, nogoods=393
5.23/3.11	    nFilterCalls=149127, avgTableProportion=0.9997913037885451, avgTableSize=4970.567858268456
5.23/3.11	    
5.46/3.13	    num=29, depth=4..8, filters=65194, wck=0.376, mem=209M714
5.46/3.13	    decisions=4252, wrong=2044, backtracks=461, failedAssignments=1632, nogoods=414
5.46/3.13	    nFilterCalls=165059, avgTableProportion=0.9997910544046235, avgTableSize=4968.163620281232
5.46/3.13	    
5.46/3.16	    num=30, depth=4..8, filters=72057, wck=0.406, mem=214M381
5.46/3.16	    decisions=4699, wrong=2265, backtracks=513, failedAssignments=1806, nogoods=437
5.46/3.16	    nFilterCalls=182819, avgTableProportion=0.9997913087019817, avgTableSize=4970.583686597126
5.46/3.16	    
5.46/3.19	    num=31, depth=3..7, filters=78273, wck=0.432, mem=214M381
5.46/3.19	    decisions=5164, wrong=2495, backtracks=561, failedAssignments=1997, nogoods=455
5.46/3.19	    nFilterCalls=198565, avgTableProportion=0.9997910021011611, avgTableSize=4967.6459597612875
5.46/3.19	    
5.60/3.23	    num=32, depth=3..6, filters=86694, wck=0.469, mem=214M381
5.60/3.23	    decisions=5713, wrong=2767, backtracks=626, failedAssignments=2208, nogoods=468
5.60/3.23	    nFilterCalls=221225, avgTableProportion=0.9997909807949851, avgTableSize=4967.432622895242
5.60/3.23	    
5.60/3.26	    num=33, depth=4..8, filters=95347, wck=0.505, mem=214M381
5.60/3.26	    decisions=6306, wrong=3061, backtracks=694, failedAssignments=2440, nogoods=490
5.60/3.26	    nFilterCalls=243253, avgTableProportion=0.9997905012795666, avgTableSize=4962.8431961784645
5.60/3.26	    
5.74/3.30	    num=34, depth=4..8, filters=105399, wck=0.546, mem=219M47
5.74/3.30	    decisions=6941, wrong=3376, backtracks=766, failedAssignments=2695, nogoods=498
5.74/3.30	    nFilterCalls=268813, avgTableProportion=0.9997908310546944, avgTableSize=4966.004475229993
5.74/3.30	    
5.74/3.35	    num=35, depth=3..8, filters=116056, wck=0.59, mem=219M47
5.74/3.35	    decisions=7661, wrong=3733, backtracks=847, failedAssignments=2976, nogoods=514
5.74/3.35	    nFilterCalls=295898, avgTableProportion=0.9997909380889416, avgTableSize=4967.05657016945
5.74/3.35	    
5.74/3.38	    num=36, depth=3..7, filters=126054, wck=0.627, mem=219M47
5.74/3.38	    decisions=8406, wrong=4103, backtracks=915, failedAssignments=3285, nogoods=523
5.74/3.38	    nFilterCalls=320515, avgTableProportion=0.9997907328224175, avgTableSize=4965.114422101929
5.74/3.38	    
5.84/3.42	    num=37, depth=4..8, filters=137783, wck=0.667, mem=219M47
5.84/3.42	    decisions=9233, wrong=4514, backtracks=1002, failedAssignments=3625, nogoods=549
5.84/3.42	    nFilterCalls=348585, avgTableProportion=0.9997909319228203, avgTableSize=4967.003683463144
5.84/3.42	    
5.84/3.48	    num=38, depth=3..8, filters=153391, wck=0.727, mem=223M713
5.84/3.48	    decisions=10196, wrong=4993, backtracks=1123, failedAssignments=3999, nogoods=571
5.84/3.48	    nFilterCalls=387792, avgTableProportion=0.9997912821142305, avgTableSize=4970.321450674588
5.84/3.48	    
5.97/3.54	    num=39, depth=3..9, filters=169781, wck=0.788, mem=223M713
5.97/3.54	    decisions=11215, wrong=5500, backtracks=1234, failedAssignments=4410, nogoods=584
5.97/3.54	    nFilterCalls=426907, avgTableProportion=0.9997914044819152, avgTableSize=4971.493695348167
5.97/3.54	    
6.12/3.61	    num=40, depth=3..8, filters=185888, wck=0.852, mem=228M379
6.12/3.61	    decisions=12355, wrong=6068, backtracks=1365, failedAssignments=4862, nogoods=611
6.12/3.61	    nFilterCalls=467555, avgTableProportion=0.9997911467858466, avgTableSize=4969.06041000524
6.12/3.61	    
6.12/3.69	    num=41, depth=3..8, filters=205343, wck=0.931, mem=228M379
6.12/3.69	    decisions=13613, wrong=6695, backtracks=1506, failedAssignments=5359, nogoods=621
6.12/3.69	    nFilterCalls=514644, avgTableProportion=0.9997910012788046, avgTableSize=4967.664509835926
6.12/3.69	    
6.24/3.77	    num=42, depth=2..7, filters=226204, wck=1.009, mem=233M46
6.24/3.77	    decisions=14973, wrong=7373, backtracks=1660, failedAssignments=5906, nogoods=641
6.24/3.77	    nFilterCalls=564446, avgTableProportion=0.9997909330706318, avgTableSize=4967.012068470677
6.24/3.77	    
6.34/3.85	    num=43, depth=3..10, filters=248828, wck=1.095, mem=233M46
6.34/3.85	    decisions=16460, wrong=8114, backtracks=1819, failedAssignments=6508, nogoods=659
6.34/3.85	    nFilterCalls=620366, avgTableProportion=0.9997908067539928, avgTableSize=4965.823360725765
6.34/3.85	    
6.44/3.94	    num=44, depth=2..8, filters=274336, wck=1.188, mem=237M712
6.44/3.94	    decisions=18174, wrong=8969, backtracks=2038, failedAssignments=7170, nogoods=675
6.44/3.94	    nFilterCalls=683620, avgTableProportion=0.9997909843120422, avgTableSize=4967.5105424066005
6.44/3.94	    
6.55/4.07	    num=45, depth=3..9, filters=306652, wck=1.317, mem=242M378
6.55/4.07	    decisions=20098, wrong=9928, backtracks=2303, failedAssignments=7898, nogoods=723
6.55/4.07	    nFilterCalls=765454, avgTableProportion=0.9997912964114194, avgTableSize=4970.488726951587
6.55/4.07	    
6.65/4.18	    num=46, depth=3..7, filters=334549, wck=1.424, mem=242M378
6.65/4.18	    decisions=21995, wrong=10874, backtracks=2473, failedAssignments=8699, nogoods=759
6.65/4.18	    nFilterCalls=832368, avgTableProportion=0.9997909326166876, avgTableSize=4967.031430809449
6.65/4.18	    
6.84/4.30	    num=47, depth=2..8, filters=362315, wck=1.54, mem=247M45
6.84/4.30	    decisions=24100, wrong=11925, backtracks=2672, failedAssignments=9580, nogoods=767
6.84/4.30	    nFilterCalls=903834, avgTableProportion=0.9997907871056451, avgTableSize=4965.632216756617
6.84/4.30	    
6.94/4.42	    num=48, depth=3..8, filters=396896, wck=1.666, mem=251M711
6.94/4.42	    decisions=26495, wrong=13120, backtracks=2931, failedAssignments=10550, nogoods=795
6.94/4.42	    nFilterCalls=988095, avgTableProportion=0.9997907078458209, avgTableSize=4964.85936878539
6.94/4.42	    
7.14/4.61	    num=49, depth=2..8, filters=442231, wck=1.852, mem=256M377
7.14/4.61	    decisions=29270, wrong=14505, backtracks=3303, failedAssignments=11617, nogoods=816
7.14/4.61	    nFilterCalls=1103868, avgTableProportion=0.999790992020141, avgTableSize=4967.57077839017
7.14/4.61	    
7.25/4.78	    num=50, depth=2..8, filters=488748, wck=2.022, mem=261M43
7.25/4.78	    decisions=32279, wrong=16007, backtracks=3672, failedAssignments=12790, nogoods=829
7.25/4.78	    nFilterCalls=1219854, avgTableProportion=0.9997912102760657, avgTableSize=4969.6651205800035
7.25/4.78	    
7.45/4.95	    num=51, depth=3..8, filters=538677, wck=2.196, mem=267M9
7.45/4.95	    decisions=35555, wrong=17643, backtracks=4073, failedAssignments=14081, nogoods=869
7.45/4.95	    nFilterCalls=1342365, avgTableProportion=0.9997910491842199, avgTableSize=4968.1537271904435
7.45/4.95	    
7.78/5.19	    num=52, depth=3..9, filters=593189, wck=2.431, mem=71M236
7.78/5.19	    decisions=39118, wrong=19421, backtracks=4494, failedAssignments=15501, nogoods=885
7.78/5.19	    nFilterCalls=1476318, avgTableProportion=0.999791303077508, avgTableSize=4970.573404916827
7.78/5.19	    
7.98/5.39	    num=53, depth=3..9, filters=653682, wck=2.635, mem=75M869
7.98/5.39	    decisions=43049, wrong=21384, backtracks=4953, failedAssignments=17063, nogoods=925
7.98/5.39	    nFilterCalls=1621571, avgTableProportion=0.9997911980039671, avgTableSize=4969.551839543257
7.98/5.39	    
8.27/5.64	    num=54, depth=2..9, filters=716124, wck=2.884, mem=85M137
8.27/5.64	    decisions=47365, wrong=23540, backtracks=5453, failedAssignments=18781, nogoods=945
8.27/5.64	    nFilterCalls=1782869, avgTableProportion=0.9997914526939644, avgTableSize=4971.998633662934
8.27/5.64	    
8.48/5.89	    num=55, depth=3..9, filters=784857, wck=3.13, mem=94M404
8.48/5.89	    decisions=51936, wrong=25823, backtracks=5926, failedAssignments=20671, nogoods=981
8.48/5.89	    nFilterCalls=1950747, avgTableProportion=0.9997916787155019, avgTableSize=4974.1579359086545
8.48/5.89	    
8.78/6.14	    num=56, depth=3..8, filters=849779, wck=3.388, mem=99M38
8.78/6.14	    decisions=56998, wrong=28352, backtracks=6421, failedAssignments=22750, nogoods=1013
8.78/6.14	    nFilterCalls=2122608, avgTableProportion=0.9997913633645193, avgTableSize=4971.141701623663
8.78/6.14	    
9.08/6.46	    num=57, depth=2..8, filters=935484, wck=3.7, mem=108M305
9.08/6.46	    decisions=62790, wrong=31246, backtracks=7139, failedAssignments=25037, nogoods=1025
9.08/6.46	    nFilterCalls=2336936, avgTableProportion=0.9997911949669827, avgTableSize=4969.557030658948
9.08/6.46	    
9.38/6.76	    num=58, depth=3..8, filters=1011765, wck=4.005, mem=117M572
9.38/6.76	    decisions=68909, wrong=34303, backtracks=7768, failedAssignments=27553, nogoods=1052
9.38/6.76	    nFilterCalls=2538736, avgTableProportion=0.9997910242114069, avgTableSize=4967.925560200037
9.38/6.76	    
9.79/7.11	    num=59, depth=2..9, filters=1114997, wck=4.357, mem=131M473
9.79/7.11	    decisions=75827, wrong=37760, backtracks=8548, failedAssignments=30321, nogoods=1085
9.79/7.11	    nFilterCalls=2789822, avgTableProportion=0.9997909507326194, avgTableSize=4967.24017302896
9.79/7.11	    
10.18/7.56	    num=60, depth=2..9, filters=1238127, wck=4.802, mem=145M374
10.18/7.56	    decisions=83562, wrong=41625, backtracks=9526, failedAssignments=33365, nogoods=1104
10.18/7.56	    nFilterCalls=3097790, avgTableProportion=0.9997912867462688, avgTableSize=4970.434569806217
10.18/7.56	    
10.69/8.06	    num=61, depth=2..8, filters=1370082, wck=5.307, mem=159M275
10.69/8.06	    decisions=91968, wrong=45826, backtracks=10467, failedAssignments=36714, nogoods=1137
10.69/8.06	    nFilterCalls=3421149, avgTableProportion=0.9997908644579881, avgTableSize=4966.391246332738
10.69/8.06	    
11.28/8.62	    num=62, depth=2..9, filters=1519083, wck=5.863, mem=177M810
11.28/8.62	    decisions=101543, wrong=50612, backtracks=11753, failedAssignments=40398, nogoods=1160
11.28/8.62	    nFilterCalls=3801549, avgTableProportion=0.9997911474211141, avgTableSize=4969.095671790631
11.28/8.62	    
11.79/9.19	    num=63, depth=2..9, filters=1677315, wck=6.436, mem=196M344
11.79/9.19	    decisions=111791, wrong=55734, backtracks=12999, failedAssignments=44450, nogoods=1182
11.79/9.19	    nFilterCalls=4186363, avgTableProportion=0.999790996677377, avgTableSize=4967.643062008718
11.79/9.19	    
12.51/9.82	    num=64, depth=2..9, filters=1839194, wck=7.067, mem=214M879
12.51/9.82	    decisions=122925, wrong=61299, backtracks=14284, failedAssignments=48907, nogoods=1218
12.51/9.82	    nFilterCalls=4607946, avgTableProportion=0.9997912633903389, avgTableSize=4970.200186807745
12.51/9.82	    
13.11/10.41	    num=65, depth=2..8, filters=2012708, wck=7.65, mem=238M47
13.11/10.41	    decisions=135007, wrong=67338, backtracks=15573, failedAssignments=53810, nogoods=1240
13.11/10.41	    nFilterCalls=5038064, avgTableProportion=0.9997913569296071, avgTableSize=4971.08387170151
13.11/10.41	    
13.91/11.20	    num=66, depth=2..9, filters=2219695, wck=8.444, mem=261M216
13.91/11.20	    decisions=148756, wrong=74210, backtracks=17291, failedAssignments=59204, nogoods=1267
13.91/11.20	    nFilterCalls=5552382, avgTableProportion=0.9997910852654585, avgTableSize=4968.477127474299
13.91/11.20	    
14.72/12.03	    num=67, depth=2..9, filters=2448228, wck=9.271, mem=289M18
14.72/12.03	    decisions=163770, wrong=81715, backtracks=19116, failedAssignments=65137, nogoods=1296
14.72/12.03	    nFilterCalls=6114971, avgTableProportion=0.9997909291793639, avgTableSize=4966.977005941647
14.72/12.03	    
15.66/12.96	    num=68, depth=1..8, filters=2688886, wck=10.207, mem=87M24
15.66/12.96	    decisions=180238, wrong=89947, backtracks=21081, failedAssignments=71663, nogoods=1323
15.66/12.96	    nFilterCalls=6736405, avgTableProportion=0.9997911639909407, avgTableSize=4969.227581180169
15.66/12.96	    
16.78/14.04	    num=69, depth=1..9, filters=2964638, wck=11.284, mem=120M240
16.78/14.04	    decisions=198312, wrong=98982, backtracks=23251, failedAssignments=78842, nogoods=1353
16.78/14.04	    nFilterCalls=7442249, avgTableProportion=0.9997912486929497, avgTableSize=4970.029379962965
16.78/14.04	    
17.90/15.13	    num=70, depth=2..9, filters=3271215, wck=12.37, mem=153M455
17.90/15.13	    decisions=218019, wrong=108833, backtracks=25557, failedAssignments=86739, nogoods=1381
17.90/15.13	    nFilterCalls=8197383, avgTableProportion=0.9997915037261357, avgTableSize=4972.458929880427
17.90/15.13	    
19.19/16.46	    num=71, depth=2..8, filters=3610147, wck=13.703, mem=194M975
19.19/16.46	    decisions=239931, wrong=119787, backtracks=28159, failedAssignments=95426, nogoods=1405
19.19/16.46	    nFilterCalls=9036673, avgTableProportion=0.9997911704445539, avgTableSize=4969.276020500022
19.19/16.46	    
20.59/17.87	    num=72, depth=2..9, filters=3988957, wck=15.113, mem=236M495
20.59/17.87	    decisions=264088, wrong=131864, backtracks=31165, failedAssignments=104981, nogoods=1472
20.59/17.87	    nFilterCalls=9979436, avgTableProportion=0.9997911467317245, avgTableSize=4969.049508308886
20.59/17.87	    
21.90/19.19	    num=73, depth=2..9, filters=4371317, wck=16.433, mem=278M15
21.90/19.19	    decisions=290618, wrong=145127, backtracks=34333, failedAssignments=115492, nogoods=1520
21.90/19.19	    nFilterCalls=10935775, avgTableProportion=0.9997911540476193, avgTableSize=4969.131740000137
21.90/19.19	    
23.59/20.83	    num=74, depth=1..9, filters=4823023, wck=18.075, mem=336M142
23.59/20.83	    decisions=319986, wrong=159809, backtracks=37947, failedAssignments=127054, nogoods=1536
23.59/20.83	    nFilterCalls=12056719, avgTableProportion=0.9997910700306409, avgTableSize=4968.327528243795
23.59/20.83	    
25.29/22.59	    num=75, depth=2..9, filters=5322071, wck=19.833, mem=394M270
25.29/22.59	    decisions=352366, wrong=175997, backtracks=42027, failedAssignments=139772, nogoods=1592
25.29/22.59	    nFilterCalls=13274854, avgTableProportion=0.9997910174318131, avgTableSize=4967.813586650369
25.29/22.59	    
27.29/24.55	    num=76, depth=2..9, filters=5847731, wck=21.793, mem=452M398
27.29/24.55	    decisions=387580, wrong=193602, backtracks=46179, failedAssignments=153762, nogoods=1654
27.29/24.55	    nFilterCalls=14606872, avgTableProportion=0.9997912693067668, avgTableSize=4970.232502482393
27.29/24.55	    
29.55/26.79	    num=77, depth=1..8, filters=6411213, wck=24.038, mem=103M839
29.55/26.79	    decisions=426123, wrong=212871, backtracks=50675, failedAssignments=169151, nogoods=1677
29.55/26.79	    nFilterCalls=16047959, avgTableProportion=0.9997911858097638, avgTableSize=4969.440016453183
29.55/26.79	    
31.86/29.09	    num=78, depth=1..8, filters=7088190, wck=26.328, mem=178M808
31.86/29.09	    decisions=468553, wrong=234084, backtracks=55639, failedAssignments=186079, nogoods=1684
31.86/29.09	    nFilterCalls=17701189, avgTableProportion=0.9997912651874528, avgTableSize=4970.1893598221
31.86/29.09	    
34.65/31.84	    num=79, depth=1..9, filters=7800035, wck=29.084, mem=270M437
34.65/31.84	    decisions=515715, wrong=257663, backtracks=61541, failedAssignments=204700, nogoods=1717
34.65/31.84	    nFilterCalls=19502688, avgTableProportion=0.9997910947509193, avgTableSize=4968.552741755393
34.65/31.84	    
37.75/34.97	    num=80, depth=1..9, filters=8579889, wck=32.215, mem=362M66
37.75/34.97	    decisions=567340, wrong=283474, backtracks=67729, failedAssignments=225184, nogoods=1734
37.75/34.97	    nFilterCalls=21478282, avgTableProportion=0.9997910051390165, avgTableSize=4967.701048622045
37.75/34.97	    
40.96/38.12	    num=81, depth=1..9, filters=9404279, wck=35.364, mem=462M25
40.96/38.12	    decisions=623964, wrong=311784, backtracks=74500, failedAssignments=247716, nogoods=1779
40.96/38.12	    nFilterCalls=23600123, avgTableProportion=0.9997909997809105, avgTableSize=4967.667019828667
40.96/38.12	    
44.50/41.69	    num=82, depth=1..9, filters=10364429, wck=38.931, mem=160M52
44.50/41.69	    decisions=687108, wrong=343355, backtracks=82547, failedAssignments=272501, nogoods=1805
44.50/41.69	    nFilterCalls=26025372, avgTableProportion=0.9997910180461902, avgTableSize=4967.838957076195
44.50/41.69	    
48.51/45.69	    num=83, depth=1..9, filters=11389836, wck=42.934, mem=285M943
48.51/45.69	    decisions=756078, wrong=377838, backtracks=90973, failedAssignments=299765, nogoods=1848
48.51/45.69	    nFilterCalls=28677917, avgTableProportion=0.9997912784733641, avgTableSize=4970.333438129415
48.51/45.69	    
52.81/49.96	    num=84, depth=1..10, filters=12567677, wck=47.204, mem=411M834
52.81/49.96	    decisions=833053, wrong=416323, backtracks=101051, failedAssignments=329755, nogoods=1901
52.81/49.96	    nFilterCalls=31599351, avgTableProportion=0.9997911302666399, avgTableSize=4968.915408642411
52.81/49.96	    
57.31/54.46	    num=85, depth=1..9, filters=13764361, wck=51.702, mem=565M701
57.31/54.46	    decisions=914868, wrong=457228, backtracks=110229, failedAssignments=362744, nogoods=1929
57.31/54.46	    nFilterCalls=34624497, avgTableProportion=0.9997911590972168, avgTableSize=4969.202922630183
57.31/54.46	    
62.81/59.93	    num=86, depth=1..9, filters=15192222, wck=57.169, mem=733M556
62.81/59.93	    decisions=1007528, wrong=503555, backtracks=121955, failedAssignments=399032, nogoods=1956
62.81/59.93	    nFilterCalls=38258881, avgTableProportion=0.9997914182452203, avgTableSize=4971.672281972909
62.81/59.93	    
68.46/65.57	    num=87, depth=1..9, filters=16687720, wck=62.817, mem=204M27
68.46/65.57	    decisions=1107971, wrong=553774, backtracks=133862, failedAssignments=438949, nogoods=1991
68.46/65.57	    nFilterCalls=42032064, avgTableProportion=0.9997912566325686, avgTableSize=4970.133432229262
68.46/65.57	    
74.97/72.02	    num=88, depth=1..9, filters=18395509, wck=69.262, mem=402M312
74.97/72.02	    decisions=1219647, wrong=609610, backtracks=147962, failedAssignments=482858, nogoods=2036
74.97/72.02	    nFilterCalls=46306330, avgTableProportion=0.9997910663465387, avgTableSize=4968.301677654005
74.97/72.02	    
81.46/78.54	    num=89, depth=1..9, filters=20203974, wck=75.78, mem=628M923
81.46/78.54	    decisions=1341156, wrong=670362, backtracks=162370, failedAssignments=531158, nogoods=2085
81.46/78.54	    nFilterCalls=50863955, avgTableProportion=0.9997911034155127, avgTableSize=4968.668107582275
81.46/78.54	    
89.17/86.26	    num=90, depth=1..9, filters=22233384, wck=83.502, mem=156M409
89.17/86.26	    decisions=1474579, wrong=737072, backtracks=178056, failedAssignments=584288, nogoods=2146
89.17/86.26	    nFilterCalls=55965499, avgTableProportion=0.9997911207948552, avgTableSize=4968.84475301471
89.17/86.26	    
97.18/94.30	    num=91, depth=1..10, filters=24454179, wck=91.54, mem=419M646
97.18/94.30	    decisions=1622829, wrong=811195, backtracks=196488, failedAssignments=642731, nogoods=2172
97.18/94.30	    nFilterCalls=61539561, avgTableProportion=0.9997911863820975, avgTableSize=4969.464087418498
97.18/94.30	    
107.10/104.19	    num=92, depth=1..9, filters=26868183, wck=101.433, mem=720M488
107.10/104.19	    decisions=1784509, wrong=892033, backtracks=215339, failedAssignments=707018, nogoods=2220
107.10/104.19	    nFilterCalls=67727132, avgTableProportion=0.9997910498999493, avgTableSize=4968.160732201092
107.10/104.19	    
117.19/114.28	    num=93, depth=1..10, filters=29602058, wck=111.521, mem=98M554
117.19/114.28	    decisions=1963909, wrong=981731, backtracks=237874, failedAssignments=777734, nogoods=2266
117.19/114.28	    nFilterCalls=74591915, avgTableProportion=0.9997910989448129, avgTableSize=4968.63540826107
117.19/114.28	    
127.89/124.95	    num=94, depth=1..9, filters=32559626, wck=122.198, mem=441M673
127.89/124.95	    decisions=2161331, wrong=1080440, backtracks=262521, failedAssignments=855521, nogoods=2312
127.89/124.95	    nFilterCalls=82078194, avgTableProportion=0.9997911777433472, avgTableSize=4969.4029373745725
127.89/124.95	    
140.50/137.53	    num=95, depth=1..9, filters=36018483, wck=134.774, mem=838M968
140.50/137.53	    decisions=2379864, wrong=1189705, backtracks=290342, failedAssignments=941087, nogoods=2346
140.50/137.53	    nFilterCalls=90649013, avgTableProportion=0.99979111737372, avgTableSize=4968.823346239854
140.50/137.53	    
154.81/151.82	    num=96, depth=1..10, filters=39740516, wck=149.065, mem=374M598
154.81/151.82	    decisions=2620102, wrong=1309822, backtracks=320824, failedAssignments=1035210, nogoods=2397
154.81/151.82	    nFilterCalls=100246513, avgTableProportion=0.9997913944866903, avgTableSize=4971.4705561978
154.81/151.82	    
169.62/166.67	    num=97, depth=1..9, filters=43529687, wck=163.916, mem=842M841
169.62/166.67	    decisions=2879934, wrong=1439736, backtracks=351586, failedAssignments=1138745, nogoods=2452
169.62/166.67	    nFilterCalls=110032632, avgTableProportion=0.9997911870743976, avgTableSize=4969.491806721482
169.62/166.67	    
185.82/182.89	    num=98, depth=1..9, filters=47650394, wck=180.137, mem=495M729
185.82/182.89	    decisions=3164940, wrong=1582237, backtracks=384546, failedAssignments=1252634, nogoods=2490
185.82/182.89	    nFilterCalls=120656005, avgTableProportion=0.9997910069122299, avgTableSize=4967.773547773275
185.82/182.89	    
203.74/200.77	    num=99, depth=1..10, filters=52462133, wck=198.018, mem=222M613
203.74/200.77	    decisions=3483294, wrong=1741412, backtracks=424863, failedAssignments=1377912, nogoods=2536
203.74/200.77	    nFilterCalls=132806999, avgTableProportion=0.9997910933664982, avgTableSize=4968.599697942124
203.74/200.77	    
224.48/221.49	    num=100, depth=0..10, filters=57771079, wck=218.734, mem=863M322
224.48/221.49	    decisions=3833885, wrong=1916705, backtracks=468621, failedAssignments=1515718, nogoods=2599
224.48/221.49	    nFilterCalls=146507532, avgTableProportion=0.9997911737753884, avgTableSize=4969.366398998517
224.48/221.49	    
247.29/244.24	    num=101, depth=1..10, filters=63598360, wck=241.486, mem=755M470
247.29/244.24	    decisions=4219025, wrong=2109274, backtracks=516159, failedAssignments=1667304, nogoods=2681
247.29/244.24	    nFilterCalls=161593041, avgTableProportion=0.9997909924913453, avgTableSize=4967.637331040759
247.29/244.24	    
272.30/269.29	    num=102, depth=1..9, filters=70305131, wck=266.538, mem=788M352
272.30/269.29	    decisions=4646179, wrong=2322849, backtracks=571299, failedAssignments=1834049, nogoods=2741
272.30/269.29	    nFilterCalls=178410878, avgTableProportion=0.9997908765831244, avgTableSize=4966.526451598988
272.30/269.29	    
299.02/295.98	    num=103, depth=0..9, filters=77514052, wck=293.226, mem=172M154
299.02/295.98	    decisions=5114559, wrong=2557037, backtracks=631386, failedAssignments=2017468, nogoods=2786
299.02/295.98	    nFilterCalls=196668815, avgTableProportion=0.9997909930280153, avgTableSize=4967.639132060667
299.02/295.98	    
326.25/323.12	    num=104, depth=1..9, filters=85082006, wck=320.364, mem=405M699
326.25/323.12	    decisions=5615118, wrong=2807314, backtracks=686562, failedAssignments=2219229, nogoods=2857
326.25/323.12	    nFilterCalls=215580439, avgTableProportion=0.9997910669392881, avgTableSize=4968.338076512591
326.25/323.12	    
361.46/358.39	    num=105, depth=1..9, filters=93621133, wck=355.634, mem=172M694
361.46/358.39	    decisions=6176488, wrong=3087997, backtracks=754083, failedAssignments=2441167, nogoods=2927
361.46/358.39	    nFilterCalls=237506513, avgTableProportion=0.999790876588131, avgTableSize=4966.52018169708
361.46/358.39	    
396.98/393.81	    num=106, depth=0..10, filters=103126600, wck=391.051, mem=85M244
396.98/393.81	    decisions=6802533, wrong=3401017, backtracks=835666, failedAssignments=2685298, nogoods=2986
396.98/393.81	    nFilterCalls=261599391, avgTableProportion=0.9997910231150237, avgTableSize=4967.920192352435
396.98/393.81	    
435.80/432.60	    num=107, depth=1..10, filters=112920647, wck=429.843, mem=168M480
435.80/432.60	    decisions=7475417, wrong=3737457, backtracks=914261, failedAssignments=2953843, nogoods=3047
435.80/432.60	    nFilterCalls=287027133, avgTableProportion=0.9997909105875744, avgTableSize=4966.827229563694
435.80/432.60	    
476.82/473.62	    num=108, depth=1..10, filters=124028489, wck=470.862, mem=428M344
476.82/473.62	    decisions=8222235, wrong=4110864, backtracks=1006604, failedAssignments=3249242, nogoods=3117
476.82/473.62	    nFilterCalls=315134630, avgTableProportion=0.9997909928695224, avgTableSize=4967.591361688812
476.82/473.62	    
524.15/521.00	    num=109, depth=0..10, filters=136822597, wck=518.244, mem=499M813
524.15/521.00	    decisions=9052993, wrong=4526241, backtracks=1112980, failedAssignments=3574181, nogoods=3205
524.15/521.00	    nFilterCalls=347656469, avgTableProportion=0.9997910662233044, avgTableSize=4968.281918706365
524.15/521.00	    
580.00/576.77	    num=110, depth=0..10, filters=150931046, wck=574.012, mem=108M224
580.00/576.77	    decisions=9969261, wrong=4984373, backtracks=1230874, failedAssignments=3931614, nogoods=3265
580.00/576.77	    nFilterCalls=383722208, avgTableProportion=0.9997909054433295, avgTableSize=4966.7274825151635
580.00/576.77	    
638.94/635.60	    num=111, depth=0..11, filters=166144419, wck=632.841, mem=160M563
638.94/635.60	    decisions=10971706, wrong=5485594, backtracks=1357468, failedAssignments=4324790, nogoods=3319
638.94/635.60	    nFilterCalls=422801029, avgTableProportion=0.9997908602191988, avgTableSize=4966.2767616159235
638.94/635.60	    
706.50/703.15	    num=112, depth=0..9, filters=182669971, wck=700.394, mem=338M64
706.50/703.15	    decisions=12068715, wrong=6034097, backtracks=1491079, failedAssignments=4757284, nogoods=3337
706.50/703.15	    nFilterCalls=465657743, avgTableProportion=0.9997907658117019, avgTableSize=4965.363174180055
706.50/703.15	    
775.77/772.37	    num=113, depth=0..10, filters=200972922, wck=769.618, mem=281M990
775.77/772.37	    decisions=13272166, wrong=6635821, backtracks=1638162, failedAssignments=5233028, nogoods=3395
775.77/772.37	    nFilterCalls=512233821, avgTableProportion=0.999790841469229, avgTableSize=4966.0834511276835
775.77/772.37	    
853.76/850.25	    num=114, depth=0..10, filters=220707290, wck=847.493, mem=155M404
853.76/850.25	    decisions=14609294, wrong=7304383, backtracks=1809284, failedAssignments=5756346, nogoods=3488
853.76/850.25	    nFilterCalls=563504896, avgTableProportion=0.999790796117233, avgTableSize=4965.664287834334
853.76/850.25	    
937.69/934.02	    num=115, depth=0..10, filters=242810376, wck=931.26, mem=141M49
937.69/934.02	    decisions=16075957, wrong=8037713, backtracks=1993666, failedAssignments=6331996, nogoods=3523
937.69/934.02	    nFilterCalls=620143889, avgTableProportion=0.9997907947592635, avgTableSize=4965.682510826128
937.69/934.02	    
1032.54/1028.78	    num=116, depth=0..10, filters=267714570, wck=1026.019, mem=130M701
1032.54/1028.78	    decisions=17696072, wrong=8847769, backtracks=2201588, failedAssignments=6965211, nogoods=3562
1032.54/1028.78	    nFilterCalls=683967327, avgTableProportion=0.9997908894892877, avgTableSize=4966.623012180814
1032.54/1028.78	    
1099.98/1096.05	    num=117, depth=0..23, filters=285198198, ccks=73, wck=1093.291, mem=77M376
1099.98/1096.05	    decisions=18834710, wrong=9417085, backtracks=2352131, failedAssignments=7407939, nogoods=3562, foundSolutions=1
1099.98/1096.05	    nFilterCalls=728746646, avgTableProportion=0.9997908706857705, avgTableSize=4966.46104644439
1099.98/1096.05	    
1099.98/1096.05	  Global
1099.98/1096.05	    filters=285198198, ccks=73, nogoods=3562
1099.98/1096.05	    Stop=REACHED_GOAL, wrong=9417085, foundSolutions=1, firstSolCpu=1095.495
1099.98/1096.05	    wck=1094.211, cpu=1095.501, mem=77M376
1099.98/1096.05	
1099.98/1096.05	v <instantiation id='sol1' type='solution'>  <list> x[] </list>  <values> 15 13 16 9 21 23 10 7 13 11 4 8 3 15 8 19 2 15 11 22 13 5 2 15 </values>  </instantiation>
1099.98/1096.05	s SATISFIABLE
1099.98/1096.05	
1099.98/1096.05	d WRONG_DECISIONS 9417085

Verifier Data

OK	

Watcher Data

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

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390720-1568380524/watcher-4390720-1568380524 -o /tmp/evaluation-result-4390720-1568380524/solver-4390720-1568380524 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568376840-4291 --watchdog 2580 java -cp AbsCon19-06.jar AbsCon HOME/instance-4390720-1568380524.xml -cm 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=4412, runsolver pid=4409
Current StackSize limit: 8192 KiB


[startup+0.100153 s]*
/proc/loadavg: 0.39 0.10 0.07 5/227 4427
/proc/meminfo: memFree=30606848/32770624 swapFree=66997092/67108860
[pid=4412] ppid=4409 vsize=10659884 memory=27964 CPUtime=0.14 cores=1,3,5,7
/proc/4412/stat : 4412 (java) S 4409 4412 4259 0 -1 1077944320 5490 0 0 0 13 1 0 0 20 0 15 0 414307022 10915721216 6991 33554432000 4194304 4196468 140730476869488 140730476852032 140672987025143 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
/proc/4412/statm: 2664971 6991 2918 1 0 2627468 0
[pid=4412/tid=4414] ppid=4409 vsize=10659884 memory=-8617482348318186131 CPUtime=0.09 cores=1,3,5,7
/proc/4412/task/4414/stat : 4414 (java) R 4409 4412 4259 0 -1 4202560 3199 0 0 0 9 0 0 0 20 0 15 0 414307022 10915721216 6991 33554432000 4194304 4196468 140730476869488 140672991254656 140672987037078 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4415] ppid=4409 vsize=10659884 memory=-9181546050914066336 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4415/stat : 4415 (java) S 4409 4412 4259 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414307023 10915721216 6991 33554432000 4194304 4196468 140730476869488 140672939645584 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4416] ppid=4409 vsize=10659884 memory=139801557169792 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4416/stat : 4416 (java) S 4409 4412 4259 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414307023 10915721216 6991 33554432000 4194304 4196468 140730476869488 140672938592784 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4417] ppid=4409 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4417/stat : 4417 (java) S 4409 4412 4259 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414307023 10915721216 6991 33554432000 4194304 4196468 140730476869488 140672937539984 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4418] ppid=4409 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4418/stat : 4418 (java) S 4409 4412 4259 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414307023 10915721216 6991 33554432000 4194304 4196468 140730476869488 140672936487184 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4419] ppid=4409 vsize=10659884 memory=139801557169792 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4419/stat : 4419 (java) S 4409 4412 4259 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414307024 10915721216 6991 33554432000 4194304 4196468 140730476869488 140672546175856 140672987036290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4420] ppid=4409 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4420/stat : 4420 (java) S 4409 4412 4259 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414307025 10915721216 6991 33554432000 4194304 4196468 140730476869488 140672545121824 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4421] ppid=4409 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4421/stat : 4421 (java) S 4409 4412 4259 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414307025 10915721216 6991 33554432000 4194304 4196468 140730476869488 140672544068976 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4422] ppid=4409 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4422/stat : 4422 (java) S 4409 4412 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414307027 10915721216 6991 33554432000 4194304 4196468 140730476869488 140672543017296 140672987043739 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4423] ppid=4409 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4423/stat : 4423 (java) S 4409 4412 4259 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 414307027 10915721216 6991 33554432000 4194304 4196468 140730476869488 140672541964656 140672987036290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4424] ppid=4409 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4424/stat : 4424 (java) S 4409 4412 4259 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 15 0 414307027 10915721216 6991 33554432000 4194304 4196468 140730476869488 140672540911856 140672987036290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4425] ppid=4409 vsize=10659884 memory=139801557169792 CPUtime=0.02 cores=1,3,5,7
/proc/4412/task/4425/stat : 4425 (java) R 4409 4412 4259 0 -1 4202560 430 0 0 0 2 0 0 0 20 0 15 0 414307027 10915721216 6991 33554432000 4194304 4196468 140730476869488 140672539855928 140672966423504 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4426] ppid=4409 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4426/stat : 4426 (java) S 4409 4412 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414307028 10915721216 6991 33554432000 4194304 4196468 140730476869488 140672538806496 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4427] ppid=4409 vsize=10659884 memory=139801557169792 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4427/stat : 4427 (java) S 4409 4412 4259 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414307028 10915721216 6991 33554432000 4194304 4196468 140730476869488 140672537754800 140672987036290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 27964 KiB

[startup+0.210644 s]*
/proc/loadavg: 0.39 0.10 0.07 3/227 4427
/proc/meminfo: memFree=30598972/32770624 swapFree=66997092/67108860
[pid=4412] ppid=4409 vsize=10659884 memory=35328 CPUtime=0.32 cores=1,3,5,7
/proc/4412/stat : 4412 (java) S 4409 4412 4259 0 -1 1077944320 6928 0 0 0 31 1 0 0 20 0 15 0 414307022 10915721216 8832 33554432000 4194304 4196468 140730476869488 140730476852032 140672987025143 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
/proc/4412/statm: 2664971 8832 2989 1 0 2627468 0
[pid=4412/tid=4414] ppid=4409 vsize=10659884 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/4412/task/4414/stat : 4414 (java) R 4409 4412 4259 0 -1 4202560 3850 0 0 0 19 1 0 0 20 0 15 0 414307022 10915721216 8832 33554432000 4194304 4196468 140730476869488 140672991251504 140672987047069 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4415] ppid=4409 vsize=10659884 memory=339 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4415/stat : 4415 (java) S 4409 4412 4259 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414307023 10915721216 8832 33554432000 4194304 4196468 140730476869488 140672939645584 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4416] ppid=4409 vsize=10659884 memory=3977717892902516384 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4416/stat : 4416 (java) S 4409 4412 4259 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414307023 10915721216 8832 33554432000 4194304 4196468 140730476869488 140672938592784 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4417] ppid=4409 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4417/stat : 4417 (java) S 4409 4412 4259 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414307023 10915721216 8832 33554432000 4194304 4196468 140730476869488 140672937539984 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4418] ppid=4409 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4418/stat : 4418 (java) S 4409 4412 4259 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414307023 10915721216 8832 33554432000 4194304 4196468 140730476869488 140672936487184 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4419] ppid=4409 vsize=10659884 memory=139801557169792 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4419/stat : 4419 (java) S 4409 4412 4259 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414307024 10915721216 8832 33554432000 4194304 4196468 140730476869488 140672546175856 140672987036290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4420] ppid=4409 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4420/stat : 4420 (java) S 4409 4412 4259 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414307025 10915721216 8832 33554432000 4194304 4196468 140730476869488 140672545121824 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4421] ppid=4409 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4421/stat : 4421 (java) S 4409 4412 4259 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414307025 10915721216 8832 33554432000 4194304 4196468 140730476869488 140672544068976 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4422] ppid=4409 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4422/stat : 4422 (java) S 4409 4412 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414307027 10915721216 8832 33554432000 4194304 4196468 140730476869488 140672543017296 140672987043739 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4423] ppid=4409 vsize=10659884 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/4412/task/4423/stat : 4423 (java) S 4409 4412 4259 0 -1 1077944384 520 0 0 0 3 0 0 0 20 0 15 0 414307027 10915721216 8832 33554432000 4194304 4196468 140730476869488 140672541964656 140672987036290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4424] ppid=4409 vsize=10659884 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/4412/task/4424/stat : 4424 (java) S 4409 4412 4259 0 -1 1077944384 444 0 0 0 3 0 0 0 20 0 15 0 414307027 10915721216 8832 33554432000 4194304 4196468 140730476869488 140672540911856 140672987036290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4425] ppid=4409 vsize=10659884 memory=139801557169792 CPUtime=0.05 cores=1,3,5,7
/proc/4412/task/4425/stat : 4425 (java) S 4409 4412 4259 0 -1 1077944384 755 0 0 0 5 0 0 0 20 0 15 0 414307027 10915721216 8832 33554432000 4194304 4196468 140730476869488 140672539859056 140672987036290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4426] ppid=4409 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4426/stat : 4426 (java) S 4409 4412 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414307028 10915721216 8832 33554432000 4194304 4196468 140730476869488 140672538806496 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4427] ppid=4409 vsize=10659884 memory=139801557169792 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4427/stat : 4427 (java) S 4409 4412 4259 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414307028 10915721216 8832 33554432000 4194304 4196468 140730476869488 140672537754800 140672987036290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 35328 KiB

[startup+0.310407 s]*
/proc/loadavg: 0.39 0.10 0.07 4/227 4427
/proc/meminfo: memFree=30591264/32770624 swapFree=66997092/67108860
[pid=4412] ppid=4409 vsize=10659884 memory=40448 CPUtime=0.47 cores=1,3,5,7
/proc/4412/stat : 4412 (java) S 4409 4412 4259 0 -1 1077944320 9466 0 0 0 44 3 0 0 20 0 15 0 414307022 10915721216 10112 33554432000 4194304 4196468 140730476869488 140730476852032 140672987025143 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
/proc/4412/statm: 2664971 10112 3001 1 0 2627468 0
[pid=4412/tid=4414] ppid=4409 vsize=10659884 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/4412/task/4414/stat : 4414 (java) R 4409 4412 4259 0 -1 4202560 6318 0 0 0 28 2 0 0 20 0 15 0 414307022 10915721216 10112 33554432000 4194304 4196468 140730476869488 140672991256944 140672987047069 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4415] ppid=4409 vsize=10659884 memory=2669794 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4415/stat : 4415 (java) S 4409 4412 4259 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414307023 10915721216 10112 33554432000 4194304 4196468 140730476869488 140672939645584 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4416] ppid=4409 vsize=10659884 memory=4123245949125097120 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4416/stat : 4416 (java) S 4409 4412 4259 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414307023 10915721216 10112 33554432000 4194304 4196468 140730476869488 140672938592784 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4417] ppid=4409 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4417/stat : 4417 (java) S 4409 4412 4259 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414307023 10915721216 10112 33554432000 4194304 4196468 140730476869488 140672937539984 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4418] ppid=4409 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4418/stat : 4418 (java) S 4409 4412 4259 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414307023 10915721216 10112 33554432000 4194304 4196468 140730476869488 140672936487184 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4419] ppid=4409 vsize=10659884 memory=139801557169792 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4419/stat : 4419 (java) S 4409 4412 4259 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414307024 10915721216 10112 33554432000 4194304 4196468 140730476869488 140672546175856 140672987036290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4420] ppid=4409 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4420/stat : 4420 (java) S 4409 4412 4259 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414307025 10915721216 10112 33554432000 4194304 4196468 140730476869488 140672545121824 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4421] ppid=4409 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4421/stat : 4421 (java) S 4409 4412 4259 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414307025 10915721216 10112 33554432000 4194304 4196468 140730476869488 140672544068976 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4422] ppid=4409 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4422/stat : 4422 (java) S 4409 4412 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414307027 10915721216 10112 33554432000 4194304 4196468 140730476869488 140672543017296 140672987043739 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4423] ppid=4409 vsize=10659884 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/4412/task/4423/stat : 4423 (java) R 4409 4412 4259 0 -1 1077944384 562 0 0 0 4 0 0 0 20 0 15 0 414307027 10915721216 10112 33554432000 4194304 4196468 140730476869488 140672541964656 140672987036290 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4424] ppid=4409 vsize=10659884 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/4412/task/4424/stat : 4424 (java) R 4409 4412 4259 0 -1 4202560 452 0 0 0 4 0 0 0 20 0 15 0 414307027 10915721216 10112 33554432000 4194304 4196468 140730476869488 140672540903360 140672965426214 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4425] ppid=4409 vsize=10659884 memory=139801557169792 CPUtime=0.08 cores=1,3,5,7
/proc/4412/task/4425/stat : 4425 (java) S 4409 4412 4259 0 -1 1077944384 779 0 0 0 8 0 0 0 20 0 15 0 414307027 10915721216 10112 33554432000 4194304 4196468 140730476869488 140672539854784 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4426] ppid=4409 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4426/stat : 4426 (java) S 4409 4412 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414307028 10915721216 10112 33554432000 4194304 4196468 140730476869488 140672538806496 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4427] ppid=4409 vsize=10659884 memory=139801557169792 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4427/stat : 4427 (java) S 4409 4412 4259 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414307028 10915721216 10112 33554432000 4194304 4196468 140730476869488 140672537754800 140672987036290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 40448 KiB

[startup+0.700807 s]
/proc/loadavg: 0.39 0.10 0.07 3/227 4427
/proc/meminfo: memFree=30582348/32770624 swapFree=66997092/67108860
[pid=4412] ppid=4409 vsize=10661932 memory=64156 CPUtime=1.11 cores=1,3,5,7
/proc/4412/stat : 4412 (java) S 4409 4412 4259 0 -1 1077944320 13099 0 0 0 106 5 0 0 20 0 15 0 414307022 10917818368 16039 33554432000 4194304 4196468 140730476869488 140730476852032 140672987025143 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
/proc/4412/statm: 2665483 16039 3074 1 0 2627980 0
[pid=4412/tid=4414] ppid=4409 vsize=10661932 memory=9740 CPUtime=0.68 cores=1,3,5,7
/proc/4412/task/4414/stat : 4414 (java) R 4409 4412 4259 0 -1 4202560 8875 0 0 0 64 4 0 0 20 0 15 0 414307022 10917818368 16039 33554432000 4194304 4196468 140730476869488 140672991246480 140672970211952 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4415] ppid=4409 vsize=10661932 memory=12024 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4415/stat : 4415 (java) S 4409 4412 4259 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414307023 10917818368 16039 33554432000 4194304 4196468 140730476869488 140672939645584 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4416] ppid=4409 vsize=10661932 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4416/stat : 4416 (java) S 4409 4412 4259 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414307023 10917818368 16039 33554432000 4194304 4196468 140730476869488 140672938592784 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4417] ppid=4409 vsize=10661932 memory=500 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4417/stat : 4417 (java) S 4409 4412 4259 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414307023 10917818368 16039 33554432000 4194304 4196468 140730476869488 140672937539984 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4418] ppid=4409 vsize=10661932 memory=928 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4418/stat : 4418 (java) S 4409 4412 4259 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414307023 10917818368 16039 33554432000 4194304 4196468 140730476869488 140672936487184 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4419] ppid=4409 vsize=10661932 memory=1528 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4419/stat : 4419 (java) S 4409 4412 4259 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414307024 10917818368 16039 33554432000 4194304 4196468 140730476869488 140672546175856 140672987036290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4420] ppid=4409 vsize=10661932 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4420/stat : 4420 (java) S 4409 4412 4259 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414307025 10917818368 16039 33554432000 4194304 4196468 140730476869488 140672545121824 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4421] ppid=4409 vsize=10661932 memory=876 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4421/stat : 4421 (java) S 4409 4412 4259 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414307025 10917818368 16039 33554432000 4194304 4196468 140730476869488 140672544068976 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4422] ppid=4409 vsize=10661932 memory=1980 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4422/stat : 4422 (java) S 4409 4412 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414307027 10917818368 16039 33554432000 4194304 4196468 140730476869488 140672543017296 140672987043739 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4423] ppid=4409 vsize=10661932 memory=7086240636179075427 CPUtime=0.12 cores=1,3,5,7
/proc/4412/task/4423/stat : 4423 (java) R 4409 4412 4259 0 -1 4202560 833 0 0 0 12 0 0 0 20 0 15 0 414307027 10917818368 16039 33554432000 4194304 4196468 140730476869488 140672541964656 140672968569796 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4424] ppid=4409 vsize=10661932 memory=7453282923427948884 CPUtime=0.1 cores=1,3,5,7
/proc/4412/task/4424/stat : 4424 (java) S 4409 4412 4259 0 -1 1077944384 772 0 0 0 10 0 0 0 20 0 15 0 414307027 10917818368 16039 33554432000 4194304 4196468 140730476869488 140672540911856 140672987036290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4425] ppid=4409 vsize=10661932 memory=7223879631928058176 CPUtime=0.18 cores=1,3,5,7
/proc/4412/task/4425/stat : 4425 (java) S 4409 4412 4259 0 -1 1077944384 1260 0 0 0 18 0 0 0 20 0 15 0 414307027 10917818368 16039 33554432000 4194304 4196468 140730476869488 140672539859056 140672987036290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4426] ppid=4409 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4426/stat : 4426 (java) S 4409 4412 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414307028 10917818368 16039 33554432000 4194304 4196468 140730476869488 140672538806496 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4427] ppid=4409 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4427/stat : 4427 (java) S 4409 4412 4259 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414307028 10917818368 16039 33554432000 4194304 4196468 140730476869488 140672537754800 140672987036290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 64156 KiB

[startup+1.50079 s]
/proc/loadavg: 0.39 0.10 0.07 3/227 4427
/proc/meminfo: memFree=30566168/32770624 swapFree=66997092/67108860
[pid=4412] ppid=4409 vsize=10663980 memory=76224 CPUtime=2 cores=1,3,5,7
/proc/4412/stat : 4412 (java) S 4409 4412 4259 0 -1 1077944320 18722 0 0 0 194 6 0 0 20 0 15 0 414307022 10919915520 19056 33554432000 4194304 4196468 140730476869488 140730476852032 140672987025143 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
/proc/4412/statm: 2665995 19056 3097 1 0 2628492 0
[pid=4412/tid=4414] ppid=4409 vsize=10663980 memory=158780914509730 CPUtime=1.48 cores=1,3,5,7
/proc/4412/task/4414/stat : 4414 (java) R 4409 4412 4259 0 -1 4202560 13166 0 0 0 143 5 0 0 20 0 15 0 414307022 10919915520 19056 33554432000 4194304 4196468 140730476869488 140672991257168 140672967300355 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4415] ppid=4409 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4415/stat : 4415 (java) S 4409 4412 4259 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414307023 10919915520 19056 33554432000 4194304 4196468 140730476869488 140672939645584 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4416] ppid=4409 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4416/stat : 4416 (java) S 4409 4412 4259 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414307023 10919915520 19056 33554432000 4194304 4196468 140730476869488 140672938592784 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4417] ppid=4409 vsize=10663980 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4417/stat : 4417 (java) S 4409 4412 4259 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414307023 10919915520 19056 33554432000 4194304 4196468 140730476869488 140672937539984 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4418] ppid=4409 vsize=10663980 memory=7809523229951467576 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4418/stat : 4418 (java) S 4409 4412 4259 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414307023 10919915520 19056 33554432000 4194304 4196468 140730476869488 140672936487184 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4419] ppid=4409 vsize=10663980 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4419/stat : 4419 (java) S 4409 4412 4259 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 414307024 10919915520 19056 33554432000 4194304 4196468 140730476869488 140672546175856 140672987036290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0

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

[startup+1094.4 s]
/proc/loadavg: 1.87 1.89 1.38 3/228 4531
/proc/meminfo: memFree=29804648/32770624 swapFree=66997100/67108860
[pid=4412] ppid=4409 vsize=10746276 memory=707916 CPUtime=1098.37 cores=1,3,5,7
/proc/4412/stat : 4412 (java) S 4409 4412 4259 0 -1 1077944320 95617 0 0 0 109767 70 0 0 20 0 16 0 414307022 11004186624 176979 33554432000 4194304 4196468 140730476869488 140730476852032 140672987025143 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
/proc/4412/statm: 2686569 176979 3370 1 0 2646705 0
[pid=4412/tid=4414] ppid=4409 vsize=10746276 memory=1980 CPUtime=1.85 cores=1,3,5,7
/proc/4412/task/4414/stat : 4414 (java) S 4409 4412 4259 0 -1 1077944384 15392 0 0 0 178 7 0 0 20 0 16 0 414307022 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672991268016 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4415] ppid=4409 vsize=10746276 memory=2552 CPUtime=0.37 cores=1,3,5,7
/proc/4412/task/4415/stat : 4415 (java) S 4409 4412 4259 0 -1 1077944384 4262 0 0 0 31 6 0 0 20 0 16 0 414307023 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672939645584 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4416] ppid=4409 vsize=10746276 memory=8112282956445269571 CPUtime=0.36 cores=1,3,5,7
/proc/4412/task/4416/stat : 4416 (java) S 4409 4412 4259 0 -1 1077944384 3328 0 0 0 29 7 0 0 20 0 16 0 414307023 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672938592784 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4417] ppid=4409 vsize=10746276 memory=6944656592455359580 CPUtime=0.37 cores=1,3,5,7
/proc/4412/task/4417/stat : 4417 (java) S 4409 4412 4259 0 -1 1077944384 7896 0 0 0 30 7 0 0 20 0 16 0 414307023 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672937539984 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4418] ppid=4409 vsize=10746276 memory=-7449383003082255507 CPUtime=0.37 cores=1,3,5,7
/proc/4412/task/4418/stat : 4418 (java) S 4409 4412 4259 0 -1 1077944384 7373 0 0 0 30 7 0 0 20 0 16 0 414307023 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672936487184 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4419] ppid=4409 vsize=10746276 memory=-6586668835053169814 CPUtime=0.13 cores=1,3,5,7
/proc/4412/task/4419/stat : 4419 (java) S 4409 4412 4259 0 -1 1077944384 6593 0 0 0 11 2 0 0 20 0 16 0 414307024 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672546175856 140672987036290 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4420] ppid=4409 vsize=10746276 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4420/stat : 4420 (java) S 4409 4412 4259 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 414307025 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672545121888 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4421] ppid=4409 vsize=10746276 memory=948 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4421/stat : 4421 (java) S 4409 4412 4259 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 414307025 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672544068992 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4422] ppid=4409 vsize=10746276 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4422/stat : 4422 (java) S 4409 4412 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414307027 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672543017296 140672987043739 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4423] ppid=4409 vsize=10746276 memory=9404 CPUtime=1.02 cores=1,3,5,7
/proc/4412/task/4423/stat : 4423 (java) S 4409 4412 4259 0 -1 1077944384 4611 0 0 0 102 0 0 0 20 0 16 0 414307027 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672541964656 140672987036290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4424] ppid=4409 vsize=10746276 memory=707908 CPUtime=0.96 cores=1,3,5,7
/proc/4412/task/4424/stat : 4424 (java) S 4409 4412 4259 0 -1 1077944384 5039 0 0 0 96 0 0 0 20 0 16 0 414307027 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672540911856 140672987036290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4425] ppid=4409 vsize=10746276 memory=707908 CPUtime=0.57 cores=1,3,5,7
/proc/4412/task/4425/stat : 4425 (java) S 4409 4412 4259 0 -1 1077944384 8282 0 0 0 56 1 0 0 20 0 16 0 414307027 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672539859056 140672987036290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4426] ppid=4409 vsize=10746276 memory=14012 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4426/stat : 4426 (java) S 4409 4412 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414307028 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672538806496 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4427] ppid=4409 vsize=10746276 memory=707908 CPUtime=0.28 cores=1,3,5,7
/proc/4412/task/4427/stat : 4427 (java) S 4409 4412 4259 0 -1 1077944384 1122 0 0 0 12 16 0 0 20 0 16 0 414307028 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672537754800 140672987036290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4428] ppid=4409 vsize=10746276 memory=707916 CPUtime=1091.97 cores=1,3,5,7
/proc/4412/task/4428/stat : 4428 (java) R 4409 4412 4259 0 -1 4202560 30316 0 0 0 109181 16 0 0 20 0 16 0 414307209 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672453500800 140672616576198 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
Current children cumulated CPU time: 1098.37 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 707916 KiB

[startup+1095.2 s]
/proc/loadavg: 1.87 1.89 1.38 3/228 4531
/proc/meminfo: memFree=29804648/32770624 swapFree=66997100/67108860
[pid=4412] ppid=4409 vsize=10746276 memory=707916 CPUtime=1099.17 cores=1,3,5,7
/proc/4412/stat : 4412 (java) S 4409 4412 4259 0 -1 1077944320 95617 0 0 0 109847 70 0 0 20 0 16 0 414307022 11004186624 176979 33554432000 4194304 4196468 140730476869488 140730476852032 140672987025143 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
/proc/4412/statm: 2686569 176979 3370 1 0 2646705 0
[pid=4412/tid=4414] ppid=4409 vsize=10746276 memory=8112282956445269571 CPUtime=1.85 cores=1,3,5,7
/proc/4412/task/4414/stat : 4414 (java) S 4409 4412 4259 0 -1 1077944384 15392 0 0 0 178 7 0 0 20 0 16 0 414307022 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672991268016 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4415] ppid=4409 vsize=10746276 memory=628 CPUtime=0.37 cores=1,3,5,7
/proc/4412/task/4415/stat : 4415 (java) S 4409 4412 4259 0 -1 1077944384 4262 0 0 0 31 6 0 0 20 0 16 0 414307023 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672939645584 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4416] ppid=4409 vsize=10746276 memory=1056 CPUtime=0.36 cores=1,3,5,7
/proc/4412/task/4416/stat : 4416 (java) S 4409 4412 4259 0 -1 1077944384 3328 0 0 0 29 7 0 0 20 0 16 0 414307023 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672938592784 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4417] ppid=4409 vsize=10746276 memory=1556 CPUtime=0.37 cores=1,3,5,7
/proc/4412/task/4417/stat : 4417 (java) S 4409 4412 4259 0 -1 1077944384 7896 0 0 0 30 7 0 0 20 0 16 0 414307023 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672937539984 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4418] ppid=4409 vsize=10746276 memory=8112282956445269571 CPUtime=0.37 cores=1,3,5,7
/proc/4412/task/4418/stat : 4418 (java) S 4409 4412 4259 0 -1 1077944384 7373 0 0 0 30 7 0 0 20 0 16 0 414307023 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672936487184 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4419] ppid=4409 vsize=10746276 memory=2024 CPUtime=0.13 cores=1,3,5,7
/proc/4412/task/4419/stat : 4419 (java) S 4409 4412 4259 0 -1 1077944384 6593 0 0 0 11 2 0 0 20 0 16 0 414307024 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672546175856 140672987036290 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4420] ppid=4409 vsize=10746276 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4420/stat : 4420 (java) S 4409 4412 4259 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 414307025 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672545121888 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4421] ppid=4409 vsize=10746276 memory=1128 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4421/stat : 4421 (java) S 4409 4412 4259 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 414307025 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672544068992 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4422] ppid=4409 vsize=10746276 memory=772 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4422/stat : 4422 (java) S 4409 4412 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414307027 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672543017296 140672987043739 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4423] ppid=4409 vsize=10746276 memory=1808 CPUtime=1.02 cores=1,3,5,7
/proc/4412/task/4423/stat : 4423 (java) S 4409 4412 4259 0 -1 1077944384 4611 0 0 0 102 0 0 0 20 0 16 0 414307027 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672541964656 140672987036290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4424] ppid=4409 vsize=10746276 memory=920 CPUtime=0.96 cores=1,3,5,7
/proc/4412/task/4424/stat : 4424 (java) S 4409 4412 4259 0 -1 1077944384 5039 0 0 0 96 0 0 0 20 0 16 0 414307027 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672540911856 140672987036290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4425] ppid=4409 vsize=10746276 memory=3840 CPUtime=0.57 cores=1,3,5,7
/proc/4412/task/4425/stat : 4425 (java) S 4409 4412 4259 0 -1 1077944384 8282 0 0 0 56 1 0 0 20 0 16 0 414307027 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672539859056 140672987036290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4426] ppid=4409 vsize=10746276 memory=2300 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4426/stat : 4426 (java) S 4409 4412 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414307028 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672538806496 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4427] ppid=4409 vsize=10746276 memory=2612 CPUtime=0.28 cores=1,3,5,7
/proc/4412/task/4427/stat : 4427 (java) S 4409 4412 4259 0 -1 1077944384 1122 0 0 0 12 16 0 0 20 0 16 0 414307028 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672537754800 140672987036290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4428] ppid=4409 vsize=10746276 memory=1408 CPUtime=1092.77 cores=1,3,5,7
/proc/4412/task/4428/stat : 4428 (java) R 4409 4412 4259 0 -1 4202560 30316 0 0 0 109261 16 0 0 20 0 16 0 414307209 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672453500800 140672617089609 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
Current children cumulated CPU time: 1099.17 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 707916 KiB

[startup+1095.6 s]
/proc/loadavg: 1.87 1.89 1.38 3/228 4531
/proc/meminfo: memFree=29804648/32770624 swapFree=66997100/67108860
[pid=4412] ppid=4409 vsize=10746276 memory=707916 CPUtime=1099.58 cores=1,3,5,7
/proc/4412/stat : 4412 (java) S 4409 4412 4259 0 -1 1077944320 95618 0 0 0 109888 70 0 0 20 0 16 0 414307022 11004186624 176979 33554432000 4194304 4196468 140730476869488 140730476852032 140672987025143 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
/proc/4412/statm: 2686569 176979 3370 1 0 2646705 0
[pid=4412/tid=4414] ppid=4409 vsize=10746276 memory=707908 CPUtime=1.85 cores=1,3,5,7
/proc/4412/task/4414/stat : 4414 (java) S 4409 4412 4259 0 -1 1077944384 15392 0 0 0 178 7 0 0 20 0 16 0 414307022 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672991268016 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4415] ppid=4409 vsize=10746276 memory=8112282956445269571 CPUtime=0.37 cores=1,3,5,7
/proc/4412/task/4415/stat : 4415 (java) S 4409 4412 4259 0 -1 1077944384 4262 0 0 0 31 6 0 0 20 0 16 0 414307023 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672939645584 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4416] ppid=4409 vsize=10746276 memory=25076 CPUtime=0.36 cores=1,3,5,7
/proc/4412/task/4416/stat : 4416 (java) S 4409 4412 4259 0 -1 1077944384 3328 0 0 0 29 7 0 0 20 0 16 0 414307023 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672938592784 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4417] ppid=4409 vsize=10746276 memory=984 CPUtime=0.37 cores=1,3,5,7
/proc/4412/task/4417/stat : 4417 (java) S 4409 4412 4259 0 -1 1077944384 7896 0 0 0 30 7 0 0 20 0 16 0 414307023 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672937539984 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4418] ppid=4409 vsize=10746276 memory=2024 CPUtime=0.37 cores=1,3,5,7
/proc/4412/task/4418/stat : 4418 (java) S 4409 4412 4259 0 -1 1077944384 7373 0 0 0 30 7 0 0 20 0 16 0 414307023 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672936487184 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4419] ppid=4409 vsize=10746276 memory=1380 CPUtime=0.13 cores=1,3,5,7
/proc/4412/task/4419/stat : 4419 (java) S 4409 4412 4259 0 -1 1077944384 6593 0 0 0 11 2 0 0 20 0 16 0 414307024 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672546175856 140672987036290 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4420] ppid=4409 vsize=10746276 memory=1128 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4420/stat : 4420 (java) S 4409 4412 4259 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 414307025 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672545121888 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4421] ppid=4409 vsize=10746276 memory=772 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4421/stat : 4421 (java) S 4409 4412 4259 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 414307025 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672544068992 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4422] ppid=4409 vsize=10746276 memory=4008 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4422/stat : 4422 (java) S 4409 4412 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414307027 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672543017296 140672987043739 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4423] ppid=4409 vsize=10746276 memory=948 CPUtime=1.02 cores=1,3,5,7
/proc/4412/task/4423/stat : 4423 (java) S 4409 4412 4259 0 -1 1077944384 4611 0 0 0 102 0 0 0 20 0 16 0 414307027 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672541964656 140672987036290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4424] ppid=4409 vsize=10746276 memory=2832 CPUtime=0.96 cores=1,3,5,7
/proc/4412/task/4424/stat : 4424 (java) S 4409 4412 4259 0 -1 1077944384 5039 0 0 0 96 0 0 0 20 0 16 0 414307027 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672540911856 140672987036290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4425] ppid=4409 vsize=10746276 memory=9404 CPUtime=0.57 cores=1,3,5,7
/proc/4412/task/4425/stat : 4425 (java) S 4409 4412 4259 0 -1 1077944384 8282 0 0 0 56 1 0 0 20 0 16 0 414307027 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672539859056 140672987036290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4426] ppid=4409 vsize=10746276 memory=1548 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4426/stat : 4426 (java) S 4409 4412 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414307028 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672538806496 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4427] ppid=4409 vsize=10746276 memory=628 CPUtime=0.28 cores=1,3,5,7
/proc/4412/task/4427/stat : 4427 (java) S 4409 4412 4259 0 -1 1077944384 1122 0 0 0 12 16 0 0 20 0 16 0 414307028 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672537754800 140672987036290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4428] ppid=4409 vsize=10746276 memory=1056 CPUtime=1093.17 cores=1,3,5,7
/proc/4412/task/4428/stat : 4428 (java) R 4409 4412 4259 0 -1 4202560 30317 0 0 0 109301 16 0 0 20 0 16 0 414307209 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672453500912 140672616570778 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
Current children cumulated CPU time: 1099.58 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 707916 KiB

[startup+1096 s]*
/proc/loadavg: 1.87 1.89 1.38 3/228 4531
/proc/meminfo: memFree=29804656/32770624 swapFree=66997100/67108860
[pid=4412] ppid=4409 vsize=10746276 memory=707916 CPUtime=1099.98 cores=1,3,5,7
/proc/4412/stat : 4412 (java) S 4409 4412 4259 0 -1 1077944320 95618 0 0 0 109928 70 0 0 20 0 16 0 414307022 11004186624 176979 33554432000 4194304 4196468 140730476869488 140730476852032 140672987025143 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
/proc/4412/statm: 2686569 176979 3370 1 0 2646705 0
[pid=4412/tid=4414] ppid=4409 vsize=10746276 memory=2300 CPUtime=1.85 cores=1,3,5,7
/proc/4412/task/4414/stat : 4414 (java) S 4409 4412 4259 0 -1 1077944384 15392 0 0 0 178 7 0 0 20 0 16 0 414307022 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672991268016 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4415] ppid=4409 vsize=10746276 memory=2612 CPUtime=0.37 cores=1,3,5,7
/proc/4412/task/4415/stat : 4415 (java) S 4409 4412 4259 0 -1 1077944384 4262 0 0 0 31 6 0 0 20 0 16 0 414307023 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672939645584 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4416] ppid=4409 vsize=10746276 memory=4872558044660077418 CPUtime=0.36 cores=1,3,5,7
/proc/4412/task/4416/stat : 4416 (java) S 4409 4412 4259 0 -1 1077944384 3328 0 0 0 29 7 0 0 20 0 16 0 414307023 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672938592784 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4417] ppid=4409 vsize=10746276 memory=3264 CPUtime=0.37 cores=1,3,5,7
/proc/4412/task/4417/stat : 4417 (java) S 4409 4412 4259 0 -1 1077944384 7896 0 0 0 30 7 0 0 20 0 16 0 414307023 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672937539984 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4418] ppid=4409 vsize=10746276 memory=270644 CPUtime=0.37 cores=1,3,5,7
/proc/4412/task/4418/stat : 4418 (java) S 4409 4412 4259 0 -1 1077944384 7373 0 0 0 30 7 0 0 20 0 16 0 414307023 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672936487184 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4419] ppid=4409 vsize=10746276 memory=1408 CPUtime=0.13 cores=1,3,5,7
/proc/4412/task/4419/stat : 4419 (java) S 4409 4412 4259 0 -1 1077944384 6593 0 0 0 11 2 0 0 20 0 16 0 414307024 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672546175856 140672987036290 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4420] ppid=4409 vsize=10746276 memory=3204 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4420/stat : 4420 (java) S 4409 4412 4259 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 414307025 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672545121888 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4421] ppid=4409 vsize=10746276 memory=707916 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4421/stat : 4421 (java) S 4409 4412 4259 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 414307025 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672544068992 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4422] ppid=4409 vsize=10746276 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4422/stat : 4422 (java) S 4409 4412 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414307027 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672543017296 140672987043739 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4423] ppid=4409 vsize=10746276 memory=1164 CPUtime=1.02 cores=1,3,5,7
/proc/4412/task/4423/stat : 4423 (java) S 4409 4412 4259 0 -1 1077944384 4611 0 0 0 102 0 0 0 20 0 16 0 414307027 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672541964656 140672987036290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4424] ppid=4409 vsize=10746276 memory=8317482817917895235 CPUtime=0.96 cores=1,3,5,7
/proc/4412/task/4424/stat : 4424 (java) S 4409 4412 4259 0 -1 1077944384 5039 0 0 0 96 0 0 0 20 0 16 0 414307027 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672540911856 140672987036290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4425] ppid=4409 vsize=10746276 memory=4872558044660077418 CPUtime=0.57 cores=1,3,5,7
/proc/4412/task/4425/stat : 4425 (java) S 4409 4412 4259 0 -1 1077944384 8282 0 0 0 56 1 0 0 20 0 16 0 414307027 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672539859056 140672987036290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4426] ppid=4409 vsize=10746276 memory=800 CPUtime=0 cores=1,3,5,7
/proc/4412/task/4426/stat : 4426 (java) S 4409 4412 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414307028 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672538806496 140672987035349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4427] ppid=4409 vsize=10746276 memory=1808 CPUtime=0.28 cores=1,3,5,7
/proc/4412/task/4427/stat : 4427 (java) S 4409 4412 4259 0 -1 1077944384 1122 0 0 0 12 16 0 0 20 0 16 0 414307028 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672537754800 140672987036290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
[pid=4412/tid=4428] ppid=4409 vsize=10746276 memory=920 CPUtime=1093.58 cores=1,3,5,7
/proc/4412/task/4428/stat : 4428 (java) R 4409 4412 4259 0 -1 4202560 30317 0 0 0 109342 16 0 0 20 0 16 0 414307209 11004186624 176979 33554432000 4194304 4196468 140730476869488 140672453500912 140672616571532 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36814848 140730476876811 140730476876914 140730476876914 140730476879823 0
Current children cumulated CPU time: 1099.98 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 707916 KiB

Child status: 0
Real time (s): 1096.06
CPU time (s): 1100.05
CPU user time (s): 1099.34
CPU system time (s): 0.709159
CPU usage (%): 100.364
Max. virtual memory (cumulated for all children) (KiB): 10746276
Max. memory (cumulated for all children) (KiB): 1063888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1099.34
system time used= 0.709159
maximum resident set size= 1065504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97900
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28779
involuntary context switches= 445


# summary of solver processes directly reported to runsolver:
#   pid: 4412
#   total CPU time (s): 1100.05
#   total CPU user time (s): 1099.34
#   total CPU system time (s): 0.709159

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.60275 second user time and 7.76755 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-13 14:14:07
IDJOB=4390720
IDBENCH=121537
IDSOLVER=2832
FILE ID=node106/4390720-1568380524
RUNJOBID= node106-1568376840-4291
PBS_JOBID= 21701848
Free space on /tmp= 56724 MiB

SOLVER NAME= AbsCon 2019-07-23
BENCH NAME= XCSP17/Random/Random-RB-3-24-24f/rand-3-24-24-76-632f-49.xml
COMMAND LINE= java -cp AbsCon19-06.jar AbsCon BENCHNAME -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4390720-1568380524/watcher-4390720-1568380524 -o /tmp/evaluation-result-4390720-1568380524/solver-4390720-1568380524 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568376840-4291 --watchdog 2580  java -cp AbsCon19-06.jar AbsCon HOME/instance-4390720-1568380524.xml -cm

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

MD5SUM BENCH= eb1071698302cc934647f3ac3e5db9c3
RANDOM SEED=1712976382

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30623260 kB
MemAvailable:   31763112 kB
Buffers:          149440 kB
Cached:          1269020 kB
SwapCached:         9728 kB
Active:           524188 kB
Inactive:        1049832 kB
Active(anon):     154696 kB
Inactive(anon):    33700 kB
Active(file):     369492 kB
Inactive(file):  1016132 kB
Unevictable:      107768 kB
Mlocked:          107768 kB
SwapTotal:      67108860 kB
SwapFree:       66997092 kB
Dirty:             12140 kB
Writeback:             0 kB
AnonPages:        253900 kB
Mapped:            49392 kB
Shmem:             24712 kB
Slab:             169508 kB
SReclaimable:     140124 kB
SUnreclaim:        29384 kB
KernelStack:        3712 kB
PageTables:         6060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1249136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    165888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 56716 MiB
End job on node106 at 2019-09-13 14:32:23