Trace number 4103486

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 2.3.6 Res+CP PB16OPT344750 2.32 80.3126

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
www.csit.fsu.edu/~burkardt/datasets/mps/normalized-mps-v2-20-10-maros.opb
MD5SUMd9b1bd39de70fdcf73e5c42a9dd94c9e
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark344750
Best CPU time to get the best result obtained on this benchmark2.32
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 344750
Optimality of the best value was proved YES
Number of variables90
Total number of constraints6
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 constraints6
Minimum length of a constraint15
Maximum length of a constraint90
Number of terms in the objective function 90
Biggest coefficient in the objective function 4831838208
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 15032909794
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 4831838208
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 15032909794
Number of bits of the biggest sum of numbers34
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4103486-1467321310.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.10/0.14	c ... done. Wall clock time 0.026s.
0.10/0.14	c declared #vars     90
0.10/0.14	c #constraints  6
0.10/0.14	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.14	c constraints type 
0.10/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6
0.10/0.14	c 6 constraints processed.
0.10/0.14	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.14	c constraints type 
0.10/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6
0.10/0.14	c 6 constraints processed.
0.10/0.14	c objective function length is 90 literals
0.10/0.16	c And the winner is solver0
0.22/0.64	c SATISFIABLE
0.22/0.64	c OPTIMIZING...
0.22/0.64	c Got one! Elapsed wall clock time (in seconds):0.532
0.22/0.64	o 399846
0.22/0.65	c And the winner is solver1
0.26/1.14	c Got one! Elapsed wall clock time (in seconds):1.033
0.26/1.14	o 399482
0.26/1.15	c And the winner is solver0
0.31/1.64	c Got one! Elapsed wall clock time (in seconds):1.535
0.31/1.64	o 399464
0.31/1.65	c And the winner is solver0
0.33/2.15	c Got one! Elapsed wall clock time (in seconds):2.036
0.33/2.15	o 399463
0.33/2.15	c And the winner is solver0
0.34/2.65	c Got one! Elapsed wall clock time (in seconds):2.538
0.34/2.65	o 399460
0.34/2.65	c And the winner is solver0
0.35/3.15	c Got one! Elapsed wall clock time (in seconds):3.039
0.35/3.15	o 399447
0.35/3.15	c And the winner is solver0
0.40/3.65	c Got one! Elapsed wall clock time (in seconds):3.54
0.40/3.65	o 399303
0.40/3.65	c And the winner is solver1
0.41/4.15	c Got one! Elapsed wall clock time (in seconds):4.042
0.41/4.15	o 399298
0.41/4.16	c And the winner is solver1
0.42/4.65	c Got one! Elapsed wall clock time (in seconds):4.543
0.42/4.65	o 399296
0.42/4.66	c And the winner is solver0
0.46/5.15	c Got one! Elapsed wall clock time (in seconds):5.044
0.46/5.15	o 399288
0.46/5.16	c And the winner is solver0
0.46/5.66	c Got one! Elapsed wall clock time (in seconds):5.545
0.46/5.66	o 399286
0.46/5.66	c And the winner is solver0
0.46/6.16	c Got one! Elapsed wall clock time (in seconds):6.047
0.46/6.16	o 399268
0.46/6.16	c And the winner is solver0
0.47/6.66	c Got one! Elapsed wall clock time (in seconds):6.548
0.47/6.66	o 399266
0.47/6.66	c And the winner is solver0
0.47/7.16	c Got one! Elapsed wall clock time (in seconds):7.049
0.47/7.16	o 399255
0.47/7.16	c And the winner is solver0
0.48/7.66	c Got one! Elapsed wall clock time (in seconds):7.55
0.48/7.66	o 399220
0.48/7.66	c And the winner is solver0
0.48/8.16	c Got one! Elapsed wall clock time (in seconds):8.051
0.48/8.16	o 399202
0.48/8.16	c And the winner is solver0
0.48/8.66	c Got one! Elapsed wall clock time (in seconds):8.553
0.48/8.66	o 399162
0.48/8.66	c And the winner is solver0
0.48/9.16	c Got one! Elapsed wall clock time (in seconds):9.054
0.48/9.16	o 399133
0.48/9.17	c And the winner is solver0
0.49/9.66	c Got one! Elapsed wall clock time (in seconds):9.555
0.49/9.66	o 399117
0.49/9.67	c And the winner is solver0
0.49/10.17	c Got one! Elapsed wall clock time (in seconds):10.056
0.49/10.17	o 399114
0.49/10.17	c And the winner is solver1
0.83/10.67	c Got one! Elapsed wall clock time (in seconds):10.557
0.83/10.67	o 375930
0.83/10.68	c And the winner is solver0
0.84/11.17	c Got one! Elapsed wall clock time (in seconds):11.058
0.84/11.17	o 373760
0.84/11.17	c And the winner is solver1
0.85/11.67	c Got one! Elapsed wall clock time (in seconds):11.559
0.85/11.67	o 373753
0.85/11.67	c And the winner is solver1
0.97/12.17	c Got one! Elapsed wall clock time (in seconds):12.06
0.97/12.17	o 360570
0.97/12.20	c And the winner is solver1
1.15/12.67	c Got one! Elapsed wall clock time (in seconds):12.561
1.15/12.67	o 360569
1.15/12.68	c And the winner is solver1
1.16/13.17	c Got one! Elapsed wall clock time (in seconds):13.063
1.16/13.17	o 360391
1.16/13.17	c And the winner is solver1
1.16/13.67	c Got one! Elapsed wall clock time (in seconds):13.563
1.16/13.67	o 360386
1.16/13.68	c And the winner is solver1
1.17/14.17	c Got one! Elapsed wall clock time (in seconds):14.064
1.17/14.17	o 360384
1.17/14.18	c And the winner is solver1
1.18/14.68	c Got one! Elapsed wall clock time (in seconds):14.565
1.18/14.68	o 360382
1.18/14.68	c And the winner is solver1
1.18/15.18	c Got one! Elapsed wall clock time (in seconds):15.066
1.18/15.18	o 360354
1.18/15.19	c And the winner is solver1
1.26/15.68	c Got one! Elapsed wall clock time (in seconds):15.567
1.26/15.68	o 360349
1.26/15.68	c And the winner is solver1
1.29/16.18	c Got one! Elapsed wall clock time (in seconds):16.068
1.29/16.18	o 360202
1.29/16.19	c And the winner is solver1
1.38/16.68	c Got one! Elapsed wall clock time (in seconds):16.569
1.38/16.68	o 360201
1.38/16.69	c And the winner is solver1
1.38/17.18	c Got one! Elapsed wall clock time (in seconds):17.07
1.38/17.18	o 360195
1.38/17.18	c And the winner is solver1
1.38/17.68	c Got one! Elapsed wall clock time (in seconds):17.571
1.38/17.68	o 360048
1.38/17.69	c And the winner is solver1
1.39/18.18	c Got one! Elapsed wall clock time (in seconds):18.072
1.39/18.18	o 360044
1.39/18.18	c And the winner is solver1
1.40/18.68	c Got one! Elapsed wall clock time (in seconds):18.573
1.40/18.68	o 360041
1.40/18.69	c And the winner is solver1
1.42/19.18	c Got one! Elapsed wall clock time (in seconds):19.074
1.42/19.18	o 360039
1.42/19.19	c And the winner is solver1
1.42/19.68	c Got one! Elapsed wall clock time (in seconds):19.575
1.42/19.68	o 360017
1.42/19.69	c And the winner is solver1
1.42/20.19	c Got one! Elapsed wall clock time (in seconds):20.075
1.42/20.19	o 360010
1.42/20.19	c And the winner is solver1
1.42/20.69	c Got one! Elapsed wall clock time (in seconds):20.576
1.42/20.69	o 359442
1.42/20.69	c And the winner is solver1
1.42/21.19	c Got one! Elapsed wall clock time (in seconds):21.077
1.42/21.19	o 359325
1.42/21.19	c And the winner is solver1
1.42/21.69	c Got one! Elapsed wall clock time (in seconds):21.578
1.42/21.69	o 359322
1.42/21.69	c And the winner is solver1
1.42/22.19	c Got one! Elapsed wall clock time (in seconds):22.079
1.42/22.19	o 359216
1.42/22.19	c And the winner is solver1
1.43/22.69	c Got one! Elapsed wall clock time (in seconds):22.58
1.43/22.69	o 359212
1.43/22.69	c And the winner is solver1
1.44/23.19	c Got one! Elapsed wall clock time (in seconds):23.081
1.44/23.19	o 359209
1.44/23.20	c And the winner is solver1
1.45/23.69	c Got one! Elapsed wall clock time (in seconds):23.582
1.45/23.69	o 359178
1.45/23.70	c And the winner is solver1
1.49/24.19	c Got one! Elapsed wall clock time (in seconds):24.083
1.49/24.19	o 359177
1.49/24.20	c And the winner is solver1
1.49/24.69	c Got one! Elapsed wall clock time (in seconds):24.584
1.49/24.69	o 358410
1.50/24.70	c And the winner is solver1
1.50/25.19	c Got one! Elapsed wall clock time (in seconds):25.085
1.50/25.19	o 358409
1.50/25.20	c And the winner is solver1
1.50/25.70	c Got one! Elapsed wall clock time (in seconds):25.586
1.50/25.70	o 358408
1.50/25.70	c And the winner is solver1
1.51/26.20	c Got one! Elapsed wall clock time (in seconds):26.087
1.51/26.20	o 358407
1.51/26.20	c And the winner is solver1
1.52/26.70	c Got one! Elapsed wall clock time (in seconds):26.587
1.52/26.70	o 358403
1.52/26.70	c And the winner is solver1
1.52/27.20	c Got one! Elapsed wall clock time (in seconds):27.088
1.52/27.20	o 357585
1.52/27.20	c And the winner is solver1
1.53/27.70	c Got one! Elapsed wall clock time (in seconds):27.589
1.53/27.70	o 357514
1.53/27.71	c And the winner is solver1
1.54/28.20	c Got one! Elapsed wall clock time (in seconds):28.09
1.54/28.20	o 357513
1.54/28.20	c And the winner is solver1
1.55/28.70	c Got one! Elapsed wall clock time (in seconds):28.591
1.55/28.70	o 357510
1.55/28.70	c And the winner is solver1
1.55/29.20	c Got one! Elapsed wall clock time (in seconds):29.092
1.55/29.20	o 357488
1.55/29.21	c And the winner is solver1
1.55/29.70	c Got one! Elapsed wall clock time (in seconds):29.592
1.55/29.70	o 357484
1.55/29.70	c And the winner is solver1
1.55/30.20	c Got one! Elapsed wall clock time (in seconds):30.093
1.55/30.20	o 357481
1.55/30.21	c And the winner is solver1
1.64/30.70	c Got one! Elapsed wall clock time (in seconds):30.594
1.64/30.70	o 357479
1.64/30.71	c And the winner is solver1
1.66/31.21	c Got one! Elapsed wall clock time (in seconds):31.095
1.66/31.21	o 357457
1.66/31.21	c And the winner is solver0
1.67/31.71	c Got one! Elapsed wall clock time (in seconds):31.596
1.67/31.71	o 357434
1.67/31.71	c And the winner is solver1
1.67/32.21	c Got one! Elapsed wall clock time (in seconds):32.097
1.67/32.21	o 357433
1.67/32.21	c And the winner is solver1
1.68/32.71	c Got one! Elapsed wall clock time (in seconds):32.597
1.68/32.71	o 357424
1.68/32.71	c And the winner is solver1
1.68/33.21	c Got one! Elapsed wall clock time (in seconds):33.098
1.68/33.21	o 357420
1.68/33.21	c And the winner is solver1
1.68/33.71	c Got one! Elapsed wall clock time (in seconds):33.599
1.68/33.71	o 357417
1.68/33.72	c And the winner is solver1
1.69/34.21	c Got one! Elapsed wall clock time (in seconds):34.099
1.69/34.21	o 357386
1.69/34.22	c And the winner is solver1
1.77/34.71	c Got one! Elapsed wall clock time (in seconds):34.6
1.77/34.71	o 357385
1.77/34.71	c And the winner is solver1
1.77/35.21	c Got one! Elapsed wall clock time (in seconds):35.101
1.77/35.21	o 357384
1.77/35.21	c And the winner is solver1
1.77/35.71	c Got one! Elapsed wall clock time (in seconds):35.602
1.77/35.71	o 357168
1.77/35.72	c And the winner is solver1
1.78/36.21	c Got one! Elapsed wall clock time (in seconds):36.103
1.78/36.21	o 357164
1.78/36.21	c And the winner is solver1
1.78/36.71	c Got one! Elapsed wall clock time (in seconds):36.603
1.78/36.71	o 357161
1.78/36.72	c And the winner is solver1
1.79/37.21	c Got one! Elapsed wall clock time (in seconds):37.104
1.79/37.21	o 356874
1.79/37.22	c And the winner is solver1
1.79/37.71	c Got one! Elapsed wall clock time (in seconds):37.605
1.79/37.71	o 356873
1.79/37.72	c And the winner is solver1
1.79/38.22	c Got one! Elapsed wall clock time (in seconds):38.105
1.79/38.22	o 356869
1.79/38.22	c And the winner is solver1
1.79/38.72	c Got one! Elapsed wall clock time (in seconds):38.606
1.79/38.72	o 356817
1.79/38.72	c And the winner is solver1
1.79/39.22	c Got one! Elapsed wall clock time (in seconds):39.107
1.79/39.22	o 352890
1.79/39.23	c And the winner is solver1
1.82/39.72	c Got one! Elapsed wall clock time (in seconds):39.607
1.82/39.72	o 352850
1.82/39.72	c And the winner is solver1
1.82/40.22	c Got one! Elapsed wall clock time (in seconds):40.108
1.82/40.22	o 352849
1.82/40.22	c And the winner is solver1
1.82/40.72	c Got one! Elapsed wall clock time (in seconds):40.608
1.82/40.72	o 352848
1.82/40.72	c And the winner is solver1
1.82/41.22	c Got one! Elapsed wall clock time (in seconds):41.109
1.82/41.22	o 352706
1.82/41.22	c And the winner is solver1
1.83/41.72	c Got one! Elapsed wall clock time (in seconds):41.61
1.83/41.72	o 352704
1.83/41.72	c And the winner is solver1
1.83/42.22	c Got one! Elapsed wall clock time (in seconds):42.111
1.83/42.22	o 352703
1.83/42.22	c And the winner is solver1
1.83/42.72	c Got one! Elapsed wall clock time (in seconds):42.611
1.83/42.72	o 352674
1.83/42.73	c And the winner is solver1
1.84/43.22	c Got one! Elapsed wall clock time (in seconds):43.112
1.84/43.22	o 352657
1.84/43.22	c And the winner is solver1
1.84/43.72	c Got one! Elapsed wall clock time (in seconds):43.613
1.84/43.72	o 352522
1.84/43.73	c And the winner is solver1
1.84/44.22	c Got one! Elapsed wall clock time (in seconds):44.114
1.84/44.22	o 352520
1.84/44.23	c And the winner is solver1
1.84/44.72	c Got one! Elapsed wall clock time (in seconds):44.614
1.84/44.72	o 351425
1.84/44.73	c And the winner is solver1
1.84/45.23	c Got one! Elapsed wall clock time (in seconds):45.115
1.84/45.23	o 351024
1.84/45.23	c And the winner is solver1
1.84/45.73	c Got one! Elapsed wall clock time (in seconds):45.616
1.84/45.73	o 351020
1.84/45.73	c And the winner is solver1
1.84/46.23	c Got one! Elapsed wall clock time (in seconds):46.117
1.84/46.23	o 351017
1.84/46.23	c And the winner is solver1
1.84/46.73	c Got one! Elapsed wall clock time (in seconds):46.617
1.84/46.73	o 350218
1.84/46.73	c And the winner is solver1
1.84/47.23	c Got one! Elapsed wall clock time (in seconds):47.118
1.84/47.23	o 350217
1.84/47.23	c And the winner is solver0
1.84/47.73	c Got one! Elapsed wall clock time (in seconds):47.619
1.84/47.73	o 348266
1.84/47.74	c And the winner is solver1
1.84/48.23	c Got one! Elapsed wall clock time (in seconds):48.12
1.84/48.23	o 348238
1.84/48.24	c And the winner is solver1
1.84/48.73	c Got one! Elapsed wall clock time (in seconds):48.621
1.84/48.73	o 348170
1.84/48.74	c And the winner is solver1
1.91/49.23	c Got one! Elapsed wall clock time (in seconds):49.121
1.91/49.23	o 348169
1.91/49.24	c And the winner is solver1
1.91/49.73	c Got one! Elapsed wall clock time (in seconds):49.622
1.91/49.73	o 348168
1.91/49.74	c And the winner is solver1
1.91/50.23	c Got one! Elapsed wall clock time (in seconds):50.123
1.91/50.23	o 348167
1.91/50.24	c And the winner is solver1
1.91/50.73	c Got one! Elapsed wall clock time (in seconds):50.624
1.91/50.73	o 346423
1.91/50.74	c And the winner is solver1
1.91/51.23	c Got one! Elapsed wall clock time (in seconds):51.124
1.91/51.23	o 346142
1.91/51.24	c And the winner is solver1
1.91/51.74	c Got one! Elapsed wall clock time (in seconds):51.625
1.91/51.74	o 346138
1.91/51.74	c And the winner is solver1
1.92/52.24	c Got one! Elapsed wall clock time (in seconds):52.126
1.92/52.24	o 346137
1.92/52.24	c And the winner is solver1
1.92/52.74	c Got one! Elapsed wall clock time (in seconds):52.626
1.92/52.74	o 346127
1.92/52.74	c And the winner is solver1
1.92/53.24	c Got one! Elapsed wall clock time (in seconds):53.127
1.92/53.24	o 346122
1.92/53.24	c And the winner is solver1
1.92/53.74	c Got one! Elapsed wall clock time (in seconds):53.628
1.92/53.74	o 346121
1.92/53.74	c And the winner is solver1
1.97/54.24	c Got one! Elapsed wall clock time (in seconds):54.129
1.97/54.24	o 346118
1.97/54.24	c And the winner is solver1
1.97/54.74	c Got one! Elapsed wall clock time (in seconds):54.629
1.97/54.74	o 345922
1.97/54.75	c And the winner is solver1
2.01/55.24	c Got one! Elapsed wall clock time (in seconds):55.13
2.01/55.24	o 345768
2.01/55.25	c And the winner is solver1
2.01/55.74	c Got one! Elapsed wall clock time (in seconds):55.631
2.01/55.74	o 345761
2.01/55.75	c And the winner is solver1
2.04/56.24	c Got one! Elapsed wall clock time (in seconds):56.132
2.04/56.24	o 345738
2.04/56.25	c And the winner is solver1
2.04/56.74	c Got one! Elapsed wall clock time (in seconds):56.633
2.04/56.74	o 345255
2.04/56.75	c And the winner is solver1
2.04/57.24	c Got one! Elapsed wall clock time (in seconds):57.133
2.04/57.24	o 345149
2.04/57.25	c And the winner is solver1
2.04/57.74	c Got one! Elapsed wall clock time (in seconds):57.634
2.04/57.74	o 345136
2.04/57.75	c And the winner is solver1
2.04/58.24	c Got one! Elapsed wall clock time (in seconds):58.135
2.04/58.24	o 345132
2.04/58.25	c And the winner is solver1
2.05/58.75	c Got one! Elapsed wall clock time (in seconds):58.635
2.05/58.75	o 345129
2.05/58.75	c And the winner is solver1
2.05/59.25	c Got one! Elapsed wall clock time (in seconds):59.136
2.05/59.25	o 345098
2.05/59.25	c And the winner is solver1
2.05/59.75	c Got one! Elapsed wall clock time (in seconds):59.637
2.05/59.75	o 345097
2.05/59.75	c And the winner is solver1
2.05/60.25	c Got one! Elapsed wall clock time (in seconds):60.138
2.05/60.25	o 345090
2.05/60.25	c And the winner is solver1
2.05/60.75	c Got one! Elapsed wall clock time (in seconds):60.639
2.05/60.75	o 345002
2.05/60.76	c And the winner is solver1
2.07/61.25	c Got one! Elapsed wall clock time (in seconds):61.139
2.07/61.25	o 345001
2.07/61.26	c And the winner is solver1
2.07/61.75	c Got one! Elapsed wall clock time (in seconds):61.64
2.07/61.75	o 344997
2.07/61.75	c And the winner is solver1
2.07/62.25	c Got one! Elapsed wall clock time (in seconds):62.141
2.07/62.25	o 344995
2.07/62.25	c And the winner is solver1
2.07/62.75	c Got one! Elapsed wall clock time (in seconds):62.641
2.07/62.75	o 344990
2.07/62.76	c And the winner is solver1
2.07/63.25	c Got one! Elapsed wall clock time (in seconds):63.142
2.07/63.25	o 344989
2.07/63.26	c And the winner is solver1
2.08/63.75	c Got one! Elapsed wall clock time (in seconds):63.643
2.08/63.75	o 344988
2.08/63.76	c And the winner is solver1
2.08/64.25	c Got one! Elapsed wall clock time (in seconds):64.144
2.08/64.25	o 344985
2.08/64.26	c And the winner is solver1
2.08/64.75	c Got one! Elapsed wall clock time (in seconds):64.644
2.08/64.75	o 344943
2.08/64.76	c And the winner is solver1
2.08/65.25	c Got one! Elapsed wall clock time (in seconds):65.145
2.08/65.25	o 344942
2.08/65.26	c And the winner is solver1
2.08/65.76	c Got one! Elapsed wall clock time (in seconds):65.646
2.08/65.76	o 344941
2.08/65.76	c And the winner is solver1
2.08/66.26	c Got one! Elapsed wall clock time (in seconds):66.146
2.08/66.26	o 344928
2.08/66.26	c And the winner is solver1
2.08/66.76	c Got one! Elapsed wall clock time (in seconds):66.647
2.08/66.76	o 344849
2.08/66.76	c And the winner is solver1
2.09/67.26	c Got one! Elapsed wall clock time (in seconds):67.148
2.09/67.26	o 344842
2.09/67.27	c And the winner is solver1
2.10/67.76	c Got one! Elapsed wall clock time (in seconds):67.648
2.10/67.76	o 344841
2.10/67.76	c And the winner is solver1
2.10/68.26	c Got one! Elapsed wall clock time (in seconds):68.149
2.10/68.26	o 344828
2.10/68.26	c And the winner is solver1
2.10/68.76	c Got one! Elapsed wall clock time (in seconds):68.65
2.10/68.76	o 344818
2.10/68.77	c And the winner is solver1
2.14/69.26	c Got one! Elapsed wall clock time (in seconds):69.15
2.14/69.26	o 344816
2.14/69.27	c And the winner is solver1
2.14/69.76	c Got one! Elapsed wall clock time (in seconds):69.651
2.14/69.76	o 344814
2.14/69.77	c And the winner is solver1
2.14/70.26	c Got one! Elapsed wall clock time (in seconds):70.152
2.14/70.26	o 344812
2.14/70.27	c And the winner is solver1
2.14/70.76	c Got one! Elapsed wall clock time (in seconds):70.653
2.14/70.76	o 344809
2.14/70.77	c And the winner is solver1
2.15/71.26	c Got one! Elapsed wall clock time (in seconds):71.153
2.15/71.26	o 344804
2.15/71.27	c And the winner is solver1
2.15/71.76	c Got one! Elapsed wall clock time (in seconds):71.654
2.15/71.76	o 344803
2.15/71.77	c And the winner is solver1
2.15/72.26	c Got one! Elapsed wall clock time (in seconds):72.155
2.15/72.26	o 344802
2.15/72.27	c And the winner is solver1
2.15/72.77	c Got one! Elapsed wall clock time (in seconds):72.656
2.15/72.77	o 344801
2.15/72.77	c And the winner is solver1
2.15/73.27	c Got one! Elapsed wall clock time (in seconds):73.157
2.15/73.27	o 344798
2.15/73.27	c And the winner is solver1
2.15/73.77	c Got one! Elapsed wall clock time (in seconds):73.657
2.15/73.77	o 344772
2.15/73.78	c And the winner is solver1
2.20/74.27	c Got one! Elapsed wall clock time (in seconds):74.158
2.20/74.27	o 344770
2.20/74.27	c And the winner is solver1
2.20/74.77	c Got one! Elapsed wall clock time (in seconds):74.659
2.20/74.77	o 344769
2.20/74.77	c And the winner is solver1
2.20/75.27	c Got one! Elapsed wall clock time (in seconds):75.16
2.20/75.27	o 344767
2.20/75.27	c And the winner is solver0
2.20/75.77	c Got one! Elapsed wall clock time (in seconds):75.66
2.20/75.77	o 344765
2.20/75.78	c And the winner is solver1
2.20/76.27	c Got one! Elapsed wall clock time (in seconds):76.161
2.20/76.27	o 344761
2.20/76.27	c And the winner is solver0
2.20/76.77	c Got one! Elapsed wall clock time (in seconds):76.661
2.20/76.77	o 344759
2.20/76.77	c And the winner is solver0
2.22/77.27	c Got one! Elapsed wall clock time (in seconds):77.162
2.22/77.27	o 344758
2.22/77.27	c And the winner is solver0
2.22/77.77	c Got one! Elapsed wall clock time (in seconds):77.663
2.22/77.77	o 344757
2.22/77.77	c And the winner is solver0
2.22/78.27	c Got one! Elapsed wall clock time (in seconds):78.164
2.22/78.27	o 344754
2.22/78.27	c And the winner is solver0
2.22/78.77	c Got one! Elapsed wall clock time (in seconds):78.664
2.22/78.77	o 344752
2.22/78.78	c And the winner is solver0
2.22/79.27	c Got one! Elapsed wall clock time (in seconds):79.165
2.22/79.27	o 344751
2.22/79.29	c And the winner is solver1
2.28/79.78	c Got one! Elapsed wall clock time (in seconds):79.666
2.28/79.78	o 344750
2.28/79.78	c And the winner is solver1
2.28/80.29	c >>>>>>>>>> Solver number 0 (27 answers) <<<<<<<<<<<<<<<<<<
2.28/80.29	c starts		: 352
2.28/80.29	c conflicts		: 13335
2.28/80.29	c decisions		: 19036
2.28/80.29	c propagations		: 97263
2.28/80.29	c inspects		: 7260294
2.28/80.29	c shortcuts		: 0
2.28/80.29	c learnt literals	: 1
2.28/80.29	c learnt binary clauses	: 2
2.28/80.29	c learnt ternary clauses	: 4
2.28/80.29	c learnt constraints	: 13334
2.28/80.29	c ignored constraints	: 0
2.28/80.29	c root simplifications	: 0
2.28/80.29	c removed literals (reason simplification)	: 147290
2.28/80.29	c reason swapping (by a shorter reason)	: 0
2.28/80.29	c Calls to reduceDB	: 0
2.28/80.29	c Number of update (reduction) of LBD	: 950
2.28/80.29	c Imported unit clauses	: 0
2.28/80.29	c number of reductions to clauses (during analyze)	: 0
2.28/80.29	c number of learned constraints concerned by reduction	: 0
2.28/80.29	c number of learning phase by resolution	: 0
2.28/80.29	c number of learning phase by cutting planes	: 0
2.28/80.29	c speed (assignments/second)	: 188860.1941747573
2.28/80.29	c non guided choices	0
2.28/80.29	c learnt constraints type 
2.28/80.29	c >>>>>>>>>> Solver number 1 (133 answers) <<<<<<<<<<<<<<<<<<
2.28/80.29	c starts		: 156
2.28/80.29	c conflicts		: 322
2.28/80.29	c decisions		: 2533
2.28/80.29	c propagations		: 18813
2.28/80.29	c inspects		: 783175
2.28/80.29	c shortcuts		: 0
2.28/80.29	c learnt literals	: 0
2.28/80.29	c learnt binary clauses	: 0
2.28/80.29	c learnt ternary clauses	: 0
2.28/80.29	c learnt constraints	: 316
2.28/80.29	c ignored constraints	: 0
2.28/80.29	c root simplifications	: 0
2.28/80.29	c removed literals (reason simplification)	: 0
2.28/80.29	c reason swapping (by a shorter reason)	: 0
2.28/80.29	c Calls to reduceDB	: 0
2.28/80.29	c Number of update (reduction) of LBD	: 0
2.28/80.29	c Imported unit clauses	: 0
2.28/80.29	c number of reductions to clauses (during analyze)	: 0
2.28/80.29	c number of learned constraints concerned by reduction	: 0
2.28/80.29	c number of learning phase by resolution	: 0
2.28/80.29	c number of learning phase by cutting planes	: 0
2.28/80.29	c speed (assignments/second)	: 12417.821782178218
2.28/80.29	c non guided choices	0
2.28/80.29	c learnt constraints type 
2.28/80.29	s OPTIMUM FOUND
2.28/80.29	c Found 159 solution(s)
2.28/80.29	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 
2.28/80.29	c objective function=344750
2.28/80.29	c Total wall clock time (in seconds): 80.183

Verifier Data

OK	344750

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4103486-1467321310/watcher-4103486-1467321310 -o /tmp/evaluation-result-4103486-1467321310/solver-4103486-1467321310 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1467321265-1394 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4103486-1467321310.opb 

pid=4545
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: 1.42 2.05 2.28 5/194 4548
/proc/meminfo: memFree=30158456/32872528 swapFree=1498612/1645780
[pid=4548] ppid=4545 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/4548/stat : 4548 (java) S 4545 4548 13393 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 13087869 98570240 978 33554432000 1073741824 1073778376 140736435751136 140736435742272 259115745341 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4548/statm: 24065 978 744 9 0 16771 0
[pid=4548/tid=4549] ppid=4545 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4549/stat : 4549 (java) R 4545 4548 13393 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 13087869 98570240 978 33554432000 1073741824 1073778376 140736435751136 140284703239720 259112387968 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100165 s]
/proc/loadavg: 1.42 2.05 2.28 5/194 4548
/proc/meminfo: memFree=30158456/32872528 swapFree=1498612/1645780
[pid=4548] ppid=4545 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/4548/stat : 4548 (java) S 4545 4548 13393 0 -1 4202496 4494 0 1 0 9 1 0 0 20 0 18 0 13087869 9787879424 5622 33554432000 1073741824 1073778376 140736435751136 140736435742272 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4548/statm: 2389619 5622 2141 9 0 2380296 0
[pid=4548/tid=4549] ppid=4545 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/4548/task/4549/stat : 4549 (java) R 4545 4548 13393 0 -1 4202560 2444 0 1 0 7 0 0 0 20 0 18 0 13087869 9787879424 5622 33554432000 1073741824 1073778376 140736435751136 140284703243016 259115771149 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200377 s]
/proc/loadavg: 1.42 2.05 2.28 5/194 4548
/proc/meminfo: memFree=30158456/32872528 swapFree=1498612/1645780
[pid=4548] ppid=4545 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/4548/stat : 4548 (java) S 4545 4548 13393 0 -1 4202496 4821 0 1 0 19 3 0 0 20 0 19 0 13087869 10060525568 7400 33554432000 1073741824 1073778376 140736435751136 140736435742272 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4548/statm: 2456183 7400 2192 9 0 2446860 0
[pid=4548/tid=4549] ppid=4545 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/4548/task/4549/stat : 4549 (java) S 4545 4548 13393 0 -1 4202560 2460 0 1 0 12 0 0 0 20 0 19 0 13087869 10060525568 7400 33554432000 1073741824 1073778376 140736435751136 140284703245176 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9824732

[startup+0.300382 s]
/proc/loadavg: 1.42 2.05 2.28 5/194 4548
/proc/meminfo: memFree=30158456/32872528 swapFree=1498612/1645780
[pid=4548] ppid=4545 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/4548/stat : 4548 (java) S 4545 4548 13393 0 -1 4202496 4821 0 1 0 19 3 0 0 20 0 19 0 13087869 10060525568 7400 33554432000 1073741824 1073778376 140736435751136 140736435742272 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4548/statm: 2456183 7400 2192 9 0 2446860 0
[pid=4548/tid=4549] ppid=4545 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/4548/task/4549/stat : 4549 (java) S 4545 4548 13393 0 -1 4202560 2460 0 1 0 12 0 0 0 20 0 19 0 13087869 10060525568 7400 33554432000 1073741824 1073778376 140736435751136 140284703245176 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9824732

[startup+0.700254 s]
/proc/loadavg: 1.42 2.05 2.28 5/194 4548
/proc/meminfo: memFree=30158456/32872528 swapFree=1498612/1645780
[pid=4548] ppid=4545 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/4548/stat : 4548 (java) S 4545 4548 13393 0 -1 4202496 5890 0 1 0 23 3 0 0 20 0 19 0 13087869 10060525568 9033 33554432000 1073741824 1073778376 140736435751136 140736435742272 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4548/statm: 2456183 9033 2213 9 0 2446860 0
[pid=4548/tid=4549] ppid=4545 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/4548/task/4549/stat : 4549 (java) S 4545 4548 13393 0 -1 4202560 2460 0 1 0 12 0 0 0 20 0 19 0 13087869 10060525568 9033 33554432000 1073741824 1073778376 140736435751136 140284703245176 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9824732

[startup+1.50073 s]
/proc/loadavg: 1.42 2.05 2.28 1/214 4580
/proc/meminfo: memFree=30011916/32872528 swapFree=1498612/1645780
[pid=4548] ppid=4545 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/4548/stat : 4548 (java) S 4545 4548 13393 0 -1 4202496 6445 0 1 0 27 4 0 0 20 0 19 0 13087869 10060525568 10180 33554432000 1073741824 1073778376 140736435751136 140736435742272 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4548/statm: 2456183 10180 2229 9 0 2446860 0
[pid=4548/tid=4549] ppid=4545 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/4548/task/4549/stat : 4549 (java) S 4545 4548 13393 0 -1 4202560 2461 0 1 0 12 0 0 0 20 0 19 0 13087869 10060525568 10180 33554432000 1073741824 1073778376 140736435751136 140284703245176 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4548/tid=4551] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4551/stat : 4551 (java) S 4545 4548 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13087870 10060525568 10180 33554432000 1073741824 1073778376 140736435751136 140284641974824 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4548/tid=4552] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4552/stat : 4552 (java) S 4545 4548 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13087870 10060525568 10180 33554432000 1073741824 1073778376 140736435751136 140284640922024 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4548/tid=4553] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4553/stat : 4553 (java) S 4545 4548 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13087870 10060525568 10180 33554432000 1073741824 1073778376 140736435751136 140284639869224 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4548/tid=4554] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4554/stat : 4554 (java) S 4545 4548 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13087870 10060525568 10180 33554432000 1073741824 1073778376 140736435751136 140284638816424 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4548/tid=4555] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4555/stat : 4555 (java) S 4545 4548 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13087870 10060525568 10180 33554432000 1073741824 1073778376 140736435751136 140284543056936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4548/tid=4556] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4556/stat : 4556 (java) S 4545 4548 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13087870 10060525568 10180 33554432000 1073741824 1073778376 140736435751136 140284542004136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4548/tid=4557] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4557/stat : 4557 (java) S 4545 4548 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13087870 10060525568 10180 33554432000 1073741824 1073778376 140736435751136 140284540951336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4548/tid=4558] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4558/stat : 4558 (java) S 4545 4548 13393 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13087870 10060525568 10180 33554432000 1073741824 1073778376 140736435751136 140284539898536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4548/tid=4559] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4559/stat : 4559 (java) S 4545 4548 13393 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13087871 10060525568 10180 33554432000 1073741824 1073778376 140736435751136 140284527487464 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4548/tid=4560] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4560/stat : 4560 (java) S 4545 4548 13393 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13087871 10060525568 10180 33554432000 1073741824 1073778376 140736435751136 140284526433528 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4548/tid=4561] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4561/stat : 4561 (java) S 4545 4548 13393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13087871 10060525568 10180 33554432000 1073741824 1073778376 140736435751136 140284525380616 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4548/tid=4562] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4562/stat : 4562 (java) S 4545 4548 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13087874 10060525568 10180 33554432000 1073741824 1073778376 140736435751136 140284524329104 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4548/tid=4563] ppid=4545 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/4548/task/4563/stat : 4563 (java) S 4545 4548 13393 0 -1 4202560 662 0 0 0 4 0 0 0 20 0 19 0 13087874 10060525568 10180 33554432000 1073741824 1073778376 140736435751136 140284523277240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4548/tid=4564] ppid=4545 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/4548/task/4564/stat : 4564 (java) S 4545 4548 13393 0 -1 4202560 1969 0 0 0 7 0 0 0 20 0 19 0 13087874 10060525568 10180 33554432000 1073741824 1073778376 140736435751136 140284522224440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4548/tid=4565] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4565/stat : 4565 (java) S 4545 4548 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13087874 10060525568 10180 33554432000 1073741824 1073778376 140736435751136 140284521171832 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4548/tid=4566] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4566/stat : 4566 (java) S 4545 4548 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13087874 10060525568 10180 33554432000 1073741824 1073778376 140736435751136 140284520119240 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9824732

[startup+3.10081 s]
/proc/loadavg: 1.42 2.05 2.28 1/214 4595
/proc/meminfo: memFree=29952736/32872528 swapFree=1498612/1645780
[pid=4548] ppid=4545 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/4548/stat : 4548 (java) S 4545 4548 13393 0 -1 4202496 6481 0 1 0 31 4 0 0 20 0 19 0 13087869 10060525568 13261 33554432000 1073741824 1073778376 140736435751136 140736435742272 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4548/statm: 2456183 13261 2231 9 0 2446860 0
[pid=4548/tid=4549] ppid=4545 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/4548/task/4549/stat : 4549 (java) S 4545 4548 13393 0 -1 4202560 2462 0 1 0 12 0 0 0 20 0 19 0 13087869 10060525568 13261 33554432000 1073741824 1073778376 140736435751136 140284703245176 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4548/tid=4551] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4551/stat : 4551 (java) S 4545 4548 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13087870 10060525568 13261 33554432000 1073741824 1073778376 140736435751136 140284641974824 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4548/tid=4552] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4552/stat : 4552 (java) S 4545 4548 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13087870 10060525568 13261 33554432000 1073741824 1073778376 140736435751136 140284640922024 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4548/tid=4553] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4553/stat : 4553 (java) S 4545 4548 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13087870 10060525568 13261 33554432000 1073741824 1073778376 140736435751136 140284639869224 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4548/tid=4554] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4554/stat : 4554 (java) S 4545 4548 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13087870 10060525568 13261 33554432000 1073741824 1073778376 140736435751136 140284638816424 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4548/tid=4555] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4555/stat : 4555 (java) S 4545 4548 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13087870 10060525568 13261 33554432000 1073741824 1073778376 140736435751136 140284543056936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4548/tid=4556] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4556/stat : 4556 (java) S 4545 4548 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13087870 10060525568 13261 33554432000 1073741824 1073778376 140736435751136 140284542004136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4548/tid=4557] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4557/stat : 4557 (java) S 4545 4548 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13087870 10060525568 13261 33554432000 1073741824 1073778376 140736435751136 140284540951336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4548/tid=4558] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4558/stat : 4558 (java) S 4545 4548 13393 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13087870 10060525568 13261 33554432000 1073741824 1073778376 140736435751136 140284539898536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4548/tid=4559] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4559/stat : 4559 (java) S 4545 4548 13393 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13087871 10060525568 13261 33554432000 1073741824 1073778376 140736435751136 140284527487464 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4548/tid=4560] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4560/stat : 4560 (java) S 4545 4548 13393 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13087871 10060525568 13261 33554432000 1073741824 1073778376 140736435751136 140284526433528 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4548/tid=4561] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4561/stat : 4561 (java) S 4545 4548 13393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13087871 10060525568 13261 33554432000 1073741824 1073778376 140736435751136 140284525380616 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4548/tid=4562] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4562/stat : 4562 (java) S 4545 4548 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13087874 10060525568 13261 33554432000 1073741824 1073778376 140736435751136 140284524329104 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4548/tid=4563] ppid=4545 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/4548/task/4563/stat : 4563 (java) S 4545 4548 13393 0 -1 4202560 662 0 0 0 4 0 0 0 20 0 19 0 13087874 10060525568 13261 33554432000 1073741824 1073778376 140736435751136 140284523277240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4548/tid=4564] ppid=4545 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/4548/task/4564/stat : 4564 (java) S 4545 4548 13393 0 -1 4202560 1977 0 0 0 11 0 0 0 20 0 19 0 13087874 10060525568 13261 33554432000 1073741824 1073778376 140736435751136 140284522224440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4548/tid=4565] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4565/stat : 4565 (java) S 4545 4548 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13087874 10060525568 13261 33554432000 1073741824 1073778376 140736435751136 140284521171832 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4548/tid=4566] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4566/stat : 4566 (java) S 4545 4548 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13087874 10060525568 13261 33554432000 1073741824 1073778376 140736435751136 140284520119240 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4548/tid=4583] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4583/stat : 4583 (java) S 4545 4548 13393 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13087983 10060525568 13261 33554432000 1073741824 1073778376 140736435751136 140284516910120 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=30 pid=1821 uid=0 cmd=

[startup+6.30086 s]
/proc/loadavg: 1.46 2.05 2.28 2/214 4633
/proc/meminfo: memFree=29913396/32872528 swapFree=1498612/1645780
[pid=4548] ppid=4545 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/4548/stat : 4548 (java) S 4545 4548 13393 0 -1 4202496 7122 0 1 0 42 5 0 0 20 0 19 0 13087869 10060525568 20541 33554432000 1073741824 1073778376 140736435751136 140736435742272 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4548/statm: 2456183 20541 2236 9 0 2446860 0
[pid=4548/tid=4549] ppid=4545 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/4548/task/4549/stat : 4549 (java) S 4545 4548 13393 0 -1 4202560 2464 0 1 0 12 1 0 0 20 0 19 0 13087869 10060525568 20541 33554432000 1073741824 1073778376 140736435751136 140284703245176 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4548/tid=4551] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4551/stat : 4551 (java) S 4545 4548 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13087870 10060525568 20541 33554432000 1073741824 1073778376 140736435751136 140284641974824 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4548/tid=4552] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4552/stat : 4552 (java) S 4545 4548 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13087870 10060525568 20541 33554432000 1073741824 1073778376 140736435751136 140284640922024 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4548/tid=4553] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4553/stat : 4553 (java) S 4545 4548 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13087870 10060525568 20541 33554432000 1073741824 1073778376 140736435751136 140284639869224 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4548/tid=4554] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4554/stat : 4554 (java) S 4545 4548 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13087870 10060525568 20541 33554432000 1073741824 1073778376 140736435751136 140284638816424 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4548/tid=4555] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4555/stat : 4555 (java) S 4545 4548 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13087870 10060525568 20541 33554432000 1073741824 1073778376 140736435751136 140284543056936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4548/tid=4556] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4556/stat : 4556 (java) S 4545 4548 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13087870 10060525568 20541 33554432000 1073741824 1073778376 140736435751136 140284542004136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4548/tid=4557] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4557/stat : 4557 (java) S 4545 4548 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13087870 10060525568 20541 33554432000 1073741824 1073778376 140736435751136 140284540951336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4548/tid=4558] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4558/stat : 4558 (java) S 4545 4548 13393 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13087870 10060525568 20541 33554432000 1073741824 1073778376 140736435751136 140284539898536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4548/tid=4559] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4559/stat : 4559 (java) S 4545 4548 13393 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 13087871 10060525568 20541 33554432000 1073741824 1073778376 140736435751136 140284527487464 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4548/tid=4560] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4560/stat : 4560 (java) S 4545 4548 13393 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13087871 10060525568 20541 33554432000 1073741824 1073778376 140736435751136 140284526433528 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4548/tid=4561] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4561/stat : 4561 (java) S 4545 4548 13393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13087871 10060525568 20541 33554432000 1073741824 1073778376 140736435751136 140284525380616 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4548/tid=4562] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4562/stat : 4562 (java) S 4545 4548 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13087874 10060525568 20541 33554432000 1073741824 1073778376 140736435751136 140284524329104 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4548/tid=4563] ppid=4545 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/4548/task/4563/stat : 4563 (java) S 4545 4548 13393 0 -1 4202560 1199 0 0 0 10 0 0 0 20 0 19 0 13087874 10060525568 20541 33554432000 1073741824 1073778376 140736435751136 140284523277240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4548/tid=4564] ppid=4545 vsize=9824732 CPUtime=0.14 cores=1,3,5,7

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

[pid=4548] ppid=4545 vsize=9824732 CPUtime=2.21 cores=1,3,5,7
/proc/4548/stat : 4548 (java) S 4545 4548 13393 0 -1 4202496 23804 0 1 0 199 22 0 0 20 0 20 0 13087869 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140736435742272 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4548/statm: 2456183 46187 2275 9 0 2446860 0
[pid=4548/tid=4549] ppid=4545 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/4548/task/4549/stat : 4549 (java) S 4545 4548 13393 0 -1 4202560 2473 0 1 0 18 2 0 0 20 0 20 0 13087869 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284703245176 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4548/tid=4551] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4551/stat : 4551 (java) S 4545 4548 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 13087870 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284641974824 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4548/tid=4552] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4552/stat : 4552 (java) S 4545 4548 13393 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 13087870 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284640922024 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4548/tid=4553] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4553/stat : 4553 (java) S 4545 4548 13393 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 13087870 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284639869224 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4548/tid=4554] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4554/stat : 4554 (java) S 4545 4548 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 13087870 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284638816424 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4548/tid=4555] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4555/stat : 4555 (java) S 4545 4548 13393 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 13087870 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284543056936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4548/tid=4556] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4556/stat : 4556 (java) S 4545 4548 13393 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 20 0 13087870 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284542004136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4548/tid=4557] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4557/stat : 4557 (java) S 4545 4548 13393 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 20 0 13087870 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284540951336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4548/tid=4558] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4558/stat : 4558 (java) S 4545 4548 13393 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 20 0 13087870 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284539898536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4548/tid=4559] ppid=4545 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/4548/task/4559/stat : 4559 (java) S 4545 4548 13393 0 -1 4202560 16 0 0 0 0 3 0 0 20 0 20 0 13087871 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284527487464 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4548/tid=4560] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4560/stat : 4560 (java) S 4545 4548 13393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 13087871 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284526433528 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4548/tid=4561] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4561/stat : 4561 (java) S 4545 4548 13393 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 20 0 13087871 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284525380616 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4548/tid=4562] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4562/stat : 4562 (java) S 4545 4548 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13087874 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284524329104 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4548/tid=4563] ppid=4545 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/4548/task/4563/stat : 4563 (java) S 4545 4548 13393 0 -1 4202560 13576 0 0 0 94 3 0 0 20 0 20 0 13087874 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284523277240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4548/tid=4564] ppid=4545 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/4548/task/4564/stat : 4564 (java) S 4545 4548 13393 0 -1 4202560 5160 0 0 0 62 2 0 0 20 0 20 0 13087874 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284522224440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4548/tid=4565] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4565/stat : 4565 (java) S 4545 4548 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13087874 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284521171832 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4548/tid=4566] ppid=4545 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/4548/task/4566/stat : 4566 (java) S 4545 4548 13393 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 20 0 13087874 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284520119240 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4548/tid=8095] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/8095/stat : 8095 (java) S 4545 4548 13393 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 13095496 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284515857704 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4548/tid=8249] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/8249/stat : 8249 (java) S 4545 4548 13393 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 13095747 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284516910504 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 9824732

[startup+80.0008 s]
/proc/loadavg: 1.01 1.80 2.17 2/214 8249
/proc/meminfo: memFree=29969208/32872528 swapFree=1498612/1645780
[pid=4548] ppid=4545 vsize=9824732 CPUtime=2.27 cores=1,3,5,7
/proc/4548/stat : 4548 (java) S 4545 4548 13393 0 -1 4202496 23816 0 1 0 202 25 0 0 20 0 19 0 13087869 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140736435742272 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4548/statm: 2456183 46187 2275 9 0 2446860 0
[pid=4548/tid=4549] ppid=4545 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/4548/task/4549/stat : 4549 (java) S 4545 4548 13393 0 -1 4202560 2473 0 1 0 18 2 0 0 20 0 19 0 13087869 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284703245176 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4548/tid=4551] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4551/stat : 4551 (java) S 4545 4548 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13087870 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284641974824 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4548/tid=4552] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4552/stat : 4552 (java) S 4545 4548 13393 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13087870 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284640922024 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4548/tid=4553] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4553/stat : 4553 (java) S 4545 4548 13393 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13087870 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284639869224 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4548/tid=4554] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4554/stat : 4554 (java) S 4545 4548 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13087870 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284638816424 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4548/tid=4555] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4555/stat : 4555 (java) S 4545 4548 13393 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13087870 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284543056936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4548/tid=4556] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4556/stat : 4556 (java) S 4545 4548 13393 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13087870 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284542004136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4548/tid=4557] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4557/stat : 4557 (java) S 4545 4548 13393 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13087870 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284540951336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4548/tid=4558] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4558/stat : 4558 (java) S 4545 4548 13393 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13087870 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284539898536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4548/tid=4559] ppid=4545 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/4548/task/4559/stat : 4559 (java) S 4545 4548 13393 0 -1 4202560 16 0 0 0 0 3 0 0 20 0 19 0 13087871 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284527487464 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4548/tid=4560] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4560/stat : 4560 (java) S 4545 4548 13393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13087871 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284526433528 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4548/tid=4561] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4561/stat : 4561 (java) S 4545 4548 13393 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 13087871 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284525380616 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4548/tid=4562] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4562/stat : 4562 (java) S 4545 4548 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13087874 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284524329104 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4548/tid=4563] ppid=4545 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/4548/task/4563/stat : 4563 (java) S 4545 4548 13393 0 -1 4202560 13577 0 0 0 95 3 0 0 20 0 19 0 13087874 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284523277240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4548/tid=4564] ppid=4545 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/4548/task/4564/stat : 4564 (java) S 4545 4548 13393 0 -1 4202560 5161 0 0 0 63 2 0 0 20 0 19 0 13087874 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284522224440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4548/tid=4565] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4565/stat : 4565 (java) S 4545 4548 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13087874 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284521171832 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4548/tid=4566] ppid=4545 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/4548/task/4566/stat : 4566 (java) S 4545 4548 13393 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 13087874 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284520119240 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4548/tid=8249] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/8249/stat : 8249 (java) S 4545 4548 13393 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13095747 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284516910504 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 9824732

[startup+80.2008 s]
/proc/loadavg: 1.01 1.80 2.17 2/214 8249
/proc/meminfo: memFree=29969208/32872528 swapFree=1498612/1645780
[pid=4548] ppid=4545 vsize=9824732 CPUtime=2.27 cores=1,3,5,7
/proc/4548/stat : 4548 (java) S 4545 4548 13393 0 -1 4202496 23816 0 1 0 202 25 0 0 20 0 19 0 13087869 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140736435742272 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4548/statm: 2456183 46187 2275 9 0 2446860 0
[pid=4548/tid=4549] ppid=4545 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/4548/task/4549/stat : 4549 (java) S 4545 4548 13393 0 -1 4202560 2473 0 1 0 18 2 0 0 20 0 19 0 13087869 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284703245176 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4548/tid=4551] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4551/stat : 4551 (java) S 4545 4548 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13087870 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284641974824 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4548/tid=4552] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4552/stat : 4552 (java) S 4545 4548 13393 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13087870 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284640922024 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4548/tid=4553] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4553/stat : 4553 (java) S 4545 4548 13393 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13087870 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284639869224 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4548/tid=4554] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4554/stat : 4554 (java) S 4545 4548 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13087870 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284638816424 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4548/tid=4555] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4555/stat : 4555 (java) S 4545 4548 13393 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13087870 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284543056936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4548/tid=4556] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4556/stat : 4556 (java) S 4545 4548 13393 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13087870 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284542004136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4548/tid=4557] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4557/stat : 4557 (java) S 4545 4548 13393 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13087870 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284540951336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4548/tid=4558] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4558/stat : 4558 (java) S 4545 4548 13393 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13087870 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284539898536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4548/tid=4559] ppid=4545 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/4548/task/4559/stat : 4559 (java) S 4545 4548 13393 0 -1 4202560 16 0 0 0 0 3 0 0 20 0 19 0 13087871 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284527487464 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4548/tid=4560] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4560/stat : 4560 (java) S 4545 4548 13393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13087871 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284526433528 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4548/tid=4561] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4561/stat : 4561 (java) S 4545 4548 13393 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 13087871 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284525380616 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4548/tid=4562] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4562/stat : 4562 (java) S 4545 4548 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13087874 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284524329104 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4548/tid=4563] ppid=4545 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/4548/task/4563/stat : 4563 (java) S 4545 4548 13393 0 -1 4202560 13577 0 0 0 95 3 0 0 20 0 19 0 13087874 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284523277240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4548/tid=4564] ppid=4545 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/4548/task/4564/stat : 4564 (java) S 4545 4548 13393 0 -1 4202560 5161 0 0 0 63 2 0 0 20 0 19 0 13087874 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284522224440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4548/tid=4565] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4565/stat : 4565 (java) S 4545 4548 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13087874 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284521171832 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4548/tid=4566] ppid=4545 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/4548/task/4566/stat : 4566 (java) S 4545 4548 13393 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 13087874 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284520119240 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4548/tid=8249] ppid=4545 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4548/task/8249/stat : 8249 (java) S 4545 4548 13393 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13095747 10060525568 46187 33554432000 1073741824 1073778376 140736435751136 140284516910504 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 9824732

[startup+80.3008 s]
/proc/loadavg: 1.01 1.80 2.17 2/187 8290
/proc/meminfo: memFree=29993160/32872528 swapFree=1498612/1645780
[pid=4548] ppid=4545 vsize=9824732 CPUtime=2.31 cores=1,3,5,7
/proc/4548/stat : 4548 (java) S 4545 4548 13393 0 -1 4202496 23825 0 1 0 206 25 0 0 20 0 17 0 13087869 10060525568 46188 33554432000 1073741824 1073778376 140736435751136 140736435742272 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4548/statm: 2456183 46188 2276 9 0 2446860 0
[pid=4548/tid=4552] ppid=4545 vsize=0 CPUtime=0 cores=1,3,5,7
/proc/4548/task/4552/stat : 4552 (java) R 4545 4548 13393 0 -1 4203588 3 0 0 0 0 0 0 0 20 0 2 0 13087870 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 9824732

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4548 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=11694
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=291955
# CPU time returned by wait4() is 2.30365
# while last known CPU time is 2.31
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.00999999
#  lost CPU user time (s): 0.00999999
#  lost CPU system time (s): 0

Real time (s): 80.3126
CPU time (s): 2.32
CPU user time (s): 2.07
CPU system time (s): 0.25
CPU usage (%): 2.88871
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.01169
system time used= 0.291955
maximum resident set size= 188048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23825
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4858
involuntary context switches= 613

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.58991 second user time and 0.724889 second system time

The end

Launcher Data

Begin job on node124 at 2016-06-30 23:15:11
IDJOB=4103486
IDBENCH=2374
IDSOLVER=2543
FILE ID=node124/4103486-1467321310
RUNJOBID= node124-1467321265-1394
PBS_JOBID= 20005255
Free space on /tmp= 71724 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/www.csit.fsu.edu/~burkardt/datasets/mps/normalized-mps-v2-20-10-maros.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103486-1467321310/watcher-4103486-1467321310 -o /tmp/evaluation-result-4103486-1467321310/solver-4103486-1467321310 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1467321265-1394 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103486-1467321310.opb

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

MD5SUM BENCH= d9b1bd39de70fdcf73e5c42a9dd94c9e
RANDOM SEED=1404986843

node124.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.062
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.12
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.062
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.55
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.062
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.062
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.55
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.062
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.062
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.062
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.56
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.062
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30160728 kB
Buffers:           65436 kB
Cached:           191992 kB
SwapCached:            0 kB
Active:           211804 kB
Inactive:          72448 kB
Active(anon):      12360 kB
Inactive(anon):    17668 kB
Active(file):     199444 kB
Inactive(file):    54780 kB
Unevictable:     1645780 kB
Mlocked:         1498612 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2412 kB
Writeback:             0 kB
AnonPages:       1713976 kB
Mapped:            19696 kB
Shmem:               204 kB
Slab:             646468 kB
SReclaimable:      88140 kB
SUnreclaim:       558328 kB
KernelStack:        1768 kB
PageTables:         7736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2337516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    198656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71724 MiB
End job on node124 at 2016-06-30 23:16:31