Trace number 3710835

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 snapshotSAT (TO)38 1800.01 1794.35

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.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.10	c Free memory 		501472288
0.00/0.10	c Max memory 		7480803328
0.00/0.10	c Total memory 		504102912
0.00/0.10	c Number of processors 	8
0.07/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.07/0.13	c configuring ORDERS
0.07/0.14	c --- Begin Solver configuration ---
0.07/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.07/0.14	c Learn all clauses as in MiniSAT
0.07/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.07/0.14	c Expensive reason simplification
0.07/0.14	c Armin Biere (Picosat) restarts strategy
0.07/0.14	c Glucose learned constraints deletion strategy
0.07/0.14	c timeout=2147483s
0.07/0.14	c DB Simplification allowed=true
0.07/0.14	c Heuristics kept accross calls (keep the solver "hot")
0.07/0.14	c --- End Solver configuration ---
0.07/0.14	c solving HOME/instance-3710835-1338154943.opb
0.07/0.14	c reading problem ... 
0.07/0.18	c ... done. Wall clock time 0.049s.
0.07/0.18	c declared #vars     172
0.07/0.18	c #constraints  14
0.07/0.18	c constraints type 
0.07/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14
0.07/0.19	c 14 constraints processed.
0.07/0.19	c SATISFIABLE
0.07/0.19	c OPTIMIZING...
0.07/0.19	c Got one! Elapsed wall clock time (in seconds):0.058
0.07/0.19	o 643
0.52/0.31	c Got one! Elapsed wall clock time (in seconds):0.173
0.52/0.31	o 641
0.52/0.33	c Got one! Elapsed wall clock time (in seconds):0.192
0.52/0.33	o 637
0.52/0.33	c Got one! Elapsed wall clock time (in seconds):0.194
0.52/0.33	o 635
0.52/0.35	c Got one! Elapsed wall clock time (in seconds):0.211
0.52/0.35	o 633
0.52/0.37	c Got one! Elapsed wall clock time (in seconds):0.231
0.52/0.37	o 632
0.52/0.38	c Got one! Elapsed wall clock time (in seconds):0.244
0.52/0.38	o 631
0.52/0.38	c Got one! Elapsed wall clock time (in seconds):0.247
0.52/0.38	o 629
0.52/0.39	c Got one! Elapsed wall clock time (in seconds):0.252
0.52/0.39	o 628
0.52/0.39	c Got one! Elapsed wall clock time (in seconds):0.254
0.52/0.39	o 626
0.52/0.39	c Got one! Elapsed wall clock time (in seconds):0.258
0.52/0.39	o 624
0.68/0.40	c Got one! Elapsed wall clock time (in seconds):0.261
0.68/0.40	o 622
0.68/0.40	c Got one! Elapsed wall clock time (in seconds):0.27
0.68/0.40	o 538
0.68/0.41	c Got one! Elapsed wall clock time (in seconds):0.277
0.68/0.41	o 536
0.68/0.42	c Got one! Elapsed wall clock time (in seconds):0.28
0.68/0.42	o 532
0.68/0.42	c Got one! Elapsed wall clock time (in seconds):0.287
0.68/0.42	o 530
0.68/0.43	c Got one! Elapsed wall clock time (in seconds):0.291
0.68/0.43	o 526
0.68/0.43	c Got one! Elapsed wall clock time (in seconds):0.295
0.68/0.43	o 516
0.68/0.43	c Got one! Elapsed wall clock time (in seconds):0.299
0.68/0.43	o 514
0.68/0.44	c Got one! Elapsed wall clock time (in seconds):0.305
0.68/0.44	o 512
0.68/0.44	c Got one! Elapsed wall clock time (in seconds):0.308
0.68/0.44	o 510
0.68/0.45	c Got one! Elapsed wall clock time (in seconds):0.312
0.68/0.45	o 508
0.68/0.45	c Got one! Elapsed wall clock time (in seconds):0.315
0.68/0.45	o 506
0.68/0.45	c Got one! Elapsed wall clock time (in seconds):0.318
0.68/0.45	o 504
0.68/0.46	c Got one! Elapsed wall clock time (in seconds):0.321
0.68/0.46	o 502
0.68/0.46	c Got one! Elapsed wall clock time (in seconds):0.324
0.68/0.46	o 500
0.68/0.46	c Got one! Elapsed wall clock time (in seconds):0.326
0.68/0.46	o 498
0.68/0.47	c Got one! Elapsed wall clock time (in seconds):0.331
0.68/0.47	o 494
0.68/0.47	c Got one! Elapsed wall clock time (in seconds):0.334
0.68/0.47	o 492
0.68/0.47	c Got one! Elapsed wall clock time (in seconds):0.337
0.68/0.47	o 488
0.68/0.48	c Got one! Elapsed wall clock time (in seconds):0.342
0.68/0.48	o 486
0.68/0.48	c Got one! Elapsed wall clock time (in seconds):0.349
0.68/0.48	o 484
0.68/0.49	c Got one! Elapsed wall clock time (in seconds):0.354
0.68/0.49	o 470
0.68/0.49	c Got one! Elapsed wall clock time (in seconds):0.357
0.68/0.49	o 468
0.95/0.51	c Got one! Elapsed wall clock time (in seconds):0.37
0.95/0.51	o 466
0.95/0.51	c Got one! Elapsed wall clock time (in seconds):0.373
0.95/0.51	o 462
0.95/0.51	c Got one! Elapsed wall clock time (in seconds):0.376
0.95/0.51	o 458
0.95/0.51	c Got one! Elapsed wall clock time (in seconds):0.379
0.95/0.51	o 456
0.95/0.52	c Got one! Elapsed wall clock time (in seconds):0.381
0.95/0.52	o 382
0.95/0.53	c Got one! Elapsed wall clock time (in seconds):0.39
0.95/0.53	o 380
0.95/0.53	c Got one! Elapsed wall clock time (in seconds):0.397
0.95/0.53	o 378
0.95/0.54	c Got one! Elapsed wall clock time (in seconds):0.405
0.95/0.54	o 376
0.95/0.55	c Got one! Elapsed wall clock time (in seconds):0.416
0.95/0.55	o 374
0.95/0.55	c Got one! Elapsed wall clock time (in seconds):0.418
0.95/0.55	o 364
0.95/0.55	c Got one! Elapsed wall clock time (in seconds):0.42
0.95/0.55	o 362
0.95/0.56	c Got one! Elapsed wall clock time (in seconds):0.421
0.95/0.56	o 360
0.95/0.57	c Got one! Elapsed wall clock time (in seconds):0.435
0.95/0.57	o 358
0.95/0.57	c Got one! Elapsed wall clock time (in seconds):0.438
0.95/0.57	o 356
0.95/0.58	c Got one! Elapsed wall clock time (in seconds):0.444
0.95/0.58	o 354
0.95/0.58	c Got one! Elapsed wall clock time (in seconds):0.447
0.95/0.58	o 352
0.95/0.58	c Got one! Elapsed wall clock time (in seconds):0.449
0.95/0.58	o 350
0.95/0.59	c Got one! Elapsed wall clock time (in seconds):0.453
0.95/0.59	o 348
0.95/0.59	c Got one! Elapsed wall clock time (in seconds):0.457
0.95/0.59	o 346
0.95/0.60	c Got one! Elapsed wall clock time (in seconds):0.46
0.95/0.60	o 344
1.16/0.60	c Got one! Elapsed wall clock time (in seconds):0.462
1.16/0.60	o 342
1.16/0.60	c Got one! Elapsed wall clock time (in seconds):0.467
1.16/0.60	o 340
1.16/0.61	c Got one! Elapsed wall clock time (in seconds):0.472
1.16/0.61	o 338
1.16/0.61	c Got one! Elapsed wall clock time (in seconds):0.476
1.16/0.61	o 336
1.16/0.61	c Got one! Elapsed wall clock time (in seconds):0.478
1.16/0.61	o 334
1.16/0.62	c Got one! Elapsed wall clock time (in seconds):0.483
1.16/0.62	o 332
1.16/0.65	c Got one! Elapsed wall clock time (in seconds):0.518
1.16/0.65	o 330
1.16/0.66	c Got one! Elapsed wall clock time (in seconds):0.522
1.16/0.66	o 328
1.16/0.66	c Got one! Elapsed wall clock time (in seconds):0.53
1.16/0.66	o 326
1.16/0.67	c Got one! Elapsed wall clock time (in seconds):0.533
1.16/0.67	o 324
1.54/0.95	c cleaning 5757 clauses out of 11513 with flag 5002/11513
1.78/1.12	c Got one! Elapsed wall clock time (in seconds):0.983
1.78/1.12	o 323
1.78/1.12	c Got one! Elapsed wall clock time (in seconds):0.986
1.78/1.12	o 319
1.78/1.13	c Got one! Elapsed wall clock time (in seconds):0.994
1.78/1.13	o 301
1.78/1.14	c Got one! Elapsed wall clock time (in seconds):1.004
1.78/1.14	o 299
1.78/1.14	c Got one! Elapsed wall clock time (in seconds):1.01
1.78/1.14	o 297
1.78/1.15	c Got one! Elapsed wall clock time (in seconds):1.019
1.78/1.15	o 295
1.78/1.16	c Got one! Elapsed wall clock time (in seconds):1.021
1.78/1.16	o 293
1.78/1.16	c Got one! Elapsed wall clock time (in seconds):1.027
1.78/1.16	o 291
1.78/1.16	c Got one! Elapsed wall clock time (in seconds):1.03
1.78/1.16	o 289
1.78/1.17	c Got one! Elapsed wall clock time (in seconds):1.034
1.78/1.17	o 287
1.78/1.17	c Got one! Elapsed wall clock time (in seconds):1.036
1.78/1.17	o 279
1.78/1.17	c Got one! Elapsed wall clock time (in seconds):1.039
1.78/1.17	o 267
1.78/1.18	c Got one! Elapsed wall clock time (in seconds):1.042
1.78/1.18	o 265
1.78/1.18	c Got one! Elapsed wall clock time (in seconds):1.045
1.78/1.18	o 257
1.78/1.19	c Got one! Elapsed wall clock time (in seconds):1.057
1.78/1.19	o 255
1.90/1.27	c Got one! Elapsed wall clock time (in seconds):1.138
1.90/1.27	o 254
1.90/1.28	c Got one! Elapsed wall clock time (in seconds):1.149
1.90/1.28	o 252
1.90/1.29	c Got one! Elapsed wall clock time (in seconds):1.154
1.90/1.29	o 250
1.90/1.29	c Got one! Elapsed wall clock time (in seconds):1.159
1.90/1.29	o 248
2.02/1.30	c Got one! Elapsed wall clock time (in seconds):1.165
2.02/1.30	o 246
2.02/1.32	c Got one! Elapsed wall clock time (in seconds):1.185
2.02/1.32	o 244
2.02/1.33	c Got one! Elapsed wall clock time (in seconds):1.192
2.02/1.33	o 242
2.02/1.33	c Got one! Elapsed wall clock time (in seconds):1.2
2.02/1.33	o 240
2.02/1.34	c Got one! Elapsed wall clock time (in seconds):1.205
2.02/1.34	o 238
2.02/1.40	c cleaning 7204 clauses out of 14413 with flag 1001/20170
2.13/1.42	c Got one! Elapsed wall clock time (in seconds):1.287
2.13/1.42	o 236
2.13/1.43	c Got one! Elapsed wall clock time (in seconds):1.293
2.13/1.43	o 234
2.13/1.46	c Got one! Elapsed wall clock time (in seconds):1.32
2.13/1.46	o 233
2.13/1.46	c Got one! Elapsed wall clock time (in seconds):1.323
2.13/1.46	o 231
2.13/1.46	c Got one! Elapsed wall clock time (in seconds):1.325
2.13/1.46	o 229
2.13/1.46	c Got one! Elapsed wall clock time (in seconds):1.328
2.13/1.46	o 225
2.13/1.49	c Got one! Elapsed wall clock time (in seconds):1.359
2.13/1.49	o 223
2.28/1.50	c Got one! Elapsed wall clock time (in seconds):1.366
2.28/1.50	o 221
2.28/1.50	c Got one! Elapsed wall clock time (in seconds):1.37
2.28/1.50	o 217
2.28/1.51	c Got one! Elapsed wall clock time (in seconds):1.375
2.28/1.51	o 215
2.28/1.51	c Got one! Elapsed wall clock time (in seconds):1.379
2.28/1.51	o 213
2.28/1.52	c Got one! Elapsed wall clock time (in seconds):1.38
2.28/1.52	o 211
2.28/1.52	c Got one! Elapsed wall clock time (in seconds):1.382
2.28/1.52	o 209
2.28/1.52	c Got one! Elapsed wall clock time (in seconds):1.384
2.28/1.52	o 207
2.28/1.52	c Got one! Elapsed wall clock time (in seconds):1.39
2.28/1.52	o 205
2.28/1.53	c Got one! Elapsed wall clock time (in seconds):1.392
2.28/1.53	o 203
2.28/1.53	c Got one! Elapsed wall clock time (in seconds):1.394
2.28/1.53	o 195
2.28/1.53	c Got one! Elapsed wall clock time (in seconds):1.398
2.28/1.53	o 193
2.48/1.80	c cleaning 7356 clauses out of 14712 with flag 5004/27673
2.90/2.12	c cleaning 6671 clauses out of 13354 with flag 11002/33671
3.20/2.49	c cleaning 6833 clauses out of 13682 with flag 18001/40670
3.70/2.90	c cleaning 7426 clauses out of 14853 with flag 26005/48674
4.20/3.42	c cleaning 8208 clauses out of 16422 with flag 35000/57669
4.70/3.98	c cleaning 9103 clauses out of 18217 with flag 45003/67672
5.40/4.65	c cleaning 10056 clauses out of 20114 with flag 56003/78672
6.11/5.32	c cleaning 11022 clauses out of 22056 with flag 68001/90670
6.91/6.12	c cleaning 12010 clauses out of 24035 with flag 81002/103671
7.81/7.06	c cleaning 13011 clauses out of 26023 with flag 95000/117669
8.82/8.00	c cleaning 14001 clauses out of 28012 with flag 110000/132669
9.05/8.22	c Got one! Elapsed wall clock time (in seconds):8.081
9.05/8.22	o 191
9.05/8.27	c cleaning 9544 clauses out of 19104 with flag 1000/137762
9.05/8.29	c Got one! Elapsed wall clock time (in seconds):8.155
9.05/8.29	o 189
9.17/8.31	c Got one! Elapsed wall clock time (in seconds):8.175
9.17/8.31	o 187
9.17/8.32	c Got one! Elapsed wall clock time (in seconds):8.181
9.17/8.32	o 185
9.17/8.32	c Got one! Elapsed wall clock time (in seconds):8.188
9.17/8.32	o 183
9.17/8.33	c Got one! Elapsed wall clock time (in seconds):8.191
9.17/8.33	o 179
9.17/8.33	c Got one! Elapsed wall clock time (in seconds):8.193
9.17/8.33	o 177
9.17/8.33	c Got one! Elapsed wall clock time (in seconds):8.197
9.17/8.33	o 173
9.17/8.34	c Got one! Elapsed wall clock time (in seconds):8.2
9.17/8.34	o 153
9.17/8.34	c Got one! Elapsed wall clock time (in seconds):8.202
9.17/8.34	o 151
9.17/8.34	c Got one! Elapsed wall clock time (in seconds):8.204
9.17/8.34	o 149
9.17/8.34	c Got one! Elapsed wall clock time (in seconds):8.206
9.17/8.34	o 147
9.17/8.35	c Got one! Elapsed wall clock time (in seconds):8.21
9.17/8.35	o 145
9.17/8.35	c Got one! Elapsed wall clock time (in seconds):8.212
9.17/8.35	o 141
9.17/8.35	c Got one! Elapsed wall clock time (in seconds):8.214
9.17/8.35	o 139
9.17/8.35	c Got one! Elapsed wall clock time (in seconds):8.218
9.17/8.35	o 137
9.17/8.35	c Got one! Elapsed wall clock time (in seconds):8.22
9.17/8.35	o 133
9.17/8.36	c Got one! Elapsed wall clock time (in seconds):8.226
9.17/8.36	o 131
9.17/8.36	c Got one! Elapsed wall clock time (in seconds):8.228
9.17/8.36	o 127
9.17/8.37	c Got one! Elapsed wall clock time (in seconds):8.234
9.17/8.37	o 125
9.17/8.38	c Got one! Elapsed wall clock time (in seconds):8.241
9.17/8.38	o 123
9.17/8.38	c Got one! Elapsed wall clock time (in seconds):8.242
9.17/8.38	o 121
9.17/8.38	c Got one! Elapsed wall clock time (in seconds):8.244
9.17/8.38	o 119
9.17/8.38	c Got one! Elapsed wall clock time (in seconds):8.245
9.17/8.38	o 117
9.17/8.38	c Got one! Elapsed wall clock time (in seconds):8.246
9.17/8.38	o 115
9.17/8.38	c Got one! Elapsed wall clock time (in seconds):8.249
9.17/8.38	o 113
9.27/8.41	c Got one! Elapsed wall clock time (in seconds):8.274
9.27/8.41	o 112
9.27/8.41	c Got one! Elapsed wall clock time (in seconds):8.277
9.27/8.41	o 110
9.27/8.42	c Got one! Elapsed wall clock time (in seconds):8.28
9.27/8.42	o 108
9.27/8.42	c Got one! Elapsed wall clock time (in seconds):8.284
9.27/8.42	o 106
9.27/8.42	c Got one! Elapsed wall clock time (in seconds):8.287
9.27/8.42	o 104
9.27/8.42	c Got one! Elapsed wall clock time (in seconds):8.289
9.27/8.42	o 102
9.27/8.43	c Got one! Elapsed wall clock time (in seconds):8.292
9.27/8.43	o 100
9.27/8.43	c Got one! Elapsed wall clock time (in seconds):8.293
9.27/8.43	o 98
9.27/8.43	c Got one! Elapsed wall clock time (in seconds):8.295
9.27/8.43	o 96
9.27/8.43	c Got one! Elapsed wall clock time (in seconds):8.298
9.27/8.43	o 94
9.27/8.43	c Got one! Elapsed wall clock time (in seconds):8.299
9.27/8.43	o 92
9.27/8.44	c Got one! Elapsed wall clock time (in seconds):8.301
9.27/8.44	o 88
9.27/8.44	c Got one! Elapsed wall clock time (in seconds):8.304
9.27/8.44	o 86
9.27/8.44	c Got one! Elapsed wall clock time (in seconds):8.305
9.27/8.44	o 84
9.27/8.44	c Got one! Elapsed wall clock time (in seconds):8.307
9.27/8.44	o 82
9.27/8.44	c Got one! Elapsed wall clock time (in seconds):8.308
9.27/8.44	o 80
9.37/8.53	c Got one! Elapsed wall clock time (in seconds):8.395
9.37/8.53	o 79
9.37/8.55	c Got one! Elapsed wall clock time (in seconds):8.416
9.37/8.55	o 77
9.37/8.55	c Got one! Elapsed wall clock time (in seconds):8.419
9.37/8.55	o 75
9.37/8.56	c Got one! Elapsed wall clock time (in seconds):8.422
9.37/8.56	o 73
9.58/8.71	c cleaning 6358 clauses out of 12738 with flag 3000/146099
9.87/9.04	c Got one! Elapsed wall clock time (in seconds):8.909
9.87/9.04	o 71
9.87/9.05	c Got one! Elapsed wall clock time (in seconds):8.913
9.87/9.05	o 69
9.87/9.05	c Got one! Elapsed wall clock time (in seconds):8.917
9.87/9.05	o 65
9.87/9.06	c Got one! Elapsed wall clock time (in seconds):8.921
9.87/9.06	o 63
9.87/9.06	c Got one! Elapsed wall clock time (in seconds):8.927
9.87/9.06	o 61
9.87/9.08	c Got one! Elapsed wall clock time (in seconds):8.94
9.87/9.08	o 59
10.17/9.34	c cleaning 6470 clauses out of 12940 with flag 5000/157448
10.48/9.63	c Got one! Elapsed wall clock time (in seconds):9.496
10.48/9.63	o 58
10.48/9.64	c Got one! Elapsed wall clock time (in seconds):9.501
10.48/9.64	o 56
10.58/9.71	c cleaning 6244 clauses out of 12492 with flag 1001/163470
10.88/10.05	c cleaning 6111 clauses out of 12247 with flag 7000/169469
11.20/10.37	c Got one! Elapsed wall clock time (in seconds):10.239
11.20/10.37	o 54
11.20/10.38	c Got one! Elapsed wall clock time (in seconds):10.242
11.20/10.38	o 50
11.20/10.38	c Got one! Elapsed wall clock time (in seconds):10.244
11.20/10.38	o 48
11.20/10.38	c Got one! Elapsed wall clock time (in seconds):10.247
11.20/10.38	o 46
11.20/10.38	c Got one! Elapsed wall clock time (in seconds):10.25
11.20/10.38	o 44
11.20/10.39	c Got one! Elapsed wall clock time (in seconds):10.254
11.20/10.39	o 42
11.20/10.39	c Got one! Elapsed wall clock time (in seconds):10.257
11.20/10.39	o 40
11.30/10.40	c Got one! Elapsed wall clock time (in seconds):10.264
11.30/10.40	o 38
11.60/10.71	c cleaning 8385 clauses out of 16777 with flag 5000/180110
11.92/11.06	c cleaning 7195 clauses out of 14396 with flag 11004/186114
12.32/11.48	c cleaning 7095 clauses out of 14200 with flag 18003/193113
12.82/11.93	c cleaning 7546 clauses out of 15102 with flag 26000/201110
13.42/12.56	c cleaning 8272 clauses out of 16556 with flag 35000/210110
14.04/13.16	c cleaning 9133 clauses out of 18284 with flag 45000/220110
14.74/13.88	c cleaning 10070 clauses out of 20152 with flag 56001/231111
15.65/14.76	c cleaning 11034 clauses out of 22082 with flag 68001/243111
16.66/15.75	c cleaning 12023 clauses out of 24048 with flag 81001/256111
17.79/16.80	c cleaning 13011 clauses out of 26024 with flag 95000/270110
18.79/17.89	c cleaning 14002 clauses out of 28015 with flag 110002/285112
20.01/19.06	c cleaning 15001 clauses out of 30011 with flag 126000/301110
21.35/20.36	c cleaning 16004 clauses out of 32012 with flag 143002/318112
22.76/21.70	c cleaning 17003 clauses out of 34010 with flag 161004/336114
24.09/23.07	c cleaning 18001 clauses out of 36004 with flag 180001/355111
25.69/24.68	c cleaning 18998 clauses out of 38004 with flag 200002/375112
27.50/26.41	c cleaning 19994 clauses out of 40004 with flag 221000/396110
29.20/28.14	c cleaning 20999 clauses out of 42011 with flag 243001/418111
31.10/30.01	c cleaning 22002 clauses out of 44012 with flag 266001/441111
32.91/31.85	c cleaning 23004 clauses out of 46009 with flag 290000/465110
34.81/33.79	c cleaning 24000 clauses out of 48006 with flag 315001/490111
37.03/35.98	c cleaning 24997 clauses out of 50006 with flag 341001/516111
39.36/38.29	c cleaning 25994 clauses out of 52008 with flag 368000/543110
41.57/40.48	c cleaning 27003 clauses out of 54014 with flag 396000/571110
44.38/43.22	c cleaning 27995 clauses out of 56012 with flag 425001/600111
47.19/46.06	c cleaning 29009 clauses out of 58019 with flag 455003/630113
49.99/48.88	c cleaning 29998 clauses out of 60009 with flag 486002/661112
52.61/51.49	c cleaning 31001 clauses out of 62009 with flag 518000/693110
55.73/54.56	c cleaning 31996 clauses out of 64009 with flag 551001/726111
59.46/58.24	c cleaning 33001 clauses out of 66016 with flag 585004/760114
62.69/61.41	c cleaning 34000 clauses out of 68011 with flag 620000/795110
66.41/65.12	c cleaning 35003 clauses out of 70012 with flag 656001/831111
70.03/68.71	c cleaning 35993 clauses out of 72009 with flag 693001/868111
74.25/72.94	c cleaning 37002 clauses out of 74015 with flag 731000/906110
78.39/77.05	c cleaning 38006 clauses out of 76013 with flag 770000/945110
82.59/81.24	c cleaning 39006 clauses out of 78014 with flag 810007/985117
86.79/85.44	c cleaning 39996 clauses out of 80003 with flag 851002/1026112
91.73/90.30	c cleaning 41002 clauses out of 82009 with flag 893004/1068114
95.75/94.36	c cleaning 41990 clauses out of 84003 with flag 936000/1111110
100.16/98.78	c cleaning 43005 clauses out of 86017 with flag 980004/1155114
104.18/102.73	c cleaning 43992 clauses out of 88008 with flag 1025000/1200110
109.91/108.44	c cleaning 45000 clauses out of 90016 with flag 1071000/1246110
114.85/113.37	c cleaning 46001 clauses out of 92017 with flag 1118001/1293111
121.18/119.64	c cleaning 47000 clauses out of 94015 with flag 1166000/1341110
126.21/124.61	c cleaning 47998 clauses out of 96015 with flag 1215000/1390110
131.63/130.08	c cleaning 48994 clauses out of 98017 with flag 1265000/1440110
137.67/136.03	c cleaning 50005 clauses out of 100024 with flag 1316001/1491111
143.80/142.17	c cleaning 51003 clauses out of 102020 with flag 1368002/1543112
150.93/149.26	c cleaning 52005 clauses out of 104015 with flag 1421000/1596110
157.48/155.72	c cleaning 52995 clauses out of 106012 with flag 1475002/1650112
163.61/161.88	c cleaning 53997 clauses out of 108016 with flag 1530001/1705111
170.04/168.22	c cleaning 55008 clauses out of 110020 with flag 1586002/1761112
176.46/174.60	c cleaning 55995 clauses out of 112012 with flag 1643002/1818112
183.30/181.41	c cleaning 57002 clauses out of 114016 with flag 1701001/1876111
190.52/188.61	c cleaning 57999 clauses out of 116013 with flag 1760000/1935110
199.36/197.43	c cleaning 59007 clauses out of 118014 with flag 1820000/1995110
208.08/206.13	c cleaning 59999 clauses out of 120007 with flag 1881000/2056110
216.61/214.62	c cleaning 61003 clauses out of 122009 with flag 1943001/2118111
225.22/223.28	c cleaning 61997 clauses out of 124005 with flag 2006000/2181110
233.45/231.48	c cleaning 62993 clauses out of 126010 with flag 2070002/2245112
242.18/240.18	c cleaning 64007 clauses out of 128015 with flag 2135000/2310110
250.73/248.61	c cleaning 65000 clauses out of 130008 with flag 2201000/2376110
259.94/257.86	c cleaning 65999 clauses out of 132010 with flag 2268002/2443112
269.96/267.84	c cleaning 66997 clauses out of 134009 with flag 2336000/2511110
278.99/276.80	c cleaning 67991 clauses out of 136012 with flag 2405000/2580110
289.43/287.21	c cleaning 69005 clauses out of 138021 with flag 2475000/2650110
299.55/297.30	c cleaning 70003 clauses out of 140017 with flag 2546001/2721111
310.70/308.43	c cleaning 71004 clauses out of 142016 with flag 2618003/2793113
320.30/318.07	c cleaning 71998 clauses out of 144009 with flag 2691000/2866110
331.05/328.70	c cleaning 72995 clauses out of 146012 with flag 2765001/2940111
344.01/341.61	c cleaning 74005 clauses out of 148017 with flag 2840001/3015111
356.02/353.66	c cleaning 75002 clauses out of 150012 with flag 2916001/3091111
367.35/364.90	c cleaning 76004 clauses out of 152010 with flag 2993001/3168111
378.49/376.07	c cleaning 76999 clauses out of 154008 with flag 3071003/3246113
389.21/386.78	c cleaning 78000 clauses out of 156008 with flag 3150002/3325112
400.68/398.18	c cleaning 78999 clauses out of 158007 with flag 3230001/3405111
411.80/409.23	c cleaning 80004 clauses out of 160009 with flag 3311002/3486112
423.93/421.35	c cleaning 80996 clauses out of 162006 with flag 3393003/3568113
436.98/434.33	c cleaning 81999 clauses out of 164008 with flag 3476001/3651111
452.04/449.38	c cleaning 82992 clauses out of 166008 with flag 3560000/3735110
465.52/462.74	c cleaning 84000 clauses out of 168016 with flag 3645000/3820110
480.18/477.30	c cleaning 84999 clauses out of 170016 with flag 3731000/3906110
495.15/492.26	c cleaning 85998 clauses out of 172020 with flag 3818003/3993113
508.28/505.34	c cleaning 87006 clauses out of 174020 with flag 3906001/4081111
524.41/521.45	c cleaning 88006 clauses out of 176015 with flag 3995002/4170112
540.76/537.71	c cleaning 88995 clauses out of 178009 with flag 4085002/4260112
554.63/551.53	c cleaning 89993 clauses out of 180012 with flag 4176000/4351110
571.68/568.51	c cleaning 91004 clauses out of 182021 with flag 4268002/4443112
593.71/590.57	c cleaning 92006 clauses out of 184018 with flag 4361003/4536113
615.86/612.60	c cleaning 93003 clauses out of 186013 with flag 4455004/4630114
635.09/631.89	c cleaning 94002 clauses out of 188010 with flag 4550004/4725114
653.44/650.10	c cleaning 94992 clauses out of 190006 with flag 4646002/4821112
671.98/668.63	c cleaning 96003 clauses out of 192013 with flag 4743001/4918111
690.64/687.21	c cleaning 97002 clauses out of 194012 with flag 4841003/5016113
709.51/706.08	c cleaning 97998 clauses out of 196011 with flag 4940004/5115114
729.99/726.47	c cleaning 98995 clauses out of 198010 with flag 5040001/5215111
749.27/745.67	c cleaning 100004 clauses out of 200016 with flag 5141002/5316112
768.03/764.38	c cleaning 101003 clauses out of 202017 with flag 5243007/5418117
785.37/781.66	c cleaning 101994 clauses out of 204007 with flag 5346000/5521110
803.41/799.63	c cleaning 102998 clauses out of 206016 with flag 5450003/5625113
824.15/820.34	c cleaning 104002 clauses out of 208015 with flag 5555000/5730110
843.88/840.04	c cleaning 105000 clauses out of 210015 with flag 5661002/5836112
865.04/861.15	c cleaning 106000 clauses out of 212016 with flag 5768003/5943113
889.18/885.26	c cleaning 106999 clauses out of 214014 with flag 5876001/6051111
913.22/909.26	c cleaning 108006 clauses out of 216017 with flag 5985003/6160113
932.36/928.35	c cleaning 108997 clauses out of 218008 with flag 6095000/6270110
960.89/956.83	c cleaning 109999 clauses out of 220012 with flag 6206001/6381111
983.87/979.77	c cleaning 111002 clauses out of 222013 with flag 6318001/6493111
1003.34/999.13	c cleaning 111995 clauses out of 224010 with flag 6431000/6606110
1027.29/1023.10	c cleaning 112999 clauses out of 226017 with flag 6545002/6720112
1057.89/1053.51	c cleaning 114002 clauses out of 228019 with flag 6660003/6835113
1086.99/1082.62	c cleaning 114999 clauses out of 230016 with flag 6776002/6951112
1115.93/1111.59	c cleaning 116008 clauses out of 232017 with flag 6893002/7068112
1146.28/1141.83	c cleaning 116992 clauses out of 234007 with flag 7011000/7186110
1169.55/1165.07	c cleaning 117996 clauses out of 236017 with flag 7130002/7305112
1196.27/1191.73	c cleaning 119003 clauses out of 238020 with flag 7250001/7425111
1221.13/1216.54	c cleaning 120001 clauses out of 240016 with flag 7371000/7546110
1249.19/1244.50	c cleaning 121000 clauses out of 242015 with flag 7493000/7668110
1276.15/1271.47	c cleaning 122003 clauses out of 244019 with flag 7616004/7791114
1302.69/1297.95	c cleaning 122996 clauses out of 246012 with flag 7740000/7915110
1331.11/1326.31	c cleaning 124005 clauses out of 248022 with flag 7865006/8040116
1361.19/1356.34	c cleaning 124993 clauses out of 250012 with flag 7991001/8166111
1394.84/1389.94	c cleaning 125993 clauses out of 252019 with flag 8118001/8293111
1431.67/1426.73	c cleaning 127003 clauses out of 254028 with flag 8246003/8421113
1472.63/1467.66	c cleaning 128009 clauses out of 256022 with flag 8375000/8550110
1506.04/1500.95	c cleaning 128995 clauses out of 258014 with flag 8505001/8680111
1536.82/1531.63	c cleaning 130002 clauses out of 260018 with flag 8636000/8811110
1562.97/1557.76	c cleaning 130985 clauses out of 262016 with flag 8768000/8943110
1604.14/1598.82	c cleaning 132010 clauses out of 264033 with flag 8901002/9076112
1643.35/1637.95	c cleaning 133008 clauses out of 266028 with flag 9035007/9210117
1681.10/1675.66	c cleaning 133996 clauses out of 268016 with flag 9170003/9345113
1722.77/1717.25	c cleaning 135003 clauses out of 270018 with flag 9306001/9481111
1762.11/1756.51	c cleaning 136004 clauses out of 272015 with flag 9443001/9618111
1796.75/1791.18	c cleaning 136994 clauses out of 274010 with flag 9581000/9756110
1800.01/1794.31	c starts		: 468
1800.01/1794.31	c conflicts		: 9783873
1800.01/1794.31	c decisions		: 10493034
1800.01/1794.31	c propagations		: 104557901
1800.01/1794.31	c inspects		: 20130415458
1800.01/1794.31	c shortcuts		: 0
1800.01/1794.31	c learnt literals	: 0
1800.01/1794.31	c learnt binary clauses	: 0
1800.01/1794.31	c learnt ternary clauses	: 0
1800.01/1794.31	c learnt constraints	: 9783874
1800.01/1794.31	c ignored constraints	: 0
1800.01/1794.31	c root simplifications	: 468
1800.01/1794.31	c removed literals (reason simplification)	: 87360101
1800.01/1794.31	c reason swapping (by a shorter reason)	: 0
1800.01/1794.31	c Calls to reduceDB	: 152
1800.01/1794.31	c number of reductions to clauses (during analyze)	: 0
1800.01/1794.31	c number of learned constraints concerned by reduction	: 0
1800.01/1794.31	c number of learning phase by resolution	: 0
1800.01/1794.31	c number of learning phase by cutting planes	: 0
1800.01/1794.31	c speed (assignments/second)	: 58278.01215412767
1800.01/1794.31	c non guided choices	204
1800.01/1794.34	c learnt constraints type 
1800.01/1794.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 164966
1800.01/1794.34	c constraints type 
1800.01/1794.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15
1800.01/1794.34	c 15 constraints processed.
1800.01/1794.34	s SATISFIABLE
1800.01/1794.34	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.34	c objective function=38
1800.01/1794.34	c Total wall clock time (in seconds): 1794.208

Verifier Data

OK	38

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-3710835-1338154943/watcher-3710835-1338154943 -o /tmp/evaluation-result-3710835-1338154943/solver-3710835-1338154943 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710835-1338154943.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.00 2.00 2.00 3/194 25107
/proc/meminfo: memFree=30814116/32873844 swapFree=7116/7116
[pid=25107] ppid=25105 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25107/stat : 25107 (java) R 25105 25107 19004 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 281619272 9515008 183 33554432000 1073741824 1073778376 140734224156032 140734224147064 240565173941 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25107/statm: 2323 183 140 9 0 71 0

[startup+0.021244 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 25107
/proc/meminfo: memFree=30814116/32873844 swapFree=7116/7116
[pid=25107] ppid=25105 vsize=102664 CPUtime=0 cores=1,3,5,7
/proc/25107/stat : 25107 (java) S 25105 25107 19004 0 -1 4202496 1429 0 1 0 0 0 0 0 20 0 2 0 281619272 105127936 1109 33554432000 1073741824 1073778376 140736125613680 140736125604816 240568533053 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25107/statm: 25666 1109 856 9 0 16775 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 102664

[startup+0.10032 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 25107
/proc/meminfo: memFree=30814116/32873844 swapFree=7116/7116
[pid=25107] ppid=25105 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/25107/stat : 25107 (java) S 25105 25107 19004 0 -1 4202496 3694 0 1 0 6 1 0 0 20 0 18 0 281619272 9787842560 4901 33554432000 1073741824 1073778376 140736125613680 140736125604816 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25107/statm: 2389610 4902 1939 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.300291 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 25107
/proc/meminfo: memFree=30814116/32873844 swapFree=7116/7116
[pid=25107] ppid=25105 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/25107/stat : 25107 (java) S 25105 25107 19004 0 -1 4202496 6671 0 1 0 50 2 0 0 20 0 19 0 281619272 9856004096 8036 33554432000 1073741824 1073778376 140736125613680 140736125604816 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25107/statm: 2406251 8036 2235 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625004

[startup+0.700305 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 25107
/proc/meminfo: memFree=30814116/32873844 swapFree=7116/7116
[pid=25107] ppid=25105 vsize=9625004 CPUtime=1.3 cores=1,3,5,7
/proc/25107/stat : 25107 (java) S 25105 25107 19004 0 -1 4202496 10536 0 1 0 127 3 0 0 20 0 19 0 281619272 9856004096 11161 33554432000 1073741824 1073778376 140736125613680 140736125604816 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25107/statm: 2406251 11161 2251 9 0 2396937 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 9625004

[startup+1.50337 s]
/proc/loadavg: 2.08 2.02 2.01 3/213 25126
/proc/meminfo: memFree=30767352/32873844 swapFree=7116/7116
[pid=25107] ppid=25105 vsize=9625004 CPUtime=2.28 cores=1,3,5,7
/proc/25107/stat : 25107 (java) S 25105 25107 19004 0 -1 4202496 10612 0 1 0 224 4 0 0 20 0 19 0 281619272 9856004096 14801 33554432000 1073741824 1073778376 140736125613680 140736125604816 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25107/statm: 2406251 14801 2282 9 0 2396937 0
[pid=25107/tid=25109] ppid=25105 vsize=9625004 CPUtime=1.43 cores=1,3,5,7
/proc/25107/task/25109/stat : 25109 (java) R 25105 25107 19004 0 -1 4202560 2511 0 1 0 142 1 0 0 20 0 19 0 281619273 9856004096 14801 33554432000 1073741824 1073778376 140736125613680 140668602622376 140668450561857 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25107/tid=25110] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25110/stat : 25110 (java) S 25105 25107 19004 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281619274 9856004096 14801 33554432000 1073741824 1073778376 140736125613680 140668575074984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25107/tid=25111] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25111/stat : 25111 (java) S 25105 25107 19004 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281619274 9856004096 14801 33554432000 1073741824 1073778376 140736125613680 140668574022440 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25107/tid=25112] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25112/stat : 25112 (java) S 25105 25107 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281619274 9856004096 14801 33554432000 1073741824 1073778376 140736125613680 140668572969896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25107/tid=25113] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25113/stat : 25113 (java) S 25105 25107 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281619274 9856004096 14801 33554432000 1073741824 1073778376 140736125613680 140668571917352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25107/tid=25114] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25114/stat : 25114 (java) S 25105 25107 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281619274 9856004096 14801 33554432000 1073741824 1073778376 140736125613680 140668570863784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25107/tid=25115] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25115/stat : 25115 (java) S 25105 25107 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281619274 9856004096 14801 33554432000 1073741824 1073778376 140736125613680 140668569811240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25107/tid=25116] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25116/stat : 25116 (java) S 25105 25107 19004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281619274 9856004096 14801 33554432000 1073741824 1073778376 140736125613680 140668568758696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25107/tid=25117] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25117/stat : 25117 (java) S 25105 25107 19004 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281619274 9856004096 14801 33554432000 1073741824 1073778376 140736125613680 140668439145000 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25107/tid=25118] ppid=25105 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/25107/task/25118/stat : 25118 (java) S 25105 25107 19004 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 281619275 9856004096 14801 33554432000 1073741824 1073778376 140736125613680 140667956197992 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25107/tid=25119] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25119/stat : 25119 (java) S 25105 25107 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281619276 9856004096 14801 33554432000 1073741824 1073778376 140736125613680 140667955144312 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25107/tid=25120] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25120/stat : 25120 (java) S 25105 25107 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281619276 9856004096 14801 33554432000 1073741824 1073778376 140736125613680 140667954091656 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25107/tid=25121] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25121/stat : 25121 (java) S 25105 25107 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281619279 9856004096 14801 33554432000 1073741824 1073778376 140736125613680 140667953040400 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25107/tid=25122] ppid=25105 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/25107/task/25122/stat : 25122 (java) S 25105 25107 19004 0 -1 4202560 4442 0 0 0 40 0 0 0 20 0 19 0 281619279 9856004096 14801 33554432000 1073741824 1073778376 140736125613680 140667951986744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25107/tid=25123] ppid=25105 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/25107/task/25123/stat : 25123 (java) S 25105 25107 19004 0 -1 4202560 2410 0 0 0 36 0 0 0 20 0 19 0 281619279 9856004096 14801 33554432000 1073741824 1073778376 140736125613680 140667950934200 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25107/tid=25124] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25124/stat : 25124 (java) S 25105 25107 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281619279 9856004096 14801 33554432000 1073741824 1073778376 140736125613680 140667949881848 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25107/tid=25125] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25125/stat : 25125 (java) S 25105 25107 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281619279 9856004096 14801 33554432000 1073741824 1073778376 140736125613680 140667948829512 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25107/tid=25126] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25126/stat : 25126 (java) S 25105 25107 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281619291 9856004096 14801 33554432000 1073741824 1073778376 140736125613680 140667947775272 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 9625004

[startup+3.10081 s]
/proc/loadavg: 2.08 2.02 2.01 3/213 25126
/proc/meminfo: memFree=30762760/32873844 swapFree=7116/7116
[pid=25107] ppid=25105 vsize=9625004 CPUtime=3.9 cores=1,3,5,7
/proc/25107/stat : 25107 (java) S 25105 25107 19004 0 -1 4202496 10628 0 1 0 386 4 0 0 20 0 19 0 281619272 9856004096 14813 33554432000 1073741824 1073778376 140736125613680 140736125604816 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25107/statm: 2406251 14813 2283 9 0 2396937 0
[pid=25107/tid=25109] ppid=25105 vsize=9625004 CPUtime=2.98 cores=1,3,5,7
/proc/25107/task/25109/stat : 25109 (java) R 25105 25107 19004 0 -1 4202560 2515 0 1 0 296 2 0 0 20 0 19 0 281619273 9856004096 14813 33554432000 1073741824 1073778376 140736125613680 140668602622256 140668450545089 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25107/tid=25110] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25110/stat : 25110 (java) S 25105 25107 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281619274 9856004096 14813 33554432000 1073741824 1073778376 140736125613680 140668575074984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25107/tid=25111] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25111/stat : 25111 (java) S 25105 25107 19004 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281619274 9856004096 14813 33554432000 1073741824 1073778376 140736125613680 140668574022440 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25107/tid=25112] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25112/stat : 25112 (java) S 25105 25107 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281619274 9856004096 14813 33554432000 1073741824 1073778376 140736125613680 140668572969896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25107/tid=25113] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25113/stat : 25113 (java) S 25105 25107 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281619274 9856004096 14813 33554432000 1073741824 1073778376 140736125613680 140668571917352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25107/tid=25114] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25114/stat : 25114 (java) S 25105 25107 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281619274 9856004096 14813 33554432000 1073741824 1073778376 140736125613680 140668570863784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25107/tid=25115] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25115/stat : 25115 (java) S 25105 25107 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281619274 9856004096 14813 33554432000 1073741824 1073778376 140736125613680 140668569811240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25107/tid=25116] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25116/stat : 25116 (java) S 25105 25107 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281619274 9856004096 14813 33554432000 1073741824 1073778376 140736125613680 140668568758696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25107/tid=25117] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25117/stat : 25117 (java) S 25105 25107 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281619274 9856004096 14813 33554432000 1073741824 1073778376 140736125613680 140668439145000 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25107/tid=25118] ppid=25105 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/25107/task/25118/stat : 25118 (java) S 25105 25107 19004 0 -1 4202560 31 0 0 0 6 0 0 0 20 0 19 0 281619275 9856004096 14813 33554432000 1073741824 1073778376 140736125613680 140667956197992 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25107/tid=25119] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25119/stat : 25119 (java) S 25105 25107 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281619276 9856004096 14813 33554432000 1073741824 1073778376 140736125613680 140667955144312 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25107/tid=25120] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25120/stat : 25120 (java) S 25105 25107 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281619276 9856004096 14813 33554432000 1073741824 1073778376 140736125613680 140667954091656 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25107/tid=25121] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25121/stat : 25121 (java) S 25105 25107 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281619279 9856004096 14813 33554432000 1073741824 1073778376 140736125613680 140667953040400 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25107/tid=25122] ppid=25105 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/25107/task/25122/stat : 25122 (java) S 25105 25107 19004 0 -1 4202560 4443 0 0 0 42 0 0 0 20 0 19 0 281619279 9856004096 14813 33554432000 1073741824 1073778376 140736125613680 140667951986744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25107/tid=25123] ppid=25105 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/25107/task/25123/stat : 25123 (java) S 25105 25107 19004 0 -1 4202560 2410 0 0 0 36 0 0 0 20 0 19 0 281619279 9856004096 14813 33554432000 1073741824 1073778376 140736125613680 140667950934200 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25107/tid=25124] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25124/stat : 25124 (java) S 25105 25107 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281619279 9856004096 14813 33554432000 1073741824 1073778376 140736125613680 140667949881848 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25107/tid=25125] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25125/stat : 25125 (java) S 25105 25107 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281619279 9856004096 14813 33554432000 1073741824 1073778376 140736125613680 140667948829512 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25107/tid=25126] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25126/stat : 25126 (java) S 25105 25107 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281619291 9856004096 14813 33554432000 1073741824 1073778376 140736125613680 140667947775272 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.9
Current children cumulated vsize (KiB) 9625004

[startup+6.30083 s]
/proc/loadavg: 2.08 2.02 2.01 3/213 25126
/proc/meminfo: memFree=30765860/32873844 swapFree=7116/7116
[pid=25107] ppid=25105 vsize=9625004 CPUtime=7.11 cores=1,3,5,7
/proc/25107/stat : 25107 (java) S 25105 25107 19004 0 -1 4202496 10645 0 1 0 707 4 0 0 20 0 19 0 281619272 9856004096 14443 33554432000 1073741824 1073778376 140736125613680 140736125604816 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25107/statm: 2406251 14443 2283 9 0 2396937 0
[pid=25107/tid=25109] ppid=25105 vsize=9625004 CPUtime=6.09 cores=1,3,5,7
/proc/25107/task/25109/stat : 25109 (java) R 25105 25107 19004 0 -1 4202560 2521 0 1 0 607 2 0 0 20 0 19 0 281619273 9856004096 14443 33554432000 1073741824 1073778376 140736125613680 140668602622376 140668450562076 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25107/tid=25110] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25110/stat : 25110 (java) S 25105 25107 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281619274 9856004096 14443 33554432000 1073741824 1073778376 140736125613680 140668575074984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25107/tid=25111] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25111/stat : 25111 (java) S 25105 25107 19004 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281619274 9856004096 14443 33554432000 1073741824 1073778376 140736125613680 140668574022440 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25107/tid=25112] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25112/stat : 25112 (java) S 25105 25107 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281619274 9856004096 14443 33554432000 1073741824 1073778376 140736125613680 140668572969896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25107/tid=25113] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25113/stat : 25113 (java) S 25105 25107 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281619274 9856004096 14443 33554432000 1073741824 1073778376 140736125613680 140668571917352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25107/tid=25114] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25114/stat : 25114 (java) S 25105 25107 19004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281619274 9856004096 14443 33554432000 1073741824 1073778376 140736125613680 140668570863784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25107/tid=25115] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25115/stat : 25115 (java) S 25105 25107 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281619274 9856004096 14443 33554432000 1073741824 1073778376 140736125613680 140668569811240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25107/tid=25116] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25116/stat : 25116 (java) S 25105 25107 19004 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281619274 9856004096 14443 33554432000 1073741824 1073778376 140736125613680 140668568758696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25107/tid=25117] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25117/stat : 25117 (java) S 25105 25107 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281619274 9856004096 14443 33554432000 1073741824 1073778376 140736125613680 140668439145000 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25107/tid=25118] ppid=25105 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/25107/task/25118/stat : 25118 (java) S 25105 25107 19004 0 -1 4202560 32 0 0 0 12 0 0 0 20 0 19 0 281619275 9856004096 14443 33554432000 1073741824 1073778376 140736125613680 140667956197992 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25107/tid=25119] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25119/stat : 25119 (java) S 25105 25107 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281619276 9856004096 14443 33554432000 1073741824 1073778376 140736125613680 140667955144312 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25107/tid=25120] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25120/stat : 25120 (java) S 25105 25107 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281619276 9856004096 14443 33554432000 1073741824 1073778376 140736125613680 140667954091656 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25107/tid=25121] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25121/stat : 25121 (java) S 25105 25107 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281619279 9856004096 14443 33554432000 1073741824 1073778376 140736125613680 140667953040400 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25107/tid=25122] ppid=25105 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/25107/task/25122/stat : 25122 (java) S 25105 25107 19004 0 -1 4202560 4443 0 0 0 42 0 0 0 20 0 19 0 281619279 9856004096 14443 33554432000 1073741824 1073778376 140736125613680 140667951986744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25107/tid=25123] ppid=25105 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/25107/task/25123/stat : 25123 (java) S 25105 25107 19004 0 -1 4202560 2410 0 0 0 36 0 0 0 20 0 19 0 281619279 9856004096 14443 33554432000 1073741824 1073778376 140736125613680 140667950934200 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25107/tid=25124] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25124/stat : 25124 (java) S 25105 25107 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281619279 9856004096 14443 33554432000 1073741824 1073778376 140736125613680 140667949881848 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25107/tid=25125] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25125/stat : 25125 (java) S 25105 25107 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281619279 9856004096 14443 33554432000 1073741824 1073778376 140736125613680 140667948829512 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25107/tid=25126] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25126/stat : 25126 (java) S 25105 25107 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281619291 9856004096 14443 33554432000 1073741824 1073778376 140736125613680 140667947775272 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.11
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]

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

[pid=25107/tid=25122] ppid=25105 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/25107/task/25122/stat : 25122 (java) S 25105 25107 19004 0 -1 4202560 4443 0 0 0 42 0 0 0 20 0 19 0 281619279 9856004096 40059 33554432000 1073741824 1073778376 140736125613680 140667951986744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25107/tid=25123] ppid=25105 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/25107/task/25123/stat : 25123 (java) S 25105 25107 19004 0 -1 4202560 2410 0 0 0 36 0 0 0 20 0 19 0 281619279 9856004096 40059 33554432000 1073741824 1073778376 140736125613680 140667950934200 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25107/tid=25124] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25124/stat : 25124 (java) S 25105 25107 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281619279 9856004096 40059 33554432000 1073741824 1073778376 140736125613680 140667949881848 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25107/tid=25125] ppid=25105 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/25107/task/25125/stat : 25125 (java) S 25105 25107 19004 0 -1 4202560 99 0 0 0 44 33 0 0 20 0 19 0 281619279 9856004096 40059 33554432000 1073741824 1073778376 140736125613680 140667948829512 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25107/tid=25126] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25126/stat : 25126 (java) S 25105 25107 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281619291 9856004096 40059 33554432000 1073741824 1073778376 140736125613680 140667947775272 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1727.9
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 25233
/proc/meminfo: memFree=29559820/32873844 swapFree=7116/7116
[pid=25107] ppid=25105 vsize=9625004 CPUtime=1787.94 cores=1,3,5,7
/proc/25107/stat : 25107 (java) S 25105 25107 19004 0 -1 4202496 13441 0 1 0 178726 68 0 0 20 0 19 0 281619272 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140736125604816 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25107/statm: 2406251 40571 2283 9 0 2396937 0
[pid=25107/tid=25109] ppid=25105 vsize=9625004 CPUtime=1770.33 cores=1,3,5,7
/proc/25107/task/25109/stat : 25109 (java) R 25105 25107 19004 0 -1 4202560 2670 0 1 0 177004 29 0 0 20 0 19 0 281619273 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140668602622256 140668450629431 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25107/tid=25110] ppid=25105 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/25107/task/25110/stat : 25110 (java) S 25105 25107 19004 0 -1 4202560 382 0 0 0 71 2 0 0 20 0 19 0 281619274 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140668575074984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25107/tid=25111] ppid=25105 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/25107/task/25111/stat : 25111 (java) S 25105 25107 19004 0 -1 4202560 264 0 0 0 66 2 0 0 20 0 19 0 281619274 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140668574022440 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25107/tid=25112] ppid=25105 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/25107/task/25112/stat : 25112 (java) S 25105 25107 19004 0 -1 4202560 298 0 0 0 71 0 0 0 20 0 19 0 281619274 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140668572969896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25107/tid=25113] ppid=25105 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/25107/task/25113/stat : 25113 (java) S 25105 25107 19004 0 -1 4202560 272 0 0 0 70 1 0 0 20 0 19 0 281619274 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140668571917352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25107/tid=25114] ppid=25105 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/25107/task/25114/stat : 25114 (java) S 25105 25107 19004 0 -1 4202560 266 0 0 0 63 2 0 0 20 0 19 0 281619274 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140668570863784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25107/tid=25115] ppid=25105 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/25107/task/25115/stat : 25115 (java) S 25105 25107 19004 0 -1 4202560 499 0 0 0 63 2 0 0 20 0 19 0 281619274 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140668569811240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25107/tid=25116] ppid=25105 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/25107/task/25116/stat : 25116 (java) S 25105 25107 19004 0 -1 4202560 203 0 0 0 65 2 0 0 20 0 19 0 281619274 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140668568758696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25107/tid=25117] ppid=25105 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/25107/task/25117/stat : 25117 (java) S 25105 25107 19004 0 -1 4202560 295 0 0 0 66 0 0 0 20 0 19 0 281619274 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140668439145000 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25107/tid=25118] ppid=25105 vsize=9625004 CPUtime=5.73 cores=1,3,5,7
/proc/25107/task/25118/stat : 25118 (java) S 25105 25107 19004 0 -1 4202560 154 0 0 0 570 3 0 0 20 0 19 0 281619275 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140667956197992 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25107/tid=25119] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25119/stat : 25119 (java) S 25105 25107 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281619276 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140667955144312 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25107/tid=25120] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25120/stat : 25120 (java) S 25105 25107 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281619276 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140667954091656 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25107/tid=25121] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25121/stat : 25121 (java) S 25105 25107 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281619279 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140667953040400 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25107/tid=25122] ppid=25105 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/25107/task/25122/stat : 25122 (java) S 25105 25107 19004 0 -1 4202560 4443 0 0 0 42 0 0 0 20 0 19 0 281619279 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140667951986744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25107/tid=25123] ppid=25105 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/25107/task/25123/stat : 25123 (java) S 25105 25107 19004 0 -1 4202560 2410 0 0 0 36 0 0 0 20 0 19 0 281619279 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140667950934200 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25107/tid=25124] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25124/stat : 25124 (java) S 25105 25107 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281619279 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140667949881848 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25107/tid=25125] ppid=25105 vsize=9625004 CPUtime=0.8 cores=1,3,5,7
/proc/25107/task/25125/stat : 25125 (java) S 25105 25107 19004 0 -1 4202560 103 0 0 0 45 35 0 0 20 0 19 0 281619279 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140667948829512 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25107/tid=25126] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25126/stat : 25126 (java) S 25105 25107 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281619291 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140667947775272 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1787.94
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 25233
/proc/meminfo: memFree=29559820/32873844 swapFree=7116/7116
[pid=25107] ppid=25105 vsize=9625004 CPUtime=1800.01 cores=1,3,5,7
/proc/25107/stat : 25107 (java) S 25105 25107 19004 0 -1 4202496 13444 0 1 0 179933 68 0 0 20 0 19 0 281619272 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140736125604816 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25107/statm: 2406251 40571 2283 9 0 2396937 0
[pid=25107/tid=25109] ppid=25105 vsize=9625004 CPUtime=1782.19 cores=1,3,5,7
/proc/25107/task/25109/stat : 25109 (java) R 25105 25107 19004 0 -1 4202560 2671 0 1 0 178189 30 0 0 20 0 19 0 281619273 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140668602622256 140668450629431 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25107/tid=25110] ppid=25105 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/25107/task/25110/stat : 25110 (java) S 25105 25107 19004 0 -1 4202560 382 0 0 0 71 2 0 0 20 0 19 0 281619274 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140668575074984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25107/tid=25111] ppid=25105 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/25107/task/25111/stat : 25111 (java) S 25105 25107 19004 0 -1 4202560 264 0 0 0 67 2 0 0 20 0 19 0 281619274 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140668574022440 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25107/tid=25112] ppid=25105 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/25107/task/25112/stat : 25112 (java) S 25105 25107 19004 0 -1 4202560 298 0 0 0 72 0 0 0 20 0 19 0 281619274 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140668572969896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25107/tid=25113] ppid=25105 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/25107/task/25113/stat : 25113 (java) S 25105 25107 19004 0 -1 4202560 272 0 0 0 71 1 0 0 20 0 19 0 281619274 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140668571917352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25107/tid=25114] ppid=25105 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/25107/task/25114/stat : 25114 (java) S 25105 25107 19004 0 -1 4202560 266 0 0 0 63 2 0 0 20 0 19 0 281619274 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140668570863784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25107/tid=25115] ppid=25105 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/25107/task/25115/stat : 25115 (java) S 25105 25107 19004 0 -1 4202560 499 0 0 0 63 2 0 0 20 0 19 0 281619274 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140668569811240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25107/tid=25116] ppid=25105 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/25107/task/25116/stat : 25116 (java) S 25105 25107 19004 0 -1 4202560 203 0 0 0 67 2 0 0 20 0 19 0 281619274 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140668568758696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25107/tid=25117] ppid=25105 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/25107/task/25117/stat : 25117 (java) S 25105 25107 19004 0 -1 4202560 295 0 0 0 66 0 0 0 20 0 19 0 281619274 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140668439145000 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25107/tid=25118] ppid=25105 vsize=9625004 CPUtime=5.83 cores=1,3,5,7
/proc/25107/task/25118/stat : 25118 (java) S 25105 25107 19004 0 -1 4202560 156 0 0 0 580 3 0 0 20 0 19 0 281619275 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140667956197992 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25107/tid=25119] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25119/stat : 25119 (java) S 25105 25107 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281619276 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140667955144312 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25107/tid=25120] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25120/stat : 25120 (java) S 25105 25107 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281619276 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140667954091656 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25107/tid=25121] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25121/stat : 25121 (java) S 25105 25107 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281619279 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140667953040400 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25107/tid=25122] ppid=25105 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/25107/task/25122/stat : 25122 (java) S 25105 25107 19004 0 -1 4202560 4443 0 0 0 42 0 0 0 20 0 19 0 281619279 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140667951986744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25107/tid=25123] ppid=25105 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/25107/task/25123/stat : 25123 (java) S 25105 25107 19004 0 -1 4202560 2410 0 0 0 36 0 0 0 20 0 19 0 281619279 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140667950934200 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25107/tid=25124] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25124/stat : 25124 (java) S 25105 25107 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281619279 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140667949881848 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25107/tid=25125] ppid=25105 vsize=9625004 CPUtime=0.81 cores=1,3,5,7
/proc/25107/task/25125/stat : 25125 (java) S 25105 25107 19004 0 -1 4202560 103 0 0 0 46 35 0 0 20 0 19 0 281619279 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140667948829512 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25107/tid=25126] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25126/stat : 25126 (java) S 25105 25107 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281619291 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140667947775272 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1794.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 25233
/proc/meminfo: memFree=29559820/32873844 swapFree=7116/7116
[pid=25107] ppid=25105 vsize=9625004 CPUtime=1800.01 cores=1,3,5,7
/proc/25107/stat : 25107 (java) S 25105 25107 19004 0 -1 4202496 13444 0 1 0 179933 68 0 0 20 0 19 0 281619272 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140736125604816 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25107/statm: 2406251 40571 2283 9 0 2396937 0
[pid=25107/tid=25109] ppid=25105 vsize=9625004 CPUtime=1782.19 cores=1,3,5,7
/proc/25107/task/25109/stat : 25109 (java) R 25105 25107 19004 0 -1 4202560 2671 0 1 0 178189 30 0 0 20 0 19 0 281619273 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140668602622256 140668450629431 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25107/tid=25110] ppid=25105 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/25107/task/25110/stat : 25110 (java) S 25105 25107 19004 0 -1 4202560 382 0 0 0 71 2 0 0 20 0 19 0 281619274 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140668575074984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25107/tid=25111] ppid=25105 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/25107/task/25111/stat : 25111 (java) S 25105 25107 19004 0 -1 4202560 264 0 0 0 67 2 0 0 20 0 19 0 281619274 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140668574022440 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25107/tid=25112] ppid=25105 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/25107/task/25112/stat : 25112 (java) S 25105 25107 19004 0 -1 4202560 298 0 0 0 72 0 0 0 20 0 19 0 281619274 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140668572969896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25107/tid=25113] ppid=25105 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/25107/task/25113/stat : 25113 (java) S 25105 25107 19004 0 -1 4202560 272 0 0 0 71 1 0 0 20 0 19 0 281619274 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140668571917352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25107/tid=25114] ppid=25105 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/25107/task/25114/stat : 25114 (java) S 25105 25107 19004 0 -1 4202560 266 0 0 0 63 2 0 0 20 0 19 0 281619274 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140668570863784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25107/tid=25115] ppid=25105 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/25107/task/25115/stat : 25115 (java) S 25105 25107 19004 0 -1 4202560 499 0 0 0 63 2 0 0 20 0 19 0 281619274 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140668569811240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25107/tid=25116] ppid=25105 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/25107/task/25116/stat : 25116 (java) S 25105 25107 19004 0 -1 4202560 203 0 0 0 67 2 0 0 20 0 19 0 281619274 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140668568758696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25107/tid=25117] ppid=25105 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/25107/task/25117/stat : 25117 (java) S 25105 25107 19004 0 -1 4202560 295 0 0 0 66 0 0 0 20 0 19 0 281619274 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140668439145000 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25107/tid=25118] ppid=25105 vsize=9625004 CPUtime=5.83 cores=1,3,5,7
/proc/25107/task/25118/stat : 25118 (java) S 25105 25107 19004 0 -1 4202560 156 0 0 0 580 3 0 0 20 0 19 0 281619275 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140667956197992 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25107/tid=25119] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25119/stat : 25119 (java) S 25105 25107 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281619276 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140667955144312 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25107/tid=25120] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25120/stat : 25120 (java) S 25105 25107 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281619276 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140667954091656 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25107/tid=25121] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25121/stat : 25121 (java) S 25105 25107 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281619279 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140667953040400 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25107/tid=25122] ppid=25105 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/25107/task/25122/stat : 25122 (java) S 25105 25107 19004 0 -1 4202560 4443 0 0 0 42 0 0 0 20 0 19 0 281619279 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140667951986744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25107/tid=25123] ppid=25105 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/25107/task/25123/stat : 25123 (java) S 25105 25107 19004 0 -1 4202560 2410 0 0 0 36 0 0 0 20 0 19 0 281619279 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140667950934200 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25107/tid=25124] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25124/stat : 25124 (java) S 25105 25107 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281619279 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140667949881848 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25107/tid=25125] ppid=25105 vsize=9625004 CPUtime=0.81 cores=1,3,5,7
/proc/25107/task/25125/stat : 25125 (java) S 25105 25107 19004 0 -1 4202560 103 0 0 0 46 35 0 0 20 0 19 0 281619279 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140667948829512 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25107/tid=25126] ppid=25105 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25107/task/25126/stat : 25126 (java) S 25105 25107 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281619291 9856004096 40571 33554432000 1073741824 1073778376 140736125613680 140667947775272 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25107 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=548187
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=931858
# CPU time returned by wait4() is 1795.48
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.35
CPU time (s): 1800.01
CPU user time (s): 1799.33
CPU system time (s): 0.68
CPU usage (%): 100.315
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.55
system time used= 0.931858
maximum resident set size= 162432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13484
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42040
involuntary context switches= 12135

runsolver used 10.2704 second user time and 12.1332 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-27 23:42:23
IDJOB=3710835
IDBENCH=2924
IDSOLVER=2289
FILE ID=node146/3710835-1338154943
RUNJOBID= node146-1338124629-19021
PBS_JOBID= 14624512
Free space on /tmp= 71184 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_7_60_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-3710835-1338154943/watcher-3710835-1338154943 -o /tmp/evaluation-result-3710835-1338154943/solver-3710835-1338154943 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710835-1338154943.opb

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

MD5SUM BENCH= a70b0edfadf87ffd0bc1b32400cae43b
RANDOM SEED=100096869

node146.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		: 2667.034
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	: 5334.06
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		: 2667.034
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.92
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		: 2667.034
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.91
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		: 2667.034
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		: 2667.034
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		: 2667.034
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.91
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		: 2667.034
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		: 2667.034
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30814628 kB
Buffers:          325424 kB
Cached:           759832 kB
SwapCached:         2184 kB
Active:          1038156 kB
Inactive:         188360 kB
Active(anon):     140648 kB
Inactive(anon):     2668 kB
Active(file):     897508 kB
Inactive(file):   185692 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100340 kB
Dirty:               820 kB
Writeback:             0 kB
AnonPages:        147160 kB
Mapped:            17568 kB
Shmem:                 0 kB
Slab:             691636 kB
SReclaimable:     132892 kB
SUnreclaim:       558744 kB
KernelStack:        1592 kB
PageTables:         4636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    118784 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= 71132 MiB
End job on node146 at 2012-05-28 00:12:20