Trace number 4390997

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
AbsCon 2019-07-23SAT (TO)14 2520.05 2516.12

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-r2.xml
MD5SUM1feceec156c21411e87c939d9e284415
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark2520.05
Satisfiable
(Un)Satisfiability was proved
Number of variables3001
Number of constraints54
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":3001}]
Minimum variable degree2
Maximum variable degree9
Distribution of variable degrees[{"degree":2,"count":11},{"degree":3,"count":68},{"degree":4,"count":284},{"degree":5,"count":1134},{"degree":6,"count":908},{"degree":7,"count":436},{"degree":8,"count":123},{"degree":9,"count":37}]
Minimum constraint arity139
Maximum constraint arity479
Distribution of constraint arities[{"arity":139,"count":1},{"arity":140,"count":1},{"arity":143,"count":1},{"arity":153,"count":3},{"arity":159,"count":1},{"arity":161,"count":1},{"arity":162,"count":2},{"arity":171,"count":1},{"arity":172,"count":1},{"arity":176,"count":1},{"arity":178,"count":1},{"arity":182,"count":1},{"arity":183,"count":1},{"arity":184,"count":2},{"arity":185,"count":1},{"arity":188,"count":1},{"arity":189,"count":2},{"arity":191,"count":2},{"arity":192,"count":1},{"arity":195,"count":2},{"arity":199,"count":1},{"arity":211,"count":2},{"arity":217,"count":1},{"arity":232,"count":1},{"arity":254,"count":1},{"arity":260,"count":1},{"arity":261,"count":1},{"arity":269,"count":1},{"arity":276,"count":1},{"arity":282,"count":1},{"arity":292,"count":1},{"arity":312,"count":1},{"arity":315,"count":1},{"arity":386,"count":1},{"arity":390,"count":1},{"arity":405,"count":1},{"arity":416,"count":2},{"arity":425,"count":1},{"arity":431,"count":1},{"arity":434,"count":1},{"arity":436,"count":1},{"arity":439,"count":1},{"arity":458,"count":1},{"arity":472,"count":1},{"arity":479,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":54}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

2.42/1.89	
2.42/1.89	AbsCon 2 
2.66/1.91	
3.27/2.13	  Instance
3.27/2.13	    name=instance-4390997-1568383479, framework=COP, bounds=-infty..+infty
3.27/2.13	
3.27/2.13	  Loading variables...
3.61/2.23	  Loading constraints...
3.94/2.39	
3.94/2.39	  Domains
3.94/2.39	    nTypes=1, nValues=6002, sizes=[2#3001]
3.94/2.39	  Variables
3.94/2.39	    count=3001, degrees=[2#11,3#68,4#284,5#1134,6#908,7#436,8#123,9#37]
3.94/2.39	  Objectives
3.94/2.39	    way=min, type=SumSimpleLE
3.94/2.39	  Constraints
3.94/2.39	    count=55, nSpecific=55, arities=[139#1,140#1,143#1,153#3...458#1,472#1,479#1,3001#1]
3.94/2.39	    distribution=[Exactly1#54,SumSimpleLE#1]
3.94/2.39	    wck=0.531, cpu=2.349, mem=71M516
4.29/2.40	  Solver SolverBacktrack being built...
4.29/2.40	
4.29/2.45	
4.29/2.45	  Solver
4.29/2.45	    guaranteedGAC=true
4.29/2.45	    wck=0.59, cpu=2.407, mem=87M271
4.29/2.46	
4.29/2.46	  Preprocessing
4.29/2.46	    filters=0, nACremovedValues=0, nTotalRemovedValues=0, inconcistency=false
4.29/2.46	    wck=0.006, cpu=2.416, mem=87M271
4.29/2.46	
4.50/2.59	    num=0, depth=509..531, filters=606, wck=0.138, mem=87M271
4.50/2.59	    decisions=641, wrong=66, backtracks=70, failedAssignments=10, nogoods=1
4.50/2.59	    
4.92/2.75	    num=1, depth=1822..1842, filters=1189, wck=0.297, mem=87M271
4.92/2.75	    decisions=2594, wrong=126, backtracks=130, failedAssignments=21, nogoods=3
4.92/2.75	    
5.18/2.96	    num=2, depth=2573..2646, filters=2071, wck=0.507, mem=87M271
5.18/2.96	    decisions=5397, wrong=241, backtracks=244, failedAssignments=33, nogoods=4
5.18/2.96	    
5.44/3.19	    num=3, depth=2718..2789, filters=3564, wck=0.738, mem=87M271
5.44/3.19	    decisions=8613, wrong=489, backtracks=493, failedAssignments=46, nogoods=6
5.44/3.19	    
5.83/3.41	    num=4, depth=2707..2780, filters=4443, wck=0.958, mem=87M271
5.83/3.41	    decisions=11569, wrong=612, backtracks=614, failedAssignments=60, nogoods=8
5.83/3.41	    
6.05/3.62	    num=5, depth=2617..2668, filters=5545, wck=1.173, mem=87M271
6.05/3.62	    decisions=14493, wrong=765, backtracks=758, failedAssignments=76, nogoods=11
6.05/3.62	    
6.29/3.83	    num=6, depth=2573..2608, filters=6552, wck=1.38, mem=87M271
6.29/3.83	    decisions=17280, wrong=868, backtracks=860, failedAssignments=93, nogoods=14
6.29/3.83	    
6.50/4.06	    num=7, depth=2729..2792, filters=7938, wck=1.604, mem=87M271
6.50/4.06	    decisions=20272, wrong=998, backtracks=990, failedAssignments=112, nogoods=18
6.50/4.06	    
6.70/4.27	    num=8, depth=2525..2553, filters=9085, wck=1.814, mem=87M271
6.70/4.27	    decisions=23089, wrong=1136, backtracks=1130, failedAssignments=133, nogoods=20
6.70/4.27	    
6.90/4.49	    num=9, depth=2596..2666, filters=10469, wck=2.035, mem=87M271
6.90/4.49	    decisions=25914, wrong=1249, backtracks=1247, failedAssignments=156, nogoods=22
6.90/4.49	    
7.10/4.68	    num=10, depth=2293..2344, filters=11709, wck=2.232, mem=87M271
7.10/4.68	    decisions=28383, wrong=1337, backtracks=1329, failedAssignments=181, nogoods=24
7.10/4.68	    
7.30/4.89	o 18
7.30/4.90	    num=11, depth=2313..3000, filters=12807, ccks=55, wck=2.443, mem=89M861
7.30/4.90	    decisions=30916, wrong=1440, backtracks=1430, failedAssignments=198, nogoods=27, foundSolutions=1, bestBound=18
7.30/4.90	    
7.92/5.34	    num=12, depth=2548..2589, filters=14185, ccks=55, wck=2.885, mem=89M861
7.92/5.34	    decisions=33676, wrong=1545, backtracks=1533, failedAssignments=229, nogoods=29, foundSolutions=1, bestBound=18
7.92/5.34	    
8.33/5.76	    num=13, depth=2539..2586, filters=14920, ccks=55, wck=3.304, mem=89M861
8.33/5.76	    decisions=36331, wrong=1603, backtracks=1580, failedAssignments=240, nogoods=30, foundSolutions=1, bestBound=18
8.33/5.76	    
8.77/6.15	    num=14, depth=2259..2336, filters=15757, ccks=55, wck=3.697, mem=92M503
8.77/6.15	    decisions=38757, wrong=1663, backtracks=1635, failedAssignments=252, nogoods=34, foundSolutions=1, bestBound=18
8.77/6.15	    
9.17/6.56	    num=15, depth=2403..2448, filters=16707, ccks=55, wck=4.112, mem=92M503
9.17/6.56	    decisions=41298, wrong=1732, backtracks=1705, failedAssignments=265, nogoods=35, foundSolutions=1, bestBound=18
9.17/6.56	    
9.59/6.96	    num=16, depth=2326..2355, filters=17500, ccks=55, wck=4.511, mem=92M503
9.59/6.96	    decisions=43746, wrong=1793, backtracks=1764, failedAssignments=279, nogoods=38, foundSolutions=1, bestBound=18
9.59/6.96	    
9.99/7.35	o 17
9.99/7.36	    num=17, depth=2306..3000, filters=18109, ccks=110, wck=4.903, mem=92M503
9.99/7.36	    decisions=46168, wrong=1846, backtracks=1810, failedAssignments=289, nogoods=42, foundSolutions=2, bestBound=17
9.99/7.36	    
10.43/7.79	    num=18, depth=2485..2533, filters=19367, ccks=110, wck=5.333, mem=92M503
10.43/7.79	    decisions=48819, wrong=1929, backtracks=1892, failedAssignments=306, nogoods=43, foundSolutions=2, bestBound=17
10.43/7.79	    
10.86/8.16	    num=19, depth=2202..2239, filters=19708, ccks=110, wck=5.706, mem=92M503
10.86/8.16	    decisions=51100, wrong=1958, backtracks=1918, failedAssignments=317, nogoods=46, foundSolutions=2, bestBound=17
10.86/8.16	    
11.25/8.54	    num=20, depth=2352..2364, filters=20026, ccks=110, wck=6.09, mem=95M98
11.25/8.54	    decisions=53525, wrong=1992, backtracks=1954, failedAssignments=329, nogoods=50, foundSolutions=2, bestBound=17
11.25/8.54	    
11.65/8.96	    num=21, depth=2505..2553, filters=20831, ccks=110, wck=6.508, mem=95M98
11.65/8.96	    decisions=56152, wrong=2053, backtracks=2002, failedAssignments=342, nogoods=51, foundSolutions=2, bestBound=17
11.65/8.96	    
12.05/9.37	    num=22, depth=2315..2384, filters=21950, ccks=110, wck=6.922, mem=95M98
12.05/9.37	    decisions=58647, wrong=2143, backtracks=2092, failedAssignments=356, nogoods=53, foundSolutions=2, bestBound=17
12.05/9.37	    
12.45/9.78	    num=23, depth=2272..2338, filters=23114, ccks=110, wck=7.326, mem=95M98
12.45/9.78	    decisions=61113, wrong=2240, backtracks=2184, failedAssignments=372, nogoods=55, foundSolutions=2, bestBound=17
12.45/9.78	    
12.95/10.20	    num=24, depth=2257..2330, filters=24611, ccks=110, wck=7.751, mem=95M98
12.95/10.20	    decisions=63582, wrong=2346, backtracks=2280, failedAssignments=389, nogoods=56, foundSolutions=2, bestBound=17
12.95/10.20	    
13.25/10.58	    num=25, depth=2194..2210, filters=25161, ccks=110, wck=8.13, mem=95M98
13.25/10.58	    decisions=65901, wrong=2406, backtracks=2339, failedAssignments=408, nogoods=60, foundSolutions=2, bestBound=17
13.25/10.58	    
13.76/11.02	    num=26, depth=2316..2392, filters=26862, ccks=110, wck=8.567, mem=95M98
13.76/11.02	    decisions=68440, wrong=2517, backtracks=2444, failedAssignments=429, nogoods=63, foundSolutions=2, bestBound=17
13.76/11.02	    
14.15/11.41	    num=27, depth=2204..2241, filters=27841, ccks=110, wck=8.962, mem=95M98
14.15/11.41	    decisions=70799, wrong=2593, backtracks=2522, failedAssignments=452, nogoods=65, foundSolutions=2, bestBound=17
14.15/11.41	    
14.55/11.80	    num=28, depth=2153..2185, filters=28761, ccks=110, wck=9.351, mem=95M98
14.55/11.80	    decisions=73149, wrong=2684, backtracks=2621, failedAssignments=477, nogoods=67, foundSolutions=2, bestBound=17
14.55/11.80	    
14.95/12.27	    num=29, depth=2512..2599, filters=31142, ccks=110, wck=9.816, mem=95M98
14.95/12.27	    decisions=75954, wrong=2828, backtracks=2764, failedAssignments=505, nogoods=69, foundSolutions=2, bestBound=17
14.95/12.27	    
15.46/12.72	    num=30, depth=2102..2209, filters=33205, ccks=110, wck=10.264, mem=95M98
15.46/12.72	    decisions=78344, wrong=2972, backtracks=2891, failedAssignments=536, nogoods=71, foundSolutions=2, bestBound=17
15.46/12.72	    
15.77/13.09	o 16
15.77/13.10	    num=31, depth=2068..3000, filters=33734, ccks=165, wck=10.643, mem=95M98
15.77/13.10	    decisions=80546, wrong=3014, backtracks=2929, failedAssignments=541, nogoods=75, foundSolutions=3, bestBound=16
15.77/13.10	    
16.17/13.47	    num=32, depth=1987..2030, filters=35228, ccks=165, wck=11.019, mem=95M98
16.17/13.47	    decisions=82789, wrong=3142, backtracks=3059, failedAssignments=578, nogoods=76, foundSolutions=3, bestBound=16
16.17/13.47	    
16.57/13.87	    num=33, depth=2412..2434, filters=35747, ccks=165, wck=11.413, mem=95M98
16.57/13.87	    decisions=85292, wrong=3187, backtracks=3101, failedAssignments=589, nogoods=78, foundSolutions=3, bestBound=16
16.57/13.87	    
16.97/14.28	    num=34, depth=2415..2466, filters=36622, ccks=165, wck=11.825, mem=95M98
16.97/14.28	    decisions=87851, wrong=3259, backtracks=3169, failedAssignments=601, nogoods=79, foundSolutions=3, bestBound=16
16.97/14.28	    
17.47/14.70	    num=35, depth=2298..2377, filters=37967, ccks=165, wck=12.247, mem=95M98
17.47/14.70	    decisions=90347, wrong=3358, backtracks=3263, failedAssignments=614, nogoods=80, foundSolutions=3, bestBound=16
17.47/14.70	    
17.88/15.13	    num=36, depth=2179..2259, filters=39371, ccks=165, wck=12.676, mem=95M98
17.88/15.13	    decisions=92722, wrong=3456, backtracks=3355, failedAssignments=628, nogoods=82, foundSolutions=3, bestBound=16
17.88/15.13	    
18.17/15.48	o 15
18.17/15.48	    num=37, depth=1896..3000, filters=39878, ccks=220, wck=13.031, mem=97M683
18.17/15.48	    decisions=94735, wrong=3507, backtracks=3399, failedAssignments=643, nogoods=88, foundSolutions=4, bestBound=15
18.17/15.48	    
18.57/15.86	    num=38, depth=1966..2014, filters=40864, ccks=220, wck=13.405, mem=97M683
18.57/15.86	    decisions=96886, wrong=3591, backtracks=3479, failedAssignments=660, nogoods=91, foundSolutions=4, bestBound=15
18.57/15.86	    
18.97/16.22	    num=39, depth=2068..2085, filters=41255, ccks=220, wck=13.764, mem=97M683
18.97/16.22	    decisions=99026, wrong=3625, backtracks=3510, failedAssignments=671, nogoods=93, foundSolutions=4, bestBound=15
18.97/16.22	    
19.41/16.61	    num=40, depth=2052..2085, filters=42304, ccks=220, wck=14.158, mem=97M683
19.41/16.61	    decisions=101225, wrong=3694, backtracks=3575, failedAssignments=683, nogoods=96, foundSolutions=4, bestBound=15
19.41/16.61	    
19.71/16.99	    num=41, depth=1918..1976, filters=43365, ccks=220, wck=14.538, mem=97M683
19.71/16.99	    decisions=103291, wrong=3768, backtracks=3643, failedAssignments=696, nogoods=97, foundSolutions=4, bestBound=15
19.71/16.99	    
20.11/17.33	    num=42, depth=1786..1818, filters=43797, ccks=220, wck=14.879, mem=97M683
20.11/17.33	    decisions=105169, wrong=3814, backtracks=3675, failedAssignments=710, nogoods=98, foundSolutions=4, bestBound=15
20.11/17.33	    
20.41/17.65	    num=43, depth=1674..1711, filters=44267, ccks=220, wck=15.194, mem=97M683
20.41/17.65	    decisions=106980, wrong=3874, backtracks=3733, failedAssignments=726, nogoods=103, foundSolutions=4, bestBound=15
20.41/17.65	    
20.71/17.97	    num=44, depth=1753..1786, filters=44864, ccks=220, wck=15.521, mem=97M683
20.71/17.97	    decisions=108879, wrong=3940, backtracks=3795, failedAssignments=743, nogoods=107, foundSolutions=4, bestBound=15
20.71/17.97	    
21.19/18.37	    num=45, depth=1925..2023, filters=46595, ccks=220, wck=15.913, mem=97M683
21.19/18.37	    decisions=111092, wrong=4083, backtracks=3939, failedAssignments=762, nogoods=109, foundSolutions=4, bestBound=15
21.19/18.37	    
21.59/18.72	    num=46, depth=1686..1738, filters=47893, ccks=220, wck=16.265, mem=97M683
21.59/18.72	    decisions=113029, wrong=4186, backtracks=4044, failedAssignments=783, nogoods=112, foundSolutions=4, bestBound=15
21.59/18.72	    
21.90/19.09	    num=47, depth=1796..1853, filters=49177, ccks=220, wck=16.637, mem=97M683
21.90/19.09	    decisions=115045, wrong=4296, backtracks=4156, failedAssignments=806, nogoods=113, foundSolutions=4, bestBound=15
21.90/19.09	    
22.29/19.47	    num=48, depth=1821..1873, filters=50482, ccks=220, wck=17.016, mem=97M683
22.29/19.47	    decisions=117092, wrong=4407, backtracks=4262, failedAssignments=831, nogoods=115, foundSolutions=4, bestBound=15
22.29/19.47	    
22.69/19.82	    num=49, depth=1830..1855, filters=51664, ccks=220, wck=17.365, mem=97M683
22.69/19.82	    decisions=119161, wrong=4526, backtracks=4387, failedAssignments=859, nogoods=118, foundSolutions=4, bestBound=15
22.69/19.82	    
23.09/20.24	    num=50, depth=2139..2215, filters=53730, ccks=220, wck=17.786, mem=97M683
23.09/20.24	    decisions=121613, wrong=4678, backtracks=4538, failedAssignments=890, nogoods=121, foundSolutions=4, bestBound=15
23.09/20.24	    
23.49/20.68	    num=51, depth=2185..2288, filters=55710, ccks=220, wck=18.229, mem=97M683
23.49/20.68	    decisions=124080, wrong=4819, backtracks=4656, failedAssignments=924, nogoods=122, foundSolutions=4, bestBound=15
23.49/20.68	    
23.90/21.09	    num=52, depth=1891..1996, filters=57798, ccks=220, wck=18.641, mem=97M683
23.90/21.09	    decisions=126283, wrong=4975, backtracks=4790, failedAssignments=961, nogoods=123, foundSolutions=4, bestBound=15
23.90/21.09	    
24.29/21.47	    num=53, depth=1895..1930, filters=59535, ccks=220, wck=19.017, mem=97M683
24.29/21.47	    decisions=128481, wrong=5124, backtracks=4957, failedAssignments=1002, nogoods=125, foundSolutions=4, bestBound=15
24.29/21.47	    
24.79/21.91	    num=54, depth=2358..2416, filters=61623, ccks=220, wck=19.46, mem=97M683
24.79/21.91	    decisions=131151, wrong=5278, backtracks=5110, failedAssignments=1047, nogoods=129, foundSolutions=4, bestBound=15
24.79/21.91	    
25.19/22.37	    num=55, depth=2303..2376, filters=64198, ccks=220, wck=19.917, mem=97M683
25.19/22.37	    decisions=133828, wrong=5465, backtracks=5293, failedAssignments=1097, nogoods=130, foundSolutions=4, bestBound=15
25.19/22.37	    
25.80/22.90	    num=56, depth=2268..2418, filters=68586, ccks=220, wck=20.449, mem=97M683
25.80/22.90	    decisions=136680, wrong=5757, backtracks=5577, failedAssignments=1152, nogoods=131, foundSolutions=4, bestBound=15
25.80/22.90	    
26.30/23.41	    num=57, depth=2216..2317, filters=72585, ccks=220, wck=20.962, mem=97M683
26.30/23.41	    decisions=139456, wrong=6037, backtracks=5865, failedAssignments=1213, nogoods=133, foundSolutions=4, bestBound=15
26.30/23.41	    
26.70/23.82	    num=58, depth=2245..2277, filters=74051, ccks=220, wck=21.367, mem=97M683
26.70/23.82	    decisions=142086, wrong=6224, backtracks=6057, failedAssignments=1280, nogoods=137, foundSolutions=4, bestBound=15
26.70/23.82	    
27.20/24.36	    num=59, depth=2484..2617, filters=78428, ccks=220, wck=21.911, mem=100M268
27.20/24.36	    decisions=145181, wrong=6528, backtracks=6347, failedAssignments=1354, nogoods=141, foundSolutions=4, bestBound=15
27.20/24.36	    
27.70/24.84	    num=60, depth=2302..2355, filters=82221, ccks=220, wck=22.39, mem=100M268
27.70/24.84	    decisions=148194, wrong=6879, backtracks=6696, failedAssignments=1435, nogoods=144, foundSolutions=4, bestBound=15
27.70/24.84	    
28.30/25.42	    num=61, depth=2576..2768, filters=88257, ccks=220, wck=22.965, mem=100M268
28.30/25.42	    decisions=151546, wrong=7267, backtracks=7093, failedAssignments=1524, nogoods=146, foundSolutions=4, bestBound=15
28.30/25.42	    
28.80/25.97	    num=62, depth=2564..2642, filters=93562, ccks=220, wck=23.522, mem=100M268
28.80/25.97	    decisions=154856, wrong=7636, backtracks=7444, failedAssignments=1622, nogoods=149, foundSolutions=4, bestBound=15
28.80/25.97	    
29.40/26.57	    num=63, depth=2633..2815, filters=100114, ccks=220, wck=24.113, mem=100M268
29.40/26.57	    decisions=158391, wrong=8087, backtracks=7891, failedAssignments=1730, nogoods=150, foundSolutions=4, bestBound=15
29.40/26.57	    
30.10/27.23	    num=64, depth=2557..2775, filters=109345, ccks=220, wck=24.777, mem=100M268
30.10/27.23	    decisions=162244, wrong=8735, backtracks=8562, failedAssignments=1849, nogoods=151, foundSolutions=4, bestBound=15
30.10/27.23	    
30.72/27.82	    num=65, depth=2459..2642, filters=115722, ccks=220, wck=25.365, mem=100M268
30.72/27.82	    decisions=165563, wrong=9165, backtracks=8996, failedAssignments=1980, nogoods=152, foundSolutions=4, bestBound=15
30.72/27.82	    
31.22/28.38	    num=66, depth=2434..2514, filters=121715, ccks=220, wck=25.926, mem=100M268
31.22/28.38	    decisions=168971, wrong=9646, backtracks=9498, failedAssignments=2124, nogoods=157, foundSolutions=4, bestBound=15
31.22/28.38	    
31.82/28.97	    num=67, depth=2502..2577, filters=129473, ccks=220, wck=26.52, mem=100M268
31.82/28.97	    decisions=172653, wrong=10234, backtracks=10118, failedAssignments=2282, nogoods=162, foundSolutions=4, bestBound=15
31.82/28.97	    
32.52/29.68	    num=68, depth=2652..2806, filters=140677, ccks=220, wck=27.225, mem=100M268
32.52/29.68	    decisions=176684, wrong=10921, backtracks=10841, failedAssignments=2456, nogoods=164, foundSolutions=4, bestBound=15
32.52/29.68	    
33.22/30.36	    num=69, depth=2402..2644, filters=149240, ccks=220, wck=27.908, mem=100M268
33.22/30.36	    decisions=180127, wrong=11439, backtracks=11338, failedAssignments=2647, nogoods=166, foundSolutions=4, bestBound=15
33.22/30.36	    
33.93/31.04	    num=70, depth=1967..2108, filters=159168, ccks=220, wck=28.586, mem=100M268
33.93/31.04	    decisions=183615, wrong=12198, backtracks=12119, failedAssignments=2858, nogoods=169, foundSolutions=4, bestBound=15
33.93/31.04	    
34.52/31.65	    num=71, depth=2083..2186, filters=167169, ccks=220, wck=29.196, mem=100M268
34.52/31.65	    decisions=187362, wrong=13026, backtracks=12965, failedAssignments=3090, nogoods=176, foundSolutions=4, bestBound=15
34.52/31.65	    
35.22/32.35	    num=72, depth=2516..2594, filters=179721, ccks=220, wck=29.897, mem=100M268
35.22/32.35	    decisions=191734, wrong=13953, backtracks=13935, failedAssignments=3345, nogoods=180, foundSolutions=4, bestBound=15
35.22/32.35	    
36.03/33.14	    num=73, depth=2582..2743, filters=193904, ccks=220, wck=30.687, mem=100M268
36.03/33.14	    decisions=196342, wrong=14966, backtracks=14995, failedAssignments=3626, nogoods=181, foundSolutions=4, bestBound=15
36.03/33.14	    
36.85/33.93	    num=74, depth=2474..2632, filters=209556, ccks=220, wck=31.48, mem=100M268
36.85/33.93	    decisions=201289, wrong=16194, backtracks=16268, failedAssignments=3935, nogoods=186, foundSolutions=4, bestBound=15
36.85/33.93	    
37.75/34.80	    num=75, depth=2569..2864, filters=227079, ccks=220, wck=32.346, mem=100M268
37.75/34.80	    decisions=206485, wrong=17503, backtracks=17553, failedAssignments=4275, nogoods=191, foundSolutions=4, bestBound=15
37.75/34.80	    
38.55/35.69	    num=76, depth=2615..2814, filters=245639, ccks=220, wck=33.237, mem=100M268
38.55/35.69	    decisions=211732, wrong=18819, backtracks=18872, failedAssignments=4649, nogoods=192, foundSolutions=4, bestBound=15
38.55/35.69	    
39.55/36.66	    num=77, depth=2653..2832, filters=266393, ccks=220, wck=34.206, mem=100M268
39.55/36.66	    decisions=217235, wrong=20244, backtracks=20379, failedAssignments=5060, nogoods=193, foundSolutions=4, bestBound=15
39.55/36.66	    
40.55/37.67	    num=78, depth=2658..2820, filters=289468, ccks=220, wck=35.218, mem=102M864
40.55/37.67	    decisions=223116, wrong=21853, backtracks=22038, failedAssignments=5512, nogoods=198, foundSolutions=4, bestBound=15
40.55/37.67	    
41.65/38.77	    num=79, depth=2666..2855, filters=315826, ccks=220, wck=36.315, mem=102M864
41.65/38.77	    decisions=229341, wrong=23629, backtracks=23880, failedAssignments=6009, nogoods=202, foundSolutions=4, bestBound=15
41.65/38.77	    
42.85/39.96	    num=80, depth=2697..2870, filters=347197, ccks=220, wck=37.506, mem=102M864
42.85/39.96	    decisions=235720, wrong=25468, backtracks=25829, failedAssignments=6556, nogoods=205, foundSolutions=4, bestBound=15
42.85/39.96	    
44.15/41.21	    num=81, depth=2556..2753, filters=382437, ccks=220, wck=38.755, mem=102M864
44.15/41.21	    decisions=243304, wrong=27978, backtracks=28476, failedAssignments=7158, nogoods=208, foundSolutions=4, bestBound=15
44.15/41.21	    
45.45/42.50	    num=82, depth=2593..2790, filters=415716, ccks=220, wck=40.047, mem=102M864
45.45/42.50	    decisions=250180, wrong=30117, backtracks=30749, failedAssignments=7820, nogoods=211, foundSolutions=4, bestBound=15
45.45/42.50	    
46.55/43.66	o 14
46.55/43.67	    num=83, depth=2641..3000, filters=444965, ccks=275, wck=41.213, mem=102M864
46.55/43.67	    decisions=256643, wrong=32024, backtracks=32737, failedAssignments=8435, nogoods=214, foundSolutions=5, bestBound=14
46.55/43.67	    
48.06/45.19	    num=84, depth=2568..2707, filters=487114, ccks=275, wck=42.733, mem=102M864
48.06/45.19	    decisions=264847, wrong=34838, backtracks=35636, failedAssignments=9236, nogoods=217, foundSolutions=5, bestBound=14
48.06/45.19	    
48.55/45.63	    num=85, depth=2838..2897, filters=488230, ccks=275, wck=43.175, mem=102M864
48.55/45.63	    decisions=267829, wrong=34910, backtracks=35703, failedAssignments=9247, nogoods=218, foundSolutions=5, bestBound=14
48.55/45.63	    
48.96/46.07	    num=86, depth=2738..2815, filters=489461, ccks=275, wck=43.618, mem=102M864
48.96/46.07	    decisions=270757, wrong=35005, backtracks=35791, failedAssignments=9259, nogoods=219, foundSolutions=5, bestBound=14
48.96/46.07	    
49.35/46.49	    num=87, depth=2527..2552, filters=490346, ccks=275, wck=44.036, mem=102M864
49.35/46.49	    decisions=273402, wrong=35058, backtracks=35843, failedAssignments=9272, nogoods=222, foundSolutions=5, bestBound=14
49.35/46.49	    
49.85/46.91	    num=88, depth=2519..2549, filters=491198, ccks=275, wck=44.455, mem=102M864
49.85/46.91	    decisions=276045, wrong=35120, backtracks=35901, failedAssignments=9286, nogoods=223, foundSolutions=5, bestBound=14
49.85/46.91	    
50.25/47.31	    num=89, depth=2467..2494, filters=491737, ccks=275, wck=44.86, mem=102M864
50.25/47.31	    decisions=278651, wrong=35181, backtracks=35962, failedAssignments=9302, nogoods=227, foundSolutions=5, bestBound=14
50.25/47.31	    
50.65/47.76	    num=90, depth=2416..2513, filters=493433, ccks=275, wck=45.311, mem=102M864
50.65/47.76	    decisions=281329, wrong=35312, backtracks=36087, failedAssignments=9319, nogoods=228, foundSolutions=5, bestBound=14
50.65/47.76	    
51.06/48.18	    num=91, depth=2352..2386, filters=494340, ccks=275, wck=45.727, mem=105M449
51.06/48.18	    decisions=283811, wrong=35377, backtracks=36150, failedAssignments=9338, nogoods=229, foundSolutions=5, bestBound=14
51.06/48.18	    
51.45/48.57	    num=92, depth=2247..2272, filters=495095, ccks=275, wck=46.122, mem=105M449
51.45/48.57	    decisions=286207, wrong=35450, backtracks=36219, failedAssignments=9359, nogoods=233, foundSolutions=5, bestBound=14
51.45/48.57	    
51.85/48.98	    num=93, depth=2235..2276, filters=496066, ccks=275, wck=46.53, mem=105M449
51.85/48.98	    decisions=288668, wrong=35549, backtracks=36307, failedAssignments=9382, nogoods=238, foundSolutions=5, bestBound=14
51.85/48.98	    
52.26/49.38	    num=94, depth=2138..2167, filters=497170, ccks=275, wck=46.924, mem=105M449
52.26/49.38	    decisions=291004, wrong=35648, backtracks=36404, failedAssignments=9407, nogoods=239, foundSolutions=5, bestBound=14
52.26/49.38	    
52.66/49.78	    num=95, depth=2096..2136, filters=498527, ccks=275, wck=47.332, mem=105M449
52.66/49.78	    decisions=293311, wrong=35746, backtracks=36483, failedAssignments=9435, nogoods=243, foundSolutions=5, bestBound=14
52.66/49.78	    
53.07/50.17	    num=96, depth=2126..2149, filters=499629, ccks=275, wck=47.719, mem=105M449
53.07/50.17	    decisions=295663, wrong=35854, backtracks=36584, failedAssignments=9466, nogoods=248, foundSolutions=5, bestBound=14
53.07/50.17	    
53.56/50.62	    num=97, depth=2120..2219, filters=501902, ccks=275, wck=48.171, mem=105M449
53.56/50.62	    decisions=298135, wrong=36026, backtracks=36749, failedAssignments=9500, nogoods=254, foundSolutions=5, bestBound=14
53.56/50.62	    
53.97/51.10	    num=98, depth=2101..2235, filters=504471, ccks=275, wck=48.647, mem=105M449
53.97/51.10	    decisions=300636, wrong=36225, backtracks=36932, failedAssignments=9537, nogoods=257, foundSolutions=5, bestBound=14
53.97/51.10	    
54.36/51.48	    num=99, depth=1892..1949, filters=506359, ccks=275, wck=49.03, mem=105M449
54.36/51.48	    decisions=303008, wrong=36452, backtracks=37166, failedAssignments=9578, nogoods=260, foundSolutions=5, bestBound=14
54.36/51.48	    
54.76/51.89	    num=100, depth=2059..2108, filters=508617, ccks=275, wck=49.436, mem=105M449
54.76/51.89	    decisions=305681, wrong=36750, backtracks=37471, failedAssignments=9623, nogoods=265, foundSolutions=5, bestBound=14
54.76/51.89	    
55.26/52.31	    num=101, depth=2298..2330, filters=510465, ccks=275, wck=49.858, mem=105M449
55.26/52.31	    decisions=308390, wrong=36955, backtracks=37677, failedAssignments=9673, nogoods=267, foundSolutions=5, bestBound=14
55.26/52.31	    
55.66/52.79	    num=102, depth=2368..2443, filters=513671, ccks=275, wck=50.342, mem=105M449
55.66/52.79	    decisions=311288, wrong=37219, backtracks=37943, failedAssignments=9728, nogoods=271, foundSolutions=5, bestBound=14
55.66/52.79	    
56.16/53.24	    num=103, depth=2334..2358, filters=515918, ccks=275, wck=50.788, mem=105M449
56.16/53.24	    decisions=313992, wrong=37404, backtracks=38126, failedAssignments=9789, nogoods=273, foundSolutions=5, bestBound=14
56.16/53.24	    
56.66/53.76	    num=104, depth=2350..2471, filters=520134, ccks=275, wck=51.311, mem=105M449
56.66/53.76	    decisions=317007, wrong=37735, backtracks=38459, failedAssignments=9856, nogoods=276, foundSolutions=5, bestBound=14
56.66/53.76	    
57.16/54.21	    num=105, depth=2205..2250, filters=523208, ccks=275, wck=51.762, mem=105M449
57.16/54.21	    decisions=319898, wrong=38069, backtracks=38796, failedAssignments=9930, nogoods=281, foundSolutions=5, bestBound=14
57.16/54.21	    
57.66/54.71	    num=106, depth=2253..2359, filters=527390, ccks=275, wck=52.259, mem=105M449
57.66/54.71	    decisions=322924, wrong=38438, backtracks=39158, failedAssignments=10011, nogoods=287, foundSolutions=5, bestBound=14
57.66/54.71	    
58.27/55.34	    num=107, depth=2167..2320, filters=534356, ccks=275, wck=52.892, mem=105M449
58.27/55.34	    decisions=326060, wrong=38922, backtracks=39650, failedAssignments=10100, nogoods=290, foundSolutions=5, bestBound=14
58.27/55.34	    
58.77/55.89	    num=108, depth=1950..2027, filters=539810, ccks=275, wck=53.442, mem=105M449
58.77/55.89	    decisions=328784, wrong=39307, backtracks=40049, failedAssignments=10198, nogoods=294, foundSolutions=5, bestBound=14
58.77/55.89	    
59.37/56.46	    num=109, depth=1875..1950, filters=545428, ccks=275, wck=54.005, mem=105M449
59.37/56.46	    decisions=331411, wrong=39682, backtracks=40435, failedAssignments=10306, nogoods=297, foundSolutions=5, bestBound=14
59.37/56.46	    
59.98/57.03	    num=110, depth=1814..1952, filters=551018, ccks=275, wck=54.573, mem=105M449
59.98/57.03	    decisions=334163, wrong=40142, backtracks=40884, failedAssignments=10425, nogoods=302, foundSolutions=5, bestBound=14
59.98/57.03	    
60.37/57.49	    num=111, depth=1564..1611, filters=556069, ccks=275, wck=55.035, mem=105M449
60.37/57.49	    decisions=336646, wrong=40599, backtracks=41356, failedAssignments=10556, nogoods=306, foundSolutions=5, bestBound=14
60.37/57.49	    
60.87/57.97	    num=112, depth=1733..1825, filters=561253, ccks=275, wck=55.521, mem=105M449
60.87/57.97	    decisions=339423, wrong=41116, backtracks=41891, failedAssignments=10700, nogoods=310, foundSolutions=5, bestBound=14
60.87/57.97	    
61.48/58.59	    num=113, depth=1719..1875, filters=568745, ccks=275, wck=56.135, mem=105M449
61.48/58.59	    decisions=342468, wrong=41778, backtracks=42587, failedAssignments=10858, nogoods=312, foundSolutions=5, bestBound=14
61.48/58.59	    
61.98/59.10	    num=114, depth=1807..1864, filters=575756, ccks=275, wck=56.649, mem=108M42
61.98/59.10	    decisions=345941, wrong=42600, backtracks=43441, failedAssignments=11032, nogoods=316, foundSolutions=5, bestBound=14
61.98/59.10	    
62.58/59.68	    num=115, depth=2227..2303, filters=583590, ccks=275, wck=57.224, mem=108M42
62.58/59.68	    decisions=349946, wrong=43486, backtracks=44354, failedAssignments=11223, nogoods=320, foundSolutions=5, bestBound=14
62.58/59.68	    
63.38/60.45	    num=116, depth=2360..2483, filters=595782, ccks=275, wck=58.003, mem=108M42
63.38/60.45	    decisions=353985, wrong=44323, backtracks=45233, failedAssignments=11434, nogoods=324, foundSolutions=5, bestBound=14
63.38/60.45	    
64.08/61.19	    num=117, depth=2336..2525, filters=606077, ccks=275, wck=58.734, mem=108M42
64.08/61.19	    decisions=357833, wrong=45076, backtracks=45999, failedAssignments=11666, nogoods=330, foundSolutions=5, bestBound=14
64.08/61.19	    
64.88/61.97	    num=118, depth=2419..2596, filters=619032, ccks=275, wck=59.515, mem=108M42
64.88/61.97	    decisions=362029, wrong=45963, backtracks=46937, failedAssignments=11921, nogoods=332, foundSolutions=5, bestBound=14
64.88/61.97	    
65.68/62.74	    num=119, depth=2408..2514, filters=631766, ccks=275, wck=60.287, mem=108M42
65.68/62.74	    decisions=366871, wrong=47175, backtracks=48184, failedAssignments=12202, nogoods=335, foundSolutions=5, bestBound=14
65.68/62.74	    
66.48/63.57	    num=120, depth=2542..2700, filters=646270, ccks=275, wck=61.114, mem=108M42
66.48/63.57	    decisions=371563, wrong=48245, backtracks=49301, failedAssignments=12511, nogoods=339, foundSolutions=5, bestBound=14
66.48/63.57	    
67.48/64.51	    num=121, depth=2529..2754, filters=665100, ccks=275, wck=62.063, mem=108M42
67.48/64.51	    decisions=376707, wrong=49548, backtracks=50667, failedAssignments=12851, nogoods=345, foundSolutions=5, bestBound=14
67.48/64.51	    
68.48/65.50	    num=122, depth=2529..2766, filters=683705, ccks=275, wck=63.047, mem=108M42
68.48/65.50	    decisions=381801, wrong=50827, backtracks=51984, failedAssignments=13225, nogoods=347, foundSolutions=5, bestBound=14
68.48/65.50	    
69.48/66.55	    num=123, depth=2342..2554, filters=703369, ccks=275, wck=64.1, mem=108M42
69.48/66.55	    decisions=387071, wrong=52291, backtracks=53522, failedAssignments=13636, nogoods=348, foundSolutions=5, bestBound=14
69.48/66.55	    
70.78/67.80	    num=124, depth=2197..2567, filters=727343, ccks=275, wck=65.353, mem=108M42
70.78/67.80	    decisions=392958, wrong=54134, backtracks=55429, failedAssignments=14088, nogoods=350, foundSolutions=5, bestBound=14
70.78/67.80	    
71.99/69.01	    num=125, depth=2140..2668, filters=752111, ccks=275, wck=66.562, mem=108M42
71.99/69.01	    decisions=399991, wrong=56570, backtracks=57866, failedAssignments=14585, nogoods=356, foundSolutions=5, bestBound=14
71.99/69.01	    
72.90/69.96	    num=126, depth=2460..2534, filters=774612, ccks=275, wck=67.509, mem=108M42
72.90/69.96	    decisions=407202, wrong=58932, backtracks=60305, failedAssignments=15132, nogoods=361, foundSolutions=5, bestBound=14
72.90/69.96	    
74.11/71.12	    num=127, depth=2476..2676, filters=802428, ccks=275, wck=68.668, mem=108M42
74.11/71.12	    decisions=413739, wrong=60955, backtracks=62448, failedAssignments=15734, nogoods=367, foundSolutions=5, bestBound=14
74.11/71.12	    
75.70/72.70	    num=128, depth=2547..2707, filters=843638, ccks=275, wck=70.251, mem=108M42
75.70/72.70	    decisions=421654, wrong=63636, backtracks=65233, failedAssignments=16396, nogoods=369, foundSolutions=5, bestBound=14
75.70/72.70	    
77.20/74.21	    num=129, depth=2614..2876, filters=883193, ccks=275, wck=71.76, mem=108M42
77.20/74.21	    decisions=429685, wrong=66334, backtracks=68038, failedAssignments=17124, nogoods=372, foundSolutions=5, bestBound=14
77.20/74.21	    
78.70/75.73	    num=130, depth=2547..2725, filters=924780, ccks=275, wck=73.281, mem=110M627
78.70/75.73	    decisions=438447, wrong=69439, backtracks=71232, failedAssignments=17925, nogoods=375, foundSolutions=5, bestBound=14
78.70/75.73	    
80.30/77.36	    num=131, depth=2615..2806, filters=968265, ccks=275, wck=74.91, mem=110M627
80.30/77.36	    decisions=446712, wrong=72262, backtracks=74199, failedAssignments=18806, nogoods=379, foundSolutions=5, bestBound=14
80.30/77.36	    
82.11/79.16	    num=132, depth=2624..2785, filters=1020093, ccks=275, wck=76.71, mem=110M627
82.11/79.16	    decisions=456183, wrong=75678, backtracks=77810, failedAssignments=19776, nogoods=382, foundSolutions=5, bestBound=14
82.11/79.16	    
83.80/80.88	    num=133, depth=2456..2823, filters=1068465, ccks=275, wck=78.426, mem=110M627
83.80/80.88	    decisions=465884, wrong=79297, backtracks=81621, failedAssignments=20843, nogoods=386, foundSolutions=5, bestBound=14
83.80/80.88	    
85.80/82.82	    num=134, depth=2597..2767, filters=1127526, ccks=275, wck=80.367, mem=110M627
85.80/82.82	    decisions=476585, wrong=83343, backtracks=85813, failedAssignments=22016, nogoods=389, foundSolutions=5, bestBound=14
85.80/82.82	    
87.71/84.78	    num=135, depth=2614..2836, filters=1187655, ccks=275, wck=82.331, mem=110M627
87.71/84.78	    decisions=487689, wrong=87584, backtracks=90353, failedAssignments=23307, nogoods=392, foundSolutions=5, bestBound=14
87.71/84.78	    
90.31/87.37	    num=136, depth=2601..2843, filters=1266060, ccks=275, wck=84.915, mem=110M627
90.31/87.37	    decisions=500805, wrong=92840, backtracks=95862, failedAssignments=24727, nogoods=396, foundSolutions=5, bestBound=14
90.31/87.37	    
93.12/90.12	    num=137, depth=2623..2860, filters=1351653, ccks=275, wck=87.671, mem=110M627
93.12/90.12	    decisions=515159, wrong=98699, backtracks=102098, failedAssignments=26289, nogoods=399, foundSolutions=5, bestBound=14
93.12/90.12	    
95.61/92.67	    num=138, depth=2622..2809, filters=1431701, ccks=275, wck=90.214, mem=110M627
95.61/92.67	    decisions=529229, wrong=104421, backtracks=108142, failedAssignments=28007, nogoods=402, foundSolutions=5, bestBound=14
95.61/92.67	    
98.51/95.57	    num=139, depth=2680..2820, filters=1535634, ccks=275, wck=93.122, mem=110M627
98.51/95.57	    decisions=546848, wrong=111870, backtracks=115977, failedAssignments=29897, nogoods=406, foundSolutions=5, bestBound=14
98.51/95.57	    
101.71/98.71	    num=140, depth=2683..2895, filters=1649278, ccks=275, wck=96.26, mem=113M212
101.71/98.71	    decisions=565069, wrong=119631, backtracks=124142, failedAssignments=31976, nogoods=411, foundSolutions=5, bestBound=14
101.71/98.71	    
105.51/102.51	    num=141, depth=2643..2922, filters=1779555, ccks=275, wck=100.056, mem=113M212
105.51/102.51	    decisions=585794, wrong=128664, backtracks=133550, failedAssignments=34263, nogoods=414, foundSolutions=5, bestBound=14
105.51/102.51	    
109.02/106.10	    num=142, depth=2533..2816, filters=1898275, ccks=275, wck=103.643, mem=113M212
109.02/106.10	    decisions=606077, wrong=137538, backtracks=142903, failedAssignments=36779, nogoods=416, foundSolutions=5, bestBound=14
109.02/106.10	    
113.02/110.03	    num=143, depth=2438..2670, filters=2028133, ccks=275, wck=107.573, mem=113M212
113.02/110.03	    decisions=628517, wrong=147532, backtracks=153622, failedAssignments=39547, nogoods=421, foundSolutions=5, bestBound=14
113.02/110.03	    
118.02/115.07	    num=144, depth=2642..2931, filters=2203546, ccks=275, wck=112.623, mem=113M212
118.02/115.07	    decisions=655275, wrong=159590, backtracks=166330, failedAssignments=42591, nogoods=424, foundSolutions=5, bestBound=14
118.02/115.07	    
122.72/119.75	    num=145, depth=2621..2818, filters=2366810, ccks=275, wck=117.3, mem=115M808
122.72/119.75	    decisions=681929, wrong=171594, backtracks=178899, failedAssignments=45940, nogoods=431, foundSolutions=5, bestBound=14
122.72/119.75	    
127.72/124.77	    num=146, depth=2575..2872, filters=2549275, ccks=275, wck=122.322, mem=115M808
127.72/124.77	    decisions=710312, wrong=184493, backtracks=192403, failedAssignments=49624, nogoods=436, foundSolutions=5, bestBound=14
127.72/124.77	    
133.82/130.84	    num=147, depth=2719..2897, filters=2788557, ccks=275, wck=128.388, mem=115M808
133.82/130.84	    decisions=746583, wrong=201267, backtracks=209832, failedAssignments=53676, nogoods=439, foundSolutions=5, bestBound=14
133.82/130.84	    
141.03/138.09	    num=148, depth=2533..2863, filters=3036147, ccks=275, wck=135.639, mem=115M808
141.03/138.09	    decisions=783399, wrong=218406, backtracks=228087, failedAssignments=58133, nogoods=442, foundSolutions=5, bestBound=14
141.03/138.09	    
149.83/146.83	    num=149, depth=2421..2799, filters=3318198, ccks=275, wck=144.374, mem=118M393
149.83/146.83	    decisions=825089, wrong=238037, backtracks=248681, failedAssignments=63036, nogoods=446, foundSolutions=5, bestBound=14
149.83/146.83	    
158.53/155.50	    num=150, depth=2146..2685, filters=3571956, ccks=275, wck=153.049, mem=118M393
158.53/155.50	    decisions=863946, wrong=256383, backtracks=268439, failedAssignments=68430, nogoods=452, foundSolutions=5, bestBound=14
158.53/155.50	    
166.43/163.48	    num=151, depth=2290..2621, filters=3825834, ccks=275, wck=161.026, mem=118M393
166.43/163.48	    decisions=910369, wrong=278441, backtracks=291524, failedAssignments=74363, nogoods=457, foundSolutions=5, bestBound=14
166.43/163.48	    
175.99/172.85	    num=152, depth=2425..2817, filters=4140140, ccks=275, wck=170.399, mem=118M393
175.99/172.85	    decisions=964163, wrong=304117, backtracks=318361, failedAssignments=80889, nogoods=461, foundSolutions=5, bestBound=14
175.99/172.85	    
185.59/182.41	    num=153, depth=2594..2882, filters=4525580, ccks=275, wck=179.957, mem=120M978
185.59/182.41	    decisions=1021123, wrong=331292, backtracks=347191, failedAssignments=88068, nogoods=465, foundSolutions=5, bestBound=14
185.59/182.41	    
197.39/194.23	    num=154, depth=2595..2855, filters=4985975, ccks=275, wck=191.774, mem=120M978
197.39/194.23	    decisions=1088945, wrong=363893, backtracks=381663, failedAssignments=95965, nogoods=468, foundSolutions=5, bestBound=14
197.39/194.23	    
207.49/204.39	    num=155, depth=2209..2837, filters=5346457, ccks=275, wck=201.941, mem=123M563
207.49/204.39	    decisions=1165671, wrong=401140, backtracks=420598, failedAssignments=104652, nogoods=472, foundSolutions=5, bestBound=14
207.49/204.39	    
220.40/217.29	    num=156, depth=2589..2836, filters=5850662, ccks=275, wck=214.841, mem=123M563
220.40/217.29	    decisions=1241363, wrong=437681, backtracks=458921, failedAssignments=114207, nogoods=477, foundSolutions=5, bestBound=14
220.40/217.29	    
235.31/232.19	    num=157, depth=2636..2883, filters=6443830, ccks=275, wck=229.742, mem=126M148
235.31/232.19	    decisions=1329759, wrong=480537, backtracks=503814, failedAssignments=124718, nogoods=480, foundSolutions=5, bestBound=14
235.31/232.19	    
248.50/245.31	    num=158, depth=2456..2841, filters=6945834, ccks=275, wck=242.859, mem=126M148
248.50/245.31	    decisions=1417794, wrong=523297, backtracks=548688, failedAssignments=136280, nogoods=485, foundSolutions=5, bestBound=14
248.50/245.31	    
264.91/261.75	    num=159, depth=2366..2876, filters=7582234, ccks=275, wck=259.297, mem=128M733
264.91/261.75	    decisions=1527753, wrong=577087, backtracks=605042, failedAssignments=148998, nogoods=489, foundSolutions=5, bestBound=14
264.91/261.75	    
285.61/282.40	    num=160, depth=2576..2854, filters=8394308, ccks=275, wck=279.949, mem=131M319
285.61/282.40	    decisions=1649588, wrong=636709, backtracks=667991, failedAssignments=162988, nogoods=492, foundSolutions=5, bestBound=14
285.61/282.40	    
306.52/303.36	    num=161, depth=2651..2909, filters=9281028, ccks=275, wck=300.91, mem=133M904
306.52/303.36	    decisions=1783106, wrong=702139, backtracks=736560, failedAssignments=178377, nogoods=497, foundSolutions=5, bestBound=14
306.52/303.36	    
329.43/326.29	    num=162, depth=2570..2818, filters=10206503, ccks=275, wck=323.842, mem=136M489
329.43/326.29	    decisions=1921560, wrong=770064, backtracks=807890, failedAssignments=195305, nogoods=500, foundSolutions=5, bestBound=14
329.43/326.29	    
352.63/349.46	    num=163, depth=2500..2881, filters=11105625, ccks=275, wck=347.006, mem=136M489
352.63/349.46	    decisions=2069174, wrong=842605, backtracks=885176, failedAssignments=213926, nogoods=504, foundSolutions=5, bestBound=14
352.63/349.46	    
380.44/377.25	    num=164, depth=2542..2863, filters=12200027, ccks=275, wck=374.797, mem=139M74
380.44/377.25	    decisions=2228106, wrong=920795, backtracks=968408, failedAssignments=234410, nogoods=508, foundSolutions=5, bestBound=14
380.44/377.25	    
408.56/405.32	    num=165, depth=2535..2884, filters=13341562, ccks=275, wck=402.866, mem=144M244
408.56/405.32	    decisions=2400455, wrong=1005687, backtracks=1058505, failedAssignments=256942, nogoods=515, foundSolutions=5, bestBound=14
408.56/405.32	    
444.07/440.82	    num=166, depth=2571..2857, filters=14792764, ccks=275, wck=438.367, mem=146M829
444.07/440.82	    decisions=2614586, wrong=1111463, backtracks=1169185, failedAssignments=281727, nogoods=519, foundSolutions=5, bestBound=14
444.07/440.82	    
480.42/477.18	    num=167, depth=2551..2853, filters=16221907, ccks=275, wck=474.727, mem=31M933
480.42/477.18	    decisions=2827205, wrong=1216478, backtracks=1279854, failedAssignments=308991, nogoods=523, foundSolutions=5, bestBound=14
480.42/477.18	    
514.92/511.68	    num=168, depth=2426..2839, filters=17525031, ccks=275, wck=509.226, mem=37M81
514.92/511.68	    decisions=3057593, wrong=1330454, backtracks=1399599, failedAssignments=338981, nogoods=527, foundSolutions=5, bestBound=14
514.92/511.68	    
549.83/546.54	    num=169, depth=2412..2764, filters=18922338, ccks=275, wck=544.086, mem=39M655
549.83/546.54	    decisions=3327930, wrong=1464380, backtracks=1539787, failedAssignments=371970, nogoods=532, foundSolutions=5, bestBound=14
549.83/546.54	    
600.25/597.00	    num=170, depth=2512..2832, filters=20913541, ccks=275, wck=594.543, mem=44M804
600.25/597.00	    decisions=3649886, wrong=1624098, backtracks=1704971, failedAssignments=408258, nogoods=536, foundSolutions=5, bestBound=14
600.25/597.00	    
655.66/652.30	    num=171, depth=2450..2754, filters=22928821, ccks=275, wck=649.845, mem=49M952
655.66/652.30	    decisions=3953421, wrong=1774616, backtracks=1863211, failedAssignments=448175, nogoods=541, foundSolutions=5, bestBound=14
655.66/652.30	    
715.78/712.50	    num=172, depth=2623..2866, filters=25529007, ccks=275, wck=710.044, mem=55M100
715.78/712.50	    decisions=4353483, wrong=1973331, backtracks=2069158, failedAssignments=492084, nogoods=545, foundSolutions=5, bestBound=14
715.78/712.50	    
789.80/786.41	    num=173, depth=2562..2866, filters=28497383, ccks=275, wck=783.958, mem=62M823
789.80/786.41	    decisions=4795734, wrong=2193156, backtracks=2298439, failedAssignments=540384, nogoods=547, foundSolutions=5, bestBound=14
789.80/786.41	    
859.01/855.69	    num=174, depth=2488..2743, filters=31228321, ccks=275, wck=853.238, mem=70M546
859.01/855.69	    decisions=5206033, wrong=2397047, backtracks=2514557, failedAssignments=593514, nogoods=550, foundSolutions=5, bestBound=14
859.01/855.69	    
924.73/921.33	    num=175, depth=2459..2880, filters=33948139, ccks=275, wck=918.875, mem=78M268
924.73/921.33	    decisions=5690684, wrong=2638123, backtracks=2768455, failedAssignments=651957, nogoods=554, foundSolutions=5, bestBound=14
924.73/921.33	    
1026.18/1022.70	    num=176, depth=2519..2907, filters=38211352, ccks=275, wck=1020.244, mem=88M565
1026.18/1022.70	    decisions=6385017, wrong=2983964, backtracks=3127154, failedAssignments=716244, nogoods=559, foundSolutions=5, bestBound=14
1026.18/1022.70	    
1120.61/1117.11	    num=177, depth=2574..2885, filters=42165689, ccks=275, wck=1114.654, mem=96M287
1120.61/1117.11	    decisions=6983288, wrong=3281794, backtracks=3439782, failedAssignments=786960, nogoods=561, foundSolutions=5, bestBound=14
1120.61/1117.11	    
1218.42/1214.91	    num=178, depth=2244..2566, filters=45657387, ccks=275, wck=1212.459, mem=106M584
1218.42/1214.91	    decisions=7636996, wrong=3607516, backtracks=3777345, failedAssignments=864747, nogoods=565, foundSolutions=5, bestBound=14
1218.42/1214.91	    
1307.04/1303.51	    num=179, depth=2473..2732, filters=49217078, ccks=275, wck=1301.056, mem=116M881
1307.04/1303.51	    decisions=8367445, wrong=3971479, backtracks=4155285, failedAssignments=950313, nogoods=570, foundSolutions=5, bestBound=14
1307.04/1303.51	    
1416.88/1413.36	    num=180, depth=2303..2867, filters=53677714, ccks=275, wck=1410.905, mem=129M752
1416.88/1413.36	    decisions=9172449, wrong=4372793, backtracks=4568604, failedAssignments=1044436, nogoods=575, foundSolutions=5, bestBound=14
1416.88/1413.36	    
1548.51/1544.97	    num=181, depth=2503..2896, filters=59293351, ccks=275, wck=1542.519, mem=142M623
1548.51/1544.97	    decisions=10034924, wrong=4802750, backtracks=5018336, failedAssignments=1147971, nogoods=582, foundSolutions=5, bestBound=14
1548.51/1544.97	    
1726.78/1723.11	    num=182, depth=2507..2844, filters=66777318, ccks=275, wck=1720.656, mem=160M642
1726.78/1723.11	    decisions=11238621, wrong=5403314, backtracks=5641897, failedAssignments=1261860, nogoods=588, foundSolutions=5, bestBound=14
1726.78/1723.11	    
1899.55/1895.86	    num=183, depth=2525..2927, filters=73800289, ccks=275, wck=1893.408, mem=45M620
1899.55/1895.86	    decisions=12252072, wrong=5908775, backtracks=6175044, failedAssignments=1387138, nogoods=592, foundSolutions=5, bestBound=14
1899.55/1895.86	    
2097.21/2093.49	    num=184, depth=2545..2862, filters=82368881, ccks=275, wck=2091.037, mem=66M405
2097.21/2093.49	    decisions=13586597, wrong=6574739, backtracks=6871263, failedAssignments=1524944, nogoods=596, foundSolutions=5, bestBound=14
2097.21/2093.49	    
2290.96/2287.13	    num=185, depth=2600..2866, filters=91217902, ccks=275, wck=2284.676, mem=87M189
2290.96/2287.13	    decisions=14978821, wrong=7269526, backtracks=7593182, failedAssignments=1676530, nogoods=601, foundSolutions=5, bestBound=14
2290.96/2287.13	    
2463.71/2459.83	    num=186, depth=2375..2863, filters=98139684, ccks=275, wck=2457.377, mem=108M832
2463.71/2459.83	    decisions=16228518, wrong=7893154, backtracks=8241603, failedAssignments=1843275, nogoods=607, foundSolutions=5, bestBound=14
2463.71/2459.83	    
2520.03/2516.11	
2520.03/2516.11	v <instantiation id='sol5' type='solution' cost='14'>  <list> x[] </list>  <values> 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 </values>  </instantiation>
2520.03/2516.11	s SATISFIABLE

Verifier Data

OK	14

Watcher Data

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

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

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

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

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

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

solver pid=32406, runsolver pid=32403

[startup+0.100127 s]*
/proc/loadavg: 1.70 1.82 1.70 4/229 32421
/proc/meminfo: memFree=31339864/32770624 swapFree=66981420/67108860
[pid=32406] ppid=32403 vsize=10659884 memory=29012 CPUtime=0.14 cores=0,2,4,6
/proc/32406/stat : 32406 (java) S 32403 32406 30397 0 -1 1077944320 5746 0 0 0 13 1 0 0 20 0 15 0 414610573 10915721216 7253 33554432000 4194304 4196468 140732986338832 140732986321376 139835120021239 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
/proc/32406/statm: 2664971 7253 2910 1 0 2627468 0
[pid=32406/tid=32408] ppid=32403 vsize=10659884 memory=-8125511277465605251 CPUtime=0.09 cores=0,2,4,6
/proc/32406/task/32408/stat : 32408 (java) R 32403 32406 30397 0 -1 4202560 3296 0 0 0 9 0 0 0 20 0 15 0 414610573 10915721216 7253 33554432000 4194304 4196468 140732986338832 139835124251816 139834756802689 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32409] ppid=32403 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32409/stat : 32409 (java) S 32403 32406 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414610574 10915721216 7319 33554432000 4194304 4196468 140732986338832 139835076573584 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32410] ppid=32403 vsize=10659884 memory=139883347953280 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32410/stat : 32410 (java) S 32403 32406 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414610574 10915721216 7319 33554432000 4194304 4196468 140732986338832 139834726209808 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32411] ppid=32403 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32411/stat : 32411 (java) S 32403 32406 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414610574 10915721216 7319 33554432000 4194304 4196468 140732986338832 139834725157520 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32412] ppid=32403 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32412/stat : 32412 (java) S 32403 32406 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414610574 10915721216 7319 33554432000 4194304 4196468 140732986338832 139834724104720 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32413] ppid=32403 vsize=10659884 memory=139883347953280 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32413/stat : 32413 (java) S 32403 32406 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414610575 10915721216 7319 33554432000 4194304 4196468 140732986338832 139834679155312 139835120032386 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32414] ppid=32403 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32414/stat : 32414 (java) S 32403 32406 30397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414610576 10915721216 7319 33554432000 4194304 4196468 140732986338832 139834678101280 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32415] ppid=32403 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32415/stat : 32415 (java) S 32403 32406 30397 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414610576 10915721216 7319 33554432000 4194304 4196468 140732986338832 139834677048944 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32416] ppid=32403 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32416/stat : 32416 (java) S 32403 32406 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414610578 10915721216 7319 33554432000 4194304 4196468 140732986338832 139834675997264 139835120039835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32417] ppid=32403 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32417/stat : 32417 (java) S 32403 32406 30397 0 -1 1077944384 356 0 0 0 0 0 0 0 20 0 15 0 414610578 10915721216 7319 33554432000 4194304 4196468 140732986338832 139834674944112 139835120032386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32418] ppid=32403 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32418/stat : 32418 (java) S 32403 32406 30397 0 -1 1077944384 286 0 0 0 0 0 0 0 20 0 15 0 414610578 10915721216 7319 33554432000 4194304 4196468 140732986338832 139834673891312 139835120032386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32419] ppid=32403 vsize=10659884 memory=139883347953280 CPUtime=0.02 cores=0,2,4,6
/proc/32406/task/32419/stat : 32419 (java) R 32403 32406 30397 0 -1 4202560 508 0 0 0 2 0 0 0 20 0 15 0 414610578 10915721216 7319 33554432000 4194304 4196468 140732986338832 139834605689992 139835098962830 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32420] ppid=32403 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32420/stat : 32420 (java) S 32403 32406 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414610578 10915721216 7319 33554432000 4194304 4196468 140732986338832 139834604640736 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32421] ppid=32403 vsize=10659884 memory=139883347953280 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32421/stat : 32421 (java) S 32403 32406 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414610579 10915721216 7319 33554432000 4194304 4196468 140732986338832 139834603588528 139835120032386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 29012 KiB

[startup+0.21072 s]*
/proc/loadavg: 1.70 1.82 1.70 4/229 32421
/proc/meminfo: memFree=31329012/32770624 swapFree=66981420/67108860
[pid=32406] ppid=32403 vsize=10659884 memory=37316 CPUtime=0.33 cores=0,2,4,6
/proc/32406/stat : 32406 (java) S 32403 32406 30397 0 -1 1077944320 9036 0 0 0 31 2 0 0 20 0 15 0 414610573 10915721216 9329 33554432000 4194304 4196468 140732986338832 140732986321376 139835120021239 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
/proc/32406/statm: 2664971 9329 2989 1 0 2627468 0
[pid=32406/tid=32408] ppid=32403 vsize=10659884 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/32406/task/32408/stat : 32408 (java) R 32403 32406 30397 0 -1 4202560 6107 0 0 0 18 2 0 0 20 0 15 0 414610573 10915721216 9329 33554432000 4194304 4196468 140732986338832 139835124247600 139835120043165 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32409] ppid=32403 vsize=10659884 memory=342 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32409/stat : 32409 (java) S 32403 32406 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414610574 10915721216 9329 33554432000 4194304 4196468 140732986338832 139835076573584 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32410] ppid=32403 vsize=10659884 memory=288370259499665024 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32410/stat : 32410 (java) S 32403 32406 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414610574 10915721216 9329 33554432000 4194304 4196468 140732986338832 139834726209808 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32411] ppid=32403 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32411/stat : 32411 (java) S 32403 32406 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414610574 10915721216 9329 33554432000 4194304 4196468 140732986338832 139834725157520 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32412] ppid=32403 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32412/stat : 32412 (java) S 32403 32406 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414610574 10915721216 9329 33554432000 4194304 4196468 140732986338832 139834724104720 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32413] ppid=32403 vsize=10659884 memory=139883347953280 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32413/stat : 32413 (java) S 32403 32406 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414610575 10915721216 9329 33554432000 4194304 4196468 140732986338832 139834679155312 139835120032386 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32414] ppid=32403 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32414/stat : 32414 (java) S 32403 32406 30397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414610576 10915721216 9329 33554432000 4194304 4196468 140732986338832 139834678101280 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32415] ppid=32403 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32415/stat : 32415 (java) S 32403 32406 30397 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414610576 10915721216 9329 33554432000 4194304 4196468 140732986338832 139834677048944 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32416] ppid=32403 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32416/stat : 32416 (java) S 32403 32406 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414610578 10915721216 9329 33554432000 4194304 4196468 140732986338832 139834675997264 139835120039835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32417] ppid=32403 vsize=10659884 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/32406/task/32417/stat : 32417 (java) S 32403 32406 30397 0 -1 1077944384 534 0 0 0 3 0 0 0 20 0 15 0 414610578 10915721216 9329 33554432000 4194304 4196468 140732986338832 139834674944112 139835120032386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32418] ppid=32403 vsize=10659884 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/32406/task/32418/stat : 32418 (java) S 32403 32406 30397 0 -1 1077944384 410 0 0 0 2 0 0 0 20 0 15 0 414610578 10915721216 9329 33554432000 4194304 4196468 140732986338832 139834673891312 139835120032386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32419] ppid=32403 vsize=10659884 memory=139883347953280 CPUtime=0.05 cores=0,2,4,6
/proc/32406/task/32419/stat : 32419 (java) S 32403 32406 30397 0 -1 1077944384 627 0 0 0 5 0 0 0 20 0 15 0 414610578 10915721216 9329 33554432000 4194304 4196468 140732986338832 139834605693296 139835120032386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32420] ppid=32403 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32420/stat : 32420 (java) S 32403 32406 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414610578 10915721216 9329 33554432000 4194304 4196468 140732986338832 139834604640736 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32421] ppid=32403 vsize=10659884 memory=139883347953280 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32421/stat : 32421 (java) S 32403 32406 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414610579 10915721216 9329 33554432000 4194304 4196468 140732986338832 139834603588528 139835120032386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 37316 KiB

[startup+0.310345 s]*
/proc/loadavg: 1.70 1.82 1.70 3/229 32421
/proc/meminfo: memFree=31327080/32770624 swapFree=66981420/67108860
[pid=32406] ppid=32403 vsize=10659884 memory=39856 CPUtime=0.47 cores=0,2,4,6
/proc/32406/stat : 32406 (java) S 32403 32406 30397 0 -1 1077944320 9233 0 0 0 44 3 0 0 20 0 15 0 414610573 10915721216 9964 33554432000 4194304 4196468 140732986338832 140732986321376 139835120021239 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
/proc/32406/statm: 2664971 9964 3001 1 0 2627468 0
[pid=32406/tid=32408] ppid=32403 vsize=10659884 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/32406/task/32408/stat : 32408 (java) R 32403 32406 30397 0 -1 4202560 6232 0 0 0 28 2 0 0 20 0 15 0 414610573 10915721216 9964 33554432000 4194304 4196468 140732986338832 139835124260224 139835120033174 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32409] ppid=32403 vsize=10659884 memory=4297963160 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32409/stat : 32409 (java) S 32403 32406 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414610574 10915721216 9964 33554432000 4194304 4196468 140732986338832 139835076573584 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32410] ppid=32403 vsize=10659884 memory=288370259499665024 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32410/stat : 32410 (java) S 32403 32406 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414610574 10915721216 9964 33554432000 4194304 4196468 140732986338832 139834726209808 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32411] ppid=32403 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32411/stat : 32411 (java) S 32403 32406 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414610574 10915721216 9964 33554432000 4194304 4196468 140732986338832 139834725157520 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32412] ppid=32403 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32412/stat : 32412 (java) S 32403 32406 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414610574 10915721216 9964 33554432000 4194304 4196468 140732986338832 139834724104720 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32413] ppid=32403 vsize=10659884 memory=139883347953280 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32413/stat : 32413 (java) S 32403 32406 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414610575 10915721216 9964 33554432000 4194304 4196468 140732986338832 139834679155312 139835120032386 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32414] ppid=32403 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32414/stat : 32414 (java) S 32403 32406 30397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414610576 10915721216 9964 33554432000 4194304 4196468 140732986338832 139834678101280 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32415] ppid=32403 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32415/stat : 32415 (java) S 32403 32406 30397 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414610576 10915721216 9964 33554432000 4194304 4196468 140732986338832 139834677048944 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32416] ppid=32403 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32416/stat : 32416 (java) S 32403 32406 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414610578 10915721216 9964 33554432000 4194304 4196468 140732986338832 139834675997264 139835120039835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32417] ppid=32403 vsize=10659884 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/32406/task/32417/stat : 32417 (java) S 32403 32406 30397 0 -1 1077944384 575 0 0 0 4 0 0 0 20 0 15 0 414610578 10915721216 9964 33554432000 4194304 4196468 140732986338832 139834674944112 139835120032386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32418] ppid=32403 vsize=10659884 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/32406/task/32418/stat : 32418 (java) S 32403 32406 30397 0 -1 1077944384 418 0 0 0 3 0 0 0 20 0 15 0 414610578 10915721216 9964 33554432000 4194304 4196468 140732986338832 139834673891312 139835120032386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32419] ppid=32403 vsize=10659884 memory=139883347953280 CPUtime=0.07 cores=0,2,4,6
/proc/32406/task/32419/stat : 32419 (java) R 32403 32406 30397 0 -1 4202560 650 0 0 0 7 0 0 0 20 0 15 0 414610578 10915721216 9964 33554432000 4194304 4196468 140732986338832 139834605687648 139835120042586 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32420] ppid=32403 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32420/stat : 32420 (java) S 32403 32406 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414610578 10915721216 9964 33554432000 4194304 4196468 140732986338832 139834604640736 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32421] ppid=32403 vsize=10659884 memory=139883347953280 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32421/stat : 32421 (java) S 32403 32406 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414610579 10915721216 9964 33554432000 4194304 4196468 140732986338832 139834603588528 139835120032386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 39856 KiB

[startup+0.70078 s]
/proc/loadavg: 1.70 1.82 1.70 3/229 32421
/proc/meminfo: memFree=31320244/32770624 swapFree=66981420/67108860
[pid=32406] ppid=32403 vsize=10661932 memory=62820 CPUtime=1.11 cores=0,2,4,6
/proc/32406/stat : 32406 (java) S 32403 32406 30397 0 -1 1077944320 12701 0 0 0 106 5 0 0 20 0 15 0 414610573 10917818368 15705 33554432000 4194304 4196468 140732986338832 140732986321376 139835120021239 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
/proc/32406/statm: 2665483 15705 3071 1 0 2627980 0
[pid=32406/tid=32408] ppid=32403 vsize=10661932 memory=279095967519228 CPUtime=0.68 cores=0,2,4,6
/proc/32406/task/32408/stat : 32408 (java) R 32403 32406 30397 0 -1 4202560 8789 0 0 0 65 3 0 0 20 0 15 0 414610573 10917818368 15705 33554432000 4194304 4196468 140732986338832 139835124244176 139835120043165 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32409] ppid=32403 vsize=10661932 memory=3158301 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32409/stat : 32409 (java) S 32403 32406 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414610574 10917818368 15705 33554432000 4194304 4196468 140732986338832 139835076573584 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32410] ppid=32403 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32410/stat : 32410 (java) S 32403 32406 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414610574 10917818368 15705 33554432000 4194304 4196468 140732986338832 139834726209808 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32411] ppid=32403 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32411/stat : 32411 (java) S 32403 32406 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414610574 10917818368 15705 33554432000 4194304 4196468 140732986338832 139834725157520 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32412] ppid=32403 vsize=10661932 memory=7809523229951467568 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32412/stat : 32412 (java) S 32403 32406 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414610574 10917818368 15705 33554432000 4194304 4196468 140732986338832 139834724104720 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32413] ppid=32403 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32413/stat : 32413 (java) S 32403 32406 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414610575 10917818368 15705 33554432000 4194304 4196468 140732986338832 139834679155312 139835120032386 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32414] ppid=32403 vsize=10661932 memory=-3535359994705171041 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32414/stat : 32414 (java) S 32403 32406 30397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414610576 10917818368 15705 33554432000 4194304 4196468 140732986338832 139834678101280 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32415] ppid=32403 vsize=10661932 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32415/stat : 32415 (java) S 32403 32406 30397 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414610576 10917818368 15705 33554432000 4194304 4196468 140732986338832 139834677048944 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32416] ppid=32403 vsize=10661932 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32416/stat : 32416 (java) S 32403 32406 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414610578 10917818368 15705 33554432000 4194304 4196468 140732986338832 139834675997264 139835120039835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32417] ppid=32403 vsize=10661932 memory=6944656592455360604 CPUtime=0.12 cores=0,2,4,6
/proc/32406/task/32417/stat : 32417 (java) S 32403 32406 30397 0 -1 1077944384 830 0 0 0 12 0 0 0 20 0 15 0 414610578 10917818368 15705 33554432000 4194304 4196468 140732986338832 139834674944112 139835120032386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32418] ppid=32403 vsize=10661932 memory=6944656592455360604 CPUtime=0.09 cores=0,2,4,6
/proc/32406/task/32418/stat : 32418 (java) R 32403 32406 30397 0 -1 4202560 739 0 0 0 9 0 0 0 20 0 15 0 414610578 10917818368 15705 33554432000 4194304 4196468 140732986338832 139834673891312 139835099239240 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32419] ppid=32403 vsize=10661932 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/32406/task/32419/stat : 32419 (java) S 32403 32406 30397 0 -1 1077944384 985 0 0 0 18 0 0 0 20 0 15 0 414610578 10917818368 15705 33554432000 4194304 4196468 140732986338832 139834605693296 139835120032386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32420] ppid=32403 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32420/stat : 32420 (java) S 32403 32406 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414610578 10917818368 15705 33554432000 4194304 4196468 140732986338832 139834604640736 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32421] ppid=32403 vsize=10661932 memory=2120 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32421/stat : 32421 (java) S 32403 32406 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414610579 10917818368 15705 33554432000 4194304 4196468 140732986338832 139834603588528 139835120032386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 62820 KiB

[startup+1.50081 s]
/proc/loadavg: 1.70 1.82 1.70 3/229 32421
/proc/meminfo: memFree=31303260/32770624 swapFree=66981420/67108860
[pid=32406] ppid=32403 vsize=10663980 memory=75000 CPUtime=2.01 cores=0,2,4,6
/proc/32406/stat : 32406 (java) S 32403 32406 30397 0 -1 1077944320 18205 0 0 0 195 6 0 0 20 0 15 0 414610573 10919915520 18750 33554432000 4194304 4196468 140732986338832 140732986321376 139835120021239 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
/proc/32406/statm: 2665995 18750 3094 1 0 2628492 0
[pid=32406/tid=32408] ppid=32403 vsize=10663980 memory=2996107 CPUtime=1.48 cores=0,2,4,6
/proc/32406/task/32408/stat : 32408 (java) R 32403 32406 30397 0 -1 4202560 12972 0 0 0 144 4 0 0 20 0 15 0 414610573 10919915520 18750 33554432000 4194304 4196468 140732986338832 139835124253264 139835100292976 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32409] ppid=32403 vsize=10663980 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32409/stat : 32409 (java) S 32403 32406 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414610574 10919915520 18750 33554432000 4194304 4196468 140732986338832 139835076573584 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32410] ppid=32403 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32410/stat : 32410 (java) S 32403 32406 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414610574 10919915520 18750 33554432000 4194304 4196468 140732986338832 139834726209808 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32411] ppid=32403 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32411/stat : 32411 (java) S 32403 32406 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414610574 10919915520 18750 33554432000 4194304 4196468 140732986338832 139834725157520 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32412] ppid=32403 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32412/stat : 32412 (java) S 32403 32406 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414610574 10919915520 18750 33554432000 4194304 4196468 140732986338832 139834724104720 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32413] ppid=32403 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32413/stat : 32413 (java) S 32403 32406 30397 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 414610575 10919915520 18750 33554432000 4194304 4196468 140732986338832 139834679155312 139835120032386 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0

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

/proc/32406/task/32412/stat : 32412 (java) S 32403 32406 30397 0 -1 1077944384 109 0 0 0 3 1 0 0 20 0 16 0 414610574 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834724104720 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32413] ppid=32403 vsize=10748324 memory=285556 CPUtime=0.05 cores=0,2,4,6
/proc/32406/task/32413/stat : 32413 (java) S 32403 32406 30397 0 -1 1077944384 2054 0 0 0 3 2 0 0 20 0 16 0 414610575 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834679155312 139835120032386 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32414] ppid=32403 vsize=10748324 memory=285556 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32414/stat : 32414 (java) S 32403 32406 30397 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 414610576 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834678101344 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32415] ppid=32403 vsize=10748324 memory=285556 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32415/stat : 32415 (java) S 32403 32406 30397 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 414610576 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834677048960 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32416] ppid=32403 vsize=10748324 memory=2120 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32416/stat : 32416 (java) S 32403 32406 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414610578 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834675997264 139835120039835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32417] ppid=32403 vsize=10748324 memory=285556 CPUtime=1.29 cores=0,2,4,6
/proc/32406/task/32417/stat : 32417 (java) S 32403 32406 30397 0 -1 1077944384 7846 0 0 0 128 1 0 0 20 0 16 0 414610578 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834674944112 139835120032386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32418] ppid=32403 vsize=10748324 memory=285556 CPUtime=1.15 cores=0,2,4,6
/proc/32406/task/32418/stat : 32418 (java) S 32403 32406 30397 0 -1 1077944384 5429 0 0 0 113 2 0 0 20 0 16 0 414610578 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834673891312 139835120032386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32419] ppid=32403 vsize=10748324 memory=285556 CPUtime=0.71 cores=0,2,4,6
/proc/32406/task/32419/stat : 32419 (java) S 32403 32406 30397 0 -1 1077944384 7667 0 0 0 69 2 0 0 20 0 16 0 414610578 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834605693296 139835120032386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32420] ppid=32403 vsize=10748324 memory=3300 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32420/stat : 32420 (java) S 32403 32406 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414610578 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834604640736 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32421] ppid=32403 vsize=10748324 memory=285548 CPUtime=0.77 cores=0,2,4,6
/proc/32406/task/32421/stat : 32421 (java) S 32403 32406 30397 0 -1 1077944384 1549 0 0 0 35 42 0 0 20 0 16 0 414610579 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834603588528 139835120032386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32422] ppid=32403 vsize=10748324 memory=285548 CPUtime=2440.12 cores=0,2,4,6
/proc/32406/task/32422/stat : 32422 (java) R 32403 32406 30397 0 -1 4202560 17247 0 0 0 244008 4 0 0 20 0 16 0 414610762 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834586513008 139834763001493 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
Current children cumulated CPU time: 2446.19 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 285556 KiB

[startup+2502.3 s]
/proc/loadavg: 1.36 1.63 1.79 3/229 934
/proc/meminfo: memFree=31023096/32770624 swapFree=66981468/67108860
[pid=32406] ppid=32403 vsize=10748324 memory=285556 CPUtime=2506.22 cores=0,2,4,6
/proc/32406/stat : 32406 (java) S 32403 32406 30397 0 -1 1077944320 61068 0 0 0 250576 46 0 0 20 0 16 0 414610573 11006283776 71389 33554432000 4194304 4196468 140732986338832 140732986321376 139835120021239 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
/proc/32406/statm: 2687081 71389 3377 1 0 2647217 0
[pid=32406/tid=32408] ppid=32403 vsize=10748324 memory=285556 CPUtime=1.87 cores=0,2,4,6
/proc/32406/task/32408/stat : 32408 (java) S 32403 32406 30397 0 -1 1077944384 15273 0 0 0 182 5 0 0 20 0 16 0 414610573 11006283776 71389 33554432000 4194304 4196468 140732986338832 139835124264112 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32409] ppid=32403 vsize=10748324 memory=285556 CPUtime=0.03 cores=0,2,4,6
/proc/32406/task/32409/stat : 32409 (java) S 32403 32406 30397 0 -1 1077944384 548 0 0 0 3 0 0 0 20 0 16 0 414610574 11006283776 71389 33554432000 4194304 4196468 140732986338832 139835076573584 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32410] ppid=32403 vsize=10748324 memory=285556 CPUtime=0.03 cores=0,2,4,6
/proc/32406/task/32410/stat : 32410 (java) S 32403 32406 30397 0 -1 1077944384 1169 0 0 0 3 0 0 0 20 0 16 0 414610574 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834726209808 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32411] ppid=32403 vsize=10748324 memory=285556 CPUtime=0.04 cores=0,2,4,6
/proc/32406/task/32411/stat : 32411 (java) S 32403 32406 30397 0 -1 1077944384 163 0 0 0 3 1 0 0 20 0 16 0 414610574 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834725157520 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32412] ppid=32403 vsize=10748324 memory=285556 CPUtime=0.04 cores=0,2,4,6
/proc/32406/task/32412/stat : 32412 (java) S 32403 32406 30397 0 -1 1077944384 109 0 0 0 3 1 0 0 20 0 16 0 414610574 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834724104720 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32413] ppid=32403 vsize=10748324 memory=285556 CPUtime=0.05 cores=0,2,4,6
/proc/32406/task/32413/stat : 32413 (java) S 32403 32406 30397 0 -1 1077944384 2086 0 0 0 3 2 0 0 20 0 16 0 414610575 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834679155312 139835120032386 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32414] ppid=32403 vsize=10748324 memory=9580 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32414/stat : 32414 (java) S 32403 32406 30397 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 414610576 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834678101344 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32415] ppid=32403 vsize=10748324 memory=285556 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32415/stat : 32415 (java) S 32403 32406 30397 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 414610576 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834677048960 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32416] ppid=32403 vsize=10748324 memory=285556 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32416/stat : 32416 (java) S 32403 32406 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414610578 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834675997264 139835120039835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32417] ppid=32403 vsize=10748324 memory=285556 CPUtime=1.29 cores=0,2,4,6
/proc/32406/task/32417/stat : 32417 (java) S 32403 32406 30397 0 -1 1077944384 7851 0 0 0 128 1 0 0 20 0 16 0 414610578 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834674944112 139835120032386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32418] ppid=32403 vsize=10748324 memory=285556 CPUtime=1.15 cores=0,2,4,6
/proc/32406/task/32418/stat : 32418 (java) S 32403 32406 30397 0 -1 1077944384 5435 0 0 0 113 2 0 0 20 0 16 0 414610578 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834673891312 139835120032386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32419] ppid=32403 vsize=10748324 memory=285556 CPUtime=0.71 cores=0,2,4,6
/proc/32406/task/32419/stat : 32419 (java) S 32403 32406 30397 0 -1 1077944384 7765 0 0 0 69 2 0 0 20 0 16 0 414610578 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834605693296 139835120032386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32420] ppid=32403 vsize=10748324 memory=285556 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32420/stat : 32420 (java) S 32403 32406 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414610578 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834604640736 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32421] ppid=32403 vsize=10748324 memory=285556 CPUtime=0.79 cores=0,2,4,6
/proc/32406/task/32421/stat : 32421 (java) S 32403 32406 30397 0 -1 1077944384 1580 0 0 0 35 44 0 0 20 0 16 0 414610579 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834603588528 139835120032386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32422] ppid=32403 vsize=10748324 memory=2004 CPUtime=2500.12 cores=0,2,4,6
/proc/32406/task/32422/stat : 32422 (java) R 32403 32406 30397 0 -1 4202560 17658 0 0 0 250008 4 0 0 20 0 16 0 414610762 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834586518336 139834763281124 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
Current children cumulated CPU time: 2506.22 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 285556 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2516.11 s]
/proc/loadavg: 1.28 1.60 1.78 3/229 934
/proc/meminfo: memFree=31022724/32770624 swapFree=66981468/67108860
[pid=32406] ppid=32403 vsize=10748324 memory=285556 CPUtime=2520.03 cores=0,2,4,6
/proc/32406/stat : 32406 (java) S 32403 32406 30397 0 -1 1077944320 61075 0 0 0 251957 46 0 0 20 0 16 0 414610573 11006283776 71389 33554432000 4194304 4196468 140732986338832 140732986321376 139835120021239 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
/proc/32406/statm: 2687081 71389 3377 1 0 2647217 0
[pid=32406/tid=32408] ppid=32403 vsize=10748324 memory=285556 CPUtime=1.87 cores=0,2,4,6
/proc/32406/task/32408/stat : 32408 (java) S 32403 32406 30397 0 -1 1077944384 15273 0 0 0 182 5 0 0 20 0 16 0 414610573 11006283776 71389 33554432000 4194304 4196468 140732986338832 139835124264112 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32409] ppid=32403 vsize=10748324 memory=4132 CPUtime=0.03 cores=0,2,4,6
/proc/32406/task/32409/stat : 32409 (java) S 32403 32406 30397 0 -1 1077944384 548 0 0 0 3 0 0 0 20 0 16 0 414610574 11006283776 71389 33554432000 4194304 4196468 140732986338832 139835076573584 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32410] ppid=32403 vsize=10748324 memory=285556 CPUtime=0.03 cores=0,2,4,6
/proc/32406/task/32410/stat : 32410 (java) S 32403 32406 30397 0 -1 1077944384 1169 0 0 0 3 0 0 0 20 0 16 0 414610574 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834726209808 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32411] ppid=32403 vsize=10748324 memory=285556 CPUtime=0.04 cores=0,2,4,6
/proc/32406/task/32411/stat : 32411 (java) S 32403 32406 30397 0 -1 1077944384 163 0 0 0 3 1 0 0 20 0 16 0 414610574 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834725157520 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32412] ppid=32403 vsize=10748324 memory=285556 CPUtime=0.04 cores=0,2,4,6
/proc/32406/task/32412/stat : 32412 (java) S 32403 32406 30397 0 -1 1077944384 109 0 0 0 3 1 0 0 20 0 16 0 414610574 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834724104720 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32413] ppid=32403 vsize=10748324 memory=285556 CPUtime=0.05 cores=0,2,4,6
/proc/32406/task/32413/stat : 32413 (java) S 32403 32406 30397 0 -1 1077944384 2086 0 0 0 3 2 0 0 20 0 16 0 414610575 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834679155312 139835120032386 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32414] ppid=32403 vsize=10748324 memory=285556 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32414/stat : 32414 (java) S 32403 32406 30397 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 414610576 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834678101344 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32415] ppid=32403 vsize=10748324 memory=804 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32415/stat : 32415 (java) S 32403 32406 30397 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 414610576 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834677048960 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32416] ppid=32403 vsize=10748324 memory=1628 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32416/stat : 32416 (java) S 32403 32406 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414610578 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834675997264 139835120039835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32417] ppid=32403 vsize=10748324 memory=285556 CPUtime=1.29 cores=0,2,4,6
/proc/32406/task/32417/stat : 32417 (java) S 32403 32406 30397 0 -1 1077944384 7851 0 0 0 128 1 0 0 20 0 16 0 414610578 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834674944112 139835120032386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32418] ppid=32403 vsize=10748324 memory=19672 CPUtime=1.15 cores=0,2,4,6
/proc/32406/task/32418/stat : 32418 (java) S 32403 32406 30397 0 -1 1077944384 5435 0 0 0 113 2 0 0 20 0 16 0 414610578 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834673891312 139835120032386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32419] ppid=32403 vsize=10748324 memory=285556 CPUtime=0.71 cores=0,2,4,6
/proc/32406/task/32419/stat : 32419 (java) S 32403 32406 30397 0 -1 1077944384 7765 0 0 0 69 2 0 0 20 0 16 0 414610578 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834605693296 139835120032386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32420] ppid=32403 vsize=10748324 memory=2004 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32420/stat : 32420 (java) S 32403 32406 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414610578 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834604640736 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32421] ppid=32403 vsize=10748324 memory=984 CPUtime=0.8 cores=0,2,4,6
/proc/32406/task/32421/stat : 32421 (java) S 32403 32406 30397 0 -1 1077944384 1580 0 0 0 36 44 0 0 20 0 16 0 414610579 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834603588528 139835120032386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32422] ppid=32403 vsize=10748324 memory=1328 CPUtime=2513.93 cores=0,2,4,6
/proc/32406/task/32422/stat : 32422 (java) R 32403 32406 30397 0 -1 4202560 17665 0 0 0 251389 4 0 0 20 0 16 0 414610762 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834586518336 139834763001455 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 285556 KiB

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

[startup+2516.12 s]
# the end of solver process 32406 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.59 s, system=0.46505 s

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

[startup+2516.11 s]
/proc/loadavg: 1.28 1.60 1.78 3/229 934
/proc/meminfo: memFree=31022724/32770624 swapFree=66981468/67108860
[pid=32406] ppid=32403 vsize=10748324 memory=285556 CPUtime=2520.03 cores=0,2,4,6
/proc/32406/stat : 32406 (java) S 32403 32406 30397 0 -1 1077944320 61075 0 0 0 251957 46 0 0 20 0 16 0 414610573 11006283776 71389 33554432000 4194304 4196468 140732986338832 140732986321376 139835120021239 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
/proc/32406/statm: 2687081 71389 3377 1 0 2647217 0
[pid=32406/tid=32408] ppid=32403 vsize=10748324 memory=285556 CPUtime=1.87 cores=0,2,4,6
/proc/32406/task/32408/stat : 32408 (java) S 32403 32406 30397 0 -1 1077944384 15273 0 0 0 182 5 0 0 20 0 16 0 414610573 11006283776 71389 33554432000 4194304 4196468 140732986338832 139835124264112 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32409] ppid=32403 vsize=10748324 memory=4132 CPUtime=0.03 cores=0,2,4,6
/proc/32406/task/32409/stat : 32409 (java) S 32403 32406 30397 0 -1 1077944384 548 0 0 0 3 0 0 0 20 0 16 0 414610574 11006283776 71389 33554432000 4194304 4196468 140732986338832 139835076573584 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32410] ppid=32403 vsize=10748324 memory=285556 CPUtime=0.03 cores=0,2,4,6
/proc/32406/task/32410/stat : 32410 (java) S 32403 32406 30397 0 -1 1077944384 1169 0 0 0 3 0 0 0 20 0 16 0 414610574 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834726209808 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32411] ppid=32403 vsize=10748324 memory=285556 CPUtime=0.04 cores=0,2,4,6
/proc/32406/task/32411/stat : 32411 (java) S 32403 32406 30397 0 -1 1077944384 163 0 0 0 3 1 0 0 20 0 16 0 414610574 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834725157520 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32412] ppid=32403 vsize=10748324 memory=285556 CPUtime=0.04 cores=0,2,4,6
/proc/32406/task/32412/stat : 32412 (java) S 32403 32406 30397 0 -1 1077944384 109 0 0 0 3 1 0 0 20 0 16 0 414610574 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834724104720 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32413] ppid=32403 vsize=10748324 memory=285556 CPUtime=0.05 cores=0,2,4,6
/proc/32406/task/32413/stat : 32413 (java) S 32403 32406 30397 0 -1 1077944384 2086 0 0 0 3 2 0 0 20 0 16 0 414610575 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834679155312 139835120032386 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32414] ppid=32403 vsize=10748324 memory=285556 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32414/stat : 32414 (java) S 32403 32406 30397 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 414610576 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834678101344 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32415] ppid=32403 vsize=10748324 memory=804 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32415/stat : 32415 (java) S 32403 32406 30397 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 414610576 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834677048960 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32416] ppid=32403 vsize=10748324 memory=1628 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32416/stat : 32416 (java) S 32403 32406 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414610578 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834675997264 139835120039835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32417] ppid=32403 vsize=10748324 memory=285556 CPUtime=1.29 cores=0,2,4,6
/proc/32406/task/32417/stat : 32417 (java) S 32403 32406 30397 0 -1 1077944384 7851 0 0 0 128 1 0 0 20 0 16 0 414610578 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834674944112 139835120032386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32418] ppid=32403 vsize=10748324 memory=19672 CPUtime=1.15 cores=0,2,4,6
/proc/32406/task/32418/stat : 32418 (java) S 32403 32406 30397 0 -1 1077944384 5435 0 0 0 113 2 0 0 20 0 16 0 414610578 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834673891312 139835120032386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32419] ppid=32403 vsize=10748324 memory=285556 CPUtime=0.71 cores=0,2,4,6
/proc/32406/task/32419/stat : 32419 (java) S 32403 32406 30397 0 -1 1077944384 7765 0 0 0 69 2 0 0 20 0 16 0 414610578 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834605693296 139835120032386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32420] ppid=32403 vsize=10748324 memory=2004 CPUtime=0 cores=0,2,4,6
/proc/32406/task/32420/stat : 32420 (java) S 32403 32406 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414610578 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834604640736 139835120031445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32421] ppid=32403 vsize=10748324 memory=984 CPUtime=0.8 cores=0,2,4,6
/proc/32406/task/32421/stat : 32421 (java) S 32403 32406 30397 0 -1 1077944384 1580 0 0 0 36 44 0 0 20 0 16 0 414610579 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834603588528 139835120032386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
[pid=32406/tid=32422] ppid=32403 vsize=10748324 memory=1328 CPUtime=2513.93 cores=0,2,4,6
/proc/32406/task/32422/stat : 32422 (java) R 32403 32406 30397 0 -1 4202560 17665 0 0 0 251389 4 0 0 20 0 16 0 414610762 11006283776 71389 33554432000 4194304 4196468 140732986338832 139834586518336 139834763001455 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23183360 140732986344459 140732986344562 140732986344562 140732986347471 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 285556 KiB

Child status: 143
Real time (s): 2516.12
CPU time (s): 2520.05
CPU user time (s): 2519.59
CPU system time (s): 0.46505
CPU usage (%): 100.156
Max. virtual memory (cumulated for all children) (KiB): 10748324
Max. memory (cumulated for all children) (KiB): 285556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.59
system time used= 0.46505
maximum resident set size= 285992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61506
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57624
involuntary context switches= 3196


# summary of solver processes directly reported to runsolver:
#   pid: 32406
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2519.59
#   total CPU system time (s): 0.46505

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 22.5527 second user time and 13.1693 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-13 16:03:57
IDJOB=4390997
IDBENCH=133715
IDSOLVER=2832
FILE ID=node121/4390997-1568383479
RUNJOBID= node121-1568380474-30428
PBS_JOBID= 21701842
Free space on /tmp= 61040 MiB

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

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

MD5SUM BENCH= 1feceec156c21411e87c939d9e284415
RANDOM SEED=50193193

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31356164 kB
MemAvailable:   31702256 kB
Buffers:          148072 kB
Cached:           493784 kB
SwapCached:        18976 kB
Active:           539728 kB
Inactive:         339532 kB
Active(anon):     223752 kB
Inactive(anon):    44124 kB
Active(file):     315976 kB
Inactive(file):   295408 kB
Unevictable:      109496 kB
Mlocked:          109496 kB
SwapTotal:      67108860 kB
SwapFree:       66981420 kB
Dirty:              8752 kB
Writeback:             0 kB
AnonPages:        328712 kB
Mapped:            46628 kB
Shmem:             21852 kB
Slab:             130316 kB
SReclaimable:     101084 kB
SUnreclaim:        29232 kB
KernelStack:        3712 kB
PageTables:         6220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1205368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61032 MiB
End job on node121 at 2019-09-13 16:45:53