Trace number 3455184

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 Res//CP 2.3.0UNSAT 24.2533 12.3855

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-pilot.we.opb
MD5SUM78c28cbc46584ca3f2053cae625d9faa
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark12.6471
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables77678
Total number of constraints1016
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 constraints1016
Minimum length of a constraint10
Maximum length of a constraint2430
Number of terms in the objective function 2760
Biggest coefficient in the objective function 114621939712000000000
Number of bits for the biggest coefficient in the objective function 67
Sum of the numbers in the objective function 6133849937192095161813
Number of bits of the sum of numbers in the objective function 73
Biggest number in a constraint 114621939712000000000
Number of bits of the biggest number in a constraint 67
Biggest sum of numbers in a constraint 6133849937192095161813
Number of bits of the biggest sum of numbers73
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
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.09	c version 2.3.1.v20110525
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.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.12/0.11	c Pseudo Boolean Optimization
0.12/0.11	c ManyCore solver with 2 solvers running in parallel
0.12/0.11	c --- Begin Solver configuration ---
0.12/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.12/0.11	c Learn all clauses as in MiniSAT
0.12/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.11	c Expensive reason simplification
0.12/0.11	c Armin Biere (Picosat) restarts strategy
0.12/0.11	c Glucose learned constraints deletion strategy
0.12/0.11	c timeout=2147483s
0.12/0.11	c DB Simplification allowed=false
0.12/0.11	c --- End Solver configuration ---
0.12/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.11	c --- Begin Solver configuration ---
0.12/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.12/0.11	c Learn all clauses as in MiniSAT
0.12/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.11	c No reason simplification
0.12/0.11	c Armin Biere (Picosat) restarts strategy
0.12/0.11	c Glucose learned constraints deletion strategy
0.12/0.11	c timeout=2147483s
0.12/0.11	c DB Simplification allowed=false
0.12/0.11	c --- End Solver configuration ---
0.12/0.11	c solving HOME/instance-3455184-1307190801.opb
0.12/0.11	c reading problem ... 
1.92/1.24	c ... done. Wall clock time 1.13s.
1.92/1.24	c #vars     77678
1.92/1.24	c #constraints  9445
1.92/1.24	c constraints type 
1.92/1.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1542
1.92/1.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 49
1.92/1.25	c constraints type 
1.92/1.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1591
23.09/11.48	c cleaning 2498 clauses out of 5000 with flag 5000/5000
24.15/12.00	c  And the winner is CuttingPlanes
24.16/12.29	c starts		: 1
24.16/12.29	c conflicts		: 192
24.16/12.29	c decisions		: 112238
24.16/12.29	c propagations		: 802058
24.16/12.29	c inspects		: 2268038
24.16/12.29	c shortcuts		: 0
24.16/12.29	c learnt literals	: 0
24.16/12.29	c learnt binary clauses	: 0
24.16/12.29	c learnt ternary clauses	: 0
24.16/12.29	c learnt constraints	: 191
24.16/12.29	c ignored constraints	: 0
24.16/12.29	c root simplifications	: 0
24.16/12.29	c removed literals (reason simplification)	: 0
24.16/12.29	c reason swapping (by a shorter reason)	: 0
24.16/12.29	c Calls to reduceDB	: 0
24.16/12.29	c number of reductions to clauses (during analyze)	: 0
24.16/12.29	c number of learned constraints concerned by reduction	: 0
24.16/12.29	c number of learning phase by resolution	: 0
24.16/12.29	c number of learning phase by cutting planes	: 0
24.16/12.29	c speed (assignments/second)	: 72623.8681637088
24.16/12.29	c non guided choices	0
24.16/12.29	c learnt constraints type 
24.16/12.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 191
24.16/12.29	c constraints type 
24.16/12.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1542
24.16/12.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 49
24.16/12.29	c constraints type 
24.16/12.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1591
24.16/12.29	s UNSATISFIABLE
24.16/12.29	c Total wall clock time (in seconds): 12.179

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3455184-1307190801/watcher-3455184-1307190801 -o /tmp/evaluation-result-3455184-1307190801/solver-3455184-1307190801 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455184-1307190801.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.85 3.90 3.67 3/538 19084
/proc/meminfo: memFree=17501436/32950928 swapFree=34259960/67111528
[pid=19084] ppid=19082 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/19084/stat : 19084 (java) S 19082 19084 15618 0 -1 4202496 3484 0 1 0 0 0 0 0 21 0 2 0 830676792 10694979584 3185 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/19084/statm: 2611079 3199 917 9 0 2602235 0
[pid=19084/tid=19085] ppid=19082 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19085/stat : 19085 (java) R 19082 19084 15618 0 -1 4202560 5700 0 1 0 0 0 0 0 22 0 2 0 830676793 10694979584 6516 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254500385851 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.118713 s]
/proc/loadavg: 3.85 3.90 3.67 3/538 19084
/proc/meminfo: memFree=17501436/32950928 swapFree=34259960/67111528
[pid=19084] ppid=19082 vsize=10540096 CPUtime=0.12 cores=1,3,5,7
/proc/19084/stat : 19084 (java) S 19082 19084 15618 0 -1 4202496 13248 0 1 0 11 1 0 0 21 0 18 0 830676792 10793058304 12916 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19084/statm: 2635024 12916 2124 9 0 2625758 0
[pid=19084/tid=19085] ppid=19082 vsize=10540096 CPUtime=0.1 cores=1,3,5,7
/proc/19084/task/19085/stat : 19085 (java) R 19082 19084 15618 0 -1 4202560 11295 0 1 0 9 1 0 0 22 0 18 0 830676793 10793058304 12918 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 47314718802691 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 10540096

[startup+0.200661 s]
/proc/loadavg: 3.85 3.90 3.67 3/538 19084
/proc/meminfo: memFree=17501436/32950928 swapFree=34259960/67111528
[pid=19084] ppid=19082 vsize=10541008 CPUtime=0.29 cores=1,3,5,7
/proc/19084/stat : 19084 (java) S 19082 19084 15618 0 -1 4202496 15168 0 1 0 28 1 0 0 21 0 18 0 830676792 10793992192 14693 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19084/statm: 2635252 14693 2189 9 0 2625986 0
[pid=19084/tid=19085] ppid=19082 vsize=10541008 CPUtime=0.18 cores=1,3,5,7
/proc/19084/task/19085/stat : 19085 (java) R 19082 19084 15618 0 -1 4202560 12672 0 1 0 17 1 0 0 22 0 18 0 830676793 10793992192 14693 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 47314718830499 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10541008

[startup+0.300637 s]
/proc/loadavg: 3.85 3.90 3.67 3/538 19084
/proc/meminfo: memFree=17501436/32950928 swapFree=34259960/67111528
[pid=19084] ppid=19082 vsize=10542224 CPUtime=0.54 cores=1,3,5,7
/proc/19084/stat : 19084 (java) S 19082 19084 15618 0 -1 4202496 19046 0 1 0 52 2 0 0 21 0 18 0 830676792 10795237376 17953 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19084/statm: 2635556 17954 2203 9 0 2626290 0
[pid=19084/tid=19085] ppid=19082 vsize=10542224 CPUtime=0.28 cores=1,3,5,7
/proc/19084/task/19085/stat : 19085 (java) R 19082 19084 15618 0 -1 4202560 14911 0 1 0 27 1 0 0 22 0 18 0 830676793 10795237376 17954 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 46912505569318 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 10542224

[startup+0.700578 s]
/proc/loadavg: 3.85 3.90 3.67 3/538 19084
/proc/meminfo: memFree=17501436/32950928 swapFree=34259960/67111528
[pid=19084] ppid=19082 vsize=10551672 CPUtime=1.36 cores=1,3,5,7
/proc/19084/stat : 19084 (java) S 19082 19084 15618 0 -1 4202496 52177 0 1 0 130 6 0 0 21 0 18 0 830676792 10804912128 47675 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19084/statm: 2637918 47681 2210 9 0 2628652 0
[pid=19084/tid=19085] ppid=19082 vsize=10551672 CPUtime=0.67 cores=1,3,5,7
/proc/19084/task/19085/stat : 19085 (java) R 19082 19084 15618 0 -1 4202560 40876 0 1 0 63 4 0 0 24 0 18 0 830676793 10804912128 47681 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 46912505581205 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 10551672

[startup+1.50134 s]
/proc/loadavg: 3.85 3.90 3.67 5/556 19102
/proc/meminfo: memFree=17174248/32950928 swapFree=34259960/67111528
[pid=19084] ppid=19082 vsize=10555784 CPUtime=2.87 cores=1,3,5,7
/proc/19084/stat : 19084 (java) S 19082 19084 15618 0 -1 4202496 114094 0 1 0 276 11 0 0 21 0 22 0 830676792 10809122816 109549 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19084/statm: 2638946 109549 2228 9 0 2629680 0
[pid=19084/tid=19085] ppid=19082 vsize=10555784 CPUtime=1.23 cores=1,3,5,7
/proc/19084/task/19085/stat : 19085 (java) S 19082 19084 15618 0 -1 4202560 88839 0 1 0 114 9 0 0 25 0 22 0 830676793 10809122816 109549 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512508416 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
[pid=19084/tid=19087] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19087/stat : 19087 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 830676795 10809122816 109549 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 1 0 0 0
[pid=19084/tid=19088] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19088/stat : 19088 (java) S 19082 19084 15618 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 22 0 830676795 10809122816 109549 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 1 0 0 0
[pid=19084/tid=19089] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19089/stat : 19089 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830676795 10809122816 109549 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
[pid=19084/tid=19090] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19090/stat : 19090 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830676795 10809122816 109549 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
[pid=19084/tid=19091] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19091/stat : 19091 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830676795 10809122816 109549 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
[pid=19084/tid=19092] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19092/stat : 19092 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830676795 10809122816 109549 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
[pid=19084/tid=19093] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19093/stat : 19093 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830676795 10809122816 109549 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
[pid=19084/tid=19094] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19094/stat : 19094 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830676795 10809122816 109549 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
[pid=19084/tid=19095] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19095/stat : 19095 (java) S 19082 19084 15618 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 830676796 10809122816 109549 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512508416 0 0 0 16800975 18446604457361914560 0 0 -1 1 0 0 0
[pid=19084/tid=19096] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19096/stat : 19096 (java) S 19082 19084 15618 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 830676796 10809122816 109549 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 1 0 0 0
[pid=19084/tid=19097] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19097/stat : 19097 (java) S 19082 19084 15618 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830676796 10809122816 109549 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 1 0 0 0
[pid=19084/tid=19098] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19098/stat : 19098 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830676798 10809122816 109549 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512515505 0 4 0 16800975 18446604457361914560 0 0 -1 1 0 0 0
[pid=19084/tid=19099] ppid=19082 vsize=10555784 CPUtime=0.56 cores=1,3,5,7
/proc/19084/task/19099/stat : 19099 (java) R 19082 19084 15618 0 -1 4202560 4850 0 0 0 56 0 0 0 15 0 22 0 830676798 10809122816 109549 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 47314719621082 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19084/tid=19100] ppid=19082 vsize=10555784 CPUtime=0.57 cores=1,3,5,7
/proc/19084/task/19100/stat : 19100 (java) R 19082 19084 15618 0 -1 4202560 5462 0 0 0 57 0 0 0 16 0 22 0 830676798 10809122816 109549 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 47314718262480 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19084/tid=19101] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19101/stat : 19101 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830676798 10809122816 109549 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 1 0 0 0
[pid=19084/tid=19102] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19102/stat : 19102 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830676798 10809122816 109549 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512508416 0 4 0 16800975 18446604457361914560 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 10555784

[startup+3.10109 s]
/proc/loadavg: 3.85 3.90 3.67 5/560 19106
/proc/meminfo: memFree=16729552/32950928 swapFree=34259960/67111528
[pid=19084] ppid=19082 vsize=10555784 CPUtime=6.34 cores=1,3,5,7
/proc/19084/stat : 19084 (java) S 19082 19084 15618 0 -1 4202496 288119 0 1 0 605 29 0 0 21 0 22 0 830676792 10809122816 283452 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19084/statm: 2638946 283452 2233 9 0 2629680 0
[pid=19084/tid=19085] ppid=19082 vsize=10555784 CPUtime=1.23 cores=1,3,5,7
/proc/19084/task/19085/stat : 19085 (java) S 19082 19084 15618 0 -1 4202560 88839 0 1 0 114 9 0 0 15 0 22 0 830676793 10809122816 283453 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512508416 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
[pid=19084/tid=19087] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19087/stat : 19087 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 830676795 10809122816 283453 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 1 0 0 0
[pid=19084/tid=19088] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19088/stat : 19088 (java) S 19082 19084 15618 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 22 0 830676795 10809122816 283453 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 1 0 0 0
[pid=19084/tid=19089] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19089/stat : 19089 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830676795 10809122816 283453 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
[pid=19084/tid=19090] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19090/stat : 19090 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830676795 10809122816 283454 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
[pid=19084/tid=19091] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19091/stat : 19091 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830676795 10809122816 283454 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
[pid=19084/tid=19092] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19092/stat : 19092 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830676795 10809122816 283454 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
[pid=19084/tid=19093] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19093/stat : 19093 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830676795 10809122816 283454 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
[pid=19084/tid=19094] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19094/stat : 19094 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830676795 10809122816 283456 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
[pid=19084/tid=19095] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19095/stat : 19095 (java) S 19082 19084 15618 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 22 0 830676796 10809122816 283457 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512508416 0 0 0 16800975 18446604457361914560 0 0 -1 1 0 0 0
[pid=19084/tid=19096] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19096/stat : 19096 (java) S 19082 19084 15618 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 830676796 10809122816 283458 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 1 0 0 0
[pid=19084/tid=19097] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19097/stat : 19097 (java) S 19082 19084 15618 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830676796 10809122816 283460 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 1 0 0 0
[pid=19084/tid=19098] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19098/stat : 19098 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830676798 10809122816 283461 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512515505 0 4 0 16800975 18446604457361914560 0 0 -1 1 0 0 0
[pid=19084/tid=19099] ppid=19082 vsize=10555784 CPUtime=0.73 cores=1,3,5,7
/proc/19084/task/19099/stat : 19099 (java) S 19082 19084 15618 0 -1 4202560 4958 0 0 0 73 0 0 0 15 0 22 0 830676798 10809122816 283463 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 3 0 0 0
[pid=19084/tid=19100] ppid=19082 vsize=10555784 CPUtime=0.67 cores=1,3,5,7
/proc/19084/task/19100/stat : 19100 (java) S 19082 19084 15618 0 -1 4202560 5475 0 0 0 67 0 0 0 15 0 22 0 830676798 10809122816 283464 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 1 0 0 0
[pid=19084/tid=19101] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19101/stat : 19101 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830676798 10809122816 283466 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 1 0 0 0
[pid=19084/tid=19102] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19102/stat : 19102 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830676798 10809122816 283468 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512508416 0 4 0 16800975 18446604457361914560 0 0 -1 5 0 0 0
[pid=19084/tid=19103] ppid=19082 vsize=10555784 CPUtime=1.84 cores=1,3,5,7
/proc/19084/task/19103/stat : 19103 (java) R 19082 19084 15618 0 -1 4202560 3371 0 0 0 184 0 0 0 19 0 22 0 830676917 10809122816 283470 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 46912506026063 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19084/tid=19104] ppid=19082 vsize=10555784 CPUtime=1.82 cores=1,3,5,7
/proc/19084/task/19104/stat : 19104 (java) R 19082 19084 15618 0 -1 4202560 184328 0 0 0 164 18 0 0 19 0 22 0 830676917 10809122816 283472 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 46912505574444 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19084/tid=19105] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19105/stat : 19105 (java) S 19082 19084 15618 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830676925 10809122816 283473 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512508416 0 4 0 16800975 18446604457361914560 0 0 -1 5 0 0 0
[pid=19084/tid=19106] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19106/stat : 19106 (java) S 19082 19084 15618 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830676926 10809122816 283473 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512508416 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.34
Current children cumulated vsize (KiB) 10555784

[startup+6.30145 s]
/proc/loadavg: 3.86 3.90 3.67 5/560 19106
/proc/meminfo: memFree=15965596/32950928 swapFree=34259960/67111528
[pid=19084] ppid=19082 vsize=10555784 CPUtime=12.87 cores=1,3,5,7
/proc/19084/stat : 19084 (java) S 19082 19084 15618 0 -1 4202496 429279 0 1 0 1243 44 0 0 21 0 22 0 830676792 10809122816 424487 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19084/statm: 2638946 424489 2238 9 0 2629680 0
[pid=19084/tid=19085] ppid=19082 vsize=10555784 CPUtime=1.23 cores=1,3,5,7
/proc/19084/task/19085/stat : 19085 (java) S 19082 19084 15618 0 -1 4202560 88839 0 1 0 114 9 0 0 15 0 22 0 830676793 10809122816 424489 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512508416 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
[pid=19084/tid=19087] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19087/stat : 19087 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 830676795 10809122816 424489 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 1 0 0 0
[pid=19084/tid=19088] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19088/stat : 19088 (java) S 19082 19084 15618 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 22 0 830676795 10809122816 424490 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 1 0 0 0
[pid=19084/tid=19089] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19089/stat : 19089 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830676795 10809122816 424491 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
[pid=19084/tid=19090] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19090/stat : 19090 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830676795 10809122816 424492 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
[pid=19084/tid=19091] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19091/stat : 19091 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830676795 10809122816 424493 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
[pid=19084/tid=19092] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19092/stat : 19092 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830676795 10809122816 424493 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
[pid=19084/tid=19093] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19093/stat : 19093 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830676795 10809122816 424494 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
[pid=19084/tid=19094] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19094/stat : 19094 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830676795 10809122816 424494 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
[pid=19084/tid=19095] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19095/stat : 19095 (java) S 19082 19084 15618 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 22 0 830676796 10809122816 424495 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512508416 0 0 0 16800975 18446604457361914560 0 0 -1 1 0 0 0
[pid=19084/tid=19096] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19096/stat : 19096 (java) S 19082 19084 15618 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 830676796 10809122816 424495 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 1 0 0 0
[pid=19084/tid=19097] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19097/stat : 19097 (java) S 19082 19084 15618 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830676796 10809122816 424496 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 1 0 0 0
[pid=19084/tid=19098] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19098/stat : 19098 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830676798 10809122816 424497 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512515505 0 4 0 16800975 18446604457361914560 0 0 -1 1 0 0 0

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

[pid=19084/tid=19101] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19101/stat : 19101 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830676798 10809122816 488228 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 1 0 0 0
[pid=19084/tid=19102] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19102/stat : 19102 (java) S 19082 19084 15618 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 830676798 10809122816 488229 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512508416 0 4 0 16800975 18446604457361914560 0 0 -1 5 0 0 0
[pid=19084/tid=19103] ppid=19082 vsize=10555784 CPUtime=8.34 cores=1,3,5,7
/proc/19084/task/19103/stat : 19103 (java) R 19082 19084 15618 0 -1 4202560 11338 0 0 0 833 1 0 0 25 0 22 0 830676917 10809122816 488229 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 46912505866111 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19084/tid=19104] ppid=19082 vsize=10555784 CPUtime=8.31 cores=1,3,5,7
/proc/19084/task/19104/stat : 19104 (java) R 19082 19084 15618 0 -1 4202560 381217 0 0 0 792 39 0 0 25 0 22 0 830676917 10809122816 488229 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 46912505760217 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19084/tid=19105] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19105/stat : 19105 (java) S 19082 19084 15618 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830676925 10809122816 488229 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512508416 0 4 0 16800975 18446604457361914560 0 0 -1 5 0 0 0
[pid=19084/tid=19106] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19106/stat : 19106 (java) S 19082 19084 15618 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830676926 10809122816 488229 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512508416 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 19.48
Current children cumulated vsize (KiB) 10555784

[startup+11.2015 s]
/proc/loadavg: 3.87 3.90 3.67 4/536 19112
/proc/meminfo: memFree=19445620/32950928 swapFree=34259960/67111528
[pid=19084] ppid=19082 vsize=10555784 CPUtime=22.68 cores=1,3,5,7
/proc/19084/stat : 19084 (java) S 19082 19084 15618 0 -1 4202496 524601 0 1 0 2214 54 0 0 21 0 22 0 830676792 10809122816 519809 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19084/statm: 2638946 519809 2238 9 0 2629680 0
[pid=19084/tid=19085] ppid=19082 vsize=10555784 CPUtime=1.23 cores=1,3,5,7
/proc/19084/task/19085/stat : 19085 (java) S 19082 19084 15618 0 -1 4202560 88839 0 1 0 114 9 0 0 15 0 22 0 830676793 10809122816 519810 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512508416 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
[pid=19084/tid=19087] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19087/stat : 19087 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 830676795 10809122816 519810 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 1 0 0 0
[pid=19084/tid=19088] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19088/stat : 19088 (java) S 19082 19084 15618 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 22 0 830676795 10809122816 519810 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 1 0 0 0
[pid=19084/tid=19089] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19089/stat : 19089 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830676795 10809122816 519810 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
[pid=19084/tid=19090] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19090/stat : 19090 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830676795 10809122816 519810 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
[pid=19084/tid=19091] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19091/stat : 19091 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830676795 10809122816 519810 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
[pid=19084/tid=19092] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19092/stat : 19092 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830676795 10809122816 519810 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
[pid=19084/tid=19093] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19093/stat : 19093 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830676795 10809122816 519811 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
[pid=19084/tid=19094] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19094/stat : 19094 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830676795 10809122816 519811 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
[pid=19084/tid=19095] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19095/stat : 19095 (java) S 19082 19084 15618 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 830676796 10809122816 519811 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512508416 0 0 0 16800975 18446604457361914560 0 0 -1 1 0 0 0
[pid=19084/tid=19096] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19096/stat : 19096 (java) S 19082 19084 15618 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 830676796 10809122816 519811 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 1 0 0 0
[pid=19084/tid=19097] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19097/stat : 19097 (java) S 19082 19084 15618 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830676796 10809122816 519811 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 1 0 0 0
[pid=19084/tid=19098] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19098/stat : 19098 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830676798 10809122816 519811 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512515505 0 4 0 16800975 18446604457361914560 0 0 -1 1 0 0 0
[pid=19084/tid=19099] ppid=19082 vsize=10555784 CPUtime=0.87 cores=1,3,5,7
/proc/19084/task/19099/stat : 19099 (java) S 19082 19084 15618 0 -1 4202560 4981 0 0 0 87 0 0 0 15 0 22 0 830676798 10809122816 519811 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 3 0 0 0
[pid=19084/tid=19100] ppid=19082 vsize=10555784 CPUtime=0.7 cores=1,3,5,7
/proc/19084/task/19100/stat : 19100 (java) S 19082 19084 15618 0 -1 4202560 5477 0 0 0 70 0 0 0 16 0 22 0 830676798 10809122816 519811 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 1 0 0 0
[pid=19084/tid=19101] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19101/stat : 19101 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830676798 10809122816 519812 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 1 0 0 0
[pid=19084/tid=19102] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19102/stat : 19102 (java) S 19082 19084 15618 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 830676798 10809122816 519812 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512508416 0 4 0 16800975 18446604457361914560 0 0 -1 5 0 0 0
[pid=19084/tid=19103] ppid=19082 vsize=10555784 CPUtime=9.94 cores=1,3,5,7
/proc/19084/task/19103/stat : 19103 (java) R 19082 19084 15618 0 -1 4202560 13318 0 0 0 993 1 0 0 25 0 22 0 830676917 10809122816 519812 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 46912505865620 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19084/tid=19104] ppid=19082 vsize=10555784 CPUtime=9.9 cores=1,3,5,7
/proc/19084/task/19104/stat : 19104 (java) R 19082 19084 15618 0 -1 4202560 410820 0 0 0 948 42 0 0 25 0 22 0 830676917 10809122816 519812 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 46912505760274 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19084/tid=19105] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19105/stat : 19105 (java) S 19082 19084 15618 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830676925 10809122816 519812 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512508416 0 4 0 16800975 18446604457361914560 0 0 -1 5 0 0 0
[pid=19084/tid=19106] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19106/stat : 19106 (java) S 19082 19084 15618 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830676926 10809122816 519812 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512508416 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 22.68
Current children cumulated vsize (KiB) 10555784

[startup+12.0013 s]
/proc/loadavg: 3.87 3.90 3.67 4/536 19112
/proc/meminfo: memFree=19445620/32950928 swapFree=34259960/67111528
[pid=19084] ppid=19082 vsize=10555784 CPUtime=24.15 cores=1,3,5,7
/proc/19084/stat : 19084 (java) S 19082 19084 15618 0 -1 4202496 571492 0 1 0 2356 59 0 0 21 0 22 0 830676792 10809122816 566686 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19084/statm: 2638946 566686 2262 9 0 2629680 0
[pid=19084/tid=19085] ppid=19082 vsize=10555784 CPUtime=1.23 cores=1,3,5,7
/proc/19084/task/19085/stat : 19085 (java) S 19082 19084 15618 0 -1 4202560 88840 0 1 0 114 9 0 0 15 0 22 0 830676793 10809122816 566686 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512508416 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
[pid=19084/tid=19087] ppid=19082 vsize=10555784 CPUtime=0.06 cores=1,3,5,7
/proc/19084/task/19087/stat : 19087 (java) S 19082 19084 15618 0 -1 4202560 5365 0 0 0 6 0 0 0 18 0 22 0 830676795 10809122816 566686 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 5 0 0 0
[pid=19084/tid=19088] ppid=19082 vsize=10555784 CPUtime=0.06 cores=1,3,5,7
/proc/19084/task/19088/stat : 19088 (java) S 19082 19084 15618 0 -1 4202560 6302 0 0 0 6 0 0 0 18 0 22 0 830676795 10809122816 566686 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 5 0 0 0
[pid=19084/tid=19089] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19089/stat : 19089 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830676795 10809122816 566686 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
[pid=19084/tid=19090] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19090/stat : 19090 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830676795 10809122816 566686 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
[pid=19084/tid=19091] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19091/stat : 19091 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830676795 10809122816 566686 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
[pid=19084/tid=19092] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19092/stat : 19092 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830676795 10809122816 566686 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
[pid=19084/tid=19093] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19093/stat : 19093 (java) S 19082 19084 15618 0 -1 4202560 79 0 0 0 0 0 0 0 18 0 22 0 830676795 10809122816 566686 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
[pid=19084/tid=19094] ppid=19082 vsize=10555784 CPUtime=0.06 cores=1,3,5,7
/proc/19084/task/19094/stat : 19094 (java) S 19082 19084 15618 0 -1 4202560 7107 0 0 0 6 0 0 0 18 0 22 0 830676795 10809122816 566686 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
[pid=19084/tid=19095] ppid=19082 vsize=10555784 CPUtime=0.23 cores=1,3,5,7
/proc/19084/task/19095/stat : 19095 (java) S 19082 19084 15618 0 -1 4202560 22500 0 0 0 21 2 0 0 16 0 22 0 830676796 10809122816 566686 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512508416 0 0 0 16800975 18446604457361914560 0 0 -1 1 0 0 0
[pid=19084/tid=19096] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19096/stat : 19096 (java) S 19082 19084 15618 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830676796 10809122816 566686 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 1 0 0 0
[pid=19084/tid=19097] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19097/stat : 19097 (java) S 19082 19084 15618 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830676796 10809122816 566686 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 1 0 0 0
[pid=19084/tid=19098] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19098/stat : 19098 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830676798 10809122816 566686 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512515505 0 4 0 16800975 18446604457361914560 0 0 -1 1 0 0 0
[pid=19084/tid=19099] ppid=19082 vsize=10555784 CPUtime=0.88 cores=1,3,5,7
/proc/19084/task/19099/stat : 19099 (java) S 19082 19084 15618 0 -1 4202560 4983 0 0 0 88 0 0 0 15 0 22 0 830676798 10809122816 566686 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 3 0 0 0
[pid=19084/tid=19100] ppid=19082 vsize=10555784 CPUtime=0.71 cores=1,3,5,7
/proc/19084/task/19100/stat : 19100 (java) S 19082 19084 15618 0 -1 4202560 5481 0 0 0 71 0 0 0 16 0 22 0 830676798 10809122816 566686 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 1 0 0 0
[pid=19084/tid=19101] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19101/stat : 19101 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830676798 10809122816 566686 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 1 0 0 0
[pid=19084/tid=19102] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19102/stat : 19102 (java) S 19082 19084 15618 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 830676798 10809122816 566686 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512508416 0 4 0 16800975 18446604457361914560 0 0 -1 5 0 0 0
[pid=19084/tid=19103] ppid=19082 vsize=10555784 CPUtime=10.43 cores=1,3,5,7
/proc/19084/task/19103/stat : 19103 (java) R 19082 19084 15618 0 -1 4202560 13636 0 0 0 1042 1 0 0 23 0 22 0 830676917 10809122816 566686 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 46912506003788 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19084/tid=19104] ppid=19082 vsize=10555784 CPUtime=10.39 cores=1,3,5,7
/proc/19084/task/19104/stat : 19104 (java) R 19082 19084 15618 0 -1 4202560 416036 0 0 0 996 43 0 0 23 0 22 0 830676917 10809122816 566686 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 46912505907609 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19084/tid=19105] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19105/stat : 19105 (java) S 19082 19084 15618 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830676925 10809122816 566686 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512508416 0 4 0 16800975 18446604457361914560 0 0 -1 5 0 0 0
[pid=19084/tid=19106] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19106/stat : 19106 (java) S 19082 19084 15618 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830676926 10809122816 566686 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512508416 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.15
Current children cumulated vsize (KiB) 10555784

[startup+12.2203 s]
/proc/loadavg: 3.87 3.90 3.67 2/533 19112
/proc/meminfo: memFree=19242780/32950928 swapFree=34259960/67111528
[pid=19084] ppid=19082 vsize=10555784 CPUtime=24.16 cores=1,3,5,7
/proc/19084/stat : 19084 (java) S 19082 19084 15618 0 -1 4202496 571493 0 1 0 2357 59 0 0 21 0 19 0 830676792 10809122816 566687 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19084/statm: 2638946 566687 2263 9 0 2629680 0
[pid=19084/tid=19085] ppid=19082 vsize=10555784 CPUtime=1.23 cores=1,3,5,7
/proc/19084/task/19085/stat : 19085 (java) S 19082 19084 15618 0 -1 4202560 88840 0 1 0 114 9 0 0 15 0 19 0 830676793 10809122816 566687 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512508416 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
[pid=19084/tid=19087] ppid=19082 vsize=10555784 CPUtime=0.06 cores=1,3,5,7
/proc/19084/task/19087/stat : 19087 (java) S 19082 19084 15618 0 -1 4202560 5365 0 0 0 6 0 0 0 18 0 19 0 830676795 10809122816 566687 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 5 0 0 0
[pid=19084/tid=19088] ppid=19082 vsize=10555784 CPUtime=0.06 cores=1,3,5,7
/proc/19084/task/19088/stat : 19088 (java) S 19082 19084 15618 0 -1 4202560 6302 0 0 0 6 0 0 0 18 0 19 0 830676795 10809122816 566687 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 5 0 0 0
[pid=19084/tid=19089] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19089/stat : 19089 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 830676795 10809122816 566687 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
[pid=19084/tid=19090] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19090/stat : 19090 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 830676795 10809122816 566687 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
[pid=19084/tid=19091] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19091/stat : 19091 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 830676795 10809122816 566687 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
[pid=19084/tid=19092] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19092/stat : 19092 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 830676795 10809122816 566687 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
[pid=19084/tid=19093] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19093/stat : 19093 (java) S 19082 19084 15618 0 -1 4202560 79 0 0 0 0 0 0 0 18 0 19 0 830676795 10809122816 566687 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
[pid=19084/tid=19094] ppid=19082 vsize=10555784 CPUtime=0.06 cores=1,3,5,7
/proc/19084/task/19094/stat : 19094 (java) S 19082 19084 15618 0 -1 4202560 7107 0 0 0 6 0 0 0 18 0 19 0 830676795 10809122816 566687 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
[pid=19084/tid=19095] ppid=19082 vsize=10555784 CPUtime=0.23 cores=1,3,5,7
/proc/19084/task/19095/stat : 19095 (java) S 19082 19084 15618 0 -1 4202560 22500 0 0 0 21 2 0 0 16 0 19 0 830676796 10809122816 566687 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512508416 0 0 0 16800975 18446604457361914560 0 0 -1 1 0 0 0
[pid=19084/tid=19096] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19096/stat : 19096 (java) S 19082 19084 15618 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 830676796 10809122816 566687 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 1 0 0 0
[pid=19084/tid=19097] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19097/stat : 19097 (java) S 19082 19084 15618 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 830676796 10809122816 566687 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 1 0 0 0
[pid=19084/tid=19098] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19098/stat : 19098 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 830676798 10809122816 566687 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512515505 0 4 0 16800975 18446604457361914560 0 0 -1 1 0 0 0
[pid=19084/tid=19099] ppid=19082 vsize=10555784 CPUtime=0.88 cores=1,3,5,7
/proc/19084/task/19099/stat : 19099 (java) S 19082 19084 15618 0 -1 4202560 4983 0 0 0 88 0 0 0 15 0 19 0 830676798 10809122816 566687 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 3 0 0 0
[pid=19084/tid=19100] ppid=19082 vsize=10555784 CPUtime=0.71 cores=1,3,5,7
/proc/19084/task/19100/stat : 19100 (java) S 19082 19084 15618 0 -1 4202560 5481 0 0 0 71 0 0 0 16 0 19 0 830676798 10809122816 566687 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 1 0 0 0
[pid=19084/tid=19101] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19101/stat : 19101 (java) S 19082 19084 15618 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 830676798 10809122816 566687 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512507801 0 4 0 16800975 18446604457361914560 0 0 -1 1 0 0 0
[pid=19084/tid=19102] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19102/stat : 19102 (java) S 19082 19084 15618 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 830676798 10809122816 566687 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512508416 0 4 0 16800975 18446604457361914560 0 0 -1 5 0 0 0
[pid=19084/tid=19106] ppid=19082 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/19084/task/19106/stat : 19106 (java) S 19082 19084 15618 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 830676926 10809122816 566687 33554432000 1073741824 1073778376 140735189578864 18446744073709551615 254512508416 0 4 0 16800975 18446604457361914560 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.16
Current children cumulated vsize (KiB) 10555784

[startup+12.3013 s]
/proc/loadavg: 3.87 3.90 3.67 2/533 19112
/proc/meminfo: memFree=19242780/32950928 swapFree=34259960/67111528
[pid=19084] ppid=19082 vsize=0 CPUtime=24.16 cores=1,3,5,7
/proc/19084/stat : 19084 (java) R 19082 19084 15618 0 -1 4203524 571498 0 1 0 2357 59 0 0 18 0 1 0 830676792 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19084/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 24.16
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 12.3855
CPU time (s): 24.2533
CPU user time (s): 23.5724
CPU system time (s): 0.680896
CPU usage (%): 195.82
Max. virtual memory (cumulated for all children) (KiB): 10555784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.5724
system time used= 0.680896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 571498
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 651
involuntary context switches= 475

runsolver used 0.06099 second user time and 0.172973 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-04 14:33:21
IDJOB=3455184
IDBENCH=2390
IDSOLVER=1950
FILE ID=node149/3455184-1307190801
RUNJOBID= node149-1307189880-18965
PBS_JOBID= 13508817
Free space on /tmp= 73752 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-pilot.we.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455184-1307190801/watcher-3455184-1307190801 -o /tmp/evaluation-result-3455184-1307190801/solver-3455184-1307190801 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455184-1307190801.opb

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

MD5SUM BENCH= 78c28cbc46584ca3f2053cae625d9faa
RANDOM SEED=1664533940

node149.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17501708 kB
Buffers:        337996 kB
Cached:        3289536 kB
SwapCached:     123196 kB
Active:        4385776 kB
Inactive:     10719424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17501708 kB
SwapTotal:    67111528 kB
SwapFree:     34259960 kB
Dirty:            4772 kB
Writeback:           0 kB
AnonPages:    11378752 kB
Mapped:          26172 kB
Slab:           148348 kB
PageTables:     125752 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 183455816 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73752 MiB
End job on node149 at 2011-06-04 14:33:33