Trace number 4390624

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 6.63594 3.67523

DiagnosticValue
WRONG_DECISIONS9061

General information on the benchmark

NameCrossword/Crossword-m1c-words-herald/
Crossword-m1c-words-h2303.xml
MD5SUM4f78cb4d5ebc47069554ab66515ce573
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 benchmark4.32369
Satisfiable
(Un)Satisfiability was proved
Number of variables529
Number of constraints174
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":440}]
Minimum variable degree0
Maximum variable degree2
Distribution of variable degrees[{"degree":0,"count":89},{"degree":2,"count":440}]
Minimum constraint arity3
Maximum constraint arity13
Distribution of constraint arities[{"arity":3,"count":26},{"arity":4,"count":58},{"arity":5,"count":42},{"arity":6,"count":24},{"arity":7,"count":10},{"arity":8,"count":2},{"arity":9,"count":2},{"arity":10,"count":4},{"arity":11,"count":2},{"arity":12,"count":2},{"arity":13,"count":2}]
Number of extensional constraints174
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":174}]
Optimization problemNO
Type of objective

Solver Data

2.41/1.88	
2.41/1.88	AbsCon 2 
2.66/1.90	
3.89/2.30	  Instance
3.89/2.30	    name=instance-4390624-1568386459, framework=CSP
3.89/2.30	
3.89/2.30	  Loading variables...
3.89/2.37	  Loading constraints...
4.22/2.50	
4.22/2.50	  Domains
4.22/2.50	    nTypes=1, nValues=11440, sizes=[26#440]
4.22/2.50	  Variables
4.22/2.50	    count=440, degrees=[2#440]
4.22/2.50	  Constraints
4.22/2.50	    count=174, nSpecific=174, arities=[3#26,4#58,5#42,6#24...10#4,11#2,12#2,13#2]
4.22/2.50	    distribution=[CtrExtensionCT-Table#174]
4.22/2.50	    tables=[535#26,1136#2,1881#2,2237#58...6079#2,6170#24,7074#2,7360#10], nTotalTuples=597486
4.22/2.50	    nExtStructures=(11,shared:163)
4.22/2.50	    wck=0.647, cpu=2.463, mem=124M917
4.55/2.52	  Solver SolverBacktrack being built...
4.55/2.52	
4.55/2.57	
4.55/2.57	  Solver
4.55/2.57	    guaranteedGAC=true
4.55/2.57	    wck=0.721, cpu=2.515, mem=49M369
4.55/2.59	
4.55/2.59	  Preprocessing
4.55/2.59	    filters=166, nACremovedValues=606, nTotalRemovedValues=606, inconcistency=false
4.55/2.59	    wck=0.015, cpu=2.533, mem=49M369
4.55/2.59	
4.83/2.61	    num=0, depth=10..12, filters=574, wck=0.029, mem=50M690
4.83/2.61	    decisions=34, wrong=11, backtracks=1, failedAssignments=10, nogoods=6
4.83/2.61	    nFilterCalls=917, avgTableProportion=0.999548717079962, avgTableSize=3831.1057797164667
4.83/2.61	    
4.83/2.61	    num=1, depth=5..7, filters=918, wck=0.034, mem=50M690
4.83/2.61	    decisions=64, wrong=23, backtracks=2, failedAssignments=21, nogoods=17
4.83/2.61	    nFilterCalls=1398, avgTableProportion=0.9995840204684957, avgTableSize=4038.3197424892705
4.83/2.61	    
4.83/2.61	    num=2, depth=6..8, filters=1338, wck=0.041, mem=50M690
4.83/2.61	    decisions=100, wrong=38, backtracks=5, failedAssignments=33, nogoods=23
4.83/2.61	    nFilterCalls=2008, avgTableProportion=0.9995801707562117, avgTableSize=4055.5368525896415
4.83/2.61	    
4.83/2.62	    num=3, depth=6..9, filters=1794, wck=0.047, mem=50M690
4.83/2.62	    decisions=140, wrong=55, backtracks=9, failedAssignments=46, nogoods=25
4.83/2.62	    nFilterCalls=2701, avgTableProportion=0.9995581845493882, avgTableSize=3966.5457238059976
4.83/2.62	    
4.83/2.62	    num=4, depth=6..7, filters=2065, wck=0.052, mem=50M690
4.83/2.62	    decisions=176, wrong=70, backtracks=10, failedAssignments=60, nogoods=38
4.83/2.62	    nFilterCalls=3082, avgTableProportion=0.9995703693251264, avgTableSize=3970.7738481505517
4.83/2.62	    
4.83/2.64	    num=5, depth=5..9, filters=2613, wck=0.072, mem=50M690
4.83/2.64	    decisions=221, wrong=90, backtracks=15, failedAssignments=76, nogoods=39
4.83/2.64	    nFilterCalls=3882, avgTableProportion=0.9995708127711229, avgTableSize=3895.160999484802
4.83/2.64	    
4.83/2.65	    num=6, depth=4..7, filters=3310, wck=0.078, mem=50M690
4.83/2.65	    decisions=275, wrong=114, backtracks=22, failedAssignments=93, nogoods=42
4.83/2.65	    nFilterCalls=4831, avgTableProportion=0.9995825194240954, avgTableSize=4014.5996688056302
4.83/2.65	    
4.83/2.66	    num=7, depth=2..7, filters=4206, wck=0.086, mem=50M690
4.83/2.66	    decisions=334, wrong=141, backtracks=33, failedAssignments=112, nogoods=47
4.83/2.66	    nFilterCalls=6070, avgTableProportion=0.9995826038204658, avgTableSize=4040.7922570016476
4.83/2.66	    
4.83/2.66	    num=8, depth=3..6, filters=4983, wck=0.093, mem=50M690
4.83/2.66	    decisions=394, wrong=169, backtracks=40, failedAssignments=133, nogoods=53
4.83/2.66	    nFilterCalls=7186, avgTableProportion=0.9995789776761164, avgTableSize=4007.129974951294
4.83/2.66	    
4.83/2.67	    num=9, depth=4..6, filters=5685, wck=0.099, mem=50M690
4.83/2.67	    decisions=456, wrong=198, backtracks=46, failedAssignments=156, nogoods=55
4.83/2.67	    nFilterCalls=8213, avgTableProportion=0.9995869845068345, avgTableSize=4014.1904298064046
4.83/2.67	    
4.83/2.68	    num=10, depth=4..9, filters=6602, wck=0.107, mem=53M276
4.83/2.68	    decisions=530, wrong=233, backtracks=57, failedAssignments=181, nogoods=56
4.83/2.68	    nFilterCalls=9505, avgTableProportion=0.999583664688455, avgTableSize=3982.4678590215676
4.83/2.68	    
4.83/2.69	    num=11, depth=5..9, filters=7468, wck=0.115, mem=53M276
4.83/2.69	    decisions=610, wrong=270, backtracks=70, failedAssignments=209, nogoods=73
4.83/2.69	    nFilterCalls=10740, avgTableProportion=0.9995851504122664, avgTableSize=3979.1891061452516
4.83/2.69	    
5.14/2.70	    num=12, depth=2..8, filters=8453, wck=0.124, mem=53M276
5.14/2.70	    decisions=702, wrong=312, backtracks=81, failedAssignments=240, nogoods=82
5.14/2.70	    nFilterCalls=12134, avgTableProportion=0.9995865690407975, avgTableSize=3969.2164990934566
5.14/2.70	    
5.14/2.71	    num=13, depth=4..8, filters=9370, wck=0.134, mem=53M276
5.14/2.71	    decisions=794, wrong=356, backtracks=91, failedAssignments=274, nogoods=89
5.14/2.71	    nFilterCalls=13456, avgTableProportion=0.9995894354043369, avgTableSize=3977.333159928656
5.14/2.71	    
5.14/2.72	    num=14, depth=4..8, filters=10565, wck=0.145, mem=53M276
5.14/2.72	    decisions=894, wrong=404, backtracks=104, failedAssignments=311, nogoods=99
5.14/2.72	    nFilterCalls=15076, avgTableProportion=0.999591700582571, avgTableSize=3987.4195409923054
5.14/2.72	    
5.14/2.73	    num=15, depth=3..8, filters=12302, wck=0.158, mem=55M862
5.14/2.73	    decisions=1015, wrong=462, backtracks=125, failedAssignments=352, nogoods=104
5.14/2.73	    nFilterCalls=17501, avgTableProportion=0.9995884578698101, avgTableSize=3969.7359008056683
5.14/2.73	    
5.14/2.74	    num=16, depth=4..8, filters=13884, wck=0.168, mem=55M862
5.14/2.74	    decisions=1139, wrong=521, backtracks=139, failedAssignments=397, nogoods=109
5.14/2.74	    nFilterCalls=19749, avgTableProportion=0.999585379863331, avgTableSize=3954.677401387412
5.14/2.74	    
5.14/2.75	    num=17, depth=3..7, filters=15454, wck=0.177, mem=55M862
5.14/2.75	    decisions=1269, wrong=584, backtracks=155, failedAssignments=447, nogoods=121
5.14/2.75	    nFilterCalls=21842, avgTableProportion=0.9995860665791678, avgTableSize=3992.1612031865216
5.14/2.75	    
5.14/2.76	    num=18, depth=4..9, filters=17250, wck=0.187, mem=55M862
5.14/2.76	    decisions=1420, wrong=655, backtracks=172, failedAssignments=502, nogoods=124
5.14/2.76	    nFilterCalls=24372, avgTableProportion=0.9995875252083148, avgTableSize=3996.522689972099
5.14/2.76	    
5.14/2.77	    num=19, depth=4..9, filters=19427, wck=0.198, mem=58M449
5.14/2.77	    decisions=1599, wrong=741, backtracks=202, failedAssignments=563, nogoods=133
5.14/2.77	    nFilterCalls=27445, avgTableProportion=0.999587453912569, avgTableSize=3997.2756786299874
5.14/2.77	    
5.14/2.78	    num=20, depth=4..9, filters=21443, wck=0.209, mem=58M449
5.14/2.78	    decisions=1780, wrong=829, backtracks=226, failedAssignments=630, nogoods=140
5.14/2.78	    nFilterCalls=30337, avgTableProportion=0.9995864537739803, avgTableSize=3980.6695784026106
5.14/2.78	    
5.14/2.79	    num=21, depth=6..10, filters=23389, wck=0.217, mem=58M449
5.14/2.79	    decisions=1965, wrong=918, backtracks=242, failedAssignments=704, nogoods=153
5.14/2.79	    nFilterCalls=33087, avgTableProportion=0.9995846417482743, avgTableSize=3959.7941487593316
5.14/2.79	    
5.42/2.80	    num=22, depth=4..27, filters=26453, wck=0.232, mem=61M35
5.42/2.80	    decisions=2193, wrong=1021, backtracks=265, failedAssignments=785, nogoods=187
5.42/2.80	    nFilterCalls=37205, avgTableProportion=0.9995815744996, avgTableSize=3942.590028222013
5.42/2.80	    
5.42/2.82	    num=23, depth=5..27, filters=30371, wck=0.25, mem=61M35
5.42/2.82	    decisions=2463, wrong=1144, backtracks=302, failedAssignments=874, nogoods=203
5.42/2.82	    nFilterCalls=42575, avgTableProportion=0.9995839637138484, avgTableSize=3958.416253669994
5.42/2.82	    
5.42/2.83	    num=24, depth=5..11, filters=33291, wck=0.262, mem=63M621
5.42/2.83	    decisions=2727, wrong=1273, backtracks=337, failedAssignments=972, nogoods=217
5.42/2.83	    nFilterCalls=46609, avgTableProportion=0.9995893179903864, avgTableSize=3965.875581969148
5.42/2.83	    
5.42/2.85	    num=25, depth=3..8, filters=36756, wck=0.278, mem=63M621
5.42/2.85	    decisions=3018, wrong=1416, backtracks=379, failedAssignments=1080, nogoods=229
5.42/2.85	    nFilterCalls=51486, avgTableProportion=0.9995901560084017, avgTableSize=3959.5957736083597
5.42/2.85	    
5.42/2.86	    num=26, depth=5..37, filters=40538, wck=0.293, mem=66M208
5.42/2.86	    decisions=3353, wrong=1567, backtracks=414, failedAssignments=1199, nogoods=281
5.42/2.86	    nFilterCalls=56655, avgTableProportion=0.9995913638512927, avgTableSize=3955.9747771600037
5.42/2.86	    
5.42/2.88	    num=27, depth=3..8, filters=44300, wck=0.312, mem=68M794
5.42/2.88	    decisions=3681, wrong=1728, backtracks=447, failedAssignments=1330, nogoods=311
5.42/2.88	    nFilterCalls=61775, avgTableProportion=0.9995923158733293, avgTableSize=3959.3270578713073
5.42/2.88	    
5.54/2.90	    num=28, depth=4..66, filters=49780, wck=0.334, mem=68M794
5.54/2.90	    decisions=4114, wrong=1917, backtracks=500, failedAssignments=1474, nogoods=367
5.54/2.90	    nFilterCalls=69345, avgTableProportion=0.9995864756284475, avgTableSize=3934.9356550580433
5.54/2.90	    
5.54/2.93	    num=29, depth=3..8, filters=54954, wck=0.358, mem=71M380
5.54/2.93	    decisions=4503, wrong=2109, backtracks=534, failedAssignments=1632, nogoods=378
5.54/2.93	    nFilterCalls=76523, avgTableProportion=0.9995848157685353, avgTableSize=3932.8120434379207
5.54/2.93	    
5.54/2.95	    num=30, depth=2..8, filters=60267, wck=0.382, mem=73M967
5.54/2.95	    decisions=4929, wrong=2320, backtracks=578, failedAssignments=1806, nogoods=402
5.54/2.95	    nFilterCalls=83803, avgTableProportion=0.9995846834572839, avgTableSize=3928.401966516712
5.54/2.95	    
5.54/2.98	    num=31, depth=3..9, filters=66910, wck=0.409, mem=76M553
5.54/2.98	    decisions=5431, wrong=2568, backtracks=638, failedAssignments=1997, nogoods=416
5.54/2.98	    nFilterCalls=92891, avgTableProportion=0.9995819909700221, avgTableSize=3912.5766328277227
5.54/2.98	    
5.66/3.02	    num=32, depth=3..64, filters=74158, wck=0.445, mem=79M139
5.66/3.02	    decisions=5999, wrong=2824, backtracks=695, failedAssignments=2208, nogoods=477
5.66/3.02	    nFilterCalls=102701, avgTableProportion=0.9995786480076004, avgTableSize=3917.2739213834334
5.66/3.02	    
5.66/3.04	    num=33, depth=4..41, filters=81268, wck=0.474, mem=81M725
5.66/3.04	    decisions=6612, wrong=3115, backtracks=774, failedAssignments=2440, nogoods=513
5.66/3.04	    nFilterCalls=112272, avgTableProportion=0.9995792621744393, avgTableSize=3932.9779553227877
5.66/3.04	    
5.66/3.08	    num=34, depth=4..39, filters=88447, wck=0.505, mem=84M312
5.66/3.08	    decisions=7285, wrong=3437, backtracks=856, failedAssignments=2695, nogoods=557
5.66/3.08	    nFilterCalls=122023, avgTableProportion=0.9995791154342927, avgTableSize=3942.469878629439
5.66/3.08	    
5.77/3.12	    num=35, depth=7..79, filters=98237, wck=0.547, mem=86M898
5.77/3.12	    decisions=8082, wrong=3804, backtracks=956, failedAssignments=2976, nogoods=613
5.77/3.12	    nFilterCalls=135684, avgTableProportion=0.9995740914075836, avgTableSize=3931.5738185784617
5.77/3.12	    
5.77/3.16	    num=36, depth=2..9, filters=107330, wck=0.586, mem=92M71
5.77/3.16	    decisions=8872, wrong=4196, backtracks=1050, failedAssignments=3285, nogoods=636
5.77/3.16	    nFilterCalls=148201, avgTableProportion=0.9995741425256299, avgTableSize=3923.2561926032886
5.77/3.16	    
5.91/3.20	    num=37, depth=4..17, filters=118823, wck=0.634, mem=97M243
5.91/3.20	    decisions=9757, wrong=4632, backtracks=1148, failedAssignments=3625, nogoods=674
5.91/3.20	    nFilterCalls=163589, avgTableProportion=0.9995753046449856, avgTableSize=3922.3595901924946
5.91/3.20	    
5.91/3.25	    num=38, depth=3..70, filters=131261, wck=0.681, mem=99M830
5.91/3.25	    decisions=10799, wrong=5125, backtracks=1291, failedAssignments=3999, nogoods=726
5.91/3.25	    nFilterCalls=180425, avgTableProportion=0.9995738251816947, avgTableSize=3915.0331384231677
5.91/3.25	    
6.09/3.31	    num=39, depth=3..83, filters=145547, wck=0.742, mem=105M2
6.09/3.31	    decisions=11914, wrong=5651, backtracks=1426, failedAssignments=4410, nogoods=785
6.09/3.31	    nFilterCalls=199959, avgTableProportion=0.999571736123208, avgTableSize=3897.9518751344026
6.09/3.31	    
6.30/3.40	    num=40, depth=4..94, filters=163540, wck=0.834, mem=110M175
6.30/3.40	    decisions=13200, wrong=6252, backtracks=1599, failedAssignments=4862, nogoods=870
6.30/3.40	    nFilterCalls=223547, avgTableProportion=0.9995718800904482, avgTableSize=3893.827843809132
6.30/3.40	    
6.30/3.46	    num=41, depth=6..95, filters=178351, wck=0.888, mem=115M347
6.30/3.46	    decisions=14549, wrong=6885, backtracks=1760, failedAssignments=5359, nogoods=947
6.30/3.46	    nFilterCalls=243243, avgTableProportion=0.9995702367422095, avgTableSize=3899.684817240373
6.30/3.46	    
6.43/3.52	    num=42, depth=6..33, filters=194671, wck=0.949, mem=120M520
6.43/3.52	    decisions=16015, wrong=7609, backtracks=1971, failedAssignments=5906, nogoods=974
6.43/3.52	    nFilterCalls=264601, avgTableProportion=0.9995733198729648, avgTableSize=3881.129364590459
6.43/3.52	    
6.43/3.59	    num=43, depth=6..60, filters=214014, wck=1.024, mem=128M279
6.43/3.59	    decisions=17617, wrong=8385, backtracks=2171, failedAssignments=6508, nogoods=1006
6.43/3.59	    nFilterCalls=290126, avgTableProportion=0.9995721532936476, avgTableSize=3877.3386046062747
6.43/3.59	    
6.53/3.66	    num=44, depth=6..439, filters=231202, ccks=174, wck=1.092, mem=133M451
6.53/3.66	    decisions=19046, wrong=9061, backtracks=2360, failedAssignments=7036, nogoods=1006, foundSolutions=1
6.53/3.66	    nFilterCalls=312816, avgTableProportion=0.9995708583125787, avgTableSize=3879.5751336248786
6.53/3.66	    
6.53/3.66	  Global
6.53/3.66	    filters=231202, ccks=174, nogoods=1006
6.53/3.66	    Stop=REACHED_GOAL, wrong=9061, foundSolutions=1, firstSolCpu=3.593
6.53/3.66	    wck=1.815, cpu=3.602, mem=133M451
6.53/3.66	
6.53/3.66	v <instantiation id='sol1' type='solution'>  <list> x[][] </list>  <values> 3 14 20 1 19 18 * 11 0 13 6 4 * 4 12 12 0 * 18 19 0 12 15 8 12 15 20 17 4 * 14 2 4 0 13 * 17 4 0 17 * 0 17 12 2 14 17 4 15 11 4 13 8 18 7 8 13 6 * 0 3 3 8 2 19 8 14 13 18 0 6 4 11 4 18 18 * 4 11 6 8 13 * 8 3 4 0 * 5 17 4 4 2 0 17 * * 4 11 10 * * * 13 4 0 19 4 18 19 * 11 0 8 17 * * * 12 8 11 4 0 6 4 * 4 18 18 4 13 * * 1 4 11 11 18 18 4 3 20 2 4 * 9 0 21 0 * 18 8 17 * 0 6 4 17 * * * 2 17 8 18 4 18 * 0 21 0 8 11 * 0 17 18 8 13 4 * 12 4 11 0 13 18 8 * 18 7 17 4 3 3 4 17 * 0 8 3 0 * 13 20 3 4 13 8 2 2 14 11 14 * * 4 0 6 4 17 13 4 18 18 * 14 11 6 0 18 4 0 * 15 24 14 19 17 * * 18 0 24 4 17 * 7 4 0 19 4 3 * * 17 0 4 * 5 17 4 18 7 * 15 4 0 17 18 * 15 7 8 * * 12 14 3 20 11 0 * 0 2 7 4 18 * * 13 0 14 12 8 * 18 17 8 14 11 8 13 * 12 2 2 11 4 11 11 0 13 * * 24 20 2 0 19 0 13 3 4 13 19 * 8 14 19 0 * 12 0 2 0 18 18 0 17 * 3 0 3 0 4 6 6 * 14 3 4 18 18 0 * 21 8 18 8 19 * 3 17 0 6 14 13 * * * 2 20 4 3 * 18 20 18 * 3 0 19 0 * 4 20 6 4 13 4 11 0 1 14 17 * * 12 8 13 2 4 * 18 20 1 19 17 4 4 * * * 4 12 8 11 * 17 14 14 5 19 14 15 * * * 18 0 14 * * 1 8 1 12 14 11 4 * 0 1 11 24 * 19 14 18 2 0 * 19 20 18 2 0 13 24 12 20 11 19 8 12 4 3 8 0 * 2 11 14 19 7 4 18 7 14 17 18 4 0 13 8 19 0 * 18 4 13 3 * 7 0 13 14 8 * 11 14 2 10 4 17 18 19 4 4 13 * 4 17 6 14 * 18 19 4 12 18 * 24 4 0 18 19 18 </values>  </instantiation>
6.53/3.66	s SATISFIABLE
6.53/3.66	
6.53/3.66	d WRONG_DECISIONS 9061

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390624-1568386459/watcher-4390624-1568386459 -o /tmp/evaluation-result-4390624-1568386459/solver-4390624-1568386459 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568380458-20197 --watchdog 2580 java -cp AbsCon19-06.jar AbsCon HOME/instance-4390624-1568386459.xml -cm 

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

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

solver pid=21430, runsolver pid=21427

[startup+0.100104 s]*
/proc/loadavg: 1.80 1.85 1.82 4/229 21445
/proc/meminfo: memFree=30993416/32770624 swapFree=66996904/67108860
[pid=21430] ppid=21427 vsize=10659884 memory=29196 CPUtime=0.14 cores=1,3,5,7
/proc/21430/stat : 21430 (java) S 21427 21430 20165 0 -1 1077944320 5809 0 0 0 12 2 0 0 20 0 15 0 414898981 10915721216 7299 33554432000 4194304 4196468 140731138397504 140731138380048 140084855115511 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
/proc/21430/statm: 2664971 7299 2909 1 0 2627468 0
[pid=21430/tid=21432] ppid=21427 vsize=10659884 memory=720575944405811505 CPUtime=0.09 cores=1,3,5,7
/proc/21430/task/21432/stat : 21432 (java) R 21427 21430 20165 0 -1 4202560 3284 0 0 0 8 1 0 0 20 0 15 0 414898981 10915721216 7299 33554432000 4194304 4196468 140731138397504 140084859344472 140084832338640 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21433] ppid=21427 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21433/stat : 21433 (java) S 21427 21430 20165 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414898982 10915721216 7299 33554432000 4194304 4196468 140731138397504 140084791806352 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21434] ppid=21427 vsize=10659884 memory=3978007693378012832 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21434/stat : 21434 (java) S 21427 21430 20165 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414898982 10915721216 7299 33554432000 4194304 4196468 140731138397504 140084790753552 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21435] ppid=21427 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21435/stat : 21435 (java) S 21427 21430 20165 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414898982 10915721216 7299 33554432000 4194304 4196468 140731138397504 140084789701264 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21436] ppid=21427 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21436/stat : 21436 (java) S 21427 21430 20165 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414898982 10915721216 7299 33554432000 4194304 4196468 140731138397504 140084788648464 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21437] ppid=21427 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21437/stat : 21437 (java) S 21427 21430 20165 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414898983 10915721216 7299 33554432000 4194304 4196468 140731138397504 140084346886768 140084855126658 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21438] ppid=21427 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21438/stat : 21438 (java) S 21427 21430 20165 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414898984 10915721216 7299 33554432000 4194304 4196468 140731138397504 140084345832736 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21439] ppid=21427 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21439/stat : 21439 (java) S 21427 21430 20165 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414898984 10915721216 7299 33554432000 4194304 4196468 140731138397504 140084344780400 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21440] ppid=21427 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21440/stat : 21440 (java) S 21427 21430 20165 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414898986 10915721216 7299 33554432000 4194304 4196468 140731138397504 140084343728720 140084855134107 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21441] ppid=21427 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21441/stat : 21441 (java) S 21427 21430 20165 0 -1 1077944384 374 0 0 0 0 0 0 0 20 0 15 0 414898986 10915721216 7299 33554432000 4194304 4196468 140731138397504 140084342675568 140084855126658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21442] ppid=21427 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21442/stat : 21442 (java) R 21427 21430 20165 0 -1 1077944384 278 0 0 0 0 0 0 0 20 0 15 0 414898986 10915721216 7299 33554432000 4194304 4196468 140731138397504 140084341622768 140084855126658 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21443] ppid=21427 vsize=10659884 memory=140404704757376 CPUtime=0.02 cores=1,3,5,7
/proc/21430/task/21443/stat : 21443 (java) R 21427 21430 20165 0 -1 4202560 523 0 0 0 2 0 0 0 20 0 15 0 414898986 10915721216 7299 33554432000 4194304 4196468 140731138397504 140084340567352 140084834057048 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21444] ppid=21427 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21444/stat : 21444 (java) S 21427 21430 20165 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414898987 10915721216 7299 33554432000 4194304 4196468 140731138397504 140084339517920 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21445] ppid=21427 vsize=10659884 memory=140404704757376 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21445/stat : 21445 (java) S 21427 21430 20165 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414898987 10915721216 7299 33554432000 4194304 4196468 140731138397504 140084338465712 140084855126658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 29196 KiB

[startup+0.21088 s]*
/proc/loadavg: 1.80 1.85 1.82 4/229 21445
/proc/meminfo: memFree=30982396/32770624 swapFree=66996904/67108860
[pid=21430] ppid=21427 vsize=10659884 memory=37008 CPUtime=0.33 cores=1,3,5,7
/proc/21430/stat : 21430 (java) S 21427 21430 20165 0 -1 1077944320 8992 0 0 0 29 4 0 0 20 0 15 0 414898981 10915721216 9252 33554432000 4194304 4196468 140731138397504 140731138380048 140084855115511 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
/proc/21430/statm: 2664971 9252 2988 1 0 2627468 0
[pid=21430/tid=21432] ppid=21427 vsize=10659884 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/21430/task/21432/stat : 21432 (java) R 21427 21430 20165 0 -1 4202560 6098 0 0 0 17 2 0 0 20 0 15 0 414898981 10915721216 9252 33554432000 4194304 4196468 140731138397504 140084859347472 140084855137437 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21433] ppid=21427 vsize=10659884 memory=364 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21433/stat : 21433 (java) S 21427 21430 20165 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414898982 10915721216 9252 33554432000 4194304 4196468 140731138397504 140084791806352 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21434] ppid=21427 vsize=10659884 memory=140404708025623 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21434/stat : 21434 (java) S 21427 21430 20165 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414898982 10915721216 9252 33554432000 4194304 4196468 140731138397504 140084790753552 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21435] ppid=21427 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21435/stat : 21435 (java) S 21427 21430 20165 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414898982 10915721216 9252 33554432000 4194304 4196468 140731138397504 140084789701264 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21436] ppid=21427 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21436/stat : 21436 (java) S 21427 21430 20165 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414898982 10915721216 9252 33554432000 4194304 4196468 140731138397504 140084788648464 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21437] ppid=21427 vsize=10659884 memory=140404704757376 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21437/stat : 21437 (java) S 21427 21430 20165 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414898983 10915721216 9252 33554432000 4194304 4196468 140731138397504 140084346886768 140084855126658 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21438] ppid=21427 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21438/stat : 21438 (java) S 21427 21430 20165 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414898984 10915721216 9252 33554432000 4194304 4196468 140731138397504 140084345832736 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21439] ppid=21427 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21439/stat : 21439 (java) S 21427 21430 20165 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414898984 10915721216 9252 33554432000 4194304 4196468 140731138397504 140084344780400 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21440] ppid=21427 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21440/stat : 21440 (java) S 21427 21430 20165 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414898986 10915721216 9252 33554432000 4194304 4196468 140731138397504 140084343728720 140084855134107 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21441] ppid=21427 vsize=10659884 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/21430/task/21441/stat : 21441 (java) S 21427 21430 20165 0 -1 1077944384 571 0 0 0 3 0 0 0 20 0 15 0 414898986 10915721216 9252 33554432000 4194304 4196468 140731138397504 140084342675568 140084855126658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21442] ppid=21427 vsize=10659884 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/21430/task/21442/stat : 21442 (java) S 21427 21430 20165 0 -1 1077944384 346 0 0 0 2 0 0 0 20 0 15 0 414898986 10915721216 9252 33554432000 4194304 4196468 140731138397504 140084341622768 140084855126658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21443] ppid=21427 vsize=10659884 memory=140404704757376 CPUtime=0.05 cores=1,3,5,7
/proc/21430/task/21443/stat : 21443 (java) S 21427 21430 20165 0 -1 1077944384 618 0 0 0 5 0 0 0 20 0 15 0 414898986 10915721216 9252 33554432000 4194304 4196468 140731138397504 140084340570480 140084855126658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21444] ppid=21427 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21444/stat : 21444 (java) S 21427 21430 20165 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414898987 10915721216 9252 33554432000 4194304 4196468 140731138397504 140084339517920 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21445] ppid=21427 vsize=10659884 memory=140404704757376 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21445/stat : 21445 (java) S 21427 21430 20165 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414898987 10915721216 9252 33554432000 4194304 4196468 140731138397504 140084338465712 140084855126658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 37008 KiB

[startup+0.310153 s]*
/proc/loadavg: 1.80 1.85 1.82 4/229 21445
/proc/meminfo: memFree=30980584/32770624 swapFree=66996904/67108860
[pid=21430] ppid=21427 vsize=10659884 memory=39820 CPUtime=0.47 cores=1,3,5,7
/proc/21430/stat : 21430 (java) S 21427 21430 20165 0 -1 1077944320 9189 0 0 0 43 4 0 0 20 0 15 0 414898981 10915721216 9955 33554432000 4194304 4196468 140731138397504 140731138380048 140084855115511 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
/proc/21430/statm: 2664971 9955 3017 1 0 2627468 0
[pid=21430/tid=21432] ppid=21427 vsize=10659884 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/21430/task/21432/stat : 21432 (java) R 21427 21430 20165 0 -1 4202560 6226 0 0 0 27 2 0 0 20 0 15 0 414898981 10915721216 9955 33554432000 4194304 4196468 140731138397504 140084859348224 140084855137437 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21433] ppid=21427 vsize=10659884 memory=4294976387 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21433/stat : 21433 (java) S 21427 21430 20165 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414898982 10915721216 9955 33554432000 4194304 4196468 140731138397504 140084791806352 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21434] ppid=21427 vsize=10659884 memory=140404708025436 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21434/stat : 21434 (java) S 21427 21430 20165 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414898982 10915721216 9955 33554432000 4194304 4196468 140731138397504 140084790753552 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21435] ppid=21427 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21435/stat : 21435 (java) S 21427 21430 20165 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414898982 10915721216 9955 33554432000 4194304 4196468 140731138397504 140084789701264 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21436] ppid=21427 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21436/stat : 21436 (java) S 21427 21430 20165 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414898982 10915721216 9955 33554432000 4194304 4196468 140731138397504 140084788648464 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21437] ppid=21427 vsize=10659884 memory=140404704757376 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21437/stat : 21437 (java) S 21427 21430 20165 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414898983 10915721216 9955 33554432000 4194304 4196468 140731138397504 140084346886768 140084855126658 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21438] ppid=21427 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21438/stat : 21438 (java) S 21427 21430 20165 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414898984 10915721216 9955 33554432000 4194304 4196468 140731138397504 140084345832736 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21439] ppid=21427 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21439/stat : 21439 (java) S 21427 21430 20165 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414898984 10915721216 9955 33554432000 4194304 4196468 140731138397504 140084344780400 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21440] ppid=21427 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21440/stat : 21440 (java) S 21427 21430 20165 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414898986 10915721216 9955 33554432000 4194304 4196468 140731138397504 140084343728720 140084855134107 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21441] ppid=21427 vsize=10659884 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/21430/task/21441/stat : 21441 (java) S 21427 21430 20165 0 -1 1077944384 612 0 0 0 4 0 0 0 20 0 15 0 414898986 10915721216 9955 33554432000 4194304 4196468 140731138397504 140084342675568 140084855126658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21442] ppid=21427 vsize=10659884 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/21430/task/21442/stat : 21442 (java) S 21427 21430 20165 0 -1 1077944384 354 0 0 0 3 0 0 0 20 0 15 0 414898986 10915721216 9955 33554432000 4194304 4196468 140731138397504 140084341622768 140084855126658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21443] ppid=21427 vsize=10659884 memory=140404704757376 CPUtime=0.07 cores=1,3,5,7
/proc/21430/task/21443/stat : 21443 (java) R 21427 21430 20165 0 -1 4202560 638 0 0 0 7 0 0 0 20 0 15 0 414898986 10915721216 9955 33554432000 4194304 4196468 140731138397504 140084340570480 140084834238818 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21444] ppid=21427 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21444/stat : 21444 (java) S 21427 21430 20165 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414898987 10915721216 9955 33554432000 4194304 4196468 140731138397504 140084339517920 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21445] ppid=21427 vsize=10659884 memory=140404704757376 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21445/stat : 21445 (java) S 21427 21430 20165 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414898987 10915721216 9955 33554432000 4194304 4196468 140731138397504 140084338465712 140084855126658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 39820 KiB

[startup+0.700724 s]
/proc/loadavg: 1.80 1.85 1.82 3/229 21445
/proc/meminfo: memFree=30970576/32770624 swapFree=66996904/67108860
[pid=21430] ppid=21427 vsize=10661932 memory=63060 CPUtime=1.1 cores=1,3,5,7
/proc/21430/stat : 21430 (java) S 21427 21430 20165 0 -1 1077944320 12751 0 0 0 104 6 0 0 20 0 15 0 414898981 10917818368 15765 33554432000 4194304 4196468 140731138397504 140731138380048 140084855115511 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
/proc/21430/statm: 2665483 15765 3064 1 0 2627980 0
[pid=21430/tid=21432] ppid=21427 vsize=10661932 memory=39424 CPUtime=0.67 cores=1,3,5,7
/proc/21430/task/21432/stat : 21432 (java) R 21427 21430 20165 0 -1 4202560 8785 0 0 0 63 4 0 0 20 0 15 0 414898981 10917818368 15765 33554432000 4194304 4196468 140731138397504 140084859338448 140084840810493 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21433] ppid=21427 vsize=10661932 memory=3028 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21433/stat : 21433 (java) S 21427 21430 20165 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414898982 10917818368 15765 33554432000 4194304 4196468 140731138397504 140084791806352 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21434] ppid=21427 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21434/stat : 21434 (java) S 21427 21430 20165 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414898982 10917818368 15765 33554432000 4194304 4196468 140731138397504 140084790753552 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21435] ppid=21427 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21435/stat : 21435 (java) S 21427 21430 20165 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414898982 10917818368 15765 33554432000 4194304 4196468 140731138397504 140084789701264 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21436] ppid=21427 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21436/stat : 21436 (java) S 21427 21430 20165 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414898982 10917818368 15765 33554432000 4194304 4196468 140731138397504 140084788648464 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21437] ppid=21427 vsize=10661932 memory=4 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21437/stat : 21437 (java) S 21427 21430 20165 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414898983 10917818368 15765 33554432000 4194304 4196468 140731138397504 140084346886768 140084855126658 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21438] ppid=21427 vsize=10661932 memory=14 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21438/stat : 21438 (java) S 21427 21430 20165 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414898984 10917818368 15765 33554432000 4194304 4196468 140731138397504 140084345832736 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21439] ppid=21427 vsize=10661932 memory=13 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21439/stat : 21439 (java) S 21427 21430 20165 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414898984 10917818368 15765 33554432000 4194304 4196468 140731138397504 140084344780400 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21440] ppid=21427 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21440/stat : 21440 (java) S 21427 21430 20165 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414898986 10917818368 15765 33554432000 4194304 4196468 140731138397504 140084343728720 140084855134107 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21441] ppid=21427 vsize=10661932 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/21430/task/21441/stat : 21441 (java) R 21427 21430 20165 0 -1 4202560 809 0 0 0 12 0 0 0 20 0 15 0 414898986 10917818368 15765 33554432000 4194304 4196468 140731138397504 140084342675568 140084839995241 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21442] ppid=21427 vsize=10661932 memory=1241 CPUtime=0.09 cores=1,3,5,7
/proc/21430/task/21442/stat : 21442 (java) S 21427 21430 20165 0 -1 1077944384 734 0 0 0 9 0 0 0 20 0 15 0 414898986 10917818368 15765 33554432000 4194304 4196468 140731138397504 140084341622768 140084855126658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21443] ppid=21427 vsize=10661932 memory=84454 CPUtime=0.18 cores=1,3,5,7
/proc/21430/task/21443/stat : 21443 (java) S 21427 21430 20165 0 -1 1077944384 1064 0 0 0 18 0 0 0 20 0 15 0 414898986 10917818368 15765 33554432000 4194304 4196468 140731138397504 140084340570480 140084855126658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21444] ppid=21427 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21444/stat : 21444 (java) S 21427 21430 20165 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414898987 10917818368 15765 33554432000 4194304 4196468 140731138397504 140084339517920 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21445] ppid=21427 vsize=10661932 memory=4 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21445/stat : 21445 (java) S 21427 21430 20165 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414898987 10917818368 15765 33554432000 4194304 4196468 140731138397504 140084338465712 140084855126658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 63060 KiB

[startup+1.50073 s]
/proc/loadavg: 1.80 1.85 1.82 3/229 21445
/proc/meminfo: memFree=30954136/32770624 swapFree=66996904/67108860
[pid=21430] ppid=21427 vsize=10663980 memory=75372 CPUtime=2 cores=1,3,5,7
/proc/21430/stat : 21430 (java) S 21427 21430 20165 0 -1 1077944320 18340 0 0 0 194 6 0 0 20 0 15 0 414898981 10919915520 18843 33554432000 4194304 4196468 140731138397504 140731138380048 140084855115511 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
/proc/21430/statm: 2665995 18843 3095 1 0 2628492 0
[pid=21430/tid=21432] ppid=21427 vsize=10663980 memory=0 CPUtime=1.48 cores=1,3,5,7
/proc/21430/task/21432/stat : 21432 (java) R 21427 21430 20165 0 -1 4202560 12993 0 0 0 143 5 0 0 20 0 15 0 414898981 10919915520 18843 33554432000 4194304 4196468 140731138397504 140084859347536 140084838302320 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21433] ppid=21427 vsize=10663980 memory=39424 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21433/stat : 21433 (java) S 21427 21430 20165 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414898982 10919915520 18843 33554432000 4194304 4196468 140731138397504 140084791806352 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21434] ppid=21427 vsize=10663980 memory=3028 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21434/stat : 21434 (java) S 21427 21430 20165 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414898982 10919915520 18843 33554432000 4194304 4196468 140731138397504 140084790753552 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21435] ppid=21427 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21435/stat : 21435 (java) S 21427 21430 20165 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414898982 10919915520 18843 33554432000 4194304 4196468 140731138397504 140084789701264 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21436] ppid=21427 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21436/stat : 21436 (java) S 21427 21430 20165 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414898982 10919915520 18843 33554432000 4194304 4196468 140731138397504 140084788648464 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21437] ppid=21427 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21437/stat : 21437 (java) S 21427 21430 20165 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 414898983 10919915520 18843 33554432000 4194304 4196468 140731138397504 140084346886768 140084855126658 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21438] ppid=21427 vsize=10663980 memory=4 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21438/stat : 21438 (java) S 21427 21430 20165 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414898984 10919915520 18843 33554432000 4194304 4196468 140731138397504 140084345832736 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21439] ppid=21427 vsize=10663980 memory=14 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21439/stat : 21439 (java) S 21427 21430 20165 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414898984 10919915520 18843 33554432000 4194304 4196468 140731138397504 140084344780400 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21440] ppid=21427 vsize=10663980 memory=13 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21440/stat : 21440 (java) S 21427 21430 20165 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414898986 10919915520 18843 33554432000 4194304 4196468 140731138397504 140084343728720 140084855134107 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21441] ppid=21427 vsize=10663980 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/21430/task/21441/stat : 21441 (java) S 21427 21430 20165 0 -1 1077944384 1719 0 0 0 19 0 0 0 20 0 15 0 414898986 10919915520 18843 33554432000 4194304 4196468 140731138397504 140084342675568 140084855126658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21442] ppid=21427 vsize=10663980 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/21430/task/21442/stat : 21442 (java) S 21427 21430 20165 0 -1 1077944384 1070 0 0 0 12 0 0 0 20 0 15 0 414898986 10919915520 18843 33554432000 4194304 4196468 140731138397504 140084341622768 140084855126658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21443] ppid=21427 vsize=10663980 memory=1241 CPUtime=0.18 cores=1,3,5,7
/proc/21430/task/21443/stat : 21443 (java) S 21427 21430 20165 0 -1 1077944384 1108 0 0 0 18 0 0 0 20 0 15 0 414898986 10919915520 18843 33554432000 4194304 4196468 140731138397504 140084340570480 140084855126658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21444] ppid=21427 vsize=10663980 memory=84454 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21444/stat : 21444 (java) S 21427 21430 20165 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414898987 10919915520 18843 33554432000 4194304 4196468 140731138397504 140084339517920 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21445] ppid=21427 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21445/stat : 21445 (java) S 21427 21430 20165 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 414898987 10919915520 18843 33554432000 4194304 4196468 140731138397504 140084338465712 140084855126658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
Current children cumulated CPU time: 2 s
Current children cumulated vsize: 10663980 KiB
Current children cumulated memory: 75372 KiB

[startup+3.11026 s]
/proc/loadavg: 1.80 1.85 1.82 3/230 21446
/proc/meminfo: memFree=30759996/32770624 swapFree=66996904/67108860
[pid=21430] ppid=21427 vsize=10748324 memory=260472 CPUtime=5.77 cores=1,3,5,7
/proc/21430/stat : 21430 (java) S 21427 21430 20165 0 -1 1077944320 30573 0 0 0 560 17 0 0 20 0 16 0 414898981 11006283776 65118 33554432000 4194304 4196468 140731138397504 140731138380048 140084855115511 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
/proc/21430/statm: 2687081 65118 3372 1 0 2647217 0
[pid=21430/tid=21432] ppid=21427 vsize=10748324 memory=260380 CPUtime=1.86 cores=1,3,5,7
/proc/21430/task/21432/stat : 21432 (java) S 21427 21430 20165 0 -1 1077944384 15264 0 0 0 179 7 0 0 20 0 16 0 414898981 11006283776 65118 33554432000 4194304 4196468 140731138397504 140084859358384 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21433] ppid=21427 vsize=10748324 memory=186 CPUtime=0.02 cores=1,3,5,7
/proc/21430/task/21433/stat : 21433 (java) S 21427 21430 20165 0 -1 1077944384 108 0 0 0 1 1 0 0 20 0 16 0 414898982 11006283776 65118 33554432000 4194304 4196468 140731138397504 140084791806352 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21434] ppid=21427 vsize=10748324 memory=280809123184704 CPUtime=0.02 cores=1,3,5,7
/proc/21430/task/21434/stat : 21434 (java) S 21427 21430 20165 0 -1 1077944384 214 0 0 0 1 1 0 0 20 0 16 0 414898982 11006283776 65118 33554432000 4194304 4196468 140731138397504 140084790753552 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21435] ppid=21427 vsize=10748324 memory=56 CPUtime=0.02 cores=1,3,5,7
/proc/21430/task/21435/stat : 21435 (java) S 21427 21430 20165 0 -1 1077944384 90 0 0 0 1 1 0 0 20 0 16 0 414898982 11006283776 65118 33554432000 4194304 4196468 140731138397504 140084789701264 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21436] ppid=21427 vsize=10748324 memory=56 CPUtime=0.02 cores=1,3,5,7
/proc/21430/task/21436/stat : 21436 (java) S 21427 21430 20165 0 -1 1077944384 144 0 0 0 1 1 0 0 20 0 16 0 414898982 11006283776 65118 33554432000 4194304 4196468 140731138397504 140084788648464 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21437] ppid=21427 vsize=10748324 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/21430/task/21437/stat : 21437 (java) S 21427 21430 20165 0 -1 1077944384 1144 0 0 0 1 0 0 0 20 0 16 0 414898983 11006283776 65118 33554432000 4194304 4196468 140731138397504 140084346886768 140084855126658 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21438] ppid=21427 vsize=10748324 memory=39424 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21438/stat : 21438 (java) S 21427 21430 20165 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 414898984 11006283776 65118 33554432000 4194304 4196468 140731138397504 140084345832800 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21439] ppid=21427 vsize=10748324 memory=3028 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21439/stat : 21439 (java) S 21427 21430 20165 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414898984 11006283776 65118 33554432000 4194304 4196468 140731138397504 140084344780416 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21440] ppid=21427 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21440/stat : 21440 (java) S 21427 21430 20165 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414898986 11006283776 65118 33554432000 4194304 4196468 140731138397504 140084343728720 140084855134107 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21441] ppid=21427 vsize=10748324 memory=65 CPUtime=1.02 cores=1,3,5,7
/proc/21430/task/21441/stat : 21441 (java) S 21427 21430 20165 0 -1 1077944384 3156 0 0 0 102 0 0 0 20 0 16 0 414898986 11006283776 65118 33554432000 4194304 4196468 140731138397504 140084342675568 140084855126658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21442] ppid=21427 vsize=10748324 memory=0 CPUtime=0.94 cores=1,3,5,7
/proc/21430/task/21442/stat : 21442 (java) S 21427 21430 20165 0 -1 1077944384 2703 0 0 0 94 0 0 0 20 0 16 0 414898986 11006283776 65118 33554432000 4194304 4196468 140731138397504 140084341622768 140084855126658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21443] ppid=21427 vsize=10748324 memory=2867664571609120 CPUtime=0.61 cores=1,3,5,7
/proc/21430/task/21443/stat : 21443 (java) S 21427 21430 20165 0 -1 1077944384 2479 0 0 0 60 1 0 0 20 0 16 0 414898986 11006283776 65118 33554432000 4194304 4196468 140731138397504 140084340570480 140084855126658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21444] ppid=21427 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21444/stat : 21444 (java) S 21427 21430 20165 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414898987 11006283776 65118 33554432000 4194304 4196468 140731138397504 140084339517920 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21445] ppid=21427 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21445/stat : 21445 (java) S 21427 21430 20165 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 16 0 414898987 11006283776 65118 33554432000 4194304 4196468 140731138397504 140084338465712 140084855126658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21446] ppid=21427 vsize=10748324 memory=0 CPUtime=1.16 cores=1,3,5,7
/proc/21430/task/21446/stat : 21446 (java) R 21427 21430 20165 0 -1 4202560 3864 0 0 0 114 2 0 0 20 0 16 0 414899169 11006283776 65118 33554432000 4194304 4196468 140731138397504 140084321578232 140084475214393 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
Current children cumulated CPU time: 5.77 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 260472 KiB

[startup+3.67519 s]
# the end of solver process 21430 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=6.45206 s, system=0.183882 s

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

[startup+3.20091 s]
/proc/loadavg: 1.80 1.85 1.82 3/230 21446
/proc/meminfo: memFree=30759996/32770624 swapFree=66996904/67108860
[pid=21430] ppid=21427 vsize=10748324 memory=260472 CPUtime=5.91 cores=1,3,5,7
/proc/21430/stat : 21430 (java) S 21427 21430 20165 0 -1 1077944320 30592 0 0 0 574 17 0 0 20 0 16 0 414898981 11006283776 65118 33554432000 4194304 4196468 140731138397504 140731138380048 140084855115511 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
/proc/21430/statm: 2687081 65118 3372 1 0 2647217 0
[pid=21430/tid=21432] ppid=21427 vsize=10748324 memory=0 CPUtime=1.86 cores=1,3,5,7
/proc/21430/task/21432/stat : 21432 (java) S 21427 21430 20165 0 -1 1077944384 15264 0 0 0 179 7 0 0 20 0 16 0 414898981 11006283776 65118 33554432000 4194304 4196468 140731138397504 140084859358384 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21433] ppid=21427 vsize=10748324 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/21430/task/21433/stat : 21433 (java) S 21427 21430 20165 0 -1 1077944384 108 0 0 0 1 1 0 0 20 0 16 0 414898982 11006283776 65118 33554432000 4194304 4196468 140731138397504 140084791806352 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21434] ppid=21427 vsize=10748324 memory=6791534058613427641 CPUtime=0.02 cores=1,3,5,7
/proc/21430/task/21434/stat : 21434 (java) S 21427 21430 20165 0 -1 1077944384 214 0 0 0 1 1 0 0 20 0 16 0 414898982 11006283776 65118 33554432000 4194304 4196468 140731138397504 140084790753552 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21435] ppid=21427 vsize=10748324 memory=6944656592455097440 CPUtime=0.02 cores=1,3,5,7
/proc/21430/task/21435/stat : 21435 (java) S 21427 21430 20165 0 -1 1077944384 90 0 0 0 1 1 0 0 20 0 16 0 414898982 11006283776 65118 33554432000 4194304 4196468 140731138397504 140084789701264 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21436] ppid=21427 vsize=10748324 memory=-7751062316387021378 CPUtime=0.02 cores=1,3,5,7
/proc/21430/task/21436/stat : 21436 (java) S 21427 21430 20165 0 -1 1077944384 144 0 0 0 1 1 0 0 20 0 16 0 414898982 11006283776 65118 33554432000 4194304 4196468 140731138397504 140084788648464 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21437] ppid=21427 vsize=10748324 memory=6221002049431033191 CPUtime=0.01 cores=1,3,5,7
/proc/21430/task/21437/stat : 21437 (java) S 21427 21430 20165 0 -1 1077944384 1144 0 0 0 1 0 0 0 20 0 16 0 414898983 11006283776 65118 33554432000 4194304 4196468 140731138397504 140084346886768 140084855126658 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21438] ppid=21427 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21438/stat : 21438 (java) S 21427 21430 20165 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 414898984 11006283776 65118 33554432000 4194304 4196468 140731138397504 140084345832800 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21439] ppid=21427 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21439/stat : 21439 (java) S 21427 21430 20165 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414898984 11006283776 65118 33554432000 4194304 4196468 140731138397504 140084344780416 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21440] ppid=21427 vsize=10748324 memory=2315025837036643877 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21440/stat : 21440 (java) S 21427 21430 20165 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414898986 11006283776 65118 33554432000 4194304 4196468 140731138397504 140084343728720 140084855134107 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21441] ppid=21427 vsize=10748324 memory=-8412661042843906680 CPUtime=1.02 cores=1,3,5,7
/proc/21430/task/21441/stat : 21441 (java) S 21427 21430 20165 0 -1 1077944384 3158 0 0 0 102 0 0 0 20 0 16 0 414898986 11006283776 65118 33554432000 4194304 4196468 140731138397504 140084342675568 140084855126658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21442] ppid=21427 vsize=10748324 memory=-8976644418600983157 CPUtime=0.97 cores=1,3,5,7
/proc/21430/task/21442/stat : 21442 (java) S 21427 21430 20165 0 -1 1077944384 2709 0 0 0 97 0 0 0 20 0 16 0 414898986 11006283776 65118 33554432000 4194304 4196468 140731138397504 140084341622768 140084855126658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21443] ppid=21427 vsize=10748324 memory=7809358381220653586 CPUtime=0.61 cores=1,3,5,7
/proc/21430/task/21443/stat : 21443 (java) S 21427 21430 20165 0 -1 1077944384 2490 0 0 0 60 1 0 0 20 0 16 0 414898986 11006283776 65118 33554432000 4194304 4196468 140731138397504 140084340570480 140084855126658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21444] ppid=21427 vsize=10748324 memory=280809122704256 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21444/stat : 21444 (java) S 21427 21430 20165 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414898987 11006283776 65118 33554432000 4194304 4196468 140731138397504 140084339517920 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21445] ppid=21427 vsize=10748324 memory=94216482982634 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21445/stat : 21445 (java) S 21427 21430 20165 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 16 0 414898987 11006283776 65118 33554432000 4194304 4196468 140731138397504 140084338465712 140084855126658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21446] ppid=21427 vsize=10748324 memory=280809122710880 CPUtime=1.25 cores=1,3,5,7
/proc/21430/task/21446/stat : 21446 (java) R 21427 21430 20165 0 -1 4202560 3864 0 0 0 123 2 0 0 20 0 16 0 414899169 11006283776 65118 33554432000 4194304 4196468 140731138397504 140084321578232 140084475214393 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
Current children cumulated CPU time: 5.91 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 260472 KiB

[startup+3.60073 s]
/proc/loadavg: 1.80 1.85 1.82 3/230 21446
/proc/meminfo: memFree=30759996/32770624 swapFree=66996904/67108860
[pid=21430] ppid=21427 vsize=10748324 memory=260544 CPUtime=6.53 cores=1,3,5,7
/proc/21430/stat : 21430 (java) S 21427 21430 20165 0 -1 1077944320 30630 0 0 0 636 17 0 0 20 0 16 0 414898981 11006283776 65136 33554432000 4194304 4196468 140731138397504 140731138380048 140084855115511 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
/proc/21430/statm: 2687081 65136 3372 1 0 2647217 0
[pid=21430/tid=21432] ppid=21427 vsize=10748324 memory=0 CPUtime=1.86 cores=1,3,5,7
/proc/21430/task/21432/stat : 21432 (java) S 21427 21430 20165 0 -1 1077944384 15264 0 0 0 179 7 0 0 20 0 16 0 414898981 11006283776 65136 33554432000 4194304 4196468 140731138397504 140084859358384 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21433] ppid=21427 vsize=10748324 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/21430/task/21433/stat : 21433 (java) S 21427 21430 20165 0 -1 1077944384 108 0 0 0 1 1 0 0 20 0 16 0 414898982 11006283776 65136 33554432000 4194304 4196468 140731138397504 140084791806352 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21434] ppid=21427 vsize=10748324 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/21430/task/21434/stat : 21434 (java) S 21427 21430 20165 0 -1 1077944384 214 0 0 0 1 1 0 0 20 0 16 0 414898982 11006283776 65136 33554432000 4194304 4196468 140731138397504 140084790753552 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21435] ppid=21427 vsize=10748324 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/21430/task/21435/stat : 21435 (java) S 21427 21430 20165 0 -1 1077944384 90 0 0 0 1 1 0 0 20 0 16 0 414898982 11006283776 65136 33554432000 4194304 4196468 140731138397504 140084789701264 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21436] ppid=21427 vsize=10748324 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/21430/task/21436/stat : 21436 (java) S 21427 21430 20165 0 -1 1077944384 144 0 0 0 1 1 0 0 20 0 16 0 414898982 11006283776 65136 33554432000 4194304 4196468 140731138397504 140084788648464 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21437] ppid=21427 vsize=10748324 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/21430/task/21437/stat : 21437 (java) S 21427 21430 20165 0 -1 1077944384 1144 0 0 0 1 0 0 0 20 0 16 0 414898983 11006283776 65136 33554432000 4194304 4196468 140731138397504 140084346886768 140084855126658 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21438] ppid=21427 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21438/stat : 21438 (java) S 21427 21430 20165 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 414898984 11006283776 65136 33554432000 4194304 4196468 140731138397504 140084345832800 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21439] ppid=21427 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21439/stat : 21439 (java) S 21427 21430 20165 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414898984 11006283776 65136 33554432000 4194304 4196468 140731138397504 140084344780416 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21440] ppid=21427 vsize=10748324 memory=6077701500721126035 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21440/stat : 21440 (java) S 21427 21430 20165 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414898986 11006283776 65136 33554432000 4194304 4196468 140731138397504 140084343728720 140084855134107 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21441] ppid=21427 vsize=10748324 memory=0 CPUtime=1.14 cores=1,3,5,7
/proc/21430/task/21441/stat : 21441 (java) S 21427 21430 20165 0 -1 1077944384 3172 0 0 0 114 0 0 0 20 0 16 0 414898986 11006283776 65136 33554432000 4194304 4196468 140731138397504 140084342675568 140084855126658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21442] ppid=21427 vsize=10748324 memory=6943526294502006880 CPUtime=1.07 cores=1,3,5,7
/proc/21430/task/21442/stat : 21442 (java) S 21427 21430 20165 0 -1 1077944384 2724 0 0 0 107 0 0 0 20 0 16 0 414898986 11006283776 65136 33554432000 4194304 4196468 140731138397504 140084341622768 140084855126658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21443] ppid=21427 vsize=10748324 memory=280809122774608 CPUtime=0.62 cores=1,3,5,7
/proc/21430/task/21443/stat : 21443 (java) R 21427 21430 20165 0 -1 4202560 2498 0 0 0 61 1 0 0 20 0 16 0 414898986 11006283776 65136 33554432000 4194304 4196468 140731138397504 140084340570480 140084834092304 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21444] ppid=21427 vsize=10748324 memory=-3040564339240289270 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21444/stat : 21444 (java) S 21427 21430 20165 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414898987 11006283776 65136 33554432000 4194304 4196468 140731138397504 140084339517920 140084855125717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21445] ppid=21427 vsize=10748324 memory=-4695052241013924048 CPUtime=0 cores=1,3,5,7
/proc/21430/task/21445/stat : 21445 (java) S 21427 21430 20165 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 16 0 414898987 11006283776 65136 33554432000 4194304 4196468 140731138397504 140084338465712 140084855126658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
[pid=21430/tid=21446] ppid=21427 vsize=10748324 memory=-3252517613199061200 CPUtime=1.65 cores=1,3,5,7
/proc/21430/task/21446/stat : 21446 (java) R 21427 21430 20165 0 -1 4202560 3865 0 0 0 163 2 0 0 20 0 16 0 414899169 11006283776 65136 33554432000 4194304 4196468 140731138397504 140084321574752 140084475556157 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140731138401291 140731138401394 140731138401394 140731138404303 0
Current children cumulated CPU time: 6.53 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 260544 KiB

Child status: 0
Real time (s): 3.67523
CPU time (s): 6.63594
CPU user time (s): 6.45206
CPU system time (s): 0.183882
CPU usage (%): 180.558
Max. virtual memory (cumulated for all children) (KiB): 10748324
Max. memory (cumulated for all children) (KiB): 260544

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


# summary of solver processes directly reported to runsolver:
#   pid: 21430
#   total CPU time (s): 6.63594
#   total CPU user time (s): 6.45206
#   total CPU system time (s): 0.183882

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.04822 second user time and 0.077813 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-13 16:53:20
IDJOB=4390624
IDBENCH=140360
IDSOLVER=2832
FILE ID=node103/4390624-1568386459
RUNJOBID= node103-1568380458-20197
PBS_JOBID= 21701851
Free space on /tmp= 57256 MiB

SOLVER NAME= AbsCon 2019-07-23
BENCH NAME= XCSP17/Crossword/Crossword-m1c-words-herald/Crossword-m1c-words-h2303.xml
COMMAND LINE= java -cp AbsCon19-06.jar AbsCon BENCHNAME -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4390624-1568386459/watcher-4390624-1568386459 -o /tmp/evaluation-result-4390624-1568386459/solver-4390624-1568386459 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568380458-20197 --watchdog 2580  java -cp AbsCon19-06.jar AbsCon HOME/instance-4390624-1568386459.xml -cm

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

MD5SUM BENCH= 4f78cb4d5ebc47069554ab66515ce573
RANDOM SEED=1327417434

node103.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.74
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.74
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.74
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.74
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:        31009556 kB
MemAvailable:   31216896 kB
Buffers:           50212 kB
Cached:           435528 kB
SwapCached:         9136 kB
Active:          1074460 kB
Inactive:          90428 kB
Active(anon):     673092 kB
Inactive(anon):    47624 kB
Active(file):     401368 kB
Inactive(file):    42804 kB
Unevictable:      110532 kB
Mlocked:          110532 kB
SwapTotal:      67108860 kB
SwapFree:       66996904 kB
Dirty:              9344 kB
Writeback:             4 kB
AnonPages:        782048 kB
Mapped:            56424 kB
Shmem:             32604 kB
Slab:             186688 kB
SReclaimable:     158004 kB
SUnreclaim:        28684 kB
KernelStack:        3728 kB
PageTables:         6764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1580852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    671744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 57248 MiB
End job on node103 at 2019-09-13 16:53:24