Trace number 3453836

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.0OPT3 113.818 59.1051

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=197-P1=29-P2=199-P3=251-P4=227-P5=257-P6=149-P7=53-B.opb
MD5SUM83b6f70c71dbcf261c00790940be437e
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.202968
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables168
Total number of constraints15
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 constraints15
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)448
Sum of products size (including duplicates)896
Number of different products448
Sum of products size896

Quality of the solution as a function of time


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

Solver Data

0.07/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.08	c See www.sat4j.org for details.
0.07/0.08	c version 2.3.1.v20110525
0.07/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.08	c java.vm.version	19.1-b02
0.07/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.08	c sun.arch.data.model	64
0.07/0.08	c java.version		1.6.0_24
0.07/0.08	c os.name		Linux
0.07/0.08	c os.version		2.6.18-164.el5
0.07/0.08	c os.arch		amd64
0.07/0.08	c Free memory 		9996466904
0.07/0.08	c Max memory 		10048897024
0.07/0.08	c Total memory 		10048897024
0.07/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3453836-1307194302.opb
0.10/0.11	c reading problem ... 
0.26/0.20	c ... done. Wall clock time 0.096s.
0.26/0.20	c #vars     616
0.26/0.20	c #constraints  918
0.26/0.20	c constraints type 
0.26/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 448
0.26/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 470
0.26/0.20	c constraints type 
0.26/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 448
0.26/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
2.64/0.84	c cleaning 2498 clauses out of 5000 with flag 5000/5000
3.85/1.24	c cleaning 4251 clauses out of 8502 with flag 11000/11000
4.84/1.75	c cleaning 5622 clauses out of 11251 with flag 18000/18000
6.23/2.48	c cleaning 6810 clauses out of 13630 with flag 26001/26001
7.86/3.24	c cleaning 7897 clauses out of 15819 with flag 35000/35000
9.53/3.92	c cleaning 8958 clauses out of 17921 with flag 45000/45000
11.93/4.98	c cleaning 9480 clauses out of 18963 with flag 55000/55000
13.49/5.78	c cleaning 9732 clauses out of 19483 with flag 65000/65000
15.07/6.57	c cleaning 9876 clauses out of 19755 with flag 75004/75004
16.60/7.38	c cleaning 9934 clauses out of 19876 with flag 85001/85001
18.56/8.34	c cleaning 9957 clauses out of 19943 with flag 95002/95002
18.72/8.45	c  And the winner is Resolution
18.83/8.74	c SATISFIABLE
18.83/8.74	c OPTIMIZING...
18.83/8.74	c Got one! Elapsed wall clock time (in seconds):8.632
18.83/8.74	o 25
19.34/9.08	c cleaning 7593 clauses out of 15204 with flag 4000/100220
20.47/9.61	c cleaning 6792 clauses out of 13611 with flag 10000/106220
21.65/10.21	c cleaning 6898 clauses out of 13819 with flag 17000/113220
22.60/10.78	c cleaning 7456 clauses out of 14922 with flag 25001/121221
24.55/11.74	c cleaning 8231 clauses out of 16466 with flag 34001/130221
26.49/12.72	c cleaning 9114 clauses out of 18234 with flag 44001/140221
27.84/13.44	c cleaning 9556 clauses out of 19120 with flag 54001/150221
29.99/14.57	c cleaning 9776 clauses out of 19564 with flag 64001/160221
31.78/15.47	c cleaning 9888 clauses out of 19787 with flag 74000/170220
33.26/16.22	c cleaning 9947 clauses out of 19901 with flag 84002/180222
35.20/17.27	c cleaning 9965 clauses out of 19952 with flag 94000/190220
37.35/18.38	c cleaning 9987 clauses out of 19987 with flag 104000/200220
38.68/19.05	c cleaning 0 clauses out of 5482 with flag 0/5483
39.81/19.50	c cleaning 9997 clauses out of 20001 with flag 114001/210221
41.95/20.64	c cleaning 10000 clauses out of 20003 with flag 124000/220220
43.89/21.66	c cleaning 10001 clauses out of 20004 with flag 134001/230221
45.82/22.63	c cleaning 10000 clauses out of 20003 with flag 144001/240221
46.93/23.23	c cleaning 9987 clauses out of 20003 with flag 154001/250221
48.06/23.81	c cleaning 9995 clauses out of 20015 with flag 164000/260220
49.20/24.40	c cleaning 10009 clauses out of 20023 with flag 174003/270223
50.53/25.15	c cleaning 10003 clauses out of 20013 with flag 184002/280222
51.84/25.85	c cleaning 9988 clauses out of 20007 with flag 194000/290220
53.17/26.59	c cleaning 10002 clauses out of 20020 with flag 204001/300221
53.50/26.73	c  And the winner is Resolution
53.59/26.92	c Got one! Elapsed wall clock time (in seconds):26.816
53.59/26.92	o 3
53.94/27.17	c cleaning 7651 clauses out of 15325 with flag 4000/305528
54.87/27.63	c cleaning 6822 clauses out of 13674 with flag 10000/311528
55.77/28.11	c cleaning 6925 clauses out of 13853 with flag 17001/318529
56.90/28.75	c cleaning 7456 clauses out of 14927 with flag 25000/326528
58.43/29.58	c cleaning 8232 clauses out of 16471 with flag 34000/335528
59.76/30.22	c cleaning 9112 clauses out of 18239 with flag 44000/345528
61.27/31.01	c cleaning 9557 clauses out of 19127 with flag 54000/355528
62.59/31.76	c cleaning 9781 clauses out of 19570 with flag 64000/365528
64.32/32.66	c cleaning 9887 clauses out of 19789 with flag 74001/375529
65.85/33.43	c cleaning 9943 clauses out of 19901 with flag 84000/385528
66.96/34.11	c cleaning 9974 clauses out of 19959 with flag 94001/395529
68.46/34.87	c cleaning 9986 clauses out of 19985 with flag 104001/405529
69.98/35.68	c cleaning 9991 clauses out of 19999 with flag 114001/415529
71.51/36.44	c cleaning 9999 clauses out of 20007 with flag 124000/425528
73.00/37.26	c cleaning 10002 clauses out of 20008 with flag 134001/435529
74.31/37.99	c cleaning 9995 clauses out of 20005 with flag 144000/445528
75.83/38.79	c cleaning 10000 clauses out of 20011 with flag 154001/455529
77.75/39.75	c cleaning 9998 clauses out of 20010 with flag 164000/465528
79.48/40.67	c cleaning 10000 clauses out of 20012 with flag 174000/475528
81.17/41.59	c cleaning 10003 clauses out of 20014 with flag 184002/485530
83.10/42.53	c cleaning 10001 clauses out of 20009 with flag 194000/495528
84.62/43.36	c cleaning 9999 clauses out of 20008 with flag 204001/505529
86.30/44.29	c cleaning 9999 clauses out of 20010 with flag 214002/515530
87.84/45.04	c cleaning 10004 clauses out of 20010 with flag 224001/525529
89.33/45.84	c cleaning 9995 clauses out of 20005 with flag 234000/535528
91.04/46.73	c cleaning 9998 clauses out of 20010 with flag 244000/545528
92.52/47.58	c cleaning 10002 clauses out of 20012 with flag 254000/555528
94.27/48.44	c cleaning 9998 clauses out of 20012 with flag 264002/565530
95.55/49.19	c cleaning 10002 clauses out of 20011 with flag 274000/575528
97.47/50.11	c cleaning 10000 clauses out of 20010 with flag 284001/585529
99.14/51.07	c cleaning 10001 clauses out of 20011 with flag 294002/595530
100.85/51.94	c cleaning 10002 clauses out of 20008 with flag 304000/605528
102.60/52.83	c cleaning 9997 clauses out of 20006 with flag 314000/615528
104.08/53.67	c cleaning 10001 clauses out of 20010 with flag 324001/625529
105.96/54.61	c cleaning 9997 clauses out of 20008 with flag 334000/635528
107.47/55.45	c cleaning 10003 clauses out of 20012 with flag 344001/645529
109.38/56.49	c cleaning 10002 clauses out of 20010 with flag 354002/655530
111.30/57.43	c cleaning 10000 clauses out of 20006 with flag 364000/665528
113.16/58.47	c cleaning 10002 clauses out of 20003 with flag 374001/675529
113.34/58.59	c  And the winner is Resolution
113.70/59.07	c starts		: 168
113.70/59.07	c conflicts		: 675803
113.70/59.07	c decisions		: 697051
113.70/59.07	c propagations		: 12867176
113.70/59.07	c inspects		: 450244701
113.70/59.07	c shortcuts		: 0
113.70/59.07	c learnt literals	: 19
113.70/59.07	c learnt binary clauses	: 90
113.70/59.07	c learnt ternary clauses	: 244
113.70/59.07	c learnt constraints	: 675783
113.70/59.07	c ignored constraints	: 0
113.70/59.07	c root simplifications	: 0
113.70/59.07	c removed literals (reason simplification)	: 22090261
113.70/59.07	c reason swapping (by a shorter reason)	: 0
113.70/59.07	c Calls to reduceDB	: 72
113.70/59.07	c number of reductions to clauses (during analyze)	: 0
113.70/59.07	c number of learned constraints concerned by reduction	: 0
113.70/59.07	c number of learning phase by resolution	: 0
113.70/59.07	c number of learning phase by cutting planes	: 0
113.70/59.07	c speed (assignments/second)	: 400260.55308426917
113.70/59.07	c non guided choices	4029
113.70/59.07	c learnt constraints type 
113.70/59.07	c constraints type 
113.70/59.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 448
113.70/59.07	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 470
113.70/59.07	c constraints type 
113.70/59.07	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 448
113.70/59.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
113.70/59.07	s OPTIMUM FOUND
113.70/59.07	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 -x10 -x11 x12 x13 -x14 x15 -x16 x17 x18 -x19 -x20 -x21 -x22 x23 -x24 x25 -x26 -x27 -x28 -x29 x30 -x31 -x32 x33 -x34 -x35 -x36 -x37 -x38 -x39 x40 x41 x42 -x43 -x44 -x45 -x46 -x47 -x48 x49 x50 -x51 x52 -x53 x54 -x55 -x56 x57 x58 x59 x60 -x61 -x62 x63 x64 x65 x66 -x67 x68 -x69 -x70 -x71 -x72 x73 -x74 -x75 -x76 -x77 x78 x79 x80 x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 x89 -x90 -x91 -x92 -x93 -x94 -x95 x96 x97 x98 -x99 -x100 -x101 -x102 -x103 x104 x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 x122 -x123 -x124 -x125 -x126 -x127 -x128 x129 -x130 x131 x132 x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 x154 x155 -x156 x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 
113.70/59.07	c objective function=3
113.70/59.07	c Total wall clock time (in seconds): 58.965

Verifier Data

OK	3

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-3453836-1307194302/watcher-3453836-1307194302 -o /tmp/evaluation-result-3453836-1307194302/solver-3453836-1307194302 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453836-1307194302.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.42 3.63 3.62 6/526 14934
/proc/meminfo: memFree=29567688/32951124 swapFree=51712236/67111528
[pid=14934] ppid=14931 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/14934/stat : 14934 (java) S 14931 14934 9506 0 -1 4202496 4964 0 1 0 0 0 0 0 25 0 2 0 831032801 10694979584 4668 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646318053 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/14934/statm: 2611079 4679 917 9 0 2602235 0
[pid=14934/tid=14935] ppid=14931 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14935/stat : 14935 (java) R 14931 14934 9506 0 -1 4202560 6782 0 1 0 0 0 0 0 25 0 2 0 831032802 10694979584 7599 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216634209339 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0820251 s]
/proc/loadavg: 3.42 3.63 3.62 6/526 14934
/proc/meminfo: memFree=29567688/32951124 swapFree=51712236/67111528
[pid=14934] ppid=14931 vsize=10538900 CPUtime=0.07 cores=0,2,4,6
/proc/14934/stat : 14934 (java) S 14931 14934 9506 0 -1 4202496 12290 0 1 0 6 1 0 0 25 0 18 0 831032801 10791833600 11988 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/14934/statm: 2634725 11988 1914 9 0 2625459 0
[pid=14934/tid=14935] ppid=14931 vsize=10538900 CPUtime=0.06 cores=0,2,4,6
/proc/14934/task/14935/stat : 14935 (java) R 14931 14934 9506 0 -1 4202560 10901 0 1 0 6 0 0 0 18 0 18 0 831032802 10791833600 11988 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646342091 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10538900

[startup+0.101029 s]
/proc/loadavg: 3.42 3.63 3.62 6/526 14934
/proc/meminfo: memFree=29567688/32951124 swapFree=51712236/67111528
[pid=14934] ppid=14931 vsize=10540240 CPUtime=0.1 cores=0,2,4,6
/proc/14934/stat : 14934 (java) S 14931 14934 9506 0 -1 4202496 13134 0 1 0 9 1 0 0 25 0 18 0 831032801 10793205760 12796 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/14934/statm: 2635060 12798 2092 9 0 2625794 0
[pid=14934/tid=14935] ppid=14931 vsize=10540240 CPUtime=0.09 cores=0,2,4,6
/proc/14934/task/14935/stat : 14935 (java) R 14931 14934 9506 0 -1 4202560 11196 0 1 0 8 1 0 0 18 0 18 0 831032802 10793205760 12798 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 47091517752067 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540240

[startup+0.317919 s]
/proc/loadavg: 3.42 3.63 3.62 6/526 14934
/proc/meminfo: memFree=29567688/32951124 swapFree=51712236/67111528
[pid=14934] ppid=14931 vsize=10549100 CPUtime=0.7 cores=0,2,4,6
/proc/14934/stat : 14934 (java) S 14931 14934 9506 0 -1 4202496 17754 0 1 0 68 2 0 0 25 0 22 0 831032801 10802278400 16414 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/14934/statm: 2637275 16414 2206 9 0 2628009 0
[pid=14934/tid=14935] ppid=14931 vsize=10549100 CPUtime=0.2 cores=0,2,4,6
/proc/14934/task/14935/stat : 14935 (java) S 14931 14934 9506 0 -1 4202560 12022 0 1 0 19 1 0 0 19 0 22 0 831032802 10802278400 16414 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331904 0 4 0 16800975 18446604444363168640 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 10549100

[startup+0.700854 s]
/proc/loadavg: 3.42 3.63 3.62 6/526 14934
/proc/meminfo: memFree=29567688/32951124 swapFree=51712236/67111528
[pid=14934] ppid=14931 vsize=10556924 CPUtime=2.23 cores=0,2,4,6
/proc/14934/stat : 14934 (java) S 14931 14934 9506 0 -1 4202496 36638 0 1 0 219 4 0 0 25 0 22 0 831032801 10810290176 33501 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/14934/statm: 2639231 33501 2227 9 0 2629965 0
[pid=14934/tid=14935] ppid=14931 vsize=10556924 CPUtime=0.2 cores=0,2,4,6
/proc/14934/task/14935/stat : 14935 (java) S 14931 14934 9506 0 -1 4202560 12022 0 1 0 19 1 0 0 19 0 22 0 831032802 10810290176 33501 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331904 0 4 0 16800975 18446604444363168640 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 10556924

[startup+1.50071 s]
/proc/loadavg: 3.42 3.63 3.62 7/548 14956
/proc/meminfo: memFree=29327596/32951124 swapFree=51712236/67111528
[pid=14934] ppid=14931 vsize=10556924 CPUtime=4.45 cores=0,2,4,6
/proc/14934/stat : 14934 (java) S 14931 14934 9506 0 -1 4202496 73469 0 1 0 437 8 0 0 25 0 22 0 831032801 10810290176 65452 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/14934/statm: 2639231 65452 2256 9 0 2629965 0
[pid=14934/tid=14935] ppid=14931 vsize=10556924 CPUtime=0.2 cores=0,2,4,6
/proc/14934/task/14935/stat : 14935 (java) S 14931 14934 9506 0 -1 4202560 12022 0 1 0 19 1 0 0 15 0 22 0 831032802 10810290176 65452 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331904 0 4 0 16800975 18446604444363168640 0 0 -1 6 0 0 0
[pid=14934/tid=14937] ppid=14931 vsize=10556924 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14937/stat : 14937 (java) S 14931 14934 9506 0 -1 4202560 289 0 0 0 0 0 0 0 16 0 22 0 831032803 10810290176 65452 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 6 0 0 0
[pid=14934/tid=14938] ppid=14931 vsize=10556924 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14938/stat : 14938 (java) S 14931 14934 9506 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 831032804 10810290176 65452 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 6 0 0 0
[pid=14934/tid=14939] ppid=14931 vsize=10556924 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14939/stat : 14939 (java) S 14931 14934 9506 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 831032804 10810290176 65452 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 6 0 0 0
[pid=14934/tid=14940] ppid=14931 vsize=10556924 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14940/stat : 14940 (java) S 14931 14934 9506 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831032804 10810290176 65452 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 6 0 0 0
[pid=14934/tid=14941] ppid=14931 vsize=10556924 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14941/stat : 14941 (java) S 14931 14934 9506 0 -1 4202560 233 0 0 0 0 0 0 0 16 0 22 0 831032804 10810290176 65452 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 4 0 0 0
[pid=14934/tid=14942] ppid=14931 vsize=10556924 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14942/stat : 14942 (java) S 14931 14934 9506 0 -1 4202560 318 0 0 0 0 0 0 0 16 0 22 0 831032804 10810290176 65452 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 0 0 0 0
[pid=14934/tid=14943] ppid=14931 vsize=10556924 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14943/stat : 14943 (java) S 14931 14934 9506 0 -1 4202560 302 0 0 0 0 0 0 0 16 0 22 0 831032804 10810290176 65452 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 0 0 0 0
[pid=14934/tid=14944] ppid=14931 vsize=10556924 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14944/stat : 14944 (java) S 14931 14934 9506 0 -1 4202560 377 0 0 0 0 0 0 0 15 0 22 0 831032804 10810290176 65452 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 6 0 0 0
[pid=14934/tid=14945] ppid=14931 vsize=10556924 CPUtime=0.03 cores=0,2,4,6
/proc/14934/task/14945/stat : 14945 (java) S 14931 14934 9506 0 -1 4202560 1346 0 0 0 3 0 0 0 16 0 22 0 831032805 10810290176 65452 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331904 0 0 0 16800975 18446604444363168640 0 0 -1 2 0 0 0
[pid=14934/tid=14946] ppid=14931 vsize=10556924 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14946/stat : 14946 (java) S 14931 14934 9506 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831032805 10810290176 65452 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 2 0 0 0
[pid=14934/tid=14947] ppid=14931 vsize=10556924 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14947/stat : 14947 (java) S 14931 14934 9506 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831032805 10810290176 65452 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 2 0 0 0
[pid=14934/tid=14948] ppid=14931 vsize=10556924 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14948/stat : 14948 (java) S 14931 14934 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831032807 10810290176 65452 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646338993 0 4 0 16800975 18446604444363168640 0 0 -1 2 0 0 0
[pid=14934/tid=14949] ppid=14931 vsize=10556924 CPUtime=0.89 cores=0,2,4,6
/proc/14934/task/14949/stat : 14949 (java) S 14931 14934 9506 0 -1 4202560 10825 0 0 0 88 1 0 0 15 0 22 0 831032807 10810290176 65452 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 4 0 0 0
[pid=14934/tid=14950] ppid=14931 vsize=10556924 CPUtime=0.81 cores=0,2,4,6
/proc/14934/task/14950/stat : 14950 (java) S 14931 14934 9506 0 -1 4202560 3343 0 0 0 81 0 0 0 16 0 22 0 831032807 10810290176 65452 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 0 0 0 0
[pid=14934/tid=14951] ppid=14931 vsize=10556924 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14951/stat : 14951 (java) S 14931 14934 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831032807 10810290176 65452 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 2 0 0 0
[pid=14934/tid=14952] ppid=14931 vsize=10556924 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14952/stat : 14952 (java) S 14931 14934 9506 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831032807 10810290176 65452 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331904 0 4 0 16800975 18446604444363168640 0 0 -1 6 0 0 0
[pid=14934/tid=14953] ppid=14931 vsize=10556924 CPUtime=1.24 cores=0,2,4,6
/proc/14934/task/14953/stat : 14953 (java) R 14931 14934 9506 0 -1 4202560 622 0 0 0 124 0 0 0 24 0 22 0 831032822 10810290176 65452 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 46912505585367 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=14934/tid=14954] ppid=14931 vsize=10556924 CPUtime=1.21 cores=0,2,4,6
/proc/14934/task/14954/stat : 14954 (java) R 14931 14934 9506 0 -1 4202560 42632 0 0 0 118 3 0 0 25 0 22 0 831032822 10810290176 65452 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 46912505570411 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=14934/tid=14955] ppid=14931 vsize=10556924 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14955/stat : 14955 (java) S 14931 14934 9506 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831032823 10810290176 65452 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331904 0 4 0 16800975 18446604444363168640 0 0 -1 2 0 0 0
[pid=14934/tid=14956] ppid=14931 vsize=10556924 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14956/stat : 14956 (java) S 14931 14934 9506 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 831032823 10810290176 65452 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331904 0 4 0 16800975 18446604444363168640 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 10556924

[startup+3.10143 s]
/proc/loadavg: 3.42 3.63 3.62 5/548 14956
/proc/meminfo: memFree=29236948/32951124 swapFree=51712236/67111528
[pid=14934] ppid=14931 vsize=10556924 CPUtime=7.62 cores=0,2,4,6
/proc/14934/stat : 14934 (java) S 14931 14934 9506 0 -1 4202496 115528 0 1 0 749 13 0 0 25 0 22 0 831032801 10810290176 107509 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/14934/statm: 2639231 107509 2257 9 0 2629965 0
[pid=14934/tid=14935] ppid=14931 vsize=10556924 CPUtime=0.2 cores=0,2,4,6
/proc/14934/task/14935/stat : 14935 (java) S 14931 14934 9506 0 -1 4202560 12022 0 1 0 19 1 0 0 15 0 22 0 831032802 10810290176 107509 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331904 0 4 0 16800975 18446604444363168640 0 0 -1 6 0 0 0
[pid=14934/tid=14937] ppid=14931 vsize=10556924 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14937/stat : 14937 (java) S 14931 14934 9506 0 -1 4202560 313 0 0 0 0 0 0 0 15 0 22 0 831032803 10810290176 107509 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 0 0 0 0
[pid=14934/tid=14938] ppid=14931 vsize=10556924 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14938/stat : 14938 (java) S 14931 14934 9506 0 -1 4202560 81 0 0 0 0 0 0 0 15 0 22 0 831032804 10810290176 107509 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 6 0 0 0
[pid=14934/tid=14939] ppid=14931 vsize=10556924 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14939/stat : 14939 (java) S 14931 14934 9506 0 -1 4202560 79 0 0 0 0 0 0 0 16 0 22 0 831032804 10810290176 107509 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 0 0 0 0
[pid=14934/tid=14940] ppid=14931 vsize=10556924 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14940/stat : 14940 (java) S 14931 14934 9506 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 22 0 831032804 10810290176 107509 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 6 0 0 0
[pid=14934/tid=14941] ppid=14931 vsize=10556924 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14941/stat : 14941 (java) S 14931 14934 9506 0 -1 4202560 233 0 0 0 0 0 0 0 15 0 22 0 831032804 10810290176 107509 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 4 0 0 0
[pid=14934/tid=14942] ppid=14931 vsize=10556924 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14942/stat : 14942 (java) S 14931 14934 9506 0 -1 4202560 318 0 0 0 0 0 0 0 15 0 22 0 831032804 10810290176 107509 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 0 0 0 0
[pid=14934/tid=14943] ppid=14931 vsize=10556924 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14943/stat : 14943 (java) S 14931 14934 9506 0 -1 4202560 384 0 0 0 0 0 0 0 15 0 22 0 831032804 10810290176 107509 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 4 0 0 0
[pid=14934/tid=14944] ppid=14931 vsize=10556924 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14944/stat : 14944 (java) S 14931 14934 9506 0 -1 4202560 391 0 0 0 0 0 0 0 15 0 22 0 831032804 10810290176 107509 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 0 0 0 0
[pid=14934/tid=14945] ppid=14931 vsize=10556924 CPUtime=0.09 cores=0,2,4,6
/proc/14934/task/14945/stat : 14945 (java) S 14931 14934 9506 0 -1 4202560 2266 0 0 0 9 0 0 0 16 0 22 0 831032805 10810290176 107509 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331904 0 0 0 16800975 18446604444363168640 0 0 -1 2 0 0 0
[pid=14934/tid=14946] ppid=14931 vsize=10556924 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14946/stat : 14946 (java) S 14931 14934 9506 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831032805 10810290176 107509 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 2 0 0 0
[pid=14934/tid=14947] ppid=14931 vsize=10556924 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14947/stat : 14947 (java) S 14931 14934 9506 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831032805 10810290176 107509 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 2 0 0 0
[pid=14934/tid=14948] ppid=14931 vsize=10556924 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14948/stat : 14948 (java) S 14931 14934 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831032807 10810290176 107509 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646338993 0 4 0 16800975 18446604444363168640 0 0 -1 2 0 0 0
[pid=14934/tid=14949] ppid=14931 vsize=10556924 CPUtime=0.89 cores=0,2,4,6
/proc/14934/task/14949/stat : 14949 (java) S 14931 14934 9506 0 -1 4202560 10826 0 0 0 88 1 0 0 15 0 22 0 831032807 10810290176 107509 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 4 0 0 0
[pid=14934/tid=14950] ppid=14931 vsize=10556924 CPUtime=0.83 cores=0,2,4,6
/proc/14934/task/14950/stat : 14950 (java) S 14931 14934 9506 0 -1 4202560 3348 0 0 0 83 0 0 0 15 0 22 0 831032807 10810290176 107509 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 0 0 0 0
[pid=14934/tid=14951] ppid=14931 vsize=10556924 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14951/stat : 14951 (java) S 14931 14934 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831032807 10810290176 107509 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 2 0 0 0
[pid=14934/tid=14952] ppid=14931 vsize=10556924 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14952/stat : 14952 (java) S 14931 14934 9506 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831032807 10810290176 107509 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331904 0 4 0 16800975 18446604444363168640 0 0 -1 4 0 0 0
[pid=14934/tid=14953] ppid=14931 vsize=10556924 CPUtime=2.77 cores=0,2,4,6
/proc/14934/task/14953/stat : 14953 (java) R 14931 14934 9506 0 -1 4202560 631 0 0 0 277 0 0 0 25 0 22 0 831032822 10810290176 107509 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 46912505666642 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=14934/tid=14954] ppid=14931 vsize=10556924 CPUtime=2.74 cores=0,2,4,6
/proc/14934/task/14954/stat : 14954 (java) R 14931 14934 9506 0 -1 4202560 83470 0 0 0 266 8 0 0 18 0 22 0 831032822 10810290176 107509 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 46912505639432 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=14934/tid=14955] ppid=14931 vsize=10556924 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14955/stat : 14955 (java) S 14931 14934 9506 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831032823 10810290176 107509 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331904 0 4 0 16800975 18446604444363168640 0 0 -1 2 0 0 0
[pid=14934/tid=14956] ppid=14931 vsize=10556924 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14956/stat : 14956 (java) S 14931 14934 9506 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 831032823 10810290176 107509 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331904 0 4 0 16800975 18446604444363168640 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 7.62
Current children cumulated vsize (KiB) 10556924

[startup+6.30092 s]
/proc/loadavg: 3.47 3.64 3.62 4/548 14956
/proc/meminfo: memFree=28951856/32951124 swapFree=51712236/67111528
[pid=14934] ppid=14931 vsize=10570704 CPUtime=14.64 cores=0,2,4,6
/proc/14934/stat : 14934 (java) S 14931 14934 9506 0 -1 4202496 164342 0 1 0 1447 17 0 0 25 0 22 0 831032801 10824400896 154879 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/14934/statm: 2642676 154879 2257 9 0 2633410 0
[pid=14934/tid=14935] ppid=14931 vsize=10570704 CPUtime=0.2 cores=0,2,4,6
/proc/14934/task/14935/stat : 14935 (java) S 14931 14934 9506 0 -1 4202560 12022 0 1 0 19 1 0 0 15 0 22 0 831032802 10824400896 154879 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331904 0 4 0 16800975 18446604444363168640 0 0 -1 6 0 0 0
[pid=14934/tid=14937] ppid=14931 vsize=10570704 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14937/stat : 14937 (java) S 14931 14934 9506 0 -1 4202560 385 0 0 0 0 0 0 0 15 0 22 0 831032803 10824400896 154879 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 0 0 0 0
[pid=14934/tid=14938] ppid=14931 vsize=10570704 CPUtime=0.01 cores=0,2,4,6
/proc/14934/task/14938/stat : 14938 (java) S 14931 14934 9506 0 -1 4202560 174 0 0 0 1 0 0 0 15 0 22 0 831032804 10824400896 154879 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 4 0 0 0
[pid=14934/tid=14939] ppid=14931 vsize=10570704 CPUtime=0.01 cores=0,2,4,6
/proc/14934/task/14939/stat : 14939 (java) S 14931 14934 9506 0 -1 4202560 82 0 0 0 1 0 0 0 15 0 22 0 831032804 10824400896 154879 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 6 0 0 0
[pid=14934/tid=14940] ppid=14931 vsize=10570704 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14940/stat : 14940 (java) S 14931 14934 9506 0 -1 4202560 14 0 0 0 0 0 0 0 16 0 22 0 831032804 10824400896 154879 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 0 0 0 0
[pid=14934/tid=14941] ppid=14931 vsize=10570704 CPUtime=0.01 cores=0,2,4,6
/proc/14934/task/14941/stat : 14941 (java) S 14931 14934 9506 0 -1 4202560 246 0 0 0 1 0 0 0 16 0 22 0 831032804 10824400896 154879 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 4 0 0 0
[pid=14934/tid=14942] ppid=14931 vsize=10570704 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14942/stat : 14942 (java) S 14931 14934 9506 0 -1 4202560 322 0 0 0 0 0 0 0 15 0 22 0 831032804 10824400896 154879 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 4 0 0 0
[pid=14934/tid=14943] ppid=14931 vsize=10570704 CPUtime=0.01 cores=0,2,4,6
/proc/14934/task/14943/stat : 14943 (java) S 14931 14934 9506 0 -1 4202560 457 0 0 0 1 0 0 0 16 0 22 0 831032804 10824400896 154879 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 6 0 0 0
[pid=14934/tid=14944] ppid=14931 vsize=10570704 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14944/stat : 14944 (java) S 14931 14934 9506 0 -1 4202560 391 0 0 0 0 0 0 0 15 0 22 0 831032804 10824400896 154879 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 0 0 0 0

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

[pid=14934/tid=14951] ppid=14931 vsize=10570704 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14951/stat : 14951 (java) S 14931 14934 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831032807 10824400896 170977 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 2 0 0 0
[pid=14934/tid=14952] ppid=14931 vsize=10570704 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14952/stat : 14952 (java) S 14931 14934 9506 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 831032807 10824400896 170977 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331904 0 4 0 16800975 18446604444363168640 0 0 -1 0 0 0 0
[pid=14934/tid=14955] ppid=14931 vsize=10570704 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14955/stat : 14955 (java) S 14931 14934 9506 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831032823 10824400896 170977 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331904 0 4 0 16800975 18446604444363168640 0 0 -1 2 0 0 0
[pid=14934/tid=14961] ppid=14931 vsize=10570704 CPUtime=24.11 cores=0,2,4,6
/proc/14934/task/14961/stat : 14961 (java) R 14931 14934 9506 0 -1 4202560 8 0 0 0 2411 0 0 0 16 0 22 0 831035494 10824400896 170977 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 46912505585196 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=14934/tid=14962] ppid=14931 vsize=10570704 CPUtime=24.1 cores=0,2,4,6
/proc/14934/task/14962/stat : 14962 (java) R 14931 14934 9506 0 -1 4202560 21 0 0 0 2410 0 0 0 25 0 22 0 831035494 10824400896 170977 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 46912505567785 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14934/tid=14963] ppid=14931 vsize=10570704 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14963/stat : 14963 (java) S 14931 14934 9506 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 22 0 831035494 10824400896 170977 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331904 0 4 0 16800975 18446604444363168640 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 105.36
Current children cumulated vsize (KiB) 10570704

[startup+57.5009 s]
/proc/loadavg: 3.77 3.69 3.64 5/548 15025
/proc/meminfo: memFree=29082192/32951124 swapFree=51712236/67111528
[pid=14934] ppid=14931 vsize=10570704 CPUtime=111.43 cores=0,2,4,6
/proc/14934/stat : 14934 (java) S 14931 14934 9506 0 -1 4202496 180744 0 1 0 11122 21 0 0 25 0 22 0 831032801 10824400896 171199 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/14934/statm: 2642676 171199 2259 9 0 2633410 0
[pid=14934/tid=14935] ppid=14931 vsize=10570704 CPUtime=0.2 cores=0,2,4,6
/proc/14934/task/14935/stat : 14935 (java) S 14931 14934 9506 0 -1 4202560 12030 0 1 0 19 1 0 0 15 0 22 0 831032802 10824400896 171199 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331904 0 4 0 16800975 18446604444363168640 0 0 -1 0 0 0 0
[pid=14934/tid=14937] ppid=14931 vsize=10570704 CPUtime=0.1 cores=0,2,4,6
/proc/14934/task/14937/stat : 14937 (java) S 14931 14934 9506 0 -1 4202560 410 0 0 0 10 0 0 0 16 0 22 0 831032803 10824400896 171199 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 6 0 0 0
[pid=14934/tid=14938] ppid=14931 vsize=10570704 CPUtime=0.12 cores=0,2,4,6
/proc/14934/task/14938/stat : 14938 (java) S 14931 14934 9506 0 -1 4202560 189 0 0 0 12 0 0 0 15 0 22 0 831032804 10824400896 171199 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 0 0 0 0
[pid=14934/tid=14939] ppid=14931 vsize=10570704 CPUtime=0.13 cores=0,2,4,6
/proc/14934/task/14939/stat : 14939 (java) S 14931 14934 9506 0 -1 4202560 118 0 0 0 13 0 0 0 16 0 22 0 831032804 10824400896 171199 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 0 0 0 0
[pid=14934/tid=14940] ppid=14931 vsize=10570704 CPUtime=0.09 cores=0,2,4,6
/proc/14934/task/14940/stat : 14940 (java) S 14931 14934 9506 0 -1 4202560 27 0 0 0 9 0 0 0 16 0 22 0 831032804 10824400896 171199 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 4 0 0 0
[pid=14934/tid=14941] ppid=14931 vsize=10570704 CPUtime=0.1 cores=0,2,4,6
/proc/14934/task/14941/stat : 14941 (java) S 14931 14934 9506 0 -1 4202560 350 0 0 0 10 0 0 0 15 0 22 0 831032804 10824400896 171199 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 4 0 0 0
[pid=14934/tid=14942] ppid=14931 vsize=10570704 CPUtime=0.08 cores=0,2,4,6
/proc/14934/task/14942/stat : 14942 (java) S 14931 14934 9506 0 -1 4202560 335 0 0 0 8 0 0 0 16 0 22 0 831032804 10824400896 171199 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 4 0 0 0
[pid=14934/tid=14943] ppid=14931 vsize=10570704 CPUtime=0.11 cores=0,2,4,6
/proc/14934/task/14943/stat : 14943 (java) S 14931 14934 9506 0 -1 4202560 481 0 0 0 11 0 0 0 15 0 22 0 831032804 10824400896 171199 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 0 0 0 0
[pid=14934/tid=14944] ppid=14931 vsize=10570704 CPUtime=0.09 cores=0,2,4,6
/proc/14934/task/14944/stat : 14944 (java) S 14931 14934 9506 0 -1 4202560 402 0 0 0 9 0 0 0 15 0 22 0 831032804 10824400896 171199 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 6 0 0 0
[pid=14934/tid=14945] ppid=14931 vsize=10570704 CPUtime=5.4 cores=0,2,4,6
/proc/14934/task/14945/stat : 14945 (java) R 14931 14934 9506 0 -1 4202560 13430 0 0 0 539 1 0 0 15 0 22 0 831032805 10824400896 171199 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 47091518644620 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=14934/tid=14946] ppid=14931 vsize=10570704 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14946/stat : 14946 (java) S 14931 14934 9506 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831032805 10824400896 171199 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 2 0 0 0
[pid=14934/tid=14947] ppid=14931 vsize=10570704 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14947/stat : 14947 (java) S 14931 14934 9506 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831032805 10824400896 171199 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 2 0 0 0
[pid=14934/tid=14948] ppid=14931 vsize=10570704 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14948/stat : 14948 (java) S 14931 14934 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831032807 10824400896 171199 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646338993 0 4 0 16800975 18446604444363168640 0 0 -1 2 0 0 0
[pid=14934/tid=14949] ppid=14931 vsize=10570704 CPUtime=0.96 cores=0,2,4,6
/proc/14934/task/14949/stat : 14949 (java) S 14931 14934 9506 0 -1 4202560 10828 0 0 0 95 1 0 0 15 0 22 0 831032807 10824400896 171199 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 4 0 0 0
[pid=14934/tid=14950] ppid=14931 vsize=10570704 CPUtime=1.87 cores=0,2,4,6
/proc/14934/task/14950/stat : 14950 (java) S 14931 14934 9506 0 -1 4202560 8030 0 0 0 186 1 0 0 15 0 22 0 831032807 10824400896 171199 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 0 0 0 0
[pid=14934/tid=14951] ppid=14931 vsize=10570704 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14951/stat : 14951 (java) S 14931 14934 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831032807 10824400896 171199 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 2 0 0 0
[pid=14934/tid=14952] ppid=14931 vsize=10570704 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14952/stat : 14952 (java) S 14931 14934 9506 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 831032807 10824400896 171199 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331904 0 4 0 16800975 18446604444363168640 0 0 -1 0 0 0 0
[pid=14934/tid=14955] ppid=14931 vsize=10570704 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14955/stat : 14955 (java) S 14931 14934 9506 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831032823 10824400896 171199 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331904 0 4 0 16800975 18446604444363168640 0 0 -1 2 0 0 0
[pid=14934/tid=14961] ppid=14931 vsize=10570704 CPUtime=26.95 cores=0,2,4,6
/proc/14934/task/14961/stat : 14961 (java) S 14931 14934 9506 0 -1 4202560 11 0 0 0 2695 0 0 0 16 0 22 0 831035494 10824400896 171199 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 4 0 0 0
[pid=14934/tid=14962] ppid=14931 vsize=10570704 CPUtime=26.94 cores=0,2,4,6
/proc/14934/task/14962/stat : 14962 (java) S 14931 14934 9506 0 -1 4202560 24 0 0 0 2694 0 0 0 25 0 22 0 831035494 10824400896 171199 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 0 0 0 0
[pid=14934/tid=14963] ppid=14931 vsize=10570704 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14963/stat : 14963 (java) S 14931 14934 9506 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 22 0 831035494 10824400896 171199 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331904 0 4 0 16800975 18446604444363168640 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 111.43
Current children cumulated vsize (KiB) 10570704

[startup+58.3197 s]
/proc/loadavg: 3.77 3.69 3.64 7/548 15082
/proc/meminfo: memFree=29504480/32951124 swapFree=51712236/67111528
[pid=14934] ppid=14931 vsize=10570704 CPUtime=113 cores=0,2,4,6
/proc/14934/stat : 14934 (java) S 14931 14934 9506 0 -1 4202496 180745 0 1 0 11279 21 0 0 25 0 22 0 831032801 10824400896 171199 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/14934/statm: 2642676 171199 2259 9 0 2633410 0
[pid=14934/tid=14935] ppid=14931 vsize=10570704 CPUtime=0.2 cores=0,2,4,6
/proc/14934/task/14935/stat : 14935 (java) S 14931 14934 9506 0 -1 4202560 12030 0 1 0 19 1 0 0 15 0 22 0 831032802 10824400896 171199 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331904 0 4 0 16800975 18446604444363168640 0 0 -1 0 0 0 0
[pid=14934/tid=14937] ppid=14931 vsize=10570704 CPUtime=0.1 cores=0,2,4,6
/proc/14934/task/14937/stat : 14937 (java) S 14931 14934 9506 0 -1 4202560 410 0 0 0 10 0 0 0 16 0 22 0 831032803 10824400896 171199 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 6 0 0 0
[pid=14934/tid=14938] ppid=14931 vsize=10570704 CPUtime=0.12 cores=0,2,4,6
/proc/14934/task/14938/stat : 14938 (java) S 14931 14934 9506 0 -1 4202560 189 0 0 0 12 0 0 0 15 0 22 0 831032804 10824400896 171199 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 0 0 0 0
[pid=14934/tid=14939] ppid=14931 vsize=10570704 CPUtime=0.13 cores=0,2,4,6
/proc/14934/task/14939/stat : 14939 (java) S 14931 14934 9506 0 -1 4202560 118 0 0 0 13 0 0 0 16 0 22 0 831032804 10824400896 171199 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 0 0 0 0
[pid=14934/tid=14940] ppid=14931 vsize=10570704 CPUtime=0.09 cores=0,2,4,6
/proc/14934/task/14940/stat : 14940 (java) S 14931 14934 9506 0 -1 4202560 27 0 0 0 9 0 0 0 16 0 22 0 831032804 10824400896 171199 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 4 0 0 0
[pid=14934/tid=14941] ppid=14931 vsize=10570704 CPUtime=0.1 cores=0,2,4,6
/proc/14934/task/14941/stat : 14941 (java) S 14931 14934 9506 0 -1 4202560 350 0 0 0 10 0 0 0 15 0 22 0 831032804 10824400896 171199 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 4 0 0 0
[pid=14934/tid=14942] ppid=14931 vsize=10570704 CPUtime=0.08 cores=0,2,4,6
/proc/14934/task/14942/stat : 14942 (java) S 14931 14934 9506 0 -1 4202560 335 0 0 0 8 0 0 0 16 0 22 0 831032804 10824400896 171199 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 4 0 0 0
[pid=14934/tid=14943] ppid=14931 vsize=10570704 CPUtime=0.11 cores=0,2,4,6
/proc/14934/task/14943/stat : 14943 (java) S 14931 14934 9506 0 -1 4202560 481 0 0 0 11 0 0 0 15 0 22 0 831032804 10824400896 171199 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 0 0 0 0
[pid=14934/tid=14944] ppid=14931 vsize=10570704 CPUtime=0.09 cores=0,2,4,6
/proc/14934/task/14944/stat : 14944 (java) S 14931 14934 9506 0 -1 4202560 402 0 0 0 9 0 0 0 15 0 22 0 831032804 10824400896 171199 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 6 0 0 0
[pid=14934/tid=14945] ppid=14931 vsize=10570704 CPUtime=5.48 cores=0,2,4,6
/proc/14934/task/14945/stat : 14945 (java) S 14931 14934 9506 0 -1 4202560 13430 0 0 0 547 1 0 0 15 0 22 0 831032805 10824400896 171199 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331904 0 0 0 16800975 18446604444363168640 0 0 -1 2 0 0 0
[pid=14934/tid=14946] ppid=14931 vsize=10570704 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14946/stat : 14946 (java) S 14931 14934 9506 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831032805 10824400896 171199 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 2 0 0 0
[pid=14934/tid=14947] ppid=14931 vsize=10570704 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14947/stat : 14947 (java) S 14931 14934 9506 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831032805 10824400896 171199 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 2 0 0 0
[pid=14934/tid=14948] ppid=14931 vsize=10570704 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14948/stat : 14948 (java) S 14931 14934 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831032807 10824400896 171199 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646338993 0 4 0 16800975 18446604444363168640 0 0 -1 2 0 0 0
[pid=14934/tid=14949] ppid=14931 vsize=10570704 CPUtime=0.96 cores=0,2,4,6
/proc/14934/task/14949/stat : 14949 (java) S 14931 14934 9506 0 -1 4202560 10828 0 0 0 95 1 0 0 15 0 22 0 831032807 10824400896 171199 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 4 0 0 0
[pid=14934/tid=14950] ppid=14931 vsize=10570704 CPUtime=1.87 cores=0,2,4,6
/proc/14934/task/14950/stat : 14950 (java) S 14931 14934 9506 0 -1 4202560 8030 0 0 0 186 1 0 0 15 0 22 0 831032807 10824400896 171199 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 0 0 0 0
[pid=14934/tid=14951] ppid=14931 vsize=10570704 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14951/stat : 14951 (java) S 14931 14934 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831032807 10824400896 171199 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 2 0 0 0
[pid=14934/tid=14952] ppid=14931 vsize=10570704 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14952/stat : 14952 (java) S 14931 14934 9506 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 831032807 10824400896 171199 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331904 0 4 0 16800975 18446604444363168640 0 0 -1 0 0 0 0
[pid=14934/tid=14955] ppid=14931 vsize=10570704 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14955/stat : 14955 (java) S 14931 14934 9506 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831032823 10824400896 171199 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331904 0 4 0 16800975 18446604444363168640 0 0 -1 2 0 0 0
[pid=14934/tid=14961] ppid=14931 vsize=10570704 CPUtime=27.69 cores=0,2,4,6
/proc/14934/task/14961/stat : 14961 (java) R 14931 14934 9506 0 -1 4202560 11 0 0 0 2769 0 0 0 16 0 22 0 831035494 10824400896 171199 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 46912505585341 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=14934/tid=14962] ppid=14931 vsize=10570704 CPUtime=27.68 cores=0,2,4,6
/proc/14934/task/14962/stat : 14962 (java) R 14931 14934 9506 0 -1 4202560 25 0 0 0 2768 0 0 0 25 0 22 0 831035494 10824400896 171199 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 46912505567677 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14934/tid=14963] ppid=14931 vsize=10570704 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14963/stat : 14963 (java) S 14931 14934 9506 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 22 0 831035494 10824400896 171199 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331904 0 4 0 16800975 18446604444363168640 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 113
Current children cumulated vsize (KiB) 10570704

[startup+58.7017 s]
/proc/loadavg: 3.77 3.69 3.64 7/548 15082
/proc/meminfo: memFree=29504480/32951124 swapFree=51712236/67111528
[pid=14934] ppid=14931 vsize=10570704 CPUtime=113.51 cores=0,2,4,6
/proc/14934/stat : 14934 (java) S 14931 14934 9506 0 -1 4202496 180754 0 1 0 11330 21 0 0 25 0 19 0 831032801 10824400896 171207 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/14934/statm: 2642676 171207 2259 9 0 2633410 0
[pid=14934/tid=14935] ppid=14931 vsize=10570704 CPUtime=0.2 cores=0,2,4,6
/proc/14934/task/14935/stat : 14935 (java) S 14931 14934 9506 0 -1 4202560 12030 0 1 0 19 1 0 0 15 0 19 0 831032802 10824400896 171207 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331904 0 4 0 16800975 18446604444363168640 0 0 -1 0 0 0 0
[pid=14934/tid=14937] ppid=14931 vsize=10570704 CPUtime=0.1 cores=0,2,4,6
/proc/14934/task/14937/stat : 14937 (java) S 14931 14934 9506 0 -1 4202560 410 0 0 0 10 0 0 0 15 0 19 0 831032803 10824400896 171207 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 6 0 0 0
[pid=14934/tid=14938] ppid=14931 vsize=10570704 CPUtime=0.12 cores=0,2,4,6
/proc/14934/task/14938/stat : 14938 (java) S 14931 14934 9506 0 -1 4202560 189 0 0 0 12 0 0 0 16 0 19 0 831032804 10824400896 171207 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 0 0 0 0
[pid=14934/tid=14939] ppid=14931 vsize=10570704 CPUtime=0.13 cores=0,2,4,6
/proc/14934/task/14939/stat : 14939 (java) S 14931 14934 9506 0 -1 4202560 118 0 0 0 13 0 0 0 15 0 19 0 831032804 10824400896 171207 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 0 0 0 0
[pid=14934/tid=14940] ppid=14931 vsize=10570704 CPUtime=0.09 cores=0,2,4,6
/proc/14934/task/14940/stat : 14940 (java) S 14931 14934 9506 0 -1 4202560 27 0 0 0 9 0 0 0 16 0 19 0 831032804 10824400896 171207 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 4 0 0 0
[pid=14934/tid=14941] ppid=14931 vsize=10570704 CPUtime=0.1 cores=0,2,4,6
/proc/14934/task/14941/stat : 14941 (java) S 14931 14934 9506 0 -1 4202560 350 0 0 0 10 0 0 0 15 0 19 0 831032804 10824400896 171207 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 6 0 0 0
[pid=14934/tid=14942] ppid=14931 vsize=10570704 CPUtime=0.08 cores=0,2,4,6
/proc/14934/task/14942/stat : 14942 (java) S 14931 14934 9506 0 -1 4202560 335 0 0 0 8 0 0 0 15 0 19 0 831032804 10824400896 171207 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 6 0 0 0
[pid=14934/tid=14943] ppid=14931 vsize=10570704 CPUtime=0.11 cores=0,2,4,6
/proc/14934/task/14943/stat : 14943 (java) S 14931 14934 9506 0 -1 4202560 481 0 0 0 11 0 0 0 15 0 19 0 831032804 10824400896 171207 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 0 0 0 0
[pid=14934/tid=14944] ppid=14931 vsize=10570704 CPUtime=0.09 cores=0,2,4,6
/proc/14934/task/14944/stat : 14944 (java) S 14931 14934 9506 0 -1 4202560 410 0 0 0 9 0 0 0 16 0 19 0 831032804 10824400896 171207 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 6 0 0 0
[pid=14934/tid=14945] ppid=14931 vsize=10570704 CPUtime=5.57 cores=0,2,4,6
/proc/14934/task/14945/stat : 14945 (java) S 14931 14934 9506 0 -1 4202560 13430 0 0 0 556 1 0 0 15 0 19 0 831032805 10824400896 171207 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331904 0 0 0 16800975 18446604444363168640 0 0 -1 2 0 0 0
[pid=14934/tid=14946] ppid=14931 vsize=10570704 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14946/stat : 14946 (java) S 14931 14934 9506 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831032805 10824400896 171207 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 2 0 0 0
[pid=14934/tid=14947] ppid=14931 vsize=10570704 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14947/stat : 14947 (java) S 14931 14934 9506 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 831032805 10824400896 171207 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 2 0 0 0
[pid=14934/tid=14948] ppid=14931 vsize=10570704 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14948/stat : 14948 (java) S 14931 14934 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831032807 10824400896 171207 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646338993 0 4 0 16800975 18446604444363168640 0 0 -1 2 0 0 0
[pid=14934/tid=14949] ppid=14931 vsize=10570704 CPUtime=0.96 cores=0,2,4,6
/proc/14934/task/14949/stat : 14949 (java) S 14931 14934 9506 0 -1 4202560 10828 0 0 0 95 1 0 0 15 0 19 0 831032807 10824400896 171207 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 4 0 0 0
[pid=14934/tid=14950] ppid=14931 vsize=10570704 CPUtime=1.87 cores=0,2,4,6
/proc/14934/task/14950/stat : 14950 (java) S 14931 14934 9506 0 -1 4202560 8030 0 0 0 186 1 0 0 15 0 19 0 831032807 10824400896 171207 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 0 0 0 0
[pid=14934/tid=14951] ppid=14931 vsize=10570704 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14951/stat : 14951 (java) S 14931 14934 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831032807 10824400896 171207 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331289 0 4 0 16800975 18446604444363168640 0 0 -1 2 0 0 0
[pid=14934/tid=14952] ppid=14931 vsize=10570704 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14952/stat : 14952 (java) S 14931 14934 9506 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 831032807 10824400896 171207 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331904 0 4 0 16800975 18446604444363168640 0 0 -1 0 0 0 0
[pid=14934/tid=14955] ppid=14931 vsize=10570704 CPUtime=0 cores=0,2,4,6
/proc/14934/task/14955/stat : 14955 (java) S 14931 14934 9506 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 831032823 10824400896 171207 33554432000 1073741824 1073778376 140734913570400 18446744073709551615 216646331904 0 4 0 16800975 18446604444363168640 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 113.51
Current children cumulated vsize (KiB) 10570704

[startup+59.1006 s]
/proc/loadavg: 3.77 3.69 3.64 7/548 15082
/proc/meminfo: memFree=29504480/32951124 swapFree=51712236/67111528
[pid=14934] ppid=14931 vsize=0 CPUtime=113.8 cores=0,2,4,6
/proc/14934/stat : 14934 (java) R 14931 14934 9506 0 -1 4203524 180761 0 1 0 11357 23 0 0 18 0 1 0 831032801 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/14934/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 113.8
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 59.1051
CPU time (s): 113.818
CPU user time (s): 113.578
CPU system time (s): 0.239963
CPU usage (%): 192.568
Max. virtual memory (cumulated for all children) (KiB): 10570704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 113.578
system time used= 0.239963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180761
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= 3681
involuntary context switches= 2037

runsolver used 0.330949 second user time and 0.700893 second system time

The end

Launcher Data

Begin job on node103 at 2011-06-04 15:31:42
IDJOB=3453836
IDBENCH=48040
IDSOLVER=1950
FILE ID=node103/3453836-1307194302
RUNJOBID= node103-1307194143-13806
PBS_JOBID= 13508861
Free space on /tmp= 73916 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=197-P1=29-P2=199-P3=251-P4=227-P5=257-P6=149-P7=53-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453836-1307194302/watcher-3453836-1307194302 -o /tmp/evaluation-result-3453836-1307194302/solver-3453836-1307194302 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453836-1307194302.opb

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

MD5SUM BENCH= 83b6f70c71dbcf261c00790940be437e
RANDOM SEED=1470542186

node103.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.858
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.71
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.858
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.75
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.858
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.858
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.77
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.858
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.858
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.858
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.83
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.858
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:     32951124 kB
MemFree:      29567844 kB
Buffers:        327344 kB
Cached:         487824 kB
SwapCached:      23760 kB
Active:        2648100 kB
Inactive:       439544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29567844 kB
SwapTotal:    67111528 kB
SwapFree:     51712236 kB
Dirty:             532 kB
Writeback:           0 kB
AnonPages:     2270240 kB
Mapped:          30896 kB
Slab:           151088 kB
PageTables:      74812 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 172440032 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= 73916 MiB
End job on node103 at 2011-06-04 15:32:41