Trace number 4390998

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
AbsCon 2019-07-23? (TO) 2520.07 2516.31

General information on the benchmark

NameBinPacking/BinPacking-sum-skj2/
BinPacking-sum-n2w4b2r1.xml
MD5SUMa404c513102fb879343dc63e509eedd5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2520.44
Satisfiable
(Un)Satisfiability was proved
Number of variables166
Number of constraints25
Number of domains2
Minimum domain size12
Maximum domain size70
Distribution of domain sizes[{"size":12,"count":1},{"size":70,"count":165}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":154},{"degree":5,"count":11}]
Minimum constraint arity12
Maximum constraint arity165
Distribution of constraint arities[{"arity":12,"count":1},{"arity":15,"count":22},{"arity":165,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":11},{"type":"lex","count":1},{"type":"sum","count":11},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

2.88/2.12	
2.88/2.12	AbsCon 2 
2.88/2.13	
3.09/2.26	  Instance
3.09/2.26	    name=instance-4390998-1568385545, framework=COP, bounds=-infty..+infty
3.09/2.26	
3.09/2.26	  Loading variables...
3.38/2.32	[Lorg.xcsp.parser.entries.XVariables$XVarInteger;@178fc76d
3.38/2.32	  Loading constraints...[Lorg.xcsp.parser.entries.XVariables$XVarInteger;@f966f8a
3.38/2.32	[Lorg.xcsp.parser.entries.XVariables$XVarInteger;@34d9c808
3.38/2.32	[Lorg.xcsp.parser.entries.XVariables$XVarInteger;@77f656be
3.38/2.32	[Lorg.xcsp.parser.entries.XVariables$XVarInteger;@5d0f4383
3.38/2.33	[Lorg.xcsp.parser.entries.XVariables$XVarInteger;@57b52ee1
3.38/2.33	[Lorg.xcsp.parser.entries.XVariables$XVarInteger;@351f1352
3.38/2.33	[Lorg.xcsp.parser.entries.XVariables$XVarInteger;@4751a985
3.38/2.33	[Lorg.xcsp.parser.entries.XVariables$XVarInteger;@42b462af
3.38/2.33	[Lorg.xcsp.parser.entries.XVariables$XVarInteger;@5b0e780b
3.38/2.33	[Lorg.xcsp.parser.entries.XVariables$XVarInteger;@5672e3c5
3.72/2.40	
3.72/2.40	
3.72/2.40	  Domains
3.72/2.40	    nTypes=2, nValues=11562, sizes=[12#1,70#165]
3.72/2.40	  Variables
3.72/2.40	    count=166, degrees=[2#1,4#28,5#128,6#9]
3.72/2.40	  Objectives
3.72/2.40	    way=max, type=ObjVarGE
3.72/2.40	  Constraints
3.72/2.40	    count=35, nSpecific=35, arities=[1#1,12#1,15#22,30#10,165#1]
3.72/2.40	    distribution=[CardinalityConstant#1,ExactlyKVariable#1,LexicographicLe#10,ObjVarGE#1,OrderedGE#11,SumSimpleLE#11]
3.72/2.40	    wck=0.312, cpu=2.367, mem=23M870
3.72/2.41	  Solver SolverBacktrack being built...
3.72/2.41	
3.72/2.43	
3.72/2.43	  Solver
3.72/2.43	    guaranteedGAC=true
3.72/2.43	    wck=0.349, cpu=2.402, mem=37M155
3.72/2.45	
3.72/2.45	  Preprocessing
3.72/2.45	    filters=0, nACremovedValues=0, nTotalRemovedValues=0, inconcistency=false
3.72/2.45	    wck=0.013, cpu=2.416, mem=37M155
3.72/2.45	
3.99/2.52	    num=0, depth=1..1, filters=118, wck=0.085, mem=37M155
3.99/2.52	    decisions=21, wrong=10, backtracks=0, failedAssignments=10, nogoods=10
3.99/2.52	    
4.30/2.61	    num=1, depth=0..0, filters=257, wck=0.176, mem=37M155
4.30/2.61	    decisions=43, wrong=21, backtracks=0, failedAssignments=21, nogoods=10
4.30/2.61	    
4.30/2.70	    num=2, depth=0..0, filters=444, wck=0.261, mem=37M155
4.30/2.70	    decisions=67, wrong=33, backtracks=0, failedAssignments=33, nogoods=10
4.30/2.70	    
4.61/2.76	    num=3, depth=0..0, filters=676, wck=0.323, mem=37M155
4.61/2.76	    decisions=93, wrong=46, backtracks=0, failedAssignments=46, nogoods=10
4.61/2.76	    
4.78/2.83	    num=4, depth=0..0, filters=955, wck=0.392, mem=39M797
4.78/2.83	    decisions=121, wrong=60, backtracks=0, failedAssignments=60, nogoods=10
4.78/2.83	    
4.93/2.91	    num=5, depth=0..0, filters=1312, wck=0.481, mem=39M797
4.93/2.91	    decisions=153, wrong=76, backtracks=0, failedAssignments=76, nogoods=10
4.93/2.91	    
4.93/3.00	    num=6, depth=0..1, filters=1564, wck=0.564, mem=39M797
4.93/3.00	    decisions=187, wrong=93, backtracks=0, failedAssignments=93, nogoods=24
4.93/3.00	    
5.08/3.04	    num=7, depth=0..0, filters=1637, wck=0.607, mem=39M797
5.08/3.04	    decisions=225, wrong=112, backtracks=0, failedAssignments=112, nogoods=24
5.08/3.04	    
5.18/3.14	    num=8, depth=0..0, filters=2007, wck=0.709, mem=39M797
5.18/3.14	    decisions=267, wrong=133, backtracks=0, failedAssignments=133, nogoods=24
5.18/3.14	    
5.29/3.28	    num=9, depth=0..2, filters=2457, wck=0.844, mem=39M797
5.29/3.28	    decisions=315, wrong=156, backtracks=0, failedAssignments=156, nogoods=28
5.29/3.28	    
5.39/3.39	    num=10, depth=0..0, filters=2816, wck=0.955, mem=39M797
5.39/3.39	    decisions=365, wrong=181, backtracks=0, failedAssignments=181, nogoods=28
5.39/3.39	    
5.60/3.53	    num=11, depth=0..2, filters=3313, wck=1.092, mem=39M797
5.60/3.53	    decisions=423, wrong=209, backtracks=0, failedAssignments=209, nogoods=34
5.60/3.53	    
5.70/3.65	    num=12, depth=0..0, filters=3766, wck=1.216, mem=39M797
5.70/3.65	    decisions=485, wrong=240, backtracks=0, failedAssignments=240, nogoods=34
5.70/3.65	    
5.82/3.78	    num=13, depth=0..5, filters=4273, wck=1.35, mem=39M797
5.82/3.78	    decisions=558, wrong=274, backtracks=0, failedAssignments=274, nogoods=62
5.82/3.78	    
6.19/3.92	    num=14, depth=0..5, filters=4735, wck=1.487, mem=39M797
6.19/3.92	    decisions=637, wrong=311, backtracks=0, failedAssignments=311, nogoods=81
6.19/3.92	    
6.19/3.98	    num=15, depth=6..18, filters=4903, wck=1.548, mem=39M797
6.19/3.98	    decisions=729, wrong=352, backtracks=0, failedAssignments=352, nogoods=122
6.19/3.98	    
6.33/4.07	    num=16, depth=9..19, filters=5159, wck=1.633, mem=39M797
6.33/4.07	    decisions=831, wrong=397, backtracks=0, failedAssignments=397, nogoods=167
6.33/4.07	    
6.44/4.16	    num=17, depth=13..42, filters=5418, wck=1.726, mem=39M797
6.44/4.16	    decisions=965, wrong=448, backtracks=8, failedAssignments=447, nogoods=186
6.44/4.16	    
6.66/4.38	    num=18, depth=10..38, filters=6198, wck=1.944, mem=39M797
6.66/4.38	    decisions=1163, wrong=533, backtracks=45, failedAssignments=502, nogoods=208
6.66/4.38	    
6.91/4.59	    num=19, depth=9..18, filters=6977, wck=2.154, mem=39M797
6.91/4.59	    decisions=1339, wrong=614, backtracks=67, failedAssignments=563, nogoods=225
6.91/4.59	    
7.15/4.72	    num=20, depth=20..63, filters=7258, wck=2.286, mem=39M797
7.15/4.72	    decisions=1531, wrong=681, backtracks=67, failedAssignments=630, nogoods=292
7.15/4.72	    
7.47/5.04	    num=21, depth=18..42, filters=8608, wck=2.61, mem=39M797
7.47/5.04	    decisions=1765, wrong=782, backtracks=95, failedAssignments=704, nogoods=306
7.47/5.04	    
7.77/5.30	    num=22, depth=21..38, filters=9380, wck=2.863, mem=39M797
7.77/5.30	    decisions=2017, wrong=896, backtracks=133, failedAssignments=785, nogoods=317
7.77/5.30	    
7.88/5.48	    num=23, depth=31..92, filters=9859, wck=3.048, mem=39M797
7.88/5.48	    decisions=2286, wrong=992, backtracks=146, failedAssignments=874, nogoods=344
7.88/5.48	    
8.18/5.74	    num=24, depth=33..71, filters=10560, wck=3.305, mem=39M797
8.18/5.74	    decisions=2614, wrong=1123, backtracks=184, failedAssignments=972, nogoods=389
8.18/5.74	    
8.50/6.04	    num=25, depth=34..81, filters=11475, wck=3.605, mem=39M797
8.50/6.04	    decisions=2958, wrong=1265, backtracks=220, failedAssignments=1080, nogoods=426
8.50/6.04	    
8.90/6.42	    num=26, depth=40..81, filters=12808, wck=3.986, mem=39M797
8.90/6.42	    decisions=3340, wrong=1421, backtracks=274, failedAssignments=1199, nogoods=469
8.90/6.42	    
9.20/6.72	    num=27, depth=35..96, filters=13733, wck=4.29, mem=39M797
9.20/6.72	    decisions=3734, wrong=1575, backtracks=302, failedAssignments=1330, nogoods=550
9.20/6.72	    
9.80/7.30	    num=28, depth=37..68, filters=15922, wck=4.87, mem=39M797
9.80/7.30	    decisions=4189, wrong=1771, backtracks=360, failedAssignments=1474, nogoods=599
9.80/7.30	    
10.10/7.60	    num=29, depth=46..66, filters=16555, wck=5.167, mem=39M797
10.10/7.60	    decisions=4578, wrong=1938, backtracks=371, failedAssignments=1632, nogoods=628
10.10/7.60	    
10.30/7.82	    num=30, depth=52..75, filters=17265, wck=5.382, mem=39M797
10.30/7.82	    decisions=5005, wrong=2120, backtracks=382, failedAssignments=1806, nogoods=664
10.30/7.82	    
11.03/8.56	    num=31, depth=46..116, filters=20175, wck=6.131, mem=39M797
11.03/8.56	    decisions=5608, wrong=2365, backtracks=446, failedAssignments=1997, nogoods=721
11.03/8.56	    
11.88/9.33	    num=32, depth=38..52, filters=23277, wck=6.893, mem=39M797
11.88/9.33	    decisions=6205, wrong=2643, backtracks=538, failedAssignments=2208, nogoods=743
11.88/9.33	    
12.19/9.65	    num=33, depth=36..72, filters=24443, wck=7.216, mem=39M797
12.19/9.65	    decisions=6750, wrong=2885, backtracks=552, failedAssignments=2440, nogoods=774
12.19/9.65	    
13.43/10.82	    num=34, depth=39..87, filters=28854, wck=8.39, mem=39M797
13.43/10.82	    decisions=7560, wrong=3254, backtracks=668, failedAssignments=2695, nogoods=809
13.43/10.82	    
13.93/11.36	    num=35, depth=43..59, filters=30021, wck=8.93, mem=39M797
13.93/11.36	    decisions=8188, wrong=3542, backtracks=675, failedAssignments=2976, nogoods=855
13.93/11.36	    
14.96/12.30	    num=36, depth=46..68, filters=32440, wck=9.864, mem=39M797
14.96/12.30	    decisions=9297, wrong=4064, backtracks=888, failedAssignments=3285, nogoods=900
14.96/12.30	    
16.59/14.00	    num=37, depth=58..96, filters=39360, wck=11.57, mem=39M797
16.59/14.00	    decisions=10477, wrong=4610, backtracks=1108, failedAssignments=3625, nogoods=927
16.59/14.00	    
18.39/15.79	    num=38, depth=38..64, filters=45862, wck=13.361, mem=39M797
18.39/15.79	    decisions=11734, wrong=5210, backtracks=1352, failedAssignments=3999, nogoods=960
18.39/15.79	    
20.14/17.42	    num=39, depth=54..71, filters=52007, wck=14.984, mem=39M797
20.14/17.42	    decisions=13109, wrong=5866, backtracks=1622, failedAssignments=4410, nogoods=979
20.14/17.42	    
21.75/19.07	    num=40, depth=53..81, filters=58551, wck=16.633, mem=39M797
21.75/19.07	    decisions=14546, wrong=6551, backtracks=1883, failedAssignments=4862, nogoods=1004
21.75/19.07	    
24.05/21.38	    num=41, depth=38..69, filters=66493, wck=18.946, mem=39M797
24.05/21.38	    decisions=16286, wrong=7394, backtracks=2278, failedAssignments=5359, nogoods=1033
24.05/21.38	    
26.76/24.09	    num=42, depth=49..73, filters=76484, wck=21.652, mem=39M797
26.76/24.09	    decisions=18205, wrong=8321, backtracks=2696, failedAssignments=5906, nogoods=1064
26.76/24.09	    
28.05/25.30	    num=43, depth=29..78, filters=79945, wck=22.868, mem=39M797
28.05/25.30	    decisions=19599, wrong=8997, backtracks=2773, failedAssignments=6508, nogoods=1074
28.05/25.30	    
30.35/27.63	    num=44, depth=29..90, filters=88956, wck=25.192, mem=42M439
30.35/27.63	    decisions=21690, wrong=10002, backtracks=3142, failedAssignments=7170, nogoods=1120
30.35/27.63	    
33.35/30.60	    num=45, depth=39..94, filters=100914, wck=28.164, mem=42M439
33.35/30.60	    decisions=23783, wrong=11012, backtracks=3436, failedAssignments=7898, nogoods=1175
33.35/30.60	    
36.95/34.26	    num=46, depth=14..31, filters=112681, wck=31.827, mem=42M439
36.95/34.26	    decisions=26522, wrong=12373, backtracks=4040, failedAssignments=8699, nogoods=1195
36.95/34.26	    
40.06/37.36	    num=47, depth=39..93, filters=125171, wck=34.926, mem=42M439
40.06/37.36	    decisions=29313, wrong=13733, backtracks=4555, failedAssignments=9580, nogoods=1248
40.06/37.36	    
44.46/41.74	    num=48, depth=32..52, filters=141791, wck=39.308, mem=42M439
44.46/41.74	    decisions=32417, wrong=15265, backtracks=5203, failedAssignments=10550, nogoods=1273
44.46/41.74	    
52.59/49.87	    num=49, depth=26..54, filters=174797, wck=47.435, mem=42M439
52.59/49.87	    decisions=36218, wrong=17144, backtracks=6067, failedAssignments=11617, nogoods=1300
52.59/49.87	    
57.69/54.98	    num=50, depth=29..64, filters=195290, wck=52.543, mem=42M439
57.69/54.98	    decisions=39606, wrong=18811, backtracks=6606, failedAssignments=12790, nogoods=1346
57.69/54.98	    
62.69/59.97	    num=51, depth=33..74, filters=215991, wck=57.539, mem=42M439
62.69/59.97	    decisions=43327, wrong=20651, backtracks=7248, failedAssignments=14081, nogoods=1361
62.69/59.97	    
69.09/66.36	    num=52, depth=41..75, filters=240092, wck=63.93, mem=42M439
69.09/66.36	    decisions=47803, wrong=22859, backtracks=8168, failedAssignments=15501, nogoods=1392
69.09/66.36	    
74.69/71.92	    num=53, depth=51..90, filters=262024, wck=69.49, mem=42M439
74.69/71.92	    decisions=52789, wrong=25317, backtracks=9209, failedAssignments=17063, nogoods=1418
74.69/71.92	    
83.59/80.81	    num=54, depth=39..75, filters=295778, wck=78.379, mem=42M439
83.59/80.81	    decisions=58882, wrong=28337, backtracks=10618, failedAssignments=18781, nogoods=1459
83.59/80.81	    
90.20/87.41	    num=55, depth=32..78, filters=318198, wck=84.975, mem=42M439
90.20/87.41	    decisions=64322, wrong=31022, backtracks=11601, failedAssignments=20671, nogoods=1515
90.20/87.41	    
97.60/94.87	    num=56, depth=33..74, filters=345950, wck=92.434, mem=42M439
97.60/94.87	    decisions=69871, wrong=33776, backtracks=12316, failedAssignments=22750, nogoods=1596
97.60/94.87	    
108.20/105.47	    num=57, depth=34..80, filters=383514, wck=103.034, mem=42M439
108.20/105.47	    decisions=77937, wrong=37780, backtracks=14260, failedAssignments=25037, nogoods=1653
108.20/105.47	    
120.32/117.59	    num=58, depth=40..67, filters=426671, wck=115.159, mem=42M439
120.32/117.59	    decisions=86163, wrong=41870, backtracks=15989, failedAssignments=27553, nogoods=1668
120.32/117.59	    
133.43/130.63	    num=59, depth=38..71, filters=473199, wck=128.201, mem=42M439
133.43/130.63	    decisions=95193, wrong=46354, backtracks=17850, failedAssignments=30321, nogoods=1707
133.43/130.63	    
147.64/144.84	    num=60, depth=38..76, filters=525920, wck=142.411, mem=42M439
147.64/144.84	    decisions=105016, wrong=51242, backtracks=19839, failedAssignments=33365, nogoods=1735
147.64/144.84	    
159.14/156.36	    num=61, depth=0..111, filters=573943, wck=153.922, mem=42M439
159.14/156.36	    decisions=115114, wrong=56248, backtracks=21656, failedAssignments=36714, nogoods=1792
159.14/156.36	    
173.00/170.17	    num=62, depth=3..99, filters=628879, wck=167.738, mem=42M439
173.00/170.17	    decisions=125620, wrong=61467, backtracks=23269, failedAssignments=40398, nogoods=1933
173.00/170.17	    
184.00/181.18	    num=63, depth=0..106, filters=665979, wck=178.744, mem=42M439
184.00/181.18	    decisions=136653, wrong=66942, backtracks=24774, failedAssignments=44450, nogoods=2114
184.00/181.18	    
199.25/196.31	    num=64, depth=7..85, filters=720163, wck=193.872, mem=42M439
199.25/196.31	    decisions=150401, wrong=73781, backtracks=27607, failedAssignments=48907, nogoods=2298
199.25/196.31	    
217.60/214.67	    num=65, depth=13..65, filters=787200, wck=212.233, mem=45M82
217.60/214.67	    decisions=165797, wrong=81461, backtracks=30696, failedAssignments=53810, nogoods=2329
217.60/214.67	    
239.11/236.18	    num=66, depth=11..81, filters=866660, wck=233.748, mem=45M82
239.11/236.18	    decisions=183410, wrong=90232, backtracks=34586, failedAssignments=59204, nogoods=2399
239.11/236.18	    
264.93/261.94	    num=67, depth=14..54, filters=953483, wck=259.502, mem=45M82
264.93/261.94	    decisions=202415, wrong=99718, backtracks=38539, failedAssignments=65137, nogoods=2425
264.93/261.94	    
289.26/286.21	    num=68, depth=23..92, filters=1043002, wck=283.774, mem=45M82
289.26/286.21	    decisions=221652, wrong=109305, backtracks=42057, failedAssignments=71663, nogoods=2495
289.26/286.21	    
311.56/308.54	    num=69, depth=31..73, filters=1122485, wck=306.109, mem=45M82
311.56/308.54	    decisions=243212, wrong=120061, backtracks=46320, failedAssignments=78842, nogoods=2554
311.56/308.54	    
333.97/330.91	    num=70, depth=34..78, filters=1202821, wck=328.477, mem=45M82
333.97/330.91	    decisions=266425, wrong=131638, backtracks=50405, failedAssignments=86739, nogoods=2632
333.97/330.91	    
363.28/360.28	    num=71, depth=43..70, filters=1307520, wck=357.842, mem=45M82
363.28/360.28	    decisions=293333, wrong=145063, backtracks=56028, failedAssignments=95426, nogoods=2676
363.28/360.28	    
401.05/397.93	    num=72, depth=1..73, filters=1444387, wck=395.493, mem=45M82
401.05/397.93	    decisions=321589, wrong=159160, backtracks=61290, failedAssignments=104981, nogoods=2720
401.05/397.93	    
444.56/441.41	    num=73, depth=1..80, filters=1603860, wck=438.978, mem=47M724
444.56/441.41	    decisions=353948, wrong=175307, backtracks=67888, failedAssignments=115492, nogoods=2844
444.56/441.41	    
481.78/478.68	    num=74, depth=2..76, filters=1735063, wck=476.251, mem=47M724
481.78/478.68	    decisions=387348, wrong=191973, backtracks=74254, failedAssignments=127054, nogoods=3002
481.78/478.68	    
520.48/517.38	    num=75, depth=2..69, filters=1860974, wck=514.951, mem=47M724
520.48/517.38	    decisions=423357, wrong=209950, backtracks=80495, failedAssignments=139772, nogoods=3084
520.48/517.38	    
561.39/558.27	    num=76, depth=3..81, filters=1997490, wck=555.834, mem=47M724
561.39/558.27	    decisions=463350, wrong=229914, backtracks=87803, failedAssignments=153762, nogoods=3311
561.39/558.27	    
605.91/602.71	    num=77, depth=6..83, filters=2151511, wck=600.28, mem=47M724
605.91/602.71	    decisions=507787, wrong=252102, backtracks=96704, failedAssignments=169151, nogoods=3343
605.91/602.71	    
638.82/635.63	    num=78, depth=5..90, filters=2261348, wck=633.201, mem=50M367
638.82/635.63	    decisions=551523, wrong=273937, backtracks=104627, failedAssignments=186079, nogoods=3433
638.82/635.63	    
701.54/698.34	    num=79, depth=33..87, filters=2496816, wck=695.908, mem=50M367
701.54/698.34	    decisions=610328, wrong=303306, backtracks=119119, failedAssignments=204700, nogoods=3560
701.54/698.34	    
757.96/754.76	    num=80, depth=10..94, filters=2697472, wck=752.326, mem=50M367
757.96/754.76	    decisions=672959, wrong=334584, backtracks=131659, failedAssignments=225184, nogoods=3732
757.96/754.76	    
814.17/810.98	    num=81, depth=28..101, filters=2928187, wck=808.549, mem=53M9
814.17/810.98	    decisions=735854, wrong=365990, backtracks=141843, failedAssignments=247716, nogoods=3931
814.17/810.98	    
871.58/868.37	    num=82, depth=7..72, filters=3117562, wck=865.932, mem=53M9
871.58/868.37	    decisions=801445, wrong=398759, backtracks=152708, failedAssignments=272501, nogoods=4207
871.58/868.37	    
960.11/956.86	    num=83, depth=22..72, filters=3425608, wck=954.423, mem=53M9
960.11/956.86	    decisions=878843, wrong=437434, backtracks=167243, failedAssignments=299765, nogoods=4271
960.11/956.86	    
1055.94/1052.67	    num=84, depth=11..47, filters=3760131, wck=1050.236, mem=55M652
1055.94/1052.67	    decisions=975107, wrong=485551, backtracks=188203, failedAssignments=329755, nogoods=4319
1055.94/1052.67	    
1147.86/1144.51	    num=85, depth=33..88, filters=4069297, wck=1142.077, mem=55M652
1147.86/1144.51	    decisions=1071066, wrong=533496, backtracks=206322, failedAssignments=362744, nogoods=4371
1147.86/1144.51	    
1304.00/1300.61	    num=86, depth=13..49, filters=4566405, wck=1298.176, mem=58M294
1304.00/1300.61	    decisions=1191434, wrong=593669, backtracks=233532, failedAssignments=399032, nogoods=4435
1304.00/1300.61	    
1427.84/1424.41	    num=87, depth=8..101, filters=5013649, wck=1421.973, mem=60M937
1427.84/1424.41	    decisions=1327518, wrong=661673, backtracks=265176, failedAssignments=438949, nogoods=4562
1427.84/1424.41	    
1555.27/1551.85	    num=88, depth=16..84, filters=5463937, wck=1549.419, mem=60M937
1555.27/1551.85	    decisions=1465416, wrong=730588, backtracks=293784, failedAssignments=482858, nogoods=4682
1555.27/1551.85	    
1711.32/1707.85	    num=89, depth=34..92, filters=6045137, wck=1705.417, mem=63M579
1711.32/1707.85	    decisions=1613820, wrong=804758, backtracks=323164, failedAssignments=531158, nogoods=4728
1711.32/1707.85	    
1889.48/1885.95	    num=90, depth=34..89, filters=6653123, wck=1883.516, mem=66M221
1889.48/1885.95	    decisions=1769758, wrong=882698, backtracks=355112, failedAssignments=584288, nogoods=4839
1889.48/1885.95	    
2065.42/2061.83	    num=91, depth=42..100, filters=7341198, wck=2059.396, mem=68M864
2065.42/2061.83	    decisions=1948103, wrong=971837, backtracks=391186, failedAssignments=642731, nogoods=4956
2065.42/2061.83	    
2368.82/2365.17	    num=92, depth=42..81, filters=8468158, wck=2362.734, mem=71M506
2368.82/2365.17	    decisions=2170247, wrong=1082883, backtracks=445387, failedAssignments=707018, nogoods=5032
2368.82/2365.17	    
2471.63/2467.95	    num=93, depth=1..92, filters=8801251, wck=2465.521, mem=74M149
2471.63/2467.95	    decisions=2341076, wrong=1168260, backtracks=462921, failedAssignments=777734, nogoods=5153
2471.63/2467.95	    
2520.05/2516.30	
2520.05/2516.30	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390998-1568385545/watcher-4390998-1568385545 -o /tmp/evaluation-result-4390998-1568385545/solver-4390998-1568385545 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1323894939-835 --watchdog 2580 java -cp AbsCon19-06.jar AbsCon HOME/instance-4390998-1568385545.xml -cm 

running on 4 cores: 0-3

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


[startup+0.100094 s]*
/proc/loadavg: 1.76 1.82 1.85 5/228 1741
/proc/meminfo: memFree=27453464/32770688 swapFree=66919992/67108860
[pid=1726] ppid=1723 vsize=10659884 memory=27324 CPUtime=0.12 cores=0-3
/proc/1726/stat : 1726 (java) S 1723 1726 804 0 -1 1077944320 5365 0 0 0 11 1 0 0 20 0 15 0 414560856 10915721216 6831 33554432000 4194304 4196468 140730751011696 140730750994240 139980094062327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
/proc/1726/statm: 2664971 6831 2831 1 0 2627468 0
[pid=1726/tid=1728] ppid=1723 vsize=10659884 memory=8389772277269004345 CPUtime=0.09 cores=0-3
/proc/1726/task/1728/stat : 1728 (java) R 1723 1726 804 0 -1 4202560 3255 0 0 0 9 0 0 0 20 0 15 0 414560856 10915721216 6897 33554432000 4194304 4196468 140730751011696 139980098294656 139980094074262 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1729] ppid=1723 vsize=10659884 memory=288292155783643159 CPUtime=0 cores=0-3
/proc/1726/task/1729/stat : 1729 (java) S 1723 1726 804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560857 10915721216 6897 33554432000 4194304 4196468 140730751011696 139979701217680 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1730] ppid=1723 vsize=10659884 memory=3979412490425251488 CPUtime=0 cores=0-3
/proc/1726/task/1730/stat : 1730 (java) S 1723 1726 804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560857 10915721216 6897 33554432000 4194304 4196468 140730751011696 139979700164880 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1731] ppid=1723 vsize=10659884 memory=0 CPUtime=0 cores=0-3
/proc/1726/task/1731/stat : 1731 (java) S 1723 1726 804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560857 10915721216 6897 33554432000 4194304 4196468 140730751011696 139979699112592 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1732] ppid=1723 vsize=10659884 memory=-1 CPUtime=0 cores=0-3
/proc/1726/task/1732/stat : 1732 (java) S 1723 1726 804 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414560857 10915721216 6897 33554432000 4194304 4196468 140730751011696 139979698059792 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1733] ppid=1723 vsize=10659884 memory=0 CPUtime=0 cores=0-3
/proc/1726/task/1733/stat : 1733 (java) S 1723 1726 804 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414560858 10915721216 6897 33554432000 4194304 4196468 140730751011696 139979585907312 139980094073474 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1734] ppid=1723 vsize=10659884 memory=-1 CPUtime=0 cores=0-3
/proc/1726/task/1734/stat : 1734 (java) S 1723 1726 804 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414560859 10915721216 6897 33554432000 4194304 4196468 140730751011696 139979584853280 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1735] ppid=1723 vsize=10659884 memory=140038776600192 CPUtime=0 cores=0-3
/proc/1726/task/1735/stat : 1735 (java) S 1723 1726 804 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414560859 10915721216 6897 33554432000 4194304 4196468 140730751011696 139979583800944 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1736] ppid=1723 vsize=10659884 memory=-1 CPUtime=0 cores=0-3
/proc/1726/task/1736/stat : 1736 (java) S 1723 1726 804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414560862 10915721216 6897 33554432000 4194304 4196468 140730751011696 139979582749264 139980094080923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1737] ppid=1723 vsize=10659884 memory=0 CPUtime=0 cores=0-3
/proc/1726/task/1737/stat : 1737 (java) S 1723 1726 804 0 -1 1077944384 431 0 0 0 0 0 0 0 20 0 15 0 414560862 10915721216 6897 33554432000 4194304 4196468 140730751011696 139979581696112 139980094073474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1738] ppid=1723 vsize=10659884 memory=-1 CPUtime=0 cores=0-3
/proc/1726/task/1738/stat : 1738 (java) S 1723 1726 804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414560862 10915721216 6897 33554432000 4194304 4196468 140730751011696 139979580643312 139980094073474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1739] ppid=1723 vsize=10659884 memory=0 CPUtime=0.01 cores=0-3
/proc/1726/task/1739/stat : 1739 (java) R 1723 1726 804 0 -1 4202560 321 0 0 0 1 0 0 0 20 0 15 0 414560862 10915721216 6897 33554432000 4194304 4196468 140730751011696 139979579586968 139980086016932 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1740] ppid=1723 vsize=10659884 memory=0 CPUtime=0 cores=0-3
/proc/1726/task/1740/stat : 1740 (java) S 1723 1726 804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414560862 10915721216 6897 33554432000 4194304 4196468 140730751011696 139979578538464 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1741] ppid=1723 vsize=10659884 memory=0 CPUtime=0 cores=0-3
/proc/1726/task/1741/stat : 1741 (java) S 1723 1726 804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560862 10915721216 6897 33554432000 4194304 4196468 140730751011696 139979577486256 139980094073474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 27324 KiB

[startup+0.211622 s]*
/proc/loadavg: 1.76 1.82 1.85 4/228 1741
/proc/meminfo: memFree=27442536/32770688 swapFree=66919992/67108860
[pid=1726] ppid=1723 vsize=10659884 memory=36776 CPUtime=0.32 cores=0-3
/proc/1726/stat : 1726 (java) S 1723 1726 804 0 -1 1077944320 8969 0 0 0 29 3 0 0 20 0 15 0 414560856 10915721216 9194 33554432000 4194304 4196468 140730751011696 140730750994240 139980094062327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
/proc/1726/statm: 2664971 9194 2976 1 0 2627468 0
[pid=1726/tid=1728] ppid=1723 vsize=10659884 memory=8389772277269004345 CPUtime=0.2 cores=0-3
/proc/1726/task/1728/stat : 1728 (java) R 1723 1726 804 0 -1 4202560 6109 0 0 0 18 2 0 0 20 0 15 0 414560856 10915721216 9260 33554432000 4194304 4196468 140730751011696 139980098288688 139980094084253 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1729] ppid=1723 vsize=10659884 memory=288292155783643159 CPUtime=0 cores=0-3
/proc/1726/task/1729/stat : 1729 (java) S 1723 1726 804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560857 10915721216 9260 33554432000 4194304 4196468 140730751011696 139979701217680 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1730] ppid=1723 vsize=10659884 memory=3979412490425251488 CPUtime=0 cores=0-3
/proc/1726/task/1730/stat : 1730 (java) S 1723 1726 804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560857 10915721216 9260 33554432000 4194304 4196468 140730751011696 139979700164880 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1731] ppid=1723 vsize=10659884 memory=0 CPUtime=0 cores=0-3
/proc/1726/task/1731/stat : 1731 (java) S 1723 1726 804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560857 10915721216 9260 33554432000 4194304 4196468 140730751011696 139979699112592 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1732] ppid=1723 vsize=10659884 memory=-1 CPUtime=0 cores=0-3
/proc/1726/task/1732/stat : 1732 (java) S 1723 1726 804 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414560857 10915721216 9260 33554432000 4194304 4196468 140730751011696 139979698059792 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1733] ppid=1723 vsize=10659884 memory=0 CPUtime=0 cores=0-3
/proc/1726/task/1733/stat : 1733 (java) S 1723 1726 804 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414560858 10915721216 9260 33554432000 4194304 4196468 140730751011696 139979585907312 139980094073474 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1734] ppid=1723 vsize=10659884 memory=-1 CPUtime=0 cores=0-3
/proc/1726/task/1734/stat : 1734 (java) S 1723 1726 804 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414560859 10915721216 9260 33554432000 4194304 4196468 140730751011696 139979584853280 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1735] ppid=1723 vsize=10659884 memory=140038776600192 CPUtime=0 cores=0-3
/proc/1726/task/1735/stat : 1735 (java) S 1723 1726 804 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414560859 10915721216 9260 33554432000 4194304 4196468 140730751011696 139979583800944 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1736] ppid=1723 vsize=10659884 memory=-1 CPUtime=0 cores=0-3
/proc/1726/task/1736/stat : 1736 (java) S 1723 1726 804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414560862 10915721216 9260 33554432000 4194304 4196468 140730751011696 139979582749264 139980094080923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1737] ppid=1723 vsize=10659884 memory=0 CPUtime=0.02 cores=0-3
/proc/1726/task/1737/stat : 1737 (java) R 1723 1726 804 0 -1 4202560 582 0 0 0 2 0 0 0 20 0 15 0 414560862 10915721216 9260 33554432000 4194304 4196468 140730751011696 139979581682136 139980071657344 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1738] ppid=1723 vsize=10659884 memory=-1 CPUtime=0.02 cores=0-3
/proc/1726/task/1738/stat : 1738 (java) R 1723 1726 804 0 -1 4202560 278 0 0 0 2 0 0 0 20 0 15 0 414560862 10915721216 9260 33554432000 4194304 4196468 140730751011696 139979580643312 139980075584565 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1739] ppid=1723 vsize=10659884 memory=0 CPUtime=0.05 cores=0-3
/proc/1726/task/1739/stat : 1739 (java) S 1723 1726 804 0 -1 1077944384 713 0 0 0 5 0 0 0 20 0 15 0 414560862 10915721216 9260 33554432000 4194304 4196468 140730751011696 139979579591024 139980094073474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1740] ppid=1723 vsize=10659884 memory=0 CPUtime=0 cores=0-3
/proc/1726/task/1740/stat : 1740 (java) S 1723 1726 804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414560862 10915721216 9260 33554432000 4194304 4196468 140730751011696 139979578538464 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1741] ppid=1723 vsize=10659884 memory=0 CPUtime=0 cores=0-3
/proc/1726/task/1741/stat : 1741 (java) S 1723 1726 804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560862 10915721216 9260 33554432000 4194304 4196468 140730751011696 139979577486256 139980094073474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 36776 KiB

[startup+0.311415 s]*
/proc/loadavg: 1.76 1.82 1.85 3/228 1741
/proc/meminfo: memFree=27442196/32770688 swapFree=66919992/67108860
[pid=1726] ppid=1723 vsize=10659884 memory=37304 CPUtime=0.45 cores=0-3
/proc/1726/stat : 1726 (java) S 1723 1726 804 0 -1 1077944320 9156 0 0 0 42 3 0 0 20 0 15 0 414560856 10915721216 9326 33554432000 4194304 4196468 140730751011696 140730750994240 139980094062327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
/proc/1726/statm: 2664971 9326 2987 1 0 2627468 0
[pid=1726/tid=1728] ppid=1723 vsize=10659884 memory=1398722017469774279 CPUtime=0.3 cores=0-3
/proc/1726/task/1728/stat : 1728 (java) R 1723 1726 804 0 -1 4202560 6148 0 0 0 28 2 0 0 20 0 15 0 414560856 10915721216 9326 33554432000 4194304 4196468 140730751011696 139980098295024 139980094084253 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1729] ppid=1723 vsize=10659884 memory=0 CPUtime=0 cores=0-3
/proc/1726/task/1729/stat : 1729 (java) S 1723 1726 804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560857 10915721216 9326 33554432000 4194304 4196468 140730751011696 139979701217680 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1730] ppid=1723 vsize=10659884 memory=140038776600192 CPUtime=0 cores=0-3
/proc/1726/task/1730/stat : 1730 (java) S 1723 1726 804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560857 10915721216 9326 33554432000 4194304 4196468 140730751011696 139979700164880 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1731] ppid=1723 vsize=10659884 memory=2241 CPUtime=0 cores=0-3
/proc/1726/task/1731/stat : 1731 (java) S 1723 1726 804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560857 10915721216 9326 33554432000 4194304 4196468 140730751011696 139979699112592 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1732] ppid=1723 vsize=10659884 memory=140038616743151 CPUtime=0 cores=0-3
/proc/1726/task/1732/stat : 1732 (java) S 1723 1726 804 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414560857 10915721216 9326 33554432000 4194304 4196468 140730751011696 139979698059792 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1733] ppid=1723 vsize=10659884 memory=0 CPUtime=0 cores=0-3
/proc/1726/task/1733/stat : 1733 (java) S 1723 1726 804 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414560858 10915721216 9326 33554432000 4194304 4196468 140730751011696 139979585907312 139980094073474 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1734] ppid=1723 vsize=10659884 memory=67 CPUtime=0 cores=0-3
/proc/1726/task/1734/stat : 1734 (java) S 1723 1726 804 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414560859 10915721216 9326 33554432000 4194304 4196468 140730751011696 139979584853280 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1735] ppid=1723 vsize=10659884 memory=140038776600192 CPUtime=0 cores=0-3
/proc/1726/task/1735/stat : 1735 (java) S 1723 1726 804 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414560859 10915721216 9326 33554432000 4194304 4196468 140730751011696 139979583800944 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1736] ppid=1723 vsize=10659884 memory=67 CPUtime=0 cores=0-3
/proc/1726/task/1736/stat : 1736 (java) S 1723 1726 804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414560862 10915721216 9326 33554432000 4194304 4196468 140730751011696 139979582749264 139980094080923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1737] ppid=1723 vsize=10659884 memory=0 CPUtime=0.04 cores=0-3
/proc/1726/task/1737/stat : 1737 (java) R 1723 1726 804 0 -1 4202560 647 0 0 0 4 0 0 0 20 0 15 0 414560862 10915721216 9326 33554432000 4194304 4196468 140730751011696 139979581696112 139980078940411 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1738] ppid=1723 vsize=10659884 memory=140038616648143 CPUtime=0.03 cores=0-3
/proc/1726/task/1738/stat : 1738 (java) R 1723 1726 804 0 -1 1077944384 292 0 0 0 3 0 0 0 20 0 15 0 414560862 10915721216 9326 33554432000 4194304 4196468 140730751011696 139979580643312 139980094073474 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1739] ppid=1723 vsize=10659884 memory=280077233409744 CPUtime=0.06 cores=0-3
/proc/1726/task/1739/stat : 1739 (java) S 1723 1726 804 0 -1 1077944384 718 0 0 0 6 0 0 0 20 0 15 0 414560862 10915721216 9326 33554432000 4194304 4196468 140730751011696 139979579591024 139980094073474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1740] ppid=1723 vsize=10659884 memory=280077233307176 CPUtime=0 cores=0-3
/proc/1726/task/1740/stat : 1740 (java) S 1723 1726 804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414560862 10915721216 9326 33554432000 4194304 4196468 140730751011696 139979578538464 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1741] ppid=1723 vsize=10659884 memory=12 CPUtime=0 cores=0-3
/proc/1726/task/1741/stat : 1741 (java) R 1723 1726 804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560862 10915721216 9326 33554432000 4194304 4196468 140730751011696 139979577486256 139980094073474 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 37304 KiB

[startup+0.701277 s]
/proc/loadavg: 1.86 1.84 1.86 3/228 1741
/proc/meminfo: memFree=27431960/32770688 swapFree=66919992/67108860
[pid=1726] ppid=1723 vsize=10659884 memory=58480 CPUtime=1.11 cores=0-3
/proc/1726/stat : 1726 (java) S 1723 1726 804 0 -1 1077944320 12644 0 0 0 106 5 0 0 20 0 15 0 414560856 10915721216 14620 33554432000 4194304 4196468 140730751011696 140730750994240 139980094062327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
/proc/1726/statm: 2664971 14620 3056 1 0 2627468 0
[pid=1726/tid=1728] ppid=1723 vsize=10659884 memory=46476 CPUtime=0.68 cores=0-3
/proc/1726/task/1728/stat : 1728 (java) R 1723 1726 804 0 -1 4202560 8543 0 0 0 64 4 0 0 20 0 15 0 414560856 10915721216 14620 33554432000 4194304 4196468 140730751011696 139980098288208 139980074333185 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1729] ppid=1723 vsize=10659884 memory=984 CPUtime=0 cores=0-3
/proc/1726/task/1729/stat : 1729 (java) S 1723 1726 804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560857 10915721216 14620 33554432000 4194304 4196468 140730751011696 139979701217680 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1730] ppid=1723 vsize=10659884 memory=59 CPUtime=0 cores=0-3
/proc/1726/task/1730/stat : 1730 (java) S 1723 1726 804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560857 10915721216 14620 33554432000 4194304 4196468 140730751011696 139979700164880 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1731] ppid=1723 vsize=10659884 memory=0 CPUtime=0 cores=0-3
/proc/1726/task/1731/stat : 1731 (java) S 1723 1726 804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560857 10915721216 14620 33554432000 4194304 4196468 140730751011696 139979699112592 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1732] ppid=1723 vsize=10659884 memory=0 CPUtime=0 cores=0-3
/proc/1726/task/1732/stat : 1732 (java) S 1723 1726 804 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414560857 10915721216 14620 33554432000 4194304 4196468 140730751011696 139979698059792 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1733] ppid=1723 vsize=10659884 memory=0 CPUtime=0 cores=0-3
/proc/1726/task/1733/stat : 1733 (java) S 1723 1726 804 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414560858 10915721216 14620 33554432000 4194304 4196468 140730751011696 139979585907312 139980094073474 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1734] ppid=1723 vsize=10659884 memory=0 CPUtime=0 cores=0-3
/proc/1726/task/1734/stat : 1734 (java) S 1723 1726 804 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414560859 10915721216 14620 33554432000 4194304 4196468 140730751011696 139979584853280 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1735] ppid=1723 vsize=10659884 memory=0 CPUtime=0 cores=0-3
/proc/1726/task/1735/stat : 1735 (java) S 1723 1726 804 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414560859 10915721216 14620 33554432000 4194304 4196468 140730751011696 139979583800944 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1736] ppid=1723 vsize=10659884 memory=0 CPUtime=0 cores=0-3
/proc/1726/task/1736/stat : 1736 (java) S 1723 1726 804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414560862 10915721216 14620 33554432000 4194304 4196468 140730751011696 139979582749264 139980094080923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1737] ppid=1723 vsize=10659884 memory=0 CPUtime=0.11 cores=0-3
/proc/1726/task/1737/stat : 1737 (java) S 1723 1726 804 0 -1 1077944384 936 0 0 0 11 0 0 0 20 0 15 0 414560862 10915721216 14620 33554432000 4194304 4196468 140730751011696 139979581696112 139980094073474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1738] ppid=1723 vsize=10659884 memory=164 CPUtime=0.11 cores=0-3
/proc/1726/task/1738/stat : 1738 (java) S 1723 1726 804 0 -1 1077944384 620 0 0 0 11 0 0 0 20 0 15 0 414560862 10915721216 14620 33554432000 4194304 4196468 140730751011696 139979580643312 139980094073474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1739] ppid=1723 vsize=10659884 memory=0 CPUtime=0.18 cores=0-3
/proc/1726/task/1739/stat : 1739 (java) S 1723 1726 804 0 -1 1077944384 1186 0 0 0 18 0 0 0 20 0 15 0 414560862 10915721216 14620 33554432000 4194304 4196468 140730751011696 139979579591024 139980094073474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1740] ppid=1723 vsize=10659884 memory=0 CPUtime=0 cores=0-3
/proc/1726/task/1740/stat : 1740 (java) S 1723 1726 804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414560862 10915721216 14620 33554432000 4194304 4196468 140730751011696 139979578538464 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1741] ppid=1723 vsize=10659884 memory=0 CPUtime=0 cores=0-3
/proc/1726/task/1741/stat : 1741 (java) S 1723 1726 804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560862 10915721216 14620 33554432000 4194304 4196468 140730751011696 139979577486256 139980094073474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 58480 KiB

[startup+1.50362 s]
/proc/loadavg: 1.86 1.84 1.86 3/228 1741
/proc/meminfo: memFree=27413712/32770688 swapFree=66919992/67108860
[pid=1726] ppid=1723 vsize=10663980 memory=72120 CPUtime=1.98 cores=0-3
/proc/1726/stat : 1726 (java) S 1723 1726 804 0 -1 1077944320 17167 0 0 0 192 6 0 0 20 0 15 0 414560856 10919915520 18030 33554432000 4194304 4196468 140730751011696 140730750994240 139980094062327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
/proc/1726/statm: 2665995 18030 3082 1 0 2628492 0
[pid=1726/tid=1728] ppid=1723 vsize=10663980 memory=0 CPUtime=1.48 cores=0-3
/proc/1726/task/1728/stat : 1728 (java) R 1723 1726 804 0 -1 4202560 12461 0 0 0 143 5 0 0 20 0 15 0 414560856 10919915520 18030 33554432000 4194304 4196468 140730751011696 139980098288208 139980078142814 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1729] ppid=1723 vsize=10663980 memory=0 CPUtime=0 cores=0-3
/proc/1726/task/1729/stat : 1729 (java) S 1723 1726 804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560857 10919915520 18030 33554432000 4194304 4196468 140730751011696 139979701217680 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1730] ppid=1723 vsize=10663980 memory=0 CPUtime=0 cores=0-3
/proc/1726/task/1730/stat : 1730 (java) S 1723 1726 804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560857 10919915520 18030 33554432000 4194304 4196468 140730751011696 139979700164880 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1731] ppid=1723 vsize=10663980 memory=0 CPUtime=0 cores=0-3
/proc/1726/task/1731/stat : 1731 (java) S 1723 1726 804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414560857 10919915520 18030 33554432000 4194304 4196468 140730751011696 139979699112592 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1732] ppid=1723 vsize=10663980 memory=305 CPUtime=0 cores=0-3
/proc/1726/task/1732/stat : 1732 (java) S 1723 1726 804 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414560857 10919915520 18030 33554432000 4194304 4196468 140730751011696 139979698059792 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1733] ppid=1723 vsize=10663980 memory=5932472614184891957 CPUtime=0 cores=0-3
/proc/1726/task/1733/stat : 1733 (java) S 1723 1726 804 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 414560858 10919915520 18030 33554432000 4194304 4196468 140730751011696 139979585907312 139980094073474 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0

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

/proc/1726/task/1732/stat : 1732 (java) S 1723 1726 804 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 16 0 414560857 11004186624 44903 33554432000 4194304 4196468 140730751011696 139979698059792 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1733] ppid=1723 vsize=10746276 memory=179612 CPUtime=0.03 cores=0-3
/proc/1726/task/1733/stat : 1733 (java) S 1723 1726 804 0 -1 1077944384 1612 0 0 0 2 1 0 0 20 0 16 0 414560858 11004186624 44903 33554432000 4194304 4196468 140730751011696 139979585907312 139980094073474 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1734] ppid=1723 vsize=10746276 memory=179612 CPUtime=0 cores=0-3
/proc/1726/task/1734/stat : 1734 (java) S 1723 1726 804 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 414560859 11004186624 44903 33554432000 4194304 4196468 140730751011696 139979584853344 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1735] ppid=1723 vsize=10746276 memory=179612 CPUtime=0 cores=0-3
/proc/1726/task/1735/stat : 1735 (java) S 1723 1726 804 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 414560859 11004186624 44903 33554432000 4194304 4196468 140730751011696 139979583800960 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1736] ppid=1723 vsize=10746276 memory=1408 CPUtime=0 cores=0-3
/proc/1726/task/1736/stat : 1736 (java) S 1723 1726 804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414560862 11004186624 44903 33554432000 4194304 4196468 140730751011696 139979582749264 139980094080923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1737] ppid=1723 vsize=10746276 memory=179612 CPUtime=1.1 cores=0-3
/proc/1726/task/1737/stat : 1737 (java) S 1723 1726 804 0 -1 1077944384 6885 0 0 0 110 0 0 0 20 0 16 0 414560862 11004186624 44903 33554432000 4194304 4196468 140730751011696 139979581696112 139980094073474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1738] ppid=1723 vsize=10746276 memory=179612 CPUtime=1.32 cores=0-3
/proc/1726/task/1738/stat : 1738 (java) S 1723 1726 804 0 -1 1077944384 8521 0 0 0 131 1 0 0 20 0 16 0 414560862 11004186624 44903 33554432000 4194304 4196468 140730751011696 139979580643312 139980094073474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1739] ppid=1723 vsize=10746276 memory=179612 CPUtime=0.6 cores=0-3
/proc/1726/task/1739/stat : 1739 (java) S 1723 1726 804 0 -1 1077944384 5301 0 0 0 59 1 0 0 20 0 16 0 414560862 11004186624 44903 33554432000 4194304 4196468 140730751011696 139979579591024 139980094073474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1740] ppid=1723 vsize=10746276 memory=3624 CPUtime=0 cores=0-3
/proc/1726/task/1740/stat : 1740 (java) S 1723 1726 804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414560862 11004186624 44903 33554432000 4194304 4196468 140730751011696 139979578538464 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1741] ppid=1723 vsize=10746276 memory=46568 CPUtime=0.6 cores=0-3
/proc/1726/task/1741/stat : 1741 (java) S 1723 1726 804 0 -1 1077944384 1143 0 0 0 22 38 0 0 20 0 16 0 414560862 11004186624 44903 33554432000 4194304 4196468 140730751011696 139979577486256 139980094073474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1742] ppid=1723 vsize=10746276 memory=179612 CPUtime=2440.16 cores=0-3
/proc/1726/task/1742/stat : 1742 (java) R 1723 1726 804 0 -1 4202560 15028 0 0 0 244014 2 0 0 20 0 16 0 414561067 11004186624 44903 33554432000 4194304 4196468 140730751011696 139979562730272 139979716994640 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
Current children cumulated CPU time: 2446.03 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 179612 KiB

[startup+2502.3 s]
/proc/loadavg: 1.76 1.89 1.93 3/230 2080
/proc/meminfo: memFree=27044884/32770688 swapFree=66919992/67108860
[pid=1726] ppid=1723 vsize=10746276 memory=181660 CPUtime=2506.05 cores=0-3
/proc/1726/stat : 1726 (java) S 1723 1726 804 0 -1 1077944320 55621 0 0 0 250561 44 0 0 20 0 16 0 414560856 11004186624 45415 33554432000 4194304 4196468 140730751011696 140730750994240 139980094062327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
/proc/1726/statm: 2686569 45415 3359 1 0 2646705 0
[pid=1726/tid=1728] ppid=1723 vsize=10746276 memory=181660 CPUtime=2.1 cores=0-3
/proc/1726/task/1728/stat : 1728 (java) S 1723 1726 804 0 -1 1077944384 15431 0 0 0 203 7 0 0 20 0 16 0 414560856 11004186624 45415 33554432000 4194304 4196468 140730751011696 139980098305200 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1729] ppid=1723 vsize=10746276 memory=181660 CPUtime=0 cores=0-3
/proc/1726/task/1729/stat : 1729 (java) S 1723 1726 804 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 414560857 11004186624 45415 33554432000 4194304 4196468 140730751011696 139979701217680 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1730] ppid=1723 vsize=10746276 memory=0 CPUtime=0 cores=0-3
/proc/1726/task/1730/stat : 1730 (java) S 1723 1726 804 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 414560857 11004186624 45415 33554432000 4194304 4196468 140730751011696 139979700164880 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1731] ppid=1723 vsize=10746276 memory=181660 CPUtime=0 cores=0-3
/proc/1726/task/1731/stat : 1731 (java) S 1723 1726 804 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 414560857 11004186624 45415 33554432000 4194304 4196468 140730751011696 139979699112592 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1732] ppid=1723 vsize=10746276 memory=181660 CPUtime=0 cores=0-3
/proc/1726/task/1732/stat : 1732 (java) S 1723 1726 804 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 16 0 414560857 11004186624 45415 33554432000 4194304 4196468 140730751011696 139979698059792 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1733] ppid=1723 vsize=10746276 memory=181660 CPUtime=0.03 cores=0-3
/proc/1726/task/1733/stat : 1733 (java) S 1723 1726 804 0 -1 1077944384 1618 0 0 0 2 1 0 0 20 0 16 0 414560858 11004186624 45415 33554432000 4194304 4196468 140730751011696 139979585907312 139980094073474 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1734] ppid=1723 vsize=10746276 memory=181660 CPUtime=0 cores=0-3
/proc/1726/task/1734/stat : 1734 (java) S 1723 1726 804 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 414560859 11004186624 45415 33554432000 4194304 4196468 140730751011696 139979584853344 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1735] ppid=1723 vsize=10746276 memory=181660 CPUtime=0 cores=0-3
/proc/1726/task/1735/stat : 1735 (java) S 1723 1726 804 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 414560859 11004186624 45415 33554432000 4194304 4196468 140730751011696 139979583800960 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1736] ppid=1723 vsize=10746276 memory=181660 CPUtime=0 cores=0-3
/proc/1726/task/1736/stat : 1736 (java) S 1723 1726 804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414560862 11004186624 45415 33554432000 4194304 4196468 140730751011696 139979582749264 139980094080923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1737] ppid=1723 vsize=10746276 memory=3624 CPUtime=1.1 cores=0-3
/proc/1726/task/1737/stat : 1737 (java) S 1723 1726 804 0 -1 1077944384 6887 0 0 0 110 0 0 0 20 0 16 0 414560862 11004186624 45415 33554432000 4194304 4196468 140730751011696 139979581696112 139980094073474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1738] ppid=1723 vsize=10746276 memory=46568 CPUtime=1.32 cores=0-3
/proc/1726/task/1738/stat : 1738 (java) S 1723 1726 804 0 -1 1077944384 8541 0 0 0 131 1 0 0 20 0 16 0 414560862 11004186624 45415 33554432000 4194304 4196468 140730751011696 139979580643312 139980094073474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1739] ppid=1723 vsize=10746276 memory=181660 CPUtime=0.6 cores=0-3
/proc/1726/task/1739/stat : 1739 (java) S 1723 1726 804 0 -1 1077944384 5303 0 0 0 59 1 0 0 20 0 16 0 414560862 11004186624 45415 33554432000 4194304 4196468 140730751011696 139979579591024 139980094073474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1740] ppid=1723 vsize=10746276 memory=181660 CPUtime=0 cores=0-3
/proc/1726/task/1740/stat : 1740 (java) S 1723 1726 804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414560862 11004186624 45415 33554432000 4194304 4196468 140730751011696 139979578538464 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1741] ppid=1723 vsize=10746276 memory=8112282956445269571 CPUtime=0.62 cores=0-3
/proc/1726/task/1741/stat : 1741 (java) S 1723 1726 804 0 -1 1077944384 1163 0 0 0 23 39 0 0 20 0 16 0 414560862 11004186624 45415 33554432000 4194304 4196468 140730751011696 139979577486256 139980094073474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1742] ppid=1723 vsize=10746276 memory=3624 CPUtime=2500.16 cores=0-3
/proc/1726/task/1742/stat : 1742 (java) R 1723 1726 804 0 -1 4202560 15062 0 0 0 250014 2 0 0 20 0 16 0 414561067 11004186624 45415 33554432000 4194304 4196468 140730751011696 139979562724944 139979717028217 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
Current children cumulated CPU time: 2506.05 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 181660 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2516.3 s]
/proc/loadavg: 1.74 1.88 1.93 3/230 2080
/proc/meminfo: memFree=27045008/32770688 swapFree=66919992/67108860
[pid=1726] ppid=1723 vsize=10746276 memory=181660 CPUtime=2520.05 cores=0-3
/proc/1726/stat : 1726 (java) S 1723 1726 804 0 -1 1077944320 55644 0 0 0 251961 44 0 0 20 0 16 0 414560856 11004186624 45415 33554432000 4194304 4196468 140730751011696 140730750994240 139980094062327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
/proc/1726/statm: 2686569 45415 3359 1 0 2646705 0
[pid=1726/tid=1728] ppid=1723 vsize=10746276 memory=181660 CPUtime=2.1 cores=0-3
/proc/1726/task/1728/stat : 1728 (java) S 1723 1726 804 0 -1 1077944384 15431 0 0 0 203 7 0 0 20 0 16 0 414560856 11004186624 45415 33554432000 4194304 4196468 140730751011696 139980098305200 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1729] ppid=1723 vsize=10746276 memory=181660 CPUtime=0 cores=0-3
/proc/1726/task/1729/stat : 1729 (java) S 1723 1726 804 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 414560857 11004186624 45415 33554432000 4194304 4196468 140730751011696 139979701217680 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1730] ppid=1723 vsize=10746276 memory=181660 CPUtime=0 cores=0-3
/proc/1726/task/1730/stat : 1730 (java) S 1723 1726 804 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 414560857 11004186624 45415 33554432000 4194304 4196468 140730751011696 139979700164880 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1731] ppid=1723 vsize=10746276 memory=181660 CPUtime=0 cores=0-3
/proc/1726/task/1731/stat : 1731 (java) S 1723 1726 804 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 414560857 11004186624 45415 33554432000 4194304 4196468 140730751011696 139979699112592 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1732] ppid=1723 vsize=10746276 memory=0 CPUtime=0 cores=0-3
/proc/1726/task/1732/stat : 1732 (java) S 1723 1726 804 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 16 0 414560857 11004186624 45415 33554432000 4194304 4196468 140730751011696 139979698059792 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1733] ppid=1723 vsize=10746276 memory=8112282956445269571 CPUtime=0.03 cores=0-3
/proc/1726/task/1733/stat : 1733 (java) S 1723 1726 804 0 -1 1077944384 1618 0 0 0 2 1 0 0 20 0 16 0 414560858 11004186624 45415 33554432000 4194304 4196468 140730751011696 139979585907312 139980094073474 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1734] ppid=1723 vsize=10746276 memory=1408 CPUtime=0 cores=0-3
/proc/1726/task/1734/stat : 1734 (java) S 1723 1726 804 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 414560859 11004186624 45415 33554432000 4194304 4196468 140730751011696 139979584853344 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1735] ppid=1723 vsize=10746276 memory=181660 CPUtime=0 cores=0-3
/proc/1726/task/1735/stat : 1735 (java) S 1723 1726 804 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 414560859 11004186624 45415 33554432000 4194304 4196468 140730751011696 139979583800960 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1736] ppid=1723 vsize=10746276 memory=1408 CPUtime=0 cores=0-3
/proc/1726/task/1736/stat : 1736 (java) S 1723 1726 804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414560862 11004186624 45415 33554432000 4194304 4196468 140730751011696 139979582749264 139980094080923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1737] ppid=1723 vsize=10746276 memory=8112282956445269571 CPUtime=1.1 cores=0-3
/proc/1726/task/1737/stat : 1737 (java) S 1723 1726 804 0 -1 1077944384 6887 0 0 0 110 0 0 0 20 0 16 0 414560862 11004186624 45415 33554432000 4194304 4196468 140730751011696 139979581696112 139980094073474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1738] ppid=1723 vsize=10746276 memory=181660 CPUtime=1.32 cores=0-3
/proc/1726/task/1738/stat : 1738 (java) S 1723 1726 804 0 -1 1077944384 8541 0 0 0 131 1 0 0 20 0 16 0 414560862 11004186624 45415 33554432000 4194304 4196468 140730751011696 139979580643312 139980094073474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1739] ppid=1723 vsize=10746276 memory=181660 CPUtime=0.6 cores=0-3
/proc/1726/task/1739/stat : 1739 (java) S 1723 1726 804 0 -1 1077944384 5303 0 0 0 59 1 0 0 20 0 16 0 414560862 11004186624 45415 33554432000 4194304 4196468 140730751011696 139979579591024 139980094073474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1740] ppid=1723 vsize=10746276 memory=181660 CPUtime=0 cores=0-3
/proc/1726/task/1740/stat : 1740 (java) S 1723 1726 804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414560862 11004186624 45415 33554432000 4194304 4196468 140730751011696 139979578538464 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1741] ppid=1723 vsize=10746276 memory=181660 CPUtime=0.62 cores=0-3
/proc/1726/task/1741/stat : 1741 (java) S 1723 1726 804 0 -1 1077944384 1165 0 0 0 23 39 0 0 20 0 16 0 414560862 11004186624 45415 33554432000 4194304 4196468 140730751011696 139979577486256 139980094073474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1742] ppid=1723 vsize=10746276 memory=1808 CPUtime=2514.16 cores=0-3
/proc/1726/task/1742/stat : 1742 (java) R 1723 1726 804 0 -1 4202560 15083 0 0 0 251414 2 0 0 20 0 16 0 414561067 11004186624 45415 33554432000 4194304 4196468 140730751011696 139979562724944 139979717727316 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 181660 KiB

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

[startup+2516.31 s]
# the end of solver process 1726 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.63 s, system=0.449062 s

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

[startup+2516.3 s]
/proc/loadavg: 1.74 1.88 1.93 3/230 2080
/proc/meminfo: memFree=27045008/32770688 swapFree=66919992/67108860
[pid=1726] ppid=1723 vsize=10746276 memory=181660 CPUtime=2520.05 cores=0-3
/proc/1726/stat : 1726 (java) S 1723 1726 804 0 -1 1077944320 55644 0 0 0 251961 44 0 0 20 0 16 0 414560856 11004186624 45415 33554432000 4194304 4196468 140730751011696 140730750994240 139980094062327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
/proc/1726/statm: 2686569 45415 3359 1 0 2646705 0
[pid=1726/tid=1728] ppid=1723 vsize=10746276 memory=181660 CPUtime=2.1 cores=0-3
/proc/1726/task/1728/stat : 1728 (java) S 1723 1726 804 0 -1 1077944384 15431 0 0 0 203 7 0 0 20 0 16 0 414560856 11004186624 45415 33554432000 4194304 4196468 140730751011696 139980098305200 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1729] ppid=1723 vsize=10746276 memory=181660 CPUtime=0 cores=0-3
/proc/1726/task/1729/stat : 1729 (java) S 1723 1726 804 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 414560857 11004186624 45415 33554432000 4194304 4196468 140730751011696 139979701217680 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1730] ppid=1723 vsize=10746276 memory=181660 CPUtime=0 cores=0-3
/proc/1726/task/1730/stat : 1730 (java) S 1723 1726 804 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 414560857 11004186624 45415 33554432000 4194304 4196468 140730751011696 139979700164880 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1731] ppid=1723 vsize=10746276 memory=181660 CPUtime=0 cores=0-3
/proc/1726/task/1731/stat : 1731 (java) S 1723 1726 804 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 414560857 11004186624 45415 33554432000 4194304 4196468 140730751011696 139979699112592 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1732] ppid=1723 vsize=10746276 memory=0 CPUtime=0 cores=0-3
/proc/1726/task/1732/stat : 1732 (java) S 1723 1726 804 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 16 0 414560857 11004186624 45415 33554432000 4194304 4196468 140730751011696 139979698059792 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1733] ppid=1723 vsize=10746276 memory=8112282956445269571 CPUtime=0.03 cores=0-3
/proc/1726/task/1733/stat : 1733 (java) S 1723 1726 804 0 -1 1077944384 1618 0 0 0 2 1 0 0 20 0 16 0 414560858 11004186624 45415 33554432000 4194304 4196468 140730751011696 139979585907312 139980094073474 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1734] ppid=1723 vsize=10746276 memory=1408 CPUtime=0 cores=0-3
/proc/1726/task/1734/stat : 1734 (java) S 1723 1726 804 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 414560859 11004186624 45415 33554432000 4194304 4196468 140730751011696 139979584853344 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1735] ppid=1723 vsize=10746276 memory=181660 CPUtime=0 cores=0-3
/proc/1726/task/1735/stat : 1735 (java) S 1723 1726 804 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 414560859 11004186624 45415 33554432000 4194304 4196468 140730751011696 139979583800960 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1736] ppid=1723 vsize=10746276 memory=1408 CPUtime=0 cores=0-3
/proc/1726/task/1736/stat : 1736 (java) S 1723 1726 804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414560862 11004186624 45415 33554432000 4194304 4196468 140730751011696 139979582749264 139980094080923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1737] ppid=1723 vsize=10746276 memory=8112282956445269571 CPUtime=1.1 cores=0-3
/proc/1726/task/1737/stat : 1737 (java) S 1723 1726 804 0 -1 1077944384 6887 0 0 0 110 0 0 0 20 0 16 0 414560862 11004186624 45415 33554432000 4194304 4196468 140730751011696 139979581696112 139980094073474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1738] ppid=1723 vsize=10746276 memory=181660 CPUtime=1.32 cores=0-3
/proc/1726/task/1738/stat : 1738 (java) S 1723 1726 804 0 -1 1077944384 8541 0 0 0 131 1 0 0 20 0 16 0 414560862 11004186624 45415 33554432000 4194304 4196468 140730751011696 139979580643312 139980094073474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1739] ppid=1723 vsize=10746276 memory=181660 CPUtime=0.6 cores=0-3
/proc/1726/task/1739/stat : 1739 (java) S 1723 1726 804 0 -1 1077944384 5303 0 0 0 59 1 0 0 20 0 16 0 414560862 11004186624 45415 33554432000 4194304 4196468 140730751011696 139979579591024 139980094073474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1740] ppid=1723 vsize=10746276 memory=181660 CPUtime=0 cores=0-3
/proc/1726/task/1740/stat : 1740 (java) S 1723 1726 804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414560862 11004186624 45415 33554432000 4194304 4196468 140730751011696 139979578538464 139980094072533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1741] ppid=1723 vsize=10746276 memory=181660 CPUtime=0.62 cores=0-3
/proc/1726/task/1741/stat : 1741 (java) S 1723 1726 804 0 -1 1077944384 1165 0 0 0 23 39 0 0 20 0 16 0 414560862 11004186624 45415 33554432000 4194304 4196468 140730751011696 139979577486256 139980094073474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
[pid=1726/tid=1742] ppid=1723 vsize=10746276 memory=1808 CPUtime=2514.16 cores=0-3
/proc/1726/task/1742/stat : 1742 (java) R 1723 1726 804 0 -1 4202560 15083 0 0 0 251414 2 0 0 20 0 16 0 414561067 11004186624 45415 33554432000 4194304 4196468 140730751011696 139979562724944 139979717727316 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22896640 140730751013899 140730751014002 140730751014002 140730751016911 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 181660 KiB

Child status: 143
Real time (s): 2516.31
CPU time (s): 2520.07
CPU user time (s): 2519.63
CPU system time (s): 0.449062
CPU usage (%): 100.149
Max. virtual memory (cumulated for all children) (KiB): 10746276
Max. memory (cumulated for all children) (KiB): 181660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.63
system time used= 0.449062
maximum resident set size= 188512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56142
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57405
involuntary context switches= 672


# summary of solver processes directly reported to runsolver:
#   pid: 1726
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2519.63
#   total CPU system time (s): 0.449062

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.595 second user time and 21.4578 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-14 22:59:28
IDJOB=4390998
IDBENCH=137635
IDSOLVER=2832
FILE ID=node120/4390998-1568385545
RUNJOBID= node120-1323894939-835
PBS_JOBID= 21701843
Free space on /tmp= 59144 MiB

SOLVER NAME= AbsCon 2019-07-23
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj2/BinPacking-sum-n2w4b2r1.xml
COMMAND LINE= java -cp AbsCon19-06.jar AbsCon BENCHNAME -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4390998-1568385545/watcher-4390998-1568385545 -o /tmp/evaluation-result-4390998-1568385545/solver-4390998-1568385545 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1323894939-835 --watchdog 2580  java -cp AbsCon19-06.jar AbsCon HOME/instance-4390998-1568385545.xml -cm

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

MD5SUM BENCH= a404c513102fb879343dc63e509eedd5
RANDOM SEED=993803669

node120.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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        27468712 kB
MemAvailable:   31533616 kB
Buffers:          171120 kB
Cached:          4187644 kB
SwapCached:        77548 kB
Active:          1560896 kB
Inactive:        3164140 kB
Active(anon):     289572 kB
Inactive(anon):   126920 kB
Active(file):    1271324 kB
Inactive(file):  3037220 kB
Unevictable:      108228 kB
Mlocked:          108228 kB
SwapTotal:      67108860 kB
SwapFree:       66919992 kB
Dirty:              8696 kB
Writeback:             0 kB
AnonPages:        363632 kB
Mapped:            60280 kB
Shmem:             41008 kB
Slab:             172904 kB
SReclaimable:     144392 kB
SUnreclaim:        28512 kB
KernelStack:        4064 kB
PageTables:         5692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    1280580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    292864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 59136 MiB
End job on node120 at 2011-12-14 23:41:24