Trace number 3453759

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 102.55 53.2352

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=139-P1=67-P2=211-P3=127-P4=137-P5=173-P6=89-P7=223-P8=227-P9=79-B.opb
MD5SUM651e385f00e2858954d8683e891a1dbe
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.196969
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 variables216
Total number of constraints19
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 constraints19
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)576
Sum of products size (including duplicates)1152
Number of different products576
Sum of products size1152

Quality of the solution as a function of time


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

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c version 2.3.1.v20110525
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.18-164.el5
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		9996466904
0.04/0.08	c Max memory 		10048897024
0.04/0.08	c Total memory 		10048897024
0.04/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-3453759-1307194185.opb
0.11/0.11	c reading problem ... 
0.24/0.23	c ... done. Wall clock time 0.119s.
0.24/0.23	c #vars     792
0.24/0.23	c #constraints  1180
0.24/0.23	c constraints type 
0.24/0.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 576
0.24/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 604
0.24/0.23	c constraints type 
0.24/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 576
0.24/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 604
3.01/0.97	c cleaning 2499 clauses out of 5000 with flag 5000/5000
4.36/1.49	c cleaning 4250 clauses out of 8502 with flag 11001/11001
5.56/2.10	c cleaning 5626 clauses out of 11251 with flag 18000/18000
6.96/2.70	c cleaning 6814 clauses out of 13627 with flag 26002/26002
8.17/3.33	c cleaning 7901 clauses out of 15812 with flag 35001/35001
9.91/4.20	c cleaning 8952 clauses out of 17911 with flag 45002/45002
12.30/5.43	c cleaning 9479 clauses out of 18957 with flag 55000/55000
13.84/6.23	c cleaning 9740 clauses out of 19479 with flag 65001/65001
15.59/7.19	c cleaning 9867 clauses out of 19739 with flag 75001/75001
17.37/8.06	c cleaning 9926 clauses out of 19871 with flag 85000/85000
19.21/8.86	c cleaning 9970 clauses out of 19945 with flag 95001/95001
21.58/9.87	c cleaning 9984 clauses out of 19975 with flag 105001/105001
23.10/10.67	c cleaning 9980 clauses out of 19991 with flag 115001/115001
25.07/11.69	c cleaning 10000 clauses out of 20010 with flag 125000/125000
27.22/12.73	c cleaning 10005 clauses out of 20011 with flag 135001/135001
29.37/13.86	c cleaning 9999 clauses out of 20006 with flag 145001/145001
31.11/14.74	c cleaning 9999 clauses out of 20006 with flag 155001/155001
32.50/15.46	c cleaning 10000 clauses out of 20007 with flag 165001/165001
34.01/16.22	c cleaning 9994 clauses out of 20006 with flag 175000/175000
35.96/17.27	c cleaning 10002 clauses out of 20012 with flag 185000/185000
37.89/18.23	c cleaning 10003 clauses out of 20011 with flag 195001/195001
39.84/19.23	c cleaning 9992 clauses out of 20007 with flag 205000/205000
41.40/20.03	c cleaning 10004 clauses out of 20016 with flag 215001/215001
42.54/20.69	c cleaning 9998 clauses out of 20012 with flag 225001/225001
43.11/20.92	c cleaning 0 clauses out of 5001 with flag 0/5001
44.28/21.45	c cleaning 10006 clauses out of 20014 with flag 235001/235001
46.21/22.37	c cleaning 10004 clauses out of 20008 with flag 245001/245001
48.15/23.31	c cleaning 10000 clauses out of 20004 with flag 255001/255001
49.46/24.11	c cleaning 9996 clauses out of 20004 with flag 265001/265001
51.21/24.92	c cleaning 10002 clauses out of 20008 with flag 275001/275001
53.16/25.90	c cleaning 9997 clauses out of 20005 with flag 285000/285000
54.50/26.61	c cleaning 10000 clauses out of 20009 with flag 295001/295001
55.82/27.38	c cleaning 9999 clauses out of 20007 with flag 305001/305001
57.96/28.40	c cleaning 9998 clauses out of 20008 with flag 315001/315001
59.30/29.13	c cleaning 9998 clauses out of 20012 with flag 325003/325003
60.47/29.74	c cleaning 9998 clauses out of 20014 with flag 335003/335003
61.94/30.51	c cleaning 10005 clauses out of 20014 with flag 345001/345001
62.29/30.72	c  And the winner is Resolution
62.33/30.99	c SATISFIABLE
62.33/30.99	c OPTIMIZING...
62.33/30.99	c Got one! Elapsed wall clock time (in seconds):30.885
62.33/30.99	o 169
62.54/31.19	c cleaning 7917 clauses out of 15862 with flag 3001/350855
63.48/31.68	c cleaning 6958 clauses out of 13944 with flag 9000/356854
64.61/32.29	c cleaning 6981 clauses out of 13986 with flag 16000/363854
65.93/32.99	c cleaning 7492 clauses out of 15005 with flag 24000/371854
67.44/33.75	c cleaning 8249 clauses out of 16513 with flag 33000/380854
69.57/34.80	c cleaning 9127 clauses out of 18265 with flag 43001/390855
70.74/35.44	c  And the winner is Resolution
70.85/35.57	c Got one! Elapsed wall clock time (in seconds):35.467
70.85/35.57	o 65
71.50/35.97	c cleaning 11924 clauses out of 23879 with flag 5001/405596
72.39/36.41	c cleaning 8956 clauses out of 17957 with flag 11003/411598
73.32/36.91	c cleaning 7973 clauses out of 15998 with flag 18000/418595
74.28/37.49	c cleaning 7985 clauses out of 16025 with flag 26000/426595
75.57/38.18	c cleaning 8498 clauses out of 17042 with flag 35002/435597
76.87/38.88	c cleaning 9266 clauses out of 18542 with flag 45000/445595
78.59/39.71	c cleaning 9636 clauses out of 19277 with flag 55001/455596
79.91/40.42	c cleaning 9819 clauses out of 19639 with flag 65000/465595
81.62/41.31	c cleaning 9904 clauses out of 19821 with flag 75001/475596
82.91/42.07	c cleaning 9955 clauses out of 19916 with flag 85001/485596
83.83/42.57	c  And the winner is Resolution
84.02/42.66	c Got one! Elapsed wall clock time (in seconds):42.556
84.02/42.66	o 49
84.55/42.96	c cleaning 11094 clauses out of 22234 with flag 5001/497869
85.50/43.40	c cleaning 8544 clauses out of 17140 with flag 11001/503869
86.22/43.80	c  And the winner is Resolution
86.28/44.17	c Got one! Elapsed wall clock time (in seconds):44.065
86.28/44.17	o 35
87.13/44.65	c cleaning 9878 clauses out of 19788 with flag 5000/515061
88.05/45.13	c cleaning 7936 clauses out of 15911 with flag 11001/521062
88.92/45.64	c cleaning 7466 clauses out of 14975 with flag 18001/528062
89.86/46.16	c cleaning 7734 clauses out of 15509 with flag 26001/536062
90.03/46.27	c  And the winner is Resolution
90.13/46.33	c Got one! Elapsed wall clock time (in seconds):46.225
90.13/46.33	o 7
90.47/46.57	c cleaning 6531 clauses out of 13113 with flag 5002/541400
91.35/47.02	c cleaning 6266 clauses out of 12581 with flag 11001/547399
92.27/47.53	c cleaning 6634 clauses out of 13314 with flag 18000/554398
93.18/48.09	c cleaning 7316 clauses out of 14680 with flag 26000/562398
94.50/48.77	c cleaning 8181 clauses out of 16364 with flag 35000/571398
96.17/49.68	c cleaning 9092 clauses out of 18183 with flag 45000/581398
96.49/49.84	c  And the winner is Resolution
96.63/49.90	c Got one! Elapsed wall clock time (in seconds):49.798
96.63/49.90	o 3
97.02/50.14	c cleaning 7055 clauses out of 14139 with flag 4000/586447
97.97/50.65	c cleaning 6525 clauses out of 13084 with flag 10000/592447
99.05/51.25	c cleaning 6768 clauses out of 13560 with flag 17001/599448
100.34/51.95	c cleaning 7383 clauses out of 14791 with flag 25000/607447
101.88/52.75	c cleaning 8203 clauses out of 16407 with flag 34000/616447
102.17/52.92	c  And the winner is Resolution
102.40/53.20	c starts		: 158
102.40/53.20	c conflicts		: 617459
102.40/53.20	c decisions		: 642047
102.40/53.20	c propagations		: 12838716
102.40/53.20	c inspects		: 373778165
102.40/53.20	c shortcuts		: 0
102.40/53.20	c learnt literals	: 12
102.40/53.20	c learnt binary clauses	: 46
102.51/53.20	c learnt ternary clauses	: 152
102.51/53.20	c learnt constraints	: 617446
102.51/53.20	c ignored constraints	: 0
102.51/53.20	c root simplifications	: 0
102.51/53.20	c removed literals (reason simplification)	: 19345809
102.51/53.20	c reason swapping (by a shorter reason)	: 0
102.51/53.20	c Calls to reduceDB	: 69
102.51/53.20	c number of reductions to clauses (during analyze)	: 0
102.51/53.20	c number of learned constraints concerned by reduction	: 0
102.51/53.20	c number of learning phase by resolution	: 0
102.51/53.20	c number of learning phase by cutting planes	: 0
102.51/53.20	c speed (assignments/second)	: 3899974.4835965983
102.51/53.20	c non guided choices	8148
102.51/53.20	c learnt constraints type 
102.51/53.20	c constraints type 
102.51/53.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 576
102.51/53.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 604
102.51/53.20	c constraints type 
102.51/53.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 576
102.51/53.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 604
102.51/53.20	s OPTIMUM FOUND
102.51/53.20	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 -x169 x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 x185 -x186 -x187 -x188 x189 x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 x212 -x213 -x214 -x215 -x216 
102.51/53.20	c objective function=3
102.51/53.20	c Total wall clock time (in seconds): 53.091

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-3453759-1307194185/watcher-3453759-1307194185 -o /tmp/evaluation-result-3453759-1307194185/solver-3453759-1307194185 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453759-1307194185.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: 2.70 3.48 3.52 6/485 18449
/proc/meminfo: memFree=29406212/32950928 swapFree=45617076/67111528
[pid=18449] ppid=18447 vsize=10430980 CPUtime=0 cores=0,2,4,6
/proc/18449/stat : 18449 (java) S 18447 18449 13462 0 -1 4202496 3030 0 1 0 0 0 0 0 25 0 2 0 831018327 10681323520 2732 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101500901 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/18449/statm: 2607745 2746 906 9 0 2598901 0
[pid=18449/tid=18450] ppid=18447 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18450/stat : 18450 (java) R 18447 18449 13462 0 -1 4202560 6002 0 1 0 0 0 0 0 25 0 2 0 831018328 10694979584 6818 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248089392187 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0510651 s]
/proc/loadavg: 2.70 3.48 3.52 6/485 18449
/proc/meminfo: memFree=29406212/32950928 swapFree=45617076/67111528
[pid=18449] ppid=18447 vsize=10467616 CPUtime=0.04 cores=0,2,4,6
/proc/18449/stat : 18449 (java) S 18447 18449 13462 0 -1 4202496 11451 0 1 0 3 1 0 0 25 0 13 0 831018327 10718838784 11148 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101500901 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0
/proc/18449/statm: 2616904 11148 1684 9 0 2607652 0
[pid=18449/tid=18450] ppid=18447 vsize=10467616 CPUtime=0.04 cores=0,2,4,6
/proc/18449/task/18450/stat : 18450 (java) R 18447 18449 13462 0 -1 4202560 10303 0 1 0 3 1 0 0 25 0 13 0 831018328 10718838784 11148 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248089694053 0 4 0 16800971 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10467616

[startup+0.106002 s]
/proc/loadavg: 2.70 3.48 3.52 6/485 18449
/proc/meminfo: memFree=29406212/32950928 swapFree=45617076/67111528
[pid=18449] ppid=18447 vsize=10539568 CPUtime=0.11 cores=0,2,4,6
/proc/18449/stat : 18449 (java) S 18447 18449 13462 0 -1 4202496 13183 0 1 0 10 1 0 0 25 0 18 0 831018327 10792517632 12835 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18449/statm: 2634892 12836 2107 9 0 2625626 0
[pid=18449/tid=18450] ppid=18447 vsize=10539568 CPUtime=0.09 cores=0,2,4,6
/proc/18449/task/18450/stat : 18450 (java) R 18447 18449 13462 0 -1 4202560 11216 0 1 0 8 1 0 0 25 0 18 0 831018328 10792517632 12837 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101524939 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) 10539568

[startup+0.300967 s]
/proc/loadavg: 2.70 3.48 3.52 6/485 18449
/proc/meminfo: memFree=29406212/32950928 swapFree=45617076/67111528
[pid=18449] ppid=18447 vsize=10550420 CPUtime=0.61 cores=0,2,4,6
/proc/18449/stat : 18449 (java) S 18447 18449 13462 0 -1 4202496 17509 0 1 0 59 2 0 0 25 0 22 0 831018327 10803630080 16365 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18449/statm: 2637605 16365 2206 9 0 2628339 0
[pid=18449/tid=18450] ppid=18447 vsize=10550420 CPUtime=0.21 cores=0,2,4,6
/proc/18449/task/18450/stat : 18450 (java) S 18447 18449 13462 0 -1 4202560 12125 0 1 0 20 1 0 0 25 0 22 0 831018328 10803630080 16366 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514752 0 4 0 16800975 18446604453641382720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 10550420

[startup+0.700897 s]
/proc/loadavg: 2.70 3.48 3.52 6/485 18449
/proc/meminfo: memFree=29406212/32950928 swapFree=45617076/67111528
[pid=18449] ppid=18447 vsize=10559152 CPUtime=2.21 cores=0,2,4,6
/proc/18449/stat : 18449 (java) S 18447 18449 13462 0 -1 4202496 38127 0 1 0 216 5 0 0 25 0 22 0 831018327 10812571648 33954 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18449/statm: 2639788 33954 2226 9 0 2630522 0
[pid=18449/tid=18450] ppid=18447 vsize=10559152 CPUtime=0.21 cores=0,2,4,6
/proc/18449/task/18450/stat : 18450 (java) S 18447 18449 13462 0 -1 4202560 12125 0 1 0 20 1 0 0 25 0 22 0 831018328 10812571648 33955 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514752 0 4 0 16800975 18446604453641382720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 10559152

[startup+1.50075 s]
/proc/loadavg: 2.70 3.48 3.52 7/507 18471
/proc/meminfo: memFree=29186692/32950928 swapFree=45617076/67111528
[pid=18449] ppid=18447 vsize=10557824 CPUtime=4.56 cores=0,2,4,6
/proc/18449/stat : 18449 (java) S 18447 18449 13462 0 -1 4202496 90083 0 1 0 445 11 0 0 25 0 22 0 831018327 10811211776 82051 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18449/statm: 2639456 82051 2255 9 0 2630190 0
[pid=18449/tid=18450] ppid=18447 vsize=10557824 CPUtime=0.21 cores=0,2,4,6
/proc/18449/task/18450/stat : 18450 (java) S 18447 18449 13462 0 -1 4202560 12125 0 1 0 20 1 0 0 15 0 22 0 831018328 10811211776 82051 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514752 0 4 0 16800975 18446604453641382720 0 0 -1 0 0 0 0
[pid=18449/tid=18452] ppid=18447 vsize=10557824 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18452/stat : 18452 (java) S 18447 18449 13462 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831018330 10811211776 82051 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 6 0 0 0
[pid=18449/tid=18453] ppid=18447 vsize=10557824 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18453/stat : 18453 (java) S 18447 18449 13462 0 -1 4202560 262 0 0 0 0 0 0 0 16 0 22 0 831018330 10811211776 82051 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 6 0 0 0
[pid=18449/tid=18454] ppid=18447 vsize=10557824 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18454/stat : 18454 (java) S 18447 18449 13462 0 -1 4202560 219 0 0 0 0 0 0 0 16 0 22 0 831018330 10811211776 82051 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 4 0 0 0
[pid=18449/tid=18455] ppid=18447 vsize=10557824 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18455/stat : 18455 (java) S 18447 18449 13462 0 -1 4202560 36 0 0 0 0 0 0 0 15 0 22 0 831018330 10811211776 82051 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 6 0 0 0
[pid=18449/tid=18456] ppid=18447 vsize=10557824 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18456/stat : 18456 (java) S 18447 18449 13462 0 -1 4202560 248 0 0 0 0 0 0 0 15 0 22 0 831018330 10811211776 82051 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 0 0 0 0
[pid=18449/tid=18457] ppid=18447 vsize=10557824 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18457/stat : 18457 (java) S 18447 18449 13462 0 -1 4202560 330 0 0 0 0 0 0 0 15 0 22 0 831018330 10811211776 82051 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 4 0 0 0
[pid=18449/tid=18458] ppid=18447 vsize=10557824 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18458/stat : 18458 (java) S 18447 18449 13462 0 -1 4202560 252 0 0 0 0 0 0 0 16 0 22 0 831018330 10811211776 82051 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 0 0 0 0
[pid=18449/tid=18459] ppid=18447 vsize=10557824 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18459/stat : 18459 (java) S 18447 18449 13462 0 -1 4202560 326 0 0 0 0 0 0 0 15 0 22 0 831018330 10811211776 82051 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 6 0 0 0
[pid=18449/tid=18460] ppid=18447 vsize=10557824 CPUtime=0.01 cores=0,2,4,6
/proc/18449/task/18460/stat : 18460 (java) R 18447 18449 13462 0 -1 4202560 933 0 0 0 1 0 0 0 15 0 22 0 831018331 10811211776 82051 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 47671782463215 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=18449/tid=18461] ppid=18447 vsize=10557824 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18461/stat : 18461 (java) S 18447 18449 13462 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831018331 10811211776 82051 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 2 0 0 0
[pid=18449/tid=18462] ppid=18447 vsize=10557824 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18462/stat : 18462 (java) S 18447 18449 13462 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831018331 10811211776 82051 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 2 0 0 0
[pid=18449/tid=18463] ppid=18447 vsize=10557824 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18463/stat : 18463 (java) S 18447 18449 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831018333 10811211776 82051 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101521841 0 4 0 16800975 18446604453641382720 0 0 -1 2 0 0 0
[pid=18449/tid=18464] ppid=18447 vsize=10557824 CPUtime=0.84 cores=0,2,4,6
/proc/18449/task/18464/stat : 18464 (java) S 18447 18449 13462 0 -1 4202560 7337 0 0 0 84 0 0 0 18 0 22 0 831018333 10811211776 82051 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 6 0 0 0
[pid=18449/tid=18465] ppid=18447 vsize=10557824 CPUtime=0.96 cores=0,2,4,6
/proc/18449/task/18465/stat : 18465 (java) S 18447 18449 13462 0 -1 4202560 9176 0 0 0 95 1 0 0 22 0 22 0 831018333 10811211776 82051 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 2 0 0 0
[pid=18449/tid=18466] ppid=18447 vsize=10557824 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18466/stat : 18466 (java) S 18447 18449 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831018333 10811211776 82051 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 6 0 0 0
[pid=18449/tid=18467] ppid=18447 vsize=10557824 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18467/stat : 18467 (java) S 18447 18449 13462 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831018333 10811211776 82051 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514752 0 4 0 16800975 18446604453641382720 0 0 -1 6 0 0 0
[pid=18449/tid=18468] ppid=18447 vsize=10557824 CPUtime=1.23 cores=0,2,4,6
/proc/18449/task/18468/stat : 18468 (java) S 18447 18449 13462 0 -1 4202560 889 0 0 0 123 0 0 0 25 0 22 0 831018351 10811211776 82051 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 4 0 0 0
[pid=18449/tid=18469] ppid=18447 vsize=10557824 CPUtime=1.23 cores=0,2,4,6
/proc/18449/task/18469/stat : 18469 (java) S 18447 18449 13462 0 -1 4202560 56792 0 0 0 117 6 0 0 25 0 22 0 831018351 10811211776 82051 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 0 0 0 0
[pid=18449/tid=18470] ppid=18447 vsize=10557824 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18470/stat : 18470 (java) S 18447 18449 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831018351 10811211776 82051 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514752 0 4 0 16800975 18446604453641382720 0 0 -1 6 0 0 0
[pid=18449/tid=18471] ppid=18447 vsize=10557824 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18471/stat : 18471 (java) S 18447 18449 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831018351 10811211776 82051 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514752 0 4 0 16800975 18446604453641382720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.56
Current children cumulated vsize (KiB) 10557824

[startup+3.10158 s]
/proc/loadavg: 2.70 3.48 3.52 5/507 18471
/proc/meminfo: memFree=29025740/32950928 swapFree=45617076/67111528
[pid=18449] ppid=18447 vsize=10557824 CPUtime=7.73 cores=0,2,4,6
/proc/18449/stat : 18449 (java) S 18447 18449 13462 0 -1 4202496 104539 0 1 0 760 13 0 0 25 0 22 0 831018327 10811211776 96504 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18449/statm: 2639456 96504 2256 9 0 2630190 0
[pid=18449/tid=18450] ppid=18447 vsize=10557824 CPUtime=0.21 cores=0,2,4,6
/proc/18449/task/18450/stat : 18450 (java) S 18447 18449 13462 0 -1 4202560 12125 0 1 0 20 1 0 0 15 0 22 0 831018328 10811211776 96504 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514752 0 4 0 16800975 18446604453641382720 0 0 -1 0 0 0 0
[pid=18449/tid=18452] ppid=18447 vsize=10557824 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18452/stat : 18452 (java) S 18447 18449 13462 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 22 0 831018330 10811211776 96504 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 0 0 0 0
[pid=18449/tid=18453] ppid=18447 vsize=10557824 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18453/stat : 18453 (java) S 18447 18449 13462 0 -1 4202560 262 0 0 0 0 0 0 0 15 0 22 0 831018330 10811211776 96504 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 6 0 0 0
[pid=18449/tid=18454] ppid=18447 vsize=10557824 CPUtime=0.01 cores=0,2,4,6
/proc/18449/task/18454/stat : 18454 (java) S 18447 18449 13462 0 -1 4202560 261 0 0 0 1 0 0 0 15 0 22 0 831018330 10811211776 96504 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 2 0 0 0
[pid=18449/tid=18455] ppid=18447 vsize=10557824 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18455/stat : 18455 (java) S 18447 18449 13462 0 -1 4202560 61 0 0 0 0 0 0 0 16 0 22 0 831018330 10811211776 96504 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 6 0 0 0
[pid=18449/tid=18456] ppid=18447 vsize=10557824 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18456/stat : 18456 (java) S 18447 18449 13462 0 -1 4202560 248 0 0 0 0 0 0 0 15 0 22 0 831018330 10811211776 96504 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 0 0 0 0
[pid=18449/tid=18457] ppid=18447 vsize=10557824 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18457/stat : 18457 (java) S 18447 18449 13462 0 -1 4202560 386 0 0 0 0 0 0 0 16 0 22 0 831018330 10811211776 96504 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 6 0 0 0
[pid=18449/tid=18458] ppid=18447 vsize=10557824 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18458/stat : 18458 (java) S 18447 18449 13462 0 -1 4202560 252 0 0 0 0 0 0 0 15 0 22 0 831018330 10811211776 96504 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 0 0 0 0
[pid=18449/tid=18459] ppid=18447 vsize=10557824 CPUtime=0.01 cores=0,2,4,6
/proc/18449/task/18459/stat : 18459 (java) S 18447 18449 13462 0 -1 4202560 368 0 0 0 1 0 0 0 15 0 22 0 831018330 10811211776 96504 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 2 0 0 0
[pid=18449/tid=18460] ppid=18447 vsize=10557824 CPUtime=0.09 cores=0,2,4,6
/proc/18449/task/18460/stat : 18460 (java) S 18447 18449 13462 0 -1 4202560 2299 0 0 0 9 0 0 0 16 0 22 0 831018331 10811211776 96504 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514752 0 0 0 16800975 18446604453641382720 0 0 -1 4 0 0 0
[pid=18449/tid=18461] ppid=18447 vsize=10557824 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18461/stat : 18461 (java) S 18447 18449 13462 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831018331 10811211776 96504 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 2 0 0 0
[pid=18449/tid=18462] ppid=18447 vsize=10557824 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18462/stat : 18462 (java) S 18447 18449 13462 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831018331 10811211776 96504 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 2 0 0 0
[pid=18449/tid=18463] ppid=18447 vsize=10557824 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18463/stat : 18463 (java) S 18447 18449 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831018333 10811211776 96504 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101521841 0 4 0 16800975 18446604453641382720 0 0 -1 2 0 0 0
[pid=18449/tid=18464] ppid=18447 vsize=10557824 CPUtime=0.88 cores=0,2,4,6
/proc/18449/task/18464/stat : 18464 (java) S 18447 18449 13462 0 -1 4202560 7348 0 0 0 88 0 0 0 15 0 22 0 831018333 10811211776 96504 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 2 0 0 0
[pid=18449/tid=18465] ppid=18447 vsize=10557824 CPUtime=0.97 cores=0,2,4,6
/proc/18449/task/18465/stat : 18465 (java) S 18447 18449 13462 0 -1 4202560 9176 0 0 0 96 1 0 0 16 0 22 0 831018333 10811211776 96504 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 0 0 0 0
[pid=18449/tid=18466] ppid=18447 vsize=10557824 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18466/stat : 18466 (java) S 18447 18449 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831018333 10811211776 96504 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 6 0 0 0
[pid=18449/tid=18467] ppid=18447 vsize=10557824 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18467/stat : 18467 (java) S 18447 18449 13462 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831018333 10811211776 96504 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514752 0 4 0 16800975 18446604453641382720 0 0 -1 6 0 0 0
[pid=18449/tid=18468] ppid=18447 vsize=10557824 CPUtime=2.74 cores=0,2,4,6
/proc/18449/task/18468/stat : 18468 (java) R 18447 18449 13462 0 -1 4202560 891 0 0 0 274 0 0 0 25 0 22 0 831018351 10811211776 96504 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 46912505668634 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=18449/tid=18469] ppid=18447 vsize=10557824 CPUtime=2.73 cores=0,2,4,6
/proc/18449/task/18469/stat : 18469 (java) R 18447 18449 13462 0 -1 4202560 69689 0 0 0 265 8 0 0 25 0 22 0 831018351 10811211776 96504 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 46912505538272 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18449/tid=18470] ppid=18447 vsize=10557824 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18470/stat : 18470 (java) S 18447 18449 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831018351 10811211776 96504 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514752 0 4 0 16800975 18446604453641382720 0 0 -1 6 0 0 0
[pid=18449/tid=18471] ppid=18447 vsize=10557824 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18471/stat : 18471 (java) S 18447 18449 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831018351 10811211776 96504 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514752 0 4 0 16800975 18446604453641382720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.73
Current children cumulated vsize (KiB) 10557824

[startup+6.30091 s]
/proc/loadavg: 2.72 3.47 3.52 5/507 18472
/proc/meminfo: memFree=28761728/32950928 swapFree=45617076/67111528
[pid=18449] ppid=18447 vsize=10557824 CPUtime=13.99 cores=0,2,4,6
/proc/18449/stat : 18449 (java) S 18447 18449 13462 0 -1 4202496 171819 0 1 0 1380 19 0 0 25 0 22 0 831018327 10811211776 163697 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18449/statm: 2639456 163697 2256 9 0 2630190 0
[pid=18449/tid=18450] ppid=18447 vsize=10557824 CPUtime=0.21 cores=0,2,4,6
/proc/18449/task/18450/stat : 18450 (java) S 18447 18449 13462 0 -1 4202560 12125 0 1 0 20 1 0 0 15 0 22 0 831018328 10811211776 163697 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514752 0 4 0 16800975 18446604453641382720 0 0 -1 0 0 0 0
[pid=18449/tid=18452] ppid=18447 vsize=10557824 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18452/stat : 18452 (java) S 18447 18449 13462 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 831018330 10811211776 163697 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 6 0 0 0
[pid=18449/tid=18453] ppid=18447 vsize=10557824 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18453/stat : 18453 (java) S 18447 18449 13462 0 -1 4202560 267 0 0 0 0 0 0 0 16 0 22 0 831018330 10811211776 163697 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 6 0 0 0
[pid=18449/tid=18454] ppid=18447 vsize=10557824 CPUtime=0.01 cores=0,2,4,6
/proc/18449/task/18454/stat : 18454 (java) S 18447 18449 13462 0 -1 4202560 261 0 0 0 1 0 0 0 15 0 22 0 831018330 10811211776 163697 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 2 0 0 0
[pid=18449/tid=18455] ppid=18447 vsize=10557824 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18455/stat : 18455 (java) S 18447 18449 13462 0 -1 4202560 62 0 0 0 0 0 0 0 16 0 22 0 831018330 10811211776 163697 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 2 0 0 0
[pid=18449/tid=18456] ppid=18447 vsize=10557824 CPUtime=0.01 cores=0,2,4,6
/proc/18449/task/18456/stat : 18456 (java) S 18447 18449 13462 0 -1 4202560 255 0 0 0 1 0 0 0 16 0 22 0 831018330 10811211776 163697 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 6 0 0 0
[pid=18449/tid=18457] ppid=18447 vsize=10557824 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18457/stat : 18457 (java) S 18447 18449 13462 0 -1 4202560 389 0 0 0 0 0 0 0 16 0 22 0 831018330 10811211776 163697 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 2 0 0 0
[pid=18449/tid=18458] ppid=18447 vsize=10557824 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18458/stat : 18458 (java) S 18447 18449 13462 0 -1 4202560 253 0 0 0 0 0 0 0 16 0 22 0 831018330 10811211776 163697 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 0 0 0 0
[pid=18449/tid=18459] ppid=18447 vsize=10557824 CPUtime=0.01 cores=0,2,4,6
/proc/18449/task/18459/stat : 18459 (java) S 18447 18449 13462 0 -1 4202560 368 0 0 0 1 0 0 0 15 0 22 0 831018330 10811211776 163697 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 2 0 0 0

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

/proc/18449/task/18458/stat : 18458 (java) S 18447 18449 13462 0 -1 4202560 269 0 0 0 11 0 0 0 15 0 22 0 831018330 10816684032 186250 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 6 0 0 0
[pid=18449/tid=18459] ppid=18447 vsize=10563168 CPUtime=0.08 cores=0,2,4,6
/proc/18449/task/18459/stat : 18459 (java) S 18447 18449 13462 0 -1 4202560 397 0 0 0 8 0 0 0 15 0 22 0 831018330 10816684032 186250 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 4 0 0 0
[pid=18449/tid=18460] ppid=18447 vsize=10563168 CPUtime=4.88 cores=0,2,4,6
/proc/18449/task/18460/stat : 18460 (java) S 18447 18449 13462 0 -1 4202560 12881 0 0 0 486 2 0 0 15 0 22 0 831018331 10816684032 186250 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514752 0 0 0 16800975 18446604453641382720 0 0 -1 0 0 0 0
[pid=18449/tid=18461] ppid=18447 vsize=10563168 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18461/stat : 18461 (java) S 18447 18449 13462 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831018331 10816684032 186250 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 0 0 0 0
[pid=18449/tid=18462] ppid=18447 vsize=10563168 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18462/stat : 18462 (java) S 18447 18449 13462 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 831018331 10816684032 186250 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 2 0 0 0
[pid=18449/tid=18463] ppid=18447 vsize=10563168 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18463/stat : 18463 (java) S 18447 18449 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831018333 10816684032 186250 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101521841 0 4 0 16800975 18446604453641382720 0 0 -1 2 0 0 0
[pid=18449/tid=18464] ppid=18447 vsize=10563168 CPUtime=1 cores=0,2,4,6
/proc/18449/task/18464/stat : 18464 (java) S 18447 18449 13462 0 -1 4202560 7356 0 0 0 100 0 0 0 16 0 22 0 831018333 10816684032 186250 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 4 0 0 0
[pid=18449/tid=18465] ppid=18447 vsize=10563168 CPUtime=2.19 cores=0,2,4,6
/proc/18449/task/18465/stat : 18465 (java) S 18447 18449 13462 0 -1 4202560 13505 0 0 0 218 1 0 0 15 0 22 0 831018333 10816684032 186250 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 0 0 0 0
[pid=18449/tid=18466] ppid=18447 vsize=10563168 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18466/stat : 18466 (java) S 18447 18449 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831018333 10816684032 186250 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 6 0 0 0
[pid=18449/tid=18467] ppid=18447 vsize=10563168 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18467/stat : 18467 (java) S 18447 18449 13462 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 831018333 10816684032 186250 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514752 0 4 0 16800975 18446604453641382720 0 0 -1 4 0 0 0
[pid=18449/tid=18470] ppid=18447 vsize=10563168 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18470/stat : 18470 (java) S 18447 18449 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831018351 10816684032 186250 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514752 0 4 0 16800975 18446604453641382720 0 0 -1 6 0 0 0
[pid=18449/tid=18498] ppid=18447 vsize=10563168 CPUtime=1.68 cores=0,2,4,6
/proc/18449/task/18498/stat : 18498 (java) R 18447 18449 13462 0 -1 4202560 3 0 0 0 168 0 0 0 16 0 22 0 831023318 10816684032 186250 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 46912505668751 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=18449/tid=18499] ppid=18447 vsize=10563168 CPUtime=1.67 cores=0,2,4,6
/proc/18449/task/18499/stat : 18499 (java) R 18447 18449 13462 0 -1 4202560 0 0 0 0 167 0 0 0 18 0 22 0 831023319 10816684032 186250 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 46912505581424 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18449/tid=18500] ppid=18447 vsize=10563168 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18500/stat : 18500 (java) S 18447 18449 13462 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831023319 10816684032 186250 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514752 0 4 0 16800975 18446604453641382720 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 100.34
Current children cumulated vsize (KiB) 10563168

[startup+52.7007 s]
/proc/loadavg: 3.36 3.53 3.54 4/507 18500
/proc/meminfo: memFree=28576004/32950928 swapFree=45617076/67111528
[pid=18449] ppid=18447 vsize=10563168 CPUtime=101.88 cores=0,2,4,6
/proc/18449/stat : 18449 (java) S 18447 18449 13462 0 -1 4202496 197377 0 1 0 10164 24 0 0 25 0 22 0 831018327 10816684032 186256 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18449/statm: 2640792 186256 2258 9 0 2631526 0
[pid=18449/tid=18450] ppid=18447 vsize=10563168 CPUtime=0.21 cores=0,2,4,6
/proc/18449/task/18450/stat : 18450 (java) S 18447 18449 13462 0 -1 4202560 12130 0 1 0 20 1 0 0 15 0 22 0 831018328 10816684032 186256 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514752 0 4 0 16800975 18446604453641382720 0 0 -1 0 0 0 0
[pid=18449/tid=18452] ppid=18447 vsize=10563168 CPUtime=0.12 cores=0,2,4,6
/proc/18449/task/18452/stat : 18452 (java) S 18447 18449 13462 0 -1 4202560 47 0 0 0 12 0 0 0 15 0 22 0 831018330 10816684032 186256 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 6 0 0 0
[pid=18449/tid=18453] ppid=18447 vsize=10563168 CPUtime=0.11 cores=0,2,4,6
/proc/18449/task/18453/stat : 18453 (java) S 18447 18449 13462 0 -1 4202560 299 0 0 0 11 0 0 0 16 0 22 0 831018330 10816684032 186256 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 2 0 0 0
[pid=18449/tid=18454] ppid=18447 vsize=10563168 CPUtime=0.1 cores=0,2,4,6
/proc/18449/task/18454/stat : 18454 (java) S 18447 18449 13462 0 -1 4202560 316 0 0 0 10 0 0 0 15 0 22 0 831018330 10816684032 186256 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 6 0 0 0
[pid=18449/tid=18455] ppid=18447 vsize=10563168 CPUtime=0.09 cores=0,2,4,6
/proc/18449/task/18455/stat : 18455 (java) S 18447 18449 13462 0 -1 4202560 89 0 0 0 9 0 0 0 15 0 22 0 831018330 10816684032 186256 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 6 0 0 0
[pid=18449/tid=18456] ppid=18447 vsize=10563168 CPUtime=0.1 cores=0,2,4,6
/proc/18449/task/18456/stat : 18456 (java) S 18447 18449 13462 0 -1 4202560 308 0 0 0 10 0 0 0 15 0 22 0 831018330 10816684032 186256 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 6 0 0 0
[pid=18449/tid=18457] ppid=18447 vsize=10563168 CPUtime=0.09 cores=0,2,4,6
/proc/18449/task/18457/stat : 18457 (java) S 18447 18449 13462 0 -1 4202560 394 0 0 0 9 0 0 0 15 0 22 0 831018330 10816684032 186256 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 4 0 0 0
[pid=18449/tid=18458] ppid=18447 vsize=10563168 CPUtime=0.12 cores=0,2,4,6
/proc/18449/task/18458/stat : 18458 (java) S 18447 18449 13462 0 -1 4202560 271 0 0 0 12 0 0 0 16 0 22 0 831018330 10816684032 186256 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 4 0 0 0
[pid=18449/tid=18459] ppid=18447 vsize=10563168 CPUtime=0.08 cores=0,2,4,6
/proc/18449/task/18459/stat : 18459 (java) S 18447 18449 13462 0 -1 4202560 397 0 0 0 8 0 0 0 15 0 22 0 831018330 10816684032 186256 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 4 0 0 0
[pid=18449/tid=18460] ppid=18447 vsize=10563168 CPUtime=4.96 cores=0,2,4,6
/proc/18449/task/18460/stat : 18460 (java) S 18447 18449 13462 0 -1 4202560 12881 0 0 0 494 2 0 0 15 0 22 0 831018331 10816684032 186256 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514752 0 0 0 16800975 18446604453641382720 0 0 -1 0 0 0 0
[pid=18449/tid=18461] ppid=18447 vsize=10563168 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18461/stat : 18461 (java) S 18447 18449 13462 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831018331 10816684032 186256 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 0 0 0 0
[pid=18449/tid=18462] ppid=18447 vsize=10563168 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18462/stat : 18462 (java) S 18447 18449 13462 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 831018331 10816684032 186256 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 2 0 0 0
[pid=18449/tid=18463] ppid=18447 vsize=10563168 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18463/stat : 18463 (java) S 18447 18449 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831018333 10816684032 186256 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101521841 0 4 0 16800975 18446604453641382720 0 0 -1 2 0 0 0
[pid=18449/tid=18464] ppid=18447 vsize=10563168 CPUtime=1 cores=0,2,4,6
/proc/18449/task/18464/stat : 18464 (java) S 18447 18449 13462 0 -1 4202560 7356 0 0 0 100 0 0 0 16 0 22 0 831018333 10816684032 186256 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 4 0 0 0
[pid=18449/tid=18465] ppid=18447 vsize=10563168 CPUtime=2.19 cores=0,2,4,6
/proc/18449/task/18465/stat : 18465 (java) S 18447 18449 13462 0 -1 4202560 13505 0 0 0 218 1 0 0 15 0 22 0 831018333 10816684032 186256 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 0 0 0 0
[pid=18449/tid=18466] ppid=18447 vsize=10563168 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18466/stat : 18466 (java) S 18447 18449 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831018333 10816684032 186256 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 6 0 0 0
[pid=18449/tid=18467] ppid=18447 vsize=10563168 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18467/stat : 18467 (java) S 18447 18449 13462 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 831018333 10816684032 186256 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514752 0 4 0 16800975 18446604453641382720 0 0 -1 4 0 0 0
[pid=18449/tid=18470] ppid=18447 vsize=10563168 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18470/stat : 18470 (java) S 18447 18449 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831018351 10816684032 186256 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514752 0 4 0 16800975 18446604453641382720 0 0 -1 6 0 0 0
[pid=18449/tid=18498] ppid=18447 vsize=10563168 CPUtime=2.41 cores=0,2,4,6
/proc/18449/task/18498/stat : 18498 (java) R 18447 18449 13462 0 -1 4202560 4 0 0 0 241 0 0 0 16 0 22 0 831023318 10816684032 186256 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 46912505610326 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=18449/tid=18499] ppid=18447 vsize=10563168 CPUtime=2.39 cores=0,2,4,6
/proc/18449/task/18499/stat : 18499 (java) R 18447 18449 13462 0 -1 4202560 0 0 0 0 239 0 0 0 18 0 22 0 831023319 10816684032 186256 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 46912505586276 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18449/tid=18500] ppid=18447 vsize=10563168 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18500/stat : 18500 (java) S 18447 18449 13462 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831023319 10816684032 186256 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514752 0 4 0 16800975 18446604453641382720 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.88
Current children cumulated vsize (KiB) 10563168

[startup+53.1006 s]
/proc/loadavg: 3.36 3.53 3.54 4/507 18500
/proc/meminfo: memFree=28576004/32950928 swapFree=45617076/67111528
[pid=18449] ppid=18447 vsize=10563168 CPUtime=102.4 cores=0,2,4,6
/proc/18449/stat : 18449 (java) S 18447 18449 13462 0 -1 4202496 197378 0 1 0 10215 25 0 0 25 0 19 0 831018327 10816684032 186256 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18449/statm: 2640792 186256 2258 9 0 2631526 0
[pid=18449/tid=18450] ppid=18447 vsize=10563168 CPUtime=0.34 cores=0,2,4,6
/proc/18449/task/18450/stat : 18450 (java) R 18447 18449 13462 0 -1 4202560 12130 0 1 0 33 1 0 0 16 0 19 0 831018328 10816684032 186256 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 46912506356285 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18449/tid=18452] ppid=18447 vsize=10563168 CPUtime=0.12 cores=0,2,4,6
/proc/18449/task/18452/stat : 18452 (java) S 18447 18449 13462 0 -1 4202560 47 0 0 0 12 0 0 0 15 0 19 0 831018330 10816684032 186256 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 6 0 0 0
[pid=18449/tid=18453] ppid=18447 vsize=10563168 CPUtime=0.11 cores=0,2,4,6
/proc/18449/task/18453/stat : 18453 (java) S 18447 18449 13462 0 -1 4202560 299 0 0 0 11 0 0 0 16 0 19 0 831018330 10816684032 186256 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 2 0 0 0
[pid=18449/tid=18454] ppid=18447 vsize=10563168 CPUtime=0.1 cores=0,2,4,6
/proc/18449/task/18454/stat : 18454 (java) S 18447 18449 13462 0 -1 4202560 316 0 0 0 10 0 0 0 16 0 19 0 831018330 10816684032 186256 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 6 0 0 0
[pid=18449/tid=18455] ppid=18447 vsize=10563168 CPUtime=0.09 cores=0,2,4,6
/proc/18449/task/18455/stat : 18455 (java) S 18447 18449 13462 0 -1 4202560 89 0 0 0 9 0 0 0 15 0 19 0 831018330 10816684032 186256 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 6 0 0 0
[pid=18449/tid=18456] ppid=18447 vsize=10563168 CPUtime=0.1 cores=0,2,4,6
/proc/18449/task/18456/stat : 18456 (java) S 18447 18449 13462 0 -1 4202560 308 0 0 0 10 0 0 0 16 0 19 0 831018330 10816684032 186256 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 4 0 0 0
[pid=18449/tid=18457] ppid=18447 vsize=10563168 CPUtime=0.09 cores=0,2,4,6
/proc/18449/task/18457/stat : 18457 (java) S 18447 18449 13462 0 -1 4202560 394 0 0 0 9 0 0 0 15 0 19 0 831018330 10816684032 186256 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 4 0 0 0
[pid=18449/tid=18458] ppid=18447 vsize=10563168 CPUtime=0.12 cores=0,2,4,6
/proc/18449/task/18458/stat : 18458 (java) S 18447 18449 13462 0 -1 4202560 271 0 0 0 12 0 0 0 15 0 19 0 831018330 10816684032 186256 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 4 0 0 0
[pid=18449/tid=18459] ppid=18447 vsize=10563168 CPUtime=0.08 cores=0,2,4,6
/proc/18449/task/18459/stat : 18459 (java) S 18447 18449 13462 0 -1 4202560 397 0 0 0 8 0 0 0 15 0 19 0 831018330 10816684032 186256 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 4 0 0 0
[pid=18449/tid=18460] ppid=18447 vsize=10563168 CPUtime=5.06 cores=0,2,4,6
/proc/18449/task/18460/stat : 18460 (java) S 18447 18449 13462 0 -1 4202560 12881 0 0 0 504 2 0 0 15 0 19 0 831018331 10816684032 186256 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514752 0 0 0 16800975 18446604453641382720 0 0 -1 0 0 0 0
[pid=18449/tid=18461] ppid=18447 vsize=10563168 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18461/stat : 18461 (java) S 18447 18449 13462 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831018331 10816684032 186256 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 0 0 0 0
[pid=18449/tid=18462] ppid=18447 vsize=10563168 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18462/stat : 18462 (java) S 18447 18449 13462 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 831018331 10816684032 186256 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 2 0 0 0
[pid=18449/tid=18463] ppid=18447 vsize=10563168 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18463/stat : 18463 (java) S 18447 18449 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831018333 10816684032 186256 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101521841 0 4 0 16800975 18446604453641382720 0 0 -1 2 0 0 0
[pid=18449/tid=18464] ppid=18447 vsize=10563168 CPUtime=1 cores=0,2,4,6
/proc/18449/task/18464/stat : 18464 (java) S 18447 18449 13462 0 -1 4202560 7356 0 0 0 100 0 0 0 16 0 19 0 831018333 10816684032 186256 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 4 0 0 0
[pid=18449/tid=18465] ppid=18447 vsize=10563168 CPUtime=2.2 cores=0,2,4,6
/proc/18449/task/18465/stat : 18465 (java) S 18447 18449 13462 0 -1 4202560 13505 0 0 0 219 1 0 0 15 0 19 0 831018333 10816684032 186256 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 2 0 0 0
[pid=18449/tid=18466] ppid=18447 vsize=10563168 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18466/stat : 18466 (java) S 18447 18449 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831018333 10816684032 186256 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 6 0 0 0
[pid=18449/tid=18467] ppid=18447 vsize=10563168 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18467/stat : 18467 (java) S 18447 18449 13462 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 831018333 10816684032 186256 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514752 0 4 0 16800975 18446604453641382720 0 0 -1 4 0 0 0
[pid=18449/tid=18470] ppid=18447 vsize=10563168 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18470/stat : 18470 (java) S 18447 18449 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831018351 10816684032 186256 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514752 0 4 0 16800975 18446604453641382720 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 102.4
Current children cumulated vsize (KiB) 10563168

[startup+53.2007 s]
/proc/loadavg: 3.36 3.53 3.54 4/507 18500
/proc/meminfo: memFree=28576004/32950928 swapFree=45617076/67111528
[pid=18449] ppid=18447 vsize=10563168 CPUtime=102.51 cores=0,2,4,6
/proc/18449/stat : 18449 (java) S 18447 18449 13462 0 -1 4202496 197381 0 1 0 10226 25 0 0 25 0 20 0 831018327 10816684032 186259 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18449/statm: 2640792 186259 2258 9 0 2631526 0
[pid=18449/tid=18450] ppid=18447 vsize=10563168 CPUtime=0.44 cores=0,2,4,6
/proc/18449/task/18450/stat : 18450 (java) S 18447 18449 13462 0 -1 4202560 12133 0 1 0 43 1 0 0 17 0 20 0 831018328 10816684032 186259 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 0 0 0 0
[pid=18449/tid=18452] ppid=18447 vsize=10563168 CPUtime=0.12 cores=0,2,4,6
/proc/18449/task/18452/stat : 18452 (java) S 18447 18449 13462 0 -1 4202560 47 0 0 0 12 0 0 0 15 0 20 0 831018330 10816684032 186259 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 6 0 0 0
[pid=18449/tid=18453] ppid=18447 vsize=10563168 CPUtime=0.11 cores=0,2,4,6
/proc/18449/task/18453/stat : 18453 (java) S 18447 18449 13462 0 -1 4202560 299 0 0 0 11 0 0 0 16 0 20 0 831018330 10816684032 186259 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 2 0 0 0
[pid=18449/tid=18454] ppid=18447 vsize=10563168 CPUtime=0.1 cores=0,2,4,6
/proc/18449/task/18454/stat : 18454 (java) S 18447 18449 13462 0 -1 4202560 316 0 0 0 10 0 0 0 16 0 20 0 831018330 10816684032 186259 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 6 0 0 0
[pid=18449/tid=18455] ppid=18447 vsize=10563168 CPUtime=0.09 cores=0,2,4,6
/proc/18449/task/18455/stat : 18455 (java) S 18447 18449 13462 0 -1 4202560 89 0 0 0 9 0 0 0 15 0 20 0 831018330 10816684032 186259 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 6 0 0 0
[pid=18449/tid=18456] ppid=18447 vsize=10563168 CPUtime=0.1 cores=0,2,4,6
/proc/18449/task/18456/stat : 18456 (java) S 18447 18449 13462 0 -1 4202560 308 0 0 0 10 0 0 0 16 0 20 0 831018330 10816684032 186259 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 4 0 0 0
[pid=18449/tid=18457] ppid=18447 vsize=10563168 CPUtime=0.09 cores=0,2,4,6
/proc/18449/task/18457/stat : 18457 (java) S 18447 18449 13462 0 -1 4202560 394 0 0 0 9 0 0 0 15 0 20 0 831018330 10816684032 186259 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 4 0 0 0
[pid=18449/tid=18458] ppid=18447 vsize=10563168 CPUtime=0.12 cores=0,2,4,6
/proc/18449/task/18458/stat : 18458 (java) S 18447 18449 13462 0 -1 4202560 271 0 0 0 12 0 0 0 15 0 20 0 831018330 10816684032 186259 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 4 0 0 0
[pid=18449/tid=18459] ppid=18447 vsize=10563168 CPUtime=0.08 cores=0,2,4,6
/proc/18449/task/18459/stat : 18459 (java) S 18447 18449 13462 0 -1 4202560 397 0 0 0 8 0 0 0 15 0 20 0 831018330 10816684032 186259 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 4 0 0 0
[pid=18449/tid=18460] ppid=18447 vsize=10563168 CPUtime=5.06 cores=0,2,4,6
/proc/18449/task/18460/stat : 18460 (java) S 18447 18449 13462 0 -1 4202560 12881 0 0 0 504 2 0 0 15 0 20 0 831018331 10816684032 186259 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514752 0 0 0 16800975 18446604453641382720 0 0 -1 0 0 0 0
[pid=18449/tid=18461] ppid=18447 vsize=10563168 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18461/stat : 18461 (java) S 18447 18449 13462 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 20 0 831018331 10816684032 186259 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 0 0 0 0
[pid=18449/tid=18462] ppid=18447 vsize=10563168 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18462/stat : 18462 (java) S 18447 18449 13462 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 20 0 831018331 10816684032 186259 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 2 0 0 0
[pid=18449/tid=18463] ppid=18447 vsize=10563168 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18463/stat : 18463 (java) S 18447 18449 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 831018333 10816684032 186259 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101521841 0 4 0 16800975 18446604453641382720 0 0 -1 2 0 0 0
[pid=18449/tid=18464] ppid=18447 vsize=10563168 CPUtime=1 cores=0,2,4,6
/proc/18449/task/18464/stat : 18464 (java) S 18447 18449 13462 0 -1 4202560 7356 0 0 0 100 0 0 0 16 0 20 0 831018333 10816684032 186259 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 4 0 0 0
[pid=18449/tid=18465] ppid=18447 vsize=10563168 CPUtime=2.2 cores=0,2,4,6
/proc/18449/task/18465/stat : 18465 (java) S 18447 18449 13462 0 -1 4202560 13505 0 0 0 219 1 0 0 15 0 20 0 831018333 10816684032 186259 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 2 0 0 0
[pid=18449/tid=18466] ppid=18447 vsize=10563168 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18466/stat : 18466 (java) S 18447 18449 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 831018333 10816684032 186259 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514137 0 4 0 16800975 18446604453641382720 0 0 -1 6 0 0 0
[pid=18449/tid=18467] ppid=18447 vsize=10563168 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18467/stat : 18467 (java) S 18447 18449 13462 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 20 0 831018333 10816684032 186259 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514752 0 4 0 16800975 18446604453641382720 0 0 -1 4 0 0 0
[pid=18449/tid=18470] ppid=18447 vsize=10563168 CPUtime=0 cores=0,2,4,6
/proc/18449/task/18470/stat : 18470 (java) S 18447 18449 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 20 0 831018351 10816684032 186259 33554432000 1073741824 1073778376 140736836138480 18446744073709551615 248101514752 0 4 0 16800975 18446604453641382720 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 102.51
Current children cumulated vsize (KiB) 10563168

Child status: 30
Real time (s): 53.2352
CPU time (s): 102.55
CPU user time (s): 102.266
CPU system time (s): 0.283956
CPU usage (%): 192.637
Max. virtual memory (cumulated for all children) (KiB): 10568892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 102.266
system time used= 0.283956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 197390
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= 3777
involuntary context switches= 1878

runsolver used 0.26196 second user time and 0.576912 second system time

The end

Launcher Data

Begin job on node123 at 2011-06-04 15:29:45
IDJOB=3453759
IDBENCH=47963
IDSOLVER=1950
FILE ID=node123/3453759-1307194185
RUNJOBID= node123-1307194175-18179
PBS_JOBID= 13508855
Free space on /tmp= 73860 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=139-P1=67-P2=211-P3=127-P4=137-P5=173-P6=89-P7=223-P8=227-P9=79-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453759-1307194185/watcher-3453759-1307194185 -o /tmp/evaluation-result-3453759-1307194185/solver-3453759-1307194185 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453759-1307194185.opb

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

MD5SUM BENCH= 651e385f00e2858954d8683e891a1dbe
RANDOM SEED=1432506693

node123.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	: 5226.15
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.82
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.74
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.80
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.74
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29405360 kB
Buffers:        313840 kB
Cached:         400976 kB
SwapCached:       9456 kB
Active:        2917544 kB
Inactive:       344960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29405360 kB
SwapTotal:    67111528 kB
SwapFree:     45617076 kB
Dirty:            1140 kB
Writeback:           0 kB
AnonPages:     2545740 kB
Mapped:          31680 kB
Slab:           135932 kB
PageTables:      79048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 143747116 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= 73860 MiB
End job on node123 at 2011-06-04 15:30:39