Trace number 3710825

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
SAT4J PB specific settings 2.3.2 snapshotSAT1 34.6477 32.1799

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_2.opb
MD5SUM031b0f629913e7cd5c934f00ec1a1885
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark11.1943
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
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 constraints8
Minimum length of a constraint44
Maximum length of a constraint46
Number of terms in the objective function 64
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 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 808
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2934
Number of bits of the biggest sum of numbers12
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.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.05/0.08	c version 2.3.2.v20120418
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		501472288
0.05/0.08	c Max memory 		7480803328
0.05/0.08	c Total memory 		504102912
0.05/0.08	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710825-1338154760.opb
0.09/0.12	c reading problem ... 
0.09/0.14	c ... done. Wall clock time 0.024s.
0.09/0.14	c declared #vars     94
0.09/0.14	c #constraints  8
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
0.09/0.14	c 8 constraints processed.
0.09/0.15	c SATISFIABLE
0.09/0.15	c OPTIMIZING...
0.09/0.15	c Got one! Elapsed wall clock time (in seconds):0.029
0.09/0.15	o 707
0.09/0.16	c Got one! Elapsed wall clock time (in seconds):0.038
0.09/0.16	o 692
0.09/0.16	c Got one! Elapsed wall clock time (in seconds):0.044
0.09/0.16	o 602
0.09/0.17	c Got one! Elapsed wall clock time (in seconds):0.051
0.09/0.17	o 600
0.09/0.17	c Got one! Elapsed wall clock time (in seconds):0.054
0.09/0.17	o 598
0.09/0.18	c Got one! Elapsed wall clock time (in seconds):0.058
0.09/0.18	o 596
0.09/0.18	c Got one! Elapsed wall clock time (in seconds):0.061
0.09/0.18	o 590
0.09/0.18	c Got one! Elapsed wall clock time (in seconds):0.063
0.09/0.18	o 567
0.09/0.18	c Got one! Elapsed wall clock time (in seconds):0.064
0.09/0.18	o 457
0.09/0.19	c Got one! Elapsed wall clock time (in seconds):0.066
0.09/0.19	o 453
0.09/0.19	c Got one! Elapsed wall clock time (in seconds):0.068
0.09/0.19	o 451
0.09/0.19	c Got one! Elapsed wall clock time (in seconds):0.07
0.09/0.19	o 433
0.27/0.20	c Got one! Elapsed wall clock time (in seconds):0.077
0.27/0.20	o 383
0.27/0.20	c Got one! Elapsed wall clock time (in seconds):0.081
0.27/0.20	o 382
0.27/0.20	c Got one! Elapsed wall clock time (in seconds):0.083
0.27/0.20	o 380
0.27/0.21	c Got one! Elapsed wall clock time (in seconds):0.086
0.27/0.21	o 378
0.27/0.21	c Got one! Elapsed wall clock time (in seconds):0.088
0.27/0.21	o 346
0.27/0.21	c Got one! Elapsed wall clock time (in seconds):0.091
0.27/0.21	o 342
0.27/0.21	c Got one! Elapsed wall clock time (in seconds):0.095
0.27/0.21	o 338
0.27/0.22	c Got one! Elapsed wall clock time (in seconds):0.098
0.27/0.22	o 330
0.27/0.22	c Got one! Elapsed wall clock time (in seconds):0.101
0.27/0.22	o 324
0.27/0.22	c Got one! Elapsed wall clock time (in seconds):0.102
0.27/0.22	o 318
0.27/0.22	c Got one! Elapsed wall clock time (in seconds):0.104
0.27/0.22	o 316
0.27/0.23	c Got one! Elapsed wall clock time (in seconds):0.106
0.27/0.23	o 306
0.27/0.23	c Got one! Elapsed wall clock time (in seconds):0.107
0.27/0.23	o 304
0.27/0.23	c Got one! Elapsed wall clock time (in seconds):0.108
0.27/0.23	o 300
0.27/0.24	c Got one! Elapsed wall clock time (in seconds):0.117
0.27/0.24	o 299
0.27/0.24	c Got one! Elapsed wall clock time (in seconds):0.119
0.27/0.24	o 297
0.27/0.24	c Got one! Elapsed wall clock time (in seconds):0.12
0.27/0.24	o 277
0.27/0.24	c Got one! Elapsed wall clock time (in seconds):0.125
0.27/0.24	o 276
0.27/0.25	c Got one! Elapsed wall clock time (in seconds):0.127
0.27/0.25	o 275
0.27/0.25	c Got one! Elapsed wall clock time (in seconds):0.131
0.27/0.25	o 274
0.27/0.27	c Got one! Elapsed wall clock time (in seconds):0.147
0.27/0.27	o 272
0.27/0.27	c Got one! Elapsed wall clock time (in seconds):0.151
0.27/0.27	o 271
0.27/0.27	c Got one! Elapsed wall clock time (in seconds):0.153
0.27/0.27	o 269
0.27/0.27	c Got one! Elapsed wall clock time (in seconds):0.154
0.27/0.27	o 267
0.27/0.28	c Got one! Elapsed wall clock time (in seconds):0.156
0.27/0.28	o 265
0.27/0.28	c Got one! Elapsed wall clock time (in seconds):0.157
0.27/0.28	o 261
0.27/0.28	c Got one! Elapsed wall clock time (in seconds):0.159
0.27/0.28	o 259
0.27/0.28	c Got one! Elapsed wall clock time (in seconds):0.161
0.27/0.28	o 257
0.27/0.28	c Got one! Elapsed wall clock time (in seconds):0.164
0.27/0.28	o 256
0.27/0.28	c Got one! Elapsed wall clock time (in seconds):0.165
0.27/0.28	o 254
0.27/0.29	c Got one! Elapsed wall clock time (in seconds):0.167
0.27/0.29	o 252
0.27/0.29	c Got one! Elapsed wall clock time (in seconds):0.171
0.27/0.29	o 251
0.27/0.29	c Got one! Elapsed wall clock time (in seconds):0.172
0.27/0.29	o 249
0.27/0.29	c Got one! Elapsed wall clock time (in seconds):0.173
0.27/0.29	o 247
0.27/0.29	c Got one! Elapsed wall clock time (in seconds):0.174
0.27/0.29	o 245
0.56/0.30	c Got one! Elapsed wall clock time (in seconds):0.177
0.56/0.30	o 243
0.56/0.30	c Got one! Elapsed wall clock time (in seconds):0.179
0.56/0.30	o 241
0.56/0.30	c Got one! Elapsed wall clock time (in seconds):0.181
0.56/0.30	o 239
0.56/0.30	c Got one! Elapsed wall clock time (in seconds):0.182
0.56/0.30	o 237
0.56/0.30	c Got one! Elapsed wall clock time (in seconds):0.183
0.56/0.30	o 235
0.56/0.31	c Got one! Elapsed wall clock time (in seconds):0.186
0.56/0.31	o 234
0.56/0.31	c Got one! Elapsed wall clock time (in seconds):0.191
0.56/0.31	o 233
0.56/0.32	c Got one! Elapsed wall clock time (in seconds):0.196
0.56/0.32	o 231
0.56/0.32	c Got one! Elapsed wall clock time (in seconds):0.197
0.56/0.32	o 227
0.56/0.32	c Got one! Elapsed wall clock time (in seconds):0.199
0.56/0.32	o 225
0.56/0.32	c Got one! Elapsed wall clock time (in seconds):0.2
0.56/0.32	o 223
0.56/0.32	c Got one! Elapsed wall clock time (in seconds):0.201
0.56/0.32	o 221
0.56/0.32	c Got one! Elapsed wall clock time (in seconds):0.203
0.56/0.32	o 219
0.56/0.32	c Got one! Elapsed wall clock time (in seconds):0.203
0.56/0.32	o 217
0.56/0.32	c Got one! Elapsed wall clock time (in seconds):0.204
0.56/0.32	o 213
0.56/0.32	c Got one! Elapsed wall clock time (in seconds):0.205
0.56/0.32	o 211
0.56/0.33	c Got one! Elapsed wall clock time (in seconds):0.206
0.56/0.33	o 209
0.56/0.33	c Got one! Elapsed wall clock time (in seconds):0.207
0.56/0.33	o 207
0.56/0.33	c Got one! Elapsed wall clock time (in seconds):0.21
0.56/0.33	o 206
0.56/0.33	c Got one! Elapsed wall clock time (in seconds):0.213
0.56/0.33	o 204
0.56/0.34	c Got one! Elapsed wall clock time (in seconds):0.22
0.56/0.34	o 203
0.56/0.34	c Got one! Elapsed wall clock time (in seconds):0.223
0.56/0.34	o 201
0.56/0.34	c Got one! Elapsed wall clock time (in seconds):0.224
0.56/0.34	o 199
0.56/0.35	c Got one! Elapsed wall clock time (in seconds):0.225
0.56/0.35	o 197
0.56/0.35	c Got one! Elapsed wall clock time (in seconds):0.227
0.56/0.35	o 196
0.56/0.35	c Got one! Elapsed wall clock time (in seconds):0.228
0.56/0.35	o 194
0.56/0.35	c Got one! Elapsed wall clock time (in seconds):0.229
0.56/0.35	o 192
0.56/0.35	c Got one! Elapsed wall clock time (in seconds):0.231
0.56/0.35	o 190
0.56/0.35	c Got one! Elapsed wall clock time (in seconds):0.232
0.56/0.35	o 188
0.56/0.35	c Got one! Elapsed wall clock time (in seconds):0.233
0.56/0.35	o 186
0.56/0.35	c Got one! Elapsed wall clock time (in seconds):0.234
0.56/0.35	o 182
0.56/0.37	c Got one! Elapsed wall clock time (in seconds):0.25
0.56/0.37	o 181
0.56/0.38	c Got one! Elapsed wall clock time (in seconds):0.256
0.56/0.38	o 179
0.56/0.38	c Got one! Elapsed wall clock time (in seconds):0.265
0.56/0.38	o 178
0.56/0.39	c Got one! Elapsed wall clock time (in seconds):0.267
0.56/0.39	o 176
0.56/0.39	c Got one! Elapsed wall clock time (in seconds):0.268
0.56/0.39	o 174
0.56/0.39	c Got one! Elapsed wall clock time (in seconds):0.269
0.56/0.39	o 172
0.56/0.39	c Got one! Elapsed wall clock time (in seconds):0.272
0.56/0.39	o 171
0.56/0.39	c Got one! Elapsed wall clock time (in seconds):0.273
0.56/0.39	o 169
0.56/0.39	c Got one! Elapsed wall clock time (in seconds):0.274
0.56/0.39	o 167
0.56/0.39	c Got one! Elapsed wall clock time (in seconds):0.275
0.56/0.39	o 165
0.56/0.40	c Got one! Elapsed wall clock time (in seconds):0.275
0.56/0.40	o 163
0.86/0.40	c Got one! Elapsed wall clock time (in seconds):0.276
0.86/0.40	o 161
0.86/0.40	c Got one! Elapsed wall clock time (in seconds):0.278
0.86/0.40	o 160
0.86/0.40	c Got one! Elapsed wall clock time (in seconds):0.28
0.86/0.40	o 158
0.86/0.40	c Got one! Elapsed wall clock time (in seconds):0.283
0.86/0.40	o 156
0.86/0.41	c Got one! Elapsed wall clock time (in seconds):0.287
0.86/0.41	o 155
0.86/0.41	c Got one! Elapsed wall clock time (in seconds):0.289
0.86/0.41	o 151
0.86/0.41	c Got one! Elapsed wall clock time (in seconds):0.291
0.86/0.41	o 149
0.86/0.41	c Got one! Elapsed wall clock time (in seconds):0.292
0.86/0.41	o 147
0.86/0.41	c Got one! Elapsed wall clock time (in seconds):0.293
0.86/0.41	o 145
0.86/0.41	c Got one! Elapsed wall clock time (in seconds):0.293
0.86/0.41	o 143
0.86/0.41	c Got one! Elapsed wall clock time (in seconds):0.294
0.86/0.41	o 141
0.86/0.42	c Got one! Elapsed wall clock time (in seconds):0.295
0.86/0.42	o 139
0.86/0.42	c Got one! Elapsed wall clock time (in seconds):0.297
0.86/0.42	o 137
0.86/0.42	c Got one! Elapsed wall clock time (in seconds):0.3
0.86/0.42	o 136
0.86/0.43	c Got one! Elapsed wall clock time (in seconds):0.308
0.86/0.43	o 134
0.86/0.43	c Got one! Elapsed wall clock time (in seconds):0.31
0.86/0.43	o 132
0.86/0.43	c Got one! Elapsed wall clock time (in seconds):0.311
0.86/0.43	o 118
0.86/0.43	c Got one! Elapsed wall clock time (in seconds):0.313
0.86/0.43	o 116
0.86/0.44	c Got one! Elapsed wall clock time (in seconds):0.316
0.86/0.44	o 115
0.86/0.44	c Got one! Elapsed wall clock time (in seconds):0.319
0.86/0.44	o 114
0.86/0.44	c Got one! Elapsed wall clock time (in seconds):0.321
0.86/0.44	o 112
0.86/0.44	c Got one! Elapsed wall clock time (in seconds):0.322
0.86/0.44	o 110
0.86/0.44	c Got one! Elapsed wall clock time (in seconds):0.323
0.86/0.44	o 108
0.86/0.44	c Got one! Elapsed wall clock time (in seconds):0.324
0.86/0.44	o 106
0.86/0.45	c Got one! Elapsed wall clock time (in seconds):0.328
0.86/0.45	o 102
0.86/0.45	c Got one! Elapsed wall clock time (in seconds):0.329
0.86/0.45	o 100
0.86/0.45	c Got one! Elapsed wall clock time (in seconds):0.33
0.86/0.45	o 96
0.86/0.45	c Got one! Elapsed wall clock time (in seconds):0.333
0.86/0.45	o 95
0.86/0.46	c Got one! Elapsed wall clock time (in seconds):0.336
0.86/0.46	o 94
0.86/0.46	c Got one! Elapsed wall clock time (in seconds):0.337
0.86/0.46	o 92
0.86/0.46	c Got one! Elapsed wall clock time (in seconds):0.338
0.86/0.46	o 88
0.86/0.46	c Got one! Elapsed wall clock time (in seconds):0.338
0.86/0.46	o 86
0.86/0.46	c Got one! Elapsed wall clock time (in seconds):0.339
0.86/0.46	o 82
0.86/0.46	c Got one! Elapsed wall clock time (in seconds):0.34
0.86/0.46	o 80
0.86/0.46	c Got one! Elapsed wall clock time (in seconds):0.342
0.86/0.46	o 78
0.86/0.46	c Got one! Elapsed wall clock time (in seconds):0.343
0.86/0.46	o 71
0.86/0.46	c Got one! Elapsed wall clock time (in seconds):0.344
0.86/0.46	o 69
0.86/0.47	c Got one! Elapsed wall clock time (in seconds):0.347
0.86/0.47	o 67
0.86/0.47	c Got one! Elapsed wall clock time (in seconds):0.349
0.86/0.47	o 65
0.86/0.47	c Got one! Elapsed wall clock time (in seconds):0.349
0.86/0.47	o 63
0.86/0.47	c Got one! Elapsed wall clock time (in seconds):0.35
0.86/0.47	o 61
0.86/0.47	c Got one! Elapsed wall clock time (in seconds):0.351
0.86/0.47	o 59
0.86/0.47	c Got one! Elapsed wall clock time (in seconds):0.352
0.86/0.47	o 55
0.86/0.47	c Got one! Elapsed wall clock time (in seconds):0.352
0.86/0.47	o 53
0.86/0.47	c Got one! Elapsed wall clock time (in seconds):0.353
0.86/0.47	o 51
0.86/0.47	c Got one! Elapsed wall clock time (in seconds):0.354
0.86/0.47	o 49
0.86/0.47	c Got one! Elapsed wall clock time (in seconds):0.354
0.86/0.47	o 47
0.86/0.47	c Got one! Elapsed wall clock time (in seconds):0.355
0.86/0.47	o 45
0.86/0.47	c Got one! Elapsed wall clock time (in seconds):0.355
0.86/0.47	o 43
0.86/0.48	c Got one! Elapsed wall clock time (in seconds):0.356
0.86/0.48	o 42
0.86/0.48	c Got one! Elapsed wall clock time (in seconds):0.357
0.86/0.48	o 41
0.86/0.48	c Got one! Elapsed wall clock time (in seconds):0.357
0.86/0.48	o 40
0.86/0.48	c Got one! Elapsed wall clock time (in seconds):0.358
0.86/0.48	o 38
0.86/0.48	c Got one! Elapsed wall clock time (in seconds):0.359
0.86/0.48	o 30
0.86/0.48	c Got one! Elapsed wall clock time (in seconds):0.364
0.86/0.48	o 28
0.86/0.48	c Got one! Elapsed wall clock time (in seconds):0.365
0.86/0.48	o 26
0.86/0.48	c Got one! Elapsed wall clock time (in seconds):0.365
0.86/0.48	o 25
0.86/0.49	c Got one! Elapsed wall clock time (in seconds):0.366
0.86/0.49	o 24
0.86/0.49	c Got one! Elapsed wall clock time (in seconds):0.366
0.86/0.49	o 23
0.86/0.49	c Got one! Elapsed wall clock time (in seconds):0.367
0.86/0.49	o 21
0.86/0.49	c Got one! Elapsed wall clock time (in seconds):0.367
0.86/0.49	o 19
0.86/0.49	c Got one! Elapsed wall clock time (in seconds):0.368
0.86/0.49	o 17
0.86/0.49	c Got one! Elapsed wall clock time (in seconds):0.369
0.86/0.49	o 15
0.86/0.49	c Got one! Elapsed wall clock time (in seconds):0.369
0.86/0.49	o 13
0.86/0.49	c Got one! Elapsed wall clock time (in seconds):0.37
0.86/0.49	o 11
0.86/0.49	c Got one! Elapsed wall clock time (in seconds):0.373
0.86/0.49	o 10
1.22/0.68	c cleaning 3164 clauses out of 6327 with flag 5002/10024
1.38/0.72	c Got one! Elapsed wall clock time (in seconds):0.601
1.38/0.72	o 9
1.54/0.88	c cleaning 4171 clauses out of 8342 with flag 4000/15203
1.71/1.01	c Got one! Elapsed wall clock time (in seconds):0.894
1.71/1.01	o 5
1.71/1.08	c cleaning 4836 clauses out of 9674 with flag 1000/20803
1.81/1.15	c Got one! Elapsed wall clock time (in seconds):1.032
1.81/1.15	o 4
2.00/1.34	c cleaning 5330 clauses out of 10659 with flag 4000/26652
2.22/1.58	c cleaning 5664 clauses out of 11330 with flag 10001/32653
2.32/1.63	c Got one! Elapsed wall clock time (in seconds):1.508
2.32/1.63	o 3
2.52/1.80	c cleaning 5407 clauses out of 10814 with flag 4000/37801
2.73/2.03	c cleaning 5704 clauses out of 11407 with flag 10000/43801
3.03/2.31	c cleaning 6352 clauses out of 12703 with flag 17000/50801
3.33/2.64	c cleaning 7174 clauses out of 14351 with flag 25000/58801
3.73/3.02	c cleaning 8087 clauses out of 16178 with flag 34001/67802
4.24/3.50	c cleaning 9044 clauses out of 18090 with flag 44000/77801
4.74/4.05	c cleaning 10021 clauses out of 20046 with flag 55000/88801
5.34/4.63	c cleaning 11008 clauses out of 22025 with flag 67000/100801
6.25/5.52	c cleaning 12005 clauses out of 24018 with flag 80001/113802
7.35/6.60	c cleaning 13006 clauses out of 26014 with flag 94002/127803
8.37/7.63	c cleaning 14000 clauses out of 28006 with flag 109000/142801
9.28/8.59	c cleaning 14999 clauses out of 30006 with flag 125000/158801
10.63/9.85	c cleaning 16001 clauses out of 32007 with flag 142000/175801
11.13/10.33	c Got one! Elapsed wall clock time (in seconds):10.21
11.13/10.33	o 2
11.63/10.81	c cleaning 14655 clauses out of 29314 with flag 5001/189111
11.94/11.13	c cleaning 10326 clauses out of 20658 with flag 11000/195110
12.24/11.47	c cleaning 8663 clauses out of 17332 with flag 18000/202110
12.64/11.88	c cleaning 8336 clauses out of 16671 with flag 26002/210112
13.04/12.26	c cleaning 8667 clauses out of 17334 with flag 35001/219111
13.56/12.78	c cleaning 9333 clauses out of 18666 with flag 45000/229110
14.26/13.47	c cleaning 10167 clauses out of 20333 with flag 56000/240110
15.07/14.24	c cleaning 11085 clauses out of 22169 with flag 68003/252113
15.66/14.88	c Got one! Elapsed wall clock time (in seconds):14.761
15.66/14.88	o 1
16.17/15.37	c cleaning 13203 clauses out of 26407 with flag 5002/267436
16.56/15.77	c cleaning 9597 clauses out of 19204 with flag 11002/273436
16.96/16.12	c cleaning 8297 clauses out of 16605 with flag 18000/280434
17.37/16.51	c cleaning 8154 clauses out of 16308 with flag 26000/288434
17.77/16.94	c cleaning 8577 clauses out of 17155 with flag 35001/297435
18.27/17.46	c cleaning 9287 clauses out of 18579 with flag 45002/307436
18.87/18.09	c cleaning 10145 clauses out of 20290 with flag 56000/318434
19.57/18.76	c cleaning 11071 clauses out of 22147 with flag 68002/330436
20.38/19.58	c cleaning 12032 clauses out of 24075 with flag 81001/343435
21.18/20.39	c cleaning 13020 clauses out of 26042 with flag 95000/357434
22.18/21.30	c cleaning 14009 clauses out of 28024 with flag 110002/372436
23.51/22.42	c cleaning 15003 clauses out of 30014 with flag 126001/388435
25.47/23.98	c cleaning 16005 clauses out of 32011 with flag 143001/405435
27.28/25.52	c cleaning 16998 clauses out of 34005 with flag 161000/423434
29.08/27.34	c cleaning 18003 clauses out of 36007 with flag 180000/442434
31.20/29.23	c cleaning 19000 clauses out of 38004 with flag 200000/462434
33.18/30.89	c cleaning 13920 clauses out of 27847 with flag 221000/483434
34.48/32.13	c cleaning 3736 clauses out of 7472 with flag 243001/505435
34.48/32.17	Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 386
34.48/32.17		at org.sat4j.core.Vec.remove(Unknown Source)
34.48/32.17		at org.sat4j.pb.constraints.pb.MaxWatchPbLong.remove(Unknown Source)
34.48/32.17		at org.sat4j.minisat.core.Solver.removeConstr(Unknown Source)
34.48/32.17		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
34.48/32.17		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
34.48/32.17		at org.sat4j.sat.Lanceur.solve(Unknown Source)
34.48/32.17		at org.sat4j.sat.Lanceur.run(Unknown Source)
34.48/32.17		at org.sat4j.sat.Lanceur.main(Unknown Source)
34.48/32.17	c starts		: 312
34.48/32.17	c conflicts		: 506440
34.48/32.17	c decisions		: 518187
34.48/32.17	c propagations		: 3833873
34.48/32.17	c inspects		: 468510281
34.48/32.17	c shortcuts		: 0
34.48/32.17	c learnt literals	: 12
34.48/32.17	c learnt binary clauses	: 70
34.48/32.17	c learnt ternary clauses	: 327
34.48/32.17	c learnt constraints	: 506427
34.48/32.17	c ignored constraints	: 0
34.48/32.17	c root simplifications	: 323
34.48/32.17	c removed literals (reason simplification)	: 3452800
34.48/32.17	c reason swapping (by a shorter reason)	: 0
34.48/32.17	c Calls to reduceDB	: 44
34.48/32.17	c number of reductions to clauses (during analyze)	: 0
34.48/32.17	c number of learned constraints concerned by reduction	: 0
34.48/32.17	c number of learning phase by resolution	: 0
34.48/32.17	c number of learning phase by cutting planes	: 0
34.48/32.17	c speed (assignments/second)	: 119722.48071698466
34.48/32.17	c non guided choices	85
34.48/32.17	c learnt constraints type 
34.48/32.17	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
34.48/32.17	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 686
34.48/32.17	c constraints type 
34.48/32.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 9
34.48/32.17	c 9 constraints processed.
34.48/32.17	s SATISFIABLE
34.48/32.17	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 
34.48/32.17	c objective function=1
34.48/32.17	c Total wall clock time (in seconds): 32.051

Verifier Data

OK	1

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-3710825-1338154760/watcher-3710825-1338154760 -o /tmp/evaluation-result-3710825-1338154760/solver-3710825-1338154760 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710825-1338154760.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.95 2.01 2.00 2/194 29452
/proc/meminfo: memFree=28977664/32873844 swapFree=6856/6856
[pid=29452] ppid=29450 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/29452/stat : 29452 (java) D 29450 29452 24682 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 281600887 9515008 182 33554432000 1073741824 1073778376 140733933713648 140733933704680 223651643061 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/29452/statm: 2323 182 140 9 0 71 0

[startup+0.0725469 s]
/proc/loadavg: 1.95 2.01 2.00 2/194 29452
/proc/meminfo: memFree=28977664/32873844 swapFree=6856/6856
[pid=29452] ppid=29450 vsize=9558440 CPUtime=0.05 cores=0,2,4,6
/proc/29452/stat : 29452 (java) S 29450 29452 24682 0 -1 4202496 3277 0 1 0 4 1 0 0 20 0 18 0 281600887 9787842560 4485 33554432000 1073741824 1073778376 140737118077952 140737118069088 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29452/statm: 2389610 4489 1766 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558440

[startup+0.100277 s]
/proc/loadavg: 1.95 2.01 2.00 2/194 29452
/proc/meminfo: memFree=28977664/32873844 swapFree=6856/6856
[pid=29452] ppid=29450 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/29452/stat : 29452 (java) S 29450 29452 24682 0 -1 4202496 4280 0 1 0 8 1 0 0 20 0 18 0 281600887 9787842560 5487 33554432000 1073741824 1073778376 140737118077952 140737118069088 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29452/statm: 2389610 5488 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300155 s]
/proc/loadavg: 1.95 2.01 2.00 2/194 29452
/proc/meminfo: memFree=28977664/32873844 swapFree=6856/6856
[pid=29452] ppid=29450 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/29452/stat : 29452 (java) S 29450 29452 24682 0 -1 4202496 6929 0 1 0 54 2 0 0 20 0 19 0 281600887 9856004096 8469 33554432000 1073741824 1073778376 140737118077952 140737118069088 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29452/statm: 2406251 8469 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9625004

[startup+0.700283 s]
/proc/loadavg: 1.95 2.01 2.00 2/194 29452
/proc/meminfo: memFree=28977664/32873844 swapFree=6856/6856
[pid=29452] ppid=29450 vsize=9625004 CPUtime=1.38 cores=0,2,4,6
/proc/29452/stat : 29452 (java) S 29450 29452 24682 0 -1 4202496 12143 0 1 0 134 4 0 0 20 0 19 0 281600887 9856004096 13443 33554432000 1073741824 1073778376 140737118077952 140737118069088 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29452/statm: 2406251 13443 2267 9 0 2396937 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9625004

[startup+1.50073 s]
/proc/loadavg: 1.95 2.01 2.00 3/212 29471
/proc/meminfo: memFree=28932804/32873844 swapFree=6856/6856
[pid=29452] ppid=29450 vsize=9625004 CPUtime=2.22 cores=0,2,4,6
/proc/29452/stat : 29452 (java) S 29450 29452 24682 0 -1 4202496 12206 0 1 0 218 4 0 0 20 0 19 0 281600887 9856004096 13468 33554432000 1073741824 1073778376 140737118077952 140737118069088 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29452/statm: 2406251 13468 2277 9 0 2396937 0
[pid=29452/tid=29454] ppid=29450 vsize=9625004 CPUtime=1.43 cores=0,2,4,6
/proc/29452/task/29454/stat : 29454 (java) R 29450 29452 24682 0 -1 4202560 2519 0 1 0 141 2 0 0 20 0 19 0 281600888 9856004096 13468 33554432000 1073741824 1073778376 140737118077952 139929720062200 139929581787074 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29452/tid=29455] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29455/stat : 29455 (java) S 29450 29452 24682 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281600889 9856004096 13468 33554432000 1073741824 1073778376 140737118077952 139929709124136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29452/tid=29456] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29456/stat : 29456 (java) S 29450 29452 24682 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281600889 9856004096 13468 33554432000 1073741824 1073778376 140737118077952 139929708071336 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29452/tid=29457] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29457/stat : 29457 (java) S 29450 29452 24682 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281600889 9856004096 13468 33554432000 1073741824 1073778376 140737118077952 139929707018536 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29452/tid=29458] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29458/stat : 29458 (java) S 29450 29452 24682 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281600889 9856004096 13468 33554432000 1073741824 1073778376 140737118077952 139929705965736 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29452/tid=29459] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29459/stat : 29459 (java) S 29450 29452 24682 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281600889 9856004096 13468 33554432000 1073741824 1073778376 140737118077952 139929704913960 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29452/tid=29460] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29460/stat : 29460 (java) S 29450 29452 24682 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281600889 9856004096 13468 33554432000 1073741824 1073778376 140737118077952 139929703861160 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29452/tid=29461] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29461/stat : 29461 (java) S 29450 29452 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281600889 9856004096 13468 33554432000 1073741824 1073778376 140737118077952 139929702808360 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29452/tid=29462] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29462/stat : 29462 (java) S 29450 29452 24682 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281600889 9856004096 13468 33554432000 1073741824 1073778376 140737118077952 139929701755560 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29452/tid=29463] ppid=29450 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/29452/task/29463/stat : 29463 (java) S 29450 29452 24682 0 -1 4202560 30 0 0 0 2 0 0 0 20 0 19 0 281600890 9856004096 13468 33554432000 1073741824 1073778376 140737118077952 139929544255976 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29452/tid=29464] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29464/stat : 29464 (java) S 29450 29452 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281600891 9856004096 13468 33554432000 1073741824 1073778376 140737118077952 139929543202040 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29452/tid=29465] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29465/stat : 29465 (java) S 29450 29452 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281600891 9856004096 13468 33554432000 1073741824 1073778376 140737118077952 139929542149128 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29452/tid=29466] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29466/stat : 29466 (java) S 29450 29452 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281600893 9856004096 13468 33554432000 1073741824 1073778376 140737118077952 139929541097616 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29452/tid=29467] ppid=29450 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/29452/task/29467/stat : 29467 (java) S 29450 29452 24682 0 -1 4202560 4804 0 0 0 32 2 0 0 20 0 19 0 281600893 9856004096 13468 33554432000 1073741824 1073778376 140737118077952 139929540045752 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29452/tid=29468] ppid=29450 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/29452/task/29468/stat : 29468 (java) S 29450 29452 24682 0 -1 4202560 3633 0 0 0 37 0 0 0 20 0 19 0 281600893 9856004096 13468 33554432000 1073741824 1073778376 140737118077952 139929538992952 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29452/tid=29469] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29469/stat : 29469 (java) S 29450 29452 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281600893 9856004096 13468 33554432000 1073741824 1073778376 140737118077952 139929537940344 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29452/tid=29470] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29470/stat : 29470 (java) S 29450 29452 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281600893 9856004096 13468 33554432000 1073741824 1073778376 140737118077952 139929536887752 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29452/tid=29471] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29471/stat : 29471 (java) S 29450 29452 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281600902 9856004096 13468 33554432000 1073741824 1073778376 140737118077952 139929535833256 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 9625004

[startup+3.10066 s]
/proc/loadavg: 1.95 2.01 2.00 3/212 29471
/proc/meminfo: memFree=28930260/32873844 swapFree=6856/6856
[pid=29452] ppid=29450 vsize=9625004 CPUtime=3.84 cores=0,2,4,6
/proc/29452/stat : 29452 (java) S 29450 29452 24682 0 -1 4202496 12234 0 1 0 380 4 0 0 20 0 19 0 281600887 9856004096 14001 33554432000 1073741824 1073778376 140737118077952 140737118069088 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29452/statm: 2406251 14001 2277 9 0 2396937 0
[pid=29452/tid=29454] ppid=29450 vsize=9625004 CPUtime=2.97 cores=0,2,4,6
/proc/29452/task/29454/stat : 29454 (java) R 29450 29452 24682 0 -1 4202560 2525 0 1 0 295 2 0 0 20 0 19 0 281600888 9856004096 14001 33554432000 1073741824 1073778376 140737118077952 139929720062240 139929581942656 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29452/tid=29455] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29455/stat : 29455 (java) S 29450 29452 24682 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 281600889 9856004096 14001 33554432000 1073741824 1073778376 140737118077952 139929709124136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29452/tid=29456] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29456/stat : 29456 (java) S 29450 29452 24682 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281600889 9856004096 14001 33554432000 1073741824 1073778376 140737118077952 139929708071336 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29452/tid=29457] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29457/stat : 29457 (java) S 29450 29452 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281600889 9856004096 14001 33554432000 1073741824 1073778376 140737118077952 139929707018536 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29452/tid=29458] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29458/stat : 29458 (java) S 29450 29452 24682 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 281600889 9856004096 14001 33554432000 1073741824 1073778376 140737118077952 139929705965736 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29452/tid=29459] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29459/stat : 29459 (java) S 29450 29452 24682 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281600889 9856004096 14001 33554432000 1073741824 1073778376 140737118077952 139929704913960 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29452/tid=29460] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29460/stat : 29460 (java) S 29450 29452 24682 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281600889 9856004096 14001 33554432000 1073741824 1073778376 140737118077952 139929703861160 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29452/tid=29461] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29461/stat : 29461 (java) S 29450 29452 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281600889 9856004096 14001 33554432000 1073741824 1073778376 140737118077952 139929702808360 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29452/tid=29462] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29462/stat : 29462 (java) S 29450 29452 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281600889 9856004096 14001 33554432000 1073741824 1073778376 140737118077952 139929701755560 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29452/tid=29463] ppid=29450 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/29452/task/29463/stat : 29463 (java) S 29450 29452 24682 0 -1 4202560 31 0 0 0 7 0 0 0 20 0 19 0 281600890 9856004096 14001 33554432000 1073741824 1073778376 140737118077952 139929544255976 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29452/tid=29464] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29464/stat : 29464 (java) S 29450 29452 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281600891 9856004096 14001 33554432000 1073741824 1073778376 140737118077952 139929543202040 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29452/tid=29465] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29465/stat : 29465 (java) S 29450 29452 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281600891 9856004096 14001 33554432000 1073741824 1073778376 140737118077952 139929542149128 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29452/tid=29466] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29466/stat : 29466 (java) S 29450 29452 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281600893 9856004096 14001 33554432000 1073741824 1073778376 140737118077952 139929541097616 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29452/tid=29467] ppid=29450 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/29452/task/29467/stat : 29467 (java) S 29450 29452 24682 0 -1 4202560 4804 0 0 0 32 2 0 0 20 0 19 0 281600893 9856004096 14001 33554432000 1073741824 1073778376 140737118077952 139929540045752 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29452/tid=29468] ppid=29450 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/29452/task/29468/stat : 29468 (java) S 29450 29452 24682 0 -1 4202560 3633 0 0 0 37 0 0 0 20 0 19 0 281600893 9856004096 14001 33554432000 1073741824 1073778376 140737118077952 139929538992952 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29452/tid=29469] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29469/stat : 29469 (java) S 29450 29452 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281600893 9856004096 14001 33554432000 1073741824 1073778376 140737118077952 139929537940344 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29452/tid=29470] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29470/stat : 29470 (java) S 29450 29452 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281600893 9856004096 14001 33554432000 1073741824 1073778376 140737118077952 139929536887752 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29452/tid=29471] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29471/stat : 29471 (java) S 29450 29452 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281600902 9856004096 14001 33554432000 1073741824 1073778376 140737118077952 139929535833256 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 9625004

[startup+6.30066 s]
/proc/loadavg: 1.95 2.01 2.00 3/212 29471
/proc/meminfo: memFree=28934908/32873844 swapFree=6856/6856
[pid=29452] ppid=29450 vsize=9625004 CPUtime=7.04 cores=0,2,4,6
/proc/29452/stat : 29452 (java) S 29450 29452 24682 0 -1 4202496 12251 0 1 0 700 4 0 0 20 0 19 0 281600887 9856004096 12755 33554432000 1073741824 1073778376 140737118077952 140737118069088 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29452/statm: 2406251 12755 2277 9 0 2396937 0
[pid=29452/tid=29454] ppid=29450 vsize=9625004 CPUtime=6.11 cores=0,2,4,6
/proc/29452/task/29454/stat : 29454 (java) R 29450 29452 24682 0 -1 4202560 2530 0 1 0 609 2 0 0 20 0 19 0 281600888 9856004096 12755 33554432000 1073741824 1073778376 140737118077952 139929720062240 139929582035355 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29452/tid=29455] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29455/stat : 29455 (java) S 29450 29452 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281600889 9856004096 12755 33554432000 1073741824 1073778376 140737118077952 139929709124136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29452/tid=29456] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29456/stat : 29456 (java) S 29450 29452 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281600889 9856004096 12755 33554432000 1073741824 1073778376 140737118077952 139929708071336 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29452/tid=29457] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29457/stat : 29457 (java) S 29450 29452 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281600889 9856004096 12755 33554432000 1073741824 1073778376 140737118077952 139929707018536 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29452/tid=29458] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29458/stat : 29458 (java) S 29450 29452 24682 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 281600889 9856004096 12755 33554432000 1073741824 1073778376 140737118077952 139929705965736 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29452/tid=29459] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29459/stat : 29459 (java) S 29450 29452 24682 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281600889 9856004096 12755 33554432000 1073741824 1073778376 140737118077952 139929704913960 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29452/tid=29460] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29460/stat : 29460 (java) S 29450 29452 24682 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281600889 9856004096 12755 33554432000 1073741824 1073778376 140737118077952 139929703861160 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29452/tid=29461] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29461/stat : 29461 (java) S 29450 29452 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281600889 9856004096 12755 33554432000 1073741824 1073778376 140737118077952 139929702808360 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29452/tid=29462] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29462/stat : 29462 (java) S 29450 29452 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281600889 9856004096 12755 33554432000 1073741824 1073778376 140737118077952 139929701755560 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29452/tid=29463] ppid=29450 vsize=9625004 CPUtime=0.11 cores=0,2,4,6
/proc/29452/task/29463/stat : 29463 (java) S 29450 29452 24682 0 -1 4202560 31 0 0 0 11 0 0 0 20 0 19 0 281600890 9856004096 12755 33554432000 1073741824 1073778376 140737118077952 139929544255976 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29452/tid=29464] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29464/stat : 29464 (java) S 29450 29452 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281600891 9856004096 12755 33554432000 1073741824 1073778376 140737118077952 139929543202040 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29452/tid=29465] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29465/stat : 29465 (java) S 29450 29452 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281600891 9856004096 12755 33554432000 1073741824 1073778376 140737118077952 139929542149128 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29452/tid=29466] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29466/stat : 29466 (java) S 29450 29452 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281600893 9856004096 12755 33554432000 1073741824 1073778376 140737118077952 139929541097616 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29452/tid=29467] ppid=29450 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/29452/task/29467/stat : 29467 (java) S 29450 29452 24682 0 -1 4202560 4804 0 0 0 32 2 0 0 20 0 19 0 281600893 9856004096 12755 33554432000 1073741824 1073778376 140737118077952 139929540045752 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29452/tid=29468] ppid=29450 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/29452/task/29468/stat : 29468 (java) S 29450 29452 24682 0 -1 4202560 3633 0 0 0 37 0 0 0 20 0 19 0 281600893 9856004096 12755 33554432000 1073741824 1073778376 140737118077952 139929538992952 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29452/tid=29469] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29469/stat : 29469 (java) S 29450 29452 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281600893 9856004096 12755 33554432000 1073741824 1073778376 140737118077952 139929537940344 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29452/tid=29470] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29470/stat : 29470 (java) S 29450 29452 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281600893 9856004096 12755 33554432000 1073741824 1073778376 140737118077952 139929536887752 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29452/tid=29471] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29471/stat : 29471 (java) S 29450 29452 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281600902 9856004096 12755 33554432000 1073741824 1073778376 140737118077952 139929535833256 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.04
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

/proc/29452/task/29455/stat : 29455 (java) S 29450 29452 24682 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 281600889 9856004096 20284 33554432000 1073741824 1073778376 140737118077952 139929709124136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29452/tid=29456] ppid=29450 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/29452/task/29456/stat : 29456 (java) S 29450 29452 24682 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 19 0 281600889 9856004096 20284 33554432000 1073741824 1073778376 140737118077952 139929708071336 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29452/tid=29457] ppid=29450 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/29452/task/29457/stat : 29457 (java) S 29450 29452 24682 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 281600889 9856004096 20284 33554432000 1073741824 1073778376 140737118077952 139929707018536 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29452/tid=29458] ppid=29450 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/29452/task/29458/stat : 29458 (java) S 29450 29452 24682 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 19 0 281600889 9856004096 20284 33554432000 1073741824 1073778376 140737118077952 139929705965736 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29452/tid=29459] ppid=29450 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/29452/task/29459/stat : 29459 (java) S 29450 29452 24682 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 281600889 9856004096 20284 33554432000 1073741824 1073778376 140737118077952 139929704913960 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29452/tid=29460] ppid=29450 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/29452/task/29460/stat : 29460 (java) S 29450 29452 24682 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 281600889 9856004096 20284 33554432000 1073741824 1073778376 140737118077952 139929703861160 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29452/tid=29461] ppid=29450 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/29452/task/29461/stat : 29461 (java) S 29450 29452 24682 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 281600889 9856004096 20284 33554432000 1073741824 1073778376 140737118077952 139929702808360 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29452/tid=29462] ppid=29450 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/29452/task/29462/stat : 29462 (java) S 29450 29452 24682 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 19 0 281600889 9856004096 20284 33554432000 1073741824 1073778376 140737118077952 139929701755560 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29452/tid=29463] ppid=29450 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/29452/task/29463/stat : 29463 (java) S 29450 29452 24682 0 -1 4202560 52 0 0 0 43 0 0 0 20 0 19 0 281600890 9856004096 20284 33554432000 1073741824 1073778376 140737118077952 139929544255976 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29452/tid=29464] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29464/stat : 29464 (java) S 29450 29452 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281600891 9856004096 20284 33554432000 1073741824 1073778376 140737118077952 139929543202040 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29452/tid=29465] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29465/stat : 29465 (java) S 29450 29452 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281600891 9856004096 20284 33554432000 1073741824 1073778376 140737118077952 139929542149128 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29452/tid=29466] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29466/stat : 29466 (java) S 29450 29452 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281600893 9856004096 20284 33554432000 1073741824 1073778376 140737118077952 139929541097616 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29452/tid=29467] ppid=29450 vsize=9625004 CPUtime=1.33 cores=0,2,4,6
/proc/29452/task/29467/stat : 29467 (java) S 29450 29452 24682 0 -1 4202560 16447 0 0 0 129 4 0 0 20 0 19 0 281600893 9856004096 20284 33554432000 1073741824 1073778376 140737118077952 139929540045752 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29452/tid=29468] ppid=29450 vsize=9625004 CPUtime=0.84 cores=0,2,4,6
/proc/29452/task/29468/stat : 29468 (java) S 29450 29452 24682 0 -1 4202560 11061 0 0 0 82 2 0 0 20 0 19 0 281600893 9856004096 20284 33554432000 1073741824 1073778376 140737118077952 139929538992952 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29452/tid=29469] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29469/stat : 29469 (java) S 29450 29452 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281600893 9856004096 20284 33554432000 1073741824 1073778376 140737118077952 139929537940344 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29452/tid=29470] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29470/stat : 29470 (java) S 29450 29452 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281600893 9856004096 20284 33554432000 1073741824 1073778376 140737118077952 139929536887752 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29452/tid=29471] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29471/stat : 29471 (java) S 29450 29452 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281600902 9856004096 20284 33554432000 1073741824 1073778376 140737118077952 139929535833256 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 32.68
Current children cumulated vsize (KiB) 9625004

[startup+31.1007 s]
/proc/loadavg: 2.05 2.03 2.00 3/213 29472
/proc/meminfo: memFree=28904224/32873844 swapFree=6856/6856
[pid=29452] ppid=29450 vsize=9625004 CPUtime=33.48 cores=0,2,4,6
/proc/29452/stat : 29452 (java) S 29450 29452 24682 0 -1 4202496 31454 0 1 0 3339 9 0 0 20 0 19 0 281600887 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 140737118069088 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29452/statm: 2406251 20302 2278 9 0 2396937 0
[pid=29452/tid=29454] ppid=29450 vsize=9625004 CPUtime=30.49 cores=0,2,4,6
/proc/29452/task/29454/stat : 29454 (java) R 29450 29452 24682 0 -1 4202560 2562 0 1 0 3046 3 0 0 20 0 19 0 281600888 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929720062240 139929581957312 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29452/tid=29455] ppid=29450 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/29452/task/29455/stat : 29455 (java) S 29450 29452 24682 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 19 0 281600889 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929709124136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29452/tid=29456] ppid=29450 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/29452/task/29456/stat : 29456 (java) S 29450 29452 24682 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 19 0 281600889 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929708071336 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29452/tid=29457] ppid=29450 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/29452/task/29457/stat : 29457 (java) S 29450 29452 24682 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 281600889 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929707018536 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29452/tid=29458] ppid=29450 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/29452/task/29458/stat : 29458 (java) S 29450 29452 24682 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 19 0 281600889 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929705965736 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29452/tid=29459] ppid=29450 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/29452/task/29459/stat : 29459 (java) S 29450 29452 24682 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 281600889 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929704913960 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29452/tid=29460] ppid=29450 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/29452/task/29460/stat : 29460 (java) S 29450 29452 24682 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 281600889 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929703861160 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29452/tid=29461] ppid=29450 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/29452/task/29461/stat : 29461 (java) S 29450 29452 24682 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 281600889 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929702808360 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29452/tid=29462] ppid=29450 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/29452/task/29462/stat : 29462 (java) S 29450 29452 24682 0 -1 4202560 13 0 0 0 4 0 0 0 20 0 19 0 281600889 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929701755560 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29452/tid=29463] ppid=29450 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/29452/task/29463/stat : 29463 (java) S 29450 29452 24682 0 -1 4202560 54 0 0 0 44 0 0 0 20 0 19 0 281600890 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929544255976 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29452/tid=29464] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29464/stat : 29464 (java) S 29450 29452 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281600891 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929543202040 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29452/tid=29465] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29465/stat : 29465 (java) S 29450 29452 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281600891 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929542149128 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29452/tid=29466] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29466/stat : 29466 (java) S 29450 29452 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281600893 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929541097616 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29452/tid=29467] ppid=29450 vsize=9625004 CPUtime=1.34 cores=0,2,4,6
/proc/29452/task/29467/stat : 29467 (java) S 29450 29452 24682 0 -1 4202560 16447 0 0 0 130 4 0 0 20 0 19 0 281600893 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929540045752 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29452/tid=29468] ppid=29450 vsize=9625004 CPUtime=0.84 cores=0,2,4,6
/proc/29452/task/29468/stat : 29468 (java) S 29450 29452 24682 0 -1 4202560 11061 0 0 0 82 2 0 0 20 0 19 0 281600893 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929538992952 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29452/tid=29469] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29469/stat : 29469 (java) S 29450 29452 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281600893 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929537940344 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29452/tid=29470] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29470/stat : 29470 (java) S 29450 29452 24682 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281600893 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929536887752 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29452/tid=29471] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29471/stat : 29471 (java) S 29450 29452 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281600902 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929535833256 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 33.48
Current children cumulated vsize (KiB) 9625004

[startup+31.9069 s]
/proc/loadavg: 2.05 2.03 2.00 3/213 29472
/proc/meminfo: memFree=28904100/32873844 swapFree=6856/6856
[pid=29452] ppid=29450 vsize=9625004 CPUtime=34.29 cores=0,2,4,6
/proc/29452/stat : 29452 (java) S 29450 29452 24682 0 -1 4202496 31455 0 1 0 3420 9 0 0 20 0 19 0 281600887 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 140737118069088 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29452/statm: 2406251 20302 2278 9 0 2396937 0
[pid=29452/tid=29454] ppid=29450 vsize=9625004 CPUtime=31.3 cores=0,2,4,6
/proc/29452/task/29454/stat : 29454 (java) R 29450 29452 24682 0 -1 4202560 2562 0 1 0 3127 3 0 0 20 0 19 0 281600888 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929720062328 139929582220160 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29452/tid=29455] ppid=29450 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/29452/task/29455/stat : 29455 (java) S 29450 29452 24682 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 19 0 281600889 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929709124136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29452/tid=29456] ppid=29450 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/29452/task/29456/stat : 29456 (java) S 29450 29452 24682 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 19 0 281600889 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929708071336 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29452/tid=29457] ppid=29450 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/29452/task/29457/stat : 29457 (java) S 29450 29452 24682 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 281600889 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929707018536 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29452/tid=29458] ppid=29450 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/29452/task/29458/stat : 29458 (java) S 29450 29452 24682 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 19 0 281600889 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929705965736 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29452/tid=29459] ppid=29450 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/29452/task/29459/stat : 29459 (java) S 29450 29452 24682 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 281600889 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929704913960 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29452/tid=29460] ppid=29450 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/29452/task/29460/stat : 29460 (java) S 29450 29452 24682 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 281600889 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929703861160 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29452/tid=29461] ppid=29450 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/29452/task/29461/stat : 29461 (java) S 29450 29452 24682 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 281600889 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929702808360 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29452/tid=29462] ppid=29450 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/29452/task/29462/stat : 29462 (java) S 29450 29452 24682 0 -1 4202560 13 0 0 0 4 0 0 0 20 0 19 0 281600889 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929701755560 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29452/tid=29463] ppid=29450 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/29452/task/29463/stat : 29463 (java) S 29450 29452 24682 0 -1 4202560 54 0 0 0 44 0 0 0 20 0 19 0 281600890 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929544255976 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29452/tid=29464] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29464/stat : 29464 (java) S 29450 29452 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281600891 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929543202040 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29452/tid=29465] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29465/stat : 29465 (java) S 29450 29452 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281600891 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929542149128 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29452/tid=29466] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29466/stat : 29466 (java) S 29450 29452 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281600893 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929541097616 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29452/tid=29467] ppid=29450 vsize=9625004 CPUtime=1.34 cores=0,2,4,6
/proc/29452/task/29467/stat : 29467 (java) S 29450 29452 24682 0 -1 4202560 16448 0 0 0 130 4 0 0 20 0 19 0 281600893 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929540045752 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29452/tid=29468] ppid=29450 vsize=9625004 CPUtime=0.84 cores=0,2,4,6
/proc/29452/task/29468/stat : 29468 (java) S 29450 29452 24682 0 -1 4202560 11061 0 0 0 82 2 0 0 20 0 19 0 281600893 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929538992952 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29452/tid=29469] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29469/stat : 29469 (java) S 29450 29452 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281600893 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929537940344 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29452/tid=29470] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29470/stat : 29470 (java) S 29450 29452 24682 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281600893 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929536887752 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29452/tid=29471] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29471/stat : 29471 (java) S 29450 29452 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281600902 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929535833256 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 34.29
Current children cumulated vsize (KiB) 9625004

[startup+32.1007 s]
/proc/loadavg: 2.05 2.03 2.00 3/213 29472
/proc/meminfo: memFree=28904100/32873844 swapFree=6856/6856
[pid=29452] ppid=29450 vsize=9625004 CPUtime=34.48 cores=0,2,4,6
/proc/29452/stat : 29452 (java) S 29450 29452 24682 0 -1 4202496 31455 0 1 0 3439 9 0 0 20 0 19 0 281600887 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 140737118069088 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29452/statm: 2406251 20302 2278 9 0 2396937 0
[pid=29452/tid=29454] ppid=29450 vsize=9625004 CPUtime=31.49 cores=0,2,4,6
/proc/29452/task/29454/stat : 29454 (java) R 29450 29452 24682 0 -1 4202560 2562 0 1 0 3146 3 0 0 20 0 19 0 281600888 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929720060384 139929582433625 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29452/tid=29455] ppid=29450 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/29452/task/29455/stat : 29455 (java) S 29450 29452 24682 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 19 0 281600889 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929709124136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29452/tid=29456] ppid=29450 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/29452/task/29456/stat : 29456 (java) S 29450 29452 24682 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 19 0 281600889 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929708071336 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29452/tid=29457] ppid=29450 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/29452/task/29457/stat : 29457 (java) S 29450 29452 24682 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 281600889 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929707018536 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29452/tid=29458] ppid=29450 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/29452/task/29458/stat : 29458 (java) S 29450 29452 24682 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 19 0 281600889 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929705965736 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29452/tid=29459] ppid=29450 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/29452/task/29459/stat : 29459 (java) S 29450 29452 24682 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 281600889 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929704913960 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29452/tid=29460] ppid=29450 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/29452/task/29460/stat : 29460 (java) S 29450 29452 24682 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 281600889 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929703861160 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29452/tid=29461] ppid=29450 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/29452/task/29461/stat : 29461 (java) S 29450 29452 24682 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 281600889 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929702808360 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29452/tid=29462] ppid=29450 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/29452/task/29462/stat : 29462 (java) S 29450 29452 24682 0 -1 4202560 13 0 0 0 4 0 0 0 20 0 19 0 281600889 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929701755560 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29452/tid=29463] ppid=29450 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/29452/task/29463/stat : 29463 (java) S 29450 29452 24682 0 -1 4202560 54 0 0 0 44 0 0 0 20 0 19 0 281600890 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929544255976 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29452/tid=29464] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29464/stat : 29464 (java) S 29450 29452 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281600891 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929543202040 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29452/tid=29465] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29465/stat : 29465 (java) S 29450 29452 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281600891 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929542149128 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29452/tid=29466] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29466/stat : 29466 (java) S 29450 29452 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281600893 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929541097616 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29452/tid=29467] ppid=29450 vsize=9625004 CPUtime=1.34 cores=0,2,4,6
/proc/29452/task/29467/stat : 29467 (java) S 29450 29452 24682 0 -1 4202560 16448 0 0 0 130 4 0 0 20 0 19 0 281600893 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929540045752 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29452/tid=29468] ppid=29450 vsize=9625004 CPUtime=0.84 cores=0,2,4,6
/proc/29452/task/29468/stat : 29468 (java) S 29450 29452 24682 0 -1 4202560 11061 0 0 0 82 2 0 0 20 0 19 0 281600893 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929538992952 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29452/tid=29469] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29469/stat : 29469 (java) S 29450 29452 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281600893 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929537940344 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29452/tid=29470] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29470/stat : 29470 (java) S 29450 29452 24682 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281600893 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929536887752 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29452/tid=29471] ppid=29450 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29452/task/29471/stat : 29471 (java) S 29450 29452 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281600902 9856004096 20302 33554432000 1073741824 1073778376 140737118077952 139929535833256 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 34.48
Current children cumulated vsize (KiB) 9625004

Child status: 1
Real time (s): 32.1799
CPU time (s): 34.6477
CPU user time (s): 34.4358
CPU system time (s): 0.211967
CPU usage (%): 107.669
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.4358
system time used= 0.211967
maximum resident set size= 90984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31471
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2072
involuntary context switches= 1529

runsolver used 0.101984 second user time and 0.255961 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-27 23:39:20
IDJOB=3710825
IDBENCH=2916
IDSOLVER=2289
FILE ID=node144/3710825-1338154760
RUNJOBID= node144-1338138284-27028
PBS_JOBID= 14624480
Free space on /tmp= 71496 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_4_30_2.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710825-1338154760/watcher-3710825-1338154760 -o /tmp/evaluation-result-3710825-1338154760/solver-3710825-1338154760 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710825-1338154760.opb

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

MD5SUM BENCH= 031b0f629913e7cd5c934f00ec1a1885
RANDOM SEED=1012301052

node144.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.196
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.39
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.196
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.196
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	: 5438.54
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.196
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.91
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.196
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.90
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.196
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	: 5331.92
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.196
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.196
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:       32873844 kB
MemFree:        28977936 kB
Buffers:          376692 kB
Cached:          2608636 kB
SwapCached:            0 kB
Active:           872396 kB
Inactive:        2182560 kB
Active(anon):      71324 kB
Inactive(anon):        0 kB
Active(file):     801072 kB
Inactive(file):  2182560 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               844 kB
Writeback:             0 kB
AnonPages:         81608 kB
Mapped:            22564 kB
Shmem:               200 kB
Slab:             697064 kB
SReclaimable:     139360 kB
SUnreclaim:       557704 kB
KernelStack:        1608 kB
PageTables:         4088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     696408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     47104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71496 MiB
End job on node144 at 2012-05-27 23:39:52