Trace number 4091961

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 151.14 97.9027

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900570242--soft-66-100-0.wbo
MD5SUM404f4a35cd4ec5708f20e119eb7d26f2
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark84.3192
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints899
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 46330
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46329
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 749
Number of bits of the biggest sum of numbers10
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.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4091961-1466079134.wbo
0.10/0.11	c reading problem ... 
0.47/0.33	c ... done. Wall clock time 0.215s.
0.47/0.33	c declared #vars     231
0.47/0.33	c internal #vars     1130
0.47/0.33	c #constraints  2707
0.47/0.33	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.47/0.33	c constraints type 
0.47/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2523
0.47/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 11
0.47/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 161
0.47/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
0.47/0.33	c 2707 constraints processed.
0.47/0.33	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.47/0.33	c constraints type 
0.47/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 161
0.47/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2523
0.47/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 11
0.47/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12
0.47/0.33	c 2707 constraints processed.
0.47/0.33	c objective function length is 899 literals
0.77/0.48	c And the winner is solver0
1.27/0.83	c SATISFIABLE
1.27/0.83	c OPTIMIZING...
1.27/0.83	c Got one! Elapsed wall clock time (in seconds):0.721
1.27/0.83	o 563
1.27/0.85	c And the winner is solver0
1.62/1.34	c Got one! Elapsed wall clock time (in seconds):1.228
1.62/1.34	o 547
1.62/1.36	c And the winner is solver0
1.81/1.85	c Got one! Elapsed wall clock time (in seconds):1.735
1.81/1.85	o 544
1.81/1.86	c And the winner is solver0
1.99/2.35	c Got one! Elapsed wall clock time (in seconds):2.24
1.99/2.35	o 541
1.99/2.36	c And the winner is solver0
2.05/2.85	c Got one! Elapsed wall clock time (in seconds):2.744
2.05/2.85	o 507
2.05/2.87	c And the winner is solver0
2.12/3.36	c Got one! Elapsed wall clock time (in seconds):3.247
2.12/3.36	o 442
2.12/3.37	c And the winner is solver0
2.14/3.86	c Got one! Elapsed wall clock time (in seconds):3.75
2.14/3.86	o 436
2.14/3.87	c And the winner is solver0
2.17/4.36	c Got one! Elapsed wall clock time (in seconds):4.253
2.17/4.36	o 363
2.17/4.37	c And the winner is solver0
2.19/4.87	c Got one! Elapsed wall clock time (in seconds):4.756
2.19/4.87	o 358
2.19/4.88	c And the winner is solver0
2.34/5.37	c Got one! Elapsed wall clock time (in seconds):5.258
2.34/5.37	o 338
2.34/5.38	c And the winner is solver0
2.34/5.87	c Got one! Elapsed wall clock time (in seconds):5.761
2.34/5.87	o 325
2.34/5.88	c And the winner is solver0
2.35/6.37	c Got one! Elapsed wall clock time (in seconds):6.264
2.35/6.37	o 318
2.35/6.38	c And the winner is solver0
2.40/6.88	c Got one! Elapsed wall clock time (in seconds):6.767
2.40/6.88	o 281
2.40/6.89	c And the winner is solver0
2.45/7.38	c Got one! Elapsed wall clock time (in seconds):7.269
2.45/7.38	o 271
2.45/7.39	c And the winner is solver0
2.47/7.88	c Got one! Elapsed wall clock time (in seconds):7.771
2.47/7.88	o 268
2.47/7.89	c And the winner is solver0
2.47/8.38	c Got one! Elapsed wall clock time (in seconds):8.273
2.47/8.38	o 267
2.47/8.39	c And the winner is solver0
2.47/8.88	c Got one! Elapsed wall clock time (in seconds):8.774
2.47/8.88	o 266
2.52/8.92	c And the winner is solver0
2.62/9.39	c Got one! Elapsed wall clock time (in seconds):9.276
2.62/9.39	o 265
2.63/9.41	c And the winner is solver0
2.68/9.89	c Got one! Elapsed wall clock time (in seconds):9.777
2.68/9.89	o 261
2.72/9.93	c And the winner is solver0
2.81/10.39	c Got one! Elapsed wall clock time (in seconds):10.279
2.81/10.39	o 253
2.82/10.42	c And the winner is solver0
2.87/10.89	c Got one! Elapsed wall clock time (in seconds):10.781
2.87/10.89	o 244
2.88/10.91	c And the winner is solver0
2.95/11.39	c Got one! Elapsed wall clock time (in seconds):11.282
2.95/11.39	o 243
2.95/11.41	c And the winner is solver0
3.01/11.89	c Got one! Elapsed wall clock time (in seconds):11.784
3.01/11.89	o 237
3.01/11.97	c And the winner is solver0
3.20/12.40	c Got one! Elapsed wall clock time (in seconds):12.285
3.20/12.40	o 226
3.20/12.42	c And the winner is solver0
3.25/12.90	c Got one! Elapsed wall clock time (in seconds):12.787
3.25/12.90	o 225
3.25/12.93	c And the winner is solver0
3.34/13.40	c Got one! Elapsed wall clock time (in seconds):13.289
3.34/13.40	o 224
3.34/13.41	c And the winner is solver0
3.39/13.90	c Got one! Elapsed wall clock time (in seconds):13.79
3.39/13.90	o 207
3.62/14.00	c And the winner is solver0
3.71/14.40	c Got one! Elapsed wall clock time (in seconds):14.292
3.71/14.40	o 202
3.71/14.41	c And the winner is solver0
3.76/14.90	c Got one! Elapsed wall clock time (in seconds):14.793
3.76/14.90	o 201
3.76/14.92	c And the winner is solver0
3.82/15.41	c Got one! Elapsed wall clock time (in seconds):15.295
3.82/15.41	o 188
3.82/15.46	c And the winner is solver0
3.95/15.91	c Got one! Elapsed wall clock time (in seconds):15.797
3.95/15.91	o 187
4.81/16.37	c cleaning 5497 clauses out of 11010 with flag 29910/11010
5.04/16.41	c And the winner is solver0
5.04/16.46	c Got one! Elapsed wall clock time (in seconds):16.349
5.04/16.46	o 185
5.17/16.54	c And the winner is solver0
5.26/16.96	c Got one! Elapsed wall clock time (in seconds):16.85
5.26/16.96	o 178
5.33/17.04	c And the winner is solver0
5.44/17.46	c Got one! Elapsed wall clock time (in seconds):17.352
5.44/17.46	o 176
5.50/17.53	c And the winner is solver0
5.58/17.96	c Got one! Elapsed wall clock time (in seconds):17.854
5.58/17.96	o 150
5.87/18.11	c And the winner is solver0
5.93/18.47	c Got one! Elapsed wall clock time (in seconds):18.355
5.93/18.47	o 97
6.85/18.95	c cleaning 6719 clauses out of 13454 with flag 33001/18951
6.85/18.98	c And the winner is solver0
7.51/19.47	c Got one! Elapsed wall clock time (in seconds):19.357
7.51/19.47	o 75
8.41/19.97	c cleaning 6009 clauses out of 12025 with flag 45289/24241
9.01/20.22	c And the winner is solver0
9.09/20.47	c Got one! Elapsed wall clock time (in seconds):20.359
9.09/20.47	o 68
9.14/20.50	c And the winner is solver0
9.18/20.97	c Got one! Elapsed wall clock time (in seconds):20.864
9.18/20.97	o 60
9.61/21.28	c cleaning 6084 clauses out of 12174 with flag 25123/30399
10.47/21.68	c And the winner is solver0
10.65/21.98	c Got one! Elapsed wall clock time (in seconds):21.868
10.65/21.98	o 56
10.70/22.07	c cleaning 5761 clauses out of 11539 with flag 10573/35848
11.72/22.52	c cleaning 5879 clauses out of 11778 with flag 64621/41848
12.99/23.14	c cleaning 6442 clauses out of 12900 with flag 125455/48849
13.97/23.69	c And the winner is solver0
14.20/23.98	c Got one! Elapsed wall clock time (in seconds):23.873
14.20/23.98	o 55
15.01/24.46	c cleaning 9099 clauses out of 18211 with flag 42637/60602
16.21/25.06	c cleaning 7553 clauses out of 15113 with flag 95011/66603
17.68/25.77	c cleaning 7263 clauses out of 14558 with flag 153953/73601
19.29/26.57	c cleaning 7644 clauses out of 15296 with flag 228152/81602
21.29/27.55	c cleaning 8320 clauses out of 16652 with flag 315876/90602
23.14/28.49	c And the winner is solver0
23.37/28.99	c Got one! Elapsed wall clock time (in seconds):28.88
23.37/28.99	o 54
24.57/29.65	c cleaning 10850 clauses out of 21700 with flag 49574/103970
25.97/30.36	c cleaning 8420 clauses out of 16850 with flag 110067/109970
26.98/30.83	c And the winner is solver0
27.07/31.00	c Got one! Elapsed wall clock time (in seconds):30.888
27.07/31.00	o 50
27.26/31.13	c cleaning 6833 clauses out of 13688 with flag 8361/115228
28.45/31.74	c cleaning 6408 clauses out of 12853 with flag 59893/121226
29.93/32.45	c cleaning 6708 clauses out of 13445 with flag 117232/128226
29.93/32.46	c And the winner is solver0
30.11/32.51	c Got one! Elapsed wall clock time (in seconds):32.396
30.11/32.51	o 48
31.11/33.05	c cleaning 5937 clauses out of 11904 with flag 47294/133393
31.70/33.30	c And the winner is solver0
31.74/33.52	c Got one! Elapsed wall clock time (in seconds):33.405
31.74/33.52	o 46
32.29/33.85	c cleaning 5757 clauses out of 11518 with flag 27378/138944
33.49/34.49	c cleaning 5878 clauses out of 11763 with flag 80974/144946
35.17/35.29	c cleaning 6438 clauses out of 12883 with flag 145131/151944
37.16/36.21	c cleaning 7210 clauses out of 14446 with flag 217870/159945
37.37/36.32	c And the winner is solver0
37.45/36.53	c Got one! Elapsed wall clock time (in seconds):36.416
37.45/36.53	o 45
38.17/36.98	c cleaning 6217 clauses out of 12451 with flag 34726/165160
39.57/37.65	c cleaning 6115 clauses out of 12233 with flag 87456/171159
40.96/38.37	c cleaning 6553 clauses out of 13119 with flag 151781/178160
42.77/39.27	c cleaning 7278 clauses out of 14569 with flag 218819/186163
43.58/39.63	c And the winner is solver0
43.67/40.04	c Got one! Elapsed wall clock time (in seconds):39.928
43.67/40.04	o 44
44.22/40.34	c cleaning 6217 clauses out of 12435 with flag 15469/191307
45.43/40.99	c cleaning 6104 clauses out of 12217 with flag 62469/197306
47.03/41.78	c cleaning 6557 clauses out of 13113 with flag 119130/204306
48.63/42.59	c And the winner is solver0
48.86/43.05	c Got one! Elapsed wall clock time (in seconds):42.943
48.86/43.05	o 43
49.93/43.68	c And the winner is solver0
50.15/44.07	c Got one! Elapsed wall clock time (in seconds):43.956
50.15/44.07	o 38
50.47/44.25	c cleaning 9613 clauses out of 19228 with flag 9240/216978
51.67/44.81	c And the winner is solver0
51.73/45.08	c Got one! Elapsed wall clock time (in seconds):44.971
51.73/45.08	o 35
52.00/45.28	c cleaning 7588 clauses out of 15179 with flag 8078/222542
53.64/46.07	c cleaning 6788 clauses out of 13592 with flag 65630/228543
55.44/46.97	c cleaning 6892 clauses out of 13806 with flag 126479/235545
55.84/47.11	c And the winner is solver0
55.90/47.60	c Got one! Elapsed wall clock time (in seconds):47.487
55.90/47.60	o 33
56.87/48.10	c cleaning 6124 clauses out of 12281 with flag 30971/240912
58.07/48.77	c cleaning 6067 clauses out of 12155 with flag 74471/246910
59.68/49.60	c cleaning 6542 clauses out of 13088 with flag 131131/253910
60.47/49.90	c And the winner is solver0
60.52/50.12	c Got one! Elapsed wall clock time (in seconds):50.005
60.52/50.12	o 31
61.06/50.47	c cleaning 6253 clauses out of 12517 with flag 19176/259881
62.47/51.14	c cleaning 6131 clauses out of 12265 with flag 59403/265882
64.06/51.94	c cleaning 6565 clauses out of 13133 with flag 106538/272881
65.26/52.55	c And the winner is solver0
65.42/52.64	c Got one! Elapsed wall clock time (in seconds):52.526
65.42/52.64	o 30
66.79/53.36	c cleaning 8485 clauses out of 16986 with flag 35394/283300
68.21/54.09	c cleaning 7243 clauses out of 14500 with flag 76935/289299
70.00/54.93	c cleaning 7121 clauses out of 14257 with flag 125255/296299
71.80/55.87	c cleaning 7559 clauses out of 15136 with flag 175516/304299
74.19/57.03	c cleaning 8279 clauses out of 16578 with flag 241692/313300
76.81/58.39	c cleaning 9143 clauses out of 18299 with flag 319440/323300
79.99/59.93	c cleaning 10078 clauses out of 20155 with flag 409408/334299
84.08/61.90	c cleaning 11034 clauses out of 22077 with flag 520385/346299
88.10/63.97	c cleaning 12010 clauses out of 24043 with flag 625089/359299
92.50/66.19	c cleaning 13017 clauses out of 26038 with flag 733828/373305
97.36/68.56	c And the winner is solver0
97.52/68.66	c Got one! Elapsed wall clock time (in seconds):68.551
97.52/68.66	o 28
99.57/69.75	c cleaning 15722 clauses out of 31452 with flag 41176/391737
100.17/70.08	c And the winner is solver0
100.37/70.19	c Got one! Elapsed wall clock time (in seconds):70.075
100.37/70.19	o 27
101.17/70.65	c cleaning 10469 clauses out of 20948 with flag 18728/396955
102.77/71.48	c cleaning 8233 clauses out of 16478 with flag 61310/402954
104.77/72.42	c cleaning 7610 clauses out of 15243 with flag 105375/409952
105.19/72.68	c And the winner is solver0
105.36/72.71	c Got one! Elapsed wall clock time (in seconds):72.603
105.36/72.71	o 26
105.90/73.00	c cleaning 6407 clauses out of 12829 with flag 12866/415148
107.10/73.62	c cleaning 6209 clauses out of 12423 with flag 34977/421149
108.78/74.48	c cleaning 6606 clauses out of 13213 with flag 63184/428148
110.78/75.44	c cleaning 7302 clauses out of 14607 with flag 101429/436148
113.18/76.64	c cleaning 8147 clauses out of 16305 with flag 152436/445148
113.38/76.79	c And the winner is solver0
113.59/77.24	c Got one! Elapsed wall clock time (in seconds):77.132
113.59/77.24	o 25
114.47/77.72	c cleaning 6688 clauses out of 13381 with flag 21593/450371
115.67/78.39	c cleaning 6333 clauses out of 12690 with flag 48123/456368
117.27/79.18	c cleaning 6675 clauses out of 13357 with flag 77945/463368
119.27/80.14	c cleaning 7338 clauses out of 14686 with flag 112934/471372
121.76/81.32	c cleaning 8164 clauses out of 16343 with flag 160762/480367
121.98/81.45	c And the winner is solver0
122.15/81.79	c Got one! Elapsed wall clock time (in seconds):81.679
122.15/81.79	o 24
122.93/82.27	c cleaning 6728 clauses out of 13464 with flag 19852/485652
124.33/82.91	c cleaning 6360 clauses out of 12737 with flag 44807/491653
125.95/83.74	c cleaning 6677 clauses out of 13376 with flag 72479/498652
127.53/84.57	c And the winner is solver0
127.79/84.82	c Got one! Elapsed wall clock time (in seconds):84.71
127.79/84.82	o 22
129.10/85.57	c cleaning 9419 clauses out of 18846 with flag 25434/510799
130.72/86.36	c cleaning 7711 clauses out of 15427 with flag 55880/516800
130.92/86.43	c And the winner is solver0
131.04/86.85	c Got one! Elapsed wall clock time (in seconds):86.744
131.04/86.85	o 18
132.34/87.51	c cleaning 6664 clauses out of 13347 with flag 26114/522431
133.74/88.23	c cleaning 6339 clauses out of 12685 with flag 51946/528434
135.55/89.11	c cleaning 6666 clauses out of 13342 with flag 81920/535430
137.53/90.15	c cleaning 7335 clauses out of 14676 with flag 117423/543431
139.73/91.26	c cleaning 8168 clauses out of 16339 with flag 157727/552430
140.33/91.55	c And the winner is solver0
140.48/91.89	c Got one! Elapsed wall clock time (in seconds):91.78
140.48/91.89	o 17
141.24/92.30	c cleaning 6879 clauses out of 13766 with flag 16468/558026
142.71/93.03	c cleaning 6210 clauses out of 12885 with flag 44414/564026
144.30/93.87	c cleaning 6825 clauses out of 13674 with flag 70760/571027
146.30/94.88	c cleaning 7414 clauses out of 14846 with flag 100635/579027
147.50/95.44	c And the winner is solver0
147.64/95.93	c Got one! Elapsed wall clock time (in seconds):95.819
147.64/95.93	o 16
147.94/96.12	c cleaning 6219 clauses out of 13141 with flag 3946/584740
149.35/96.85	c cleaning 5884 clauses out of 12916 with flag 26418/590741
150.54/97.41	c And the winner is solver0
150.95/97.89	c >>>>>>>>>> Solver number 0 (63 answers) <<<<<<<<<<<<<<<<<<
150.95/97.89	c starts		: 881
150.95/97.89	c conflicts		: 595121
150.95/97.89	c decisions		: 968242
150.95/97.89	c propagations		: 50570719
150.95/97.89	c inspects		: 901955546
150.95/97.89	c shortcuts		: 0
150.95/97.89	c learnt literals	: 44
150.95/97.89	c learnt binary clauses	: 411
150.95/97.89	c learnt ternary clauses	: 1531
150.95/97.89	c learnt constraints	: 595076
150.95/97.89	c ignored constraints	: 0
150.95/97.89	c root simplifications	: 0
150.95/97.89	c removed literals (reason simplification)	: 5218262
150.95/97.89	c reason swapping (by a shorter reason)	: 0
150.95/97.89	c Calls to reduceDB	: 79
150.95/97.89	c Number of update (reduction) of LBD	: 290827
150.95/97.89	c Imported unit clauses	: 0
150.95/97.89	c number of reductions to clauses (during analyze)	: 0
150.95/97.89	c number of learned constraints concerned by reduction	: 0
150.95/97.89	c number of learning phase by resolution	: 0
150.95/97.89	c number of learning phase by cutting planes	: 0
150.95/97.89	c speed (assignments/second)	: 518408.1906714506
150.95/97.89	c non guided choices	7202
150.95/97.89	c learnt constraints type 
150.95/97.89	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
150.95/97.89	c starts		: 90
150.95/97.89	c conflicts		: 5019
150.95/97.89	c decisions		: 80907
150.95/97.89	c propagations		: 357811
150.95/97.89	c inspects		: 82189636
150.95/97.89	c shortcuts		: 0
150.95/97.89	c learnt literals	: 0
150.95/97.89	c learnt binary clauses	: 0
150.95/97.89	c learnt ternary clauses	: 0
150.95/97.89	c learnt constraints	: 4981
150.95/97.89	c ignored constraints	: 0
150.95/97.89	c root simplifications	: 0
150.95/97.89	c removed literals (reason simplification)	: 0
150.95/97.89	c reason swapping (by a shorter reason)	: 0
150.95/97.89	c Calls to reduceDB	: 0
150.95/97.89	c Number of update (reduction) of LBD	: 0
150.95/97.89	c Imported unit clauses	: 0
150.95/97.89	c number of reductions to clauses (during analyze)	: 0
150.95/97.89	c number of learned constraints concerned by reduction	: 0
150.95/97.89	c number of learning phase by resolution	: 0
150.95/97.89	c number of learning phase by cutting planes	: 0
150.95/97.89	c speed (assignments/second)	: 191342.7807486631
150.95/97.89	c non guided choices	6709
150.95/97.89	c learnt constraints type 
150.95/97.89	s OPTIMUM FOUND
150.95/97.89	c Found 62 solution(s)
150.95/97.89	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 
150.95/97.89	c objective function=16
150.95/97.89	c Total wall clock time (in seconds): 97.779

Verifier Data

OK	16

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-4091961-1466079134/watcher-4091961-1466079134 -o /tmp/evaluation-result-4091961-1466079134/solver-4091961-1466079134 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466075580-10197 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4091961-1466079134.wbo 

pid=16583
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: 2.62 2.32 2.27 3/196 16586
/proc/meminfo: memFree=28467556/32872528 swapFree=1286144/1433312
[pid=16586] ppid=16583 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/16586/stat : 16586 (java) R 16583 16586 8056 0 -1 4202496 1058 0 0 0 0 0 0 0 20 0 1 0 9960149 23793664 708 33554432000 1073741824 1073778376 140737147442800 140737147431864 214360438120 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16586/statm: 5809 708 523 9 0 128 0

[startup+0.100164 s]
/proc/loadavg: 2.62 2.32 2.27 3/196 16586
/proc/meminfo: memFree=28467556/32872528 swapFree=1286144/1433312
[pid=16586] ppid=16583 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/16586/stat : 16586 (java) S 16583 16586 8056 0 -1 4202496 4423 0 1 0 9 1 0 0 20 0 18 0 9960149 9787879424 6063 33554432000 1073741824 1073778376 140737147442800 140737147433936 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16586/statm: 2389619 6063 2141 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200239 s]
/proc/loadavg: 2.62 2.32 2.27 3/196 16586
/proc/meminfo: memFree=28467556/32872528 swapFree=1286144/1433312
[pid=16586] ppid=16583 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/16586/stat : 16586 (java) S 16583 16586 8056 0 -1 4202496 4676 0 1 0 23 1 0 0 20 0 18 0 9960149 9787879424 6775 33554432000 1073741824 1073778376 140737147442800 140737147433936 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16586/statm: 2389619 6775 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300296 s]
/proc/loadavg: 2.62 2.32 2.27 3/196 16586
/proc/meminfo: memFree=28467556/32872528 swapFree=1286144/1433312
[pid=16586] ppid=16583 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/16586/stat : 16586 (java) S 16583 16586 8056 0 -1 4202496 5612 0 1 0 46 1 0 0 20 0 18 0 9960149 9787879424 8436 33554432000 1073741824 1073778376 140737147442800 140737147433936 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16586/statm: 2389619 8436 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700319 s]
/proc/loadavg: 2.62 2.32 2.27 3/196 16586
/proc/meminfo: memFree=28467556/32872528 swapFree=1286144/1433312
[pid=16586] ppid=16583 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/16586/stat : 16586 (java) S 16583 16586 8056 0 -1 4202496 9100 0 1 0 123 4 0 0 20 0 19 0 9960149 10060525568 12434 33554432000 1073741824 1073778376 140737147442800 140737147433936 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16586/statm: 2456183 12434 2258 9 0 2446860 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 2.62 2.32 2.27 2/215 16611
/proc/meminfo: memFree=28410296/32872528 swapFree=1286144/1433312
[pid=16586] ppid=16583 vsize=9824732 CPUtime=1.81 cores=0,2,4,6
/proc/16586/stat : 16586 (java) S 16583 16586 8056 0 -1 4202496 18317 0 1 0 172 9 0 0 20 0 19 0 9960149 10060525568 17938 33554432000 1073741824 1073778376 140737147442800 140737147433936 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16586/statm: 2456183 17938 2261 9 0 2446860 0
[pid=16586/tid=16588] ppid=16583 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/16586/task/16588/stat : 16588 (java) S 16583 16586 8056 0 -1 4202560 2429 0 1 0 31 1 0 0 20 0 19 0 9960149 10060525568 17938 33554432000 1073741824 1073778376 140737147442800 140369431962488 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16586/tid=16589] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16589/stat : 16589 (java) S 16583 16586 8056 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9960150 10060525568 17938 33554432000 1073741824 1073778376 140737147442800 140369404414760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16586/tid=16590] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16590/stat : 16590 (java) S 16583 16586 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9960150 10060525568 17938 33554432000 1073741824 1073778376 140737147442800 140369403361960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16586/tid=16591] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16591/stat : 16591 (java) S 16583 16586 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9960150 10060525568 17938 33554432000 1073741824 1073778376 140737147442800 140369402309672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16586/tid=16592] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16592/stat : 16592 (java) S 16583 16586 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9960150 10060525568 17938 33554432000 1073741824 1073778376 140737147442800 140369401256872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16586/tid=16593] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16593/stat : 16593 (java) S 16583 16586 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9960150 10060525568 17938 33554432000 1073741824 1073778376 140737147442800 140369400203560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16586/tid=16594] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16594/stat : 16594 (java) S 16583 16586 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9960150 10060525568 17938 33554432000 1073741824 1073778376 140737147442800 140369399150760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16586/tid=16595] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16595/stat : 16595 (java) S 16583 16586 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9960150 10060525568 17938 33554432000 1073741824 1073778376 140737147442800 140369398098472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16586/tid=16596] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16596/stat : 16596 (java) S 16583 16586 8056 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9960150 10060525568 17938 33554432000 1073741824 1073778376 140737147442800 140369267829160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16586/tid=16597] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16597/stat : 16597 (java) S 16583 16586 8056 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9960151 10060525568 17938 33554432000 1073741824 1073778376 140737147442800 140368784882408 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16586/tid=16598] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16598/stat : 16598 (java) S 16583 16586 8056 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9960152 10060525568 17938 33554432000 1073741824 1073778376 140737147442800 140368783828472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16586/tid=16599] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16599/stat : 16599 (java) S 16583 16586 8056 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9960152 10060525568 17938 33554432000 1073741824 1073778376 140737147442800 140368782776072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16586/tid=16600] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16600/stat : 16600 (java) S 16583 16586 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9960154 10060525568 17938 33554432000 1073741824 1073778376 140737147442800 140368781724560 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16586/tid=16601] ppid=16583 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/16586/task/16601/stat : 16601 (java) S 16583 16586 8056 0 -1 4202560 6423 0 0 0 52 1 0 0 20 0 19 0 9960154 10060525568 17938 33554432000 1073741824 1073778376 140737147442800 140368780671160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16586/tid=16602] ppid=16583 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/16586/task/16602/stat : 16602 (java) S 16583 16586 8056 0 -1 4202560 8114 0 0 0 54 3 0 0 20 0 19 0 9960154 10060525568 17938 33554432000 1073741824 1073778376 140737147442800 140368779618360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16586/tid=16603] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16603/stat : 16603 (java) S 16583 16586 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9960154 10060525568 17938 33554432000 1073741824 1073778376 140737147442800 140368778566264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16586/tid=16604] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16604/stat : 16604 (java) S 16583 16586 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9960154 10060525568 17938 33554432000 1073741824 1073778376 140737147442800 140368777513672 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16586/tid=16608] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16608/stat : 16608 (java) S 16583 16586 8056 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9960183 10060525568 17938 33554432000 1073741824 1073778376 140737147442800 140368773301800 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 9824732

[startup+3.10082 s]
/proc/loadavg: 2.62 2.32 2.27 2/215 16617
/proc/meminfo: memFree=28396892/32872528 swapFree=1286144/1433312
[pid=16586] ppid=16583 vsize=9824732 CPUtime=2.12 cores=0,2,4,6
/proc/16586/stat : 16586 (java) S 16583 16586 8056 0 -1 4202496 18467 0 1 0 197 15 0 0 20 0 19 0 9960149 10060525568 21578 33554432000 1073741824 1073778376 140737147442800 140737147433936 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16586/statm: 2456183 21578 2265 9 0 2446860 0
[pid=16586/tid=16588] ppid=16583 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/16586/task/16588/stat : 16588 (java) S 16583 16586 8056 0 -1 4202560 2430 0 1 0 32 2 0 0 20 0 19 0 9960149 10060525568 21578 33554432000 1073741824 1073778376 140737147442800 140369431962488 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16586/tid=16589] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16589/stat : 16589 (java) S 16583 16586 8056 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9960150 10060525568 21578 33554432000 1073741824 1073778376 140737147442800 140369404414760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16586/tid=16590] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16590/stat : 16590 (java) S 16583 16586 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9960150 10060525568 21578 33554432000 1073741824 1073778376 140737147442800 140369403361960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16586/tid=16591] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16591/stat : 16591 (java) S 16583 16586 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9960150 10060525568 21578 33554432000 1073741824 1073778376 140737147442800 140369402309672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16586/tid=16592] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16592/stat : 16592 (java) S 16583 16586 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9960150 10060525568 21578 33554432000 1073741824 1073778376 140737147442800 140369401256872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16586/tid=16593] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16593/stat : 16593 (java) S 16583 16586 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9960150 10060525568 21578 33554432000 1073741824 1073778376 140737147442800 140369400203560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16586/tid=16594] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16594/stat : 16594 (java) S 16583 16586 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9960150 10060525568 21578 33554432000 1073741824 1073778376 140737147442800 140369399150760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16586/tid=16595] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16595/stat : 16595 (java) S 16583 16586 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9960150 10060525568 21578 33554432000 1073741824 1073778376 140737147442800 140369398098472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16586/tid=16596] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16596/stat : 16596 (java) S 16583 16586 8056 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9960150 10060525568 21578 33554432000 1073741824 1073778376 140737147442800 140369267829160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16586/tid=16597] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16597/stat : 16597 (java) S 16583 16586 8056 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9960151 10060525568 21578 33554432000 1073741824 1073778376 140737147442800 140368784882408 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16586/tid=16598] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16598/stat : 16598 (java) S 16583 16586 8056 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9960152 10060525568 21578 33554432000 1073741824 1073778376 140737147442800 140368783828472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16586/tid=16599] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16599/stat : 16599 (java) S 16583 16586 8056 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9960152 10060525568 21578 33554432000 1073741824 1073778376 140737147442800 140368782776072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16586/tid=16600] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16600/stat : 16600 (java) S 16583 16586 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9960154 10060525568 21578 33554432000 1073741824 1073778376 140737147442800 140368781724560 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16586/tid=16601] ppid=16583 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/16586/task/16601/stat : 16601 (java) S 16583 16586 8056 0 -1 4202560 6424 0 0 0 57 1 0 0 20 0 19 0 9960154 10060525568 21578 33554432000 1073741824 1073778376 140737147442800 140368780671160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16586/tid=16602] ppid=16583 vsize=9824732 CPUtime=0.71 cores=0,2,4,6
/proc/16586/task/16602/stat : 16602 (java) S 16583 16586 8056 0 -1 4202560 8235 0 0 0 68 3 0 0 20 0 19 0 9960154 10060525568 21578 33554432000 1073741824 1073778376 140737147442800 140368779618360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16586/tid=16603] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16603/stat : 16603 (java) S 16583 16586 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9960154 10060525568 21578 33554432000 1073741824 1073778376 140737147442800 140368778566264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16586/tid=16604] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16604/stat : 16604 (java) S 16583 16586 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9960154 10060525568 21578 33554432000 1073741824 1073778376 140737147442800 140368777513672 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16586/tid=16608] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16608/stat : 16608 (java) S 16583 16586 8056 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9960183 10060525568 21578 33554432000 1073741824 1073778376 140737147442800 140368773301800 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=24 pid=1809 uid=0 cmd=

[startup+6.30083 s]
/proc/loadavg: 2.49 2.30 2.26 2/215 16638
/proc/meminfo: memFree=28372492/32872528 swapFree=1286144/1433312
[pid=16586] ppid=16583 vsize=9824732 CPUtime=2.35 cores=0,2,4,6
/proc/16586/stat : 16586 (java) S 16583 16586 8056 0 -1 4202496 20380 0 1 0 220 15 0 0 20 0 19 0 9960149 10060525568 26870 33554432000 1073741824 1073778376 140737147442800 140737147433936 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16586/statm: 2456183 26870 2267 9 0 2446860 0
[pid=16586/tid=16588] ppid=16583 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/16586/task/16588/stat : 16588 (java) S 16583 16586 8056 0 -1 4202560 2434 0 1 0 33 2 0 0 20 0 19 0 9960149 10060525568 26870 33554432000 1073741824 1073778376 140737147442800 140369431962488 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16586/tid=16589] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16589/stat : 16589 (java) S 16583 16586 8056 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9960150 10060525568 26870 33554432000 1073741824 1073778376 140737147442800 140369404414760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16586/tid=16590] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16590/stat : 16590 (java) S 16583 16586 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9960150 10060525568 26870 33554432000 1073741824 1073778376 140737147442800 140369403361960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16586/tid=16591] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16591/stat : 16591 (java) S 16583 16586 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9960150 10060525568 26870 33554432000 1073741824 1073778376 140737147442800 140369402309672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16586/tid=16592] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16592/stat : 16592 (java) S 16583 16586 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9960150 10060525568 26870 33554432000 1073741824 1073778376 140737147442800 140369401256872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16586/tid=16593] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16593/stat : 16593 (java) S 16583 16586 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9960150 10060525568 26870 33554432000 1073741824 1073778376 140737147442800 140369400203560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16586/tid=16594] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16594/stat : 16594 (java) S 16583 16586 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9960150 10060525568 26870 33554432000 1073741824 1073778376 140737147442800 140369399150760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16586/tid=16595] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16595/stat : 16595 (java) S 16583 16586 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9960150 10060525568 26870 33554432000 1073741824 1073778376 140737147442800 140369398098472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16586/tid=16596] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16596/stat : 16596 (java) S 16583 16586 8056 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9960150 10060525568 26870 33554432000 1073741824 1073778376 140737147442800 140369267829160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16586/tid=16597] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16597/stat : 16597 (java) S 16583 16586 8056 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9960151 10060525568 26870 33554432000 1073741824 1073778376 140737147442800 140368784882408 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16586/tid=16598] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16598/stat : 16598 (java) S 16583 16586 8056 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9960152 10060525568 26870 33554432000 1073741824 1073778376 140737147442800 140368783828472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16586/tid=16599] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16599/stat : 16599 (java) S 16583 16586 8056 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9960152 10060525568 26870 33554432000 1073741824 1073778376 140737147442800 140368782776072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16586/tid=16600] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16600/stat : 16600 (java) S 16583 16586 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9960154 10060525568 26870 33554432000 1073741824 1073778376 140737147442800 140368781724560 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16586/tid=16601] ppid=16583 vsize=9824732 CPUtime=0.73 cores=0,2,4,6
/proc/16586/task/16601/stat : 16601 (java) S 16583 16586 8056 0 -1 4202560 8266 0 0 0 71 2 0 0 20 0 19 0 9960154 10060525568 26870 33554432000 1073741824 1073778376 140737147442800 140368780671160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16586/tid=16602] ppid=16583 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/16586/task/16602/stat : 16602 (java) S 16583 16586 8056 0 -1 4202560 8237 0 0 0 75 3 0 0 20 0 19 0 9960154 10060525568 26870 33554432000 1073741824 1073778376 140737147442800 140368779618360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16586/tid=16603] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16603/stat : 16603 (java) S 16583 16586 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9960154 10060525568 26870 33554432000 1073741824 1073778376 140737147442800 140368778566264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16586/tid=16604] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16604/stat : 16604 (java) S 16583 16586 8056 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9960154 10060525568 26870 33554432000 1073741824 1073778376 140737147442800 140368777513672 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16586/tid=16608] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16608/stat : 16608 (java) S 16583 16586 8056 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9960183 10060525568 26870 33554432000 1073741824 1073778376 140737147442800 140368773301800 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.35

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

[pid=16586/tid=16594] ppid=16583 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/16586/task/16594/stat : 16594 (java) S 16583 16586 8056 0 -1 4202560 118 0 0 0 27 5 0 0 20 0 21 0 9960150 10060525568 566737 33554432000 1073741824 1073778376 140737147442800 140369399150760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16586/tid=16595] ppid=16583 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/16586/task/16595/stat : 16595 (java) S 16583 16586 8056 0 -1 4202560 118 0 0 0 23 5 0 0 20 0 21 0 9960150 10060525568 566737 33554432000 1073741824 1073778376 140737147442800 140369398098472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16586/tid=16596] ppid=16583 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/16586/task/16596/stat : 16596 (java) S 16583 16586 8056 0 -1 4202560 120 0 0 0 28 6 0 0 20 0 21 0 9960150 10060525568 566737 33554432000 1073741824 1073778376 140737147442800 140369267829160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16586/tid=16597] ppid=16583 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/16586/task/16597/stat : 16597 (java) S 16583 16586 8056 0 -1 4202560 976 0 0 0 2 9 0 0 20 0 21 0 9960151 10060525568 566737 33554432000 1073741824 1073778376 140737147442800 140368784882408 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16586/tid=16598] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16598/stat : 16598 (java) S 16583 16586 8056 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 9960152 10060525568 566737 33554432000 1073741824 1073778376 140737147442800 140368783828472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16586/tid=16599] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16599/stat : 16599 (java) S 16583 16586 8056 0 -1 4202560 37 0 0 0 0 0 0 0 20 0 21 0 9960152 10060525568 566737 33554432000 1073741824 1073778376 140737147442800 140368782776072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16586/tid=16600] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16600/stat : 16600 (java) S 16583 16586 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9960154 10060525568 566737 33554432000 1073741824 1073778376 140737147442800 140368781724560 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16586/tid=16601] ppid=16583 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/16586/task/16601/stat : 16601 (java) S 16583 16586 8056 0 -1 4202560 15352 0 0 0 164 2 0 0 20 0 21 0 9960154 10060525568 566737 33554432000 1073741824 1073778376 140737147442800 140368780671160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16586/tid=16602] ppid=16583 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/16586/task/16602/stat : 16602 (java) S 16583 16586 8056 0 -1 4202560 9556 0 0 0 119 3 0 0 20 0 21 0 9960154 10060525568 566737 33554432000 1073741824 1073778376 140737147442800 140368779618360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16586/tid=16603] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16603/stat : 16603 (java) S 16583 16586 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9960154 10060525568 566737 33554432000 1073741824 1073778376 140737147442800 140368778566264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16586/tid=16604] ppid=16583 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/16586/task/16604/stat : 16604 (java) S 16583 16586 8056 0 -1 4202560 6 0 0 0 1 1 0 0 20 0 21 0 9960154 10060525568 566737 33554432000 1073741824 1073778376 140737147442800 140368777513672 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16586/tid=16608] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16608/stat : 16608 (java) S 16583 16586 8056 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 9960183 10060525568 566737 33554432000 1073741824 1073778376 140737147442800 140368773301800 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 147.73
Current children cumulated vsize (KiB) 9824732

[startup+96.8008 s]
/proc/loadavg: 2.90 2.45 2.31 4/218 16796
/proc/meminfo: memFree=26170020/32872528 swapFree=1286144/1433312
[pid=16586] ppid=16583 vsize=9824732 CPUtime=149.35 cores=0,2,4,6
/proc/16586/stat : 16586 (java) S 16583 16586 8056 0 -1 4202496 32099 0 1 0 14749 186 0 0 20 0 22 0 9960149 10060525568 566739 33554432000 1073741824 1073778376 140737147442800 140737147433936 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16586/statm: 2456183 566739 2288 9 0 2446860 0
[pid=16586/tid=16588] ppid=16583 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/16586/task/16588/stat : 16588 (java) S 16583 16586 8056 0 -1 4202560 2447 0 1 0 83 3 0 0 20 0 22 0 9960149 10060525568 566739 33554432000 1073741824 1073778376 140737147442800 140369431962488 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16586/tid=16589] ppid=16583 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/16586/task/16589/stat : 16589 (java) S 16583 16586 8056 0 -1 4202560 110 0 0 0 23 5 0 0 20 0 22 0 9960150 10060525568 566739 33554432000 1073741824 1073778376 140737147442800 140369404414760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16586/tid=16590] ppid=16583 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/16586/task/16590/stat : 16590 (java) S 16583 16586 8056 0 -1 4202560 109 0 0 0 23 6 0 0 20 0 22 0 9960150 10060525568 566739 33554432000 1073741824 1073778376 140737147442800 140369403361960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16586/tid=16591] ppid=16583 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/16586/task/16591/stat : 16591 (java) S 16583 16586 8056 0 -1 4202560 136 0 0 0 29 5 0 0 20 0 22 0 9960150 10060525568 566739 33554432000 1073741824 1073778376 140737147442800 140369402309672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16586/tid=16592] ppid=16583 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/16586/task/16592/stat : 16592 (java) S 16583 16586 8056 0 -1 4202560 122 0 0 0 28 5 0 0 20 0 22 0 9960150 10060525568 566739 33554432000 1073741824 1073778376 140737147442800 140369401256872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16586/tid=16593] ppid=16583 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/16586/task/16593/stat : 16593 (java) S 16583 16586 8056 0 -1 4202560 103 0 0 0 29 5 0 0 20 0 22 0 9960150 10060525568 566739 33554432000 1073741824 1073778376 140737147442800 140369400203560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16586/tid=16594] ppid=16583 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/16586/task/16594/stat : 16594 (java) S 16583 16586 8056 0 -1 4202560 118 0 0 0 27 5 0 0 20 0 22 0 9960150 10060525568 566739 33554432000 1073741824 1073778376 140737147442800 140369399150760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16586/tid=16595] ppid=16583 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/16586/task/16595/stat : 16595 (java) S 16583 16586 8056 0 -1 4202560 118 0 0 0 23 5 0 0 20 0 22 0 9960150 10060525568 566739 33554432000 1073741824 1073778376 140737147442800 140369398098472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16586/tid=16596] ppid=16583 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/16586/task/16596/stat : 16596 (java) S 16583 16586 8056 0 -1 4202560 120 0 0 0 28 6 0 0 20 0 22 0 9960150 10060525568 566739 33554432000 1073741824 1073778376 140737147442800 140369267829160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16586/tid=16597] ppid=16583 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/16586/task/16597/stat : 16597 (java) S 16583 16586 8056 0 -1 4202560 976 0 0 0 3 9 0 0 20 0 22 0 9960151 10060525568 566739 33554432000 1073741824 1073778376 140737147442800 140368784882408 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16586/tid=16598] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16598/stat : 16598 (java) S 16583 16586 8056 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 9960152 10060525568 566739 33554432000 1073741824 1073778376 140737147442800 140368783828472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16586/tid=16599] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16599/stat : 16599 (java) S 16583 16586 8056 0 -1 4202560 37 0 0 0 0 0 0 0 20 0 22 0 9960152 10060525568 566739 33554432000 1073741824 1073778376 140737147442800 140368782776072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16586/tid=16600] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16600/stat : 16600 (java) S 16583 16586 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9960154 10060525568 566739 33554432000 1073741824 1073778376 140737147442800 140368781724560 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16586/tid=16601] ppid=16583 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/16586/task/16601/stat : 16601 (java) S 16583 16586 8056 0 -1 4202560 15352 0 0 0 164 2 0 0 20 0 22 0 9960154 10060525568 566739 33554432000 1073741824 1073778376 140737147442800 140368780671160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16586/tid=16602] ppid=16583 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/16586/task/16602/stat : 16602 (java) S 16583 16586 8056 0 -1 4202560 9556 0 0 0 119 3 0 0 20 0 22 0 9960154 10060525568 566739 33554432000 1073741824 1073778376 140737147442800 140368779618360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16586/tid=16603] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16603/stat : 16603 (java) S 16583 16586 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9960154 10060525568 566739 33554432000 1073741824 1073778376 140737147442800 140368778566264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16586/tid=16604] ppid=16583 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/16586/task/16604/stat : 16604 (java) S 16583 16586 8056 0 -1 4202560 8 0 0 0 1 1 0 0 20 0 22 0 9960154 10060525568 566739 33554432000 1073741824 1073778376 140737147442800 140368777513672 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16586/tid=16608] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16608/stat : 16608 (java) S 16583 16586 8056 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 9960183 10060525568 566739 33554432000 1073741824 1073778376 140737147442800 140368773301800 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16586/tid=16794] ppid=16583 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/16586/task/16794/stat : 16794 (java) R 16583 16586 8056 0 -1 4202560 2 0 0 0 82 0 0 0 20 0 22 0 9969746 10060525568 566739 33554432000 1073741824 1073778376 140737147442800 140368775397776 140369279400654 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16586/tid=16795] ppid=16583 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/16586/task/16795/stat : 16795 (java) R 16583 16586 8056 0 -1 4202560 2 0 0 0 82 0 0 0 20 0 22 0 9969746 10060525568 566739 33554432000 1073741824 1073778376 140737147442800 140368774351544 140369279567388 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16586/tid=16796] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16796/stat : 16796 (java) S 16583 16586 8056 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 9969751 10060525568 566739 33554432000 1073741824 1073778376 140737147442800 140368776459048 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 149.35
Current children cumulated vsize (KiB) 9824732

[startup+97.6008 s]
/proc/loadavg: 2.90 2.45 2.31 4/218 16796
/proc/meminfo: memFree=26170020/32872528 swapFree=1286144/1433312
[pid=16586] ppid=16583 vsize=9824732 CPUtime=150.75 cores=0,2,4,6
/proc/16586/stat : 16586 (java) S 16583 16586 8056 0 -1 4202496 32103 0 1 0 14887 188 0 0 20 0 19 0 9960149 10060525568 566733 33554432000 1073741824 1073778376 140737147442800 140737147433936 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16586/statm: 2456183 566733 2288 9 0 2446860 0
[pid=16586/tid=16588] ppid=16583 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/16586/task/16588/stat : 16588 (java) R 16583 16586 8056 0 -1 4202560 2447 0 1 0 95 3 0 0 20 0 19 0 9960149 10060525568 566733 33554432000 1073741824 1073778376 140737147442800 140369431962248 140369279064002 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=16586/tid=16589] ppid=16583 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/16586/task/16589/stat : 16589 (java) S 16583 16586 8056 0 -1 4202560 110 0 0 0 23 5 0 0 20 0 19 0 9960150 10060525568 566733 33554432000 1073741824 1073778376 140737147442800 140369404414760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16586/tid=16590] ppid=16583 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/16586/task/16590/stat : 16590 (java) S 16583 16586 8056 0 -1 4202560 109 0 0 0 23 6 0 0 20 0 19 0 9960150 10060525568 566733 33554432000 1073741824 1073778376 140737147442800 140369403361960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16586/tid=16591] ppid=16583 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/16586/task/16591/stat : 16591 (java) S 16583 16586 8056 0 -1 4202560 136 0 0 0 29 5 0 0 20 0 19 0 9960150 10060525568 566733 33554432000 1073741824 1073778376 140737147442800 140369402309672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16586/tid=16592] ppid=16583 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/16586/task/16592/stat : 16592 (java) S 16583 16586 8056 0 -1 4202560 122 0 0 0 28 5 0 0 20 0 19 0 9960150 10060525568 566733 33554432000 1073741824 1073778376 140737147442800 140369401256872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16586/tid=16593] ppid=16583 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/16586/task/16593/stat : 16593 (java) S 16583 16586 8056 0 -1 4202560 103 0 0 0 29 5 0 0 20 0 19 0 9960150 10060525568 566733 33554432000 1073741824 1073778376 140737147442800 140369400203560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16586/tid=16594] ppid=16583 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/16586/task/16594/stat : 16594 (java) S 16583 16586 8056 0 -1 4202560 118 0 0 0 27 5 0 0 20 0 19 0 9960150 10060525568 566733 33554432000 1073741824 1073778376 140737147442800 140369399150760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16586/tid=16595] ppid=16583 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/16586/task/16595/stat : 16595 (java) S 16583 16586 8056 0 -1 4202560 118 0 0 0 23 5 0 0 20 0 19 0 9960150 10060525568 566733 33554432000 1073741824 1073778376 140737147442800 140369398098472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16586/tid=16596] ppid=16583 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/16586/task/16596/stat : 16596 (java) S 16583 16586 8056 0 -1 4202560 120 0 0 0 28 6 0 0 20 0 19 0 9960150 10060525568 566733 33554432000 1073741824 1073778376 140737147442800 140369267829160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16586/tid=16597] ppid=16583 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/16586/task/16597/stat : 16597 (java) S 16583 16586 8056 0 -1 4202560 977 0 0 0 3 9 0 0 20 0 19 0 9960151 10060525568 566733 33554432000 1073741824 1073778376 140737147442800 140368784882408 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16586/tid=16598] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16598/stat : 16598 (java) S 16583 16586 8056 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9960152 10060525568 566733 33554432000 1073741824 1073778376 140737147442800 140368783828472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16586/tid=16599] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16599/stat : 16599 (java) S 16583 16586 8056 0 -1 4202560 37 0 0 0 0 0 0 0 20 0 19 0 9960152 10060525568 566733 33554432000 1073741824 1073778376 140737147442800 140368782776072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16586/tid=16600] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16600/stat : 16600 (java) S 16583 16586 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9960154 10060525568 566733 33554432000 1073741824 1073778376 140737147442800 140368781724560 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16586/tid=16601] ppid=16583 vsize=9824732 CPUtime=1.67 cores=0,2,4,6
/proc/16586/task/16601/stat : 16601 (java) S 16583 16586 8056 0 -1 4202560 15352 0 0 0 165 2 0 0 20 0 19 0 9960154 10060525568 566733 33554432000 1073741824 1073778376 140737147442800 140368780671160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16586/tid=16602] ppid=16583 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/16586/task/16602/stat : 16602 (java) S 16583 16586 8056 0 -1 4202560 9557 0 0 0 119 3 0 0 20 0 19 0 9960154 10060525568 566733 33554432000 1073741824 1073778376 140737147442800 140368779618360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16586/tid=16603] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16603/stat : 16603 (java) S 16583 16586 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9960154 10060525568 566733 33554432000 1073741824 1073778376 140737147442800 140368778566264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16586/tid=16604] ppid=16583 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/16586/task/16604/stat : 16604 (java) S 16583 16586 8056 0 -1 4202560 8 0 0 0 1 1 0 0 20 0 19 0 9960154 10060525568 566733 33554432000 1073741824 1073778376 140737147442800 140368777513672 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16586/tid=16608] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16608/stat : 16608 (java) S 16583 16586 8056 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9960183 10060525568 566733 33554432000 1073741824 1073778376 140737147442800 140368773301800 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 150.75
Current children cumulated vsize (KiB) 9824732

[startup+97.8007 s]
/proc/loadavg: 2.90 2.45 2.31 4/218 16796
/proc/meminfo: memFree=26170020/32872528 swapFree=1286144/1433312
[pid=16586] ppid=16583 vsize=9824732 CPUtime=150.95 cores=0,2,4,6
/proc/16586/stat : 16586 (java) S 16583 16586 8056 0 -1 4202496 32103 0 1 0 14907 188 0 0 20 0 19 0 9960149 10060525568 566733 33554432000 1073741824 1073778376 140737147442800 140737147433936 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16586/statm: 2456183 566733 2288 9 0 2446860 0
[pid=16586/tid=16588] ppid=16583 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/16586/task/16588/stat : 16588 (java) R 16583 16586 8056 0 -1 4202560 2447 0 1 0 115 3 0 0 20 0 19 0 9960149 10060525568 566733 33554432000 1073741824 1073778376 140737147442800 140369431962248 140369279063990 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=16586/tid=16589] ppid=16583 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/16586/task/16589/stat : 16589 (java) S 16583 16586 8056 0 -1 4202560 110 0 0 0 23 5 0 0 20 0 19 0 9960150 10060525568 566733 33554432000 1073741824 1073778376 140737147442800 140369404414760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16586/tid=16590] ppid=16583 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/16586/task/16590/stat : 16590 (java) S 16583 16586 8056 0 -1 4202560 109 0 0 0 23 6 0 0 20 0 19 0 9960150 10060525568 566733 33554432000 1073741824 1073778376 140737147442800 140369403361960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16586/tid=16591] ppid=16583 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/16586/task/16591/stat : 16591 (java) S 16583 16586 8056 0 -1 4202560 136 0 0 0 29 5 0 0 20 0 19 0 9960150 10060525568 566733 33554432000 1073741824 1073778376 140737147442800 140369402309672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16586/tid=16592] ppid=16583 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/16586/task/16592/stat : 16592 (java) S 16583 16586 8056 0 -1 4202560 122 0 0 0 28 5 0 0 20 0 19 0 9960150 10060525568 566733 33554432000 1073741824 1073778376 140737147442800 140369401256872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16586/tid=16593] ppid=16583 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/16586/task/16593/stat : 16593 (java) S 16583 16586 8056 0 -1 4202560 103 0 0 0 29 5 0 0 20 0 19 0 9960150 10060525568 566733 33554432000 1073741824 1073778376 140737147442800 140369400203560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16586/tid=16594] ppid=16583 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/16586/task/16594/stat : 16594 (java) S 16583 16586 8056 0 -1 4202560 118 0 0 0 27 5 0 0 20 0 19 0 9960150 10060525568 566733 33554432000 1073741824 1073778376 140737147442800 140369399150760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16586/tid=16595] ppid=16583 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/16586/task/16595/stat : 16595 (java) S 16583 16586 8056 0 -1 4202560 118 0 0 0 23 5 0 0 20 0 19 0 9960150 10060525568 566733 33554432000 1073741824 1073778376 140737147442800 140369398098472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16586/tid=16596] ppid=16583 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/16586/task/16596/stat : 16596 (java) S 16583 16586 8056 0 -1 4202560 120 0 0 0 28 6 0 0 20 0 19 0 9960150 10060525568 566733 33554432000 1073741824 1073778376 140737147442800 140369267829160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16586/tid=16597] ppid=16583 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/16586/task/16597/stat : 16597 (java) S 16583 16586 8056 0 -1 4202560 977 0 0 0 3 9 0 0 20 0 19 0 9960151 10060525568 566733 33554432000 1073741824 1073778376 140737147442800 140368784882408 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16586/tid=16598] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16598/stat : 16598 (java) S 16583 16586 8056 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9960152 10060525568 566733 33554432000 1073741824 1073778376 140737147442800 140368783828472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16586/tid=16599] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16599/stat : 16599 (java) S 16583 16586 8056 0 -1 4202560 37 0 0 0 0 0 0 0 20 0 19 0 9960152 10060525568 566733 33554432000 1073741824 1073778376 140737147442800 140368782776072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16586/tid=16600] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16600/stat : 16600 (java) S 16583 16586 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9960154 10060525568 566733 33554432000 1073741824 1073778376 140737147442800 140368781724560 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16586/tid=16601] ppid=16583 vsize=9824732 CPUtime=1.67 cores=0,2,4,6
/proc/16586/task/16601/stat : 16601 (java) S 16583 16586 8056 0 -1 4202560 15352 0 0 0 165 2 0 0 20 0 19 0 9960154 10060525568 566733 33554432000 1073741824 1073778376 140737147442800 140368780671160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16586/tid=16602] ppid=16583 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/16586/task/16602/stat : 16602 (java) S 16583 16586 8056 0 -1 4202560 9557 0 0 0 119 3 0 0 20 0 19 0 9960154 10060525568 566733 33554432000 1073741824 1073778376 140737147442800 140368779618360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16586/tid=16603] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16603/stat : 16603 (java) S 16583 16586 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9960154 10060525568 566733 33554432000 1073741824 1073778376 140737147442800 140368778566264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16586/tid=16604] ppid=16583 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/16586/task/16604/stat : 16604 (java) S 16583 16586 8056 0 -1 4202560 8 0 0 0 1 1 0 0 20 0 19 0 9960154 10060525568 566733 33554432000 1073741824 1073778376 140737147442800 140368777513672 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16586/tid=16608] ppid=16583 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16586/task/16608/stat : 16608 (java) S 16583 16586 8056 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9960183 10060525568 566733 33554432000 1073741824 1073778376 140737147442800 140368773301800 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 150.95
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 97.9027
CPU time (s): 151.14
CPU user time (s): 149.128
CPU system time (s): 2.01169
CPU usage (%): 154.378
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 149.128
system time used= 2.01169
maximum resident set size= 2291632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32109
page faults= 1
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4880
involuntary context switches= 4666

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.756884 second user time and 0.884865 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-16 14:12:14
IDJOB=4091961
IDBENCH=78968
IDSOLVER=2552
FILE ID=node130/4091961-1466079134
RUNJOBID= node130-1466075580-10197
PBS_JOBID= 19904009
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900570242--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4091961-1466079134/watcher-4091961-1466079134 -o /tmp/evaluation-result-4091961-1466079134/solver-4091961-1466079134 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466075580-10197 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4091961-1466079134.wbo

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

MD5SUM BENCH= 404f4a35cd4ec5708f20e119eb7d26f2
RANDOM SEED=43788192

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
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:        28467712 kB
Buffers:           22212 kB
Cached:            56368 kB
SwapCached:          944 kB
Active:          2215944 kB
Inactive:          49912 kB
Active(anon):    2188612 kB
Inactive(anon):      640 kB
Active(file):      27332 kB
Inactive(file):    49272 kB
Unevictable:     1433312 kB
Mlocked:         1286144 kB
SwapTotal:      67108856 kB
SwapFree:       67099636 kB
Dirty:               468 kB
Writeback:             0 kB
AnonPages:       3656248 kB
Mapped:            15400 kB
Shmem:                 0 kB
Slab:             566060 kB
SReclaimable:       9632 kB
SUnreclaim:       556428 kB
KernelStack:        1776 kB
PageTables:        11772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3802380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2342912 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= 71748 MiB
End job on node130 at 2016-06-16 14:13:52