Trace number 4118341

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)511 1800.52 931.964

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
minlplib2-pb-0.1.0/opb/normalized-edgecross14-058.lin.opb
MD5SUM0c1eb525ca859a63d5193480765dd275
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark473
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 variables1476
Total number of constraints4043
Number of constraints which are clauses2749
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1293
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 1441
Biggest coefficient in the objective function 692
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 4070
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 692
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 4070
Number of bits of the biggest sum of numbers12
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4118341-1467225782.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.47/0.37	c ... done. Wall clock time 0.25s.
0.47/0.37	c declared #vars     1476
0.47/0.37	c #constraints  4044
0.47/0.37	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.47/0.37	c constraints type 
0.47/0.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2749
0.47/0.37	c org.sat4j.specs.Constr$1 => 1
0.47/0.37	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.47/0.37	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1293
0.47/0.37	c 4044 constraints processed.
0.47/0.37	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.47/0.37	c constraints type 
0.47/0.37	c org.sat4j.specs.Constr$1 => 1
0.47/0.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2749
0.47/0.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1293
0.47/0.37	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.47/0.37	c 4044 constraints processed.
0.47/0.37	c objective function length is 1441 literals
0.76/0.40	c And the winner is solver0
0.82/0.87	c SATISFIABLE
0.82/0.87	c OPTIMIZING...
0.82/0.87	c Got one! Elapsed wall clock time (in seconds):0.757
0.82/0.87	o 772
0.88/0.93	c And the winner is solver0
1.46/1.40	c Got one! Elapsed wall clock time (in seconds):1.281
1.46/1.40	o 771
1.46/1.48	c And the winner is solver0
1.83/1.92	c Got one! Elapsed wall clock time (in seconds):1.805
1.83/1.92	o 768
1.83/1.93	c And the winner is solver0
1.93/2.43	c Got one! Elapsed wall clock time (in seconds):2.311
1.93/2.43	o 749
1.93/2.49	c And the winner is solver0
2.14/2.93	c Got one! Elapsed wall clock time (in seconds):2.815
2.14/2.93	o 748
2.14/2.94	c And the winner is solver0
2.16/3.44	c Got one! Elapsed wall clock time (in seconds):3.319
2.16/3.44	o 746
2.16/3.45	c And the winner is solver0
2.23/3.94	c Got one! Elapsed wall clock time (in seconds):3.823
2.23/3.94	o 744
3.30/4.31	c And the winner is solver0
3.38/4.44	c Got one! Elapsed wall clock time (in seconds):4.326
3.38/4.44	o 743
3.38/4.50	c And the winner is solver0
3.55/4.95	c Got one! Elapsed wall clock time (in seconds):4.829
3.55/4.95	o 742
3.55/4.95	c And the winner is solver0
3.57/5.45	c Got one! Elapsed wall clock time (in seconds):5.332
3.57/5.45	o 730
3.57/5.45	c And the winner is solver0
3.58/5.95	c Got one! Elapsed wall clock time (in seconds):5.834
3.58/5.95	o 729
3.58/5.95	c And the winner is solver0
3.58/6.45	c Got one! Elapsed wall clock time (in seconds):6.336
3.58/6.45	o 724
3.58/6.48	c And the winner is solver0
3.65/6.96	c Got one! Elapsed wall clock time (in seconds):6.839
3.65/6.96	o 723
3.65/6.96	c And the winner is solver0
3.65/7.46	c Got one! Elapsed wall clock time (in seconds):7.341
3.65/7.46	o 722
3.65/7.46	c And the winner is solver0
3.65/7.96	c Got one! Elapsed wall clock time (in seconds):7.842
3.65/7.96	o 705
3.65/7.96	c And the winner is solver0
3.65/8.46	c Got one! Elapsed wall clock time (in seconds):8.344
3.65/8.46	o 699
3.72/8.52	c And the winner is solver0
3.79/8.96	c Got one! Elapsed wall clock time (in seconds):8.846
3.79/8.96	o 698
3.79/8.97	c And the winner is solver0
3.86/9.46	c Got one! Elapsed wall clock time (in seconds):9.348
3.86/9.46	o 696
3.86/9.49	c And the winner is solver0
3.92/9.97	c Got one! Elapsed wall clock time (in seconds):9.85
3.92/9.97	o 694
4.59/10.39	c And the winner is solver0
4.79/10.47	c Got one! Elapsed wall clock time (in seconds):10.352
4.79/10.47	o 693
4.87/10.50	c And the winner is solver0
4.91/10.97	c Got one! Elapsed wall clock time (in seconds):10.855
4.91/10.97	o 692
5.42/11.21	c cleaning 3566 clauses out of 7140 with flag 2008/7140
6.89/11.94	c And the winner is solver0
6.89/11.97	c Got one! Elapsed wall clock time (in seconds):11.857
6.89/11.97	o 690
7.05/12.04	c And the winner is solver0
7.16/12.48	c Got one! Elapsed wall clock time (in seconds):12.359
7.16/12.48	o 688
7.19/12.52	c And the winner is solver0
7.27/12.98	c Got one! Elapsed wall clock time (in seconds):12.861
7.27/12.98	o 686
7.56/13.19	c cleaning 4645 clauses out of 9289 with flag 2031/12855
7.77/13.29	c And the winner is solver0
7.97/13.48	c Got one! Elapsed wall clock time (in seconds):13.363
7.97/13.48	o 685
9.27/14.16	c And the winner is solver0
9.44/14.48	c Got one! Elapsed wall clock time (in seconds):14.365
9.44/14.48	o 683
10.18/14.88	c And the winner is solver0
10.37/14.98	c Got one! Elapsed wall clock time (in seconds):14.868
10.37/14.98	o 682
10.61/15.18	c cleaning 6032 clauses out of 12066 with flag 2014/20277
10.82/15.25	c And the winner is solver0
10.97/15.49	c Got one! Elapsed wall clock time (in seconds):15.37
10.97/15.49	o 681
10.99/15.55	c And the winner is solver0
11.11/15.99	c Got one! Elapsed wall clock time (in seconds):15.872
11.11/15.99	o 680
11.33/16.16	c And the winner is solver0
11.52/16.49	c Got one! Elapsed wall clock time (in seconds):16.375
11.52/16.49	o 679
12.53/17.06	c And the winner is solver0
12.68/17.49	c Got one! Elapsed wall clock time (in seconds):17.377
12.68/17.49	o 678
13.56/17.91	c cleaning 6452 clauses out of 12914 with flag 4002/27157
13.56/17.96	c And the winner is solver0
13.56/18.00	c Got one! Elapsed wall clock time (in seconds):17.88
13.56/18.00	o 675
13.75/18.00	c And the winner is solver0
13.76/18.50	c Got one! Elapsed wall clock time (in seconds):18.382
13.76/18.50	o 674
13.76/18.50	c And the winner is solver0
13.76/19.00	c Got one! Elapsed wall clock time (in seconds):18.885
13.76/19.00	o 668
13.76/19.01	c And the winner is solver0
13.76/19.50	c Got one! Elapsed wall clock time (in seconds):19.387
13.76/19.50	o 667
13.76/19.51	c And the winner is solver0
13.76/20.01	c Got one! Elapsed wall clock time (in seconds):19.889
13.76/20.01	o 662
13.76/20.02	c And the winner is solver0
13.78/20.51	c Got one! Elapsed wall clock time (in seconds):20.392
13.78/20.51	o 657
13.95/20.61	c And the winner is solver0
14.02/21.01	c Got one! Elapsed wall clock time (in seconds):20.894
14.02/21.01	o 655
15.60/21.89	c cleaning 6233 clauses out of 12472 with flag 10552/33167
16.39/22.21	c And the winner is solver0
16.49/22.51	c Got one! Elapsed wall clock time (in seconds):22.397
16.49/22.51	o 654
16.75/22.65	c And the winner is solver0
16.90/23.02	c Got one! Elapsed wall clock time (in seconds):22.9
16.90/23.02	o 653
17.28/23.27	c And the winner is solver0
17.45/23.52	c Got one! Elapsed wall clock time (in seconds):23.402
17.45/23.52	o 652
18.00/23.85	c And the winner is solver0
18.17/24.02	c Got one! Elapsed wall clock time (in seconds):23.905
18.17/24.02	o 648
18.17/24.08	c And the winner is solver0
18.34/24.52	c Got one! Elapsed wall clock time (in seconds):24.408
18.34/24.52	o 647
18.34/24.53	c And the winner is solver0
18.34/25.03	c Got one! Elapsed wall clock time (in seconds):24.91
18.34/25.03	o 645
18.48/25.18	c And the winner is solver0
18.69/25.53	c Got one! Elapsed wall clock time (in seconds):25.412
18.69/25.53	o 644
19.54/25.96	c cleaning 7532 clauses out of 15068 with flag 4048/41996
20.34/26.30	c And the winner is solver0
20.39/26.53	c Got one! Elapsed wall clock time (in seconds):26.415
20.39/26.53	o 643
20.52/26.61	c And the winner is solver0
20.60/27.03	c Got one! Elapsed wall clock time (in seconds):26.918
20.60/27.03	o 642
20.92/27.25	c And the winner is solver0
21.06/27.54	c Got one! Elapsed wall clock time (in seconds):27.42
21.06/27.54	o 641
21.06/27.54	c And the winner is solver0
21.07/28.04	c Got one! Elapsed wall clock time (in seconds):27.923
21.07/28.04	o 639
21.18/28.10	c And the winner is solver0
21.25/28.54	c Got one! Elapsed wall clock time (in seconds):28.425
21.25/28.54	o 637
21.25/28.55	c And the winner is solver0
21.25/29.04	c Got one! Elapsed wall clock time (in seconds):28.928
21.25/29.04	o 635
21.95/29.44	c cleaning 6845 clauses out of 13692 with flag 4097/48152
22.56/29.73	c And the winner is solver0
22.66/30.05	c Got one! Elapsed wall clock time (in seconds):29.93
22.66/30.05	o 634
22.66/30.06	c And the winner is solver0
22.68/30.55	c Got one! Elapsed wall clock time (in seconds):30.433
22.68/30.55	o 632
24.29/31.32	c cleaning 6311 clauses out of 12632 with flag 8043/53937
25.09/31.75	c And the winner is solver0
25.28/32.05	c Got one! Elapsed wall clock time (in seconds):31.937
25.28/32.05	o 631
26.16/32.59	c cleaning 5985 clauses out of 11970 with flag 6153/59586
27.56/33.20	c And the winner is solver0
27.63/33.56	c Got one! Elapsed wall clock time (in seconds):33.439
27.63/33.56	o 628
27.71/33.64	c And the winner is solver0
27.86/34.06	c Got one! Elapsed wall clock time (in seconds):33.942
27.86/34.06	o 627
27.86/34.06	c And the winner is solver0
27.87/34.56	c Got one! Elapsed wall clock time (in seconds):34.445
27.87/34.56	o 624
27.87/34.57	c And the winner is solver0
27.87/35.06	c Got one! Elapsed wall clock time (in seconds):34.948
27.87/35.06	o 623
28.20/35.42	c cleaning 6139 clauses out of 12286 with flag 4062/65887
29.21/36.45	c cleaning 6069 clauses out of 12148 with flag 16113/71888
30.50/37.70	c cleaning 6537 clauses out of 13078 with flag 30193/78887
31.80/39.05	c cleaning 7264 clauses out of 14542 with flag 46263/86888
33.40/40.63	c cleaning 8137 clauses out of 16277 with flag 64307/95887
34.71/41.98	c And the winner is solver0
34.78/42.07	c Got one! Elapsed wall clock time (in seconds):41.951
34.78/42.07	o 620
36.99/43.18	c cleaning 10570 clauses out of 21149 with flag 10131/108896
37.19/43.25	c And the winner is solver0
37.37/43.57	c Got one! Elapsed wall clock time (in seconds):43.454
37.37/43.57	o 619
39.23/44.55	c cleaning 8005 clauses out of 16009 with flag 10394/114326
41.43/45.70	c cleaning 6999 clauses out of 14006 with flag 22530/120328
44.23/47.03	c cleaning 6998 clauses out of 14004 with flag 36548/127325
47.61/48.62	c cleaning 7500 clauses out of 15006 with flag 52758/135325
50.81/50.25	c cleaning 8252 clauses out of 16508 with flag 71230/144327
54.41/52.05	c cleaning 9124 clauses out of 18255 with flag 91394/154326
54.61/52.12	c And the winner is solver0
54.76/52.58	c Got one! Elapsed wall clock time (in seconds):52.459
54.76/52.58	o 617
56.78/53.52	c cleaning 7261 clauses out of 14527 with flag 10095/159722
57.79/54.01	c And the winner is solver0
57.90/54.15	c Got one! Elapsed wall clock time (in seconds):54.037
57.90/54.15	o 616
58.62/54.52	c cleaning 6177 clauses out of 12368 with flag 4193/164824
60.62/55.59	c cleaning 6088 clauses out of 12192 with flag 16534/170825
63.22/56.85	c cleaning 6546 clauses out of 13103 with flag 30960/177824
65.22/57.86	c And the winner is solver0
65.48/58.16	c Got one! Elapsed wall clock time (in seconds):58.041
65.48/58.16	o 614
66.96/58.91	c And the winner is solver0
67.11/59.16	c Got one! Elapsed wall clock time (in seconds):59.044
67.11/59.16	o 613
67.39/59.37	c cleaning 8783 clauses out of 17579 with flag 2036/188846
68.19/59.77	c And the winner is solver0
68.48/60.16	c Got one! Elapsed wall clock time (in seconds):60.048
68.48/60.16	o 612
69.55/60.74	c cleaning 7090 clauses out of 14191 with flag 6187/194241
72.29/62.27	c cleaning 6543 clauses out of 13101 with flag 18545/200241
74.90/63.50	c cleaning 6775 clauses out of 13560 with flag 32900/207243
74.90/63.53	c And the winner is solver0
75.03/63.67	c Got one! Elapsed wall clock time (in seconds):63.552
75.03/63.67	o 611
76.76/64.54	c cleaning 5975 clauses out of 11956 with flag 10381/212414
77.16/64.76	c And the winner is solver0
77.45/65.17	c Got one! Elapsed wall clock time (in seconds):65.056
77.45/65.17	o 609
78.70/65.86	c cleaning 5674 clauses out of 11353 with flag 8135/217786
79.90/66.45	c And the winner is solver0
80.16/66.68	c Got one! Elapsed wall clock time (in seconds):66.559
80.16/66.68	o 606
80.80/67.03	c cleaning 5683 clauses out of 11376 with flag 4103/223483
82.80/68.07	c cleaning 5839 clauses out of 11692 with flag 16400/229482
85.49/69.32	c cleaning 6421 clauses out of 12854 with flag 30899/236483
88.28/70.77	c cleaning 7209 clauses out of 14432 with flag 47351/244482
88.48/70.82	c And the winner is solver0
88.69/71.18	c Got one! Elapsed wall clock time (in seconds):71.063
88.69/71.18	o 605
89.72/71.72	c And the winner is solver0
89.95/72.18	c Got one! Elapsed wall clock time (in seconds):72.066
89.95/72.18	o 602
90.57/72.57	c cleaning 6313 clauses out of 12630 with flag 4127/249889
93.00/73.65	c cleaning 6157 clauses out of 12318 with flag 16533/255890
95.63/74.97	c cleaning 6573 clauses out of 13160 with flag 30899/262889
98.81/76.54	c cleaning 7290 clauses out of 14587 with flag 47283/270889
102.22/78.23	c cleaning 8143 clauses out of 16298 with flag 65569/279890
103.77/78.98	c And the winner is solver0
104.05/79.19	c Got one! Elapsed wall clock time (in seconds):79.071
104.05/79.19	o 601
104.70/79.55	c cleaning 7074 clauses out of 14151 with flag 4091/285886
106.32/80.35	c And the winner is solver0
106.63/80.69	c Got one! Elapsed wall clock time (in seconds):80.574
106.63/80.69	o 597
106.84/80.88	c cleaning 6381 clauses out of 12776 with flag 2078/291585
109.04/81.92	c cleaning 6196 clauses out of 12395 with flag 14298/297585
110.84/82.81	c And the winner is solver0
111.07/83.20	c Got one! Elapsed wall clock time (in seconds):83.079
111.07/83.20	o 595
112.87/84.16	c cleaning 8181 clauses out of 16372 with flag 10216/307758
115.07/85.24	c cleaning 7091 clauses out of 14191 with flag 22375/313758
117.67/86.50	c cleaning 7045 clauses out of 14100 with flag 36692/320758
120.48/87.98	c cleaning 7522 clauses out of 15056 with flag 53224/328759
124.43/89.86	c cleaning 8261 clauses out of 16533 with flag 71876/337758
128.23/91.71	c cleaning 9130 clauses out of 18275 with flag 92632/347761
132.43/93.84	c cleaning 10065 clauses out of 20143 with flag 115631/358759
137.42/96.32	c cleaning 11039 clauses out of 22078 with flag 140727/370759
143.04/99.17	c cleaning 12014 clauses out of 24040 with flag 168002/383760
149.97/102.90	c cleaning 13005 clauses out of 26024 with flag 197164/397758
156.37/106.04	c cleaning 14005 clauses out of 28020 with flag 228212/412759
163.57/109.64	c cleaning 15007 clauses out of 30014 with flag 260794/428758
170.53/113.02	c And the winner is solver1
170.59/113.29	c Got one! Elapsed wall clock time (in seconds):113.172
170.59/113.29	o 529
173.21/114.61	c cleaning 17251 clauses out of 34501 with flag 13000/448252
175.41/115.75	c cleaning 11626 clauses out of 23251 with flag 29023/454253
177.81/116.96	c cleaning 9311 clauses out of 18622 with flag 46332/461250
180.81/118.40	c cleaning 8652 clauses out of 17311 with flag 68020/469250
184.02/120.01	c cleaning 8828 clauses out of 17660 with flag 92370/478251
188.24/122.03	c cleaning 9417 clauses out of 18833 with flag 118639/488252
192.44/124.11	c cleaning 10206 clauses out of 20415 with flag 149551/499251
197.26/126.53	c cleaning 11099 clauses out of 22208 with flag 186689/511250
202.64/129.22	c cleaning 12055 clauses out of 24111 with flag 232263/524252
209.38/132.51	c cleaning 13017 clauses out of 26056 with flag 286004/538252
215.98/135.81	c cleaning 14014 clauses out of 28037 with flag 338278/553250
224.38/140.31	c cleaning 15014 clauses out of 30027 with flag 386061/569254
231.58/143.98	c cleaning 16000 clauses out of 32010 with flag 433971/586251
239.18/147.71	c cleaning 17001 clauses out of 34010 with flag 485247/604251
248.24/152.27	c cleaning 17995 clauses out of 36008 with flag 540873/623250
258.58/157.31	c cleaning 19004 clauses out of 38015 with flag 602771/643252
267.96/162.10	c cleaning 20006 clauses out of 40011 with flag 666467/664252
278.75/167.36	c cleaning 20994 clauses out of 42003 with flag 734779/686250
290.33/173.12	c cleaning 22001 clauses out of 44009 with flag 805701/709250
302.29/179.01	c cleaning 22998 clauses out of 46008 with flag 875232/733250
314.68/185.26	c cleaning 24002 clauses out of 48012 with flag 953024/758252
327.40/191.51	c cleaning 25002 clauses out of 50009 with flag 1029274/784251
335.77/195.64	c And the winner is solver0
336.23/196.09	c Got one! Elapsed wall clock time (in seconds):195.97
336.23/196.09	o 526
339.34/197.63	c cleaning 23766 clauses out of 47535 with flag 16466/806779
341.94/198.95	c cleaning 14885 clauses out of 29769 with flag 36798/812779
344.94/200.45	c cleaning 10939 clauses out of 21884 with flag 60085/819779
348.14/202.05	c cleaning 9470 clauses out of 18946 with flag 85771/827780
352.15/203.92	c cleaning 9237 clauses out of 18475 with flag 112918/836779
356.16/205.98	c cleaning 9619 clauses out of 19238 with flag 139723/846779
360.37/208.09	c cleaning 10306 clauses out of 20619 with flag 171232/857779
365.15/210.49	c cleaning 11156 clauses out of 22314 with flag 207358/869780
370.92/213.26	c cleaning 12078 clauses out of 24157 with flag 244656/882779
376.52/216.05	c cleaning 13034 clauses out of 26080 with flag 280430/896780
382.53/219.07	c cleaning 14017 clauses out of 28046 with flag 324152/911780
389.70/222.56	c cleaning 15010 clauses out of 30028 with flag 372951/927779
396.90/226.15	c cleaning 16005 clauses out of 32018 with flag 426318/944779
404.91/230.09	c cleaning 17005 clauses out of 34014 with flag 476231/962780
413.71/234.45	c cleaning 17999 clauses out of 36008 with flag 523009/981779
423.12/239.01	c cleaning 18998 clauses out of 38010 with flag 580380/1001780
432.95/243.80	c cleaning 20008 clauses out of 40015 with flag 636089/1022783
442.56/248.67	c cleaning 20998 clauses out of 42003 with flag 691574/1044779
454.09/254.21	c cleaning 22002 clauses out of 44005 with flag 759404/1067779
458.17/256.13	c And the winner is solver0
458.81/256.74	c Got one! Elapsed wall clock time (in seconds):256.626
458.81/256.74	o 523
461.84/258.30	c cleaning 17768 clauses out of 35542 with flag 13469/1081318
464.44/259.57	c cleaning 11880 clauses out of 23775 with flag 30083/1087319
467.05/260.86	c cleaning 9443 clauses out of 18893 with flag 47054/1094317
470.24/262.49	c cleaning 8719 clauses out of 17451 with flag 66795/1102318
475.86/266.00	c cleaning 8861 clauses out of 17731 with flag 89719/1111317
479.66/267.92	c cleaning 9431 clauses out of 18870 with flag 118325/1121317
484.26/270.24	c cleaning 10211 clauses out of 20439 with flag 147005/1132317
489.47/272.85	c cleaning 11113 clauses out of 22230 with flag 178454/1144319
495.46/275.86	c cleaning 12053 clauses out of 24115 with flag 211727/1157317
502.12/279.15	c cleaning 13030 clauses out of 26062 with flag 247530/1171317
509.33/282.75	c cleaning 14013 clauses out of 28032 with flag 285342/1186317
516.41/286.25	c cleaning 15007 clauses out of 30020 with flag 328244/1202318
523.41/289.79	c cleaning 16002 clauses out of 32012 with flag 374505/1219317
529.09/292.59	c And the winner is solver0
529.89/293.27	c Got one! Elapsed wall clock time (in seconds):293.15
529.89/293.27	o 522
532.40/294.57	c cleaning 17133 clauses out of 34267 with flag 13672/1237574
535.00/295.81	c cleaning 11561 clauses out of 23135 with flag 28828/1243575
537.20/296.93	c cleaning 9277 clauses out of 18573 with flag 46297/1250574
540.00/298.36	c cleaning 8646 clauses out of 17297 with flag 67227/1258575
543.91/300.21	c cleaning 8824 clauses out of 17651 with flag 89169/1267575
547.91/302.24	c cleaning 9414 clauses out of 18827 with flag 114443/1277575
551.90/304.21	c And the winner is solver0
552.63/304.98	c Got one! Elapsed wall clock time (in seconds):304.86
552.63/304.98	o 518
554.51/305.91	c And the winner is solver0
555.11/306.59	c Got one! Elapsed wall clock time (in seconds):306.469
555.11/306.59	o 517
556.03/307.09	c cleaning 12703 clauses out of 25412 with flag 4936/1293574
558.93/308.41	c cleaning 9345 clauses out of 18705 with flag 20253/1299570
561.73/309.84	c cleaning 8174 clauses out of 16361 with flag 36949/1306571
564.53/311.21	c cleaning 8088 clauses out of 16186 with flag 54813/1314570
565.53/311.74	c And the winner is solver0
566.29/312.45	c Got one! Elapsed wall clock time (in seconds):312.328
566.29/312.45	o 516
567.23/312.90	c cleaning 6625 clauses out of 13257 with flag 5797/1319729
569.43/314.03	c cleaning 6311 clauses out of 12633 with flag 22460/1325730
572.14/315.39	c cleaning 6657 clauses out of 13321 with flag 39956/1332729
575.36/316.92	c cleaning 7326 clauses out of 14664 with flag 58321/1340729
578.54/318.57	c cleaning 8168 clauses out of 16339 with flag 80416/1349730
582.74/320.66	c cleaning 9079 clauses out of 18170 with flag 104370/1359729
587.14/322.86	c cleaning 10041 clauses out of 20091 with flag 131411/1370729
592.14/325.35	c cleaning 11025 clauses out of 22050 with flag 160400/1382729
597.54/328.04	c cleaning 12013 clauses out of 24025 with flag 193256/1395729
603.14/330.88	c cleaning 13003 clauses out of 26014 with flag 228079/1409731
609.15/333.90	c cleaning 14001 clauses out of 28009 with flag 265048/1424729
615.75/337.19	c cleaning 15003 clauses out of 30008 with flag 305727/1440729
622.75/340.65	c cleaning 15998 clauses out of 32006 with flag 349010/1457730
629.95/344.24	c cleaning 17002 clauses out of 34007 with flag 399155/1475729
638.10/348.23	c cleaning 18002 clauses out of 36006 with flag 447121/1494730
646.70/352.55	c cleaning 19003 clauses out of 38005 with flag 498319/1514731
655.90/357.14	c cleaning 19993 clauses out of 40000 with flag 553214/1535729
665.30/361.84	c And the winner is solver0
667.05/363.59	c Got one! Elapsed wall clock time (in seconds):363.469
667.05/363.59	o 515
669.71/364.98	c cleaning 23367 clauses out of 46735 with flag 12513/1562457
672.72/366.44	c cleaning 14678 clauses out of 29364 with flag 29660/1568453
675.71/367.95	c cleaning 10839 clauses out of 21688 with flag 46738/1575455
679.32/369.78	c cleaning 9419 clauses out of 18848 with flag 66720/1583454
682.91/371.59	c cleaning 9210 clauses out of 18428 with flag 88085/1592453
687.43/373.72	c cleaning 9603 clauses out of 19218 with flag 112463/1602453
691.83/375.99	c cleaning 10306 clauses out of 20615 with flag 139193/1613453
697.23/378.63	c cleaning 11155 clauses out of 22309 with flag 168358/1625453
702.63/381.37	c cleaning 12074 clauses out of 24156 with flag 199119/1638455
708.82/384.43	c cleaning 13038 clauses out of 26080 with flag 231235/1652453
715.62/387.86	c cleaning 14021 clauses out of 28045 with flag 267774/1667456
723.82/391.90	c cleaning 15011 clauses out of 30025 with flag 306194/1683457
732.82/396.48	c cleaning 15997 clauses out of 32010 with flag 347389/1700453
742.41/401.28	c cleaning 17004 clauses out of 34014 with flag 392571/1718454
753.62/406.89	c cleaning 18002 clauses out of 36009 with flag 439327/1737453
764.82/412.48	c cleaning 19003 clauses out of 38008 with flag 486333/1757454
777.41/418.77	c cleaning 20001 clauses out of 40005 with flag 534983/1778454
788.61/424.30	c cleaning 20999 clauses out of 42004 with flag 587709/1800454
798.02/429.10	c cleaning 21997 clauses out of 44004 with flag 643623/1823453
811.02/435.40	c cleaning 23002 clauses out of 46009 with flag 705536/1847455
823.22/441.53	c cleaning 23996 clauses out of 48006 with flag 765907/1872454
834.82/447.35	c cleaning 25004 clauses out of 50010 with flag 829036/1898454
848.22/454.07	c cleaning 26003 clauses out of 52005 with flag 897940/1925453
862.42/461.19	c cleaning 27000 clauses out of 54002 with flag 969398/1953453
877.01/468.45	c cleaning 27997 clauses out of 56004 with flag 1040476/1982455
891.21/475.59	c cleaning 28998 clauses out of 58005 with flag 1114000/2012453
908.01/483.99	c cleaning 30004 clauses out of 60008 with flag 1187351/2043454
925.22/492.57	c cleaning 30998 clauses out of 62003 with flag 1263314/2075453
942.62/501.20	c cleaning 32003 clauses out of 64006 with flag 1340260/2108454
960.82/510.38	c cleaning 32999 clauses out of 66002 with flag 1415711/2142453
980.62/520.26	c cleaning 34003 clauses out of 68005 with flag 1493230/2177455
1001.21/530.54	c cleaning 34999 clauses out of 70001 with flag 1573763/2213454
1023.33/541.48	c cleaning 36001 clauses out of 72002 with flag 1659743/2250454
1044.73/552.12	c cleaning 37000 clauses out of 74001 with flag 1753902/2288454
1068.99/564.14	c cleaning 38001 clauses out of 76002 with flag 1849310/2327455
1093.60/576.42	c cleaning 39000 clauses out of 78000 with flag 1942348/2367454
1118.67/588.89	c cleaning 39994 clauses out of 79999 with flag 2041091/2408453
1139.87/599.45	c cleaning 41000 clauses out of 82007 with flag 2140422/2450455
1162.86/610.90	c cleaning 42000 clauses out of 84005 with flag 2237337/2493453
1183.55/621.15	c And the winner is solver0
1183.86/621.39	c Got one! Elapsed wall clock time (in seconds):621.273
1183.86/621.39	o 514
1188.19/623.54	c cleaning 42564 clauses out of 85139 with flag 13798/2536587
1192.08/625.37	c cleaning 24283 clauses out of 48576 with flag 27945/2542588
1195.69/627.17	c cleaning 15637 clauses out of 31292 with flag 45062/2549587
1198.88/628.77	c cleaning 11822 clauses out of 23655 with flag 65353/2557587
1200.48/629.52	c And the winner is solver0
1201.20/630.30	c Got one! Elapsed wall clock time (in seconds):630.183
1201.20/630.30	o 513
1201.68/630.57	c cleaning 8630 clauses out of 17263 with flag 3091/2563017
1205.16/632.11	c cleaning 7307 clauses out of 14631 with flag 21853/2569015
1207.55/633.35	c cleaning 7153 clauses out of 14324 with flag 39570/2576015
1210.75/634.92	c cleaning 7583 clauses out of 15173 with flag 61778/2584017
1214.35/636.79	c cleaning 8295 clauses out of 16590 with flag 87173/2593017
1219.17/639.17	c cleaning 9144 clauses out of 18293 with flag 112128/2603015
1224.96/642.09	c cleaning 10072 clauses out of 20150 with flag 140463/2614016
1231.56/645.34	c cleaning 11037 clauses out of 22078 with flag 171517/2626016
1238.56/648.82	c cleaning 12007 clauses out of 24041 with flag 203386/2639016
1247.08/652.90	c cleaning 13015 clauses out of 26034 with flag 239964/2653016
1255.57/657.00	c cleaning 13999 clauses out of 28018 with flag 279422/2668015
1261.37/659.97	c And the winner is solver0
1262.53/661.02	c Got one! Elapsed wall clock time (in seconds):660.9
1262.53/661.02	o 512
1265.10/662.33	c cleaning 16872 clauses out of 33746 with flag 15015/2687742
1268.18/663.73	c cleaning 11428 clauses out of 22873 with flag 31870/2693741
1271.18/665.21	c cleaning 9213 clauses out of 18447 with flag 50962/2700743
1274.78/667.01	c cleaning 8610 clauses out of 17232 with flag 70554/2708741
1278.18/668.79	c cleaning 8809 clauses out of 17623 with flag 92498/2717742
1282.38/670.81	c cleaning 9398 clauses out of 18813 with flag 116481/2727741
1287.39/673.32	c cleaning 10206 clauses out of 20415 with flag 144822/2738741
1292.18/675.78	c cleaning 11102 clauses out of 22209 with flag 174821/2750741
1297.88/678.41	c cleaning 12054 clauses out of 24107 with flag 208162/2763741
1302.90/680.99	c cleaning 13027 clauses out of 26055 with flag 238945/2777743
1303.88/681.42	c And the winner is solver0
1308.93/686.45	c Got one! Elapsed wall clock time (in seconds):686.329
1308.93/686.45	o 511
1311.11/687.43	c cleaning 9187 clauses out of 18381 with flag 9834/2783096
1314.10/688.93	c cleaning 7591 clauses out of 15194 with flag 24083/2789096
1316.90/690.39	c cleaning 7297 clauses out of 14603 with flag 42894/2796096
1320.32/692.01	c cleaning 7648 clauses out of 15307 with flag 64126/2804097
1323.90/693.87	c cleaning 8327 clauses out of 16658 with flag 87972/2813096
1328.30/696.07	c cleaning 9165 clauses out of 18332 with flag 114814/2823097
1333.10/698.49	c cleaning 10085 clauses out of 20171 with flag 143186/2834101
1338.70/701.23	c cleaning 11041 clauses out of 22081 with flag 172871/2846096
1344.31/704.05	c cleaning 12020 clauses out of 24042 with flag 204280/2859098
1350.91/707.31	c cleaning 13008 clauses out of 26021 with flag 236779/2873097
1358.29/711.08	c cleaning 14001 clauses out of 28012 with flag 271956/2888096
1365.89/714.81	c cleaning 15005 clauses out of 30012 with flag 311050/2904097
1374.74/719.18	c cleaning 16001 clauses out of 32006 with flag 351689/2921096
1383.74/723.65	c cleaning 16994 clauses out of 34006 with flag 393709/2939097
1392.54/728.05	c cleaning 18002 clauses out of 36012 with flag 437905/2958097
1402.14/732.89	c cleaning 19004 clauses out of 38010 with flag 484449/2978097
1412.53/738.06	c cleaning 20001 clauses out of 40005 with flag 532873/2999096
1423.13/743.34	c cleaning 20996 clauses out of 42005 with flag 585162/3021097
1434.53/749.08	c cleaning 22005 clauses out of 44009 with flag 644568/3044097
1448.78/756.01	c cleaning 22996 clauses out of 46003 with flag 704967/3068096
1463.18/763.28	c cleaning 24004 clauses out of 48009 with flag 765527/3093098
1476.99/770.15	c cleaning 24999 clauses out of 50005 with flag 833301/3119098
1491.97/777.64	c cleaning 25997 clauses out of 52004 with flag 901518/3146096
1506.37/784.83	c cleaning 27001 clauses out of 54007 with flag 975174/3174096
1521.57/792.41	c cleaning 28004 clauses out of 56007 with flag 1044989/3203097
1536.96/800.15	c cleaning 29001 clauses out of 58005 with flag 1113028/3233099
1554.64/808.81	c cleaning 29998 clauses out of 60002 with flag 1184313/3264097
1573.25/818.15	c cleaning 31003 clauses out of 62005 with flag 1259845/3296098
1594.58/828.61	c cleaning 31999 clauses out of 64001 with flag 1342779/3329097
1614.97/838.81	c cleaning 32998 clauses out of 66001 with flag 1428304/3363096
1635.99/849.34	c cleaning 33998 clauses out of 68003 with flag 1514864/3398096
1661.61/862.70	c cleaning 35000 clauses out of 70005 with flag 1606782/3434096
1684.61/874.27	c cleaning 36001 clauses out of 72006 with flag 1696483/3471097
1709.08/886.45	c cleaning 36991 clauses out of 74006 with flag 1790551/3509098
1731.69/897.75	c cleaning 38006 clauses out of 76014 with flag 1884393/3548097
1751.87/907.87	c cleaning 38996 clauses out of 78008 with flag 1982066/3588097
1772.36/918.05	c cleaning 40004 clauses out of 80013 with flag 2081243/3629098
1793.75/928.71	c cleaning 41004 clauses out of 82007 with flag 2184219/3671096
1800.15/931.90	c >>>>>>>>>> Solver number 0 (84 answers) <<<<<<<<<<<<<<<<<<
1800.15/931.90	c starts		: 13361
1800.15/931.90	c conflicts		: 3685840
1800.15/931.90	c decisions		: 4696735
1800.15/931.90	c propagations		: 164170369
1800.15/931.90	c inspects		: 4945790595
1800.15/931.90	c shortcuts		: 0
1800.15/931.90	c learnt literals	: 0
1800.15/931.90	c learnt binary clauses	: 0
1800.15/931.90	c learnt ternary clauses	: 1827
1800.15/931.90	c learnt constraints	: 3685840
1800.15/931.90	c ignored constraints	: 0
1800.15/931.90	c root simplifications	: 0
1800.15/931.90	c removed literals (reason simplification)	: 576921229
1800.15/931.90	c reason swapping (by a shorter reason)	: 0
1800.15/931.90	c Calls to reduceDB	: 238
1800.15/931.90	c Number of update (reduction) of LBD	: 36776
1800.15/931.90	c Imported unit clauses	: 0
1800.15/931.90	c number of reductions to clauses (during analyze)	: 0
1800.15/931.90	c number of learned constraints concerned by reduction	: 0
1800.15/931.90	c number of learning phase by resolution	: 0
1800.15/931.90	c number of learning phase by cutting planes	: 0
1800.15/931.90	c speed (assignments/second)	: 200547.474930095
1800.15/931.90	c non guided choices	484
1800.15/931.92	c learnt constraints type 
1800.15/931.92	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 55747
1800.15/931.92	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
1800.15/931.92	c starts		: 105
1800.15/931.92	c conflicts		: 3953
1800.15/931.92	c decisions		: 12333
1800.15/931.92	c propagations		: 316220
1800.15/931.92	c inspects		: 246178097
1800.15/931.92	c shortcuts		: 0
1800.15/931.92	c learnt literals	: 0
1800.15/931.92	c learnt binary clauses	: 0
1800.15/931.92	c learnt ternary clauses	: 0
1800.15/931.92	c learnt constraints	: 3904
1800.15/931.92	c ignored constraints	: 0
1800.15/931.92	c root simplifications	: 0
1800.15/931.92	c removed literals (reason simplification)	: 0
1800.15/931.92	c reason swapping (by a shorter reason)	: 0
1800.15/931.92	c Calls to reduceDB	: 0
1800.15/931.92	c Number of update (reduction) of LBD	: 0
1800.15/931.92	c Imported unit clauses	: 0
1800.15/931.92	c number of reductions to clauses (during analyze)	: 0
1800.15/931.93	c number of learned constraints concerned by reduction	: 0
1800.15/931.93	c number of learning phase by resolution	: 0
1800.15/931.93	c number of learning phase by cutting planes	: 0
1800.15/931.93	c speed (assignments/second)	: 1288.212097510103
1800.15/931.93	c non guided choices	11
1800.15/931.93	c learnt constraints type 
1800.15/931.93	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2
1800.15/931.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3902
1800.15/931.93	s SATISFIABLE
1800.15/931.93	c Found 85 solution(s)
1800.15/931.93	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 
1800.15/931.93	c objective function=511
1800.15/931.93	c Total wall clock time (in seconds): 931.817

Verifier Data

OK	511

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-4118341-1467225782/watcher-4118341-1467225782 -o /tmp/evaluation-result-4118341-1467225782/solver-4118341-1467225782 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1467212962-6646 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4118341-1467225782.opb 

pid=12163
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: 3.38 3.76 3.91 4/197 12166
/proc/meminfo: memFree=27463552/32872528 swapFree=1499084/1695308
[pid=12166] ppid=12163 vsize=9224 CPUtime=0 cores=0,2,4,6
/proc/12166/stat : 12166 (java) R 12163 12166 5962 0 -1 4202496 424 0 0 0 0 0 0 0 20 0 1 0 3529446 9445376 93 33554432000 1073741824 1073778376 140733712836336 140733712833464 225435545479 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12166/statm: 2306 97 76 9 0 38 0

[startup+0.100059 s]
/proc/loadavg: 3.38 3.76 3.91 4/197 12166
/proc/meminfo: memFree=27463552/32872528 swapFree=1499084/1695308
[pid=12166] ppid=12163 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/12166/stat : 12166 (java) S 12163 12166 5962 0 -1 4202496 4452 0 1 0 8 1 0 0 20 0 18 0 3529446 9787879424 5574 33554432000 1073741824 1073778376 140733712836336 140733712827472 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12166/statm: 2389619 5574 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200215 s]
/proc/loadavg: 3.38 3.76 3.91 4/197 12166
/proc/meminfo: memFree=27463552/32872528 swapFree=1499084/1695308
[pid=12166] ppid=12163 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/12166/stat : 12166 (java) S 12163 12166 5962 0 -1 4202496 5047 0 1 0 25 1 0 0 20 0 18 0 3529446 9787879424 6542 33554432000 1073741824 1073778376 140733712836336 140733712827472 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12166/statm: 2389619 6542 2214 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300231 s]
/proc/loadavg: 3.38 3.76 3.91 4/197 12166
/proc/meminfo: memFree=27463552/32872528 swapFree=1499084/1695308
[pid=12166] ppid=12163 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/12166/stat : 12166 (java) S 12163 12166 5962 0 -1 4202496 5609 0 1 0 45 2 0 0 20 0 18 0 3529446 9787879424 8280 33554432000 1073741824 1073778376 140733712836336 140733712827472 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12166/statm: 2389619 8280 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700248 s]
/proc/loadavg: 3.38 3.76 3.91 4/197 12166
/proc/meminfo: memFree=27463552/32872528 swapFree=1499084/1695308
[pid=12166] ppid=12163 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/12166/stat : 12166 (java) S 12163 12166 5962 0 -1 4202496 8644 0 1 0 78 4 0 0 20 0 19 0 3529446 10060525568 12287 33554432000 1073741824 1073778376 140733712836336 140733712827472 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12166/statm: 2456183 12287 2257 9 0 2446860 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 9824732

[startup+1.50075 s]
/proc/loadavg: 3.38 3.76 3.91 5/216 12191
/proc/meminfo: memFree=27397824/32872528 swapFree=1499084/1695308
[pid=12166] ppid=12163 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/12166/stat : 12166 (java) S 12163 12166 5962 0 -1 4202496 17274 0 1 0 169 9 0 0 20 0 19 0 3529446 10060525568 19286 33554432000 1073741824 1073778376 140733712836336 140733712827472 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12166/statm: 2456183 19286 2265 9 0 2446860 0
[pid=12166/tid=12168] ppid=12163 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/12166/task/12168/stat : 12168 (java) S 12163 12166 5962 0 -1 4202560 2517 0 1 0 35 2 0 0 20 0 19 0 3529447 10060525568 19286 33554432000 1073741824 1073778376 140733712836336 140453689951096 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12169] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12169/stat : 12169 (java) S 12163 12166 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3529448 10060525568 19286 33554432000 1073741824 1073778376 140733712836336 140453533743400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12170] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12170/stat : 12170 (java) S 12163 12166 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3529448 10060525568 19286 33554432000 1073741824 1073778376 140733712836336 140453532690600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12166/tid=12171] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12171/stat : 12171 (java) S 12163 12166 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 3529448 10060525568 19286 33554432000 1073741824 1073778376 140733712836336 140453531638312 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12166/tid=12172] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12172/stat : 12172 (java) S 12163 12166 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3529448 10060525568 19286 33554432000 1073741824 1073778376 140733712836336 140453530585512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12166/tid=12173] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12173/stat : 12173 (java) S 12163 12166 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3529448 10060525568 19286 33554432000 1073741824 1073778376 140733712836336 140453529533224 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12174] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12174/stat : 12174 (java) S 12163 12166 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3529448 10060525568 19286 33554432000 1073741824 1073778376 140733712836336 140453528480424 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12166/tid=12175] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12175/stat : 12175 (java) S 12163 12166 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3529448 10060525568 19286 33554432000 1073741824 1073778376 140733712836336 140453527428136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12176] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12176/stat : 12176 (java) S 12163 12166 5962 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3529448 10060525568 19286 33554432000 1073741824 1073778376 140733712836336 140453526375336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12177] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12177/stat : 12177 (java) S 12163 12166 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 3529449 10060525568 19286 33554432000 1073741824 1073778376 140733712836336 140453514176744 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12178] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12178/stat : 12178 (java) S 12163 12166 5962 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3529450 10060525568 19286 33554432000 1073741824 1073778376 140733712836336 140453513122808 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12179] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12179/stat : 12179 (java) S 12163 12166 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3529450 10060525568 19286 33554432000 1073741824 1073778376 140733712836336 140453512070408 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12180] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12180/stat : 12180 (java) S 12163 12166 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3529452 10060525568 19286 33554432000 1073741824 1073778376 140733712836336 140453511018896 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12181] ppid=12163 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/12166/task/12181/stat : 12181 (java) R 12163 12166 5962 0 -1 4202560 5657 0 0 0 53 0 0 0 20 0 19 0 3529452 10060525568 19286 33554432000 1073741824 1073778376 140733712836336 140453509953888 140453693590162 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12166/tid=12182] ppid=12163 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/12166/task/12182/stat : 12182 (java) R 12163 12166 5962 0 -1 4202560 7733 0 0 0 54 0 0 0 20 0 19 0 3529452 10060525568 19286 33554432000 1073741824 1073778376 140733712836336 140453508890880 140453694068082 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12166/tid=12183] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12183/stat : 12183 (java) S 12163 12166 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3529452 10060525568 19286 33554432000 1073741824 1073778376 140733712836336 140453507861624 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12166/tid=12184] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12184/stat : 12184 (java) S 12163 12166 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3529452 10060525568 19286 33554432000 1073741824 1073778376 140733712836336 140453506809032 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12188] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12188/stat : 12188 (java) S 12163 12166 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3529485 10060525568 19286 33554432000 1073741824 1073778376 140733712836336 140453502596136 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.78
Current children cumulated vsize (KiB) 9824732

[startup+3.10086 s]
/proc/loadavg: 3.38 3.76 3.91 3/216 12197
/proc/meminfo: memFree=27390624/32872528 swapFree=1499084/1695308
[pid=12166] ppid=12163 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/12166/stat : 12166 (java) S 12163 12166 5962 0 -1 4202496 17334 0 1 0 203 13 0 0 20 0 19 0 3529446 10060525568 23414 33554432000 1073741824 1073778376 140733712836336 140733712827472 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12166/statm: 2456183 23414 2266 9 0 2446860 0
[pid=12166/tid=12168] ppid=12163 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/12166/task/12168/stat : 12168 (java) S 12163 12166 5962 0 -1 4202560 2519 0 1 0 37 2 0 0 20 0 19 0 3529447 10060525568 23414 33554432000 1073741824 1073778376 140733712836336 140453689951096 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12169] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12169/stat : 12169 (java) S 12163 12166 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3529448 10060525568 23414 33554432000 1073741824 1073778376 140733712836336 140453533743400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12170] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12170/stat : 12170 (java) S 12163 12166 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3529448 10060525568 23414 33554432000 1073741824 1073778376 140733712836336 140453532690600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12166/tid=12171] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12171/stat : 12171 (java) S 12163 12166 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 3529448 10060525568 23414 33554432000 1073741824 1073778376 140733712836336 140453531638312 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12166/tid=12172] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12172/stat : 12172 (java) S 12163 12166 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3529448 10060525568 23414 33554432000 1073741824 1073778376 140733712836336 140453530585512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12166/tid=12173] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12173/stat : 12173 (java) S 12163 12166 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3529448 10060525568 23414 33554432000 1073741824 1073778376 140733712836336 140453529533224 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12174] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12174/stat : 12174 (java) S 12163 12166 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3529448 10060525568 23414 33554432000 1073741824 1073778376 140733712836336 140453528480424 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12166/tid=12175] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12175/stat : 12175 (java) S 12163 12166 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3529448 10060525568 23414 33554432000 1073741824 1073778376 140733712836336 140453527428136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12176] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12176/stat : 12176 (java) S 12163 12166 5962 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3529448 10060525568 23414 33554432000 1073741824 1073778376 140733712836336 140453526375336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12177] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12177/stat : 12177 (java) S 12163 12166 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 3529449 10060525568 23414 33554432000 1073741824 1073778376 140733712836336 140453514176744 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12178] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12178/stat : 12178 (java) S 12163 12166 5962 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3529450 10060525568 23414 33554432000 1073741824 1073778376 140733712836336 140453513122808 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12179] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12179/stat : 12179 (java) S 12163 12166 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3529450 10060525568 23414 33554432000 1073741824 1073778376 140733712836336 140453512070408 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12180] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12180/stat : 12180 (java) S 12163 12166 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3529452 10060525568 23414 33554432000 1073741824 1073778376 140733712836336 140453511018896 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12181] ppid=12163 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/12166/task/12181/stat : 12181 (java) S 12163 12166 5962 0 -1 4202560 5672 0 0 0 62 0 0 0 20 0 19 0 3529452 10060525568 23414 33554432000 1073741824 1073778376 140733712836336 140453509966520 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12166/tid=12182] ppid=12163 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/12166/task/12182/stat : 12182 (java) S 12163 12166 5962 0 -1 4202560 7750 0 0 0 66 0 0 0 20 0 19 0 3529452 10060525568 23414 33554432000 1073741824 1073778376 140733712836336 140453508913720 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12166/tid=12183] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12183/stat : 12183 (java) S 12163 12166 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3529452 10060525568 23414 33554432000 1073741824 1073778376 140733712836336 140453507861624 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12166/tid=12184] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12184/stat : 12184 (java) S 12163 12166 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3529452 10060525568 23414 33554432000 1073741824 1073778376 140733712836336 140453506809032 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12188] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12188/stat : 12188 (java) S 12163 12166 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3529485 10060525568 23414 33554432000 1073741824 1073778376 140733712836336 140453502596136 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=32 pid=1811 uid=0 cmd=

[startup+6.30083 s]
/proc/loadavg: 3.35 3.75 3.90 3/216 12221
/proc/meminfo: memFree=27300180/32872528 swapFree=1499084/1695308
[pid=12166] ppid=12163 vsize=9824732 CPUtime=3.58 cores=0,2,4,6
/proc/12166/stat : 12166 (java) S 12163 12166 5962 0 -1 4202496 18233 0 1 0 340 18 0 0 20 0 19 0 3529446 10060525568 41061 33554432000 1073741824 1073778376 140733712836336 140733712827472 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12166/statm: 2456183 41061 2275 9 0 2446860 0
[pid=12166/tid=12168] ppid=12163 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/12166/task/12168/stat : 12168 (java) S 12163 12166 5962 0 -1 4202560 2522 0 1 0 38 2 0 0 20 0 19 0 3529447 10060525568 41061 33554432000 1073741824 1073778376 140733712836336 140453689951096 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12169] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12169/stat : 12169 (java) S 12163 12166 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3529448 10060525568 41061 33554432000 1073741824 1073778376 140733712836336 140453533743400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12170] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12170/stat : 12170 (java) S 12163 12166 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3529448 10060525568 41061 33554432000 1073741824 1073778376 140733712836336 140453532690600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12166/tid=12171] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12171/stat : 12171 (java) S 12163 12166 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 3529448 10060525568 41061 33554432000 1073741824 1073778376 140733712836336 140453531638312 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12166/tid=12172] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12172/stat : 12172 (java) S 12163 12166 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3529448 10060525568 41061 33554432000 1073741824 1073778376 140733712836336 140453530585512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12166/tid=12173] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12173/stat : 12173 (java) S 12163 12166 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3529448 10060525568 41061 33554432000 1073741824 1073778376 140733712836336 140453529533224 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12174] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12174/stat : 12174 (java) S 12163 12166 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3529448 10060525568 41061 33554432000 1073741824 1073778376 140733712836336 140453528480424 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12166/tid=12175] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12175/stat : 12175 (java) S 12163 12166 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3529448 10060525568 41061 33554432000 1073741824 1073778376 140733712836336 140453527428136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12176] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12176/stat : 12176 (java) S 12163 12166 5962 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3529448 10060525568 41061 33554432000 1073741824 1073778376 140733712836336 140453526375336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12177] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12177/stat : 12177 (java) S 12163 12166 5962 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3529449 10060525568 41061 33554432000 1073741824 1073778376 140733712836336 140453514176744 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12166/tid=12178] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12178/stat : 12178 (java) S 12163 12166 5962 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3529450 10060525568 41061 33554432000 1073741824 1073778376 140733712836336 140453513122808 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12179] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12179/stat : 12179 (java) S 12163 12166 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3529450 10060525568 41061 33554432000 1073741824 1073778376 140733712836336 140453512070408 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12180] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12180/stat : 12180 (java) S 12163 12166 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3529452 10060525568 41061 33554432000 1073741824 1073778376 140733712836336 140453511018896 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12181] ppid=12163 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/12166/task/12181/stat : 12181 (java) S 12163 12166 5962 0 -1 4202560 5713 0 0 0 90 1 0 0 20 0 19 0 3529452 10060525568 41061 33554432000 1073741824 1073778376 140733712836336 140453509966520 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12166/tid=12182] ppid=12163 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/12166/task/12182/stat : 12182 (java) S 12163 12166 5962 0 -1 4202560 8519 0 0 0 84 0 0 0 20 0 19 0 3529452 10060525568 41061 33554432000 1073741824 1073778376 140733712836336 140453508913720 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12183] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12183/stat : 12183 (java) S 12163 12166 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3529452 10060525568 41061 33554432000 1073741824 1073778376 140733712836336 140453507861624 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12166/tid=12184] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12184/stat : 12184 (java) S 12163 12166 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 3529452 10060525568 41061 33554432000 1073741824 1073778376 140733712836336 140453506809032 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12188] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12188/stat : 12188 (java) S 12163 12166 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3529485 10060525568 41061 33554432000 1073741824 1073778376 140733712836336 140453502596136 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.58

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


[startup+882.308 s]
/proc/loadavg: 4.21 4.17 4.01 6/216 12823
/proc/meminfo: memFree=24595564/32872528 swapFree=1499084/1695308
[pid=12166] ppid=12163 vsize=9824732 CPUtime=1700.83 cores=0,2,4,6
/proc/12166/stat : 12166 (java) S 12163 12166 5962 0 -1 4202496 29628 0 1 0 169687 396 0 0 20 0 22 0 3529446 10060525568 966891 33554432000 1073741824 1073778376 140733712836336 140733712827472 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12166/statm: 2456183 966891 2302 9 0 2446860 0
[pid=12166/tid=12168] ppid=12163 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/12166/task/12168/stat : 12168 (java) S 12163 12166 5962 0 -1 4202560 2543 0 1 0 63 4 0 0 20 0 22 0 3529447 10060525568 966891 33554432000 1073741824 1073778376 140733712836336 140453689951096 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12169] ppid=12163 vsize=9824732 CPUtime=2.99 cores=0,2,4,6
/proc/12166/task/12169/stat : 12169 (java) S 12163 12166 5962 0 -1 4202560 1009 0 0 0 271 28 0 0 20 0 22 0 3529448 10060525568 966891 33554432000 1073741824 1073778376 140733712836336 140453533743400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12170] ppid=12163 vsize=9824732 CPUtime=2.84 cores=0,2,4,6
/proc/12166/task/12170/stat : 12170 (java) S 12163 12166 5962 0 -1 4202560 691 0 0 0 258 26 0 0 20 0 22 0 3529448 10060525568 966891 33554432000 1073741824 1073778376 140733712836336 140453532690600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12166/tid=12171] ppid=12163 vsize=9824732 CPUtime=3.28 cores=0,2,4,6
/proc/12166/task/12171/stat : 12171 (java) S 12163 12166 5962 0 -1 4202560 856 0 0 0 298 30 0 0 20 0 22 0 3529448 10060525568 966891 33554432000 1073741824 1073778376 140733712836336 140453531638312 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12166/tid=12172] ppid=12163 vsize=9824732 CPUtime=2.8 cores=0,2,4,6
/proc/12166/task/12172/stat : 12172 (java) S 12163 12166 5962 0 -1 4202560 685 0 0 0 256 24 0 0 20 0 22 0 3529448 10060525568 966891 33554432000 1073741824 1073778376 140733712836336 140453530585512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12173] ppid=12163 vsize=9824732 CPUtime=2.93 cores=0,2,4,6
/proc/12166/task/12173/stat : 12173 (java) S 12163 12166 5962 0 -1 4202560 810 0 0 0 267 26 0 0 20 0 22 0 3529448 10060525568 966891 33554432000 1073741824 1073778376 140733712836336 140453529533224 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12174] ppid=12163 vsize=9824732 CPUtime=2.96 cores=0,2,4,6
/proc/12166/task/12174/stat : 12174 (java) S 12163 12166 5962 0 -1 4202560 754 0 0 0 271 25 0 0 20 0 22 0 3529448 10060525568 966891 33554432000 1073741824 1073778376 140733712836336 140453528480424 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12166/tid=12175] ppid=12163 vsize=9824732 CPUtime=2.88 cores=0,2,4,6
/proc/12166/task/12175/stat : 12175 (java) S 12163 12166 5962 0 -1 4202560 729 0 0 0 259 29 0 0 20 0 22 0 3529448 10060525568 966891 33554432000 1073741824 1073778376 140733712836336 140453527428136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12166/tid=12176] ppid=12163 vsize=9824732 CPUtime=2.56 cores=0,2,4,6
/proc/12166/task/12176/stat : 12176 (java) S 12163 12166 5962 0 -1 4202560 706 0 0 0 231 25 0 0 20 0 22 0 3529448 10060525568 966891 33554432000 1073741824 1073778376 140733712836336 140453526375336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12166/tid=12177] ppid=12163 vsize=9824732 CPUtime=5.29 cores=0,2,4,6
/proc/12166/task/12177/stat : 12177 (java) S 12163 12166 5962 0 -1 4202560 2766 0 0 0 521 8 0 0 20 0 22 0 3529449 10060525568 966891 33554432000 1073741824 1073778376 140733712836336 140453514176744 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12166/tid=12178] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12178/stat : 12178 (java) S 12163 12166 5962 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3529450 10060525568 966891 33554432000 1073741824 1073778376 140733712836336 140453513122808 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12166/tid=12179] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12179/stat : 12179 (java) S 12163 12166 5962 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 3529450 10060525568 966891 33554432000 1073741824 1073778376 140733712836336 140453512070408 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12166/tid=12180] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12180/stat : 12180 (java) S 12163 12166 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3529452 10060525568 966891 33554432000 1073741824 1073778376 140733712836336 140453511018896 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12181] ppid=12163 vsize=9824732 CPUtime=1.53 cores=0,2,4,6
/proc/12166/task/12181/stat : 12181 (java) S 12163 12166 5962 0 -1 4202560 5848 0 0 0 151 2 0 0 20 0 22 0 3529452 10060525568 966891 33554432000 1073741824 1073778376 140733712836336 140453509966520 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12166/tid=12182] ppid=12163 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/12166/task/12182/stat : 12182 (java) S 12163 12166 5962 0 -1 4202560 8537 0 0 0 98 1 0 0 20 0 22 0 3529452 10060525568 966891 33554432000 1073741824 1073778376 140733712836336 140453508913720 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12183] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12183/stat : 12183 (java) S 12163 12166 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3529452 10060525568 966891 33554432000 1073741824 1073778376 140733712836336 140453507861624 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12166/tid=12184] ppid=12163 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/12166/task/12184/stat : 12184 (java) S 12163 12166 5962 0 -1 4202560 52 0 0 0 12 13 0 0 20 0 22 0 3529452 10060525568 966891 33554432000 1073741824 1073778376 140733712836336 140453506809032 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12166/tid=12531] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12531/stat : 12531 (java) S 12163 12166 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 3540776 10060525568 966891 33554432000 1073741824 1073778376 140733712836336 140453502596008 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12166/tid=12742] ppid=12163 vsize=9824732 CPUtime=193.4 cores=0,2,4,6
/proc/12166/task/12742/stat : 12742 (java) R 12163 12166 5962 0 -1 4202560 5 0 0 0 19338 2 0 0 20 0 22 0 3598092 10060525568 966891 33554432000 1073741824 1073778376 140733712836336 140453503639952 140453562691045 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12743] ppid=12163 vsize=9824732 CPUtime=193.45 cores=0,2,4,6
/proc/12166/task/12743/stat : 12743 (java) R 12163 12166 5962 0 -1 4202560 4 0 0 0 19343 2 0 0 20 0 22 0 3598092 10060525568 966891 33554432000 1073741824 1073778376 140733712836336 140453504698856 140453563421468 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12166/tid=12744] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12744/stat : 12744 (java) S 12163 12166 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 3598092 10060525568 966891 33554432000 1073741824 1073778376 140733712836336 140453505753896 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1700.83
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+931.901 s]
/proc/loadavg: 3.75 4.02 3.97 6/219 13010
/proc/meminfo: memFree=23380856/32872528 swapFree=1499084/1695308
[pid=12166] ppid=12163 vsize=9824732 CPUtime=1800.15 cores=0,2,4,6
/proc/12166/stat : 12166 (java) S 12163 12166 5962 0 -1 4202496 29663 0 1 0 179618 397 0 0 20 0 22 0 3529446 10060525568 966916 33554432000 1073741824 1073778376 140733712836336 140733712827472 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12166/statm: 2456183 966916 2302 9 0 2446860 0
[pid=12166/tid=12168] ppid=12163 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/12166/task/12168/stat : 12168 (java) S 12163 12166 5962 0 -1 4202560 2543 0 1 0 63 4 0 0 20 0 22 0 3529447 10060525568 966916 33554432000 1073741824 1073778376 140733712836336 140453689951096 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12169] ppid=12163 vsize=9824732 CPUtime=3.03 cores=0,2,4,6
/proc/12166/task/12169/stat : 12169 (java) S 12163 12166 5962 0 -1 4202560 1015 0 0 0 275 28 0 0 20 0 22 0 3529448 10060525568 966916 33554432000 1073741824 1073778376 140733712836336 140453533743400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12170] ppid=12163 vsize=9824732 CPUtime=2.88 cores=0,2,4,6
/proc/12166/task/12170/stat : 12170 (java) S 12163 12166 5962 0 -1 4202560 695 0 0 0 262 26 0 0 20 0 22 0 3529448 10060525568 966916 33554432000 1073741824 1073778376 140733712836336 140453532690600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12166/tid=12171] ppid=12163 vsize=9824732 CPUtime=3.34 cores=0,2,4,6
/proc/12166/task/12171/stat : 12171 (java) S 12163 12166 5962 0 -1 4202560 856 0 0 0 303 31 0 0 20 0 22 0 3529448 10060525568 966916 33554432000 1073741824 1073778376 140733712836336 140453531638312 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12172] ppid=12163 vsize=9824732 CPUtime=2.84 cores=0,2,4,6
/proc/12166/task/12172/stat : 12172 (java) S 12163 12166 5962 0 -1 4202560 685 0 0 0 259 25 0 0 20 0 22 0 3529448 10060525568 966916 33554432000 1073741824 1073778376 140733712836336 140453530585512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12173] ppid=12163 vsize=9824732 CPUtime=2.99 cores=0,2,4,6
/proc/12166/task/12173/stat : 12173 (java) S 12163 12166 5962 0 -1 4202560 811 0 0 0 273 26 0 0 20 0 22 0 3529448 10060525568 966916 33554432000 1073741824 1073778376 140733712836336 140453529533224 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12174] ppid=12163 vsize=9824732 CPUtime=3 cores=0,2,4,6
/proc/12166/task/12174/stat : 12174 (java) S 12163 12166 5962 0 -1 4202560 759 0 0 0 275 25 0 0 20 0 22 0 3529448 10060525568 966916 33554432000 1073741824 1073778376 140733712836336 140453528480424 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12166/tid=12175] ppid=12163 vsize=9824732 CPUtime=2.91 cores=0,2,4,6
/proc/12166/task/12175/stat : 12175 (java) S 12163 12166 5962 0 -1 4202560 729 0 0 0 262 29 0 0 20 0 22 0 3529448 10060525568 966916 33554432000 1073741824 1073778376 140733712836336 140453527428136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12176] ppid=12163 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/12166/task/12176/stat : 12176 (java) S 12163 12166 5962 0 -1 4202560 711 0 0 0 234 25 0 0 20 0 22 0 3529448 10060525568 966916 33554432000 1073741824 1073778376 140733712836336 140453526375336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12177] ppid=12163 vsize=9824732 CPUtime=5.29 cores=0,2,4,6
/proc/12166/task/12177/stat : 12177 (java) S 12163 12166 5962 0 -1 4202560 2774 0 0 0 521 8 0 0 20 0 22 0 3529449 10060525568 966916 33554432000 1073741824 1073778376 140733712836336 140453514176744 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12166/tid=12178] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12178/stat : 12178 (java) S 12163 12166 5962 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3529450 10060525568 966916 33554432000 1073741824 1073778376 140733712836336 140453513122808 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12166/tid=12179] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12179/stat : 12179 (java) S 12163 12166 5962 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 3529450 10060525568 966916 33554432000 1073741824 1073778376 140733712836336 140453512070408 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12166/tid=12180] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12180/stat : 12180 (java) S 12163 12166 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3529452 10060525568 966916 33554432000 1073741824 1073778376 140733712836336 140453511018896 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12181] ppid=12163 vsize=9824732 CPUtime=1.53 cores=0,2,4,6
/proc/12166/task/12181/stat : 12181 (java) S 12163 12166 5962 0 -1 4202560 5848 0 0 0 151 2 0 0 20 0 22 0 3529452 10060525568 966916 33554432000 1073741824 1073778376 140733712836336 140453509966520 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12166/tid=12182] ppid=12163 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/12166/task/12182/stat : 12182 (java) S 12163 12166 5962 0 -1 4202560 8537 0 0 0 98 1 0 0 20 0 22 0 3529452 10060525568 966916 33554432000 1073741824 1073778376 140733712836336 140453508913720 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12183] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12183/stat : 12183 (java) S 12163 12166 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3529452 10060525568 966916 33554432000 1073741824 1073778376 140733712836336 140453507861624 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12166/tid=12184] ppid=12163 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/12166/task/12184/stat : 12184 (java) S 12163 12166 5962 0 -1 4202560 56 0 0 0 13 13 0 0 20 0 22 0 3529452 10060525568 966916 33554432000 1073741824 1073778376 140733712836336 140453506809032 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12166/tid=12531] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12531/stat : 12531 (java) S 12163 12166 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 3540776 10060525568 966916 33554432000 1073741824 1073778376 140733712836336 140453502596008 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12166/tid=12742] ppid=12163 vsize=9824732 CPUtime=242.9 cores=0,2,4,6
/proc/12166/task/12742/stat : 12742 (java) R 12163 12166 5962 0 -1 4202560 7 0 0 0 24287 3 0 0 20 0 22 0 3598092 10060525568 966916 33554432000 1073741824 1073778376 140733712836336 140453503639952 140453563369159 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12166/tid=12743] ppid=12163 vsize=9824732 CPUtime=242.97 cores=0,2,4,6
/proc/12166/task/12743/stat : 12743 (java) R 12163 12166 5962 0 -1 4202560 4 0 0 0 24294 3 0 0 20 0 22 0 3598092 10060525568 966916 33554432000 1073741824 1073778376 140733712836336 140453504698320 140453563108061 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12166/tid=12744] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12744/stat : 12744 (java) S 12163 12166 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 3598092 10060525568 966916 33554432000 1073741824 1073778376 140733712836336 140453505753896 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
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 12166 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+931.901 s]
/proc/loadavg: 3.75 4.02 3.97 6/219 13010
/proc/meminfo: memFree=23380856/32872528 swapFree=1499084/1695308
[pid=12166] ppid=12163 vsize=9824732 CPUtime=1800.15 cores=0,2,4,6
/proc/12166/stat : 12166 (java) S 12163 12166 5962 0 -1 4202496 29663 0 1 0 179618 397 0 0 20 0 22 0 3529446 10060525568 966916 33554432000 1073741824 1073778376 140733712836336 140733712827472 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12166/statm: 2456183 966916 2302 9 0 2446860 0
[pid=12166/tid=12168] ppid=12163 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/12166/task/12168/stat : 12168 (java) S 12163 12166 5962 0 -1 4202560 2543 0 1 0 63 4 0 0 20 0 22 0 3529447 10060525568 966916 33554432000 1073741824 1073778376 140733712836336 140453689951096 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12169] ppid=12163 vsize=9824732 CPUtime=3.03 cores=0,2,4,6
/proc/12166/task/12169/stat : 12169 (java) S 12163 12166 5962 0 -1 4202560 1015 0 0 0 275 28 0 0 20 0 22 0 3529448 10060525568 966916 33554432000 1073741824 1073778376 140733712836336 140453533743400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12170] ppid=12163 vsize=9824732 CPUtime=2.88 cores=0,2,4,6
/proc/12166/task/12170/stat : 12170 (java) S 12163 12166 5962 0 -1 4202560 695 0 0 0 262 26 0 0 20 0 22 0 3529448 10060525568 966916 33554432000 1073741824 1073778376 140733712836336 140453532690600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12166/tid=12171] ppid=12163 vsize=9824732 CPUtime=3.34 cores=0,2,4,6
/proc/12166/task/12171/stat : 12171 (java) S 12163 12166 5962 0 -1 4202560 856 0 0 0 303 31 0 0 20 0 22 0 3529448 10060525568 966916 33554432000 1073741824 1073778376 140733712836336 140453531638312 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12172] ppid=12163 vsize=9824732 CPUtime=2.84 cores=0,2,4,6
/proc/12166/task/12172/stat : 12172 (java) S 12163 12166 5962 0 -1 4202560 685 0 0 0 259 25 0 0 20 0 22 0 3529448 10060525568 966916 33554432000 1073741824 1073778376 140733712836336 140453530585512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12173] ppid=12163 vsize=9824732 CPUtime=2.99 cores=0,2,4,6
/proc/12166/task/12173/stat : 12173 (java) S 12163 12166 5962 0 -1 4202560 811 0 0 0 273 26 0 0 20 0 22 0 3529448 10060525568 966916 33554432000 1073741824 1073778376 140733712836336 140453529533224 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12174] ppid=12163 vsize=9824732 CPUtime=3 cores=0,2,4,6
/proc/12166/task/12174/stat : 12174 (java) S 12163 12166 5962 0 -1 4202560 759 0 0 0 275 25 0 0 20 0 22 0 3529448 10060525568 966916 33554432000 1073741824 1073778376 140733712836336 140453528480424 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12166/tid=12175] ppid=12163 vsize=9824732 CPUtime=2.91 cores=0,2,4,6
/proc/12166/task/12175/stat : 12175 (java) S 12163 12166 5962 0 -1 4202560 729 0 0 0 262 29 0 0 20 0 22 0 3529448 10060525568 966916 33554432000 1073741824 1073778376 140733712836336 140453527428136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12176] ppid=12163 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/12166/task/12176/stat : 12176 (java) S 12163 12166 5962 0 -1 4202560 711 0 0 0 234 25 0 0 20 0 22 0 3529448 10060525568 966916 33554432000 1073741824 1073778376 140733712836336 140453526375336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12177] ppid=12163 vsize=9824732 CPUtime=5.29 cores=0,2,4,6
/proc/12166/task/12177/stat : 12177 (java) S 12163 12166 5962 0 -1 4202560 2774 0 0 0 521 8 0 0 20 0 22 0 3529449 10060525568 966916 33554432000 1073741824 1073778376 140733712836336 140453514176744 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12166/tid=12178] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12178/stat : 12178 (java) S 12163 12166 5962 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3529450 10060525568 966916 33554432000 1073741824 1073778376 140733712836336 140453513122808 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12166/tid=12179] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12179/stat : 12179 (java) S 12163 12166 5962 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 3529450 10060525568 966916 33554432000 1073741824 1073778376 140733712836336 140453512070408 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12166/tid=12180] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12180/stat : 12180 (java) S 12163 12166 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3529452 10060525568 966916 33554432000 1073741824 1073778376 140733712836336 140453511018896 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12181] ppid=12163 vsize=9824732 CPUtime=1.53 cores=0,2,4,6
/proc/12166/task/12181/stat : 12181 (java) S 12163 12166 5962 0 -1 4202560 5848 0 0 0 151 2 0 0 20 0 22 0 3529452 10060525568 966916 33554432000 1073741824 1073778376 140733712836336 140453509966520 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12166/tid=12182] ppid=12163 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/12166/task/12182/stat : 12182 (java) S 12163 12166 5962 0 -1 4202560 8537 0 0 0 98 1 0 0 20 0 22 0 3529452 10060525568 966916 33554432000 1073741824 1073778376 140733712836336 140453508913720 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12166/tid=12183] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12183/stat : 12183 (java) S 12163 12166 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3529452 10060525568 966916 33554432000 1073741824 1073778376 140733712836336 140453507861624 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12166/tid=12184] ppid=12163 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/12166/task/12184/stat : 12184 (java) S 12163 12166 5962 0 -1 4202560 56 0 0 0 13 13 0 0 20 0 22 0 3529452 10060525568 966916 33554432000 1073741824 1073778376 140733712836336 140453506809032 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12166/tid=12531] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12531/stat : 12531 (java) S 12163 12166 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 3540776 10060525568 966916 33554432000 1073741824 1073778376 140733712836336 140453502596008 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12166/tid=12742] ppid=12163 vsize=9824732 CPUtime=242.9 cores=0,2,4,6
/proc/12166/task/12742/stat : 12742 (java) R 12163 12166 5962 0 -1 4202560 7 0 0 0 24287 3 0 0 20 0 22 0 3598092 10060525568 966916 33554432000 1073741824 1073778376 140733712836336 140453503639952 140453563369159 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12166/tid=12743] ppid=12163 vsize=9824732 CPUtime=242.97 cores=0,2,4,6
/proc/12166/task/12743/stat : 12743 (java) R 12163 12166 5962 0 -1 4202560 4 0 0 0 24294 3 0 0 20 0 22 0 3598092 10060525568 966916 33554432000 1073741824 1073778376 140733712836336 140453504698320 140453563108061 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12166/tid=12744] ppid=12163 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12166/task/12744/stat : 12744 (java) S 12163 12166 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 3598092 10060525568 966916 33554432000 1073741824 1073778376 140733712836336 140453505753896 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 931.964
CPU time (s): 1800.52
CPU user time (s): 1796.25
CPU system time (s): 4.27035
CPU usage (%): 193.196
Max. virtual memory (cumulated for all children) (KiB): 9825528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.25
system time used= 4.27035
maximum resident set size= 3867776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29701
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25650
involuntary context switches= 20103

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.69498 second user time and 6.72298 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-29 20:43:02
IDJOB=4118341
IDBENCH=111483
IDSOLVER=2543
FILE ID=node137/4118341-1467225782
RUNJOBID= node137-1467212962-6646
PBS_JOBID= 19997573
Free space on /tmp= 71692 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-edgecross14-058.lin.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4118341-1467225782/watcher-4118341-1467225782 -o /tmp/evaluation-result-4118341-1467225782/solver-4118341-1467225782 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1467212962-6646 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4118341-1467225782.opb

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

MD5SUM BENCH= 0c1eb525ca859a63d5193480765dd275
RANDOM SEED=1554850099

node137.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.265
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	: 5332.53
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.265
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		: 2666.265
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.53
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.265
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.265
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.265
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		: 2666.265
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.54
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.265
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:        27464576 kB
Buffers:          103140 kB
Cached:          1789752 kB
SwapCached:            0 kB
Active:          1283488 kB
Inactive:        1686740 kB
Active(anon):    1080016 kB
Inactive(anon):        4 kB
Active(file):     203472 kB
Inactive(file):  1686736 kB
Unevictable:     1695308 kB
Mlocked:         1499084 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               864 kB
Writeback:             0 kB
AnonPages:       2862988 kB
Mapped:            22244 kB
Shmem:               204 kB
Slab:             608672 kB
SReclaimable:      52832 kB
SUnreclaim:       555840 kB
KernelStack:        1808 kB
PageTables:         9272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2966260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1257472 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= 71692 MiB
End job on node137 at 2016-06-29 20:58:34