Trace number 4119573

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.09 938.47

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-autocorr_bern25-13.opb
MD5SUM43d918250d1c997ffe2500aba0f26bf3
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non 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.06
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables0
Total number of constraints0
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint-1
Maximum length of a constraint0
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)1757
Sum of products size (including duplicates)5534
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.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4119573-1467259270.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  objective function found
0.44/0.38	c ... done. Wall clock time 0.26s.
0.44/0.38	c declared #vars     25
0.44/0.38	c internal #vars     1782
0.44/0.38	c #constraints  3514
0.44/0.38	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.44/0.38	c constraints type 
0.44/0.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1757
0.44/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1757
0.44/0.38	c 3514 constraints processed.
0.44/0.38	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.44/0.38	c constraints type 
0.44/0.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1757
0.44/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1757
0.44/0.38	c 3514 constraints processed.
0.44/0.38	c objective function length is 1782 literals
0.70/0.41	c And the winner is solver0
0.77/0.89	c SATISFIABLE
0.77/0.89	c OPTIMIZING...
0.77/0.89	c Got one! Elapsed wall clock time (in seconds):0.765
0.77/0.89	o 0
0.80/0.92	c And the winner is solver0
1.03/1.40	c Got one! Elapsed wall clock time (in seconds):1.278
1.03/1.40	o -66
1.03/1.42	c And the winner is solver0
1.20/1.91	c Got one! Elapsed wall clock time (in seconds):1.787
1.20/1.91	o -132
1.20/1.92	c And the winner is solver0
1.32/2.41	c Got one! Elapsed wall clock time (in seconds):2.293
1.32/2.41	o -233
1.32/2.43	c And the winner is solver0
1.42/2.92	c Got one! Elapsed wall clock time (in seconds):2.797
1.42/2.92	o -308
1.42/2.94	c And the winner is solver0
1.54/3.42	c Got one! Elapsed wall clock time (in seconds):3.302
1.54/3.42	o -334
1.54/3.43	c And the winner is solver0
1.58/3.93	c Got one! Elapsed wall clock time (in seconds):3.805
1.58/3.93	o -447
1.58/3.94	c And the winner is solver0
1.61/4.43	c Got one! Elapsed wall clock time (in seconds):4.309
1.61/4.43	o -451
1.61/4.44	c And the winner is solver0
1.72/4.93	c Got one! Elapsed wall clock time (in seconds):4.812
1.72/4.93	o -564
1.72/4.94	c And the winner is solver0
1.73/5.44	c Got one! Elapsed wall clock time (in seconds):5.315
1.73/5.44	o -568
1.73/5.44	c And the winner is solver0
1.73/5.94	c Got one! Elapsed wall clock time (in seconds):5.818
1.73/5.94	o -698
1.73/5.95	c And the winner is solver0
1.78/6.44	c Got one! Elapsed wall clock time (in seconds):6.321
1.78/6.44	o -701
1.78/6.46	c And the winner is solver0
1.87/6.94	c Got one! Elapsed wall clock time (in seconds):6.824
1.87/6.94	o -799
1.87/6.96	c And the winner is solver0
1.99/7.45	c Got one! Elapsed wall clock time (in seconds):7.327
1.99/7.45	o -804
1.99/7.46	c And the winner is solver0
2.03/7.95	c Got one! Elapsed wall clock time (in seconds):7.829
2.03/7.95	o -831
2.03/7.96	c And the winner is solver0
2.03/8.46	c Got one! Elapsed wall clock time (in seconds):8.332
2.03/8.46	o -834
2.03/8.47	c And the winner is solver0
2.06/8.96	c Got one! Elapsed wall clock time (in seconds):8.835
2.06/8.96	o -880
2.16/9.02	c And the winner is solver0
2.32/9.46	c Got one! Elapsed wall clock time (in seconds):9.338
2.32/9.46	o -977
2.32/9.48	c And the winner is solver0
2.48/9.96	c Got one! Elapsed wall clock time (in seconds):9.84
2.48/9.96	o -980
2.48/9.98	c And the winner is solver0
2.55/10.46	c Got one! Elapsed wall clock time (in seconds):10.343
2.55/10.46	o -1116
2.61/10.53	c And the winner is solver0
2.74/10.97	c Got one! Elapsed wall clock time (in seconds):10.845
2.74/10.97	o -1118
2.74/11.00	c And the winner is solver0
2.82/11.47	c Got one! Elapsed wall clock time (in seconds):11.348
2.82/11.47	o -1126
2.87/11.50	c And the winner is solver0
2.90/11.97	c Got one! Elapsed wall clock time (in seconds):11.85
2.90/11.97	o -1256
3.22/12.11	c And the winner is solver0
3.24/12.47	c Got one! Elapsed wall clock time (in seconds):12.353
3.24/12.47	o -1268
3.29/12.58	c And the winner is solver0
3.60/12.98	c Got one! Elapsed wall clock time (in seconds):12.855
3.60/12.98	o -1275
3.60/12.99	c And the winner is solver0
3.68/13.48	c Got one! Elapsed wall clock time (in seconds):13.358
3.68/13.48	o -1277
3.68/13.49	c And the winner is solver0
3.72/13.98	c Got one! Elapsed wall clock time (in seconds):13.86
3.72/13.98	o -1298
4.15/14.24	c And the winner is solver0
4.28/14.48	c Got one! Elapsed wall clock time (in seconds):14.363
4.28/14.48	o -1392
4.54/14.63	c And the winner is solver0
4.62/14.99	c Got one! Elapsed wall clock time (in seconds):14.866
4.62/14.99	o -1397
4.64/15.06	c And the winner is solver0
4.79/15.49	c Got one! Elapsed wall clock time (in seconds):15.368
4.79/15.49	o -1402
4.79/15.50	c And the winner is solver0
4.81/15.99	c Got one! Elapsed wall clock time (in seconds):15.871
4.81/15.99	o -1414
4.82/16.00	c And the winner is solver0
4.82/16.49	c Got one! Elapsed wall clock time (in seconds):16.373
4.82/16.49	o -1428
4.84/16.55	c And the winner is solver0
4.98/17.00	c Got one! Elapsed wall clock time (in seconds):16.876
4.98/17.00	o -1437
5.45/17.28	c And the winner is solver0
5.61/17.50	c Got one! Elapsed wall clock time (in seconds):17.378
5.61/17.50	o -1494
5.90/17.65	c And the winner is solver0
6.09/18.00	c Got one! Elapsed wall clock time (in seconds):17.881
6.09/18.00	o -1504
6.09/18.09	c And the winner is solver0
6.42/18.50	c Got one! Elapsed wall clock time (in seconds):18.384
6.42/18.50	o -1517
6.42/18.52	c And the winner is solver0
6.49/19.01	c Got one! Elapsed wall clock time (in seconds):18.886
6.49/19.01	o -1518
6.49/19.01	c And the winner is solver0
6.49/19.51	c Got one! Elapsed wall clock time (in seconds):19.389
6.49/19.51	o -1523
6.49/19.52	c And the winner is solver0
6.49/20.01	c Got one! Elapsed wall clock time (in seconds):19.892
6.49/20.01	o -1535
6.49/20.02	c And the winner is solver0
6.49/20.51	c Got one! Elapsed wall clock time (in seconds):20.394
6.49/20.51	o -1537
6.49/20.57	c And the winner is solver0
6.63/21.02	c Got one! Elapsed wall clock time (in seconds):20.897
6.63/21.02	o -1548
7.04/21.28	c And the winner is solver0
7.24/21.52	c Got one! Elapsed wall clock time (in seconds):21.4
7.24/21.52	o -1550
7.39/21.66	c And the winner is solver0
7.54/22.02	c Got one! Elapsed wall clock time (in seconds):21.902
7.54/22.02	o -1556
7.54/22.03	c And the winner is solver0
7.60/22.53	c Got one! Elapsed wall clock time (in seconds):22.405
7.60/22.53	o -1557
7.60/22.53	c And the winner is solver0
7.60/23.03	c Got one! Elapsed wall clock time (in seconds):22.907
7.60/23.03	o -1559
7.60/23.04	c And the winner is solver0
7.60/23.53	c Got one! Elapsed wall clock time (in seconds):23.41
7.60/23.53	o -1571
7.60/23.53	c And the winner is solver0
7.60/24.03	c Got one! Elapsed wall clock time (in seconds):23.912
7.60/24.03	o -1573
7.60/24.04	c And the winner is solver0
7.61/24.54	c Got one! Elapsed wall clock time (in seconds):24.415
7.61/24.54	o -1581
7.72/24.66	c And the winner is solver0
7.88/25.04	c Got one! Elapsed wall clock time (in seconds):24.917
7.88/25.04	o -1647
9.89/26.07	c And the winner is solver0
10.07/26.54	c Got one! Elapsed wall clock time (in seconds):26.42
10.07/26.54	o -1659
10.78/26.95	c And the winner is solver0
10.92/27.04	c Got one! Elapsed wall clock time (in seconds):26.923
10.92/27.04	o -1660
10.92/27.09	c And the winner is solver0
11.02/27.55	c Got one! Elapsed wall clock time (in seconds):27.426
11.02/27.55	o -1661
11.02/27.58	c And the winner is solver0
11.12/28.05	c Got one! Elapsed wall clock time (in seconds):27.928
11.12/28.05	o -1667
11.12/28.07	c And the winner is solver0
11.19/28.55	c Got one! Elapsed wall clock time (in seconds):28.431
11.19/28.55	o -1668
11.53/28.71	c And the winner is solver0
11.56/29.05	c Got one! Elapsed wall clock time (in seconds):28.934
11.56/29.05	o -1672
12.26/29.40	c cleaning 7010 clauses out of 14022 with flag 2003/14022
12.26/29.41	c And the winner is solver0
12.30/29.56	c Got one! Elapsed wall clock time (in seconds):29.436
12.30/29.56	o -1677
12.30/29.57	c And the winner is solver0
12.35/30.06	c Got one! Elapsed wall clock time (in seconds):29.939
12.35/30.06	o -1682
12.35/30.07	c And the winner is solver0
12.35/30.56	c Got one! Elapsed wall clock time (in seconds):30.442
12.35/30.56	o -1696
12.35/30.58	c And the winner is solver0
12.40/31.07	c Got one! Elapsed wall clock time (in seconds):30.945
12.40/31.07	o -1703
12.40/31.07	c And the winner is solver0
12.50/31.57	c Got one! Elapsed wall clock time (in seconds):31.447
12.50/31.57	o -1704
12.50/31.60	c And the winner is solver0
12.59/32.07	c Got one! Elapsed wall clock time (in seconds):31.95
12.59/32.07	o -1710
12.59/32.09	c And the winner is solver0
12.63/32.58	c Got one! Elapsed wall clock time (in seconds):32.453
12.63/32.58	o -1711
12.63/32.58	c And the winner is solver0
12.63/33.08	c Got one! Elapsed wall clock time (in seconds):32.956
12.63/33.08	o -1712
13.07/33.30	c And the winner is solver0
13.12/33.58	c Got one! Elapsed wall clock time (in seconds):33.459
13.12/33.58	o -1768
15.21/34.68	c And the winner is solver0
15.41/35.08	c Got one! Elapsed wall clock time (in seconds):34.962
15.41/35.08	o -1776
16.64/35.73	c cleaning 6792 clauses out of 13583 with flag 4069/20593
16.64/35.75	c And the winner is solver0
16.78/36.09	c Got one! Elapsed wall clock time (in seconds):35.965
16.78/36.09	o -1777
17.41/36.45	c And the winner is solver0
17.64/36.59	c Got one! Elapsed wall clock time (in seconds):36.468
17.64/36.59	o -1780
17.65/36.69	c And the winner is solver0
17.87/37.09	c Got one! Elapsed wall clock time (in seconds):36.971
17.87/37.09	o -1785
17.88/37.13	c And the winner is solver0
17.99/37.60	c Got one! Elapsed wall clock time (in seconds):37.473
17.99/37.60	o -1792
19.81/38.54	c And the winner is solver0
19.81/38.60	c Got one! Elapsed wall clock time (in seconds):38.476
19.81/38.60	o -1795
20.51/38.93	c cleaning 6378 clauses out of 12757 with flag 2014/26559
20.92/39.20	c And the winner is solver0
21.15/39.60	c Got one! Elapsed wall clock time (in seconds):39.48
21.15/39.60	o -1797
21.15/39.65	c And the winner is solver0
21.28/40.10	c Got one! Elapsed wall clock time (in seconds):39.983
21.28/40.10	o -1802
21.28/40.15	c And the winner is solver0
21.46/40.61	c Got one! Elapsed wall clock time (in seconds):40.486
21.46/40.61	o -1803
21.46/40.62	c And the winner is solver0
21.52/41.11	c Got one! Elapsed wall clock time (in seconds):40.989
21.52/41.11	o -1811
21.69/41.20	c And the winner is solver0
21.72/41.61	c Got one! Elapsed wall clock time (in seconds):41.492
21.72/41.61	o -1812
21.72/41.64	c And the winner is solver0
21.79/42.12	c Got one! Elapsed wall clock time (in seconds):41.996
21.79/42.12	o -1813
21.79/42.13	c And the winner is solver0
21.81/42.62	c Got one! Elapsed wall clock time (in seconds):42.498
21.81/42.62	o -1814
22.58/43.04	c And the winner is solver0
22.71/43.12	c Got one! Elapsed wall clock time (in seconds):43.002
22.71/43.12	o -1815
25.05/44.37	c cleaning 6639 clauses out of 13284 with flag 8001/33464
28.72/46.19	c cleaning 6323 clauses out of 12645 with flag 20001/39464
31.33/47.46	c And the winner is solver0
31.48/47.63	c Got one! Elapsed wall clock time (in seconds):47.506
31.48/47.63	o -1833
32.06/47.99	c cleaning 5684 clauses out of 11370 with flag 2002/44512
32.86/48.35	c And the winner is solver0
33.02/48.63	c Got one! Elapsed wall clock time (in seconds):48.509
33.02/48.63	o -1845
33.75/49.01	c And the winner is solver0
33.82/49.13	c Got one! Elapsed wall clock time (in seconds):49.012
33.82/49.13	o -1850
34.15/49.31	c And the winner is solver0
34.21/49.64	c Got one! Elapsed wall clock time (in seconds):49.516
34.21/49.64	o -1861
34.92/50.04	c And the winner is solver0
35.05/50.14	c Got one! Elapsed wall clock time (in seconds):50.019
35.05/50.14	o -1862
35.36/50.30	c And the winner is solver0
35.40/50.64	c Got one! Elapsed wall clock time (in seconds):50.522
35.40/50.64	o -1867
35.40/50.66	c And the winner is solver0
35.45/51.15	c Got one! Elapsed wall clock time (in seconds):51.025
35.45/51.15	o -1872
35.45/51.15	c And the winner is solver0
35.46/51.65	c Got one! Elapsed wall clock time (in seconds):51.528
35.46/51.65	o -1875
35.46/51.65	c And the winner is solver0
35.46/52.15	c Got one! Elapsed wall clock time (in seconds):52.031
35.46/52.15	o -1880
35.46/52.18	c And the winner is solver0
35.55/52.66	c Got one! Elapsed wall clock time (in seconds):52.534
35.55/52.66	o -1883
36.90/53.31	c And the winner is solver0
36.98/53.66	c Got one! Elapsed wall clock time (in seconds):53.538
36.98/53.66	o -1889
37.47/54.00	c cleaning 6832 clauses out of 13665 with flag 2005/52491
39.26/54.88	c And the winner is solver0
39.47/55.16	c Got one! Elapsed wall clock time (in seconds):55.042
39.47/55.16	o -1893
39.93/55.45	c And the winner is solver0
40.10/55.67	c Got one! Elapsed wall clock time (in seconds):55.545
40.10/55.67	o -1894
41.76/56.55	c And the winner is solver0
41.92/56.67	c Got one! Elapsed wall clock time (in seconds):56.548
41.92/56.67	o -1895
41.98/56.70	c And the winner is solver0
42.03/57.18	c Got one! Elapsed wall clock time (in seconds):57.052
42.03/57.18	o -1900
42.68/57.51	c cleaning 7317 clauses out of 14637 with flag 2004/60295
46.60/59.44	c cleaning 6658 clauses out of 13321 with flag 14006/66296
51.00/61.61	c cleaning 6827 clauses out of 13662 with flag 28004/73295
56.09/64.18	c cleaning 7414 clauses out of 14836 with flag 44006/81296
60.49/66.30	c And the winner is solver0
60.54/66.68	c Got one! Elapsed wall clock time (in seconds):66.558
60.54/66.68	o -1901
63.17/68.05	c And the winner is solver0
63.33/68.18	c Got one! Elapsed wall clock time (in seconds):68.061
63.33/68.18	o -1907
63.96/68.54	c cleaning 9658 clauses out of 19320 with flag 2009/93194
63.96/68.56	c And the winner is solver0
64.13/68.69	c Got one! Elapsed wall clock time (in seconds):68.565
64.13/68.69	o -1914
65.79/69.54	c And the winner is solver0
65.93/69.69	c Got one! Elapsed wall clock time (in seconds):69.569
65.93/69.69	o -1915
67.75/70.69	c cleaning 7782 clauses out of 15568 with flag 6003/99100
68.15/70.86	c And the winner is solver0
68.37/71.19	c Got one! Elapsed wall clock time (in seconds):71.073
68.37/71.19	o -1920
68.58/71.36	c And the winner is solver0
68.79/71.70	c Got one! Elapsed wall clock time (in seconds):71.577
68.79/71.70	o -1923
68.79/71.75	c And the winner is solver0
68.94/72.20	c Got one! Elapsed wall clock time (in seconds):72.081
68.94/72.20	o -1926
68.94/72.23	c And the winner is solver0
69.03/72.71	c Got one! Elapsed wall clock time (in seconds):72.586
69.03/72.71	o -1934
69.03/72.71	c And the winner is solver0
69.04/73.21	c Got one! Elapsed wall clock time (in seconds):73.09
69.04/73.21	o -1938
69.76/73.58	c And the winner is solver0
69.98/73.71	c Got one! Elapsed wall clock time (in seconds):73.593
69.98/73.71	o -1942
69.98/73.74	c And the winner is solver0
70.06/74.22	c Got one! Elapsed wall clock time (in seconds):74.097
70.06/74.22	o -1950
71.82/75.13	c And the winner is solver0
71.95/75.22	c Got one! Elapsed wall clock time (in seconds):75.101
71.95/75.22	o -1953
73.89/76.20	c cleaning 8053 clauses out of 16111 with flag 6017/107425
74.69/76.68	c And the winner is solver0
74.88/76.78	c Got one! Elapsed wall clock time (in seconds):76.655
74.88/76.78	o -1955
75.19/76.91	c And the winner is solver0
75.30/77.28	c Got one! Elapsed wall clock time (in seconds):77.159
75.30/77.28	o -1956
75.33/77.31	c And the winner is solver0
75.37/77.79	c Got one! Elapsed wall clock time (in seconds):77.663
75.37/77.79	o -1963
77.80/79.03	c cleaning 7066 clauses out of 14133 with flag 8161/113500
82.04/81.28	c cleaning 6529 clauses out of 13067 with flag 20228/119500
82.43/81.46	c And the winner is solver0
82.61/81.79	c Got one! Elapsed wall clock time (in seconds):81.668
82.61/81.79	o -1966
85.43/83.29	c cleaning 6074 clauses out of 12149 with flag 10001/125111
89.23/85.12	c cleaning 6035 clauses out of 12076 with flag 22003/131112
93.63/87.30	c cleaning 6516 clauses out of 13040 with flag 36001/138111
98.67/89.84	c cleaning 7261 clauses out of 14524 with flag 52001/146111
104.47/92.72	c cleaning 8130 clauses out of 16264 with flag 70003/155112
111.20/96.02	c cleaning 9066 clauses out of 18134 with flag 90003/165112
118.60/99.72	c And the winner is solver0
118.72/99.90	c Got one! Elapsed wall clock time (in seconds):99.778
118.72/99.90	o -1977
122.32/101.73	c cleaning 12522 clauses out of 25052 with flag 10002/181096
126.66/103.80	c cleaning 9264 clauses out of 18531 with flag 22004/187097
129.86/105.47	c And the winner is solver0
130.16/105.90	c Got one! Elapsed wall clock time (in seconds):105.783
130.16/105.90	o -1987
132.74/107.22	c And the winner is solver0
132.95/107.41	c Got one! Elapsed wall clock time (in seconds):107.287
132.95/107.41	o -1990
133.12/107.59	c And the winner is solver0
133.44/107.91	c Got one! Elapsed wall clock time (in seconds):107.791
133.44/107.91	o -2003
134.80/108.63	c cleaning 10531 clauses out of 21065 with flag 4062/198895
139.28/111.07	c cleaning 8266 clauses out of 16534 with flag 16169/204895
143.89/113.32	c cleaning 7631 clauses out of 15268 with flag 30169/211895
148.88/115.84	c cleaning 7816 clauses out of 15636 with flag 46167/219894
154.48/118.68	c cleaning 8407 clauses out of 16820 with flag 64167/228894
160.98/121.82	c And the winner is solver0
161.19/122.06	c Got one! Elapsed wall clock time (in seconds):121.943
161.19/122.06	o -2009
164.65/123.80	c cleaning 11337 clauses out of 22680 with flag 10038/243161
166.25/124.60	c And the winner is solver0
166.38/125.07	c Got one! Elapsed wall clock time (in seconds):124.948
166.38/125.07	o -2013
168.43/126.11	c cleaning 8551 clauses out of 17111 with flag 6066/248929
172.03/127.94	c cleaning 7278 clauses out of 14561 with flag 18076/254930
176.59/130.15	c cleaning 7139 clauses out of 14283 with flag 32076/261930
177.19/130.40	c And the winner is solver0
177.35/130.63	c Got one! Elapsed wall clock time (in seconds):130.504
177.35/130.63	o -2021
180.12/132.10	c cleaning 6505 clauses out of 13016 with flag 10004/267802
183.90/133.90	c cleaning 6253 clauses out of 12510 with flag 22083/273801
188.10/136.06	c cleaning 6629 clauses out of 13258 with flag 36114/280802
192.90/138.49	c cleaning 7314 clauses out of 14629 with flag 52114/288802
199.06/141.45	c cleaning 8155 clauses out of 16315 with flag 70114/297802
205.26/144.59	c cleaning 9078 clauses out of 18160 with flag 90145/307802
212.68/148.28	c cleaning 10036 clauses out of 20081 with flag 112241/318801
221.39/152.56	c cleaning 11022 clauses out of 22045 with flag 136241/330801
230.38/157.02	c cleaning 12011 clauses out of 24023 with flag 162241/343801
235.39/159.52	c And the winner is solver0
235.64/159.84	c Got one! Elapsed wall clock time (in seconds):159.715
235.64/159.84	o -2032
239.12/161.65	c cleaning 12313 clauses out of 24630 with flag 10118/356419
243.52/163.71	c cleaning 9158 clauses out of 18318 with flag 22236/362420
247.73/165.87	c cleaning 8075 clauses out of 16159 with flag 36360/369419
250.14/167.04	c And the winner is solver0
250.40/167.45	c Got one! Elapsed wall clock time (in seconds):167.328
250.40/167.45	o -2036
251.49/168.08	c cleaning 6954 clauses out of 13910 with flag 4051/375245
255.09/169.86	c cleaning 6474 clauses out of 12956 with flag 16212/381245
259.49/172.05	c cleaning 6738 clauses out of 13483 with flag 30233/388246
265.13/174.75	c cleaning 7370 clauses out of 14745 with flag 46276/396246
270.93/177.62	c cleaning 8186 clauses out of 16375 with flag 64290/405246
277.47/180.83	c cleaning 9092 clauses out of 18188 with flag 84312/415245
284.67/184.44	c cleaning 10048 clauses out of 20097 with flag 106348/426246
293.27/188.72	c cleaning 11021 clauses out of 22048 with flag 130377/438245
299.19/191.66	c And the winner is solver0
299.60/192.06	c Got one! Elapsed wall clock time (in seconds):191.938
299.60/192.06	o -2037
303.03/193.90	c cleaning 12232 clauses out of 24463 with flag 10247/451681
307.24/195.91	c cleaning 9114 clauses out of 18231 with flag 22564/457681
311.64/198.14	c cleaning 8055 clauses out of 16117 with flag 36920/464681
316.95/200.78	c cleaning 8028 clauses out of 16061 with flag 53370/472680
322.95/203.72	c cleaning 8516 clauses out of 17033 with flag 71552/481680
330.75/207.55	c cleaning 9259 clauses out of 18517 with flag 91943/491680
338.36/211.32	c cleaning 10127 clauses out of 20258 with flag 113958/502680
346.35/215.31	c cleaning 11065 clauses out of 22132 with flag 137968/514681
356.74/220.91	c cleaning 12030 clauses out of 24066 with flag 163997/527680
366.59/225.87	c cleaning 13016 clauses out of 26036 with flag 192063/541680
377.40/231.24	c cleaning 14006 clauses out of 28021 with flag 222240/556681
389.48/237.25	c cleaning 15003 clauses out of 30014 with flag 254667/572680
402.17/243.56	c cleaning 16003 clauses out of 32012 with flag 289428/589681
416.08/250.42	c cleaning 17001 clauses out of 34009 with flag 325795/607681
430.85/257.79	c cleaning 18004 clauses out of 36008 with flag 364073/626681
446.66/265.68	c cleaning 18999 clauses out of 38004 with flag 404283/646681
463.22/273.89	c cleaning 19999 clauses out of 40005 with flag 446729/667681
481.84/283.09	c cleaning 21000 clauses out of 42005 with flag 491405/689680
501.87/292.95	c cleaning 22001 clauses out of 44005 with flag 539536/712680
523.36/303.59	c cleaning 22996 clauses out of 46004 with flag 588318/736680
547.39/315.27	c cleaning 24003 clauses out of 48009 with flag 639567/761681
571.68/327.21	c cleaning 25002 clauses out of 50006 with flag 692819/787681
598.45/341.21	c cleaning 25996 clauses out of 52003 with flag 747620/814680
623.03/353.49	c cleaning 27001 clauses out of 54007 with flag 804238/842680
651.56/367.60	c cleaning 27999 clauses out of 56006 with flag 863368/871680
681.14/382.34	c cleaning 29004 clauses out of 58008 with flag 923675/901681
712.01/397.64	c cleaning 29996 clauses out of 60003 with flag 985888/932680
743.57/413.38	c cleaning 31000 clauses out of 62008 with flag 1050548/964681
777.46/430.04	c cleaning 32002 clauses out of 64008 with flag 1117362/997681
812.96/447.39	c cleaning 32998 clauses out of 66006 with flag 1185378/1031681
851.16/467.02	c cleaning 34001 clauses out of 68008 with flag 1255523/1066681
889.22/485.92	c cleaning 34999 clauses out of 70007 with flag 1328764/1102681
929.43/505.89	c cleaning 36000 clauses out of 72007 with flag 1402909/1139680
971.95/526.98	c cleaning 36998 clauses out of 74008 with flag 1480817/1177681
1013.41/547.41	c cleaning 38004 clauses out of 76010 with flag 1560695/1216681
1058.16/569.57	c cleaning 38998 clauses out of 78005 with flag 1641972/1256680
1105.52/592.81	c cleaning 39995 clauses out of 80007 with flag 1724275/1297680
1156.34/618.96	c cleaning 41002 clauses out of 82012 with flag 1810963/1339680
1208.73/644.86	c cleaning 42003 clauses out of 84011 with flag 1899724/1382681
1261.08/670.72	c cleaning 43001 clauses out of 86008 with flag 1990703/1426681
1315.87/697.98	c cleaning 44002 clauses out of 88007 with flag 2081161/1471681
1372.23/725.66	c cleaning 45000 clauses out of 90005 with flag 2173723/1517681
1431.16/754.73	c cleaning 46000 clauses out of 92004 with flag 2268021/1564680
1490.39/784.09	c cleaning 46998 clauses out of 94004 with flag 2364505/1612680
1557.20/817.03	c cleaning 47999 clauses out of 96006 with flag 2464779/1661680
1621.98/849.19	c cleaning 48999 clauses out of 98008 with flag 2569599/1711681
1688.88/882.27	c cleaning 50002 clauses out of 100009 with flag 2674488/1762681
1760.29/917.41	c cleaning 51003 clauses out of 102009 with flag 2780508/1814683
1800.09/938.41	c >>>>>>>>>> Solver number 0 (119 answers) <<<<<<<<<<<<<<<<<<
1800.09/938.41	c starts		: 1299
1800.09/938.41	c conflicts		: 1844636
1800.09/938.41	c decisions		: 1874610
1800.09/938.41	c propagations		: 210377417
1800.09/938.41	c inspects		: 6657973293
1800.09/938.41	c shortcuts		: 0
1800.09/938.41	c learnt literals	: 0
1800.09/938.41	c learnt binary clauses	: 1
1800.09/938.41	c learnt ternary clauses	: 198
1800.09/938.41	c learnt constraints	: 1844636
1800.09/938.41	c ignored constraints	: 0
1800.09/938.41	c root simplifications	: 0
1800.09/938.41	c removed literals (reason simplification)	: 101503080
1800.09/938.41	c reason swapping (by a shorter reason)	: 0
1800.09/938.41	c Calls to reduceDB	: 101
1800.09/938.41	c Number of update (reduction) of LBD	: 2314
1800.09/938.41	c Imported unit clauses	: 0
1800.09/938.41	c number of reductions to clauses (during analyze)	: 0
1800.09/938.41	c number of learned constraints concerned by reduction	: 0
1800.09/938.41	c number of learning phase by resolution	: 0
1800.09/938.41	c number of learning phase by cutting planes	: 0
1800.09/938.41	c speed (assignments/second)	: 224279.13489748575
1800.09/938.41	c non guided choices	0
1800.09/938.43	c learnt constraints type 
1800.09/938.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.09/938.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 80958
1800.09/938.43	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.09/938.43	c starts		: 146
1800.09/938.43	c conflicts		: 5326
1800.09/938.43	c decisions		: 7990
1800.09/938.43	c propagations		: 842739
1800.09/938.43	c inspects		: 773159268
1800.09/938.43	c shortcuts		: 0
1800.09/938.43	c learnt literals	: 0
1800.09/938.43	c learnt binary clauses	: 0
1800.09/938.43	c learnt ternary clauses	: 0
1800.09/938.43	c learnt constraints	: 5232
1800.09/938.43	c ignored constraints	: 0
1800.09/938.43	c root simplifications	: 0
1800.09/938.43	c removed literals (reason simplification)	: 0
1800.09/938.43	c reason swapping (by a shorter reason)	: 0
1800.09/938.43	c Calls to reduceDB	: 0
1800.09/938.43	c Number of update (reduction) of LBD	: 0
1800.09/938.44	c Imported unit clauses	: 0
1800.09/938.44	c number of reductions to clauses (during analyze)	: 0
1800.09/938.44	c number of learned constraints concerned by reduction	: 0
1800.09/938.44	c number of learning phase by resolution	: 0
1800.09/938.44	c number of learning phase by cutting planes	: 0
1800.09/938.44	c speed (assignments/second)	: 1129.1139003070855
1800.09/938.44	c non guided choices	0
1800.09/938.44	c learnt constraints type 
1800.09/938.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5232
1800.09/938.44	s SATISFIABLE
1800.09/938.44	c Found 119 solution(s)
1800.09/938.44	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 
1800.09/938.44	c objective function=-2037
1800.09/938.44	c Total wall clock time (in seconds): 938.318

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-4119573-1467259270/watcher-4119573-1467259270 -o /tmp/evaluation-result-4119573-1467259270/solver-4119573-1467259270 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1467248484-5593 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4119573-1467259270.opb 

pid=10898
running on 4 cores: 1,3,5,7

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: 3.99 4.01 3.96 4/198 10901
/proc/meminfo: memFree=27036172/32872528 swapFree=239532/272236
[pid=10901] ppid=10898 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/10901/stat : 10901 (java) D 10898 10901 5416 0 -1 4202496 327 0 0 0 0 0 0 0 20 0 1 0 4958036 9515008 183 33554432000 1073741824 1073778376 140737177104544 140737177095576 251143208629 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/10901/statm: 2323 183 140 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 3.99 4.01 3.96 4/198 10901
/proc/meminfo: memFree=27036172/32872528 swapFree=239532/272236
[pid=10901] ppid=10898 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/10901/stat : 10901 (java) S 10898 10901 5416 0 -1 4202496 4411 0 1 0 7 1 0 0 20 0 18 0 4958036 9787879424 6038 33554432000 1073741824 1073778376 140733543083328 140733543074464 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10901/statm: 2389619 6038 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200258 s]
/proc/loadavg: 3.99 4.01 3.96 4/198 10901
/proc/meminfo: memFree=27036172/32872528 swapFree=239532/272236
[pid=10901] ppid=10898 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/10901/stat : 10901 (java) S 10898 10901 5416 0 -1 4202496 4605 0 1 0 21 1 0 0 20 0 18 0 4958036 9787879424 7207 33554432000 1073741824 1073778376 140733543083328 140733543074464 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10901/statm: 2389619 7207 2197 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300253 s]
/proc/loadavg: 3.99 4.01 3.96 4/198 10901
/proc/meminfo: memFree=27036172/32872528 swapFree=239532/272236
[pid=10901] ppid=10898 vsize=9558476 CPUtime=0.44 cores=1,3,5,7
/proc/10901/stat : 10901 (java) S 10898 10901 5416 0 -1 4202496 5212 0 1 0 43 1 0 0 20 0 18 0 4958036 9787879424 8241 33554432000 1073741824 1073778376 140733543083328 140733543074464 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10901/statm: 2389619 8241 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.700222 s]
/proc/loadavg: 3.99 4.01 3.96 4/198 10901
/proc/meminfo: memFree=27036172/32872528 swapFree=239532/272236
[pid=10901] ppid=10898 vsize=9824732 CPUtime=0.77 cores=1,3,5,7
/proc/10901/stat : 10901 (java) S 10898 10901 5416 0 -1 4202496 6979 0 1 0 73 4 0 0 20 0 19 0 4958036 10060525568 10554 33554432000 1073741824 1073778376 140733543083328 140733543074464 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10901/statm: 2456183 10554 2256 9 0 2446860 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 9824732

[startup+1.50074 s]
/proc/loadavg: 3.99 4.01 3.96 3/217 10926
/proc/meminfo: memFree=26988508/32872528 swapFree=239532/272236
[pid=10901] ppid=10898 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/10901/stat : 10901 (java) S 10898 10901 5416 0 -1 4202496 9885 0 1 0 111 9 0 0 20 0 19 0 4958036 10060525568 15212 33554432000 1073741824 1073778376 140733543083328 140733543074464 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10901/statm: 2456183 15212 2263 9 0 2446860 0
[pid=10901/tid=10903] ppid=10898 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/10901/task/10903/stat : 10903 (java) S 10898 10901 5416 0 -1 4202560 2424 0 1 0 35 2 0 0 20 0 19 0 4958037 10060525568 15212 33554432000 1073741824 1073778376 140733543083328 139742582223736 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10901/tid=10904] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10904/stat : 10904 (java) S 10898 10901 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4958038 10060525568 15212 33554432000 1073741824 1073778376 140733543083328 139742543714728 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10901/tid=10905] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10905/stat : 10905 (java) S 10898 10901 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4958038 10060525568 15212 33554432000 1073741824 1073778376 140733543083328 139742542662184 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10901/tid=10906] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10906/stat : 10906 (java) S 10898 10901 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4958038 10060525568 15212 33554432000 1073741824 1073778376 140733543083328 139742541609128 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10901/tid=10907] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10907/stat : 10907 (java) S 10898 10901 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4958038 10060525568 15212 33554432000 1073741824 1073778376 140733543083328 139742540556584 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10901/tid=10908] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10908/stat : 10908 (java) S 10898 10901 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4958038 10060525568 15212 33554432000 1073741824 1073778376 140733543083328 139742539504552 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10901/tid=10909] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10909/stat : 10909 (java) S 10898 10901 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4958038 10060525568 15212 33554432000 1073741824 1073778376 140733543083328 139742538452008 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10901/tid=10910] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10910/stat : 10910 (java) S 10898 10901 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4958038 10060525568 15212 33554432000 1073741824 1073778376 140733543083328 139742537398952 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10901/tid=10911] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10911/stat : 10911 (java) S 10898 10901 5416 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4958038 10060525568 15212 33554432000 1073741824 1073778376 140733543083328 139742536346408 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10901/tid=10912] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10912/stat : 10912 (java) S 10898 10901 5416 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 4958039 10060525568 15212 33554432000 1073741824 1073778376 140733543083328 139742406469992 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10901/tid=10913] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10913/stat : 10913 (java) S 10898 10901 5416 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4958040 10060525568 15212 33554432000 1073741824 1073778376 140733543083328 139742405416312 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10901/tid=10914] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10914/stat : 10914 (java) S 10898 10901 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4958040 10060525568 15212 33554432000 1073741824 1073778376 140733543083328 139742404363144 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10901/tid=10915] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10915/stat : 10915 (java) S 10898 10901 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4958042 10060525568 15212 33554432000 1073741824 1073778376 140733543083328 139742403311888 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10901/tid=10916] ppid=10898 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/10901/task/10916/stat : 10916 (java) S 10898 10901 5416 0 -1 4202560 2546 0 0 0 30 0 0 0 20 0 19 0 4958042 10060525568 15212 33554432000 1073741824 1073778376 140733543083328 139742402259768 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10901/tid=10917] ppid=10898 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/10901/task/10917/stat : 10917 (java) S 10898 10901 5416 0 -1 4202560 3560 0 0 0 32 0 0 0 20 0 19 0 4958042 10060525568 15212 33554432000 1073741824 1073778376 140733543083328 139742401207224 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10901/tid=10918] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10918/stat : 10918 (java) S 10898 10901 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4958042 10060525568 15212 33554432000 1073741824 1073778376 140733543083328 139742400154360 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10901/tid=10919] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10919/stat : 10919 (java) S 10898 10901 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4958042 10060525568 15212 33554432000 1073741824 1073778376 140733543083328 139741391481928 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10901/tid=10923] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10923/stat : 10923 (java) S 10898 10901 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4958076 10060525568 15212 33554432000 1073741824 1073778376 140733543083328 139741387269032 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 9824732

[startup+3.10082 s]
/proc/loadavg: 3.99 4.01 3.96 3/217 10932
/proc/meminfo: memFree=26977788/32872528 swapFree=239532/272236
[pid=10901] ppid=10898 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/10901/stat : 10901 (java) S 10898 10901 5416 0 -1 4202496 9931 0 1 0 141 13 0 0 20 0 19 0 4958036 10060525568 20346 33554432000 1073741824 1073778376 140733543083328 140733543074464 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10901/statm: 2456183 20346 2269 9 0 2446860 0
[pid=10901/tid=10903] ppid=10898 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/10901/task/10903/stat : 10903 (java) S 10898 10901 5416 0 -1 4202560 2427 0 1 0 37 2 0 0 20 0 19 0 4958037 10060525568 20346 33554432000 1073741824 1073778376 140733543083328 139742582223736 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10901/tid=10904] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10904/stat : 10904 (java) S 10898 10901 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4958038 10060525568 20346 33554432000 1073741824 1073778376 140733543083328 139742543714728 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10901/tid=10905] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10905/stat : 10905 (java) S 10898 10901 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4958038 10060525568 20346 33554432000 1073741824 1073778376 140733543083328 139742542662184 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10901/tid=10906] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10906/stat : 10906 (java) S 10898 10901 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4958038 10060525568 20346 33554432000 1073741824 1073778376 140733543083328 139742541609128 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10901/tid=10907] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10907/stat : 10907 (java) S 10898 10901 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4958038 10060525568 20346 33554432000 1073741824 1073778376 140733543083328 139742540556584 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10901/tid=10908] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10908/stat : 10908 (java) S 10898 10901 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4958038 10060525568 20346 33554432000 1073741824 1073778376 140733543083328 139742539504552 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10901/tid=10909] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10909/stat : 10909 (java) S 10898 10901 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4958038 10060525568 20346 33554432000 1073741824 1073778376 140733543083328 139742538452008 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10901/tid=10910] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10910/stat : 10910 (java) S 10898 10901 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4958038 10060525568 20346 33554432000 1073741824 1073778376 140733543083328 139742537398952 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10901/tid=10911] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10911/stat : 10911 (java) S 10898 10901 5416 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4958038 10060525568 20346 33554432000 1073741824 1073778376 140733543083328 139742536346408 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10901/tid=10912] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10912/stat : 10912 (java) S 10898 10901 5416 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 4958039 10060525568 20346 33554432000 1073741824 1073778376 140733543083328 139742406469992 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10901/tid=10913] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10913/stat : 10913 (java) S 10898 10901 5416 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4958040 10060525568 20346 33554432000 1073741824 1073778376 140733543083328 139742405416312 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10901/tid=10914] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10914/stat : 10914 (java) S 10898 10901 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4958040 10060525568 20346 33554432000 1073741824 1073778376 140733543083328 139742404363144 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10901/tid=10915] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10915/stat : 10915 (java) S 10898 10901 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4958042 10060525568 20346 33554432000 1073741824 1073778376 140733543083328 139742403311888 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10901/tid=10916] ppid=10898 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/10901/task/10916/stat : 10916 (java) S 10898 10901 5416 0 -1 4202560 2549 0 0 0 39 0 0 0 20 0 19 0 4958042 10060525568 20346 33554432000 1073741824 1073778376 140733543083328 139742402259768 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10901/tid=10917] ppid=10898 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/10901/task/10917/stat : 10917 (java) S 10898 10901 5416 0 -1 4202560 3571 0 0 0 45 0 0 0 20 0 19 0 4958042 10060525568 20346 33554432000 1073741824 1073778376 140733543083328 139742401207224 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10901/tid=10918] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10918/stat : 10918 (java) S 10898 10901 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4958042 10060525568 20346 33554432000 1073741824 1073778376 140733543083328 139742400154360 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10901/tid=10919] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10919/stat : 10919 (java) S 10898 10901 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4958042 10060525568 20346 33554432000 1073741824 1073778376 140733543083328 139741391481928 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10901/tid=10923] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10923/stat : 10923 (java) S 10898 10901 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4958076 10060525568 20346 33554432000 1073741824 1073778376 140733543083328 139741387269032 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 9824732
heavy processes:

[startup+6.30077 s]
/proc/loadavg: 3.83 3.98 3.95 4/217 10953
/proc/meminfo: memFree=26933700/32872528 swapFree=239532/272236
[pid=10901] ppid=10898 vsize=9824732 CPUtime=1.78 cores=1,3,5,7
/proc/10901/stat : 10901 (java) S 10898 10901 5416 0 -1 4202496 10339 0 1 0 163 15 0 0 20 0 19 0 4958036 10060525568 30054 33554432000 1073741824 1073778376 140733543083328 140733543074464 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10901/statm: 2456183 30054 2274 9 0 2446860 0
[pid=10901/tid=10903] ppid=10898 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/10901/task/10903/stat : 10903 (java) S 10898 10901 5416 0 -1 4202560 2432 0 1 0 39 2 0 0 20 0 19 0 4958037 10060525568 30054 33554432000 1073741824 1073778376 140733543083328 139742582223736 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10901/tid=10904] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10904/stat : 10904 (java) S 10898 10901 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4958038 10060525568 30054 33554432000 1073741824 1073778376 140733543083328 139742543714728 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10901/tid=10905] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10905/stat : 10905 (java) S 10898 10901 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4958038 10060525568 30054 33554432000 1073741824 1073778376 140733543083328 139742542662184 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10901/tid=10906] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10906/stat : 10906 (java) S 10898 10901 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4958038 10060525568 30054 33554432000 1073741824 1073778376 140733543083328 139742541609128 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10901/tid=10907] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10907/stat : 10907 (java) S 10898 10901 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4958038 10060525568 30054 33554432000 1073741824 1073778376 140733543083328 139742540556584 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10901/tid=10908] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10908/stat : 10908 (java) S 10898 10901 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4958038 10060525568 30054 33554432000 1073741824 1073778376 140733543083328 139742539504552 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10901/tid=10909] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10909/stat : 10909 (java) S 10898 10901 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4958038 10060525568 30054 33554432000 1073741824 1073778376 140733543083328 139742538452008 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10901/tid=10910] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10910/stat : 10910 (java) S 10898 10901 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4958038 10060525568 30054 33554432000 1073741824 1073778376 140733543083328 139742537398952 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10901/tid=10911] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10911/stat : 10911 (java) S 10898 10901 5416 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4958038 10060525568 30054 33554432000 1073741824 1073778376 140733543083328 139742536346408 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10901/tid=10912] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10912/stat : 10912 (java) S 10898 10901 5416 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 4958039 10060525568 30054 33554432000 1073741824 1073778376 140733543083328 139742406469992 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10901/tid=10913] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10913/stat : 10913 (java) S 10898 10901 5416 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4958040 10060525568 30054 33554432000 1073741824 1073778376 140733543083328 139742405416312 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10901/tid=10914] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10914/stat : 10914 (java) S 10898 10901 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4958040 10060525568 30054 33554432000 1073741824 1073778376 140733543083328 139742404363144 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10901/tid=10915] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10915/stat : 10915 (java) S 10898 10901 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4958042 10060525568 30054 33554432000 1073741824 1073778376 140733543083328 139742403311888 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10901/tid=10916] ppid=10898 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/10901/task/10916/stat : 10916 (java) S 10898 10901 5416 0 -1 4202560 2879 0 0 0 50 0 0 0 20 0 19 0 4958042 10060525568 30054 33554432000 1073741824 1073778376 140733543083328 139742402259768 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10901/tid=10917] ppid=10898 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/10901/task/10917/stat : 10917 (java) S 10898 10901 5416 0 -1 4202560 3577 0 0 0 53 0 0 0 20 0 19 0 4958042 10060525568 30054 33554432000 1073741824 1073778376 140733543083328 139742401207224 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10901/tid=10918] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10918/stat : 10918 (java) S 10898 10901 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4958042 10060525568 30054 33554432000 1073741824 1073778376 140733543083328 139742400154360 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10901/tid=10919] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10919/stat : 10919 (java) S 10898 10901 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4958042 10060525568 30054 33554432000 1073741824 1073778376 140733543083328 139741391481928 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10901/tid=10923] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10923/stat : 10923 (java) S 10898 10901 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4958076 10060525568 30054 33554432000 1073741824 1073778376 140733543083328 139741387269032 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.78
Current children cumulated vsize (KiB) 9824732

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

[pid=10901/tid=10911] ppid=10898 vsize=9824732 CPUtime=4.23 cores=1,3,5,7
/proc/10901/task/10911/stat : 10911 (java) S 10898 10901 5416 0 -1 4202560 999 0 0 0 396 27 0 0 20 0 22 0 4958038 10060525568 1052929 33554432000 1073741824 1073778376 140733543083328 139742536346408 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10901/tid=10912] ppid=10898 vsize=9824732 CPUtime=7.23 cores=1,3,5,7
/proc/10901/task/10912/stat : 10912 (java) S 10898 10901 5416 0 -1 4202560 2966 0 0 0 712 11 0 0 20 0 22 0 4958039 10060525568 1052929 33554432000 1073741824 1073778376 140733543083328 139742406469992 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10901/tid=10913] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10913/stat : 10913 (java) S 10898 10901 5416 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4958040 10060525568 1052929 33554432000 1073741824 1073778376 140733543083328 139742405416312 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10901/tid=10914] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10914/stat : 10914 (java) S 10898 10901 5416 0 -1 4202560 37 0 0 0 0 0 0 0 20 0 22 0 4958040 10060525568 1052929 33554432000 1073741824 1073778376 140733543083328 139742404363144 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10901/tid=10915] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10915/stat : 10915 (java) S 10898 10901 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4958042 10060525568 1052929 33554432000 1073741824 1073778376 140733543083328 139742403311888 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10901/tid=10916] ppid=10898 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/10901/task/10916/stat : 10916 (java) S 10898 10901 5416 0 -1 4202560 10784 0 0 0 136 3 0 0 20 0 22 0 4958042 10060525568 1052929 33554432000 1073741824 1073778376 140733543083328 139742402259768 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10901/tid=10917] ppid=10898 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/10901/task/10917/stat : 10917 (java) S 10898 10901 5416 0 -1 4202560 4261 0 0 0 122 0 0 0 20 0 22 0 4958042 10060525568 1052929 33554432000 1073741824 1073778376 140733543083328 139742401207224 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10901/tid=10918] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10918/stat : 10918 (java) S 10898 10901 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4958042 10060525568 1052929 33554432000 1073741824 1073778376 140733543083328 139742400154360 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10901/tid=10919] ppid=10898 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/10901/task/10919/stat : 10919 (java) S 10898 10901 5416 0 -1 4202560 47 0 0 0 12 20 0 0 20 0 22 0 4958042 10060525568 1052929 33554432000 1073741824 1073778376 140733543083328 139741391481928 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10901/tid=10923] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10923/stat : 10923 (java) S 10898 10901 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4958076 10060525568 1052929 33554432000 1073741824 1073778376 140733543083328 139741387269032 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10901/tid=11281] ppid=10898 vsize=9824732 CPUtime=614.65 cores=1,3,5,7
/proc/10901/task/11281/stat : 11281 (java) R 10898 10901 5416 0 -1 4202560 39 0 0 0 61454 11 0 0 20 0 22 0 4977242 10060525568 1052929 33554432000 1073741824 1073778376 140733543083328 139741388319648 139742415636465 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10901/tid=11282] ppid=10898 vsize=9824732 CPUtime=614.73 cores=1,3,5,7
/proc/10901/task/11282/stat : 11282 (java) R 10898 10901 5416 0 -1 4202560 44 0 0 0 61462 11 0 0 20 0 22 0 4977242 10060525568 1052929 33554432000 1073741824 1073778376 140733543083328 139741390424792 139742415560736 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10901/tid=11283] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/11283/stat : 11283 (java) S 10898 10901 5416 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4977243 10060525568 1052929 33554432000 1073741824 1073778376 140733543083328 139741389374504 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1567.76
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.06 4.12 4.05 5/219 11411
/proc/meminfo: memFree=22821012/32872528 swapFree=239532/272236
[pid=10901] ppid=10898 vsize=9824732 CPUtime=1689.05 cores=1,3,5,7
/proc/10901/stat : 10901 (java) S 10898 10901 5416 0 -1 4202496 31956 0 1 0 168425 480 0 0 20 0 22 0 4958036 10060525568 1088914 33554432000 1073741824 1073778376 140733543083328 140733543074464 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10901/statm: 2456183 1088914 2302 9 0 2446860 0
[pid=10901/tid=10903] ppid=10898 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/10901/task/10903/stat : 10903 (java) S 10898 10901 5416 0 -1 4202560 2461 0 1 0 70 4 0 0 20 0 22 0 4958037 10060525568 1088914 33554432000 1073741824 1073778376 140733543083328 139742582223736 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10901/tid=10904] ppid=10898 vsize=9824732 CPUtime=4.78 cores=1,3,5,7
/proc/10901/task/10904/stat : 10904 (java) S 10898 10901 5416 0 -1 4202560 812 0 0 0 450 28 0 0 20 0 22 0 4958038 10060525568 1088914 33554432000 1073741824 1073778376 140733543083328 139742543714728 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10901/tid=10905] ppid=10898 vsize=9824732 CPUtime=4.66 cores=1,3,5,7
/proc/10901/task/10905/stat : 10905 (java) S 10898 10901 5416 0 -1 4202560 972 0 0 0 438 28 0 0 20 0 22 0 4958038 10060525568 1088914 33554432000 1073741824 1073778376 140733543083328 139742542662184 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10901/tid=10906] ppid=10898 vsize=9824732 CPUtime=4.51 cores=1,3,5,7
/proc/10901/task/10906/stat : 10906 (java) S 10898 10901 5416 0 -1 4202560 856 0 0 0 429 22 0 0 20 0 22 0 4958038 10060525568 1088914 33554432000 1073741824 1073778376 140733543083328 139742541609128 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10901/tid=10907] ppid=10898 vsize=9824732 CPUtime=4.99 cores=1,3,5,7
/proc/10901/task/10907/stat : 10907 (java) S 10898 10901 5416 0 -1 4202560 977 0 0 0 468 31 0 0 20 0 22 0 4958038 10060525568 1088914 33554432000 1073741824 1073778376 140733543083328 139742540556584 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10901/tid=10908] ppid=10898 vsize=9824732 CPUtime=4.46 cores=1,3,5,7
/proc/10901/task/10908/stat : 10908 (java) S 10898 10901 5416 0 -1 4202560 1200 0 0 0 418 28 0 0 20 0 22 0 4958038 10060525568 1088914 33554432000 1073741824 1073778376 140733543083328 139742539504552 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10901/tid=10909] ppid=10898 vsize=9824732 CPUtime=4.63 cores=1,3,5,7
/proc/10901/task/10909/stat : 10909 (java) S 10898 10901 5416 0 -1 4202560 740 0 0 0 437 26 0 0 20 0 22 0 4958038 10060525568 1088914 33554432000 1073741824 1073778376 140733543083328 139742538452008 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10901/tid=10910] ppid=10898 vsize=9824732 CPUtime=4.48 cores=1,3,5,7
/proc/10901/task/10910/stat : 10910 (java) S 10898 10901 5416 0 -1 4202560 1075 0 0 0 414 34 0 0 20 0 22 0 4958038 10060525568 1088914 33554432000 1073741824 1073778376 140733543083328 139742537398952 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10901/tid=10911] ppid=10898 vsize=9824732 CPUtime=4.54 cores=1,3,5,7
/proc/10901/task/10911/stat : 10911 (java) S 10898 10901 5416 0 -1 4202560 1030 0 0 0 426 28 0 0 20 0 22 0 4958038 10060525568 1088914 33554432000 1073741824 1073778376 140733543083328 139742536346408 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10901/tid=10912] ppid=10898 vsize=9824732 CPUtime=7.24 cores=1,3,5,7
/proc/10901/task/10912/stat : 10912 (java) S 10898 10901 5416 0 -1 4202560 2986 0 0 0 712 12 0 0 20 0 22 0 4958039 10060525568 1088914 33554432000 1073741824 1073778376 140733543083328 139742406469992 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10901/tid=10913] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10913/stat : 10913 (java) S 10898 10901 5416 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4958040 10060525568 1088914 33554432000 1073741824 1073778376 140733543083328 139742405416312 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10901/tid=10914] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10914/stat : 10914 (java) S 10898 10901 5416 0 -1 4202560 37 0 0 0 0 0 0 0 20 0 22 0 4958040 10060525568 1088914 33554432000 1073741824 1073778376 140733543083328 139742404363144 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10901/tid=10915] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10915/stat : 10915 (java) S 10898 10901 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4958042 10060525568 1088914 33554432000 1073741824 1073778376 140733543083328 139742403311888 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10901/tid=10916] ppid=10898 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/10901/task/10916/stat : 10916 (java) S 10898 10901 5416 0 -1 4202560 10784 0 0 0 136 3 0 0 20 0 22 0 4958042 10060525568 1088914 33554432000 1073741824 1073778376 140733543083328 139742402259768 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10901/tid=10917] ppid=10898 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/10901/task/10917/stat : 10917 (java) S 10898 10901 5416 0 -1 4202560 4261 0 0 0 122 0 0 0 20 0 22 0 4958042 10060525568 1088914 33554432000 1073741824 1073778376 140733543083328 139742401207224 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10901/tid=10918] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10918/stat : 10918 (java) S 10898 10901 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4958042 10060525568 1088914 33554432000 1073741824 1073778376 140733543083328 139742400154360 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10901/tid=10919] ppid=10898 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/10901/task/10919/stat : 10919 (java) S 10898 10901 5416 0 -1 4202560 51 0 0 0 13 22 0 0 20 0 22 0 4958042 10060525568 1088914 33554432000 1073741824 1073778376 140733543083328 139741391481928 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10901/tid=10923] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10923/stat : 10923 (java) S 10898 10901 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4958076 10060525568 1088914 33554432000 1073741824 1073778376 140733543083328 139741387269032 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10901/tid=11281] ppid=10898 vsize=9824732 CPUtime=673.81 cores=1,3,5,7
/proc/10901/task/11281/stat : 11281 (java) R 10898 10901 5416 0 -1 4202560 43 0 0 0 67369 12 0 0 20 0 22 0 4977242 10060525568 1088914 33554432000 1073741824 1073778376 140733543083328 139741388312704 139742415531749 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10901/tid=11282] ppid=10898 vsize=9824732 CPUtime=673.87 cores=1,3,5,7
/proc/10901/task/11282/stat : 11282 (java) R 10898 10901 5416 0 -1 4202560 47 0 0 0 67375 12 0 0 20 0 22 0 4977242 10060525568 1088914 33554432000 1073741824 1073778376 140733543083328 139741390425616 139742415743660 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10901/tid=11283] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/11283/stat : 11283 (java) S 10898 10901 5416 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4977243 10060525568 1088914 33554432000 1073741824 1073778376 140733543083328 139741389374504 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1689.05
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+938.408 s]
/proc/loadavg: 4.10 4.12 4.05 5/219 11412
/proc/meminfo: memFree=22366748/32872528 swapFree=239532/272236
[pid=10901] ppid=10898 vsize=9824732 CPUtime=1800.06 cores=1,3,5,7
/proc/10901/stat : 10901 (java) S 10898 10901 5416 0 -1 4202496 38585 0 1 0 179505 501 0 0 20 0 22 0 4958036 10060525568 1143714 33554432000 1073741824 1073778376 140733543083328 140733543074464 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10901/statm: 2456183 1143714 2302 9 0 2446860 0
[pid=10901/tid=10903] ppid=10898 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/10901/task/10903/stat : 10903 (java) S 10898 10901 5416 0 -1 4202560 2462 0 1 0 70 5 0 0 20 0 22 0 4958037 10060525568 1143714 33554432000 1073741824 1073778376 140733543083328 139742582223736 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10901/tid=10904] ppid=10898 vsize=9824732 CPUtime=5.25 cores=1,3,5,7
/proc/10901/task/10904/stat : 10904 (java) S 10898 10901 5416 0 -1 4202560 1685 0 0 0 495 30 0 0 20 0 22 0 4958038 10060525568 1143714 33554432000 1073741824 1073778376 140733543083328 139742543714728 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10901/tid=10905] ppid=10898 vsize=9824732 CPUtime=5.1 cores=1,3,5,7
/proc/10901/task/10905/stat : 10905 (java) S 10898 10901 5416 0 -1 4202560 1926 0 0 0 481 29 0 0 20 0 22 0 4958038 10060525568 1143714 33554432000 1073741824 1073778376 140733543083328 139742542662184 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10901/tid=10906] ppid=10898 vsize=9824732 CPUtime=4.9 cores=1,3,5,7
/proc/10901/task/10906/stat : 10906 (java) S 10898 10901 5416 0 -1 4202560 1774 0 0 0 466 24 0 0 20 0 22 0 4958038 10060525568 1143714 33554432000 1073741824 1073778376 140733543083328 139742541609128 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10901/tid=10907] ppid=10898 vsize=9824732 CPUtime=5.36 cores=1,3,5,7
/proc/10901/task/10907/stat : 10907 (java) S 10898 10901 5416 0 -1 4202560 1868 0 0 0 502 34 0 0 20 0 22 0 4958038 10060525568 1143714 33554432000 1073741824 1073778376 140733543083328 139742540556584 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10901/tid=10908] ppid=10898 vsize=9824732 CPUtime=4.75 cores=1,3,5,7
/proc/10901/task/10908/stat : 10908 (java) S 10898 10901 5416 0 -1 4202560 1785 0 0 0 445 30 0 0 20 0 22 0 4958038 10060525568 1143714 33554432000 1073741824 1073778376 140733543083328 139742539504552 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10901/tid=10909] ppid=10898 vsize=9824732 CPUtime=5.1 cores=1,3,5,7
/proc/10901/task/10909/stat : 10909 (java) S 10898 10901 5416 0 -1 4202560 1792 0 0 0 482 28 0 0 20 0 22 0 4958038 10060525568 1143714 33554432000 1073741824 1073778376 140733543083328 139742538452008 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10901/tid=10910] ppid=10898 vsize=9824732 CPUtime=4.83 cores=1,3,5,7
/proc/10901/task/10910/stat : 10910 (java) S 10898 10901 5416 0 -1 4202560 1583 0 0 0 448 35 0 0 20 0 22 0 4958038 10060525568 1143714 33554432000 1073741824 1073778376 140733543083328 139742537398952 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10901/tid=10911] ppid=10898 vsize=9824732 CPUtime=4.88 cores=1,3,5,7
/proc/10901/task/10911/stat : 10911 (java) S 10898 10901 5416 0 -1 4202560 1558 0 0 0 456 32 0 0 20 0 22 0 4958038 10060525568 1143714 33554432000 1073741824 1073778376 140733543083328 139742536346408 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10901/tid=10912] ppid=10898 vsize=9824732 CPUtime=9.91 cores=1,3,5,7
/proc/10901/task/10912/stat : 10912 (java) S 10898 10901 5416 0 -1 4202560 3294 0 0 0 978 13 0 0 20 0 22 0 4958039 10060525568 1143714 33554432000 1073741824 1073778376 140733543083328 139742406469992 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10901/tid=10913] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10913/stat : 10913 (java) S 10898 10901 5416 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4958040 10060525568 1143714 33554432000 1073741824 1073778376 140733543083328 139742405416312 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10901/tid=10914] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10914/stat : 10914 (java) S 10898 10901 5416 0 -1 4202560 37 0 0 0 0 0 0 0 20 0 22 0 4958040 10060525568 1143714 33554432000 1073741824 1073778376 140733543083328 139742404363144 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10901/tid=10915] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10915/stat : 10915 (java) S 10898 10901 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4958042 10060525568 1143714 33554432000 1073741824 1073778376 140733543083328 139742403311888 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10901/tid=10916] ppid=10898 vsize=9824732 CPUtime=1.4 cores=1,3,5,7
/proc/10901/task/10916/stat : 10916 (java) S 10898 10901 5416 0 -1 4202560 10785 0 0 0 137 3 0 0 20 0 22 0 4958042 10060525568 1143714 33554432000 1073741824 1073778376 140733543083328 139742402259768 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10901/tid=10917] ppid=10898 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/10901/task/10917/stat : 10917 (java) S 10898 10901 5416 0 -1 4202560 4261 0 0 0 122 0 0 0 20 0 22 0 4958042 10060525568 1143714 33554432000 1073741824 1073778376 140733543083328 139742401207224 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10901/tid=10918] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10918/stat : 10918 (java) S 10898 10901 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4958042 10060525568 1143714 33554432000 1073741824 1073778376 140733543083328 139742400154360 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10901/tid=10919] ppid=10898 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/10901/task/10919/stat : 10919 (java) S 10898 10901 5416 0 -1 4202560 55 0 0 0 14 23 0 0 20 0 22 0 4958042 10060525568 1143714 33554432000 1073741824 1073778376 140733543083328 139741391481928 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10901/tid=10923] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/10923/stat : 10923 (java) S 10898 10901 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4958076 10060525568 1143714 33554432000 1073741824 1073778376 140733543083328 139741387269032 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10901/tid=11281] ppid=10898 vsize=9824732 CPUtime=726.27 cores=1,3,5,7
/proc/10901/task/11281/stat : 11281 (java) R 10898 10901 5416 0 -1 4202560 46 0 0 0 72614 13 0 0 20 0 22 0 4977242 10060525568 1143714 33554432000 1073741824 1073778376 140733543083328 139741388320352 139742415578392 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10901/tid=11282] ppid=10898 vsize=9824732 CPUtime=726.33 cores=1,3,5,7
/proc/10901/task/11282/stat : 11282 (java) R 10898 10901 5416 0 -1 4202560 50 0 0 0 72620 13 0 0 20 0 22 0 4977242 10060525568 1143714 33554432000 1073741824 1073778376 140733543083328 139741390424992 139742415560824 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10901/tid=11283] ppid=10898 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10901/task/11283/stat : 11283 (java) S 10898 10901 5416 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4977243 10060525568 1143714 33554432000 1073741824 1073778376 140733543083328 139741389374504 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 10901 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 10901 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=318678
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=401178
# CPU time returned by wait4() is 1796.72
# while last known CPU time is 1800.06
#
# 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.0300097
#  lost CPU user time (s): 0.0400043
#  lost CPU system time (s): -0.00999999

Real time (s): 938.47
CPU time (s): 1800.09
CPU user time (s): 1795.09
CPU system time (s): 5
CPU usage (%): 191.811
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.32
system time used= 5.40118
maximum resident set size= 4605180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38623
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27518
involuntary context switches= 31752

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.95209 second user time and 7.66483 second system time

The end

Launcher Data

Begin job on node107 at 2016-06-30 06:01:10
IDJOB=4119573
IDBENCH=111764
IDSOLVER=2543
FILE ID=node107/4119573-1467259270
RUNJOBID= node107-1467248484-5593
PBS_JOBID= 20004476
Free space on /tmp= 71720 MiB

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

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

MD5SUM BENCH= 43d918250d1c997ffe2500aba0f26bf3
RANDOM SEED=1030239932

node107.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		: 2667.110
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	: 5334.22
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		: 2667.110
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.110
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.39
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		: 2667.110
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		: 2667.110
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.54
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		: 2667.110
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.110
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.56
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		: 2667.110
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27036536 kB
Buffers:          106136 kB
Cached:           426316 kB
SwapCached:            0 kB
Active:          4378592 kB
Inactive:         440628 kB
Active(anon):    4289100 kB
Inactive(anon):      108 kB
Active(file):      89492 kB
Inactive(file):   440520 kB
Unevictable:      272236 kB
Mlocked:          239532 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               872 kB
Writeback:             0 kB
AnonPages:       4688092 kB
Mapped:            22248 kB
Shmem:               204 kB
Slab:             605068 kB
SReclaimable:      49048 kB
SUnreclaim:       556020 kB
KernelStack:        1816 kB
PageTables:        12876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5174584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4378624 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= 71720 MiB
End job on node107 at 2016-06-30 06:16:48