Trace number 4085062

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 Resolution PB16? (TO) 1804.25 1789.32

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_4_mh.opb
MD5SUM70bdc21fd7004e1f863f7031db08c9db
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019800
Biggest coefficient in the objective function 140608000
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 388230486170
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 140608000
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 388230486170
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/0.12	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.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4085062-1465322927.opb
0.10/0.12	c reading problem ... 
0.10/0.13	c  objective function found
43.46/31.80	c ... done. Wall clock time 31.682s.
43.46/31.80	c declared #vars     2000400
43.46/31.80	c #constraints  4940614
43.46/31.80	c constraints type 
43.46/31.80	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
43.46/31.80	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
43.46/31.80	c org.sat4j.specs.Constr$1 => 3
43.46/31.80	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
43.46/31.80	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
43.46/31.80	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
43.46/31.80	c 4940614 constraints processed.
43.46/31.80	c objective function length is 1019800 literals
54.00/41.86	c SATISFIABLE
54.00/41.86	c OPTIMIZING...
54.00/41.86	c Got one! Elapsed wall clock time (in seconds):41.747
54.00/41.87	o 13310904
259.41/247.01	c cleaning 2778 clauses out of 5581 with flag 40991/5581
714.68/702.18	c cleaning 4375 clauses out of 8804 with flag 143638/11582
1351.57/1338.99	c cleaning 5693 clauses out of 11428 with flag 269898/18581

Verifier Data

ERROR: no interpretation found !

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-4085062-1465322927/watcher-4085062-1465322927 -o /tmp/evaluation-result-4085062-1465322927/solver-4085062-1465322927 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465312757-23537 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085062-1465322927.opb 

pid=24623
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.11 2.09 2.09 2/194 24626
/proc/meminfo: memFree=26777280/32872528 swapFree=10608/190480
[pid=24626] ppid=24623 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/24626/stat : 24626 (java) D 24623 24626 27127 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 114228520 2560000 46 33554432000 1073741824 1073778376 140737125186160 140737125183288 249640873255 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/24626/statm: 625 46 37 9 0 29 0

[startup+0.100111 s]
/proc/loadavg: 2.11 2.09 2.09 2/194 24626
/proc/meminfo: memFree=26777280/32872528 swapFree=10608/190480
[pid=24626] ppid=24623 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/24626/stat : 24626 (java) S 24623 24626 27127 0 -1 4202496 4400 0 1 0 9 1 0 0 20 0 18 0 114228520 9787879424 6033 33554432000 1073741824 1073778376 140737125186160 140737125177296 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24626/statm: 2389619 6033 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200281 s]
/proc/loadavg: 2.11 2.09 2.09 2/194 24626
/proc/meminfo: memFree=26777280/32872528 swapFree=10608/190480
[pid=24626] ppid=24623 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/24626/stat : 24626 (java) S 24623 24626 27127 0 -1 4202496 5195 0 1 0 27 2 0 0 20 0 18 0 114228520 9787879424 18336 33554432000 1073741824 1073778376 140737125186160 140737125177296 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24626/statm: 2389619 18336 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300286 s]
/proc/loadavg: 2.11 2.09 2.09 2/194 24626
/proc/meminfo: memFree=26777280/32872528 swapFree=10608/190480
[pid=24626] ppid=24623 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/24626/stat : 24626 (java) S 24623 24626 27127 0 -1 4202496 5544 0 1 0 43 3 0 0 20 0 18 0 114228520 9787879424 21946 33554432000 1073741824 1073778376 140737125186160 140737125177296 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24626/statm: 2389619 21946 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.70025 s]
/proc/loadavg: 2.11 2.09 2.09 2/194 24626
/proc/meminfo: memFree=26777280/32872528 swapFree=10608/190480
[pid=24626] ppid=24623 vsize=9558476 CPUtime=0.98 cores=0,2,4,6
/proc/24626/stat : 24626 (java) S 24623 24626 27127 0 -1 4202496 5708 0 1 0 92 6 0 0 20 0 18 0 114228520 9787879424 52760 33554432000 1073741824 1073778376 140737125186160 140737125177296 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24626/statm: 2389619 52760 2247 9 0 2380296 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 9558476

[startup+1.50024 s]
/proc/loadavg: 2.11 2.09 2.09 3/212 24644
/proc/meminfo: memFree=26528776/32872528 swapFree=10608/190480
[pid=24626] ppid=24623 vsize=9558476 CPUtime=1.93 cores=0,2,4,6
/proc/24626/stat : 24626 (java) S 24623 24626 27127 0 -1 4202496 6119 0 1 0 184 9 0 0 20 0 18 0 114228520 9787879424 63366 33554432000 1073741824 1073778376 140737125186160 140737125177296 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24626/statm: 2389619 63366 2247 9 0 2380296 0
[pid=24626/tid=24628] ppid=24623 vsize=9558476 CPUtime=1.37 cores=0,2,4,6
/proc/24626/task/24628/stat : 24628 (java) R 24623 24626 27127 0 -1 4202560 2463 0 1 0 134 3 0 0 20 0 18 0 114228521 9787879424 63366 33554432000 1073741824 1073778376 140737125186160 140631063928608 249653421325 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24626/tid=24629] ppid=24623 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/24626/task/24629/stat : 24629 (java) S 24623 24626 27127 0 -1 4202560 142 0 0 0 3 0 0 0 20 0 18 0 114228523 9787879424 63366 33554432000 1073741824 1073778376 140737125186160 140630907894568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24626/tid=24630] ppid=24623 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/24626/task/24630/stat : 24630 (java) S 24623 24626 27127 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 18 0 114228523 9787879424 63366 33554432000 1073741824 1073778376 140737125186160 140630906841768 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24626/tid=24631] ppid=24623 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/24626/task/24631/stat : 24631 (java) S 24623 24626 27127 0 -1 4202560 227 0 0 0 2 0 0 0 20 0 18 0 114228523 9787879424 63366 33554432000 1073741824 1073778376 140737125186160 140630905789480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24626/tid=24632] ppid=24623 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/24626/task/24632/stat : 24632 (java) S 24623 24626 27127 0 -1 4202560 35 0 0 0 4 1 0 0 20 0 18 0 114228523 9787879424 63366 33554432000 1073741824 1073778376 140737125186160 140630904736680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24626/tid=24633] ppid=24623 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/24626/task/24633/stat : 24633 (java) S 24623 24626 27127 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 18 0 114228523 9787879424 63366 33554432000 1073741824 1073778376 140737125186160 140630903683368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24626/tid=24634] ppid=24623 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/24626/task/24634/stat : 24634 (java) S 24623 24626 27127 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 18 0 114228523 9787879424 63366 33554432000 1073741824 1073778376 140737125186160 140630902630568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24626/tid=24635] ppid=24623 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/24626/task/24635/stat : 24635 (java) S 24623 24626 27127 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 114228523 9787879424 63366 33554432000 1073741824 1073778376 140737125186160 140630901578280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24626/tid=24636] ppid=24623 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/24626/task/24636/stat : 24636 (java) S 24623 24626 27127 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 114228523 9787879424 63366 33554432000 1073741824 1073778376 140737125186160 140630900525480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24626/tid=24637] ppid=24623 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24626/task/24637/stat : 24637 (java) S 24623 24626 27127 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 114228524 9787879424 63366 33554432000 1073741824 1073778376 140737125186160 140630888114920 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24626/tid=24638] ppid=24623 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24626/task/24638/stat : 24638 (java) S 24623 24626 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 114228524 9787879424 63366 33554432000 1073741824 1073778376 140737125186160 140630887060984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24626/tid=24639] ppid=24623 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24626/task/24639/stat : 24639 (java) S 24623 24626 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 114228524 9787879424 63366 33554432000 1073741824 1073778376 140737125186160 140630886008584 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24626/tid=24640] ppid=24623 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24626/task/24640/stat : 24640 (java) S 24623 24626 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114228527 9787879424 63366 33554432000 1073741824 1073778376 140737125186160 140630884957072 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24626/tid=24641] ppid=24623 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/24626/task/24641/stat : 24641 (java) S 24623 24626 27127 0 -1 4202560 981 0 0 0 8 0 0 0 20 0 18 0 114228527 9787879424 63366 33554432000 1073741824 1073778376 140737125186160 140630883903672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24626/tid=24642] ppid=24623 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/24626/task/24642/stat : 24642 (java) S 24623 24626 27127 0 -1 4202560 875 0 0 0 7 0 0 0 20 0 18 0 114228527 9787879424 63366 33554432000 1073741824 1073778376 140737125186160 140630882850872 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24626/tid=24643] ppid=24623 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24626/task/24643/stat : 24643 (java) S 24623 24626 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114228527 9787879424 63366 33554432000 1073741824 1073778376 140737125186160 140630881798776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24626/tid=24644] ppid=24623 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24626/task/24644/stat : 24644 (java) S 24623 24626 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114228527 9787879424 63366 33554432000 1073741824 1073778376 140737125186160 140630880746184 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 9558476

[startup+3.10093 s]
/proc/loadavg: 2.11 2.09 2.09 4/212 24644
/proc/meminfo: memFree=26203644/32872528 swapFree=10608/190480
[pid=24626] ppid=24623 vsize=9558476 CPUtime=4.41 cores=0,2,4,6
/proc/24626/stat : 24626 (java) S 24623 24626 27127 0 -1 4202496 8527 0 1 0 415 26 0 0 20 0 18 0 114228520 9787879424 186350 33554432000 1073741824 1073778376 140737125186160 140737125177296 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24626/statm: 2389619 186350 2252 9 0 2380296 0
[pid=24626/tid=24628] ppid=24623 vsize=9558476 CPUtime=2.7 cores=0,2,4,6
/proc/24626/task/24628/stat : 24628 (java) R 24623 24626 27127 0 -1 4202560 2798 0 1 0 262 8 0 0 20 0 18 0 114228521 9787879424 186350 33554432000 1073741824 1073778376 140737125186160 140631063928784 249653421325 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24626/tid=24629] ppid=24623 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/24626/task/24629/stat : 24629 (java) S 24623 24626 27127 0 -1 4202560 184 0 0 0 14 1 0 0 20 0 18 0 114228523 9787879424 186350 33554432000 1073741824 1073778376 140737125186160 140630907894568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24626/tid=24630] ppid=24623 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/24626/task/24630/stat : 24630 (java) S 24623 24626 27127 0 -1 4202560 67 0 0 0 15 2 0 0 20 0 18 0 114228523 9787879424 186350 33554432000 1073741824 1073778376 140737125186160 140630906841768 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24626/tid=24631] ppid=24623 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/24626/task/24631/stat : 24631 (java) S 24623 24626 27127 0 -1 4202560 284 0 0 0 15 2 0 0 20 0 18 0 114228523 9787879424 186350 33554432000 1073741824 1073778376 140737125186160 140630905789480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24626/tid=24632] ppid=24623 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/24626/task/24632/stat : 24632 (java) S 24623 24626 27127 0 -1 4202560 72 0 0 0 15 2 0 0 20 0 18 0 114228523 9787879424 186350 33554432000 1073741824 1073778376 140737125186160 140630904736680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24626/tid=24633] ppid=24623 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/24626/task/24633/stat : 24633 (java) S 24623 24626 27127 0 -1 4202560 354 0 0 0 14 3 0 0 20 0 18 0 114228523 9787879424 186350 33554432000 1073741824 1073778376 140737125186160 140630903683368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24626/tid=24634] ppid=24623 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/24626/task/24634/stat : 24634 (java) S 24623 24626 27127 0 -1 4202560 55 0 0 0 12 2 0 0 20 0 18 0 114228523 9787879424 186350 33554432000 1073741824 1073778376 140737125186160 140630902630568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24626/tid=24635] ppid=24623 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/24626/task/24635/stat : 24635 (java) S 24623 24626 27127 0 -1 4202560 404 0 0 0 10 2 0 0 20 0 18 0 114228523 9787879424 186350 33554432000 1073741824 1073778376 140737125186160 140630901578280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24626/tid=24636] ppid=24623 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/24626/task/24636/stat : 24636 (java) S 24623 24626 27127 0 -1 4202560 196 0 0 0 13 2 0 0 20 0 18 0 114228523 9787879424 186350 33554432000 1073741824 1073778376 140737125186160 140630900525480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24626/tid=24637] ppid=24623 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24626/task/24637/stat : 24637 (java) S 24623 24626 27127 0 -1 4202560 494 0 0 0 0 0 0 0 20 0 18 0 114228524 9787879424 186350 33554432000 1073741824 1073778376 140737125186160 140630888114920 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24626/tid=24638] ppid=24623 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24626/task/24638/stat : 24638 (java) S 24623 24626 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 114228524 9787879424 186350 33554432000 1073741824 1073778376 140737125186160 140630887060984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24626/tid=24639] ppid=24623 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24626/task/24639/stat : 24639 (java) S 24623 24626 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 114228524 9787879424 186350 33554432000 1073741824 1073778376 140737125186160 140630886008584 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24626/tid=24640] ppid=24623 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24626/task/24640/stat : 24640 (java) S 24623 24626 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114228527 9787879424 186350 33554432000 1073741824 1073778376 140737125186160 140630884957072 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24626/tid=24641] ppid=24623 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/24626/task/24641/stat : 24641 (java) S 24623 24626 27127 0 -1 4202560 1180 0 0 0 15 0 0 0 20 0 18 0 114228527 9787879424 186350 33554432000 1073741824 1073778376 140737125186160 140630883903672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24626/tid=24642] ppid=24623 vsize=9558476 CPUtime=0.13 cores=0,2,4,6
/proc/24626/task/24642/stat : 24642 (java) S 24623 24626 27127 0 -1 4202560 1187 0 0 0 13 0 0 0 20 0 18 0 114228527 9787879424 186350 33554432000 1073741824 1073778376 140737125186160 140630882850872 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24626/tid=24643] ppid=24623 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24626/task/24643/stat : 24643 (java) S 24623 24626 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114228527 9787879424 186350 33554432000 1073741824 1073778376 140737125186160 140630881798776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24626/tid=24644] ppid=24623 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24626/task/24644/stat : 24644 (java) S 24623 24626 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114228527 9787879424 186350 33554432000 1073741824 1073778376 140737125186160 140630880746184 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.41
Current children cumulated vsize (KiB) 9558476

[startup+6.30073 s]
/proc/loadavg: 2.34 2.14 2.10 3/212 24644
/proc/meminfo: memFree=25357164/32872528 swapFree=10608/190480
[pid=24626] ppid=24623 vsize=9558476 CPUtime=10.11 cores=0,2,4,6
/proc/24626/stat : 24626 (java) S 24623 24626 27127 0 -1 4202496 18506 0 1 0 953 58 0 0 20 0 18 0 114228520 9787879424 377428 33554432000 1073741824 1073778376 140737125186160 140737125177296 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24626/statm: 2389619 377428 2272 9 0 2380296 0
[pid=24626/tid=24628] ppid=24623 vsize=9558476 CPUtime=5.21 cores=0,2,4,6
/proc/24626/task/24628/stat : 24628 (java) S 24623 24626 27127 0 -1 4202560 3506 0 1 0 505 16 0 0 20 0 18 0 114228521 9787879424 377428 33554432000 1073741824 1073778376 140737125186160 140631063936280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24626/tid=24629] ppid=24623 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/24626/task/24629/stat : 24629 (java) R 24623 24626 27127 0 -1 4202560 258 0 0 0 46 4 0 0 20 0 18 0 114228523 9787879424 377428 33554432000 1073741824 1073778376 140737125186160 140630907894448 140631070833580 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24626/tid=24630] ppid=24623 vsize=9558476 CPUtime=0.52 cores=0,2,4,6
/proc/24626/task/24630/stat : 24630 (java) D 24623 24626 27127 0 -1 4202560 808 0 0 0 46 6 0 0 20 0 18 0 114228523 9787879424 377428 33554432000 1073741824 1073778376 140737125186160 140630906841944 140631066408633 0 4 0 16800975 18446744071581355444 0 0 -1 6 0 0 0 0 0
[pid=24626/tid=24631] ppid=24623 vsize=9558476 CPUtime=0.58 cores=0,2,4,6
/proc/24626/task/24631/stat : 24631 (java) R 24623 24626 27127 0 -1 4202560 374 0 0 0 52 6 0 0 20 0 18 0 114228523 9787879424 377428 33554432000 1073741824 1073778376 140737125186160 140630905789656 140631066408633 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24626/tid=24632] ppid=24623 vsize=9558476 CPUtime=0.58 cores=0,2,4,6
/proc/24626/task/24632/stat : 24632 (java) R 24623 24626 27127 0 -1 4202560 456 0 0 0 53 5 0 0 20 0 18 0 114228523 9787879424 377428 33554432000 1073741824 1073778376 140737125186160 140630904736856 140631070835846 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24626/tid=24633] ppid=24623 vsize=9558476 CPUtime=0.41 cores=0,2,4,6
/proc/24626/task/24633/stat : 24633 (java) R 24623 24626 27127 0 -1 4202560 1256 0 0 0 36 5 0 0 20 0 18 0 114228523 9787879424 377428 33554432000 1073741824 1073778376 140737125186160 140630903683544 140631070833488 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24626/tid=24634] ppid=24623 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/24626/task/24634/stat : 24634 (java) R 24623 24626 27127 0 -1 4202560 131 0 0 0 44 5 0 0 20 0 18 0 114228523 9787879424 377428 33554432000 1073741824 1073778376 140737125186160 140630902630744 140631070833488 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24626/tid=24635] ppid=24623 vsize=9558476 CPUtime=0.4 cores=0,2,4,6
/proc/24626/task/24635/stat : 24635 (java) D 24623 24626 27127 0 -1 4202560 977 0 0 0 36 4 0 0 20 0 18 0 114228523 9787879424 377428 33554432000 1073741824 1073778376 140737125186160 140630901578040 249650078695 0 4 0 16800975 18446744071581355491 0 0 -1 6 0 0 0 0 0
[pid=24626/tid=24636] ppid=24623 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/24626/task/24636/stat : 24636 (java) D 24623 24626 27127 0 -1 4202560 787 0 0 0 40 5 0 0 20 0 18 0 114228523 9787879424 377428 33554432000 1073741824 1073778376 140737125186160 140630900525240 249650078695 0 4 0 16800975 18446744071581355491 0 0 -1 2 0 0 0 0 0
[pid=24626/tid=24637] ppid=24623 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24626/task/24637/stat : 24637 (java) S 24623 24626 27127 0 -1 4202560 1037 0 0 0 0 0 0 0 20 0 18 0 114228524 9787879424 377428 33554432000 1073741824 1073778376 140737125186160 140630888113800 249653408828 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24626/tid=24638] ppid=24623 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24626/task/24638/stat : 24638 (java) S 24623 24626 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 114228524 9787879424 377428 33554432000 1073741824 1073778376 140737125186160 140630887060984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24626/tid=24639] ppid=24623 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24626/task/24639/stat : 24639 (java) S 24623 24626 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 114228524 9787879424 377428 33554432000 1073741824 1073778376 140737125186160 140630886008584 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24626/tid=24640] ppid=24623 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24626/task/24640/stat : 24640 (java) S 24623 24626 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114228527 9787879424 377428 33554432000 1073741824 1073778376 140737125186160 140630884957072 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24626/tid=24641] ppid=24623 vsize=9558476 CPUtime=0.39 cores=0,2,4,6
/proc/24626/task/24641/stat : 24641 (java) S 24623 24626 27127 0 -1 4202560 3354 0 0 0 39 0 0 0 20 0 18 0 114228527 9787879424 377428 33554432000 1073741824 1073778376 140737125186160 140630883903672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24626/tid=24642] ppid=24623 vsize=9558476 CPUtime=0.41 cores=0,2,4,6
/proc/24626/task/24642/stat : 24642 (java) S 24623 24626 27127 0 -1 4202560 4310 0 0 0 41 0 0 0 20 0 18 0 114228527 9787879424 377428 33554432000 1073741824 1073778376 140737125186160 140630882850872 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24626/tid=24643] ppid=24623 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24626/task/24643/stat : 24643 (java) S 24623 24626 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114228527 9787879424 377428 33554432000 1073741824 1073778376 140737125186160 140630881798776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24626/tid=24644] ppid=24623 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24626/task/24644/stat : 24644 (java) S 24623 24626 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114228527 9787879424 377428 33554432000 1073741824 1073778376 140737125186160 140630880746184 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.11
Current children cumulated vsize (KiB) 9558476

[startup+12.7009 s]
/proc/loadavg: 2.31 2.14 2.10 3/212 24644
/proc/meminfo: memFree=24003948/32872528 swapFree=10608/190480
[pid=24626] ppid=24623 vsize=9558476 CPUtime=20.17 cores=0,2,4,6
/proc/24626/stat : 24626 (java) S 24623 24626 27127 0 -1 4202496 25122 0 1 0 1915 102 0 0 20 0 18 0 114228520 9787879424 695646 33554432000 1073741824 1073778376 140737125186160 140737125177296 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24626/statm: 2389619 695646 2283 9 0 2380296 0

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

[pid=24626/tid=24631] ppid=24623 vsize=9625040 CPUtime=1.87 cores=0,2,4,6
/proc/24626/task/24631/stat : 24631 (java) S 24623 24626 27127 0 -1 4202560 5728 0 0 0 171 16 0 0 20 0 19 0 114228523 9856040960 949203 33554432000 1073741824 1073778376 140737125186160 140630905789480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24626/tid=24632] ppid=24623 vsize=9625040 CPUtime=2.21 cores=0,2,4,6
/proc/24626/task/24632/stat : 24632 (java) S 24623 24626 27127 0 -1 4202560 2472 0 0 0 202 19 0 0 20 0 19 0 114228523 9856040960 949203 33554432000 1073741824 1073778376 140737125186160 140630904736680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24626/tid=24633] ppid=24623 vsize=9625040 CPUtime=1.98 cores=0,2,4,6
/proc/24626/task/24633/stat : 24633 (java) S 24623 24626 27127 0 -1 4202560 2763 0 0 0 181 17 0 0 20 0 19 0 114228523 9856040960 949203 33554432000 1073741824 1073778376 140737125186160 140630903683368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24626/tid=24634] ppid=24623 vsize=9625040 CPUtime=2.08 cores=0,2,4,6
/proc/24626/task/24634/stat : 24634 (java) S 24623 24626 27127 0 -1 4202560 4321 0 0 0 190 18 0 0 20 0 19 0 114228523 9856040960 949203 33554432000 1073741824 1073778376 140737125186160 140630902630568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24626/tid=24635] ppid=24623 vsize=9625040 CPUtime=1.93 cores=0,2,4,6
/proc/24626/task/24635/stat : 24635 (java) S 24623 24626 27127 0 -1 4202560 2802 0 0 0 176 17 0 0 20 0 19 0 114228523 9856040960 949203 33554432000 1073741824 1073778376 140737125186160 140630901578280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24626/tid=24636] ppid=24623 vsize=9625040 CPUtime=2.12 cores=0,2,4,6
/proc/24626/task/24636/stat : 24636 (java) S 24623 24626 27127 0 -1 4202560 3185 0 0 0 195 17 0 0 20 0 19 0 114228523 9856040960 949203 33554432000 1073741824 1073778376 140737125186160 140630900525480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24626/tid=24637] ppid=24623 vsize=9625040 CPUtime=5.17 cores=0,2,4,6
/proc/24626/task/24637/stat : 24637 (java) R 24623 24626 27127 0 -1 4202560 2119 0 0 0 512 5 0 0 20 0 19 0 114228524 9856040960 949203 33554432000 1073741824 1073778376 140737125186160 140630888113680 140631070333538 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24626/tid=24638] ppid=24623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24626/task/24638/stat : 24638 (java) S 24623 24626 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 114228524 9856040960 949203 33554432000 1073741824 1073778376 140737125186160 140630887060984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24626/tid=24639] ppid=24623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24626/task/24639/stat : 24639 (java) S 24623 24626 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 114228524 9856040960 949203 33554432000 1073741824 1073778376 140737125186160 140630886008584 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24626/tid=24640] ppid=24623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24626/task/24640/stat : 24640 (java) S 24623 24626 27127 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 114228527 9856040960 949203 33554432000 1073741824 1073778376 140737125186160 140630884955480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24626/tid=24641] ppid=24623 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/24626/task/24641/stat : 24641 (java) S 24623 24626 27127 0 -1 4202560 3387 0 0 0 87 0 0 0 20 0 19 0 114228527 9856040960 949203 33554432000 1073741824 1073778376 140737125186160 140630883903672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24626/tid=24642] ppid=24623 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/24626/task/24642/stat : 24642 (java) S 24623 24626 27127 0 -1 4202560 4345 0 0 0 83 0 0 0 20 0 19 0 114228527 9856040960 949203 33554432000 1073741824 1073778376 140737125186160 140630882850872 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24626/tid=24643] ppid=24623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24626/task/24643/stat : 24643 (java) S 24623 24626 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114228527 9856040960 949203 33554432000 1073741824 1073778376 140737125186160 140630881798776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24626/tid=24644] ppid=24623 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/24626/task/24644/stat : 24644 (java) S 24623 24626 27127 0 -1 4202560 103 0 0 0 38 37 0 0 20 0 19 0 114228527 9856040960 949203 33554432000 1073741824 1073778376 140737125186160 140630880746184 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24626/tid=24645] ppid=24623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24626/task/24645/stat : 24645 (java) S 24623 24626 27127 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 114231726 9856040960 949203 33554432000 1073741824 1073778376 140737125186160 140630879692200 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1802.59
Current children cumulated vsize (KiB) 9625040

[startup+1788.8 s]
/proc/loadavg: 2.00 2.01 2.02 3/213 24753
/proc/meminfo: memFree=23362492/32872528 swapFree=10608/190480
[pid=24626] ppid=24623 vsize=9625040 CPUtime=1802.99 cores=0,2,4,6
/proc/24626/stat : 24626 (java) S 24623 24626 27127 0 -1 4202496 41375 0 1 0 180099 200 0 0 20 0 19 0 114228520 9856040960 949219 33554432000 1073741824 1073778376 140737125186160 140737125177296 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24626/statm: 2406260 949219 2297 9 0 2396937 0
[pid=24626/tid=24628] ppid=24623 vsize=9625040 CPUtime=1779.1 cores=0,2,4,6
/proc/24626/task/24628/stat : 24628 (java) S 24623 24626 27127 0 -1 4202560 3949 0 1 0 177849 61 0 0 20 0 19 0 114228521 9856040960 949219 33554432000 1073741824 1073778376 140737125186160 140631063935384 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24626/tid=24629] ppid=24623 vsize=9625040 CPUtime=2.2 cores=0,2,4,6
/proc/24626/task/24629/stat : 24629 (java) S 24623 24626 27127 0 -1 4202560 1802 0 0 0 206 14 0 0 20 0 19 0 114228523 9856040960 949219 33554432000 1073741824 1073778376 140737125186160 140630907894568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24626/tid=24630] ppid=24623 vsize=9625040 CPUtime=1.95 cores=0,2,4,6
/proc/24626/task/24630/stat : 24630 (java) S 24623 24626 27127 0 -1 4202560 3119 0 0 0 177 18 0 0 20 0 19 0 114228523 9856040960 949219 33554432000 1073741824 1073778376 140737125186160 140630906841768 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24626/tid=24631] ppid=24623 vsize=9625040 CPUtime=1.87 cores=0,2,4,6
/proc/24626/task/24631/stat : 24631 (java) S 24623 24626 27127 0 -1 4202560 5728 0 0 0 171 16 0 0 20 0 19 0 114228523 9856040960 949219 33554432000 1073741824 1073778376 140737125186160 140630905789480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24626/tid=24632] ppid=24623 vsize=9625040 CPUtime=2.21 cores=0,2,4,6
/proc/24626/task/24632/stat : 24632 (java) S 24623 24626 27127 0 -1 4202560 2472 0 0 0 202 19 0 0 20 0 19 0 114228523 9856040960 949219 33554432000 1073741824 1073778376 140737125186160 140630904736680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24626/tid=24633] ppid=24623 vsize=9625040 CPUtime=1.98 cores=0,2,4,6
/proc/24626/task/24633/stat : 24633 (java) S 24623 24626 27127 0 -1 4202560 2763 0 0 0 181 17 0 0 20 0 19 0 114228523 9856040960 949219 33554432000 1073741824 1073778376 140737125186160 140630903683368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24626/tid=24634] ppid=24623 vsize=9625040 CPUtime=2.08 cores=0,2,4,6
/proc/24626/task/24634/stat : 24634 (java) S 24623 24626 27127 0 -1 4202560 4321 0 0 0 190 18 0 0 20 0 19 0 114228523 9856040960 949219 33554432000 1073741824 1073778376 140737125186160 140630902630568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24626/tid=24635] ppid=24623 vsize=9625040 CPUtime=1.93 cores=0,2,4,6
/proc/24626/task/24635/stat : 24635 (java) S 24623 24626 27127 0 -1 4202560 2802 0 0 0 176 17 0 0 20 0 19 0 114228523 9856040960 949219 33554432000 1073741824 1073778376 140737125186160 140630901578280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24626/tid=24636] ppid=24623 vsize=9625040 CPUtime=2.12 cores=0,2,4,6
/proc/24626/task/24636/stat : 24636 (java) S 24623 24626 27127 0 -1 4202560 3185 0 0 0 195 17 0 0 20 0 19 0 114228523 9856040960 949219 33554432000 1073741824 1073778376 140737125186160 140630900525480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24626/tid=24637] ppid=24623 vsize=9625040 CPUtime=5.57 cores=0,2,4,6
/proc/24626/task/24637/stat : 24637 (java) R 24623 24626 27127 0 -1 4202560 2135 0 0 0 552 5 0 0 20 0 19 0 114228524 9856040960 949219 33554432000 1073741824 1073778376 140737125186160 140630888113680 140631070060947 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24626/tid=24638] ppid=24623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24626/task/24638/stat : 24638 (java) S 24623 24626 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 114228524 9856040960 949219 33554432000 1073741824 1073778376 140737125186160 140630887060984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24626/tid=24639] ppid=24623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24626/task/24639/stat : 24639 (java) S 24623 24626 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 114228524 9856040960 949219 33554432000 1073741824 1073778376 140737125186160 140630886008584 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24626/tid=24640] ppid=24623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24626/task/24640/stat : 24640 (java) S 24623 24626 27127 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 114228527 9856040960 949219 33554432000 1073741824 1073778376 140737125186160 140630884955480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24626/tid=24641] ppid=24623 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/24626/task/24641/stat : 24641 (java) S 24623 24626 27127 0 -1 4202560 3387 0 0 0 87 0 0 0 20 0 19 0 114228527 9856040960 949219 33554432000 1073741824 1073778376 140737125186160 140630883903672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24626/tid=24642] ppid=24623 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/24626/task/24642/stat : 24642 (java) S 24623 24626 27127 0 -1 4202560 4345 0 0 0 83 0 0 0 20 0 19 0 114228527 9856040960 949219 33554432000 1073741824 1073778376 140737125186160 140630882850872 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24626/tid=24643] ppid=24623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24626/task/24643/stat : 24643 (java) S 24623 24626 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114228527 9856040960 949219 33554432000 1073741824 1073778376 140737125186160 140630881798776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24626/tid=24644] ppid=24623 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/24626/task/24644/stat : 24644 (java) S 24623 24626 27127 0 -1 4202560 103 0 0 0 38 37 0 0 20 0 19 0 114228527 9856040960 949219 33554432000 1073741824 1073778376 140737125186160 140630880746184 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24626/tid=24645] ppid=24623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24626/task/24645/stat : 24645 (java) S 24623 24626 27127 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 114231726 9856040960 949219 33554432000 1073741824 1073778376 140737125186160 140630879692200 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1802.99
Current children cumulated vsize (KiB) 9625040

[startup+1789.2 s]
/proc/loadavg: 2.00 2.01 2.02 3/213 24753
/proc/meminfo: memFree=23357904/32872528 swapFree=10608/190480
[pid=24626] ppid=24623 vsize=9625040 CPUtime=1803.4 cores=0,2,4,6
/proc/24626/stat : 24626 (java) S 24623 24626 27127 0 -1 4202496 48039 0 1 0 180138 202 0 0 20 0 19 0 114228520 9856040960 955883 33554432000 1073741824 1073778376 140737125186160 140737125177296 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24626/statm: 2406260 955883 2297 9 0 2396937 0
[pid=24626/tid=24628] ppid=24623 vsize=9625040 CPUtime=1779.1 cores=0,2,4,6
/proc/24626/task/24628/stat : 24628 (java) S 24623 24626 27127 0 -1 4202560 3949 0 1 0 177849 61 0 0 20 0 19 0 114228521 9856040960 955883 33554432000 1073741824 1073778376 140737125186160 140631063935384 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24626/tid=24629] ppid=24623 vsize=9625040 CPUtime=2.2 cores=0,2,4,6
/proc/24626/task/24629/stat : 24629 (java) S 24623 24626 27127 0 -1 4202560 1802 0 0 0 206 14 0 0 20 0 19 0 114228523 9856040960 955883 33554432000 1073741824 1073778376 140737125186160 140630907894568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24626/tid=24630] ppid=24623 vsize=9625040 CPUtime=1.95 cores=0,2,4,6
/proc/24626/task/24630/stat : 24630 (java) S 24623 24626 27127 0 -1 4202560 3119 0 0 0 177 18 0 0 20 0 19 0 114228523 9856040960 955883 33554432000 1073741824 1073778376 140737125186160 140630906841768 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24626/tid=24631] ppid=24623 vsize=9625040 CPUtime=1.87 cores=0,2,4,6
/proc/24626/task/24631/stat : 24631 (java) S 24623 24626 27127 0 -1 4202560 5728 0 0 0 171 16 0 0 20 0 19 0 114228523 9856040960 955883 33554432000 1073741824 1073778376 140737125186160 140630905789480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24626/tid=24632] ppid=24623 vsize=9625040 CPUtime=2.21 cores=0,2,4,6
/proc/24626/task/24632/stat : 24632 (java) S 24623 24626 27127 0 -1 4202560 2472 0 0 0 202 19 0 0 20 0 19 0 114228523 9856040960 955883 33554432000 1073741824 1073778376 140737125186160 140630904736680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24626/tid=24633] ppid=24623 vsize=9625040 CPUtime=1.98 cores=0,2,4,6
/proc/24626/task/24633/stat : 24633 (java) S 24623 24626 27127 0 -1 4202560 2763 0 0 0 181 17 0 0 20 0 19 0 114228523 9856040960 955883 33554432000 1073741824 1073778376 140737125186160 140630903683368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24626/tid=24634] ppid=24623 vsize=9625040 CPUtime=2.08 cores=0,2,4,6
/proc/24626/task/24634/stat : 24634 (java) S 24623 24626 27127 0 -1 4202560 4321 0 0 0 190 18 0 0 20 0 19 0 114228523 9856040960 955883 33554432000 1073741824 1073778376 140737125186160 140630902630568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24626/tid=24635] ppid=24623 vsize=9625040 CPUtime=1.93 cores=0,2,4,6
/proc/24626/task/24635/stat : 24635 (java) S 24623 24626 27127 0 -1 4202560 2802 0 0 0 176 17 0 0 20 0 19 0 114228523 9856040960 955883 33554432000 1073741824 1073778376 140737125186160 140630901578280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24626/tid=24636] ppid=24623 vsize=9625040 CPUtime=2.12 cores=0,2,4,6
/proc/24626/task/24636/stat : 24636 (java) S 24623 24626 27127 0 -1 4202560 3185 0 0 0 195 17 0 0 20 0 19 0 114228523 9856040960 955883 33554432000 1073741824 1073778376 140737125186160 140630900525480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24626/tid=24637] ppid=24623 vsize=9625040 CPUtime=5.97 cores=0,2,4,6
/proc/24626/task/24637/stat : 24637 (java) R 24623 24626 27127 0 -1 4202560 8799 0 0 0 591 6 0 0 20 0 19 0 114228524 9856040960 955883 33554432000 1073741824 1073778376 140737125186160 140630888113496 140631070063759 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24626/tid=24638] ppid=24623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24626/task/24638/stat : 24638 (java) S 24623 24626 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 114228524 9856040960 955883 33554432000 1073741824 1073778376 140737125186160 140630887060984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24626/tid=24639] ppid=24623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24626/task/24639/stat : 24639 (java) S 24623 24626 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 114228524 9856040960 955883 33554432000 1073741824 1073778376 140737125186160 140630886008584 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24626/tid=24640] ppid=24623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24626/task/24640/stat : 24640 (java) S 24623 24626 27127 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 114228527 9856040960 955883 33554432000 1073741824 1073778376 140737125186160 140630884955480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24626/tid=24641] ppid=24623 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/24626/task/24641/stat : 24641 (java) S 24623 24626 27127 0 -1 4202560 3387 0 0 0 87 0 0 0 20 0 19 0 114228527 9856040960 955883 33554432000 1073741824 1073778376 140737125186160 140630883903672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24626/tid=24642] ppid=24623 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/24626/task/24642/stat : 24642 (java) S 24623 24626 27127 0 -1 4202560 4345 0 0 0 83 0 0 0 20 0 19 0 114228527 9856040960 955883 33554432000 1073741824 1073778376 140737125186160 140630882850872 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24626/tid=24643] ppid=24623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24626/task/24643/stat : 24643 (java) S 24623 24626 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114228527 9856040960 955883 33554432000 1073741824 1073778376 140737125186160 140630881798776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24626/tid=24644] ppid=24623 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/24626/task/24644/stat : 24644 (java) S 24623 24626 27127 0 -1 4202560 103 0 0 0 38 37 0 0 20 0 19 0 114228527 9856040960 955883 33554432000 1073741824 1073778376 140737125186160 140630880746184 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24626/tid=24645] ppid=24623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24626/task/24645/stat : 24645 (java) S 24623 24626 27127 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 114231726 9856040960 955883 33554432000 1073741824 1073778376 140737125186160 140630879692200 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1803.4
Current children cumulated vsize (KiB) 9625040

[startup+1789.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/213 24753
/proc/meminfo: memFree=23357904/32872528 swapFree=10608/190480
[pid=24626] ppid=24623 vsize=9625040 CPUtime=1803.5 cores=0,2,4,6
/proc/24626/stat : 24626 (java) S 24623 24626 27127 0 -1 4202496 48117 0 1 0 180148 202 0 0 20 0 19 0 114228520 9856040960 955961 33554432000 1073741824 1073778376 140737125186160 140737125177296 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24626/statm: 2406260 955961 2297 9 0 2396937 0
[pid=24626/tid=24628] ppid=24623 vsize=9625040 CPUtime=1779.1 cores=0,2,4,6
/proc/24626/task/24628/stat : 24628 (java) S 24623 24626 27127 0 -1 4202560 3949 0 1 0 177849 61 0 0 20 0 19 0 114228521 9856040960 955961 33554432000 1073741824 1073778376 140737125186160 140631063935384 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24626/tid=24629] ppid=24623 vsize=9625040 CPUtime=2.2 cores=0,2,4,6
/proc/24626/task/24629/stat : 24629 (java) S 24623 24626 27127 0 -1 4202560 1802 0 0 0 206 14 0 0 20 0 19 0 114228523 9856040960 955961 33554432000 1073741824 1073778376 140737125186160 140630907894568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24626/tid=24630] ppid=24623 vsize=9625040 CPUtime=1.95 cores=0,2,4,6
/proc/24626/task/24630/stat : 24630 (java) S 24623 24626 27127 0 -1 4202560 3119 0 0 0 177 18 0 0 20 0 19 0 114228523 9856040960 955961 33554432000 1073741824 1073778376 140737125186160 140630906841768 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24626/tid=24631] ppid=24623 vsize=9625040 CPUtime=1.87 cores=0,2,4,6
/proc/24626/task/24631/stat : 24631 (java) S 24623 24626 27127 0 -1 4202560 5728 0 0 0 171 16 0 0 20 0 19 0 114228523 9856040960 955961 33554432000 1073741824 1073778376 140737125186160 140630905789480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24626/tid=24632] ppid=24623 vsize=9625040 CPUtime=2.21 cores=0,2,4,6
/proc/24626/task/24632/stat : 24632 (java) S 24623 24626 27127 0 -1 4202560 2472 0 0 0 202 19 0 0 20 0 19 0 114228523 9856040960 955961 33554432000 1073741824 1073778376 140737125186160 140630904736680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24626/tid=24633] ppid=24623 vsize=9625040 CPUtime=1.98 cores=0,2,4,6
/proc/24626/task/24633/stat : 24633 (java) S 24623 24626 27127 0 -1 4202560 2763 0 0 0 181 17 0 0 20 0 19 0 114228523 9856040960 955961 33554432000 1073741824 1073778376 140737125186160 140630903683368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24626/tid=24634] ppid=24623 vsize=9625040 CPUtime=2.08 cores=0,2,4,6
/proc/24626/task/24634/stat : 24634 (java) S 24623 24626 27127 0 -1 4202560 4321 0 0 0 190 18 0 0 20 0 19 0 114228523 9856040960 955961 33554432000 1073741824 1073778376 140737125186160 140630902630568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24626/tid=24635] ppid=24623 vsize=9625040 CPUtime=1.93 cores=0,2,4,6
/proc/24626/task/24635/stat : 24635 (java) S 24623 24626 27127 0 -1 4202560 2802 0 0 0 176 17 0 0 20 0 19 0 114228523 9856040960 955961 33554432000 1073741824 1073778376 140737125186160 140630901578280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24626/tid=24636] ppid=24623 vsize=9625040 CPUtime=2.12 cores=0,2,4,6
/proc/24626/task/24636/stat : 24636 (java) S 24623 24626 27127 0 -1 4202560 3185 0 0 0 195 17 0 0 20 0 19 0 114228523 9856040960 955961 33554432000 1073741824 1073778376 140737125186160 140630900525480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24626/tid=24637] ppid=24623 vsize=9625040 CPUtime=6.07 cores=0,2,4,6
/proc/24626/task/24637/stat : 24637 (java) R 24623 24626 27127 0 -1 4202560 8877 0 0 0 601 6 0 0 20 0 19 0 114228524 9856040960 955961 33554432000 1073741824 1073778376 140737125186160 140630888113496 140631068074324 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24626/tid=24638] ppid=24623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24626/task/24638/stat : 24638 (java) S 24623 24626 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 114228524 9856040960 955961 33554432000 1073741824 1073778376 140737125186160 140630887060984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24626/tid=24639] ppid=24623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24626/task/24639/stat : 24639 (java) S 24623 24626 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 114228524 9856040960 955961 33554432000 1073741824 1073778376 140737125186160 140630886008584 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24626/tid=24640] ppid=24623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24626/task/24640/stat : 24640 (java) S 24623 24626 27127 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 114228527 9856040960 955961 33554432000 1073741824 1073778376 140737125186160 140630884955480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24626/tid=24641] ppid=24623 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/24626/task/24641/stat : 24641 (java) S 24623 24626 27127 0 -1 4202560 3387 0 0 0 87 0 0 0 20 0 19 0 114228527 9856040960 955961 33554432000 1073741824 1073778376 140737125186160 140630883903672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24626/tid=24642] ppid=24623 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/24626/task/24642/stat : 24642 (java) S 24623 24626 27127 0 -1 4202560 4345 0 0 0 83 0 0 0 20 0 19 0 114228527 9856040960 955961 33554432000 1073741824 1073778376 140737125186160 140630882850872 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24626/tid=24643] ppid=24623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24626/task/24643/stat : 24643 (java) S 24623 24626 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114228527 9856040960 955961 33554432000 1073741824 1073778376 140737125186160 140630881798776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24626/tid=24644] ppid=24623 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/24626/task/24644/stat : 24644 (java) S 24623 24626 27127 0 -1 4202560 103 0 0 0 38 37 0 0 20 0 19 0 114228527 9856040960 955961 33554432000 1073741824 1073778376 140737125186160 140630880746184 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24626/tid=24645] ppid=24623 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24626/task/24645/stat : 24645 (java) S 24623 24626 27127 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 114231726 9856040960 955961 33554432000 1073741824 1073778376 140737125186160 140630879692200 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1803.5
Current children cumulated vsize (KiB) 9625040

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1789.32
CPU time (s): 1804.25
CPU user time (s): 1801.7
CPU system time (s): 2.55161
CPU usage (%): 100.834
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.7
system time used= 2.55161
maximum resident set size= 3823844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48117
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42406
involuntary context switches= 11624

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.1122 second user time and 12.1442 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-07 20:08:52
IDJOB=4085062
IDBENCH=92642
IDSOLVER=2546
FILE ID=node102/4085062-1465322927
RUNJOBID= node102-1465312757-23537
PBS_JOBID= 19850416
Free space on /tmp= 71304 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Large/normalized-minisat100_16_6_4_mh.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085062-1465322927/watcher-4085062-1465322927 -o /tmp/evaluation-result-4085062-1465322927/solver-4085062-1465322927 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465312757-23537 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085062-1465322927.opb

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

MD5SUM BENCH= 70bdc21fd7004e1f863f7031db08c9db
RANDOM SEED=1965573035

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.470
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:        26777576 kB
Buffers:          189612 kB
Cached:          1193356 kB
SwapCached:         2712 kB
Active:          4430356 kB
Inactive:         694852 kB
Active(anon):    3742424 kB
Inactive(anon):     2284 kB
Active(file):     687932 kB
Inactive(file):   692568 kB
Unevictable:      190480 kB
Mlocked:           10608 kB
SwapTotal:      67108856 kB
SwapFree:       67098744 kB
Dirty:            222948 kB
Writeback:             0 kB
AnonPages:       3931468 kB
Mapped:            16508 kB
Shmem:                 0 kB
Slab:             640400 kB
SReclaimable:      83552 kB
SUnreclaim:       556848 kB
KernelStack:        1568 kB
PageTables:        11944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4678892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3803136 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= 71424 MiB
End job on node102 at 2016-06-07 20:38:41