Trace number 4109405

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 17.6313 55.4382

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110968898--soft-33-100-0.wbo
MD5SUMe7c7fdedab1a2bafff6e9372021fd59b
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark4.03739
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints64
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1261
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4109405-1467321104.wbo
0.11/0.11	c reading problem ... 
0.11/0.17	c ... done. Wall clock time 0.066s.
0.11/0.17	c declared #vars     169
0.11/0.17	c internal #vars     233
0.11/0.17	c #constraints  101
0.11/0.18	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.18	c constraints type 
0.11/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
0.11/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.11/0.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.11/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
0.11/0.18	c 101 constraints processed.
0.11/0.18	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.18	c constraints type 
0.11/0.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1
0.11/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29
0.11/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
0.11/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 47
0.11/0.18	c 101 constraints processed.
0.11/0.18	c objective function length is 64 literals
1.05/0.47	c And the winner is solver0
1.60/0.68	c SATISFIABLE
1.60/0.68	c OPTIMIZING...
1.60/0.68	c Got one! Elapsed wall clock time (in seconds):0.571
1.60/0.68	o 1087
1.60/0.69	c And the winner is solver0
1.68/1.18	c Got one! Elapsed wall clock time (in seconds):1.072
1.68/1.18	o 1059
1.68/1.19	c And the winner is solver0
1.69/1.68	c Got one! Elapsed wall clock time (in seconds):1.573
1.69/1.68	o 696
1.69/1.69	c And the winner is solver0
1.71/2.18	c Got one! Elapsed wall clock time (in seconds):2.074
1.71/2.18	o 682
1.75/2.21	c And the winner is solver0
1.75/2.68	c Got one! Elapsed wall clock time (in seconds):2.575
1.75/2.68	o 677
1.75/2.69	c And the winner is solver0
1.77/3.19	c Got one! Elapsed wall clock time (in seconds):3.076
1.77/3.19	o 660
1.77/3.19	c And the winner is solver0
1.77/3.69	c Got one! Elapsed wall clock time (in seconds):3.578
1.77/3.69	o 657
1.80/3.70	c And the winner is solver0
1.90/4.19	c Got one! Elapsed wall clock time (in seconds):4.079
1.90/4.19	o 656
1.90/4.19	c And the winner is solver0
1.91/4.69	c Got one! Elapsed wall clock time (in seconds):4.58
1.91/4.69	o 637
1.93/4.70	c And the winner is solver0
1.94/5.19	c Got one! Elapsed wall clock time (in seconds):5.081
1.94/5.19	o 633
1.94/5.19	c And the winner is solver0
1.94/5.69	c Got one! Elapsed wall clock time (in seconds):5.582
1.94/5.69	o 613
1.94/5.70	c And the winner is solver0
1.94/6.19	c Got one! Elapsed wall clock time (in seconds):6.083
1.94/6.19	o 605
1.94/6.28	c And the winner is solver0
2.19/6.69	c Got one! Elapsed wall clock time (in seconds):6.584
2.19/6.69	o 604
2.19/6.70	c And the winner is solver0
2.20/7.19	c Got one! Elapsed wall clock time (in seconds):7.085
2.20/7.19	o 596
2.20/7.20	c And the winner is solver0
2.21/7.70	c Got one! Elapsed wall clock time (in seconds):7.586
2.21/7.70	o 516
2.21/7.70	c And the winner is solver0
2.21/8.20	c Got one! Elapsed wall clock time (in seconds):8.087
2.21/8.20	o 515
2.21/8.20	c And the winner is solver0
2.21/8.70	c Got one! Elapsed wall clock time (in seconds):8.588
2.21/8.70	o 509
2.21/8.76	c And the winner is solver0
2.37/9.20	c Got one! Elapsed wall clock time (in seconds):9.089
2.37/9.20	o 505
2.37/9.20	c And the winner is solver0
2.38/9.70	c Got one! Elapsed wall clock time (in seconds):9.59
2.38/9.70	o 497
2.38/9.70	c And the winner is solver0
2.38/10.20	c Got one! Elapsed wall clock time (in seconds):10.091
2.38/10.20	o 493
2.38/10.20	c And the winner is solver0
2.39/10.70	c Got one! Elapsed wall clock time (in seconds):10.592
2.39/10.70	o 444
2.39/10.71	c And the winner is solver0
2.89/11.20	c Got one! Elapsed wall clock time (in seconds):11.093
2.89/11.20	o 436
2.89/11.21	c And the winner is solver0
2.89/11.70	c Got one! Elapsed wall clock time (in seconds):11.594
2.89/11.70	o 432
2.89/11.71	c And the winner is solver0
2.98/12.20	c Got one! Elapsed wall clock time (in seconds):12.095
2.98/12.20	o 427
2.98/12.21	c And the winner is solver0
2.98/12.71	c Got one! Elapsed wall clock time (in seconds):12.597
2.98/12.71	o 419
2.98/12.71	c And the winner is solver0
2.98/13.21	c Got one! Elapsed wall clock time (in seconds):13.098
2.98/13.21	o 417
2.98/13.21	c And the winner is solver0
2.98/13.71	c Got one! Elapsed wall clock time (in seconds):13.599
2.98/13.71	o 411
2.98/13.71	c And the winner is solver0
2.98/14.21	c Got one! Elapsed wall clock time (in seconds):14.099
2.98/14.21	o 405
2.98/14.22	c And the winner is solver0
3.04/14.71	c Got one! Elapsed wall clock time (in seconds):14.6
3.04/14.71	o 403
3.04/14.78	c cleaning 4901 clauses out of 9812 with flag 3371/9812
3.04/14.79	c And the winner is solver0
3.24/15.21	c Got one! Elapsed wall clock time (in seconds):15.102
3.24/15.21	o 402
3.24/15.22	c And the winner is solver0
3.24/15.71	c Got one! Elapsed wall clock time (in seconds):15.602
3.24/15.71	o 395
3.24/15.73	c And the winner is solver0
3.28/16.21	c Got one! Elapsed wall clock time (in seconds):16.103
3.28/16.21	o 381
3.28/16.23	c And the winner is solver0
3.30/16.71	c Got one! Elapsed wall clock time (in seconds):16.604
3.30/16.71	o 364
3.30/16.72	c And the winner is solver0
3.30/17.21	c Got one! Elapsed wall clock time (in seconds):17.105
3.30/17.21	o 331
3.30/17.24	c And the winner is solver0
3.36/17.72	c Got one! Elapsed wall clock time (in seconds):17.606
3.36/17.72	o 324
3.36/17.73	c And the winner is solver0
3.39/18.22	c Got one! Elapsed wall clock time (in seconds):18.107
3.39/18.22	o 296
3.39/18.23	c And the winner is solver0
3.41/18.72	c Got one! Elapsed wall clock time (in seconds):18.608
3.41/18.72	o 290
3.41/18.73	c And the winner is solver0
3.45/19.22	c Got one! Elapsed wall clock time (in seconds):19.109
3.45/19.22	o 289
3.45/19.23	c And the winner is solver0
3.49/19.72	c Got one! Elapsed wall clock time (in seconds):19.61
3.49/19.72	o 287
3.49/19.72	c And the winner is solver0
3.49/20.22	c Got one! Elapsed wall clock time (in seconds):20.111
3.49/20.22	o 286
3.49/20.22	c And the winner is solver0
3.49/20.72	c Got one! Elapsed wall clock time (in seconds):20.613
3.49/20.72	o 284
3.49/20.73	c And the winner is solver0
3.51/21.22	c Got one! Elapsed wall clock time (in seconds):21.113
3.51/21.22	o 280
3.51/21.23	c And the winner is solver0
3.59/21.72	c Got one! Elapsed wall clock time (in seconds):21.614
3.59/21.72	o 274
3.59/21.74	c And the winner is solver0
3.65/22.22	c Got one! Elapsed wall clock time (in seconds):22.115
3.65/22.22	o 273
3.65/22.24	c And the winner is solver0
3.78/22.73	c Got one! Elapsed wall clock time (in seconds):22.616
3.78/22.73	o 268
3.78/22.76	c And the winner is solver0
3.86/23.23	c Got one! Elapsed wall clock time (in seconds):23.117
3.86/23.23	o 267
3.86/23.24	c And the winner is solver0
3.87/23.73	c Got one! Elapsed wall clock time (in seconds):23.618
3.87/23.73	o 251
3.87/23.73	c And the winner is solver0
3.88/24.23	c Got one! Elapsed wall clock time (in seconds):24.119
3.88/24.23	o 236
3.88/24.24	c And the winner is solver0
3.90/24.73	c Got one! Elapsed wall clock time (in seconds):24.62
3.90/24.73	o 235
3.90/24.73	c And the winner is solver0
3.92/25.23	c Got one! Elapsed wall clock time (in seconds):25.12
3.92/25.23	o 229
3.92/25.23	c And the winner is solver0
3.92/25.73	c Got one! Elapsed wall clock time (in seconds):25.621
3.92/25.73	o 223
3.92/25.74	c And the winner is solver0
3.94/26.23	c Got one! Elapsed wall clock time (in seconds):26.123
3.94/26.23	o 207
3.94/26.28	c And the winner is solver0
4.05/26.73	c Got one! Elapsed wall clock time (in seconds):26.623
4.05/26.73	o 204
4.05/26.79	c And the winner is solver0
4.18/27.23	c Got one! Elapsed wall clock time (in seconds):27.124
4.18/27.23	o 203
4.30/27.34	c And the winner is solver0
4.41/27.73	c Got one! Elapsed wall clock time (in seconds):27.625
4.41/27.73	o 202
4.41/27.78	c And the winner is solver0
4.52/28.24	c Got one! Elapsed wall clock time (in seconds):28.126
4.52/28.24	o 201
4.52/28.25	c And the winner is solver0
4.57/28.74	c Got one! Elapsed wall clock time (in seconds):28.627
4.57/28.74	o 185
4.57/28.77	c And the winner is solver0
4.65/29.24	c Got one! Elapsed wall clock time (in seconds):29.128
4.65/29.24	o 184
4.78/29.30	c cleaning 8792 clauses out of 17583 with flag 3791/22484
4.78/29.32	c And the winner is solver0
4.84/29.74	c Got one! Elapsed wall clock time (in seconds):29.629
4.84/29.74	o 183
4.84/29.78	c And the winner is solver0
4.96/30.24	c Got one! Elapsed wall clock time (in seconds):30.13
4.96/30.24	o 176
5.08/30.38	c And the winner is solver0
5.28/30.74	c Got one! Elapsed wall clock time (in seconds):30.631
5.28/30.74	o 175
5.28/30.77	c And the winner is solver0
5.36/31.24	c Got one! Elapsed wall clock time (in seconds):31.132
5.36/31.24	o 171
5.36/31.26	c And the winner is solver0
5.45/31.74	c Got one! Elapsed wall clock time (in seconds):31.632
5.45/31.74	o 158
5.45/31.77	c And the winner is solver0
5.56/32.24	c Got one! Elapsed wall clock time (in seconds):32.133
5.56/32.24	o 157
5.56/32.28	c And the winner is solver0
5.67/32.74	c Got one! Elapsed wall clock time (in seconds):32.634
5.67/32.74	o 152
5.67/32.75	c And the winner is solver0
5.68/33.24	c Got one! Elapsed wall clock time (in seconds):33.135
5.68/33.24	o 147
5.68/33.25	c And the winner is solver0
5.70/33.74	c Got one! Elapsed wall clock time (in seconds):33.636
5.70/33.74	o 145
5.70/33.78	c And the winner is solver0
5.81/34.25	c Got one! Elapsed wall clock time (in seconds):34.136
5.81/34.25	o 143
5.92/34.31	c cleaning 9263 clauses out of 18533 with flag 3494/32226
5.92/34.32	c And the winner is solver0
6.08/34.75	c Got one! Elapsed wall clock time (in seconds):34.637
6.08/34.75	o 142
6.38/34.96	c cleaning 7345 clauses out of 14689 with flag 19881/37645
6.38/34.96	c And the winner is solver0
6.55/35.25	c Got one! Elapsed wall clock time (in seconds):35.138
6.55/35.25	o 141
6.55/35.27	c And the winner is solver0
6.67/35.75	c Got one! Elapsed wall clock time (in seconds):35.638
6.67/35.75	o 140
6.97/35.91	c And the winner is solver0
7.05/36.25	c Got one! Elapsed wall clock time (in seconds):36.139
7.05/36.25	o 139
7.05/36.25	c And the winner is solver0
7.06/36.75	c Got one! Elapsed wall clock time (in seconds):36.64
7.06/36.75	o 137
7.06/36.75	c And the winner is solver0
7.06/37.25	c Got one! Elapsed wall clock time (in seconds):37.14
7.06/37.25	o 122
7.06/37.26	c And the winner is solver0
7.08/37.75	c Got one! Elapsed wall clock time (in seconds):37.641
7.08/37.75	o 102
7.21/37.82	c cleaning 6739 clauses out of 13491 with flag 3696/43792
7.49/37.92	c And the winner is solver0
7.76/38.25	c Got one! Elapsed wall clock time (in seconds):38.142
7.76/38.25	o 101
7.85/38.39	c cleaning 6258 clauses out of 12531 with flag 11113/49571
8.70/38.65	c cleaning 6136 clauses out of 12276 with flag 36184/55574
8.70/38.68	c And the winner is solver0
8.97/38.75	c Got one! Elapsed wall clock time (in seconds):38.642
8.97/38.75	o 96
9.35/38.95	c cleaning 5971 clauses out of 11946 with flag 16956/61380
9.55/39.01	c And the winner is solver0
9.60/39.25	c Got one! Elapsed wall clock time (in seconds):39.143
9.60/39.25	o 94
9.60/39.26	c And the winner is solver0
9.60/39.75	c Got one! Elapsed wall clock time (in seconds):39.644
9.60/39.75	o 90
9.60/39.77	c And the winner is solver0
9.65/40.25	c Got one! Elapsed wall clock time (in seconds):40.145
9.65/40.25	o 88
9.65/40.27	c And the winner is solver0
9.69/40.76	c Got one! Elapsed wall clock time (in seconds):40.646
9.69/40.76	o 81
9.69/40.78	c And the winner is solver0
9.75/41.26	c Got one! Elapsed wall clock time (in seconds):41.147
9.75/41.26	o 76
9.83/41.33	c And the winner is solver0
9.92/41.76	c Got one! Elapsed wall clock time (in seconds):41.649
9.92/41.76	o 72
9.92/41.78	c And the winner is solver0
9.97/42.26	c Got one! Elapsed wall clock time (in seconds):42.15
9.97/42.26	o 62
10.05/42.38	c cleaning 7075 clauses out of 14151 with flag 10658/69556
10.25/42.44	c And the winner is solver0
10.36/42.76	c Got one! Elapsed wall clock time (in seconds):42.651
10.36/42.76	o 58
10.36/42.77	c And the winner is solver0
10.40/43.26	c Got one! Elapsed wall clock time (in seconds):43.153
10.40/43.26	o 57
10.40/43.27	c And the winner is solver0
10.42/43.76	c Got one! Elapsed wall clock time (in seconds):43.655
10.42/43.76	o 51
10.42/43.79	c And the winner is solver0
10.49/44.27	c Got one! Elapsed wall clock time (in seconds):44.157
10.49/44.27	o 50
10.49/44.27	c And the winner is solver0
10.50/44.77	c Got one! Elapsed wall clock time (in seconds):44.66
10.50/44.77	o 43
10.50/44.80	c And the winner is solver0
10.56/45.27	c Got one! Elapsed wall clock time (in seconds):45.162
10.56/45.27	o 30
10.56/45.28	c And the winner is solver0
10.56/45.77	c Got one! Elapsed wall clock time (in seconds):45.665
10.56/45.77	o 29
10.61/45.80	c And the winner is solver0
10.63/46.28	c Got one! Elapsed wall clock time (in seconds):46.167
10.63/46.28	o 24
10.68/46.32	c And the winner is solver0
10.73/46.78	c Got one! Elapsed wall clock time (in seconds):46.67
10.73/46.78	o 23
10.76/46.83	c And the winner is solver0
10.85/47.28	c Got one! Elapsed wall clock time (in seconds):47.174
10.85/47.28	o 22
10.85/47.30	c And the winner is solver0
10.89/47.79	c Got one! Elapsed wall clock time (in seconds):47.677
10.89/47.79	o 21
10.91/47.80	c And the winner is solver0
10.92/48.29	c Got one! Elapsed wall clock time (in seconds):48.18
10.92/48.29	o 18
10.93/48.30	c And the winner is solver0
10.98/48.79	c Got one! Elapsed wall clock time (in seconds):48.683
10.98/48.79	o 17
10.99/48.80	c And the winner is solver0
10.99/49.30	c Got one! Elapsed wall clock time (in seconds):49.186
10.99/49.30	o 16
11.18/49.40	c cleaning 8344 clauses out of 16700 with flag 7735/79180
11.18/49.45	c And the winner is solver0
11.38/49.80	c Got one! Elapsed wall clock time (in seconds):49.69
11.38/49.80	o 13
11.38/49.83	c And the winner is solver0
11.47/50.30	c Got one! Elapsed wall clock time (in seconds):50.193
11.47/50.30	o 12
11.66/50.47	c cleaning 7309 clauses out of 14626 with flag 15437/85450
12.28/50.70	c cleaning 6657 clauses out of 13316 with flag 37693/91450
12.67/50.97	c cleaning 6826 clauses out of 13657 with flag 63297/98450
13.29/51.28	c cleaning 7413 clauses out of 14829 with flag 93012/106450
13.29/51.29	c And the winner is solver0
13.48/51.36	c Got one! Elapsed wall clock time (in seconds):51.247
13.48/51.36	o 11
13.59/51.48	c And the winner is solver0
13.82/51.86	c Got one! Elapsed wall clock time (in seconds):51.751
13.82/51.86	o 10
13.89/51.95	c cleaning 6391 clauses out of 12783 with flag 8020/111819
14.29/52.18	c cleaning 6189 clauses out of 12389 with flag 30980/117817
14.48/52.28	c And the winner is solver0
14.67/52.37	c Got one! Elapsed wall clock time (in seconds):52.256
14.67/52.37	o 6
14.75/52.42	c And the winner is solver0
14.86/52.87	c Got one! Elapsed wall clock time (in seconds):52.761
14.86/52.87	o 5
14.93/52.95	c And the winner is solver0
15.06/53.38	c Got one! Elapsed wall clock time (in seconds):53.272
15.06/53.38	o 4
15.09/53.44	c cleaning 6624 clauses out of 13260 with flag 4196/124878
15.29/53.53	c And the winner is solver0
15.39/53.89	c Got one! Elapsed wall clock time (in seconds):53.778
15.39/53.89	o 3
15.62/54.02	c cleaning 6208 clauses out of 12418 with flag 12537/130662
15.80/54.10	c And the winner is solver0
15.89/54.39	c Got one! Elapsed wall clock time (in seconds):54.283
15.89/54.39	o 2
16.09/54.52	c cleaning 5735 clauses out of 11479 with flag 13344/135933
16.49/54.75	c cleaning 5867 clauses out of 11741 with flag 39121/141933
17.11/55.02	c cleaning 6429 clauses out of 12869 with flag 68486/148935
17.31/55.19	c And the winner is solver0
17.53/55.43	c >>>>>>>>>> Solver number 0 (108 answers) <<<<<<<<<<<<<<<<<<
17.53/55.43	c starts		: 256
17.53/55.43	c conflicts		: 153427
17.53/55.43	c decisions		: 265032
17.53/55.43	c propagations		: 4033810
17.53/55.43	c inspects		: 63061981
17.53/55.43	c shortcuts		: 0
17.53/55.43	c learnt literals	: 43
17.53/55.43	c learnt binary clauses	: 17
17.53/55.43	c learnt ternary clauses	: 277
17.53/55.43	c learnt constraints	: 153383
17.53/55.43	c ignored constraints	: 0
17.53/55.43	c root simplifications	: 0
17.53/55.43	c removed literals (reason simplification)	: 766929
17.53/55.43	c reason swapping (by a shorter reason)	: 0
17.53/55.43	c Calls to reduceDB	: 21
17.53/55.43	c Number of update (reduction) of LBD	: 42195
17.53/55.43	c Imported unit clauses	: 0
17.53/55.43	c number of reductions to clauses (during analyze)	: 0
17.53/55.43	c number of learned constraints concerned by reduction	: 0
17.53/55.43	c number of learning phase by resolution	: 0
17.53/55.43	c number of learning phase by cutting planes	: 0
17.53/55.43	c speed (assignments/second)	: 73015.42193099952
17.53/55.43	c non guided choices	4209
17.53/55.43	c learnt constraints type 
17.53/55.43	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
17.53/55.43	c starts		: 109
17.53/55.43	c conflicts		: 535
17.53/55.43	c decisions		: 9828
17.53/55.43	c propagations		: 35416
17.53/55.43	c inspects		: 1809943
17.53/55.43	c shortcuts		: 0
17.53/55.43	c learnt literals	: 0
17.53/55.43	c learnt binary clauses	: 0
17.53/55.43	c learnt ternary clauses	: 0
17.53/55.43	c learnt constraints	: 461
17.53/55.43	c ignored constraints	: 0
17.53/55.43	c root simplifications	: 0
17.53/55.43	c removed literals (reason simplification)	: 0
17.53/55.43	c reason swapping (by a shorter reason)	: 0
17.53/55.43	c Calls to reduceDB	: 0
17.53/55.43	c Number of update (reduction) of LBD	: 0
17.53/55.43	c Imported unit clauses	: 0
17.53/55.43	c number of reductions to clauses (during analyze)	: 0
17.53/55.43	c number of learned constraints concerned by reduction	: 0
17.53/55.43	c number of learning phase by resolution	: 0
17.53/55.43	c number of learning phase by cutting planes	: 0
17.53/55.43	c speed (assignments/second)	: 34653.62035225049
17.53/55.43	c non guided choices	1714
17.53/55.43	c learnt constraints type 
17.53/55.43	s OPTIMUM FOUND
17.53/55.43	c Found 107 solution(s)
17.53/55.43	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 
17.53/55.43	c objective function=2
17.53/55.43	c Total wall clock time (in seconds): 55.321

Verifier Data

OK	2

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-4109405-1467321104/watcher-4109405-1467321104 -o /tmp/evaluation-result-4109405-1467321104/solver-4109405-1467321104 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467318920-6227 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109405-1467321104.wbo 

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

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


[startup+0 s]
/proc/loadavg: 0.91 1.20 1.33 2/171 12279
/proc/meminfo: memFree=29883540/32872528 swapFree=1484672/1662500
[pid=12279] ppid=12276 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/12279/stat : 12279 (java) R 12276 12279 21085 0 -1 4202496 1089 0 0 0 0 0 0 0 20 0 1 0 13062978 23793664 739 33554432000 1073741824 1073778376 140733700597520 140733700586584 140464913162235 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12279/statm: 5809 747 548 9 0 128 0
[pid=12279/tid=12280] ppid=12276 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12280/stat : 12280 (java) R 12276 12279 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 2 0 13062979 24780800 869 33554432000 1073741824 1073778376 140733700597520 140733700586584 140464912853472 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100137 s]
/proc/loadavg: 0.91 1.20 1.33 2/171 12279
/proc/meminfo: memFree=29883540/32872528 swapFree=1484672/1662500
[pid=12279] ppid=12276 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/12279/stat : 12279 (java) S 12276 12279 21085 0 -1 4202496 4445 0 1 0 9 2 0 0 20 0 18 0 13062978 9787879424 6071 33554432000 1073741824 1073778376 140733700597520 140733700588656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12279/statm: 2389619 6071 2141 9 0 2380296 0
[pid=12279/tid=12280] ppid=12276 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/12279/task/12280/stat : 12280 (java) R 12276 12279 21085 0 -1 4202560 2382 0 1 0 6 1 0 0 20 0 18 0 13062979 9787879424 6071 33554432000 1073741824 1073778376 140733700597520 140464905177864 140464774828897 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200281 s]
/proc/loadavg: 0.91 1.20 1.33 2/171 12279
/proc/meminfo: memFree=29883540/32872528 swapFree=1484672/1662500
[pid=12279] ppid=12276 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/12279/stat : 12279 (java) S 12276 12279 21085 0 -1 4202496 4777 0 1 0 23 2 0 0 20 0 22 0 13062978 10060525568 7888 33554432000 1073741824 1073778376 140733700597520 140733700588656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12279/statm: 2456183 7888 2217 9 0 2446860 0
[pid=12279/tid=12280] ppid=12276 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/12279/task/12280/stat : 12280 (java) S 12276 12279 21085 0 -1 4202560 2414 0 1 0 14 1 0 0 20 0 22 0 13062979 10060525568 7889 33554432000 1073741824 1073778376 140733700597520 140464905180024 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9824732

[startup+0.300258 s]
/proc/loadavg: 0.91 1.20 1.33 2/171 12279
/proc/meminfo: memFree=29883540/32872528 swapFree=1484672/1662500
[pid=12279] ppid=12276 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/12279/stat : 12279 (java) S 12276 12279 21085 0 -1 4202496 7835 0 1 0 62 3 0 0 20 0 22 0 13062978 10060525568 9621 33554432000 1073741824 1073778376 140733700597520 140733700588656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12279/statm: 2456183 9622 2248 9 0 2446860 0
[pid=12279/tid=12280] ppid=12276 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/12279/task/12280/stat : 12280 (java) S 12276 12279 21085 0 -1 4202560 2414 0 1 0 14 1 0 0 20 0 22 0 13062979 10060525568 9622 33554432000 1073741824 1073778376 140733700597520 140464905180024 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 9824732

[startup+0.700277 s]
/proc/loadavg: 0.91 1.20 1.33 2/171 12279
/proc/meminfo: memFree=29883540/32872528 swapFree=1484672/1662500
[pid=12279] ppid=12276 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/12279/stat : 12279 (java) S 12276 12279 21085 0 -1 4202496 16956 0 1 0 161 7 0 0 20 0 19 0 13062978 10060525568 16129 33554432000 1073741824 1073778376 140733700597520 140733700588656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12279/statm: 2456183 16129 2257 9 0 2446860 0
[pid=12279/tid=12280] ppid=12276 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/12279/task/12280/stat : 12280 (java) S 12276 12279 21085 0 -1 4202560 2414 0 1 0 14 2 0 0 20 0 19 0 13062979 10060525568 16129 33554432000 1073741824 1073778376 140733700597520 140464905180024 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 9824732

[startup+1.50079 s]
/proc/loadavg: 0.91 1.20 1.33 1/190 12304
/proc/meminfo: memFree=29826628/32872528 swapFree=1484672/1662500
[pid=12279] ppid=12276 vsize=9824732 CPUtime=1.69 cores=1,3,5,7
/proc/12279/stat : 12279 (java) S 12276 12279 21085 0 -1 4202496 16967 0 1 0 162 7 0 0 20 0 19 0 13062978 10060525568 17154 33554432000 1073741824 1073778376 140733700597520 140733700588656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12279/statm: 2456183 17154 2257 9 0 2446860 0
[pid=12279/tid=12280] ppid=12276 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/12279/task/12280/stat : 12280 (java) S 12276 12279 21085 0 -1 4202560 2415 0 1 0 14 2 0 0 20 0 19 0 13062979 10060525568 17154 33554432000 1073741824 1073778376 140733700597520 140464905180024 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12279/tid=12282] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12282/stat : 12282 (java) S 12276 12279 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13062979 10060525568 17154 33554432000 1073741824 1073778376 140733700597520 140464894240936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12279/tid=12283] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12283/stat : 12283 (java) S 12276 12279 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13062979 10060525568 17154 33554432000 1073741824 1073778376 140733700597520 140464747133224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12279/tid=12284] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12284/stat : 12284 (java) S 12276 12279 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13062979 10060525568 17154 33554432000 1073741824 1073778376 140733700597520 140464746080680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12279/tid=12285] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12285/stat : 12285 (java) S 12276 12279 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13062979 10060525568 17154 33554432000 1073741824 1073778376 140733700597520 140464745028136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12279/tid=12286] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12286/stat : 12286 (java) S 12276 12279 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13062979 10060525568 17154 33554432000 1073741824 1073778376 140733700597520 140464743975592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12279/tid=12287] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12287/stat : 12287 (java) S 12276 12279 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13062979 10060525568 17154 33554432000 1073741824 1073778376 140733700597520 140464742923048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12279/tid=12288] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12288/stat : 12288 (java) S 12276 12279 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13062979 10060525568 17154 33554432000 1073741824 1073778376 140733700597520 140464741870504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12279/tid=12289] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12289/stat : 12289 (java) S 12276 12279 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13062979 10060525568 17154 33554432000 1073741824 1073778376 140733700597520 140464740817960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12279/tid=12290] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12290/stat : 12290 (java) S 12276 12279 21085 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13062980 10060525568 17154 33554432000 1073741824 1073778376 140733700597520 140464728619112 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12279/tid=12291] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12291/stat : 12291 (java) S 12276 12279 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13062981 10060525568 17154 33554432000 1073741824 1073778376 140733700597520 140464727565432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12279/tid=12292] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12292/stat : 12292 (java) S 12276 12279 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13062981 10060525568 17154 33554432000 1073741824 1073778376 140733700597520 140464726512776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12279/tid=12293] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12293/stat : 12293 (java) S 12276 12279 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13062983 10060525568 17154 33554432000 1073741824 1073778376 140733700597520 140464725461520 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12279/tid=12294] ppid=12276 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/12279/task/12294/stat : 12294 (java) S 12276 12279 21085 0 -1 4202560 5685 0 0 0 42 1 0 0 20 0 19 0 13062983 10060525568 17154 33554432000 1073741824 1073778376 140733700597520 140464724408888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12279/tid=12295] ppid=12276 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/12279/task/12295/stat : 12295 (java) S 12276 12279 21085 0 -1 4202560 7512 0 0 0 45 3 0 0 20 0 19 0 13062983 10060525568 17154 33554432000 1073741824 1073778376 140733700597520 140464723356344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12279/tid=12296] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12296/stat : 12296 (java) S 12276 12279 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13062983 10060525568 17154 33554432000 1073741824 1073778376 140733700597520 140464722303992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12279/tid=12297] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12297/stat : 12297 (java) S 12276 12279 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13062983 10060525568 17154 33554432000 1073741824 1073778376 140733700597520 140464721251656 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12279/tid=12301] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12301/stat : 12301 (java) S 12276 12279 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13062997 10060525568 17154 33554432000 1073741824 1073778376 140733700597520 140464717038760 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 9824732

[startup+3.10081 s]
/proc/loadavg: 0.92 1.20 1.33 5/193 12313
/proc/meminfo: memFree=29811920/32872528 swapFree=1484672/1662500
[pid=12279] ppid=12276 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/12279/stat : 12279 (java) S 12276 12279 21085 0 -1 4202496 16995 0 1 0 169 8 0 0 20 0 19 0 13062978 10060525568 20739 33554432000 1073741824 1073778376 140733700597520 140733700588656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12279/statm: 2456183 20739 2258 9 0 2446860 0
[pid=12279/tid=12280] ppid=12276 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/12279/task/12280/stat : 12280 (java) S 12276 12279 21085 0 -1 4202560 2416 0 1 0 14 2 0 0 20 0 19 0 13062979 10060525568 20739 33554432000 1073741824 1073778376 140733700597520 140464905180024 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12279/tid=12282] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12282/stat : 12282 (java) S 12276 12279 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13062979 10060525568 20739 33554432000 1073741824 1073778376 140733700597520 140464894240936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12279/tid=12283] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12283/stat : 12283 (java) S 12276 12279 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13062979 10060525568 20739 33554432000 1073741824 1073778376 140733700597520 140464747133224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12279/tid=12284] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12284/stat : 12284 (java) S 12276 12279 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13062979 10060525568 20739 33554432000 1073741824 1073778376 140733700597520 140464746080680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12279/tid=12285] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12285/stat : 12285 (java) S 12276 12279 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13062979 10060525568 20739 33554432000 1073741824 1073778376 140733700597520 140464745028136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12279/tid=12286] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12286/stat : 12286 (java) S 12276 12279 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13062979 10060525568 20739 33554432000 1073741824 1073778376 140733700597520 140464743975592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12279/tid=12287] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12287/stat : 12287 (java) S 12276 12279 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13062979 10060525568 20739 33554432000 1073741824 1073778376 140733700597520 140464742923048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12279/tid=12288] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12288/stat : 12288 (java) S 12276 12279 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13062979 10060525568 20739 33554432000 1073741824 1073778376 140733700597520 140464741870504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12279/tid=12289] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12289/stat : 12289 (java) S 12276 12279 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13062979 10060525568 20739 33554432000 1073741824 1073778376 140733700597520 140464740817960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12279/tid=12290] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12290/stat : 12290 (java) S 12276 12279 21085 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13062980 10060525568 20739 33554432000 1073741824 1073778376 140733700597520 140464728619112 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12279/tid=12291] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12291/stat : 12291 (java) S 12276 12279 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13062981 10060525568 20739 33554432000 1073741824 1073778376 140733700597520 140464727565432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12279/tid=12292] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12292/stat : 12292 (java) S 12276 12279 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13062981 10060525568 20739 33554432000 1073741824 1073778376 140733700597520 140464726512776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12279/tid=12293] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12293/stat : 12293 (java) S 12276 12279 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13062983 10060525568 20739 33554432000 1073741824 1073778376 140733700597520 140464725461520 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12279/tid=12294] ppid=12276 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/12279/task/12294/stat : 12294 (java) S 12276 12279 21085 0 -1 4202560 5686 0 0 0 45 1 0 0 20 0 19 0 13062983 10060525568 20739 33554432000 1073741824 1073778376 140733700597520 140464724408888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12279/tid=12295] ppid=12276 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/12279/task/12295/stat : 12295 (java) S 12276 12279 21085 0 -1 4202560 7512 0 0 0 49 3 0 0 20 0 19 0 13062983 10060525568 20739 33554432000 1073741824 1073778376 140733700597520 140464723356344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12279/tid=12296] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12296/stat : 12296 (java) S 12276 12279 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13062983 10060525568 20739 33554432000 1073741824 1073778376 140733700597520 140464722303992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12279/tid=12297] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12297/stat : 12297 (java) S 12276 12279 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13062983 10060525568 20739 33554432000 1073741824 1073778376 140733700597520 140464721251656 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12279/tid=12301] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12301/stat : 12301 (java) S 12276 12279 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13062997 10060525568 20739 33554432000 1073741824 1073778376 140733700597520 140464717038760 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=36 pid=1832 uid=0 cmd=

[startup+6.30082 s]
/proc/loadavg: 0.92 1.20 1.33 1/190 12331
/proc/meminfo: memFree=29780968/32872528 swapFree=1484672/1662500
[pid=12279] ppid=12276 vsize=9824732 CPUtime=2.19 cores=1,3,5,7
/proc/12279/stat : 12279 (java) S 12276 12279 21085 0 -1 4202496 18128 0 1 0 207 12 0 0 20 0 19 0 13062978 10060525568 33992 33554432000 1073741824 1073778376 140733700597520 140733700588656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12279/statm: 2456183 33992 2269 9 0 2446860 0
[pid=12279/tid=12280] ppid=12276 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/12279/task/12280/stat : 12280 (java) S 12276 12279 21085 0 -1 4202560 2418 0 1 0 14 2 0 0 20 0 19 0 13062979 10060525568 33992 33554432000 1073741824 1073778376 140733700597520 140464905180024 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12279/tid=12282] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12282/stat : 12282 (java) S 12276 12279 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13062979 10060525568 33992 33554432000 1073741824 1073778376 140733700597520 140464894240936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12279/tid=12283] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12283/stat : 12283 (java) S 12276 12279 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13062979 10060525568 33992 33554432000 1073741824 1073778376 140733700597520 140464747133224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12279/tid=12284] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12284/stat : 12284 (java) S 12276 12279 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13062979 10060525568 33992 33554432000 1073741824 1073778376 140733700597520 140464746080680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12279/tid=12285] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12285/stat : 12285 (java) S 12276 12279 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13062979 10060525568 33992 33554432000 1073741824 1073778376 140733700597520 140464745028136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12279/tid=12286] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12286/stat : 12286 (java) S 12276 12279 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13062979 10060525568 33992 33554432000 1073741824 1073778376 140733700597520 140464743975592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12279/tid=12287] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12287/stat : 12287 (java) S 12276 12279 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13062979 10060525568 33992 33554432000 1073741824 1073778376 140733700597520 140464742923048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12279/tid=12288] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12288/stat : 12288 (java) S 12276 12279 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13062979 10060525568 33992 33554432000 1073741824 1073778376 140733700597520 140464741870504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12279/tid=12289] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12289/stat : 12289 (java) S 12276 12279 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13062979 10060525568 33992 33554432000 1073741824 1073778376 140733700597520 140464740817960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12279/tid=12290] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12290/stat : 12290 (java) S 12276 12279 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13062980 10060525568 33992 33554432000 1073741824 1073778376 140733700597520 140464728619112 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12279/tid=12291] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12291/stat : 12291 (java) S 12276 12279 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13062981 10060525568 33992 33554432000 1073741824 1073778376 140733700597520 140464727565432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12279/tid=12292] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12292/stat : 12292 (java) S 12276 12279 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13062981 10060525568 33992 33554432000 1073741824 1073778376 140733700597520 140464726512776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12279/tid=12293] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12293/stat : 12293 (java) S 12276 12279 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13062983 10060525568 33992 33554432000 1073741824 1073778376 140733700597520 140464725461520 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12279/tid=12294] ppid=12276 vsize=9824732 CPUtime=0.62 cores=1,3,5,7

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

[pid=12279/tid=12285] ppid=12276 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12279/task/12285/stat : 12285 (java) S 12276 12279 21085 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 13062979 10060525568 53047 33554432000 1073741824 1073778376 140733700597520 140464745028136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12279/tid=12286] ppid=12276 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12279/task/12286/stat : 12286 (java) S 12276 12279 21085 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 19 0 13062979 10060525568 53047 33554432000 1073741824 1073778376 140733700597520 140464743975592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12279/tid=12287] ppid=12276 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/12279/task/12287/stat : 12287 (java) S 12276 12279 21085 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 19 0 13062979 10060525568 53047 33554432000 1073741824 1073778376 140733700597520 140464742923048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12279/tid=12288] ppid=12276 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/12279/task/12288/stat : 12288 (java) S 12276 12279 21085 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 13062979 10060525568 53047 33554432000 1073741824 1073778376 140733700597520 140464741870504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12279/tid=12289] ppid=12276 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12279/task/12289/stat : 12289 (java) S 12276 12279 21085 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 13062979 10060525568 53047 33554432000 1073741824 1073778376 140733700597520 140464740817960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12279/tid=12290] ppid=12276 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/12279/task/12290/stat : 12290 (java) S 12276 12279 21085 0 -1 4202560 10 0 0 0 1 9 0 0 20 0 19 0 13062980 10060525568 53047 33554432000 1073741824 1073778376 140733700597520 140464728619112 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12279/tid=12291] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12291/stat : 12291 (java) S 12276 12279 21085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13062981 10060525568 53047 33554432000 1073741824 1073778376 140733700597520 140464727565432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12279/tid=12292] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12292/stat : 12292 (java) S 12276 12279 21085 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 19 0 13062981 10060525568 53047 33554432000 1073741824 1073778376 140733700597520 140464726512776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12279/tid=12293] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12293/stat : 12293 (java) S 12276 12279 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13062983 10060525568 53047 33554432000 1073741824 1073778376 140733700597520 140464725461520 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12279/tid=12294] ppid=12276 vsize=9824732 CPUtime=1.57 cores=1,3,5,7
/proc/12279/task/12294/stat : 12294 (java) S 12276 12279 21085 0 -1 4202560 17087 0 0 0 153 4 0 0 20 0 19 0 13062983 10060525568 53047 33554432000 1073741824 1073778376 140733700597520 140464724408888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12279/tid=12295] ppid=12276 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/12279/task/12295/stat : 12295 (java) S 12276 12279 21085 0 -1 4202560 10692 0 0 0 106 3 0 0 20 0 19 0 13062983 10060525568 53047 33554432000 1073741824 1073778376 140733700597520 140464723356344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12279/tid=12296] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12296/stat : 12296 (java) S 12276 12279 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13062983 10060525568 53047 33554432000 1073741824 1073778376 140733700597520 140464722303992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12279/tid=12297] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12297/stat : 12297 (java) S 12276 12279 21085 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13062983 10060525568 53047 33554432000 1073741824 1073778376 140733700597520 140464721251656 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12279/tid=12301] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12301/stat : 12301 (java) S 12276 12279 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13062997 10060525568 53047 33554432000 1073741824 1073778376 140733700597520 140464717038760 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 14.86
Current children cumulated vsize (KiB) 9824732

[startup+54.4008 s]
/proc/loadavg: 0.58 1.06 1.27 3/192 12617
/proc/meminfo: memFree=29676168/32872528 swapFree=1484672/1662500
[pid=12279] ppid=12276 vsize=9824732 CPUtime=15.9 cores=1,3,5,7
/proc/12279/stat : 12279 (java) S 12276 12279 21085 0 -1 4202496 32576 0 1 0 1445 145 0 0 20 0 19 0 13062978 10060525568 53351 33554432000 1073741824 1073778376 140733700597520 140733700588656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12279/statm: 2456183 53351 2288 9 0 2446860 0
[pid=12279/tid=12280] ppid=12276 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/12279/task/12280/stat : 12280 (java) R 12276 12279 21085 0 -1 4202560 2422 0 1 0 26 2 0 0 20 0 19 0 13062979 10060525568 53351 33554432000 1073741824 1073778376 140733700597520 140464905180024 140464775441234 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12279/tid=12282] ppid=12276 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/12279/task/12282/stat : 12282 (java) S 12276 12279 21085 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 13062979 10060525568 53351 33554432000 1073741824 1073778376 140733700597520 140464894240936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12279/tid=12283] ppid=12276 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12279/task/12283/stat : 12283 (java) S 12276 12279 21085 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 19 0 13062979 10060525568 53351 33554432000 1073741824 1073778376 140733700597520 140464747133224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12279/tid=12284] ppid=12276 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12279/task/12284/stat : 12284 (java) S 12276 12279 21085 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 13062979 10060525568 53351 33554432000 1073741824 1073778376 140733700597520 140464746080680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12279/tid=12285] ppid=12276 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/12279/task/12285/stat : 12285 (java) S 12276 12279 21085 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 19 0 13062979 10060525568 53351 33554432000 1073741824 1073778376 140733700597520 140464745028136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12279/tid=12286] ppid=12276 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12279/task/12286/stat : 12286 (java) S 12276 12279 21085 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 19 0 13062979 10060525568 53351 33554432000 1073741824 1073778376 140733700597520 140464743975592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12279/tid=12287] ppid=12276 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/12279/task/12287/stat : 12287 (java) S 12276 12279 21085 0 -1 4202560 27 0 0 0 5 0 0 0 20 0 19 0 13062979 10060525568 53351 33554432000 1073741824 1073778376 140733700597520 140464742923048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12279/tid=12288] ppid=12276 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/12279/task/12288/stat : 12288 (java) S 12276 12279 21085 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 13062979 10060525568 53351 33554432000 1073741824 1073778376 140733700597520 140464741870504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12279/tid=12289] ppid=12276 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12279/task/12289/stat : 12289 (java) S 12276 12279 21085 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 19 0 13062979 10060525568 53351 33554432000 1073741824 1073778376 140733700597520 140464740817960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12279/tid=12290] ppid=12276 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/12279/task/12290/stat : 12290 (java) S 12276 12279 21085 0 -1 4202560 10 0 0 0 1 9 0 0 20 0 19 0 13062980 10060525568 53351 33554432000 1073741824 1073778376 140733700597520 140464728619112 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12279/tid=12291] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12291/stat : 12291 (java) S 12276 12279 21085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13062981 10060525568 53351 33554432000 1073741824 1073778376 140733700597520 140464727565432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12279/tid=12292] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12292/stat : 12292 (java) S 12276 12279 21085 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 19 0 13062981 10060525568 53351 33554432000 1073741824 1073778376 140733700597520 140464726512776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12279/tid=12293] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12293/stat : 12293 (java) S 12276 12279 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13062983 10060525568 53351 33554432000 1073741824 1073778376 140733700597520 140464725461520 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12279/tid=12294] ppid=12276 vsize=9824732 CPUtime=1.57 cores=1,3,5,7
/proc/12279/task/12294/stat : 12294 (java) S 12276 12279 21085 0 -1 4202560 17087 0 0 0 153 4 0 0 20 0 19 0 13062983 10060525568 53351 33554432000 1073741824 1073778376 140733700597520 140464724408888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12279/tid=12295] ppid=12276 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/12279/task/12295/stat : 12295 (java) S 12276 12279 21085 0 -1 4202560 10692 0 0 0 106 3 0 0 20 0 19 0 13062983 10060525568 53351 33554432000 1073741824 1073778376 140733700597520 140464723356344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12279/tid=12296] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12296/stat : 12296 (java) S 12276 12279 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13062983 10060525568 53351 33554432000 1073741824 1073778376 140733700597520 140464722303992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12279/tid=12297] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12297/stat : 12297 (java) S 12276 12279 21085 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13062983 10060525568 53351 33554432000 1073741824 1073778376 140733700597520 140464721251656 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12279/tid=12301] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12301/stat : 12301 (java) S 12276 12279 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13062997 10060525568 53351 33554432000 1073741824 1073778376 140733700597520 140464717038760 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 15.9
Current children cumulated vsize (KiB) 9824732

[startup+55.2008 s]
/proc/loadavg: 0.58 1.06 1.27 3/193 12621
/proc/meminfo: memFree=29676460/32872528 swapFree=1484672/1662500
[pid=12279] ppid=12276 vsize=9824732 CPUtime=17.49 cores=1,3,5,7
/proc/12279/stat : 12279 (java) S 12276 12279 21085 0 -1 4202496 32588 0 1 0 1603 146 0 0 20 0 20 0 13062978 10060525568 53257 33554432000 1073741824 1073778376 140733700597520 140733700588656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12279/statm: 2456183 53257 2288 9 0 2446860 0
[pid=12279/tid=12280] ppid=12276 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/12279/task/12280/stat : 12280 (java) S 12276 12279 21085 0 -1 4202560 2422 0 1 0 26 2 0 0 20 0 20 0 13062979 10060525568 53257 33554432000 1073741824 1073778376 140733700597520 140464905180024 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12279/tid=12282] ppid=12276 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/12279/task/12282/stat : 12282 (java) S 12276 12279 21085 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 20 0 13062979 10060525568 53257 33554432000 1073741824 1073778376 140733700597520 140464894240936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12279/tid=12283] ppid=12276 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12279/task/12283/stat : 12283 (java) S 12276 12279 21085 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 20 0 13062979 10060525568 53257 33554432000 1073741824 1073778376 140733700597520 140464747133224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12279/tid=12284] ppid=12276 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12279/task/12284/stat : 12284 (java) S 12276 12279 21085 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 20 0 13062979 10060525568 53257 33554432000 1073741824 1073778376 140733700597520 140464746080680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12279/tid=12285] ppid=12276 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/12279/task/12285/stat : 12285 (java) S 12276 12279 21085 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 20 0 13062979 10060525568 53257 33554432000 1073741824 1073778376 140733700597520 140464745028136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12279/tid=12286] ppid=12276 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12279/task/12286/stat : 12286 (java) S 12276 12279 21085 0 -1 4202560 29 0 0 0 3 0 0 0 20 0 20 0 13062979 10060525568 53257 33554432000 1073741824 1073778376 140733700597520 140464743975592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12279/tid=12287] ppid=12276 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/12279/task/12287/stat : 12287 (java) S 12276 12279 21085 0 -1 4202560 28 0 0 0 5 0 0 0 20 0 20 0 13062979 10060525568 53257 33554432000 1073741824 1073778376 140733700597520 140464742923048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12279/tid=12288] ppid=12276 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/12279/task/12288/stat : 12288 (java) S 12276 12279 21085 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 20 0 13062979 10060525568 53257 33554432000 1073741824 1073778376 140733700597520 140464741870504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12279/tid=12289] ppid=12276 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12279/task/12289/stat : 12289 (java) S 12276 12279 21085 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 20 0 13062979 10060525568 53257 33554432000 1073741824 1073778376 140733700597520 140464740817960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12279/tid=12290] ppid=12276 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/12279/task/12290/stat : 12290 (java) S 12276 12279 21085 0 -1 4202560 10 0 0 0 1 9 0 0 20 0 20 0 13062980 10060525568 53257 33554432000 1073741824 1073778376 140733700597520 140464728619112 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12279/tid=12291] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12291/stat : 12291 (java) S 12276 12279 21085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 13062981 10060525568 53257 33554432000 1073741824 1073778376 140733700597520 140464727565432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12279/tid=12292] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12292/stat : 12292 (java) S 12276 12279 21085 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 20 0 13062981 10060525568 53257 33554432000 1073741824 1073778376 140733700597520 140464726512776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12279/tid=12293] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12293/stat : 12293 (java) S 12276 12279 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13062983 10060525568 53257 33554432000 1073741824 1073778376 140733700597520 140464725461520 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12279/tid=12294] ppid=12276 vsize=9824732 CPUtime=1.57 cores=1,3,5,7
/proc/12279/task/12294/stat : 12294 (java) S 12276 12279 21085 0 -1 4202560 17087 0 0 0 153 4 0 0 20 0 20 0 13062983 10060525568 53257 33554432000 1073741824 1073778376 140733700597520 140464724408888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12279/tid=12295] ppid=12276 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/12279/task/12295/stat : 12295 (java) S 12276 12279 21085 0 -1 4202560 10692 0 0 0 106 3 0 0 20 0 20 0 13062983 10060525568 53257 33554432000 1073741824 1073778376 140733700597520 140464723356344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12279/tid=12296] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12296/stat : 12296 (java) S 12276 12279 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13062983 10060525568 53257 33554432000 1073741824 1073778376 140733700597520 140464722303992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12279/tid=12297] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12297/stat : 12297 (java) S 12276 12279 21085 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 13062983 10060525568 53257 33554432000 1073741824 1073778376 140733700597520 140464721251656 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12279/tid=12301] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12301/stat : 12301 (java) S 12276 12279 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 13062997 10060525568 53257 33554432000 1073741824 1073778376 140733700597520 140464717038760 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12279/tid=12620] ppid=12276 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/12279/task/12620/stat : 12620 (java) R 12276 12279 21085 0 -1 4202560 2 0 0 0 78 0 0 0 20 0 20 0 13068418 10060525568 53257 33554432000 1073741824 1073778376 140733700597520 140464718089144 140464775344494 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 17.49
Current children cumulated vsize (KiB) 9824732

[startup+55.4009 s]
/proc/loadavg: 0.58 1.06 1.27 3/193 12621
/proc/meminfo: memFree=29676460/32872528 swapFree=1484672/1662500
[pid=12279] ppid=12276 vsize=9824732 CPUtime=17.53 cores=1,3,5,7
/proc/12279/stat : 12279 (java) S 12276 12279 21085 0 -1 4202496 32588 0 1 0 1606 147 0 0 20 0 19 0 13062978 10060525568 53255 33554432000 1073741824 1073778376 140733700597520 140733700588656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12279/statm: 2456183 53255 2288 9 0 2446860 0
[pid=12279/tid=12280] ppid=12276 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/12279/task/12280/stat : 12280 (java) S 12276 12279 21085 0 -1 4202560 2422 0 1 0 26 2 0 0 20 0 19 0 13062979 10060525568 53255 33554432000 1073741824 1073778376 140733700597520 140464905180024 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12279/tid=12282] ppid=12276 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/12279/task/12282/stat : 12282 (java) S 12276 12279 21085 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 13062979 10060525568 53255 33554432000 1073741824 1073778376 140733700597520 140464894240936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12279/tid=12283] ppid=12276 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12279/task/12283/stat : 12283 (java) S 12276 12279 21085 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 19 0 13062979 10060525568 53255 33554432000 1073741824 1073778376 140733700597520 140464747133224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12279/tid=12284] ppid=12276 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12279/task/12284/stat : 12284 (java) S 12276 12279 21085 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 13062979 10060525568 53255 33554432000 1073741824 1073778376 140733700597520 140464746080680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12279/tid=12285] ppid=12276 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/12279/task/12285/stat : 12285 (java) S 12276 12279 21085 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 19 0 13062979 10060525568 53255 33554432000 1073741824 1073778376 140733700597520 140464745028136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12279/tid=12286] ppid=12276 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12279/task/12286/stat : 12286 (java) S 12276 12279 21085 0 -1 4202560 29 0 0 0 3 0 0 0 20 0 19 0 13062979 10060525568 53255 33554432000 1073741824 1073778376 140733700597520 140464743975592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12279/tid=12287] ppid=12276 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/12279/task/12287/stat : 12287 (java) S 12276 12279 21085 0 -1 4202560 28 0 0 0 5 0 0 0 20 0 19 0 13062979 10060525568 53255 33554432000 1073741824 1073778376 140733700597520 140464742923048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12279/tid=12288] ppid=12276 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/12279/task/12288/stat : 12288 (java) S 12276 12279 21085 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 13062979 10060525568 53255 33554432000 1073741824 1073778376 140733700597520 140464741870504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12279/tid=12289] ppid=12276 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12279/task/12289/stat : 12289 (java) S 12276 12279 21085 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 19 0 13062979 10060525568 53255 33554432000 1073741824 1073778376 140733700597520 140464740817960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12279/tid=12290] ppid=12276 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/12279/task/12290/stat : 12290 (java) S 12276 12279 21085 0 -1 4202560 10 0 0 0 1 9 0 0 20 0 19 0 13062980 10060525568 53255 33554432000 1073741824 1073778376 140733700597520 140464728619112 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12279/tid=12291] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12291/stat : 12291 (java) S 12276 12279 21085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13062981 10060525568 53255 33554432000 1073741824 1073778376 140733700597520 140464727565432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12279/tid=12292] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12292/stat : 12292 (java) S 12276 12279 21085 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 19 0 13062981 10060525568 53255 33554432000 1073741824 1073778376 140733700597520 140464726512776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12279/tid=12293] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12293/stat : 12293 (java) S 12276 12279 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13062983 10060525568 53255 33554432000 1073741824 1073778376 140733700597520 140464725461520 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12279/tid=12294] ppid=12276 vsize=9824732 CPUtime=1.57 cores=1,3,5,7
/proc/12279/task/12294/stat : 12294 (java) S 12276 12279 21085 0 -1 4202560 17087 0 0 0 153 4 0 0 20 0 19 0 13062983 10060525568 53255 33554432000 1073741824 1073778376 140733700597520 140464724408888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12279/tid=12295] ppid=12276 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/12279/task/12295/stat : 12295 (java) S 12276 12279 21085 0 -1 4202560 10692 0 0 0 106 3 0 0 20 0 19 0 13062983 10060525568 53255 33554432000 1073741824 1073778376 140733700597520 140464723356344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12279/tid=12296] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12296/stat : 12296 (java) S 12276 12279 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13062983 10060525568 53255 33554432000 1073741824 1073778376 140733700597520 140464722303992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12279/tid=12297] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12297/stat : 12297 (java) S 12276 12279 21085 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13062983 10060525568 53255 33554432000 1073741824 1073778376 140733700597520 140464721251656 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12279/tid=12301] ppid=12276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12279/task/12301/stat : 12301 (java) S 12276 12279 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13062997 10060525568 53255 33554432000 1073741824 1073778376 140733700597520 140464717038760 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 17.53
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 55.4382
CPU time (s): 17.6313
CPU user time (s): 16.0796
CPU system time (s): 1.55176
CPU usage (%): 31.8036
Max. virtual memory (cumulated for all children) (KiB): 9825852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.0796
system time used= 1.55176
maximum resident set size= 217460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32601
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= 3787
involuntary context switches= 1092

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.341948 second user time and 0.438933 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-30 23:11:45
IDJOB=4109405
IDBENCH=78800
IDSOLVER=2552
FILE ID=node134/4109405-1467321104
RUNJOBID= node134-1467318920-6227
PBS_JOBID= 20005262
Free space on /tmp= 71708 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.1110968898--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109405-1467321104/watcher-4109405-1467321104 -o /tmp/evaluation-result-4109405-1467321104/solver-4109405-1467321104 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467318920-6227 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109405-1467321104.wbo

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

MD5SUM BENCH= e7c7fdedab1a2bafff6e9372021fd59b
RANDOM SEED=332245794

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.738
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.738
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.54
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.738
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.738
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.738
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29884348 kB
Buffers:          174248 kB
Cached:           392828 kB
SwapCached:            0 kB
Active:           253136 kB
Inactive:         328608 kB
Active(anon):      11528 kB
Inactive(anon):     5960 kB
Active(file):     241608 kB
Inactive(file):   322648 kB
Unevictable:     1662500 kB
Mlocked:         1484672 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               828 kB
Writeback:             0 kB
AnonPages:       1677440 kB
Mapped:            13228 kB
Shmem:               216 kB
Slab:             612516 kB
SReclaimable:      56368 kB
SUnreclaim:       556148 kB
KernelStack:        1384 kB
PageTables:         6948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1762100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    180224 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= 71708 MiB
End job on node134 at 2016-06-30 23:12:40