Trace number 4110233

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 PB16MSAT (TO) 1800.09 1810.42

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111222257--soft-0-100-0.wbo
MD5SUMcb8903274dd3202a5ed158c7997a289b
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark10.8933
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 1262
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4110233-1466345795.wbo
0.11/0.11	c reading problem ... 
0.11/0.17	c ... done. Wall clock time 0.065s.
0.11/0.17	c declared #vars     169
0.11/0.17	c internal #vars     270
0.11/0.17	c #constraints  101
0.11/0.17	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.17	c constraints type 
0.11/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.11/0.18	c 101 constraints processed.
0.11/0.18	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.18	c constraints type 
0.11/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.11/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
0.11/0.18	c 101 constraints processed.
0.11/0.18	c objective function length is 101 literals
0.68/0.30	c And the winner is solver0
1.03/0.68	c SATISFIABLE
1.03/0.68	c OPTIMIZING...
1.03/0.68	c Got one! Elapsed wall clock time (in seconds):0.57
1.03/0.68	o 754
1.09/0.70	c And the winner is solver0
1.15/1.18	c Got one! Elapsed wall clock time (in seconds):1.072
1.15/1.18	o 737
1.24/1.22	c And the winner is solver0
1.49/1.68	c Got one! Elapsed wall clock time (in seconds):1.573
1.49/1.68	o 699
1.54/1.72	c And the winner is solver0
1.69/2.18	c Got one! Elapsed wall clock time (in seconds):2.075
1.69/2.18	o 689
1.69/2.18	c And the winner is solver0
1.69/2.68	c Got one! Elapsed wall clock time (in seconds):2.576
1.69/2.68	o 675
1.69/2.69	c And the winner is solver0
1.70/3.18	c Got one! Elapsed wall clock time (in seconds):3.078
1.70/3.18	o 649
1.70/3.19	c And the winner is solver0
1.70/3.69	c Got one! Elapsed wall clock time (in seconds):3.579
1.70/3.69	o 637
1.70/3.69	c And the winner is solver0
1.80/4.19	c Got one! Elapsed wall clock time (in seconds):4.081
1.80/4.19	o 623
1.80/4.19	c And the winner is solver0
1.80/4.69	c Got one! Elapsed wall clock time (in seconds):4.582
1.80/4.69	o 614
1.80/4.70	c And the winner is solver0
1.82/5.19	c Got one! Elapsed wall clock time (in seconds):5.083
1.82/5.19	o 612
1.82/5.19	c And the winner is solver0
1.82/5.69	c Got one! Elapsed wall clock time (in seconds):5.585
1.82/5.69	o 597
1.83/5.74	c And the winner is solver0
1.93/6.19	c Got one! Elapsed wall clock time (in seconds):6.086
1.93/6.19	o 574
1.95/6.20	c And the winner is solver0
1.95/6.69	c Got one! Elapsed wall clock time (in seconds):6.587
1.95/6.69	o 564
1.95/6.70	c And the winner is solver0
1.95/7.20	c Got one! Elapsed wall clock time (in seconds):7.089
1.95/7.20	o 502
1.95/7.20	c And the winner is solver0
1.95/7.70	c Got one! Elapsed wall clock time (in seconds):7.59
1.95/7.70	o 497
1.97/7.73	c And the winner is solver0
2.11/8.20	c Got one! Elapsed wall clock time (in seconds):8.091
2.11/8.20	o 496
2.11/8.21	c And the winner is solver0
2.12/8.70	c Got one! Elapsed wall clock time (in seconds):8.592
2.12/8.70	o 485
2.12/8.71	c And the winner is solver0
2.12/9.20	c Got one! Elapsed wall clock time (in seconds):9.093
2.12/9.20	o 472
2.12/9.21	c And the winner is solver0
2.13/9.70	c Got one! Elapsed wall clock time (in seconds):9.594
2.13/9.70	o 465
2.13/9.71	c And the winner is solver0
2.14/10.20	c Got one! Elapsed wall clock time (in seconds):10.096
2.14/10.20	o 446
2.14/10.25	c And the winner is solver0
2.35/10.71	c Got one! Elapsed wall clock time (in seconds):10.603
2.35/10.71	o 443
2.35/10.71	c And the winner is solver0
2.35/11.21	c Got one! Elapsed wall clock time (in seconds):11.105
2.35/11.21	o 434
2.35/11.21	c And the winner is solver0
2.35/11.71	c Got one! Elapsed wall clock time (in seconds):11.606
2.35/11.71	o 410
2.35/11.76	c And the winner is solver0
2.47/12.21	c Got one! Elapsed wall clock time (in seconds):12.107
2.47/12.21	o 406
2.47/12.23	c And the winner is solver0
2.62/12.71	c Got one! Elapsed wall clock time (in seconds):12.608
2.62/12.71	o 359
2.62/12.74	c And the winner is solver0
2.68/13.22	c Got one! Elapsed wall clock time (in seconds):13.109
2.68/13.22	o 352
2.68/13.22	c And the winner is solver0
2.68/13.72	c Got one! Elapsed wall clock time (in seconds):13.611
2.68/13.72	o 343
2.68/13.73	c And the winner is solver0
2.69/14.22	c Got one! Elapsed wall clock time (in seconds):14.112
2.69/14.22	o 332
2.69/14.25	c And the winner is solver0
2.88/14.72	c Got one! Elapsed wall clock time (in seconds):14.613
2.88/14.72	o 330
2.88/14.73	c And the winner is solver0
2.92/15.22	c Got one! Elapsed wall clock time (in seconds):15.114
2.92/15.22	o 324
2.92/15.23	c And the winner is solver0
2.92/15.72	c Got one! Elapsed wall clock time (in seconds):15.615
2.92/15.72	o 293
3.10/15.80	c And the winner is solver0
3.12/16.22	c Got one! Elapsed wall clock time (in seconds):16.117
3.12/16.22	o 292
3.12/16.24	c And the winner is solver0
3.15/16.72	c Got one! Elapsed wall clock time (in seconds):16.618
3.15/16.72	o 291
3.15/16.77	c And the winner is solver0
3.26/17.23	c Got one! Elapsed wall clock time (in seconds):17.119
3.26/17.23	o 283
3.26/17.27	c And the winner is solver0
3.37/17.73	c Got one! Elapsed wall clock time (in seconds):17.62
3.37/17.73	o 282
3.37/17.77	c And the winner is solver0
3.47/18.23	c Got one! Elapsed wall clock time (in seconds):18.121
3.47/18.23	o 281
3.47/18.26	c And the winner is solver0
3.56/18.73	c Got one! Elapsed wall clock time (in seconds):18.622
3.56/18.73	o 278
3.56/18.74	c And the winner is solver0
3.66/19.23	c Got one! Elapsed wall clock time (in seconds):19.123
3.66/19.23	o 274
3.79/19.32	c And the winner is solver0
3.85/19.73	c Got one! Elapsed wall clock time (in seconds):19.624
3.85/19.73	o 273
3.85/19.74	c And the winner is solver0
3.88/20.23	c Got one! Elapsed wall clock time (in seconds):20.125
3.88/20.23	o 269
4.03/20.33	c cleaning 8250 clauses out of 16500 with flag 3948/16500
4.03/20.34	c And the winner is solver0
4.15/20.73	c Got one! Elapsed wall clock time (in seconds):20.626
4.15/20.73	o 268
4.15/20.78	c And the winner is solver0
4.26/21.23	c Got one! Elapsed wall clock time (in seconds):21.127
4.26/21.23	o 266
4.59/21.44	c cleaning 6719 clauses out of 13438 with flag 16766/21688
4.59/21.48	c And the winner is solver0
4.82/21.73	c Got one! Elapsed wall clock time (in seconds):21.628
4.82/21.73	o 262
4.82/21.77	c And the winner is solver0
4.91/22.24	c Got one! Elapsed wall clock time (in seconds):22.129
4.91/22.24	o 261
4.91/22.27	c And the winner is solver0
5.01/22.74	c Got one! Elapsed wall clock time (in seconds):22.63
5.01/22.74	o 253
5.33/22.97	c And the winner is solver0
5.54/23.24	c Got one! Elapsed wall clock time (in seconds):23.131
5.54/23.24	o 252
5.54/23.31	c cleaning 7203 clauses out of 14422 with flag 4067/29391
5.69/23.37	c And the winner is solver0
5.91/23.74	c Got one! Elapsed wall clock time (in seconds):23.632
5.91/23.74	o 247
6.22/23.94	c cleaning 6439 clauses out of 12889 with flag 18460/35061
6.44/24.06	c And the winner is solver0
6.58/24.24	c Got one! Elapsed wall clock time (in seconds):24.133
6.58/24.24	o 246
6.70/24.40	c cleaning 6124 clauses out of 12263 with flag 13852/40874
6.92/24.41	c And the winner is solver0
6.97/24.74	c Got one! Elapsed wall clock time (in seconds):24.634
6.97/24.74	o 245
7.30/24.99	c cleaning 5674 clauses out of 11373 with flag 23363/46108
7.90/25.28	c And the winner is solver0
8.07/25.74	c Got one! Elapsed wall clock time (in seconds):25.635
8.07/25.74	o 244
8.58/26.01	c cleaning 8323 clauses out of 16649 with flag 20477/57058
8.98/26.24	c And the winner is solver0
9.13/26.34	c Got one! Elapsed wall clock time (in seconds):26.236
9.13/26.34	o 234
9.28/26.40	c cleaning 7040 clauses out of 14091 with flag 4616/62823
9.87/26.71	c cleaning 6519 clauses out of 13051 with flag 35009/68823
9.87/26.74	c And the winner is solver0
10.11/26.94	c Got one! Elapsed wall clock time (in seconds):26.837
10.11/26.94	o 230
10.24/27.07	c And the winner is solver0
10.47/27.44	c Got one! Elapsed wall clock time (in seconds):27.338
10.47/27.44	o 227
10.81/27.61	c cleaning 6436 clauses out of 12873 with flag 12963/75164
10.81/27.64	c And the winner is solver0
10.91/27.95	c Got one! Elapsed wall clock time (in seconds):27.839
10.91/27.95	o 217
10.91/27.99	c And the winner is solver0
11.17/28.45	c Got one! Elapsed wall clock time (in seconds):28.34
11.17/28.45	o 214
11.26/28.54	c And the winner is solver0
11.46/28.95	c Got one! Elapsed wall clock time (in seconds):28.841
11.46/28.95	o 211
11.75/29.17	c cleaning 7076 clauses out of 14168 with flag 16469/82895
11.75/29.18	c And the winner is solver0
11.94/29.45	c Got one! Elapsed wall clock time (in seconds):29.342
11.94/29.45	o 204
12.23/29.60	c And the winner is solver0
12.30/29.95	c Got one! Elapsed wall clock time (in seconds):29.843
12.30/29.95	o 202
12.39/30.02	c And the winner is solver0
12.58/30.45	c Got one! Elapsed wall clock time (in seconds):30.344
12.58/30.45	o 194
12.58/30.47	c And the winner is solver0
12.83/30.95	c Got one! Elapsed wall clock time (in seconds):30.845
12.83/30.95	o 176
12.83/30.98	c And the winner is solver0
13.11/31.45	c Got one! Elapsed wall clock time (in seconds):31.345
13.11/31.45	o 173
13.20/31.50	c And the winner is solver0
13.36/31.95	c Got one! Elapsed wall clock time (in seconds):31.846
13.36/31.95	o 172
13.46/32.01	c cleaning 7478 clauses out of 14969 with flag 4036/90772
13.46/32.04	c And the winner is solver0
13.65/32.45	c Got one! Elapsed wall clock time (in seconds):32.347
13.65/32.45	o 171
13.93/32.68	c And the winner is solver0
14.13/32.95	c Got one! Elapsed wall clock time (in seconds):32.848
14.13/32.95	o 169
14.23/33.02	c cleaning 6876 clauses out of 13796 with flag 4836/97077
14.61/33.26	c And the winner is solver0
14.76/33.46	c Got one! Elapsed wall clock time (in seconds):33.349
14.76/33.46	o 159
15.04/33.64	c And the winner is solver0
15.14/33.96	c Got one! Elapsed wall clock time (in seconds):33.85
15.14/33.96	o 157
15.14/33.99	c And the winner is solver0
15.38/34.46	c Got one! Elapsed wall clock time (in seconds):34.35
15.38/34.46	o 156
15.47/34.59	c cleaning 9068 clauses out of 18137 with flag 7981/108294
15.67/34.69	c And the winner is solver0
15.88/34.96	c Got one! Elapsed wall clock time (in seconds):34.851
15.88/34.96	o 150
15.88/35.00	c And the winner is solver0
16.12/35.46	c Got one! Elapsed wall clock time (in seconds):35.352
16.12/35.46	o 148
16.39/35.62	c cleaning 7436 clauses out of 14888 with flag 13327/114113
16.39/35.65	c And the winner is solver0
16.51/35.96	c Got one! Elapsed wall clock time (in seconds):35.853
16.51/35.96	o 147
16.58/36.02	c And the winner is solver0
16.77/36.46	c Got one! Elapsed wall clock time (in seconds):36.354
16.77/36.46	o 144
16.84/36.54	c And the winner is solver0
17.05/36.96	c Got one! Elapsed wall clock time (in seconds):36.855
17.05/36.96	o 143
17.12/37.01	c And the winner is solver0
17.30/37.46	c Got one! Elapsed wall clock time (in seconds):37.356
17.30/37.46	o 140
17.39/37.57	c cleaning 7009 clauses out of 14046 with flag 7984/120707
17.77/37.76	c And the winner is solver0
17.93/37.96	c Got one! Elapsed wall clock time (in seconds):37.857
17.93/37.96	o 135
17.99/38.03	c cleaning 6081 clauses out of 12177 with flag 5303/125847
17.99/38.05	c And the winner is solver0
18.22/38.47	c Got one! Elapsed wall clock time (in seconds):38.363
18.22/38.47	o 122
18.28/38.60	c And the winner is solver0
18.55/38.97	c Got one! Elapsed wall clock time (in seconds):38.864
18.55/38.97	o 113
18.60/39.00	c And the winner is solver0
18.80/39.47	c Got one! Elapsed wall clock time (in seconds):39.365
18.80/39.47	o 108
18.84/39.52	c And the winner is solver0
19.05/39.97	c Got one! Elapsed wall clock time (in seconds):39.866
19.05/39.97	o 103
19.05/40.00	c And the winner is solver0
19.30/40.47	c Got one! Elapsed wall clock time (in seconds):40.367
19.30/40.47	o 98
19.55/40.67	c cleaning 7009 clauses out of 14019 with flag 11138/133770
19.55/40.68	c And the winner is solver0
20.04/40.97	c Got one! Elapsed wall clock time (in seconds):40.868
20.04/40.97	o 92
20.09/41.05	c And the winner is solver0
20.35/41.48	c Got one! Elapsed wall clock time (in seconds):41.369
20.35/41.48	o 86
20.59/41.62	c And the winner is solver0
20.70/41.98	c Got one! Elapsed wall clock time (in seconds):41.871
20.70/41.98	o 84
20.70/41.99	c And the winner is solver0
20.92/42.48	c Got one! Elapsed wall clock time (in seconds):42.372
20.92/42.48	o 73
20.96/42.53	c And the winner is solver0
21.18/42.98	c Got one! Elapsed wall clock time (in seconds):42.874
21.18/42.98	o 71
21.41/43.11	c cleaning 7497 clauses out of 15005 with flag 7551/141765
22.01/43.30	c And the winner is solver0
22.39/43.58	c Got one! Elapsed wall clock time (in seconds):43.476
22.39/43.58	o 70
22.48/43.64	c cleaning 6293 clauses out of 12603 with flag 3798/146860
22.88/43.85	c And the winner is solver0
23.04/44.08	c Got one! Elapsed wall clock time (in seconds):43.978
23.04/44.08	o 64
23.08/44.14	c cleaning 6070 clauses out of 12156 with flag 3946/152706
23.08/44.17	c And the winner is solver0
23.33/44.59	c Got one! Elapsed wall clock time (in seconds):44.48
23.33/44.59	o 60
23.35/44.62	c And the winner is solver0
23.56/45.09	c Got one! Elapsed wall clock time (in seconds):44.982
23.56/45.09	o 58
23.59/45.11	c And the winner is solver0
23.78/45.59	c Got one! Elapsed wall clock time (in seconds):45.485
23.78/45.59	o 57
23.79/45.67	c And the winner is solver0
24.07/46.09	c Got one! Elapsed wall clock time (in seconds):45.987
24.07/46.09	o 54
24.07/46.12	c And the winner is solver0
24.31/46.60	c Got one! Elapsed wall clock time (in seconds):46.492
24.31/46.60	o 50
24.31/46.61	c And the winner is solver0
24.53/47.10	c Got one! Elapsed wall clock time (in seconds):46.995
24.53/47.10	o 49
24.72/47.30	c cleaning 7253 clauses out of 14505 with flag 20758/161125
24.93/47.31	c And the winner is solver0
25.00/47.60	c Got one! Elapsed wall clock time (in seconds):47.498
25.00/47.60	o 48
25.38/47.83	c cleaning 6191 clauses out of 12385 with flag 26259/166258
25.38/47.86	c And the winner is solver0
25.58/48.11	c Got one! Elapsed wall clock time (in seconds):48.001
25.58/48.11	o 47
25.95/48.32	c cleaning 6018 clauses out of 12061 with flag 16550/172125
25.95/48.39	c And the winner is solver0
26.20/48.61	c Got one! Elapsed wall clock time (in seconds):48.503
26.20/48.61	o 45
26.36/48.73	c cleaning 5618 clauses out of 11237 with flag 10066/177319
26.76/48.98	c cleaning 5803 clauses out of 11619 with flag 32321/183319
27.36/49.25	c cleaning 6401 clauses out of 12815 with flag 56652/190318
27.97/49.59	c And the winner is solver0
28.17/49.67	c Got one! Elapsed wall clock time (in seconds):49.557
28.17/49.67	o 44
28.31/49.71	c And the winner is solver0
28.34/50.17	c Got one! Elapsed wall clock time (in seconds):50.061
28.34/50.17	o 43
28.41/50.27	c And the winner is solver0
28.56/50.67	c Got one! Elapsed wall clock time (in seconds):50.565
28.56/50.67	o 42
29.03/50.91	c cleaning 10570 clauses out of 21150 with flag 14194/205054
29.23/51.04	c And the winner is solver0
29.34/51.18	c Got one! Elapsed wall clock time (in seconds):51.07
29.34/51.18	o 38
29.39/51.28	c cleaning 7812 clauses out of 15635 with flag 8793/210109
29.98/51.55	c cleaning 6911 clauses out of 13821 with flag 31267/216107
30.59/51.86	c cleaning 6946 clauses out of 13912 with flag 58225/223109
30.59/51.89	c And the winner is solver0
30.97/52.18	c Got one! Elapsed wall clock time (in seconds):52.075
30.97/52.18	o 36
31.48/52.40	c cleaning 6348 clauses out of 12718 with flag 24218/228861
31.88/52.66	c cleaning 6184 clauses out of 12369 with flag 50863/234860
32.49/52.96	c cleaning 6588 clauses out of 13185 with flag 80368/241860
33.28/53.32	c cleaning 7298 clauses out of 14600 with flag 111103/249863
33.28/53.36	c And the winner is solver0
33.44/53.69	c Got one! Elapsed wall clock time (in seconds):53.581
33.44/53.69	o 31
33.66/53.87	c cleaning 6220 clauses out of 12443 with flag 13523/255004
34.25/54.13	c cleaning 6100 clauses out of 12223 with flag 34658/261004
34.85/54.44	c cleaning 6560 clauses out of 13129 with flag 60246/268010
35.46/54.79	c cleaning 7279 clauses out of 14563 with flag 89822/276004
36.46/55.20	c cleaning 8138 clauses out of 16284 with flag 124696/285004
37.06/55.58	c And the winner is solver0
37.35/55.75	c Got one! Elapsed wall clock time (in seconds):55.639
37.35/55.75	o 25
37.91/56.00	c And the winner is solver0
38.31/56.45	c Got one! Elapsed wall clock time (in seconds):56.348
38.31/56.45	o 23
38.42/56.54	c cleaning 11138 clauses out of 22278 with flag 3847/299137
39.02/56.82	c cleaning 8560 clauses out of 17139 with flag 26422/305137
39.42/57.00	c And the winner is solver0
39.55/57.46	c Got one! Elapsed wall clock time (in seconds):57.356
39.55/57.46	o 21
39.61/57.57	c cleaning 7234 clauses out of 14492 with flag 7403/311050
40.21/57.82	c cleaning 6626 clauses out of 13258 with flag 30250/317050
40.21/57.85	c And the winner is solver0
40.57/58.17	c Got one! Elapsed wall clock time (in seconds):58.066
40.57/58.17	o 18
40.87/58.33	c cleaning 5836 clauses out of 11687 with flag 14228/322106
41.07/58.46	c And the winner is solver0
41.53/58.88	c Got one! Elapsed wall clock time (in seconds):58.775
41.53/58.88	o 17
41.60/58.97	c cleaning 5693 clauses out of 11396 with flag 6924/327652
42.00/59.13	c And the winner is solver0
42.45/59.59	c Got one! Elapsed wall clock time (in seconds):59.486
42.45/59.59	o 16
42.50/59.65	c cleaning 5549 clauses out of 11109 with flag 3737/333058
42.90/59.88	c cleaning 5775 clauses out of 11559 with flag 25840/339058
43.50/60.15	c cleaning 6391 clauses out of 12785 with flag 50882/346059
43.50/60.17	c And the winner is solver0
43.75/60.61	c Got one! Elapsed wall clock time (in seconds):60.499
43.75/60.61	o 15
44.12/60.82	c cleaning 6026 clauses out of 12066 with flag 18876/351732
44.52/61.06	c cleaning 6012 clauses out of 12038 with flag 43661/357730
44.52/61.09	c And the winner is solver0
44.90/61.32	c Got one! Elapsed wall clock time (in seconds):61.21
44.90/61.32	o 13
45.05/61.48	c cleaning 5538 clauses out of 11080 with flag 15949/362786
45.67/61.71	c cleaning 5768 clauses out of 11547 with flag 39358/368791
46.05/61.98	c cleaning 6372 clauses out of 12772 with flag 66293/375785
46.87/62.31	c cleaning 7194 clauses out of 14398 with flag 97439/383785
47.68/62.71	c cleaning 8097 clauses out of 16203 with flag 134744/392786
47.88/62.82	c And the winner is solver0
47.88/62.88	c Got one! Elapsed wall clock time (in seconds):62.771
47.88/62.88	o 11
48.17/63.03	c cleaning 6810 clauses out of 13625 with flag 12143/398308
48.17/63.08	c And the winner is solver0
48.76/63.59	c Got one! Elapsed wall clock time (in seconds):63.482
48.76/63.59	o 10
49.02/63.76	c cleaning 6187 clauses out of 12381 with flag 16079/403878
49.23/63.90	c And the winner is solver0
49.79/64.30	c Got one! Elapsed wall clock time (in seconds):64.193
49.79/64.30	o 6
49.97/64.41	c cleaning 5944 clauses out of 11898 with flag 7513/409584
50.37/64.67	c cleaning 5972 clauses out of 11955 with flag 33149/415585
50.77/64.90	c And the winner is solver0
51.06/65.31	c Got one! Elapsed wall clock time (in seconds):65.204
51.06/65.31	o 4
51.22/65.43	c And the winner is solver0
51.85/66.02	c Got one! Elapsed wall clock time (in seconds):65.916
51.85/66.02	o 3
51.85/66.03	c And the winner is solver0
1800.09/1810.40	c >>>>>>>>>> Solver number 0 (115 answers) <<<<<<<<<<<<<<<<<<
1800.09/1810.40	c starts		: 343
1800.09/1810.40	c conflicts		: 423045
1800.09/1810.40	c decisions		: 759897
1800.09/1810.40	c propagations		: 13043541
1800.09/1810.40	c inspects		: 184618885
1800.09/1810.40	c shortcuts		: 0
1800.09/1810.40	c learnt literals	: 22
1800.09/1810.40	c learnt binary clauses	: 17
1800.09/1810.40	c learnt ternary clauses	: 674
1800.09/1810.40	c learnt constraints	: 423023
1800.09/1810.40	c ignored constraints	: 0
1800.09/1810.40	c root simplifications	: 0
1800.09/1810.40	c removed literals (reason simplification)	: 297160
1800.09/1810.40	c reason swapping (by a shorter reason)	: 0
1800.09/1810.40	c Calls to reduceDB	: 60
1800.09/1810.40	c Number of update (reduction) of LBD	: 143046
1800.09/1810.40	c Imported unit clauses	: 0
1800.09/1810.40	c number of reductions to clauses (during analyze)	: 0
1800.09/1810.40	c number of learned constraints concerned by reduction	: 0
1800.09/1810.40	c number of learning phase by resolution	: 0
1800.09/1810.40	c number of learning phase by cutting planes	: 0
1800.09/1810.40	c speed (assignments/second)	: 7205.484514623605
1800.09/1810.40	c non guided choices	5025
1800.09/1810.41	c learnt constraints type 
1800.09/1810.41	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 17
1800.09/1810.41	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 13426
1800.09/1810.41	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.09/1810.41	c starts		: 120
1800.09/1810.41	c conflicts		: 1567
1800.09/1810.41	c decisions		: 17865
1800.09/1810.41	c propagations		: 72187
1800.09/1810.41	c inspects		: 8566763
1800.09/1810.41	c shortcuts		: 0
1800.09/1810.41	c learnt literals	: 0
1800.09/1810.41	c learnt binary clauses	: 0
1800.09/1810.41	c learnt ternary clauses	: 0
1800.09/1810.41	c learnt constraints	: 1468
1800.09/1810.41	c ignored constraints	: 0
1800.09/1810.41	c root simplifications	: 0
1800.09/1810.41	c removed literals (reason simplification)	: 0
1800.09/1810.41	c reason swapping (by a shorter reason)	: 0
1800.09/1810.41	c Calls to reduceDB	: 0
1800.09/1810.41	c Number of update (reduction) of LBD	: 0
1800.09/1810.41	c Imported unit clauses	: 0
1800.09/1810.41	c number of reductions to clauses (during analyze)	: 0
1800.09/1810.41	c number of learned constraints concerned by reduction	: 0
1800.09/1810.41	c number of learning phase by resolution	: 0
1800.09/1810.41	c number of learning phase by cutting planes	: 0
1800.09/1810.41	c speed (assignments/second)	: 41.383133508144546
1800.09/1810.41	c non guided choices	1692
1800.09/1810.41	c learnt constraints type 
1800.09/1810.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1468
1800.09/1810.41	s SATISFIABLE
1800.09/1810.41	c Found 114 solution(s)
1800.09/1810.41	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 
1800.09/1810.41	c objective function=3
1800.09/1810.41	c Total wall clock time (in seconds): 1810.305

Verifier Data

OK	3

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-4110233-1466345795/watcher-4110233-1466345795 -o /tmp/evaluation-result-4110233-1466345795/solver-4110233-1466345795 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1466341823-29627 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4110233-1466345795.wbo 

pid=1960
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: 2.24 2.12 2.03 4/196 1963
/proc/meminfo: memFree=30791940/32872528 swapFree=241348/274052
[pid=1963] ppid=1960 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/1963/stat : 1963 (java) S 1960 1963 29610 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 36629548 98570240 978 33554432000 1073741824 1073778376 140734375091504 140734375082640 251146567741 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1963/statm: 24065 978 744 9 0 16771 0
[pid=1963/tid=1964] ppid=1960 vsize=96272 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1964/stat : 1964 (java) R 1960 1963 29610 0 -1 4202560 137 0 0 0 0 0 0 0 20 0 2 0 36629549 98582528 985 33554432000 1073741824 1073778376 140734375091504 139942446620200 251143210397 0 0 0 16784584 0 0 0 -1 1 0 0 0 0 0

[startup+0.100167 s]
/proc/loadavg: 2.24 2.12 2.03 4/196 1963
/proc/meminfo: memFree=30791940/32872528 swapFree=241348/274052
[pid=1963] ppid=1960 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/1963/stat : 1963 (java) S 1960 1963 29610 0 -1 4202496 4551 0 1 0 10 1 0 0 20 0 18 0 36629548 9787879424 5669 33554432000 1073741824 1073778376 140734375091504 140734375082640 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1963/statm: 2389619 5669 2156 9 0 2380296 0
[pid=1963/tid=1964] ppid=1960 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/1963/task/1964/stat : 1964 (java) R 1960 1963 29610 0 -1 4202560 2434 0 1 0 7 0 0 0 20 0 18 0 36629549 9787879424 5669 33554432000 1073741824 1073778376 140734375091504 139942446623648 251146593549 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.20027 s]
/proc/loadavg: 2.24 2.12 2.03 4/196 1963
/proc/meminfo: memFree=30791940/32872528 swapFree=241348/274052
[pid=1963] ppid=1960 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/1963/stat : 1963 (java) S 1960 1963 29610 0 -1 4202496 4916 0 1 0 27 2 0 0 20 0 22 0 36629548 10060525568 8024 33554432000 1073741824 1073778376 140734375091504 140734375082640 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1963/statm: 2456183 8024 2222 9 0 2446860 0
[pid=1963/tid=1964] ppid=1960 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/1963/task/1964/stat : 1964 (java) S 1960 1963 29610 0 -1 4202560 2464 0 1 0 16 0 0 0 20 0 22 0 36629549 10060525568 8024 33554432000 1073741824 1073778376 140734375091504 139942446625656 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9824732

[startup+0.30025 s]
/proc/loadavg: 2.24 2.12 2.03 4/196 1963
/proc/meminfo: memFree=30791940/32872528 swapFree=241348/274052
[pid=1963] ppid=1960 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/1963/stat : 1963 (java) S 1960 1963 29610 0 -1 4202496 8409 0 1 0 66 2 0 0 20 0 22 0 36629548 10060525568 10577 33554432000 1073741824 1073778376 140734375091504 140734375082640 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1963/statm: 2456183 10577 2247 9 0 2446860 0
[pid=1963/tid=1964] ppid=1960 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/1963/task/1964/stat : 1964 (java) S 1960 1963 29610 0 -1 4202560 2464 0 1 0 16 0 0 0 20 0 22 0 36629549 10060525568 10577 33554432000 1073741824 1073778376 140734375091504 139942446625656 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 9824732

[startup+0.700211 s]
/proc/loadavg: 2.24 2.12 2.03 4/196 1963
/proc/meminfo: memFree=30791940/32872528 swapFree=241348/274052
[pid=1963] ppid=1960 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/1963/stat : 1963 (java) S 1960 1963 29610 0 -1 4202496 13179 0 1 0 105 4 0 0 20 0 22 0 36629548 10060525568 14061 33554432000 1073741824 1073778376 140734375091504 140734375082640 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1963/statm: 2456183 14061 2253 9 0 2446860 0
[pid=1963/tid=1964] ppid=1960 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/1963/task/1964/stat : 1964 (java) S 1960 1963 29610 0 -1 4202560 2464 0 1 0 16 0 0 0 20 0 22 0 36629549 10060525568 14061 33554432000 1073741824 1073778376 140734375091504 139942446625656 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9824732

[startup+1.50083 s]
/proc/loadavg: 2.24 2.12 2.03 2/215 1988
/proc/meminfo: memFree=30743872/32872528 swapFree=241348/274052
[pid=1963] ppid=1960 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/1963/stat : 1963 (java) S 1960 1963 29610 0 -1 4202496 14797 0 1 0 140 9 0 0 20 0 19 0 36629548 10060525568 16273 33554432000 1073741824 1073778376 140734375091504 140734375082640 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1963/statm: 2456183 16273 2256 9 0 2446860 0
[pid=1963/tid=1964] ppid=1960 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/1963/task/1964/stat : 1964 (java) S 1960 1963 29610 0 -1 4202560 2465 0 1 0 16 0 0 0 20 0 19 0 36629549 10060525568 16273 33554432000 1073741824 1073778376 140734375091504 139942446625656 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1963/tid=1966] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1966/stat : 1966 (java) S 1960 1963 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36629550 10060525568 16273 33554432000 1073741824 1073778376 140734375091504 139942385355432 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1963/tid=1967] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1967/stat : 1967 (java) S 1960 1963 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36629550 10060525568 16273 33554432000 1073741824 1073778376 140734375091504 139942384302888 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1963/tid=1968] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1968/stat : 1968 (java) S 1960 1963 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36629550 10060525568 16273 33554432000 1073741824 1073778376 140734375091504 139942287850408 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1963/tid=1969] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1969/stat : 1969 (java) S 1960 1963 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36629550 10060525568 16273 33554432000 1073741824 1073778376 140734375091504 139942286797864 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1963/tid=1970] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1970/stat : 1970 (java) S 1960 1963 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36629550 10060525568 16273 33554432000 1073741824 1073778376 140734375091504 139942285744296 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1963/tid=1971] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1971/stat : 1971 (java) S 1960 1963 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36629550 10060525568 16273 33554432000 1073741824 1073778376 140734375091504 139942284691752 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1963/tid=1972] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1972/stat : 1972 (java) S 1960 1963 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36629550 10060525568 16273 33554432000 1073741824 1073778376 140734375091504 139942283639208 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1963/tid=1973] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1973/stat : 1973 (java) S 1960 1963 29610 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36629550 10060525568 16273 33554432000 1073741824 1073778376 140734375091504 139942282586664 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1963/tid=1974] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1974/stat : 1974 (java) S 1960 1963 29610 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36629551 10060525568 16273 33554432000 1073741824 1073778376 140734375091504 139942270388840 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1963/tid=1975] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1975/stat : 1975 (java) S 1960 1963 29610 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36629551 10060525568 16273 33554432000 1073741824 1073778376 140734375091504 139942269335160 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1963/tid=1976] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1976/stat : 1976 (java) S 1960 1963 29610 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36629551 10060525568 16273 33554432000 1073741824 1073778376 140734375091504 139942268282504 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1963/tid=1977] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1977/stat : 1977 (java) S 1960 1963 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36629553 10060525568 16273 33554432000 1073741824 1073778376 140734375091504 139942267231248 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1963/tid=1978] ppid=1960 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/1963/task/1978/stat : 1978 (java) S 1960 1963 29610 0 -1 4202560 5233 0 0 0 44 1 0 0 20 0 19 0 36629553 10060525568 16273 33554432000 1073741824 1073778376 140734375091504 139942266177592 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1963/tid=1979] ppid=1960 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/1963/task/1979/stat : 1979 (java) S 1960 1963 29610 0 -1 4202560 5753 0 0 0 41 0 0 0 20 0 19 0 36629553 10060525568 16273 33554432000 1073741824 1073778376 140734375091504 139942265125048 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1963/tid=1980] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1980/stat : 1980 (java) S 1960 1963 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36629553 10060525568 16273 33554432000 1073741824 1073778376 140734375091504 139942264072696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1963/tid=1981] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1981/stat : 1981 (java) S 1960 1963 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36629553 10060525568 16273 33554432000 1073741824 1073778376 140734375091504 139942263020360 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1963/tid=1984] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1984/stat : 1984 (java) S 1960 1963 29610 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36629567 10060525568 16273 33554432000 1073741824 1073778376 140734375091504 139942259861032 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9824732

[startup+3.10077 s]
/proc/loadavg: 2.24 2.12 2.03 2/215 1997
/proc/meminfo: memFree=30718124/32872528 swapFree=241348/274052
[pid=1963] ppid=1960 vsize=9824732 CPUtime=1.7 cores=1,3,5,7
/proc/1963/stat : 1963 (java) S 1960 1963 29610 0 -1 4202496 14849 0 1 0 159 11 0 0 20 0 19 0 36629548 10060525568 20890 33554432000 1073741824 1073778376 140734375091504 140734375082640 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1963/statm: 2456183 20890 2259 9 0 2446860 0
[pid=1963/tid=1964] ppid=1960 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/1963/task/1964/stat : 1964 (java) S 1960 1963 29610 0 -1 4202560 2466 0 1 0 16 0 0 0 20 0 19 0 36629549 10060525568 20890 33554432000 1073741824 1073778376 140734375091504 139942446625656 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1963/tid=1966] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1966/stat : 1966 (java) S 1960 1963 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36629550 10060525568 20890 33554432000 1073741824 1073778376 140734375091504 139942385355432 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1963/tid=1967] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1967/stat : 1967 (java) S 1960 1963 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36629550 10060525568 20890 33554432000 1073741824 1073778376 140734375091504 139942384302888 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1963/tid=1968] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1968/stat : 1968 (java) S 1960 1963 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36629550 10060525568 20890 33554432000 1073741824 1073778376 140734375091504 139942287850408 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1963/tid=1969] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1969/stat : 1969 (java) S 1960 1963 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36629550 10060525568 20890 33554432000 1073741824 1073778376 140734375091504 139942286797864 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1963/tid=1970] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1970/stat : 1970 (java) S 1960 1963 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36629550 10060525568 20890 33554432000 1073741824 1073778376 140734375091504 139942285744296 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1963/tid=1971] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1971/stat : 1971 (java) S 1960 1963 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36629550 10060525568 20890 33554432000 1073741824 1073778376 140734375091504 139942284691752 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1963/tid=1972] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1972/stat : 1972 (java) S 1960 1963 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36629550 10060525568 20890 33554432000 1073741824 1073778376 140734375091504 139942283639208 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1963/tid=1973] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1973/stat : 1973 (java) S 1960 1963 29610 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36629550 10060525568 20890 33554432000 1073741824 1073778376 140734375091504 139942282586664 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1963/tid=1974] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1974/stat : 1974 (java) S 1960 1963 29610 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36629551 10060525568 20890 33554432000 1073741824 1073778376 140734375091504 139942270388840 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1963/tid=1975] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1975/stat : 1975 (java) S 1960 1963 29610 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36629551 10060525568 20890 33554432000 1073741824 1073778376 140734375091504 139942269335160 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1963/tid=1976] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1976/stat : 1976 (java) S 1960 1963 29610 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36629551 10060525568 20890 33554432000 1073741824 1073778376 140734375091504 139942268282504 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1963/tid=1977] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1977/stat : 1977 (java) S 1960 1963 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36629553 10060525568 20890 33554432000 1073741824 1073778376 140734375091504 139942267231248 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1963/tid=1978] ppid=1960 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/1963/task/1978/stat : 1978 (java) S 1960 1963 29610 0 -1 4202560 5241 0 0 0 50 1 0 0 20 0 19 0 36629553 10060525568 20890 33554432000 1073741824 1073778376 140734375091504 139942266177592 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1963/tid=1979] ppid=1960 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/1963/task/1979/stat : 1979 (java) S 1960 1963 29610 0 -1 4202560 5768 0 0 0 49 0 0 0 20 0 19 0 36629553 10060525568 20890 33554432000 1073741824 1073778376 140734375091504 139942265125048 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1963/tid=1980] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1980/stat : 1980 (java) S 1960 1963 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36629553 10060525568 20890 33554432000 1073741824 1073778376 140734375091504 139942264072696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1963/tid=1981] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1981/stat : 1981 (java) S 1960 1963 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36629553 10060525568 20890 33554432000 1073741824 1073778376 140734375091504 139942263020360 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1963/tid=1984] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1984/stat : 1984 (java) S 1960 1963 29610 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36629567 10060525568 20890 33554432000 1073741824 1073778376 140734375091504 139942259861032 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 9824732
heavy processes:

[startup+6.3008 s]
/proc/loadavg: 2.22 2.12 2.03 2/215 2015
/proc/meminfo: memFree=30687540/32872528 swapFree=241348/274052
[pid=1963] ppid=1960 vsize=9824732 CPUtime=1.95 cores=1,3,5,7
/proc/1963/stat : 1963 (java) S 1960 1963 29610 0 -1 4202496 14938 0 1 0 181 14 0 0 20 0 19 0 36629548 10060525568 31456 33554432000 1073741824 1073778376 140734375091504 140734375082640 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1963/statm: 2456183 31456 2266 9 0 2446860 0
[pid=1963/tid=1964] ppid=1960 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/1963/task/1964/stat : 1964 (java) S 1960 1963 29610 0 -1 4202560 2468 0 1 0 17 0 0 0 20 0 19 0 36629549 10060525568 31456 33554432000 1073741824 1073778376 140734375091504 139942446625656 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1963/tid=1966] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1966/stat : 1966 (java) S 1960 1963 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36629550 10060525568 31456 33554432000 1073741824 1073778376 140734375091504 139942385355432 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1963/tid=1967] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1967/stat : 1967 (java) S 1960 1963 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36629550 10060525568 31456 33554432000 1073741824 1073778376 140734375091504 139942384302888 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1963/tid=1968] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1968/stat : 1968 (java) S 1960 1963 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36629550 10060525568 31456 33554432000 1073741824 1073778376 140734375091504 139942287850408 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1963/tid=1969] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1969/stat : 1969 (java) S 1960 1963 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36629550 10060525568 31456 33554432000 1073741824 1073778376 140734375091504 139942286797864 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1963/tid=1970] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1970/stat : 1970 (java) S 1960 1963 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36629550 10060525568 31456 33554432000 1073741824 1073778376 140734375091504 139942285744296 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1963/tid=1971] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1971/stat : 1971 (java) S 1960 1963 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36629550 10060525568 31456 33554432000 1073741824 1073778376 140734375091504 139942284691752 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1963/tid=1972] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1972/stat : 1972 (java) S 1960 1963 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36629550 10060525568 31456 33554432000 1073741824 1073778376 140734375091504 139942283639208 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1963/tid=1973] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1973/stat : 1973 (java) S 1960 1963 29610 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36629550 10060525568 31456 33554432000 1073741824 1073778376 140734375091504 139942282586664 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1963/tid=1974] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1974/stat : 1974 (java) S 1960 1963 29610 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36629551 10060525568 31456 33554432000 1073741824 1073778376 140734375091504 139942270388840 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1963/tid=1975] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1975/stat : 1975 (java) S 1960 1963 29610 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36629551 10060525568 31456 33554432000 1073741824 1073778376 140734375091504 139942269335160 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1963/tid=1976] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1976/stat : 1976 (java) S 1960 1963 29610 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36629551 10060525568 31456 33554432000 1073741824 1073778376 140734375091504 139942268282504 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1963/tid=1977] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1977/stat : 1977 (java) S 1960 1963 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36629553 10060525568 31456 33554432000 1073741824 1073778376 140734375091504 139942267231248 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1963/tid=1978] ppid=1960 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/1963/task/1978/stat : 1978 (java) S 1960 1963 29610 0 -1 4202560 5248 0 0 0 61 1 0 0 20 0 19 0 36629553 10060525568 31456 33554432000 1073741824 1073778376 140734375091504 139942266177592 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

/proc/1963/task/1964/stat : 1964 (java) S 1960 1963 29610 0 -1 4202560 2501 0 1 0 56 13 0 0 20 0 21 0 36629549 10060525568 225671 33554432000 1073741824 1073778376 140734375091504 139942446625784 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1963/tid=1966] ppid=1960 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/1963/task/1966/stat : 1966 (java) S 1960 1963 29610 0 -1 4202560 307 0 0 0 67 6 0 0 20 0 21 0 36629550 10060525568 225671 33554432000 1073741824 1073778376 140734375091504 139942385355432 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1963/tid=1967] ppid=1960 vsize=9824732 CPUtime=0.72 cores=1,3,5,7
/proc/1963/task/1967/stat : 1967 (java) S 1960 1963 29610 0 -1 4202560 356 0 0 0 65 7 0 0 20 0 21 0 36629550 10060525568 225671 33554432000 1073741824 1073778376 140734375091504 139942384302888 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1963/tid=1968] ppid=1960 vsize=9824732 CPUtime=0.76 cores=1,3,5,7
/proc/1963/task/1968/stat : 1968 (java) S 1960 1963 29610 0 -1 4202560 426 0 0 0 66 10 0 0 20 0 21 0 36629550 10060525568 225671 33554432000 1073741824 1073778376 140734375091504 139942287850408 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1963/tid=1969] ppid=1960 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/1963/task/1969/stat : 1969 (java) S 1960 1963 29610 0 -1 4202560 460 0 0 0 64 9 0 0 20 0 21 0 36629550 10060525568 225671 33554432000 1073741824 1073778376 140734375091504 139942286797864 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1963/tid=1970] ppid=1960 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/1963/task/1970/stat : 1970 (java) S 1960 1963 29610 0 -1 4202560 321 0 0 0 77 9 0 0 20 0 21 0 36629550 10060525568 225671 33554432000 1073741824 1073778376 140734375091504 139942285744296 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1963/tid=1971] ppid=1960 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/1963/task/1971/stat : 1971 (java) S 1960 1963 29610 0 -1 4202560 873 0 0 0 72 8 0 0 20 0 21 0 36629550 10060525568 225671 33554432000 1073741824 1073778376 140734375091504 139942284691752 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1963/tid=1972] ppid=1960 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/1963/task/1972/stat : 1972 (java) S 1960 1963 29610 0 -1 4202560 363 0 0 0 64 7 0 0 20 0 21 0 36629550 10060525568 225671 33554432000 1073741824 1073778376 140734375091504 139942283639208 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1963/tid=1973] ppid=1960 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/1963/task/1973/stat : 1973 (java) S 1960 1963 29610 0 -1 4202560 371 0 0 0 73 6 0 0 20 0 21 0 36629550 10060525568 225671 33554432000 1073741824 1073778376 140734375091504 139942282586664 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1963/tid=1974] ppid=1960 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/1963/task/1974/stat : 1974 (java) S 1960 1963 29610 0 -1 4202560 893 0 0 0 50 11 0 0 20 0 21 0 36629551 10060525568 225671 33554432000 1073741824 1073778376 140734375091504 139942270388840 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1963/tid=1975] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1975/stat : 1975 (java) S 1960 1963 29610 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36629551 10060525568 225671 33554432000 1073741824 1073778376 140734375091504 139942269335160 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1963/tid=1976] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1976/stat : 1976 (java) S 1960 1963 29610 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 21 0 36629551 10060525568 225671 33554432000 1073741824 1073778376 140734375091504 139942268282504 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1963/tid=1977] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1977/stat : 1977 (java) S 1960 1963 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36629553 10060525568 225671 33554432000 1073741824 1073778376 140734375091504 139942267231248 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1963/tid=1978] ppid=1960 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/1963/task/1978/stat : 1978 (java) S 1960 1963 29610 0 -1 4202560 7275 0 0 0 163 2 0 0 20 0 21 0 36629553 10060525568 225671 33554432000 1073741824 1073778376 140734375091504 139942266177592 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1963/tid=1979] ppid=1960 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/1963/task/1979/stat : 1979 (java) S 1960 1963 29610 0 -1 4202560 13252 0 0 0 117 2 0 0 20 0 21 0 36629553 10060525568 225671 33554432000 1073741824 1073778376 140734375091504 139942265125048 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1963/tid=1980] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1980/stat : 1980 (java) S 1960 1963 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36629553 10060525568 225671 33554432000 1073741824 1073778376 140734375091504 139942264072696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1963/tid=1981] ppid=1960 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/1963/task/1981/stat : 1981 (java) S 1960 1963 29610 0 -1 4202560 100 0 0 0 12 13 0 0 20 0 21 0 36629553 10060525568 225671 33554432000 1073741824 1073778376 140734375091504 139942263020360 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1963/tid=1984] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1984/stat : 1984 (java) S 1960 1963 29610 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36629567 10060525568 225671 33554432000 1073741824 1073778376 140734375091504 139942259861032 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1963/tid=2330] ppid=1960 vsize=9824732 CPUtime=1649.36 cores=1,3,5,7
/proc/1963/task/2330/stat : 2330 (java) R 1960 1963 29610 0 -1 4202560 4645 0 0 0 164902 34 0 0 20 0 21 0 36636152 10060525568 225671 33554432000 1073741824 1073778376 140734375091504 139942260911488 139942386896366 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1963/tid=2331] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/2331/stat : 2331 (java) S 1960 1963 29610 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36636154 10060525568 225671 33554432000 1073741824 1073778376 140734375091504 139942258808232 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1712
Current children cumulated vsize (KiB) 9824732

[startup+1782.3 s]
/proc/loadavg: 2.09 2.02 2.01 4/218 2464
/proc/meminfo: memFree=29410264/32872528 swapFree=241348/274052
[pid=1963] ppid=1960 vsize=9824732 CPUtime=1771.99 cores=1,3,5,7
/proc/1963/stat : 1963 (java) S 1960 1963 29610 0 -1 4202496 34456 0 1 0 176900 299 0 0 20 0 21 0 36629548 10060525568 223727 33554432000 1073741824 1073778376 140734375091504 140734375082640 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1963/statm: 2456183 223727 2293 9 0 2446860 0
[pid=1963/tid=1964] ppid=1960 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/1963/task/1964/stat : 1964 (java) S 1960 1963 29610 0 -1 4202560 2502 0 1 0 57 13 0 0 20 0 21 0 36629549 10060525568 223727 33554432000 1073741824 1073778376 140734375091504 139942446625784 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1963/tid=1966] ppid=1960 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/1963/task/1966/stat : 1966 (java) S 1960 1963 29610 0 -1 4202560 307 0 0 0 68 6 0 0 20 0 21 0 36629550 10060525568 223727 33554432000 1073741824 1073778376 140734375091504 139942385355432 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1963/tid=1967] ppid=1960 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/1963/task/1967/stat : 1967 (java) S 1960 1963 29610 0 -1 4202560 356 0 0 0 66 7 0 0 20 0 21 0 36629550 10060525568 223727 33554432000 1073741824 1073778376 140734375091504 139942384302888 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1963/tid=1968] ppid=1960 vsize=9824732 CPUtime=0.77 cores=1,3,5,7
/proc/1963/task/1968/stat : 1968 (java) S 1960 1963 29610 0 -1 4202560 428 0 0 0 67 10 0 0 20 0 21 0 36629550 10060525568 223727 33554432000 1073741824 1073778376 140734375091504 139942287850408 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1963/tid=1969] ppid=1960 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/1963/task/1969/stat : 1969 (java) S 1960 1963 29610 0 -1 4202560 462 0 0 0 65 9 0 0 20 0 21 0 36629550 10060525568 223727 33554432000 1073741824 1073778376 140734375091504 139942286797864 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1963/tid=1970] ppid=1960 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/1963/task/1970/stat : 1970 (java) S 1960 1963 29610 0 -1 4202560 323 0 0 0 78 9 0 0 20 0 21 0 36629550 10060525568 223727 33554432000 1073741824 1073778376 140734375091504 139942285744296 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1963/tid=1971] ppid=1960 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/1963/task/1971/stat : 1971 (java) S 1960 1963 29610 0 -1 4202560 873 0 0 0 73 8 0 0 20 0 21 0 36629550 10060525568 223727 33554432000 1073741824 1073778376 140734375091504 139942284691752 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1963/tid=1972] ppid=1960 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/1963/task/1972/stat : 1972 (java) S 1960 1963 29610 0 -1 4202560 363 0 0 0 64 7 0 0 20 0 21 0 36629550 10060525568 223727 33554432000 1073741824 1073778376 140734375091504 139942283639208 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1963/tid=1973] ppid=1960 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/1963/task/1973/stat : 1973 (java) S 1960 1963 29610 0 -1 4202560 371 0 0 0 73 6 0 0 20 0 21 0 36629550 10060525568 223727 33554432000 1073741824 1073778376 140734375091504 139942282586664 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1963/tid=1974] ppid=1960 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/1963/task/1974/stat : 1974 (java) S 1960 1963 29610 0 -1 4202560 895 0 0 0 50 12 0 0 20 0 21 0 36629551 10060525568 223727 33554432000 1073741824 1073778376 140734375091504 139942270388840 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1963/tid=1975] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1975/stat : 1975 (java) S 1960 1963 29610 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36629551 10060525568 223727 33554432000 1073741824 1073778376 140734375091504 139942269335160 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1963/tid=1976] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1976/stat : 1976 (java) S 1960 1963 29610 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 21 0 36629551 10060525568 223727 33554432000 1073741824 1073778376 140734375091504 139942268282504 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1963/tid=1977] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1977/stat : 1977 (java) S 1960 1963 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36629553 10060525568 223727 33554432000 1073741824 1073778376 140734375091504 139942267231248 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1963/tid=1978] ppid=1960 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/1963/task/1978/stat : 1978 (java) S 1960 1963 29610 0 -1 4202560 7275 0 0 0 163 2 0 0 20 0 21 0 36629553 10060525568 223727 33554432000 1073741824 1073778376 140734375091504 139942266177592 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1963/tid=1979] ppid=1960 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/1963/task/1979/stat : 1979 (java) S 1960 1963 29610 0 -1 4202560 13252 0 0 0 117 2 0 0 20 0 21 0 36629553 10060525568 223727 33554432000 1073741824 1073778376 140734375091504 139942265125048 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1963/tid=1980] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1980/stat : 1980 (java) S 1960 1963 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36629553 10060525568 223727 33554432000 1073741824 1073778376 140734375091504 139942264072696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1963/tid=1981] ppid=1960 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/1963/task/1981/stat : 1981 (java) S 1960 1963 29610 0 -1 4202560 104 0 0 0 12 14 0 0 20 0 21 0 36629553 10060525568 223727 33554432000 1073741824 1073778376 140734375091504 139942263020360 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1963/tid=1984] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1984/stat : 1984 (java) S 1960 1963 29610 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36629567 10060525568 223727 33554432000 1073741824 1073778376 140734375091504 139942259861032 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1963/tid=2330] ppid=1960 vsize=9824732 CPUtime=1709.17 cores=1,3,5,7
/proc/1963/task/2330/stat : 2330 (java) R 1960 1963 29610 0 -1 4202560 4646 0 0 0 170883 34 0 0 20 0 21 0 36636152 10060525568 223727 33554432000 1073741824 1073778376 140734375091504 139942260911632 139942387201528 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1963/tid=2331] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/2331/stat : 2331 (java) S 1960 1963 29610 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36636154 10060525568 223727 33554432000 1073741824 1073778376 140734375091504 139942258808232 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1771.99
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.4 s]
/proc/loadavg: 2.44 2.11 2.03 4/218 2464
/proc/meminfo: memFree=29410092/32872528 swapFree=241348/274052
[pid=1963] ppid=1960 vsize=9824732 CPUtime=1800.09 cores=1,3,5,7
/proc/1963/stat : 1963 (java) S 1960 1963 29610 0 -1 4202496 34458 0 1 0 179710 299 0 0 20 0 21 0 36629548 10060525568 223727 33554432000 1073741824 1073778376 140734375091504 140734375082640 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1963/statm: 2456183 223727 2293 9 0 2446860 0
[pid=1963/tid=1964] ppid=1960 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/1963/task/1964/stat : 1964 (java) S 1960 1963 29610 0 -1 4202560 2502 0 1 0 57 14 0 0 20 0 21 0 36629549 10060525568 223727 33554432000 1073741824 1073778376 140734375091504 139942446625784 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1963/tid=1966] ppid=1960 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/1963/task/1966/stat : 1966 (java) S 1960 1963 29610 0 -1 4202560 307 0 0 0 68 6 0 0 20 0 21 0 36629550 10060525568 223727 33554432000 1073741824 1073778376 140734375091504 139942385355432 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1963/tid=1967] ppid=1960 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/1963/task/1967/stat : 1967 (java) S 1960 1963 29610 0 -1 4202560 356 0 0 0 66 7 0 0 20 0 21 0 36629550 10060525568 223727 33554432000 1073741824 1073778376 140734375091504 139942384302888 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1963/tid=1968] ppid=1960 vsize=9824732 CPUtime=0.77 cores=1,3,5,7
/proc/1963/task/1968/stat : 1968 (java) S 1960 1963 29610 0 -1 4202560 428 0 0 0 67 10 0 0 20 0 21 0 36629550 10060525568 223727 33554432000 1073741824 1073778376 140734375091504 139942287850408 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1963/tid=1969] ppid=1960 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/1963/task/1969/stat : 1969 (java) S 1960 1963 29610 0 -1 4202560 462 0 0 0 65 9 0 0 20 0 21 0 36629550 10060525568 223727 33554432000 1073741824 1073778376 140734375091504 139942286797864 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1963/tid=1970] ppid=1960 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/1963/task/1970/stat : 1970 (java) S 1960 1963 29610 0 -1 4202560 323 0 0 0 78 9 0 0 20 0 21 0 36629550 10060525568 223727 33554432000 1073741824 1073778376 140734375091504 139942285744296 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1963/tid=1971] ppid=1960 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/1963/task/1971/stat : 1971 (java) S 1960 1963 29610 0 -1 4202560 873 0 0 0 73 8 0 0 20 0 21 0 36629550 10060525568 223727 33554432000 1073741824 1073778376 140734375091504 139942284691752 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1963/tid=1972] ppid=1960 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/1963/task/1972/stat : 1972 (java) S 1960 1963 29610 0 -1 4202560 363 0 0 0 64 7 0 0 20 0 21 0 36629550 10060525568 223727 33554432000 1073741824 1073778376 140734375091504 139942283639208 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1963/tid=1973] ppid=1960 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/1963/task/1973/stat : 1973 (java) S 1960 1963 29610 0 -1 4202560 371 0 0 0 73 6 0 0 20 0 21 0 36629550 10060525568 223727 33554432000 1073741824 1073778376 140734375091504 139942282586664 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1963/tid=1974] ppid=1960 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/1963/task/1974/stat : 1974 (java) S 1960 1963 29610 0 -1 4202560 895 0 0 0 50 12 0 0 20 0 21 0 36629551 10060525568 223727 33554432000 1073741824 1073778376 140734375091504 139942270388840 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1963/tid=1975] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1975/stat : 1975 (java) S 1960 1963 29610 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36629551 10060525568 223727 33554432000 1073741824 1073778376 140734375091504 139942269335160 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1963/tid=1976] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1976/stat : 1976 (java) S 1960 1963 29610 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 21 0 36629551 10060525568 223727 33554432000 1073741824 1073778376 140734375091504 139942268282504 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1963/tid=1977] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1977/stat : 1977 (java) S 1960 1963 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36629553 10060525568 223727 33554432000 1073741824 1073778376 140734375091504 139942267231248 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1963/tid=1978] ppid=1960 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/1963/task/1978/stat : 1978 (java) S 1960 1963 29610 0 -1 4202560 7275 0 0 0 163 2 0 0 20 0 21 0 36629553 10060525568 223727 33554432000 1073741824 1073778376 140734375091504 139942266177592 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1963/tid=1979] ppid=1960 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/1963/task/1979/stat : 1979 (java) S 1960 1963 29610 0 -1 4202560 13252 0 0 0 117 2 0 0 20 0 21 0 36629553 10060525568 223727 33554432000 1073741824 1073778376 140734375091504 139942265125048 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1963/tid=1980] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1980/stat : 1980 (java) S 1960 1963 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36629553 10060525568 223727 33554432000 1073741824 1073778376 140734375091504 139942264072696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1963/tid=1981] ppid=1960 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/1963/task/1981/stat : 1981 (java) S 1960 1963 29610 0 -1 4202560 106 0 0 0 12 14 0 0 20 0 21 0 36629553 10060525568 223727 33554432000 1073741824 1073778376 140734375091504 139942263020360 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1963/tid=1984] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/1984/stat : 1984 (java) S 1960 1963 29610 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36629567 10060525568 223727 33554432000 1073741824 1073778376 140734375091504 139942259861032 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1963/tid=2330] ppid=1960 vsize=9824732 CPUtime=1737.2 cores=1,3,5,7
/proc/1963/task/2330/stat : 2330 (java) R 1960 1963 29610 0 -1 4202560 4646 0 0 0 173685 35 0 0 20 0 21 0 36636152 10060525568 223727 33554432000 1073741824 1073778376 140734375091504 139942260911632 139942387201514 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1963/tid=2331] ppid=1960 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1963/task/2331/stat : 2331 (java) S 1960 1963 29610 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36636154 10060525568 223727 33554432000 1073741824 1073778376 140734375091504 139942258808232 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 1963 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1963 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=698468
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=424479
# CPU time returned by wait4() is 1796.12
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1810.42
CPU time (s): 1800.09
CPU user time (s): 1797.1
CPU system time (s): 2.99
CPU usage (%): 99.4294
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.7
system time used= 3.42448
maximum resident set size= 916420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34494
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 82961
involuntary context switches= 36404

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.9723 second user time and 12.7031 second system time

The end

Launcher Data

Begin job on node107 at 2016-06-19 16:16:35
IDJOB=4110233
IDBENCH=79208
IDSOLVER=2552
FILE ID=node107/4110233-1466345795
RUNJOBID= node107-1466341823-29627
PBS_JOBID= 19922041
Free space on /tmp= 71708 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.1111222257--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110233-1466345795/watcher-4110233-1466345795 -o /tmp/evaluation-result-4110233-1466345795/solver-4110233-1466345795 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1466341823-29627 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4110233-1466345795.wbo

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

MD5SUM BENCH= cb8903274dd3202a5ed158c7997a289b
RANDOM SEED=1126430385

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30792204 kB
Buffers:          183536 kB
Cached:           468664 kB
SwapCached:         3140 kB
Active:           513088 kB
Inactive:         521876 kB
Active(anon):     382248 kB
Inactive(anon):     2968 kB
Active(file):     130840 kB
Inactive(file):   518908 kB
Unevictable:      274052 kB
Mlocked:          241348 kB
SwapTotal:      67108856 kB
SwapFree:       67099728 kB
Dirty:               836 kB
Writeback:             0 kB
AnonPages:        745636 kB
Mapped:            17180 kB
Shmem:                 0 kB
Slab:             618604 kB
SReclaimable:      62072 kB
SUnreclaim:       556532 kB
KernelStack:        1792 kB
PageTables:         5916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1111208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    460800 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= 71700 MiB
End job on node107 at 2016-06-19 16:46:46