Trace number 4109437

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 25.6301 60.3725

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110968561--soft-66-100-0.wbo
MD5SUMc98926f0ffff319dfbaa3e1b39be6827
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark19
Best CPU time to get the best result obtained on this benchmark8.99263
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 1247
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.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4109437-1467321144.wbo
0.07/0.13	c reading problem ... 
0.07/0.19	c ... done. Wall clock time 0.064s.
0.07/0.19	c declared #vars     169
0.07/0.19	c internal #vars     211
0.07/0.19	c #constraints  101
0.07/0.19	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.07/0.19	c constraints type 
0.07/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.07/0.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
0.07/0.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.07/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
0.07/0.19	c 101 constraints processed.
0.07/0.19	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.07/0.19	c constraints type 
0.07/0.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3
0.07/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 27
0.07/0.20	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 41
0.07/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 30
0.07/0.20	c 101 constraints processed.
0.07/0.20	c objective function length is 42 literals
1.38/0.58	c And the winner is solver0
1.95/0.70	c SATISFIABLE
1.95/0.70	c OPTIMIZING...
1.95/0.70	c Got one! Elapsed wall clock time (in seconds):0.568
1.95/0.70	o 1282
1.95/0.74	c And the winner is solver0
2.10/1.20	c Got one! Elapsed wall clock time (in seconds):1.069
2.10/1.20	o 812
2.41/1.33	c cleaning 2748 clauses out of 5498 with flag 5716/5498
2.41/1.34	c And the winner is solver0
2.96/1.70	c Got one! Elapsed wall clock time (in seconds):1.57
2.96/1.70	o 806
2.96/1.70	c And the winner is solver0
2.96/2.20	c Got one! Elapsed wall clock time (in seconds):2.071
2.96/2.20	o 727
2.96/2.20	c And the winner is solver0
2.96/2.70	c Got one! Elapsed wall clock time (in seconds):2.572
2.96/2.70	o 726
2.96/2.71	c And the winner is solver0
2.96/3.20	c Got one! Elapsed wall clock time (in seconds):3.073
2.96/3.20	o 690
2.96/3.21	c And the winner is solver0
2.96/3.70	c Got one! Elapsed wall clock time (in seconds):3.574
2.96/3.70	o 684
2.96/3.71	c And the winner is solver0
3.01/4.20	c Got one! Elapsed wall clock time (in seconds):4.075
3.01/4.20	o 677
3.01/4.22	c And the winner is solver0
3.05/4.70	c Got one! Elapsed wall clock time (in seconds):4.576
3.05/4.70	o 675
3.05/4.73	c And the winner is solver0
3.11/5.21	c Got one! Elapsed wall clock time (in seconds):5.077
3.11/5.21	o 661
3.11/5.23	c And the winner is solver0
3.18/5.71	c Got one! Elapsed wall clock time (in seconds):5.578
3.18/5.71	o 658
3.18/5.75	c And the winner is solver0
3.33/6.21	c Got one! Elapsed wall clock time (in seconds):6.079
3.33/6.21	o 650
3.33/6.21	c And the winner is solver0
3.33/6.71	c Got one! Elapsed wall clock time (in seconds):6.58
3.33/6.71	o 643
3.33/6.72	c And the winner is solver0
3.39/7.21	c Got one! Elapsed wall clock time (in seconds):7.081
3.39/7.21	o 639
3.39/7.21	c And the winner is solver0
3.39/7.71	c Got one! Elapsed wall clock time (in seconds):7.582
3.39/7.71	o 621
3.39/7.72	c And the winner is solver0
3.40/8.21	c Got one! Elapsed wall clock time (in seconds):8.083
3.40/8.21	o 614
3.40/8.22	c And the winner is solver0
3.44/8.71	c Got one! Elapsed wall clock time (in seconds):8.584
3.44/8.71	o 603
3.44/8.73	c And the winner is solver0
3.48/9.21	c Got one! Elapsed wall clock time (in seconds):9.085
3.48/9.21	o 597
3.48/9.22	c And the winner is solver0
3.48/9.71	c Got one! Elapsed wall clock time (in seconds):9.586
3.48/9.71	o 593
3.48/9.72	c And the winner is solver0
3.48/10.22	c Got one! Elapsed wall clock time (in seconds):10.087
3.48/10.22	o 587
3.66/10.30	c And the winner is solver0
3.68/10.72	c Got one! Elapsed wall clock time (in seconds):10.588
3.68/10.72	o 586
3.68/10.73	c And the winner is solver0
3.73/11.22	c Got one! Elapsed wall clock time (in seconds):11.089
3.73/11.22	o 583
3.73/11.27	c And the winner is solver0
3.84/11.72	c Got one! Elapsed wall clock time (in seconds):11.59
3.84/11.72	o 581
3.84/11.73	c And the winner is solver0
3.89/12.22	c Got one! Elapsed wall clock time (in seconds):12.091
3.89/12.22	o 578
3.89/12.23	c And the winner is solver0
3.94/12.72	c Got one! Elapsed wall clock time (in seconds):12.592
3.94/12.72	o 575
3.94/12.75	c And the winner is solver0
4.02/13.22	c Got one! Elapsed wall clock time (in seconds):13.093
4.02/13.22	o 573
4.02/13.23	c And the winner is solver0
4.03/13.72	c Got one! Elapsed wall clock time (in seconds):13.594
4.03/13.72	o 566
4.03/13.73	c And the winner is solver0
4.07/14.22	c Got one! Elapsed wall clock time (in seconds):14.095
4.07/14.22	o 564
4.07/14.23	c And the winner is solver0
4.12/14.72	c Got one! Elapsed wall clock time (in seconds):14.596
4.12/14.72	o 558
4.12/14.73	c And the winner is solver0
4.12/15.23	c Got one! Elapsed wall clock time (in seconds):15.097
4.12/15.23	o 555
4.12/15.24	c And the winner is solver0
4.16/15.73	c Got one! Elapsed wall clock time (in seconds):15.598
4.16/15.73	o 554
4.16/15.74	c And the winner is solver0
4.16/16.23	c Got one! Elapsed wall clock time (in seconds):16.099
4.16/16.23	o 552
4.16/16.23	c And the winner is solver0
4.18/16.73	c Got one! Elapsed wall clock time (in seconds):16.6
4.18/16.73	o 546
4.18/16.75	c And the winner is solver0
4.24/17.23	c Got one! Elapsed wall clock time (in seconds):17.101
4.24/17.23	o 532
4.24/17.24	c And the winner is solver0
4.26/17.73	c Got one! Elapsed wall clock time (in seconds):17.602
4.26/17.73	o 531
4.26/17.75	c And the winner is solver0
4.36/18.23	c Got one! Elapsed wall clock time (in seconds):18.103
4.36/18.23	o 527
4.36/18.25	c And the winner is solver0
4.42/18.73	c Got one! Elapsed wall clock time (in seconds):18.604
4.42/18.73	o 522
4.42/18.74	c And the winner is solver0
4.42/19.23	c Got one! Elapsed wall clock time (in seconds):19.105
4.42/19.23	o 517
4.42/19.24	c And the winner is solver0
4.42/19.73	c Got one! Elapsed wall clock time (in seconds):19.606
4.42/19.73	o 515
4.42/19.75	c And the winner is solver0
4.47/20.23	c Got one! Elapsed wall clock time (in seconds):20.107
4.47/20.23	o 511
4.47/20.24	c And the winner is solver0
4.47/20.74	c Got one! Elapsed wall clock time (in seconds):20.608
4.47/20.74	o 489
4.47/20.76	c And the winner is solver0
4.54/21.24	c Got one! Elapsed wall clock time (in seconds):21.109
4.54/21.24	o 483
4.68/21.33	c cleaning 9991 clauses out of 19985 with flag 3288/22733
4.68/21.35	c And the winner is solver0
5.08/21.74	c Got one! Elapsed wall clock time (in seconds):21.609
5.08/21.74	o 475
5.08/21.74	c And the winner is solver0
5.08/22.24	c Got one! Elapsed wall clock time (in seconds):22.11
5.08/22.24	o 472
5.08/22.27	c And the winner is solver0
5.17/22.74	c Got one! Elapsed wall clock time (in seconds):22.611
5.17/22.74	o 469
5.17/22.75	c And the winner is solver0
5.19/23.24	c Got one! Elapsed wall clock time (in seconds):23.112
5.19/23.24	o 466
5.19/23.25	c And the winner is solver0
5.21/23.74	c Got one! Elapsed wall clock time (in seconds):23.613
5.21/23.74	o 465
5.21/23.75	c And the winner is solver0
5.23/24.24	c Got one! Elapsed wall clock time (in seconds):24.114
5.23/24.24	o 464
5.23/24.25	c And the winner is solver0
5.31/24.74	c Got one! Elapsed wall clock time (in seconds):24.615
5.31/24.74	o 456
5.31/24.75	c And the winner is solver0
5.31/25.24	c Got one! Elapsed wall clock time (in seconds):25.116
5.31/25.24	o 454
5.31/25.25	c And the winner is solver0
5.33/25.74	c Got one! Elapsed wall clock time (in seconds):25.617
5.33/25.74	o 453
5.33/25.76	c And the winner is solver0
5.37/26.25	c Got one! Elapsed wall clock time (in seconds):26.117
5.37/26.25	o 447
5.37/26.25	c And the winner is solver0
5.39/26.75	c Got one! Elapsed wall clock time (in seconds):26.618
5.39/26.75	o 430
5.39/26.76	c And the winner is solver0
5.41/27.25	c Got one! Elapsed wall clock time (in seconds):27.119
5.41/27.25	o 420
5.41/27.25	c And the winner is solver0
5.41/27.75	c Got one! Elapsed wall clock time (in seconds):27.62
5.41/27.75	o 411
5.41/27.75	c And the winner is solver0
5.43/28.25	c Got one! Elapsed wall clock time (in seconds):28.121
5.43/28.25	o 405
5.43/28.25	c And the winner is solver0
5.45/28.75	c Got one! Elapsed wall clock time (in seconds):28.622
5.45/28.75	o 394
5.45/28.77	c And the winner is solver0
5.49/29.25	c Got one! Elapsed wall clock time (in seconds):29.123
5.49/29.25	o 389
5.49/29.25	c And the winner is solver0
5.49/29.75	c Got one! Elapsed wall clock time (in seconds):29.623
5.49/29.75	o 354
5.49/29.76	c And the winner is solver0
5.53/30.25	c Got one! Elapsed wall clock time (in seconds):30.124
5.53/30.25	o 351
5.53/30.29	c And the winner is solver0
5.64/30.75	c Got one! Elapsed wall clock time (in seconds):30.625
5.64/30.75	o 350
5.64/30.80	c And the winner is solver0
5.75/31.25	c Got one! Elapsed wall clock time (in seconds):31.126
5.75/31.25	o 346
5.75/31.28	c And the winner is solver0
5.82/31.75	c Got one! Elapsed wall clock time (in seconds):31.626
5.82/31.75	o 339
5.82/31.76	c And the winner is solver0
5.82/32.25	c Got one! Elapsed wall clock time (in seconds):32.127
5.82/32.25	o 336
5.82/32.29	c And the winner is solver0
5.89/32.76	c Got one! Elapsed wall clock time (in seconds):32.628
5.89/32.76	o 330
5.89/32.76	c And the winner is solver0
5.89/33.26	c Got one! Elapsed wall clock time (in seconds):33.128
5.89/33.26	o 306
5.89/33.26	c And the winner is solver0
5.89/33.76	c Got one! Elapsed wall clock time (in seconds):33.629
5.89/33.76	o 293
5.89/33.77	c And the winner is solver0
5.94/34.26	c Got one! Elapsed wall clock time (in seconds):34.13
5.94/34.26	o 283
5.94/34.27	c And the winner is solver0
5.98/34.76	c Got one! Elapsed wall clock time (in seconds):34.631
5.98/34.76	o 250
5.98/34.76	c And the winner is solver0
5.98/35.26	c Got one! Elapsed wall clock time (in seconds):35.132
5.98/35.26	o 235
5.98/35.27	c And the winner is solver0
5.98/35.76	c Got one! Elapsed wall clock time (in seconds):35.632
5.98/35.76	o 234
5.98/35.76	c And the winner is solver0
5.98/36.26	c Got one! Elapsed wall clock time (in seconds):36.133
5.98/36.26	o 233
5.98/36.27	c And the winner is solver0
6.02/36.76	c Got one! Elapsed wall clock time (in seconds):36.634
6.02/36.76	o 227
6.09/36.89	c And the winner is solver0
6.30/37.26	c Got one! Elapsed wall clock time (in seconds):37.135
6.30/37.26	o 226
6.72/37.42	c cleaning 11756 clauses out of 23516 with flag 6999/36255
7.11/37.51	c And the winner is solver0
7.33/37.76	c Got one! Elapsed wall clock time (in seconds):37.635
7.33/37.76	o 218
7.33/37.77	c And the winner is solver0
7.40/38.26	c Got one! Elapsed wall clock time (in seconds):38.136
7.40/38.26	o 213
7.40/38.29	c And the winner is solver0
7.46/38.76	c Got one! Elapsed wall clock time (in seconds):38.637
7.46/38.76	o 190
7.55/38.87	c And the winner is solver0
7.72/39.27	c Got one! Elapsed wall clock time (in seconds):39.137
7.72/39.27	o 186
7.72/39.28	c And the winner is solver0
7.76/39.77	c Got one! Elapsed wall clock time (in seconds):39.638
7.76/39.77	o 183
7.76/39.78	c And the winner is solver0
7.80/40.27	c Got one! Elapsed wall clock time (in seconds):40.139
7.80/40.27	o 174
7.86/40.33	c cleaning 9262 clauses out of 18524 with flag 3673/43019
7.86/40.39	c And the winner is solver0
8.06/40.77	c Got one! Elapsed wall clock time (in seconds):40.64
8.06/40.77	o 169
8.06/40.79	c And the winner is solver0
8.11/41.27	c Got one! Elapsed wall clock time (in seconds):41.141
8.11/41.27	o 168
8.19/41.35	c And the winner is solver0
8.30/41.77	c Got one! Elapsed wall clock time (in seconds):41.641
8.30/41.77	o 164
8.37/41.88	c And the winner is solver0
8.54/42.27	c Got one! Elapsed wall clock time (in seconds):42.142
8.54/42.27	o 162
8.60/42.33	c cleaning 8441 clauses out of 16886 with flag 3727/50643
9.02/42.54	c And the winner is solver0
9.13/42.77	c Got one! Elapsed wall clock time (in seconds):42.643
9.13/42.77	o 155
9.13/42.78	c And the winner is solver0
9.15/43.27	c Got one! Elapsed wall clock time (in seconds):43.143
9.15/43.27	o 152
9.15/43.29	c And the winner is solver0
9.21/43.77	c Got one! Elapsed wall clock time (in seconds):43.644
9.21/43.77	o 149
9.26/43.82	c And the winner is solver0
9.32/44.27	c Got one! Elapsed wall clock time (in seconds):44.145
9.32/44.27	o 146
9.36/44.36	c And the winner is solver0
9.55/44.77	c Got one! Elapsed wall clock time (in seconds):44.646
9.55/44.77	o 142
9.79/44.93	c cleaning 10286 clauses out of 20584 with flag 11649/62782
10.02/45.06	c And the winner is solver0
10.31/45.27	c Got one! Elapsed wall clock time (in seconds):45.146
10.31/45.27	o 141
10.35/45.36	c cleaning 7901 clauses out of 15820 with flag 7298/68304
10.75/45.57	c cleaning 6954 clauses out of 13919 with flag 29574/74304
10.96/45.66	c And the winner is solver0
11.11/45.78	c Got one! Elapsed wall clock time (in seconds):45.647
11.11/45.78	o 136
11.15/45.88	c cleaning 6159 clauses out of 12339 with flag 11290/79678
11.35/45.98	c And the winner is solver0
11.55/46.28	c Got one! Elapsed wall clock time (in seconds):46.148
11.55/46.28	o 121
11.55/46.30	c And the winner is solver0
11.61/46.78	c Got one! Elapsed wall clock time (in seconds):46.649
11.61/46.78	o 118
11.65/46.86	c cleaning 5992 clauses out of 11997 with flag 8140/85495
12.05/47.06	c cleaning 6003 clauses out of 12005 with flag 31896/91495
12.25/47.15	c And the winner is solver0
12.37/47.28	c Got one! Elapsed wall clock time (in seconds):47.149
12.37/47.28	o 117
12.37/47.29	c And the winner is solver0
12.39/47.78	c Got one! Elapsed wall clock time (in seconds):47.65
12.39/47.78	o 111
12.43/47.90	c cleaning 6024 clauses out of 12064 with flag 12727/97557
12.63/47.90	c And the winner is solver0
12.69/48.28	c Got one! Elapsed wall clock time (in seconds):48.151
12.69/48.28	o 104
12.72/48.36	c And the winner is solver0
12.87/48.78	c Got one! Elapsed wall clock time (in seconds):48.652
12.87/48.78	o 102
12.90/48.81	c And the winner is solver0
12.95/49.28	c Got one! Elapsed wall clock time (in seconds):49.152
12.95/49.28	o 101
12.95/49.29	c And the winner is solver0
12.95/49.78	c Got one! Elapsed wall clock time (in seconds):49.653
12.95/49.78	o 100
12.98/49.81	c And the winner is solver0
13.02/50.28	c Got one! Elapsed wall clock time (in seconds):50.154
13.02/50.28	o 99
13.05/50.30	c And the winner is solver0
13.07/50.78	c Got one! Elapsed wall clock time (in seconds):50.655
13.07/50.78	o 97
13.10/50.80	c And the winner is solver0
13.12/51.28	c Got one! Elapsed wall clock time (in seconds):51.155
13.12/51.28	o 82
13.15/51.32	c And the winner is solver0
13.21/51.78	c Got one! Elapsed wall clock time (in seconds):51.656
13.21/51.78	o 72
13.21/51.79	c And the winner is solver0
13.23/52.29	c Got one! Elapsed wall clock time (in seconds):52.158
13.23/52.29	o 57
13.45/52.42	c cleaning 7714 clauses out of 15427 with flag 12948/106944
13.87/52.60	c And the winner is solver0
13.92/52.79	c Got one! Elapsed wall clock time (in seconds):52.659
13.92/52.79	o 54
14.47/53.00	c cleaning 8871 clauses out of 17748 with flag 18489/116980
14.88/53.22	c cleaning 7435 clauses out of 14877 with flag 40907/122980
15.28/53.47	c cleaning 7212 clauses out of 14442 with flag 67312/129981
15.88/53.78	c cleaning 7613 clauses out of 15228 with flag 98121/137979
16.69/54.11	c And the winner is solver0
16.73/54.29	c Got one! Elapsed wall clock time (in seconds):54.162
16.73/54.29	o 51
17.14/54.54	c cleaning 10398 clauses out of 20795 with flag 21557/151159
17.54/54.79	c cleaning 8195 clauses out of 16396 with flag 46758/157159
18.16/55.04	c cleaning 7592 clauses out of 15200 with flag 73709/164158
18.36/55.12	c And the winner is solver0
18.42/55.29	c Got one! Elapsed wall clock time (in seconds):55.164
18.42/55.29	o 40
18.42/55.37	c And the winner is solver0
18.59/55.80	c Got one! Elapsed wall clock time (in seconds):55.667
18.59/55.80	o 26
18.59/55.84	c cleaning 6477 clauses out of 12958 with flag 3805/169508
18.99/56.00	c And the winner is solver0
19.07/56.30	c Got one! Elapsed wall clock time (in seconds):56.171
19.07/56.30	o 22
19.07/56.37	c And the winner is solver0
19.23/56.81	c Got one! Elapsed wall clock time (in seconds):56.681
19.23/56.81	o 20
19.40/56.99	c cleaning 8421 clauses out of 16843 with flag 16222/179871
20.11/57.24	c cleaning 7201 clauses out of 14421 with flag 41124/185871
20.58/57.49	c cleaning 7106 clauses out of 14218 with flag 69144/192872
20.58/57.49	c And the winner is solver0
20.78/57.81	c Got one! Elapsed wall clock time (in seconds):57.686
20.78/57.81	o 19
20.93/57.99	c cleaning 6089 clauses out of 12188 with flag 21455/197948
21.55/58.21	c cleaning 6046 clauses out of 12100 with flag 45678/203949
21.96/58.46	c cleaning 6524 clauses out of 13053 with flag 76432/210949
22.55/58.77	c cleaning 7260 clauses out of 14525 with flag 112485/218947
23.36/59.13	c cleaning 8134 clauses out of 16268 with flag 155164/227950
24.17/59.54	c cleaning 9061 clauses out of 18127 with flag 205438/237947
25.16/60.00	c cleaning 10026 clauses out of 20059 with flag 259970/248950
25.36/60.12	c And the winner is solver0
25.46/60.36	c >>>>>>>>>> Solver number 0 (112 answers) <<<<<<<<<<<<<<<<<<
25.46/60.36	c starts		: 254
25.46/60.36	c conflicts		: 252280
25.46/60.36	c decisions		: 391715
25.46/60.36	c propagations		: 5572843
25.46/60.36	c inspects		: 106131108
25.46/60.36	c shortcuts		: 0
25.46/60.36	c learnt literals	: 38
25.46/60.36	c learnt binary clauses	: 69
25.46/60.36	c learnt ternary clauses	: 473
25.46/60.36	c learnt constraints	: 252241
25.46/60.36	c ignored constraints	: 0
25.46/60.36	c root simplifications	: 0
25.46/60.36	c removed literals (reason simplification)	: 2156623
25.46/60.36	c reason swapping (by a shorter reason)	: 0
25.46/60.36	c Calls to reduceDB	: 31
25.46/60.36	c Number of update (reduction) of LBD	: 64661
25.46/60.36	c Imported unit clauses	: 0
25.46/60.36	c number of reductions to clauses (during analyze)	: 0
25.46/60.36	c number of learned constraints concerned by reduction	: 0
25.46/60.36	c number of learning phase by resolution	: 0
25.46/60.36	c number of learning phase by cutting planes	: 0
25.46/60.36	c speed (assignments/second)	: 92629.07434802121
25.46/60.36	c non guided choices	3614
25.46/60.36	c learnt constraints type 
25.46/60.36	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
25.46/60.36	c starts		: 112
25.46/60.36	c conflicts		: 893
25.46/60.36	c decisions		: 10637
25.46/60.36	c propagations		: 44059
25.46/60.36	c inspects		: 2700430
25.46/60.36	c shortcuts		: 0
25.46/60.36	c learnt literals	: 0
25.46/60.36	c learnt binary clauses	: 0
25.46/60.36	c learnt ternary clauses	: 0
25.46/60.36	c learnt constraints	: 805
25.46/60.36	c ignored constraints	: 0
25.46/60.36	c root simplifications	: 0
25.46/60.36	c removed literals (reason simplification)	: 0
25.46/60.36	c reason swapping (by a shorter reason)	: 0
25.46/60.36	c Calls to reduceDB	: 0
25.46/60.36	c Number of update (reduction) of LBD	: 0
25.46/60.36	c Imported unit clauses	: 0
25.46/60.36	c number of reductions to clauses (during analyze)	: 0
25.46/60.36	c number of learned constraints concerned by reduction	: 0
25.46/60.36	c number of learning phase by resolution	: 0
25.46/60.36	c number of learning phase by cutting planes	: 0
25.46/60.36	c speed (assignments/second)	: 17380.276134122287
25.46/60.36	c non guided choices	2334
25.46/60.36	c learnt constraints type 
25.46/60.36	s OPTIMUM FOUND
25.46/60.36	c Found 111 solution(s)
25.46/60.36	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 
25.46/60.36	c objective function=19
25.46/60.36	c Total wall clock time (in seconds): 60.236

Verifier Data

OK	19

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-4109437-1467321144/watcher-4109437-1467321144 -o /tmp/evaluation-result-4109437-1467321144/solver-4109437-1467321144 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1467319279-29205 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109437-1467321144.wbo 

pid=32024
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: 1.27 1.27 1.42 4/169 32027
/proc/meminfo: memFree=30052116/32872528 swapFree=1427768/1542232
[pid=32027] ppid=32024 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/32027/stat : 32027 (java) D 32024 32027 15544 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 13075401 9515008 182 33554432000 1073741824 1073778376 140733381676944 140733381667976 266435641013 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/32027/statm: 2323 182 140 9 0 71 0

[startup+0.100111 s]
/proc/loadavg: 1.27 1.27 1.42 4/169 32027
/proc/meminfo: memFree=30052116/32872528 swapFree=1427768/1542232
[pid=32027] ppid=32024 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/32027/stat : 32027 (java) S 32024 32027 15544 0 -1 4202496 4360 0 1 0 6 1 0 0 20 0 18 0 13075401 9787879424 4973 33554432000 1073741824 1073778376 140735781150544 140735781141680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32027/statm: 2389619 4973 2096 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200224 s]
/proc/loadavg: 1.27 1.27 1.42 4/169 32027
/proc/meminfo: memFree=30052116/32872528 swapFree=1427768/1542232
[pid=32027] ppid=32024 vsize=9559504 CPUtime=0.21 cores=1,3,5,7
/proc/32027/stat : 32027 (java) S 32024 32027 15544 0 -1 4202496 4783 0 1 0 20 1 0 0 20 0 18 0 13075401 9788932096 6879 33554432000 1073741824 1073778376 140735781150544 140735781141680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32027/statm: 2389876 6880 2206 9 0 2380553 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9559504

[startup+0.300209 s]
/proc/loadavg: 1.27 1.27 1.42 4/169 32027
/proc/meminfo: memFree=30052116/32872528 swapFree=1427768/1542232
[pid=32027] ppid=32024 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/32027/stat : 32027 (java) S 32024 32027 15544 0 -1 4202496 8010 0 1 0 56 2 0 0 20 0 22 0 13075401 10060525568 9765 33554432000 1073741824 1073778376 140735781150544 140735781141680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32027/statm: 2456183 9765 2247 9 0 2446860 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9824732

[startup+0.700225 s]
/proc/loadavg: 1.27 1.27 1.42 4/169 32027
/proc/meminfo: memFree=30052116/32872528 swapFree=1427768/1542232
[pid=32027] ppid=32024 vsize=9824732 CPUtime=1.95 cores=1,3,5,7
/proc/32027/stat : 32027 (java) S 32024 32027 15544 0 -1 4202496 16006 0 1 0 190 5 0 0 20 0 19 0 13075401 10060525568 16876 33554432000 1073741824 1073778376 140735781150544 140735781141680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32027/statm: 2456183 16876 2257 9 0 2446860 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 9824732

[startup+1.50083 s]
/proc/loadavg: 1.27 1.27 1.42 2/188 32052
/proc/meminfo: memFree=29983728/32872528 swapFree=1427768/1542232
[pid=32027] ppid=32024 vsize=9824732 CPUtime=2.92 cores=1,3,5,7
/proc/32027/stat : 32027 (java) S 32024 32027 15544 0 -1 4202496 22444 0 1 0 282 10 0 0 20 0 19 0 13075401 10060525568 29037 33554432000 1073741824 1073778376 140735781150544 140735781141680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32027/statm: 2456183 29037 2270 9 0 2446860 0
[pid=32027/tid=32029] ppid=32024 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/32027/task/32029/stat : 32029 (java) S 32024 32027 15544 0 -1 4202560 2470 0 1 0 14 2 0 0 20 0 19 0 13075402 10060525568 29037 33554432000 1073741824 1073778376 140735781150544 140555222717304 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32027/tid=32030] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32030/stat : 32030 (java) S 32024 32027 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13075404 10060525568 29037 33554432000 1073741824 1073778376 140735781150544 140555066796712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32027/tid=32031] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32031/stat : 32031 (java) S 32024 32027 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13075404 10060525568 29037 33554432000 1073741824 1073778376 140735781150544 140555065744168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32027/tid=32032] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32032/stat : 32032 (java) S 32024 32027 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13075404 10060525568 29037 33554432000 1073741824 1073778376 140735781150544 140555064691624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32027/tid=32033] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32033/stat : 32033 (java) S 32024 32027 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13075404 10060525568 29037 33554432000 1073741824 1073778376 140735781150544 140555063639080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32027/tid=32034] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32034/stat : 32034 (java) S 32024 32027 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13075404 10060525568 29037 33554432000 1073741824 1073778376 140735781150544 140555062585512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32027/tid=32035] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32035/stat : 32035 (java) S 32024 32027 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13075404 10060525568 29037 33554432000 1073741824 1073778376 140735781150544 140555061532968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32027/tid=32036] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32036/stat : 32036 (java) S 32024 32027 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13075404 10060525568 29037 33554432000 1073741824 1073778376 140735781150544 140555060480424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32027/tid=32037] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32037/stat : 32037 (java) S 32024 32027 15544 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13075404 10060525568 29037 33554432000 1073741824 1073778376 140735781150544 140555059427880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32027/tid=32038] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32038/stat : 32038 (java) S 32024 32027 15544 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13075405 10060525568 29037 33554432000 1073741824 1073778376 140735781150544 140555047017064 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32027/tid=32039] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32039/stat : 32039 (java) S 32024 32027 15544 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13075405 10060525568 29037 33554432000 1073741824 1073778376 140735781150544 140555045963384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32027/tid=32040] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32040/stat : 32040 (java) S 32024 32027 15544 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13075405 10060525568 29037 33554432000 1073741824 1073778376 140735781150544 140555044910728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32027/tid=32041] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32041/stat : 32041 (java) S 32024 32027 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13075408 10060525568 29037 33554432000 1073741824 1073778376 140735781150544 140555043859472 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32027/tid=32042] ppid=32024 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/32027/task/32042/stat : 32042 (java) R 32024 32027 15544 0 -1 4202560 7635 0 0 0 77 2 0 0 20 0 19 0 13075408 10060525568 29037 33554432000 1073741824 1073778376 140735781150544 140555042793216 266435310260 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32027/tid=32043] ppid=32024 vsize=9824732 CPUtime=0.76 cores=1,3,5,7
/proc/32027/task/32043/stat : 32043 (java) R 32024 32027 15544 0 -1 4202560 10965 0 0 0 74 2 0 0 20 0 19 0 13075408 10060525568 29037 33554432000 1073741824 1073778376 140735781150544 140555041730472 140555228674029 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=32027/tid=32044] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32044/stat : 32044 (java) S 32024 32027 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13075408 10060525568 29037 33554432000 1073741824 1073778376 140735781150544 140555040700920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32027/tid=32045] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32045/stat : 32045 (java) S 32024 32027 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13075408 10060525568 29037 33554432000 1073741824 1073778376 140735781150544 140555039648584 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32027/tid=32049] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32049/stat : 32049 (java) S 32024 32027 15544 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13075422 10060525568 29037 33554432000 1073741824 1073778376 140735781150544 140555035338408 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 9824732

[startup+3.10081 s]
/proc/loadavg: 1.25 1.26 1.42 1/188 32058
/proc/meminfo: memFree=29937628/32872528 swapFree=1427768/1542232
[pid=32027] ppid=32024 vsize=9824732 CPUtime=2.96 cores=1,3,5,7
/proc/32027/stat : 32027 (java) S 32024 32027 15544 0 -1 4202496 22550 0 1 0 286 10 0 0 20 0 19 0 13075401 10060525568 33139 33554432000 1073741824 1073778376 140735781150544 140735781141680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32027/statm: 2456183 33139 2270 9 0 2446860 0
[pid=32027/tid=32029] ppid=32024 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/32027/task/32029/stat : 32029 (java) S 32024 32027 15544 0 -1 4202560 2471 0 1 0 14 2 0 0 20 0 19 0 13075402 10060525568 33139 33554432000 1073741824 1073778376 140735781150544 140555222717304 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32027/tid=32030] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32030/stat : 32030 (java) S 32024 32027 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13075404 10060525568 33139 33554432000 1073741824 1073778376 140735781150544 140555066796712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32027/tid=32031] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32031/stat : 32031 (java) S 32024 32027 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13075404 10060525568 33139 33554432000 1073741824 1073778376 140735781150544 140555065744168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32027/tid=32032] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32032/stat : 32032 (java) S 32024 32027 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13075404 10060525568 33139 33554432000 1073741824 1073778376 140735781150544 140555064691624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32027/tid=32033] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32033/stat : 32033 (java) S 32024 32027 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13075404 10060525568 33139 33554432000 1073741824 1073778376 140735781150544 140555063639080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32027/tid=32034] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32034/stat : 32034 (java) S 32024 32027 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13075404 10060525568 33139 33554432000 1073741824 1073778376 140735781150544 140555062585512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32027/tid=32035] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32035/stat : 32035 (java) S 32024 32027 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13075404 10060525568 33139 33554432000 1073741824 1073778376 140735781150544 140555061532968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32027/tid=32036] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32036/stat : 32036 (java) S 32024 32027 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13075404 10060525568 33139 33554432000 1073741824 1073778376 140735781150544 140555060480424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32027/tid=32037] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32037/stat : 32037 (java) S 32024 32027 15544 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13075404 10060525568 33139 33554432000 1073741824 1073778376 140735781150544 140555059427880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32027/tid=32038] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32038/stat : 32038 (java) S 32024 32027 15544 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13075405 10060525568 33139 33554432000 1073741824 1073778376 140735781150544 140555047017064 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32027/tid=32039] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32039/stat : 32039 (java) S 32024 32027 15544 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13075405 10060525568 33139 33554432000 1073741824 1073778376 140735781150544 140555045963384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32027/tid=32040] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32040/stat : 32040 (java) S 32024 32027 15544 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13075405 10060525568 33139 33554432000 1073741824 1073778376 140735781150544 140555044910728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32027/tid=32041] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32041/stat : 32041 (java) S 32024 32027 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13075408 10060525568 33139 33554432000 1073741824 1073778376 140735781150544 140555043859472 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32027/tid=32042] ppid=32024 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/32027/task/32042/stat : 32042 (java) S 32024 32027 15544 0 -1 4202560 7635 0 0 0 78 2 0 0 20 0 19 0 13075408 10060525568 33139 33554432000 1073741824 1073778376 140735781150544 140555042805816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32027/tid=32043] ppid=32024 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/32027/task/32043/stat : 32043 (java) S 32024 32027 15544 0 -1 4202560 11043 0 0 0 77 2 0 0 20 0 19 0 13075408 10060525568 33139 33554432000 1073741824 1073778376 140735781150544 140555041753272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32027/tid=32044] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32044/stat : 32044 (java) S 32024 32027 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13075408 10060525568 33139 33554432000 1073741824 1073778376 140735781150544 140555040700920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32027/tid=32045] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32045/stat : 32045 (java) S 32024 32027 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13075408 10060525568 33139 33554432000 1073741824 1073778376 140735781150544 140555039648584 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32027/tid=32049] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32049/stat : 32049 (java) S 32024 32027 15544 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13075422 10060525568 33139 33554432000 1073741824 1073778376 140735781150544 140555035338408 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 9824732

[startup+6.30082 s]
/proc/loadavg: 1.25 1.26 1.42 2/188 32079
/proc/meminfo: memFree=29895624/32872528 swapFree=1427768/1542232
[pid=32027] ppid=32024 vsize=9824732 CPUtime=3.33 cores=1,3,5,7
/proc/32027/stat : 32027 (java) S 32024 32027 15544 0 -1 4202496 22706 0 1 0 311 22 0 0 20 0 19 0 13075401 10060525568 43663 33554432000 1073741824 1073778376 140735781150544 140735781141680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32027/statm: 2456183 43663 2285 9 0 2446860 0
[pid=32027/tid=32029] ppid=32024 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/32027/task/32029/stat : 32029 (java) S 32024 32027 15544 0 -1 4202560 2473 0 1 0 15 2 0 0 20 0 19 0 13075402 10060525568 43663 33554432000 1073741824 1073778376 140735781150544 140555222717304 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32027/tid=32030] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32030/stat : 32030 (java) S 32024 32027 15544 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13075404 10060525568 43663 33554432000 1073741824 1073778376 140735781150544 140555066796712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32027/tid=32031] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32031/stat : 32031 (java) S 32024 32027 15544 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13075404 10060525568 43663 33554432000 1073741824 1073778376 140735781150544 140555065744168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32027/tid=32032] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32032/stat : 32032 (java) S 32024 32027 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13075404 10060525568 43663 33554432000 1073741824 1073778376 140735781150544 140555064691624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32027/tid=32033] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32033/stat : 32033 (java) S 32024 32027 15544 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 13075404 10060525568 43663 33554432000 1073741824 1073778376 140735781150544 140555063639080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32027/tid=32034] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32034/stat : 32034 (java) S 32024 32027 15544 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13075404 10060525568 43663 33554432000 1073741824 1073778376 140735781150544 140555062585512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32027/tid=32035] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32035/stat : 32035 (java) S 32024 32027 15544 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13075404 10060525568 43663 33554432000 1073741824 1073778376 140735781150544 140555061532968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32027/tid=32036] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32036/stat : 32036 (java) S 32024 32027 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13075404 10060525568 43663 33554432000 1073741824 1073778376 140735781150544 140555060480424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32027/tid=32037] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32037/stat : 32037 (java) S 32024 32027 15544 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13075404 10060525568 43663 33554432000 1073741824 1073778376 140735781150544 140555059427880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32027/tid=32038] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32038/stat : 32038 (java) S 32024 32027 15544 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13075405 10060525568 43663 33554432000 1073741824 1073778376 140735781150544 140555047017064 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32027/tid=32039] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32039/stat : 32039 (java) S 32024 32027 15544 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13075405 10060525568 43663 33554432000 1073741824 1073778376 140735781150544 140555045963384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32027/tid=32040] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32040/stat : 32040 (java) S 32024 32027 15544 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13075405 10060525568 43663 33554432000 1073741824 1073778376 140735781150544 140555044910728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32027/tid=32041] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32041/stat : 32041 (java) S 32024 32027 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13075408 10060525568 43663 33554432000 1073741824 1073778376 140735781150544 140555043859472 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32027/tid=32042] ppid=32024 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/32027/task/32042/stat : 32042 (java) S 32024 32027 15544 0 -1 4202560 7654 0 0 0 80 2 0 0 20 0 19 0 13075408 10060525568 43663 33554432000 1073741824 1073778376 140735781150544 140555042805816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32027/tid=32043] ppid=32024 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/32027/task/32043/stat : 32043 (java) S 32024 32027 15544 0 -1 4202560 11050 0 0 0 83 2 0 0 20 0 19 0 13075408 10060525568 43663 33554432000 1073741824 1073778376 140735781150544 140555041753272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32027/tid=32044] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32044/stat : 32044 (java) S 32024 32027 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13075408 10060525568 43663 33554432000 1073741824 1073778376 140735781150544 140555040700920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32027/tid=32045] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32045/stat : 32045 (java) S 32024 32027 15544 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13075408 10060525568 43663 33554432000 1073741824 1073778376 140735781150544 140555039648584 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32027/tid=32049] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32049/stat : 32049 (java) S 32024 32027 15544 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13075422 10060525568 43663 33554432000 1073741824 1073778376 140735781150544 140555035338408 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.33
Current children cumulated vsize (KiB) 9824732
heavy processes:

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

/proc/32027/task/32042/stat : 32042 (java) S 32024 32027 15544 0 -1 4202560 13989 0 0 0 154 3 0 0 20 0 22 0 13075408 10060525568 58080 33554432000 1073741824 1073778376 140735781150544 140555042805816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32027/tid=32043] ppid=32024 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/32027/task/32043/stat : 32043 (java) S 32024 32027 15544 0 -1 4202560 15772 0 0 0 177 3 0 0 20 0 22 0 13075408 10060525568 58080 33554432000 1073741824 1073778376 140735781150544 140555041753272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32027/tid=32044] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32044/stat : 32044 (java) S 32024 32027 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13075408 10060525568 58080 33554432000 1073741824 1073778376 140735781150544 140555040700920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32027/tid=32045] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32045/stat : 32045 (java) S 32024 32027 15544 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13075408 10060525568 58080 33554432000 1073741824 1073778376 140735781150544 140555039648584 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32027/tid=32049] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32049/stat : 32049 (java) S 32024 32027 15544 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13075422 10060525568 58080 33554432000 1073741824 1073778376 140735781150544 140555035338408 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32027/tid=32380] ppid=32024 vsize=9824732 CPUtime=1.35 cores=1,3,5,7
/proc/32027/task/32380/stat : 32380 (java) R 32024 32027 15544 0 -1 4202560 5 0 0 0 135 0 0 0 20 0 22 0 13081184 10060525568 58080 33554432000 1073741824 1073778376 140735781150544 140555036381072 140555094813334 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=32027/tid=32381] ppid=32024 vsize=9824732 CPUtime=1.35 cores=1,3,5,7
/proc/32027/task/32381/stat : 32381 (java) R 32024 32027 15544 0 -1 4202560 2 0 0 0 135 0 0 0 20 0 22 0 13081184 10060525568 58080 33554432000 1073741824 1073778376 140735781150544 140555038494376 140555095011636 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=32027/tid=32382] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32382/stat : 32382 (java) S 32024 32027 15544 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13081184 10060525568 58080 33554432000 1073741824 1073778376 140735781150544 140555037443368 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 23.56
Current children cumulated vsize (KiB) 9824732

[startup+60.001 s]
/proc/loadavg: 0.94 1.16 1.37 3/191 32382
/proc/meminfo: memFree=29828132/32872528 swapFree=1427768/1542232
[pid=32027] ppid=32024 vsize=9824732 CPUtime=25.16 cores=1,3,5,7
/proc/32027/stat : 32027 (java) S 32024 32027 15544 0 -1 4202496 34832 0 1 0 2343 173 0 0 20 0 22 0 13075401 10060525568 59006 33554432000 1073741824 1073778376 140735781150544 140735781141680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32027/statm: 2456183 59006 2287 9 0 2446860 0
[pid=32027/tid=32029] ppid=32024 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/32027/task/32029/stat : 32029 (java) S 32024 32027 15544 0 -1 4202560 2478 0 1 0 23 2 0 0 20 0 22 0 13075402 10060525568 59006 33554432000 1073741824 1073778376 140735781150544 140555222717304 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32027/tid=32030] ppid=32024 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/32027/task/32030/stat : 32030 (java) S 32024 32027 15544 0 -1 4202560 26 0 0 0 5 0 0 0 20 0 22 0 13075404 10060525568 59006 33554432000 1073741824 1073778376 140735781150544 140555066796712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32027/tid=32031] ppid=32024 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/32027/task/32031/stat : 32031 (java) S 32024 32027 15544 0 -1 4202560 37 0 0 0 5 2 0 0 20 0 22 0 13075404 10060525568 59006 33554432000 1073741824 1073778376 140735781150544 140555065744168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32027/tid=32032] ppid=32024 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/32027/task/32032/stat : 32032 (java) S 32024 32027 15544 0 -1 4202560 24 0 0 0 3 2 0 0 20 0 22 0 13075404 10060525568 59006 33554432000 1073741824 1073778376 140735781150544 140555064691624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32027/tid=32033] ppid=32024 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/32027/task/32033/stat : 32033 (java) S 32024 32027 15544 0 -1 4202560 33 0 0 0 4 2 0 0 20 0 22 0 13075404 10060525568 59006 33554432000 1073741824 1073778376 140735781150544 140555063639080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32027/tid=32034] ppid=32024 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/32027/task/32034/stat : 32034 (java) S 32024 32027 15544 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 22 0 13075404 10060525568 59006 33554432000 1073741824 1073778376 140735781150544 140555062585512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32027/tid=32035] ppid=32024 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/32027/task/32035/stat : 32035 (java) S 32024 32027 15544 0 -1 4202560 36 0 0 0 5 2 0 0 20 0 22 0 13075404 10060525568 59006 33554432000 1073741824 1073778376 140735781150544 140555061532968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32027/tid=32036] ppid=32024 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/32027/task/32036/stat : 32036 (java) S 32024 32027 15544 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 13075404 10060525568 59006 33554432000 1073741824 1073778376 140735781150544 140555060480424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32027/tid=32037] ppid=32024 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/32027/task/32037/stat : 32037 (java) S 32024 32027 15544 0 -1 4202560 33 0 0 0 8 2 0 0 20 0 22 0 13075404 10060525568 59006 33554432000 1073741824 1073778376 140735781150544 140555059427880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32027/tid=32038] ppid=32024 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/32027/task/32038/stat : 32038 (java) S 32024 32027 15544 0 -1 4202560 47 0 0 0 0 5 0 0 20 0 22 0 13075405 10060525568 59006 33554432000 1073741824 1073778376 140735781150544 140555047017064 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32027/tid=32039] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32039/stat : 32039 (java) S 32024 32027 15544 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13075405 10060525568 59006 33554432000 1073741824 1073778376 140735781150544 140555045963384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32027/tid=32040] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32040/stat : 32040 (java) S 32024 32027 15544 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 22 0 13075405 10060525568 59006 33554432000 1073741824 1073778376 140735781150544 140555044910728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32027/tid=32041] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32041/stat : 32041 (java) S 32024 32027 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13075408 10060525568 59006 33554432000 1073741824 1073778376 140735781150544 140555043859472 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32027/tid=32042] ppid=32024 vsize=9824732 CPUtime=1.57 cores=1,3,5,7
/proc/32027/task/32042/stat : 32042 (java) S 32024 32027 15544 0 -1 4202560 13989 0 0 0 154 3 0 0 20 0 22 0 13075408 10060525568 59006 33554432000 1073741824 1073778376 140735781150544 140555042805816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32027/tid=32043] ppid=32024 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/32027/task/32043/stat : 32043 (java) S 32024 32027 15544 0 -1 4202560 15772 0 0 0 177 3 0 0 20 0 22 0 13075408 10060525568 59006 33554432000 1073741824 1073778376 140735781150544 140555041753272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32027/tid=32044] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32044/stat : 32044 (java) S 32024 32027 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13075408 10060525568 59006 33554432000 1073741824 1073778376 140735781150544 140555040700920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32027/tid=32045] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32045/stat : 32045 (java) S 32024 32027 15544 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13075408 10060525568 59006 33554432000 1073741824 1073778376 140735781150544 140555039648584 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32027/tid=32049] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32049/stat : 32049 (java) S 32024 32027 15544 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13075422 10060525568 59006 33554432000 1073741824 1073778376 140735781150544 140555035338408 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32027/tid=32380] ppid=32024 vsize=9824732 CPUtime=2.14 cores=1,3,5,7
/proc/32027/task/32380/stat : 32380 (java) R 32024 32027 15544 0 -1 4202560 6 0 0 0 214 0 0 0 20 0 22 0 13081184 10060525568 59006 33554432000 1073741824 1073778376 140735781150544 140555036389968 140555094640566 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=32027/tid=32381] ppid=32024 vsize=9824732 CPUtime=2.14 cores=1,3,5,7
/proc/32027/task/32381/stat : 32381 (java) R 32024 32027 15544 0 -1 4202560 2 0 0 0 214 0 0 0 20 0 22 0 13081184 10060525568 59006 33554432000 1073741824 1073778376 140735781150544 140555038494376 140555095011630 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=32027/tid=32382] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32382/stat : 32382 (java) S 32024 32027 15544 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13081184 10060525568 59006 33554432000 1073741824 1073778376 140735781150544 140555037443368 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 9824732

[startup+60.2009 s]
/proc/loadavg: 0.94 1.16 1.37 3/191 32382
/proc/meminfo: memFree=29828132/32872528 swapFree=1427768/1542232
[pid=32027] ppid=32024 vsize=9824732 CPUtime=25.46 cores=1,3,5,7
/proc/32027/stat : 32027 (java) S 32024 32027 15544 0 -1 4202496 34832 0 1 0 2371 175 0 0 20 0 19 0 13075401 10060525568 58999 33554432000 1073741824 1073778376 140735781150544 140735781141680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32027/statm: 2456183 58999 2287 9 0 2446860 0
[pid=32027/tid=32029] ppid=32024 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/32027/task/32029/stat : 32029 (java) S 32024 32027 15544 0 -1 4202560 2478 0 1 0 23 2 0 0 20 0 19 0 13075402 10060525568 58999 33554432000 1073741824 1073778376 140735781150544 140555222717304 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32027/tid=32030] ppid=32024 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/32027/task/32030/stat : 32030 (java) S 32024 32027 15544 0 -1 4202560 26 0 0 0 5 0 0 0 20 0 19 0 13075404 10060525568 58999 33554432000 1073741824 1073778376 140735781150544 140555066796712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32027/tid=32031] ppid=32024 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/32027/task/32031/stat : 32031 (java) S 32024 32027 15544 0 -1 4202560 37 0 0 0 5 2 0 0 20 0 19 0 13075404 10060525568 58999 33554432000 1073741824 1073778376 140735781150544 140555065744168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32027/tid=32032] ppid=32024 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/32027/task/32032/stat : 32032 (java) S 32024 32027 15544 0 -1 4202560 24 0 0 0 3 2 0 0 20 0 19 0 13075404 10060525568 58999 33554432000 1073741824 1073778376 140735781150544 140555064691624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32027/tid=32033] ppid=32024 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/32027/task/32033/stat : 32033 (java) S 32024 32027 15544 0 -1 4202560 33 0 0 0 4 2 0 0 20 0 19 0 13075404 10060525568 58999 33554432000 1073741824 1073778376 140735781150544 140555063639080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32027/tid=32034] ppid=32024 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/32027/task/32034/stat : 32034 (java) S 32024 32027 15544 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 19 0 13075404 10060525568 58999 33554432000 1073741824 1073778376 140735781150544 140555062585512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32027/tid=32035] ppid=32024 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/32027/task/32035/stat : 32035 (java) S 32024 32027 15544 0 -1 4202560 36 0 0 0 5 2 0 0 20 0 19 0 13075404 10060525568 58999 33554432000 1073741824 1073778376 140735781150544 140555061532968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32027/tid=32036] ppid=32024 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/32027/task/32036/stat : 32036 (java) S 32024 32027 15544 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 19 0 13075404 10060525568 58999 33554432000 1073741824 1073778376 140735781150544 140555060480424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32027/tid=32037] ppid=32024 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/32027/task/32037/stat : 32037 (java) S 32024 32027 15544 0 -1 4202560 33 0 0 0 8 2 0 0 20 0 19 0 13075404 10060525568 58999 33554432000 1073741824 1073778376 140735781150544 140555059427880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32027/tid=32038] ppid=32024 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/32027/task/32038/stat : 32038 (java) S 32024 32027 15544 0 -1 4202560 47 0 0 0 0 5 0 0 20 0 19 0 13075405 10060525568 58999 33554432000 1073741824 1073778376 140735781150544 140555047017064 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32027/tid=32039] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32039/stat : 32039 (java) S 32024 32027 15544 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13075405 10060525568 58999 33554432000 1073741824 1073778376 140735781150544 140555045963384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32027/tid=32040] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32040/stat : 32040 (java) S 32024 32027 15544 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 19 0 13075405 10060525568 58999 33554432000 1073741824 1073778376 140735781150544 140555044910728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32027/tid=32041] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32041/stat : 32041 (java) S 32024 32027 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13075408 10060525568 58999 33554432000 1073741824 1073778376 140735781150544 140555043859472 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32027/tid=32042] ppid=32024 vsize=9824732 CPUtime=1.57 cores=1,3,5,7
/proc/32027/task/32042/stat : 32042 (java) S 32024 32027 15544 0 -1 4202560 13989 0 0 0 154 3 0 0 20 0 19 0 13075408 10060525568 58999 33554432000 1073741824 1073778376 140735781150544 140555042805816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32027/tid=32043] ppid=32024 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/32027/task/32043/stat : 32043 (java) S 32024 32027 15544 0 -1 4202560 15772 0 0 0 177 3 0 0 20 0 19 0 13075408 10060525568 58999 33554432000 1073741824 1073778376 140735781150544 140555041753272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32027/tid=32044] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32044/stat : 32044 (java) S 32024 32027 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13075408 10060525568 58999 33554432000 1073741824 1073778376 140735781150544 140555040700920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32027/tid=32045] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32045/stat : 32045 (java) S 32024 32027 15544 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13075408 10060525568 58999 33554432000 1073741824 1073778376 140735781150544 140555039648584 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32027/tid=32049] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32049/stat : 32049 (java) S 32024 32027 15544 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13075422 10060525568 58999 33554432000 1073741824 1073778376 140735781150544 140555035338408 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 9824732

[startup+60.3009 s]
/proc/loadavg: 0.94 1.16 1.37 3/191 32382
/proc/meminfo: memFree=29828132/32872528 swapFree=1427768/1542232
[pid=32027] ppid=32024 vsize=9824732 CPUtime=25.46 cores=1,3,5,7
/proc/32027/stat : 32027 (java) S 32024 32027 15544 0 -1 4202496 34832 0 1 0 2371 175 0 0 20 0 19 0 13075401 10060525568 58999 33554432000 1073741824 1073778376 140735781150544 140735781141680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32027/statm: 2456183 58999 2287 9 0 2446860 0
[pid=32027/tid=32029] ppid=32024 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/32027/task/32029/stat : 32029 (java) S 32024 32027 15544 0 -1 4202560 2478 0 1 0 23 2 0 0 20 0 19 0 13075402 10060525568 58999 33554432000 1073741824 1073778376 140735781150544 140555222717304 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32027/tid=32030] ppid=32024 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/32027/task/32030/stat : 32030 (java) S 32024 32027 15544 0 -1 4202560 26 0 0 0 5 0 0 0 20 0 19 0 13075404 10060525568 58999 33554432000 1073741824 1073778376 140735781150544 140555066796712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32027/tid=32031] ppid=32024 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/32027/task/32031/stat : 32031 (java) S 32024 32027 15544 0 -1 4202560 37 0 0 0 5 2 0 0 20 0 19 0 13075404 10060525568 58999 33554432000 1073741824 1073778376 140735781150544 140555065744168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32027/tid=32032] ppid=32024 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/32027/task/32032/stat : 32032 (java) S 32024 32027 15544 0 -1 4202560 24 0 0 0 3 2 0 0 20 0 19 0 13075404 10060525568 58999 33554432000 1073741824 1073778376 140735781150544 140555064691624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32027/tid=32033] ppid=32024 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/32027/task/32033/stat : 32033 (java) S 32024 32027 15544 0 -1 4202560 33 0 0 0 4 2 0 0 20 0 19 0 13075404 10060525568 58999 33554432000 1073741824 1073778376 140735781150544 140555063639080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32027/tid=32034] ppid=32024 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/32027/task/32034/stat : 32034 (java) S 32024 32027 15544 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 19 0 13075404 10060525568 58999 33554432000 1073741824 1073778376 140735781150544 140555062585512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32027/tid=32035] ppid=32024 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/32027/task/32035/stat : 32035 (java) S 32024 32027 15544 0 -1 4202560 36 0 0 0 5 2 0 0 20 0 19 0 13075404 10060525568 58999 33554432000 1073741824 1073778376 140735781150544 140555061532968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32027/tid=32036] ppid=32024 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/32027/task/32036/stat : 32036 (java) S 32024 32027 15544 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 19 0 13075404 10060525568 58999 33554432000 1073741824 1073778376 140735781150544 140555060480424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32027/tid=32037] ppid=32024 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/32027/task/32037/stat : 32037 (java) S 32024 32027 15544 0 -1 4202560 33 0 0 0 8 2 0 0 20 0 19 0 13075404 10060525568 58999 33554432000 1073741824 1073778376 140735781150544 140555059427880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32027/tid=32038] ppid=32024 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/32027/task/32038/stat : 32038 (java) S 32024 32027 15544 0 -1 4202560 47 0 0 0 0 5 0 0 20 0 19 0 13075405 10060525568 58999 33554432000 1073741824 1073778376 140735781150544 140555047017064 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32027/tid=32039] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32039/stat : 32039 (java) S 32024 32027 15544 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13075405 10060525568 58999 33554432000 1073741824 1073778376 140735781150544 140555045963384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32027/tid=32040] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32040/stat : 32040 (java) S 32024 32027 15544 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 19 0 13075405 10060525568 58999 33554432000 1073741824 1073778376 140735781150544 140555044910728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32027/tid=32041] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32041/stat : 32041 (java) S 32024 32027 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13075408 10060525568 58999 33554432000 1073741824 1073778376 140735781150544 140555043859472 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32027/tid=32042] ppid=32024 vsize=9824732 CPUtime=1.57 cores=1,3,5,7
/proc/32027/task/32042/stat : 32042 (java) S 32024 32027 15544 0 -1 4202560 13989 0 0 0 154 3 0 0 20 0 19 0 13075408 10060525568 58999 33554432000 1073741824 1073778376 140735781150544 140555042805816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32027/tid=32043] ppid=32024 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/32027/task/32043/stat : 32043 (java) S 32024 32027 15544 0 -1 4202560 15772 0 0 0 177 3 0 0 20 0 19 0 13075408 10060525568 58999 33554432000 1073741824 1073778376 140735781150544 140555041753272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32027/tid=32044] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32044/stat : 32044 (java) S 32024 32027 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13075408 10060525568 58999 33554432000 1073741824 1073778376 140735781150544 140555040700920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32027/tid=32045] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32045/stat : 32045 (java) S 32024 32027 15544 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13075408 10060525568 58999 33554432000 1073741824 1073778376 140735781150544 140555039648584 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32027/tid=32049] ppid=32024 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32027/task/32049/stat : 32049 (java) S 32024 32027 15544 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13075422 10060525568 58999 33554432000 1073741824 1073778376 140735781150544 140555035338408 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 9824732

Child status: 30

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 9.53674e-07
#  lost CPU user time (s): 0.0100002
#  lost CPU system time (s): -0.00999999

Real time (s): 60.3725
CPU time (s): 25.6301
CPU user time (s): 23.7484
CPU system time (s): 1.88171
CPU usage (%): 42.4533
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.7384
system time used= 1.89171
maximum resident set size= 240512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34840
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= 4233
involuntary context switches= 1015

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.333949 second user time and 0.496924 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-30 23:12:24
IDJOB=4109437
IDBENCH=78808
IDSOLVER=2552
FILE ID=node116/4109437-1467321144
RUNJOBID= node116-1467319279-29205
PBS_JOBID= 20005287
Free space on /tmp= 71724 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.1110968561--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109437-1467321144/watcher-4109437-1467321144 -o /tmp/evaluation-result-4109437-1467321144/solver-4109437-1467321144 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1467319279-29205 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109437-1467321144.wbo

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

MD5SUM BENCH= c98926f0ffff319dfbaa3e1b39be6827
RANDOM SEED=1757834037

node116.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.426
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.85
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.426
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.426
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.426
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.426
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.426
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.426
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.54
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.426
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:        30053172 kB
Buffers:           71136 kB
Cached:           436460 kB
SwapCached:            0 kB
Active:           179916 kB
Inactive:         344128 kB
Active(anon):       5764 kB
Inactive(anon):    13352 kB
Active(file):     174152 kB
Inactive(file):   330776 kB
Unevictable:     1542232 kB
Mlocked:         1427768 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               796 kB
Writeback:             0 kB
AnonPages:       1558648 kB
Mapped:            13988 kB
Shmem:               204 kB
Slab:             620748 kB
SReclaimable:      64768 kB
SUnreclaim:       555980 kB
KernelStack:        1440 kB
PageTables:         6912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1642836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    120832 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= 71724 MiB
End job on node116 at 2016-06-30 23:13:24