Trace number 3718448

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 2012-05-28OPTIMUM 35.8595 33.9269

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111223220--soft-0-100-0.wbo
MD5SUMeefb750387a2df9ca152a94906c66d6e
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.510921
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 constraints101
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 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1230
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120528
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.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose 2 learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3718448-1338254228.wbo
0.10/0.12	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.054s.
0.10/0.17	c declared #vars     169
0.10/0.17	c internal #vars     270
0.10/0.17	c #constraints  101
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.10/0.17	c ignored satisfied constraints => 1
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.10/0.17	c 102 constraints processed.
0.10/0.17	c objective function length is 101 literals
0.25/0.22	c SATISFIABLE
0.25/0.22	c OPTIMIZING...
0.25/0.22	c Got one! Elapsed wall clock time (in seconds):0.108
0.25/0.23	o 624
0.25/0.25	c Got one! Elapsed wall clock time (in seconds):0.134
0.25/0.25	o 610
0.25/0.27	c Got one! Elapsed wall clock time (in seconds):0.15
0.25/0.27	o 607
0.25/0.27	c Got one! Elapsed wall clock time (in seconds):0.154
0.25/0.27	o 527
0.25/0.28	c Got one! Elapsed wall clock time (in seconds):0.164
0.25/0.28	o 502
0.25/0.29	c Got one! Elapsed wall clock time (in seconds):0.178
0.25/0.29	o 501
0.50/0.30	c Got one! Elapsed wall clock time (in seconds):0.182
0.50/0.30	o 491
0.50/0.32	c Got one! Elapsed wall clock time (in seconds):0.204
0.50/0.32	o 489
0.50/0.33	c Got one! Elapsed wall clock time (in seconds):0.215
0.50/0.33	o 488
0.50/0.35	c Got one! Elapsed wall clock time (in seconds):0.235
0.50/0.35	o 487
0.50/0.35	c Got one! Elapsed wall clock time (in seconds):0.238
0.50/0.35	o 484
0.50/0.37	c Got one! Elapsed wall clock time (in seconds):0.25
0.50/0.37	o 465
0.50/0.39	c Got one! Elapsed wall clock time (in seconds):0.272
0.50/0.39	o 463
0.67/0.40	c Got one! Elapsed wall clock time (in seconds):0.285
0.67/0.40	o 460
0.67/0.42	c Got one! Elapsed wall clock time (in seconds):0.306
0.67/0.42	o 459
0.67/0.44	c Got one! Elapsed wall clock time (in seconds):0.321
0.67/0.44	o 453
0.67/0.46	c Got one! Elapsed wall clock time (in seconds):0.342
0.67/0.46	o 438
0.67/0.47	c Got one! Elapsed wall clock time (in seconds):0.352
0.67/0.47	o 433
0.67/0.48	c Got one! Elapsed wall clock time (in seconds):0.365
0.67/0.48	o 421
0.82/0.50	c Got one! Elapsed wall clock time (in seconds):0.383
0.82/0.50	o 420
0.82/0.52	c Got one! Elapsed wall clock time (in seconds):0.401
0.82/0.52	o 411
0.82/0.54	c Got one! Elapsed wall clock time (in seconds):0.427
0.82/0.54	o 394
0.82/0.58	c Got one! Elapsed wall clock time (in seconds):0.468
0.82/0.58	o 390
0.82/0.60	c Got one! Elapsed wall clock time (in seconds):0.479
0.82/0.60	o 379
0.97/0.61	c Got one! Elapsed wall clock time (in seconds):0.495
0.97/0.61	o 352
0.97/0.62	c Got one! Elapsed wall clock time (in seconds):0.5
0.97/0.62	o 349
0.97/0.65	c Got one! Elapsed wall clock time (in seconds):0.535
0.97/0.65	o 348
1.21/0.71	c Got one! Elapsed wall clock time (in seconds):0.594
1.21/0.71	o 337
1.21/0.78	c Got one! Elapsed wall clock time (in seconds):0.666
1.21/0.78	o 323
1.31/0.85	c cleaning 7417 clauses out of 14834 with flag 3969/14834
1.31/0.89	c Got one! Elapsed wall clock time (in seconds):0.77
1.31/0.89	o 322
1.44/0.93	c Got one! Elapsed wall clock time (in seconds):0.814
1.44/0.93	o 321
1.55/1.00	c Got one! Elapsed wall clock time (in seconds):0.889
1.55/1.00	o 295
1.55/1.09	c cleaning 6721 clauses out of 13441 with flag 10598/20858
1.66/1.11	c Got one! Elapsed wall clock time (in seconds):0.991
1.66/1.11	o 294
1.66/1.15	c Got one! Elapsed wall clock time (in seconds):1.036
1.66/1.15	o 292
1.76/1.26	c Got one! Elapsed wall clock time (in seconds):1.143
1.76/1.26	o 289
1.86/1.30	c cleaning 6123 clauses out of 12258 with flag 4305/26396
1.86/1.39	c Got one! Elapsed wall clock time (in seconds):1.274
1.86/1.39	o 288
1.99/1.49	c cleaning 5676 clauses out of 11371 with flag 15635/31632
2.09/1.52	c Got one! Elapsed wall clock time (in seconds):1.406
2.09/1.52	o 284
2.09/1.54	c Got one! Elapsed wall clock time (in seconds):1.427
2.09/1.54	o 282
2.25/1.60	c Got one! Elapsed wall clock time (in seconds):1.486
2.25/1.60	o 281
2.25/1.63	c Got one! Elapsed wall clock time (in seconds):1.51
2.25/1.63	o 280
2.35/1.77	c cleaning 6766 clauses out of 13545 with flag 18325/39482
2.47/1.81	c Got one! Elapsed wall clock time (in seconds):1.689
2.47/1.81	o 278
2.57/1.98	c cleaning 6366 clauses out of 12745 with flag 24493/45448
2.80/2.13	c Got one! Elapsed wall clock time (in seconds):2.013
2.80/2.13	o 270
2.80/2.17	c cleaning 5776 clauses out of 11565 with flag 4353/50634
2.90/2.22	c Got one! Elapsed wall clock time (in seconds):2.106
2.90/2.22	o 268
2.90/2.27	c Got one! Elapsed wall clock time (in seconds):2.152
2.90/2.27	o 256
2.99/2.38	c cleaning 5804 clauses out of 11617 with flag 13948/56462
3.19/2.56	c Got one! Elapsed wall clock time (in seconds):2.447
3.19/2.56	o 255
3.29/2.60	c cleaning 5702 clauses out of 11410 with flag 5665/62059
3.39/2.77	c Got one! Elapsed wall clock time (in seconds):2.652
3.39/2.77	o 252
3.59/2.96	c cleaning 7929 clauses out of 15876 with flag 24412/72227
3.72/3.06	c Got one! Elapsed wall clock time (in seconds):2.943
3.72/3.06	o 250
3.72/3.07	c Got one! Elapsed wall clock time (in seconds):2.958
3.72/3.07	o 248
3.82/3.11	c Got one! Elapsed wall clock time (in seconds):2.992
3.82/3.11	o 247
3.82/3.15	c cleaning 6710 clauses out of 13440 with flag 3843/77720
3.82/3.18	c Got one! Elapsed wall clock time (in seconds):3.062
3.82/3.18	o 243
4.04/3.35	c cleaning 6160 clauses out of 12327 with flag 22629/83317
4.14/3.47	c Got one! Elapsed wall clock time (in seconds):3.352
4.14/3.47	o 239
4.24/3.57	c cleaning 6056 clauses out of 12135 with flag 17891/89285
4.44/3.78	c cleaning 6030 clauses out of 12078 with flag 47552/95284
4.54/3.86	c Got one! Elapsed wall clock time (in seconds):3.74
4.54/3.86	o 238
4.64/3.96	c cleaning 5586 clauses out of 11186 with flag 17287/100422
4.75/4.00	c Got one! Elapsed wall clock time (in seconds):3.882
4.75/4.00	o 236
4.87/4.17	c cleaning 5724 clauses out of 11458 with flag 27394/106280
5.08/4.36	c cleaning 5861 clauses out of 11733 with flag 54543/112279
5.18/4.41	c Got one! Elapsed wall clock time (in seconds):4.292
5.18/4.41	o 228
5.18/4.42	c Got one! Elapsed wall clock time (in seconds):4.308
5.18/4.42	o 227
5.18/4.47	c Got one! Elapsed wall clock time (in seconds):4.353
5.18/4.47	o 222
5.27/4.52	c Got one! Elapsed wall clock time (in seconds):4.4
5.27/4.52	o 220
5.27/4.57	c Got one! Elapsed wall clock time (in seconds):4.455
5.27/4.57	o 218
5.37/4.61	c cleaning 6682 clauses out of 13373 with flag 4975/119780
5.58/4.80	c Got one! Elapsed wall clock time (in seconds):4.687
5.58/4.80	o 215
5.68/4.97	c cleaning 8485 clauses out of 16988 with flag 23308/130077
5.79/5.01	c Got one! Elapsed wall clock time (in seconds):4.89
5.79/5.01	o 210
5.89/5.16	c cleaning 7215 clauses out of 14442 with flag 24896/136016
5.99/5.29	c Got one! Elapsed wall clock time (in seconds):5.177
5.99/5.29	o 202
6.09/5.37	c cleaning 6593 clauses out of 13222 with flag 10561/142011
6.30/5.56	c cleaning 6292 clauses out of 12628 with flag 39917/148010
6.50/5.72	c Got one! Elapsed wall clock time (in seconds):5.603
6.50/5.72	o 201
6.60/5.90	c cleaning 8266 clauses out of 16546 with flag 25057/158220
6.90/6.10	c cleaning 7135 clauses out of 14282 with flag 57037/164222
7.10/6.34	c cleaning 7054 clauses out of 14144 with flag 95854/171219
7.10/6.37	c Got one! Elapsed wall clock time (in seconds):6.258
7.10/6.37	o 199
7.21/6.44	c Got one! Elapsed wall clock time (in seconds):6.323
7.21/6.44	o 197
7.21/6.48	c Got one! Elapsed wall clock time (in seconds):6.36
7.21/6.48	o 186
7.31/6.58	c cleaning 6982 clauses out of 13973 with flag 13790/178102
7.61/6.80	c Got one! Elapsed wall clock time (in seconds):6.684
7.61/6.80	o 182
7.71/6.99	c cleaning 8786 clauses out of 17577 with flag 30835/188688
8.02/7.23	c cleaning 7384 clauses out of 14790 with flag 57120/194687
8.22/7.50	c Got one! Elapsed wall clock time (in seconds):7.379
8.22/7.50	o 175
8.43/7.69	c cleaning 9572 clauses out of 19152 with flag 31444/206433
8.63/7.89	c Got one! Elapsed wall clock time (in seconds):7.773
8.63/7.89	o 174
8.83/8.09	c cleaning 10001 clauses out of 20018 with flag 27499/216871
9.13/8.31	c cleaning 8002 clauses out of 16017 with flag 62773/222871
9.35/8.56	c cleaning 7494 clauses out of 15015 with flag 100525/229871
9.35/8.59	c Got one! Elapsed wall clock time (in seconds):8.471
9.35/8.59	o 173
9.58/8.76	c cleaning 6362 clauses out of 12746 with flag 28928/235096
9.80/8.96	c cleaning 6171 clauses out of 12384 with flag 61621/241096
10.00/9.19	c cleaning 6596 clauses out of 13214 with flag 97887/248097
10.30/9.45	c cleaning 7300 clauses out of 14618 with flag 140502/256097
10.39/9.56	c Got one! Elapsed wall clock time (in seconds):9.447
10.39/9.56	o 165
10.49/9.60	c Got one! Elapsed wall clock time (in seconds):9.481
10.49/9.60	o 149
10.49/9.64	c Got one! Elapsed wall clock time (in seconds):9.527
10.49/9.64	o 147
10.49/9.69	c cleaning 6812 clauses out of 13633 with flag 5935/262412
10.61/9.77	c Got one! Elapsed wall clock time (in seconds):9.656
10.61/9.77	o 143
10.81/9.91	c cleaning 6360 clauses out of 12739 with flag 19638/268330
10.81/9.99	c Got one! Elapsed wall clock time (in seconds):9.876
10.81/9.99	o 142
11.01/10.10	c cleaning 5819 clauses out of 11652 with flag 18830/273603
11.21/10.30	c Got one! Elapsed wall clock time (in seconds):10.186
11.21/10.30	o 140
11.41/10.50	c cleaning 8339 clauses out of 16696 with flag 28763/284466
11.41/10.58	c Got one! Elapsed wall clock time (in seconds):10.464
11.41/10.58	o 137
11.62/10.72	c cleaning 7047 clauses out of 14124 with flag 22431/290233
11.84/10.94	c cleaning 6524 clauses out of 13076 with flag 57383/296232
11.95/11.09	c Got one! Elapsed wall clock time (in seconds):10.978
11.95/11.09	o 135
12.04/11.13	c cleaning 5850 clauses out of 11715 with flag 5104/301395
12.24/11.33	c cleaning 5924 clauses out of 11864 with flag 37872/307394
12.46/11.57	c cleaning 6462 clauses out of 12942 with flag 75310/314396
12.65/11.71	c Got one! Elapsed wall clock time (in seconds):11.593
12.65/11.71	o 132
12.65/11.75	c cleaning 5762 clauses out of 11532 with flag 5267/319448
12.86/11.94	c cleaning 5874 clauses out of 11768 with flag 35391/325446
13.07/12.18	c cleaning 6442 clauses out of 12895 with flag 73389/332447
13.36/12.46	c cleaning 7212 clauses out of 14452 with flag 117489/340446
13.66/12.79	c cleaning 8113 clauses out of 16241 with flag 161946/349447
14.17/13.22	c cleaning 9061 clauses out of 18127 with flag 218281/359446
14.67/13.72	c cleaning 10026 clauses out of 20066 with flag 283206/370446
15.18/14.27	c cleaning 11005 clauses out of 22040 with flag 358429/382446
15.59/14.65	c Got one! Elapsed wall clock time (in seconds):14.534
15.59/14.65	o 131
15.59/14.68	c Got one! Elapsed wall clock time (in seconds):14.565
15.59/14.68	o 128
15.69/14.73	c Got one! Elapsed wall clock time (in seconds):14.615
15.69/14.73	o 127
15.79/14.87	c Got one! Elapsed wall clock time (in seconds):14.756
15.79/14.87	o 123
15.89/14.94	c cleaning 12745 clauses out of 25509 with flag 5947/396920
16.11/15.15	c Got one! Elapsed wall clock time (in seconds):15.038
16.11/15.15	o 117
16.20/15.21	c cleaning 9368 clauses out of 18751 with flag 6210/402907
16.31/15.40	c Got one! Elapsed wall clock time (in seconds):15.28
16.31/15.40	o 112
16.44/15.47	c cleaning 7664 clauses out of 15337 with flag 5422/408861
17.03/15.70	c cleaning 6828 clauses out of 13676 with flag 37698/414864
17.23/15.84	c Got one! Elapsed wall clock time (in seconds):15.722
17.23/15.84	o 111
17.43/15.92	c cleaning 6073 clauses out of 12175 with flag 11042/420191
17.63/16.12	c cleaning 6042 clauses out of 12102 with flag 41564/426191
17.83/16.38	c cleaning 6527 clauses out of 13062 with flag 76397/433193
17.94/16.42	c Got one! Elapsed wall clock time (in seconds):16.302
17.94/16.42	o 109
18.05/16.59	c cleaning 6092 clauses out of 12187 with flag 28345/438845
18.35/16.81	c cleaning 6037 clauses out of 12093 with flag 60467/444843
18.55/17.08	c cleaning 6522 clauses out of 13056 with flag 94940/451843
18.95/17.44	c cleaning 7264 clauses out of 14539 with flag 136192/459848
19.36/17.85	c cleaning 8125 clauses out of 16272 with flag 181541/468845
19.76/18.26	c Got one! Elapsed wall clock time (in seconds):18.139
19.76/18.26	o 106
19.96/18.46	c cleaning 11397 clauses out of 22816 with flag 28565/483514
20.17/18.70	c cleaning 8699 clauses out of 17420 with flag 61388/489515
20.46/18.95	c cleaning 7847 clauses out of 15721 with flag 97831/496515
20.77/19.24	c cleaning 7928 clauses out of 15874 with flag 140774/504515
21.08/19.57	c cleaning 8454 clauses out of 16946 with flag 190113/513515
21.48/19.95	c cleaning 9243 clauses out of 18493 with flag 243345/523516
21.99/20.40	c cleaning 10116 clauses out of 20249 with flag 299029/534515
22.20/20.64	c Got one! Elapsed wall clock time (in seconds):20.527
22.20/20.64	o 104
22.40/20.85	c cleaning 10895 clauses out of 21797 with flag 28365/546179
22.60/21.08	c cleaning 8444 clauses out of 16903 with flag 60822/552180
22.90/21.33	c cleaning 7713 clauses out of 15458 with flag 98641/559179
23.20/21.62	c cleaning 7865 clauses out of 15749 with flag 142339/567183
23.51/21.95	c cleaning 8431 clauses out of 16883 with flag 190333/576182
23.90/22.32	c cleaning 9213 clauses out of 18449 with flag 242477/586179
23.90/22.38	c Got one! Elapsed wall clock time (in seconds):22.267
23.90/22.38	o 103
24.01/22.41	c Got one! Elapsed wall clock time (in seconds):22.296
24.01/22.41	o 102
24.01/22.49	c Got one! Elapsed wall clock time (in seconds):22.372
24.01/22.49	o 100
24.22/22.62	c cleaning 8347 clauses out of 16705 with flag 15816/593648
24.22/22.68	c Got one! Elapsed wall clock time (in seconds):22.559
24.22/22.68	o 99
24.42/22.82	c cleaning 6772 clauses out of 13555 with flag 23131/598845
24.64/23.06	c Got one! Elapsed wall clock time (in seconds):22.948
24.64/23.06	o 98
24.84/23.27	c cleaning 8689 clauses out of 17389 with flag 26388/609451
25.14/23.50	c cleaning 7345 clauses out of 14699 with flag 58237/615450
25.47/23.83	c cleaning 7173 clauses out of 14354 with flag 99868/622450
25.57/23.98	c Got one! Elapsed wall clock time (in seconds):23.867
25.57/23.98	o 86
25.67/24.06	c cleaning 6418 clauses out of 12848 with flag 10052/628117
25.88/24.28	c cleaning 6203 clauses out of 12430 with flag 40720/634117
26.21/24.53	c cleaning 6607 clauses out of 13229 with flag 72619/641119
26.53/24.84	c cleaning 7301 clauses out of 14620 with flag 108897/649117
26.96/25.22	c cleaning 8154 clauses out of 16320 with flag 153044/658118
27.35/25.62	c cleaning 9079 clauses out of 18171 with flag 209388/668123
27.55/25.85	c Got one! Elapsed wall clock time (in seconds):25.738
27.55/25.85	o 85
27.75/26.07	c cleaning 9973 clauses out of 19959 with flag 24609/678990
28.06/26.33	c cleaning 7984 clauses out of 15988 with flag 59034/684992
28.36/26.60	c cleaning 7493 clauses out of 15003 with flag 96032/691991
28.66/26.93	c cleaning 7744 clauses out of 15510 with flag 143289/699991
29.06/27.31	c cleaning 8377 clauses out of 16766 with flag 204159/708991
29.46/27.75	c cleaning 9182 clauses out of 18388 with flag 265198/718990
29.56/27.80	c Got one! Elapsed wall clock time (in seconds):27.68
29.56/27.80	o 73
29.66/27.98	c cleaning 7547 clauses out of 15103 with flag 25750/724887
29.97/28.20	c cleaning 6758 clauses out of 13556 with flag 54899/730887
30.17/28.44	c cleaning 6882 clauses out of 13800 with flag 89140/737889
30.47/28.71	c cleaning 7449 clauses out of 14915 with flag 127566/745886
30.78/29.04	c cleaning 8221 clauses out of 16466 with flag 171570/754886
31.19/29.41	c cleaning 9116 clauses out of 18245 with flag 221916/764886
31.59/29.84	c cleaning 10044 clauses out of 20129 with flag 280744/775886
32.09/30.31	c cleaning 11037 clauses out of 22086 with flag 341527/787887
32.40/30.69	c Got one! Elapsed wall clock time (in seconds):30.572
32.40/30.69	o 71
32.72/30.91	c cleaning 12902 clauses out of 25806 with flag 26780/802644
32.95/31.17	c cleaning 9441 clauses out of 18904 with flag 59588/808644
33.27/31.45	c cleaning 8225 clauses out of 16463 with flag 97741/815644
33.57/31.73	c cleaning 8112 clauses out of 16239 with flag 139209/823645
33.89/32.07	c cleaning 8544 clauses out of 17128 with flag 186733/832646
34.31/32.44	c cleaning 9279 clauses out of 18582 with flag 237781/842644
34.71/32.88	c cleaning 10143 clauses out of 20304 with flag 299572/853645
35.21/33.34	c cleaning 11066 clauses out of 22161 with flag 361381/865645
35.73/33.86	c cleaning 12021 clauses out of 24094 with flag 429535/878644
35.83/33.91	c Got one! Elapsed wall clock time (in seconds):33.793
35.83/33.91	o 1
35.83/33.92	c starts		: 268
35.83/33.92	c conflicts		: 879701
35.83/33.92	c decisions		: 1386605
35.83/33.92	c propagations		: 25089673
35.83/33.92	c inspects		: 244146574
35.83/33.92	c shortcuts		: 0
35.83/33.92	c learnt literals	: 0
35.83/33.92	c learnt binary clauses	: 84
35.83/33.92	c learnt ternary clauses	: 2132
35.83/33.92	c learnt constraints	: 879701
35.83/33.92	c ignored constraints	: 0
35.83/33.92	c root simplifications	: 0
35.83/33.92	c removed literals (reason simplification)	: 0
35.83/33.92	c reason swapping (by a shorter reason)	: 0
35.83/33.92	c Calls to reduceDB	: 112
35.83/33.92	c Number of update (reduction) of LBD	: 279488
35.83/33.92	c number of reductions to clauses (during analyze)	: 0
35.83/33.92	c number of learned constraints concerned by reduction	: 0
35.83/33.92	c number of learning phase by resolution	: 0
35.83/33.92	c number of learning phase by cutting planes	: 0
35.83/33.92	c speed (assignments/second)	: 743551.9366979818
35.83/33.92	c non guided choices	5526
35.83/33.92	c learnt constraints type 
35.83/33.92	c constraints type 
35.83/33.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
35.83/33.92	c ignored satisfied constraints => 1
35.83/33.92	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
35.83/33.92	c 102 constraints processed.
35.83/33.92	s OPTIMUM FOUND
35.83/33.92	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 
35.83/33.92	c objective function=1
35.83/33.92	c Total wall clock time (in seconds): 33.802

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3718448-1338254228/watcher-3718448-1338254228 -o /tmp/evaluation-result-3718448-1338254228/solver-3718448-1338254228 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718448-1338254228.wbo 

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: 2.28 2.09 2.02 3/195 16996
/proc/meminfo: memFree=30833260/32873844 swapFree=7632/7632
[pid=16996] ppid=16994 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/16996/stat : 16996 (java) R 16994 16996 14287 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 291548449 9515008 156 33554432000 1073741824 1073778376 140735785081968 140735785079096 214369980512 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/16996/statm: 2323 169 128 9 0 71 0

[startup+0.013702 s]
/proc/loadavg: 2.28 2.09 2.02 3/195 16996
/proc/meminfo: memFree=30833260/32873844 swapFree=7632/7632
[pid=16996] ppid=16994 vsize=101528 CPUtime=0 cores=1,3,5,7
/proc/16996/stat : 16996 (java) S 16994 16996 14287 0 -1 4202496 1371 0 0 0 0 0 0 0 20 0 2 0 291548449 103964672 1053 33554432000 1073741824 1073778376 140735785081968 140735785073104 214373007421 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16996/statm: 25382 1053 806 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101528

[startup+0.100318 s]
/proc/loadavg: 2.28 2.09 2.02 3/195 16996
/proc/meminfo: memFree=30833260/32873844 swapFree=7632/7632
[pid=16996] ppid=16994 vsize=9558416 CPUtime=0.1 cores=1,3,5,7
/proc/16996/stat : 16996 (java) S 16994 16996 14287 0 -1 4202496 4309 0 1 0 9 1 0 0 20 0 18 0 291548449 9787817984 4999 33554432000 1073741824 1073778376 140735785081968 140735785073104 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16996/statm: 2389604 5000 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558416

[startup+0.300161 s]
/proc/loadavg: 2.28 2.09 2.02 3/195 16996
/proc/meminfo: memFree=30833260/32873844 swapFree=7632/7632
[pid=16996] ppid=16994 vsize=9624980 CPUtime=0.5 cores=1,3,5,7
/proc/16996/stat : 16996 (java) S 16994 16996 14287 0 -1 4202496 6929 0 1 0 49 1 0 0 20 0 19 0 291548449 9855979520 7734 33554432000 1073741824 1073778376 140735785081968 140735785073104 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16996/statm: 2406245 7744 2234 9 0 2396937 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9624980

[startup+0.700281 s]
/proc/loadavg: 2.28 2.09 2.02 3/195 16996
/proc/meminfo: memFree=30833260/32873844 swapFree=7632/7632
[pid=16996] ppid=16994 vsize=9624980 CPUtime=1.21 cores=1,3,5,7
/proc/16996/stat : 16996 (java) S 16994 16996 14287 0 -1 4202496 11309 0 1 0 119 2 0 0 20 0 19 0 291548449 9855979520 10319 33554432000 1073741824 1073778376 140735785081968 140735785073104 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16996/statm: 2406245 10319 2243 9 0 2396937 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9624980

[startup+1.50075 s]
/proc/loadavg: 2.28 2.09 2.02 3/214 17015
/proc/meminfo: memFree=30787436/32873844 swapFree=7632/7632
[pid=16996] ppid=16994 vsize=9624980 CPUtime=2.09 cores=1,3,5,7
/proc/16996/stat : 16996 (java) S 16994 16996 14287 0 -1 4202496 11509 0 1 0 206 3 0 0 20 0 19 0 291548449 9855979520 13485 33554432000 1073741824 1073778376 140735785081968 140735785073104 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16996/statm: 2406245 13485 2272 9 0 2396937 0
[pid=16996/tid=16998] ppid=16994 vsize=9624980 CPUtime=1.43 cores=1,3,5,7
/proc/16996/task/16998/stat : 16998 (java) S 16994 16996 14287 0 -1 4202560 2522 0 1 0 141 2 0 0 20 0 19 0 291548450 9855979520 13485 33554432000 1073741824 1073778376 140735785081968 140217119580248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16996/tid=16999] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/16999/stat : 16999 (java) S 16994 16996 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291548450 9855979520 13485 33554432000 1073741824 1073778376 140735785081968 140216963476008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16996/tid=17000] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17000/stat : 17000 (java) S 16994 16996 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291548450 9855979520 13485 33554432000 1073741824 1073778376 140735785081968 140216962423208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16996/tid=17001] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17001/stat : 17001 (java) S 16994 16996 14287 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291548450 9855979520 13485 33554432000 1073741824 1073778376 140735785081968 140216961370408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16996/tid=17002] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17002/stat : 17002 (java) S 16994 16996 14287 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291548450 9855979520 13485 33554432000 1073741824 1073778376 140735785081968 140216960317608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16996/tid=17003] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17003/stat : 17003 (java) S 16994 16996 14287 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291548450 9855979520 13485 33554432000 1073741824 1073778376 140735785081968 140216959265832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16996/tid=17004] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17004/stat : 17004 (java) S 16994 16996 14287 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291548450 9855979520 13485 33554432000 1073741824 1073778376 140735785081968 140216958213032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16996/tid=17005] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17005/stat : 17005 (java) S 16994 16996 14287 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291548451 9855979520 13485 33554432000 1073741824 1073778376 140735785081968 140216957160232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16996/tid=17006] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17006/stat : 17006 (java) S 16994 16996 14287 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291548451 9855979520 13485 33554432000 1073741824 1073778376 140735785081968 140216956107432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16996/tid=17007] ppid=16994 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16996/task/17007/stat : 17007 (java) R 16994 16996 14287 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 19 0 291548452 9855979520 13485 33554432000 1073741824 1073778376 140735785081968 140216943695336 140217127347616 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16996/tid=17008] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17008/stat : 17008 (java) S 16994 16996 14287 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291548452 9855979520 13485 33554432000 1073741824 1073778376 140735785081968 140216942642424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16996/tid=17009] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17009/stat : 17009 (java) S 16994 16996 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291548452 9855979520 13485 33554432000 1073741824 1073778376 140735785081968 140216941589512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16996/tid=17010] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17010/stat : 17010 (java) S 16994 16996 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291548455 9855979520 13485 33554432000 1073741824 1073778376 140735785081968 140216940538000 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16996/tid=17011] ppid=16994 vsize=9624980 CPUtime=0.29 cores=1,3,5,7
/proc/16996/task/17011/stat : 17011 (java) S 16994 16996 14287 0 -1 4202560 4791 0 0 0 29 0 0 0 20 0 19 0 291548455 9855979520 13485 33554432000 1073741824 1073778376 140735785081968 140216939486136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16996/tid=17012] ppid=16994 vsize=9624980 CPUtime=0.27 cores=1,3,5,7
/proc/16996/task/17012/stat : 17012 (java) S 16994 16996 14287 0 -1 4202560 2950 0 0 0 27 0 0 0 20 0 19 0 291548455 9855979520 13485 33554432000 1073741824 1073778376 140735785081968 140216938433336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16996/tid=17013] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17013/stat : 17013 (java) S 16994 16996 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291548455 9855979520 13485 33554432000 1073741824 1073778376 140735785081968 140216937380728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16996/tid=17014] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17014/stat : 17014 (java) S 16994 16996 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291548455 9855979520 13485 33554432000 1073741824 1073778376 140735785081968 140216936328136 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16996/tid=17015] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17015/stat : 17015 (java) S 16994 16996 14287 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291548467 9855979520 13485 33554432000 1073741824 1073778376 140735785081968 140216935273640 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 9624980

[startup+3.1008 s]
/proc/loadavg: 2.28 2.09 2.02 3/214 17015
/proc/meminfo: memFree=30786816/32873844 swapFree=7632/7632
[pid=16996] ppid=16994 vsize=9624980 CPUtime=3.82 cores=1,3,5,7
/proc/16996/stat : 16996 (java) S 16994 16996 14287 0 -1 4202496 12295 0 1 0 378 4 0 0 20 0 19 0 291548449 9855979520 14037 33554432000 1073741824 1073778376 140735785081968 140735785073104 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16996/statm: 2406245 14037 2273 9 0 2396937 0
[pid=16996/tid=16998] ppid=16994 vsize=9624980 CPUtime=2.94 cores=1,3,5,7
/proc/16996/task/16998/stat : 16998 (java) R 16994 16996 14287 0 -1 4202560 2527 0 1 0 292 2 0 0 20 0 19 0 291548450 9855979520 14037 33554432000 1073741824 1073778376 140735785081968 140217119580568 140217059766024 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16996/tid=16999] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/16999/stat : 16999 (java) S 16994 16996 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291548450 9855979520 14037 33554432000 1073741824 1073778376 140735785081968 140216963476008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16996/tid=17000] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17000/stat : 17000 (java) S 16994 16996 14287 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291548450 9855979520 14037 33554432000 1073741824 1073778376 140735785081968 140216962423208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16996/tid=17001] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17001/stat : 17001 (java) S 16994 16996 14287 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291548450 9855979520 14037 33554432000 1073741824 1073778376 140735785081968 140216961370408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16996/tid=17002] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17002/stat : 17002 (java) S 16994 16996 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291548450 9855979520 14037 33554432000 1073741824 1073778376 140735785081968 140216960317608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16996/tid=17003] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17003/stat : 17003 (java) S 16994 16996 14287 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291548450 9855979520 14037 33554432000 1073741824 1073778376 140735785081968 140216959265832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16996/tid=17004] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17004/stat : 17004 (java) S 16994 16996 14287 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291548450 9855979520 14037 33554432000 1073741824 1073778376 140735785081968 140216958213032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16996/tid=17005] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17005/stat : 17005 (java) S 16994 16996 14287 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291548451 9855979520 14037 33554432000 1073741824 1073778376 140735785081968 140216957160232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16996/tid=17006] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17006/stat : 17006 (java) S 16994 16996 14287 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291548451 9855979520 14037 33554432000 1073741824 1073778376 140735785081968 140216956107432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16996/tid=17007] ppid=16994 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/16996/task/17007/stat : 17007 (java) S 16994 16996 14287 0 -1 4202560 31 0 0 0 8 0 0 0 20 0 19 0 291548452 9855979520 14037 33554432000 1073741824 1073778376 140735785081968 140216943696360 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16996/tid=17008] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17008/stat : 17008 (java) S 16994 16996 14287 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291548452 9855979520 14037 33554432000 1073741824 1073778376 140735785081968 140216942642424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16996/tid=17009] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17009/stat : 17009 (java) S 16994 16996 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291548452 9855979520 14037 33554432000 1073741824 1073778376 140735785081968 140216941589512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16996/tid=17010] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17010/stat : 17010 (java) S 16994 16996 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291548455 9855979520 14037 33554432000 1073741824 1073778376 140735785081968 140216940538000 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16996/tid=17011] ppid=16994 vsize=9624980 CPUtime=0.29 cores=1,3,5,7
/proc/16996/task/17011/stat : 17011 (java) S 16994 16996 14287 0 -1 4202560 4791 0 0 0 29 0 0 0 20 0 19 0 291548455 9855979520 14037 33554432000 1073741824 1073778376 140735785081968 140216939486136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16996/tid=17012] ppid=16994 vsize=9624980 CPUtime=0.36 cores=1,3,5,7
/proc/16996/task/17012/stat : 17012 (java) S 16994 16996 14287 0 -1 4202560 3722 0 0 0 36 0 0 0 20 0 19 0 291548455 9855979520 14037 33554432000 1073741824 1073778376 140735785081968 140216938433336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16996/tid=17013] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17013/stat : 17013 (java) S 16994 16996 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291548455 9855979520 14037 33554432000 1073741824 1073778376 140735785081968 140216937380728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16996/tid=17014] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17014/stat : 17014 (java) S 16994 16996 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291548455 9855979520 14037 33554432000 1073741824 1073778376 140735785081968 140216936328136 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16996/tid=17015] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17015/stat : 17015 (java) S 16994 16996 14287 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291548467 9855979520 14037 33554432000 1073741824 1073778376 140735785081968 140216935273640 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 9624980

[startup+6.30078 s]
/proc/loadavg: 2.26 2.09 2.02 3/214 17015
/proc/meminfo: memFree=30786504/32873844 swapFree=7632/7632
[pid=16996] ppid=16994 vsize=9624980 CPUtime=7.1 cores=1,3,5,7
/proc/16996/stat : 16996 (java) S 16994 16996 14287 0 -1 4202496 12583 0 1 0 706 4 0 0 20 0 19 0 291548449 9855979520 13378 33554432000 1073741824 1073778376 140735785081968 140735785073104 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16996/statm: 2406245 13378 2274 9 0 2396937 0
[pid=16996/tid=16998] ppid=16994 vsize=9624980 CPUtime=5.96 cores=1,3,5,7
/proc/16996/task/16998/stat : 16998 (java) R 16994 16996 14287 0 -1 4202560 2542 0 1 0 594 2 0 0 20 0 19 0 291548450 9855979520 13378 33554432000 1073741824 1073778376 140735785081968 140217119580448 140217059703596 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16996/tid=16999] ppid=16994 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16996/task/16999/stat : 16999 (java) S 16994 16996 14287 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 291548450 9855979520 13378 33554432000 1073741824 1073778376 140735785081968 140216963476008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16996/tid=17000] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17000/stat : 17000 (java) S 16994 16996 14287 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291548450 9855979520 13378 33554432000 1073741824 1073778376 140735785081968 140216962423208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16996/tid=17001] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17001/stat : 17001 (java) S 16994 16996 14287 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291548450 9855979520 13378 33554432000 1073741824 1073778376 140735785081968 140216961370408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16996/tid=17002] ppid=16994 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16996/task/17002/stat : 17002 (java) S 16994 16996 14287 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 291548450 9855979520 13378 33554432000 1073741824 1073778376 140735785081968 140216960317608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16996/tid=17003] ppid=16994 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16996/task/17003/stat : 17003 (java) S 16994 16996 14287 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 291548450 9855979520 13378 33554432000 1073741824 1073778376 140735785081968 140216959265832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16996/tid=17004] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17004/stat : 17004 (java) S 16994 16996 14287 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291548450 9855979520 13378 33554432000 1073741824 1073778376 140735785081968 140216958213032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16996/tid=17005] ppid=16994 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16996/task/17005/stat : 17005 (java) S 16994 16996 14287 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291548451 9855979520 13378 33554432000 1073741824 1073778376 140735785081968 140216957160232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16996/tid=17006] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17006/stat : 17006 (java) S 16994 16996 14287 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291548451 9855979520 13378 33554432000 1073741824 1073778376 140735785081968 140216956107432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16996/tid=17007] ppid=16994 vsize=9624980 CPUtime=0.23 cores=1,3,5,7
/proc/16996/task/17007/stat : 17007 (java) S 16994 16996 14287 0 -1 4202560 31 0 0 0 23 0 0 0 20 0 19 0 291548452 9855979520 13378 33554432000 1073741824 1073778376 140735785081968 140216943696360 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16996/tid=17008] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17008/stat : 17008 (java) S 16994 16996 14287 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291548452 9855979520 13378 33554432000 1073741824 1073778376 140735785081968 140216942642424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16996/tid=17009] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17009/stat : 17009 (java) S 16994 16996 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291548452 9855979520 13378 33554432000 1073741824 1073778376 140735785081968 140216941589512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16996/tid=17010] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17010/stat : 17010 (java) S 16994 16996 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291548455 9855979520 13378 33554432000 1073741824 1073778376 140735785081968 140216940538000 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16996/tid=17011] ppid=16994 vsize=9624980 CPUtime=0.29 cores=1,3,5,7
/proc/16996/task/17011/stat : 17011 (java) S 16994 16996 14287 0 -1 4202560 4791 0 0 0 29 0 0 0 20 0 19 0 291548455 9855979520 13378 33554432000 1073741824 1073778376 140735785081968 140216939486136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16996/tid=17012] ppid=16994 vsize=9624980 CPUtime=0.41 cores=1,3,5,7
/proc/16996/task/17012/stat : 17012 (java) S 16994 16996 14287 0 -1 4202560 3990 0 0 0 41 0 0 0 20 0 19 0 291548455 9855979520 13378 33554432000 1073741824 1073778376 140735785081968 140216938433336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16996/tid=17013] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17013/stat : 17013 (java) S 16994 16996 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291548455 9855979520 13378 33554432000 1073741824 1073778376 140735785081968 140216937380728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16996/tid=17014] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17014/stat : 17014 (java) S 16994 16996 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291548455 9855979520 13378 33554432000 1073741824 1073778376 140735785081968 140216936328136 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16996/tid=17015] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17015/stat : 17015 (java) S 16994 16996 14287 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291548467 9855979520 13378 33554432000 1073741824 1073778376 140735785081968 140216935273640 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.1
Current children cumulated vsize (KiB) 9624980

[startup+12.7006 s]

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

/proc/16996/task/16999/stat : 16999 (java) S 16994 16996 14287 0 -1 4202560 6 0 0 0 10 0 0 0 20 0 19 0 291548450 9855979520 16163 33554432000 1073741824 1073778376 140735785081968 140216963476008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16996/tid=17000] ppid=16994 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/16996/task/17000/stat : 17000 (java) S 16994 16996 14287 0 -1 4202560 11 0 0 0 10 0 0 0 20 0 19 0 291548450 9855979520 16163 33554432000 1073741824 1073778376 140735785081968 140216962423208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16996/tid=17001] ppid=16994 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/16996/task/17001/stat : 17001 (java) S 16994 16996 14287 0 -1 4202560 12 0 0 0 10 0 0 0 20 0 19 0 291548450 9855979520 16163 33554432000 1073741824 1073778376 140735785081968 140216961370408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16996/tid=17002] ppid=16994 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/16996/task/17002/stat : 17002 (java) S 16994 16996 14287 0 -1 4202560 12 0 0 0 11 0 0 0 20 0 19 0 291548450 9855979520 16163 33554432000 1073741824 1073778376 140735785081968 140216960317608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16996/tid=17003] ppid=16994 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/16996/task/17003/stat : 17003 (java) S 16994 16996 14287 0 -1 4202560 17 0 0 0 11 0 0 0 20 0 19 0 291548450 9855979520 16163 33554432000 1073741824 1073778376 140735785081968 140216959265832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16996/tid=17004] ppid=16994 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/16996/task/17004/stat : 17004 (java) S 16994 16996 14287 0 -1 4202560 12 0 0 0 9 0 0 0 20 0 19 0 291548450 9855979520 16163 33554432000 1073741824 1073778376 140735785081968 140216958213032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16996/tid=17005] ppid=16994 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/16996/task/17005/stat : 17005 (java) S 16994 16996 14287 0 -1 4202560 24 0 0 0 11 0 0 0 20 0 19 0 291548451 9855979520 16163 33554432000 1073741824 1073778376 140735785081968 140216957160232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16996/tid=17006] ppid=16994 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/16996/task/17006/stat : 17006 (java) S 16994 16996 14287 0 -1 4202560 8 0 0 0 11 0 0 0 20 0 19 0 291548451 9855979520 16163 33554432000 1073741824 1073778376 140735785081968 140216956107432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16996/tid=17007] ppid=16994 vsize=9624980 CPUtime=1.13 cores=1,3,5,7
/proc/16996/task/17007/stat : 17007 (java) S 16994 16996 14287 0 -1 4202560 60 0 0 0 113 0 0 0 20 0 19 0 291548452 9855979520 16163 33554432000 1073741824 1073778376 140735785081968 140216943696360 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16996/tid=17008] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17008/stat : 17008 (java) S 16994 16996 14287 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291548452 9855979520 16163 33554432000 1073741824 1073778376 140735785081968 140216942642424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16996/tid=17009] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17009/stat : 17009 (java) S 16994 16996 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291548452 9855979520 16163 33554432000 1073741824 1073778376 140735785081968 140216941589512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16996/tid=17010] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17010/stat : 17010 (java) S 16994 16996 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291548455 9855979520 16163 33554432000 1073741824 1073778376 140735785081968 140216940538000 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16996/tid=17011] ppid=16994 vsize=9624980 CPUtime=0.37 cores=1,3,5,7
/proc/16996/task/17011/stat : 17011 (java) S 16994 16996 14287 0 -1 4202560 4833 0 0 0 37 0 0 0 20 0 19 0 291548455 9855979520 16163 33554432000 1073741824 1073778376 140735785081968 140216939486136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16996/tid=17012] ppid=16994 vsize=9624980 CPUtime=0.93 cores=1,3,5,7
/proc/16996/task/17012/stat : 17012 (java) S 16994 16996 14287 0 -1 4202560 11449 0 0 0 90 3 0 0 20 0 19 0 291548455 9855979520 16163 33554432000 1073741824 1073778376 140735785081968 140216938433336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16996/tid=17013] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17013/stat : 17013 (java) S 16994 16996 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291548455 9855979520 16163 33554432000 1073741824 1073778376 140735785081968 140216937380728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16996/tid=17014] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17014/stat : 17014 (java) S 16994 16996 14287 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291548455 9855979520 16163 33554432000 1073741824 1073778376 140735785081968 140216936328136 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16996/tid=17015] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17015/stat : 17015 (java) S 16994 16996 14287 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291548467 9855979520 16163 33554432000 1073741824 1073778376 140735785081968 140216935273640 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 33.8
Current children cumulated vsize (KiB) 9624980

[startup+32.7006 s]
/proc/loadavg: 2.25 2.10 2.03 3/214 17015
/proc/meminfo: memFree=30775808/32873844 swapFree=7632/7632
[pid=16996] ppid=16994 vsize=9624980 CPUtime=34.61 cores=1,3,5,7
/proc/16996/stat : 16996 (java) S 16994 16996 14287 0 -1 4202496 20255 0 1 0 3452 9 0 0 20 0 19 0 291548449 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140735785073104 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16996/statm: 2406245 16164 2276 9 0 2396937 0
[pid=16996/tid=16998] ppid=16994 vsize=9624980 CPUtime=31.07 cores=1,3,5,7
/proc/16996/task/16998/stat : 16998 (java) R 16994 16996 14287 0 -1 4202560 2626 0 1 0 3105 2 0 0 20 0 19 0 291548450 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140217119580448 140217059743872 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16996/tid=16999] ppid=16994 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/16996/task/16999/stat : 16999 (java) S 16994 16996 14287 0 -1 4202560 7 0 0 0 11 0 0 0 20 0 19 0 291548450 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216963476008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16996/tid=17000] ppid=16994 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/16996/task/17000/stat : 17000 (java) S 16994 16996 14287 0 -1 4202560 11 0 0 0 10 0 0 0 20 0 19 0 291548450 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216962423208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16996/tid=17001] ppid=16994 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/16996/task/17001/stat : 17001 (java) S 16994 16996 14287 0 -1 4202560 12 0 0 0 10 0 0 0 20 0 19 0 291548450 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216961370408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16996/tid=17002] ppid=16994 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/16996/task/17002/stat : 17002 (java) S 16994 16996 14287 0 -1 4202560 12 0 0 0 11 0 0 0 20 0 19 0 291548450 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216960317608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16996/tid=17003] ppid=16994 vsize=9624980 CPUtime=0.12 cores=1,3,5,7
/proc/16996/task/17003/stat : 17003 (java) S 16994 16996 14287 0 -1 4202560 17 0 0 0 12 0 0 0 20 0 19 0 291548450 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216959265832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16996/tid=17004] ppid=16994 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/16996/task/17004/stat : 17004 (java) S 16994 16996 14287 0 -1 4202560 12 0 0 0 10 0 0 0 20 0 19 0 291548450 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216958213032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16996/tid=17005] ppid=16994 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/16996/task/17005/stat : 17005 (java) S 16994 16996 14287 0 -1 4202560 24 0 0 0 11 0 0 0 20 0 19 0 291548451 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216957160232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16996/tid=17006] ppid=16994 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/16996/task/17006/stat : 17006 (java) S 16994 16996 14287 0 -1 4202560 8 0 0 0 11 0 0 0 20 0 19 0 291548451 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216956107432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16996/tid=17007] ppid=16994 vsize=9624980 CPUtime=1.15 cores=1,3,5,7
/proc/16996/task/17007/stat : 17007 (java) S 16994 16996 14287 0 -1 4202560 60 0 0 0 115 0 0 0 20 0 19 0 291548452 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216943696360 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16996/tid=17008] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17008/stat : 17008 (java) S 16994 16996 14287 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291548452 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216942642424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16996/tid=17009] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17009/stat : 17009 (java) S 16994 16996 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291548452 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216941589512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16996/tid=17010] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17010/stat : 17010 (java) S 16994 16996 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291548455 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216940538000 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16996/tid=17011] ppid=16994 vsize=9624980 CPUtime=0.37 cores=1,3,5,7
/proc/16996/task/17011/stat : 17011 (java) S 16994 16996 14287 0 -1 4202560 4833 0 0 0 37 0 0 0 20 0 19 0 291548455 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216939486136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16996/tid=17012] ppid=16994 vsize=9624980 CPUtime=0.93 cores=1,3,5,7
/proc/16996/task/17012/stat : 17012 (java) S 16994 16996 14287 0 -1 4202560 11449 0 0 0 90 3 0 0 20 0 19 0 291548455 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216938433336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16996/tid=17013] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17013/stat : 17013 (java) S 16994 16996 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291548455 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216937380728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16996/tid=17014] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17014/stat : 17014 (java) S 16994 16996 14287 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291548455 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216936328136 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16996/tid=17015] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17015/stat : 17015 (java) S 16994 16996 14287 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291548467 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216935273640 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 34.61
Current children cumulated vsize (KiB) 9624980

[startup+33.5007 s]
/proc/loadavg: 2.25 2.10 2.03 3/214 17015
/proc/meminfo: memFree=30775808/32873844 swapFree=7632/7632
[pid=16996] ppid=16994 vsize=9624980 CPUtime=35.43 cores=1,3,5,7
/proc/16996/stat : 16996 (java) S 16994 16996 14287 0 -1 4202496 20257 0 1 0 3534 9 0 0 20 0 19 0 291548449 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140735785073104 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16996/statm: 2406245 16164 2276 9 0 2396937 0
[pid=16996/tid=16998] ppid=16994 vsize=9624980 CPUtime=31.84 cores=1,3,5,7
/proc/16996/task/16998/stat : 16998 (java) R 16994 16996 14287 0 -1 4202560 2628 0 1 0 3182 2 0 0 20 0 19 0 291548450 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140217119580448 140217059698772 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16996/tid=16999] ppid=16994 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/16996/task/16999/stat : 16999 (java) S 16994 16996 14287 0 -1 4202560 7 0 0 0 11 0 0 0 20 0 19 0 291548450 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216963476008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16996/tid=17000] ppid=16994 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/16996/task/17000/stat : 17000 (java) S 16994 16996 14287 0 -1 4202560 11 0 0 0 11 0 0 0 20 0 19 0 291548450 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216962423208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16996/tid=17001] ppid=16994 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/16996/task/17001/stat : 17001 (java) S 16994 16996 14287 0 -1 4202560 12 0 0 0 10 0 0 0 20 0 19 0 291548450 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216961370408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16996/tid=17002] ppid=16994 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/16996/task/17002/stat : 17002 (java) S 16994 16996 14287 0 -1 4202560 12 0 0 0 11 0 0 0 20 0 19 0 291548450 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216960317608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16996/tid=17003] ppid=16994 vsize=9624980 CPUtime=0.12 cores=1,3,5,7
/proc/16996/task/17003/stat : 17003 (java) S 16994 16996 14287 0 -1 4202560 17 0 0 0 12 0 0 0 20 0 19 0 291548450 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216959265832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16996/tid=17004] ppid=16994 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/16996/task/17004/stat : 17004 (java) S 16994 16996 14287 0 -1 4202560 12 0 0 0 10 0 0 0 20 0 19 0 291548450 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216958213032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16996/tid=17005] ppid=16994 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/16996/task/17005/stat : 17005 (java) S 16994 16996 14287 0 -1 4202560 24 0 0 0 11 0 0 0 20 0 19 0 291548451 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216957160232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16996/tid=17006] ppid=16994 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/16996/task/17006/stat : 17006 (java) S 16994 16996 14287 0 -1 4202560 8 0 0 0 11 0 0 0 20 0 19 0 291548451 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216956107432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16996/tid=17007] ppid=16994 vsize=9624980 CPUtime=1.18 cores=1,3,5,7
/proc/16996/task/17007/stat : 17007 (java) S 16994 16996 14287 0 -1 4202560 60 0 0 0 118 0 0 0 20 0 19 0 291548452 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216943696360 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16996/tid=17008] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17008/stat : 17008 (java) S 16994 16996 14287 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291548452 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216942642424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16996/tid=17009] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17009/stat : 17009 (java) S 16994 16996 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291548452 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216941589512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16996/tid=17010] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17010/stat : 17010 (java) S 16994 16996 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291548455 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216940538000 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16996/tid=17011] ppid=16994 vsize=9624980 CPUtime=0.37 cores=1,3,5,7
/proc/16996/task/17011/stat : 17011 (java) S 16994 16996 14287 0 -1 4202560 4833 0 0 0 37 0 0 0 20 0 19 0 291548455 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216939486136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16996/tid=17012] ppid=16994 vsize=9624980 CPUtime=0.93 cores=1,3,5,7
/proc/16996/task/17012/stat : 17012 (java) S 16994 16996 14287 0 -1 4202560 11449 0 0 0 90 3 0 0 20 0 19 0 291548455 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216938433336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16996/tid=17013] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17013/stat : 17013 (java) S 16994 16996 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291548455 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216937380728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16996/tid=17014] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17014/stat : 17014 (java) S 16994 16996 14287 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291548455 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216936328136 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16996/tid=17015] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17015/stat : 17015 (java) S 16994 16996 14287 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291548467 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216935273640 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 35.43
Current children cumulated vsize (KiB) 9624980

[startup+33.9006 s]
/proc/loadavg: 2.25 2.10 2.03 3/214 17015
/proc/meminfo: memFree=30775808/32873844 swapFree=7632/7632
[pid=16996] ppid=16994 vsize=9624980 CPUtime=35.83 cores=1,3,5,7
/proc/16996/stat : 16996 (java) S 16994 16996 14287 0 -1 4202496 20258 0 1 0 3574 9 0 0 20 0 19 0 291548449 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140735785073104 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16996/statm: 2406245 16164 2276 9 0 2396937 0
[pid=16996/tid=16998] ppid=16994 vsize=9624980 CPUtime=32.22 cores=1,3,5,7
/proc/16996/task/16998/stat : 16998 (java) R 16994 16996 14287 0 -1 4202560 2629 0 1 0 3220 2 0 0 20 0 19 0 291548450 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140217119580568 140217059778016 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16996/tid=16999] ppid=16994 vsize=9624980 CPUtime=0.12 cores=1,3,5,7
/proc/16996/task/16999/stat : 16999 (java) S 16994 16996 14287 0 -1 4202560 7 0 0 0 12 0 0 0 20 0 19 0 291548450 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216963476008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16996/tid=17000] ppid=16994 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/16996/task/17000/stat : 17000 (java) S 16994 16996 14287 0 -1 4202560 11 0 0 0 11 0 0 0 20 0 19 0 291548450 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216962423208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16996/tid=17001] ppid=16994 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/16996/task/17001/stat : 17001 (java) S 16994 16996 14287 0 -1 4202560 12 0 0 0 10 0 0 0 20 0 19 0 291548450 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216961370408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16996/tid=17002] ppid=16994 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/16996/task/17002/stat : 17002 (java) S 16994 16996 14287 0 -1 4202560 12 0 0 0 11 0 0 0 20 0 19 0 291548450 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216960317608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16996/tid=17003] ppid=16994 vsize=9624980 CPUtime=0.12 cores=1,3,5,7
/proc/16996/task/17003/stat : 17003 (java) S 16994 16996 14287 0 -1 4202560 17 0 0 0 12 0 0 0 20 0 19 0 291548450 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216959265832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16996/tid=17004] ppid=16994 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/16996/task/17004/stat : 17004 (java) S 16994 16996 14287 0 -1 4202560 12 0 0 0 10 0 0 0 20 0 19 0 291548450 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216958213032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16996/tid=17005] ppid=16994 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/16996/task/17005/stat : 17005 (java) S 16994 16996 14287 0 -1 4202560 24 0 0 0 11 0 0 0 20 0 19 0 291548451 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216957160232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16996/tid=17006] ppid=16994 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/16996/task/17006/stat : 17006 (java) S 16994 16996 14287 0 -1 4202560 8 0 0 0 11 0 0 0 20 0 19 0 291548451 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216956107432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16996/tid=17007] ppid=16994 vsize=9624980 CPUtime=1.19 cores=1,3,5,7
/proc/16996/task/17007/stat : 17007 (java) S 16994 16996 14287 0 -1 4202560 60 0 0 0 119 0 0 0 20 0 19 0 291548452 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216943696360 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16996/tid=17008] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17008/stat : 17008 (java) S 16994 16996 14287 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291548452 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216942642424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16996/tid=17009] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17009/stat : 17009 (java) S 16994 16996 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291548452 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216941589512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16996/tid=17010] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17010/stat : 17010 (java) S 16994 16996 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291548455 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216940538000 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16996/tid=17011] ppid=16994 vsize=9624980 CPUtime=0.37 cores=1,3,5,7
/proc/16996/task/17011/stat : 17011 (java) S 16994 16996 14287 0 -1 4202560 4833 0 0 0 37 0 0 0 20 0 19 0 291548455 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216939486136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16996/tid=17012] ppid=16994 vsize=9624980 CPUtime=0.93 cores=1,3,5,7
/proc/16996/task/17012/stat : 17012 (java) S 16994 16996 14287 0 -1 4202560 11449 0 0 0 90 3 0 0 20 0 19 0 291548455 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216938433336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16996/tid=17013] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17013/stat : 17013 (java) S 16994 16996 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291548455 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216937380728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16996/tid=17014] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17014/stat : 17014 (java) S 16994 16996 14287 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291548455 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216936328136 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16996/tid=17015] ppid=16994 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16996/task/17015/stat : 17015 (java) S 16994 16996 14287 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291548467 9855979520 16164 33554432000 1073741824 1073778376 140735785081968 140216935273640 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 35.83
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 33.9269
CPU time (s): 35.8595
CPU user time (s): 35.6876
CPU system time (s): 0.171973
CPU usage (%): 105.697
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.6876
system time used= 0.171973
maximum resident set size= 71288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20270
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3945
involuntary context switches= 5434

runsolver used 0.165974 second user time and 0.349946 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-29 03:17:08
IDJOB=3718448
IDBENCH=79237
IDSOLVER=2301
FILE ID=node130/3718448-1338254228
RUNJOBID= node130-1338248781-16336
PBS_JOBID= 14624629
Free space on /tmp= 71472 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111223220--soft-0-100-0.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718448-1338254228/watcher-3718448-1338254228 -o /tmp/evaluation-result-3718448-1338254228/solver-3718448-1338254228 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718448-1338254228.wbo

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

MD5SUM BENCH= eefb750387a2df9ca152a94906c66d6e
RANDOM SEED=1071354000

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30833648 kB
Buffers:          303416 kB
Cached:           127020 kB
SwapCached:         4176 kB
Active:          1167940 kB
Inactive:          37480 kB
Active(anon):     765940 kB
Inactive(anon):     9116 kB
Active(file):     402000 kB
Inactive(file):    28364 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67099920 kB
Dirty:               152 kB
Writeback:             0 kB
AnonPages:        802212 kB
Mapped:            17572 kB
Shmem:                 8 kB
Slab:             692976 kB
SReclaimable:     134632 kB
SUnreclaim:       558344 kB
KernelStack:        1768 kB
PageTables:         5328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1221360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    774144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71472 MiB
End job on node130 at 2012-05-29 03:17:43