Trace number 3734962

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB09: SAT4J Pseudo Resolution 2.1.1SAT (TO)7 1800.04 1794.9

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_5_40_2.opb
MD5SUMc0264878059fff5e6fa5f51839a60b24
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 benchmark1789.77
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 constraint54
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 1196
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4099
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-2008 Daniel Le Berre
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 version 2.1.1.v20090612
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 1299577560
0.00/0.09	c Max memory 1306394624
0.00/0.09	c Total memory 1306394624
0.00/0.09	c Number of processors 8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c Stops conflict analysis at the first Unique Implication Point
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c MiniSAT restarts strategy
0.09/0.12	c Memory based learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3734962-1338753619.opb
0.09/0.12	c reading problem ... 
0.09/0.15	c ... done. Wall clock time 0.029s.
0.09/0.15	c #vars     120
0.09/0.15	c #constraints  10
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10
0.28/0.23	c SATISFIABLE
0.28/0.23	c OPTIMIZING...
0.28/0.23	c Got one! Elapsed wall clock time (in seconds):0.111
0.28/0.23	o 2299
0.28/0.25	c Got one! Elapsed wall clock time (in seconds):0.131
0.28/0.25	o 2276
0.28/0.26	c Got one! Elapsed wall clock time (in seconds):0.144
0.28/0.26	o 2274
0.28/0.27	c Got one! Elapsed wall clock time (in seconds):0.155
0.28/0.27	o 2160
0.28/0.28	c Got one! Elapsed wall clock time (in seconds):0.166
0.28/0.28	o 2158
0.53/0.30	c Got one! Elapsed wall clock time (in seconds):0.177
0.53/0.30	o 2157
0.53/0.31	c Got one! Elapsed wall clock time (in seconds):0.186
0.53/0.31	o 2146
0.53/0.31	c Got one! Elapsed wall clock time (in seconds):0.196
0.53/0.31	o 2046
0.53/0.32	c Got one! Elapsed wall clock time (in seconds):0.204
0.53/0.32	o 2044
0.53/0.33	c Got one! Elapsed wall clock time (in seconds):0.213
0.53/0.33	o 1987
0.53/0.34	c Got one! Elapsed wall clock time (in seconds):0.221
0.53/0.34	o 1927
0.53/0.35	c Got one! Elapsed wall clock time (in seconds):0.229
0.53/0.35	o 1905
0.53/0.36	c Got one! Elapsed wall clock time (in seconds):0.238
0.53/0.36	o 1904
0.53/0.36	c Got one! Elapsed wall clock time (in seconds):0.246
0.53/0.36	o 1882
0.53/0.37	c Got one! Elapsed wall clock time (in seconds):0.254
0.53/0.37	o 1837
0.53/0.38	c Got one! Elapsed wall clock time (in seconds):0.263
0.53/0.38	o 1621
0.53/0.39	c Got one! Elapsed wall clock time (in seconds):0.271
0.53/0.39	o 1619
0.66/0.40	c Got one! Elapsed wall clock time (in seconds):0.281
0.66/0.40	o 1614
0.66/0.41	c Got one! Elapsed wall clock time (in seconds):0.289
0.66/0.41	o 1464
0.66/0.42	c Got one! Elapsed wall clock time (in seconds):0.297
0.66/0.42	o 1462
0.66/0.42	c Got one! Elapsed wall clock time (in seconds):0.306
0.66/0.42	o 1461
0.66/0.43	c Got one! Elapsed wall clock time (in seconds):0.314
0.66/0.43	o 1446
0.66/0.44	c Got one! Elapsed wall clock time (in seconds):0.323
0.66/0.44	o 1439
0.66/0.45	c Got one! Elapsed wall clock time (in seconds):0.332
0.66/0.45	o 1436
0.66/0.46	c Got one! Elapsed wall clock time (in seconds):0.342
0.66/0.46	o 1416
0.66/0.47	c Got one! Elapsed wall clock time (in seconds):0.351
0.66/0.47	o 1408
0.66/0.48	c Got one! Elapsed wall clock time (in seconds):0.359
0.66/0.48	o 1406
0.66/0.49	c Got one! Elapsed wall clock time (in seconds):0.368
0.66/0.49	o 1403
0.85/0.50	c Got one! Elapsed wall clock time (in seconds):0.377
0.85/0.50	o 1399
0.85/0.50	c Got one! Elapsed wall clock time (in seconds):0.384
0.85/0.50	o 1397
0.85/0.51	c Got one! Elapsed wall clock time (in seconds):0.394
0.85/0.51	o 1395
0.85/0.52	c Got one! Elapsed wall clock time (in seconds):0.405
0.85/0.52	o 1375
0.85/0.53	c Got one! Elapsed wall clock time (in seconds):0.415
0.85/0.53	o 1371
0.85/0.54	c Got one! Elapsed wall clock time (in seconds):0.426
0.85/0.54	o 1315
0.85/0.55	c Got one! Elapsed wall clock time (in seconds):0.436
0.85/0.55	o 1312
0.85/0.56	c Got one! Elapsed wall clock time (in seconds):0.446
0.85/0.56	o 1311
0.85/0.57	c Got one! Elapsed wall clock time (in seconds):0.453
0.85/0.57	o 1309
0.85/0.58	c Got one! Elapsed wall clock time (in seconds):0.461
0.85/0.58	o 1307
0.85/0.59	c Got one! Elapsed wall clock time (in seconds):0.47
0.85/0.59	o 1297
1.13/0.60	c Got one! Elapsed wall clock time (in seconds):0.479
1.13/0.60	o 1295
1.13/0.61	c Got one! Elapsed wall clock time (in seconds):0.489
1.13/0.61	o 1293
1.13/0.62	c Got one! Elapsed wall clock time (in seconds):0.5
1.13/0.62	o 1292
1.13/0.63	c Got one! Elapsed wall clock time (in seconds):0.51
1.13/0.63	o 1290
1.13/0.64	c Got one! Elapsed wall clock time (in seconds):0.521
1.13/0.64	o 1289
1.13/0.65	c Got one! Elapsed wall clock time (in seconds):0.531
1.13/0.65	o 1288
1.13/0.66	c Got one! Elapsed wall clock time (in seconds):0.542
1.13/0.66	o 1284
1.13/0.67	c Got one! Elapsed wall clock time (in seconds):0.551
1.13/0.67	o 1282
1.13/0.68	c Got one! Elapsed wall clock time (in seconds):0.566
1.13/0.68	o 1281
1.13/0.69	c Got one! Elapsed wall clock time (in seconds):0.575
1.13/0.69	o 1218
1.39/0.70	c Got one! Elapsed wall clock time (in seconds):0.583
1.39/0.70	o 1215
1.39/0.71	c Got one! Elapsed wall clock time (in seconds):0.591
1.39/0.71	o 1213
1.39/0.72	c Got one! Elapsed wall clock time (in seconds):0.599
1.39/0.72	o 1147
1.39/0.73	c Got one! Elapsed wall clock time (in seconds):0.607
1.39/0.73	o 1146
1.39/0.73	c Got one! Elapsed wall clock time (in seconds):0.615
1.39/0.73	o 1145
1.39/0.74	c Got one! Elapsed wall clock time (in seconds):0.623
1.39/0.74	o 1134
1.39/0.75	c Got one! Elapsed wall clock time (in seconds):0.632
1.39/0.75	o 1132
1.39/0.76	c Got one! Elapsed wall clock time (in seconds):0.64
1.39/0.76	o 1130
1.39/0.77	c Got one! Elapsed wall clock time (in seconds):0.648
1.39/0.77	o 1090
1.39/0.78	c Got one! Elapsed wall clock time (in seconds):0.657
1.39/0.78	o 1089
1.39/0.79	c Got one! Elapsed wall clock time (in seconds):0.67
1.39/0.79	o 1084
1.49/0.80	c Got one! Elapsed wall clock time (in seconds):0.677
1.49/0.80	o 1083
1.49/0.80	c Got one! Elapsed wall clock time (in seconds):0.685
1.49/0.80	o 1081
1.49/0.81	c Got one! Elapsed wall clock time (in seconds):0.694
1.49/0.81	o 1070
1.49/0.82	c Got one! Elapsed wall clock time (in seconds):0.703
1.49/0.82	o 1069
1.49/0.84	c Got one! Elapsed wall clock time (in seconds):0.719
1.49/0.84	o 941
1.49/0.85	c Got one! Elapsed wall clock time (in seconds):0.727
1.49/0.85	o 937
1.49/0.86	c Got one! Elapsed wall clock time (in seconds):0.737
1.49/0.86	o 936
1.49/0.87	c Got one! Elapsed wall clock time (in seconds):0.747
1.49/0.87	o 935
1.49/0.88	c Got one! Elapsed wall clock time (in seconds):0.757
1.49/0.88	o 929
1.49/0.88	c Got one! Elapsed wall clock time (in seconds):0.766
1.49/0.88	o 923
1.49/0.89	c Got one! Elapsed wall clock time (in seconds):0.775
1.49/0.89	o 921
1.63/0.91	c Got one! Elapsed wall clock time (in seconds):0.788
1.63/0.91	o 920
1.63/0.92	c Got one! Elapsed wall clock time (in seconds):0.799
1.63/0.92	o 881
1.63/0.93	c Got one! Elapsed wall clock time (in seconds):0.808
1.63/0.93	o 879
1.63/0.94	c Got one! Elapsed wall clock time (in seconds):0.818
1.63/0.94	o 877
1.63/0.95	c Got one! Elapsed wall clock time (in seconds):0.83
1.63/0.95	o 875
1.63/0.96	c Got one! Elapsed wall clock time (in seconds):0.84
1.63/0.96	o 873
1.63/0.97	c Got one! Elapsed wall clock time (in seconds):0.848
1.63/0.97	o 872
1.63/0.98	c Got one! Elapsed wall clock time (in seconds):0.857
1.63/0.98	o 871
1.63/0.99	c Got one! Elapsed wall clock time (in seconds):0.868
1.63/0.99	o 869
1.77/1.00	c Got one! Elapsed wall clock time (in seconds):0.877
1.77/1.00	o 865
1.77/1.01	c Got one! Elapsed wall clock time (in seconds):0.887
1.77/1.01	o 864
1.77/1.02	c Got one! Elapsed wall clock time (in seconds):0.899
1.77/1.02	o 862
1.77/1.03	c Got one! Elapsed wall clock time (in seconds):0.909
1.77/1.03	o 857
1.77/1.04	c Got one! Elapsed wall clock time (in seconds):0.92
1.77/1.04	o 855
1.77/1.05	c Got one! Elapsed wall clock time (in seconds):0.93
1.77/1.05	o 852
1.77/1.06	c Got one! Elapsed wall clock time (in seconds):0.942
1.77/1.06	o 841
1.77/1.07	c Got one! Elapsed wall clock time (in seconds):0.953
1.77/1.07	o 835
1.77/1.09	c Got one! Elapsed wall clock time (in seconds):0.966
1.77/1.09	o 832
1.77/1.10	c Got one! Elapsed wall clock time (in seconds):0.978
1.77/1.10	o 830
1.90/1.12	c Got one! Elapsed wall clock time (in seconds):1.001
1.90/1.12	o 404
1.90/1.15	c Got one! Elapsed wall clock time (in seconds):1.03
1.90/1.15	o 402
1.90/1.18	c Got one! Elapsed wall clock time (in seconds):1.059
1.90/1.18	o 400
1.90/1.19	c Got one! Elapsed wall clock time (in seconds):1.07
1.90/1.19	o 395
1.90/1.20	c Got one! Elapsed wall clock time (in seconds):1.084
1.90/1.20	o 392
2.00/1.23	c Got one! Elapsed wall clock time (in seconds):1.109
2.00/1.23	o 391
2.00/1.25	c Got one! Elapsed wall clock time (in seconds):1.131
2.00/1.25	o 390
2.00/1.28	c Got one! Elapsed wall clock time (in seconds):1.157
2.00/1.28	o 389
2.00/1.29	c Got one! Elapsed wall clock time (in seconds):1.175
2.00/1.29	o 388
2.09/1.31	c Got one! Elapsed wall clock time (in seconds):1.188
2.09/1.31	o 387
2.09/1.33	c Got one! Elapsed wall clock time (in seconds):1.211
2.09/1.33	o 386
2.09/1.36	c Got one! Elapsed wall clock time (in seconds):1.237
2.09/1.36	o 385
2.09/1.37	c Got one! Elapsed wall clock time (in seconds):1.252
2.09/1.37	o 380
2.09/1.39	c Got one! Elapsed wall clock time (in seconds):1.274
2.09/1.39	o 370
2.19/1.41	c Got one! Elapsed wall clock time (in seconds):1.294
2.19/1.41	o 369
2.19/1.42	c Got one! Elapsed wall clock time (in seconds):1.304
2.19/1.42	o 368
2.19/1.45	c Got one! Elapsed wall clock time (in seconds):1.327
2.19/1.45	o 367
2.19/1.47	c Got one! Elapsed wall clock time (in seconds):1.349
2.19/1.47	o 366
2.19/1.49	c Got one! Elapsed wall clock time (in seconds):1.371
2.19/1.49	o 362
2.29/1.50	c Got one! Elapsed wall clock time (in seconds):1.386
2.29/1.50	o 361
2.29/1.53	c Got one! Elapsed wall clock time (in seconds):1.407
2.29/1.53	o 360
2.29/1.55	c Got one! Elapsed wall clock time (in seconds):1.426
2.29/1.55	o 358
2.29/1.56	c Got one! Elapsed wall clock time (in seconds):1.445
2.29/1.56	o 341
2.29/1.59	c Got one! Elapsed wall clock time (in seconds):1.467
2.29/1.59	o 339
2.40/1.65	c Got one! Elapsed wall clock time (in seconds):1.534
2.40/1.65	o 337
2.40/1.67	c Got one! Elapsed wall clock time (in seconds):1.552
2.40/1.67	o 335
2.50/1.70	c Got one! Elapsed wall clock time (in seconds):1.579
2.50/1.70	o 333
2.50/1.72	c Got one! Elapsed wall clock time (in seconds):1.605
2.50/1.72	o 331
2.50/1.75	c Got one! Elapsed wall clock time (in seconds):1.632
2.50/1.75	o 329
2.50/1.76	c Got one! Elapsed wall clock time (in seconds):1.646
2.50/1.76	o 322
2.50/1.79	c Got one! Elapsed wall clock time (in seconds):1.672
2.50/1.79	o 321
2.61/1.81	c Got one! Elapsed wall clock time (in seconds):1.69
2.61/1.81	o 319
2.61/1.83	c Got one! Elapsed wall clock time (in seconds):1.707
2.61/1.83	o 318
2.61/1.84	c Got one! Elapsed wall clock time (in seconds):1.725
2.61/1.84	o 317
2.61/1.87	c Got one! Elapsed wall clock time (in seconds):1.75
2.61/1.87	o 316
2.61/1.90	c Got one! Elapsed wall clock time (in seconds):1.777
2.61/1.90	o 315
2.71/1.92	c Got one! Elapsed wall clock time (in seconds):1.805
2.71/1.92	o 314
2.71/1.95	c Got one! Elapsed wall clock time (in seconds):1.83
2.71/1.95	o 312
2.71/1.97	c Got one! Elapsed wall clock time (in seconds):1.853
2.71/1.97	o 311
2.71/1.99	c Got one! Elapsed wall clock time (in seconds):1.87
2.71/1.99	o 310
2.82/2.02	c Got one! Elapsed wall clock time (in seconds):1.897
2.82/2.02	o 308
2.82/2.05	c Got one! Elapsed wall clock time (in seconds):1.929
2.82/2.05	o 306
2.82/2.08	c Got one! Elapsed wall clock time (in seconds):1.956
2.82/2.08	o 305
2.92/2.11	c Got one! Elapsed wall clock time (in seconds):1.995
2.92/2.11	o 304
2.92/2.14	c Got one! Elapsed wall clock time (in seconds):2.025
2.92/2.14	o 303
2.92/2.18	c Got one! Elapsed wall clock time (in seconds):2.057
2.92/2.18	o 302
3.02/2.21	c Got one! Elapsed wall clock time (in seconds):2.09
3.02/2.21	o 300
3.02/2.24	c Got one! Elapsed wall clock time (in seconds):2.12
3.02/2.24	o 297
3.02/2.26	c Got one! Elapsed wall clock time (in seconds):2.145
3.02/2.26	o 296
3.02/2.30	c Got one! Elapsed wall clock time (in seconds):2.178
3.02/2.30	o 294
3.13/2.34	c Got one! Elapsed wall clock time (in seconds):2.217
3.13/2.34	o 293
3.13/2.37	c Got one! Elapsed wall clock time (in seconds):2.254
3.13/2.37	o 291
3.22/2.41	c Got one! Elapsed wall clock time (in seconds):2.29
3.22/2.41	o 270
3.22/2.44	c Got one! Elapsed wall clock time (in seconds):2.322
3.22/2.44	o 269
3.22/2.48	c Got one! Elapsed wall clock time (in seconds):2.358
3.22/2.48	o 268
3.32/2.50	c Got one! Elapsed wall clock time (in seconds):2.381
3.32/2.50	o 267
3.32/2.54	c Got one! Elapsed wall clock time (in seconds):2.425
3.32/2.54	o 266
3.32/2.59	c Got one! Elapsed wall clock time (in seconds):2.475
3.32/2.59	o 265
3.42/2.62	c Got one! Elapsed wall clock time (in seconds):2.5
3.42/2.62	o 264
3.42/2.68	c Got one! Elapsed wall clock time (in seconds):2.564
3.42/2.68	o 263
3.52/2.73	c Got one! Elapsed wall clock time (in seconds):2.61
3.52/2.73	o 259
3.52/2.77	c Got one! Elapsed wall clock time (in seconds):2.648
3.52/2.77	o 256
3.52/2.79	c Got one! Elapsed wall clock time (in seconds):2.667
3.52/2.79	o 255
3.62/2.83	c Got one! Elapsed wall clock time (in seconds):2.707
3.62/2.83	o 254
3.62/2.86	c Got one! Elapsed wall clock time (in seconds):2.745
3.62/2.86	o 253
3.72/2.90	c Got one! Elapsed wall clock time (in seconds):2.785
3.72/2.90	o 252
3.72/2.94	c Got one! Elapsed wall clock time (in seconds):2.822
3.72/2.94	o 251
3.72/2.98	c Got one! Elapsed wall clock time (in seconds):2.863
3.72/2.98	o 249
3.82/3.01	c Got one! Elapsed wall clock time (in seconds):2.886
3.82/3.01	o 248
3.82/3.06	c Got one! Elapsed wall clock time (in seconds):2.936
3.82/3.06	o 246
3.82/3.08	c Got one! Elapsed wall clock time (in seconds):2.964
3.82/3.08	o 244
3.92/3.13	c Got one! Elapsed wall clock time (in seconds):3.009
3.92/3.13	o 223
3.92/3.17	c Got one! Elapsed wall clock time (in seconds):3.049
3.92/3.17	o 222
4.02/3.22	c Got one! Elapsed wall clock time (in seconds):3.105
4.02/3.22	o 221
4.02/3.27	c Got one! Elapsed wall clock time (in seconds):3.147
4.02/3.27	o 220
4.13/3.31	c Got one! Elapsed wall clock time (in seconds):3.194
4.13/3.31	o 219
4.13/3.33	c Got one! Elapsed wall clock time (in seconds):3.216
4.13/3.33	o 217
4.13/3.39	c Got one! Elapsed wall clock time (in seconds):3.271
4.13/3.39	o 214
4.23/3.42	c Got one! Elapsed wall clock time (in seconds):3.301
4.23/3.42	o 213
4.23/3.45	c Got one! Elapsed wall clock time (in seconds):3.331
4.23/3.45	o 211
4.52/3.77	c Got one! Elapsed wall clock time (in seconds):3.654
4.52/3.77	o 209
4.72/3.93	c Got one! Elapsed wall clock time (in seconds):3.813
4.72/3.93	o 208
4.72/3.99	c Got one! Elapsed wall clock time (in seconds):3.869
4.72/3.99	o 206
4.82/4.08	c Got one! Elapsed wall clock time (in seconds):3.959
4.82/4.08	o 204
4.92/4.14	c Got one! Elapsed wall clock time (in seconds):4.018
4.92/4.14	o 203
4.92/4.19	c Got one! Elapsed wall clock time (in seconds):4.071
4.92/4.19	o 198
5.02/4.24	c Got one! Elapsed wall clock time (in seconds):4.122
5.02/4.24	o 196
5.12/4.30	c Got one! Elapsed wall clock time (in seconds):4.18
5.12/4.30	o 194
5.12/4.37	c Got one! Elapsed wall clock time (in seconds):4.247
5.12/4.37	o 193
5.23/4.42	c Got one! Elapsed wall clock time (in seconds):4.302
5.23/4.42	o 191
5.23/4.50	c Got one! Elapsed wall clock time (in seconds):4.378
5.23/4.50	o 190
5.33/4.55	c Got one! Elapsed wall clock time (in seconds):4.434
5.33/4.55	o 188
5.33/4.58	c Got one! Elapsed wall clock time (in seconds):4.463
5.33/4.58	o 187
5.43/4.66	c Got one! Elapsed wall clock time (in seconds):4.538
5.43/4.66	o 185
5.43/4.69	c Got one! Elapsed wall clock time (in seconds):4.573
5.43/4.69	o 184
5.53/4.73	c Got one! Elapsed wall clock time (in seconds):4.609
5.53/4.73	o 183
5.53/4.77	c Got one! Elapsed wall clock time (in seconds):4.654
5.53/4.77	o 181
5.63/4.88	c Got one! Elapsed wall clock time (in seconds):4.765
5.63/4.88	o 180
5.73/4.98	c Got one! Elapsed wall clock time (in seconds):4.863
5.73/4.98	o 178
6.29/5.40	c Got one! Elapsed wall clock time (in seconds):5.285
6.29/5.40	o 176
6.29/5.47	c Got one! Elapsed wall clock time (in seconds):5.35
6.29/5.47	o 174
6.29/5.50	c Got one! Elapsed wall clock time (in seconds):5.381
6.29/5.50	o 173
6.39/5.56	c Got one! Elapsed wall clock time (in seconds):5.442
6.39/5.56	o 171
6.59/5.76	c Got one! Elapsed wall clock time (in seconds):5.642
6.59/5.76	o 169
6.69/5.80	c Got one! Elapsed wall clock time (in seconds):5.68
6.69/5.80	o 167
6.69/5.83	c Got one! Elapsed wall clock time (in seconds):5.716
6.69/5.83	o 166
6.79/5.92	c Got one! Elapsed wall clock time (in seconds):5.802
6.79/5.92	o 165
6.79/5.95	c Got one! Elapsed wall clock time (in seconds):5.834
6.79/5.95	o 164
6.89/6.02	c Got one! Elapsed wall clock time (in seconds):5.901
6.89/6.02	o 162
6.89/6.07	c Got one! Elapsed wall clock time (in seconds):5.951
6.89/6.07	o 160
6.99/6.17	c Got one! Elapsed wall clock time (in seconds):6.054
6.99/6.17	o 154
7.09/6.24	c Got one! Elapsed wall clock time (in seconds):6.121
7.09/6.24	o 153
7.09/6.27	c Got one! Elapsed wall clock time (in seconds):6.155
7.09/6.27	o 151
7.19/6.36	c Got one! Elapsed wall clock time (in seconds):6.246
7.19/6.36	o 150
7.29/6.41	c Got one! Elapsed wall clock time (in seconds):6.296
7.29/6.41	o 148
7.59/6.77	c Got one! Elapsed wall clock time (in seconds):6.654
7.59/6.77	o 147
7.69/6.82	c Got one! Elapsed wall clock time (in seconds):6.705
7.69/6.82	o 146
7.79/6.90	c Got one! Elapsed wall clock time (in seconds):6.783
7.79/6.90	o 145
7.79/6.97	c Got one! Elapsed wall clock time (in seconds):6.848
7.79/6.97	o 143
7.89/7.00	c Got one! Elapsed wall clock time (in seconds):6.884
7.89/7.00	o 139
8.19/7.35	c Got one! Elapsed wall clock time (in seconds):7.234
8.19/7.35	o 138
8.29/7.43	c Got one! Elapsed wall clock time (in seconds):7.309
8.29/7.43	o 123
8.39/7.54	c Got one! Elapsed wall clock time (in seconds):7.419
8.39/7.54	o 121
8.49/7.63	c Got one! Elapsed wall clock time (in seconds):7.508
8.49/7.63	o 119
8.49/7.70	c Got one! Elapsed wall clock time (in seconds):7.584
8.49/7.70	o 118
8.59/7.77	c Got one! Elapsed wall clock time (in seconds):7.651
8.59/7.77	o 117
8.69/7.84	c Got one! Elapsed wall clock time (in seconds):7.724
8.69/7.84	o 116
9.09/8.28	c Got one! Elapsed wall clock time (in seconds):8.159
9.09/8.28	o 114
9.19/8.39	c Got one! Elapsed wall clock time (in seconds):8.273
9.19/8.39	o 113
9.29/8.48	c Got one! Elapsed wall clock time (in seconds):8.358
9.29/8.48	o 112
9.39/8.55	c Got one! Elapsed wall clock time (in seconds):8.428
9.39/8.55	o 110
9.49/8.69	c Got one! Elapsed wall clock time (in seconds):8.574
9.49/8.69	o 108
9.69/8.81	c Got one! Elapsed wall clock time (in seconds):8.69
9.69/8.81	o 107
9.69/8.88	c Got one! Elapsed wall clock time (in seconds):8.764
9.69/8.88	o 106
9.79/8.97	c Got one! Elapsed wall clock time (in seconds):8.849
9.79/8.97	o 105
9.89/9.06	c Got one! Elapsed wall clock time (in seconds):8.939
9.89/9.06	o 103
9.99/9.17	c Got one! Elapsed wall clock time (in seconds):9.047
9.99/9.17	o 101
10.09/9.26	c Got one! Elapsed wall clock time (in seconds):9.137
10.09/9.26	o 99
11.19/10.37	c Got one! Elapsed wall clock time (in seconds):10.254
11.19/10.37	o 97
11.39/10.52	c Got one! Elapsed wall clock time (in seconds):10.397
11.39/10.52	o 96
11.59/10.71	c Got one! Elapsed wall clock time (in seconds):10.596
11.59/10.71	o 95
11.69/10.81	c Got one! Elapsed wall clock time (in seconds):10.695
11.69/10.81	o 93
11.79/10.94	c Got one! Elapsed wall clock time (in seconds):10.821
11.79/10.94	o 91
12.19/11.32	c Got one! Elapsed wall clock time (in seconds):11.206
12.19/11.32	o 90
12.89/12.09	c Got one! Elapsed wall clock time (in seconds):11.968
12.89/12.09	o 88
13.09/12.25	c Got one! Elapsed wall clock time (in seconds):12.13
13.09/12.25	o 86
13.29/12.47	c Got one! Elapsed wall clock time (in seconds):12.348
13.29/12.47	o 85
13.39/12.55	c Got one! Elapsed wall clock time (in seconds):12.433
13.39/12.55	o 83
14.09/13.10	c Got one! Elapsed wall clock time (in seconds):12.984
14.09/13.10	o 82
14.19/13.29	c Got one! Elapsed wall clock time (in seconds):13.17
14.19/13.29	o 80
14.39/13.49	c Got one! Elapsed wall clock time (in seconds):13.371
14.39/13.49	o 79
14.70/13.79	c Got one! Elapsed wall clock time (in seconds):13.671
14.70/13.79	o 78
14.90/13.92	c Got one! Elapsed wall clock time (in seconds):13.799
14.90/13.92	o 77
15.31/14.39	c Got one! Elapsed wall clock time (in seconds):14.267
15.31/14.39	o 76
15.80/14.85	c Got one! Elapsed wall clock time (in seconds):14.729
15.80/14.85	o 75
16.00/15.03	c Got one! Elapsed wall clock time (in seconds):14.909
16.00/15.03	o 74
16.10/15.11	c Got one! Elapsed wall clock time (in seconds):14.989
16.10/15.11	o 73
16.20/15.29	c Got one! Elapsed wall clock time (in seconds):15.172
16.20/15.29	o 72
16.41/15.45	c Got one! Elapsed wall clock time (in seconds):15.332
16.41/15.45	o 71
16.70/15.74	c Got one! Elapsed wall clock time (in seconds):15.624
16.70/15.74	o 70
16.80/15.82	c Got one! Elapsed wall clock time (in seconds):15.698
16.80/15.82	o 68
17.20/16.26	c Got one! Elapsed wall clock time (in seconds):16.141
17.20/16.26	o 67
17.40/16.41	c Got one! Elapsed wall clock time (in seconds):16.296
17.40/16.41	o 66
17.51/16.54	c Got one! Elapsed wall clock time (in seconds):16.42
17.51/16.54	o 65
17.70/16.71	c Got one! Elapsed wall clock time (in seconds):16.593
17.70/16.71	o 52
17.90/16.90	c Got one! Elapsed wall clock time (in seconds):16.785
17.90/16.90	o 51
18.71/17.74	c Got one! Elapsed wall clock time (in seconds):17.624
18.71/17.74	o 50
18.80/17.85	c Got one! Elapsed wall clock time (in seconds):17.729
18.80/17.85	o 48
19.00/18.06	c Got one! Elapsed wall clock time (in seconds):17.936
19.00/18.06	o 47
19.90/18.93	c Got one! Elapsed wall clock time (in seconds):18.807
19.90/18.93	o 45
20.00/19.07	c Got one! Elapsed wall clock time (in seconds):18.953
20.00/19.07	o 43
20.50/19.53	c Got one! Elapsed wall clock time (in seconds):19.414
20.50/19.53	o 42
21.20/20.25	c Got one! Elapsed wall clock time (in seconds):20.132
21.20/20.25	o 41
21.60/20.66	c Got one! Elapsed wall clock time (in seconds):20.544
21.60/20.66	o 40
21.80/20.82	c Got one! Elapsed wall clock time (in seconds):20.702
21.80/20.82	o 38
24.21/23.21	c Got one! Elapsed wall clock time (in seconds):23.088
24.21/23.21	o 36
24.41/23.44	c Got one! Elapsed wall clock time (in seconds):23.318
24.41/23.44	o 34
25.71/24.71	c Got one! Elapsed wall clock time (in seconds):24.593
25.71/24.71	o 32
26.91/25.92	c Got one! Elapsed wall clock time (in seconds):25.803
26.91/25.92	o 31
28.31/27.39	c Got one! Elapsed wall clock time (in seconds):27.275
28.31/27.39	o 29
29.41/28.36	c Got one! Elapsed wall clock time (in seconds):28.237
29.41/28.36	o 27
32.81/31.74	c Got one! Elapsed wall clock time (in seconds):31.618
32.81/31.74	o 25
33.81/32.80	c Got one! Elapsed wall clock time (in seconds):32.677
33.81/32.80	o 23
37.31/36.25	c Got one! Elapsed wall clock time (in seconds):36.134
37.31/36.25	o 22
39.72/38.68	c Got one! Elapsed wall clock time (in seconds):38.56
39.72/38.68	o 20
42.12/41.02	c Got one! Elapsed wall clock time (in seconds):40.902
42.12/41.02	o 18
45.54/44.31	c Got one! Elapsed wall clock time (in seconds):44.194
45.54/44.31	o 17
47.44/46.20	c Got one! Elapsed wall clock time (in seconds):46.086
47.44/46.20	o 16
51.65/50.42	c Got one! Elapsed wall clock time (in seconds):50.297
51.65/50.42	o 15
52.45/51.29	c Got one! Elapsed wall clock time (in seconds):51.169
52.45/51.29	o 14
55.26/54.07	c Got one! Elapsed wall clock time (in seconds):53.953
55.26/54.07	o 13
55.75/54.52	c Got one! Elapsed wall clock time (in seconds):54.397
55.75/54.52	o 12
81.80/80.42	c Got one! Elapsed wall clock time (in seconds):80.297
81.80/80.42	o 10
527.42/524.47	c Got one! Elapsed wall clock time (in seconds):524.35
527.42/524.47	o 9
807.58/804.16	c Got one! Elapsed wall clock time (in seconds):804.041
807.58/804.16	o 7
1800.04/1794.81	c starts		: 959
1800.04/1794.81	c conflicts		: 1347447
1800.04/1794.81	c decisions		: 1421009
1800.04/1794.81	c propagations		: 11016004
1800.04/1794.81	c inspects		: 12034063408
1800.04/1794.81	c learnt literals	: 0
1800.04/1794.81	c learnt binary clauses	: 0
1800.04/1794.81	c learnt ternary clauses	: 0
1800.04/1794.81	c learnt clauses	: 1347447
1800.04/1794.81	c ignored clauses	: 0
1800.04/1794.81	c root simplifications	: 0
1800.04/1794.81	c removed literals (reason simplification)	: 14319958
1800.04/1794.81	c reason swapping (by a shorter reason)	: 0
1800.04/1794.81	c Calls to reduceDB	: 0
1800.04/1794.81	c speed (assignments/second)	: 11119.96454856453
1800.04/1794.81	c non guided choices	4877
1800.04/1794.89	c learnt constraints type 
1800.04/1794.89	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 1347459
1800.04/1794.89	c constraints type 
1800.04/1794.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11
1800.04/1794.89	s SATISFIABLE
1800.04/1794.89	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.04/1794.89	c objective function=7
1800.04/1794.89	c Total wall clock time (in seconds): 1794.776

Verifier Data

OK	7

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 9597
/proc/meminfo: memFree=27470400/32873844 swapFree=7124/7124
[pid=9597] ppid=9595 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/9597/stat : 9597 (java6) R 9595 9597 6377 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 341487334 9515008 184 33554432000 1073741824 1073778376 140734067526480 140734067517512 273905511863 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9597/statm: 2323 184 142 9 0 71 0

[startup+0.106826 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 9597
/proc/meminfo: memFree=27470400/32873844 swapFree=7124/7124
[pid=9597] ppid=9595 vsize=2648568 CPUtime=0.09 cores=1,3,5,7
/proc/9597/stat : 9597 (java) S 9595 9597 6377 0 -1 4202496 4654 0 1 0 8 1 0 0 20 0 18 0 341487334 2712133632 6373 33554432000 1073741824 1073778376 140737134774080 140737134765216 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9597/statm: 662142 6373 2100 9 0 652835 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2648568

[startup+0.200228 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 9597
/proc/meminfo: memFree=27470400/32873844 swapFree=7124/7124
[pid=9597] ppid=9595 vsize=2715132 CPUtime=0.28 cores=1,3,5,7
/proc/9597/stat : 9597 (java) S 9595 9597 6377 0 -1 4202496 6536 0 1 0 27 1 0 0 20 0 19 0 341487334 2780295168 8054 33554432000 1073741824 1073778376 140737134774080 140737134765216 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9597/statm: 678783 8054 2203 9 0 669476 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 2715132

[startup+0.300271 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 9597
/proc/meminfo: memFree=27470400/32873844 swapFree=7124/7124
[pid=9597] ppid=9595 vsize=2715132 CPUtime=0.53 cores=1,3,5,7
/proc/9597/stat : 9597 (java) S 9595 9597 6377 0 -1 4202496 7579 0 1 0 51 2 0 0 20 0 19 0 341487334 2780295168 9634 33554432000 1073741824 1073778376 140737134774080 140737134765216 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9597/statm: 678783 9634 2222 9 0 669476 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 2715132

[startup+0.700269 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 9597
/proc/meminfo: memFree=27470400/32873844 swapFree=7124/7124
[pid=9597] ppid=9595 vsize=2715132 CPUtime=1.39 cores=1,3,5,7
/proc/9597/stat : 9597 (java) S 9595 9597 6377 0 -1 4202496 14399 0 1 0 135 4 0 0 20 0 19 0 341487334 2780295168 23496 33554432000 1073741824 1073778376 140737134774080 140737134765216 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9597/statm: 678783 23496 2234 9 0 669476 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 2715132

[startup+1.50084 s]
/proc/loadavg: 2.00 2.02 2.00 3/216 9616
/proc/meminfo: memFree=27344820/32873844 swapFree=7124/7124
[pid=9597] ppid=9595 vsize=2715132 CPUtime=2.29 cores=1,3,5,7
/proc/9597/stat : 9597 (java) S 9595 9597 6377 0 -1 4202496 14470 0 1 0 225 4 0 0 20 0 19 0 341487334 2780295168 42984 33554432000 1073741824 1073778376 140737134774080 140737134765216 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9597/statm: 678783 42984 2236 9 0 669476 0
[pid=9597/tid=9599] ppid=9595 vsize=2715132 CPUtime=1.46 cores=1,3,5,7
/proc/9597/task/9599/stat : 9599 (java) R 9595 9597 6377 0 -1 4202560 2800 0 1 0 144 2 0 0 20 0 19 0 341487335 2780295168 42984 33554432000 1073741824 1073778376 140737134774080 139740375744944 139740200730931 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9597/tid=9600] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9600/stat : 9600 (java) S 9595 9597 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487336 2780295168 42984 33554432000 1073741824 1073778376 140737134774080 139740360202664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9597/tid=9601] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9601/stat : 9601 (java) S 9595 9597 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487336 2780295168 42984 33554432000 1073741824 1073778376 140737134774080 139740359150120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9597/tid=9602] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9602/stat : 9602 (java) S 9595 9597 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487336 2780295168 42984 33554432000 1073741824 1073778376 140737134774080 139740358097064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9597/tid=9603] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9603/stat : 9603 (java) S 9595 9597 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487336 2780295168 42984 33554432000 1073741824 1073778376 140737134774080 139740357044520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9597/tid=9604] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9604/stat : 9604 (java) S 9595 9597 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487336 2780295168 42984 33554432000 1073741824 1073778376 140737134774080 139740355992488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9597/tid=9605] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9605/stat : 9605 (java) S 9595 9597 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487336 2780295168 42984 33554432000 1073741824 1073778376 140737134774080 139740354939944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9597/tid=9606] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9606/stat : 9606 (java) S 9595 9597 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487336 2780295168 42984 33554432000 1073741824 1073778376 140737134774080 139740353886888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9597/tid=9607] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9607/stat : 9607 (java) S 9595 9597 6377 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341487336 2780295168 42984 33554432000 1073741824 1073778376 140737134774080 139740352834344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9597/tid=9608] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9608/stat : 9608 (java) S 9595 9597 6377 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341487338 2780295168 42984 33554432000 1073741824 1073778376 140737134774080 139740340423016 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9597/tid=9609] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9609/stat : 9609 (java) S 9595 9597 6377 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 341487338 2780295168 42984 33554432000 1073741824 1073778376 140737134774080 139740339369336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9597/tid=9610] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9610/stat : 9610 (java) S 9595 9597 6377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341487338 2780295168 42984 33554432000 1073741824 1073778376 140737134774080 139740338316168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9597/tid=9611] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9611/stat : 9611 (java) S 9595 9597 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487341 2780295168 42984 33554432000 1073741824 1073778376 140737134774080 139740337264912 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9597/tid=9612] ppid=9595 vsize=2715132 CPUtime=0.43 cores=1,3,5,7
/proc/9597/task/9612/stat : 9612 (java) S 9595 9597 6377 0 -1 4202560 6675 0 0 0 41 2 0 0 20 0 19 0 341487341 2780295168 42984 33554432000 1073741824 1073778376 140737134774080 139740336212792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9597/tid=9613] ppid=9595 vsize=2715132 CPUtime=0.36 cores=1,3,5,7
/proc/9597/task/9613/stat : 9613 (java) S 9595 9597 6377 0 -1 4202560 3803 0 0 0 36 0 0 0 20 0 19 0 341487341 2780295168 42984 33554432000 1073741824 1073778376 140737134774080 139740335160248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9597/tid=9614] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9614/stat : 9614 (java) S 9595 9597 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487341 2780295168 42984 33554432000 1073741824 1073778376 140737134774080 139740334107384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9597/tid=9615] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9615/stat : 9615 (java) S 9595 9597 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487341 2780295168 42984 33554432000 1073741824 1073778376 140737134774080 139740333055048 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9597/tid=9616] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9616/stat : 9616 (java) S 9595 9597 6377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341487350 2780295168 42984 33554432000 1073741824 1073778376 140737134774080 139740332000296 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 2715132

[startup+3.10087 s]
/proc/loadavg: 2.00 2.02 2.00 3/216 9616
/proc/meminfo: memFree=27248564/32873844 swapFree=7124/7124
[pid=9597] ppid=9595 vsize=2715132 CPUtime=3.92 cores=1,3,5,7
/proc/9597/stat : 9597 (java) S 9595 9597 6377 0 -1 4202496 14524 0 1 0 385 7 0 0 20 0 19 0 341487334 2780295168 70632 33554432000 1073741824 1073778376 140737134774080 140737134765216 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9597/statm: 678783 70632 2236 9 0 669476 0
[pid=9597/tid=9599] ppid=9595 vsize=2715132 CPUtime=3.05 cores=1,3,5,7
/proc/9597/task/9599/stat : 9599 (java) R 9595 9597 6377 0 -1 4202560 2854 0 1 0 301 4 0 0 20 0 19 0 341487335 2780295168 70632 33554432000 1073741824 1073778376 140737134774080 139740375744944 139740200768495 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9597/tid=9600] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9600/stat : 9600 (java) S 9595 9597 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487336 2780295168 70632 33554432000 1073741824 1073778376 140737134774080 139740360202664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9597/tid=9601] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9601/stat : 9601 (java) S 9595 9597 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487336 2780295168 70632 33554432000 1073741824 1073778376 140737134774080 139740359150120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9597/tid=9602] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9602/stat : 9602 (java) S 9595 9597 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487336 2780295168 70632 33554432000 1073741824 1073778376 140737134774080 139740358097064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9597/tid=9603] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9603/stat : 9603 (java) S 9595 9597 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487336 2780295168 70632 33554432000 1073741824 1073778376 140737134774080 139740357044520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9597/tid=9604] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9604/stat : 9604 (java) S 9595 9597 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487336 2780295168 70632 33554432000 1073741824 1073778376 140737134774080 139740355992488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9597/tid=9605] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9605/stat : 9605 (java) S 9595 9597 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487336 2780295168 70632 33554432000 1073741824 1073778376 140737134774080 139740354939944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9597/tid=9606] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9606/stat : 9606 (java) S 9595 9597 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487336 2780295168 70632 33554432000 1073741824 1073778376 140737134774080 139740353886888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9597/tid=9607] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9607/stat : 9607 (java) S 9595 9597 6377 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341487336 2780295168 70632 33554432000 1073741824 1073778376 140737134774080 139740352834344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9597/tid=9608] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9608/stat : 9608 (java) S 9595 9597 6377 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341487338 2780295168 70632 33554432000 1073741824 1073778376 140737134774080 139740340423016 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9597/tid=9609] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9609/stat : 9609 (java) S 9595 9597 6377 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 341487338 2780295168 70632 33554432000 1073741824 1073778376 140737134774080 139740339369336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9597/tid=9610] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9610/stat : 9610 (java) S 9595 9597 6377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341487338 2780295168 70632 33554432000 1073741824 1073778376 140737134774080 139740338316168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9597/tid=9611] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9611/stat : 9611 (java) S 9595 9597 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487341 2780295168 70632 33554432000 1073741824 1073778376 140737134774080 139740337264912 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9597/tid=9612] ppid=9595 vsize=2715132 CPUtime=0.43 cores=1,3,5,7
/proc/9597/task/9612/stat : 9612 (java) S 9595 9597 6377 0 -1 4202560 6675 0 0 0 41 2 0 0 20 0 19 0 341487341 2780295168 70632 33554432000 1073741824 1073778376 140737134774080 139740336212792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9597/tid=9613] ppid=9595 vsize=2715132 CPUtime=0.38 cores=1,3,5,7
/proc/9597/task/9613/stat : 9613 (java) S 9595 9597 6377 0 -1 4202560 3803 0 0 0 38 0 0 0 20 0 19 0 341487341 2780295168 70632 33554432000 1073741824 1073778376 140737134774080 139740335160248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9597/tid=9614] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9614/stat : 9614 (java) S 9595 9597 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487341 2780295168 70632 33554432000 1073741824 1073778376 140737134774080 139740334107384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9597/tid=9615] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9615/stat : 9615 (java) S 9595 9597 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487341 2780295168 70632 33554432000 1073741824 1073778376 140737134774080 139740333055048 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9597/tid=9616] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9616/stat : 9616 (java) S 9595 9597 6377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341487350 2780295168 70632 33554432000 1073741824 1073778376 140737134774080 139740332000296 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 2715132

[startup+6.30087 s]
/proc/loadavg: 2.00 2.02 2.00 3/216 9616
/proc/meminfo: memFree=27086152/32873844 swapFree=7124/7124
[pid=9597] ppid=9595 vsize=2715132 CPUtime=7.19 cores=1,3,5,7
/proc/9597/stat : 9597 (java) S 9595 9597 6377 0 -1 4202496 14624 0 1 0 708 11 0 0 20 0 19 0 341487334 2780295168 97604 33554432000 1073741824 1073778376 140737134774080 140737134765216 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9597/statm: 678783 97604 2252 9 0 669476 0
[pid=9597/tid=9599] ppid=9595 vsize=2715132 CPUtime=6.22 cores=1,3,5,7
/proc/9597/task/9599/stat : 9599 (java) R 9595 9597 6377 0 -1 4202560 2904 0 1 0 616 6 0 0 20 0 19 0 341487335 2780295168 97604 33554432000 1073741824 1073778376 140737134774080 139740375744944 139740200807206 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9597/tid=9600] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9600/stat : 9600 (java) S 9595 9597 6377 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341487336 2780295168 97604 33554432000 1073741824 1073778376 140737134774080 139740360202664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9597/tid=9601] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9601/stat : 9601 (java) S 9595 9597 6377 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 341487336 2780295168 97604 33554432000 1073741824 1073778376 140737134774080 139740359150120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9597/tid=9602] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9602/stat : 9602 (java) S 9595 9597 6377 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 341487336 2780295168 97604 33554432000 1073741824 1073778376 140737134774080 139740358097064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9597/tid=9603] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9603/stat : 9603 (java) S 9595 9597 6377 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 341487336 2780295168 97604 33554432000 1073741824 1073778376 140737134774080 139740357044520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9597/tid=9604] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9604/stat : 9604 (java) S 9595 9597 6377 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 341487336 2780295168 97604 33554432000 1073741824 1073778376 140737134774080 139740355992488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9597/tid=9605] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9605/stat : 9605 (java) S 9595 9597 6377 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341487336 2780295168 97604 33554432000 1073741824 1073778376 140737134774080 139740354939944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9597/tid=9606] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9606/stat : 9606 (java) S 9595 9597 6377 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341487336 2780295168 97604 33554432000 1073741824 1073778376 140737134774080 139740353886888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9597/tid=9607] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9607/stat : 9607 (java) S 9595 9597 6377 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 341487336 2780295168 97604 33554432000 1073741824 1073778376 140737134774080 139740352834344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9597/tid=9608] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9608/stat : 9608 (java) S 9595 9597 6377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341487338 2780295168 97604 33554432000 1073741824 1073778376 140737134774080 139740340423016 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9597/tid=9609] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9609/stat : 9609 (java) S 9595 9597 6377 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341487338 2780295168 97604 33554432000 1073741824 1073778376 140737134774080 139740339369336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9597/tid=9610] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9610/stat : 9610 (java) S 9595 9597 6377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341487338 2780295168 97604 33554432000 1073741824 1073778376 140737134774080 139740338316168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9597/tid=9611] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9611/stat : 9611 (java) S 9595 9597 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487341 2780295168 97604 33554432000 1073741824 1073778376 140737134774080 139740337264912 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9597/tid=9612] ppid=9595 vsize=2715132 CPUtime=0.43 cores=1,3,5,7
/proc/9597/task/9612/stat : 9612 (java) S 9595 9597 6377 0 -1 4202560 6675 0 0 0 41 2 0 0 20 0 19 0 341487341 2780295168 97604 33554432000 1073741824 1073778376 140737134774080 139740336212792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9597/tid=9613] ppid=9595 vsize=2715132 CPUtime=0.39 cores=1,3,5,7
/proc/9597/task/9613/stat : 9613 (java) S 9595 9597 6377 0 -1 4202560 3804 0 0 0 39 0 0 0 20 0 19 0 341487341 2780295168 97604 33554432000 1073741824 1073778376 140737134774080 139740335160248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9597/tid=9614] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9614/stat : 9614 (java) S 9595 9597 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487341 2780295168 97604 33554432000 1073741824 1073778376 140737134774080 139740334107384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9597/tid=9615] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9615/stat : 9615 (java) S 9595 9597 6377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 341487341 2780295168 97604 33554432000 1073741824 1073778376 140737134774080 139740333055048 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9597/tid=9616] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9616/stat : 9616 (java) S 9595 9597 6377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341487350 2780295168 97604 33554432000 1073741824 1073778376 140737134774080 139740332000296 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.19
Current children cumulated vsize (KiB) 2715132

[startup+12.7009 s]

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

[pid=9597/tid=9612] ppid=9595 vsize=2715132 CPUtime=0.43 cores=1,3,5,7
/proc/9597/task/9612/stat : 9612 (java) S 9595 9597 6377 0 -1 4202560 6675 0 0 0 41 2 0 0 20 0 19 0 341487341 2780295168 191034 33554432000 1073741824 1073778376 140737134774080 139740336212792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9597/tid=9613] ppid=9595 vsize=2715132 CPUtime=0.39 cores=1,3,5,7
/proc/9597/task/9613/stat : 9613 (java) S 9595 9597 6377 0 -1 4202560 3805 0 0 0 39 0 0 0 20 0 19 0 341487341 2780295168 191034 33554432000 1073741824 1073778376 140737134774080 139740335160248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9597/tid=9614] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9614/stat : 9614 (java) S 9595 9597 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487341 2780295168 191034 33554432000 1073741824 1073778376 140737134774080 139740334107384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9597/tid=9615] ppid=9595 vsize=2715132 CPUtime=1.04 cores=1,3,5,7
/proc/9597/task/9615/stat : 9615 (java) S 9595 9597 6377 0 -1 4202560 100 0 0 0 60 44 0 0 20 0 19 0 341487341 2780295168 191034 33554432000 1073741824 1073778376 140737134774080 139740333055048 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9597/tid=9616] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9616/stat : 9616 (java) S 9595 9597 6377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341487350 2780295168 191034 33554432000 1073741824 1073778376 140737134774080 139740332000296 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1727.37
Current children cumulated vsize (KiB) 2715132

[startup+1782.3 s]
/proc/loadavg: 2.08 2.12 2.04 3/216 9768
/proc/meminfo: memFree=26662452/32873844 swapFree=7124/7124
[pid=9597] ppid=9595 vsize=2715132 CPUtime=1787.52 cores=1,3,5,7
/proc/9597/stat : 9597 (java) S 9595 9597 6377 0 -1 4202496 16078 0 1 0 178645 107 0 0 20 0 19 0 341487334 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 140737134765216 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9597/statm: 678783 193628 2252 9 0 669476 0
[pid=9597/tid=9599] ppid=9595 vsize=2715132 CPUtime=1776.34 cores=1,3,5,7
/proc/9597/task/9599/stat : 9599 (java) R 9595 9597 6377 0 -1 4202560 2930 0 1 0 177601 33 0 0 20 0 19 0 341487335 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740375752080 139740200807206 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9597/tid=9600] ppid=9595 vsize=2715132 CPUtime=0.5 cores=1,3,5,7
/proc/9597/task/9600/stat : 9600 (java) S 9595 9597 6377 0 -1 4202560 230 0 0 0 45 5 0 0 20 0 19 0 341487336 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740360202664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9597/tid=9601] ppid=9595 vsize=2715132 CPUtime=0.59 cores=1,3,5,7
/proc/9597/task/9601/stat : 9601 (java) S 9595 9597 6377 0 -1 4202560 151 0 0 0 54 5 0 0 20 0 19 0 341487336 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740359150120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9597/tid=9602] ppid=9595 vsize=2715132 CPUtime=0.47 cores=1,3,5,7
/proc/9597/task/9602/stat : 9602 (java) S 9595 9597 6377 0 -1 4202560 132 0 0 0 42 5 0 0 20 0 19 0 341487336 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740358097064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9597/tid=9603] ppid=9595 vsize=2715132 CPUtime=0.68 cores=1,3,5,7
/proc/9597/task/9603/stat : 9603 (java) S 9595 9597 6377 0 -1 4202560 139 0 0 0 62 6 0 0 20 0 19 0 341487336 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740357044520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9597/tid=9604] ppid=9595 vsize=2715132 CPUtime=0.5 cores=1,3,5,7
/proc/9597/task/9604/stat : 9604 (java) S 9595 9597 6377 0 -1 4202560 115 0 0 0 46 4 0 0 20 0 19 0 341487336 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740355992488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9597/tid=9605] ppid=9595 vsize=2715132 CPUtime=0.6 cores=1,3,5,7
/proc/9597/task/9605/stat : 9605 (java) S 9595 9597 6377 0 -1 4202560 134 0 0 0 54 6 0 0 20 0 19 0 341487336 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740354939944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9597/tid=9606] ppid=9595 vsize=2715132 CPUtime=0.56 cores=1,3,5,7
/proc/9597/task/9606/stat : 9606 (java) S 9595 9597 6377 0 -1 4202560 163 0 0 0 51 5 0 0 20 0 19 0 341487336 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740353886888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9597/tid=9607] ppid=9595 vsize=2715132 CPUtime=0.55 cores=1,3,5,7
/proc/9597/task/9607/stat : 9607 (java) S 9595 9597 6377 0 -1 4202560 266 0 0 0 50 5 0 0 20 0 19 0 341487336 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740352834344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9597/tid=9608] ppid=9595 vsize=2715132 CPUtime=0.04 cores=1,3,5,7
/proc/9597/task/9608/stat : 9608 (java) S 9595 9597 6377 0 -1 4202560 53 0 0 0 2 2 0 0 20 0 19 0 341487338 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740340423016 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9597/tid=9609] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9609/stat : 9609 (java) S 9595 9597 6377 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341487338 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740339369336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9597/tid=9610] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9610/stat : 9610 (java) S 9595 9597 6377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341487338 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740338316168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9597/tid=9611] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9611/stat : 9611 (java) S 9595 9597 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487341 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740337264912 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9597/tid=9612] ppid=9595 vsize=2715132 CPUtime=0.43 cores=1,3,5,7
/proc/9597/task/9612/stat : 9612 (java) S 9595 9597 6377 0 -1 4202560 6675 0 0 0 41 2 0 0 20 0 19 0 341487341 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740336212792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9597/tid=9613] ppid=9595 vsize=2715132 CPUtime=0.39 cores=1,3,5,7
/proc/9597/task/9613/stat : 9613 (java) S 9595 9597 6377 0 -1 4202560 3805 0 0 0 39 0 0 0 20 0 19 0 341487341 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740335160248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9597/tid=9614] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9614/stat : 9614 (java) S 9595 9597 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487341 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740334107384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9597/tid=9615] ppid=9595 vsize=2715132 CPUtime=1.07 cores=1,3,5,7
/proc/9597/task/9615/stat : 9615 (java) S 9595 9597 6377 0 -1 4202560 104 0 0 0 62 45 0 0 20 0 19 0 341487341 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740333055048 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9597/tid=9616] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9616/stat : 9616 (java) S 9595 9597 6377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341487350 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740332000296 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1787.52
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.8 s]
/proc/loadavg: 2.06 2.11 2.04 3/216 9768
/proc/meminfo: memFree=26655740/32873844 swapFree=7124/7124
[pid=9597] ppid=9595 vsize=2715132 CPUtime=1800.04 cores=1,3,5,7
/proc/9597/stat : 9597 (java) S 9595 9597 6377 0 -1 4202496 16078 0 1 0 179897 107 0 0 20 0 19 0 341487334 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 140737134765216 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9597/statm: 678783 193628 2252 9 0 669476 0
[pid=9597/tid=9599] ppid=9595 vsize=2715132 CPUtime=1788.82 cores=1,3,5,7
/proc/9597/task/9599/stat : 9599 (java) R 9595 9597 6377 0 -1 4202560 2930 0 1 0 178848 34 0 0 20 0 19 0 341487335 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740375752080 139740200730931 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9597/tid=9600] ppid=9595 vsize=2715132 CPUtime=0.5 cores=1,3,5,7
/proc/9597/task/9600/stat : 9600 (java) S 9595 9597 6377 0 -1 4202560 230 0 0 0 45 5 0 0 20 0 19 0 341487336 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740360202664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9597/tid=9601] ppid=9595 vsize=2715132 CPUtime=0.59 cores=1,3,5,7
/proc/9597/task/9601/stat : 9601 (java) S 9595 9597 6377 0 -1 4202560 151 0 0 0 54 5 0 0 20 0 19 0 341487336 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740359150120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9597/tid=9602] ppid=9595 vsize=2715132 CPUtime=0.47 cores=1,3,5,7
/proc/9597/task/9602/stat : 9602 (java) S 9595 9597 6377 0 -1 4202560 132 0 0 0 42 5 0 0 20 0 19 0 341487336 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740358097064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9597/tid=9603] ppid=9595 vsize=2715132 CPUtime=0.68 cores=1,3,5,7
/proc/9597/task/9603/stat : 9603 (java) S 9595 9597 6377 0 -1 4202560 139 0 0 0 62 6 0 0 20 0 19 0 341487336 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740357044520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9597/tid=9604] ppid=9595 vsize=2715132 CPUtime=0.5 cores=1,3,5,7
/proc/9597/task/9604/stat : 9604 (java) S 9595 9597 6377 0 -1 4202560 115 0 0 0 46 4 0 0 20 0 19 0 341487336 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740355992488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9597/tid=9605] ppid=9595 vsize=2715132 CPUtime=0.6 cores=1,3,5,7
/proc/9597/task/9605/stat : 9605 (java) S 9595 9597 6377 0 -1 4202560 134 0 0 0 54 6 0 0 20 0 19 0 341487336 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740354939944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9597/tid=9606] ppid=9595 vsize=2715132 CPUtime=0.56 cores=1,3,5,7
/proc/9597/task/9606/stat : 9606 (java) S 9595 9597 6377 0 -1 4202560 163 0 0 0 51 5 0 0 20 0 19 0 341487336 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740353886888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9597/tid=9607] ppid=9595 vsize=2715132 CPUtime=0.55 cores=1,3,5,7
/proc/9597/task/9607/stat : 9607 (java) S 9595 9597 6377 0 -1 4202560 266 0 0 0 50 5 0 0 20 0 19 0 341487336 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740352834344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9597/tid=9608] ppid=9595 vsize=2715132 CPUtime=0.04 cores=1,3,5,7
/proc/9597/task/9608/stat : 9608 (java) S 9595 9597 6377 0 -1 4202560 53 0 0 0 2 2 0 0 20 0 19 0 341487338 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740340423016 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9597/tid=9609] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9609/stat : 9609 (java) S 9595 9597 6377 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341487338 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740339369336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9597/tid=9610] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9610/stat : 9610 (java) S 9595 9597 6377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341487338 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740338316168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9597/tid=9611] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9611/stat : 9611 (java) S 9595 9597 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487341 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740337264912 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9597/tid=9612] ppid=9595 vsize=2715132 CPUtime=0.43 cores=1,3,5,7
/proc/9597/task/9612/stat : 9612 (java) S 9595 9597 6377 0 -1 4202560 6675 0 0 0 41 2 0 0 20 0 19 0 341487341 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740336212792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9597/tid=9613] ppid=9595 vsize=2715132 CPUtime=0.39 cores=1,3,5,7
/proc/9597/task/9613/stat : 9613 (java) S 9595 9597 6377 0 -1 4202560 3805 0 0 0 39 0 0 0 20 0 19 0 341487341 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740335160248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9597/tid=9614] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9614/stat : 9614 (java) S 9595 9597 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487341 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740334107384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9597/tid=9615] ppid=9595 vsize=2715132 CPUtime=1.08 cores=1,3,5,7
/proc/9597/task/9615/stat : 9615 (java) S 9595 9597 6377 0 -1 4202560 104 0 0 0 62 46 0 0 20 0 19 0 341487341 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740333055048 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9597/tid=9616] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9616/stat : 9616 (java) S 9595 9597 6377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341487350 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740332000296 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 2715132

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

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

[startup+1794.8 s]
/proc/loadavg: 2.06 2.11 2.04 3/216 9768
/proc/meminfo: memFree=26655740/32873844 swapFree=7124/7124
[pid=9597] ppid=9595 vsize=2715132 CPUtime=1800.04 cores=1,3,5,7
/proc/9597/stat : 9597 (java) S 9595 9597 6377 0 -1 4202496 16078 0 1 0 179897 107 0 0 20 0 19 0 341487334 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 140737134765216 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9597/statm: 678783 193628 2252 9 0 669476 0
[pid=9597/tid=9599] ppid=9595 vsize=2715132 CPUtime=1788.82 cores=1,3,5,7
/proc/9597/task/9599/stat : 9599 (java) R 9595 9597 6377 0 -1 4202560 2930 0 1 0 178848 34 0 0 20 0 19 0 341487335 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740375752080 139740200730931 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9597/tid=9600] ppid=9595 vsize=2715132 CPUtime=0.5 cores=1,3,5,7
/proc/9597/task/9600/stat : 9600 (java) S 9595 9597 6377 0 -1 4202560 230 0 0 0 45 5 0 0 20 0 19 0 341487336 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740360202664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9597/tid=9601] ppid=9595 vsize=2715132 CPUtime=0.59 cores=1,3,5,7
/proc/9597/task/9601/stat : 9601 (java) S 9595 9597 6377 0 -1 4202560 151 0 0 0 54 5 0 0 20 0 19 0 341487336 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740359150120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9597/tid=9602] ppid=9595 vsize=2715132 CPUtime=0.47 cores=1,3,5,7
/proc/9597/task/9602/stat : 9602 (java) S 9595 9597 6377 0 -1 4202560 132 0 0 0 42 5 0 0 20 0 19 0 341487336 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740358097064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9597/tid=9603] ppid=9595 vsize=2715132 CPUtime=0.68 cores=1,3,5,7
/proc/9597/task/9603/stat : 9603 (java) S 9595 9597 6377 0 -1 4202560 139 0 0 0 62 6 0 0 20 0 19 0 341487336 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740357044520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9597/tid=9604] ppid=9595 vsize=2715132 CPUtime=0.5 cores=1,3,5,7
/proc/9597/task/9604/stat : 9604 (java) S 9595 9597 6377 0 -1 4202560 115 0 0 0 46 4 0 0 20 0 19 0 341487336 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740355992488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9597/tid=9605] ppid=9595 vsize=2715132 CPUtime=0.6 cores=1,3,5,7
/proc/9597/task/9605/stat : 9605 (java) S 9595 9597 6377 0 -1 4202560 134 0 0 0 54 6 0 0 20 0 19 0 341487336 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740354939944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9597/tid=9606] ppid=9595 vsize=2715132 CPUtime=0.56 cores=1,3,5,7
/proc/9597/task/9606/stat : 9606 (java) S 9595 9597 6377 0 -1 4202560 163 0 0 0 51 5 0 0 20 0 19 0 341487336 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740353886888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9597/tid=9607] ppid=9595 vsize=2715132 CPUtime=0.55 cores=1,3,5,7
/proc/9597/task/9607/stat : 9607 (java) S 9595 9597 6377 0 -1 4202560 266 0 0 0 50 5 0 0 20 0 19 0 341487336 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740352834344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9597/tid=9608] ppid=9595 vsize=2715132 CPUtime=0.04 cores=1,3,5,7
/proc/9597/task/9608/stat : 9608 (java) S 9595 9597 6377 0 -1 4202560 53 0 0 0 2 2 0 0 20 0 19 0 341487338 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740340423016 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9597/tid=9609] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9609/stat : 9609 (java) S 9595 9597 6377 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341487338 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740339369336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9597/tid=9610] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9610/stat : 9610 (java) S 9595 9597 6377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341487338 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740338316168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9597/tid=9611] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9611/stat : 9611 (java) S 9595 9597 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487341 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740337264912 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9597/tid=9612] ppid=9595 vsize=2715132 CPUtime=0.43 cores=1,3,5,7
/proc/9597/task/9612/stat : 9612 (java) S 9595 9597 6377 0 -1 4202560 6675 0 0 0 41 2 0 0 20 0 19 0 341487341 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740336212792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9597/tid=9613] ppid=9595 vsize=2715132 CPUtime=0.39 cores=1,3,5,7
/proc/9597/task/9613/stat : 9613 (java) S 9595 9597 6377 0 -1 4202560 3805 0 0 0 39 0 0 0 20 0 19 0 341487341 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740335160248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9597/tid=9614] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9614/stat : 9614 (java) S 9595 9597 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341487341 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740334107384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9597/tid=9615] ppid=9595 vsize=2715132 CPUtime=1.08 cores=1,3,5,7
/proc/9597/task/9615/stat : 9615 (java) S 9595 9597 6377 0 -1 4202560 104 0 0 0 62 46 0 0 20 0 19 0 341487341 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740333055048 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9597/tid=9616] ppid=9595 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/9597/task/9616/stat : 9616 (java) S 9595 9597 6377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341487350 2780295168 193628 33554432000 1073741824 1073778376 140737134774080 139740332000296 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 2715132

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9597 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=290226
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=401786
# CPU time returned by wait4() is 1795.69
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.9
CPU time (s): 1800.04
CPU user time (s): 1798.97
CPU system time (s): 1.07
CPU usage (%): 100.286
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.29
system time used= 1.40179
maximum resident set size= 774700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16131
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38687
involuntary context switches= 7210

runsolver used 6.44102 second user time and 16.9734 second system time

The end

Launcher Data

Begin job on node134 at 2012-06-03 22:00:19
IDJOB=3734962
IDBENCH=2926
IDSOLVER=2322
FILE ID=node134/3734962-1338753619
RUNJOBID= node134-1338738643-6394
PBS_JOBID= 14636771
Free space on /tmp= 70360 MiB

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

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

MD5SUM BENCH= c0264878059fff5e6fa5f51839a60b24
RANDOM SEED=740761590

node134.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27470772 kB
Buffers:          500032 kB
Cached:          3380904 kB
SwapCached:           76 kB
Active:          2374036 kB
Inactive:        2125664 kB
Active(anon):     610616 kB
Inactive(anon):    10496 kB
Active(file):    1763420 kB
Inactive(file):  2115168 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67107756 kB
Dirty:               104 kB
Writeback:             0 kB
AnonPages:        731476 kB
Mapped:            19220 kB
Shmem:                96 kB
Slab:             762504 kB
SReclaimable:     204060 kB
SUnreclaim:       558444 kB
KernelStack:        1784 kB
PageTables:         5496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1517088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    694272 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70352 MiB
End job on node134 at 2012-06-03 22:30:16