Trace number 3453913

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.0OPT6 129.774 68.2236

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_50_10_3.opb
MD5SUMc95a806def4ddb54b7feb382b44318d2
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark0.379941
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 6
Optimality of the best value was proved YES
Number of variables50
Total number of constraints50
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 constraints50
Minimum length of a constraint11
Maximum length of a constraint18
Number of terms in the objective function 50
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 50
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)618
Sum of products size (including duplicates)1236
Number of different products618
Sum of products size1236

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-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.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3453913-1307194429.opb
0.11/0.11	c reading problem ... 
0.24/0.22	c ... done. Wall clock time 0.109s.
0.24/0.22	c #vars     668
0.24/0.22	c #constraints  1286
0.24/0.22	c constraints type 
0.24/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 668
0.24/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 618
0.24/0.22	c constraints type 
0.24/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 668
0.24/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 618
0.24/0.23	c  And the winner is Resolution
0.33/0.72	c SATISFIABLE
0.33/0.72	c OPTIMIZING...
0.33/0.72	c Got one! Elapsed wall clock time (in seconds):0.616
0.33/0.72	o 8
0.33/0.74	c  And the winner is Resolution
0.43/1.23	c Got one! Elapsed wall clock time (in seconds):1.122
0.43/1.23	o 7
0.43/1.25	c  And the winner is Resolution
0.56/1.73	c Got one! Elapsed wall clock time (in seconds):1.627
0.56/1.73	o 6
2.41/2.30	c cleaning 2515 clauses out of 5035 with flag 5001/5035
3.59/2.69	c cleaning 4256 clauses out of 8519 with flag 11000/11034
4.72/3.14	c cleaning 5629 clauses out of 11263 with flag 18000/18034
5.70/3.68	c cleaning 6814 clauses out of 13635 with flag 26001/26035
7.10/4.31	c cleaning 7908 clauses out of 15823 with flag 35003/35037
8.47/5.02	c cleaning 8952 clauses out of 17913 with flag 45001/45035
9.84/5.75	c cleaning 9477 clauses out of 18960 with flag 55000/55034
11.40/6.52	c cleaning 9738 clauses out of 19484 with flag 65001/65035
12.77/7.29	c cleaning 9871 clauses out of 19747 with flag 75002/75036
14.33/8.03	c cleaning 9934 clauses out of 19874 with flag 85000/85034
15.69/8.80	c cleaning 9969 clauses out of 19941 with flag 95001/95035
17.26/9.57	c cleaning 9981 clauses out of 19972 with flag 105001/105035
18.82/10.38	c cleaning 9990 clauses out of 19990 with flag 115000/115034
20.42/11.12	c cleaning 9997 clauses out of 20002 with flag 125002/125036
21.94/11.90	c cleaning 9998 clauses out of 20003 with flag 135000/135034
23.50/12.70	c cleaning 9999 clauses out of 20006 with flag 145001/145035
25.05/13.52	c cleaning 10001 clauses out of 20009 with flag 155003/155037
26.41/14.31	c cleaning 9999 clauses out of 20006 with flag 165001/165035
28.16/15.10	c cleaning 10001 clauses out of 20009 with flag 175003/175037
29.52/15.83	c cleaning 9999 clauses out of 20007 with flag 185002/185036
31.10/16.62	c cleaning 9999 clauses out of 20006 with flag 195000/195034
32.62/17.40	c cleaning 10000 clauses out of 20008 with flag 205001/205035
33.97/18.19	c cleaning 9999 clauses out of 20007 with flag 215000/215034
35.73/19.02	c cleaning 10003 clauses out of 20012 with flag 225004/225038
37.28/19.84	c cleaning 10001 clauses out of 20007 with flag 235002/235036
38.82/20.65	c cleaning 10000 clauses out of 20004 with flag 245000/245034
40.37/21.48	c cleaning 9998 clauses out of 20008 with flag 255004/255038
41.92/22.28	c cleaning 10001 clauses out of 20008 with flag 265002/265036
43.45/23.06	c cleaning 9999 clauses out of 20006 with flag 275001/275035
45.00/23.87	c cleaning 10001 clauses out of 20008 with flag 285002/285036
46.55/24.68	c cleaning 9999 clauses out of 20005 with flag 295000/295034
48.13/25.46	c cleaning 10000 clauses out of 20007 with flag 305001/305035
49.62/26.27	c cleaning 9996 clauses out of 20006 with flag 315000/315034
51.17/27.06	c cleaning 10002 clauses out of 20013 with flag 325003/325037
52.92/27.91	c cleaning 10000 clauses out of 20008 with flag 335000/335034
54.50/28.73	c cleaning 10000 clauses out of 20009 with flag 345001/345035
55.99/29.58	c cleaning 10001 clauses out of 20010 with flag 355002/355036
57.73/30.46	c cleaning 9999 clauses out of 20007 with flag 365000/365034
59.47/31.36	c cleaning 10002 clauses out of 20010 with flag 375002/375036
61.22/32.28	c cleaning 10000 clauses out of 20008 with flag 385002/385036
63.13/33.20	c cleaning 9998 clauses out of 20006 with flag 395000/395034
64.68/34.02	c cleaning 10000 clauses out of 20008 with flag 405000/405034
66.22/34.83	c cleaning 9996 clauses out of 20008 with flag 415000/415034
67.96/35.73	c cleaning 10001 clauses out of 20012 with flag 425000/425034
69.67/36.60	c cleaning 10001 clauses out of 20011 with flag 435000/435034
71.23/37.50	c cleaning 10001 clauses out of 20012 with flag 445002/445036
72.95/38.32	c cleaning 10001 clauses out of 20009 with flag 455000/455034
74.70/39.22	c cleaning 10000 clauses out of 20008 with flag 465000/465034
76.41/40.16	c cleaning 10000 clauses out of 20008 with flag 475000/475034
78.15/41.04	c cleaning 10001 clauses out of 20008 with flag 485000/485034
79.92/41.93	c cleaning 10000 clauses out of 20008 with flag 495001/495035
81.62/42.87	c cleaning 10000 clauses out of 20010 with flag 505003/505037
83.54/43.81	c cleaning 10000 clauses out of 20008 with flag 515001/515035
85.27/44.74	c cleaning 10001 clauses out of 20009 with flag 525002/525036
87.00/45.66	c cleaning 10000 clauses out of 20007 with flag 535001/535035
88.93/46.61	c cleaning 9999 clauses out of 20008 with flag 545002/545036
90.62/47.55	c cleaning 9998 clauses out of 20010 with flag 555003/555037
92.36/48.50	c cleaning 10001 clauses out of 20010 with flag 565001/565035
94.28/49.46	c cleaning 10000 clauses out of 20008 with flag 575000/575034
96.20/50.48	c cleaning 10000 clauses out of 20009 with flag 585001/585035
98.09/51.41	c cleaning 10002 clauses out of 20009 with flag 595001/595035
99.82/52.31	c cleaning 9999 clauses out of 20006 with flag 605000/605034
101.54/53.22	c cleaning 10002 clauses out of 20009 with flag 615002/615036
103.27/54.15	c cleaning 9998 clauses out of 20005 with flag 625000/625034
104.98/55.08	c cleaning 9997 clauses out of 20007 with flag 635000/635034
106.90/56.06	c cleaning 9999 clauses out of 20010 with flag 645000/645034
108.82/57.04	c cleaning 10003 clauses out of 20014 with flag 655003/655037
110.74/58.05	c cleaning 9999 clauses out of 20008 with flag 665000/665034
112.83/59.11	c cleaning 10003 clauses out of 20010 with flag 675001/675035
114.75/60.10	c cleaning 9999 clauses out of 20007 with flag 685001/685035
116.67/61.12	c cleaning 10000 clauses out of 20010 with flag 695003/695037
118.60/62.18	c cleaning 10001 clauses out of 20008 with flag 705001/705035
120.88/63.30	c cleaning 10000 clauses out of 20006 with flag 715000/715034
122.80/64.39	c cleaning 10002 clauses out of 20008 with flag 725002/725036
125.12/65.58	c cleaning 10002 clauses out of 20005 with flag 735001/735035
127.89/66.75	c cleaning 10001 clauses out of 20001 with flag 745000/745034
129.19/67.48	c  And the winner is Resolution
129.64/68.19	c starts		: 173
129.64/68.19	c conflicts		: 750999
129.64/68.19	c decisions		: 1068896
129.64/68.19	c propagations		: 56166896
129.64/68.19	c inspects		: 584446432
129.64/68.19	c shortcuts		: 0
129.64/68.19	c learnt literals	: 5
129.64/68.19	c learnt binary clauses	: 13
129.64/68.19	c learnt ternary clauses	: 39
129.64/68.19	c learnt constraints	: 750993
129.64/68.19	c ignored constraints	: 0
129.64/68.19	c root simplifications	: 0
129.64/68.19	c removed literals (reason simplification)	: 1865604
129.64/68.19	c reason swapping (by a shorter reason)	: 0
129.64/68.19	c Calls to reduceDB	: 76
129.64/68.19	c number of reductions to clauses (during analyze)	: 0
129.64/68.19	c number of learned constraints concerned by reduction	: 0
129.64/68.19	c number of learning phase by resolution	: 0
129.64/68.19	c number of learning phase by cutting planes	: 0
129.64/68.19	c speed (assignments/second)	: 845199.6268095225
129.64/68.19	c non guided choices	0
129.64/68.19	c learnt constraints type 
129.64/68.19	c constraints type 
129.64/68.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 668
129.64/68.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
129.64/68.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 618
129.64/68.19	c constraints type 
129.64/68.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 668
129.64/68.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 0
129.64/68.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 618
129.64/68.19	s OPTIMUM FOUND
129.64/68.19	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 x12 -x13 x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 x24 -x25 x26 -x27 -x28 -x29 -x30 x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 x48 -x49 -x50 
129.64/68.19	c objective function=6
129.64/68.19	c Total wall clock time (in seconds): 68.082

Verifier Data

OK	6

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 3.52 3.56 3.57 4/510 2080
/proc/meminfo: memFree=26202836/32951124 swapFree=63649284/67111528
[pid=2080] ppid=2078 vsize=24004 CPUtime=0 cores=0,2,4,6
/proc/2080/stat : 2080 (java) S 2078 2080 28154 0 -1 4202496 1127 0 0 0 0 0 0 0 25 0 2 0 831041427 24580096 864 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216450021 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/2080/statm: 6001 864 652 9 0 381 0
[pid=2080/tid=2081] ppid=2078 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2081/stat : 2081 (java) R 2078 2080 28154 0 -1 4202560 6780 0 1 0 0 0 0 0 25 0 2 0 831041428 10694979584 7596 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210204341307 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.104928 s]
/proc/loadavg: 3.52 3.56 3.57 4/510 2080
/proc/meminfo: memFree=26202836/32951124 swapFree=63649284/67111528
[pid=2080] ppid=2078 vsize=10540272 CPUtime=0.11 cores=0,2,4,6
/proc/2080/stat : 2080 (java) S 2078 2080 28154 0 -1 4202496 13162 0 1 0 9 2 0 0 25 0 18 0 831041427 10793238528 12848 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2080/statm: 2635068 12849 2102 9 0 2625802 0
[pid=2080/tid=2081] ppid=2078 vsize=10540272 CPUtime=0.08 cores=0,2,4,6
/proc/2080/task/2081/stat : 2081 (java) R 2078 2080 28154 0 -1 4202560 11245 0 1 0 7 1 0 0 18 0 18 0 831041428 10793238528 12851 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 47081733663683 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540272

[startup+0.200912 s]
/proc/loadavg: 3.52 3.56 3.57 4/510 2080
/proc/meminfo: memFree=26202836/32951124 swapFree=63649284/67111528
[pid=2080] ppid=2078 vsize=10540424 CPUtime=0.24 cores=0,2,4,6
/proc/2080/stat : 2080 (java) S 2078 2080 28154 0 -1 4202496 13967 0 1 0 22 2 0 0 25 0 18 0 831041427 10793394176 13653 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2080/statm: 2635106 13653 2181 9 0 2625840 0
[pid=2080/tid=2081] ppid=2078 vsize=10540424 CPUtime=0.19 cores=0,2,4,6
/proc/2080/task/2081/stat : 2081 (java) R 2078 2080 28154 0 -1 4202560 11902 0 1 0 17 2 0 0 18 0 18 0 831041428 10793394176 13653 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 10540424

[startup+0.300904 s]
/proc/loadavg: 3.52 3.56 3.57 4/510 2080
/proc/meminfo: memFree=26202836/32951124 swapFree=63649284/67111528
[pid=2080] ppid=2078 vsize=10545552 CPUtime=0.33 cores=0,2,4,6
/proc/2080/stat : 2080 (java) S 2078 2080 28154 0 -1 4202496 14718 0 1 0 31 2 0 0 25 0 19 0 831041427 10798645248 14216 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2080/statm: 2636388 14216 2193 9 0 2627122 0
[pid=2080/tid=2081] ppid=2078 vsize=10545552 CPUtime=0.21 cores=0,2,4,6
/proc/2080/task/2081/stat : 2081 (java) S 2078 2080 28154 0 -1 4202560 12053 0 1 0 19 2 0 0 19 0 19 0 831041428 10798645248 14216 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463872 0 4 0 16800975 18446604444355496128 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 10545552

[startup+0.700849 s]
/proc/loadavg: 3.52 3.56 3.57 4/510 2080
/proc/meminfo: memFree=26202836/32951124 swapFree=63649284/67111528
[pid=2080] ppid=2078 vsize=10545552 CPUtime=0.33 cores=0,2,4,6
/proc/2080/stat : 2080 (java) S 2078 2080 28154 0 -1 4202496 14718 0 1 0 31 2 0 0 25 0 19 0 831041427 10798645248 14216 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2080/statm: 2636388 14216 2193 9 0 2627122 0
[pid=2080/tid=2081] ppid=2078 vsize=10545552 CPUtime=0.21 cores=0,2,4,6
/proc/2080/task/2081/stat : 2081 (java) S 2078 2080 28154 0 -1 4202560 12053 0 1 0 19 2 0 0 19 0 19 0 831041428 10798645248 14216 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463872 0 4 0 16800975 18446604444355496128 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 10545552

[startup+1.50066 s]
/proc/loadavg: 3.52 3.56 3.57 3/529 2105
/proc/meminfo: memFree=26150444/32951124 swapFree=63649284/67111528
[pid=2080] ppid=2078 vsize=10546920 CPUtime=0.56 cores=0,2,4,6
/proc/2080/stat : 2080 (java) S 2078 2080 28154 0 -1 4202496 17374 0 1 0 53 3 0 0 25 0 19 0 831041427 10800046080 15802 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2080/statm: 2636730 15802 2219 9 0 2627464 0
[pid=2080/tid=2081] ppid=2078 vsize=10546920 CPUtime=0.21 cores=0,2,4,6
/proc/2080/task/2081/stat : 2081 (java) S 2078 2080 28154 0 -1 4202560 12099 0 1 0 19 2 0 0 17 0 19 0 831041428 10800046080 15802 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463872 0 4 0 16800975 18446604444355496128 0 0 -1 6 0 0 0
[pid=2080/tid=2083] ppid=2078 vsize=10546920 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2083/stat : 2083 (java) S 2078 2080 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831041429 10800046080 15802 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 4 0 0 0
[pid=2080/tid=2084] ppid=2078 vsize=10546920 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2084/stat : 2084 (java) S 2078 2080 28154 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 831041429 10800046080 15802 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 4 0 0 0
[pid=2080/tid=2085] ppid=2078 vsize=10546920 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2085/stat : 2085 (java) S 2078 2080 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831041429 10800046080 15802 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 4 0 0 0
[pid=2080/tid=2086] ppid=2078 vsize=10546920 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2086/stat : 2086 (java) S 2078 2080 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831041429 10800046080 15802 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 4 0 0 0
[pid=2080/tid=2087] ppid=2078 vsize=10546920 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2087/stat : 2087 (java) S 2078 2080 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831041429 10800046080 15802 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 6 0 0 0
[pid=2080/tid=2088] ppid=2078 vsize=10546920 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2088/stat : 2088 (java) S 2078 2080 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831041429 10800046080 15802 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 6 0 0 0
[pid=2080/tid=2089] ppid=2078 vsize=10546920 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2089/stat : 2089 (java) S 2078 2080 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831041429 10800046080 15802 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 4 0 0 0
[pid=2080/tid=2090] ppid=2078 vsize=10546920 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2090/stat : 2090 (java) S 2078 2080 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831041429 10800046080 15802 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 4 0 0 0
[pid=2080/tid=2091] ppid=2078 vsize=10546920 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2091/stat : 2091 (java) S 2078 2080 28154 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 831041430 10800046080 15802 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463872 0 0 0 16800975 18446604444355496128 0 0 -1 2 0 0 0
[pid=2080/tid=2092] ppid=2078 vsize=10546920 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2092/stat : 2092 (java) S 2078 2080 28154 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 831041431 10800046080 15802 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 2 0 0 0
[pid=2080/tid=2093] ppid=2078 vsize=10546920 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2093/stat : 2093 (java) S 2078 2080 28154 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831041431 10800046080 15802 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 2 0 0 0
[pid=2080/tid=2094] ppid=2078 vsize=10546920 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2094/stat : 2094 (java) S 2078 2080 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831041433 10800046080 15802 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216470961 0 4 0 16800975 18446604444355496128 0 0 -1 2 0 0 0
[pid=2080/tid=2095] ppid=2078 vsize=10546920 CPUtime=0.13 cores=0,2,4,6
/proc/2080/task/2095/stat : 2095 (java) S 2078 2080 28154 0 -1 4202560 1221 0 0 0 13 0 0 0 16 0 19 0 831041433 10800046080 15802 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 4 0 0 0
[pid=2080/tid=2096] ppid=2078 vsize=10546920 CPUtime=0.11 cores=0,2,4,6
/proc/2080/task/2096/stat : 2096 (java) S 2078 2080 28154 0 -1 4202560 2571 0 0 0 11 0 0 0 16 0 19 0 831041433 10800046080 15802 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 2 0 0 0
[pid=2080/tid=2097] ppid=2078 vsize=10546920 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2097/stat : 2097 (java) S 2078 2080 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831041433 10800046080 15802 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 4 0 0 0
[pid=2080/tid=2098] ppid=2078 vsize=10546920 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2098/stat : 2098 (java) S 2078 2080 28154 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 831041433 10800046080 15802 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463872 0 4 0 16800975 18446604444355496128 0 0 -1 4 0 0 0
[pid=2080/tid=2101] ppid=2078 vsize=10546920 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2101/stat : 2101 (java) S 2078 2080 28154 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 831041450 10800046080 15802 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463872 0 4 0 16800975 18446604444355496128 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 10546920

[startup+3.10137 s]
/proc/loadavg: 3.52 3.56 3.57 9/532 2111
/proc/meminfo: memFree=26071308/32951124 swapFree=63649284/67111528
[pid=2080] ppid=2078 vsize=10558196 CPUtime=4.72 cores=0,2,4,6
/proc/2080/stat : 2080 (java) S 2078 2080 28154 0 -1 4202496 90933 0 1 0 458 14 0 0 25 0 22 0 831041427 10811592704 82437 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2080/statm: 2639549 82440 2256 9 0 2630283 0
[pid=2080/tid=2081] ppid=2078 vsize=10558196 CPUtime=0.21 cores=0,2,4,6
/proc/2080/task/2081/stat : 2081 (java) S 2078 2080 28154 0 -1 4202560 12107 0 1 0 19 2 0 0 15 0 22 0 831041428 10811592704 82443 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463872 0 4 0 16800975 18446604444355496128 0 0 -1 0 0 0 0
[pid=2080/tid=2083] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2083/stat : 2083 (java) S 2078 2080 28154 0 -1 4202560 226 0 0 0 0 0 0 0 15 0 22 0 831041429 10811592704 82445 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 4 0 0 0
[pid=2080/tid=2084] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2084/stat : 2084 (java) S 2078 2080 28154 0 -1 4202560 151 0 0 0 0 0 0 0 15 0 22 0 831041429 10811592704 82448 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 0 0 0 0
[pid=2080/tid=2085] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2085/stat : 2085 (java) S 2078 2080 28154 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831041429 10811592704 82450 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 4 0 0 0
[pid=2080/tid=2086] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2086/stat : 2086 (java) S 2078 2080 28154 0 -1 4202560 208 0 0 0 0 0 0 0 15 0 22 0 831041429 10811592704 82453 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 2 0 0 0
[pid=2080/tid=2087] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2087/stat : 2087 (java) S 2078 2080 28154 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 22 0 831041429 10811592704 82456 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 2 0 0 0
[pid=2080/tid=2088] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2088/stat : 2088 (java) S 2078 2080 28154 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831041429 10811592704 82459 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 2 0 0 0
[pid=2080/tid=2089] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2089/stat : 2089 (java) S 2078 2080 28154 0 -1 4202560 373 0 0 0 0 0 0 0 16 0 22 0 831041429 10811592704 82462 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 0 0 0 0
[pid=2080/tid=2090] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2090/stat : 2090 (java) S 2078 2080 28154 0 -1 4202560 313 0 0 0 0 0 0 0 15 0 22 0 831041429 10811592704 82465 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 0 0 0 0
[pid=2080/tid=2091] ppid=2078 vsize=10558196 CPUtime=0.03 cores=0,2,4,6
/proc/2080/task/2091/stat : 2091 (java) S 2078 2080 28154 0 -1 4202560 1118 0 0 0 3 0 0 0 16 0 22 0 831041430 10811592704 82468 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463872 0 0 0 16800975 18446604444355496128 0 0 -1 0 0 0 0
[pid=2080/tid=2092] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2092/stat : 2092 (java) S 2078 2080 28154 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831041431 10811592704 82471 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 2 0 0 0
[pid=2080/tid=2093] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2093/stat : 2093 (java) S 2078 2080 28154 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831041431 10811592704 82474 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 2 0 0 0
[pid=2080/tid=2094] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2094/stat : 2094 (java) S 2078 2080 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831041433 10811592704 82477 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216470961 0 4 0 16800975 18446604444355496128 0 0 -1 2 0 0 0
[pid=2080/tid=2095] ppid=2078 vsize=10558196 CPUtime=0.91 cores=0,2,4,6
/proc/2080/task/2095/stat : 2095 (java) S 2078 2080 28154 0 -1 4202560 9207 0 0 0 90 1 0 0 15 0 22 0 831041433 10811592704 82480 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 4 0 0 0
[pid=2080/tid=2096] ppid=2078 vsize=10558196 CPUtime=0.83 cores=0,2,4,6
/proc/2080/task/2096/stat : 2096 (java) S 2078 2080 28154 0 -1 4202560 7455 0 0 0 82 1 0 0 15 0 22 0 831041433 10811592704 82483 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 2 0 0 0
[pid=2080/tid=2097] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2097/stat : 2097 (java) S 2078 2080 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831041433 10811592704 82485 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 4 0 0 0
[pid=2080/tid=2098] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2098/stat : 2098 (java) S 2078 2080 28154 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831041433 10811592704 82488 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463872 0 4 0 16800975 18446604444355496128 0 0 -1 2 0 0 0
[pid=2080/tid=2101] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2101/stat : 2101 (java) S 2078 2080 28154 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 831041450 10811592704 82491 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463872 0 4 0 16800975 18446604444355496128 0 0 -1 4 0 0 0
[pid=2080/tid=2109] ppid=2078 vsize=10558196 CPUtime=1.29 cores=0,2,4,6
/proc/2080/task/2109/stat : 2109 (java) R 2078 2080 28154 0 -1 4202560 641 0 0 0 129 0 0 0 17 0 22 0 831041601 10811592704 82494 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 46912505568999 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=2080/tid=2110] ppid=2078 vsize=10558196 CPUtime=1.3 cores=0,2,4,6
/proc/2080/task/2110/stat : 2110 (java) R 2078 2080 28154 0 -1 4202560 57687 0 0 0 122 8 0 0 18 0 22 0 831041601 10811592704 82497 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 46912505687475 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2080/tid=2111] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2111/stat : 2111 (java) S 2078 2080 28154 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 831041601 10811592704 82500 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463872 0 4 0 16800975 18446604444355496128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.72
Current children cumulated vsize (KiB) 10558196

[startup+6.30088 s]
/proc/loadavg: 3.56 3.57 3.57 4/532 2111
/proc/meminfo: memFree=25710588/32951124 swapFree=63649284/67111528
[pid=2080] ppid=2078 vsize=10558196 CPUtime=11 cores=0,2,4,6
/proc/2080/stat : 2080 (java) S 2078 2080 28154 0 -1 4202496 136992 0 1 0 1081 19 0 0 25 0 22 0 831041427 10811592704 126810 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2080/statm: 2639549 126810 2257 9 0 2630283 0
[pid=2080/tid=2081] ppid=2078 vsize=10558196 CPUtime=0.21 cores=0,2,4,6
/proc/2080/task/2081/stat : 2081 (java) S 2078 2080 28154 0 -1 4202560 12107 0 1 0 19 2 0 0 15 0 22 0 831041428 10811592704 126810 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463872 0 4 0 16800975 18446604444355496128 0 0 -1 0 0 0 0
[pid=2080/tid=2083] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2083/stat : 2083 (java) S 2078 2080 28154 0 -1 4202560 271 0 0 0 0 0 0 0 15 0 22 0 831041429 10811592704 126810 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 4 0 0 0
[pid=2080/tid=2084] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2084/stat : 2084 (java) S 2078 2080 28154 0 -1 4202560 154 0 0 0 0 0 0 0 16 0 22 0 831041429 10811592704 126810 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 0 0 0 0
[pid=2080/tid=2085] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2085/stat : 2085 (java) S 2078 2080 28154 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 831041429 10811592704 126810 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 4 0 0 0
[pid=2080/tid=2086] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2086/stat : 2086 (java) S 2078 2080 28154 0 -1 4202560 210 0 0 0 0 0 0 0 16 0 22 0 831041429 10811592704 126810 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 6 0 0 0
[pid=2080/tid=2087] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2087/stat : 2087 (java) S 2078 2080 28154 0 -1 4202560 119 0 0 0 0 0 0 0 15 0 22 0 831041429 10811592704 126810 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 4 0 0 0
[pid=2080/tid=2088] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2088/stat : 2088 (java) S 2078 2080 28154 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 22 0 831041429 10811592704 126810 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 4 0 0 0
[pid=2080/tid=2089] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2089/stat : 2089 (java) S 2078 2080 28154 0 -1 4202560 414 0 0 0 0 0 0 0 15 0 22 0 831041429 10811592704 126810 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 6 0 0 0
[pid=2080/tid=2090] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2090/stat : 2090 (java) S 2078 2080 28154 0 -1 4202560 374 0 0 0 0 0 0 0 15 0 22 0 831041429 10811592704 126810 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 4 0 0 0
[pid=2080/tid=2091] ppid=2078 vsize=10558196 CPUtime=0.19 cores=0,2,4,6
/proc/2080/task/2091/stat : 2091 (java) S 2078 2080 28154 0 -1 4202560 2972 0 0 0 19 0 0 0 16 0 22 0 831041430 10811592704 126810 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463872 0 0 0 16800975 18446604444355496128 0 0 -1 2 0 0 0
[pid=2080/tid=2092] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2092/stat : 2092 (java) S 2078 2080 28154 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831041431 10811592704 126810 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 2 0 0 0
[pid=2080/tid=2093] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2093/stat : 2093 (java) S 2078 2080 28154 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831041431 10811592704 126810 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 2 0 0 0

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

[pid=2080/tid=2097] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2097/stat : 2097 (java) S 2078 2080 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831041433 10811592704 138149 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 4 0 0 0
[pid=2080/tid=2098] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2098/stat : 2098 (java) S 2078 2080 28154 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 831041433 10811592704 138149 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463872 0 4 0 16800975 18446604444355496128 0 0 -1 4 0 0 0
[pid=2080/tid=2101] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2101/stat : 2101 (java) S 2078 2080 28154 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 831041450 10811592704 138149 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463872 0 4 0 16800975 18446604444355496128 0 0 -1 4 0 0 0
[pid=2080/tid=2109] ppid=2078 vsize=10558196 CPUtime=57.37 cores=0,2,4,6
/proc/2080/task/2109/stat : 2109 (java) R 2078 2080 28154 0 -1 4202560 707 0 0 0 5737 0 0 0 25 0 22 0 831041601 10811592704 138149 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 46912505583600 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2080/tid=2110] ppid=2078 vsize=10558196 CPUtime=57.39 cores=0,2,4,6
/proc/2080/task/2110/stat : 2110 (java) R 2078 2080 28154 0 -1 4202560 106740 0 0 0 5725 14 0 0 25 0 22 0 831041601 10811592704 138149 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 46912505689946 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=2080/tid=2111] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2111/stat : 2111 (java) S 2078 2080 28154 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 831041601 10811592704 138149 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463872 0 4 0 16800975 18446604444355496128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 122.2
Current children cumulated vsize (KiB) 10558196

[startup+65.6009 s]
/proc/loadavg: 3.57 3.55 3.56 5/532 2112
/proc/meminfo: memFree=25629760/32951124 swapFree=63649284/67111528
[pid=2080] ppid=2078 vsize=10558196 CPUtime=125.36 cores=0,2,4,6
/proc/2080/stat : 2080 (java) S 2078 2080 28154 0 -1 4202496 154149 0 1 0 12514 22 0 0 25 0 22 0 831041427 10811592704 143524 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2080/statm: 2639549 143524 2259 9 0 2630283 0
[pid=2080/tid=2081] ppid=2078 vsize=10558196 CPUtime=0.21 cores=0,2,4,6
/proc/2080/task/2081/stat : 2081 (java) S 2078 2080 28154 0 -1 4202560 12109 0 1 0 19 2 0 0 15 0 22 0 831041428 10811592704 143524 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463872 0 4 0 16800975 18446604444355496128 0 0 -1 4 0 0 0
[pid=2080/tid=2083] ppid=2078 vsize=10558196 CPUtime=0.07 cores=0,2,4,6
/proc/2080/task/2083/stat : 2083 (java) S 2078 2080 28154 0 -1 4202560 276 0 0 0 7 0 0 0 15 0 22 0 831041429 10811592704 143524 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 6 0 0 0
[pid=2080/tid=2084] ppid=2078 vsize=10558196 CPUtime=0.08 cores=0,2,4,6
/proc/2080/task/2084/stat : 2084 (java) S 2078 2080 28154 0 -1 4202560 162 0 0 0 8 0 0 0 15 0 22 0 831041429 10811592704 143524 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 6 0 0 0
[pid=2080/tid=2085] ppid=2078 vsize=10558196 CPUtime=0.09 cores=0,2,4,6
/proc/2080/task/2085/stat : 2085 (java) S 2078 2080 28154 0 -1 4202560 13 0 0 0 9 0 0 0 15 0 22 0 831041429 10811592704 143524 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 6 0 0 0
[pid=2080/tid=2086] ppid=2078 vsize=10558196 CPUtime=0.07 cores=0,2,4,6
/proc/2080/task/2086/stat : 2086 (java) S 2078 2080 28154 0 -1 4202560 216 0 0 0 7 0 0 0 16 0 22 0 831041429 10811592704 143524 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 4 0 0 0
[pid=2080/tid=2087] ppid=2078 vsize=10558196 CPUtime=0.1 cores=0,2,4,6
/proc/2080/task/2087/stat : 2087 (java) S 2078 2080 28154 0 -1 4202560 121 0 0 0 10 0 0 0 15 0 22 0 831041429 10811592704 143524 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 4 0 0 0
[pid=2080/tid=2088] ppid=2078 vsize=10558196 CPUtime=0.08 cores=0,2,4,6
/proc/2080/task/2088/stat : 2088 (java) S 2078 2080 28154 0 -1 4202560 17 0 0 0 8 0 0 0 15 0 22 0 831041429 10811592704 143524 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 6 0 0 0
[pid=2080/tid=2089] ppid=2078 vsize=10558196 CPUtime=0.1 cores=0,2,4,6
/proc/2080/task/2089/stat : 2089 (java) S 2078 2080 28154 0 -1 4202560 424 0 0 0 10 0 0 0 15 0 22 0 831041429 10811592704 143524 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 6 0 0 0
[pid=2080/tid=2090] ppid=2078 vsize=10558196 CPUtime=0.1 cores=0,2,4,6
/proc/2080/task/2090/stat : 2090 (java) S 2078 2080 28154 0 -1 4202560 386 0 0 0 10 0 0 0 16 0 22 0 831041429 10811592704 143524 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 6 0 0 0
[pid=2080/tid=2091] ppid=2078 vsize=10558196 CPUtime=4.67 cores=0,2,4,6
/proc/2080/task/2091/stat : 2091 (java) R 2078 2080 28154 0 -1 4202560 9142 0 0 0 466 1 0 0 15 0 22 0 831041430 10811592704 143524 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 47081735662735 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=2080/tid=2092] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2092/stat : 2092 (java) S 2078 2080 28154 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831041431 10811592704 143524 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 2 0 0 0
[pid=2080/tid=2093] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2093/stat : 2093 (java) S 2078 2080 28154 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831041431 10811592704 143524 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 2 0 0 0
[pid=2080/tid=2094] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2094/stat : 2094 (java) S 2078 2080 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831041433 10811592704 143524 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216470961 0 4 0 16800975 18446604444355496128 0 0 -1 2 0 0 0
[pid=2080/tid=2095] ppid=2078 vsize=10558196 CPUtime=0.94 cores=0,2,4,6
/proc/2080/task/2095/stat : 2095 (java) S 2078 2080 28154 0 -1 4202560 9213 0 0 0 93 1 0 0 15 0 22 0 831041433 10811592704 143524 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 4 0 0 0
[pid=2080/tid=2096] ppid=2078 vsize=10558196 CPUtime=0.91 cores=0,2,4,6
/proc/2080/task/2096/stat : 2096 (java) S 2078 2080 28154 0 -1 4202560 7832 0 0 0 90 1 0 0 16 0 22 0 831041433 10811592704 143524 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 2 0 0 0
[pid=2080/tid=2097] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2097/stat : 2097 (java) S 2078 2080 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831041433 10811592704 143524 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 4 0 0 0
[pid=2080/tid=2098] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2098/stat : 2098 (java) S 2078 2080 28154 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 831041433 10811592704 143524 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463872 0 4 0 16800975 18446604444355496128 0 0 -1 4 0 0 0
[pid=2080/tid=2101] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2101/stat : 2101 (java) S 2078 2080 28154 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 831041450 10811592704 143524 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463872 0 4 0 16800975 18446604444355496128 0 0 -1 4 0 0 0
[pid=2080/tid=2109] ppid=2078 vsize=10558196 CPUtime=58.86 cores=0,2,4,6
/proc/2080/task/2109/stat : 2109 (java) S 2078 2080 28154 0 -1 4202560 714 0 0 0 5886 0 0 0 25 0 22 0 831041601 10811592704 143524 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 0 0 0 0
[pid=2080/tid=2110] ppid=2078 vsize=10558196 CPUtime=58.88 cores=0,2,4,6
/proc/2080/task/2110/stat : 2110 (java) S 2078 2080 28154 0 -1 4202560 112045 0 0 0 5874 14 0 0 18 0 22 0 831041601 10811592704 143524 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 6 0 0 0
[pid=2080/tid=2111] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2111/stat : 2111 (java) S 2078 2080 28154 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 831041601 10811592704 143524 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463872 0 4 0 16800975 18446604444355496128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 125.36
Current children cumulated vsize (KiB) 10558196

[startup+67.2197 s]
/proc/loadavg: 3.57 3.55 3.56 5/532 2112
/proc/meminfo: memFree=25597888/32951124 swapFree=63649284/67111528
[pid=2080] ppid=2078 vsize=10558196 CPUtime=128.82 cores=0,2,4,6
/proc/2080/stat : 2080 (java) S 2078 2080 28154 0 -1 4202496 159711 0 1 0 12859 23 0 0 25 0 22 0 831041427 10811592704 146948 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2080/statm: 2639549 146948 2259 9 0 2630283 0
[pid=2080/tid=2081] ppid=2078 vsize=10558196 CPUtime=0.21 cores=0,2,4,6
/proc/2080/task/2081/stat : 2081 (java) S 2078 2080 28154 0 -1 4202560 12109 0 1 0 19 2 0 0 15 0 22 0 831041428 10811592704 146948 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463872 0 4 0 16800975 18446604444355496128 0 0 -1 4 0 0 0
[pid=2080/tid=2083] ppid=2078 vsize=10558196 CPUtime=0.08 cores=0,2,4,6
/proc/2080/task/2083/stat : 2083 (java) S 2078 2080 28154 0 -1 4202560 277 0 0 0 8 0 0 0 16 0 22 0 831041429 10811592704 146948 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 6 0 0 0
[pid=2080/tid=2084] ppid=2078 vsize=10558196 CPUtime=0.08 cores=0,2,4,6
/proc/2080/task/2084/stat : 2084 (java) S 2078 2080 28154 0 -1 4202560 162 0 0 0 8 0 0 0 16 0 22 0 831041429 10811592704 146948 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 4 0 0 0
[pid=2080/tid=2085] ppid=2078 vsize=10558196 CPUtime=0.09 cores=0,2,4,6
/proc/2080/task/2085/stat : 2085 (java) S 2078 2080 28154 0 -1 4202560 13 0 0 0 9 0 0 0 15 0 22 0 831041429 10811592704 146948 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 6 0 0 0
[pid=2080/tid=2086] ppid=2078 vsize=10558196 CPUtime=0.07 cores=0,2,4,6
/proc/2080/task/2086/stat : 2086 (java) S 2078 2080 28154 0 -1 4202560 216 0 0 0 7 0 0 0 15 0 22 0 831041429 10811592704 146948 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 4 0 0 0
[pid=2080/tid=2087] ppid=2078 vsize=10558196 CPUtime=0.1 cores=0,2,4,6
/proc/2080/task/2087/stat : 2087 (java) S 2078 2080 28154 0 -1 4202560 121 0 0 0 10 0 0 0 15 0 22 0 831041429 10811592704 146948 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 4 0 0 0
[pid=2080/tid=2088] ppid=2078 vsize=10558196 CPUtime=0.08 cores=0,2,4,6
/proc/2080/task/2088/stat : 2088 (java) S 2078 2080 28154 0 -1 4202560 17 0 0 0 8 0 0 0 15 0 22 0 831041429 10811592704 146948 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 6 0 0 0
[pid=2080/tid=2089] ppid=2078 vsize=10558196 CPUtime=0.1 cores=0,2,4,6
/proc/2080/task/2089/stat : 2089 (java) S 2078 2080 28154 0 -1 4202560 424 0 0 0 10 0 0 0 15 0 22 0 831041429 10811592704 146948 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 6 0 0 0
[pid=2080/tid=2090] ppid=2078 vsize=10558196 CPUtime=0.1 cores=0,2,4,6
/proc/2080/task/2090/stat : 2090 (java) S 2078 2080 28154 0 -1 4202560 386 0 0 0 10 0 0 0 15 0 22 0 831041429 10811592704 146948 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 6 0 0 0
[pid=2080/tid=2091] ppid=2078 vsize=10558196 CPUtime=4.85 cores=0,2,4,6
/proc/2080/task/2091/stat : 2091 (java) S 2078 2080 28154 0 -1 4202560 9358 0 0 0 484 1 0 0 16 0 22 0 831041430 10811592704 146948 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463872 0 0 0 16800975 18446604444355496128 0 0 -1 0 0 0 0
[pid=2080/tid=2092] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2092/stat : 2092 (java) S 2078 2080 28154 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831041431 10811592704 146948 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 2 0 0 0
[pid=2080/tid=2093] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2093/stat : 2093 (java) S 2078 2080 28154 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831041431 10811592704 146948 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 2 0 0 0
[pid=2080/tid=2094] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2094/stat : 2094 (java) S 2078 2080 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831041433 10811592704 146948 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216470961 0 4 0 16800975 18446604444355496128 0 0 -1 2 0 0 0
[pid=2080/tid=2095] ppid=2078 vsize=10558196 CPUtime=0.98 cores=0,2,4,6
/proc/2080/task/2095/stat : 2095 (java) S 2078 2080 28154 0 -1 4202560 9244 0 0 0 97 1 0 0 15 0 22 0 831041433 10811592704 146948 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 4 0 0 0
[pid=2080/tid=2096] ppid=2078 vsize=10558196 CPUtime=1.3 cores=0,2,4,6
/proc/2080/task/2096/stat : 2096 (java) S 2078 2080 28154 0 -1 4202560 13143 0 0 0 128 2 0 0 15 0 22 0 831041433 10811592704 146948 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 2 0 0 0
[pid=2080/tid=2097] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2097/stat : 2097 (java) S 2078 2080 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831041433 10811592704 146948 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 4 0 0 0
[pid=2080/tid=2098] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2098/stat : 2098 (java) S 2078 2080 28154 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 831041433 10811592704 146948 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463872 0 4 0 16800975 18446604444355496128 0 0 -1 4 0 0 0
[pid=2080/tid=2101] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2101/stat : 2101 (java) S 2078 2080 28154 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 831041450 10811592704 146948 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463872 0 4 0 16800975 18446604444355496128 0 0 -1 4 0 0 0
[pid=2080/tid=2109] ppid=2078 vsize=10558196 CPUtime=60.29 cores=0,2,4,6
/proc/2080/task/2109/stat : 2109 (java) R 2078 2080 28154 0 -1 4202560 716 0 0 0 6029 0 0 0 25 0 22 0 831041601 10811592704 146948 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 46912505569766 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2080/tid=2110] ppid=2078 vsize=10558196 CPUtime=60.29 cores=0,2,4,6
/proc/2080/task/2110/stat : 2110 (java) R 2078 2080 28154 0 -1 4202560 112046 0 0 0 6015 14 0 0 17 0 22 0 831041601 10811592704 146948 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 46912505687578 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=2080/tid=2111] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2111/stat : 2111 (java) S 2078 2080 28154 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 831041601 10811592704 146948 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463872 0 4 0 16800975 18446604444355496128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 128.82
Current children cumulated vsize (KiB) 10558196

[startup+68.0015 s]
/proc/loadavg: 3.57 3.55 3.56 5/532 2112
/proc/meminfo: memFree=25597888/32951124 swapFree=63649284/67111528
[pid=2080] ppid=2078 vsize=10558196 CPUtime=129.54 cores=0,2,4,6
/proc/2080/stat : 2080 (java) S 2078 2080 28154 0 -1 4202496 159713 0 1 0 12931 23 0 0 25 0 19 0 831041427 10811592704 144682 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2080/statm: 2639549 144682 2259 9 0 2630283 0
[pid=2080/tid=2081] ppid=2078 vsize=10558196 CPUtime=0.31 cores=0,2,4,6
/proc/2080/task/2081/stat : 2081 (java) R 2078 2080 28154 0 -1 4202560 12111 0 1 0 29 2 0 0 15 0 19 0 831041428 10811592704 144682 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 46912505366588 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=2080/tid=2083] ppid=2078 vsize=10558196 CPUtime=0.08 cores=0,2,4,6
/proc/2080/task/2083/stat : 2083 (java) S 2078 2080 28154 0 -1 4202560 277 0 0 0 8 0 0 0 16 0 19 0 831041429 10811592704 144682 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 6 0 0 0
[pid=2080/tid=2084] ppid=2078 vsize=10558196 CPUtime=0.08 cores=0,2,4,6
/proc/2080/task/2084/stat : 2084 (java) S 2078 2080 28154 0 -1 4202560 162 0 0 0 8 0 0 0 16 0 19 0 831041429 10811592704 144682 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 4 0 0 0
[pid=2080/tid=2085] ppid=2078 vsize=10558196 CPUtime=0.09 cores=0,2,4,6
/proc/2080/task/2085/stat : 2085 (java) S 2078 2080 28154 0 -1 4202560 13 0 0 0 9 0 0 0 15 0 19 0 831041429 10811592704 144682 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 6 0 0 0
[pid=2080/tid=2086] ppid=2078 vsize=10558196 CPUtime=0.07 cores=0,2,4,6
/proc/2080/task/2086/stat : 2086 (java) S 2078 2080 28154 0 -1 4202560 216 0 0 0 7 0 0 0 15 0 19 0 831041429 10811592704 144682 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 4 0 0 0
[pid=2080/tid=2087] ppid=2078 vsize=10558196 CPUtime=0.1 cores=0,2,4,6
/proc/2080/task/2087/stat : 2087 (java) S 2078 2080 28154 0 -1 4202560 121 0 0 0 10 0 0 0 15 0 19 0 831041429 10811592704 144682 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 4 0 0 0
[pid=2080/tid=2088] ppid=2078 vsize=10558196 CPUtime=0.08 cores=0,2,4,6
/proc/2080/task/2088/stat : 2088 (java) S 2078 2080 28154 0 -1 4202560 17 0 0 0 8 0 0 0 15 0 19 0 831041429 10811592704 144682 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 6 0 0 0
[pid=2080/tid=2089] ppid=2078 vsize=10558196 CPUtime=0.1 cores=0,2,4,6
/proc/2080/task/2089/stat : 2089 (java) S 2078 2080 28154 0 -1 4202560 424 0 0 0 10 0 0 0 15 0 19 0 831041429 10811592704 144682 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 6 0 0 0
[pid=2080/tid=2090] ppid=2078 vsize=10558196 CPUtime=0.1 cores=0,2,4,6
/proc/2080/task/2090/stat : 2090 (java) S 2078 2080 28154 0 -1 4202560 386 0 0 0 10 0 0 0 15 0 19 0 831041429 10811592704 144682 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 6 0 0 0
[pid=2080/tid=2091] ppid=2078 vsize=10558196 CPUtime=4.85 cores=0,2,4,6
/proc/2080/task/2091/stat : 2091 (java) S 2078 2080 28154 0 -1 4202560 9358 0 0 0 484 1 0 0 15 0 19 0 831041430 10811592704 144682 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463872 0 0 0 16800975 18446604444355496128 0 0 -1 0 0 0 0
[pid=2080/tid=2092] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2092/stat : 2092 (java) S 2078 2080 28154 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831041431 10811592704 144682 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 2 0 0 0
[pid=2080/tid=2093] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2093/stat : 2093 (java) S 2078 2080 28154 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 831041431 10811592704 144682 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 2 0 0 0
[pid=2080/tid=2094] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2094/stat : 2094 (java) S 2078 2080 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831041433 10811592704 144682 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216470961 0 4 0 16800975 18446604444355496128 0 0 -1 2 0 0 0
[pid=2080/tid=2095] ppid=2078 vsize=10558196 CPUtime=0.98 cores=0,2,4,6
/proc/2080/task/2095/stat : 2095 (java) S 2078 2080 28154 0 -1 4202560 9244 0 0 0 97 1 0 0 15 0 19 0 831041433 10811592704 144682 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 0 0 0 0
[pid=2080/tid=2096] ppid=2078 vsize=10558196 CPUtime=1.31 cores=0,2,4,6
/proc/2080/task/2096/stat : 2096 (java) S 2078 2080 28154 0 -1 4202560 13143 0 0 0 129 2 0 0 15 0 19 0 831041433 10811592704 144682 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 2 0 0 0
[pid=2080/tid=2097] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2097/stat : 2097 (java) S 2078 2080 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831041433 10811592704 144682 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463257 0 4 0 16800975 18446604444355496128 0 0 -1 4 0 0 0
[pid=2080/tid=2098] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2098/stat : 2098 (java) S 2078 2080 28154 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 831041433 10811592704 144682 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463872 0 4 0 16800975 18446604444355496128 0 0 -1 0 0 0 0
[pid=2080/tid=2101] ppid=2078 vsize=10558196 CPUtime=0 cores=0,2,4,6
/proc/2080/task/2101/stat : 2101 (java) S 2078 2080 28154 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 831041450 10811592704 144682 33554432000 1073741824 1073778376 140735204733840 18446744073709551615 210216463872 0 4 0 16800975 18446604444355496128 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 129.54
Current children cumulated vsize (KiB) 10558196

[startup+68.2056 s]
/proc/loadavg: 3.44 3.53 3.55 6/512 2113
/proc/meminfo: memFree=25832220/32951124 swapFree=63649284/67111528
[pid=2080] ppid=2078 vsize=0 CPUtime=129.76 cores=0,2,4,6
/proc/2080/stat : 2080 (java) Z 2078 2080 28154 0 -1 4203548 159723 0 1 0 12951 25 0 0 18 0 2 0 831041427 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2080/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 129.76
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 68.2236
CPU time (s): 129.774
CPU user time (s): 129.51
CPU system time (s): 0.263959
CPU usage (%): 190.219
Max. virtual memory (cumulated for all children) (KiB): 10569264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 129.51
system time used= 0.263959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159723
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= 4114
involuntary context switches= 2683

runsolver used 0.398939 second user time and 0.756884 second system time

The end

Launcher Data

Begin job on node130 at 2011-06-04 15:33:49
IDJOB=3453913
IDBENCH=48117
IDSOLVER=1950
FILE ID=node130/3453913-1307194429
RUNJOBID= node130-1307194125-1157
PBS_JOBID= 13508832
Free space on /tmp= 73856 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_50_10_3.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453913-1307194429/watcher-3453913-1307194429 -o /tmp/evaluation-result-3453913-1307194429/solver-3453913-1307194429 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453913-1307194429.opb

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

MD5SUM BENCH= c95a806def4ddb54b7feb382b44318d2
RANDOM SEED=368086242

node130.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.838
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.67
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.838
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.838
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.75
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.838
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.81
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.838
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.75
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.838
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.83
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.838
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.75
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26203116 kB
Buffers:        292712 kB
Cached:         457148 kB
SwapCached:       9700 kB
Active:        6078420 kB
Inactive:       386396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26203116 kB
SwapTotal:    67111528 kB
SwapFree:     63649284 kB
Dirty:             480 kB
Writeback:           0 kB
AnonPages:     5713368 kB
Mapped:          38956 kB
Slab:           158716 kB
PageTables:      56060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 155470660 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= 73856 MiB
End job on node130 at 2011-06-04 15:34:58