Trace number 3734951

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 NameAnswerobjective functionCPU timeWall clock time
PB09: SAT4J Pseudo Resolution 2.1.1SAT (TO)69 1800.58 1794.69

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_7_60_2.opb
MD5SUMa70b0edfadf87ffd0bc1b32400cae43b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark1798.7
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 18
Optimality of the best value was proved NO
Number of variables172
Total number of constraints14
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints14
Minimum length of a constraint74
Maximum length of a constraint76
Number of terms in the objective function 112
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 3570
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1648
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5454
Number of bits of the biggest sum of numbers13
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.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.08	c version 2.1.1.v20090612
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version	1.6.0_24
0.03/0.08	c os.name	Linux
0.03/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch	amd64
0.03/0.08	c Free memory 1299577560
0.03/0.08	c Max memory 1306394624
0.03/0.08	c Total memory 1306394624
0.03/0.08	c Number of processors 8
0.09/0.10	c Pseudo Boolean Optimization
0.09/0.10	c --- Begin Solver configuration ---
0.09/0.10	c Stops conflict analysis at the first Unique Implication Point
0.09/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@2d3bad12
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.10	c Expensive reason simplification
0.09/0.10	c MiniSAT restarts strategy
0.09/0.10	c Memory based learned constraints deletion strategy
0.09/0.10	c timeout=2147483s
0.09/0.10	c DB Simplification allowed=false
0.09/0.10	c --- End Solver configuration ---
0.09/0.10	c solving HOME/instance-3734951-1338753616.opb
0.09/0.10	c reading problem ... 
0.09/0.15	c ... done. Wall clock time 0.047s.
0.09/0.15	c #vars     172
0.09/0.15	c #constraints  14
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14
0.29/0.24	c SATISFIABLE
0.29/0.24	c OPTIMIZING...
0.29/0.24	c Got one! Elapsed wall clock time (in seconds):0.14
0.29/0.24	o 2974
0.29/0.27	c Got one! Elapsed wall clock time (in seconds):0.162
0.29/0.27	o 2973
0.29/0.28	c Got one! Elapsed wall clock time (in seconds):0.178
0.29/0.28	o 2972
0.51/0.30	c Got one! Elapsed wall clock time (in seconds):0.197
0.51/0.30	o 2970
0.51/0.32	c Got one! Elapsed wall clock time (in seconds):0.212
0.51/0.32	o 2969
0.51/0.33	c Got one! Elapsed wall clock time (in seconds):0.225
0.51/0.33	o 2771
0.51/0.34	c Got one! Elapsed wall clock time (in seconds):0.238
0.51/0.34	o 2769
0.51/0.35	c Got one! Elapsed wall clock time (in seconds):0.25
0.51/0.35	o 2767
0.51/0.37	c Got one! Elapsed wall clock time (in seconds):0.262
0.51/0.37	o 2741
0.51/0.38	c Got one! Elapsed wall clock time (in seconds):0.274
0.51/0.38	o 2740
0.51/0.39	c Got one! Elapsed wall clock time (in seconds):0.286
0.51/0.39	o 2720
0.68/0.40	c Got one! Elapsed wall clock time (in seconds):0.299
0.68/0.40	o 2614
0.68/0.41	c Got one! Elapsed wall clock time (in seconds):0.311
0.68/0.41	o 2561
0.68/0.43	c Got one! Elapsed wall clock time (in seconds):0.323
0.68/0.43	o 2556
0.68/0.44	c Got one! Elapsed wall clock time (in seconds):0.337
0.68/0.44	o 2394
0.68/0.45	c Got one! Elapsed wall clock time (in seconds):0.35
0.68/0.45	o 2392
0.68/0.47	c Got one! Elapsed wall clock time (in seconds):0.363
0.68/0.47	o 2343
0.68/0.48	c Got one! Elapsed wall clock time (in seconds):0.379
0.68/0.48	o 2335
0.87/0.50	c Got one! Elapsed wall clock time (in seconds):0.394
0.87/0.50	o 2329
0.87/0.51	c Got one! Elapsed wall clock time (in seconds):0.406
0.87/0.51	o 2324
0.87/0.52	c Got one! Elapsed wall clock time (in seconds):0.42
0.87/0.52	o 2320
0.87/0.54	c Got one! Elapsed wall clock time (in seconds):0.434
0.87/0.54	o 2319
0.87/0.55	c Got one! Elapsed wall clock time (in seconds):0.447
0.87/0.55	o 2318
0.87/0.57	c Got one! Elapsed wall clock time (in seconds):0.462
0.87/0.57	o 2316
0.87/0.58	c Got one! Elapsed wall clock time (in seconds):0.476
0.87/0.58	o 2314
0.87/0.59	c Got one! Elapsed wall clock time (in seconds):0.49
0.87/0.59	o 2312
1.16/0.61	c Got one! Elapsed wall clock time (in seconds):0.505
1.16/0.61	o 2298
1.16/0.62	c Got one! Elapsed wall clock time (in seconds):0.518
1.16/0.62	o 2250
1.16/0.63	c Got one! Elapsed wall clock time (in seconds):0.531
1.16/0.63	o 2248
1.16/0.65	c Got one! Elapsed wall clock time (in seconds):0.544
1.16/0.65	o 2244
1.16/0.66	c Got one! Elapsed wall clock time (in seconds):0.558
1.16/0.66	o 2236
1.16/0.67	c Got one! Elapsed wall clock time (in seconds):0.567
1.16/0.67	o 2223
1.16/0.68	c Got one! Elapsed wall clock time (in seconds):0.58
1.16/0.68	o 2222
1.16/0.69	c Got one! Elapsed wall clock time (in seconds):0.591
1.16/0.69	o 2205
1.42/0.70	c Got one! Elapsed wall clock time (in seconds):0.601
1.42/0.70	o 2197
1.42/0.71	c Got one! Elapsed wall clock time (in seconds):0.61
1.42/0.71	o 2195
1.42/0.72	c Got one! Elapsed wall clock time (in seconds):0.62
1.42/0.72	o 2194
1.42/0.74	c Got one! Elapsed wall clock time (in seconds):0.632
1.42/0.74	o 2182
1.42/0.75	c Got one! Elapsed wall clock time (in seconds):0.652
1.42/0.75	o 778
1.42/0.78	c Got one! Elapsed wall clock time (in seconds):0.674
1.42/0.78	o 777
1.53/0.80	c Got one! Elapsed wall clock time (in seconds):0.695
1.53/0.80	o 776
1.53/0.82	c Got one! Elapsed wall clock time (in seconds):0.716
1.53/0.82	o 774
1.53/0.84	c Got one! Elapsed wall clock time (in seconds):0.74
1.53/0.84	o 773
1.53/0.86	c Got one! Elapsed wall clock time (in seconds):0.761
1.53/0.86	o 771
1.53/0.89	c Got one! Elapsed wall clock time (in seconds):0.789
1.53/0.89	o 770
1.65/0.91	c Got one! Elapsed wall clock time (in seconds):0.811
1.65/0.91	o 769
1.65/1.00	c Got one! Elapsed wall clock time (in seconds):0.898
1.65/1.00	o 767
1.75/1.03	c Got one! Elapsed wall clock time (in seconds):0.922
1.75/1.03	o 766
1.75/1.05	c Got one! Elapsed wall clock time (in seconds):0.946
1.75/1.05	o 765
1.75/1.07	c Got one! Elapsed wall clock time (in seconds):0.969
1.75/1.07	o 764
1.75/1.09	c Got one! Elapsed wall clock time (in seconds):0.992
1.75/1.09	o 763
1.85/1.12	c Got one! Elapsed wall clock time (in seconds):1.013
1.85/1.12	o 478
1.85/1.14	c Got one! Elapsed wall clock time (in seconds):1.041
1.85/1.14	o 476
1.85/1.17	c Got one! Elapsed wall clock time (in seconds):1.069
1.85/1.17	o 474
1.97/1.20	c Got one! Elapsed wall clock time (in seconds):1.097
1.97/1.20	o 472
1.97/1.22	c Got one! Elapsed wall clock time (in seconds):1.121
1.97/1.22	o 471
1.97/1.25	c Got one! Elapsed wall clock time (in seconds):1.148
1.97/1.25	o 469
1.97/1.27	c Got one! Elapsed wall clock time (in seconds):1.171
1.97/1.27	o 328
2.08/1.31	c Got one! Elapsed wall clock time (in seconds):1.212
2.08/1.31	o 327
2.08/1.34	c Got one! Elapsed wall clock time (in seconds):1.234
2.08/1.34	o 326
2.08/1.37	c Got one! Elapsed wall clock time (in seconds):1.271
2.08/1.37	o 324
2.19/1.40	c Got one! Elapsed wall clock time (in seconds):1.302
2.19/1.40	o 322
2.19/1.46	c Got one! Elapsed wall clock time (in seconds):1.359
2.19/1.46	o 320
2.19/1.49	c Got one! Elapsed wall clock time (in seconds):1.383
2.19/1.49	o 319
2.30/1.54	c Got one! Elapsed wall clock time (in seconds):1.437
2.30/1.54	o 318
2.30/1.58	c Got one! Elapsed wall clock time (in seconds):1.476
2.30/1.58	o 316
2.39/1.62	c Got one! Elapsed wall clock time (in seconds):1.513
2.39/1.62	o 314
2.39/1.66	c Got one! Elapsed wall clock time (in seconds):1.557
2.39/1.66	o 307
2.39/1.69	c Got one! Elapsed wall clock time (in seconds):1.588
2.39/1.69	o 306
2.51/1.73	c Got one! Elapsed wall clock time (in seconds):1.629
2.51/1.73	o 305
2.51/1.79	c Got one! Elapsed wall clock time (in seconds):1.691
2.51/1.79	o 304
2.91/2.12	c Got one! Elapsed wall clock time (in seconds):2.014
2.91/2.12	o 303
2.91/2.18	c Got one! Elapsed wall clock time (in seconds):2.077
2.91/2.18	o 301
3.11/2.30	c Got one! Elapsed wall clock time (in seconds):2.198
3.11/2.30	o 299
3.11/2.34	c Got one! Elapsed wall clock time (in seconds):2.241
3.11/2.34	o 298
3.11/2.38	c Got one! Elapsed wall clock time (in seconds):2.277
3.11/2.38	o 296
3.21/2.46	c Got one! Elapsed wall clock time (in seconds):2.36
3.21/2.46	o 295
3.31/2.50	c Got one! Elapsed wall clock time (in seconds):2.397
3.31/2.50	o 294
3.31/2.58	c Got one! Elapsed wall clock time (in seconds):2.472
3.31/2.58	o 292
3.52/2.78	c Got one! Elapsed wall clock time (in seconds):2.673
3.52/2.78	o 291
3.64/2.82	c Got one! Elapsed wall clock time (in seconds):2.717
3.64/2.82	o 290
3.95/3.20	c Got one! Elapsed wall clock time (in seconds):3.095
3.95/3.20	o 289
4.05/3.26	c Got one! Elapsed wall clock time (in seconds):3.153
4.05/3.26	o 283
4.25/3.41	c Got one! Elapsed wall clock time (in seconds):3.306
4.25/3.41	o 282
4.25/3.49	c Got one! Elapsed wall clock time (in seconds):3.383
4.25/3.49	o 280
4.45/3.60	c Got one! Elapsed wall clock time (in seconds):3.497
4.45/3.60	o 279
4.55/3.76	c Got one! Elapsed wall clock time (in seconds):3.661
4.55/3.76	o 278
4.65/3.83	c Got one! Elapsed wall clock time (in seconds):3.732
4.65/3.83	o 276
4.75/3.99	c Got one! Elapsed wall clock time (in seconds):3.886
4.75/3.99	o 275
4.95/4.12	c Got one! Elapsed wall clock time (in seconds):4.016
4.95/4.12	o 274
5.05/4.23	c Got one! Elapsed wall clock time (in seconds):4.126
5.05/4.23	o 272
5.26/4.46	c Got one! Elapsed wall clock time (in seconds):4.352
5.26/4.46	o 270
5.36/4.54	c Got one! Elapsed wall clock time (in seconds):4.438
5.36/4.54	o 269
5.56/4.72	c Got one! Elapsed wall clock time (in seconds):4.614
5.56/4.72	o 267
5.66/4.80	c Got one! Elapsed wall clock time (in seconds):4.697
5.66/4.80	o 264
6.37/5.57	c Got one! Elapsed wall clock time (in seconds):5.469
6.37/5.57	o 262
6.46/5.65	c Got one! Elapsed wall clock time (in seconds):5.545
6.46/5.65	o 260
6.56/5.80	c Got one! Elapsed wall clock time (in seconds):5.692
6.56/5.80	o 258
6.76/5.99	c Got one! Elapsed wall clock time (in seconds):5.885
6.76/5.99	o 252
6.91/6.05	c Got one! Elapsed wall clock time (in seconds):5.944
6.91/6.05	o 243
7.01/6.12	c Got one! Elapsed wall clock time (in seconds):6.019
7.01/6.12	o 242
7.11/6.27	c Got one! Elapsed wall clock time (in seconds):6.168
7.11/6.27	o 240
7.31/6.48	c Got one! Elapsed wall clock time (in seconds):6.38
7.31/6.48	o 239
7.61/6.71	c Got one! Elapsed wall clock time (in seconds):6.612
7.61/6.71	o 238
7.71/6.82	c Got one! Elapsed wall clock time (in seconds):6.713
7.71/6.82	o 237
7.91/7.02	c Got one! Elapsed wall clock time (in seconds):6.918
7.91/7.02	o 236
7.91/7.09	c Got one! Elapsed wall clock time (in seconds):6.99
7.91/7.09	o 235
8.11/7.21	c Got one! Elapsed wall clock time (in seconds):7.103
8.11/7.21	o 234
8.52/7.65	c Got one! Elapsed wall clock time (in seconds):7.545
8.52/7.65	o 233
8.71/7.89	c Got one! Elapsed wall clock time (in seconds):7.784
8.71/7.89	o 231
8.91/8.01	c Got one! Elapsed wall clock time (in seconds):7.909
8.91/8.01	o 230
9.11/8.27	c Got one! Elapsed wall clock time (in seconds):8.164
9.11/8.27	o 229
9.21/8.36	c Got one! Elapsed wall clock time (in seconds):8.253
9.21/8.36	o 228
9.62/8.71	c Got one! Elapsed wall clock time (in seconds):8.609
9.62/8.71	o 226
9.91/9.10	c Got one! Elapsed wall clock time (in seconds):8.993
10.01/9.10	o 225
10.21/9.30	c Got one! Elapsed wall clock time (in seconds):9.199
10.21/9.30	o 224
10.31/9.47	c Got one! Elapsed wall clock time (in seconds):9.369
10.31/9.47	o 222
11.89/10.94	c Got one! Elapsed wall clock time (in seconds):10.837
11.89/10.94	o 220
12.09/11.19	c Got one! Elapsed wall clock time (in seconds):11.082
12.09/11.19	o 218
12.59/11.60	c Got one! Elapsed wall clock time (in seconds):11.495
12.59/11.60	o 216
12.79/11.85	c Got one! Elapsed wall clock time (in seconds):11.743
12.79/11.85	o 215
13.19/12.23	c Got one! Elapsed wall clock time (in seconds):12.122
13.19/12.23	o 213
14.09/13.16	c Got one! Elapsed wall clock time (in seconds):13.061
14.09/13.16	o 212
14.29/13.32	c Got one! Elapsed wall clock time (in seconds):13.221
14.29/13.32	o 209
14.39/13.46	c Got one! Elapsed wall clock time (in seconds):13.355
14.39/13.46	o 207
14.79/13.85	c Got one! Elapsed wall clock time (in seconds):13.745
14.79/13.85	o 205
15.19/14.21	c Got one! Elapsed wall clock time (in seconds):14.108
15.19/14.21	o 204
16.39/15.45	c Got one! Elapsed wall clock time (in seconds):15.352
16.39/15.45	o 203
17.07/16.08	c Got one! Elapsed wall clock time (in seconds):15.981
17.07/16.08	o 201
17.27/16.21	c Got one! Elapsed wall clock time (in seconds):16.105
17.27/16.21	o 200
17.58/16.59	c Got one! Elapsed wall clock time (in seconds):16.486
17.58/16.59	o 198
17.87/16.83	c Got one! Elapsed wall clock time (in seconds):16.725
17.87/16.83	o 197
18.27/17.27	c Got one! Elapsed wall clock time (in seconds):17.171
18.27/17.27	o 195
18.77/17.73	c Got one! Elapsed wall clock time (in seconds):17.625
18.77/17.73	o 193
19.27/18.23	c Got one! Elapsed wall clock time (in seconds):18.131
19.27/18.23	o 192
19.97/18.95	c Got one! Elapsed wall clock time (in seconds):18.845
19.97/18.95	o 191
20.37/19.36	c Got one! Elapsed wall clock time (in seconds):19.258
20.37/19.36	o 189
20.88/19.89	c Got one! Elapsed wall clock time (in seconds):19.791
20.88/19.89	o 188
22.07/21.03	c Got one! Elapsed wall clock time (in seconds):20.923
22.07/21.03	o 186
22.69/21.67	c Got one! Elapsed wall clock time (in seconds):21.567
22.69/21.67	o 184
22.89/21.82	c Got one! Elapsed wall clock time (in seconds):21.719
22.89/21.82	o 183
24.18/23.07	c Got one! Elapsed wall clock time (in seconds):22.971
24.18/23.07	o 181
24.37/23.25	c Got one! Elapsed wall clock time (in seconds):23.149
24.37/23.25	o 180
24.67/23.52	c Got one! Elapsed wall clock time (in seconds):23.421
24.67/23.52	o 178
25.07/23.93	c Got one! Elapsed wall clock time (in seconds):23.832
25.07/23.93	o 177
25.17/24.09	c Got one! Elapsed wall clock time (in seconds):23.986
25.17/24.09	o 175
25.38/24.22	c Got one! Elapsed wall clock time (in seconds):24.114
25.38/24.22	o 174
29.36/28.28	c Got one! Elapsed wall clock time (in seconds):28.173
29.36/28.28	o 173
31.26/30.04	c Got one! Elapsed wall clock time (in seconds):29.932
31.26/30.04	o 172
33.47/32.29	c Got one! Elapsed wall clock time (in seconds):32.188
33.47/32.29	o 171
34.18/32.99	c Got one! Elapsed wall clock time (in seconds):32.891
34.18/32.99	o 169
34.67/33.44	c Got one! Elapsed wall clock time (in seconds):33.336
34.67/33.44	o 168
34.87/33.63	c Got one! Elapsed wall clock time (in seconds):33.525
34.87/33.63	o 167
35.17/33.96	c Got one! Elapsed wall clock time (in seconds):33.856
35.17/33.96	o 165
35.97/34.79	c Got one! Elapsed wall clock time (in seconds):34.689
35.97/34.79	o 164
36.67/35.48	c Got one! Elapsed wall clock time (in seconds):35.377
36.67/35.48	o 162
41.56/40.20	c Got one! Elapsed wall clock time (in seconds):40.097
41.56/40.20	o 161
41.97/40.65	c Got one! Elapsed wall clock time (in seconds):40.542
41.97/40.65	o 160
44.48/43.12	c Got one! Elapsed wall clock time (in seconds):43.012
44.48/43.12	o 158
44.78/43.46	c Got one! Elapsed wall clock time (in seconds):43.36
44.78/43.46	o 156
46.08/44.78	c Got one! Elapsed wall clock time (in seconds):44.675
46.08/44.78	o 155
46.48/45.12	c Got one! Elapsed wall clock time (in seconds):45.018
46.48/45.12	o 154
47.08/45.73	c Got one! Elapsed wall clock time (in seconds):45.628
47.08/45.73	o 153
47.48/46.15	c Got one! Elapsed wall clock time (in seconds):46.05
47.48/46.15	o 151
48.28/46.97	c Got one! Elapsed wall clock time (in seconds):46.868
48.28/46.97	o 149
48.98/47.61	c Got one! Elapsed wall clock time (in seconds):47.506
48.98/47.61	o 147
49.48/48.15	c Got one! Elapsed wall clock time (in seconds):48.052
49.48/48.15	o 146
52.58/51.29	c Got one! Elapsed wall clock time (in seconds):51.191
52.58/51.29	o 144
80.45/78.86	c Got one! Elapsed wall clock time (in seconds):78.76
80.45/78.86	o 143
82.24/80.64	c Got one! Elapsed wall clock time (in seconds):80.539
82.24/80.64	o 142
85.51/83.82	c Got one! Elapsed wall clock time (in seconds):83.719
85.51/83.82	o 140
86.91/85.21	c Got one! Elapsed wall clock time (in seconds):85.102
86.91/85.21	o 138
89.91/88.20	c Got one! Elapsed wall clock time (in seconds):88.097
89.91/88.20	o 136
91.92/90.21	c Got one! Elapsed wall clock time (in seconds):90.107
91.92/90.21	o 134
95.61/93.96	c Got one! Elapsed wall clock time (in seconds):93.858
95.61/93.96	o 132
97.01/95.34	c Got one! Elapsed wall clock time (in seconds):95.234
97.01/95.34	o 131
813.56/809.73	c Got one! Elapsed wall clock time (in seconds):809.623
813.56/809.73	o 129
825.76/821.91	c Got one! Elapsed wall clock time (in seconds):821.808
825.76/821.91	o 128
848.17/844.34	c Got one! Elapsed wall clock time (in seconds):844.236
848.17/844.34	o 126
849.87/846.08	c Got one! Elapsed wall clock time (in seconds):845.973
849.87/846.08	o 125
856.77/852.97	c Got one! Elapsed wall clock time (in seconds):852.87
856.77/852.97	o 123
864.37/860.59	c Got one! Elapsed wall clock time (in seconds):860.491
864.37/860.59	o 121
877.92/873.92	c Got one! Elapsed wall clock time (in seconds):873.821
877.92/873.92	o 119
890.22/886.28	c Got one! Elapsed wall clock time (in seconds):886.175
890.22/886.28	o 118
894.02/890.00	c Got one! Elapsed wall clock time (in seconds):889.9
894.02/890.00	o 117
900.72/896.76	c Got one! Elapsed wall clock time (in seconds):896.661
900.72/896.76	o 116
902.22/898.24	c Got one! Elapsed wall clock time (in seconds):898.133
902.22/898.24	o 115
907.82/903.89	c Got one! Elapsed wall clock time (in seconds):903.785
907.82/903.89	o 114
914.23/910.20	c Got one! Elapsed wall clock time (in seconds):910.1
914.23/910.20	o 113
925.83/921.83	c Got one! Elapsed wall clock time (in seconds):921.73
925.83/921.83	o 112
928.73/924.76	c Got one! Elapsed wall clock time (in seconds):924.66
928.73/924.76	o 111
930.93/926.99	c Got one! Elapsed wall clock time (in seconds):926.885
930.93/926.99	o 105
942.13/938.11	c Got one! Elapsed wall clock time (in seconds):938.008
942.13/938.11	o 104
958.55/954.48	c Got one! Elapsed wall clock time (in seconds):954.375
958.55/954.48	o 103
975.25/971.11	c Got one! Elapsed wall clock time (in seconds):971.008
975.25/971.11	o 102
976.95/972.80	c Got one! Elapsed wall clock time (in seconds):972.697
976.95/972.80	o 101
988.25/984.11	c Got one! Elapsed wall clock time (in seconds):984.009
988.25/984.11	o 99
1016.86/1012.77	c Got one! Elapsed wall clock time (in seconds):1012.669
1016.86/1012.77	o 97
1023.07/1018.83	c Got one! Elapsed wall clock time (in seconds):1018.722
1023.07/1018.83	o 95
1110.46/1106.12	c Got one! Elapsed wall clock time (in seconds):1106.02
1110.46/1106.12	o 94
1121.56/1117.25	c Got one! Elapsed wall clock time (in seconds):1117.149
1121.56/1117.25	o 93
1126.76/1122.42	c Got one! Elapsed wall clock time (in seconds):1122.314
1126.76/1122.42	o 92
1157.07/1152.68	c Got one! Elapsed wall clock time (in seconds):1152.577
1157.07/1152.68	o 91
1173.46/1169.04	c Got one! Elapsed wall clock time (in seconds):1168.936
1173.46/1169.04	o 89
1190.66/1186.23	c Got one! Elapsed wall clock time (in seconds):1186.129
1190.66/1186.23	o 88
1216.67/1212.25	c Got one! Elapsed wall clock time (in seconds):1212.146
1216.67/1212.25	o 86
1240.15/1235.67	c Got one! Elapsed wall clock time (in seconds):1235.565
1240.15/1235.67	o 84
1248.35/1243.82	c Got one! Elapsed wall clock time (in seconds):1243.721
1248.35/1243.82	o 82
1268.56/1264.07	c Got one! Elapsed wall clock time (in seconds):1263.968
1268.56/1264.07	o 80
1374.22/1369.42	c Got one! Elapsed wall clock time (in seconds):1369.316
1374.22/1369.42	o 78
1389.63/1384.86	c Got one! Elapsed wall clock time (in seconds):1384.755
1389.63/1384.86	o 76
1422.63/1417.82	c Got one! Elapsed wall clock time (in seconds):1417.721
1422.63/1417.82	o 74
1473.75/1468.89	c Got one! Elapsed wall clock time (in seconds):1468.79
1473.75/1468.89	o 73
1608.15/1603.13	c Got one! Elapsed wall clock time (in seconds):1603.03
1608.15/1603.13	o 72
1637.99/1632.80	c Got one! Elapsed wall clock time (in seconds):1632.698
1637.99/1632.80	o 70
1761.60/1756.27	c Got one! Elapsed wall clock time (in seconds):1756.163
1761.60/1756.27	o 69
1800.01/1794.61	c starts		: 1151
1800.01/1794.61	c conflicts		: 1514477
1800.01/1794.61	c decisions		: 1778486
1800.01/1794.61	c propagations		: 24703779
1800.01/1794.61	c inspects		: 13391472545
1800.01/1794.61	c learnt literals	: 0
1800.01/1794.61	c learnt binary clauses	: 0
1800.01/1794.61	c learnt ternary clauses	: 0
1800.01/1794.61	c learnt clauses	: 1514477
1800.01/1794.61	c ignored clauses	: 0
1800.01/1794.61	c root simplifications	: 0
1800.01/1794.61	c removed literals (reason simplification)	: 20160293
1800.01/1794.61	c reason swapping (by a shorter reason)	: 0
1800.01/1794.61	c Calls to reduceDB	: 0
1800.01/1794.61	c speed (assignments/second)	: 644267.1343626122
1800.01/1794.61	c non guided choices	6091
1800.01/1794.68	c learnt constraints type 
1800.01/1794.68	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 1514489
1800.01/1794.68	c constraints type 
1800.01/1794.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15
1800.01/1794.68	s SATISFIABLE
1800.01/1794.68	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 -x170 -x171 -x172 
1800.01/1794.68	c objective function=69
1800.01/1794.68	c Total wall clock time (in seconds): 1794.575

Verifier Data

OK	69

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3734951-1338753616/watcher-3734951-1338753616 -o /tmp/evaluation-result-3734951-1338753616/solver-3734951-1338753616 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3734951-1338753616.opb 

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.08 2.05 2.01 2/195 28209
/proc/meminfo: memFree=25576260/32873648 swapFree=6864/6864
[pid=28209] ppid=28207 vsize=268 CPUtime=0 cores=1,3,5,7
/proc/28209/stat : 28209 (java) R 28207 28209 26477 0 -1 4194304 273 0 0 0 0 0 0 0 20 0 1 0 341487005 274432 21 33554432000 1073741824 1073778376 140737343102016 140734540466312 270698296250 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/28209/statm: 68 28 20 9 0 25 0

[startup+0.050864 s]
/proc/loadavg: 2.08 2.05 2.01 2/195 28209
/proc/meminfo: memFree=25576260/32873648 swapFree=6864/6864
[pid=28209] ppid=28207 vsize=2315716 CPUtime=0.03 cores=1,3,5,7
/proc/28209/stat : 28209 (java) S 28207 28209 26477 0 -1 4202496 3695 0 1 0 2 1 0 0 20 0 13 0 341487005 2371293184 4903 33554432000 1073741824 1073778376 140737343102016 140737343093152 270710898749 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28209/statm: 578929 4904 1707 9 0 569630 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2315716

[startup+0.100204 s]
/proc/loadavg: 2.08 2.05 2.01 2/195 28209
/proc/meminfo: memFree=25576260/32873648 swapFree=6864/6864
[pid=28209] ppid=28207 vsize=2648568 CPUtime=0.09 cores=1,3,5,7
/proc/28209/stat : 28209 (java) S 28207 28209 26477 0 -1 4202496 4686 0 1 0 8 1 0 0 20 0 18 0 341487005 2712133632 6404 33554432000 1073741824 1073778376 140737343102016 140737343093152 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28209/statm: 662142 6404 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2648568

[startup+0.300171 s]
/proc/loadavg: 2.08 2.05 2.01 2/195 28209
/proc/meminfo: memFree=25576260/32873648 swapFree=6864/6864
[pid=28209] ppid=28207 vsize=2715132 CPUtime=0.51 cores=1,3,5,7
/proc/28209/stat : 28209 (java) S 28207 28209 26477 0 -1 4202496 8155 0 1 0 50 1 0 0 20 0 19 0 341487005 2780295168 10677 33554432000 1073741824 1073778376 140737343102016 140737343093152 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28209/statm: 678783 10677 2230 9 0 669476 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2715132

[startup+0.700179 s]
/proc/loadavg: 2.08 2.05 2.01 2/195 28209
/proc/meminfo: memFree=25576260/32873648 swapFree=6864/6864
[pid=28209] ppid=28207 vsize=2715132 CPUtime=1.42 cores=1,3,5,7
/proc/28209/stat : 28209 (java) S 28207 28209 26477 0 -1 4202496 13587 0 1 0 139 3 0 0 20 0 19 0 341487005 2780295168 25774 33554432000 1073741824 1073778376 140737343102016 140737343093152 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28209/statm: 678783 25774 2245 9 0 669476 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 2715132

[startup+1.5007 s]
/proc/loadavg: 2.08 2.05 2.01 3/214 28228
/proc/meminfo: memFree=25438356/32873648 swapFree=6864/6864
[pid=28209] ppid=28207 vsize=2715132 CPUtime=2.3 cores=1,3,5,7
/proc/28209/stat : 28209 (java) S 28207 28209 26477 0 -1 4202496 13646 0 1 0 225 5 0 0 20 0 19 0 341487005 2780295168 53937 33554432000 1073741824 1073778376 140737343102016 140737343093152 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28209/statm: 678783 53937 2247 9 0 669476 0
[pid=28209/tid=28211] ppid=28207 vsize=2715132 CPUtime=1.46 cores=1,3,5,7
/proc/28209/task/28211/stat : 28211 (java) R 28207 28209 26477 0 -1 4202560 2841 0 1 0 143 3 0 0 20 0 19 0 341487006 2780295168 53937 33554432000 1073741824 1073778376 140737343102016 139970799815336 139970652607855 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28209/tid=28212] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28212/stat : 28212 (java) S 28207 28209 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487007 2780295168 53937 33554432000 1073741824 1073778376 140737343102016 139970784267176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28213] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28213/stat : 28213 (java) S 28207 28209 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487007 2780295168 53937 33554432000 1073741824 1073778376 140737343102016 139970783214632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28209/tid=28214] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28214/stat : 28214 (java) S 28207 28209 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487007 2780295168 53937 33554432000 1073741824 1073778376 140737343102016 139970782161576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28209/tid=28215] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28215/stat : 28215 (java) S 28207 28209 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487007 2780295168 53937 33554432000 1073741824 1073778376 140737343102016 139970781109032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28209/tid=28216] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28216/stat : 28216 (java) S 28207 28209 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487007 2780295168 53937 33554432000 1073741824 1073778376 140737343102016 139970780055976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28217] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28217/stat : 28217 (java) S 28207 28209 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487007 2780295168 53937 33554432000 1073741824 1073778376 140737343102016 139970779003432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28209/tid=28218] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28218/stat : 28218 (java) S 28207 28209 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487007 2780295168 53937 33554432000 1073741824 1073778376 140737343102016 139970777950376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28219] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28219/stat : 28219 (java) S 28207 28209 26477 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341487007 2780295168 53937 33554432000 1073741824 1073778376 140737343102016 139970776897832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28220] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28220/stat : 28220 (java) S 28207 28209 26477 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 341487008 2780295168 53937 33554432000 1073741824 1073778376 140737343102016 139970646874984 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28209/tid=28221] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28221/stat : 28221 (java) S 28207 28209 26477 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 341487009 2780295168 53937 33554432000 1073741824 1073778376 140737343102016 139970645821304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28222] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28222/stat : 28222 (java) S 28207 28209 26477 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341487009 2780295168 53937 33554432000 1073741824 1073778376 140737343102016 139970644768136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28223] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28223/stat : 28223 (java) S 28207 28209 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487011 2780295168 53937 33554432000 1073741824 1073778376 140737343102016 139970643716880 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28224] ppid=28207 vsize=2715132 CPUtime=0.35 cores=1,3,5,7
/proc/28209/task/28224/stat : 28224 (java) S 28207 28209 26477 0 -1 4202560 4464 0 0 0 35 0 0 0 20 0 19 0 341487011 2780295168 53937 33554432000 1073741824 1073778376 140737343102016 139970642663736 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28225] ppid=28207 vsize=2715132 CPUtime=0.44 cores=1,3,5,7
/proc/28209/task/28225/stat : 28225 (java) S 28207 28209 26477 0 -1 4202560 5146 0 0 0 44 0 0 0 20 0 19 0 341487011 2780295168 53937 33554432000 1073741824 1073778376 140737343102016 139970641611192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28209/tid=28226] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28226/stat : 28226 (java) S 28207 28209 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487011 2780295168 53937 33554432000 1073741824 1073778376 140737343102016 139970640558328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28209/tid=28227] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28227/stat : 28227 (java) S 28207 28209 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487011 2780295168 53937 33554432000 1073741824 1073778376 140737343102016 139970639505992 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28209/tid=28228] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28228/stat : 28228 (java) S 28207 28209 26477 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341487021 2780295168 53937 33554432000 1073741824 1073778376 140737343102016 139970638452264 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 2715132

[startup+3.10073 s]
/proc/loadavg: 2.08 2.05 2.01 3/214 28228
/proc/meminfo: memFree=25280040/32873648 swapFree=6864/6864
[pid=28209] ppid=28207 vsize=2715132 CPUtime=3.95 cores=1,3,5,7
/proc/28209/stat : 28209 (java) S 28207 28209 26477 0 -1 4202496 13787 0 1 0 387 8 0 0 20 0 19 0 341487005 2780295168 97499 33554432000 1073741824 1073778376 140737343102016 140737343093152 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28209/statm: 678783 97499 2262 9 0 669476 0
[pid=28209/tid=28211] ppid=28207 vsize=2715132 CPUtime=3.06 cores=1,3,5,7
/proc/28209/task/28211/stat : 28211 (java) R 28207 28209 26477 0 -1 4202560 2926 0 1 0 300 6 0 0 20 0 19 0 341487006 2780295168 97499 33554432000 1073741824 1073778376 140737343102016 139970799816248 139970652608328 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28209/tid=28212] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28212/stat : 28212 (java) S 28207 28209 26477 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 341487007 2780295168 97499 33554432000 1073741824 1073778376 140737343102016 139970784267176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28213] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28213/stat : 28213 (java) S 28207 28209 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487007 2780295168 97499 33554432000 1073741824 1073778376 140737343102016 139970783214632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28209/tid=28214] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28214/stat : 28214 (java) S 28207 28209 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487007 2780295168 97499 33554432000 1073741824 1073778376 140737343102016 139970782161576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28209/tid=28215] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28215/stat : 28215 (java) S 28207 28209 26477 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 341487007 2780295168 97499 33554432000 1073741824 1073778376 140737343102016 139970781109032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28216] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28216/stat : 28216 (java) S 28207 28209 26477 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 341487007 2780295168 97499 33554432000 1073741824 1073778376 140737343102016 139970780055976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28209/tid=28217] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28217/stat : 28217 (java) S 28207 28209 26477 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 341487007 2780295168 97499 33554432000 1073741824 1073778376 140737343102016 139970779003432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28209/tid=28218] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28218/stat : 28218 (java) S 28207 28209 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487007 2780295168 97499 33554432000 1073741824 1073778376 140737343102016 139970777950376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28219] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28219/stat : 28219 (java) S 28207 28209 26477 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341487007 2780295168 97499 33554432000 1073741824 1073778376 140737343102016 139970776897832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28220] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28220/stat : 28220 (java) S 28207 28209 26477 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341487008 2780295168 97499 33554432000 1073741824 1073778376 140737343102016 139970646874984 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28209/tid=28221] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28221/stat : 28221 (java) S 28207 28209 26477 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341487009 2780295168 97499 33554432000 1073741824 1073778376 140737343102016 139970645821304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28222] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28222/stat : 28222 (java) S 28207 28209 26477 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341487009 2780295168 97499 33554432000 1073741824 1073778376 140737343102016 139970644768136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28223] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28223/stat : 28223 (java) S 28207 28209 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487011 2780295168 97499 33554432000 1073741824 1073778376 140737343102016 139970643716880 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28224] ppid=28207 vsize=2715132 CPUtime=0.36 cores=1,3,5,7
/proc/28209/task/28224/stat : 28224 (java) S 28207 28209 26477 0 -1 4202560 4470 0 0 0 36 0 0 0 20 0 19 0 341487011 2780295168 97499 33554432000 1073741824 1073778376 140737343102016 139970642663736 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28225] ppid=28207 vsize=2715132 CPUtime=0.46 cores=1,3,5,7
/proc/28209/task/28225/stat : 28225 (java) S 28207 28209 26477 0 -1 4202560 5162 0 0 0 46 0 0 0 20 0 19 0 341487011 2780295168 97499 33554432000 1073741824 1073778376 140737343102016 139970641611192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28209/tid=28226] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28226/stat : 28226 (java) S 28207 28209 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487011 2780295168 97499 33554432000 1073741824 1073778376 140737343102016 139970640558328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28209/tid=28227] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28227/stat : 28227 (java) S 28207 28209 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487011 2780295168 97499 33554432000 1073741824 1073778376 140737343102016 139970639505992 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28209/tid=28228] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28228/stat : 28228 (java) S 28207 28209 26477 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341487021 2780295168 97499 33554432000 1073741824 1073778376 140737343102016 139970638452264 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.95
Current children cumulated vsize (KiB) 2715132

[startup+6.30066 s]
/proc/loadavg: 2.08 2.05 2.01 3/214 28228
/proc/meminfo: memFree=25193912/32873648 swapFree=6864/6864
[pid=28209] ppid=28207 vsize=2715132 CPUtime=7.21 cores=1,3,5,7
/proc/28209/stat : 28209 (java) S 28207 28209 26477 0 -1 4202496 13829 0 1 0 711 10 0 0 20 0 19 0 341487005 2780295168 102930 33554432000 1073741824 1073778376 140737343102016 140737343093152 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28209/statm: 678783 102930 2263 9 0 669476 0
[pid=28209/tid=28211] ppid=28207 vsize=2715132 CPUtime=6.23 cores=1,3,5,7
/proc/28209/task/28211/stat : 28211 (java) R 28207 28209 26477 0 -1 4202560 2928 0 1 0 617 6 0 0 20 0 19 0 341487006 2780295168 102930 33554432000 1073741824 1073778376 140737343102016 139970799816120 139970652676196 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28209/tid=28212] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28212/stat : 28212 (java) S 28207 28209 26477 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 341487007 2780295168 102930 33554432000 1073741824 1073778376 140737343102016 139970784267176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28213] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28213/stat : 28213 (java) S 28207 28209 26477 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341487007 2780295168 102930 33554432000 1073741824 1073778376 140737343102016 139970783214632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28209/tid=28214] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28214/stat : 28214 (java) S 28207 28209 26477 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341487007 2780295168 102930 33554432000 1073741824 1073778376 140737343102016 139970782161576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28209/tid=28215] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28215/stat : 28215 (java) S 28207 28209 26477 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 341487007 2780295168 102930 33554432000 1073741824 1073778376 140737343102016 139970781109032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28216] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28216/stat : 28216 (java) S 28207 28209 26477 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341487007 2780295168 102930 33554432000 1073741824 1073778376 140737343102016 139970780055976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28209/tid=28217] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28217/stat : 28217 (java) S 28207 28209 26477 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 341487007 2780295168 102930 33554432000 1073741824 1073778376 140737343102016 139970779003432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28209/tid=28218] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28218/stat : 28218 (java) S 28207 28209 26477 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 341487007 2780295168 102930 33554432000 1073741824 1073778376 140737343102016 139970777950376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28209/tid=28219] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28219/stat : 28219 (java) S 28207 28209 26477 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341487007 2780295168 102930 33554432000 1073741824 1073778376 140737343102016 139970776897832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28220] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28220/stat : 28220 (java) S 28207 28209 26477 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341487008 2780295168 102930 33554432000 1073741824 1073778376 140737343102016 139970646874984 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28209/tid=28221] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28221/stat : 28221 (java) S 28207 28209 26477 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341487009 2780295168 102930 33554432000 1073741824 1073778376 140737343102016 139970645821304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28222] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28222/stat : 28222 (java) S 28207 28209 26477 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341487009 2780295168 102930 33554432000 1073741824 1073778376 140737343102016 139970644768136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28223] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28223/stat : 28223 (java) S 28207 28209 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487011 2780295168 102930 33554432000 1073741824 1073778376 140737343102016 139970643716880 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28224] ppid=28207 vsize=2715132 CPUtime=0.38 cores=1,3,5,7
/proc/28209/task/28224/stat : 28224 (java) S 28207 28209 26477 0 -1 4202560 4471 0 0 0 38 0 0 0 20 0 19 0 341487011 2780295168 102930 33554432000 1073741824 1073778376 140737343102016 139970642663736 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28225] ppid=28207 vsize=2715132 CPUtime=0.46 cores=1,3,5,7
/proc/28209/task/28225/stat : 28225 (java) S 28207 28209 26477 0 -1 4202560 5162 0 0 0 46 0 0 0 20 0 19 0 341487011 2780295168 102930 33554432000 1073741824 1073778376 140737343102016 139970641611192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28209/tid=28226] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28226/stat : 28226 (java) S 28207 28209 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487011 2780295168 102930 33554432000 1073741824 1073778376 140737343102016 139970640558328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28209/tid=28227] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28227/stat : 28227 (java) S 28207 28209 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487011 2780295168 102930 33554432000 1073741824 1073778376 140737343102016 139970639505992 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28209/tid=28228] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28228/stat : 28228 (java) S 28207 28209 26477 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341487021 2780295168 102930 33554432000 1073741824 1073778376 140737343102016 139970638452264 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.21
Current children cumulated vsize (KiB) 2715132

[startup+12.7007 s]

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

[pid=28209/tid=28217] ppid=28207 vsize=2715132 CPUtime=0.8 cores=1,3,5,7
/proc/28209/task/28217/stat : 28217 (java) S 28207 28209 26477 0 -1 4202560 186 0 0 0 74 6 0 0 20 0 19 0 341487007 2780295168 231438 33554432000 1073741824 1073778376 140737343102016 139970779003432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28209/tid=28218] ppid=28207 vsize=2715132 CPUtime=0.72 cores=1,3,5,7
/proc/28209/task/28218/stat : 28218 (java) S 28207 28209 26477 0 -1 4202560 212 0 0 0 66 6 0 0 20 0 19 0 341487007 2780295168 231438 33554432000 1073741824 1073778376 140737343102016 139970777950376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28209/tid=28219] ppid=28207 vsize=2715132 CPUtime=0.67 cores=1,3,5,7
/proc/28209/task/28219/stat : 28219 (java) S 28207 28209 26477 0 -1 4202560 188 0 0 0 61 6 0 0 20 0 19 0 341487007 2780295168 231438 33554432000 1073741824 1073778376 140737343102016 139970776897832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28209/tid=28220] ppid=28207 vsize=2715132 CPUtime=0.04 cores=1,3,5,7
/proc/28209/task/28220/stat : 28220 (java) S 28207 28209 26477 0 -1 4202560 74 0 0 0 1 3 0 0 20 0 19 0 341487008 2780295168 231438 33554432000 1073741824 1073778376 140737343102016 139970646874984 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28209/tid=28221] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28221/stat : 28221 (java) S 28207 28209 26477 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341487009 2780295168 231438 33554432000 1073741824 1073778376 140737343102016 139970645821304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28222] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28222/stat : 28222 (java) S 28207 28209 26477 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341487009 2780295168 231438 33554432000 1073741824 1073778376 140737343102016 139970644768136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28223] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28223/stat : 28223 (java) S 28207 28209 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487011 2780295168 231438 33554432000 1073741824 1073778376 140737343102016 139970643716880 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28224] ppid=28207 vsize=2715132 CPUtime=0.39 cores=1,3,5,7
/proc/28209/task/28224/stat : 28224 (java) S 28207 28209 26477 0 -1 4202560 4473 0 0 0 39 0 0 0 20 0 19 0 341487011 2780295168 231438 33554432000 1073741824 1073778376 140737343102016 139970642663736 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28225] ppid=28207 vsize=2715132 CPUtime=0.46 cores=1,3,5,7
/proc/28209/task/28225/stat : 28225 (java) S 28207 28209 26477 0 -1 4202560 5162 0 0 0 46 0 0 0 20 0 19 0 341487011 2780295168 231438 33554432000 1073741824 1073778376 140737343102016 139970641611192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28209/tid=28226] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28226/stat : 28226 (java) S 28207 28209 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487011 2780295168 231438 33554432000 1073741824 1073778376 140737343102016 139970640558328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28209/tid=28227] ppid=28207 vsize=2715132 CPUtime=0.7 cores=1,3,5,7
/proc/28209/task/28227/stat : 28227 (java) S 28207 28209 26477 0 -1 4202560 95 0 0 0 31 39 0 0 20 0 19 0 341487011 2780295168 231438 33554432000 1073741824 1073778376 140737343102016 139970639505992 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28209/tid=28228] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28228/stat : 28228 (java) S 28207 28209 26477 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341487021 2780295168 231438 33554432000 1073741824 1073778376 140737343102016 139970638452264 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1667.5
Current children cumulated vsize (KiB) 2715132

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 8/213 28322
/proc/meminfo: memFree=24637728/32873648 swapFree=6864/6864
[pid=28209] ppid=28207 vsize=2715132 CPUtime=1727.52 cores=1,3,5,7
/proc/28209/stat : 28209 (java) S 28207 28209 26477 0 -1 4202496 15505 0 1 0 172654 98 0 0 20 0 19 0 341487005 2780295168 231438 33554432000 1073741824 1073778376 140737343102016 140737343093152 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28209/statm: 678783 231438 2263 9 0 669476 0
[pid=28209/tid=28211] ppid=28207 vsize=2715132 CPUtime=1720.47 cores=1,3,5,7
/proc/28209/task/28211/stat : 28211 (java) R 28207 28209 26477 0 -1 4202560 2976 0 1 0 172013 34 0 0 20 0 19 0 341487006 2780295168 231438 33554432000 1073741824 1073778376 140737343102016 139970799808944 139970652608211 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28209/tid=28212] ppid=28207 vsize=2715132 CPUtime=0.68 cores=1,3,5,7
/proc/28209/task/28212/stat : 28212 (java) S 28207 28209 26477 0 -1 4202560 290 0 0 0 62 6 0 0 20 0 19 0 341487007 2780295168 231438 33554432000 1073741824 1073778376 140737343102016 139970784267176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28209/tid=28213] ppid=28207 vsize=2715132 CPUtime=0.62 cores=1,3,5,7
/proc/28209/task/28213/stat : 28213 (java) S 28207 28209 26477 0 -1 4202560 157 0 0 0 57 5 0 0 20 0 19 0 341487007 2780295168 231438 33554432000 1073741824 1073778376 140737343102016 139970783214632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28209/tid=28214] ppid=28207 vsize=2715132 CPUtime=0.59 cores=1,3,5,7
/proc/28209/task/28214/stat : 28214 (java) S 28207 28209 26477 0 -1 4202560 152 0 0 0 55 4 0 0 20 0 19 0 341487007 2780295168 231438 33554432000 1073741824 1073778376 140737343102016 139970782161576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28215] ppid=28207 vsize=2715132 CPUtime=0.75 cores=1,3,5,7
/proc/28209/task/28215/stat : 28215 (java) S 28207 28209 26477 0 -1 4202560 176 0 0 0 68 7 0 0 20 0 19 0 341487007 2780295168 231438 33554432000 1073741824 1073778376 140737343102016 139970781109032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28216] ppid=28207 vsize=2715132 CPUtime=0.74 cores=1,3,5,7
/proc/28209/task/28216/stat : 28216 (java) S 28207 28209 26477 0 -1 4202560 179 0 0 0 68 6 0 0 20 0 19 0 341487007 2780295168 231438 33554432000 1073741824 1073778376 140737343102016 139970780055976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28217] ppid=28207 vsize=2715132 CPUtime=0.8 cores=1,3,5,7
/proc/28209/task/28217/stat : 28217 (java) S 28207 28209 26477 0 -1 4202560 186 0 0 0 74 6 0 0 20 0 19 0 341487007 2780295168 231438 33554432000 1073741824 1073778376 140737343102016 139970779003432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28209/tid=28218] ppid=28207 vsize=2715132 CPUtime=0.72 cores=1,3,5,7
/proc/28209/task/28218/stat : 28218 (java) S 28207 28209 26477 0 -1 4202560 212 0 0 0 66 6 0 0 20 0 19 0 341487007 2780295168 231438 33554432000 1073741824 1073778376 140737343102016 139970777950376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28209/tid=28219] ppid=28207 vsize=2715132 CPUtime=0.67 cores=1,3,5,7
/proc/28209/task/28219/stat : 28219 (java) S 28207 28209 26477 0 -1 4202560 188 0 0 0 61 6 0 0 20 0 19 0 341487007 2780295168 231438 33554432000 1073741824 1073778376 140737343102016 139970776897832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28209/tid=28220] ppid=28207 vsize=2715132 CPUtime=0.04 cores=1,3,5,7
/proc/28209/task/28220/stat : 28220 (java) S 28207 28209 26477 0 -1 4202560 74 0 0 0 1 3 0 0 20 0 19 0 341487008 2780295168 231438 33554432000 1073741824 1073778376 140737343102016 139970646874984 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28209/tid=28221] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28221/stat : 28221 (java) S 28207 28209 26477 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341487009 2780295168 231438 33554432000 1073741824 1073778376 140737343102016 139970645821304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28222] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28222/stat : 28222 (java) S 28207 28209 26477 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341487009 2780295168 231438 33554432000 1073741824 1073778376 140737343102016 139970644768136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28223] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28223/stat : 28223 (java) S 28207 28209 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487011 2780295168 231438 33554432000 1073741824 1073778376 140737343102016 139970643716880 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28224] ppid=28207 vsize=2715132 CPUtime=0.39 cores=1,3,5,7
/proc/28209/task/28224/stat : 28224 (java) S 28207 28209 26477 0 -1 4202560 4473 0 0 0 39 0 0 0 20 0 19 0 341487011 2780295168 231438 33554432000 1073741824 1073778376 140737343102016 139970642663736 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28225] ppid=28207 vsize=2715132 CPUtime=0.46 cores=1,3,5,7
/proc/28209/task/28225/stat : 28225 (java) S 28207 28209 26477 0 -1 4202560 5162 0 0 0 46 0 0 0 20 0 19 0 341487011 2780295168 231438 33554432000 1073741824 1073778376 140737343102016 139970641611192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28209/tid=28226] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28226/stat : 28226 (java) S 28207 28209 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487011 2780295168 231438 33554432000 1073741824 1073778376 140737343102016 139970640558328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28209/tid=28227] ppid=28207 vsize=2715132 CPUtime=0.73 cores=1,3,5,7
/proc/28209/task/28227/stat : 28227 (java) S 28207 28209 26477 0 -1 4202560 99 0 0 0 32 41 0 0 20 0 19 0 341487011 2780295168 231438 33554432000 1073741824 1073778376 140737343102016 139970639505992 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28209/tid=28228] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28228/stat : 28228 (java) S 28207 28209 26477 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341487021 2780295168 231438 33554432000 1073741824 1073778376 140737343102016 139970638452264 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1727.52
Current children cumulated vsize (KiB) 2715132

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 28322
/proc/meminfo: memFree=24604964/32873648 swapFree=6864/6864
[pid=28209] ppid=28207 vsize=2715132 CPUtime=1787.7 cores=1,3,5,7
/proc/28209/stat : 28209 (java) S 28207 28209 26477 0 -1 4202496 15523 0 1 0 178670 100 0 0 20 0 19 0 341487005 2780295168 233998 33554432000 1073741824 1073778376 140737343102016 140737343093152 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28209/statm: 678783 233998 2263 9 0 669476 0
[pid=28209/tid=28211] ppid=28207 vsize=2715132 CPUtime=1780.41 cores=1,3,5,7
/proc/28209/task/28211/stat : 28211 (java) R 28207 28209 26477 0 -1 4202560 2977 0 1 0 178006 35 0 0 20 0 19 0 341487006 2780295168 233998 33554432000 1073741824 1073778376 140737343102016 139970799808944 139970652676196 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28209/tid=28212] ppid=28207 vsize=2715132 CPUtime=0.7 cores=1,3,5,7
/proc/28209/task/28212/stat : 28212 (java) S 28207 28209 26477 0 -1 4202560 290 0 0 0 64 6 0 0 20 0 19 0 341487007 2780295168 233998 33554432000 1073741824 1073778376 140737343102016 139970784267176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28209/tid=28213] ppid=28207 vsize=2715132 CPUtime=0.68 cores=1,3,5,7
/proc/28209/task/28213/stat : 28213 (java) S 28207 28209 26477 0 -1 4202560 159 0 0 0 63 5 0 0 20 0 19 0 341487007 2780295168 233998 33554432000 1073741824 1073778376 140737343102016 139970783214632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28209/tid=28214] ppid=28207 vsize=2715132 CPUtime=0.64 cores=1,3,5,7
/proc/28209/task/28214/stat : 28214 (java) S 28207 28209 26477 0 -1 4202560 156 0 0 0 60 4 0 0 20 0 19 0 341487007 2780295168 233998 33554432000 1073741824 1073778376 140737343102016 139970782161576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28215] ppid=28207 vsize=2715132 CPUtime=0.76 cores=1,3,5,7
/proc/28209/task/28215/stat : 28215 (java) S 28207 28209 26477 0 -1 4202560 176 0 0 0 69 7 0 0 20 0 19 0 341487007 2780295168 233998 33554432000 1073741824 1073778376 140737343102016 139970781109032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28209/tid=28216] ppid=28207 vsize=2715132 CPUtime=0.75 cores=1,3,5,7
/proc/28209/task/28216/stat : 28216 (java) S 28207 28209 26477 0 -1 4202560 179 0 0 0 69 6 0 0 20 0 19 0 341487007 2780295168 233998 33554432000 1073741824 1073778376 140737343102016 139970780055976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28209/tid=28217] ppid=28207 vsize=2715132 CPUtime=0.81 cores=1,3,5,7
/proc/28209/task/28217/stat : 28217 (java) S 28207 28209 26477 0 -1 4202560 186 0 0 0 75 6 0 0 20 0 19 0 341487007 2780295168 233998 33554432000 1073741824 1073778376 140737343102016 139970779003432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28218] ppid=28207 vsize=2715132 CPUtime=0.74 cores=1,3,5,7
/proc/28209/task/28218/stat : 28218 (java) S 28207 28209 26477 0 -1 4202560 213 0 0 0 68 6 0 0 20 0 19 0 341487007 2780295168 233998 33554432000 1073741824 1073778376 140737343102016 139970777950376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28219] ppid=28207 vsize=2715132 CPUtime=0.71 cores=1,3,5,7
/proc/28209/task/28219/stat : 28219 (java) S 28207 28209 26477 0 -1 4202560 192 0 0 0 65 6 0 0 20 0 19 0 341487007 2780295168 233998 33554432000 1073741824 1073778376 140737343102016 139970776897832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28209/tid=28220] ppid=28207 vsize=2715132 CPUtime=0.04 cores=1,3,5,7
/proc/28209/task/28220/stat : 28220 (java) S 28207 28209 26477 0 -1 4202560 76 0 0 0 1 3 0 0 20 0 19 0 341487008 2780295168 233998 33554432000 1073741824 1073778376 140737343102016 139970646874984 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28209/tid=28221] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28221/stat : 28221 (java) S 28207 28209 26477 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341487009 2780295168 233998 33554432000 1073741824 1073778376 140737343102016 139970645821304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28222] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28222/stat : 28222 (java) S 28207 28209 26477 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341487009 2780295168 233998 33554432000 1073741824 1073778376 140737343102016 139970644768136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28223] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28223/stat : 28223 (java) S 28207 28209 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487011 2780295168 233998 33554432000 1073741824 1073778376 140737343102016 139970643716880 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28224] ppid=28207 vsize=2715132 CPUtime=0.39 cores=1,3,5,7
/proc/28209/task/28224/stat : 28224 (java) S 28207 28209 26477 0 -1 4202560 4473 0 0 0 39 0 0 0 20 0 19 0 341487011 2780295168 233998 33554432000 1073741824 1073778376 140737343102016 139970642663736 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28225] ppid=28207 vsize=2715132 CPUtime=0.46 cores=1,3,5,7
/proc/28209/task/28225/stat : 28225 (java) S 28207 28209 26477 0 -1 4202560 5162 0 0 0 46 0 0 0 20 0 19 0 341487011 2780295168 233998 33554432000 1073741824 1073778376 140737343102016 139970641611192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28209/tid=28226] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28226/stat : 28226 (java) S 28207 28209 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487011 2780295168 233998 33554432000 1073741824 1073778376 140737343102016 139970640558328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28209/tid=28227] ppid=28207 vsize=2715132 CPUtime=0.75 cores=1,3,5,7
/proc/28209/task/28227/stat : 28227 (java) S 28207 28209 26477 0 -1 4202560 103 0 0 0 33 42 0 0 20 0 19 0 341487011 2780295168 233998 33554432000 1073741824 1073778376 140737343102016 139970639505992 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28209/tid=28228] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28228/stat : 28228 (java) S 28207 28209 26477 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341487021 2780295168 233998 33554432000 1073741824 1073778376 140737343102016 139970638452264 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1787.7
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.6 s]
/proc/loadavg: 2.07 2.02 2.00 3/214 28325
/proc/meminfo: memFree=24600432/32873648 swapFree=6864/6864
[pid=28209] ppid=28207 vsize=2715132 CPUtime=1800.01 cores=1,3,5,7
/proc/28209/stat : 28209 (java) S 28207 28209 26477 0 -1 4202496 15523 0 1 0 179900 101 0 0 20 0 19 0 341487005 2780295168 233998 33554432000 1073741824 1073778376 140737343102016 140737343093152 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28209/statm: 678783 233998 2263 9 0 669476 0
[pid=28209/tid=28211] ppid=28207 vsize=2715132 CPUtime=1792.72 cores=1,3,5,7
/proc/28209/task/28211/stat : 28211 (java) R 28207 28209 26477 0 -1 4202560 2977 0 1 0 179237 35 0 0 20 0 19 0 341487006 2780295168 233998 33554432000 1073741824 1073778376 140737343102016 139970799808944 139970652676196 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28209/tid=28212] ppid=28207 vsize=2715132 CPUtime=0.7 cores=1,3,5,7
/proc/28209/task/28212/stat : 28212 (java) S 28207 28209 26477 0 -1 4202560 290 0 0 0 64 6 0 0 20 0 19 0 341487007 2780295168 233998 33554432000 1073741824 1073778376 140737343102016 139970784267176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28209/tid=28213] ppid=28207 vsize=2715132 CPUtime=0.68 cores=1,3,5,7
/proc/28209/task/28213/stat : 28213 (java) S 28207 28209 26477 0 -1 4202560 159 0 0 0 63 5 0 0 20 0 19 0 341487007 2780295168 233998 33554432000 1073741824 1073778376 140737343102016 139970783214632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28209/tid=28214] ppid=28207 vsize=2715132 CPUtime=0.64 cores=1,3,5,7
/proc/28209/task/28214/stat : 28214 (java) S 28207 28209 26477 0 -1 4202560 156 0 0 0 60 4 0 0 20 0 19 0 341487007 2780295168 233998 33554432000 1073741824 1073778376 140737343102016 139970782161576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28215] ppid=28207 vsize=2715132 CPUtime=0.76 cores=1,3,5,7
/proc/28209/task/28215/stat : 28215 (java) S 28207 28209 26477 0 -1 4202560 176 0 0 0 69 7 0 0 20 0 19 0 341487007 2780295168 233998 33554432000 1073741824 1073778376 140737343102016 139970781109032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28209/tid=28216] ppid=28207 vsize=2715132 CPUtime=0.75 cores=1,3,5,7
/proc/28209/task/28216/stat : 28216 (java) S 28207 28209 26477 0 -1 4202560 179 0 0 0 69 6 0 0 20 0 19 0 341487007 2780295168 233998 33554432000 1073741824 1073778376 140737343102016 139970780055976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28209/tid=28217] ppid=28207 vsize=2715132 CPUtime=0.81 cores=1,3,5,7
/proc/28209/task/28217/stat : 28217 (java) S 28207 28209 26477 0 -1 4202560 186 0 0 0 75 6 0 0 20 0 19 0 341487007 2780295168 233998 33554432000 1073741824 1073778376 140737343102016 139970779003432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28218] ppid=28207 vsize=2715132 CPUtime=0.74 cores=1,3,5,7
/proc/28209/task/28218/stat : 28218 (java) S 28207 28209 26477 0 -1 4202560 213 0 0 0 68 6 0 0 20 0 19 0 341487007 2780295168 233998 33554432000 1073741824 1073778376 140737343102016 139970777950376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28219] ppid=28207 vsize=2715132 CPUtime=0.71 cores=1,3,5,7
/proc/28209/task/28219/stat : 28219 (java) S 28207 28209 26477 0 -1 4202560 192 0 0 0 65 6 0 0 20 0 19 0 341487007 2780295168 233998 33554432000 1073741824 1073778376 140737343102016 139970776897832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28209/tid=28220] ppid=28207 vsize=2715132 CPUtime=0.04 cores=1,3,5,7
/proc/28209/task/28220/stat : 28220 (java) S 28207 28209 26477 0 -1 4202560 76 0 0 0 1 3 0 0 20 0 19 0 341487008 2780295168 233998 33554432000 1073741824 1073778376 140737343102016 139970646874984 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28209/tid=28221] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28221/stat : 28221 (java) S 28207 28209 26477 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341487009 2780295168 233998 33554432000 1073741824 1073778376 140737343102016 139970645821304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28222] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28222/stat : 28222 (java) S 28207 28209 26477 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341487009 2780295168 233998 33554432000 1073741824 1073778376 140737343102016 139970644768136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28223] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28223/stat : 28223 (java) S 28207 28209 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487011 2780295168 233998 33554432000 1073741824 1073778376 140737343102016 139970643716880 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28224] ppid=28207 vsize=2715132 CPUtime=0.39 cores=1,3,5,7
/proc/28209/task/28224/stat : 28224 (java) S 28207 28209 26477 0 -1 4202560 4473 0 0 0 39 0 0 0 20 0 19 0 341487011 2780295168 233998 33554432000 1073741824 1073778376 140737343102016 139970642663736 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28209/tid=28225] ppid=28207 vsize=2715132 CPUtime=0.46 cores=1,3,5,7
/proc/28209/task/28225/stat : 28225 (java) S 28207 28209 26477 0 -1 4202560 5162 0 0 0 46 0 0 0 20 0 19 0 341487011 2780295168 233998 33554432000 1073741824 1073778376 140737343102016 139970641611192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28209/tid=28226] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28226/stat : 28226 (java) S 28207 28209 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487011 2780295168 233998 33554432000 1073741824 1073778376 140737343102016 139970640558328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28209/tid=28227] ppid=28207 vsize=2715132 CPUtime=0.76 cores=1,3,5,7
/proc/28209/task/28227/stat : 28227 (java) S 28207 28209 26477 0 -1 4202560 103 0 0 0 34 42 0 0 20 0 19 0 341487011 2780295168 233998 33554432000 1073741824 1073778376 140737343102016 139970639505992 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28209/tid=28228] ppid=28207 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/28209/task/28228/stat : 28228 (java) S 28207 28209 26477 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341487021 2780295168 233998 33554432000 1073741824 1073778376 140737343102016 139970638452264 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 2715132

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

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1794.69
CPU time (s): 1800.58
CPU user time (s): 1799.18
CPU system time (s): 1.40279
CPU usage (%): 100.328
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.18
system time used= 1.40279
maximum resident set size= 936176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15574
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39483
involuntary context switches= 24276

runsolver used 6.35903 second user time and 15.4936 second system time

The end

Launcher Data

Begin job on node125 at 2012-06-03 22:00:16
IDJOB=3734951
IDBENCH=2924
IDSOLVER=2322
FILE ID=node125/3734951-1338753616
RUNJOBID= node125-1338739222-26494
PBS_JOBID= 14636772
Free space on /tmp= 70444 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_7_60_2.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3734951-1338753616/watcher-3734951-1338753616 -o /tmp/evaluation-result-3734951-1338753616/solver-3734951-1338753616 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3734951-1338753616.opb

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

MD5SUM BENCH= a70b0edfadf87ffd0bc1b32400cae43b
RANDOM SEED=1039219132

node125.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.373
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.74
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.373
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	: 5331.91
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.373
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	: 5331.92
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.373
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	: 5331.90
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.373
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	: 5331.91
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.373
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	: 5438.54
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.373
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	: 5331.91
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.373
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        25576796 kB
Buffers:          614588 kB
Cached:          5090236 kB
SwapCached:         2308 kB
Active:          3164268 kB
Inactive:        3214428 kB
Active(anon):     664876 kB
Inactive(anon):     9240 kB
Active(file):    2499392 kB
Inactive(file):  3205188 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102524 kB
Dirty:                88 kB
Writeback:             0 kB
AnonPages:        686964 kB
Mapped:            22344 kB
Shmem:                96 kB
Slab:             768964 kB
SReclaimable:     212624 kB
SUnreclaim:       556340 kB
KernelStack:        1608 kB
PageTables:         5560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1517348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    641024 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70440 MiB
End job on node125 at 2012-06-03 22:30:12