Trace number 4092288

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 50.8453 58.9615

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110966483--soft-0-100-0.wbo
MD5SUM2001343def6115cfc261dcde547cf23c
Bench CategorySOFT-SMALLINT-LIN (only soft 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 benchmark3.80442
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1298
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4092288-1467321929.wbo
0.10/0.11	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.065s.
0.10/0.17	c declared #vars     169
0.10/0.17	c internal #vars     270
0.10/0.17	c #constraints  101
0.10/0.18	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.10/0.18	c 101 constraints processed.
0.10/0.18	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
0.10/0.18	c 101 constraints processed.
0.10/0.18	c objective function length is 101 literals
1.06/0.46	c And the winner is solver0
1.52/0.68	c SATISFIABLE
1.52/0.68	c OPTIMIZING...
1.52/0.68	c Got one! Elapsed wall clock time (in seconds):0.57
1.52/0.68	o 659
1.57/0.70	c And the winner is solver0
1.70/1.18	c Got one! Elapsed wall clock time (in seconds):1.071
1.70/1.18	o 654
1.70/1.19	c And the winner is solver0
1.71/1.68	c Got one! Elapsed wall clock time (in seconds):1.572
1.71/1.68	o 645
1.76/1.76	c And the winner is solver0
2.12/2.18	c Got one! Elapsed wall clock time (in seconds):2.074
2.12/2.18	o 559
2.12/2.19	c And the winner is solver0
2.13/2.69	c Got one! Elapsed wall clock time (in seconds):2.575
2.13/2.69	o 558
2.13/2.69	c And the winner is solver0
2.14/3.19	c Got one! Elapsed wall clock time (in seconds):3.076
2.14/3.19	o 556
2.14/3.19	c And the winner is solver0
2.16/3.69	c Got one! Elapsed wall clock time (in seconds):3.578
2.16/3.69	o 533
2.16/3.69	c And the winner is solver0
2.17/4.19	c Got one! Elapsed wall clock time (in seconds):4.079
2.17/4.19	o 523
2.17/4.20	c And the winner is solver0
2.19/4.69	c Got one! Elapsed wall clock time (in seconds):4.58
2.19/4.69	o 520
2.20/4.70	c And the winner is solver0
2.22/5.19	c Got one! Elapsed wall clock time (in seconds):5.081
2.22/5.19	o 505
2.23/5.20	c And the winner is solver0
2.23/5.69	c Got one! Elapsed wall clock time (in seconds):5.583
2.23/5.69	o 501
2.23/5.71	c And the winner is solver0
2.27/6.19	c Got one! Elapsed wall clock time (in seconds):6.084
2.27/6.19	o 493
2.27/6.20	c And the winner is solver0
2.27/6.70	c Got one! Elapsed wall clock time (in seconds):6.585
2.27/6.70	o 473
2.27/6.70	c And the winner is solver0
2.27/7.20	c Got one! Elapsed wall clock time (in seconds):7.086
2.27/7.20	o 469
2.27/7.28	c And the winner is solver0
2.36/7.70	c Got one! Elapsed wall clock time (in seconds):7.587
2.36/7.70	o 465
2.37/7.74	c And the winner is solver0
2.57/8.20	c Got one! Elapsed wall clock time (in seconds):8.088
2.57/8.20	o 454
2.57/8.22	c And the winner is solver0
2.75/8.70	c Got one! Elapsed wall clock time (in seconds):8.59
2.75/8.70	o 450
2.75/8.74	c And the winner is solver0
2.84/9.20	c Got one! Elapsed wall clock time (in seconds):9.091
2.84/9.20	o 448
2.84/9.21	c And the winner is solver0
2.85/9.70	c Got one! Elapsed wall clock time (in seconds):9.592
2.85/9.70	o 442
2.85/9.71	c And the winner is solver0
2.85/10.20	c Got one! Elapsed wall clock time (in seconds):10.093
2.85/10.20	o 433
2.85/10.21	c And the winner is solver0
2.86/10.70	c Got one! Elapsed wall clock time (in seconds):10.595
2.86/10.70	o 422
2.86/10.71	c And the winner is solver0
2.87/11.21	c Got one! Elapsed wall clock time (in seconds):11.096
2.87/11.21	o 416
2.87/11.22	c And the winner is solver0
2.89/11.71	c Got one! Elapsed wall clock time (in seconds):11.597
2.89/11.71	o 414
2.89/11.79	c cleaning 4885 clauses out of 9778 with flag 3503/9778
3.16/11.88	c And the winner is solver0
3.44/12.21	c Got one! Elapsed wall clock time (in seconds):12.098
3.44/12.21	o 399
3.44/12.21	c And the winner is solver0
3.56/12.71	c Got one! Elapsed wall clock time (in seconds):12.599
3.56/12.71	o 385
3.56/12.71	c And the winner is solver0
3.56/13.21	c Got one! Elapsed wall clock time (in seconds):13.1
3.56/13.21	o 365
3.56/13.29	c And the winner is solver0
3.72/13.71	c Got one! Elapsed wall clock time (in seconds):13.601
3.72/13.71	o 360
3.72/13.74	c And the winner is solver0
3.79/14.21	c Got one! Elapsed wall clock time (in seconds):14.102
3.79/14.21	o 359
3.79/14.22	c And the winner is solver0
3.80/14.71	c Got one! Elapsed wall clock time (in seconds):14.603
3.80/14.71	o 348
3.80/14.74	c And the winner is solver0
3.89/15.21	c Got one! Elapsed wall clock time (in seconds):15.104
3.89/15.21	o 344
3.89/15.24	c And the winner is solver0
3.97/15.71	c Got one! Elapsed wall clock time (in seconds):15.605
3.97/15.71	o 343
4.13/15.88	c cleaning 6566 clauses out of 13154 with flag 11252/18039
4.54/16.03	c And the winner is solver0
4.61/16.22	c Got one! Elapsed wall clock time (in seconds):16.105
4.61/16.22	o 341
4.61/16.22	c And the winner is solver0
4.61/16.72	c Got one! Elapsed wall clock time (in seconds):16.606
4.61/16.72	o 338
4.61/16.73	c And the winner is solver0
4.63/17.22	c Got one! Elapsed wall clock time (in seconds):17.108
4.63/17.22	o 337
4.63/17.22	c And the winner is solver0
4.64/17.72	c Got one! Elapsed wall clock time (in seconds):17.609
4.64/17.72	o 329
4.64/17.74	c And the winner is solver0
4.70/18.22	c Got one! Elapsed wall clock time (in seconds):18.11
4.70/18.22	o 323
4.70/18.23	c And the winner is solver0
4.74/18.72	c Got one! Elapsed wall clock time (in seconds):18.611
4.74/18.72	o 314
4.92/18.84	c And the winner is solver0
5.08/19.22	c Got one! Elapsed wall clock time (in seconds):19.112
5.08/19.22	o 313
5.08/19.24	c And the winner is solver0
5.12/19.72	c Got one! Elapsed wall clock time (in seconds):19.612
5.12/19.72	o 312
5.12/19.73	c And the winner is solver0
5.13/20.22	c Got one! Elapsed wall clock time (in seconds):20.113
5.13/20.22	o 241
5.13/20.25	c And the winner is solver0
5.20/20.72	c Got one! Elapsed wall clock time (in seconds):20.614
5.20/20.72	o 238
5.20/20.74	c And the winner is solver0
5.24/21.22	c Got one! Elapsed wall clock time (in seconds):21.115
5.24/21.22	o 236
5.24/21.29	c cleaning 7270 clauses out of 14541 with flag 3480/25992
5.61/21.45	c And the winner is solver0
5.72/21.73	c Got one! Elapsed wall clock time (in seconds):21.615
5.72/21.73	o 218
5.86/21.83	c cleaning 6380 clauses out of 12775 with flag 7678/31496
5.86/21.84	c And the winner is solver0
6.00/22.23	c Got one! Elapsed wall clock time (in seconds):22.116
6.00/22.23	o 217
6.00/22.29	c And the winner is solver0
6.15/22.73	c Got one! Elapsed wall clock time (in seconds):22.617
6.15/22.73	o 215
6.15/22.74	c And the winner is solver0
6.19/23.23	c Got one! Elapsed wall clock time (in seconds):23.118
6.19/23.23	o 213
6.32/23.32	c And the winner is solver0
6.39/23.73	c Got one! Elapsed wall clock time (in seconds):23.618
6.39/23.73	o 190
6.39/23.74	c And the winner is solver0
6.43/24.23	c Got one! Elapsed wall clock time (in seconds):24.119
6.43/24.23	o 188
6.75/24.41	c cleaning 6765 clauses out of 13540 with flag 13000/38641
6.75/24.41	c And the winner is solver0
6.79/24.73	c Got one! Elapsed wall clock time (in seconds):24.62
6.79/24.73	o 186
6.79/24.79	c And the winner is solver0
6.96/25.23	c Got one! Elapsed wall clock time (in seconds):25.121
6.96/25.23	o 184
7.10/25.33	c And the winner is solver0
7.16/25.73	c Got one! Elapsed wall clock time (in seconds):25.622
7.16/25.73	o 183
7.49/25.95	c cleaning 6890 clauses out of 13784 with flag 17547/45650
8.11/26.20	c And the winner is solver0
8.22/26.33	c Got one! Elapsed wall clock time (in seconds):26.223
8.22/26.33	o 181
8.22/26.36	c And the winner is solver0
8.30/26.83	c Got one! Elapsed wall clock time (in seconds):26.724
8.30/26.83	o 180
8.30/26.90	c cleaning 6596 clauses out of 13191 with flag 4177/51947
8.42/26.92	c And the winner is solver0
8.50/27.33	c Got one! Elapsed wall clock time (in seconds):27.224
8.50/27.33	o 178
8.50/27.37	c And the winner is solver0
8.58/27.84	c Got one! Elapsed wall clock time (in seconds):27.725
8.58/27.84	o 174
8.58/27.85	c And the winner is solver0
8.63/28.34	c Got one! Elapsed wall clock time (in seconds):28.226
8.63/28.34	o 171
8.63/28.36	c And the winner is solver0
8.70/28.84	c Got one! Elapsed wall clock time (in seconds):28.727
8.70/28.84	o 170
8.82/28.90	c And the winner is solver0
8.86/29.34	c Got one! Elapsed wall clock time (in seconds):29.227
8.86/29.34	o 168
8.99/29.40	c And the winner is solver0
9.04/29.84	c Got one! Elapsed wall clock time (in seconds):29.728
9.04/29.84	o 160
9.17/29.91	c And the winner is solver0
9.22/30.34	c Got one! Elapsed wall clock time (in seconds):30.229
9.22/30.34	o 157
9.34/30.41	c And the winner is solver0
9.39/30.84	c Got one! Elapsed wall clock time (in seconds):30.73
9.39/30.84	o 151
9.52/30.91	c cleaning 7266 clauses out of 14539 with flag 4421/59891
9.52/30.96	c And the winner is solver0
9.64/31.34	c Got one! Elapsed wall clock time (in seconds):31.231
9.64/31.34	o 139
9.95/31.51	c And the winner is solver0
10.04/31.84	c Got one! Elapsed wall clock time (in seconds):31.731
10.04/31.84	o 137
10.04/31.86	c And the winner is solver0
10.10/32.34	c Got one! Elapsed wall clock time (in seconds):32.232
10.10/32.34	o 133
10.10/32.40	c And the winner is solver0
10.26/32.84	c Got one! Elapsed wall clock time (in seconds):32.733
10.26/32.84	o 116
10.40/32.91	c And the winner is solver0
10.46/33.34	c Got one! Elapsed wall clock time (in seconds):33.234
10.46/33.34	o 114
10.46/33.38	c And the winner is solver0
10.55/33.84	c Got one! Elapsed wall clock time (in seconds):33.734
10.55/33.84	o 105
10.55/33.87	c And the winner is solver0
10.61/34.35	c Got one! Elapsed wall clock time (in seconds):34.235
10.61/34.35	o 103
10.61/34.36	c And the winner is solver0
10.66/34.85	c Got one! Elapsed wall clock time (in seconds):34.736
10.66/34.85	o 80
10.76/34.93	c cleaning 7963 clauses out of 15930 with flag 3286/68548
11.62/35.25	c cleaning 6979 clauses out of 13967 with flag 25580/74548
12.78/35.62	c cleaning 6989 clauses out of 13988 with flag 51817/81548
13.59/36.02	c cleaning 7489 clauses out of 15000 with flag 80532/89549
13.79/36.18	c And the winner is solver0
13.98/36.35	c Got one! Elapsed wall clock time (in seconds):36.237
13.98/36.35	o 63
14.09/36.45	c cleaning 6542 clauses out of 13093 with flag 7018/95131
14.66/36.73	c And the winner is solver0
14.80/36.85	c Got one! Elapsed wall clock time (in seconds):36.739
14.80/36.85	o 58
15.31/37.14	c cleaning 8615 clauses out of 17230 with flag 17943/105810
15.93/37.45	c cleaning 7301 clauses out of 14618 with flag 40344/111813
16.72/37.80	c cleaning 7155 clauses out of 14314 with flag 65481/118810
16.72/37.85	c And the winner is solver0
16.87/37.95	c Got one! Elapsed wall clock time (in seconds):37.841
16.87/37.95	o 50
17.17/38.14	c cleaning 6119 clauses out of 12258 with flag 13700/123909
17.36/38.25	c And the winner is solver0
17.54/38.45	c Got one! Elapsed wall clock time (in seconds):38.345
17.54/38.45	o 49
17.63/38.60	c cleaning 5950 clauses out of 11906 with flag 11012/129676
18.02/38.71	c And the winner is solver0
18.07/38.96	c Got one! Elapsed wall clock time (in seconds):38.85
18.07/38.96	o 47
18.34/39.11	c cleaning 5943 clauses out of 11902 with flag 10458/135622
18.74/39.39	c cleaning 5968 clauses out of 11959 with flag 34467/141622
19.55/39.72	c cleaning 6494 clauses out of 12993 with flag 64346/148624
19.55/39.76	c And the winner is solver0
19.80/39.96	c Got one! Elapsed wall clock time (in seconds):39.855
19.80/39.96	o 45
19.80/39.98	c And the winner is solver0
19.88/40.47	c Got one! Elapsed wall clock time (in seconds):40.36
19.88/40.47	o 42
20.12/40.69	c cleaning 6350 clauses out of 12710 with flag 18988/154835
20.72/40.97	c cleaning 6171 clauses out of 12361 with flag 46270/160836
21.12/41.16	c And the winner is solver0
21.32/41.48	c Got one! Elapsed wall clock time (in seconds):41.37
21.32/41.48	o 41
21.35/41.54	c cleaning 5896 clauses out of 11794 with flag 4757/166440
21.96/41.81	c cleaning 5944 clauses out of 11898 with flag 29795/172440
22.55/42.14	c cleaning 6475 clauses out of 12954 with flag 60021/179440
23.35/42.51	c cleaning 7235 clauses out of 14480 with flag 96733/187441
24.16/42.94	c cleaning 8122 clauses out of 16248 with flag 134977/196445
25.17/43.43	c cleaning 9053 clauses out of 18121 with flag 175132/206441
26.38/44.02	c cleaning 10030 clauses out of 20067 with flag 219735/217440
27.57/44.67	c cleaning 11015 clauses out of 22037 with flag 273652/229441
28.96/45.37	c cleaning 12011 clauses out of 24022 with flag 337872/242441
30.57/46.19	c cleaning 13000 clauses out of 26010 with flag 411209/256441
31.00/46.34	c And the winner is solver0
31.93/47.29	c Got one! Elapsed wall clock time (in seconds):47.177
31.93/47.29	o 40
32.24/47.41	c cleaning 9079 clauses out of 18160 with flag 9434/261591
32.83/47.71	c cleaning 7536 clauses out of 15081 with flag 40489/267591
33.43/48.02	c cleaning 7265 clauses out of 14544 with flag 71954/274591
33.83/48.25	c And the winner is solver0
34.88/49.25	c Got one! Elapsed wall clock time (in seconds):49.139
34.88/49.25	o 38
35.41/49.51	c cleaning 8866 clauses out of 17731 with flag 21386/285043
36.00/49.80	c cleaning 7421 clauses out of 14865 with flag 47777/291044
36.59/50.13	c cleaning 7211 clauses out of 14443 with flag 78406/298043
37.40/50.51	c cleaning 7606 clauses out of 15233 with flag 116493/306044
38.20/50.96	c cleaning 8298 clauses out of 16628 with flag 163015/315045
39.20/51.46	c cleaning 9160 clauses out of 18329 with flag 211940/325045
40.40/52.04	c cleaning 10081 clauses out of 20166 with flag 264199/336043
41.00/52.34	c And the winner is solver0
41.75/53.06	c Got one! Elapsed wall clock time (in seconds):52.949
41.75/53.06	o 34
42.27/53.35	c cleaning 10517 clauses out of 21039 with flag 24221/346998
42.87/53.66	c cleaning 8257 clauses out of 16519 with flag 53905/352996
43.28/53.82	c And the winner is solver0
43.81/54.37	c Got one! Elapsed wall clock time (in seconds):54.259
43.81/54.37	o 30
43.93/54.48	c cleaning 6857 clauses out of 13723 with flag 8746/358457
44.53/54.73	c cleaning 6426 clauses out of 12864 with flag 33183/364455
45.14/55.03	c cleaning 6709 clauses out of 13438 with flag 59706/371456
45.93/55.40	c cleaning 7357 clauses out of 14729 with flag 96359/379457
45.93/55.43	c And the winner is solver0
46.22/55.88	c Got one! Elapsed wall clock time (in seconds):55.77
46.22/55.88	o 29
46.67/56.12	c cleaning 6559 clauses out of 13120 with flag 21115/385206
47.06/56.37	c cleaning 6275 clauses out of 12560 with flag 46677/391206
47.66/56.68	c cleaning 6644 clauses out of 13287 with flag 78559/398208
48.46/57.05	c cleaning 7319 clauses out of 14641 with flag 113704/406208
48.88/57.21	c And the winner is solver0
48.98/57.39	c Got one! Elapsed wall clock time (in seconds):57.282
48.98/57.39	o 22
49.23/57.50	c cleaning 6556 clauses out of 13115 with flag 8876/412002
49.63/57.76	c cleaning 6278 clauses out of 12556 with flag 32670/418002
50.04/57.92	c And the winner is solver0
50.25/58.40	c Got one! Elapsed wall clock time (in seconds):58.294
50.25/58.40	o 19
50.25/58.47	c cleaning 5639 clauses out of 11280 with flag 3865/423010
50.25/58.48	c And the winner is solver0
50.68/58.95	c >>>>>>>>>> Solver number 0 (85 answers) <<<<<<<<<<<<<<<<<<
50.68/58.95	c starts		: 231
50.68/58.95	c conflicts		: 423244
50.68/58.95	c decisions		: 753039
50.68/58.95	c propagations		: 12391621
50.68/58.95	c inspects		: 220910677
50.68/58.95	c shortcuts		: 0
50.68/58.95	c learnt literals	: 33
50.68/58.95	c learnt binary clauses	: 20
50.68/58.95	c learnt ternary clauses	: 798
50.68/58.95	c learnt constraints	: 423210
50.68/58.95	c ignored constraints	: 0
50.68/58.95	c root simplifications	: 0
50.68/58.95	c removed literals (reason simplification)	: 249053
50.68/58.95	c reason swapping (by a shorter reason)	: 0
50.68/58.95	c Calls to reduceDB	: 56
50.68/58.95	c Number of update (reduction) of LBD	: 135546
50.68/58.95	c Imported unit clauses	: 0
50.68/58.95	c number of reductions to clauses (during analyze)	: 0
50.68/58.95	c number of learned constraints concerned by reduction	: 0
50.68/58.95	c number of learning phase by resolution	: 0
50.68/58.95	c number of learning phase by cutting planes	: 0
50.68/58.95	c speed (assignments/second)	: 210853.0177474519
50.68/58.95	c non guided choices	4094
50.68/58.95	c learnt constraints type 
50.68/58.95	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
50.68/58.95	c starts		: 83
50.68/58.95	c conflicts		: 514
50.68/58.95	c decisions		: 10538
50.68/58.95	c propagations		: 32936
50.68/58.95	c inspects		: 1548094
50.68/58.95	c shortcuts		: 0
50.68/58.95	c learnt literals	: 0
50.68/58.95	c learnt binary clauses	: 0
50.68/58.95	c learnt ternary clauses	: 0
50.68/58.95	c learnt constraints	: 444
50.68/58.95	c ignored constraints	: 0
50.68/58.95	c root simplifications	: 0
50.68/58.95	c removed literals (reason simplification)	: 0
50.68/58.95	c reason swapping (by a shorter reason)	: 0
50.68/58.95	c Calls to reduceDB	: 0
50.68/58.95	c Number of update (reduction) of LBD	: 0
50.68/58.95	c Imported unit clauses	: 0
50.68/58.95	c number of reductions to clauses (during analyze)	: 0
50.68/58.95	c number of learned constraints concerned by reduction	: 0
50.68/58.95	c number of learning phase by resolution	: 0
50.68/58.95	c number of learning phase by cutting planes	: 0
50.68/58.95	c speed (assignments/second)	: 64707.26915520628
50.68/58.95	c non guided choices	1393
50.68/58.95	c learnt constraints type 
50.68/58.95	s OPTIMUM FOUND
50.68/58.95	c Found 84 solution(s)
50.68/58.95	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 
50.68/58.95	c objective function=19
50.68/58.95	c Total wall clock time (in seconds): 58.843

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

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

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


[startup+0 s]
/proc/loadavg: 1.70 1.70 1.78 4/196 30946
/proc/meminfo: memFree=29812352/32872528 swapFree=1254912/1391860
[pid=30946] ppid=30943 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/30946/stat : 30946 (java) R 30943 30946 16091 0 -1 4202496 495 0 0 0 0 0 0 0 20 0 1 0 13153689 9515008 148 33554432000 1073741824 1073778376 140734787142208 140734787139336 139764186901767 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/30946/statm: 2323 156 115 9 0 71 0

[startup+0.100164 s]
/proc/loadavg: 1.70 1.70 1.78 4/196 30946
/proc/meminfo: memFree=29812352/32872528 swapFree=1254912/1391860
[pid=30946] ppid=30943 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/30946/stat : 30946 (java) S 30943 30946 16091 0 -1 4202496 4448 0 1 0 9 1 0 0 20 0 18 0 13153689 9787879424 6068 33554432000 1073741824 1073778376 140734787142208 140734787133344 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30946/statm: 2389619 6068 2141 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.205174 s]
/proc/loadavg: 1.70 1.70 1.78 4/196 30946
/proc/meminfo: memFree=29812352/32872528 swapFree=1254912/1391860
[pid=30946] ppid=30943 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/30946/stat : 30946 (java) S 30943 30946 16091 0 -1 4202496 4853 0 1 0 27 1 0 0 20 0 22 0 13153689 10060525568 7924 33554432000 1073741824 1073778376 140734787142208 140734787133344 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30946/statm: 2456183 7924 2222 9 0 2446860 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9824732

[startup+0.30022 s]
/proc/loadavg: 1.70 1.70 1.78 4/196 30946
/proc/meminfo: memFree=29812352/32872528 swapFree=1254912/1391860
[pid=30946] ppid=30943 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/30946/stat : 30946 (java) S 30943 30946 16091 0 -1 4202496 7110 0 1 0 64 2 0 0 20 0 22 0 13153689 10060525568 9478 33554432000 1073741824 1073778376 140734787142208 140734787133344 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30946/statm: 2456183 9478 2245 9 0 2446860 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 9824732

[startup+0.70022 s]
/proc/loadavg: 1.70 1.70 1.78 4/196 30946
/proc/meminfo: memFree=29812352/32872528 swapFree=1254912/1391860
[pid=30946] ppid=30943 vsize=9824732 CPUtime=1.57 cores=0,2,4,6
/proc/30946/stat : 30946 (java) S 30943 30946 16091 0 -1 4202496 16164 0 1 0 151 6 0 0 20 0 22 0 13153689 10060525568 15776 33554432000 1073741824 1073778376 140734787142208 140734787133344 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30946/statm: 2456183 15776 2258 9 0 2446860 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 9824732

[startup+1.5008 s]
/proc/loadavg: 1.70 1.70 1.78 3/215 30971
/proc/meminfo: memFree=29757676/32872528 swapFree=1254912/1391860
[pid=30946] ppid=30943 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/30946/stat : 30946 (java) S 30943 30946 16091 0 -1 4202496 17361 0 1 0 163 8 0 0 20 0 19 0 13153689 10060525568 17068 33554432000 1073741824 1073778376 140734787142208 140734787133344 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30946/statm: 2456183 17068 2258 9 0 2446860 0
[pid=30946/tid=30948] ppid=30943 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/30946/task/30948/stat : 30948 (java) S 30943 30946 16091 0 -1 4202560 2416 0 1 0 14 2 0 0 20 0 19 0 13153690 10060525568 17068 33554432000 1073741824 1073778376 140734787142208 139764175287160 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30946/tid=30949] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30949/stat : 30949 (java) S 30943 30946 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13153691 10060525568 17068 33554432000 1073741824 1073778376 140734787142208 139764147739432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30946/tid=30950] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30950/stat : 30950 (java) S 30943 30946 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13153691 10060525568 17068 33554432000 1073741824 1073778376 140734787142208 139764146686632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30946/tid=30951] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30951/stat : 30951 (java) S 30943 30946 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13153691 10060525568 17068 33554432000 1073741824 1073778376 140734787142208 139764145634344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30946/tid=30952] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30952/stat : 30952 (java) S 30943 30946 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13153691 10060525568 17068 33554432000 1073741824 1073778376 140734787142208 139764144581544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30946/tid=30953] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30953/stat : 30953 (java) S 30943 30946 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13153691 10060525568 17068 33554432000 1073741824 1073778376 140734787142208 139764143528232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30946/tid=30954] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30954/stat : 30954 (java) S 30943 30946 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13153691 10060525568 17068 33554432000 1073741824 1073778376 140734787142208 139764142475432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30946/tid=30955] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30955/stat : 30955 (java) S 30943 30946 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13153691 10060525568 17068 33554432000 1073741824 1073778376 140734787142208 139764012984872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30946/tid=30956] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30956/stat : 30956 (java) S 30943 30946 16091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13153691 10060525568 17068 33554432000 1073741824 1073778376 140734787142208 139764011932072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30946/tid=30957] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30957/stat : 30957 (java) S 30943 30946 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13153692 10060525568 17068 33554432000 1073741824 1073778376 140734787142208 139763528985320 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30946/tid=30958] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30958/stat : 30958 (java) S 30943 30946 16091 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13153692 10060525568 17068 33554432000 1073741824 1073778376 140734787142208 139763527931384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30946/tid=30959] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30959/stat : 30959 (java) S 30943 30946 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13153692 10060525568 17068 33554432000 1073741824 1073778376 140734787142208 139763526878984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30946/tid=30960] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30960/stat : 30960 (java) S 30943 30946 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13153694 10060525568 17068 33554432000 1073741824 1073778376 140734787142208 139763525827472 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30946/tid=30961] ppid=30943 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/30946/task/30961/stat : 30961 (java) S 30943 30946 16091 0 -1 4202560 6569 0 0 0 48 2 0 0 20 0 19 0 13153694 10060525568 17068 33554432000 1073741824 1073778376 140734787142208 139763524774072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30946/tid=30962] ppid=30943 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/30946/task/30962/stat : 30962 (java) S 30943 30946 16091 0 -1 4202560 7030 0 0 0 40 1 0 0 20 0 19 0 13153694 10060525568 17068 33554432000 1073741824 1073778376 140734787142208 139763523721272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30946/tid=30963] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30963/stat : 30963 (java) S 30943 30946 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13153694 10060525568 17068 33554432000 1073741824 1073778376 140734787142208 139763522669176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30946/tid=30964] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30964/stat : 30964 (java) S 30943 30946 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13153694 10060525568 17068 33554432000 1073741824 1073778376 140734787142208 139763521616584 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30946/tid=30968] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30968/stat : 30968 (java) S 30943 30946 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13153708 10060525568 17068 33554432000 1073741824 1073778376 140734787142208 139763517404712 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 9824732

[startup+3.1008 s]
/proc/loadavg: 1.70 1.70 1.78 2/215 30980
/proc/meminfo: memFree=29734884/32872528 swapFree=1254912/1391860
[pid=30946] ppid=30943 vsize=9824732 CPUtime=2.14 cores=0,2,4,6
/proc/30946/stat : 30946 (java) S 30943 30946 16091 0 -1 4202496 17714 0 1 0 204 10 0 0 20 0 19 0 13153689 10060525568 23235 33554432000 1073741824 1073778376 140734787142208 140734787133344 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30946/statm: 2456183 23235 2267 9 0 2446860 0
[pid=30946/tid=30948] ppid=30943 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/30946/task/30948/stat : 30948 (java) S 30943 30946 16091 0 -1 4202560 2417 0 1 0 15 2 0 0 20 0 19 0 13153690 10060525568 23235 33554432000 1073741824 1073778376 140734787142208 139764175287160 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30946/tid=30949] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30949/stat : 30949 (java) S 30943 30946 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13153691 10060525568 23235 33554432000 1073741824 1073778376 140734787142208 139764147739432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30946/tid=30950] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30950/stat : 30950 (java) S 30943 30946 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13153691 10060525568 23235 33554432000 1073741824 1073778376 140734787142208 139764146686632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30946/tid=30951] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30951/stat : 30951 (java) S 30943 30946 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13153691 10060525568 23235 33554432000 1073741824 1073778376 140734787142208 139764145634344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30946/tid=30952] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30952/stat : 30952 (java) S 30943 30946 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13153691 10060525568 23235 33554432000 1073741824 1073778376 140734787142208 139764144581544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30946/tid=30953] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30953/stat : 30953 (java) S 30943 30946 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13153691 10060525568 23235 33554432000 1073741824 1073778376 140734787142208 139764143528232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30946/tid=30954] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30954/stat : 30954 (java) S 30943 30946 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13153691 10060525568 23235 33554432000 1073741824 1073778376 140734787142208 139764142475432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30946/tid=30955] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30955/stat : 30955 (java) S 30943 30946 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13153691 10060525568 23235 33554432000 1073741824 1073778376 140734787142208 139764012984872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30946/tid=30956] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30956/stat : 30956 (java) S 30943 30946 16091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13153691 10060525568 23235 33554432000 1073741824 1073778376 140734787142208 139764011932072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30946/tid=30957] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30957/stat : 30957 (java) S 30943 30946 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13153692 10060525568 23235 33554432000 1073741824 1073778376 140734787142208 139763528985320 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30946/tid=30958] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30958/stat : 30958 (java) S 30943 30946 16091 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13153692 10060525568 23235 33554432000 1073741824 1073778376 140734787142208 139763527931384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30946/tid=30959] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30959/stat : 30959 (java) S 30943 30946 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13153692 10060525568 23235 33554432000 1073741824 1073778376 140734787142208 139763526878984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30946/tid=30960] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30960/stat : 30960 (java) S 30943 30946 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13153694 10060525568 23235 33554432000 1073741824 1073778376 140734787142208 139763525827472 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30946/tid=30961] ppid=30943 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/30946/task/30961/stat : 30961 (java) S 30943 30946 16091 0 -1 4202560 6891 0 0 0 66 2 0 0 20 0 19 0 13153694 10060525568 23235 33554432000 1073741824 1073778376 140734787142208 139763524774072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30946/tid=30962] ppid=30943 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/30946/task/30962/stat : 30962 (java) S 30943 30946 16091 0 -1 4202560 7030 0 0 0 50 2 0 0 20 0 19 0 13153694 10060525568 23235 33554432000 1073741824 1073778376 140734787142208 139763523721272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30946/tid=30963] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30963/stat : 30963 (java) S 30943 30946 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13153694 10060525568 23235 33554432000 1073741824 1073778376 140734787142208 139763522669176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30946/tid=30964] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30964/stat : 30964 (java) S 30943 30946 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13153694 10060525568 23235 33554432000 1073741824 1073778376 140734787142208 139763521616584 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30946/tid=30968] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30968/stat : 30968 (java) S 30943 30946 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13153708 10060525568 23235 33554432000 1073741824 1073778376 140734787142208 139763517404712 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=27 pid=1779 uid=0 cmd=

[startup+6.30084 s]
/proc/loadavg: 1.65 1.68 1.77 2/215 30998
/proc/meminfo: memFree=29703996/32872528 swapFree=1254912/1391860
[pid=30946] ppid=30943 vsize=9824732 CPUtime=2.27 cores=0,2,4,6
/proc/30946/stat : 30946 (java) S 30943 30946 16091 0 -1 4202496 17808 0 1 0 214 13 0 0 20 0 19 0 13153689 10060525568 32965 33554432000 1073741824 1073778376 140734787142208 140734787133344 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30946/statm: 2456183 32965 2269 9 0 2446860 0
[pid=30946/tid=30948] ppid=30943 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/30946/task/30948/stat : 30948 (java) S 30943 30946 16091 0 -1 4202560 2420 0 1 0 15 2 0 0 20 0 19 0 13153690 10060525568 32965 33554432000 1073741824 1073778376 140734787142208 139764175287160 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30946/tid=30949] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30949/stat : 30949 (java) S 30943 30946 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13153691 10060525568 32965 33554432000 1073741824 1073778376 140734787142208 139764147739432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30946/tid=30950] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30950/stat : 30950 (java) S 30943 30946 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13153691 10060525568 32965 33554432000 1073741824 1073778376 140734787142208 139764146686632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30946/tid=30951] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30951/stat : 30951 (java) S 30943 30946 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13153691 10060525568 32965 33554432000 1073741824 1073778376 140734787142208 139764145634344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30946/tid=30952] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30952/stat : 30952 (java) S 30943 30946 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13153691 10060525568 32965 33554432000 1073741824 1073778376 140734787142208 139764144581544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30946/tid=30953] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30953/stat : 30953 (java) S 30943 30946 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13153691 10060525568 32965 33554432000 1073741824 1073778376 140734787142208 139764143528232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30946/tid=30954] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30954/stat : 30954 (java) S 30943 30946 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13153691 10060525568 32965 33554432000 1073741824 1073778376 140734787142208 139764142475432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30946/tid=30955] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30955/stat : 30955 (java) S 30943 30946 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13153691 10060525568 32965 33554432000 1073741824 1073778376 140734787142208 139764012984872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30946/tid=30956] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30956/stat : 30956 (java) S 30943 30946 16091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13153691 10060525568 32965 33554432000 1073741824 1073778376 140734787142208 139764011932072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30946/tid=30957] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30957/stat : 30957 (java) S 30943 30946 16091 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13153692 10060525568 32965 33554432000 1073741824 1073778376 140734787142208 139763528985320 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30946/tid=30958] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30958/stat : 30958 (java) S 30943 30946 16091 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13153692 10060525568 32965 33554432000 1073741824 1073778376 140734787142208 139763527931384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30946/tid=30959] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30959/stat : 30959 (java) S 30943 30946 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13153692 10060525568 32965 33554432000 1073741824 1073778376 140734787142208 139763526878984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30946/tid=30960] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30960/stat : 30960 (java) S 30943 30946 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13153694 10060525568 32965 33554432000 1073741824 1073778376 140734787142208 139763525827472 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30946/tid=30961] ppid=30943 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/30946/task/30961/stat : 30961 (java) S 30943 30946 16091 0 -1 4202560 6895 0 0 0 72 2 0 0 20 0 19 0 13153694 10060525568 32965 33554432000 1073741824 1073778376 140734787142208 139763524774072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30946/tid=30962] ppid=30943 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/30946/task/30962/stat : 30962 (java) S 30943 30946 16091 0 -1 4202560 7030 0 0 0 50 2 0 0 20 0 19 0 13153694 10060525568 32965 33554432000 1073741824 1073778376 140734787142208 139763523721272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30946/tid=30963] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30963/stat : 30963 (java) S 30943 30946 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13153694 10060525568 32965 33554432000 1073741824 1073778376 140734787142208 139763522669176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30946/tid=30964] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30964/stat : 30964 (java) S 30943 30946 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13153694 10060525568 32965 33554432000 1073741824 1073778376 140734787142208 139763521616584 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30946/tid=30968] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30968/stat : 30968 (java) S 30943 30946 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13153708 10060525568 32965 33554432000 1073741824 1073778376 140734787142208 139763517404712 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.27

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

[pid=30946/tid=30951] ppid=30943 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/30946/task/30951/stat : 30951 (java) S 30943 30946 16091 0 -1 4202560 28 0 0 0 5 0 0 0 20 0 22 0 13153691 10060525568 52337 33554432000 1073741824 1073778376 140734787142208 139764145634344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30946/tid=30952] ppid=30943 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/30946/task/30952/stat : 30952 (java) S 30943 30946 16091 0 -1 4202560 28 0 0 0 5 2 0 0 20 0 22 0 13153691 10060525568 52337 33554432000 1073741824 1073778376 140734787142208 139764144581544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30946/tid=30953] ppid=30943 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/30946/task/30953/stat : 30953 (java) S 30943 30946 16091 0 -1 4202560 46 0 0 0 5 1 0 0 20 0 22 0 13153691 10060525568 52337 33554432000 1073741824 1073778376 140734787142208 139764143528232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30946/tid=30954] ppid=30943 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/30946/task/30954/stat : 30954 (java) S 30943 30946 16091 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 22 0 13153691 10060525568 52337 33554432000 1073741824 1073778376 140734787142208 139764142475432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30946/tid=30955] ppid=30943 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/30946/task/30955/stat : 30955 (java) S 30943 30946 16091 0 -1 4202560 17 0 0 0 5 0 0 0 20 0 22 0 13153691 10060525568 52337 33554432000 1073741824 1073778376 140734787142208 139764012984872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30946/tid=30956] ppid=30943 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/30946/task/30956/stat : 30956 (java) S 30943 30946 16091 0 -1 4202560 49 0 0 0 7 2 0 0 20 0 22 0 13153691 10060525568 52337 33554432000 1073741824 1073778376 140734787142208 139764011932072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30946/tid=30957] ppid=30943 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/30946/task/30957/stat : 30957 (java) S 30943 30946 16091 0 -1 4202560 17 0 0 0 1 7 0 0 20 0 22 0 13153692 10060525568 52337 33554432000 1073741824 1073778376 140734787142208 139763528985320 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30946/tid=30958] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30958/stat : 30958 (java) S 30943 30946 16091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13153692 10060525568 52337 33554432000 1073741824 1073778376 140734787142208 139763527931384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30946/tid=30959] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30959/stat : 30959 (java) S 30943 30946 16091 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 22 0 13153692 10060525568 52337 33554432000 1073741824 1073778376 140734787142208 139763526878984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30946/tid=30960] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30960/stat : 30960 (java) S 30943 30946 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13153694 10060525568 52337 33554432000 1073741824 1073778376 140734787142208 139763525827472 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30946/tid=30961] ppid=30943 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/30946/task/30961/stat : 30961 (java) S 30943 30946 16091 0 -1 4202560 7732 0 0 0 125 2 0 0 20 0 22 0 13153694 10060525568 52337 33554432000 1073741824 1073778376 140734787142208 139763524774072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30946/tid=30962] ppid=30943 vsize=9824732 CPUtime=1.53 cores=0,2,4,6
/proc/30946/task/30962/stat : 30962 (java) S 30943 30946 16091 0 -1 4202560 13500 0 0 0 150 3 0 0 20 0 22 0 13153694 10060525568 52337 33554432000 1073741824 1073778376 140734787142208 139763523721272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30946/tid=30963] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30963/stat : 30963 (java) S 30943 30946 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13153694 10060525568 52337 33554432000 1073741824 1073778376 140734787142208 139763522669176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30946/tid=30964] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30964/stat : 30964 (java) S 30943 30946 16091 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13153694 10060525568 52337 33554432000 1073741824 1073778376 140734787142208 139763521616584 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30946/tid=30968] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30968/stat : 30968 (java) S 30943 30946 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13153708 10060525568 52337 33554432000 1073741824 1073778376 140734787142208 139763517404712 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 49.43
Current children cumulated vsize (KiB) 9824732

[startup+58.4079 s]
/proc/loadavg: 1.97 1.74 1.78 2/215 31216
/proc/meminfo: memFree=29669872/32872528 swapFree=1254912/1391860
[pid=30946] ppid=30943 vsize=9824732 CPUtime=50.25 cores=0,2,4,6
/proc/30946/stat : 30946 (java) S 30943 30946 16091 0 -1 4202496 26008 0 1 0 4879 146 0 0 20 0 19 0 13153689 10060525568 52412 33554432000 1073741824 1073778376 140734787142208 140734787133344 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30946/statm: 2456183 52412 2287 9 0 2446860 0
[pid=30946/tid=30948] ppid=30943 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/30946/task/30948/stat : 30948 (java) S 30943 30946 16091 0 -1 4202560 2423 0 1 0 28 2 0 0 20 0 19 0 13153690 10060525568 52412 33554432000 1073741824 1073778376 140734787142208 139764175287160 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30946/tid=30949] ppid=30943 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/30946/task/30949/stat : 30949 (java) S 30943 30946 16091 0 -1 4202560 25 0 0 0 4 1 0 0 20 0 19 0 13153691 10060525568 52412 33554432000 1073741824 1073778376 140734787142208 139764147739432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30946/tid=30950] ppid=30943 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/30946/task/30950/stat : 30950 (java) S 30943 30946 16091 0 -1 4202560 28 0 0 0 4 2 0 0 20 0 19 0 13153691 10060525568 52412 33554432000 1073741824 1073778376 140734787142208 139764146686632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30946/tid=30951] ppid=30943 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/30946/task/30951/stat : 30951 (java) S 30943 30946 16091 0 -1 4202560 29 0 0 0 6 0 0 0 20 0 19 0 13153691 10060525568 52412 33554432000 1073741824 1073778376 140734787142208 139764145634344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30946/tid=30952] ppid=30943 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/30946/task/30952/stat : 30952 (java) S 30943 30946 16091 0 -1 4202560 31 0 0 0 6 2 0 0 20 0 19 0 13153691 10060525568 52412 33554432000 1073741824 1073778376 140734787142208 139764144581544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30946/tid=30953] ppid=30943 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/30946/task/30953/stat : 30953 (java) S 30943 30946 16091 0 -1 4202560 46 0 0 0 5 1 0 0 20 0 19 0 13153691 10060525568 52412 33554432000 1073741824 1073778376 140734787142208 139764143528232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30946/tid=30954] ppid=30943 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/30946/task/30954/stat : 30954 (java) S 30943 30946 16091 0 -1 4202560 24 0 0 0 5 0 0 0 20 0 19 0 13153691 10060525568 52412 33554432000 1073741824 1073778376 140734787142208 139764142475432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30946/tid=30955] ppid=30943 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/30946/task/30955/stat : 30955 (java) S 30943 30946 16091 0 -1 4202560 17 0 0 0 5 0 0 0 20 0 19 0 13153691 10060525568 52412 33554432000 1073741824 1073778376 140734787142208 139764012984872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30946/tid=30956] ppid=30943 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/30946/task/30956/stat : 30956 (java) S 30943 30946 16091 0 -1 4202560 49 0 0 0 7 2 0 0 20 0 19 0 13153691 10060525568 52412 33554432000 1073741824 1073778376 140734787142208 139764011932072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30946/tid=30957] ppid=30943 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/30946/task/30957/stat : 30957 (java) S 30943 30946 16091 0 -1 4202560 17 0 0 0 1 7 0 0 20 0 19 0 13153692 10060525568 52412 33554432000 1073741824 1073778376 140734787142208 139763528985320 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30946/tid=30958] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30958/stat : 30958 (java) S 30943 30946 16091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13153692 10060525568 52412 33554432000 1073741824 1073778376 140734787142208 139763527931384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30946/tid=30959] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30959/stat : 30959 (java) S 30943 30946 16091 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 13153692 10060525568 52412 33554432000 1073741824 1073778376 140734787142208 139763526878984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30946/tid=30960] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30960/stat : 30960 (java) S 30943 30946 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13153694 10060525568 52412 33554432000 1073741824 1073778376 140734787142208 139763525827472 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30946/tid=30961] ppid=30943 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/30946/task/30961/stat : 30961 (java) S 30943 30946 16091 0 -1 4202560 7732 0 0 0 125 2 0 0 20 0 19 0 13153694 10060525568 52412 33554432000 1073741824 1073778376 140734787142208 139763524774072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30946/tid=30962] ppid=30943 vsize=9824732 CPUtime=1.53 cores=0,2,4,6
/proc/30946/task/30962/stat : 30962 (java) S 30943 30946 16091 0 -1 4202560 13500 0 0 0 150 3 0 0 20 0 19 0 13153694 10060525568 52412 33554432000 1073741824 1073778376 140734787142208 139763523721272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30946/tid=30963] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30963/stat : 30963 (java) S 30943 30946 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13153694 10060525568 52412 33554432000 1073741824 1073778376 140734787142208 139763522669176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30946/tid=30964] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30964/stat : 30964 (java) S 30943 30946 16091 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13153694 10060525568 52412 33554432000 1073741824 1073778376 140734787142208 139763521616584 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30946/tid=30968] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30968/stat : 30968 (java) S 30943 30946 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13153708 10060525568 52412 33554432000 1073741824 1073778376 140734787142208 139763517404712 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 50.25
Current children cumulated vsize (KiB) 9824732

[startup+58.8007 s]
/proc/loadavg: 1.97 1.74 1.78 2/215 31216
/proc/meminfo: memFree=29669872/32872528 swapFree=1254912/1391860
[pid=30946] ppid=30943 vsize=9824732 CPUtime=50.68 cores=0,2,4,6
/proc/30946/stat : 30946 (java) S 30943 30946 16091 0 -1 4202496 26018 0 1 0 4920 148 0 0 20 0 19 0 13153689 10060525568 52060 33554432000 1073741824 1073778376 140734787142208 140734787133344 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30946/statm: 2456183 52060 2287 9 0 2446860 0
[pid=30946/tid=30948] ppid=30943 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/30946/task/30948/stat : 30948 (java) S 30943 30946 16091 0 -1 4202560 2423 0 1 0 29 2 0 0 20 0 19 0 13153690 10060525568 52060 33554432000 1073741824 1073778376 140734787142208 139764175287160 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30946/tid=30949] ppid=30943 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/30946/task/30949/stat : 30949 (java) S 30943 30946 16091 0 -1 4202560 25 0 0 0 4 1 0 0 20 0 19 0 13153691 10060525568 52060 33554432000 1073741824 1073778376 140734787142208 139764147739432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30946/tid=30950] ppid=30943 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/30946/task/30950/stat : 30950 (java) S 30943 30946 16091 0 -1 4202560 29 0 0 0 4 2 0 0 20 0 19 0 13153691 10060525568 52060 33554432000 1073741824 1073778376 140734787142208 139764146686632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30946/tid=30951] ppid=30943 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/30946/task/30951/stat : 30951 (java) S 30943 30946 16091 0 -1 4202560 29 0 0 0 6 0 0 0 20 0 19 0 13153691 10060525568 52060 33554432000 1073741824 1073778376 140734787142208 139764145634344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30946/tid=30952] ppid=30943 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/30946/task/30952/stat : 30952 (java) S 30943 30946 16091 0 -1 4202560 31 0 0 0 6 2 0 0 20 0 19 0 13153691 10060525568 52060 33554432000 1073741824 1073778376 140734787142208 139764144581544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30946/tid=30953] ppid=30943 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/30946/task/30953/stat : 30953 (java) S 30943 30946 16091 0 -1 4202560 46 0 0 0 5 1 0 0 20 0 19 0 13153691 10060525568 52060 33554432000 1073741824 1073778376 140734787142208 139764143528232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30946/tid=30954] ppid=30943 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/30946/task/30954/stat : 30954 (java) S 30943 30946 16091 0 -1 4202560 24 0 0 0 5 0 0 0 20 0 19 0 13153691 10060525568 52060 33554432000 1073741824 1073778376 140734787142208 139764142475432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30946/tid=30955] ppid=30943 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/30946/task/30955/stat : 30955 (java) S 30943 30946 16091 0 -1 4202560 17 0 0 0 5 0 0 0 20 0 19 0 13153691 10060525568 52060 33554432000 1073741824 1073778376 140734787142208 139764012984872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30946/tid=30956] ppid=30943 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/30946/task/30956/stat : 30956 (java) S 30943 30946 16091 0 -1 4202560 49 0 0 0 7 2 0 0 20 0 19 0 13153691 10060525568 52060 33554432000 1073741824 1073778376 140734787142208 139764011932072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30946/tid=30957] ppid=30943 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/30946/task/30957/stat : 30957 (java) S 30943 30946 16091 0 -1 4202560 17 0 0 0 1 7 0 0 20 0 19 0 13153692 10060525568 52060 33554432000 1073741824 1073778376 140734787142208 139763528985320 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30946/tid=30958] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30958/stat : 30958 (java) S 30943 30946 16091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13153692 10060525568 52060 33554432000 1073741824 1073778376 140734787142208 139763527931384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30946/tid=30959] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30959/stat : 30959 (java) S 30943 30946 16091 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 13153692 10060525568 52060 33554432000 1073741824 1073778376 140734787142208 139763526878984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30946/tid=30960] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30960/stat : 30960 (java) S 30943 30946 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13153694 10060525568 52060 33554432000 1073741824 1073778376 140734787142208 139763525827472 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30946/tid=30961] ppid=30943 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/30946/task/30961/stat : 30961 (java) S 30943 30946 16091 0 -1 4202560 7732 0 0 0 125 2 0 0 20 0 19 0 13153694 10060525568 52060 33554432000 1073741824 1073778376 140734787142208 139763524774072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30946/tid=30962] ppid=30943 vsize=9824732 CPUtime=1.53 cores=0,2,4,6
/proc/30946/task/30962/stat : 30962 (java) S 30943 30946 16091 0 -1 4202560 13500 0 0 0 150 3 0 0 20 0 19 0 13153694 10060525568 52060 33554432000 1073741824 1073778376 140734787142208 139763523721272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30946/tid=30963] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30963/stat : 30963 (java) S 30943 30946 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13153694 10060525568 52060 33554432000 1073741824 1073778376 140734787142208 139763522669176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30946/tid=30964] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30964/stat : 30964 (java) S 30943 30946 16091 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13153694 10060525568 52060 33554432000 1073741824 1073778376 140734787142208 139763521616584 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30946/tid=30968] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30968/stat : 30968 (java) S 30943 30946 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13153708 10060525568 52060 33554432000 1073741824 1073778376 140734787142208 139763517404712 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 9824732

[startup+58.9008 s]
/proc/loadavg: 1.97 1.74 1.78 2/215 31216
/proc/meminfo: memFree=29669872/32872528 swapFree=1254912/1391860
[pid=30946] ppid=30943 vsize=9824732 CPUtime=50.68 cores=0,2,4,6
/proc/30946/stat : 30946 (java) S 30943 30946 16091 0 -1 4202496 26018 0 1 0 4920 148 0 0 20 0 19 0 13153689 10060525568 52060 33554432000 1073741824 1073778376 140734787142208 140734787133344 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30946/statm: 2456183 52060 2287 9 0 2446860 0
[pid=30946/tid=30948] ppid=30943 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/30946/task/30948/stat : 30948 (java) S 30943 30946 16091 0 -1 4202560 2423 0 1 0 29 2 0 0 20 0 19 0 13153690 10060525568 52060 33554432000 1073741824 1073778376 140734787142208 139764175287160 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30946/tid=30949] ppid=30943 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/30946/task/30949/stat : 30949 (java) S 30943 30946 16091 0 -1 4202560 25 0 0 0 4 1 0 0 20 0 19 0 13153691 10060525568 52060 33554432000 1073741824 1073778376 140734787142208 139764147739432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30946/tid=30950] ppid=30943 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/30946/task/30950/stat : 30950 (java) S 30943 30946 16091 0 -1 4202560 29 0 0 0 4 2 0 0 20 0 19 0 13153691 10060525568 52060 33554432000 1073741824 1073778376 140734787142208 139764146686632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30946/tid=30951] ppid=30943 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/30946/task/30951/stat : 30951 (java) S 30943 30946 16091 0 -1 4202560 29 0 0 0 6 0 0 0 20 0 19 0 13153691 10060525568 52060 33554432000 1073741824 1073778376 140734787142208 139764145634344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30946/tid=30952] ppid=30943 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/30946/task/30952/stat : 30952 (java) S 30943 30946 16091 0 -1 4202560 31 0 0 0 6 2 0 0 20 0 19 0 13153691 10060525568 52060 33554432000 1073741824 1073778376 140734787142208 139764144581544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30946/tid=30953] ppid=30943 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/30946/task/30953/stat : 30953 (java) S 30943 30946 16091 0 -1 4202560 46 0 0 0 5 1 0 0 20 0 19 0 13153691 10060525568 52060 33554432000 1073741824 1073778376 140734787142208 139764143528232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30946/tid=30954] ppid=30943 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/30946/task/30954/stat : 30954 (java) S 30943 30946 16091 0 -1 4202560 24 0 0 0 5 0 0 0 20 0 19 0 13153691 10060525568 52060 33554432000 1073741824 1073778376 140734787142208 139764142475432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30946/tid=30955] ppid=30943 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/30946/task/30955/stat : 30955 (java) S 30943 30946 16091 0 -1 4202560 17 0 0 0 5 0 0 0 20 0 19 0 13153691 10060525568 52060 33554432000 1073741824 1073778376 140734787142208 139764012984872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30946/tid=30956] ppid=30943 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/30946/task/30956/stat : 30956 (java) S 30943 30946 16091 0 -1 4202560 49 0 0 0 7 2 0 0 20 0 19 0 13153691 10060525568 52060 33554432000 1073741824 1073778376 140734787142208 139764011932072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30946/tid=30957] ppid=30943 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/30946/task/30957/stat : 30957 (java) S 30943 30946 16091 0 -1 4202560 17 0 0 0 1 7 0 0 20 0 19 0 13153692 10060525568 52060 33554432000 1073741824 1073778376 140734787142208 139763528985320 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30946/tid=30958] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30958/stat : 30958 (java) S 30943 30946 16091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13153692 10060525568 52060 33554432000 1073741824 1073778376 140734787142208 139763527931384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30946/tid=30959] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30959/stat : 30959 (java) S 30943 30946 16091 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 13153692 10060525568 52060 33554432000 1073741824 1073778376 140734787142208 139763526878984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30946/tid=30960] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30960/stat : 30960 (java) S 30943 30946 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13153694 10060525568 52060 33554432000 1073741824 1073778376 140734787142208 139763525827472 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30946/tid=30961] ppid=30943 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/30946/task/30961/stat : 30961 (java) S 30943 30946 16091 0 -1 4202560 7732 0 0 0 125 2 0 0 20 0 19 0 13153694 10060525568 52060 33554432000 1073741824 1073778376 140734787142208 139763524774072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30946/tid=30962] ppid=30943 vsize=9824732 CPUtime=1.53 cores=0,2,4,6
/proc/30946/task/30962/stat : 30962 (java) S 30943 30946 16091 0 -1 4202560 13500 0 0 0 150 3 0 0 20 0 19 0 13153694 10060525568 52060 33554432000 1073741824 1073778376 140734787142208 139763523721272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30946/tid=30963] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30963/stat : 30963 (java) S 30943 30946 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13153694 10060525568 52060 33554432000 1073741824 1073778376 140734787142208 139763522669176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30946/tid=30964] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30964/stat : 30964 (java) S 30943 30946 16091 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13153694 10060525568 52060 33554432000 1073741824 1073778376 140734787142208 139763521616584 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30946/tid=30968] ppid=30943 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30968/stat : 30968 (java) S 30943 30946 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13153708 10060525568 52060 33554432000 1073741824 1073778376 140734787142208 139763517404712 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 58.9615
CPU time (s): 50.8453
CPU user time (s): 49.2435
CPU system time (s): 1.60176
CPU usage (%): 86.2347
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 49.2435
system time used= 1.60176
maximum resident set size= 223328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26025
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= 4341
involuntary context switches= 1659

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.382941 second user time and 0.476927 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-30 23:25:29
IDJOB=4092288
IDBENCH=79225
IDSOLVER=2552
FILE ID=node119/4092288-1467321929
RUNJOBID= node119-1467318689-18276
PBS_JOBID= 20005280
Free space on /tmp= 71732 MiB

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

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

MD5SUM BENCH= 2001343def6115cfc261dcde547cf23c
RANDOM SEED=248746558

node119.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29813524 kB
Buffers:          175500 kB
Cached:           263872 kB
SwapCached:            0 kB
Active:           694200 kB
Inactive:         219376 kB
Active(anon):     459140 kB
Inactive(anon):    17912 kB
Active(file):     235060 kB
Inactive(file):   201464 kB
Unevictable:     1391860 kB
Mlocked:         1254912 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               928 kB
Writeback:             0 kB
AnonPages:       1874512 kB
Mapped:            22248 kB
Shmem:               204 kB
Slab:             612016 kB
SReclaimable:      55756 kB
SUnreclaim:       556260 kB
KernelStack:        1632 kB
PageTables:         8516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2028988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    589824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node119 at 2016-06-30 23:26:28