Trace number 4091999

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16OPTIMUM 38.9871 66.2515

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111224059--soft-33-100-0.wbo
MD5SUM9ffea189547a7afa9054418ab91a7dbf
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark4.11737
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints64
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1314
Number of bits of the biggest sum of numbers11
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@5d764be1
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@9f436f5
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@4413ee
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@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4091999-1467321334.wbo
0.09/0.12	c reading problem ... 
0.09/0.18	c ... done. Wall clock time 0.066s.
0.09/0.18	c declared #vars     169
0.09/0.18	c internal #vars     233
0.09/0.18	c #constraints  101
0.09/0.19	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
0.09/0.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
0.09/0.19	c 101 constraints processed.
0.09/0.19	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1
0.09/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29
0.09/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 47
0.09/0.19	c 101 constraints processed.
0.09/0.19	c objective function length is 64 literals
0.24/0.25	c And the winner is solver0
0.57/0.69	c SATISFIABLE
0.57/0.69	c OPTIMIZING...
0.57/0.69	c Got one! Elapsed wall clock time (in seconds):0.571
0.57/0.69	o 969
0.58/0.72	c And the winner is solver0
0.90/1.19	c Got one! Elapsed wall clock time (in seconds):1.072
0.90/1.19	o 748
0.95/1.26	c And the winner is solver0
1.29/1.69	c Got one! Elapsed wall clock time (in seconds):1.573
1.29/1.69	o 747
1.31/1.70	c And the winner is solver0
1.31/2.19	c Got one! Elapsed wall clock time (in seconds):2.074
1.31/2.19	o 745
1.33/2.21	c And the winner is solver0
1.41/2.69	c Got one! Elapsed wall clock time (in seconds):2.575
1.41/2.69	o 735
1.41/2.70	c And the winner is solver0
1.42/3.19	c Got one! Elapsed wall clock time (in seconds):3.076
1.42/3.19	o 734
1.44/3.21	c And the winner is solver0
1.47/3.70	c Got one! Elapsed wall clock time (in seconds):3.578
1.47/3.70	o 730
1.47/3.70	c And the winner is solver0
1.48/4.20	c Got one! Elapsed wall clock time (in seconds):4.079
1.48/4.20	o 728
1.48/4.20	c And the winner is solver0
1.56/4.70	c Got one! Elapsed wall clock time (in seconds):4.58
1.56/4.70	o 727
1.56/4.70	c And the winner is solver0
1.57/5.20	c Got one! Elapsed wall clock time (in seconds):5.081
1.57/5.20	o 720
1.57/5.20	c And the winner is solver0
1.57/5.70	c Got one! Elapsed wall clock time (in seconds):5.582
1.57/5.70	o 718
1.57/5.71	c And the winner is solver0
1.61/6.20	c Got one! Elapsed wall clock time (in seconds):6.084
1.61/6.20	o 707
1.61/6.25	c And the winner is solver0
1.79/6.70	c Got one! Elapsed wall clock time (in seconds):6.585
1.79/6.70	o 701
1.79/6.71	c And the winner is solver0
1.82/7.20	c Got one! Elapsed wall clock time (in seconds):7.086
1.82/7.20	o 700
1.82/7.21	c And the winner is solver0
1.83/7.71	c Got one! Elapsed wall clock time (in seconds):7.587
1.83/7.71	o 693
1.83/7.73	c And the winner is solver0
1.96/8.21	c Got one! Elapsed wall clock time (in seconds):8.088
1.96/8.21	o 687
1.96/8.22	c And the winner is solver0
1.99/8.71	c Got one! Elapsed wall clock time (in seconds):8.589
1.99/8.71	o 674
1.99/8.72	c And the winner is solver0
1.99/9.21	c Got one! Elapsed wall clock time (in seconds):9.09
1.99/9.21	o 672
1.99/9.22	c And the winner is solver0
2.00/9.71	c Got one! Elapsed wall clock time (in seconds):9.591
2.00/9.71	o 665
2.00/9.71	c And the winner is solver0
2.01/10.21	c Got one! Elapsed wall clock time (in seconds):10.092
2.01/10.21	o 658
2.01/10.22	c And the winner is solver0
2.03/10.71	c Got one! Elapsed wall clock time (in seconds):10.593
2.03/10.71	o 652
2.03/10.72	c And the winner is solver0
2.04/11.21	c Got one! Elapsed wall clock time (in seconds):11.094
2.04/11.21	o 650
2.04/11.22	c And the winner is solver0
2.05/11.71	c Got one! Elapsed wall clock time (in seconds):11.595
2.05/11.71	o 648
2.05/11.72	c And the winner is solver0
2.05/12.21	c Got one! Elapsed wall clock time (in seconds):12.096
2.05/12.21	o 552
2.05/12.22	c And the winner is solver0
2.05/12.72	c Got one! Elapsed wall clock time (in seconds):12.597
2.05/12.72	o 548
2.05/12.72	c And the winner is solver0
2.06/13.22	c Got one! Elapsed wall clock time (in seconds):13.098
2.06/13.22	o 534
2.06/13.22	c And the winner is solver0
2.07/13.72	c Got one! Elapsed wall clock time (in seconds):13.599
2.07/13.72	o 505
2.07/13.73	c And the winner is solver0
2.07/14.22	c Got one! Elapsed wall clock time (in seconds):14.1
2.07/14.22	o 486
2.07/14.22	c And the winner is solver0
2.09/14.72	c Got one! Elapsed wall clock time (in seconds):14.601
2.09/14.72	o 469
2.09/14.72	c And the winner is solver0
2.09/15.22	c Got one! Elapsed wall clock time (in seconds):15.102
2.09/15.22	o 462
2.09/15.22	c And the winner is solver0
2.09/15.72	c Got one! Elapsed wall clock time (in seconds):15.603
2.09/15.72	o 453
2.09/15.73	c And the winner is solver0
2.09/16.22	c Got one! Elapsed wall clock time (in seconds):16.104
2.09/16.22	o 435
2.09/16.23	c And the winner is solver0
2.11/16.72	c Got one! Elapsed wall clock time (in seconds):16.605
2.11/16.72	o 430
2.11/16.73	c And the winner is solver0
2.11/17.22	c Got one! Elapsed wall clock time (in seconds):17.106
2.11/17.22	o 427
2.11/17.23	c And the winner is solver0
2.11/17.73	c Got one! Elapsed wall clock time (in seconds):17.607
2.11/17.73	o 409
2.11/17.73	c And the winner is solver0
2.11/18.23	c Got one! Elapsed wall clock time (in seconds):18.108
2.11/18.23	o 408
2.11/18.23	c And the winner is solver0
2.11/18.73	c Got one! Elapsed wall clock time (in seconds):18.609
2.11/18.73	o 403
2.11/18.73	c And the winner is solver0
2.11/19.23	c Got one! Elapsed wall clock time (in seconds):19.11
2.11/19.23	o 399
2.11/19.24	c And the winner is solver0
2.12/19.73	c Got one! Elapsed wall clock time (in seconds):19.611
2.12/19.73	o 393
2.12/19.75	c And the winner is solver0
2.23/20.23	c Got one! Elapsed wall clock time (in seconds):20.112
2.23/20.23	o 389
2.23/20.24	c And the winner is solver0
2.24/20.73	c Got one! Elapsed wall clock time (in seconds):20.613
2.24/20.73	o 386
2.24/20.74	c And the winner is solver0
2.24/21.23	c Got one! Elapsed wall clock time (in seconds):21.114
2.24/21.23	o 382
2.24/21.25	c And the winner is solver0
2.39/21.73	c Got one! Elapsed wall clock time (in seconds):21.615
2.39/21.73	o 378
2.39/21.76	c And the winner is solver0
2.59/22.23	c Got one! Elapsed wall clock time (in seconds):22.116
2.59/22.23	o 370
2.59/22.24	c And the winner is solver0
2.59/22.74	c Got one! Elapsed wall clock time (in seconds):22.617
2.59/22.74	o 369
2.59/22.75	c And the winner is solver0
2.63/23.24	c Got one! Elapsed wall clock time (in seconds):23.118
2.63/23.24	o 365
2.76/23.30	c And the winner is solver0
2.79/23.74	c Got one! Elapsed wall clock time (in seconds):23.619
2.79/23.74	o 359
2.79/23.75	c And the winner is solver0
2.80/24.24	c Got one! Elapsed wall clock time (in seconds):24.12
2.80/24.24	o 354
2.80/24.26	c And the winner is solver0
2.85/24.74	c Got one! Elapsed wall clock time (in seconds):24.621
2.85/24.74	o 350
2.85/24.74	c And the winner is solver0
2.85/25.24	c Got one! Elapsed wall clock time (in seconds):25.122
2.85/25.24	o 343
2.85/25.25	c And the winner is solver0
2.87/25.74	c Got one! Elapsed wall clock time (in seconds):25.623
2.87/25.74	o 290
2.87/25.78	c And the winner is solver0
2.99/26.24	c Got one! Elapsed wall clock time (in seconds):26.124
2.99/26.24	o 285
2.99/26.25	c And the winner is solver0
2.99/26.74	c Got one! Elapsed wall clock time (in seconds):26.625
2.99/26.74	o 283
2.99/26.76	c And the winner is solver0
3.04/27.24	c Got one! Elapsed wall clock time (in seconds):27.126
3.04/27.24	o 273
3.04/27.27	c And the winner is solver0
3.11/27.74	c Got one! Elapsed wall clock time (in seconds):27.626
3.11/27.74	o 271
3.11/27.79	c And the winner is solver0
3.22/28.25	c Got one! Elapsed wall clock time (in seconds):28.127
3.22/28.25	o 260
3.22/28.26	c And the winner is solver0
3.26/28.75	c Got one! Elapsed wall clock time (in seconds):28.628
3.26/28.75	o 254
3.36/28.83	c cleaning 8341 clauses out of 16681 with flag 3665/16681
3.36/28.84	c And the winner is solver0
3.50/29.25	c Got one! Elapsed wall clock time (in seconds):29.129
3.50/29.25	o 231
3.50/29.26	c And the winner is solver0
3.58/29.75	c Got one! Elapsed wall clock time (in seconds):29.63
3.58/29.75	o 230
3.70/29.84	c And the winner is solver0
3.78/30.25	c Got one! Elapsed wall clock time (in seconds):30.131
3.78/30.25	o 229
3.88/30.38	c cleaning 7305 clauses out of 14611 with flag 9813/22952
3.88/30.38	c And the winner is solver0
4.13/30.75	c Got one! Elapsed wall clock time (in seconds):30.631
4.13/30.75	o 218
4.24/30.86	c And the winner is solver0
4.37/31.25	c Got one! Elapsed wall clock time (in seconds):31.132
4.37/31.25	o 205
4.46/31.34	c cleaning 6398 clauses out of 12798 with flag 6129/28444
4.46/31.35	c And the winner is solver0
4.76/31.75	c Got one! Elapsed wall clock time (in seconds):31.633
4.76/31.75	o 183
4.76/31.76	c And the winner is solver0
4.81/32.25	c Got one! Elapsed wall clock time (in seconds):32.134
4.81/32.25	o 176
4.81/32.27	c And the winner is solver0
4.86/32.75	c Got one! Elapsed wall clock time (in seconds):32.634
4.86/32.75	o 168
4.95/32.88	c And the winner is solver0
5.24/33.25	c Got one! Elapsed wall clock time (in seconds):33.135
5.24/33.25	o 167
5.33/33.31	c And the winner is solver0
5.41/33.75	c Got one! Elapsed wall clock time (in seconds):33.636
5.41/33.75	o 163
5.41/33.76	c And the winner is solver0
5.41/34.25	c Got one! Elapsed wall clock time (in seconds):34.137
5.41/34.25	o 154
5.41/34.26	c And the winner is solver0
5.43/34.76	c Got one! Elapsed wall clock time (in seconds):34.637
5.43/34.76	o 150
5.53/34.80	c cleaning 7200 clauses out of 14401 with flag 4110/36445
5.53/34.82	c And the winner is solver0
5.62/35.26	c Got one! Elapsed wall clock time (in seconds):35.138
5.62/35.26	o 149
5.71/35.35	c And the winner is solver0
5.81/35.76	c Got one! Elapsed wall clock time (in seconds):35.639
5.81/35.76	o 148
5.89/35.82	c And the winner is solver0
5.98/36.26	c Got one! Elapsed wall clock time (in seconds):36.14
5.98/36.26	o 147
5.98/36.29	c And the winner is solver0
6.11/36.76	c Got one! Elapsed wall clock time (in seconds):36.641
6.11/36.76	o 146
6.21/36.82	c And the winner is solver0
6.31/37.26	c Got one! Elapsed wall clock time (in seconds):37.141
6.31/37.26	o 145
6.38/37.30	c And the winner is solver0
6.46/37.76	c Got one! Elapsed wall clock time (in seconds):37.642
6.46/37.76	o 136
6.54/37.81	c cleaning 7908 clauses out of 15821 with flag 3089/45065
6.94/38.05	c cleaning 6953 clauses out of 13913 with flag 22069/51065
7.22/38.14	c And the winner is solver0
7.47/38.26	c Got one! Elapsed wall clock time (in seconds):38.143
7.47/38.26	o 135
7.67/38.39	c cleaning 6301 clauses out of 12624 with flag 10971/56729
7.97/38.46	c And the winner is solver0
8.44/38.76	c Got one! Elapsed wall clock time (in seconds):38.643
8.44/38.76	o 128
8.55/38.80	c And the winner is solver0
8.64/39.26	c Got one! Elapsed wall clock time (in seconds):39.144
8.64/39.26	o 127
8.72/39.32	c And the winner is solver0
8.82/39.76	c Got one! Elapsed wall clock time (in seconds):39.645
8.82/39.76	o 118
8.88/39.81	c cleaning 6074 clauses out of 12155 with flag 4906/62561
8.88/39.84	c And the winner is solver0
9.00/40.26	c Got one! Elapsed wall clock time (in seconds):40.146
9.00/40.26	o 98
9.00/40.29	c And the winner is solver0
9.06/40.76	c Got one! Elapsed wall clock time (in seconds):40.646
9.06/40.76	o 97
9.14/40.86	c And the winner is solver0
9.46/41.27	c Got one! Elapsed wall clock time (in seconds):41.147
9.46/41.27	o 96
9.52/41.39	c cleaning 6720 clauses out of 13456 with flag 10537/69936
10.13/41.62	c cleaning 6370 clauses out of 12740 with flag 34769/75940
10.33/41.72	c And the winner is solver0
10.65/42.02	c Got one! Elapsed wall clock time (in seconds):41.898
10.65/42.02	o 87
10.82/42.10	c cleaning 5738 clauses out of 11475 with flag 8471/81045
11.22/42.32	c cleaning 5866 clauses out of 11739 with flag 32234/87047
11.62/42.57	c cleaning 6431 clauses out of 12871 with flag 59163/94045
11.82/42.65	c And the winner is solver0
12.02/43.02	c Got one! Elapsed wall clock time (in seconds):42.899
12.02/43.02	o 84
12.17/43.14	c cleaning 5860 clauses out of 11731 with flag 11283/99336
12.57/43.36	c cleaning 5934 clauses out of 11871 with flag 33372/105336
12.57/43.37	c And the winner is solver0
12.85/43.52	c Got one! Elapsed wall clock time (in seconds):43.4
12.85/43.52	o 82
13.20/43.71	c cleaning 5653 clauses out of 11313 with flag 17559/110712
13.20/43.76	c And the winner is solver0
13.55/44.02	c Got one! Elapsed wall clock time (in seconds):43.901
13.55/44.02	o 76
13.72/44.19	c cleaning 5701 clauses out of 11410 with flag 15274/116462
14.11/44.39	c cleaning 5849 clauses out of 11709 with flag 37791/122462
14.50/44.59	c And the winner is solver0
14.87/45.02	c Got one! Elapsed wall clock time (in seconds):44.902
14.87/45.02	o 75
15.03/45.12	c And the winner is solver0
15.22/45.52	c Got one! Elapsed wall clock time (in seconds):45.403
15.22/45.52	o 73
15.37/45.64	c And the winner is solver0
15.59/46.02	c Got one! Elapsed wall clock time (in seconds):45.904
15.59/46.02	o 68
15.59/46.08	c cleaning 9004 clauses out of 18023 with flag 3617/134625
15.74/46.13	c And the winner is solver0
15.94/46.52	c Got one! Elapsed wall clock time (in seconds):46.406
15.94/46.52	o 67
16.09/46.69	c cleaning 7211 clauses out of 14424 with flag 15284/140030
16.09/46.70	c And the winner is solver0
16.37/47.03	c Got one! Elapsed wall clock time (in seconds):46.907
16.37/47.03	o 60
16.51/47.19	c cleaning 6223 clauses out of 12454 with flag 17987/145271
16.93/47.40	c cleaning 6112 clauses out of 12232 with flag 39158/151272
17.51/47.64	c cleaning 6555 clauses out of 13119 with flag 64727/158271
18.12/47.94	c cleaning 7274 clauses out of 14563 with flag 94338/166270
18.72/48.27	c cleaning 8140 clauses out of 16289 with flag 127124/175271
19.51/48.67	c cleaning 9063 clauses out of 18148 with flag 162886/185271
20.51/49.12	c cleaning 10041 clauses out of 20083 with flag 201946/196270
21.53/49.64	c cleaning 11019 clauses out of 22042 with flag 245424/208272
22.71/50.25	c cleaning 12010 clauses out of 24021 with flag 291982/221272
24.11/50.98	c cleaning 12997 clauses out of 26012 with flag 352758/235273
24.91/51.36	c And the winner is solver0
25.48/51.88	c Got one! Elapsed wall clock time (in seconds):51.76
25.48/51.88	o 49
25.95/52.14	c cleaning 13333 clauses out of 26672 with flag 16313/248933
26.57/52.40	c cleaning 9667 clauses out of 19339 with flag 36944/254933
26.97/52.67	c cleaning 8336 clauses out of 16673 with flag 59406/261934
27.17/52.72	c And the winner is solver0
28.50/54.08	c Got one! Elapsed wall clock time (in seconds):53.963
28.50/54.08	o 47
28.50/54.09	c And the winner is solver0
28.66/54.58	c Got one! Elapsed wall clock time (in seconds):54.465
28.66/54.58	o 44
28.68/54.63	c And the winner is solver0
28.77/55.09	c Got one! Elapsed wall clock time (in seconds):54.967
28.77/55.09	o 43
29.00/55.21	c cleaning 7275 clauses out of 14557 with flag 10299/268154
29.40/55.42	c cleaning 6635 clauses out of 13282 with flag 29813/274154
29.40/55.42	c And the winner is solver0
31.24/57.29	c Got one! Elapsed wall clock time (in seconds):57.171
31.24/57.29	o 42
31.34/57.34	c And the winner is solver0
31.43/57.79	c Got one! Elapsed wall clock time (in seconds):57.672
31.43/57.79	o 38
31.44/57.83	c And the winner is solver0
31.54/58.29	c Got one! Elapsed wall clock time (in seconds):58.174
31.54/58.29	o 36
31.76/58.41	c cleaning 6396 clauses out of 12796 with flag 10032/280303
32.16/58.62	c cleaning 6195 clauses out of 12397 with flag 28647/286301
32.56/58.85	c cleaning 6600 clauses out of 13202 with flag 50479/293302
32.96/59.08	c And the winner is solver0
34.44/60.50	c Got one! Elapsed wall clock time (in seconds):60.379
34.44/60.50	o 35
34.94/60.71	c cleaning 9207 clauses out of 18418 with flag 16373/305122
34.94/60.77	c And the winner is solver0
36.93/62.70	c Got one! Elapsed wall clock time (in seconds):62.583
36.93/62.70	o 31
37.03/62.76	c And the winner is solver0
37.15/63.20	c Got one! Elapsed wall clock time (in seconds):63.086
37.15/63.20	o 30
37.15/63.22	c And the winner is solver0
37.21/63.71	c Got one! Elapsed wall clock time (in seconds):63.588
37.21/63.71	o 29
37.40/63.83	c cleaning 7954 clauses out of 15911 with flag 10144/311823
37.40/63.88	c And the winner is solver0
37.61/64.21	c Got one! Elapsed wall clock time (in seconds):64.09
37.61/64.21	o 28
37.79/64.36	c cleaning 6704 clauses out of 13422 with flag 13964/317288
37.79/64.39	c And the winner is solver0
38.03/64.71	c Got one! Elapsed wall clock time (in seconds):64.592
38.03/64.71	o 17
38.20/64.85	c cleaning 5878 clauses out of 11762 with flag 13704/322336
38.20/64.86	c And the winner is solver0
38.35/65.21	c Got one! Elapsed wall clock time (in seconds):65.094
38.35/65.21	o 16
38.52/65.38	c cleaning 5603 clauses out of 11209 with flag 17245/327667
38.52/65.40	c And the winner is solver0
38.76/65.71	c Got one! Elapsed wall clock time (in seconds):65.596
38.76/65.71	o 15
38.76/65.77	c And the winner is solver0
38.88/66.23	c >>>>>>>>>> Solver number 0 (107 answers) <<<<<<<<<<<<<<<<<<
38.88/66.23	c starts		: 324
38.88/66.23	c conflicts		: 329665
38.88/66.23	c decisions		: 605707
38.88/66.23	c propagations		: 9575240
38.88/66.23	c inspects		: 136630859
38.88/66.23	c shortcuts		: 0
38.88/66.23	c learnt literals	: 35
38.88/66.23	c learnt binary clauses	: 65
38.88/66.23	c learnt ternary clauses	: 852
38.88/66.24	c learnt constraints	: 329629
38.88/66.24	c ignored constraints	: 0
38.88/66.24	c root simplifications	: 0
38.88/66.24	c removed literals (reason simplification)	: 1648382
38.88/66.24	c reason swapping (by a shorter reason)	: 0
38.88/66.24	c Calls to reduceDB	: 43
38.88/66.24	c Number of update (reduction) of LBD	: 99398
38.88/66.24	c Imported unit clauses	: 0
38.88/66.24	c number of reductions to clauses (during analyze)	: 0
38.88/66.24	c number of learned constraints concerned by reduction	: 0
38.88/66.24	c number of learning phase by resolution	: 0
38.88/66.24	c number of learning phase by cutting planes	: 0
38.88/66.24	c speed (assignments/second)	: 144991.52029073288
38.88/66.24	c non guided choices	4409
38.88/66.24	c learnt constraints type 
38.88/66.24	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
38.88/66.24	c starts		: 107
38.88/66.24	c conflicts		: 322
38.88/66.24	c decisions		: 9020
38.88/66.24	c propagations		: 28905
38.88/66.24	c inspects		: 793772
38.88/66.24	c shortcuts		: 0
38.88/66.24	c learnt literals	: 0
38.88/66.24	c learnt binary clauses	: 0
38.88/66.24	c learnt ternary clauses	: 0
38.88/66.24	c learnt constraints	: 234
38.88/66.24	c ignored constraints	: 0
38.88/66.24	c root simplifications	: 0
38.88/66.24	c removed literals (reason simplification)	: 0
38.88/66.24	c reason swapping (by a shorter reason)	: 0
38.88/66.24	c Calls to reduceDB	: 0
38.88/66.24	c Number of update (reduction) of LBD	: 0
38.88/66.24	c Imported unit clauses	: 0
38.88/66.24	c number of reductions to clauses (during analyze)	: 0
38.88/66.24	c number of learned constraints concerned by reduction	: 0
38.88/66.24	c number of learning phase by resolution	: 0
38.88/66.24	c number of learning phase by cutting planes	: 0
38.88/66.24	c speed (assignments/second)	: 56345.02923976608
38.88/66.24	c non guided choices	1840
38.88/66.24	c learnt constraints type 
38.88/66.24	s OPTIMUM FOUND
38.88/66.24	c Found 106 solution(s)
38.88/66.24	v -x1 -x2 -x3 -x4 -x5 -x6 x7 -x8 -x9 -x10 -x11 -x12 -x13 x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 x127 -x128 -x129 -x130 -x131 -x132 x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 x167 -x168 -x169 
38.88/66.24	c objective function=15
38.88/66.24	c Total wall clock time (in seconds): 66.115

Verifier Data

OK	15

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-4091999-1467321334/watcher-4091999-1467321334 -o /tmp/evaluation-result-4091999-1467321334/solver-4091999-1467321334 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1467319102-29021 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4091999-1467321334.wbo 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.97 1.58 1.80 4/197 2882
/proc/meminfo: memFree=30336852/32872528 swapFree=480748/529804
[pid=2882] ppid=2879 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/2882/stat : 2882 (java) D 2879 2882 23565 0 -1 4202496 533 0 0 0 0 0 0 0 20 0 1 0 11153367 9515008 185 33554432000 1073741824 1073778376 140735803733696 140735803722760 211449638183 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/2882/statm: 2323 185 143 9 0 71 0

[startup+0.100164 s]
/proc/loadavg: 0.97 1.58 1.80 4/197 2882
/proc/meminfo: memFree=30336852/32872528 swapFree=480748/529804
[pid=2882] ppid=2879 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/2882/stat : 2882 (java) S 2879 2882 23565 0 -1 4202496 4412 0 1 0 8 1 0 0 20 0 18 0 11153367 9787879424 6039 33554432000 1073741824 1073778376 140735803733696 140735803724832 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2882/statm: 2389619 6039 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20033 s]
/proc/loadavg: 0.97 1.58 1.80 4/197 2882
/proc/meminfo: memFree=30336852/32872528 swapFree=480748/529804
[pid=2882] ppid=2879 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/2882/stat : 2882 (java) S 2879 2882 23565 0 -1 4202496 4775 0 1 0 22 2 0 0 20 0 22 0 11153367 10060525568 7883 33554432000 1073741824 1073778376 140735803733696 140735803724832 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2882/statm: 2456183 7883 2208 9 0 2446860 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9824732

[startup+0.300315 s]
/proc/loadavg: 0.97 1.58 1.80 4/197 2882
/proc/meminfo: memFree=30336852/32872528 swapFree=480748/529804
[pid=2882] ppid=2879 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/2882/stat : 2882 (java) S 2879 2882 23565 0 -1 4202496 7554 0 1 0 49 4 0 0 20 0 19 0 11153367 10060525568 9409 33554432000 1073741824 1073778376 140735803733696 140735803724832 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2882/statm: 2456183 9410 2249 9 0 2446860 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9824732

[startup+0.700269 s]
/proc/loadavg: 0.97 1.58 1.80 4/197 2882
/proc/meminfo: memFree=30336852/32872528 swapFree=480748/529804
[pid=2882] ppid=2879 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/2882/stat : 2882 (java) S 2879 2882 23565 0 -1 4202496 7661 0 1 0 54 4 0 0 20 0 22 0 11153367 10060525568 10411 33554432000 1073741824 1073778376 140735803733696 140735803724832 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2882/statm: 2456183 10411 2250 9 0 2446860 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 0.97 1.58 1.80 3/216 2907
/proc/meminfo: memFree=30295004/32872528 swapFree=480748/529804
[pid=2882] ppid=2879 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/2882/stat : 2882 (java) S 2879 2882 23565 0 -1 4202496 13526 0 1 0 120 9 0 0 20 0 19 0 11153367 10060525568 14385 33554432000 1073741824 1073778376 140735803733696 140735803724832 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2882/statm: 2456183 14385 2254 9 0 2446860 0
[pid=2882/tid=2884] ppid=2879 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/2882/task/2884/stat : 2884 (java) S 2879 2882 23565 0 -1 4202560 2415 0 1 0 15 1 0 0 20 0 19 0 11153368 10060525568 14385 33554432000 1073741824 1073778376 140735803733696 140594048885624 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2882/tid=2885] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2885/stat : 2885 (java) S 2879 2882 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11153369 10060525568 14385 33554432000 1073741824 1073778376 140735803733696 140593892158248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2882/tid=2886] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2886/stat : 2886 (java) S 2879 2882 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11153369 10060525568 14385 33554432000 1073741824 1073778376 140735803733696 140593891105448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2882/tid=2887] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2887/stat : 2887 (java) S 2879 2882 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11153369 10060525568 14385 33554432000 1073741824 1073778376 140735803733696 140593890053160 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2882/tid=2888] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2888/stat : 2888 (java) S 2879 2882 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11153369 10060525568 14385 33554432000 1073741824 1073778376 140735803733696 140593889000360 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2882/tid=2889] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2889/stat : 2889 (java) S 2879 2882 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11153369 10060525568 14385 33554432000 1073741824 1073778376 140735803733696 140593887947048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2882/tid=2890] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2890/stat : 2890 (java) S 2879 2882 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11153369 10060525568 14385 33554432000 1073741824 1073778376 140735803733696 140593886894248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2882/tid=2891] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2891/stat : 2891 (java) S 2879 2882 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11153369 10060525568 14385 33554432000 1073741824 1073778376 140735803733696 140593885841960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2882/tid=2892] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2892/stat : 2892 (java) S 2879 2882 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11153369 10060525568 14385 33554432000 1073741824 1073778376 140735803733696 140593884789160 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2882/tid=2893] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2893/stat : 2893 (java) S 2879 2882 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11153370 10060525568 14385 33554432000 1073741824 1073778376 140735803733696 140593402460904 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2882/tid=2894] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2894/stat : 2894 (java) S 2879 2882 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11153370 10060525568 14385 33554432000 1073741824 1073778376 140735803733696 140593401406968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2882/tid=2895] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2895/stat : 2895 (java) S 2879 2882 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11153370 10060525568 14385 33554432000 1073741824 1073778376 140735803733696 140593400354568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2882/tid=2896] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2896/stat : 2896 (java) S 2879 2882 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11153373 10060525568 14385 33554432000 1073741824 1073778376 140735803733696 140593399303056 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2882/tid=2897] ppid=2879 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/2882/task/2897/stat : 2897 (java) S 2879 2882 23565 0 -1 4202560 3396 0 0 0 32 1 0 0 20 0 19 0 11153373 10060525568 14385 33554432000 1073741824 1073778376 140735803733696 140593398249656 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2882/tid=2898] ppid=2879 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/2882/task/2898/stat : 2898 (java) S 2879 2882 23565 0 -1 4202560 6364 0 0 0 44 0 0 0 20 0 19 0 11153373 10060525568 14385 33554432000 1073741824 1073778376 140735803733696 140593397196856 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2882/tid=2899] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2899/stat : 2899 (java) S 2879 2882 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11153373 10060525568 14385 33554432000 1073741824 1073778376 140735803733696 140593396144760 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2882/tid=2900] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2900/stat : 2900 (java) S 2879 2882 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11153373 10060525568 14385 33554432000 1073741824 1073778376 140735803733696 140593395092168 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2882/tid=2904] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2904/stat : 2904 (java) S 2879 2882 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11153386 10060525568 14385 33554432000 1073741824 1073778376 140735803733696 140593390880296 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 9824732

[startup+3.10081 s]
/proc/loadavg: 0.97 1.58 1.80 6/219 2919
/proc/meminfo: memFree=30279312/32872528 swapFree=480748/529804
[pid=2882] ppid=2879 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/2882/stat : 2882 (java) S 2879 2882 23565 0 -1 4202496 14785 0 1 0 130 12 0 0 20 0 19 0 11153367 10060525568 18021 33554432000 1073741824 1073778376 140735803733696 140735803724832 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2882/statm: 2456183 18021 2255 9 0 2446860 0
[pid=2882/tid=2884] ppid=2879 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/2882/task/2884/stat : 2884 (java) S 2879 2882 23565 0 -1 4202560 2416 0 1 0 15 1 0 0 20 0 19 0 11153368 10060525568 18021 33554432000 1073741824 1073778376 140735803733696 140594048885624 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2882/tid=2885] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2885/stat : 2885 (java) S 2879 2882 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11153369 10060525568 18021 33554432000 1073741824 1073778376 140735803733696 140593892158248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2882/tid=2886] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2886/stat : 2886 (java) S 2879 2882 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11153369 10060525568 18021 33554432000 1073741824 1073778376 140735803733696 140593891105448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2882/tid=2887] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2887/stat : 2887 (java) S 2879 2882 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11153369 10060525568 18021 33554432000 1073741824 1073778376 140735803733696 140593890053160 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2882/tid=2888] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2888/stat : 2888 (java) S 2879 2882 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11153369 10060525568 18021 33554432000 1073741824 1073778376 140735803733696 140593889000360 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2882/tid=2889] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2889/stat : 2889 (java) S 2879 2882 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11153369 10060525568 18021 33554432000 1073741824 1073778376 140735803733696 140593887947048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2882/tid=2890] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2890/stat : 2890 (java) S 2879 2882 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11153369 10060525568 18021 33554432000 1073741824 1073778376 140735803733696 140593886894248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2882/tid=2891] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2891/stat : 2891 (java) S 2879 2882 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11153369 10060525568 18021 33554432000 1073741824 1073778376 140735803733696 140593885841960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2882/tid=2892] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2892/stat : 2892 (java) S 2879 2882 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11153369 10060525568 18021 33554432000 1073741824 1073778376 140735803733696 140593884789160 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2882/tid=2893] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2893/stat : 2893 (java) S 2879 2882 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11153370 10060525568 18021 33554432000 1073741824 1073778376 140735803733696 140593402460904 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2882/tid=2894] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2894/stat : 2894 (java) S 2879 2882 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11153370 10060525568 18021 33554432000 1073741824 1073778376 140735803733696 140593401406968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2882/tid=2895] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2895/stat : 2895 (java) S 2879 2882 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11153370 10060525568 18021 33554432000 1073741824 1073778376 140735803733696 140593400354568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2882/tid=2896] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2896/stat : 2896 (java) S 2879 2882 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11153373 10060525568 18021 33554432000 1073741824 1073778376 140735803733696 140593399303056 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2882/tid=2897] ppid=2879 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/2882/task/2897/stat : 2897 (java) S 2879 2882 23565 0 -1 4202560 4628 0 0 0 38 2 0 0 20 0 19 0 11153373 10060525568 18021 33554432000 1073741824 1073778376 140735803733696 140593398249656 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2882/tid=2898] ppid=2879 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/2882/task/2898/stat : 2898 (java) S 2879 2882 23565 0 -1 4202560 6364 0 0 0 45 0 0 0 20 0 19 0 11153373 10060525568 18021 33554432000 1073741824 1073778376 140735803733696 140593397196856 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2882/tid=2899] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2899/stat : 2899 (java) S 2879 2882 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11153373 10060525568 18021 33554432000 1073741824 1073778376 140735803733696 140593396144760 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2882/tid=2900] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2900/stat : 2900 (java) S 2879 2882 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11153373 10060525568 18021 33554432000 1073741824 1073778376 140735803733696 140593395092168 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2882/tid=2904] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2904/stat : 2904 (java) S 2879 2882 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11153386 10060525568 18021 33554432000 1073741824 1073778376 140735803733696 140593390880296 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=14 pid=1810 uid=0 cmd=

[startup+6.30082 s]
/proc/loadavg: 0.89 1.55 1.79 3/216 2955
/proc/meminfo: memFree=30248160/32872528 swapFree=480748/529804
[pid=2882] ppid=2879 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/2882/stat : 2882 (java) S 2879 2882 23565 0 -1 4202496 14975 0 1 0 162 17 0 0 20 0 19 0 11153367 10060525568 29258 33554432000 1073741824 1073778376 140735803733696 140735803724832 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2882/statm: 2456183 29258 2269 9 0 2446860 0
[pid=2882/tid=2884] ppid=2879 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/2882/task/2884/stat : 2884 (java) S 2879 2882 23565 0 -1 4202560 2418 0 1 0 15 2 0 0 20 0 19 0 11153368 10060525568 29258 33554432000 1073741824 1073778376 140735803733696 140594048885624 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2882/tid=2885] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2885/stat : 2885 (java) S 2879 2882 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11153369 10060525568 29258 33554432000 1073741824 1073778376 140735803733696 140593892158248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2882/tid=2886] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2886/stat : 2886 (java) S 2879 2882 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11153369 10060525568 29258 33554432000 1073741824 1073778376 140735803733696 140593891105448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2882/tid=2887] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2887/stat : 2887 (java) S 2879 2882 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11153369 10060525568 29258 33554432000 1073741824 1073778376 140735803733696 140593890053160 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2882/tid=2888] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2888/stat : 2888 (java) S 2879 2882 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11153369 10060525568 29258 33554432000 1073741824 1073778376 140735803733696 140593889000360 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2882/tid=2889] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2889/stat : 2889 (java) S 2879 2882 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11153369 10060525568 29258 33554432000 1073741824 1073778376 140735803733696 140593887947048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2882/tid=2890] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2890/stat : 2890 (java) S 2879 2882 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11153369 10060525568 29258 33554432000 1073741824 1073778376 140735803733696 140593886894248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2882/tid=2891] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2891/stat : 2891 (java) S 2879 2882 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11153369 10060525568 29258 33554432000 1073741824 1073778376 140735803733696 140593885841960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2882/tid=2892] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2892/stat : 2892 (java) S 2879 2882 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11153369 10060525568 29258 33554432000 1073741824 1073778376 140735803733696 140593884789160 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2882/tid=2893] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2893/stat : 2893 (java) S 2879 2882 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11153370 10060525568 29258 33554432000 1073741824 1073778376 140735803733696 140593402460904 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2882/tid=2894] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2894/stat : 2894 (java) S 2879 2882 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11153370 10060525568 29258 33554432000 1073741824 1073778376 140735803733696 140593401406968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2882/tid=2895] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2895/stat : 2895 (java) S 2879 2882 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11153370 10060525568 29258 33554432000 1073741824 1073778376 140735803733696 140593400354568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2882/tid=2896] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2896/stat : 2896 (java) S 2879 2882 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11153373 10060525568 29258 33554432000 1073741824 1073778376 140735803733696 140593399303056 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2882/tid=2897] ppid=2879 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/2882/task/2897/stat : 2897 (java) S 2879 2882 23565 0 -1 4202560 4638 0 0 0 47 2 0 0 20 0 19 0 11153373 10060525568 29258 33554432000 1073741824 1073778376 140735803733696 140593398249656 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2882/tid=2898] ppid=2879 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/2882/task/2898/stat : 2898 (java) S 2879 2882 23565 0 -1 4202560 6458 0 0 0 57 0 0 0 20 0 19 0 11153373 10060525568 29258 33554432000 1073741824 1073778376 140735803733696 140593397196856 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2882/tid=2899] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2899/stat : 2899 (java) S 2879 2882 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11153373 10060525568 29258 33554432000 1073741824 1073778376 140735803733696 140593396144760 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2882/tid=2900] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2900/stat : 2900 (java) S 2879 2882 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11153373 10060525568 29258 33554432000 1073741824 1073778376 140735803733696 140593395092168 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2882/tid=2904] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2904/stat : 2904 (java) S 2879 2882 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11153386 10060525568 29258 33554432000 1073741824 1073778376 140735803733696 140593390880296 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.79

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

[pid=2882/tid=2887] ppid=2879 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/2882/task/2887/stat : 2887 (java) S 2879 2882 23565 0 -1 4202560 51 0 0 0 3 0 0 0 20 0 19 0 11153369 10060525568 50157 33554432000 1073741824 1073778376 140735803733696 140593890053160 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2882/tid=2888] ppid=2879 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/2882/task/2888/stat : 2888 (java) S 2879 2882 23565 0 -1 4202560 52 0 0 0 2 0 0 0 20 0 19 0 11153369 10060525568 50157 33554432000 1073741824 1073778376 140735803733696 140593889000360 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2882/tid=2889] ppid=2879 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/2882/task/2889/stat : 2889 (java) S 2879 2882 23565 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 11153369 10060525568 50157 33554432000 1073741824 1073778376 140735803733696 140593887947048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2882/tid=2890] ppid=2879 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/2882/task/2890/stat : 2890 (java) S 2879 2882 23565 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 11153369 10060525568 50157 33554432000 1073741824 1073778376 140735803733696 140593886894248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2882/tid=2891] ppid=2879 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/2882/task/2891/stat : 2891 (java) S 2879 2882 23565 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 19 0 11153369 10060525568 50157 33554432000 1073741824 1073778376 140735803733696 140593885841960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2882/tid=2892] ppid=2879 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/2882/task/2892/stat : 2892 (java) S 2879 2882 23565 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 11153369 10060525568 50157 33554432000 1073741824 1073778376 140735803733696 140593884789160 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2882/tid=2893] ppid=2879 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/2882/task/2893/stat : 2893 (java) S 2879 2882 23565 0 -1 4202560 20 0 0 0 2 8 0 0 20 0 19 0 11153370 10060525568 50157 33554432000 1073741824 1073778376 140735803733696 140593402460904 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2882/tid=2894] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2894/stat : 2894 (java) S 2879 2882 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11153370 10060525568 50157 33554432000 1073741824 1073778376 140735803733696 140593401406968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2882/tid=2895] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2895/stat : 2895 (java) S 2879 2882 23565 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 19 0 11153370 10060525568 50157 33554432000 1073741824 1073778376 140735803733696 140593400354568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2882/tid=2896] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2896/stat : 2896 (java) S 2879 2882 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11153373 10060525568 50157 33554432000 1073741824 1073778376 140735803733696 140593399303056 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2882/tid=2897] ppid=2879 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/2882/task/2897/stat : 2897 (java) S 2879 2882 23565 0 -1 4202560 15972 0 0 0 145 4 0 0 20 0 19 0 11153373 10060525568 50157 33554432000 1073741824 1073778376 140735803733696 140593398249656 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2882/tid=2898] ppid=2879 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/2882/task/2898/stat : 2898 (java) S 2879 2882 23565 0 -1 4202560 8692 0 0 0 103 2 0 0 20 0 19 0 11153373 10060525568 50157 33554432000 1073741824 1073778376 140735803733696 140593397196856 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2882/tid=2899] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2899/stat : 2899 (java) S 2879 2882 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11153373 10060525568 50157 33554432000 1073741824 1073778376 140735803733696 140593396144760 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2882/tid=2900] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2900/stat : 2900 (java) S 2879 2882 23565 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 11153373 10060525568 50157 33554432000 1073741824 1073778376 140735803733696 140593395092168 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2882/tid=2904] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2904/stat : 2904 (java) S 2879 2882 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11153386 10060525568 50157 33554432000 1073741824 1073778376 140735803733696 140593390880296 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 37.61
Current children cumulated vsize (KiB) 9824732

[startup+65.6008 s]
/proc/loadavg: 1.12 1.47 1.74 1/213 3724
/proc/meminfo: memFree=30271160/32872528 swapFree=480748/529804
[pid=2882] ppid=2879 vsize=9824732 CPUtime=38.76 cores=1,3,5,7
/proc/2882/stat : 2882 (java) S 2879 2882 23565 0 -1 4202496 29564 0 1 0 3724 152 0 0 20 0 19 0 11153367 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140735803724832 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2882/statm: 2456183 50833 2288 9 0 2446860 0
[pid=2882/tid=2884] ppid=2879 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/2882/task/2884/stat : 2884 (java) S 2879 2882 23565 0 -1 4202560 2421 0 1 0 23 2 0 0 20 0 19 0 11153368 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140594048885624 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2882/tid=2885] ppid=2879 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/2882/task/2885/stat : 2885 (java) S 2879 2882 23565 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 19 0 11153369 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593892158248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2882/tid=2886] ppid=2879 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/2882/task/2886/stat : 2886 (java) S 2879 2882 23565 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 11153369 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593891105448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2882/tid=2887] ppid=2879 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/2882/task/2887/stat : 2887 (java) S 2879 2882 23565 0 -1 4202560 51 0 0 0 3 0 0 0 20 0 19 0 11153369 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593890053160 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2882/tid=2888] ppid=2879 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/2882/task/2888/stat : 2888 (java) S 2879 2882 23565 0 -1 4202560 53 0 0 0 2 0 0 0 20 0 19 0 11153369 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593889000360 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2882/tid=2889] ppid=2879 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/2882/task/2889/stat : 2889 (java) S 2879 2882 23565 0 -1 4202560 54 0 0 0 4 0 0 0 20 0 19 0 11153369 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593887947048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2882/tid=2890] ppid=2879 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/2882/task/2890/stat : 2890 (java) S 2879 2882 23565 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 11153369 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593886894248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2882/tid=2891] ppid=2879 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/2882/task/2891/stat : 2891 (java) S 2879 2882 23565 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 19 0 11153369 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593885841960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2882/tid=2892] ppid=2879 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/2882/task/2892/stat : 2892 (java) S 2879 2882 23565 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 11153369 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593884789160 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2882/tid=2893] ppid=2879 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/2882/task/2893/stat : 2893 (java) S 2879 2882 23565 0 -1 4202560 20 0 0 0 2 8 0 0 20 0 19 0 11153370 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593402460904 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2882/tid=2894] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2894/stat : 2894 (java) S 2879 2882 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11153370 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593401406968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2882/tid=2895] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2895/stat : 2895 (java) S 2879 2882 23565 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 19 0 11153370 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593400354568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2882/tid=2896] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2896/stat : 2896 (java) S 2879 2882 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11153373 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593399303056 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2882/tid=2897] ppid=2879 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/2882/task/2897/stat : 2897 (java) S 2879 2882 23565 0 -1 4202560 15972 0 0 0 145 4 0 0 20 0 19 0 11153373 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593398249656 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2882/tid=2898] ppid=2879 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/2882/task/2898/stat : 2898 (java) S 2879 2882 23565 0 -1 4202560 8692 0 0 0 103 2 0 0 20 0 19 0 11153373 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593397196856 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2882/tid=2899] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2899/stat : 2899 (java) S 2879 2882 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11153373 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593396144760 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2882/tid=2900] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2900/stat : 2900 (java) S 2879 2882 23565 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 11153373 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593395092168 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2882/tid=2904] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2904/stat : 2904 (java) S 2879 2882 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11153386 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593390880296 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 38.76
Current children cumulated vsize (KiB) 9824732

[startup+66.0008 s]
/proc/loadavg: 1.12 1.47 1.74 1/213 3736
/proc/meminfo: memFree=30246312/32872528 swapFree=480748/529804
[pid=2882] ppid=2879 vsize=9824732 CPUtime=38.88 cores=1,3,5,7
/proc/2882/stat : 2882 (java) S 2879 2882 23565 0 -1 4202496 29571 0 1 0 3734 154 0 0 20 0 19 0 11153367 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140735803724832 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2882/statm: 2456183 50833 2288 9 0 2446860 0
[pid=2882/tid=2884] ppid=2879 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/2882/task/2884/stat : 2884 (java) S 2879 2882 23565 0 -1 4202560 2421 0 1 0 23 2 0 0 20 0 19 0 11153368 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140594048885624 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2882/tid=2885] ppid=2879 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/2882/task/2885/stat : 2885 (java) S 2879 2882 23565 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 19 0 11153369 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593892158248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2882/tid=2886] ppid=2879 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/2882/task/2886/stat : 2886 (java) S 2879 2882 23565 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 11153369 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593891105448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2882/tid=2887] ppid=2879 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/2882/task/2887/stat : 2887 (java) S 2879 2882 23565 0 -1 4202560 51 0 0 0 3 0 0 0 20 0 19 0 11153369 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593890053160 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2882/tid=2888] ppid=2879 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/2882/task/2888/stat : 2888 (java) S 2879 2882 23565 0 -1 4202560 53 0 0 0 2 0 0 0 20 0 19 0 11153369 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593889000360 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2882/tid=2889] ppid=2879 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/2882/task/2889/stat : 2889 (java) S 2879 2882 23565 0 -1 4202560 54 0 0 0 4 0 0 0 20 0 19 0 11153369 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593887947048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2882/tid=2890] ppid=2879 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/2882/task/2890/stat : 2890 (java) S 2879 2882 23565 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 11153369 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593886894248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2882/tid=2891] ppid=2879 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/2882/task/2891/stat : 2891 (java) S 2879 2882 23565 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 19 0 11153369 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593885841960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2882/tid=2892] ppid=2879 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/2882/task/2892/stat : 2892 (java) S 2879 2882 23565 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 11153369 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593884789160 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2882/tid=2893] ppid=2879 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/2882/task/2893/stat : 2893 (java) S 2879 2882 23565 0 -1 4202560 20 0 0 0 2 8 0 0 20 0 19 0 11153370 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593402460904 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2882/tid=2894] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2894/stat : 2894 (java) S 2879 2882 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11153370 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593401406968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2882/tid=2895] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2895/stat : 2895 (java) S 2879 2882 23565 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 19 0 11153370 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593400354568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2882/tid=2896] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2896/stat : 2896 (java) S 2879 2882 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11153373 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593399303056 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2882/tid=2897] ppid=2879 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/2882/task/2897/stat : 2897 (java) S 2879 2882 23565 0 -1 4202560 15972 0 0 0 145 4 0 0 20 0 19 0 11153373 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593398249656 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2882/tid=2898] ppid=2879 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/2882/task/2898/stat : 2898 (java) S 2879 2882 23565 0 -1 4202560 8693 0 0 0 103 2 0 0 20 0 19 0 11153373 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593397196856 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2882/tid=2899] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2899/stat : 2899 (java) S 2879 2882 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11153373 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593396144760 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2882/tid=2900] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2900/stat : 2900 (java) S 2879 2882 23565 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 11153373 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593395092168 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2882/tid=2904] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2904/stat : 2904 (java) S 2879 2882 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11153386 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593390880296 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 38.88
Current children cumulated vsize (KiB) 9824732

[startup+66.2008 s]
/proc/loadavg: 1.12 1.47 1.74 1/213 3736
/proc/meminfo: memFree=30246312/32872528 swapFree=480748/529804
[pid=2882] ppid=2879 vsize=9824732 CPUtime=38.88 cores=1,3,5,7
/proc/2882/stat : 2882 (java) S 2879 2882 23565 0 -1 4202496 29571 0 1 0 3734 154 0 0 20 0 19 0 11153367 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140735803724832 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2882/statm: 2456183 50833 2288 9 0 2446860 0
[pid=2882/tid=2884] ppid=2879 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/2882/task/2884/stat : 2884 (java) S 2879 2882 23565 0 -1 4202560 2421 0 1 0 23 2 0 0 20 0 19 0 11153368 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140594048885624 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2882/tid=2885] ppid=2879 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/2882/task/2885/stat : 2885 (java) S 2879 2882 23565 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 19 0 11153369 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593892158248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2882/tid=2886] ppid=2879 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/2882/task/2886/stat : 2886 (java) S 2879 2882 23565 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 11153369 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593891105448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2882/tid=2887] ppid=2879 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/2882/task/2887/stat : 2887 (java) S 2879 2882 23565 0 -1 4202560 51 0 0 0 3 0 0 0 20 0 19 0 11153369 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593890053160 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2882/tid=2888] ppid=2879 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/2882/task/2888/stat : 2888 (java) S 2879 2882 23565 0 -1 4202560 53 0 0 0 2 0 0 0 20 0 19 0 11153369 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593889000360 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2882/tid=2889] ppid=2879 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/2882/task/2889/stat : 2889 (java) S 2879 2882 23565 0 -1 4202560 54 0 0 0 4 0 0 0 20 0 19 0 11153369 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593887947048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2882/tid=2890] ppid=2879 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/2882/task/2890/stat : 2890 (java) S 2879 2882 23565 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 11153369 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593886894248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2882/tid=2891] ppid=2879 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/2882/task/2891/stat : 2891 (java) S 2879 2882 23565 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 19 0 11153369 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593885841960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2882/tid=2892] ppid=2879 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/2882/task/2892/stat : 2892 (java) S 2879 2882 23565 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 11153369 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593884789160 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2882/tid=2893] ppid=2879 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/2882/task/2893/stat : 2893 (java) S 2879 2882 23565 0 -1 4202560 20 0 0 0 2 8 0 0 20 0 19 0 11153370 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593402460904 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2882/tid=2894] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2894/stat : 2894 (java) S 2879 2882 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11153370 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593401406968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2882/tid=2895] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2895/stat : 2895 (java) S 2879 2882 23565 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 19 0 11153370 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593400354568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2882/tid=2896] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2896/stat : 2896 (java) S 2879 2882 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11153373 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593399303056 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2882/tid=2897] ppid=2879 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/2882/task/2897/stat : 2897 (java) S 2879 2882 23565 0 -1 4202560 15972 0 0 0 145 4 0 0 20 0 19 0 11153373 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593398249656 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2882/tid=2898] ppid=2879 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/2882/task/2898/stat : 2898 (java) S 2879 2882 23565 0 -1 4202560 8693 0 0 0 103 2 0 0 20 0 19 0 11153373 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593397196856 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2882/tid=2899] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2899/stat : 2899 (java) S 2879 2882 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11153373 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593396144760 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2882/tid=2900] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2900/stat : 2900 (java) S 2879 2882 23565 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 11153373 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593395092168 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2882/tid=2904] ppid=2879 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2882/task/2904/stat : 2904 (java) S 2879 2882 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11153386 10060525568 50833 33554432000 1073741824 1073778376 140735803733696 140593390880296 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 38.88
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 66.2515
CPU time (s): 38.9871
CPU user time (s): 37.3563
CPU system time (s): 1.63075
CPU usage (%): 58.8471
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.3563
system time used= 1.63075
maximum resident set size= 209404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29581
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4202
involuntary context switches= 1485

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.497924 second user time and 0.626904 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-30 23:15:34
IDJOB=4091999
IDBENCH=78851
IDSOLVER=2552
FILE ID=node141/4091999-1467321334
RUNJOBID= node141-1467319102-29021
PBS_JOBID= 20005274
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111224059--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4091999-1467321334/watcher-4091999-1467321334 -o /tmp/evaluation-result-4091999-1467321334/solver-4091999-1467321334 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1467319102-29021 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4091999-1467321334.wbo

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

MD5SUM BENCH= 9ffea189547a7afa9054418ab91a7dbf
RANDOM SEED=1784505785

node141.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.448
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.89
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.448
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.448
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30337496 kB
Buffers:          175256 kB
Cached:           862620 kB
SwapCached:            0 kB
Active:           537204 kB
Inactive:         717292 kB
Active(anon):     219416 kB
Inactive(anon):        4 kB
Active(file):     317788 kB
Inactive(file):   717288 kB
Unevictable:      529804 kB
Mlocked:          480748 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               924 kB
Writeback:             0 kB
AnonPages:        714376 kB
Mapped:            22284 kB
Shmem:               204 kB
Slab:             620092 kB
SReclaimable:      63644 kB
SUnreclaim:       556448 kB
KernelStack:        1784 kB
PageTables:         5816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1200692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    174080 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= 71700 MiB
End job on node141 at 2016-06-30 23:16:41