Trace number 4091986

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 29.1976 52.5811

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111213868--soft-66-100-0.wbo
MD5SUMf6f5996763a3538cd959432d54a4a5d7
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark5.13422
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 1199
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.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4091986-1467321420.wbo
0.09/0.12	c reading problem ... 
0.09/0.18	c ... done. Wall clock time 0.064s.
0.09/0.18	c declared #vars     169
0.09/0.18	c internal #vars     211
0.09/0.18	c #constraints  101
0.09/0.19	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.09/0.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
0.09/0.19	c 101 constraints processed.
0.09/0.19	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3
0.09/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 27
0.09/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 41
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 30
0.09/0.19	c 101 constraints processed.
0.09/0.19	c objective function length is 42 literals
0.59/0.37	c And the winner is solver0
1.21/0.69	c SATISFIABLE
1.21/0.69	c OPTIMIZING...
1.21/0.69	c Got one! Elapsed wall clock time (in seconds):0.569
1.21/0.69	o 1081
1.21/0.69	c And the winner is solver0
1.22/1.19	c Got one! Elapsed wall clock time (in seconds):1.07
1.22/1.19	o 655
1.22/1.20	c And the winner is solver0
1.23/1.69	c Got one! Elapsed wall clock time (in seconds):1.571
1.23/1.69	o 649
1.24/1.70	c And the winner is solver0
1.27/2.19	c Got one! Elapsed wall clock time (in seconds):2.072
1.27/2.19	o 644
1.29/2.21	c And the winner is solver0
1.36/2.69	c Got one! Elapsed wall clock time (in seconds):2.573
1.36/2.69	o 638
1.36/2.70	c And the winner is solver0
1.40/3.19	c Got one! Elapsed wall clock time (in seconds):3.074
1.40/3.19	o 584
1.40/3.20	c And the winner is solver0
1.44/3.70	c Got one! Elapsed wall clock time (in seconds):3.575
1.44/3.70	o 576
1.44/3.71	c And the winner is solver0
1.49/4.20	c Got one! Elapsed wall clock time (in seconds):4.077
1.49/4.20	o 574
1.49/4.20	c And the winner is solver0
1.49/4.70	c Got one! Elapsed wall clock time (in seconds):4.578
1.49/4.70	o 546
1.49/4.70	c And the winner is solver0
1.50/5.20	c Got one! Elapsed wall clock time (in seconds):5.079
1.50/5.20	o 541
1.50/5.21	c And the winner is solver0
1.63/5.70	c Got one! Elapsed wall clock time (in seconds):5.579
1.63/5.70	o 531
1.63/5.71	c And the winner is solver0
1.68/6.20	c Got one! Elapsed wall clock time (in seconds):6.081
1.68/6.20	o 518
1.68/6.21	c And the winner is solver0
1.69/6.70	c Got one! Elapsed wall clock time (in seconds):6.582
1.69/6.70	o 496
1.69/6.74	c And the winner is solver0
1.85/7.20	c Got one! Elapsed wall clock time (in seconds):7.083
1.85/7.20	o 494
1.85/7.21	c And the winner is solver0
1.85/7.70	c Got one! Elapsed wall clock time (in seconds):7.584
1.85/7.70	o 484
1.85/7.71	c And the winner is solver0
1.86/8.20	c Got one! Elapsed wall clock time (in seconds):8.085
1.86/8.20	o 480
1.86/8.21	c And the winner is solver0
1.86/8.71	c Got one! Elapsed wall clock time (in seconds):8.586
1.86/8.71	o 465
1.86/8.71	c And the winner is solver0
1.90/9.21	c Got one! Elapsed wall clock time (in seconds):9.086
1.90/9.21	o 459
1.90/9.21	c And the winner is solver0
1.90/9.71	c Got one! Elapsed wall clock time (in seconds):9.587
1.90/9.71	o 441
1.90/9.71	c And the winner is solver0
1.91/10.21	c Got one! Elapsed wall clock time (in seconds):10.088
1.91/10.21	o 434
1.91/10.23	c And the winner is solver0
1.99/10.71	c Got one! Elapsed wall clock time (in seconds):10.589
1.99/10.71	o 432
1.99/10.72	c And the winner is solver0
2.03/11.21	c Got one! Elapsed wall clock time (in seconds):11.09
2.03/11.21	o 431
2.03/11.21	c And the winner is solver0
2.04/11.71	c Got one! Elapsed wall clock time (in seconds):11.591
2.04/11.71	o 425
2.04/11.71	c And the winner is solver0
2.04/12.21	c Got one! Elapsed wall clock time (in seconds):12.092
2.04/12.21	o 346
2.04/12.22	c And the winner is solver0
2.06/12.71	c Got one! Elapsed wall clock time (in seconds):12.593
2.06/12.71	o 344
2.06/12.72	c And the winner is solver0
2.06/13.21	c Got one! Elapsed wall clock time (in seconds):13.094
2.06/13.21	o 340
2.06/13.22	c And the winner is solver0
2.06/13.71	c Got one! Elapsed wall clock time (in seconds):13.594
2.06/13.71	o 337
2.06/13.72	c And the winner is solver0
2.06/14.21	c Got one! Elapsed wall clock time (in seconds):14.095
2.06/14.21	o 334
2.06/14.23	c And the winner is solver0
2.09/14.72	c Got one! Elapsed wall clock time (in seconds):14.596
2.09/14.72	o 330
2.09/14.72	c And the winner is solver0
2.18/15.22	c Got one! Elapsed wall clock time (in seconds):15.097
2.18/15.22	o 326
2.18/15.23	c And the winner is solver0
2.18/15.72	c Got one! Elapsed wall clock time (in seconds):15.598
2.18/15.72	o 325
2.18/15.73	c And the winner is solver0
2.22/16.22	c Got one! Elapsed wall clock time (in seconds):16.099
2.22/16.22	o 322
2.22/16.24	c And the winner is solver0
2.30/16.72	c Got one! Elapsed wall clock time (in seconds):16.6
2.30/16.72	o 317
2.30/16.75	c And the winner is solver0
2.38/17.22	c Got one! Elapsed wall clock time (in seconds):17.101
2.38/17.22	o 311
2.38/17.25	c And the winner is solver0
2.45/17.72	c Got one! Elapsed wall clock time (in seconds):17.602
2.45/17.72	o 310
2.45/17.73	c And the winner is solver0
2.50/18.22	c Got one! Elapsed wall clock time (in seconds):18.103
2.50/18.22	o 290
2.50/18.23	c And the winner is solver0
2.50/18.72	c Got one! Elapsed wall clock time (in seconds):18.604
2.50/18.72	o 285
2.50/18.74	c And the winner is solver0
2.59/19.22	c Got one! Elapsed wall clock time (in seconds):19.105
2.59/19.22	o 282
2.59/19.24	c And the winner is solver0
2.63/19.72	c Got one! Elapsed wall clock time (in seconds):19.605
2.63/19.72	o 274
2.63/19.74	c And the winner is solver0
2.63/20.23	c Got one! Elapsed wall clock time (in seconds):20.106
2.63/20.23	o 266
2.63/20.26	c And the winner is solver0
2.74/20.73	c Got one! Elapsed wall clock time (in seconds):20.607
2.74/20.73	o 265
2.74/20.75	c And the winner is solver0
2.79/21.23	c Got one! Elapsed wall clock time (in seconds):21.108
2.79/21.23	o 257
2.79/21.27	c And the winner is solver0
2.89/21.73	c Got one! Elapsed wall clock time (in seconds):21.609
2.89/21.73	o 256
2.89/21.76	c And the winner is solver0
2.97/22.23	c Got one! Elapsed wall clock time (in seconds):22.11
2.97/22.23	o 255
3.09/22.33	c And the winner is solver0
3.17/22.73	c Got one! Elapsed wall clock time (in seconds):22.611
3.17/22.73	o 253
3.17/22.74	c And the winner is solver0
3.19/23.23	c Got one! Elapsed wall clock time (in seconds):23.112
3.19/23.23	o 250
3.19/23.25	c And the winner is solver0
3.24/23.73	c Got one! Elapsed wall clock time (in seconds):23.613
3.24/23.73	o 247
3.24/23.75	c And the winner is solver0
3.27/24.23	c Got one! Elapsed wall clock time (in seconds):24.114
3.27/24.23	o 238
3.27/24.24	c And the winner is solver0
3.35/24.73	c Got one! Elapsed wall clock time (in seconds):24.615
3.35/24.73	o 237
3.35/24.78	c And the winner is solver0
3.46/25.24	c Got one! Elapsed wall clock time (in seconds):25.116
3.46/25.24	o 234
3.46/25.28	c And the winner is solver0
3.56/25.74	c Got one! Elapsed wall clock time (in seconds):25.617
3.56/25.74	o 230
3.56/25.75	c And the winner is solver0
3.59/26.24	c Got one! Elapsed wall clock time (in seconds):26.118
3.59/26.24	o 229
3.59/26.25	c And the winner is solver0
3.63/26.74	c Got one! Elapsed wall clock time (in seconds):26.618
3.63/26.74	o 226
3.63/26.78	c And the winner is solver0
3.72/27.24	c Got one! Elapsed wall clock time (in seconds):27.119
3.72/27.24	o 225
3.72/27.25	c And the winner is solver0
3.72/27.74	c Got one! Elapsed wall clock time (in seconds):27.62
3.72/27.74	o 222
3.72/27.74	c And the winner is solver0
3.72/28.24	c Got one! Elapsed wall clock time (in seconds):28.121
3.72/28.24	o 198
3.72/28.28	c And the winner is solver0
3.84/28.74	c Got one! Elapsed wall clock time (in seconds):28.622
3.84/28.74	o 196
3.84/28.76	c And the winner is solver0
3.89/29.24	c Got one! Elapsed wall clock time (in seconds):29.122
3.89/29.24	o 195
3.89/29.28	c And the winner is solver0
4.03/29.74	c Got one! Elapsed wall clock time (in seconds):29.623
4.03/29.74	o 193
4.03/29.79	c And the winner is solver0
4.19/30.24	c Got one! Elapsed wall clock time (in seconds):30.124
4.19/30.24	o 189
4.19/30.25	c And the winner is solver0
4.19/30.74	c Got one! Elapsed wall clock time (in seconds):30.625
4.19/30.74	o 188
4.19/30.76	c And the winner is solver0
4.23/31.25	c Got one! Elapsed wall clock time (in seconds):31.126
4.23/31.25	o 187
4.34/31.36	c cleaning 12269 clauses out of 24543 with flag 3352/24543
4.81/31.59	c cleaning 9137 clauses out of 18273 with flag 21636/30542
4.81/31.59	c And the winner is solver0
5.05/31.75	c Got one! Elapsed wall clock time (in seconds):31.626
5.05/31.75	o 184
5.37/31.91	c And the winner is solver0
5.39/32.25	c Got one! Elapsed wall clock time (in seconds):32.127
5.39/32.25	o 176
5.50/32.31	c cleaning 7300 clauses out of 14612 with flag 3464/36018
5.90/32.52	c cleaning 6656 clauses out of 13312 with flag 24246/42018
5.90/32.57	c And the winner is solver0
6.06/32.75	c Got one! Elapsed wall clock time (in seconds):32.628
6.06/32.75	o 162
6.37/32.91	c cleaning 6120 clauses out of 12248 with flag 12924/47610
6.69/33.07	c And the winner is solver0
7.03/33.25	c Got one! Elapsed wall clock time (in seconds):33.129
7.03/33.25	o 149
7.03/33.29	c cleaning 6001 clauses out of 12001 with flag 3339/53483
7.33/33.48	c And the winner is solver0
7.56/33.75	c Got one! Elapsed wall clock time (in seconds):33.63
7.56/33.75	o 147
7.86/33.93	c And the winner is solver0
7.95/34.25	c Got one! Elapsed wall clock time (in seconds):34.131
7.95/34.25	o 146
8.04/34.31	c cleaning 8395 clauses out of 16789 with flag 3842/64272
8.04/34.34	c And the winner is solver0
8.14/34.75	c Got one! Elapsed wall clock time (in seconds):34.632
8.14/34.75	o 145
8.25/34.81	c And the winner is solver0
8.29/35.25	c Got one! Elapsed wall clock time (in seconds):35.132
8.29/35.25	o 142
8.58/35.41	c cleaning 7275 clauses out of 14554 with flag 14199/70432
8.78/35.56	c And the winner is solver0
8.95/35.75	c Got one! Elapsed wall clock time (in seconds):35.633
8.95/35.75	o 134
9.03/35.80	c cleaning 6547 clauses out of 13095 with flag 3656/76248
9.03/35.81	c And the winner is solver0
9.08/36.25	c Got one! Elapsed wall clock time (in seconds):36.134
9.08/36.25	o 132
9.08/36.30	c And the winner is solver0
9.19/36.75	c Got one! Elapsed wall clock time (in seconds):36.635
9.19/36.75	o 128
9.27/36.87	c And the winner is solver0
9.44/37.26	c Got one! Elapsed wall clock time (in seconds):37.136
9.44/37.26	o 123
9.55/37.33	c cleaning 6292 clauses out of 12586 with flag 4014/82286
9.96/37.54	c cleaning 6145 clauses out of 12293 with flag 26936/88285
10.15/37.68	c And the winner is solver0
10.34/37.76	c Got one! Elapsed wall clock time (in seconds):37.637
10.34/37.76	o 118
10.34/37.77	c And the winner is solver0
10.39/38.26	c Got one! Elapsed wall clock time (in seconds):38.137
10.39/38.26	o 113
10.47/38.30	c cleaning 6138 clauses out of 12279 with flag 4316/94416
10.47/38.37	c And the winner is solver0
10.63/38.76	c Got one! Elapsed wall clock time (in seconds):38.638
10.63/38.76	o 112
10.71/38.87	c cleaning 5648 clauses out of 11296 with flag 12445/99571
11.11/39.07	c cleaning 5822 clauses out of 11648 with flag 35771/105571
11.31/39.13	c And the winner is solver0
11.42/39.26	c Got one! Elapsed wall clock time (in seconds):39.139
11.42/39.26	o 109
11.49/39.39	c And the winner is solver0
11.71/39.76	c Got one! Elapsed wall clock time (in seconds):39.64
11.71/39.76	o 108
11.78/39.80	c cleaning 6086 clauses out of 12175 with flag 3196/111921
12.18/40.00	c cleaning 6041 clauses out of 12089 with flag 23874/117921
12.18/40.03	c And the winner is solver0
12.27/40.26	c Got one! Elapsed wall clock time (in seconds):40.141
12.27/40.26	o 104
12.54/40.44	c cleaning 5977 clauses out of 11970 with flag 17671/123843
12.94/40.63	c cleaning 5997 clauses out of 11993 with flag 38444/129843
12.94/40.70	c And the winner is solver0
13.15/40.76	c Got one! Elapsed wall clock time (in seconds):40.641
13.15/40.76	o 89
13.15/40.79	c And the winner is solver0
13.25/41.26	c Got one! Elapsed wall clock time (in seconds):41.143
13.25/41.26	o 64
13.31/41.37	c cleaning 6135 clauses out of 12281 with flag 10334/136128
13.73/41.59	c cleaning 6065 clauses out of 12145 with flag 32459/142127
14.34/41.82	c cleaning 6536 clauses out of 13081 with flag 58035/149128
14.93/42.11	c cleaning 7264 clauses out of 14544 with flag 89758/157127
15.53/42.44	c cleaning 8139 clauses out of 16279 with flag 126465/166127
16.33/42.84	c cleaning 9058 clauses out of 18140 with flag 164326/176128
16.74/43.04	c And the winner is solver0
17.25/43.51	c Got one! Elapsed wall clock time (in seconds):43.395
17.25/43.51	o 60
17.61/43.73	c cleaning 9705 clauses out of 19419 with flag 19548/186465
17.81/43.88	c And the winner is solver0
18.50/44.47	c Got one! Elapsed wall clock time (in seconds):44.348
18.50/44.47	o 53
18.61/44.52	c cleaning 7605 clauses out of 15219 with flag 3987/191970
19.01/44.73	c cleaning 6795 clauses out of 13617 with flag 27591/197973
19.42/44.97	c cleaning 6907 clauses out of 13820 with flag 54208/204971
20.04/45.26	c cleaning 7453 clauses out of 14912 with flag 85791/212970
20.62/45.55	c And the winner is solver0
20.77/45.97	c Got one! Elapsed wall clock time (in seconds):45.851
20.77/45.97	o 43
21.03/46.14	c And the winner is solver0
21.14/46.47	c Got one! Elapsed wall clock time (in seconds):46.354
21.14/46.47	o 39
21.18/46.58	c cleaning 10692 clauses out of 21384 with flag 7788/226896
21.78/46.81	c cleaning 8342 clauses out of 16689 with flag 31910/232893
22.19/47.07	c cleaning 7670 clauses out of 15348 with flag 61428/239894
22.59/47.23	c And the winner is solver0
22.69/47.48	c Got one! Elapsed wall clock time (in seconds):47.358
22.69/47.48	o 38
23.15/47.70	c cleaning 8878 clauses out of 17756 with flag 19008/249974
23.15/47.71	c And the winner is solver0
23.23/47.98	c Got one! Elapsed wall clock time (in seconds):47.863
23.23/47.98	o 34
23.47/48.17	c cleaning 7068 clauses out of 14154 with flag 19408/255251
23.87/48.36	c cleaning 6528 clauses out of 13087 with flag 40638/261252
23.87/48.40	c And the winner is solver0
24.09/48.49	c Got one! Elapsed wall clock time (in seconds):48.369
24.09/48.49	o 29
24.33/48.63	c cleaning 5937 clauses out of 11891 with flag 14959/266584
24.73/48.81	c cleaning 5973 clauses out of 11952 with flag 35542/272584
25.13/49.05	c cleaning 6486 clauses out of 12980 with flag 61444/279587
25.53/49.23	c And the winner is solver0
25.62/49.49	c Got one! Elapsed wall clock time (in seconds):49.375
25.62/49.49	o 28
26.04/49.71	c cleaning 8625 clauses out of 17250 with flag 18204/290346
26.44/49.94	c cleaning 7306 clauses out of 14622 with flag 41997/296344
26.84/50.19	c cleaning 7155 clauses out of 14316 with flag 68833/303346
27.44/50.48	c cleaning 7574 clauses out of 15157 with flag 100451/311344
28.05/50.73	c And the winner is solver0
28.13/51.00	c Got one! Elapsed wall clock time (in seconds):50.881
28.13/51.00	o 21
28.32/51.18	c And the winner is solver0
28.52/51.51	c Got one! Elapsed wall clock time (in seconds):51.387
28.52/51.51	o 15
28.52/51.58	c cleaning 10110 clauses out of 20224 with flag 4123/323995
28.69/51.64	c And the winner is solver0
28.83/52.01	c Got one! Elapsed wall clock time (in seconds):51.894
28.83/52.01	o 14
28.98/52.12	c And the winner is solver0
29.04/52.57	c >>>>>>>>>> Solver number 0 (94 answers) <<<<<<<<<<<<<<<<<<
29.04/52.57	c starts		: 324
29.04/52.57	c conflicts		: 328313
29.04/52.57	c decisions		: 513517
29.04/52.57	c propagations		: 7590129
29.04/52.57	c inspects		: 130619188
29.04/52.57	c shortcuts		: 0
29.04/52.57	c learnt literals	: 50
29.04/52.57	c learnt binary clauses	: 181
29.04/52.57	c learnt ternary clauses	: 956
29.04/52.57	c learnt constraints	: 328262
29.04/52.57	c ignored constraints	: 0
29.04/52.57	c root simplifications	: 0
29.04/52.57	c removed literals (reason simplification)	: 3019232
29.04/52.57	c reason swapping (by a shorter reason)	: 0
29.04/52.57	c Calls to reduceDB	: 43
29.04/52.57	c Number of update (reduction) of LBD	: 75886
29.04/52.57	c Imported unit clauses	: 0
29.04/52.57	c number of reductions to clauses (during analyze)	: 0
29.04/52.57	c number of learned constraints concerned by reduction	: 0
29.04/52.57	c number of learning phase by resolution	: 0
29.04/52.57	c number of learning phase by cutting planes	: 0
29.04/52.57	c speed (assignments/second)	: 144905.09736540663
29.04/52.57	c non guided choices	3200
29.04/52.57	c learnt constraints type 
29.04/52.57	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
29.04/52.57	c starts		: 94
29.04/52.57	c conflicts		: 904
29.04/52.57	c decisions		: 9378
29.04/52.57	c propagations		: 40436
29.04/52.57	c inspects		: 2844534
29.04/52.57	c shortcuts		: 0
29.04/52.57	c learnt literals	: 0
29.04/52.57	c learnt binary clauses	: 0
29.04/52.57	c learnt ternary clauses	: 0
29.04/52.57	c learnt constraints	: 835
29.04/52.57	c ignored constraints	: 0
29.04/52.57	c root simplifications	: 0
29.04/52.57	c removed literals (reason simplification)	: 0
29.04/52.57	c reason swapping (by a shorter reason)	: 0
29.04/52.57	c Calls to reduceDB	: 0
29.04/52.57	c Number of update (reduction) of LBD	: 0
29.04/52.57	c Imported unit clauses	: 0
29.04/52.57	c number of reductions to clauses (during analyze)	: 0
29.04/52.57	c number of learned constraints concerned by reduction	: 0
29.04/52.57	c number of learning phase by resolution	: 0
29.04/52.57	c number of learning phase by cutting planes	: 0
29.04/52.57	c speed (assignments/second)	: 75299.81378026071
29.04/52.57	c non guided choices	1969
29.04/52.57	c learnt constraints type 
29.04/52.57	s OPTIMUM FOUND
29.04/52.57	c Found 93 solution(s)
29.04/52.57	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 
29.04/52.57	c objective function=14
29.04/52.57	c Total wall clock time (in seconds): 52.453

Verifier Data

OK	14

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-4091986-1467321420/watcher-4091986-1467321420 -o /tmp/evaluation-result-4091986-1467321420/solver-4091986-1467321420 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1467318834-9455 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4091986-1467321420.wbo 

pid=19498
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.18 0.11 0.52 2/169 19501
/proc/meminfo: memFree=31161968/32872528 swapFree=295864/318348
[pid=19501] ppid=19498 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/19501/stat : 19501 (java) D 19498 19501 4291 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 2819580 9515008 183 33554432000 1073741824 1073778376 140735290139104 140735290130136 262962757301 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/19501/statm: 2323 183 140 9 0 71 0

[startup+0.100133 s]
/proc/loadavg: 0.18 0.11 0.52 2/169 19501
/proc/meminfo: memFree=31161968/32872528 swapFree=295864/318348
[pid=19501] ppid=19498 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/19501/stat : 19501 (java) S 19498 19501 4291 0 -1 4202496 4420 0 1 0 8 1 0 0 20 0 18 0 2819580 9787879424 6054 33554432000 1073741824 1073778376 140737165240320 140737165231456 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19501/statm: 2389619 6054 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200227 s]
/proc/loadavg: 0.18 0.11 0.52 2/169 19501
/proc/meminfo: memFree=31161968/32872528 swapFree=295864/318348
[pid=19501] ppid=19498 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/19501/stat : 19501 (java) S 19498 19501 4291 0 -1 4202496 4785 0 1 0 21 1 0 0 20 0 22 0 2819580 10060525568 7900 33554432000 1073741824 1073778376 140737165240320 140737165231456 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19501/statm: 2456183 7900 2208 9 0 2446860 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9824732

[startup+0.300219 s]
/proc/loadavg: 0.18 0.11 0.52 2/169 19501
/proc/meminfo: memFree=31161968/32872528 swapFree=295864/318348
[pid=19501] ppid=19498 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/19501/stat : 19501 (java) S 19498 19501 4291 0 -1 4202496 7503 0 1 0 57 2 0 0 20 0 22 0 2819580 10060525568 9373 33554432000 1073741824 1073778376 140737165240320 140737165231456 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19501/statm: 2456183 9373 2247 9 0 2446860 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 9824732

[startup+0.701939 s]
/proc/loadavg: 0.18 0.11 0.52 2/169 19501
/proc/meminfo: memFree=31161968/32872528 swapFree=295864/318348
[pid=19501] ppid=19498 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/19501/stat : 19501 (java) S 19498 19501 4291 0 -1 4202496 15243 0 1 0 117 5 0 0 20 0 19 0 2819580 10060525568 14094 33554432000 1073741824 1073778376 140737165240320 140737165231456 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19501/statm: 2456183 14094 2253 9 0 2446860 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 9824732

[startup+1.5008 s]
/proc/loadavg: 0.18 0.11 0.52 1/188 19526
/proc/meminfo: memFree=31113784/32872528 swapFree=295864/318348
[pid=19501] ppid=19498 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/19501/stat : 19501 (java) S 19498 19501 4291 0 -1 4202496 15254 0 1 0 118 5 0 0 20 0 19 0 2819580 10060525568 15119 33554432000 1073741824 1073778376 140737165240320 140737165231456 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19501/statm: 2456183 15119 2253 9 0 2446860 0
[pid=19501/tid=19503] ppid=19498 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/19501/task/19503/stat : 19503 (java) S 19498 19501 4291 0 -1 4202560 2441 0 1 0 15 2 0 0 20 0 19 0 2819581 10060525568 15119 33554432000 1073741824 1073778376 140737165240320 140047481574264 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19501/tid=19504] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19504/stat : 19504 (java) S 19498 19501 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2819582 10060525568 15119 33554432000 1073741824 1073778376 140737165240320 140047325538728 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19501/tid=19505] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19505/stat : 19505 (java) S 19498 19501 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2819582 10060525568 15119 33554432000 1073741824 1073778376 140737165240320 140047324486184 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19501/tid=19506] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19506/stat : 19506 (java) S 19498 19501 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2819582 10060525568 15119 33554432000 1073741824 1073778376 140737165240320 140047323433128 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19501/tid=19507] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19507/stat : 19507 (java) S 19498 19501 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2819582 10060525568 15119 33554432000 1073741824 1073778376 140737165240320 140047322380584 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19501/tid=19508] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19508/stat : 19508 (java) S 19498 19501 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2819582 10060525568 15119 33554432000 1073741824 1073778376 140737165240320 140047321328552 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19501/tid=19509] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19509/stat : 19509 (java) S 19498 19501 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2819582 10060525568 15119 33554432000 1073741824 1073778376 140737165240320 140047320276008 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19501/tid=19510] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19510/stat : 19510 (java) S 19498 19501 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2819582 10060525568 15119 33554432000 1073741824 1073778376 140737165240320 140047319222952 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19501/tid=19511] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19511/stat : 19511 (java) S 19498 19501 4291 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2819582 10060525568 15119 33554432000 1073741824 1073778376 140737165240320 140047318170408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19501/tid=19512] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19512/stat : 19512 (java) S 19498 19501 4291 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2819583 10060525568 15119 33554432000 1073741824 1073778376 140737165240320 140047305759080 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19501/tid=19513] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19513/stat : 19513 (java) S 19498 19501 4291 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2819583 10060525568 15119 33554432000 1073741824 1073778376 140737165240320 140047304705400 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19501/tid=19514] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19514/stat : 19514 (java) S 19498 19501 4291 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2819583 10060525568 15119 33554432000 1073741824 1073778376 140737165240320 140047303652232 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19501/tid=19515] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19515/stat : 19515 (java) S 19498 19501 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2819586 10060525568 15119 33554432000 1073741824 1073778376 140737165240320 140047302600976 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19501/tid=19516] ppid=19498 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/19501/task/19516/stat : 19516 (java) S 19498 19501 4291 0 -1 4202560 4407 0 0 0 33 0 0 0 20 0 19 0 2819586 10060525568 15119 33554432000 1073741824 1073778376 140737165240320 140047301548856 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19501/tid=19517] ppid=19498 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/19501/task/19517/stat : 19517 (java) S 19498 19501 4291 0 -1 4202560 7061 0 0 0 35 2 0 0 20 0 19 0 2819586 10060525568 15119 33554432000 1073741824 1073778376 140737165240320 140047300496312 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19501/tid=19518] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19518/stat : 19518 (java) S 19498 19501 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2819586 10060525568 15119 33554432000 1073741824 1073778376 140737165240320 140047299443448 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19501/tid=19519] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19519/stat : 19519 (java) S 19498 19501 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2819586 10060525568 15119 33554432000 1073741824 1073778376 140737165240320 140047298391112 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19501/tid=19522] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19522/stat : 19522 (java) S 19498 19501 4291 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2819599 10060525568 15119 33554432000 1073741824 1073778376 140737165240320 140047295230760 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 9824732

[startup+3.10081 s]
/proc/loadavg: 0.18 0.11 0.52 3/191 19535
/proc/meminfo: memFree=31099308/32872528 swapFree=295864/318348
[pid=19501] ppid=19498 vsize=9824732 CPUtime=1.4 cores=1,3,5,7
/proc/19501/stat : 19501 (java) S 19498 19501 4291 0 -1 4202496 15305 0 1 0 132 8 0 0 20 0 19 0 2819580 10060525568 19238 33554432000 1073741824 1073778376 140737165240320 140737165231456 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19501/statm: 2456183 19238 2254 9 0 2446860 0
[pid=19501/tid=19503] ppid=19498 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/19501/task/19503/stat : 19503 (java) S 19498 19501 4291 0 -1 4202560 2442 0 1 0 15 2 0 0 20 0 19 0 2819581 10060525568 19238 33554432000 1073741824 1073778376 140737165240320 140047481574264 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19501/tid=19504] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19504/stat : 19504 (java) S 19498 19501 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2819582 10060525568 19238 33554432000 1073741824 1073778376 140737165240320 140047325538728 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19501/tid=19505] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19505/stat : 19505 (java) S 19498 19501 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2819582 10060525568 19238 33554432000 1073741824 1073778376 140737165240320 140047324486184 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19501/tid=19506] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19506/stat : 19506 (java) S 19498 19501 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2819582 10060525568 19238 33554432000 1073741824 1073778376 140737165240320 140047323433128 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19501/tid=19507] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19507/stat : 19507 (java) S 19498 19501 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2819582 10060525568 19238 33554432000 1073741824 1073778376 140737165240320 140047322380584 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19501/tid=19508] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19508/stat : 19508 (java) S 19498 19501 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2819582 10060525568 19238 33554432000 1073741824 1073778376 140737165240320 140047321328552 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19501/tid=19509] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19509/stat : 19509 (java) S 19498 19501 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2819582 10060525568 19238 33554432000 1073741824 1073778376 140737165240320 140047320276008 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19501/tid=19510] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19510/stat : 19510 (java) S 19498 19501 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2819582 10060525568 19238 33554432000 1073741824 1073778376 140737165240320 140047319222952 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19501/tid=19511] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19511/stat : 19511 (java) S 19498 19501 4291 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2819582 10060525568 19238 33554432000 1073741824 1073778376 140737165240320 140047318170408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19501/tid=19512] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19512/stat : 19512 (java) S 19498 19501 4291 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2819583 10060525568 19238 33554432000 1073741824 1073778376 140737165240320 140047305759080 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19501/tid=19513] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19513/stat : 19513 (java) S 19498 19501 4291 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2819583 10060525568 19238 33554432000 1073741824 1073778376 140737165240320 140047304705400 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19501/tid=19514] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19514/stat : 19514 (java) S 19498 19501 4291 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2819583 10060525568 19238 33554432000 1073741824 1073778376 140737165240320 140047303652232 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19501/tid=19515] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19515/stat : 19515 (java) S 19498 19501 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2819586 10060525568 19238 33554432000 1073741824 1073778376 140737165240320 140047302600976 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19501/tid=19516] ppid=19498 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/19501/task/19516/stat : 19516 (java) S 19498 19501 4291 0 -1 4202560 4408 0 0 0 35 0 0 0 20 0 19 0 2819586 10060525568 19238 33554432000 1073741824 1073778376 140737165240320 140047301548856 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19501/tid=19517] ppid=19498 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/19501/task/19517/stat : 19517 (java) S 19498 19501 4291 0 -1 4202560 7083 0 0 0 42 2 0 0 20 0 19 0 2819586 10060525568 19238 33554432000 1073741824 1073778376 140737165240320 140047300496312 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19501/tid=19518] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19518/stat : 19518 (java) S 19498 19501 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2819586 10060525568 19238 33554432000 1073741824 1073778376 140737165240320 140047299443448 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19501/tid=19519] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19519/stat : 19519 (java) S 19498 19501 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2819586 10060525568 19238 33554432000 1073741824 1073778376 140737165240320 140047298391112 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19501/tid=19522] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19522/stat : 19522 (java) S 19498 19501 4291 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2819599 10060525568 19238 33554432000 1073741824 1073778376 140737165240320 140047295230760 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 9824732
heavy processes:

[startup+6.30082 s]
/proc/loadavg: 0.17 0.11 0.52 1/188 19553
/proc/meminfo: memFree=31066432/32872528 swapFree=295864/318348
[pid=19501] ppid=19498 vsize=9824732 CPUtime=1.69 cores=1,3,5,7
/proc/19501/stat : 19501 (java) S 19498 19501 4291 0 -1 4202496 15435 0 1 0 155 14 0 0 20 0 19 0 2819580 10060525568 27853 33554432000 1073741824 1073778376 140737165240320 140737165231456 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19501/statm: 2456183 27853 2265 9 0 2446860 0
[pid=19501/tid=19503] ppid=19498 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/19501/task/19503/stat : 19503 (java) S 19498 19501 4291 0 -1 4202560 2443 0 1 0 15 2 0 0 20 0 19 0 2819581 10060525568 27853 33554432000 1073741824 1073778376 140737165240320 140047481574264 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19501/tid=19504] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19504/stat : 19504 (java) S 19498 19501 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2819582 10060525568 27853 33554432000 1073741824 1073778376 140737165240320 140047325538728 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19501/tid=19505] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19505/stat : 19505 (java) S 19498 19501 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2819582 10060525568 27853 33554432000 1073741824 1073778376 140737165240320 140047324486184 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19501/tid=19506] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19506/stat : 19506 (java) S 19498 19501 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2819582 10060525568 27853 33554432000 1073741824 1073778376 140737165240320 140047323433128 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19501/tid=19507] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19507/stat : 19507 (java) S 19498 19501 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2819582 10060525568 27853 33554432000 1073741824 1073778376 140737165240320 140047322380584 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19501/tid=19508] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19508/stat : 19508 (java) S 19498 19501 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2819582 10060525568 27853 33554432000 1073741824 1073778376 140737165240320 140047321328552 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19501/tid=19509] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19509/stat : 19509 (java) S 19498 19501 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2819582 10060525568 27853 33554432000 1073741824 1073778376 140737165240320 140047320276008 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19501/tid=19510] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19510/stat : 19510 (java) S 19498 19501 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2819582 10060525568 27853 33554432000 1073741824 1073778376 140737165240320 140047319222952 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19501/tid=19511] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19511/stat : 19511 (java) S 19498 19501 4291 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2819582 10060525568 27853 33554432000 1073741824 1073778376 140737165240320 140047318170408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19501/tid=19512] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19512/stat : 19512 (java) S 19498 19501 4291 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2819583 10060525568 27853 33554432000 1073741824 1073778376 140737165240320 140047305759080 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19501/tid=19513] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19513/stat : 19513 (java) S 19498 19501 4291 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2819583 10060525568 27853 33554432000 1073741824 1073778376 140737165240320 140047304705400 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19501/tid=19514] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19514/stat : 19514 (java) S 19498 19501 4291 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2819583 10060525568 27853 33554432000 1073741824 1073778376 140737165240320 140047303652232 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19501/tid=19515] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19515/stat : 19515 (java) S 19498 19501 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2819586 10060525568 27853 33554432000 1073741824 1073778376 140737165240320 140047302600976 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19501/tid=19516] ppid=19498 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/19501/task/19516/stat : 19516 (java) S 19498 19501 4291 0 -1 4202560 4432 0 0 0 45 0 0 0 20 0 19 0 2819586 10060525568 27853 33554432000 1073741824 1073778376 140737165240320 140047301548856 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19501/tid=19517] ppid=19498 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/19501/task/19517/stat : 19517 (java) S 19498 19501 4291 0 -1 4202560 7109 0 0 0 48 2 0 0 20 0 19 0 2819586 10060525568 27853 33554432000 1073741824 1073778376 140737165240320 140047300496312 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19501/tid=19518] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19518/stat : 19518 (java) S 19498 19501 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2819586 10060525568 27853 33554432000 1073741824 1073778376 140737165240320 140047299443448 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19501/tid=19519] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19519/stat : 19519 (java) S 19498 19501 4291 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2819586 10060525568 27853 33554432000 1073741824 1073778376 140737165240320 140047298391112 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19501/tid=19522] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19522/stat : 19522 (java) S 19498 19501 4291 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2819599 10060525568 27853 33554432000 1073741824 1073778376 140737165240320 140047295230760 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 9824732

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

[pid=19501/tid=19506] ppid=19498 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/19501/task/19506/stat : 19506 (java) S 19498 19501 4291 0 -1 4202560 47 0 0 0 5 2 0 0 20 0 19 0 2819582 10060525568 116974 33554432000 1073741824 1073778376 140737165240320 140047323433128 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19501/tid=19507] ppid=19498 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/19501/task/19507/stat : 19507 (java) S 19498 19501 4291 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 19 0 2819582 10060525568 116974 33554432000 1073741824 1073778376 140737165240320 140047322380584 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19501/tid=19508] ppid=19498 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/19501/task/19508/stat : 19508 (java) S 19498 19501 4291 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 19 0 2819582 10060525568 116974 33554432000 1073741824 1073778376 140737165240320 140047321328552 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19501/tid=19509] ppid=19498 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/19501/task/19509/stat : 19509 (java) S 19498 19501 4291 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 19 0 2819582 10060525568 116974 33554432000 1073741824 1073778376 140737165240320 140047320276008 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19501/tid=19510] ppid=19498 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/19501/task/19510/stat : 19510 (java) S 19498 19501 4291 0 -1 4202560 25 0 0 0 6 0 0 0 20 0 19 0 2819582 10060525568 116974 33554432000 1073741824 1073778376 140737165240320 140047319222952 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19501/tid=19511] ppid=19498 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/19501/task/19511/stat : 19511 (java) S 19498 19501 4291 0 -1 4202560 41 0 0 0 6 0 0 0 20 0 19 0 2819582 10060525568 116974 33554432000 1073741824 1073778376 140737165240320 140047318170408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19501/tid=19512] ppid=19498 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/19501/task/19512/stat : 19512 (java) S 19498 19501 4291 0 -1 4202560 149 0 0 0 1 9 0 0 20 0 19 0 2819583 10060525568 116974 33554432000 1073741824 1073778376 140737165240320 140047305759080 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19501/tid=19513] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19513/stat : 19513 (java) S 19498 19501 4291 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2819583 10060525568 116974 33554432000 1073741824 1073778376 140737165240320 140047304705400 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19501/tid=19514] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19514/stat : 19514 (java) S 19498 19501 4291 0 -1 4202560 37 0 0 0 0 0 0 0 20 0 19 0 2819583 10060525568 116974 33554432000 1073741824 1073778376 140737165240320 140047303652232 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19501/tid=19515] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19515/stat : 19515 (java) S 19498 19501 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2819586 10060525568 116974 33554432000 1073741824 1073778376 140737165240320 140047302600976 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19501/tid=19516] ppid=19498 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/19501/task/19516/stat : 19516 (java) S 19498 19501 4291 0 -1 4202560 9261 0 0 0 112 2 0 0 20 0 19 0 2819586 10060525568 116974 33554432000 1073741824 1073778376 140737165240320 140047301548856 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19501/tid=19517] ppid=19498 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/19501/task/19517/stat : 19517 (java) S 19498 19501 4291 0 -1 4202560 7150 0 0 0 83 2 0 0 20 0 19 0 2819586 10060525568 116974 33554432000 1073741824 1073778376 140737165240320 140047300496312 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19501/tid=19518] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19518/stat : 19518 (java) S 19498 19501 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2819586 10060525568 116974 33554432000 1073741824 1073778376 140737165240320 140047299443448 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19501/tid=19519] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19519/stat : 19519 (java) S 19498 19501 4291 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 2819586 10060525568 116974 33554432000 1073741824 1073778376 140737165240320 140047298391112 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19501/tid=19522] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19522/stat : 19522 (java) S 19498 19501 4291 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2819599 10060525568 116974 33554432000 1073741824 1073778376 140737165240320 140047295230760 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 28.52
Current children cumulated vsize (KiB) 9824732

[startup+52.0008 s]
/proc/loadavg: 0.52 0.19 0.53 1/188 19799
/proc/meminfo: memFree=30703216/32872528 swapFree=295864/318348
[pid=19501] ppid=19498 vsize=9824732 CPUtime=28.83 cores=1,3,5,7
/proc/19501/stat : 19501 (java) S 19498 19501 4291 0 -1 4202496 21741 0 1 0 2735 148 0 0 20 0 19 0 2819580 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140737165231456 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19501/statm: 2456183 116625 2287 9 0 2446860 0
[pid=19501/tid=19503] ppid=19498 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/19501/task/19503/stat : 19503 (java) S 19498 19501 4291 0 -1 4202560 2449 0 1 0 24 2 0 0 20 0 19 0 2819581 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047481574264 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19501/tid=19504] ppid=19498 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/19501/task/19504/stat : 19504 (java) S 19498 19501 4291 0 -1 4202560 47 0 0 0 4 1 0 0 20 0 19 0 2819582 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047325538728 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19501/tid=19505] ppid=19498 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/19501/task/19505/stat : 19505 (java) S 19498 19501 4291 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 19 0 2819582 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047324486184 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19501/tid=19506] ppid=19498 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/19501/task/19506/stat : 19506 (java) S 19498 19501 4291 0 -1 4202560 48 0 0 0 6 2 0 0 20 0 19 0 2819582 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047323433128 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19501/tid=19507] ppid=19498 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/19501/task/19507/stat : 19507 (java) S 19498 19501 4291 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 19 0 2819582 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047322380584 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19501/tid=19508] ppid=19498 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/19501/task/19508/stat : 19508 (java) S 19498 19501 4291 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 19 0 2819582 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047321328552 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19501/tid=19509] ppid=19498 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/19501/task/19509/stat : 19509 (java) S 19498 19501 4291 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 19 0 2819582 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047320276008 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19501/tid=19510] ppid=19498 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/19501/task/19510/stat : 19510 (java) S 19498 19501 4291 0 -1 4202560 27 0 0 0 7 0 0 0 20 0 19 0 2819582 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047319222952 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19501/tid=19511] ppid=19498 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/19501/task/19511/stat : 19511 (java) S 19498 19501 4291 0 -1 4202560 41 0 0 0 6 0 0 0 20 0 19 0 2819582 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047318170408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19501/tid=19512] ppid=19498 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/19501/task/19512/stat : 19512 (java) S 19498 19501 4291 0 -1 4202560 149 0 0 0 1 9 0 0 20 0 19 0 2819583 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047305759080 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19501/tid=19513] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19513/stat : 19513 (java) S 19498 19501 4291 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2819583 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047304705400 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19501/tid=19514] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19514/stat : 19514 (java) S 19498 19501 4291 0 -1 4202560 37 0 0 0 0 0 0 0 20 0 19 0 2819583 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047303652232 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19501/tid=19515] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19515/stat : 19515 (java) S 19498 19501 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2819586 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047302600976 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19501/tid=19516] ppid=19498 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/19501/task/19516/stat : 19516 (java) S 19498 19501 4291 0 -1 4202560 9261 0 0 0 112 2 0 0 20 0 19 0 2819586 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047301548856 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19501/tid=19517] ppid=19498 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/19501/task/19517/stat : 19517 (java) S 19498 19501 4291 0 -1 4202560 7150 0 0 0 83 2 0 0 20 0 19 0 2819586 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047300496312 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19501/tid=19518] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19518/stat : 19518 (java) S 19498 19501 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2819586 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047299443448 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19501/tid=19519] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19519/stat : 19519 (java) S 19498 19501 4291 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 2819586 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047298391112 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19501/tid=19522] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19522/stat : 19522 (java) S 19498 19501 4291 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2819599 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047295230760 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 28.83
Current children cumulated vsize (KiB) 9824732

[startup+52.4008 s]
/proc/loadavg: 0.52 0.19 0.53 1/188 19799
/proc/meminfo: memFree=30703216/32872528 swapFree=295864/318348
[pid=19501] ppid=19498 vsize=9824732 CPUtime=29.04 cores=1,3,5,7
/proc/19501/stat : 19501 (java) S 19498 19501 4291 0 -1 4202496 21747 0 1 0 2754 150 0 0 20 0 19 0 2819580 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140737165231456 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19501/statm: 2456183 116625 2287 9 0 2446860 0
[pid=19501/tid=19503] ppid=19498 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/19501/task/19503/stat : 19503 (java) S 19498 19501 4291 0 -1 4202560 2449 0 1 0 24 2 0 0 20 0 19 0 2819581 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047481574264 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19501/tid=19504] ppid=19498 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/19501/task/19504/stat : 19504 (java) S 19498 19501 4291 0 -1 4202560 47 0 0 0 4 1 0 0 20 0 19 0 2819582 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047325538728 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19501/tid=19505] ppid=19498 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/19501/task/19505/stat : 19505 (java) S 19498 19501 4291 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 19 0 2819582 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047324486184 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19501/tid=19506] ppid=19498 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/19501/task/19506/stat : 19506 (java) S 19498 19501 4291 0 -1 4202560 48 0 0 0 6 2 0 0 20 0 19 0 2819582 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047323433128 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19501/tid=19507] ppid=19498 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/19501/task/19507/stat : 19507 (java) S 19498 19501 4291 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 19 0 2819582 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047322380584 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19501/tid=19508] ppid=19498 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/19501/task/19508/stat : 19508 (java) S 19498 19501 4291 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 19 0 2819582 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047321328552 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19501/tid=19509] ppid=19498 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/19501/task/19509/stat : 19509 (java) S 19498 19501 4291 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 19 0 2819582 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047320276008 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19501/tid=19510] ppid=19498 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/19501/task/19510/stat : 19510 (java) S 19498 19501 4291 0 -1 4202560 27 0 0 0 7 0 0 0 20 0 19 0 2819582 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047319222952 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19501/tid=19511] ppid=19498 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/19501/task/19511/stat : 19511 (java) S 19498 19501 4291 0 -1 4202560 41 0 0 0 6 0 0 0 20 0 19 0 2819582 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047318170408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19501/tid=19512] ppid=19498 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/19501/task/19512/stat : 19512 (java) S 19498 19501 4291 0 -1 4202560 149 0 0 0 1 9 0 0 20 0 19 0 2819583 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047305759080 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19501/tid=19513] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19513/stat : 19513 (java) S 19498 19501 4291 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2819583 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047304705400 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19501/tid=19514] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19514/stat : 19514 (java) S 19498 19501 4291 0 -1 4202560 37 0 0 0 0 0 0 0 20 0 19 0 2819583 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047303652232 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19501/tid=19515] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19515/stat : 19515 (java) S 19498 19501 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2819586 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047302600976 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19501/tid=19516] ppid=19498 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/19501/task/19516/stat : 19516 (java) S 19498 19501 4291 0 -1 4202560 9261 0 0 0 112 2 0 0 20 0 19 0 2819586 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047301548856 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19501/tid=19517] ppid=19498 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/19501/task/19517/stat : 19517 (java) S 19498 19501 4291 0 -1 4202560 7150 0 0 0 83 2 0 0 20 0 19 0 2819586 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047300496312 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19501/tid=19518] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19518/stat : 19518 (java) S 19498 19501 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2819586 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047299443448 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19501/tid=19519] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19519/stat : 19519 (java) S 19498 19501 4291 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 2819586 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047298391112 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19501/tid=19522] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19522/stat : 19522 (java) S 19498 19501 4291 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2819599 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047295230760 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 29.04
Current children cumulated vsize (KiB) 9824732

[startup+52.5008 s]
/proc/loadavg: 0.52 0.19 0.53 1/188 19799
/proc/meminfo: memFree=30703216/32872528 swapFree=295864/318348
[pid=19501] ppid=19498 vsize=9824732 CPUtime=29.04 cores=1,3,5,7
/proc/19501/stat : 19501 (java) S 19498 19501 4291 0 -1 4202496 21747 0 1 0 2754 150 0 0 20 0 19 0 2819580 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140737165231456 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19501/statm: 2456183 116625 2287 9 0 2446860 0
[pid=19501/tid=19503] ppid=19498 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/19501/task/19503/stat : 19503 (java) S 19498 19501 4291 0 -1 4202560 2449 0 1 0 24 2 0 0 20 0 19 0 2819581 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047481574264 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19501/tid=19504] ppid=19498 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/19501/task/19504/stat : 19504 (java) S 19498 19501 4291 0 -1 4202560 47 0 0 0 4 1 0 0 20 0 19 0 2819582 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047325538728 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19501/tid=19505] ppid=19498 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/19501/task/19505/stat : 19505 (java) S 19498 19501 4291 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 19 0 2819582 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047324486184 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19501/tid=19506] ppid=19498 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/19501/task/19506/stat : 19506 (java) S 19498 19501 4291 0 -1 4202560 48 0 0 0 6 2 0 0 20 0 19 0 2819582 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047323433128 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19501/tid=19507] ppid=19498 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/19501/task/19507/stat : 19507 (java) S 19498 19501 4291 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 19 0 2819582 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047322380584 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19501/tid=19508] ppid=19498 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/19501/task/19508/stat : 19508 (java) S 19498 19501 4291 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 19 0 2819582 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047321328552 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19501/tid=19509] ppid=19498 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/19501/task/19509/stat : 19509 (java) S 19498 19501 4291 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 19 0 2819582 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047320276008 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19501/tid=19510] ppid=19498 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/19501/task/19510/stat : 19510 (java) S 19498 19501 4291 0 -1 4202560 27 0 0 0 7 0 0 0 20 0 19 0 2819582 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047319222952 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19501/tid=19511] ppid=19498 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/19501/task/19511/stat : 19511 (java) S 19498 19501 4291 0 -1 4202560 41 0 0 0 6 0 0 0 20 0 19 0 2819582 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047318170408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19501/tid=19512] ppid=19498 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/19501/task/19512/stat : 19512 (java) S 19498 19501 4291 0 -1 4202560 149 0 0 0 1 9 0 0 20 0 19 0 2819583 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047305759080 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19501/tid=19513] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19513/stat : 19513 (java) S 19498 19501 4291 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2819583 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047304705400 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19501/tid=19514] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19514/stat : 19514 (java) S 19498 19501 4291 0 -1 4202560 37 0 0 0 0 0 0 0 20 0 19 0 2819583 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047303652232 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19501/tid=19515] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19515/stat : 19515 (java) S 19498 19501 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2819586 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047302600976 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19501/tid=19516] ppid=19498 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/19501/task/19516/stat : 19516 (java) S 19498 19501 4291 0 -1 4202560 9261 0 0 0 112 2 0 0 20 0 19 0 2819586 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047301548856 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19501/tid=19517] ppid=19498 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/19501/task/19517/stat : 19517 (java) S 19498 19501 4291 0 -1 4202560 7150 0 0 0 83 2 0 0 20 0 19 0 2819586 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047300496312 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19501/tid=19518] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19518/stat : 19518 (java) S 19498 19501 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2819586 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047299443448 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19501/tid=19519] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19519/stat : 19519 (java) S 19498 19501 4291 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 2819586 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047298391112 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19501/tid=19522] ppid=19498 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19501/task/19522/stat : 19522 (java) S 19498 19501 4291 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2819599 10060525568 116625 33554432000 1073741824 1073778376 140737165240320 140047295230760 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 29.04
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 52.5811
CPU time (s): 29.1976
CPU user time (s): 27.5878
CPU system time (s): 1.60976
CPU usage (%): 55.5287
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.5878
system time used= 1.60975
maximum resident set size= 489796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21760
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= 1400

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.343947 second user time and 0.405938 second system time

The end

Launcher Data

Begin job on node128 at 2016-06-30 23:17:00
IDJOB=4091986
IDBENCH=78873
IDSOLVER=2552
FILE ID=node128/4091986-1467321420
RUNJOBID= node128-1467318834-9455
PBS_JOBID= 20005249
Free space on /tmp= 71744 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.1111213868--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4091986-1467321420/watcher-4091986-1467321420 -o /tmp/evaluation-result-4091986-1467321420/solver-4091986-1467321420 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1467318834-9455 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4091986-1467321420.wbo

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

MD5SUM BENCH= f6f5996763a3538cd959432d54a4a5d7
RANDOM SEED=746823591

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.501
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.501
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.501
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.501
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:        31162612 kB
Buffers:           83264 kB
Cached:           554748 kB
SwapCached:            0 kB
Active:           212392 kB
Inactive:         441532 kB
Active(anon):      18724 kB
Inactive(anon):        4 kB
Active(file):     193668 kB
Inactive(file):   441528 kB
Unevictable:      318348 kB
Mlocked:          295864 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               788 kB
Writeback:             0 kB
AnonPages:        334412 kB
Mapped:            13796 kB
Shmem:               204 kB
Slab:             607616 kB
SReclaimable:      51364 kB
SUnreclaim:       556252 kB
KernelStack:        1376 kB
PageTables:         4276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     417172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 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= 71744 MiB
End job on node128 at 2016-06-30 23:17:53