Trace number 4118719

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
Sat4j PB 2.3.6 Res+CP PB16SAT (TO)-2037 1800.07 941.267

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
minlplib2-pb-0.1.0/opb/normalized-autocorr_bern25-13.lin.opb
MD5SUMde6397bf321bdad810d5d50e2286cd9a
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-2037
Best CPU time to get the best result obtained on this benchmark1800.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1782
Total number of constraints3514
Number of constraints which are clauses1757
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1757
Minimum length of a constraint3
Maximum length of a constraint5
Number of terms in the objective function 1782
Biggest coefficient in the objective function 1072
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 131872
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 1072
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 131872
Number of bits of the biggest sum of numbers18
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Glucose 2.1 dynamic restart strategy
0.09/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-4118719-1467235618.opb
0.09/0.13	c reading problem ... 
0.09/0.13	c  objective function found
0.47/0.39	c ... done. Wall clock time 0.267s.
0.47/0.39	c declared #vars     1782
0.47/0.39	c #constraints  3514
0.75/0.40	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.75/0.40	c constraints type 
0.75/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1757
0.75/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1757
0.75/0.40	c 3514 constraints processed.
0.75/0.40	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.75/0.40	c constraints type 
0.75/0.40	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1757
0.75/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1757
0.75/0.40	c 3514 constraints processed.
0.75/0.40	c objective function length is 1782 literals
0.75/0.43	c And the winner is solver0
0.94/0.90	c SATISFIABLE
0.94/0.90	c OPTIMIZING...
0.94/0.90	c Got one! Elapsed wall clock time (in seconds):0.775
0.94/0.90	o 0
0.94/0.95	c And the winner is solver0
1.53/1.43	c Got one! Elapsed wall clock time (in seconds):1.3
1.53/1.43	o -66
1.53/1.45	c And the winner is solver0
1.66/1.94	c Got one! Elapsed wall clock time (in seconds):1.81
1.66/1.94	o -132
1.66/1.95	c And the winner is solver0
1.79/2.44	c Got one! Elapsed wall clock time (in seconds):2.317
1.79/2.44	o -233
1.79/2.46	c And the winner is solver0
1.83/2.95	c Got one! Elapsed wall clock time (in seconds):2.822
1.83/2.95	o -308
1.83/2.96	c And the winner is solver0
1.84/3.45	c Got one! Elapsed wall clock time (in seconds):3.326
1.84/3.45	o -334
1.84/3.46	c And the winner is solver0
1.92/3.96	c Got one! Elapsed wall clock time (in seconds):3.831
1.92/3.96	o -447
1.92/3.98	c And the winner is solver0
2.02/4.46	c Got one! Elapsed wall clock time (in seconds):4.335
2.02/4.46	o -451
2.02/4.47	c And the winner is solver0
2.11/4.96	c Got one! Elapsed wall clock time (in seconds):4.838
2.11/4.96	o -564
2.11/4.98	c And the winner is solver0
2.13/5.47	c Got one! Elapsed wall clock time (in seconds):5.341
2.13/5.47	o -568
2.13/5.47	c And the winner is solver0
2.14/5.97	c Got one! Elapsed wall clock time (in seconds):5.843
2.14/5.97	o -698
2.14/5.98	c And the winner is solver0
2.19/6.47	c Got one! Elapsed wall clock time (in seconds):6.346
2.19/6.47	o -701
2.19/6.48	c And the winner is solver0
2.21/6.98	c Got one! Elapsed wall clock time (in seconds):6.849
2.21/6.98	o -799
2.21/7.00	c And the winner is solver0
2.35/7.48	c Got one! Elapsed wall clock time (in seconds):7.352
2.35/7.48	o -804
2.35/7.50	c And the winner is solver0
2.42/7.98	c Got one! Elapsed wall clock time (in seconds):7.854
2.42/7.98	o -831
2.42/7.99	c And the winner is solver0
2.42/8.48	c Got one! Elapsed wall clock time (in seconds):8.357
2.42/8.48	o -834
2.44/8.50	c And the winner is solver0
2.44/9.00	c Got one! Elapsed wall clock time (in seconds):8.87
2.44/9.00	o -880
2.44/9.06	c And the winner is solver0
2.78/9.50	c Got one! Elapsed wall clock time (in seconds):9.372
2.78/9.50	o -977
2.78/9.52	c And the winner is solver0
2.86/10.00	c Got one! Elapsed wall clock time (in seconds):9.875
2.86/10.00	o -980
2.86/10.02	c And the winner is solver0
2.93/10.50	c Got one! Elapsed wall clock time (in seconds):10.377
2.93/10.50	o -1116
2.93/10.57	c And the winner is solver0
3.12/11.01	c Got one! Elapsed wall clock time (in seconds):10.88
3.12/11.01	o -1118
3.12/11.04	c And the winner is solver0
3.20/11.51	c Got one! Elapsed wall clock time (in seconds):11.383
3.20/11.51	o -1126
3.20/11.54	c And the winner is solver0
3.29/12.01	c Got one! Elapsed wall clock time (in seconds):11.885
3.29/12.01	o -1256
3.50/12.16	c And the winner is solver0
3.67/12.51	c Got one! Elapsed wall clock time (in seconds):12.388
3.67/12.51	o -1268
3.86/12.62	c And the winner is solver0
3.97/13.02	c Got one! Elapsed wall clock time (in seconds):12.89
3.97/13.02	o -1275
3.97/13.04	c And the winner is solver0
4.07/13.52	c Got one! Elapsed wall clock time (in seconds):13.393
4.07/13.52	o -1277
4.07/13.53	c And the winner is solver0
4.13/14.02	c Got one! Elapsed wall clock time (in seconds):13.895
4.13/14.02	o -1298
4.50/14.29	c And the winner is solver0
4.73/14.52	c Got one! Elapsed wall clock time (in seconds):14.398
4.73/14.52	o -1392
4.88/14.67	c And the winner is solver0
5.07/15.03	c Got one! Elapsed wall clock time (in seconds):14.9
5.07/15.03	o -1397
5.20/15.10	c And the winner is solver0
5.31/15.53	c Got one! Elapsed wall clock time (in seconds):15.403
5.31/15.53	o -1402
5.31/15.54	c And the winner is solver0
5.33/16.03	c Got one! Elapsed wall clock time (in seconds):15.905
5.33/16.03	o -1414
5.33/16.04	c And the winner is solver0
5.40/16.53	c Got one! Elapsed wall clock time (in seconds):16.408
5.40/16.53	o -1428
5.40/16.60	c And the winner is solver0
5.55/17.04	c Got one! Elapsed wall clock time (in seconds):16.91
5.55/17.04	o -1437
6.08/17.31	c And the winner is solver0
6.12/17.54	c Got one! Elapsed wall clock time (in seconds):17.413
6.12/17.54	o -1494
6.30/17.69	c And the winner is solver0
6.54/18.04	c Got one! Elapsed wall clock time (in seconds):17.916
6.54/18.04	o -1504
6.64/18.13	c And the winner is solver0
6.73/18.54	c Got one! Elapsed wall clock time (in seconds):18.418
6.73/18.54	o -1517
6.73/18.57	c And the winner is solver0
6.79/19.05	c Got one! Elapsed wall clock time (in seconds):18.921
6.79/19.05	o -1518
6.79/19.05	c And the winner is solver0
6.79/19.55	c Got one! Elapsed wall clock time (in seconds):19.423
6.79/19.55	o -1523
6.79/19.56	c And the winner is solver0
6.80/20.05	c Got one! Elapsed wall clock time (in seconds):19.926
6.80/20.05	o -1535
6.80/20.06	c And the winner is solver0
6.81/20.55	c Got one! Elapsed wall clock time (in seconds):20.429
6.81/20.55	o -1537
6.92/20.62	c And the winner is solver0
7.01/21.07	c Got one! Elapsed wall clock time (in seconds):20.946
7.01/21.07	o -1548
7.46/21.32	c And the winner is solver0
7.53/21.58	c Got one! Elapsed wall clock time (in seconds):21.449
7.53/21.58	o -1550
7.79/21.73	c And the winner is solver0
7.88/22.08	c Got one! Elapsed wall clock time (in seconds):21.952
7.88/22.08	o -1556
7.88/22.09	c And the winner is solver0
7.90/22.58	c Got one! Elapsed wall clock time (in seconds):22.454
7.90/22.58	o -1557
7.90/22.59	c And the winner is solver0
7.90/23.08	c Got one! Elapsed wall clock time (in seconds):22.957
7.90/23.08	o -1559
7.90/23.09	c And the winner is solver0
7.90/23.59	c Got one! Elapsed wall clock time (in seconds):23.459
7.90/23.59	o -1571
7.90/23.59	c And the winner is solver0
7.90/24.09	c Got one! Elapsed wall clock time (in seconds):23.962
7.90/24.09	o -1573
7.90/24.10	c And the winner is solver0
7.91/24.59	c Got one! Elapsed wall clock time (in seconds):24.464
7.91/24.59	o -1581
8.16/24.74	c And the winner is solver0
8.28/25.09	c Got one! Elapsed wall clock time (in seconds):24.967
8.28/25.09	o -1647
10.51/26.11	c And the winner is solver0
10.56/26.60	c Got one! Elapsed wall clock time (in seconds):26.47
10.56/26.60	o -1659
11.48/27.05	c And the winner is solver0
11.59/27.10	c Got one! Elapsed wall clock time (in seconds):26.972
11.59/27.10	o -1660
11.59/27.15	c And the winner is solver0
11.71/27.60	c Got one! Elapsed wall clock time (in seconds):27.475
11.71/27.60	o -1661
11.71/27.64	c And the winner is solver0
11.81/28.10	c Got one! Elapsed wall clock time (in seconds):27.978
11.81/28.10	o -1667
11.81/28.13	c And the winner is solver0
11.87/28.61	c Got one! Elapsed wall clock time (in seconds):28.481
11.87/28.61	o -1668
12.07/28.74	c And the winner is solver0
12.16/29.11	c Got one! Elapsed wall clock time (in seconds):28.984
12.16/29.11	o -1672
12.98/29.51	c cleaning 7010 clauses out of 14022 with flag 2003/14022
12.98/29.52	c And the winner is solver0
13.05/29.61	c Got one! Elapsed wall clock time (in seconds):29.487
13.05/29.61	o -1677
13.05/29.63	c And the winner is solver0
13.10/30.12	c Got one! Elapsed wall clock time (in seconds):29.99
13.10/30.12	o -1682
13.10/30.12	c And the winner is solver0
13.11/30.62	c Got one! Elapsed wall clock time (in seconds):30.493
13.11/30.62	o -1696
13.11/30.64	c And the winner is solver0
13.15/31.12	c Got one! Elapsed wall clock time (in seconds):30.996
13.15/31.12	o -1703
13.15/31.13	c And the winner is solver0
13.15/31.62	c Got one! Elapsed wall clock time (in seconds):31.499
13.15/31.62	o -1704
13.15/31.65	c And the winner is solver0
13.23/32.13	c Got one! Elapsed wall clock time (in seconds):32.001
13.23/32.13	o -1710
13.23/32.14	c And the winner is solver0
13.27/32.63	c Got one! Elapsed wall clock time (in seconds):32.504
13.27/32.63	o -1711
13.27/32.64	c And the winner is solver0
13.27/33.13	c Got one! Elapsed wall clock time (in seconds):33.007
13.27/33.13	o -1712
13.59/33.36	c And the winner is solver0
13.76/33.64	c Got one! Elapsed wall clock time (in seconds):33.51
13.76/33.64	o -1768
15.96/34.77	c And the winner is solver0
16.12/35.14	c Got one! Elapsed wall clock time (in seconds):35.013
16.12/35.14	o -1776
17.50/35.83	c cleaning 6792 clauses out of 13583 with flag 4069/20593
17.50/35.86	c And the winner is solver0
17.66/36.14	c Got one! Elapsed wall clock time (in seconds):36.016
17.66/36.14	o -1777
18.37/36.51	c And the winner is solver0
18.42/36.65	c Got one! Elapsed wall clock time (in seconds):36.519
18.42/36.65	o -1780
18.52/36.75	c And the winner is solver0
18.68/37.15	c Got one! Elapsed wall clock time (in seconds):37.022
18.68/37.15	o -1785
18.68/37.19	c And the winner is solver0
18.78/37.65	c Got one! Elapsed wall clock time (in seconds):37.525
18.78/37.65	o -1792
20.68/38.61	c And the winner is solver0
20.68/38.65	c Got one! Elapsed wall clock time (in seconds):38.528
20.68/38.65	o -1795
21.48/39.03	c cleaning 6378 clauses out of 12757 with flag 2014/26559
22.10/39.31	c And the winner is solver0
22.15/39.70	c Got one! Elapsed wall clock time (in seconds):39.577
22.15/39.70	o -1797
22.15/39.75	c And the winner is solver0
22.28/40.21	c Got one! Elapsed wall clock time (in seconds):40.08
22.28/40.21	o -1802
22.28/40.22	c And the winner is solver0
22.33/40.71	c Got one! Elapsed wall clock time (in seconds):40.583
22.33/40.71	o -1803
22.33/40.72	c And the winner is solver0
22.39/41.21	c Got one! Elapsed wall clock time (in seconds):41.086
22.39/41.21	o -1811
22.55/41.30	c And the winner is solver0
22.61/41.72	c Got one! Elapsed wall clock time (in seconds):41.589
22.61/41.72	o -1812
22.61/41.74	c And the winner is solver0
22.68/42.22	c Got one! Elapsed wall clock time (in seconds):42.093
22.68/42.22	o -1813
22.68/42.23	c And the winner is solver0
22.71/42.72	c Got one! Elapsed wall clock time (in seconds):42.596
22.71/42.72	o -1814
23.46/43.15	c And the winner is solver0
23.59/43.23	c Got one! Elapsed wall clock time (in seconds):43.099
23.59/43.23	o -1815
25.98/44.49	c cleaning 6639 clauses out of 13284 with flag 8001/33464
29.79/46.32	c cleaning 6323 clauses out of 12645 with flag 20001/39464
32.64/47.70	c And the winner is solver0
32.64/47.78	c Got one! Elapsed wall clock time (in seconds):47.653
32.64/47.78	o -1827
33.31/48.11	c cleaning 5801 clauses out of 11608 with flag 2004/44750
33.92/48.43	c And the winner is solver0
34.01/48.78	c Got one! Elapsed wall clock time (in seconds):48.656
34.01/48.78	o -1829
34.84/49.20	c And the winner is solver0
34.84/49.29	c Got one! Elapsed wall clock time (in seconds):49.16
34.84/49.29	o -1837
34.92/49.37	c And the winner is solver0
35.12/49.79	c Got one! Elapsed wall clock time (in seconds):49.663
35.12/49.79	o -1845
35.13/49.84	c And the winner is solver0
35.25/50.29	c Got one! Elapsed wall clock time (in seconds):50.167
35.25/50.29	o -1850
35.25/50.35	c And the winner is solver0
35.39/50.80	c Got one! Elapsed wall clock time (in seconds):50.67
35.39/50.80	o -1861
36.26/51.24	c And the winner is solver0
36.39/51.30	c Got one! Elapsed wall clock time (in seconds):51.173
36.39/51.30	o -1862
36.57/51.46	c And the winner is solver0
36.76/51.80	c Got one! Elapsed wall clock time (in seconds):51.677
36.76/51.80	o -1867
36.76/51.82	c And the winner is solver0
36.81/52.31	c Got one! Elapsed wall clock time (in seconds):52.181
36.81/52.31	o -1872
36.81/52.31	c And the winner is solver0
36.82/52.81	c Got one! Elapsed wall clock time (in seconds):52.684
36.82/52.81	o -1875
36.82/52.82	c And the winner is solver0
36.82/53.32	c Got one! Elapsed wall clock time (in seconds):53.187
36.82/53.32	o -1880
36.82/53.35	c And the winner is solver0
36.94/53.82	c Got one! Elapsed wall clock time (in seconds):53.691
36.94/53.82	o -1883
38.10/54.45	c cleaning 6429 clauses out of 12865 with flag 4029/51808
39.31/55.08	c And the winner is solver0
39.49/55.32	c Got one! Elapsed wall clock time (in seconds):55.194
39.49/55.32	o -1890
41.25/56.26	c cleaning 5726 clauses out of 11457 with flag 6197/56829
41.44/56.36	c And the winner is solver0
41.63/56.83	c Got one! Elapsed wall clock time (in seconds):56.698
41.63/56.83	o -1891
41.77/56.90	c And the winner is solver0
41.85/57.33	c Got one! Elapsed wall clock time (in seconds):57.202
41.85/57.33	o -1893
41.85/57.39	c And the winner is solver0
42.02/57.83	c Got one! Elapsed wall clock time (in seconds):57.706
42.02/57.83	o -1894
42.96/58.35	c And the winner is solver0
43.10/58.84	c Got one! Elapsed wall clock time (in seconds):58.71
43.10/58.84	o -1902
43.29/58.94	c And the winner is solver0
43.42/59.34	c Got one! Elapsed wall clock time (in seconds):59.213
43.42/59.34	o -1913
45.74/60.57	c cleaning 6199 clauses out of 12402 with flag 8003/63500
49.33/62.40	c cleaning 6102 clauses out of 12203 with flag 20003/69500
54.03/64.65	c cleaning 6549 clauses out of 13102 with flag 34005/76501
59.04/67.15	c cleaning 7272 clauses out of 14552 with flag 50003/84500
60.82/68.05	c And the winner is solver0
60.97/68.34	c Got one! Elapsed wall clock time (in seconds):68.218
60.97/68.34	o -1919
62.96/69.33	c cleaning 6619 clauses out of 13245 with flag 6002/90465
65.94/70.86	c And the winner is solver0
66.12/71.35	c Got one! Elapsed wall clock time (in seconds):71.222
66.12/71.35	o -1927
66.62/71.68	c cleaning 6267 clauses out of 12539 with flag 2003/96378
69.21/72.91	c And the winner is solver0
69.29/73.35	c Got one! Elapsed wall clock time (in seconds):73.226
69.29/73.35	o -1934
69.37/73.40	c And the winner is solver0
69.42/73.86	c Got one! Elapsed wall clock time (in seconds):73.73
69.42/73.86	o -1938
69.99/74.15	c And the winner is solver0
70.18/74.36	c Got one! Elapsed wall clock time (in seconds):74.234
70.18/74.36	o -1942
70.18/74.39	c And the winner is solver0
70.26/74.86	c Got one! Elapsed wall clock time (in seconds):74.738
70.26/74.86	o -1950
70.72/75.20	c cleaning 6172 clauses out of 12347 with flag 2115/102453
71.52/75.58	c And the winner is solver0
71.77/75.87	c Got one! Elapsed wall clock time (in seconds):75.741
71.77/75.87	o -1951
72.82/76.46	c And the winner is solver0
73.01/76.87	c Got one! Elapsed wall clock time (in seconds):76.745
73.01/76.87	o -1953
74.45/77.64	c And the winner is solver0
74.63/77.88	c Got one! Elapsed wall clock time (in seconds):77.749
74.63/77.88	o -1955
74.86/78.06	c And the winner is solver0
75.07/78.38	c Got one! Elapsed wall clock time (in seconds):78.253
75.07/78.38	o -1959
75.10/78.45	c And the winner is solver0
75.29/78.88	c Got one! Elapsed wall clock time (in seconds):78.756
75.29/78.88	o -1963
75.92/79.22	c cleaning 6751 clauses out of 13503 with flag 2082/109781
79.51/81.03	c cleaning 6374 clauses out of 12752 with flag 14272/115781
81.11/81.87	c And the winner is solver0
81.28/81.99	c Got one! Elapsed wall clock time (in seconds):81.861
81.28/81.99	o -1965
83.21/82.95	c cleaning 6052 clauses out of 12112 with flag 6003/121515
86.82/84.78	c cleaning 6028 clauses out of 12060 with flag 18003/127515
91.49/87.07	c cleaning 6514 clauses out of 13032 with flag 32003/134515
96.93/89.77	c cleaning 7259 clauses out of 14517 with flag 48001/142514
103.00/92.79	c cleaning 8126 clauses out of 16258 with flag 66001/151514
110.01/96.21	c cleaning 9066 clauses out of 18133 with flag 86003/161515
118.05/100.48	c And the winner is solver1
118.05/100.50	c cleaning 10034 clauses out of 20067 with flag 108003/172515
118.19/100.74	c Got one! Elapsed wall clock time (in seconds):100.614
118.19/100.74	o -1975
118.93/101.14	c And the winner is solver0
119.08/101.26	c Got one! Elapsed wall clock time (in seconds):101.13
119.08/101.26	o -1997
119.58/101.54	c And the winner is solver0
119.78/101.76	c Got one! Elapsed wall clock time (in seconds):101.635
119.78/101.76	o -2009
122.45/103.14	c cleaning 7988 clauses out of 15975 with flag 8149/178457
123.91/103.87	c And the winner is solver0
124.18/104.27	c Got one! Elapsed wall clock time (in seconds):104.139
124.18/104.27	o -2010
124.45/104.44	c And the winner is solver0
124.68/104.77	c Got one! Elapsed wall clock time (in seconds):104.644
124.68/104.77	o -2014
126.54/105.78	c cleaning 6881 clauses out of 13766 with flag 6149/184236
129.92/107.48	c And the winner is solver0
130.32/107.78	c Got one! Elapsed wall clock time (in seconds):107.648
130.32/107.78	o -2017
133.56/109.46	c cleaning 8730 clauses out of 17463 with flag 10202/194814
137.36/111.36	c cleaning 7364 clauses out of 14732 with flag 22546/200813
142.03/113.64	c cleaning 7182 clauses out of 14369 with flag 37033/207814
142.43/113.89	c And the winner is solver0
142.74/114.28	c Got one! Elapsed wall clock time (in seconds):114.153
142.74/114.28	o -2018
142.98/114.44	c And the winner is solver0
143.21/114.78	c Got one! Elapsed wall clock time (in seconds):114.657
143.21/114.78	o -2023
146.46/116.41	c cleaning 6790 clauses out of 13584 with flag 10328/214211
150.52/118.32	c cleaning 6397 clauses out of 12794 with flag 22739/220211
155.32/120.51	c cleaning 6697 clauses out of 13397 with flag 37052/227211
160.81/123.24	c cleaning 7348 clauses out of 14700 with flag 53644/235211
163.80/124.74	c And the winner is solver0
164.03/124.94	c Got one! Elapsed wall clock time (in seconds):124.813
164.03/124.94	o -2025
164.73/125.30	c cleaning 6470 clauses out of 12943 with flag 2081/240802
168.73/127.37	c cleaning 6235 clauses out of 12474 with flag 14487/246803
173.59/129.73	c cleaning 6620 clauses out of 13240 with flag 29018/253804
178.78/132.34	c cleaning 7308 clauses out of 14618 with flag 45481/261802
184.88/135.32	c cleaning 8154 clauses out of 16310 with flag 64075/270802
191.87/138.90	c cleaning 9077 clauses out of 18156 with flag 84915/280802
200.18/142.90	c cleaning 10039 clauses out of 20079 with flag 107844/291802
210.10/148.13	c cleaning 11020 clauses out of 22041 with flag 133118/303803
220.09/153.19	c cleaning 12010 clauses out of 24021 with flag 160603/316803
230.99/158.58	c cleaning 13004 clauses out of 26010 with flag 189903/330802
242.70/164.31	c cleaning 14001 clauses out of 28006 with flag 221758/345802
247.09/166.57	c And the winner is solver0
247.27/166.85	c Got one! Elapsed wall clock time (in seconds):166.722
247.27/166.85	o -2027
251.16/168.88	c cleaning 12468 clauses out of 24944 with flag 10754/356741
255.07/170.80	c And the winner is solver0
255.47/171.05	c Got one! Elapsed wall clock time (in seconds):170.927
255.47/171.05	o -2031
258.57/172.67	c And the winner is solver0
258.97/173.06	c Got one! Elapsed wall clock time (in seconds):172.933
258.97/173.06	o -2032
259.84/173.54	c cleaning 11448 clauses out of 22897 with flag 2241/367162
264.24/175.79	c cleaning 8725 clauses out of 17449 with flag 15159/373162
269.32/178.21	c cleaning 7861 clauses out of 15724 with flag 30029/380162
274.91/181.02	c cleaning 7930 clauses out of 15863 with flag 46906/388162
281.31/184.28	c cleaning 8465 clauses out of 16933 with flag 66355/397162
288.99/188.01	c cleaning 9233 clauses out of 18469 with flag 88076/407163
297.01/192.07	c cleaning 10119 clauses out of 20239 with flag 112399/418166
305.96/196.48	c cleaning 11056 clauses out of 22116 with flag 138144/430162
315.56/201.26	c cleaning 12030 clauses out of 24059 with flag 166227/443161
326.74/206.77	c cleaning 13014 clauses out of 26030 with flag 197144/457162
338.35/212.54	c cleaning 14006 clauses out of 28015 with flag 229508/472161
351.64/219.13	c cleaning 15002 clauses out of 30010 with flag 263979/488162
367.09/227.29	c cleaning 16002 clauses out of 32007 with flag 301033/505161
382.68/235.08	c cleaning 17002 clauses out of 34006 with flag 339922/523162
399.94/243.64	c cleaning 18000 clauses out of 36004 with flag 381497/542162
417.04/252.14	c cleaning 18999 clauses out of 38003 with flag 423103/562161
434.48/260.81	c cleaning 20001 clauses out of 40004 with flag 468089/583161
454.59/270.79	c cleaning 21000 clauses out of 42004 with flag 514135/605162
475.52/281.16	c And the winner is solver0
475.92/281.74	c Got one! Elapsed wall clock time (in seconds):281.616
475.92/281.74	o -2033
481.03/284.32	c cleaning 23766 clauses out of 47532 with flag 10624/631690
486.40/286.99	c cleaning 14882 clauses out of 29765 with flag 22868/637689
492.00/289.79	c cleaning 10940 clauses out of 21882 with flag 37099/644688
498.79/293.11	c cleaning 9470 clauses out of 18943 with flag 53398/652689
506.42/296.87	c cleaning 9237 clauses out of 18473 with flag 71712/661689
514.72/300.97	c cleaning 9617 clauses out of 19236 with flag 91913/671689
523.97/305.54	c cleaning 10304 clauses out of 20619 with flag 114079/682689
532.92/309.98	c cleaning 11156 clauses out of 22315 with flag 138628/694689
543.52/315.26	c cleaning 12079 clauses out of 24158 with flag 165317/707688
555.44/321.17	c cleaning 13037 clauses out of 26079 with flag 194212/721688
569.72/329.08	c cleaning 14021 clauses out of 28043 with flag 225211/736689
582.75/335.53	c cleaning 15011 clauses out of 30021 with flag 258756/752688
596.99/342.63	c cleaning 16006 clauses out of 32011 with flag 293985/769689
612.84/350.57	c cleaning 16997 clauses out of 34004 with flag 330833/787688
628.97/358.51	c cleaning 18001 clauses out of 36007 with flag 370045/806688
646.89/367.41	c cleaning 19002 clauses out of 38006 with flag 412175/826688
665.22/376.51	c cleaning 19999 clauses out of 40005 with flag 456032/847689
686.80/387.30	c cleaning 21003 clauses out of 42006 with flag 502869/869689
710.55/399.02	c cleaning 22000 clauses out of 44003 with flag 550738/892689
734.30/410.79	c cleaning 23000 clauses out of 46003 with flag 600959/916689
748.31/417.71	c And the winner is solver0
749.25/418.63	c Got one! Elapsed wall clock time (in seconds):418.503
749.25/418.63	o -2034
754.37/421.23	c cleaning 21894 clauses out of 43789 with flag 10529/937475
759.77/423.93	c cleaning 13945 clauses out of 27895 with flag 23071/943475
765.79/426.87	c cleaning 10474 clauses out of 20950 with flag 37427/950475
772.18/430.01	c cleaning 9235 clauses out of 18475 with flag 53949/958474
779.44/433.52	c cleaning 9116 clauses out of 18240 with flag 72269/967474
787.22/437.47	c cleaning 9561 clauses out of 19124 with flag 92460/977474
796.44/441.91	c cleaning 10278 clauses out of 20564 with flag 114565/988475
798.64/443.05	c And the winner is solver0
798.84/443.29	c Got one! Elapsed wall clock time (in seconds):443.159
798.84/443.29	o -2036
800.25/444.01	c cleaning 7679 clauses out of 15361 with flag 4545/993550
805.22/446.40	c cleaning 6839 clauses out of 13682 with flag 17612/999550
810.81/449.21	c cleaning 6921 clauses out of 13843 with flag 32532/1006550
817.40/452.47	c cleaning 7457 clauses out of 14922 with flag 49497/1014550
824.60/456.10	c cleaning 8229 clauses out of 16466 with flag 67924/1023551
832.74/460.05	c cleaning 9116 clauses out of 18237 with flag 88157/1033551
842.14/464.63	c cleaning 10057 clauses out of 20120 with flag 111099/1044550
852.73/469.91	c cleaning 11029 clauses out of 22064 with flag 136653/1056551
864.06/475.54	c cleaning 12010 clauses out of 24034 with flag 164097/1069550
876.82/481.83	c cleaning 13011 clauses out of 26024 with flag 192876/1083550
890.75/488.77	c cleaning 14006 clauses out of 28014 with flag 223363/1098551
904.14/495.44	c cleaning 15003 clauses out of 30007 with flag 255880/1114550
919.48/503.07	c cleaning 16003 clauses out of 32005 with flag 290572/1131551
935.98/511.28	c cleaning 16999 clauses out of 34002 with flag 328055/1149551
941.17/513.74	c And the winner is solver0
941.86/514.52	c Got one! Elapsed wall clock time (in seconds):514.393
941.86/514.52	o -2037
945.87/516.66	c cleaning 13898 clauses out of 27800 with flag 10415/1160348
950.66/519.00	c cleaning 9949 clauses out of 19902 with flag 22782/1166348
955.61/521.45	c cleaning 8472 clauses out of 16953 with flag 36968/1173348
961.40/524.35	c cleaning 8236 clauses out of 16481 with flag 53073/1181348
968.32/527.79	c cleaning 8621 clauses out of 17245 with flag 71276/1190348
976.12/531.61	c cleaning 9310 clauses out of 18624 with flag 91808/1200348
984.88/535.93	c cleaning 10157 clauses out of 20315 with flag 114317/1211349
993.89/540.46	c cleaning 11075 clauses out of 22157 with flag 139484/1223348
1005.01/545.91	c cleaning 12040 clauses out of 24083 with flag 166236/1236349
1016.72/551.75	c cleaning 13019 clauses out of 26043 with flag 195293/1250349
1030.25/558.45	c cleaning 14007 clauses out of 28023 with flag 226687/1265348
1044.38/565.41	c cleaning 15008 clauses out of 30017 with flag 259033/1281349
1060.11/573.21	c cleaning 16002 clauses out of 32008 with flag 293525/1298348
1076.25/581.23	c cleaning 17002 clauses out of 34006 with flag 330888/1316348
1091.85/589.02	c cleaning 18000 clauses out of 36005 with flag 369934/1335349
1109.45/597.77	c cleaning 19001 clauses out of 38005 with flag 411227/1355349
1131.04/609.29	c cleaning 20000 clauses out of 40003 with flag 455207/1376348
1151.12/619.21	c cleaning 20998 clauses out of 42004 with flag 500381/1398349
1172.59/629.92	c cleaning 21999 clauses out of 44006 with flag 547948/1421349
1194.29/640.79	c cleaning 23001 clauses out of 46007 with flag 597419/1445349
1218.63/652.82	c cleaning 23999 clauses out of 48005 with flag 649343/1470348
1244.24/665.49	c cleaning 25000 clauses out of 50007 with flag 702067/1496349
1273.17/679.63	c cleaning 26003 clauses out of 52007 with flag 757490/1523349
1301.62/693.74	c cleaning 26999 clauses out of 54004 with flag 814754/1551349
1332.77/709.04	c cleaning 27999 clauses out of 56004 with flag 874171/1580348
1367.20/726.08	c cleaning 28999 clauses out of 58006 with flag 935437/1610349
1404.72/745.51	c cleaning 30000 clauses out of 60007 with flag 997688/1641349
1440.92/763.58	c cleaning 31000 clauses out of 62007 with flag 1062144/1673349
1478.71/782.38	c cleaning 31998 clauses out of 64006 with flag 1129497/1706348
1516.21/800.92	c cleaning 33002 clauses out of 66009 with flag 1198172/1740349
1555.01/820.14	c cleaning 33996 clauses out of 68007 with flag 1269256/1775349
1595.10/839.95	c cleaning 35004 clauses out of 70011 with flag 1341918/1811349
1639.07/861.58	c cleaning 36001 clauses out of 72006 with flag 1418615/1848348
1683.88/883.71	c cleaning 37000 clauses out of 74006 with flag 1497191/1886349
1731.41/907.26	c cleaning 37999 clauses out of 76006 with flag 1576774/1925349
1780.94/931.86	c cleaning 39001 clauses out of 78007 with flag 1659143/1965349
1800.07/941.20	c >>>>>>>>>> Solver number 0 (123 answers) <<<<<<<<<<<<<<<<<<
1800.07/941.20	c starts		: 9452
1800.07/941.20	c conflicts		: 1983212
1800.07/941.20	c decisions		: 2179726
1800.07/941.20	c propagations		: 236572826
1800.07/941.20	c inspects		: 5427876753
1800.07/941.20	c shortcuts		: 0
1800.07/941.20	c learnt literals	: 0
1800.07/941.20	c learnt binary clauses	: 14
1800.07/941.20	c learnt ternary clauses	: 738
1800.07/941.20	c learnt constraints	: 1983212
1800.07/941.20	c ignored constraints	: 0
1800.07/941.20	c root simplifications	: 0
1800.07/941.20	c removed literals (reason simplification)	: 115069646
1800.07/941.20	c reason swapping (by a shorter reason)	: 0
1800.07/941.20	c Calls to reduceDB	: 140
1800.07/941.20	c Number of update (reduction) of LBD	: 6654
1800.07/941.20	c Imported unit clauses	: 0
1800.07/941.20	c number of reductions to clauses (during analyze)	: 0
1800.07/941.20	c number of learned constraints concerned by reduction	: 0
1800.07/941.20	c number of learning phase by resolution	: 0
1800.07/941.20	c number of learning phase by cutting planes	: 0
1800.07/941.20	c speed (assignments/second)	: 281484.1917643923
1800.07/941.20	c non guided choices	0
1800.07/941.23	c learnt constraints type 
1800.07/941.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 14
1800.07/941.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 56855
1800.07/941.23	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
1800.07/941.23	c starts		: 153
1800.07/941.23	c conflicts		: 5188
1800.07/941.23	c decisions		: 8035
1800.07/941.23	c propagations		: 936373
1800.07/941.23	c inspects		: 834014974
1800.07/941.23	c shortcuts		: 0
1800.07/941.23	c learnt literals	: 0
1800.07/941.23	c learnt binary clauses	: 0
1800.07/941.23	c learnt ternary clauses	: 0
1800.07/941.23	c learnt constraints	: 5091
1800.07/941.23	c ignored constraints	: 0
1800.07/941.23	c root simplifications	: 0
1800.07/941.23	c removed literals (reason simplification)	: 0
1800.07/941.23	c reason swapping (by a shorter reason)	: 0
1800.07/941.23	c Calls to reduceDB	: 0
1800.07/941.23	c Number of update (reduction) of LBD	: 0
1800.07/941.23	c Imported unit clauses	: 0
1800.07/941.23	c number of reductions to clauses (during analyze)	: 0
1800.07/941.23	c number of learned constraints concerned by reduction	: 0
1800.07/941.23	c number of learning phase by resolution	: 0
1800.07/941.23	c number of learning phase by cutting planes	: 0
1800.07/941.23	c speed (assignments/second)	: 2194.4630628688205
1800.07/941.23	c non guided choices	0
1800.07/941.23	c learnt constraints type 
1800.07/941.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5091
1800.07/941.23	s SATISFIABLE
1800.07/941.23	c Found 124 solution(s)
1800.07/941.24	v x1 x2 -x3 -x4 x5 x6 -x7 x8 -x9 x10 x11 x12 x13 x14 x15 -x16 -x17 x18 x19 -x20 x21 -x22 x23 -x24 -x25 -x26 -x27 x28 -x29 -x30 -x31 -x32 x33 x34 x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 x50 -x51 x52 -x53 -x54 x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 x76 -x77 x78 x79 -x80 x81 -x82 x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 x149 x150 x151 x152 x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 x165 x166 x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 x187 x188 x189 x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 x200 -x201 -x202 x203 -x204 x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 x246 x247 x248 -x249 -x250 -x251 -x252 -x253 x254 -x255 -x256 x257 -x258 -x259 -x260 x261 x262 -x263 x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 x296 x297 x298 -x299 -x300 -x301 x302 -x303 -x304 -x305 x306 -x307 -x308 -x309 -x310 -x311 x312 -x313 -x314 x315 -x316 -x317 x318 -x319 x320 -x321 -x322 -x323 -x324 -x325 x326 x327 -x328 -x329 -x330 x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 x341 -x342 x343 x344 -x345 -x346 x347 -x348 -x349 -x350 -x351 -x352 x353 -x354 -x355 x356 -x357 -x358 -x359 x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 x370 -x371 x372 -x373 -x374 -x375 x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 x399 -x400 x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 x513 x514 -x515 x516 -x517 x518 x519 x520 x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 x541 -x542 x543 -x544 x545 x546 x547 x548 -x549 x550 -x551 x552 x553 x554 -x555 -x556 -x557 -x558 -x559 -x560 x561 x562 x563 x564 -x565 -x566 -x567 -x568 x569 x570 x571 x572 x573 x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 x596 -x597 x598 -x599 x600 x601 x602 x603 x604 -x605 x606 -x607 x608 x609 x610 x611 x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 x620 x621 x622 x623 -x624 -x625 -x626 -x627 -x628 x629 x630 x631 x632 x633 x634 x635 x636 x637 x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 x768 -x769 x770 x771 x772 x773 x774 x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 x789 x790 x791 x792 x793 x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 x805 x806 x807 x808 -x809 -x810 x811 x812 x813 x814 -x815 x816 x817 x818 -x819 -x820 x821 x822 -x823 -x824 x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 x843 x844 x845 x846 x847 x848 -x849 -x850 x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 x861 x862 x863 x864 x865 -x866 -x867 x868 x869 x870 x871 x872 -x873 x874 x875 x876 x877 -x878 -x879 x880 x881 -x882 -x883 x884 x885 -x886 -x887 x888 -x889 -x890 x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 x970 x971 x972 x973 x974 -x975 -x976 x977 x978 -x979 x980 x981 x982 x983 -x984 -x985 x986 x987 -x988 x989 x990 x991 -x992 -x993 x994 x995 -x996 x997 x998 -x999 -x1000 x1001 -x1002 x1003 -x1004 -x1005 x1006 x1007 -x1008 -x1009 x1010 x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 x1020 -x1021 -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 -x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 -x1076 -x1077 -x1078 -x1079 -x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 x1087 x1088 x1089 x1090 -x1091 -x1092 x1093 x1094 -x1095 x1096 -x1097 x1098 x1099 x1100 -x1101 -x1102 x1103 x1104 -x1105 x1106 -x1107 x1108 x1109 -x1110 -x1111 x1112 x1113 -x1114 x1115 -x1116 x1117 -x1118 -x1119 x1120 x1121 -x1122 x1123 -x1124 -x1125 -x1126 x1127 x1128 x1129 -x1130 -x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140 x1141 -x1142 x1143 -x1144 -x1145 x1146 -x1147 -x1148 -x1149 -x1150 x1151 x1152 x1153 -x1154 -x1155 x1156 x1157 -x1158 x1159 -x1160 x1161 x1162 x1163 -x1164 -x1165 x1166 x1167 -x1168 x1169 -x1170 x1171 x1172 -x1173 -x1174 x1175 x1176 -x1177 x1178 -x1179 x1180 -x1181 -x1182 x1183 x1184 -x1185 x1186 -x1187 x1188 -x1189 -x1190 -x1191 -x1192 -x1193 -x1194 -x1195 -x1196 -x1197 -x1198 -x1199 x1200 -x1201 x1202 -x1203 x1204 -x1205 x1206 -x1207 x1208 -x1209 -x1210 -x1211 -x1212 x1213 -x1214 x1215 x1216 -x1217 -x1218 x1219 x1220 -x1221 x1222 -x1223 x1224 -x1225 x1226 -x1227 -x1228 x1229 x1230 -x1231 x1232 -x1233 x1234 -x1235 -x1236 -x1237 x1238 x1239 -x1240 x1241 -x1242 x1243 -x1244 -x1245 -x1246 -x1247 -x1248 -x1249 -x1250 -x1251 -x1252 -x1253 -x1254 -x1255 -x1256 -x1257 -x1258 x1259 -x1260 x1261 -x1262 x1263 -x1264 x1265 -x1266 x1267 -x1268 -x1269 -x1270 -x1271 -x1272 -x1273 x1274 -x1275 -x1276 -x1277 -x1278 x1279 -x1280 -x1281 x1282 x1283 -x1284 x1285 -x1286 x1287 -x1288 -x1289 -x1290 -x1291 x1292 x1293 -x1294 x1295 -x1296 x1297 -x1298 -x1299 -x1300 -x1301 -x1302 -x1303 -x1304 -x1305 -x1306 -x1307 -x1308 -x1309 -x1310 -x1311 -x1312 -x1313 -x1314 -x1315 -x1316 x1317 -x1318 x1319 -x1320 -x1321 -x1322 -x1323 x1324 -x1325 x1326 -x1327 -x1328 -x1329 -x1330 -x1331 -x1332 -x1333 x1334 -x1335 -x1336 -x1337 -x1338 -x1339 -x1340 -x1341 -x1342 -x1343 -x1344 x1345 x1346 -x1347 x1348 -x1349 x1350 -x1351 -x1352 -x1353 -x1354 -x1355 -x1356 -x1357 -x1358 -x1359 -x1360 -x1361 -x1362 -x1363 -x1364 -x1365 -x1366 -x1367 -x1368 -x1369 x1370 -x1371 x1372 -x1373 x1374 -x1375 -x1376 -x1377 x1378 -x1379 x1380 -x1381 -x1382 -x1383 -x1384 -x1385 -x1386 -x1387 x1388 -x1389 -x1390 -x1391 -x1392 -x1393 -x1394 -x1395 -x1396 -x1397 -x1398 -x1399 -x1400 -x1401 -x1402 -x1403 -x1404 -x1405 -x1406 -x1407 -x1408 -x1409 -x1410 -x1411 -x1412 -x1413 x1414 -x1415 x1416 -x1417 x1418 -x1419 -x1420 -x1421 x1422 -x1423 x1424 -x1425 -x1426 -x1427 -x1428 -x1429 -x1430 -x1431 x1432 -x1433 -x1434 -x1435 -x1436 -x1437 -x1438 -x1439 -x1440 -x1441 -x1442 -x1443 -x1444 -x1445 -x1446 -x1447 -x1448 -x1449 -x1450 -x1451 -x1452 -x1453 -x1454 -x1455 -x1456 -x1457 -x1458 -x1459 -x1460 -x1461 -x1462 -x1463 -x1464 -x1465 -x1466 -x1467 -x1468 -x1469 -x1470 -x1471 -x1472 -x1473 -x1474 -x1475 -x1476 -x1477 -x1478 -x1479 -x1480 -x1481 -x1482 -x1483 -x1484 -x1485 -x1486 -x1487 -x1488 -x1489 -x1490 -x1491 -x1492 -x1493 -x1494 -x1495 -x1496 -x1497 -x1498 -x1499 -x1500 -x1501 -x1502 -x1503 -x1504 -x1505 x1506 -x1507 x1508 -x1509 -x1510 -x1511 -x1512 -x1513 -x1514 -x1515 -x1516 x1517 -x1518 -x1519 -x1520 -x1521 -x1522 -x1523 -x1524 -x1525 -x1526 -x1527 -x1528 -x1529 -x1530 -x1531 x1532 -x1533 -x1534 -x1535 -x1536 -x1537 -x1538 -x1539 -x1540 -x1541 -x1542 -x1543 -x1544 -x1545 -x1546 -x1547 -x1548 -x1549 -x1550 -x1551 -x1552 -x1553 -x1554 -x1555 -x1556 -x1557 -x1558 -x1559 -x1560 x1561 -x1562 -x1563 x1564 x1565 -x1566 x1567 -x1568 x1569 x1570 x1571 x1572 -x1573 -x1574 x1575 x1576 -x1577 x1578 -x1579 x1580 x1581 x1582 x1583 x1584 -x1585 -x1586 -x1587 -x1588 -x1589 -x1590 -x1591 -x1592 -x1593 -x1594 -x1595 -x1596 -x1597 -x1598 -x1599 -x1600 -x1601 -x1602 -x1603 -x1604 -x1605 -x1606 -x1607 -x1608 x1609 -x1610 x1611 -x1612 x1613 x1614 x1615 x1616 x1617 x1618 -x1619 -x1620 -x1621 x1622 -x1623 x1624 x1625 x1626 x1627 x1628 x1629 -x1630 -x1631 x1632 -x1633 -x1634 -x1635 -x1636 -x1637 -x1638 -x1639 -x1640 -x1641 -x1642 -x1643 -x1644 -x1645 x1646 x1647 x1648 x1649 x1650 x1651 -x1652 -x1653 x1654 x1655 -x1656 -x1657 -x1658 -x1659 -x1660 -x1661 -x1662 -x1663 -x1664 -x1665 -x1666 -x1667 -x1668 x1669 x1670 x1671 x1672 x1673 -x1674 -x1675 x1676 x1677 -x1678 x1679 -x1680 x1681 x1682 x1683 x1684 -x1685 -x1686 x1687 x1688 -x1689 x1690 -x1691 x1692 x1693 x1694 x1695 -x1696 -x1697 x1698 x1699 -x1700 x1701 -x1702 x1703 -x1704 x1705 x1706 -x1707 -x1708 x1709 x1710 -x1711 x1712 -x1713 x1714 -x1715 -x1716 x1717 -x1718 -x1719 x1720 x1721 -x1722 x1723 -x1724 x1725 -x1726 -x1727 -x1728 -x1729 x1730 x1731 -x1732 x1733 -x1734 x1735 -x1736 -x1737 -x1738 -x1739 -x1740 -x1741 -x1742 -x1743 -x1744 -x1745 -x1746 -x1747 -x1748 -x1749 -x1750 -x1751 -x1752 -x1753 -x1754 x1755 -x1756 x1757 -x1758 x1759 -x1760 -x1761 -x1762 x1763 -x1764 x1765 -x1766 -x1767 -x1768 -x1769 -x1770 -x1771 -x1772 -x1773 x1774 -x1775 -x1776 -x1777 -x1778 -x1779 -x1780 -x1781 -x1782 
1800.07/941.24	c objective function=-2037
1800.07/941.24	c Total wall clock time (in seconds): 941.11

Verifier Data

OK	-2037

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4118719-1467235618/watcher-4118719-1467235618 -o /tmp/evaluation-result-4118719-1467235618/solver-4118719-1467235618 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1467233815-9715 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4118719-1467235618.opb 

pid=10448
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.45 4.40 3.93 4/197 10451
/proc/meminfo: memFree=25765100/32872528 swapFree=1370068/1517236
[pid=10451] ppid=10448 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/10451/stat : 10451 (java) R 10448 10451 6338 0 -1 4202496 657 0 0 0 0 0 0 0 20 0 1 0 4516624 23793664 307 33554432000 1073741824 1073778376 140734785908048 140734785897112 229346687539 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10451/statm: 5809 319 246 9 0 128 0

[startup+0.10011 s]
/proc/loadavg: 4.45 4.40 3.93 4/197 10451
/proc/meminfo: memFree=25765100/32872528 swapFree=1370068/1517236
[pid=10451] ppid=10448 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/10451/stat : 10451 (java) S 10448 10451 6338 0 -1 4202496 4400 0 1 0 8 1 0 0 20 0 18 0 4516624 9787879424 5520 33554432000 1073741824 1073778376 140734785908048 140734785899184 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10451/statm: 2389619 5522 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200282 s]
/proc/loadavg: 4.45 4.40 3.93 4/197 10451
/proc/meminfo: memFree=25765100/32872528 swapFree=1370068/1517236
[pid=10451] ppid=10448 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/10451/stat : 10451 (java) S 10448 10451 6338 0 -1 4202496 4737 0 1 0 24 1 0 0 20 0 18 0 4516624 9787879424 7326 33554432000 1073741824 1073778376 140734785908048 140734785899184 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10451/statm: 2389619 7326 2203 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300291 s]
/proc/loadavg: 4.45 4.40 3.93 4/197 10451
/proc/meminfo: memFree=25765100/32872528 swapFree=1370068/1517236
[pid=10451] ppid=10448 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/10451/stat : 10451 (java) S 10448 10451 6338 0 -1 4202496 6898 0 1 0 46 1 0 0 20 0 18 0 4516624 9787879424 9689 33554432000 1073741824 1073778376 140734785908048 140734785899184 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10451/statm: 2389619 9689 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700236 s]
/proc/loadavg: 4.45 4.40 3.93 4/197 10451
/proc/meminfo: memFree=25765100/32872528 swapFree=1370068/1517236
[pid=10451] ppid=10448 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/10451/stat : 10451 (java) S 10448 10451 6338 0 -1 4202496 9145 0 1 0 90 4 0 0 20 0 19 0 4516624 10060525568 13636 33554432000 1073741824 1073778376 140734785908048 140734785899184 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10451/statm: 2456183 13636 2260 9 0 2446860 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 9824732

[startup+1.50081 s]
/proc/loadavg: 4.45 4.40 3.93 5/216 10476
/proc/meminfo: memFree=25696448/32872528 swapFree=1370068/1517236
[pid=10451] ppid=10448 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/10451/stat : 10451 (java) S 10448 10451 6338 0 -1 4202496 15802 0 1 0 157 9 0 0 20 0 19 0 4516624 10060525568 20261 33554432000 1073741824 1073778376 140734785908048 140734785899184 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10451/statm: 2456183 20261 2266 9 0 2446860 0
[pid=10451/tid=10453] ppid=10448 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/10451/task/10453/stat : 10453 (java) S 10448 10451 6338 0 -1 4202560 2448 0 1 0 39 1 0 0 20 0 19 0 4516625 10060525568 20261 33554432000 1073741824 1073778376 140734785908048 140662572000120 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10451/tid=10454] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10454/stat : 10454 (java) S 10448 10451 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4516626 10060525568 20261 33554432000 1073741824 1073778376 140734785908048 140662533491368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10451/tid=10455] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10455/stat : 10455 (java) S 10448 10451 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4516626 10060525568 20261 33554432000 1073741824 1073778376 140734785908048 140662532438824 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10451/tid=10456] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10456/stat : 10456 (java) S 10448 10451 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4516626 10060525568 20261 33554432000 1073741824 1073778376 140734785908048 140662531386280 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10451/tid=10457] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10457/stat : 10457 (java) S 10448 10451 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4516626 10060525568 20261 33554432000 1073741824 1073778376 140734785908048 140662530333736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10451/tid=10458] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10458/stat : 10458 (java) S 10448 10451 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4516626 10060525568 20261 33554432000 1073741824 1073778376 140734785908048 140662529280168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10451/tid=10459] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10459/stat : 10459 (java) S 10448 10451 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4516626 10060525568 20261 33554432000 1073741824 1073778376 140734785908048 140662410307880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10451/tid=10460] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10460/stat : 10460 (java) S 10448 10451 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4516626 10060525568 20261 33554432000 1073741824 1073778376 140734785908048 140662409255336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10451/tid=10461] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10461/stat : 10461 (java) S 10448 10451 6338 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4516626 10060525568 20261 33554432000 1073741824 1073778376 140734785908048 140662408202792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10451/tid=10462] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10462/stat : 10462 (java) S 10448 10451 6338 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 4516627 10060525568 20261 33554432000 1073741824 1073778376 140734785908048 140662396004968 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10451/tid=10463] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10463/stat : 10463 (java) S 10448 10451 6338 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4516628 10060525568 20261 33554432000 1073741824 1073778376 140734785908048 140662394951288 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10451/tid=10464] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10464/stat : 10464 (java) S 10448 10451 6338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4516628 10060525568 20261 33554432000 1073741824 1073778376 140734785908048 140661789550216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10451/tid=10465] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10465/stat : 10465 (java) S 10448 10451 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4516630 10060525568 20261 33554432000 1073741824 1073778376 140734785908048 140661788498960 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10451/tid=10466] ppid=10448 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/10451/task/10466/stat : 10466 (java) S 10448 10451 6338 0 -1 4202560 5074 0 0 0 50 0 0 0 20 0 19 0 4516630 10060525568 20261 33554432000 1073741824 1073778376 140734785908048 140661787445304 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10451/tid=10467] ppid=10448 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/10451/task/10467/stat : 10467 (java) S 10448 10451 6338 0 -1 4202560 6922 0 0 0 55 0 0 0 20 0 19 0 4516630 10060525568 20261 33554432000 1073741824 1073778376 140734785908048 140661786392760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10451/tid=10468] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10468/stat : 10468 (java) S 10448 10451 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4516630 10060525568 20261 33554432000 1073741824 1073778376 140734785908048 140661785340408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10451/tid=10469] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10469/stat : 10469 (java) S 10448 10451 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4516630 10060525568 20261 33554432000 1073741824 1073778376 140734785908048 140661784288072 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10451/tid=10472] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10472/stat : 10472 (java) S 10448 10451 6338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4516665 10060525568 20261 33554432000 1073741824 1073778376 140734785908048 140661781128744 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 4.45 4.40 3.93 3/216 10482
/proc/meminfo: memFree=25685216/32872528 swapFree=1370068/1517236
[pid=10451] ppid=10448 vsize=9824732 CPUtime=1.84 cores=0,2,4,6
/proc/10451/stat : 10451 (java) S 10448 10451 6338 0 -1 4202496 15834 0 1 0 174 10 0 0 20 0 19 0 4516624 10060525568 24872 33554432000 1073741824 1073778376 140734785908048 140734785899184 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10451/statm: 2456183 24872 2269 9 0 2446860 0
[pid=10451/tid=10453] ppid=10448 vsize=9824732 CPUtime=0.42 cores=0,2,4,6
/proc/10451/task/10453/stat : 10453 (java) S 10448 10451 6338 0 -1 4202560 2451 0 1 0 41 1 0 0 20 0 19 0 4516625 10060525568 24872 33554432000 1073741824 1073778376 140734785908048 140662572000120 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10451/tid=10454] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10454/stat : 10454 (java) S 10448 10451 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4516626 10060525568 24872 33554432000 1073741824 1073778376 140734785908048 140662533491368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10451/tid=10455] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10455/stat : 10455 (java) S 10448 10451 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4516626 10060525568 24872 33554432000 1073741824 1073778376 140734785908048 140662532438824 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10451/tid=10456] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10456/stat : 10456 (java) S 10448 10451 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4516626 10060525568 24872 33554432000 1073741824 1073778376 140734785908048 140662531386280 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10451/tid=10457] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10457/stat : 10457 (java) S 10448 10451 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4516626 10060525568 24872 33554432000 1073741824 1073778376 140734785908048 140662530333736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10451/tid=10458] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10458/stat : 10458 (java) S 10448 10451 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4516626 10060525568 24872 33554432000 1073741824 1073778376 140734785908048 140662529280168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10451/tid=10459] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10459/stat : 10459 (java) S 10448 10451 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4516626 10060525568 24872 33554432000 1073741824 1073778376 140734785908048 140662410307880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10451/tid=10460] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10460/stat : 10460 (java) S 10448 10451 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4516626 10060525568 24872 33554432000 1073741824 1073778376 140734785908048 140662409255336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10451/tid=10461] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10461/stat : 10461 (java) S 10448 10451 6338 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4516626 10060525568 24872 33554432000 1073741824 1073778376 140734785908048 140662408202792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10451/tid=10462] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10462/stat : 10462 (java) S 10448 10451 6338 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 4516627 10060525568 24872 33554432000 1073741824 1073778376 140734785908048 140662396004968 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10451/tid=10463] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10463/stat : 10463 (java) S 10448 10451 6338 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4516628 10060525568 24872 33554432000 1073741824 1073778376 140734785908048 140662394951288 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10451/tid=10464] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10464/stat : 10464 (java) S 10448 10451 6338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4516628 10060525568 24872 33554432000 1073741824 1073778376 140734785908048 140661789550216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10451/tid=10465] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10465/stat : 10465 (java) S 10448 10451 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4516630 10060525568 24872 33554432000 1073741824 1073778376 140734785908048 140661788498960 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10451/tid=10466] ppid=10448 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/10451/task/10466/stat : 10466 (java) S 10448 10451 6338 0 -1 4202560 5074 0 0 0 58 0 0 0 20 0 19 0 4516630 10060525568 24872 33554432000 1073741824 1073778376 140734785908048 140661787445304 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10451/tid=10467] ppid=10448 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/10451/task/10467/stat : 10467 (java) S 10448 10451 6338 0 -1 4202560 6925 0 0 0 61 0 0 0 20 0 19 0 4516630 10060525568 24872 33554432000 1073741824 1073778376 140734785908048 140661786392760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10451/tid=10468] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10468/stat : 10468 (java) S 10448 10451 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4516630 10060525568 24872 33554432000 1073741824 1073778376 140734785908048 140661785340408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10451/tid=10469] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10469/stat : 10469 (java) S 10448 10451 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4516630 10060525568 24872 33554432000 1073741824 1073778376 140734785908048 140661784288072 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10451/tid=10472] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10472/stat : 10472 (java) S 10448 10451 6338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4516665 10060525568 24872 33554432000 1073741824 1073778376 140734785908048 140661781128744 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=26 pid=1817 uid=0 cmd=

[startup+6.30084 s]
/proc/loadavg: 4.26 4.36 3.91 3/216 10503
/proc/meminfo: memFree=25644916/32872528 swapFree=1370068/1517236
[pid=10451] ppid=10448 vsize=9824732 CPUtime=2.19 cores=0,2,4,6
/proc/10451/stat : 10451 (java) S 10448 10451 6338 0 -1 4202496 15914 0 1 0 205 14 0 0 20 0 19 0 4516624 10060525568 33652 33554432000 1073741824 1073778376 140734785908048 140734785899184 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10451/statm: 2456183 33652 2274 9 0 2446860 0
[pid=10451/tid=10453] ppid=10448 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/10451/task/10453/stat : 10453 (java) S 10448 10451 6338 0 -1 4202560 2457 0 1 0 42 2 0 0 20 0 19 0 4516625 10060525568 33652 33554432000 1073741824 1073778376 140734785908048 140662572000120 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10451/tid=10454] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10454/stat : 10454 (java) S 10448 10451 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4516626 10060525568 33652 33554432000 1073741824 1073778376 140734785908048 140662533491368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10451/tid=10455] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10455/stat : 10455 (java) S 10448 10451 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4516626 10060525568 33652 33554432000 1073741824 1073778376 140734785908048 140662532438824 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10451/tid=10456] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10456/stat : 10456 (java) S 10448 10451 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4516626 10060525568 33652 33554432000 1073741824 1073778376 140734785908048 140662531386280 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10451/tid=10457] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10457/stat : 10457 (java) S 10448 10451 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4516626 10060525568 33652 33554432000 1073741824 1073778376 140734785908048 140662530333736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10451/tid=10458] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10458/stat : 10458 (java) S 10448 10451 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4516626 10060525568 33652 33554432000 1073741824 1073778376 140734785908048 140662529280168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10451/tid=10459] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10459/stat : 10459 (java) S 10448 10451 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4516626 10060525568 33652 33554432000 1073741824 1073778376 140734785908048 140662410307880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10451/tid=10460] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10460/stat : 10460 (java) S 10448 10451 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4516626 10060525568 33652 33554432000 1073741824 1073778376 140734785908048 140662409255336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10451/tid=10461] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10461/stat : 10461 (java) S 10448 10451 6338 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4516626 10060525568 33652 33554432000 1073741824 1073778376 140734785908048 140662408202792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10451/tid=10462] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10462/stat : 10462 (java) S 10448 10451 6338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4516627 10060525568 33652 33554432000 1073741824 1073778376 140734785908048 140662396004968 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10451/tid=10463] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10463/stat : 10463 (java) S 10448 10451 6338 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4516628 10060525568 33652 33554432000 1073741824 1073778376 140734785908048 140662394951288 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10451/tid=10464] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10464/stat : 10464 (java) S 10448 10451 6338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4516628 10060525568 33652 33554432000 1073741824 1073778376 140734785908048 140661789550216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10451/tid=10465] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10465/stat : 10465 (java) S 10448 10451 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4516630 10060525568 33652 33554432000 1073741824 1073778376 140734785908048 140661788498960 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10451/tid=10466] ppid=10448 vsize=9824732 CPUtime=0.73 cores=0,2,4,6
/proc/10451/task/10466/stat : 10466 (java) S 10448 10451 6338 0 -1 4202560 5075 0 0 0 73 0 0 0 20 0 19 0 4516630 10060525568 33652 33554432000 1073741824 1073778376 140734785908048 140661787445304 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10451/tid=10467] ppid=10448 vsize=9824732 CPUtime=0.71 cores=0,2,4,6
/proc/10451/task/10467/stat : 10467 (java) S 10448 10451 6338 0 -1 4202560 6930 0 0 0 71 0 0 0 20 0 19 0 4516630 10060525568 33652 33554432000 1073741824 1073778376 140734785908048 140661786392760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10451/tid=10468] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10468/stat : 10468 (java) S 10448 10451 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4516630 10060525568 33652 33554432000 1073741824 1073778376 140734785908048 140661785340408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10451/tid=10469] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10469/stat : 10469 (java) S 10448 10451 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4516630 10060525568 33652 33554432000 1073741824 1073778376 140734785908048 140661784288072 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10451/tid=10472] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10472/stat : 10472 (java) S 10448 10451 6338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4516665 10060525568 33652 33554432000 1073741824 1073778376 140734785908048 140661781128744 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.19

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

[pid=10451/tid=10461] ppid=10448 vsize=9824732 CPUtime=3.66 cores=0,2,4,6
/proc/10451/task/10461/stat : 10461 (java) S 10448 10451 6338 0 -1 4202560 1223 0 0 0 338 28 0 0 20 0 22 0 4516626 10060525568 1050800 33554432000 1073741824 1073778376 140734785908048 140662408202792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10451/tid=10462] ppid=10448 vsize=9824732 CPUtime=7.51 cores=0,2,4,6
/proc/10451/task/10462/stat : 10462 (java) S 10448 10451 6338 0 -1 4202560 3045 0 0 0 738 13 0 0 20 0 22 0 4516627 10060525568 1050800 33554432000 1073741824 1073778376 140734785908048 140662396004968 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10451/tid=10463] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10463/stat : 10463 (java) S 10448 10451 6338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4516628 10060525568 1050800 33554432000 1073741824 1073778376 140734785908048 140662394951288 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10451/tid=10464] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10464/stat : 10464 (java) S 10448 10451 6338 0 -1 4202560 38 0 0 0 0 0 0 0 20 0 22 0 4516628 10060525568 1050800 33554432000 1073741824 1073778376 140734785908048 140661789550216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10451/tid=10465] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10465/stat : 10465 (java) S 10448 10451 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4516630 10060525568 1050800 33554432000 1073741824 1073778376 140734785908048 140661788498960 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10451/tid=10466] ppid=10448 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/10451/task/10466/stat : 10466 (java) S 10448 10451 6338 0 -1 4202560 14665 0 0 0 182 3 0 0 20 0 22 0 4516630 10060525568 1050800 33554432000 1073741824 1073778376 140734785908048 140661787445304 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10451/tid=10467] ppid=10448 vsize=9824732 CPUtime=1.46 cores=0,2,4,6
/proc/10451/task/10467/stat : 10467 (java) S 10448 10451 6338 0 -1 4202560 7328 0 0 0 144 2 0 0 20 0 22 0 4516630 10060525568 1050800 33554432000 1073741824 1073778376 140734785908048 140661786392760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10451/tid=10468] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10468/stat : 10468 (java) S 10448 10451 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4516630 10060525568 1050800 33554432000 1073741824 1073778376 140734785908048 140661785340408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10451/tid=10469] ppid=10448 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/10451/task/10469/stat : 10469 (java) S 10448 10451 6338 0 -1 4202560 47 0 0 0 13 17 0 0 20 0 22 0 4516630 10060525568 1050800 33554432000 1073741824 1073778376 140734785908048 140661784288072 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10451/tid=11047] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/11047/stat : 11047 (java) S 10448 10451 6338 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4526700 10060525568 1050800 33554432000 1073741824 1073778376 140734785908048 140661783234088 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10451/tid=11182] ppid=10448 vsize=9824732 CPUtime=299.89 cores=0,2,4,6
/proc/10451/task/11182/stat : 11182 (java) R 10448 10451 6338 0 -1 4202560 21 0 0 0 29985 4 0 0 20 0 22 0 4568077 10060525568 1050800 33554432000 1073741824 1073778376 140734785908048 140661780066064 140662410919857 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10451/tid=11183] ppid=10448 vsize=9824732 CPUtime=299.88 cores=0,2,4,6
/proc/10451/task/11183/stat : 11183 (java) R 10448 10451 6338 0 -1 4202560 23 0 0 0 29984 4 0 0 20 0 22 0 4568077 10060525568 1050800 33554432000 1073741824 1073778376 140734785908048 140661782179248 140662411386992 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10451/tid=11184] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/11184/stat : 11184 (java) S 10448 10451 6338 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4568077 10060525568 1050800 33554432000 1073741824 1073778376 140734785908048 140661781128360 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1558.71
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.23 4.15 3.97 5/219 11201
/proc/meminfo: memFree=20806192/32872528 swapFree=1370068/1517236
[pid=10451] ppid=10448 vsize=9824732 CPUtime=1680.4 cores=0,2,4,6
/proc/10451/stat : 10451 (java) S 10448 10451 6338 0 -1 4202496 39472 0 1 0 167536 504 0 0 20 0 22 0 4516624 10060525568 1066410 33554432000 1073741824 1073778376 140734785908048 140734785899184 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10451/statm: 2456183 1066410 2304 9 0 2446860 0
[pid=10451/tid=10453] ppid=10448 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/10451/task/10453/stat : 10453 (java) S 10448 10451 6338 0 -1 4202560 2485 0 1 0 78 4 0 0 20 0 22 0 4516625 10060525568 1066410 33554432000 1073741824 1073778376 140734785908048 140662572000120 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10451/tid=10454] ppid=10448 vsize=9824732 CPUtime=4.36 cores=0,2,4,6
/proc/10451/task/10454/stat : 10454 (java) S 10448 10451 6338 0 -1 4202560 809 0 0 0 407 29 0 0 20 0 22 0 4516626 10060525568 1066410 33554432000 1073741824 1073778376 140734785908048 140662533491368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10451/tid=10455] ppid=10448 vsize=9824732 CPUtime=4.44 cores=0,2,4,6
/proc/10451/task/10455/stat : 10455 (java) S 10448 10451 6338 0 -1 4202560 1025 0 0 0 411 33 0 0 20 0 22 0 4516626 10060525568 1066410 33554432000 1073741824 1073778376 140734785908048 140662532438824 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10451/tid=10456] ppid=10448 vsize=9824732 CPUtime=4.35 cores=0,2,4,6
/proc/10451/task/10456/stat : 10456 (java) S 10448 10451 6338 0 -1 4202560 1156 0 0 0 401 34 0 0 20 0 22 0 4516626 10060525568 1066410 33554432000 1073741824 1073778376 140734785908048 140662531386280 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10451/tid=10457] ppid=10448 vsize=9824732 CPUtime=4.2 cores=0,2,4,6
/proc/10451/task/10457/stat : 10457 (java) S 10448 10451 6338 0 -1 4202560 944 0 0 0 388 32 0 0 20 0 22 0 4516626 10060525568 1066410 33554432000 1073741824 1073778376 140734785908048 140662530333736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10451/tid=10458] ppid=10448 vsize=9824732 CPUtime=4.31 cores=0,2,4,6
/proc/10451/task/10458/stat : 10458 (java) S 10448 10451 6338 0 -1 4202560 1128 0 0 0 400 31 0 0 20 0 22 0 4516626 10060525568 1066410 33554432000 1073741824 1073778376 140734785908048 140662529280168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10451/tid=10459] ppid=10448 vsize=9824732 CPUtime=3.92 cores=0,2,4,6
/proc/10451/task/10459/stat : 10459 (java) S 10448 10451 6338 0 -1 4202560 920 0 0 0 364 28 0 0 20 0 22 0 4516626 10060525568 1066410 33554432000 1073741824 1073778376 140734785908048 140662410307880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10451/tid=10460] ppid=10448 vsize=9824732 CPUtime=3.76 cores=0,2,4,6
/proc/10451/task/10460/stat : 10460 (java) S 10448 10451 6338 0 -1 4202560 1024 0 0 0 350 26 0 0 20 0 22 0 4516626 10060525568 1066410 33554432000 1073741824 1073778376 140734785908048 140662409255336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10451/tid=10461] ppid=10448 vsize=9824732 CPUtime=4.05 cores=0,2,4,6
/proc/10451/task/10461/stat : 10461 (java) S 10448 10451 6338 0 -1 4202560 1278 0 0 0 376 29 0 0 20 0 22 0 4516626 10060525568 1066410 33554432000 1073741824 1073778376 140734785908048 140662408202792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10451/tid=10462] ppid=10448 vsize=9824732 CPUtime=7.52 cores=0,2,4,6
/proc/10451/task/10462/stat : 10462 (java) S 10448 10451 6338 0 -1 4202560 3049 0 0 0 739 13 0 0 20 0 22 0 4516627 10060525568 1066410 33554432000 1073741824 1073778376 140734785908048 140662396004968 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10451/tid=10463] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10463/stat : 10463 (java) S 10448 10451 6338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4516628 10060525568 1066410 33554432000 1073741824 1073778376 140734785908048 140662394951288 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10451/tid=10464] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10464/stat : 10464 (java) S 10448 10451 6338 0 -1 4202560 38 0 0 0 0 0 0 0 20 0 22 0 4516628 10060525568 1066410 33554432000 1073741824 1073778376 140734785908048 140661789550216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10451/tid=10465] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10465/stat : 10465 (java) S 10448 10451 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4516630 10060525568 1066410 33554432000 1073741824 1073778376 140734785908048 140661788498960 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10451/tid=10466] ppid=10448 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/10451/task/10466/stat : 10466 (java) S 10448 10451 6338 0 -1 4202560 14665 0 0 0 182 3 0 0 20 0 22 0 4516630 10060525568 1066410 33554432000 1073741824 1073778376 140734785908048 140661787445304 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10451/tid=10467] ppid=10448 vsize=9824732 CPUtime=1.46 cores=0,2,4,6
/proc/10451/task/10467/stat : 10467 (java) S 10448 10451 6338 0 -1 4202560 7328 0 0 0 144 2 0 0 20 0 22 0 4516630 10060525568 1066410 33554432000 1073741824 1073778376 140734785908048 140661786392760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10451/tid=10468] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10468/stat : 10468 (java) S 10448 10451 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4516630 10060525568 1066410 33554432000 1073741824 1073778376 140734785908048 140661785340408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10451/tid=10469] ppid=10448 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/10451/task/10469/stat : 10469 (java) S 10448 10451 6338 0 -1 4202560 51 0 0 0 14 18 0 0 20 0 22 0 4516630 10060525568 1066410 33554432000 1073741824 1073778376 140734785908048 140661784288072 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10451/tid=11047] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/11047/stat : 11047 (java) S 10448 10451 6338 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4526700 10060525568 1066410 33554432000 1073741824 1073778376 140734785908048 140661783234088 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10451/tid=11182] ppid=10448 vsize=9824732 CPUtime=358.84 cores=0,2,4,6
/proc/10451/task/11182/stat : 11182 (java) R 10448 10451 6338 0 -1 4202560 24 0 0 0 35879 5 0 0 20 0 22 0 4568077 10060525568 1066410 33554432000 1073741824 1073778376 140734785908048 140661780073776 140662411444811 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10451/tid=11183] ppid=10448 vsize=9824732 CPUtime=358.82 cores=0,2,4,6
/proc/10451/task/11183/stat : 11183 (java) R 10448 10451 6338 0 -1 4202560 24 0 0 0 35877 5 0 0 20 0 22 0 4568077 10060525568 1066410 33554432000 1073741824 1073778376 140734785908048 140661782177936 140662411386977 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10451/tid=11184] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/11184/stat : 11184 (java) S 10448 10451 6338 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4568077 10060525568 1066410 33554432000 1073741824 1073778376 140734785908048 140661781128360 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1680.4
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+941.201 s]
/proc/loadavg: 4.25 4.16 3.99 5/219 11205
/proc/meminfo: memFree=20736812/32872528 swapFree=1370068/1517236
[pid=10451] ppid=10448 vsize=9824732 CPUtime=1799.37 cores=0,2,4,6
/proc/10451/stat : 10451 (java) S 10448 10451 6338 0 -1 4202496 39919 0 1 0 179418 519 0 0 20 0 22 0 4516624 10060525568 1108749 33554432000 1073741824 1073778376 140734785908048 140734785899184 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10451/statm: 2456183 1108749 2304 9 0 2446860 0
[pid=10451/tid=10453] ppid=10448 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/10451/task/10453/stat : 10453 (java) S 10448 10451 6338 0 -1 4202560 2486 0 1 0 78 4 0 0 20 0 22 0 4516625 10060525568 1108749 33554432000 1073741824 1073778376 140734785908048 140662572000120 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10451/tid=10454] ppid=10448 vsize=9824732 CPUtime=4.63 cores=0,2,4,6
/proc/10451/task/10454/stat : 10454 (java) S 10448 10451 6338 0 -1 4202560 900 0 0 0 432 31 0 0 20 0 22 0 4516626 10060525568 1108749 33554432000 1073741824 1073778376 140734785908048 140662533491368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10451/tid=10455] ppid=10448 vsize=9824732 CPUtime=4.75 cores=0,2,4,6
/proc/10451/task/10455/stat : 10455 (java) S 10448 10451 6338 0 -1 4202560 1062 0 0 0 440 35 0 0 20 0 22 0 4516626 10060525568 1108749 33554432000 1073741824 1073778376 140734785908048 140662532438824 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10451/tid=10456] ppid=10448 vsize=9824732 CPUtime=4.78 cores=0,2,4,6
/proc/10451/task/10456/stat : 10456 (java) S 10448 10451 6338 0 -1 4202560 1220 0 0 0 442 36 0 0 20 0 22 0 4516626 10060525568 1108749 33554432000 1073741824 1073778376 140734785908048 140662531386280 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10451/tid=10457] ppid=10448 vsize=9824732 CPUtime=4.64 cores=0,2,4,6
/proc/10451/task/10457/stat : 10457 (java) S 10448 10451 6338 0 -1 4202560 994 0 0 0 430 34 0 0 20 0 22 0 4516626 10060525568 1108749 33554432000 1073741824 1073778376 140734785908048 140662530333736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10451/tid=10458] ppid=10448 vsize=9824732 CPUtime=4.59 cores=0,2,4,6
/proc/10451/task/10458/stat : 10458 (java) S 10448 10451 6338 0 -1 4202560 1156 0 0 0 426 33 0 0 20 0 22 0 4516626 10060525568 1108749 33554432000 1073741824 1073778376 140734785908048 140662529280168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10451/tid=10459] ppid=10448 vsize=9824732 CPUtime=4.18 cores=0,2,4,6
/proc/10451/task/10459/stat : 10459 (java) S 10448 10451 6338 0 -1 4202560 969 0 0 0 389 29 0 0 20 0 22 0 4516626 10060525568 1108749 33554432000 1073741824 1073778376 140734785908048 140662410307880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10451/tid=10460] ppid=10448 vsize=9824732 CPUtime=4.06 cores=0,2,4,6
/proc/10451/task/10460/stat : 10460 (java) S 10448 10451 6338 0 -1 4202560 1053 0 0 0 378 28 0 0 20 0 22 0 4516626 10060525568 1108749 33554432000 1073741824 1073778376 140734785908048 140662409255336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10451/tid=10461] ppid=10448 vsize=9824732 CPUtime=4.28 cores=0,2,4,6
/proc/10451/task/10461/stat : 10461 (java) S 10448 10451 6338 0 -1 4202560 1311 0 0 0 398 30 0 0 20 0 22 0 4516626 10060525568 1108749 33554432000 1073741824 1073778376 140734785908048 140662408202792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10451/tid=10462] ppid=10448 vsize=9824732 CPUtime=7.53 cores=0,2,4,6
/proc/10451/task/10462/stat : 10462 (java) S 10448 10451 6338 0 -1 4202560 3104 0 0 0 739 14 0 0 20 0 22 0 4516627 10060525568 1108749 33554432000 1073741824 1073778376 140734785908048 140662396004968 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10451/tid=10463] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10463/stat : 10463 (java) S 10448 10451 6338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4516628 10060525568 1108749 33554432000 1073741824 1073778376 140734785908048 140662394951288 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10451/tid=10464] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10464/stat : 10464 (java) S 10448 10451 6338 0 -1 4202560 38 0 0 0 0 0 0 0 20 0 22 0 4516628 10060525568 1108749 33554432000 1073741824 1073778376 140734785908048 140661789550216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10451/tid=10465] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10465/stat : 10465 (java) S 10448 10451 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4516630 10060525568 1108749 33554432000 1073741824 1073778376 140734785908048 140661788498960 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10451/tid=10466] ppid=10448 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/10451/task/10466/stat : 10466 (java) S 10448 10451 6338 0 -1 4202560 14665 0 0 0 182 3 0 0 20 0 22 0 4516630 10060525568 1108749 33554432000 1073741824 1073778376 140734785908048 140661787445304 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10451/tid=10467] ppid=10448 vsize=9824732 CPUtime=1.46 cores=0,2,4,6
/proc/10451/task/10467/stat : 10467 (java) S 10448 10451 6338 0 -1 4202560 7328 0 0 0 144 2 0 0 20 0 22 0 4516630 10060525568 1108749 33554432000 1073741824 1073778376 140734785908048 140661786392760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10451/tid=10468] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/10468/stat : 10468 (java) S 10448 10451 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4516630 10060525568 1108749 33554432000 1073741824 1073778376 140734785908048 140661785340408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10451/tid=10469] ppid=10448 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/10451/task/10469/stat : 10469 (java) S 10448 10451 6338 0 -1 4202560 55 0 0 0 15 19 0 0 20 0 22 0 4516630 10060525568 1108749 33554432000 1073741824 1073778376 140734785908048 140661784288072 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10451/tid=11047] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/11047/stat : 11047 (java) S 10448 10451 6338 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4526700 10060525568 1108749 33554432000 1073741824 1073778376 140734785908048 140661783234088 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10451/tid=11182] ppid=10448 vsize=9824732 CPUtime=416.93 cores=0,2,4,6
/proc/10451/task/11182/stat : 11182 (java) R 10448 10451 6338 0 -1 4202560 25 0 0 0 41687 6 0 0 20 0 22 0 4568077 10060525568 1108749 33554432000 1073741824 1073778376 140734785908048 140661780073032 140662410946224 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10451/tid=11183] ppid=10448 vsize=9824732 CPUtime=416.91 cores=0,2,4,6
/proc/10451/task/11183/stat : 11183 (java) R 10448 10451 6338 0 -1 4202560 29 0 0 0 41685 6 0 0 20 0 22 0 4568077 10060525568 1108749 33554432000 1073741824 1073778376 140734785908048 140661782179184 140662411151476 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10451/tid=11184] ppid=10448 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10451/task/11184/stat : 11184 (java) S 10448 10451 6338 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4568077 10060525568 1108749 33554432000 1073741824 1073778376 140734785908048 140661781128360 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1799.37
Current children cumulated vsize (KiB) 9824732

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 10451 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10451 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=39568
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=521160
# CPU time returned by wait4() is 1797.56
# while last known CPU time is 1799.37
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.699966
#  lost CPU user time (s): 0.820045
#  lost CPU system time (s): -0.12

Real time (s): 941.267
CPU time (s): 1800.07
CPU user time (s): 1795
CPU system time (s): 5.07
CPU usage (%): 191.239
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.04
system time used= 5.52116
maximum resident set size= 4435112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39955
page faults= 1
swaps= 0
block input operations= 0
block output operations= 992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27731
involuntary context switches= 33828

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.48517 second user time and 8.03278 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-29 23:26:58
IDJOB=4118719
IDBENCH=111525
IDSOLVER=2543
FILE ID=node129/4118719-1467235618
RUNJOBID= node129-1467233815-9715
PBS_JOBID= 19997579
Free space on /tmp= 71600 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/minlplib2-pb-0.1.0/opb/normalized-autocorr_bern25-13.lin.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4118719-1467235618/watcher-4118719-1467235618 -o /tmp/evaluation-result-4118719-1467235618/solver-4118719-1467235618 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1467233815-9715 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4118719-1467235618.opb

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

MD5SUM BENCH= de6397bf321bdad810d5d50e2286cd9a
RANDOM SEED=1104370615

node129.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.36
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
cpu MHz		: 2666.683
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
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
cpu MHz		: 2666.683
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 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 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 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	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
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 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 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 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
cpu MHz		: 2666.683
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 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 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 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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
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
cpu MHz		: 2666.683
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 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 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 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	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
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 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 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 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:       32872528 kB
MemFree:        25765536 kB
Buffers:           88780 kB
Cached:          1782964 kB
SwapCached:            0 kB
Active:          3255388 kB
Inactive:        1576684 kB
Active(anon):    2963028 kB
Inactive(anon):        0 kB
Active(file):     292360 kB
Inactive(file):  1576684 kB
Unevictable:     1517236 kB
Mlocked:         1370068 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               424 kB
Writeback:             0 kB
AnonPages:       4448660 kB
Mapped:            22248 kB
Shmem:               204 kB
Slab:             618076 kB
SReclaimable:      62296 kB
SUnreclaim:       555780 kB
KernelStack:        1808 kB
PageTables:        13488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5364456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3000320 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71600 MiB
End job on node129 at 2016-06-29 23:42:39