Trace number 4090912

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 Resolution PB16OPTIMUM 19.3521 17.8782

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110974180--soft-0-100-0.wbo
MD5SUMe43f58a024ab39f0c7f396fa22784bca
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 benchmark5.98609
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 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1231
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4090912-1466067833.wbo
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.054s.
0.11/0.16	c declared #vars     169
0.11/0.16	c internal #vars     270
0.11/0.16	c #constraints  101
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.11/0.16	c 101 constraints processed.
0.11/0.16	c objective function length is 101 literals
0.29/0.22	c SATISFIABLE
0.29/0.22	c OPTIMIZING...
0.29/0.22	c Got one! Elapsed wall clock time (in seconds):0.115
0.29/0.22	o 937
0.49/0.30	c Got one! Elapsed wall clock time (in seconds):0.197
0.49/0.30	o 922
0.49/0.30	c Got one! Elapsed wall clock time (in seconds):0.202
0.49/0.30	o 660
0.49/0.31	c Got one! Elapsed wall clock time (in seconds):0.206
0.49/0.31	o 634
0.49/0.31	c Got one! Elapsed wall clock time (in seconds):0.213
0.49/0.31	o 598
0.49/0.32	c Got one! Elapsed wall clock time (in seconds):0.219
0.49/0.32	o 593
0.49/0.32	c Got one! Elapsed wall clock time (in seconds):0.222
0.49/0.32	o 592
0.49/0.33	c Got one! Elapsed wall clock time (in seconds):0.228
0.49/0.33	o 567
0.49/0.34	c Got one! Elapsed wall clock time (in seconds):0.234
0.49/0.34	o 563
0.49/0.34	c Got one! Elapsed wall clock time (in seconds):0.238
0.49/0.34	o 553
0.49/0.35	c Got one! Elapsed wall clock time (in seconds):0.246
0.49/0.35	o 514
0.49/0.35	c Got one! Elapsed wall clock time (in seconds):0.25
0.49/0.35	o 510
0.49/0.36	c Got one! Elapsed wall clock time (in seconds):0.255
0.49/0.36	o 506
0.49/0.37	c Got one! Elapsed wall clock time (in seconds):0.267
0.49/0.37	o 503
0.49/0.39	c Got one! Elapsed wall clock time (in seconds):0.285
0.49/0.39	o 495
0.49/0.39	c Got one! Elapsed wall clock time (in seconds):0.289
0.49/0.39	o 490
0.49/0.39	c Got one! Elapsed wall clock time (in seconds):0.293
0.49/0.39	o 481
0.69/0.41	c Got one! Elapsed wall clock time (in seconds):0.305
0.69/0.41	o 471
0.69/0.41	c Got one! Elapsed wall clock time (in seconds):0.307
0.69/0.41	o 456
0.69/0.42	c Got one! Elapsed wall clock time (in seconds):0.316
0.69/0.42	o 452
0.69/0.43	c Got one! Elapsed wall clock time (in seconds):0.326
0.69/0.43	o 439
0.69/0.43	c Got one! Elapsed wall clock time (in seconds):0.333
0.69/0.43	o 436
0.91/0.60	c Got one! Elapsed wall clock time (in seconds):0.494
0.91/0.60	o 435
0.91/0.61	c Got one! Elapsed wall clock time (in seconds):0.503
0.91/0.61	o 427
0.91/0.61	c Got one! Elapsed wall clock time (in seconds):0.508
0.91/0.61	o 423
0.91/0.61	c Got one! Elapsed wall clock time (in seconds):0.512
0.91/0.61	o 384
0.91/0.67	c Got one! Elapsed wall clock time (in seconds):0.567
0.91/0.67	o 382
1.05/0.75	c cleaning 5010 clauses out of 10035 with flag 3309/10035
1.05/0.80	c Got one! Elapsed wall clock time (in seconds):0.693
1.05/0.80	o 381
1.26/0.80	c Got one! Elapsed wall clock time (in seconds):0.702
1.26/0.80	o 368
1.52/0.95	c Got one! Elapsed wall clock time (in seconds):0.852
1.52/0.95	o 367
1.52/0.96	c Got one! Elapsed wall clock time (in seconds):0.861
1.52/0.96	o 366
1.52/0.98	c Got one! Elapsed wall clock time (in seconds):0.877
1.52/0.98	o 360
1.62/1.01	c Got one! Elapsed wall clock time (in seconds):0.907
1.62/1.01	o 359
1.62/1.06	c cleaning 5827 clauses out of 11657 with flag 3895/16667
1.84/1.21	c Got one! Elapsed wall clock time (in seconds):1.111
1.84/1.21	o 357
1.93/1.32	c cleaning 5607 clauses out of 11223 with flag 7283/22060
2.05/1.44	c Got one! Elapsed wall clock time (in seconds):1.339
2.05/1.44	o 349
2.15/1.59	c cleaning 5703 clauses out of 11422 with flag 11341/27866
2.25/1.68	c Got one! Elapsed wall clock time (in seconds):1.574
2.25/1.68	o 343
2.35/1.75	c Got one! Elapsed wall clock time (in seconds):1.65
2.35/1.75	o 337
2.46/1.85	c cleaning 5746 clauses out of 11515 with flag 7611/33662
2.76/2.13	c cleaning 5883 clauses out of 11766 with flag 35511/39659
2.87/2.22	c Got one! Elapsed wall clock time (in seconds):2.119
2.87/2.22	o 336
3.04/2.38	c cleaning 5514 clauses out of 11043 with flag 12578/44819
3.13/2.50	c Got one! Elapsed wall clock time (in seconds):2.393
3.13/2.50	o 335
3.23/2.51	c Got one! Elapsed wall clock time (in seconds):2.404
3.23/2.51	o 332
3.23/2.52	c Got one! Elapsed wall clock time (in seconds):2.414
3.23/2.52	o 331
3.23/2.52	c Got one! Elapsed wall clock time (in seconds):2.417
3.23/2.52	o 328
3.33/2.64	c Got one! Elapsed wall clock time (in seconds):2.535
3.33/2.64	o 327
3.33/2.69	c cleaning 6005 clauses out of 12013 with flag 3803/51303
3.63/2.96	c cleaning 5995 clauses out of 12007 with flag 27373/57302
3.83/3.16	c Got one! Elapsed wall clock time (in seconds):3.056
3.83/3.16	o 326
3.83/3.16	c Got one! Elapsed wall clock time (in seconds):3.06
3.83/3.16	o 322
3.83/3.18	c Got one! Elapsed wall clock time (in seconds):3.079
3.83/3.18	o 320
3.93/3.24	c cleaning 6008 clauses out of 12037 with flag 4063/63327
3.93/3.29	c Got one! Elapsed wall clock time (in seconds):3.188
3.93/3.29	o 298
4.14/3.48	c cleaning 5697 clauses out of 11406 with flag 16456/68704
4.14/3.49	c Got one! Elapsed wall clock time (in seconds):3.385
4.14/3.49	o 297
4.33/3.69	c Got one! Elapsed wall clock time (in seconds):3.589
4.33/3.69	o 295
4.43/3.75	c cleaning 5724 clauses out of 11464 with flag 3964/74459
4.43/3.75	c Got one! Elapsed wall clock time (in seconds):3.652
4.43/3.75	o 285
4.43/3.77	c Got one! Elapsed wall clock time (in seconds):3.667
4.43/3.77	o 284
4.63/3.98	c Got one! Elapsed wall clock time (in seconds):3.88
4.63/3.98	o 282
4.73/4.04	c cleaning 5961 clauses out of 11935 with flag 4229/80654
4.85/4.17	c Got one! Elapsed wall clock time (in seconds):4.067
4.85/4.17	o 280
4.95/4.21	c Got one! Elapsed wall clock time (in seconds):4.106
4.95/4.21	o 278
4.95/4.26	c Got one! Elapsed wall clock time (in seconds):4.163
4.95/4.26	o 263
5.05/4.31	c Got one! Elapsed wall clock time (in seconds):4.204
5.05/4.31	o 262
5.05/4.36	c cleaning 6498 clauses out of 13004 with flag 4055/87684
5.16/4.43	c Got one! Elapsed wall clock time (in seconds):4.324
5.16/4.43	o 261
5.16/4.49	c Got one! Elapsed wall clock time (in seconds):4.391
5.16/4.49	o 260
5.25/4.52	c Got one! Elapsed wall clock time (in seconds):4.418
5.25/4.52	o 257
5.25/4.54	c Got one! Elapsed wall clock time (in seconds):4.442
5.25/4.54	o 255
5.47/4.70	c Got one! Elapsed wall clock time (in seconds):4.596
5.47/4.70	o 253
5.47/4.76	c cleaning 7322 clauses out of 14648 with flag 4018/95826
5.56/4.85	c Got one! Elapsed wall clock time (in seconds):4.752
5.56/4.85	o 252
5.67/4.91	c Got one! Elapsed wall clock time (in seconds):4.807
5.67/4.91	o 248
5.67/4.96	c Got one! Elapsed wall clock time (in seconds):4.858
5.67/4.96	o 247
5.77/5.02	c cleaning 6437 clauses out of 12895 with flag 3269/101395
5.86/5.10	c Got one! Elapsed wall clock time (in seconds):4.995
5.86/5.10	o 246
5.86/5.15	c Got one! Elapsed wall clock time (in seconds):5.045
5.86/5.15	o 244
5.86/5.16	c Got one! Elapsed wall clock time (in seconds):5.063
5.86/5.16	o 243
5.96/5.25	c Got one! Elapsed wall clock time (in seconds):5.149
5.96/5.25	o 233
5.96/5.29	c Got one! Elapsed wall clock time (in seconds):5.186
5.96/5.29	o 221
6.07/5.35	c cleaning 6802 clauses out of 13613 with flag 3765/108550
6.07/5.35	c Got one! Elapsed wall clock time (in seconds):5.247
6.07/5.35	o 216
6.07/5.36	c Got one! Elapsed wall clock time (in seconds):5.261
6.07/5.36	o 212
6.17/5.40	c Got one! Elapsed wall clock time (in seconds):5.295
6.17/5.40	o 208
6.28/5.59	c Got one! Elapsed wall clock time (in seconds):5.489
6.28/5.59	o 202
6.38/5.61	c Got one! Elapsed wall clock time (in seconds):5.511
6.38/5.61	o 200
6.47/5.72	c cleaning 7209 clauses out of 14429 with flag 8110/116168
6.47/5.73	c Got one! Elapsed wall clock time (in seconds):5.629
6.47/5.73	o 198
6.47/5.78	c Got one! Elapsed wall clock time (in seconds):5.677
6.47/5.78	o 192
6.57/5.85	c Got one! Elapsed wall clock time (in seconds):5.751
6.57/5.85	o 190
6.57/5.87	c Got one! Elapsed wall clock time (in seconds):5.77
6.57/5.87	o 189
6.67/5.96	c Got one! Elapsed wall clock time (in seconds):5.858
6.67/5.96	o 178
6.77/6.06	c Got one! Elapsed wall clock time (in seconds):5.962
6.77/6.06	o 172
6.87/6.13	c cleaning 7569 clauses out of 15145 with flag 4300/124093
6.87/6.15	c Got one! Elapsed wall clock time (in seconds):6.046
6.87/6.15	o 169
6.97/6.26	c Got one! Elapsed wall clock time (in seconds):6.158
6.97/6.26	o 168
7.07/6.30	c Got one! Elapsed wall clock time (in seconds):6.199
7.07/6.30	o 167
7.17/6.41	c Got one! Elapsed wall clock time (in seconds):6.311
7.17/6.41	o 166
7.17/6.46	c Got one! Elapsed wall clock time (in seconds):6.358
7.17/6.46	o 162
7.17/6.49	c Got one! Elapsed wall clock time (in seconds):6.39
7.17/6.49	o 161
7.28/6.56	c cleaning 7967 clauses out of 15939 with flag 4201/132456
7.28/6.57	c Got one! Elapsed wall clock time (in seconds):6.471
7.28/6.57	o 159
7.40/6.62	c Got one! Elapsed wall clock time (in seconds):6.522
7.40/6.62	o 157
7.40/6.65	c Got one! Elapsed wall clock time (in seconds):6.546
7.40/6.65	o 156
7.50/6.78	c Got one! Elapsed wall clock time (in seconds):6.68
7.50/6.78	o 154
7.60/6.84	c Got one! Elapsed wall clock time (in seconds):6.734
7.60/6.84	o 150
7.71/6.91	c cleaning 7422 clauses out of 14849 with flag 4370/139333
7.71/6.92	c Got one! Elapsed wall clock time (in seconds):6.814
7.71/6.92	o 149
7.94/7.01	c Got one! Elapsed wall clock time (in seconds):6.911
7.94/7.01	o 140
8.24/7.22	c Got one! Elapsed wall clock time (in seconds):7.121
8.24/7.22	o 139
8.37/7.31	c cleaning 7114 clauses out of 14234 with flag 4428/146140
8.37/7.32	c Got one! Elapsed wall clock time (in seconds):7.22
8.37/7.32	o 137
8.37/7.35	c Got one! Elapsed wall clock time (in seconds):7.249
8.37/7.35	o 135
8.37/7.39	c Got one! Elapsed wall clock time (in seconds):7.286
8.37/7.39	o 120
8.80/7.54	c Got one! Elapsed wall clock time (in seconds):7.442
8.80/7.54	o 115
9.00/7.64	c Got one! Elapsed wall clock time (in seconds):7.537
9.00/7.64	o 113
9.16/7.71	c cleaning 7423 clauses out of 14861 with flag 4448/153881
9.16/7.75	c Got one! Elapsed wall clock time (in seconds):7.651
9.16/7.75	o 112
9.16/7.79	c Got one! Elapsed wall clock time (in seconds):7.688
9.16/7.79	o 103
9.16/7.80	c Got one! Elapsed wall clock time (in seconds):7.699
9.16/7.80	o 96
9.28/7.83	c Got one! Elapsed wall clock time (in seconds):7.73
9.28/7.83	o 83
9.47/8.03	c cleaning 7137 clauses out of 14280 with flag 14353/160723
9.67/8.29	c cleaning 6566 clauses out of 13144 with flag 36293/166724
10.07/8.62	c cleaning 6779 clauses out of 13577 with flag 61783/173723
10.17/8.70	c Got one! Elapsed wall clock time (in seconds):8.596
10.17/8.70	o 76
10.28/8.88	c cleaning 6360 clauses out of 12738 with flag 13856/179663
10.38/8.97	c Got one! Elapsed wall clock time (in seconds):8.871
10.38/8.97	o 75
10.47/9.03	c Got one! Elapsed wall clock time (in seconds):8.93
10.47/9.03	o 74
10.57/9.11	c Got one! Elapsed wall clock time (in seconds):9.006
10.57/9.11	o 73
10.57/9.14	c Got one! Elapsed wall clock time (in seconds):9.035
10.57/9.14	o 66
10.57/9.18	c Got one! Elapsed wall clock time (in seconds):9.08
10.57/9.18	o 64
10.67/9.21	c Got one! Elapsed wall clock time (in seconds):9.11
10.67/9.21	o 63
10.67/9.27	c cleaning 7768 clauses out of 15548 with flag 3288/188833
10.97/9.51	c cleaning 6878 clauses out of 13781 with flag 25118/194834
11.17/9.78	c cleaning 6946 clauses out of 13902 with flag 51524/201833
11.38/9.95	c Got one! Elapsed wall clock time (in seconds):9.849
11.38/9.95	o 61
11.38/10.00	c cleaning 6280 clauses out of 12567 with flag 3368/207444
11.48/10.09	c Got one! Elapsed wall clock time (in seconds):9.987
11.48/10.09	o 59
11.57/10.13	c Got one! Elapsed wall clock time (in seconds):10.029
11.57/10.13	o 55
11.57/10.15	c Got one! Elapsed wall clock time (in seconds):10.05
11.57/10.15	o 50
11.67/10.24	c cleaning 6406 clauses out of 12816 with flag 7005/213973
11.67/10.27	c Got one! Elapsed wall clock time (in seconds):10.17
11.67/10.27	o 45
11.77/10.32	c Got one! Elapsed wall clock time (in seconds):10.214
11.77/10.32	o 44
11.87/10.44	c cleaning 5881 clauses out of 11774 with flag 11106/219337
11.98/10.57	c Got one! Elapsed wall clock time (in seconds):10.468
11.98/10.57	o 42
12.08/10.65	c cleaning 5778 clauses out of 11566 with flag 7711/225010
12.28/10.88	c cleaning 5889 clauses out of 11787 with flag 33252/231009
12.59/11.12	c Got one! Elapsed wall clock time (in seconds):11.017
12.59/11.12	o 41
12.78/11.36	c cleaning 8500 clauses out of 16999 with flag 21174/242110
13.08/11.62	c cleaning 7242 clauses out of 14498 with flag 48107/248109
13.18/11.72	c Got one! Elapsed wall clock time (in seconds):11.616
13.18/11.72	o 40
13.28/11.85	c cleaning 6396 clauses out of 12803 with flag 12426/253656
13.48/12.08	c cleaning 6198 clauses out of 12409 with flag 40563/259658
13.58/12.13	c Got one! Elapsed wall clock time (in seconds):12.024
13.58/12.13	o 38
13.58/12.20	c Got one! Elapsed wall clock time (in seconds):12.098
13.58/12.20	o 37
13.68/12.28	c cleaning 5869 clauses out of 11750 with flag 7891/265197
13.98/12.51	c cleaning 5933 clauses out of 11884 with flag 31890/271200
14.18/12.79	c cleaning 6471 clauses out of 12949 with flag 61986/278198
14.38/12.99	c Got one! Elapsed wall clock time (in seconds):12.892
14.38/12.99	o 36
14.68/13.21	c cleaning 8601 clauses out of 17217 with flag 17605/288937
14.78/13.33	c Got one! Elapsed wall clock time (in seconds):13.233
14.78/13.33	o 34
14.88/13.42	c cleaning 6996 clauses out of 14003 with flag 7469/294324
14.98/13.50	c Got one! Elapsed wall clock time (in seconds):13.401
14.98/13.50	o 32
15.08/13.61	c cleaning 6333 clauses out of 12682 with flag 11132/299999
15.18/13.71	c Got one! Elapsed wall clock time (in seconds):13.609
15.18/13.71	o 28
15.18/13.74	c Got one! Elapsed wall clock time (in seconds):13.637
15.18/13.74	o 24
15.28/13.82	c cleaning 6245 clauses out of 12501 with flag 7219/306151
15.48/14.01	c cleaning 6121 clauses out of 12254 with flag 28470/312149
15.58/14.12	c Got one! Elapsed wall clock time (in seconds):14.022
15.58/14.12	o 22
15.58/14.17	c cleaning 5585 clauses out of 11189 with flag 3783/317205
15.78/14.33	c Got one! Elapsed wall clock time (in seconds):14.23
15.78/14.33	o 17
15.98/14.52	c Got one! Elapsed wall clock time (in seconds):14.422
15.98/14.52	o 16
15.98/14.55	c Got one! Elapsed wall clock time (in seconds):14.449
15.98/14.55	o 15
15.98/14.57	c Got one! Elapsed wall clock time (in seconds):14.464
15.98/14.57	o 14
15.98/14.58	c Got one! Elapsed wall clock time (in seconds):14.477
15.98/14.58	o 12
15.98/14.58	c Got one! Elapsed wall clock time (in seconds):14.482
15.98/14.58	o 11
16.08/14.60	c Got one! Elapsed wall clock time (in seconds):14.496
16.08/14.60	o 9
16.08/14.66	c cleaning 9164 clauses out of 18332 with flag 4113/329933
16.28/14.89	c cleaning 7584 clauses out of 15170 with flag 27695/335935
16.58/15.14	c cleaning 7290 clauses out of 14581 with flag 55863/342933
16.91/15.45	c cleaning 7637 clauses out of 15292 with flag 89231/350935
17.30/15.81	c cleaning 8324 clauses out of 16653 with flag 129823/359934
17.30/15.87	c Got one! Elapsed wall clock time (in seconds):15.765
17.30/15.87	o 8
17.40/15.95	c Got one! Elapsed wall clock time (in seconds):15.85
17.40/15.95	o 7
17.50/16.04	c cleaning 7143 clauses out of 14288 with flag 9784/365893
17.70/16.27	c cleaning 6568 clauses out of 13146 with flag 35062/371895
18.01/16.53	c cleaning 6781 clauses out of 13580 with flag 65814/378897
18.30/16.84	c cleaning 7390 clauses out of 14791 with flag 101825/386893
18.30/16.85	c Got one! Elapsed wall clock time (in seconds):16.752
18.30/16.85	o 5
18.50/17.05	c cleaning 6453 clauses out of 12917 with flag 22640/392410
18.70/17.26	c cleaning 6232 clauses out of 12467 with flag 48264/398414
19.00/17.52	c cleaning 6613 clauses out of 13228 with flag 79080/405410
19.11/17.66	c Got one! Elapsed wall clock time (in seconds):17.557
19.11/17.66	o 3
19.21/17.71	c cleaning 5822 clauses out of 11662 with flag 4596/410458
19.30/17.86	c Got one! Elapsed wall clock time (in seconds):17.762
19.30/17.86	o 1
19.30/17.87	c starts		: 482
19.30/17.87	c conflicts		: 414823
19.30/17.87	c decisions		: 755549
19.30/17.87	c propagations		: 13897124
19.30/17.87	c inspects		: 178767716
19.30/17.87	c shortcuts		: 0
19.30/17.87	c learnt literals	: 16
19.30/17.87	c learnt binary clauses	: 36
19.30/17.87	c learnt ternary clauses	: 806
19.30/17.87	c learnt constraints	: 414807
19.30/17.87	c ignored constraints	: 0
19.30/17.87	c root simplifications	: 0
19.30/17.87	c removed literals (reason simplification)	: 0
19.30/17.87	c reason swapping (by a shorter reason)	: 0
19.30/17.87	c Calls to reduceDB	: 61
19.30/17.87	c Number of update (reduction) of LBD	: 144211
19.30/17.87	c Imported unit clauses	: 0
19.30/17.87	c number of reductions to clauses (during analyze)	: 0
19.30/17.87	c number of learned constraints concerned by reduction	: 0
19.30/17.87	c number of learning phase by resolution	: 0
19.30/17.87	c number of learning phase by cutting planes	: 0
19.30/17.87	c speed (assignments/second)	: 784704.9124788254
19.30/17.87	c non guided choices	6098
19.30/17.87	c learnt constraints type 
19.30/17.87	s OPTIMUM FOUND
19.30/17.87	c Found 139 solution(s)
19.30/17.87	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 
19.30/17.87	c objective function=1
19.30/17.87	c Total wall clock time (in seconds): 17.769

Verifier Data

OK	1

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-4090912-1466067833/watcher-4090912-1466067833 -o /tmp/evaluation-result-4090912-1466067833/solver-4090912-1466067833 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1466062131-7114 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090912-1466067833.wbo 

pid=7999
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.27 2.22 2.19 4/194 8002
/proc/meminfo: memFree=29839440/32872528 swapFree=1589776/1720592
[pid=8002] ppid=7999 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/8002/stat : 8002 (java) S 7999 8002 7097 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 8831649 98570240 978 33554432000 1073741824 1073778376 140736976561088 140736976552224 226087698493 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8002/statm: 24065 978 744 9 0 16771 0
[pid=8002/tid=8003] ppid=7999 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8003/stat : 8003 (java) R 7999 8002 7097 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 8831650 98570240 978 33554432000 1073741824 1073778376 140736976561088 140171332922920 226084341120 0 0 4096 0 0 0 0 -1 5 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.27 2.22 2.19 4/194 8002
/proc/meminfo: memFree=29839440/32872528 swapFree=1589776/1720592
[pid=8002] ppid=7999 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/8002/stat : 8002 (java) S 7999 8002 7097 0 -1 4202496 4480 0 1 0 9 2 0 0 20 0 18 0 8831649 9787879424 6115 33554432000 1073741824 1073778376 140736976561088 140736976552224 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8002/statm: 2389619 6115 2157 9 0 2380296 0
[pid=8002/tid=8003] ppid=7999 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/8002/task/8003/stat : 8003 (java) R 7999 8002 7097 0 -1 4202560 2378 0 1 0 6 2 0 0 20 0 18 0 8831650 9787879424 6115 33554432000 1073741824 1073778376 140736976561088 140171332926368 226087724301 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200273 s]
/proc/loadavg: 2.27 2.22 2.19 4/194 8002
/proc/meminfo: memFree=29839440/32872528 swapFree=1589776/1720592
[pid=8002] ppid=7999 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/8002/stat : 8002 (java) S 7999 8002 7097 0 -1 4202496 6356 0 1 0 27 2 0 0 20 0 19 0 8831649 9856040960 7944 33554432000 1073741824 1073778376 140736976561088 140736976552224 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8002/statm: 2406260 7944 2236 9 0 2396937 0
[pid=8002/tid=8003] ppid=7999 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/8002/task/8003/stat : 8003 (java) R 7999 8002 7097 0 -1 4202560 2407 0 1 0 16 2 0 0 20 0 19 0 8831650 9856040960 7944 33554432000 1073741824 1073778376 140736976561088 140171332927640 140171173541420 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300373 s]
/proc/loadavg: 2.27 2.22 2.19 4/194 8002
/proc/meminfo: memFree=29839440/32872528 swapFree=1589776/1720592
[pid=8002] ppid=7999 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/8002/stat : 8002 (java) S 7999 8002 7097 0 -1 4202496 6694 0 1 0 47 2 0 0 20 0 19 0 8831649 9856040960 8499 33554432000 1073741824 1073778376 140736976561088 140736976552224 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8002/statm: 2406260 8499 2243 9 0 2396937 0
[pid=8002/tid=8003] ppid=7999 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/8002/task/8003/stat : 8003 (java) R 7999 8002 7097 0 -1 4202560 2408 0 1 0 26 2 0 0 20 0 19 0 8831650 9856040960 8499 33554432000 1073741824 1073778376 140736976561088 140171332927640 140171173553136 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.70027 s]
/proc/loadavg: 2.27 2.22 2.19 4/194 8002
/proc/meminfo: memFree=29839440/32872528 swapFree=1589776/1720592
[pid=8002] ppid=7999 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/8002/stat : 8002 (java) S 7999 8002 7097 0 -1 4202496 8346 0 1 0 103 2 0 0 20 0 19 0 8831649 9856040960 9667 33554432000 1073741824 1073778376 140736976561088 140736976552224 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8002/statm: 2406260 9667 2255 9 0 2396937 0
[pid=8002/tid=8003] ppid=7999 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/8002/task/8003/stat : 8003 (java) R 7999 8002 7097 0 -1 4202560 2410 0 1 0 66 2 0 0 20 0 19 0 8831650 9856040960 9667 33554432000 1073741824 1073778376 140736976561088 140171332927640 140171173912772 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9625040

[startup+1.50086 s]
/proc/loadavg: 2.27 2.22 2.19 5/213 8021
/proc/meminfo: memFree=29791724/32872528 swapFree=1589776/1720592
[pid=8002] ppid=7999 vsize=9625040 CPUtime=2.15 cores=1,3,5,7
/proc/8002/stat : 8002 (java) S 7999 8002 7097 0 -1 4202496 14801 0 1 0 211 4 0 0 20 0 19 0 8831649 9856040960 14626 33554432000 1073741824 1073778376 140736976561088 140736976552224 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8002/statm: 2406260 14626 2262 9 0 2396937 0
[pid=8002/tid=8003] ppid=7999 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/8002/task/8003/stat : 8003 (java) R 7999 8002 7097 0 -1 4202560 2413 0 1 0 146 2 0 0 20 0 19 0 8831650 9856040960 14626 33554432000 1073741824 1073778376 140736976561088 140171332918992 140171173930781 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8002/tid=8005] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8005/stat : 8005 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 14626 33554432000 1073741824 1073778376 140736976561088 140171294419752 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8006] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8006/stat : 8006 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 14626 33554432000 1073741824 1073778376 140736976561088 140171293366952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8002/tid=8007] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8007/stat : 8007 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 14626 33554432000 1073741824 1073778376 140736976561088 140171292314664 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8002/tid=8008] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8008/stat : 8008 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 14626 33554432000 1073741824 1073778376 140736976561088 140171173424040 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8009] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8009/stat : 8009 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 14626 33554432000 1073741824 1073778376 140736976561088 140171172370728 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8002/tid=8010] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8010/stat : 8010 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 14626 33554432000 1073741824 1073778376 140736976561088 140171171317928 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8011] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8011/stat : 8011 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 14626 33554432000 1073741824 1073778376 140736976561088 140171170265640 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8002/tid=8012] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8012/stat : 8012 (java) S 7999 8002 7097 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 14626 33554432000 1073741824 1073778376 140736976561088 140171169212840 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8013] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8013/stat : 8013 (java) S 7999 8002 7097 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8831651 9856040960 14626 33554432000 1073741824 1073778376 140736976561088 140170686884584 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8002/tid=8014] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8014/stat : 8014 (java) S 7999 8002 7097 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8831652 9856040960 14626 33554432000 1073741824 1073778376 140736976561088 140170685830648 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8015] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8015/stat : 8015 (java) S 7999 8002 7097 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8831652 9856040960 14626 33554432000 1073741824 1073778376 140736976561088 140170684778248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8016] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8016/stat : 8016 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831654 9856040960 14626 33554432000 1073741824 1073778376 140736976561088 140170683726736 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8017] ppid=7999 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/8002/task/8017/stat : 8017 (java) S 7999 8002 7097 0 -1 4202560 5841 0 0 0 28 2 0 0 20 0 19 0 8831654 9856040960 14626 33554432000 1073741824 1073778376 140736976561088 140170682673336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8018] ppid=7999 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/8002/task/8018/stat : 8018 (java) S 7999 8002 7097 0 -1 4202560 5276 0 0 0 33 0 0 0 20 0 19 0 8831654 9856040960 14626 33554432000 1073741824 1073778376 140736976561088 140170681620536 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8002/tid=8019] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8019/stat : 8019 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831654 9856040960 14626 33554432000 1073741824 1073778376 140736976561088 140170680568440 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8002/tid=8020] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8020/stat : 8020 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831654 9856040960 14626 33554432000 1073741824 1073778376 140736976561088 140170679515848 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8002/tid=8021] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8021/stat : 8021 (java) S 7999 8002 7097 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8831666 9856040960 14626 33554432000 1073741824 1073778376 140736976561088 140170678461864 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.33 2.23 2.19 5/213 8021
/proc/meminfo: memFree=29785084/32872528 swapFree=1589776/1720592
[pid=8002] ppid=7999 vsize=9625040 CPUtime=3.83 cores=1,3,5,7
/proc/8002/stat : 8002 (java) S 7999 8002 7097 0 -1 4202496 14846 0 1 0 379 4 0 0 20 0 19 0 8831649 9856040960 17225 33554432000 1073741824 1073778376 140736976561088 140736976552224 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8002/statm: 2406260 17225 2262 9 0 2396937 0
[pid=8002/tid=8003] ppid=7999 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/8002/task/8003/stat : 8003 (java) R 7999 8002 7097 0 -1 4202560 2419 0 1 0 306 2 0 0 20 0 19 0 8831650 9856040960 17225 33554432000 1073741824 1073778376 140736976561088 140171332928040 140171173930833 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8002/tid=8005] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8005/stat : 8005 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 17225 33554432000 1073741824 1073778376 140736976561088 140171294419752 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8006] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8006/stat : 8006 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 17225 33554432000 1073741824 1073778376 140736976561088 140171293366952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8002/tid=8007] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8007/stat : 8007 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 17225 33554432000 1073741824 1073778376 140736976561088 140171292314664 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8002/tid=8008] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8008/stat : 8008 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 17225 33554432000 1073741824 1073778376 140736976561088 140171173424040 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8009] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8009/stat : 8009 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 17225 33554432000 1073741824 1073778376 140736976561088 140171172370728 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8002/tid=8010] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8010/stat : 8010 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 17225 33554432000 1073741824 1073778376 140736976561088 140171171317928 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8011] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8011/stat : 8011 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 17225 33554432000 1073741824 1073778376 140736976561088 140171170265640 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8002/tid=8012] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8012/stat : 8012 (java) S 7999 8002 7097 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 17225 33554432000 1073741824 1073778376 140736976561088 140171169212840 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8013] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8013/stat : 8013 (java) S 7999 8002 7097 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8831651 9856040960 17225 33554432000 1073741824 1073778376 140736976561088 140170686884584 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8002/tid=8014] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8014/stat : 8014 (java) S 7999 8002 7097 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8831652 9856040960 17225 33554432000 1073741824 1073778376 140736976561088 140170685830648 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8015] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8015/stat : 8015 (java) S 7999 8002 7097 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8831652 9856040960 17225 33554432000 1073741824 1073778376 140736976561088 140170684778248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8016] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8016/stat : 8016 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831654 9856040960 17225 33554432000 1073741824 1073778376 140736976561088 140170683726736 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8017] ppid=7999 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/8002/task/8017/stat : 8017 (java) S 7999 8002 7097 0 -1 4202560 5848 0 0 0 30 2 0 0 20 0 19 0 8831654 9856040960 17225 33554432000 1073741824 1073778376 140736976561088 140170682673336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8018] ppid=7999 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/8002/task/8018/stat : 8018 (java) S 7999 8002 7097 0 -1 4202560 5308 0 0 0 39 0 0 0 20 0 19 0 8831654 9856040960 17225 33554432000 1073741824 1073778376 140736976561088 140170681620536 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8002/tid=8019] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8019/stat : 8019 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831654 9856040960 17225 33554432000 1073741824 1073778376 140736976561088 140170680568440 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8002/tid=8020] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8020/stat : 8020 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831654 9856040960 17225 33554432000 1073741824 1073778376 140736976561088 140170679515848 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8002/tid=8021] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8021/stat : 8021 (java) S 7999 8002 7097 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8831666 9856040960 17225 33554432000 1073741824 1073778376 140736976561088 140170678461864 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.33 2.23 2.19 4/213 8021
/proc/meminfo: memFree=29766008/32872528 swapFree=1589776/1720592
[pid=8002] ppid=7999 vsize=9625040 CPUtime=7.07 cores=1,3,5,7
/proc/8002/stat : 8002 (java) S 7999 8002 7097 0 -1 4202496 14860 0 1 0 703 4 0 0 20 0 19 0 8831649 9856040960 21279 33554432000 1073741824 1073778376 140736976561088 140736976552224 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8002/statm: 2406260 21279 2264 9 0 2396937 0
[pid=8002/tid=8003] ppid=7999 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/8002/task/8003/stat : 8003 (java) R 7999 8002 7097 0 -1 4202560 2429 0 1 0 625 2 0 0 20 0 19 0 8831650 9856040960 21279 33554432000 1073741824 1073778376 140736976561088 140171332919600 140171173917472 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8002/tid=8005] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8005/stat : 8005 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 21279 33554432000 1073741824 1073778376 140736976561088 140171294419752 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8006] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8006/stat : 8006 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 21279 33554432000 1073741824 1073778376 140736976561088 140171293366952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8002/tid=8007] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8007/stat : 8007 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 21279 33554432000 1073741824 1073778376 140736976561088 140171292314664 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8002/tid=8008] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8008/stat : 8008 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 21279 33554432000 1073741824 1073778376 140736976561088 140171173424040 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8009] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8009/stat : 8009 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 21279 33554432000 1073741824 1073778376 140736976561088 140171172370728 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8002/tid=8010] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8010/stat : 8010 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 21279 33554432000 1073741824 1073778376 140736976561088 140171171317928 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8011] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8011/stat : 8011 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 21279 33554432000 1073741824 1073778376 140736976561088 140171170265640 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8002/tid=8012] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8012/stat : 8012 (java) S 7999 8002 7097 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 21279 33554432000 1073741824 1073778376 140736976561088 140171169212840 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8013] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8013/stat : 8013 (java) S 7999 8002 7097 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8831651 9856040960 21279 33554432000 1073741824 1073778376 140736976561088 140170686884584 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8002/tid=8014] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8014/stat : 8014 (java) S 7999 8002 7097 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8831652 9856040960 21279 33554432000 1073741824 1073778376 140736976561088 140170685830648 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8015] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8015/stat : 8015 (java) S 7999 8002 7097 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8831652 9856040960 21279 33554432000 1073741824 1073778376 140736976561088 140170684778248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8016] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8016/stat : 8016 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831654 9856040960 21279 33554432000 1073741824 1073778376 140736976561088 140170683726736 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8017] ppid=7999 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/8002/task/8017/stat : 8017 (java) S 7999 8002 7097 0 -1 4202560 5849 0 0 0 32 2 0 0 20 0 19 0 8831654 9856040960 21279 33554432000 1073741824 1073778376 140736976561088 140170682673336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8018] ppid=7999 vsize=9625040 CPUtime=0.42 cores=1,3,5,7

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

[pid=8002/tid=8007] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8007/stat : 8007 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 35618 33554432000 1073741824 1073778376 140736976561088 140171292314664 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8002/tid=8008] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8008/stat : 8008 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 35618 33554432000 1073741824 1073778376 140736976561088 140171173424040 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8009] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8009/stat : 8009 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 35618 33554432000 1073741824 1073778376 140736976561088 140171172370728 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8002/tid=8010] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8010/stat : 8010 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 35618 33554432000 1073741824 1073778376 140736976561088 140171171317928 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8011] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8011/stat : 8011 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 35618 33554432000 1073741824 1073778376 140736976561088 140171170265640 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8002/tid=8012] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8012/stat : 8012 (java) S 7999 8002 7097 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 35618 33554432000 1073741824 1073778376 140736976561088 140171169212840 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8013] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8013/stat : 8013 (java) S 7999 8002 7097 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8831651 9856040960 35618 33554432000 1073741824 1073778376 140736976561088 140170686884584 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8002/tid=8014] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8014/stat : 8014 (java) S 7999 8002 7097 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8831652 9856040960 35618 33554432000 1073741824 1073778376 140736976561088 140170685830648 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8015] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8015/stat : 8015 (java) S 7999 8002 7097 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8831652 9856040960 35618 33554432000 1073741824 1073778376 140736976561088 140170684778248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8016] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8016/stat : 8016 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831654 9856040960 35618 33554432000 1073741824 1073778376 140736976561088 140170683726736 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8017] ppid=7999 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/8002/task/8017/stat : 8017 (java) S 7999 8002 7097 0 -1 4202560 8634 0 0 0 61 2 0 0 20 0 19 0 8831654 9856040960 35618 33554432000 1073741824 1073778376 140736976561088 140170682673336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8018] ppid=7999 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/8002/task/8018/stat : 8018 (java) S 7999 8002 7097 0 -1 4202560 8438 0 0 0 86 0 0 0 20 0 19 0 8831654 9856040960 35618 33554432000 1073741824 1073778376 140736976561088 140170681620536 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8002/tid=8019] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8019/stat : 8019 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831654 9856040960 35618 33554432000 1073741824 1073778376 140736976561088 140170680568440 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8002/tid=8020] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8020/stat : 8020 (java) S 7999 8002 7097 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8831654 9856040960 35618 33554432000 1073741824 1073778376 140736976561088 140170679515848 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8002/tid=8021] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8021/stat : 8021 (java) S 7999 8002 7097 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8831666 9856040960 35618 33554432000 1073741824 1073778376 140736976561088 140170678461864 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 17.5
Current children cumulated vsize (KiB) 9625040

[startup+16.8007 s]
/proc/loadavg: 2.26 2.22 2.19 4/213 8021
/proc/meminfo: memFree=29700112/32872528 swapFree=1589776/1720592
[pid=8002] ppid=7999 vsize=9625040 CPUtime=18.3 cores=1,3,5,7
/proc/8002/stat : 8002 (java) S 7999 8002 7097 0 -1 4202496 20806 0 1 0 1824 6 0 0 20 0 19 0 8831649 9856040960 36642 33554432000 1073741824 1073778376 140736976561088 140736976552224 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8002/statm: 2406260 36642 2266 9 0 2396937 0
[pid=8002/tid=8003] ppid=7999 vsize=9625040 CPUtime=16.73 cores=1,3,5,7
/proc/8002/task/8003/stat : 8003 (java) R 7999 8002 7097 0 -1 4202560 2462 0 1 0 1670 3 0 0 20 0 19 0 8831650 9856040960 36642 33554432000 1073741824 1073778376 140736976561088 140171332927936 140171173952647 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8002/tid=8005] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8005/stat : 8005 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 36642 33554432000 1073741824 1073778376 140736976561088 140171294419752 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8006] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8006/stat : 8006 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 36642 33554432000 1073741824 1073778376 140736976561088 140171293366952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8002/tid=8007] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8007/stat : 8007 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 36642 33554432000 1073741824 1073778376 140736976561088 140171292314664 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8002/tid=8008] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8008/stat : 8008 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 36642 33554432000 1073741824 1073778376 140736976561088 140171173424040 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8009] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8009/stat : 8009 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 36642 33554432000 1073741824 1073778376 140736976561088 140171172370728 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8002/tid=8010] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8010/stat : 8010 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 36642 33554432000 1073741824 1073778376 140736976561088 140171171317928 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8011] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8011/stat : 8011 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 36642 33554432000 1073741824 1073778376 140736976561088 140171170265640 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8002/tid=8012] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8012/stat : 8012 (java) S 7999 8002 7097 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 36642 33554432000 1073741824 1073778376 140736976561088 140171169212840 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8013] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8013/stat : 8013 (java) S 7999 8002 7097 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8831651 9856040960 36642 33554432000 1073741824 1073778376 140736976561088 140170686884584 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8002/tid=8014] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8014/stat : 8014 (java) S 7999 8002 7097 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8831652 9856040960 36642 33554432000 1073741824 1073778376 140736976561088 140170685830648 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8015] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8015/stat : 8015 (java) S 7999 8002 7097 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8831652 9856040960 36642 33554432000 1073741824 1073778376 140736976561088 140170684778248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8016] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8016/stat : 8016 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831654 9856040960 36642 33554432000 1073741824 1073778376 140736976561088 140170683726736 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8017] ppid=7999 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/8002/task/8017/stat : 8017 (java) S 7999 8002 7097 0 -1 4202560 8634 0 0 0 61 2 0 0 20 0 19 0 8831654 9856040960 36642 33554432000 1073741824 1073778376 140736976561088 140170682673336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8018] ppid=7999 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/8002/task/8018/stat : 8018 (java) S 7999 8002 7097 0 -1 4202560 8438 0 0 0 86 0 0 0 20 0 19 0 8831654 9856040960 36642 33554432000 1073741824 1073778376 140736976561088 140170681620536 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8002/tid=8019] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8019/stat : 8019 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831654 9856040960 36642 33554432000 1073741824 1073778376 140736976561088 140170680568440 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8002/tid=8020] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8020/stat : 8020 (java) S 7999 8002 7097 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8831654 9856040960 36642 33554432000 1073741824 1073778376 140736976561088 140170679515848 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8002/tid=8021] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8021/stat : 8021 (java) S 7999 8002 7097 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8831666 9856040960 36642 33554432000 1073741824 1073778376 140736976561088 140170678461864 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 18.3
Current children cumulated vsize (KiB) 9625040

[startup+17.6007 s]
/proc/loadavg: 2.26 2.22 2.19 5/213 8021
/proc/meminfo: memFree=29693968/32872528 swapFree=1589776/1720592
[pid=8002] ppid=7999 vsize=9625040 CPUtime=19.11 cores=1,3,5,7
/proc/8002/stat : 8002 (java) S 7999 8002 7097 0 -1 4202496 20809 0 1 0 1905 6 0 0 20 0 19 0 8831649 9856040960 38178 33554432000 1073741824 1073778376 140736976561088 140736976552224 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8002/statm: 2406260 38178 2266 9 0 2396937 0
[pid=8002/tid=8003] ppid=7999 vsize=9625040 CPUtime=17.54 cores=1,3,5,7
/proc/8002/task/8003/stat : 8003 (java) R 7999 8002 7097 0 -1 4202560 2465 0 1 0 1751 3 0 0 20 0 19 0 8831650 9856040960 38178 33554432000 1073741824 1073778376 140736976561088 140171332918992 140171173866921 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8002/tid=8005] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8005/stat : 8005 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 38178 33554432000 1073741824 1073778376 140736976561088 140171294419752 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8006] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8006/stat : 8006 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 38178 33554432000 1073741824 1073778376 140736976561088 140171293366952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8002/tid=8007] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8007/stat : 8007 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 38178 33554432000 1073741824 1073778376 140736976561088 140171292314664 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8002/tid=8008] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8008/stat : 8008 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 38178 33554432000 1073741824 1073778376 140736976561088 140171173424040 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8009] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8009/stat : 8009 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 38178 33554432000 1073741824 1073778376 140736976561088 140171172370728 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8002/tid=8010] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8010/stat : 8010 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 38178 33554432000 1073741824 1073778376 140736976561088 140171171317928 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8011] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8011/stat : 8011 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 38178 33554432000 1073741824 1073778376 140736976561088 140171170265640 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8002/tid=8012] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8012/stat : 8012 (java) S 7999 8002 7097 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 38178 33554432000 1073741824 1073778376 140736976561088 140171169212840 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8013] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8013/stat : 8013 (java) S 7999 8002 7097 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8831651 9856040960 38178 33554432000 1073741824 1073778376 140736976561088 140170686884584 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8002/tid=8014] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8014/stat : 8014 (java) S 7999 8002 7097 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8831652 9856040960 38178 33554432000 1073741824 1073778376 140736976561088 140170685830648 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8015] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8015/stat : 8015 (java) S 7999 8002 7097 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8831652 9856040960 38178 33554432000 1073741824 1073778376 140736976561088 140170684778248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8016] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8016/stat : 8016 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831654 9856040960 38178 33554432000 1073741824 1073778376 140736976561088 140170683726736 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8017] ppid=7999 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/8002/task/8017/stat : 8017 (java) S 7999 8002 7097 0 -1 4202560 8634 0 0 0 61 2 0 0 20 0 19 0 8831654 9856040960 38178 33554432000 1073741824 1073778376 140736976561088 140170682673336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8018] ppid=7999 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/8002/task/8018/stat : 8018 (java) S 7999 8002 7097 0 -1 4202560 8438 0 0 0 86 0 0 0 20 0 19 0 8831654 9856040960 38178 33554432000 1073741824 1073778376 140736976561088 140170681620536 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8002/tid=8019] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8019/stat : 8019 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831654 9856040960 38178 33554432000 1073741824 1073778376 140736976561088 140170680568440 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8002/tid=8020] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8020/stat : 8020 (java) S 7999 8002 7097 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8831654 9856040960 38178 33554432000 1073741824 1073778376 140736976561088 140170679515848 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8002/tid=8021] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8021/stat : 8021 (java) S 7999 8002 7097 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8831666 9856040960 38178 33554432000 1073741824 1073778376 140736976561088 140170678461864 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 19.11
Current children cumulated vsize (KiB) 9625040

[startup+17.8007 s]
/proc/loadavg: 2.26 2.22 2.19 5/213 8021
/proc/meminfo: memFree=29693968/32872528 swapFree=1589776/1720592
[pid=8002] ppid=7999 vsize=9625040 CPUtime=19.3 cores=1,3,5,7
/proc/8002/stat : 8002 (java) S 7999 8002 7097 0 -1 4202496 20809 0 1 0 1924 6 0 0 20 0 19 0 8831649 9856040960 38178 33554432000 1073741824 1073778376 140736976561088 140736976552224 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8002/statm: 2406260 38178 2266 9 0 2396937 0
[pid=8002/tid=8003] ppid=7999 vsize=9625040 CPUtime=17.73 cores=1,3,5,7
/proc/8002/task/8003/stat : 8003 (java) R 7999 8002 7097 0 -1 4202560 2465 0 1 0 1770 3 0 0 20 0 19 0 8831650 9856040960 38178 33554432000 1073741824 1073778376 140736976561088 140171332918992 140171173858238 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8002/tid=8005] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8005/stat : 8005 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 38178 33554432000 1073741824 1073778376 140736976561088 140171294419752 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8006] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8006/stat : 8006 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 38178 33554432000 1073741824 1073778376 140736976561088 140171293366952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8002/tid=8007] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8007/stat : 8007 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 38178 33554432000 1073741824 1073778376 140736976561088 140171292314664 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8002/tid=8008] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8008/stat : 8008 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 38178 33554432000 1073741824 1073778376 140736976561088 140171173424040 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8009] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8009/stat : 8009 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 38178 33554432000 1073741824 1073778376 140736976561088 140171172370728 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8002/tid=8010] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8010/stat : 8010 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 38178 33554432000 1073741824 1073778376 140736976561088 140171171317928 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8011] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8011/stat : 8011 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 38178 33554432000 1073741824 1073778376 140736976561088 140171170265640 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8002/tid=8012] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8012/stat : 8012 (java) S 7999 8002 7097 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8831650 9856040960 38178 33554432000 1073741824 1073778376 140736976561088 140171169212840 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8013] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8013/stat : 8013 (java) S 7999 8002 7097 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8831651 9856040960 38178 33554432000 1073741824 1073778376 140736976561088 140170686884584 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8002/tid=8014] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8014/stat : 8014 (java) S 7999 8002 7097 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8831652 9856040960 38178 33554432000 1073741824 1073778376 140736976561088 140170685830648 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8015] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8015/stat : 8015 (java) S 7999 8002 7097 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8831652 9856040960 38178 33554432000 1073741824 1073778376 140736976561088 140170684778248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8016] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8016/stat : 8016 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831654 9856040960 38178 33554432000 1073741824 1073778376 140736976561088 140170683726736 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8017] ppid=7999 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/8002/task/8017/stat : 8017 (java) S 7999 8002 7097 0 -1 4202560 8634 0 0 0 61 2 0 0 20 0 19 0 8831654 9856040960 38178 33554432000 1073741824 1073778376 140736976561088 140170682673336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8018] ppid=7999 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/8002/task/8018/stat : 8018 (java) S 7999 8002 7097 0 -1 4202560 8438 0 0 0 86 0 0 0 20 0 19 0 8831654 9856040960 38178 33554432000 1073741824 1073778376 140736976561088 140170681620536 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8002/tid=8019] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8019/stat : 8019 (java) S 7999 8002 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8831654 9856040960 38178 33554432000 1073741824 1073778376 140736976561088 140170680568440 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8002/tid=8020] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8020/stat : 8020 (java) S 7999 8002 7097 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8831654 9856040960 38178 33554432000 1073741824 1073778376 140736976561088 140170679515848 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8002/tid=8021] ppid=7999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8021/stat : 8021 (java) S 7999 8002 7097 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8831666 9856040960 38178 33554432000 1073741824 1073778376 140736976561088 140170678461864 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 19.3
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 17.8782
CPU time (s): 19.3521
CPU user time (s): 19.2671
CPU system time (s): 0.084987
CPU usage (%): 108.244
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.2671
system time used= 0.084987
maximum resident set size= 156864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20829
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 720
involuntary context switches= 48

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.121981 second user time and 0.138978 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-16 11:03:53
IDJOB=4090912
IDBENCH=79216
IDSOLVER=2551
FILE ID=node120/4090912-1466067833
RUNJOBID= node120-1466062131-7114
PBS_JOBID= 19904018
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110974180--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090912-1466067833/watcher-4090912-1466067833 -o /tmp/evaluation-result-4090912-1466067833/solver-4090912-1466067833 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1466062131-7114 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090912-1466067833.wbo

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

MD5SUM BENCH= e43f58a024ab39f0c7f396fa22784bca
RANDOM SEED=1695263152

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29839628 kB
Buffers:            8900 kB
Cached:            43268 kB
SwapCached:         1984 kB
Active:           582528 kB
Inactive:          32076 kB
Active(anon):     562968 kB
Inactive(anon):     2100 kB
Active(file):      19560 kB
Inactive(file):    29976 kB
Unevictable:     1720592 kB
Mlocked:         1589776 kB
SwapTotal:      67108856 kB
SwapFree:       67099188 kB
Dirty:               996 kB
Writeback:             0 kB
AnonPages:       2366592 kB
Mapped:            15364 kB
Shmem:                 0 kB
Slab:             563788 kB
SReclaimable:       7956 kB
SUnreclaim:       555832 kB
KernelStack:        1760 kB
PageTables:         9044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2423436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    759808 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= 71736 MiB
End job on node120 at 2016-06-16 11:04:11