Trace number 4109341

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16OPTIMUM 41.6677 58.5052

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110975965--soft-66-100-0.wbo
MD5SUM2c30a8298656a46724ae4314cbfd6760
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark23
Best CPU time to get the best result obtained on this benchmark27.4408
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 constraints42
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 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1171
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-2013 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.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@53ef9f1d
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@75786e64
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@3597a37c
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@75786e64
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4109341-1467320991.wbo
0.08/0.13	c reading problem ... 
0.08/0.20	c ... done. Wall clock time 0.067s.
0.08/0.20	c declared #vars     169
0.08/0.20	c internal #vars     211
0.08/0.20	c #constraints  101
0.22/0.20	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.22/0.20	c constraints type 
0.22/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.22/0.20	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
0.22/0.20	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.22/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
0.22/0.20	c 101 constraints processed.
0.22/0.20	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.22/0.20	c constraints type 
0.22/0.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3
0.22/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 27
0.22/0.20	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 41
0.22/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 30
0.22/0.20	c 101 constraints processed.
0.22/0.20	c objective function length is 42 literals
0.97/0.41	c And the winner is solver0
1.35/0.70	c SATISFIABLE
1.35/0.71	c OPTIMIZING...
1.35/0.71	c Got one! Elapsed wall clock time (in seconds):0.572
1.35/0.71	o 1152
1.35/0.71	c And the winner is solver0
1.36/1.20	c Got one! Elapsed wall clock time (in seconds):1.073
1.36/1.20	o 766
1.36/1.24	c And the winner is solver0
1.64/1.70	c Got one! Elapsed wall clock time (in seconds):1.574
1.64/1.70	o 764
1.64/1.74	c And the winner is solver0
1.78/2.20	c Got one! Elapsed wall clock time (in seconds):2.075
1.78/2.20	o 763
1.78/2.22	c And the winner is solver0
1.84/2.70	c Got one! Elapsed wall clock time (in seconds):2.576
1.84/2.70	o 758
1.84/2.71	c And the winner is solver0
1.85/3.20	c Got one! Elapsed wall clock time (in seconds):3.076
1.85/3.20	o 752
1.85/3.24	c And the winner is solver0
2.07/3.71	c Got one! Elapsed wall clock time (in seconds):3.577
2.07/3.71	o 749
2.07/3.71	c And the winner is solver0
2.08/4.21	c Got one! Elapsed wall clock time (in seconds):4.078
2.08/4.21	o 670
2.08/4.21	c And the winner is solver0
2.09/4.71	c Got one! Elapsed wall clock time (in seconds):4.579
2.09/4.71	o 617
2.09/4.72	c And the winner is solver0
2.16/5.21	c Got one! Elapsed wall clock time (in seconds):5.08
2.16/5.21	o 616
2.16/5.26	c And the winner is solver0
2.35/5.71	c Got one! Elapsed wall clock time (in seconds):5.581
2.35/5.71	o 613
2.35/5.74	c And the winner is solver0
2.43/6.21	c Got one! Elapsed wall clock time (in seconds):6.082
2.43/6.21	o 608
2.43/6.23	c And the winner is solver0
2.50/6.71	c Got one! Elapsed wall clock time (in seconds):6.583
2.50/6.71	o 602
2.50/6.76	c And the winner is solver0
2.61/7.21	c Got one! Elapsed wall clock time (in seconds):7.084
2.61/7.21	o 600
2.61/7.24	c And the winner is solver0
2.67/7.71	c Got one! Elapsed wall clock time (in seconds):7.585
2.67/7.71	o 594
2.67/7.73	c And the winner is solver0
2.71/8.21	c Got one! Elapsed wall clock time (in seconds):8.086
2.71/8.21	o 590
2.71/8.22	c And the winner is solver0
2.71/8.72	c Got one! Elapsed wall clock time (in seconds):8.587
2.71/8.72	o 571
2.71/8.72	c And the winner is solver0
2.72/9.22	c Got one! Elapsed wall clock time (in seconds):9.088
2.72/9.22	o 549
2.72/9.23	c And the winner is solver0
2.80/9.72	c Got one! Elapsed wall clock time (in seconds):9.589
2.80/9.72	o 547
2.80/9.73	c And the winner is solver0
2.83/10.22	c Got one! Elapsed wall clock time (in seconds):10.09
2.83/10.22	o 476
2.83/10.23	c And the winner is solver0
2.90/10.72	c Got one! Elapsed wall clock time (in seconds):10.591
2.90/10.72	o 471
2.90/10.73	c And the winner is solver0
2.94/11.22	c Got one! Elapsed wall clock time (in seconds):11.092
2.94/11.22	o 468
2.94/11.23	c And the winner is solver0
2.99/11.72	c Got one! Elapsed wall clock time (in seconds):11.592
2.99/11.72	o 467
2.99/11.75	c And the winner is solver0
3.07/12.22	c Got one! Elapsed wall clock time (in seconds):12.093
3.07/12.22	o 466
3.07/12.24	c And the winner is solver0
3.13/12.72	c Got one! Elapsed wall clock time (in seconds):12.594
3.13/12.72	o 462
3.13/12.73	c And the winner is solver0
3.16/13.22	c Got one! Elapsed wall clock time (in seconds):13.095
3.16/13.22	o 461
3.16/13.26	c And the winner is solver0
3.25/13.72	c Got one! Elapsed wall clock time (in seconds):13.596
3.25/13.72	o 456
3.25/13.73	c And the winner is solver0
3.25/14.22	c Got one! Elapsed wall clock time (in seconds):14.097
3.25/14.22	o 443
3.25/14.23	c And the winner is solver0
3.27/14.73	c Got one! Elapsed wall clock time (in seconds):14.597
3.27/14.73	o 435
3.27/14.74	c And the winner is solver0
3.35/15.23	c Got one! Elapsed wall clock time (in seconds):15.098
3.35/15.23	o 430
3.35/15.24	c And the winner is solver0
3.35/15.73	c Got one! Elapsed wall clock time (in seconds):15.599
3.35/15.73	o 427
3.35/15.74	c And the winner is solver0
3.35/16.23	c Got one! Elapsed wall clock time (in seconds):16.1
3.35/16.23	o 426
3.35/16.25	c And the winner is solver0
3.42/16.73	c Got one! Elapsed wall clock time (in seconds):16.601
3.42/16.73	o 423
3.42/16.74	c And the winner is solver0
3.42/17.23	c Got one! Elapsed wall clock time (in seconds):17.101
3.42/17.23	o 422
3.42/17.24	c And the winner is solver0
3.46/17.73	c Got one! Elapsed wall clock time (in seconds):17.602
3.46/17.73	o 417
3.46/17.74	c And the winner is solver0
3.48/18.23	c Got one! Elapsed wall clock time (in seconds):18.103
3.48/18.23	o 396
3.48/18.24	c And the winner is solver0
3.48/18.73	c Got one! Elapsed wall clock time (in seconds):18.604
3.48/18.73	o 395
3.48/18.74	c And the winner is solver0
3.48/19.23	c Got one! Elapsed wall clock time (in seconds):19.105
3.48/19.23	o 392
3.48/19.24	c And the winner is solver0
3.49/19.73	c Got one! Elapsed wall clock time (in seconds):19.606
3.49/19.73	o 384
3.49/19.74	c And the winner is solver0
3.49/20.24	c Got one! Elapsed wall clock time (in seconds):20.107
3.49/20.24	o 365
3.49/20.24	c And the winner is solver0
3.51/20.74	c Got one! Elapsed wall clock time (in seconds):20.607
3.51/20.74	o 362
3.51/20.75	c And the winner is solver0
3.53/21.24	c Got one! Elapsed wall clock time (in seconds):21.108
3.53/21.24	o 355
3.53/21.25	c And the winner is solver0
3.53/21.74	c Got one! Elapsed wall clock time (in seconds):21.609
3.53/21.74	o 351
3.53/21.74	c And the winner is solver0
3.53/22.24	c Got one! Elapsed wall clock time (in seconds):22.11
3.53/22.24	o 338
3.53/22.24	c And the winner is solver0
3.53/22.74	c Got one! Elapsed wall clock time (in seconds):22.611
3.53/22.74	o 332
3.53/22.75	c And the winner is solver0
3.57/23.24	c Got one! Elapsed wall clock time (in seconds):23.112
3.57/23.24	o 316
3.57/23.24	c And the winner is solver0
3.57/23.74	c Got one! Elapsed wall clock time (in seconds):23.613
3.57/23.74	o 312
3.57/23.75	c And the winner is solver0
3.57/24.24	c Got one! Elapsed wall clock time (in seconds):24.114
3.57/24.24	o 306
3.57/24.25	c And the winner is solver0
3.64/24.74	c Got one! Elapsed wall clock time (in seconds):24.615
3.64/24.74	o 300
3.64/24.75	c And the winner is solver0
3.64/25.24	c Got one! Elapsed wall clock time (in seconds):25.115
3.64/25.24	o 299
3.64/25.25	c And the winner is solver0
3.64/25.74	c Got one! Elapsed wall clock time (in seconds):25.616
3.64/25.74	o 295
3.64/25.78	c And the winner is solver0
3.72/26.25	c Got one! Elapsed wall clock time (in seconds):26.117
3.72/26.25	o 282
3.72/26.26	c And the winner is solver0
3.77/26.75	c Got one! Elapsed wall clock time (in seconds):26.618
3.77/26.75	o 265
3.87/26.87	c cleaning 9999 clauses out of 19998 with flag 5526/19998
4.11/26.91	c And the winner is solver0
4.15/27.25	c Got one! Elapsed wall clock time (in seconds):27.119
4.15/27.25	o 257
4.25/27.31	c And the winner is solver0
4.29/27.75	c Got one! Elapsed wall clock time (in seconds):27.62
4.29/27.75	o 254
4.29/27.76	c And the winner is solver0
4.33/28.25	c Got one! Elapsed wall clock time (in seconds):28.12
4.33/28.25	o 252
4.43/28.33	c And the winner is solver0
4.50/28.75	c Got one! Elapsed wall clock time (in seconds):28.621
4.50/28.75	o 251
4.62/28.81	c cleaning 8223 clauses out of 16460 with flag 3539/26459
4.62/28.88	c And the winner is solver0
4.85/29.25	c Got one! Elapsed wall clock time (in seconds):29.122
4.85/29.25	o 249
4.94/29.34	c And the winner is solver0
5.04/29.75	c Got one! Elapsed wall clock time (in seconds):29.623
5.04/29.75	o 243
5.04/29.79	c cleaning 6971 clauses out of 13941 with flag 2938/32163
5.16/29.86	c And the winner is solver0
5.31/30.25	c Got one! Elapsed wall clock time (in seconds):30.123
5.31/30.25	o 238
5.31/30.26	c And the winner is solver0
5.31/30.75	c Got one! Elapsed wall clock time (in seconds):30.624
5.31/30.75	o 235
5.31/30.77	c And the winner is solver0
5.35/31.25	c Got one! Elapsed wall clock time (in seconds):31.125
5.35/31.25	o 222
5.35/31.26	c And the winner is solver0
5.38/31.75	c Got one! Elapsed wall clock time (in seconds):31.626
5.38/31.75	o 215
5.47/31.81	c And the winner is solver0
5.51/32.25	c Got one! Elapsed wall clock time (in seconds):32.126
5.51/32.25	o 208
5.62/32.35	c cleaning 6895 clauses out of 13789 with flag 6545/38982
5.82/32.48	c And the winner is solver0
6.02/32.76	c Got one! Elapsed wall clock time (in seconds):32.627
6.02/32.76	o 178
6.10/32.80	c cleaning 6230 clauses out of 12465 with flag 3240/44553
6.10/32.83	c And the winner is solver0
6.21/33.26	c Got one! Elapsed wall clock time (in seconds):33.128
6.21/33.26	o 177
6.29/33.39	c cleaning 5740 clauses out of 11490 with flag 12194/49808
6.70/33.54	c And the winner is solver0
6.83/33.76	c Got one! Elapsed wall clock time (in seconds):33.628
6.83/33.76	o 175
6.91/33.83	c cleaning 5794 clauses out of 11591 with flag 3430/55649
7.23/33.90	c And the winner is solver0
7.43/34.26	c Got one! Elapsed wall clock time (in seconds):34.129
7.43/34.26	o 164
7.50/34.38	c cleaning 5497 clauses out of 10994 with flag 10681/60846
7.50/34.39	c And the winner is solver0
8.09/34.76	c Got one! Elapsed wall clock time (in seconds):34.63
8.09/34.76	o 162
8.42/34.95	c cleaning 5441 clauses out of 10896 with flag 17213/66245
8.42/34.97	c And the winner is solver0
8.61/35.26	c Got one! Elapsed wall clock time (in seconds):35.13
8.61/35.26	o 161
8.88/35.42	c cleaning 5575 clauses out of 11158 with flag 16111/71948
8.88/35.48	c And the winner is solver0
9.07/35.76	c Got one! Elapsed wall clock time (in seconds):35.631
9.07/35.76	o 156
9.14/35.89	c cleaning 5725 clauses out of 11465 with flag 13530/77830
9.34/35.91	c And the winner is solver0
9.41/36.26	c Got one! Elapsed wall clock time (in seconds):36.132
9.41/36.26	o 129
9.41/36.30	c And the winner is solver0
9.51/36.76	c Got one! Elapsed wall clock time (in seconds):36.632
9.51/36.76	o 127
9.51/36.77	c And the winner is solver0
9.55/37.26	c Got one! Elapsed wall clock time (in seconds):37.133
9.55/37.26	o 125
9.83/37.41	c cleaning 5998 clauses out of 12005 with flag 15291/84095
10.03/37.51	c And the winner is solver0
10.18/37.76	c Got one! Elapsed wall clock time (in seconds):37.633
10.18/37.76	o 121
10.25/37.84	c cleaning 5719 clauses out of 11440 with flag 7822/89528
10.25/37.87	c And the winner is solver0
10.48/38.26	c Got one! Elapsed wall clock time (in seconds):38.134
10.48/38.26	o 96
10.54/38.35	c And the winner is solver0
10.67/38.76	c Got one! Elapsed wall clock time (in seconds):38.635
10.67/38.76	o 74
10.74/38.85	c cleaning 5725 clauses out of 11454 with flag 7942/95261
11.14/39.06	c cleaning 5860 clauses out of 11727 with flag 30643/101259
11.74/39.31	c cleaning 6435 clauses out of 12870 with flag 61184/108262
12.36/39.63	c cleaning 7213 clauses out of 14431 with flag 93999/116258
13.17/40.01	c cleaning 8104 clauses out of 16220 with flag 138779/125260
13.37/40.18	c And the winner is solver0
13.65/40.31	c Got one! Elapsed wall clock time (in seconds):40.186
13.65/40.31	o 60
13.65/40.36	c cleaning 7014 clauses out of 14029 with flag 3693/131173
14.03/40.58	c cleaning 6503 clauses out of 13016 with flag 24477/137174
14.65/40.83	c cleaning 6745 clauses out of 13512 with flag 49366/144173
15.04/41.02	c And the winner is solver0
15.10/41.32	c Got one! Elapsed wall clock time (in seconds):41.188
15.10/41.32	o 59
15.10/41.39	c And the winner is solver0
15.30/41.82	c Got one! Elapsed wall clock time (in seconds):41.689
15.30/41.82	o 57
15.47/41.99	c cleaning 8936 clauses out of 17875 with flag 15066/155281
16.06/42.21	c cleaning 7466 clauses out of 14939 with flag 37323/161281
16.46/42.45	c cleaning 7233 clauses out of 14473 with flag 63586/168281
17.06/42.73	c cleaning 7614 clauses out of 15240 with flag 94347/176281
17.68/43.07	c cleaning 8310 clauses out of 16625 with flag 129543/185281
18.49/43.41	c And the winner is solver0
18.70/43.82	c Got one! Elapsed wall clock time (in seconds):43.691
18.70/43.82	o 53
18.70/43.84	c And the winner is solver0
18.75/44.32	c Got one! Elapsed wall clock time (in seconds):44.192
18.75/44.32	o 52
18.90/44.41	c And the winner is solver0
18.95/44.82	c Got one! Elapsed wall clock time (in seconds):44.694
18.95/44.82	o 51
19.30/45.03	c cleaning 11611 clauses out of 23225 with flag 18832/200191
19.72/45.27	c cleaning 8805 clauses out of 17612 with flag 45483/206189
20.30/45.54	c cleaning 7904 clauses out of 15807 with flag 76466/213189
20.91/45.85	c cleaning 7950 clauses out of 15903 with flag 112340/221189
21.51/46.14	c And the winner is solver0
21.77/46.37	c Got one! Elapsed wall clock time (in seconds):46.246
21.77/46.37	o 49
22.28/46.63	c cleaning 10397 clauses out of 20800 with flag 21837/234037
22.68/46.87	c cleaning 8201 clauses out of 16404 with flag 48224/240038
23.28/47.15	c cleaning 7599 clauses out of 15202 with flag 78523/247037
23.90/47.48	c cleaning 7801 clauses out of 15603 with flag 112967/255037
24.08/47.50	c And the winner is solver0
24.21/47.89	c Got one! Elapsed wall clock time (in seconds):47.761
24.21/47.89	o 48
24.46/48.08	c cleaning 6803 clauses out of 13618 with flag 20826/260853
24.86/48.29	c cleaning 6404 clauses out of 12816 with flag 45804/266854
25.47/48.52	c cleaning 6701 clauses out of 13411 with flag 73095/273854
26.06/48.82	c cleaning 7355 clauses out of 14711 with flag 106788/281855
26.68/49.15	c cleaning 8170 clauses out of 16353 with flag 145014/290853
27.49/49.55	c cleaning 9083 clauses out of 18182 with flag 188956/300853
28.48/50.02	c cleaning 10041 clauses out of 20099 with flag 237100/311853
29.48/50.57	c cleaning 11030 clauses out of 22060 with flag 295984/323855
30.68/51.16	c cleaning 12013 clauses out of 24028 with flag 357111/336853
32.09/51.89	c cleaning 13007 clauses out of 26014 with flag 427805/350854
32.88/52.24	c And the winner is solver0
33.53/52.84	c Got one! Elapsed wall clock time (in seconds):52.716
33.53/52.84	o 46
34.06/53.12	c cleaning 12627 clauses out of 25261 with flag 24309/363108
34.46/53.37	c cleaning 9304 clauses out of 18632 with flag 52893/369106
34.66/53.42	c And the winner is solver0
34.76/53.85	c Got one! Elapsed wall clock time (in seconds):53.719
34.76/53.85	o 39
35.07/54.01	c cleaning 7371 clauses out of 14748 with flag 18452/374526
35.46/54.23	c cleaning 6680 clauses out of 13375 with flag 45056/380526
35.86/54.49	c cleaning 6845 clauses out of 13696 with flag 77502/387527
36.66/54.80	c cleaning 7420 clauses out of 14849 with flag 116346/395526
36.86/54.92	c And the winner is solver0
37.58/55.60	c Got one! Elapsed wall clock time (in seconds):55.473
37.58/55.60	o 24
37.58/55.69	c cleaning 6403 clauses out of 12817 with flag 9274/400914
37.98/55.89	c cleaning 6198 clauses out of 12410 with flag 36107/406913
38.59/56.15	c cleaning 6602 clauses out of 13211 with flag 69694/413913
39.18/56.47	c cleaning 7304 clauses out of 14607 with flag 108206/421913
39.38/56.54	c And the winner is solver0
40.33/57.46	c Got one! Elapsed wall clock time (in seconds):57.328
40.33/57.46	o 23
40.41/57.58	c cleaning 6278 clauses out of 12565 with flag 14532/427179
41.01/57.81	c cleaning 6137 clauses out of 12283 with flag 43249/433180
41.41/58.03	c And the winner is solver0
41.52/58.49	c >>>>>>>>>> Solver number 0 (90 answers) <<<<<<<<<<<<<<<<<<
41.52/58.49	c starts		: 364
41.52/58.49	c conflicts		: 439540
41.52/58.49	c decisions		: 677728
41.52/58.49	c propagations		: 9718932
41.52/58.49	c inspects		: 187466170
41.52/58.49	c shortcuts		: 0
41.52/58.50	c learnt literals	: 45
41.52/58.50	c learnt binary clauses	: 196
41.52/58.50	c learnt ternary clauses	: 996
41.52/58.50	c learnt constraints	: 439494
41.52/58.50	c ignored constraints	: 0
41.52/58.50	c root simplifications	: 0
41.52/58.50	c removed literals (reason simplification)	: 4100547
41.52/58.50	c reason swapping (by a shorter reason)	: 0
41.52/58.50	c Calls to reduceDB	: 56
41.52/58.50	c Number of update (reduction) of LBD	: 105512
41.52/58.50	c Imported unit clauses	: 0
41.52/58.50	c number of reductions to clauses (during analyze)	: 0
41.52/58.50	c number of learned constraints concerned by reduction	: 0
41.52/58.50	c number of learning phase by resolution	: 0
41.52/58.50	c number of learning phase by cutting planes	: 0
41.52/58.50	c speed (assignments/second)	: 166728.40183901734
41.52/58.50	c non guided choices	3440
41.52/58.50	c learnt constraints type 
41.52/58.50	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
41.52/58.50	c starts		: 90
41.52/58.50	c conflicts		: 549
41.52/58.50	c decisions		: 7815
41.52/58.50	c propagations		: 27191
41.52/58.50	c inspects		: 1579165
41.52/58.50	c shortcuts		: 0
41.52/58.50	c learnt literals	: 0
41.52/58.50	c learnt binary clauses	: 0
41.52/58.50	c learnt ternary clauses	: 0
41.52/58.50	c learnt constraints	: 482
41.52/58.50	c ignored constraints	: 0
41.52/58.50	c root simplifications	: 0
41.52/58.50	c removed literals (reason simplification)	: 0
41.52/58.50	c reason swapping (by a shorter reason)	: 0
41.52/58.50	c Calls to reduceDB	: 0
41.52/58.50	c Number of update (reduction) of LBD	: 0
41.52/58.50	c Imported unit clauses	: 0
41.52/58.50	c number of reductions to clauses (during analyze)	: 0
41.52/58.50	c number of learned constraints concerned by reduction	: 0
41.52/58.50	c number of learning phase by resolution	: 0
41.52/58.50	c number of learning phase by cutting planes	: 0
41.52/58.50	c speed (assignments/second)	: 26476.144109055505
41.52/58.50	c non guided choices	2625
41.52/58.50	c learnt constraints type 
41.52/58.50	s OPTIMUM FOUND
41.52/58.50	c Found 89 solution(s)
41.52/58.50	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 
41.52/58.50	c objective function=23
41.52/58.50	c Total wall clock time (in seconds): 58.368

Verifier Data

OK	23

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-4109341-1467320991/watcher-4109341-1467320991 -o /tmp/evaluation-result-4109341-1467320991/solver-4109341-1467320991 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1467318689-18276 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109341-1467320991.wbo 

pid=24268
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.97 1.90 1.97 3/196 24271
/proc/meminfo: memFree=29498240/32872528 swapFree=1254912/1391860
[pid=24271] ppid=24268 vsize=24328 CPUtime=0 cores=0,2,4,6
/proc/24271/stat : 24271 (runsolver) D 24268 24271 16091 0 -1 4202560 123 0 0 0 0 0 0 0 20 0 1 0 13059900 24911872 159 33554432000 4194304 4338465 140736296898192 140736296895384 272886295991 0 0 4096 24578 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/24271/statm: 6082 159 113 36 0 2655 0

[startup+0.100112 s]
/proc/loadavg: 1.97 1.90 1.97 3/196 24271
/proc/meminfo: memFree=29498240/32872528 swapFree=1254912/1391860
[pid=24271] ppid=24268 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/24271/stat : 24271 (java) S 24268 24271 16091 0 -1 4202496 4417 0 1 0 7 1 0 0 20 0 18 0 13059900 9787879424 5020 33554432000 1073741824 1073778376 140737452357600 140737452348736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24271/statm: 2389619 5021 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200215 s]
/proc/loadavg: 1.97 1.90 1.97 3/196 24271
/proc/meminfo: memFree=29498240/32872528 swapFree=1254912/1391860
[pid=24271] ppid=24268 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/24271/stat : 24271 (java) S 24268 24271 16091 0 -1 4202496 4759 0 1 0 21 1 0 0 20 0 18 0 13059900 9787879424 6874 33554432000 1073741824 1073778376 140737452357600 140737452348736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24271/statm: 2389619 6874 2206 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300197 s]
/proc/loadavg: 1.97 1.90 1.97 3/196 24271
/proc/meminfo: memFree=29498240/32872528 swapFree=1254912/1391860
[pid=24271] ppid=24268 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/24271/stat : 24271 (java) S 24268 24271 16091 0 -1 4202496 7653 0 1 0 55 2 0 0 20 0 22 0 13059900 10060525568 9652 33554432000 1073741824 1073778376 140737452357600 140737452348736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24271/statm: 2456183 9652 2245 9 0 2446860 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9824732

[startup+0.700264 s]
/proc/loadavg: 1.97 1.90 1.97 3/196 24271
/proc/meminfo: memFree=29498240/32872528 swapFree=1254912/1391860
[pid=24271] ppid=24268 vsize=9824732 CPUtime=1.35 cores=0,2,4,6
/proc/24271/stat : 24271 (java) S 24268 24271 16091 0 -1 4202496 13929 0 1 0 130 5 0 0 20 0 19 0 13059900 10060525568 13148 33554432000 1073741824 1073778376 140737452357600 140737452348736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24271/statm: 2456183 13148 2254 9 0 2446860 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 1.97 1.90 1.97 2/215 24296
/proc/meminfo: memFree=29449312/32872528 swapFree=1254912/1391860
[pid=24271] ppid=24268 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/24271/stat : 24271 (java) S 24268 24271 16091 0 -1 4202496 15173 0 1 0 156 8 0 0 20 0 19 0 13059900 10060525568 16950 33554432000 1073741824 1073778376 140737452357600 140737452348736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24271/statm: 2456183 16950 2254 9 0 2446860 0
[pid=24271/tid=24273] ppid=24268 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/24271/task/24273/stat : 24273 (java) S 24268 24271 16091 0 -1 4202560 2463 0 1 0 15 2 0 0 20 0 19 0 13059901 10060525568 16950 33554432000 1073741824 1073778376 140737452357600 139867028775800 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24274] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24274/stat : 24274 (java) S 24268 24271 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13059902 10060525568 16950 33554432000 1073741824 1073778376 140737452357600 139866872346792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24275] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24275/stat : 24275 (java) S 24268 24271 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13059902 10060525568 16950 33554432000 1073741824 1073778376 140737452357600 139866871294248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24271/tid=24276] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24276/stat : 24276 (java) S 24268 24271 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13059902 10060525568 16950 33554432000 1073741824 1073778376 140737452357600 139866870241704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24271/tid=24277] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24277/stat : 24277 (java) S 24268 24271 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13059902 10060525568 16950 33554432000 1073741824 1073778376 140737452357600 139866869189160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24278] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24278/stat : 24278 (java) S 24268 24271 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13059902 10060525568 16950 33554432000 1073741824 1073778376 140737452357600 139866868136616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24279] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24279/stat : 24279 (java) S 24268 24271 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13059902 10060525568 16950 33554432000 1073741824 1073778376 140737452357600 139866867084072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24271/tid=24280] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24280/stat : 24280 (java) S 24268 24271 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13059902 10060525568 16950 33554432000 1073741824 1073778376 140737452357600 139866866031528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24281] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24281/stat : 24281 (java) S 24268 24271 16091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13059902 10060525568 16950 33554432000 1073741824 1073778376 140737452357600 139866864978984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24282] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24282/stat : 24282 (java) S 24268 24271 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13059903 10060525568 16950 33554432000 1073741824 1073778376 140737452357600 139866852780136 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24283] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24283/stat : 24283 (java) S 24268 24271 16091 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13059904 10060525568 16950 33554432000 1073741824 1073778376 140737452357600 139866851726456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24284] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24284/stat : 24284 (java) S 24268 24271 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13059904 10060525568 16950 33554432000 1073741824 1073778376 140737452357600 139866850673800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24285] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24285/stat : 24285 (java) S 24268 24271 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13059906 10060525568 16950 33554432000 1073741824 1073778376 140737452357600 139866849622544 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24286] ppid=24268 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/24271/task/24286/stat : 24286 (java) S 24268 24271 16091 0 -1 4202560 5147 0 0 0 45 2 0 0 20 0 19 0 13059906 10060525568 16950 33554432000 1073741824 1073778376 140737452357600 139866848569912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24287] ppid=24268 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/24271/task/24287/stat : 24287 (java) S 24268 24271 16091 0 -1 4202560 6210 0 0 0 45 1 0 0 20 0 19 0 13059906 10060525568 16950 33554432000 1073741824 1073778376 140737452357600 139866847517368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24288] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24288/stat : 24288 (java) S 24268 24271 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13059906 10060525568 16950 33554432000 1073741824 1073778376 140737452357600 139866846465016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24271/tid=24289] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24289/stat : 24289 (java) S 24268 24271 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13059906 10060525568 16950 33554432000 1073741824 1073778376 140737452357600 139866845412680 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24292] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24292/stat : 24292 (java) S 24268 24271 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13059920 10060525568 16950 33554432000 1073741824 1073778376 140737452357600 139866842252328 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 9824732

[startup+3.10081 s]
/proc/loadavg: 1.90 1.88 1.97 2/215 24302
/proc/meminfo: memFree=29427780/32872528 swapFree=1254912/1391860
[pid=24271] ppid=24268 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/24271/stat : 24271 (java) S 24268 24271 16091 0 -1 4202496 15219 0 1 0 173 12 0 0 20 0 19 0 13059900 10060525568 22085 33554432000 1073741824 1073778376 140737452357600 140737452348736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24271/statm: 2456183 22085 2262 9 0 2446860 0
[pid=24271/tid=24273] ppid=24268 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/24271/task/24273/stat : 24273 (java) S 24268 24271 16091 0 -1 4202560 2464 0 1 0 15 2 0 0 20 0 19 0 13059901 10060525568 22085 33554432000 1073741824 1073778376 140737452357600 139867028775800 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24274] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24274/stat : 24274 (java) S 24268 24271 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13059902 10060525568 22085 33554432000 1073741824 1073778376 140737452357600 139866872346792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24275] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24275/stat : 24275 (java) S 24268 24271 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13059902 10060525568 22085 33554432000 1073741824 1073778376 140737452357600 139866871294248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24271/tid=24276] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24276/stat : 24276 (java) S 24268 24271 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13059902 10060525568 22085 33554432000 1073741824 1073778376 140737452357600 139866870241704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24271/tid=24277] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24277/stat : 24277 (java) S 24268 24271 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13059902 10060525568 22085 33554432000 1073741824 1073778376 140737452357600 139866869189160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24278] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24278/stat : 24278 (java) S 24268 24271 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13059902 10060525568 22085 33554432000 1073741824 1073778376 140737452357600 139866868136616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24279] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24279/stat : 24279 (java) S 24268 24271 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13059902 10060525568 22085 33554432000 1073741824 1073778376 140737452357600 139866867084072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24271/tid=24280] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24280/stat : 24280 (java) S 24268 24271 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13059902 10060525568 22085 33554432000 1073741824 1073778376 140737452357600 139866866031528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24281] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24281/stat : 24281 (java) S 24268 24271 16091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13059902 10060525568 22085 33554432000 1073741824 1073778376 140737452357600 139866864978984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24282] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24282/stat : 24282 (java) S 24268 24271 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13059903 10060525568 22085 33554432000 1073741824 1073778376 140737452357600 139866852780136 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24283] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24283/stat : 24283 (java) S 24268 24271 16091 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13059904 10060525568 22085 33554432000 1073741824 1073778376 140737452357600 139866851726456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24284] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24284/stat : 24284 (java) S 24268 24271 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13059904 10060525568 22085 33554432000 1073741824 1073778376 140737452357600 139866850673800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24285] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24285/stat : 24285 (java) S 24268 24271 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13059906 10060525568 22085 33554432000 1073741824 1073778376 140737452357600 139866849622544 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24286] ppid=24268 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/24271/task/24286/stat : 24286 (java) S 24268 24271 16091 0 -1 4202560 5157 0 0 0 51 2 0 0 20 0 19 0 13059906 10060525568 22085 33554432000 1073741824 1073778376 140737452357600 139866848569912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24271/tid=24287] ppid=24268 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/24271/task/24287/stat : 24287 (java) S 24268 24271 16091 0 -1 4202560 6215 0 0 0 48 2 0 0 20 0 19 0 13059906 10060525568 22085 33554432000 1073741824 1073778376 140737452357600 139866847517368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24288] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24288/stat : 24288 (java) S 24268 24271 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13059906 10060525568 22085 33554432000 1073741824 1073778376 140737452357600 139866846465016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24271/tid=24289] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24289/stat : 24289 (java) S 24268 24271 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13059906 10060525568 22085 33554432000 1073741824 1073778376 140737452357600 139866845412680 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24292] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24292/stat : 24292 (java) S 24268 24271 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13059920 10060525568 22085 33554432000 1073741824 1073778376 140737452357600 139866842252328 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=27 pid=1779 uid=0 cmd=

[startup+6.30084 s]
/proc/loadavg: 1.90 1.88 1.97 2/215 24323
/proc/meminfo: memFree=29370020/32872528 swapFree=1254912/1391860
[pid=24271] ppid=24268 vsize=9824732 CPUtime=2.5 cores=0,2,4,6
/proc/24271/stat : 24271 (java) S 24268 24271 16091 0 -1 4202496 15469 0 1 0 229 21 0 0 20 0 19 0 13059900 10060525568 39513 33554432000 1073741824 1073778376 140737452357600 140737452348736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24271/statm: 2456183 39513 2269 9 0 2446860 0
[pid=24271/tid=24273] ppid=24268 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/24271/task/24273/stat : 24273 (java) S 24268 24271 16091 0 -1 4202560 2466 0 1 0 16 2 0 0 20 0 19 0 13059901 10060525568 39513 33554432000 1073741824 1073778376 140737452357600 139867028775800 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24274] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24274/stat : 24274 (java) S 24268 24271 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13059902 10060525568 39513 33554432000 1073741824 1073778376 140737452357600 139866872346792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24275] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24275/stat : 24275 (java) S 24268 24271 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13059902 10060525568 39513 33554432000 1073741824 1073778376 140737452357600 139866871294248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24271/tid=24276] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24276/stat : 24276 (java) S 24268 24271 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13059902 10060525568 39513 33554432000 1073741824 1073778376 140737452357600 139866870241704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24271/tid=24277] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24277/stat : 24277 (java) S 24268 24271 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13059902 10060525568 39513 33554432000 1073741824 1073778376 140737452357600 139866869189160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24278] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24278/stat : 24278 (java) S 24268 24271 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13059902 10060525568 39513 33554432000 1073741824 1073778376 140737452357600 139866868136616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24279] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24279/stat : 24279 (java) S 24268 24271 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13059902 10060525568 39513 33554432000 1073741824 1073778376 140737452357600 139866867084072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24271/tid=24280] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24280/stat : 24280 (java) S 24268 24271 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13059902 10060525568 39513 33554432000 1073741824 1073778376 140737452357600 139866866031528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24281] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24281/stat : 24281 (java) S 24268 24271 16091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13059902 10060525568 39513 33554432000 1073741824 1073778376 140737452357600 139866864978984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24282] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24282/stat : 24282 (java) S 24268 24271 16091 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13059903 10060525568 39513 33554432000 1073741824 1073778376 140737452357600 139866852780136 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24283] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24283/stat : 24283 (java) S 24268 24271 16091 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13059904 10060525568 39513 33554432000 1073741824 1073778376 140737452357600 139866851726456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24284] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24284/stat : 24284 (java) S 24268 24271 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13059904 10060525568 39513 33554432000 1073741824 1073778376 140737452357600 139866850673800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24285] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24285/stat : 24285 (java) S 24268 24271 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13059906 10060525568 39513 33554432000 1073741824 1073778376 140737452357600 139866849622544 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24286] ppid=24268 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/24271/task/24286/stat : 24286 (java) S 24268 24271 16091 0 -1 4202560 5280 0 0 0 66 2 0 0 20 0 19 0 13059906 10060525568 39513 33554432000 1073741824 1073778376 140737452357600 139866848569912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24271/tid=24287] ppid=24268 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/24271/task/24287/stat : 24287 (java) S 24268 24271 16091 0 -1 4202560 6236 0 0 0 62 2 0 0 20 0 19 0 13059906 10060525568 39513 33554432000 1073741824 1073778376 140737452357600 139866847517368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24288] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24288/stat : 24288 (java) S 24268 24271 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13059906 10060525568 39513 33554432000 1073741824 1073778376 140737452357600 139866846465016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24271/tid=24289] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24289/stat : 24289 (java) S 24268 24271 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13059906 10060525568 39513 33554432000 1073741824 1073778376 140737452357600 139866845412680 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24292] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24292/stat : 24292 (java) S 24268 24271 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13059920 10060525568 39513 33554432000 1073741824 1073778376 140737452357600 139866842252328 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.5

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

[pid=24271/tid=24274] ppid=24268 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/24271/task/24274/stat : 24274 (java) S 24268 24271 16091 0 -1 4202560 46 0 0 0 6 2 0 0 20 0 22 0 13059902 10060525568 53213 33554432000 1073741824 1073778376 140737452357600 139866872346792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24275] ppid=24268 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/24271/task/24275/stat : 24275 (java) S 24268 24271 16091 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 22 0 13059902 10060525568 53213 33554432000 1073741824 1073778376 140737452357600 139866871294248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24276] ppid=24268 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/24271/task/24276/stat : 24276 (java) S 24268 24271 16091 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 22 0 13059902 10060525568 53213 33554432000 1073741824 1073778376 140737452357600 139866870241704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24277] ppid=24268 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/24271/task/24277/stat : 24277 (java) S 24268 24271 16091 0 -1 4202560 34 0 0 0 5 0 0 0 20 0 22 0 13059902 10060525568 53213 33554432000 1073741824 1073778376 140737452357600 139866869189160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24278] ppid=24268 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/24271/task/24278/stat : 24278 (java) S 24268 24271 16091 0 -1 4202560 41 0 0 0 7 0 0 0 20 0 22 0 13059902 10060525568 53213 33554432000 1073741824 1073778376 140737452357600 139866868136616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24271/tid=24279] ppid=24268 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/24271/task/24279/stat : 24279 (java) S 24268 24271 16091 0 -1 4202560 47 0 0 0 6 0 0 0 20 0 22 0 13059902 10060525568 53213 33554432000 1073741824 1073778376 140737452357600 139866867084072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24280] ppid=24268 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/24271/task/24280/stat : 24280 (java) S 24268 24271 16091 0 -1 4202560 20 0 0 0 6 0 0 0 20 0 22 0 13059902 10060525568 53213 33554432000 1073741824 1073778376 140737452357600 139866866031528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24271/tid=24281] ppid=24268 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/24271/task/24281/stat : 24281 (java) S 24268 24271 16091 0 -1 4202560 37 0 0 0 5 0 0 0 20 0 22 0 13059902 10060525568 53213 33554432000 1073741824 1073778376 140737452357600 139866864978984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24271/tid=24282] ppid=24268 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/24271/task/24282/stat : 24282 (java) S 24268 24271 16091 0 -1 4202560 10 0 0 0 1 7 0 0 20 0 22 0 13059903 10060525568 53213 33554432000 1073741824 1073778376 140737452357600 139866852780136 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24283] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24283/stat : 24283 (java) S 24268 24271 16091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13059904 10060525568 53213 33554432000 1073741824 1073778376 140737452357600 139866851726456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24284] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24284/stat : 24284 (java) S 24268 24271 16091 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 22 0 13059904 10060525568 53213 33554432000 1073741824 1073778376 140737452357600 139866850673800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24285] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24285/stat : 24285 (java) S 24268 24271 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13059906 10060525568 53213 33554432000 1073741824 1073778376 140737452357600 139866849622544 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24286] ppid=24268 vsize=9824732 CPUtime=1.54 cores=0,2,4,6
/proc/24271/task/24286/stat : 24286 (java) S 24268 24271 16091 0 -1 4202560 13501 0 0 0 151 3 0 0 20 0 22 0 13059906 10060525568 53213 33554432000 1073741824 1073778376 140737452357600 139866848569912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24271/tid=24287] ppid=24268 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/24271/task/24287/stat : 24287 (java) S 24268 24271 16091 0 -1 4202560 6285 0 0 0 90 2 0 0 20 0 22 0 13059906 10060525568 53213 33554432000 1073741824 1073778376 140737452357600 139866847517368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24288] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24288/stat : 24288 (java) S 24268 24271 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13059906 10060525568 53213 33554432000 1073741824 1073778376 140737452357600 139866846465016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24271/tid=24289] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24289/stat : 24289 (java) S 24268 24271 16091 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13059906 10060525568 53213 33554432000 1073741824 1073778376 140737452357600 139866845412680 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24292] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24292/stat : 24292 (java) S 24268 24271 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13059920 10060525568 53213 33554432000 1073741824 1073778376 140737452357600 139866842252328 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 40.61
Current children cumulated vsize (KiB) 9824732

[startup+58.0008 s]
/proc/loadavg: 1.83 1.84 1.95 4/217 24560
/proc/meminfo: memFree=29323812/32872528 swapFree=1254912/1391860
[pid=24271] ppid=24268 vsize=9824732 CPUtime=41.41 cores=0,2,4,6
/proc/24271/stat : 24271 (java) S 24268 24271 16091 0 -1 4202496 24653 0 1 0 4004 137 0 0 20 0 22 0 13059900 10060525568 53213 33554432000 1073741824 1073778376 140737452357600 140737452348736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24271/statm: 2456183 53213 2287 9 0 2446860 0
[pid=24271/tid=24273] ppid=24268 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/24271/task/24273/stat : 24273 (java) S 24268 24271 16091 0 -1 4202560 2469 0 1 0 22 2 0 0 20 0 22 0 13059901 10060525568 53213 33554432000 1073741824 1073778376 140737452357600 139867028775800 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24274] ppid=24268 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/24271/task/24274/stat : 24274 (java) S 24268 24271 16091 0 -1 4202560 46 0 0 0 6 2 0 0 20 0 22 0 13059902 10060525568 53213 33554432000 1073741824 1073778376 140737452357600 139866872346792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24275] ppid=24268 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/24271/task/24275/stat : 24275 (java) S 24268 24271 16091 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 22 0 13059902 10060525568 53213 33554432000 1073741824 1073778376 140737452357600 139866871294248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24276] ppid=24268 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/24271/task/24276/stat : 24276 (java) S 24268 24271 16091 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 22 0 13059902 10060525568 53213 33554432000 1073741824 1073778376 140737452357600 139866870241704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24277] ppid=24268 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/24271/task/24277/stat : 24277 (java) S 24268 24271 16091 0 -1 4202560 34 0 0 0 5 0 0 0 20 0 22 0 13059902 10060525568 53213 33554432000 1073741824 1073778376 140737452357600 139866869189160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24278] ppid=24268 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/24271/task/24278/stat : 24278 (java) S 24268 24271 16091 0 -1 4202560 41 0 0 0 7 0 0 0 20 0 22 0 13059902 10060525568 53213 33554432000 1073741824 1073778376 140737452357600 139866868136616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24271/tid=24279] ppid=24268 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/24271/task/24279/stat : 24279 (java) S 24268 24271 16091 0 -1 4202560 47 0 0 0 6 0 0 0 20 0 22 0 13059902 10060525568 53213 33554432000 1073741824 1073778376 140737452357600 139866867084072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24280] ppid=24268 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/24271/task/24280/stat : 24280 (java) S 24268 24271 16091 0 -1 4202560 20 0 0 0 6 0 0 0 20 0 22 0 13059902 10060525568 53213 33554432000 1073741824 1073778376 140737452357600 139866866031528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24271/tid=24281] ppid=24268 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/24271/task/24281/stat : 24281 (java) S 24268 24271 16091 0 -1 4202560 37 0 0 0 5 0 0 0 20 0 22 0 13059902 10060525568 53213 33554432000 1073741824 1073778376 140737452357600 139866864978984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24271/tid=24282] ppid=24268 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/24271/task/24282/stat : 24282 (java) S 24268 24271 16091 0 -1 4202560 10 0 0 0 1 7 0 0 20 0 22 0 13059903 10060525568 53213 33554432000 1073741824 1073778376 140737452357600 139866852780136 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24283] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24283/stat : 24283 (java) S 24268 24271 16091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13059904 10060525568 53213 33554432000 1073741824 1073778376 140737452357600 139866851726456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24284] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24284/stat : 24284 (java) S 24268 24271 16091 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 22 0 13059904 10060525568 53213 33554432000 1073741824 1073778376 140737452357600 139866850673800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24285] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24285/stat : 24285 (java) S 24268 24271 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13059906 10060525568 53213 33554432000 1073741824 1073778376 140737452357600 139866849622544 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24286] ppid=24268 vsize=9824732 CPUtime=1.54 cores=0,2,4,6
/proc/24271/task/24286/stat : 24286 (java) S 24268 24271 16091 0 -1 4202560 13501 0 0 0 151 3 0 0 20 0 22 0 13059906 10060525568 53213 33554432000 1073741824 1073778376 140737452357600 139866848569912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24271/tid=24287] ppid=24268 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/24271/task/24287/stat : 24287 (java) S 24268 24271 16091 0 -1 4202560 6285 0 0 0 90 2 0 0 20 0 22 0 13059906 10060525568 53213 33554432000 1073741824 1073778376 140737452357600 139866847517368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24288] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24288/stat : 24288 (java) S 24268 24271 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13059906 10060525568 53213 33554432000 1073741824 1073778376 140737452357600 139866846465016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24271/tid=24289] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24289/stat : 24289 (java) S 24268 24271 16091 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13059906 10060525568 53213 33554432000 1073741824 1073778376 140737452357600 139866845412680 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24292] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24292/stat : 24292 (java) S 24268 24271 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13059920 10060525568 53213 33554432000 1073741824 1073778376 140737452357600 139866842252328 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 41.41
Current children cumulated vsize (KiB) 9824732

[startup+58.4079 s]
/proc/loadavg: 1.83 1.84 1.95 3/216 24563
/proc/meminfo: memFree=29323492/32872528 swapFree=1254912/1391860
[pid=24271] ppid=24268 vsize=9824732 CPUtime=41.52 cores=0,2,4,6
/proc/24271/stat : 24271 (java) S 24268 24271 16091 0 -1 4202496 24653 0 1 0 4013 139 0 0 20 0 19 0 13059900 10060525568 53207 33554432000 1073741824 1073778376 140737452357600 140737452348736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24271/statm: 2456183 53207 2287 9 0 2446860 0
[pid=24271/tid=24273] ppid=24268 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/24271/task/24273/stat : 24273 (java) S 24268 24271 16091 0 -1 4202560 2469 0 1 0 22 2 0 0 20 0 19 0 13059901 10060525568 53207 33554432000 1073741824 1073778376 140737452357600 139867028775800 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24274] ppid=24268 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/24271/task/24274/stat : 24274 (java) S 24268 24271 16091 0 -1 4202560 46 0 0 0 6 2 0 0 20 0 19 0 13059902 10060525568 53207 33554432000 1073741824 1073778376 140737452357600 139866872346792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24275] ppid=24268 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/24271/task/24275/stat : 24275 (java) S 24268 24271 16091 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 13059902 10060525568 53207 33554432000 1073741824 1073778376 140737452357600 139866871294248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24276] ppid=24268 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/24271/task/24276/stat : 24276 (java) S 24268 24271 16091 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 19 0 13059902 10060525568 53207 33554432000 1073741824 1073778376 140737452357600 139866870241704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24277] ppid=24268 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/24271/task/24277/stat : 24277 (java) S 24268 24271 16091 0 -1 4202560 34 0 0 0 5 0 0 0 20 0 19 0 13059902 10060525568 53207 33554432000 1073741824 1073778376 140737452357600 139866869189160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24278] ppid=24268 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/24271/task/24278/stat : 24278 (java) S 24268 24271 16091 0 -1 4202560 41 0 0 0 7 0 0 0 20 0 19 0 13059902 10060525568 53207 33554432000 1073741824 1073778376 140737452357600 139866868136616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24271/tid=24279] ppid=24268 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/24271/task/24279/stat : 24279 (java) S 24268 24271 16091 0 -1 4202560 47 0 0 0 6 0 0 0 20 0 19 0 13059902 10060525568 53207 33554432000 1073741824 1073778376 140737452357600 139866867084072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24280] ppid=24268 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/24271/task/24280/stat : 24280 (java) S 24268 24271 16091 0 -1 4202560 20 0 0 0 6 0 0 0 20 0 19 0 13059902 10060525568 53207 33554432000 1073741824 1073778376 140737452357600 139866866031528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24271/tid=24281] ppid=24268 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/24271/task/24281/stat : 24281 (java) S 24268 24271 16091 0 -1 4202560 37 0 0 0 5 0 0 0 20 0 19 0 13059902 10060525568 53207 33554432000 1073741824 1073778376 140737452357600 139866864978984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24271/tid=24282] ppid=24268 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/24271/task/24282/stat : 24282 (java) S 24268 24271 16091 0 -1 4202560 10 0 0 0 1 7 0 0 20 0 19 0 13059903 10060525568 53207 33554432000 1073741824 1073778376 140737452357600 139866852780136 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24283] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24283/stat : 24283 (java) S 24268 24271 16091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13059904 10060525568 53207 33554432000 1073741824 1073778376 140737452357600 139866851726456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24284] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24284/stat : 24284 (java) S 24268 24271 16091 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 19 0 13059904 10060525568 53207 33554432000 1073741824 1073778376 140737452357600 139866850673800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24285] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24285/stat : 24285 (java) S 24268 24271 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13059906 10060525568 53207 33554432000 1073741824 1073778376 140737452357600 139866849622544 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24286] ppid=24268 vsize=9824732 CPUtime=1.54 cores=0,2,4,6
/proc/24271/task/24286/stat : 24286 (java) S 24268 24271 16091 0 -1 4202560 13501 0 0 0 151 3 0 0 20 0 19 0 13059906 10060525568 53207 33554432000 1073741824 1073778376 140737452357600 139866848569912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24271/tid=24287] ppid=24268 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/24271/task/24287/stat : 24287 (java) S 24268 24271 16091 0 -1 4202560 6285 0 0 0 90 2 0 0 20 0 19 0 13059906 10060525568 53207 33554432000 1073741824 1073778376 140737452357600 139866847517368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24288] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24288/stat : 24288 (java) S 24268 24271 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13059906 10060525568 53207 33554432000 1073741824 1073778376 140737452357600 139866846465016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24271/tid=24289] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24289/stat : 24289 (java) S 24268 24271 16091 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13059906 10060525568 53207 33554432000 1073741824 1073778376 140737452357600 139866845412680 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24292] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24292/stat : 24292 (java) S 24268 24271 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13059920 10060525568 53207 33554432000 1073741824 1073778376 140737452357600 139866842252328 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 41.52
Current children cumulated vsize (KiB) 9824732

[startup+58.5008 s]
/proc/loadavg: 1.83 1.84 1.95 3/216 24563
/proc/meminfo: memFree=29323492/32872528 swapFree=1254912/1391860
[pid=24271] ppid=24268 vsize=9824732 CPUtime=41.57 cores=0,2,4,6
/proc/24271/stat : 24271 (java) S 24268 24271 16091 0 -1 4202496 24657 0 1 0 4018 139 0 0 20 0 19 0 13059900 10060525568 53208 33554432000 1073741824 1073778376 140737452357600 140737452348736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24271/statm: 2456183 53209 2287 9 0 2446860 0
[pid=24271/tid=24273] ppid=24268 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/24271/task/24273/stat : 24273 (java) S 24268 24271 16091 0 -1 4202560 2469 0 1 0 24 2 0 0 20 0 19 0 13059901 10060525568 53209 33554432000 1073741824 1073778376 140737452357600 139867028775640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24274] ppid=24268 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/24271/task/24274/stat : 24274 (java) S 24268 24271 16091 0 -1 4202560 46 0 0 0 6 2 0 0 20 0 19 0 13059902 10060525568 53209 33554432000 1073741824 1073778376 140737452357600 139866872346792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24275] ppid=24268 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/24271/task/24275/stat : 24275 (java) S 24268 24271 16091 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 13059902 10060525568 53209 33554432000 1073741824 1073778376 140737452357600 139866871294248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24276] ppid=24268 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/24271/task/24276/stat : 24276 (java) S 24268 24271 16091 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 19 0 13059902 10060525568 53209 33554432000 1073741824 1073778376 140737452357600 139866870241704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24277] ppid=24268 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/24271/task/24277/stat : 24277 (java) S 24268 24271 16091 0 -1 4202560 34 0 0 0 5 0 0 0 20 0 19 0 13059902 10060525568 53209 33554432000 1073741824 1073778376 140737452357600 139866869189160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24278] ppid=24268 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/24271/task/24278/stat : 24278 (java) S 24268 24271 16091 0 -1 4202560 41 0 0 0 7 0 0 0 20 0 19 0 13059902 10060525568 53209 33554432000 1073741824 1073778376 140737452357600 139866868136616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24271/tid=24279] ppid=24268 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/24271/task/24279/stat : 24279 (java) S 24268 24271 16091 0 -1 4202560 47 0 0 0 6 0 0 0 20 0 19 0 13059902 10060525568 53210 33554432000 1073741824 1073778376 140737452357600 139866867084072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24280] ppid=24268 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/24271/task/24280/stat : 24280 (java) S 24268 24271 16091 0 -1 4202560 20 0 0 0 6 0 0 0 20 0 19 0 13059902 10060525568 53210 33554432000 1073741824 1073778376 140737452357600 139866866031528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24271/tid=24281] ppid=24268 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/24271/task/24281/stat : 24281 (java) S 24268 24271 16091 0 -1 4202560 37 0 0 0 5 0 0 0 20 0 19 0 13059902 10060525568 53210 33554432000 1073741824 1073778376 140737452357600 139866864978984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24271/tid=24282] ppid=24268 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/24271/task/24282/stat : 24282 (java) S 24268 24271 16091 0 -1 4202560 11 0 0 0 1 7 0 0 20 0 19 0 13059903 10060525568 53210 33554432000 1073741824 1073778376 140737452357600 139866852780136 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24271/tid=24283] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24283/stat : 24283 (java) S 24268 24271 16091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13059904 10060525568 53210 33554432000 1073741824 1073778376 140737452357600 139866851726456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24284] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24284/stat : 24284 (java) S 24268 24271 16091 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 19 0 13059904 10060525568 53210 33554432000 1073741824 1073778376 140737452357600 139866850673800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24285] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24285/stat : 24285 (java) S 24268 24271 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 13059906 10060525568 53206 33554432000 1073741824 1073778376 140737452357600 139866849622544 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24286] ppid=24268 vsize=9824732 CPUtime=1.55 cores=0,2,4,6
/proc/24271/task/24286/stat : 24286 (java) S 24268 24271 16091 0 -1 4202560 13501 0 0 0 152 3 0 0 20 0 18 0 13059906 10060525568 53206 33554432000 1073741824 1073778376 140737452357600 139866848569912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24271/tid=24287] ppid=24268 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/24271/task/24287/stat : 24287 (java) S 24268 24271 16091 0 -1 4202560 6286 0 0 0 91 2 0 0 20 0 18 0 13059906 10060525568 53206 33554432000 1073741824 1073778376 140737452357600 139866847517368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24288] ppid=24268 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24288/stat : 24288 (java) S 24268 24271 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 17 0 13059906 10060525568 53209 33554432000 1073741824 1073778376 140737452357600 139866846465016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 41.57
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 58.5052
CPU time (s): 41.6677
CPU user time (s): 40.1759
CPU system time (s): 1.49177
CPU usage (%): 71.2205
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.1759
system time used= 1.49177
maximum resident set size= 215608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24666
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= 3940
involuntary context switches= 1421

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.222966 second user time and 0.267959 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-30 23:09:51
IDJOB=4109341
IDBENCH=78782
IDSOLVER=2552
FILE ID=node119/4109341-1467320991
RUNJOBID= node119-1467318689-18276
PBS_JOBID= 20005280
Free space on /tmp= 71732 MiB

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

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

MD5SUM BENCH= 2c30a8298656a46724ae4314cbfd6760
RANDOM SEED=2077948492

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29498868 kB
Buffers:          173776 kB
Cached:           262408 kB
SwapCached:            0 kB
Active:          1018428 kB
Inactive:         217644 kB
Active(anon):     784796 kB
Inactive(anon):    17912 kB
Active(file):     233632 kB
Inactive(file):   199732 kB
Unevictable:     1391860 kB
Mlocked:         1254912 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               840 kB
Writeback:             0 kB
AnonPages:       2136748 kB
Mapped:            22232 kB
Shmem:               204 kB
Slab:             611588 kB
SReclaimable:      55316 kB
SUnreclaim:       556272 kB
KernelStack:        1776 kB
PageTables:         8288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2331796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    845824 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= 71732 MiB
End job on node119 at 2016-06-30 23:10:49