Trace number 3710831

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)2 1800.57 1794.35

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_5_40_4.opb
MD5SUMa470052ca6f8034e2c6c08868e52d9e8
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1783.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved NO
Number of variables120
Total number of constraints10
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 constraints10
Minimum length of a constraint55
Maximum length of a constraint56
Number of terms in the objective function 80
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 2550
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1207
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4131
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.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.06/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.06/0.13	c configuring ORDERS
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.06/0.13	c Expensive reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=true
0.06/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c solving HOME/instance-3710831-1338154684.opb
0.06/0.13	c reading problem ... 
0.06/0.16	c ... done. Wall clock time 0.032s.
0.06/0.16	c declared #vars     120
0.06/0.16	c #constraints  10
0.06/0.16	c constraints type 
0.06/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10
0.06/0.16	c 10 constraints processed.
0.06/0.17	c SATISFIABLE
0.06/0.17	c OPTIMIZING...
0.06/0.17	c Got one! Elapsed wall clock time (in seconds):0.038
0.06/0.17	o 780
0.25/0.20	c Got one! Elapsed wall clock time (in seconds):0.066
0.25/0.20	o 779
0.25/0.20	c Got one! Elapsed wall clock time (in seconds):0.069
0.25/0.20	o 778
0.25/0.20	c Got one! Elapsed wall clock time (in seconds):0.072
0.25/0.20	o 625
0.25/0.20	c Got one! Elapsed wall clock time (in seconds):0.074
0.25/0.20	o 623
0.25/0.21	c Got one! Elapsed wall clock time (in seconds):0.078
0.25/0.21	o 621
0.25/0.21	c Got one! Elapsed wall clock time (in seconds):0.08
0.25/0.21	o 612
0.25/0.21	c Got one! Elapsed wall clock time (in seconds):0.083
0.25/0.21	o 587
0.25/0.22	c Got one! Elapsed wall clock time (in seconds):0.085
0.25/0.22	o 586
0.25/0.22	c Got one! Elapsed wall clock time (in seconds):0.087
0.25/0.22	o 585
0.25/0.22	c Got one! Elapsed wall clock time (in seconds):0.091
0.25/0.22	o 584
0.25/0.23	c Got one! Elapsed wall clock time (in seconds):0.095
0.25/0.23	o 582
0.25/0.23	c Got one! Elapsed wall clock time (in seconds):0.097
0.25/0.23	o 581
0.25/0.26	c Got one! Elapsed wall clock time (in seconds):0.128
0.25/0.26	o 579
0.25/0.26	c Got one! Elapsed wall clock time (in seconds):0.134
0.25/0.26	o 576
0.25/0.27	c Got one! Elapsed wall clock time (in seconds):0.136
0.25/0.27	o 575
0.25/0.27	c Got one! Elapsed wall clock time (in seconds):0.138
0.25/0.27	o 573
0.25/0.27	c Got one! Elapsed wall clock time (in seconds):0.139
0.25/0.27	o 572
0.25/0.27	c Got one! Elapsed wall clock time (in seconds):0.141
0.25/0.27	o 571
0.25/0.27	c Got one! Elapsed wall clock time (in seconds):0.143
0.25/0.27	o 570
0.25/0.27	c Got one! Elapsed wall clock time (in seconds):0.144
0.25/0.27	o 549
0.25/0.28	c Got one! Elapsed wall clock time (in seconds):0.146
0.25/0.28	o 548
0.25/0.28	c Got one! Elapsed wall clock time (in seconds):0.148
0.25/0.28	o 547
0.25/0.28	c Got one! Elapsed wall clock time (in seconds):0.149
0.25/0.28	o 546
0.25/0.28	c Got one! Elapsed wall clock time (in seconds):0.151
0.25/0.28	o 527
0.25/0.28	c Got one! Elapsed wall clock time (in seconds):0.152
0.25/0.28	o 524
0.25/0.28	c Got one! Elapsed wall clock time (in seconds):0.153
0.25/0.28	o 467
0.25/0.29	c Got one! Elapsed wall clock time (in seconds):0.155
0.25/0.29	o 463
0.25/0.29	c Got one! Elapsed wall clock time (in seconds):0.157
0.25/0.29	o 462
0.25/0.29	c Got one! Elapsed wall clock time (in seconds):0.159
0.25/0.29	o 461
0.25/0.29	c Got one! Elapsed wall clock time (in seconds):0.161
0.25/0.29	o 460
0.25/0.29	c Got one! Elapsed wall clock time (in seconds):0.163
0.25/0.29	o 459
0.54/0.30	c Got one! Elapsed wall clock time (in seconds):0.166
0.54/0.30	o 458
0.54/0.30	c Got one! Elapsed wall clock time (in seconds):0.169
0.54/0.30	o 457
0.54/0.30	c Got one! Elapsed wall clock time (in seconds):0.17
0.54/0.30	o 456
0.54/0.30	c Got one! Elapsed wall clock time (in seconds):0.171
0.54/0.30	o 455
0.54/0.30	c Got one! Elapsed wall clock time (in seconds):0.172
0.54/0.30	o 454
0.54/0.30	c Got one! Elapsed wall clock time (in seconds):0.173
0.54/0.30	o 453
0.54/0.30	c Got one! Elapsed wall clock time (in seconds):0.174
0.54/0.30	o 436
0.54/0.31	c Got one! Elapsed wall clock time (in seconds):0.175
0.54/0.31	o 415
0.54/0.31	c Got one! Elapsed wall clock time (in seconds):0.176
0.54/0.31	o 413
0.54/0.31	c Got one! Elapsed wall clock time (in seconds):0.177
0.54/0.31	o 380
0.54/0.31	c Got one! Elapsed wall clock time (in seconds):0.178
0.54/0.31	o 378
0.54/0.31	c Got one! Elapsed wall clock time (in seconds):0.18
0.54/0.31	o 376
0.54/0.31	c Got one! Elapsed wall clock time (in seconds):0.182
0.54/0.31	o 375
0.54/0.31	c Got one! Elapsed wall clock time (in seconds):0.183
0.54/0.31	o 374
0.54/0.31	c Got one! Elapsed wall clock time (in seconds):0.185
0.54/0.31	o 373
0.54/0.32	c Got one! Elapsed wall clock time (in seconds):0.186
0.54/0.32	o 372
0.54/0.32	c Got one! Elapsed wall clock time (in seconds):0.188
0.54/0.32	o 367
0.54/0.32	c Got one! Elapsed wall clock time (in seconds):0.19
0.54/0.32	o 366
0.54/0.32	c Got one! Elapsed wall clock time (in seconds):0.191
0.54/0.32	o 365
0.54/0.32	c Got one! Elapsed wall clock time (in seconds):0.193
0.54/0.32	o 363
0.54/0.33	c Got one! Elapsed wall clock time (in seconds):0.195
0.54/0.33	o 362
0.54/0.33	c Got one! Elapsed wall clock time (in seconds):0.197
0.54/0.33	o 361
0.54/0.33	c Got one! Elapsed wall clock time (in seconds):0.198
0.54/0.33	o 336
0.54/0.33	c Got one! Elapsed wall clock time (in seconds):0.2
0.54/0.33	o 335
0.54/0.33	c Got one! Elapsed wall clock time (in seconds):0.202
0.54/0.33	o 333
0.54/0.33	c Got one! Elapsed wall clock time (in seconds):0.203
0.54/0.33	o 330
0.54/0.34	c Got one! Elapsed wall clock time (in seconds):0.205
0.54/0.34	o 329
0.54/0.34	c Got one! Elapsed wall clock time (in seconds):0.207
0.54/0.34	o 328
0.54/0.34	c Got one! Elapsed wall clock time (in seconds):0.209
0.54/0.34	o 327
0.54/0.34	c Got one! Elapsed wall clock time (in seconds):0.211
0.54/0.34	o 326
0.54/0.34	c Got one! Elapsed wall clock time (in seconds):0.213
0.54/0.34	o 325
0.54/0.34	c Got one! Elapsed wall clock time (in seconds):0.215
0.54/0.34	o 324
0.54/0.35	c Got one! Elapsed wall clock time (in seconds):0.217
0.54/0.35	o 322
0.54/0.35	c Got one! Elapsed wall clock time (in seconds):0.219
0.54/0.35	o 321
0.54/0.35	c Got one! Elapsed wall clock time (in seconds):0.22
0.54/0.35	o 320
0.54/0.35	c Got one! Elapsed wall clock time (in seconds):0.223
0.54/0.35	o 318
0.54/0.36	c Got one! Elapsed wall clock time (in seconds):0.226
0.54/0.36	o 317
0.54/0.36	c Got one! Elapsed wall clock time (in seconds):0.228
0.54/0.36	o 316
0.54/0.36	c Got one! Elapsed wall clock time (in seconds):0.23
0.54/0.36	o 315
0.54/0.36	c Got one! Elapsed wall clock time (in seconds):0.232
0.54/0.36	o 314
0.54/0.36	c Got one! Elapsed wall clock time (in seconds):0.233
0.54/0.36	o 311
0.54/0.37	c Got one! Elapsed wall clock time (in seconds):0.235
0.54/0.37	o 310
0.54/0.37	c Got one! Elapsed wall clock time (in seconds):0.236
0.54/0.37	o 307
0.54/0.37	c Got one! Elapsed wall clock time (in seconds):0.237
0.54/0.37	o 304
0.54/0.37	c Got one! Elapsed wall clock time (in seconds):0.238
0.54/0.37	o 295
0.54/0.37	c Got one! Elapsed wall clock time (in seconds):0.239
0.54/0.37	o 294
0.54/0.37	c Got one! Elapsed wall clock time (in seconds):0.241
0.54/0.37	o 292
0.54/0.37	c Got one! Elapsed wall clock time (in seconds):0.243
0.54/0.37	o 283
0.54/0.37	c Got one! Elapsed wall clock time (in seconds):0.245
0.54/0.37	o 282
0.54/0.38	c Got one! Elapsed wall clock time (in seconds):0.246
0.54/0.38	o 281
0.54/0.38	c Got one! Elapsed wall clock time (in seconds):0.248
0.54/0.38	o 280
0.54/0.38	c Got one! Elapsed wall clock time (in seconds):0.249
0.54/0.38	o 279
0.54/0.38	c Got one! Elapsed wall clock time (in seconds):0.251
0.54/0.38	o 278
0.54/0.38	c Got one! Elapsed wall clock time (in seconds):0.252
0.54/0.38	o 267
0.54/0.38	c Got one! Elapsed wall clock time (in seconds):0.253
0.54/0.38	o 266
0.54/0.38	c Got one! Elapsed wall clock time (in seconds):0.255
0.54/0.38	o 265
0.54/0.39	c Got one! Elapsed wall clock time (in seconds):0.256
0.54/0.39	o 264
0.54/0.39	c Got one! Elapsed wall clock time (in seconds):0.257
0.54/0.39	o 263
0.54/0.39	c Got one! Elapsed wall clock time (in seconds):0.262
0.54/0.39	o 262
0.84/0.40	c Got one! Elapsed wall clock time (in seconds):0.266
0.84/0.40	o 260
0.84/0.40	c Got one! Elapsed wall clock time (in seconds):0.269
0.84/0.40	o 252
0.84/0.40	c Got one! Elapsed wall clock time (in seconds):0.272
0.84/0.40	o 251
0.84/0.40	c Got one! Elapsed wall clock time (in seconds):0.273
0.84/0.40	o 250
0.84/0.41	c Got one! Elapsed wall clock time (in seconds):0.275
0.84/0.41	o 249
0.84/0.41	c Got one! Elapsed wall clock time (in seconds):0.276
0.84/0.41	o 248
0.84/0.41	c Got one! Elapsed wall clock time (in seconds):0.277
0.84/0.41	o 247
0.84/0.41	c Got one! Elapsed wall clock time (in seconds):0.278
0.84/0.41	o 246
0.84/0.41	c Got one! Elapsed wall clock time (in seconds):0.282
0.84/0.41	o 245
0.84/0.42	c Got one! Elapsed wall clock time (in seconds):0.287
0.84/0.42	o 244
0.84/0.42	c Got one! Elapsed wall clock time (in seconds):0.288
0.84/0.42	o 243
0.84/0.42	c Got one! Elapsed wall clock time (in seconds):0.289
0.84/0.42	o 242
0.84/0.42	c Got one! Elapsed wall clock time (in seconds):0.291
0.84/0.42	o 240
0.84/0.42	c Got one! Elapsed wall clock time (in seconds):0.293
0.84/0.42	o 239
0.84/0.42	c Got one! Elapsed wall clock time (in seconds):0.294
0.84/0.42	o 238
0.84/0.42	c Got one! Elapsed wall clock time (in seconds):0.295
0.84/0.42	o 229
0.84/0.43	c Got one! Elapsed wall clock time (in seconds):0.296
0.84/0.43	o 228
0.84/0.43	c Got one! Elapsed wall clock time (in seconds):0.296
0.84/0.43	o 227
0.84/0.43	c Got one! Elapsed wall clock time (in seconds):0.297
0.84/0.43	o 226
0.84/0.43	c Got one! Elapsed wall clock time (in seconds):0.298
0.84/0.43	o 225
0.84/0.43	c Got one! Elapsed wall clock time (in seconds):0.299
0.84/0.43	o 224
0.84/0.43	c Got one! Elapsed wall clock time (in seconds):0.3
0.84/0.43	o 223
0.84/0.43	c Got one! Elapsed wall clock time (in seconds):0.301
0.84/0.43	o 221
0.84/0.43	c Got one! Elapsed wall clock time (in seconds):0.302
0.84/0.43	o 210
0.84/0.43	c Got one! Elapsed wall clock time (in seconds):0.304
0.84/0.43	o 209
0.84/0.44	c Got one! Elapsed wall clock time (in seconds):0.305
0.84/0.44	o 204
0.84/0.44	c Got one! Elapsed wall clock time (in seconds):0.307
0.84/0.44	o 203
0.84/0.44	c Got one! Elapsed wall clock time (in seconds):0.309
0.84/0.44	o 202
0.84/0.44	c Got one! Elapsed wall clock time (in seconds):0.309
0.84/0.44	o 201
0.84/0.44	c Got one! Elapsed wall clock time (in seconds):0.311
0.84/0.44	o 199
0.84/0.44	c Got one! Elapsed wall clock time (in seconds):0.312
0.84/0.44	o 198
0.84/0.44	c Got one! Elapsed wall clock time (in seconds):0.313
0.84/0.44	o 197
0.84/0.45	c Got one! Elapsed wall clock time (in seconds):0.316
0.84/0.45	o 191
0.84/0.45	c Got one! Elapsed wall clock time (in seconds):0.317
0.84/0.45	o 190
0.84/0.45	c Got one! Elapsed wall clock time (in seconds):0.318
0.84/0.45	o 189
0.84/0.45	c Got one! Elapsed wall clock time (in seconds):0.319
0.84/0.45	o 170
0.84/0.45	c Got one! Elapsed wall clock time (in seconds):0.32
0.84/0.45	o 169
0.84/0.45	c Got one! Elapsed wall clock time (in seconds):0.321
0.84/0.45	o 168
0.84/0.45	c Got one! Elapsed wall clock time (in seconds):0.322
0.84/0.45	o 167
0.84/0.45	c Got one! Elapsed wall clock time (in seconds):0.323
0.84/0.45	o 166
0.84/0.45	c Got one! Elapsed wall clock time (in seconds):0.324
0.84/0.45	o 165
0.84/0.46	c Got one! Elapsed wall clock time (in seconds):0.325
0.84/0.46	o 164
0.84/0.46	c Got one! Elapsed wall clock time (in seconds):0.326
0.84/0.46	o 163
0.84/0.46	c Got one! Elapsed wall clock time (in seconds):0.326
0.84/0.46	o 162
0.84/0.46	c Got one! Elapsed wall clock time (in seconds):0.328
0.84/0.46	o 161
0.84/0.46	c Got one! Elapsed wall clock time (in seconds):0.328
0.84/0.46	o 160
0.84/0.46	c Got one! Elapsed wall clock time (in seconds):0.329
0.84/0.46	o 159
0.84/0.46	c Got one! Elapsed wall clock time (in seconds):0.33
0.84/0.46	o 158
0.84/0.46	c Got one! Elapsed wall clock time (in seconds):0.331
0.84/0.46	o 157
0.84/0.46	c Got one! Elapsed wall clock time (in seconds):0.333
0.84/0.46	o 155
0.84/0.46	c Got one! Elapsed wall clock time (in seconds):0.334
0.84/0.46	o 154
0.84/0.47	c Got one! Elapsed wall clock time (in seconds):0.335
0.84/0.47	o 153
0.84/0.47	c Got one! Elapsed wall clock time (in seconds):0.337
0.84/0.47	o 152
0.84/0.47	c Got one! Elapsed wall clock time (in seconds):0.338
0.84/0.47	o 151
0.84/0.47	c Got one! Elapsed wall clock time (in seconds):0.339
0.84/0.47	o 150
0.84/0.47	c Got one! Elapsed wall clock time (in seconds):0.34
0.84/0.47	o 149
0.84/0.47	c Got one! Elapsed wall clock time (in seconds):0.341
0.84/0.47	o 148
0.84/0.48	c Got one! Elapsed wall clock time (in seconds):0.347
0.84/0.48	o 147
0.84/0.48	c Got one! Elapsed wall clock time (in seconds):0.349
0.84/0.48	o 146
0.84/0.48	c Got one! Elapsed wall clock time (in seconds):0.351
0.84/0.48	o 144
0.84/0.48	c Got one! Elapsed wall clock time (in seconds):0.352
0.84/0.48	o 137
0.84/0.48	c Got one! Elapsed wall clock time (in seconds):0.353
0.84/0.48	o 136
0.84/0.48	c Got one! Elapsed wall clock time (in seconds):0.355
0.84/0.48	o 135
0.84/0.49	c Got one! Elapsed wall clock time (in seconds):0.356
0.84/0.49	o 132
0.84/0.49	c Got one! Elapsed wall clock time (in seconds):0.356
0.84/0.49	o 131
0.84/0.49	c Got one! Elapsed wall clock time (in seconds):0.357
0.84/0.49	o 130
0.84/0.49	c Got one! Elapsed wall clock time (in seconds):0.359
0.84/0.49	o 129
0.84/0.49	c Got one! Elapsed wall clock time (in seconds):0.36
0.84/0.49	o 127
0.84/0.49	c Got one! Elapsed wall clock time (in seconds):0.361
0.84/0.49	o 120
0.84/0.49	c Got one! Elapsed wall clock time (in seconds):0.362
0.84/0.49	o 119
1.12/0.50	c Got one! Elapsed wall clock time (in seconds):0.366
1.12/0.50	o 117
1.12/0.50	c Got one! Elapsed wall clock time (in seconds):0.367
1.12/0.50	o 112
1.12/0.50	c Got one! Elapsed wall clock time (in seconds):0.367
1.12/0.50	o 107
1.12/0.50	c Got one! Elapsed wall clock time (in seconds):0.368
1.12/0.50	o 105
1.12/0.50	c Got one! Elapsed wall clock time (in seconds):0.369
1.12/0.50	o 104
1.12/0.50	c Got one! Elapsed wall clock time (in seconds):0.369
1.12/0.50	o 101
1.12/0.50	c Got one! Elapsed wall clock time (in seconds):0.37
1.12/0.50	o 100
1.12/0.50	c Got one! Elapsed wall clock time (in seconds):0.371
1.12/0.50	o 97
1.12/0.50	c Got one! Elapsed wall clock time (in seconds):0.372
1.12/0.50	o 96
1.12/0.50	c Got one! Elapsed wall clock time (in seconds):0.372
1.12/0.50	o 95
1.12/0.50	c Got one! Elapsed wall clock time (in seconds):0.373
1.12/0.50	o 92
1.12/0.50	c Got one! Elapsed wall clock time (in seconds):0.374
1.12/0.50	o 77
1.12/0.51	c Got one! Elapsed wall clock time (in seconds):0.375
1.12/0.51	o 74
1.12/0.51	c Got one! Elapsed wall clock time (in seconds):0.376
1.12/0.51	o 69
1.12/0.51	c Got one! Elapsed wall clock time (in seconds):0.376
1.12/0.51	o 68
1.12/0.51	c Got one! Elapsed wall clock time (in seconds):0.377
1.12/0.51	o 67
1.12/0.51	c Got one! Elapsed wall clock time (in seconds):0.378
1.12/0.51	o 64
1.12/0.51	c Got one! Elapsed wall clock time (in seconds):0.379
1.12/0.51	o 63
1.12/0.51	c Got one! Elapsed wall clock time (in seconds):0.379
1.12/0.51	o 62
1.12/0.51	c Got one! Elapsed wall clock time (in seconds):0.38
1.12/0.51	o 61
1.12/0.51	c Got one! Elapsed wall clock time (in seconds):0.38
1.12/0.51	o 60
1.12/0.51	c Got one! Elapsed wall clock time (in seconds):0.38
1.12/0.51	o 59
1.12/0.51	c Got one! Elapsed wall clock time (in seconds):0.381
1.12/0.51	o 58
1.12/0.51	c Got one! Elapsed wall clock time (in seconds):0.381
1.12/0.51	o 57
1.12/0.51	c Got one! Elapsed wall clock time (in seconds):0.382
1.12/0.51	o 56
1.12/0.51	c Got one! Elapsed wall clock time (in seconds):0.382
1.12/0.51	o 55
1.12/0.51	c Got one! Elapsed wall clock time (in seconds):0.382
1.12/0.51	o 54
1.12/0.52	c Got one! Elapsed wall clock time (in seconds):0.391
1.12/0.52	o 53
1.12/0.52	c Got one! Elapsed wall clock time (in seconds):0.394
1.12/0.52	o 52
1.12/0.53	c Got one! Elapsed wall clock time (in seconds):0.396
1.12/0.53	o 51
1.12/0.53	c Got one! Elapsed wall clock time (in seconds):0.397
1.12/0.53	o 50
1.12/0.53	c Got one! Elapsed wall clock time (in seconds):0.398
1.12/0.53	o 49
1.12/0.53	c Got one! Elapsed wall clock time (in seconds):0.398
1.12/0.53	o 42
1.12/0.53	c Got one! Elapsed wall clock time (in seconds):0.398
1.12/0.53	o 29
1.12/0.59	c Got one! Elapsed wall clock time (in seconds):0.461
1.12/0.59	o 28
1.12/0.59	c Got one! Elapsed wall clock time (in seconds):0.463
1.12/0.59	o 27
1.12/0.59	c Got one! Elapsed wall clock time (in seconds):0.465
1.12/0.59	o 26
1.22/0.62	c Got one! Elapsed wall clock time (in seconds):0.491
1.22/0.62	o 24
1.22/0.67	c Got one! Elapsed wall clock time (in seconds):0.537
1.22/0.67	o 22
1.22/0.67	c Got one! Elapsed wall clock time (in seconds):0.538
1.22/0.67	o 21
1.45/0.83	c cleaning 3822 clauses out of 7646 with flag 3000/10780
1.45/0.84	c Got one! Elapsed wall clock time (in seconds):0.715
1.45/0.84	o 20
1.45/0.85	c Got one! Elapsed wall clock time (in seconds):0.716
1.45/0.85	o 19
1.45/0.85	c Got one! Elapsed wall clock time (in seconds):0.718
1.45/0.85	o 18
1.45/0.85	c Got one! Elapsed wall clock time (in seconds):0.718
1.45/0.85	o 17
1.45/0.85	c Got one! Elapsed wall clock time (in seconds):0.719
1.45/0.85	o 16
1.45/0.85	c Got one! Elapsed wall clock time (in seconds):0.72
1.45/0.85	o 15
1.45/0.85	c Got one! Elapsed wall clock time (in seconds):0.721
1.45/0.85	o 14
1.45/0.85	c Got one! Elapsed wall clock time (in seconds):0.722
1.45/0.85	o 12
1.45/0.85	c Got one! Elapsed wall clock time (in seconds):0.722
1.45/0.85	o 11
1.45/0.85	c Got one! Elapsed wall clock time (in seconds):0.723
1.45/0.85	o 9
1.68/1.06	c cleaning 4508 clauses out of 9018 with flag 5002/16122
1.98/1.35	c cleaning 5254 clauses out of 10508 with flag 11000/22120
2.28/1.66	c cleaning 6127 clauses out of 12254 with flag 18000/29120
2.70/2.07	c cleaning 7064 clauses out of 14128 with flag 26001/37121
3.10/2.47	c cleaning 8032 clauses out of 16064 with flag 35001/46121
3.71/3.02	c cleaning 9014 clauses out of 18032 with flag 45001/56121
4.21/3.57	c cleaning 10005 clauses out of 20017 with flag 56000/67120
5.02/4.35	c cleaning 11007 clauses out of 22013 with flag 68001/79121
5.82/5.15	c cleaning 12004 clauses out of 24009 with flag 81004/92124
6.72/6.00	c cleaning 12997 clauses out of 26002 with flag 95001/106121
7.73/7.02	c cleaning 14004 clauses out of 28008 with flag 110004/121124
8.63/7.99	c cleaning 14995 clauses out of 30000 with flag 126000/137120
9.63/8.97	c cleaning 16003 clauses out of 32008 with flag 143003/154123
10.84/10.12	c cleaning 17001 clauses out of 34004 with flag 161002/172122
12.06/11.37	c cleaning 17998 clauses out of 36004 with flag 180003/191123
13.36/12.67	c cleaning 18998 clauses out of 38003 with flag 200000/211120
14.97/14.28	c cleaning 20002 clauses out of 40007 with flag 221002/232122
16.58/15.89	c cleaning 21001 clauses out of 42003 with flag 243000/254120
18.79/18.07	c cleaning 21994 clauses out of 44002 with flag 266000/277120
20.89/20.12	c cleaning 23001 clauses out of 46008 with flag 290000/301120
22.91/22.18	c cleaning 24004 clauses out of 48008 with flag 315001/326121
25.12/24.33	c cleaning 24998 clauses out of 50003 with flag 341000/352120
27.53/26.78	c cleaning 26002 clauses out of 52006 with flag 368001/379121
30.64/29.87	c cleaning 26996 clauses out of 54003 with flag 396000/407120
33.35/32.50	c cleaning 28004 clauses out of 56007 with flag 425000/436120
36.06/35.22	c cleaning 29002 clauses out of 58003 with flag 455000/466120
38.66/37.83	c cleaning 30001 clauses out of 60003 with flag 486002/497122
41.47/40.61	c cleaning 30993 clauses out of 62001 with flag 518001/529121
44.37/43.56	c cleaning 32004 clauses out of 64008 with flag 551001/562121
47.98/47.15	c cleaning 32997 clauses out of 66003 with flag 585000/596120
51.91/51.02	c cleaning 33996 clauses out of 68007 with flag 620001/631121
55.71/54.89	c cleaning 35001 clauses out of 70010 with flag 656000/667120
57.33/56.44	c Got one! Elapsed wall clock time (in seconds):56.306
57.33/56.44	o 8
57.33/56.45	c Got one! Elapsed wall clock time (in seconds):56.323
57.33/56.45	o 7
58.14/57.29	c cleaning 28908 clauses out of 57831 with flag 5001/690204
58.65/57.79	c cleaning 17460 clauses out of 34926 with flag 11004/696207
59.07/58.19	c cleaning 12231 clauses out of 24464 with flag 18002/703205
59.57/58.60	c cleaning 10116 clauses out of 20232 with flag 26001/711204
59.98/59.00	c cleaning 9552 clauses out of 19116 with flag 35001/720204
60.38/59.45	c cleaning 9779 clauses out of 19563 with flag 45000/730203
61.00/60.04	c cleaning 10393 clauses out of 20785 with flag 56001/741204
61.71/60.70	c cleaning 11196 clauses out of 22393 with flag 68002/753205
62.45/61.43	c cleaning 12095 clauses out of 24195 with flag 81000/766203
63.25/62.24	c cleaning 13048 clauses out of 26100 with flag 95000/780203
64.17/63.19	c cleaning 14022 clauses out of 28053 with flag 110001/795204
65.28/64.26	c cleaning 15009 clauses out of 30030 with flag 126000/811203
66.58/65.57	c cleaning 16007 clauses out of 32022 with flag 143001/828204
67.69/66.68	c cleaning 17002 clauses out of 34014 with flag 161000/846203
69.09/68.05	c cleaning 18006 clauses out of 36012 with flag 180000/865203
70.40/69.38	c cleaning 18996 clauses out of 38007 with flag 200001/885204
71.99/70.94	c cleaning 20002 clauses out of 40011 with flag 221001/906204
73.60/72.54	c cleaning 20999 clauses out of 42008 with flag 243000/928203
75.40/74.31	c cleaning 22002 clauses out of 44010 with flag 266001/951204
77.30/76.30	c cleaning 23002 clauses out of 46007 with flag 290000/975203
79.14/78.10	c cleaning 24002 clauses out of 48006 with flag 315001/1000204
81.03/79.94	c cleaning 24999 clauses out of 50003 with flag 341000/1026203
82.94/81.80	c cleaning 26002 clauses out of 52006 with flag 368002/1053205
85.05/83.90	c cleaning 26997 clauses out of 54002 with flag 396000/1081203
87.57/86.46	c cleaning 27996 clauses out of 56005 with flag 425000/1110203
90.47/89.37	c cleaning 29000 clauses out of 58012 with flag 455003/1140206
93.48/92.38	c cleaning 30003 clauses out of 60009 with flag 486000/1171203
96.18/95.04	c cleaning 30999 clauses out of 62006 with flag 518000/1203203
98.88/97.72	c cleaning 32005 clauses out of 64009 with flag 551002/1236205
101.88/100.72	c cleaning 33001 clauses out of 66003 with flag 585001/1270204
104.89/103.79	c cleaning 33996 clauses out of 68002 with flag 620001/1305204
105.31/104.11	c Got one! Elapsed wall clock time (in seconds):103.976
105.31/104.11	o 6
105.71/104.59	c cleaning 22656 clauses out of 45332 with flag 5001/1316530
106.11/104.93	c cleaning 14331 clauses out of 28675 with flag 11000/1322529
106.53/105.38	c cleaning 10672 clauses out of 21348 with flag 18004/1329533
106.93/105.78	c cleaning 9331 clauses out of 18672 with flag 26000/1337529
107.44/106.21	c cleaning 9168 clauses out of 18342 with flag 35001/1346530
107.84/106.68	c cleaning 9587 clauses out of 19173 with flag 45000/1356529
108.34/107.20	c cleaning 10287 clauses out of 20587 with flag 56001/1367530
109.05/107.87	c cleaning 11145 clauses out of 22299 with flag 68000/1379529
109.76/108.54	c cleaning 12075 clauses out of 24155 with flag 81001/1392530
110.56/109.33	c cleaning 13037 clauses out of 26080 with flag 95001/1406530
111.50/110.27	c cleaning 14019 clauses out of 28042 with flag 110000/1421529
112.60/111.31	c cleaning 15008 clauses out of 30024 with flag 126001/1437530
113.70/112.40	c cleaning 16003 clauses out of 32015 with flag 143000/1454529
114.80/113.54	c cleaning 17006 clauses out of 34016 with flag 161004/1472533
116.02/114.73	c cleaning 17999 clauses out of 36006 with flag 180000/1491529
117.32/116.06	c cleaning 19004 clauses out of 38009 with flag 200002/1511531
118.62/117.38	c cleaning 20001 clauses out of 40004 with flag 221001/1532530
120.42/119.12	c cleaning 20998 clauses out of 42002 with flag 243000/1554529
122.02/120.79	c cleaning 22000 clauses out of 44006 with flag 266002/1577531
123.93/122.67	c cleaning 23002 clauses out of 46005 with flag 290001/1601530
125.94/124.66	c cleaning 23996 clauses out of 48003 with flag 315001/1626530
128.16/126.81	c cleaning 25004 clauses out of 50007 with flag 341001/1652530
130.16/128.85	c cleaning 26001 clauses out of 52003 with flag 368001/1679530
132.46/131.11	c cleaning 26998 clauses out of 54001 with flag 396000/1707529
134.78/133.46	c cleaning 27998 clauses out of 56004 with flag 425001/1736530
137.18/135.83	c cleaning 29004 clauses out of 58008 with flag 455003/1766532
139.28/137.95	c Got one! Elapsed wall clock time (in seconds):137.816
139.28/137.95	o 5
140.08/138.74	c cleaning 32125 clauses out of 64259 with flag 5002/1801787
140.53/139.18	c cleaning 19065 clauses out of 38135 with flag 11003/1807788
140.97/139.56	c cleaning 13027 clauses out of 26067 with flag 18000/1814785
141.38/139.93	c cleaning 10509 clauses out of 21040 with flag 26000/1822785
141.78/140.33	c cleaning 9762 clauses out of 19534 with flag 35003/1831788
142.19/140.79	c cleaning 9879 clauses out of 19770 with flag 45001/1841786
142.78/141.32	c cleaning 10439 clauses out of 20890 with flag 56000/1852785
143.39/141.91	c cleaning 11224 clauses out of 22451 with flag 68000/1864785
144.09/142.64	c cleaning 12110 clauses out of 24227 with flag 81000/1877785
144.79/143.38	c cleaning 13055 clauses out of 26118 with flag 95001/1891786
145.69/144.22	c cleaning 14030 clauses out of 28062 with flag 110000/1906785
146.71/145.26	c cleaning 15016 clauses out of 30035 with flag 126003/1922788
148.01/146.55	c cleaning 16009 clauses out of 32019 with flag 143003/1939788
149.22/147.73	c cleaning 17003 clauses out of 34009 with flag 161002/1957787
150.32/148.89	c cleaning 17998 clauses out of 36004 with flag 180000/1976785
151.82/150.37	c cleaning 18999 clauses out of 38007 with flag 200001/1996786
153.52/152.08	c cleaning 19999 clauses out of 40008 with flag 221001/2017786
155.13/153.65	c cleaning 21002 clauses out of 42010 with flag 243002/2039787
156.83/155.33	c cleaning 22000 clauses out of 44006 with flag 266000/2062785
158.63/157.10	c cleaning 22997 clauses out of 46006 with flag 290000/2086785
160.64/159.16	c cleaning 24000 clauses out of 48009 with flag 315000/2111785
162.86/161.34	c cleaning 25006 clauses out of 50013 with flag 341004/2137789
164.96/163.43	c cleaning 25995 clauses out of 52003 with flag 368000/2164785
167.36/165.83	c cleaning 27001 clauses out of 54008 with flag 396000/2192785
170.28/168.74	c cleaning 28003 clauses out of 56008 with flag 425001/2221786
173.39/171.83	c cleaning 28996 clauses out of 58004 with flag 455000/2251785
176.81/175.23	c cleaning 29999 clauses out of 60008 with flag 486000/2282785
179.43/177.82	c cleaning 31003 clauses out of 62011 with flag 518002/2314787
182.14/180.52	c cleaning 32003 clauses out of 64007 with flag 551001/2347786
185.27/183.66	c cleaning 32997 clauses out of 66003 with flag 585000/2381785
188.57/186.95	c cleaning 34003 clauses out of 68007 with flag 620001/2416786
192.26/190.61	c cleaning 35000 clauses out of 70004 with flag 656001/2452786
196.77/195.12	c cleaning 35994 clauses out of 72003 with flag 693000/2489785
201.47/199.88	c cleaning 37001 clauses out of 74012 with flag 731003/2527788
206.88/205.29	c cleaning 38001 clauses out of 76009 with flag 770001/2566786
212.42/210.75	c cleaning 39004 clauses out of 78007 with flag 810000/2606785
217.64/215.98	c cleaning 39998 clauses out of 80004 with flag 851001/2647786
221.56/219.90	c cleaning 41001 clauses out of 82007 with flag 893002/2689787
225.56/223.82	c cleaning 41995 clauses out of 84004 with flag 936000/2732785
229.59/227.88	c cleaning 42997 clauses out of 86010 with flag 980001/2776786
234.19/232.43	c cleaning 44006 clauses out of 88013 with flag 1025001/2821786
239.02/237.23	c cleaning 45001 clauses out of 90006 with flag 1071000/2867785
243.92/242.12	c cleaning 46000 clauses out of 92007 with flag 1118002/2914787
249.04/247.27	c cleaning 47002 clauses out of 94005 with flag 1166000/2962785
255.67/253.87	c cleaning 48001 clauses out of 96005 with flag 1215002/3011787
262.28/260.40	c cleaning 48999 clauses out of 98003 with flag 1265001/3061786
267.99/266.13	c cleaning 49999 clauses out of 100003 with flag 1316000/3112785
275.31/273.44	c cleaning 51000 clauses out of 102004 with flag 1368000/3164785
281.35/279.43	c cleaning 52001 clauses out of 104005 with flag 1421001/3217786
287.06/285.17	c cleaning 53000 clauses out of 106005 with flag 1475002/3271787
293.37/291.46	c cleaning 53998 clauses out of 108007 with flag 1530004/3326789
299.98/298.01	c cleaning 55004 clauses out of 110008 with flag 1586003/3382788
306.29/304.39	c cleaning 55993 clauses out of 112002 with flag 1643001/3439786
312.71/310.77	c cleaning 57002 clauses out of 114008 with flag 1701000/3497785
320.14/318.17	c cleaning 58004 clauses out of 116008 with flag 1760002/3556787
327.16/325.14	c cleaning 58999 clauses out of 118003 with flag 1820001/3616786
334.87/332.80	c cleaning 59999 clauses out of 120003 with flag 1881000/3677785
343.27/341.23	c cleaning 60996 clauses out of 122005 with flag 1943001/3739786
351.89/349.84	c cleaning 62003 clauses out of 124008 with flag 2006000/3802785
360.50/358.50	c cleaning 62998 clauses out of 126005 with flag 2070000/3866785
371.02/368.97	c cleaning 64000 clauses out of 128007 with flag 2135000/3931785
380.95/378.83	c cleaning 65001 clauses out of 130007 with flag 2201000/3997785
382.46/380.39	c Got one! Elapsed wall clock time (in seconds):380.264
382.46/380.39	o 4
384.06/381.91	c cleaning 43981 clauses out of 87961 with flag 5001/4020793
384.76/382.69	c cleaning 24984 clauses out of 49981 with flag 11002/4026794
385.36/383.28	c cleaning 15994 clauses out of 31995 with flag 18000/4033792
385.97/383.82	c cleaning 11999 clauses out of 24001 with flag 26000/4041792
386.47/384.33	c cleaning 10497 clauses out of 21002 with flag 35000/4050792
386.98/384.84	c cleaning 10250 clauses out of 20507 with flag 45002/4060794
387.59/385.43	c cleaning 10628 clauses out of 21257 with flag 56002/4071794
388.30/386.12	c cleaning 11310 clauses out of 22628 with flag 68001/4083793
389.04/386.83	c cleaning 12160 clauses out of 24319 with flag 81002/4096794
389.85/387.70	c cleaning 13076 clauses out of 26157 with flag 95000/4110792
390.75/388.50	c cleaning 14039 clauses out of 28083 with flag 110002/4125794
391.66/389.47	c cleaning 15018 clauses out of 30045 with flag 126003/4141795
392.68/390.43	c cleaning 16008 clauses out of 32024 with flag 143000/4158792
393.78/391.53	c cleaning 17008 clauses out of 34017 with flag 161001/4176793
395.21/392.91	c cleaning 18005 clauses out of 36011 with flag 180003/4195795
396.61/394.35	c cleaning 19000 clauses out of 38003 with flag 200000/4215792
398.22/395.98	c cleaning 20000 clauses out of 40003 with flag 221000/4236792
399.94/397.60	c cleaning 21002 clauses out of 42006 with flag 243003/4258795
401.64/399.33	c cleaning 21997 clauses out of 44002 with flag 266001/4281793
403.44/401.18	c cleaning 22995 clauses out of 46004 with flag 290000/4305792
405.45/403.16	c cleaning 24005 clauses out of 48009 with flag 315000/4330792
407.75/405.44	c cleaning 25001 clauses out of 50005 with flag 341001/4356793
410.06/407.77	c cleaning 25997 clauses out of 52003 with flag 368000/4383792
412.46/410.18	c cleaning 27000 clauses out of 54007 with flag 396001/4411793
414.97/412.65	c cleaning 28002 clauses out of 56008 with flag 425002/4440794
418.08/415.74	c cleaning 29001 clauses out of 58004 with flag 455000/4470792
421.28/418.97	c cleaning 29996 clauses out of 60003 with flag 486000/4501792
424.19/421.82	c cleaning 31003 clauses out of 62008 with flag 518001/4533793
426.69/424.36	c cleaning 32002 clauses out of 64005 with flag 551001/4566793
429.50/427.11	c cleaning 32999 clauses out of 66004 with flag 585002/4600794
432.10/429.78	c cleaning 33997 clauses out of 68004 with flag 620001/4635793
434.91/432.51	c cleaning 35000 clauses out of 70006 with flag 656000/4671792
438.31/435.99	c cleaning 36002 clauses out of 72007 with flag 693001/4708793
442.12/439.70	c cleaning 37001 clauses out of 74004 with flag 731000/4746792
446.02/443.64	c cleaning 37999 clauses out of 76005 with flag 770002/4785794
449.22/446.83	c cleaning 38999 clauses out of 78005 with flag 810001/4825793
452.65/450.26	c cleaning 40002 clauses out of 80005 with flag 851000/4866792
456.08/453.67	c cleaning 40999 clauses out of 82003 with flag 893000/4908792
460.20/457.75	c cleaning 41994 clauses out of 84004 with flag 936000/4951792
465.81/463.32	c cleaning 43004 clauses out of 86012 with flag 980002/4995794
471.56/469.04	c cleaning 44003 clauses out of 88007 with flag 1025001/5040793
477.89/475.33	c cleaning 45001 clauses out of 90005 with flag 1071002/5086794
484.10/481.52	c cleaning 45999 clauses out of 92002 with flag 1118000/5133792
488.82/486.21	c cleaning 46993 clauses out of 94003 with flag 1166000/5181792
493.22/490.63	c cleaning 48001 clauses out of 96012 with flag 1215002/5230794
497.82/495.24	c cleaning 49006 clauses out of 98014 with flag 1265005/5280797
502.53/499.93	c cleaning 50000 clauses out of 100005 with flag 1316002/5331794
506.94/504.37	c cleaning 50997 clauses out of 102004 with flag 1368001/5383793
512.15/509.56	c cleaning 52004 clauses out of 104007 with flag 1421001/5436793
518.15/515.54	c cleaning 52993 clauses out of 106004 with flag 1475002/5490794
526.36/523.72	c cleaning 54000 clauses out of 108011 with flag 1530002/5545794
533.58/530.95	c cleaning 55000 clauses out of 110009 with flag 1586000/5601792
541.10/538.48	c cleaning 56000 clauses out of 112012 with flag 1643003/5658795
550.74/548.05	c cleaning 57006 clauses out of 114012 with flag 1701003/5716795
559.85/557.12	c cleaning 57999 clauses out of 116004 with flag 1760001/5775793
568.08/565.32	c cleaning 58994 clauses out of 118004 with flag 1820000/5835792
576.99/574.23	c cleaning 60004 clauses out of 120010 with flag 1881000/5896792
586.21/583.47	c cleaning 60997 clauses out of 122007 with flag 1943001/5958793
592.84/590.02	c cleaning 62000 clauses out of 124010 with flag 2006001/6021793
599.35/596.57	c cleaning 62999 clauses out of 126011 with flag 2070002/6085794
606.26/603.40	c cleaning 64007 clauses out of 128013 with flag 2135003/6150795
613.76/610.95	c cleaning 65002 clauses out of 130004 with flag 2201001/6216793
620.89/618.08	c cleaning 66000 clauses out of 132001 with flag 2268000/6283792
628.01/625.12	c cleaning 67000 clauses out of 134001 with flag 2336000/6351792
635.62/632.74	c cleaning 68002 clauses out of 136004 with flag 2405003/6420795
644.06/641.12	c cleaning 68994 clauses out of 137999 with flag 2475000/6490792
652.60/649.61	c cleaning 70002 clauses out of 140006 with flag 2546001/6561793
661.12/658.16	c cleaning 70999 clauses out of 142003 with flag 2618000/6633792
670.35/667.31	c cleaning 72000 clauses out of 144004 with flag 2691000/6706792
683.57/680.57	c cleaning 73001 clauses out of 146004 with flag 2765000/6780792
696.87/693.83	c cleaning 73997 clauses out of 148004 with flag 2840001/6855793
709.91/706.84	c cleaning 74995 clauses out of 150006 with flag 2916000/6931792
721.13/718.00	c cleaning 75999 clauses out of 152011 with flag 2993000/7008792
735.27/732.14	c cleaning 77005 clauses out of 154012 with flag 3071000/7086792
749.09/745.93	c cleaning 78005 clauses out of 156010 with flag 3150003/7165795
761.31/758.12	c cleaning 79003 clauses out of 158005 with flag 3230003/7245795
773.05/769.83	c cleaning 79998 clauses out of 160000 with flag 3311001/7326793
787.28/784.06	c cleaning 80995 clauses out of 162001 with flag 3393000/7408792
801.32/798.08	c cleaning 82000 clauses out of 164007 with flag 3476001/7491793
816.75/813.45	c cleaning 82999 clauses out of 166006 with flag 3560000/7575792
831.67/828.37	c cleaning 83996 clauses out of 168008 with flag 3645001/7660793
845.40/842.09	c cleaning 85003 clauses out of 170013 with flag 3731002/7746794
857.72/854.39	c cleaning 86004 clauses out of 172008 with flag 3818000/7833792
869.25/865.81	c cleaning 86999 clauses out of 174005 with flag 3906001/7921793
882.26/878.84	c cleaning 88001 clauses out of 176006 with flag 3995001/8010793
895.97/892.54	c cleaning 88998 clauses out of 178004 with flag 4085000/8100792
909.41/905.98	c cleaning 90002 clauses out of 180009 with flag 4176003/8191795
923.15/919.61	c cleaning 90994 clauses out of 182004 with flag 4268000/8283792
939.98/936.49	c cleaning 92000 clauses out of 184010 with flag 4361000/8376792
956.13/952.54	c cleaning 93002 clauses out of 186011 with flag 4455001/8470793
972.79/969.11	c cleaning 94003 clauses out of 188011 with flag 4550003/8565795
989.61/985.99	c cleaning 94999 clauses out of 190005 with flag 4646000/8661792
1007.97/1004.25	c cleaning 96000 clauses out of 192006 with flag 4743000/8758792
1025.80/1022.03	c cleaning 97000 clauses out of 194007 with flag 4841001/8856793
1041.94/1038.14	c cleaning 98003 clauses out of 196007 with flag 4940001/8955793
1059.17/1055.35	c cleaning 98995 clauses out of 198003 with flag 5040000/9055792
1078.03/1074.11	c cleaning 100004 clauses out of 200010 with flag 5141002/9156794
1095.77/1091.89	c cleaning 100999 clauses out of 202004 with flag 5243000/9258792
1110.39/1106.45	c cleaning 101997 clauses out of 204005 with flag 5346000/9361792
1127.73/1123.73	c cleaning 102997 clauses out of 206009 with flag 5450001/9465793
1145.37/1141.38	c cleaning 104005 clauses out of 208011 with flag 5555000/9570792
1162.20/1158.16	c cleaning 105003 clauses out of 210009 with flag 5661003/9676795
1180.57/1176.41	c cleaning 106001 clauses out of 212004 with flag 5768001/9783793
1197.90/1193.79	c cleaning 106998 clauses out of 214002 with flag 5876000/9891792
1214.03/1209.84	c cleaning 107998 clauses out of 216004 with flag 5985000/10000792
1238.05/1233.84	c cleaning 108994 clauses out of 218006 with flag 6095000/10110792
1255.89/1251.64	c cleaning 110005 clauses out of 220013 with flag 6206001/10221793
1270.71/1266.41	c cleaning 110999 clauses out of 222009 with flag 6318002/10333794
1290.15/1285.89	c cleaning 112001 clauses out of 224009 with flag 6431001/10446793
1311.68/1307.35	c cleaning 113001 clauses out of 226007 with flag 6545000/10560792
1332.21/1327.83	c cleaning 114000 clauses out of 228009 with flag 6660003/10675795
1350.18/1345.75	c cleaning 114997 clauses out of 230006 with flag 6776000/10791792
1365.68/1361.25	c cleaning 116000 clauses out of 232009 with flag 6893000/10908792
1380.70/1376.24	c cleaning 117001 clauses out of 234009 with flag 7011000/11026792
1399.22/1394.75	c cleaning 117995 clauses out of 236008 with flag 7130000/11145792
1426.33/1421.83	c cleaning 119002 clauses out of 238014 with flag 7250001/11265793
1455.55/1451.09	c cleaning 120006 clauses out of 240012 with flag 7371001/11386793
1482.76/1478.29	c cleaning 120998 clauses out of 242006 with flag 7493001/11508793
1510.39/1505.82	c cleaning 121997 clauses out of 244007 with flag 7616000/11631792
1533.70/1529.17	c cleaning 123000 clauses out of 246011 with flag 7740001/11755793
1553.76/1549.10	c cleaning 124002 clauses out of 248011 with flag 7865001/11880793
1576.93/1572.20	c cleaning 124999 clauses out of 250008 with flag 7991000/12006792
1582.64/1577.98	c Got one! Elapsed wall clock time (in seconds):1577.848
1582.64/1577.98	o 2
1586.54/1581.88	c cleaning 86249 clauses out of 172509 with flag 5004/12054301
1587.86/1583.16	c cleaning 46118 clauses out of 92256 with flag 11000/12060297
1588.58/1583.86	c cleaning 26566 clauses out of 53139 with flag 18001/12067298
1589.11/1584.39	c cleaning 17279 clauses out of 34573 with flag 26001/12075298
1589.61/1584.86	c cleaning 13139 clauses out of 26295 with flag 35002/12084299
1590.13/1585.35	c cleaning 11572 clauses out of 23154 with flag 45000/12094297
1590.65/1585.87	c cleaning 11283 clauses out of 22583 with flag 56001/12105298
1591.18/1586.39	c cleaning 11645 clauses out of 23299 with flag 68000/12117297
1591.91/1587.00	c cleaning 12325 clauses out of 24656 with flag 81002/12130299
1592.63/1587.72	c cleaning 13166 clauses out of 26331 with flag 95002/12144299
1593.56/1588.65	c cleaning 14082 clauses out of 28164 with flag 110001/12159298
1594.56/1589.62	c cleaning 15035 clauses out of 30082 with flag 126001/12175298
1595.68/1590.72	c cleaning 16020 clauses out of 32047 with flag 143001/12192298
1597.00/1592.04	c cleaning 17010 clauses out of 34028 with flag 161002/12210299
1598.14/1593.18	c cleaning 18008 clauses out of 36016 with flag 180000/12229297
1599.56/1594.52	c cleaning 19000 clauses out of 38008 with flag 200000/12249297
1600.97/1595.96	c cleaning 20002 clauses out of 40008 with flag 221000/12270297
1602.68/1597.60	c cleaning 21005 clauses out of 42010 with flag 243004/12292301
1604.41/1599.38	c cleaning 22001 clauses out of 44005 with flag 266004/12315301
1606.41/1601.35	c cleaning 23000 clauses out of 46000 with flag 290000/12339297
1608.12/1603.10	c cleaning 23997 clauses out of 48001 with flag 315001/12364298
1609.94/1604.84	c cleaning 24994 clauses out of 50006 with flag 341003/12390300
1611.94/1606.81	c cleaning 26001 clauses out of 52009 with flag 368000/12417297
1614.15/1609.07	c cleaning 27005 clauses out of 54009 with flag 396001/12445298
1616.67/1611.50	c cleaning 27997 clauses out of 56003 with flag 425000/12474297
1619.19/1614.05	c cleaning 29000 clauses out of 58006 with flag 455000/12504297
1622.00/1616.85	c cleaning 30002 clauses out of 60008 with flag 486002/12535299
1624.92/1619.71	c cleaning 31000 clauses out of 62005 with flag 518001/12567298
1628.03/1622.89	c cleaning 32002 clauses out of 64005 with flag 551001/12600298
1631.75/1626.56	c cleaning 32998 clauses out of 66005 with flag 585003/12634300
1635.28/1630.02	c cleaning 33998 clauses out of 68004 with flag 620000/12669297
1639.32/1634.04	c cleaning 35003 clauses out of 70009 with flag 656003/12705300
1643.14/1637.82	c cleaning 35998 clauses out of 72003 with flag 693000/12742297
1647.13/1641.84	c cleaning 37002 clauses out of 74008 with flag 731003/12780300
1651.15/1645.88	c cleaning 37998 clauses out of 76003 with flag 770000/12819297
1655.56/1650.21	c cleaning 38994 clauses out of 78005 with flag 810000/12859297
1659.97/1654.69	c cleaning 40004 clauses out of 80011 with flag 851000/12900297
1664.60/1659.25	c cleaning 40997 clauses out of 82007 with flag 893000/12942297
1669.21/1663.84	c cleaning 42006 clauses out of 84011 with flag 936001/12985298
1673.82/1668.44	c cleaning 42999 clauses out of 86006 with flag 980002/13029299
1678.94/1673.50	c cleaning 43998 clauses out of 88005 with flag 1025000/13074297
1684.67/1679.20	c cleaning 44999 clauses out of 90007 with flag 1071000/13120297
1690.29/1684.81	c cleaning 46000 clauses out of 92008 with flag 1118000/13167297
1696.29/1690.88	c cleaning 46996 clauses out of 94008 with flag 1166000/13215297
1702.94/1697.47	c cleaning 48007 clauses out of 96014 with flag 1215002/13264299
1709.65/1704.18	c cleaning 49000 clauses out of 98005 with flag 1265000/13314297
1716.07/1710.52	c cleaning 50001 clauses out of 100008 with flag 1316003/13365300
1722.88/1717.39	c cleaning 51001 clauses out of 102004 with flag 1368000/13417297
1730.10/1724.54	c cleaning 52000 clauses out of 104007 with flag 1421004/13470301
1735.11/1729.52	c cleaning 53001 clauses out of 106003 with flag 1475000/13524297
1740.83/1735.21	c cleaning 53999 clauses out of 108002 with flag 1530000/13579297
1746.24/1740.60	c cleaning 54996 clauses out of 110004 with flag 1586001/13635298
1752.26/1746.64	c cleaning 55998 clauses out of 112007 with flag 1643000/13692297
1758.79/1753.12	c cleaning 57000 clauses out of 114010 with flag 1701001/13750298
1766.60/1760.98	c cleaning 58000 clauses out of 116010 with flag 1760001/13809298
1773.94/1768.25	c cleaning 58996 clauses out of 118010 with flag 1820001/13869298
1782.05/1776.38	c cleaning 60005 clauses out of 120013 with flag 1881000/13930297
1791.07/1785.37	c cleaning 61004 clauses out of 122010 with flag 1943002/13992299
1799.98/1794.26	c cleaning 61997 clauses out of 124004 with flag 2006000/14055297
1800.11/1794.31	c starts		: 542
1800.11/1794.31	c conflicts		: 14055352
1800.11/1794.31	c decisions		: 14165159
1800.11/1794.31	c propagations		: 94439718
1800.11/1794.31	c inspects		: 23874849877
1800.11/1794.31	c shortcuts		: 0
1800.11/1794.31	c learnt literals	: 0
1800.11/1794.31	c learnt binary clauses	: 0
1800.11/1794.31	c learnt ternary clauses	: 0
1800.11/1794.31	c learnt constraints	: 14055353
1800.11/1794.31	c ignored constraints	: 0
1800.11/1794.31	c root simplifications	: 542
1800.11/1794.31	c removed literals (reason simplification)	: 123550170
1800.11/1794.31	c reason swapping (by a shorter reason)	: 0
1800.11/1794.31	c Calls to reduceDB	: 333
1800.11/1794.31	c number of reductions to clauses (during analyze)	: 0
1800.11/1794.31	c number of learned constraints concerned by reduction	: 0
1800.11/1794.31	c number of learning phase by resolution	: 0
1800.11/1794.31	c number of learning phase by cutting planes	: 0
1800.11/1794.31	c speed (assignments/second)	: 52637.679632716834
1800.11/1794.31	c non guided choices	149
1800.11/1794.34	c learnt constraints type 
1800.11/1794.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 62368
1800.11/1794.34	c constraints type 
1800.11/1794.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 11
1800.11/1794.34	c 11 constraints processed.
1800.11/1794.34	s SATISFIABLE
1800.11/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 
1800.11/1794.34	c objective function=2
1800.11/1794.34	c Total wall clock time (in seconds): 1794.209

Verifier Data

OK	2

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-3710831-1338154684/watcher-3710831-1338154684 -o /tmp/evaluation-result-3710831-1338154684/solver-3710831-1338154684 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710831-1338154684.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: 2.00 2.01 2.00 3/194 22761
/proc/meminfo: memFree=30490528/32873648 swapFree=7112/7112
[pid=22761] ppid=22759 vsize=9224 CPUtime=0 cores=0,2,4,6
/proc/22761/stat : 22761 (java) R 22759 22761 21838 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 281594356 9445376 93 33554432000 1073741824 1073778376 140733765633680 140733765630808 242158188393 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/22761/statm: 2306 97 76 9 0 38 0

[startup+0.030262 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 22761
/proc/meminfo: memFree=30490528/32873648 swapFree=7112/7112
[pid=22761] ppid=22759 vsize=8482100 CPUtime=0 cores=0,2,4,6
/proc/22761/stat : 22761 (java) S 22759 22761 21838 0 -1 4202496 1732 0 1 0 0 0 0 0 20 0 2 0 281594356 8685670400 1923 33554432000 1073741824 1073778376 140733765633680 140733765624816 242170757181 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22761/statm: 2120525 1947 941 9 0 2111634 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8482100

[startup+0.100246 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 22761
/proc/meminfo: memFree=30490528/32873648 swapFree=7112/7112
[pid=22761] ppid=22759 vsize=9558440 CPUtime=0.06 cores=0,2,4,6
/proc/22761/stat : 22761 (java) S 22759 22761 21838 0 -1 4202496 3716 0 1 0 6 0 0 0 20 0 18 0 281594356 9787842560 4924 33554432000 1073741824 1073778376 140733765633680 140733765624816 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22761/statm: 2389610 4925 1940 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558440

[startup+0.300217 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 22761
/proc/meminfo: memFree=30490528/32873648 swapFree=7112/7112
[pid=22761] ppid=22759 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/22761/stat : 22761 (java) S 22759 22761 21838 0 -1 4202496 6807 0 1 0 53 1 0 0 20 0 19 0 281594356 9856004096 8490 33554432000 1073741824 1073778376 140733765633680 140733765624816 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22761/statm: 2406251 8490 2238 9 0 2396937 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9625004

[startup+0.700184 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 22761
/proc/meminfo: memFree=30490528/32873648 swapFree=7112/7112
[pid=22761] ppid=22759 vsize=9625004 CPUtime=1.32 cores=0,2,4,6
/proc/22761/stat : 22761 (java) S 22759 22761 21838 0 -1 4202496 11236 0 1 0 130 2 0 0 20 0 19 0 281594356 9856004096 12010 33554432000 1073741824 1073778376 140733765633680 140733765624816 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22761/statm: 2406251 12010 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9625004

[startup+1.5007 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 22780
/proc/meminfo: memFree=30443936/32873648 swapFree=7112/7112
[pid=22761] ppid=22759 vsize=9625004 CPUtime=2.18 cores=0,2,4,6
/proc/22761/stat : 22761 (java) S 22759 22761 21838 0 -1 4202496 11298 0 1 0 216 2 0 0 20 0 19 0 281594356 9856004096 14111 33554432000 1073741824 1073778376 140733765633680 140733765624816 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22761/statm: 2406251 14111 2276 9 0 2396937 0
[pid=22761/tid=22763] ppid=22759 vsize=9625004 CPUtime=1.42 cores=0,2,4,6
/proc/22761/task/22763/stat : 22763 (java) R 22759 22761 21838 0 -1 4202560 2521 0 1 0 141 1 0 0 20 0 19 0 281594357 9856004096 14111 33554432000 1073741824 1073778376 140733765633680 139982492291496 139982329585781 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22761/tid=22764] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22764/stat : 22764 (java) S 22759 22761 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281594359 9856004096 14111 33554432000 1073741824 1073778376 140733765633680 139982453783464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22761/tid=22765] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22765/stat : 22765 (java) S 22759 22761 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281594359 9856004096 14111 33554432000 1073741824 1073778376 140733765633680 139982452730920 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22761/tid=22766] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22766/stat : 22766 (java) S 22759 22761 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281594359 9856004096 14111 33554432000 1073741824 1073778376 140733765633680 139982451677864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22761/tid=22767] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22767/stat : 22767 (java) S 22759 22761 21838 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281594359 9856004096 14111 33554432000 1073741824 1073778376 140733765633680 139982450625320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22761/tid=22768] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22768/stat : 22768 (java) S 22759 22761 21838 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281594359 9856004096 14111 33554432000 1073741824 1073778376 140733765633680 139982449572264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22761/tid=22769] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22769/stat : 22769 (java) S 22759 22761 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281594359 9856004096 14111 33554432000 1073741824 1073778376 140733765633680 139982448519720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22761/tid=22770] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22770/stat : 22770 (java) S 22759 22761 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281594359 9856004096 14111 33554432000 1073741824 1073778376 140733765633680 139982329079976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22761/tid=22771] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22771/stat : 22771 (java) S 22759 22761 21838 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281594359 9856004096 14111 33554432000 1073741824 1073778376 140733765633680 139982328027432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22761/tid=22772] ppid=22759 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/22761/task/22772/stat : 22772 (java) S 22759 22761 21838 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 281594360 9856004096 14111 33554432000 1073741824 1073778376 140733765633680 139982315830120 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22761/tid=22773] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22773/stat : 22773 (java) S 22759 22761 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281594360 9856004096 14111 33554432000 1073741824 1073778376 140733765633680 139982314776440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22761/tid=22774] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22774/stat : 22774 (java) S 22759 22761 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281594360 9856004096 14111 33554432000 1073741824 1073778376 140733765633680 139982313723272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22761/tid=22775] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22775/stat : 22775 (java) S 22759 22761 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281594363 9856004096 14111 33554432000 1073741824 1073778376 140733765633680 139981574105872 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22761/tid=22776] ppid=22759 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/22761/task/22776/stat : 22776 (java) S 22759 22761 21838 0 -1 4202560 3132 0 0 0 33 0 0 0 20 0 19 0 281594363 9856004096 14111 33554432000 1073741824 1073778376 140733765633680 139981573052728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22761/tid=22777] ppid=22759 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/22761/task/22777/stat : 22777 (java) S 22759 22761 21838 0 -1 4202560 4401 0 0 0 35 0 0 0 20 0 19 0 281594363 9856004096 14111 33554432000 1073741824 1073778376 140733765633680 139981572000184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22761/tid=22778] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22778/stat : 22778 (java) S 22759 22761 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281594363 9856004096 14111 33554432000 1073741824 1073778376 140733765633680 139981570947320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22761/tid=22779] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22779/stat : 22779 (java) S 22759 22761 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281594363 9856004096 14111 33554432000 1073741824 1073778376 140733765633680 139981569894984 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22761/tid=22780] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22780/stat : 22780 (java) S 22759 22761 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281594373 9856004096 14111 33554432000 1073741824 1073778376 140733765633680 139981568841256 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 9625004

[startup+3.10062 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 22780
/proc/meminfo: memFree=30441272/32873648 swapFree=7112/7112
[pid=22761] ppid=22759 vsize=9625004 CPUtime=3.81 cores=0,2,4,6
/proc/22761/stat : 22761 (java) S 22759 22761 21838 0 -1 4202496 11317 0 1 0 379 2 0 0 20 0 19 0 281594356 9856004096 14635 33554432000 1073741824 1073778376 140733765633680 140733765624816 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22761/statm: 2406251 14635 2277 9 0 2396937 0
[pid=22761/tid=22763] ppid=22759 vsize=9625004 CPUtime=2.98 cores=0,2,4,6
/proc/22761/task/22763/stat : 22763 (java) R 22759 22761 21838 0 -1 4202560 2524 0 1 0 296 2 0 0 20 0 19 0 281594357 9856004096 14635 33554432000 1073741824 1073778376 140733765633680 139982492291376 139982329509851 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22761/tid=22764] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22764/stat : 22764 (java) S 22759 22761 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281594359 9856004096 14635 33554432000 1073741824 1073778376 140733765633680 139982453783464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22761/tid=22765] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22765/stat : 22765 (java) S 22759 22761 21838 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281594359 9856004096 14635 33554432000 1073741824 1073778376 140733765633680 139982452730920 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22761/tid=22766] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22766/stat : 22766 (java) S 22759 22761 21838 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281594359 9856004096 14635 33554432000 1073741824 1073778376 140733765633680 139982451677864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22761/tid=22767] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22767/stat : 22767 (java) S 22759 22761 21838 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281594359 9856004096 14635 33554432000 1073741824 1073778376 140733765633680 139982450625320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22761/tid=22768] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22768/stat : 22768 (java) S 22759 22761 21838 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281594359 9856004096 14635 33554432000 1073741824 1073778376 140733765633680 139982449572264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22761/tid=22769] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22769/stat : 22769 (java) S 22759 22761 21838 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281594359 9856004096 14635 33554432000 1073741824 1073778376 140733765633680 139982448519720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22761/tid=22770] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22770/stat : 22770 (java) S 22759 22761 21838 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281594359 9856004096 14635 33554432000 1073741824 1073778376 140733765633680 139982329079976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22761/tid=22771] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22771/stat : 22771 (java) S 22759 22761 21838 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281594359 9856004096 14635 33554432000 1073741824 1073778376 140733765633680 139982328027432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22761/tid=22772] ppid=22759 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/22761/task/22772/stat : 22772 (java) S 22759 22761 21838 0 -1 4202560 31 0 0 0 5 0 0 0 20 0 19 0 281594360 9856004096 14635 33554432000 1073741824 1073778376 140733765633680 139982315830120 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22761/tid=22773] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22773/stat : 22773 (java) S 22759 22761 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281594360 9856004096 14635 33554432000 1073741824 1073778376 140733765633680 139982314776440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22761/tid=22774] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22774/stat : 22774 (java) S 22759 22761 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281594360 9856004096 14635 33554432000 1073741824 1073778376 140733765633680 139982313723272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22761/tid=22775] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22775/stat : 22775 (java) S 22759 22761 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281594363 9856004096 14635 33554432000 1073741824 1073778376 140733765633680 139981574105872 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22761/tid=22776] ppid=22759 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/22761/task/22776/stat : 22776 (java) S 22759 22761 21838 0 -1 4202560 3132 0 0 0 33 0 0 0 20 0 19 0 281594363 9856004096 14635 33554432000 1073741824 1073778376 140733765633680 139981573052728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22761/tid=22777] ppid=22759 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/22761/task/22777/stat : 22777 (java) S 22759 22761 21838 0 -1 4202560 4403 0 0 0 37 0 0 0 20 0 19 0 281594363 9856004096 14635 33554432000 1073741824 1073778376 140733765633680 139981572000184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22761/tid=22778] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22778/stat : 22778 (java) S 22759 22761 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281594363 9856004096 14635 33554432000 1073741824 1073778376 140733765633680 139981570947320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22761/tid=22779] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22779/stat : 22779 (java) S 22759 22761 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281594363 9856004096 14635 33554432000 1073741824 1073778376 140733765633680 139981569894984 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22761/tid=22780] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22780/stat : 22780 (java) S 22759 22761 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281594373 9856004096 14635 33554432000 1073741824 1073778376 140733765633680 139981568841256 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 9625004

[startup+6.30062 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 22780
/proc/meminfo: memFree=30440100/32873648 swapFree=7112/7112
[pid=22761] ppid=22759 vsize=9625004 CPUtime=7.03 cores=0,2,4,6
/proc/22761/stat : 22761 (java) S 22759 22761 21838 0 -1 4202496 11348 0 1 0 701 2 0 0 20 0 19 0 281594356 9856004096 15283 33554432000 1073741824 1073778376 140733765633680 140733765624816 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22761/statm: 2406251 15283 2277 9 0 2396937 0
[pid=22761/tid=22763] ppid=22759 vsize=9625004 CPUtime=6.13 cores=0,2,4,6
/proc/22761/task/22763/stat : 22763 (java) R 22759 22761 21838 0 -1 4202560 2529 0 1 0 611 2 0 0 20 0 19 0 281594357 9856004096 15283 33554432000 1073741824 1073778376 140733765633680 139982492291376 139982329560777 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22761/tid=22764] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22764/stat : 22764 (java) S 22759 22761 21838 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281594359 9856004096 15283 33554432000 1073741824 1073778376 140733765633680 139982453783464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22761/tid=22765] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22765/stat : 22765 (java) S 22759 22761 21838 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 281594359 9856004096 15283 33554432000 1073741824 1073778376 140733765633680 139982452730920 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22761/tid=22766] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22766/stat : 22766 (java) S 22759 22761 21838 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281594359 9856004096 15283 33554432000 1073741824 1073778376 140733765633680 139982451677864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22761/tid=22767] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22767/stat : 22767 (java) S 22759 22761 21838 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 281594359 9856004096 15283 33554432000 1073741824 1073778376 140733765633680 139982450625320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22761/tid=22768] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22768/stat : 22768 (java) S 22759 22761 21838 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281594359 9856004096 15283 33554432000 1073741824 1073778376 140733765633680 139982449572264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22761/tid=22769] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22769/stat : 22769 (java) S 22759 22761 21838 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281594359 9856004096 15283 33554432000 1073741824 1073778376 140733765633680 139982448519720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22761/tid=22770] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22770/stat : 22770 (java) S 22759 22761 21838 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281594359 9856004096 15283 33554432000 1073741824 1073778376 140733765633680 139982329079976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22761/tid=22771] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22771/stat : 22771 (java) S 22759 22761 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281594359 9856004096 15283 33554432000 1073741824 1073778376 140733765633680 139982328027432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22761/tid=22772] ppid=22759 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/22761/task/22772/stat : 22772 (java) S 22759 22761 21838 0 -1 4202560 32 0 0 0 10 0 0 0 20 0 19 0 281594360 9856004096 15283 33554432000 1073741824 1073778376 140733765633680 139982315830120 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22761/tid=22773] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22773/stat : 22773 (java) S 22759 22761 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281594360 9856004096 15283 33554432000 1073741824 1073778376 140733765633680 139982314776440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22761/tid=22774] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22774/stat : 22774 (java) S 22759 22761 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281594360 9856004096 15283 33554432000 1073741824 1073778376 140733765633680 139982313723272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22761/tid=22775] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22775/stat : 22775 (java) S 22759 22761 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281594363 9856004096 15283 33554432000 1073741824 1073778376 140733765633680 139981574105872 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22761/tid=22776] ppid=22759 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/22761/task/22776/stat : 22776 (java) S 22759 22761 21838 0 -1 4202560 3132 0 0 0 33 0 0 0 20 0 19 0 281594363 9856004096 15283 33554432000 1073741824 1073778376 140733765633680 139981573052728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22761/tid=22777] ppid=22759 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/22761/task/22777/stat : 22777 (java) S 22759 22761 21838 0 -1 4202560 4403 0 0 0 37 0 0 0 20 0 19 0 281594363 9856004096 15283 33554432000 1073741824 1073778376 140733765633680 139981572000184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22761/tid=22778] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22778/stat : 22778 (java) S 22759 22761 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281594363 9856004096 15283 33554432000 1073741824 1073778376 140733765633680 139981570947320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22761/tid=22779] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22779/stat : 22779 (java) S 22759 22761 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281594363 9856004096 15283 33554432000 1073741824 1073778376 140733765633680 139981569894984 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22761/tid=22780] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22780/stat : 22780 (java) S 22759 22761 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281594373 9856004096 15283 33554432000 1073741824 1073778376 140733765633680 139981568841256 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.03
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=22761/tid=22769] ppid=22759 vsize=9625004 CPUtime=0.82 cores=0,2,4,6
/proc/22761/task/22769/stat : 22769 (java) S 22759 22761 21838 0 -1 4202560 180 0 0 0 81 1 0 0 20 0 19 0 281594359 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139982448519720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22761/tid=22770] ppid=22759 vsize=9625004 CPUtime=0.81 cores=0,2,4,6
/proc/22761/task/22770/stat : 22770 (java) S 22759 22761 21838 0 -1 4202560 135 0 0 0 79 2 0 0 20 0 19 0 281594359 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139982329079976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22761/tid=22771] ppid=22759 vsize=9625004 CPUtime=0.87 cores=0,2,4,6
/proc/22761/task/22771/stat : 22771 (java) S 22759 22761 21838 0 -1 4202560 101 0 0 0 85 2 0 0 20 0 19 0 281594359 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139982328027432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22761/tid=22772] ppid=22759 vsize=9625004 CPUtime=7.55 cores=0,2,4,6
/proc/22761/task/22772/stat : 22772 (java) S 22759 22761 21838 0 -1 4202560 147 0 0 0 752 3 0 0 20 0 19 0 281594360 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139982315830120 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22761/tid=22773] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22773/stat : 22773 (java) S 22759 22761 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281594360 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139982314776440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22761/tid=22774] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22774/stat : 22774 (java) S 22759 22761 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281594360 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139982313723272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22761/tid=22775] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22775/stat : 22775 (java) S 22759 22761 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281594363 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139981574105872 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22761/tid=22776] ppid=22759 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/22761/task/22776/stat : 22776 (java) S 22759 22761 21838 0 -1 4202560 3132 0 0 0 33 0 0 0 20 0 19 0 281594363 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139981573052728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22761/tid=22777] ppid=22759 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/22761/task/22777/stat : 22777 (java) S 22759 22761 21838 0 -1 4202560 4403 0 0 0 37 0 0 0 20 0 19 0 281594363 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139981572000184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22761/tid=22778] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22778/stat : 22778 (java) S 22759 22761 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281594363 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139981570947320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22761/tid=22779] ppid=22759 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/22761/task/22779/stat : 22779 (java) S 22759 22761 21838 0 -1 4202560 99 0 0 0 19 13 0 0 20 0 19 0 281594363 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139981569894984 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=22761/tid=22780] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22780/stat : 22780 (java) S 22759 22761 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281594373 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139981568841256 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 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.02 2.04 2.01 3/213 22889
/proc/meminfo: memFree=30906132/32873648 swapFree=7112/7112
[pid=22761] ppid=22759 vsize=9625004 CPUtime=1788.07 cores=0,2,4,6
/proc/22761/stat : 22761 (java) S 22759 22761 21838 0 -1 4202496 13199 0 1 0 178775 32 0 0 20 0 19 0 281594356 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 140733765624816 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22761/statm: 2406251 34264 2277 9 0 2396937 0
[pid=22761/tid=22763] ppid=22759 vsize=9625004 CPUtime=1772.2 cores=0,2,4,6
/proc/22761/task/22763/stat : 22763 (java) R 22759 22761 21838 0 -1 4202560 2854 0 1 0 177191 29 0 0 20 0 19 0 281594357 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139982492291376 139982329535552 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22761/tid=22764] ppid=22759 vsize=9625004 CPUtime=0.89 cores=0,2,4,6
/proc/22761/task/22764/stat : 22764 (java) S 22759 22761 21838 0 -1 4202560 230 0 0 0 87 2 0 0 20 0 19 0 281594359 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139982453783464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22761/tid=22765] ppid=22759 vsize=9625004 CPUtime=0.9 cores=0,2,4,6
/proc/22761/task/22765/stat : 22765 (java) S 22759 22761 21838 0 -1 4202560 105 0 0 0 88 2 0 0 20 0 19 0 281594359 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139982452730920 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22761/tid=22766] ppid=22759 vsize=9625004 CPUtime=0.97 cores=0,2,4,6
/proc/22761/task/22766/stat : 22766 (java) S 22759 22761 21838 0 -1 4202560 163 0 0 0 95 2 0 0 20 0 19 0 281594359 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139982451677864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22761/tid=22767] ppid=22759 vsize=9625004 CPUtime=0.89 cores=0,2,4,6
/proc/22761/task/22767/stat : 22767 (java) S 22759 22761 21838 0 -1 4202560 274 0 0 0 87 2 0 0 20 0 19 0 281594359 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139982450625320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22761/tid=22768] ppid=22759 vsize=9625004 CPUtime=0.87 cores=0,2,4,6
/proc/22761/task/22768/stat : 22768 (java) S 22759 22761 21838 0 -1 4202560 186 0 0 0 85 2 0 0 20 0 19 0 281594359 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139982449572264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22761/tid=22769] ppid=22759 vsize=9625004 CPUtime=0.85 cores=0,2,4,6
/proc/22761/task/22769/stat : 22769 (java) S 22759 22761 21838 0 -1 4202560 180 0 0 0 84 1 0 0 20 0 19 0 281594359 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139982448519720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22761/tid=22770] ppid=22759 vsize=9625004 CPUtime=0.84 cores=0,2,4,6
/proc/22761/task/22770/stat : 22770 (java) S 22759 22761 21838 0 -1 4202560 135 0 0 0 82 2 0 0 20 0 19 0 281594359 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139982329079976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22761/tid=22771] ppid=22759 vsize=9625004 CPUtime=0.9 cores=0,2,4,6
/proc/22761/task/22771/stat : 22771 (java) S 22759 22761 21838 0 -1 4202560 101 0 0 0 88 2 0 0 20 0 19 0 281594359 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139982328027432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22761/tid=22772] ppid=22759 vsize=9625004 CPUtime=7.83 cores=0,2,4,6
/proc/22761/task/22772/stat : 22772 (java) S 22759 22761 21838 0 -1 4202560 151 0 0 0 780 3 0 0 20 0 19 0 281594360 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139982315830120 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22761/tid=22773] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22773/stat : 22773 (java) S 22759 22761 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281594360 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139982314776440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22761/tid=22774] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22774/stat : 22774 (java) S 22759 22761 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281594360 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139982313723272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22761/tid=22775] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22775/stat : 22775 (java) S 22759 22761 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281594363 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139981574105872 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22761/tid=22776] ppid=22759 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/22761/task/22776/stat : 22776 (java) S 22759 22761 21838 0 -1 4202560 3132 0 0 0 33 0 0 0 20 0 19 0 281594363 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139981573052728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22761/tid=22777] ppid=22759 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/22761/task/22777/stat : 22777 (java) S 22759 22761 21838 0 -1 4202560 4403 0 0 0 37 0 0 0 20 0 19 0 281594363 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139981572000184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22761/tid=22778] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22778/stat : 22778 (java) S 22759 22761 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281594363 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139981570947320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22761/tid=22779] ppid=22759 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/22761/task/22779/stat : 22779 (java) S 22759 22761 21838 0 -1 4202560 103 0 0 0 19 14 0 0 20 0 19 0 281594363 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139981569894984 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=22761/tid=22780] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22780/stat : 22780 (java) S 22759 22761 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281594373 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139981568841256 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1788.07
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.3 s]
/proc/loadavg: 2.02 2.04 2.01 4/213 22889
/proc/meminfo: memFree=30906136/32873648 swapFree=7112/7112
[pid=22761] ppid=22759 vsize=9625004 CPUtime=1800.11 cores=0,2,4,6
/proc/22761/stat : 22761 (java) S 22759 22761 21838 0 -1 4202496 13200 0 1 0 179979 32 0 0 20 0 19 0 281594356 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 140733765624816 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22761/statm: 2406251 34264 2277 9 0 2396937 0
[pid=22761/tid=22763] ppid=22759 vsize=9625004 CPUtime=1784.11 cores=0,2,4,6
/proc/22761/task/22763/stat : 22763 (java) S 22759 22761 21838 0 -1 4202560 2855 0 1 0 178381 30 0 0 20 0 19 0 281594357 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139982492291496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22761/tid=22764] ppid=22759 vsize=9625004 CPUtime=0.9 cores=0,2,4,6
/proc/22761/task/22764/stat : 22764 (java) S 22759 22761 21838 0 -1 4202560 230 0 0 0 88 2 0 0 20 0 19 0 281594359 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139982453783464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22761/tid=22765] ppid=22759 vsize=9625004 CPUtime=0.91 cores=0,2,4,6
/proc/22761/task/22765/stat : 22765 (java) S 22759 22761 21838 0 -1 4202560 105 0 0 0 89 2 0 0 20 0 19 0 281594359 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139982452730920 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22761/tid=22766] ppid=22759 vsize=9625004 CPUtime=0.99 cores=0,2,4,6
/proc/22761/task/22766/stat : 22766 (java) S 22759 22761 21838 0 -1 4202560 163 0 0 0 97 2 0 0 20 0 19 0 281594359 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139982451677864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22761/tid=22767] ppid=22759 vsize=9625004 CPUtime=0.9 cores=0,2,4,6
/proc/22761/task/22767/stat : 22767 (java) S 22759 22761 21838 0 -1 4202560 274 0 0 0 88 2 0 0 20 0 19 0 281594359 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139982450625320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22761/tid=22768] ppid=22759 vsize=9625004 CPUtime=0.87 cores=0,2,4,6
/proc/22761/task/22768/stat : 22768 (java) S 22759 22761 21838 0 -1 4202560 186 0 0 0 85 2 0 0 20 0 19 0 281594359 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139982449572264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22761/tid=22769] ppid=22759 vsize=9625004 CPUtime=0.86 cores=0,2,4,6
/proc/22761/task/22769/stat : 22769 (java) S 22759 22761 21838 0 -1 4202560 180 0 0 0 85 1 0 0 20 0 19 0 281594359 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139982448519720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22761/tid=22770] ppid=22759 vsize=9625004 CPUtime=0.85 cores=0,2,4,6
/proc/22761/task/22770/stat : 22770 (java) S 22759 22761 21838 0 -1 4202560 135 0 0 0 83 2 0 0 20 0 19 0 281594359 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139982329079976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22761/tid=22771] ppid=22759 vsize=9625004 CPUtime=0.91 cores=0,2,4,6
/proc/22761/task/22771/stat : 22771 (java) S 22759 22761 21838 0 -1 4202560 101 0 0 0 89 2 0 0 20 0 19 0 281594359 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139982328027432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22761/tid=22772] ppid=22759 vsize=9625004 CPUtime=7.9 cores=0,2,4,6
/proc/22761/task/22772/stat : 22772 (java) R 22759 22761 21838 0 -1 4202560 151 0 0 0 787 3 0 0 20 0 19 0 281594360 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139982315829096 139982499147037 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22761/tid=22773] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22773/stat : 22773 (java) S 22759 22761 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281594360 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139982314776440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22761/tid=22774] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22774/stat : 22774 (java) S 22759 22761 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281594360 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139982313723272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22761/tid=22775] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22775/stat : 22775 (java) S 22759 22761 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281594363 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139981574105872 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22761/tid=22776] ppid=22759 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/22761/task/22776/stat : 22776 (java) S 22759 22761 21838 0 -1 4202560 3132 0 0 0 33 0 0 0 20 0 19 0 281594363 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139981573052728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22761/tid=22777] ppid=22759 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/22761/task/22777/stat : 22777 (java) S 22759 22761 21838 0 -1 4202560 4403 0 0 0 37 0 0 0 20 0 19 0 281594363 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139981572000184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22761/tid=22778] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22778/stat : 22778 (java) S 22759 22761 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281594363 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139981570947320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22761/tid=22779] ppid=22759 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/22761/task/22779/stat : 22779 (java) S 22759 22761 21838 0 -1 4202560 103 0 0 0 19 14 0 0 20 0 19 0 281594363 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139981569894984 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=22761/tid=22780] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22780/stat : 22780 (java) S 22759 22761 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281594373 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139981568841256 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
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.02 2.04 2.01 4/213 22889
/proc/meminfo: memFree=30906136/32873648 swapFree=7112/7112
[pid=22761] ppid=22759 vsize=9625004 CPUtime=1800.11 cores=0,2,4,6
/proc/22761/stat : 22761 (java) S 22759 22761 21838 0 -1 4202496 13200 0 1 0 179979 32 0 0 20 0 19 0 281594356 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 140733765624816 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22761/statm: 2406251 34264 2277 9 0 2396937 0
[pid=22761/tid=22763] ppid=22759 vsize=9625004 CPUtime=1784.11 cores=0,2,4,6
/proc/22761/task/22763/stat : 22763 (java) S 22759 22761 21838 0 -1 4202560 2855 0 1 0 178381 30 0 0 20 0 19 0 281594357 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139982492291496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22761/tid=22764] ppid=22759 vsize=9625004 CPUtime=0.9 cores=0,2,4,6
/proc/22761/task/22764/stat : 22764 (java) S 22759 22761 21838 0 -1 4202560 230 0 0 0 88 2 0 0 20 0 19 0 281594359 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139982453783464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22761/tid=22765] ppid=22759 vsize=9625004 CPUtime=0.91 cores=0,2,4,6
/proc/22761/task/22765/stat : 22765 (java) S 22759 22761 21838 0 -1 4202560 105 0 0 0 89 2 0 0 20 0 19 0 281594359 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139982452730920 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22761/tid=22766] ppid=22759 vsize=9625004 CPUtime=0.99 cores=0,2,4,6
/proc/22761/task/22766/stat : 22766 (java) S 22759 22761 21838 0 -1 4202560 163 0 0 0 97 2 0 0 20 0 19 0 281594359 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139982451677864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22761/tid=22767] ppid=22759 vsize=9625004 CPUtime=0.9 cores=0,2,4,6
/proc/22761/task/22767/stat : 22767 (java) S 22759 22761 21838 0 -1 4202560 274 0 0 0 88 2 0 0 20 0 19 0 281594359 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139982450625320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22761/tid=22768] ppid=22759 vsize=9625004 CPUtime=0.87 cores=0,2,4,6
/proc/22761/task/22768/stat : 22768 (java) S 22759 22761 21838 0 -1 4202560 186 0 0 0 85 2 0 0 20 0 19 0 281594359 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139982449572264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22761/tid=22769] ppid=22759 vsize=9625004 CPUtime=0.86 cores=0,2,4,6
/proc/22761/task/22769/stat : 22769 (java) S 22759 22761 21838 0 -1 4202560 180 0 0 0 85 1 0 0 20 0 19 0 281594359 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139982448519720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22761/tid=22770] ppid=22759 vsize=9625004 CPUtime=0.85 cores=0,2,4,6
/proc/22761/task/22770/stat : 22770 (java) S 22759 22761 21838 0 -1 4202560 135 0 0 0 83 2 0 0 20 0 19 0 281594359 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139982329079976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22761/tid=22771] ppid=22759 vsize=9625004 CPUtime=0.91 cores=0,2,4,6
/proc/22761/task/22771/stat : 22771 (java) S 22759 22761 21838 0 -1 4202560 101 0 0 0 89 2 0 0 20 0 19 0 281594359 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139982328027432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22761/tid=22772] ppid=22759 vsize=9625004 CPUtime=7.9 cores=0,2,4,6
/proc/22761/task/22772/stat : 22772 (java) R 22759 22761 21838 0 -1 4202560 151 0 0 0 787 3 0 0 20 0 19 0 281594360 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139982315829096 139982499147037 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22761/tid=22773] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22773/stat : 22773 (java) S 22759 22761 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281594360 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139982314776440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22761/tid=22774] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22774/stat : 22774 (java) S 22759 22761 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281594360 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139982313723272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22761/tid=22775] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22775/stat : 22775 (java) S 22759 22761 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281594363 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139981574105872 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22761/tid=22776] ppid=22759 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/22761/task/22776/stat : 22776 (java) S 22759 22761 21838 0 -1 4202560 3132 0 0 0 33 0 0 0 20 0 19 0 281594363 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139981573052728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22761/tid=22777] ppid=22759 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/22761/task/22777/stat : 22777 (java) S 22759 22761 21838 0 -1 4202560 4403 0 0 0 37 0 0 0 20 0 19 0 281594363 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139981572000184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22761/tid=22778] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22778/stat : 22778 (java) S 22759 22761 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281594363 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139981570947320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22761/tid=22779] ppid=22759 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/22761/task/22779/stat : 22779 (java) S 22759 22761 21838 0 -1 4202560 103 0 0 0 19 14 0 0 20 0 19 0 281594363 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139981569894984 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=22761/tid=22780] ppid=22759 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22761/task/22780/stat : 22780 (java) S 22759 22761 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281594373 9856004096 34264 33554432000 1073741824 1073778376 140733765633680 139981568841256 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 9625004

Child status: 143
Real time (s): 1794.35
CPU time (s): 1800.57
CPU user time (s): 1799.81
CPU system time (s): 0.760884
CPU usage (%): 100.347
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.81
system time used= 0.760884
maximum resident set size= 137220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13245
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= 47189
involuntary context switches= 28092

runsolver used 5.62115 second user time and 14.8627 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-27 23:38:05
IDJOB=3710831
IDBENCH=2914
IDSOLVER=2289
FILE ID=node126/3710831-1338154684
RUNJOBID= node126-1338147557-21854
PBS_JOBID= 14624519
Free space on /tmp= 71360 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_5_40_4.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-3710831-1338154684/watcher-3710831-1338154684 -o /tmp/evaluation-result-3710831-1338154684/solver-3710831-1338154684 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710831-1338154684.opb

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

MD5SUM BENCH= a470052ca6f8034e2c6c08868e52d9e8
RANDOM SEED=212993265

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.456
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.92
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.456
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		: 2666.456
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.90
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.456
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30490908 kB
Buffers:          313936 kB
Cached:           580716 kB
SwapCached:        17756 kB
Active:          1381368 kB
Inactive:         179372 kB
Active(anon):     647812 kB
Inactive(anon):    20452 kB
Active(file):     733556 kB
Inactive(file):   158920 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086932 kB
Dirty:               888 kB
Writeback:             0 kB
AnonPages:        671120 kB
Mapped:            17892 kB
Shmem:                 0 kB
Slab:             668896 kB
SReclaimable:     113096 kB
SUnreclaim:       555800 kB
KernelStack:        1608 kB
PageTables:         5576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1042840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    634880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71356 MiB
End job on node126 at 2012-05-28 00:08:01