Trace number 3453804

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 144.478 76.7142

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=37-P1=223-P2=197-P3=97-P4=11-P5=157-P6=97-P7=127-P8=79-P9=11-B.opb
MD5SUMcdc1e49bcf2e6b6913c93a683c821b72
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.166973
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.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.1.v20110525
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.18-164.el5
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		9996466904
0.03/0.09	c Max memory 		10048897024
0.03/0.09	c Total memory 		10048897024
0.03/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3453804-1307194228.opb
0.09/0.11	c reading problem ... 
0.23/0.23	c ... done. Wall clock time 0.119s.
0.23/0.23	c #vars     792
0.23/0.23	c #constraints  1180
0.23/0.23	c constraints type 
0.23/0.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 576
0.23/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 604
0.23/0.23	c constraints type 
0.23/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 576
0.23/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 604
2.98/0.92	c cleaning 2501 clauses out of 5003 with flag 5003/5003
4.21/1.37	c cleaning 4250 clauses out of 8500 with flag 11001/11001
5.75/2.11	c cleaning 5625 clauses out of 11249 with flag 18000/18000
7.34/2.88	c cleaning 6806 clauses out of 13624 with flag 26000/26000
9.50/3.71	c cleaning 7902 clauses out of 15819 with flag 35001/35001
11.96/4.86	c cleaning 8954 clauses out of 17916 with flag 45000/45000
13.79/5.72	c cleaning 9478 clauses out of 18963 with flag 55001/55001
15.60/6.68	c cleaning 9735 clauses out of 19484 with flag 65000/65000
17.83/7.68	c cleaning 9868 clauses out of 19749 with flag 75000/75000
20.16/8.60	c cleaning 9937 clauses out of 19881 with flag 85000/85000
21.91/9.54	c cleaning 9965 clauses out of 19944 with flag 95000/95000
23.28/10.26	c cleaning 9981 clauses out of 19979 with flag 105000/105000
25.24/11.21	c cleaning 9990 clauses out of 19997 with flag 115000/115000
26.40/11.85	c cleaning 10001 clauses out of 20007 with flag 125000/125000
27.94/12.61	c cleaning 9998 clauses out of 20007 with flag 135001/135001
29.29/13.36	c cleaning 10002 clauses out of 20008 with flag 145000/145000
30.81/14.10	c cleaning 9982 clauses out of 20007 with flag 155001/155001
32.15/14.81	c cleaning 10001 clauses out of 20025 with flag 165001/165001
34.09/15.84	c cleaning 10004 clauses out of 20023 with flag 175000/175000
35.46/16.52	c cleaning 9990 clauses out of 20019 with flag 185001/185001
36.93/17.32	c cleaning 9998 clauses out of 20031 with flag 195003/195003
38.31/18.00	c cleaning 0 clauses out of 5000 with flag 0/5000
38.46/18.18	c cleaning 10013 clauses out of 20031 with flag 205001/205001
40.61/19.11	c cleaning 10006 clauses out of 20020 with flag 215003/215003
42.41/20.06	c cleaning 10002 clauses out of 20011 with flag 225000/225000
44.34/21.10	c cleaning 10002 clauses out of 20010 with flag 235001/235001
46.31/22.09	c cleaning 10001 clauses out of 20007 with flag 245000/245000
48.60/23.22	c cleaning 10002 clauses out of 20007 with flag 255001/255001
50.10/24.04	c cleaning 9990 clauses out of 20004 with flag 265000/265000
51.43/24.78	c cleaning 9998 clauses out of 20015 with flag 275001/275001
52.96/25.56	c cleaning 9996 clauses out of 20017 with flag 285001/285001
54.49/26.33	c cleaning 10006 clauses out of 20021 with flag 295001/295001
56.38/27.31	c cleaning 9996 clauses out of 20016 with flag 305002/305002
57.70/28.02	c cleaning 10004 clauses out of 20018 with flag 315001/315001
59.02/28.73	c cleaning 10000 clauses out of 20013 with flag 325000/325000
60.56/29.56	c cleaning 9998 clauses out of 20013 with flag 335000/335000
62.66/30.62	c cleaning 10004 clauses out of 20015 with flag 345000/345000
64.19/31.41	c cleaning 10001 clauses out of 20011 with flag 355000/355000
65.31/32.07	c cleaning 9987 clauses out of 20011 with flag 365001/365001
66.45/32.61	c cleaning 9990 clauses out of 20023 with flag 375000/375000
67.94/33.42	c cleaning 10003 clauses out of 20033 with flag 385000/385000
69.86/34.40	c cleaning 10007 clauses out of 20031 with flag 395001/395001
71.00/35.08	c cleaning 10003 clauses out of 20023 with flag 405001/405001
72.52/35.83	c cleaning 10008 clauses out of 20019 with flag 415001/415001
74.20/36.74	c cleaning 9990 clauses out of 20010 with flag 425000/425000
75.34/37.34	c cleaning 9989 clauses out of 20024 with flag 435004/435004
76.44/37.92	c cleaning 9996 clauses out of 20031 with flag 445000/445000
77.76/38.60	c cleaning 10013 clauses out of 20036 with flag 455001/455001
79.46/39.52	c cleaning 10008 clauses out of 20023 with flag 465001/465001
80.75/40.29	c cleaning 9994 clauses out of 20014 with flag 475001/475001
82.07/40.90	c cleaning 10002 clauses out of 20019 with flag 485000/485000
83.59/41.76	c cleaning 10002 clauses out of 20017 with flag 495000/495000
85.25/42.67	c cleaning 10002 clauses out of 20015 with flag 505000/505000
86.97/43.55	c cleaning 9995 clauses out of 20013 with flag 515000/515000
88.28/44.24	c  And the winner is Resolution
88.44/44.66	c SATISFIABLE
88.44/44.66	c OPTIMIZING...
88.44/44.66	c Got one! Elapsed wall clock time (in seconds):44.545
88.44/44.66	o 19
88.91/45.00	c cleaning 12429 clauses out of 24877 with flag 5003/529859
89.85/45.48	c cleaning 9211 clauses out of 18447 with flag 11002/535858
90.91/46.06	c cleaning 8103 clauses out of 16235 with flag 18001/542857
92.02/46.68	c cleaning 8052 clauses out of 16132 with flag 26001/550857
92.92/47.19	c  And the winner is Resolution
93.15/47.68	c Got one! Elapsed wall clock time (in seconds):47.561
93.15/47.68	o 11
93.80/48.04	c cleaning 10336 clauses out of 20701 with flag 5001/563478
94.69/48.59	c cleaning 8163 clauses out of 16368 with flag 11004/569481
95.74/49.18	c cleaning 7579 clauses out of 15201 with flag 18000/576477
97.04/49.85	c cleaning 7792 clauses out of 15623 with flag 26001/584478
98.58/50.62	c cleaning 8397 clauses out of 16830 with flag 35000/593477
99.84/51.37	c cleaning 9209 clauses out of 18434 with flag 45001/603478
102.13/52.58	c cleaning 9606 clauses out of 19225 with flag 55001/613478
104.03/53.51	c cleaning 9804 clauses out of 19620 with flag 65002/623479
105.74/54.41	c cleaning 9903 clauses out of 19814 with flag 75000/633477
107.43/55.38	c cleaning 9953 clauses out of 19911 with flag 85000/643477
109.27/56.30	c cleaning 9973 clauses out of 19958 with flag 95000/653477
110.78/57.20	c cleaning 9990 clauses out of 19986 with flag 105001/663478
112.46/58.09	c cleaning 9994 clauses out of 19996 with flag 115001/673478
114.56/59.13	c cleaning 10001 clauses out of 20001 with flag 125000/683477
115.20/59.56	c  And the winner is Resolution
115.37/59.93	c Got one! Elapsed wall clock time (in seconds):59.814
115.37/59.93	o 9
115.55/60.01	c cleaning 7503 clauses out of 15034 with flag 1000/688512
116.48/60.54	c cleaning 6748 clauses out of 13531 with flag 7000/694512
117.53/61.16	c cleaning 6883 clauses out of 13783 with flag 14000/701512
118.82/61.89	c cleaning 7448 clauses out of 14900 with flag 22000/709512
120.27/62.67	c cleaning 8221 clauses out of 16453 with flag 31001/718513
121.55/63.34	c  And the winner is Resolution
121.68/63.57	c Got one! Elapsed wall clock time (in seconds):63.452
121.68/63.57	o 5
122.94/64.27	c cleaning 10835 clauses out of 21682 with flag 5000/731963
123.84/64.81	c cleaning 8406 clauses out of 16847 with flag 11000/737963
124.94/65.39	c cleaning 7703 clauses out of 15442 with flag 18001/744964
125.41/65.62	c  And the winner is Resolution
125.52/66.08	c Got one! Elapsed wall clock time (in seconds):65.963
125.52/66.08	o 3
125.75/66.26	c cleaning 6494 clauses out of 13023 with flag 3003/750248
126.65/66.76	c cleaning 6244 clauses out of 12526 with flag 9000/756245
127.75/67.38	c cleaning 6624 clauses out of 13283 with flag 16001/763246
129.05/68.03	c cleaning 7309 clauses out of 14658 with flag 24000/771245
130.30/68.75	c cleaning 8171 clauses out of 16350 with flag 33002/780247
131.80/69.60	c cleaning 9084 clauses out of 18176 with flag 43000/790245
133.69/70.53	c cleaning 9545 clauses out of 19094 with flag 53002/800247
135.41/71.42	c cleaning 9772 clauses out of 19547 with flag 63000/810245
136.87/72.28	c cleaning 9882 clauses out of 19776 with flag 73001/820246
138.76/73.24	c cleaning 9946 clauses out of 19893 with flag 83001/830246
140.66/74.21	c cleaning 9970 clauses out of 19947 with flag 93001/840246
142.35/75.18	c cleaning 9989 clauses out of 19977 with flag 103001/850246
144.01/76.02	c  And the winner is Resolution
144.36/76.67	c starts		: 175
144.36/76.67	c conflicts		: 859121
144.36/76.67	c decisions		: 892506
144.36/76.67	c propagations		: 17565397
144.36/76.67	c inspects		: 502809790
144.36/76.67	c shortcuts		: 0
144.36/76.67	c learnt literals	: 20
144.36/76.67	c learnt binary clauses	: 107
144.36/76.67	c learnt ternary clauses	: 375
144.36/76.67	c learnt constraints	: 859100
144.36/76.67	c ignored constraints	: 0
144.36/76.67	c root simplifications	: 0
144.36/76.67	c removed literals (reason simplification)	: 26487654
144.36/76.67	c reason swapping (by a shorter reason)	: 0
144.36/76.67	c Calls to reduceDB	: 91
144.36/76.67	c number of reductions to clauses (during analyze)	: 0
144.36/76.67	c number of learned constraints concerned by reduction	: 0
144.36/76.67	c number of learning phase by resolution	: 0
144.36/76.67	c number of learning phase by cutting planes	: 0
144.36/76.67	c speed (assignments/second)	: 1657738.4862212155
144.36/76.67	c non guided choices	7703
144.36/76.67	c learnt constraints type 
144.36/76.67	c constraints type 
144.36/76.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 576
144.36/76.67	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 604
144.36/76.67	c constraints type 
144.36/76.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 576
144.36/76.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 604
144.36/76.68	s OPTIMUM FOUND
144.36/76.68	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 
144.36/76.68	c objective function=3
144.36/76.68	c Total wall clock time (in seconds): 76.562

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-3453804-1307194228/watcher-3453804-1307194228 -o /tmp/evaluation-result-3453804-1307194228/solver-3453804-1307194228 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453804-1307194228.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.67 3.61 3.78 4/547 10464
/proc/meminfo: memFree=22348424/32951124 swapFree=64303760/67111528
[pid=10464] ppid=10462 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/10464/stat : 10464 (java) R 10462 10464 4512 0 -1 4202496 960 0 0 0 0 0 0 0 25 0 1 0 811838668 23580672 703 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233505335185 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10464/statm: 5757 708 524 9 0 124 0
[pid=10464/tid=10465] ppid=10462 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10465/stat : 10465 (java) R 10462 10464 4512 0 -1 4202560 3770 0 1 0 0 0 0 0 25 0 2 0 811838668 10694979584 4586 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233509991483 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0499879 s]
/proc/loadavg: 2.67 3.61 3.78 4/547 10464
/proc/meminfo: memFree=22348424/32951124 swapFree=64303760/67111528
[pid=10464] ppid=10462 vsize=10467480 CPUtime=0.03 cores=0,2,4,6
/proc/10464/stat : 10464 (java) S 10462 10464 4512 0 -1 4202496 11290 0 1 0 2 1 0 0 25 0 13 0 811838668 10718699520 10986 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522100197 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/10464/statm: 2616870 10986 1675 9 0 2607618 0
[pid=10464/tid=10465] ppid=10462 vsize=10467480 CPUtime=0.03 cores=0,2,4,6
/proc/10464/task/10465/stat : 10465 (java) R 10462 10464 4512 0 -1 4202560 10141 0 1 0 2 1 0 0 25 0 13 0 811838668 10718699520 10986 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522124235 0 4 0 16784584 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10467480

[startup+0.100971 s]
/proc/loadavg: 2.67 3.61 3.78 4/547 10464
/proc/meminfo: memFree=22348424/32951124 swapFree=64303760/67111528
[pid=10464] ppid=10462 vsize=10539612 CPUtime=0.09 cores=0,2,4,6
/proc/10464/stat : 10464 (java) S 10462 10464 4512 0 -1 4202496 12973 0 1 0 8 1 0 0 25 0 18 0 811838668 10792562688 12669 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10464/statm: 2634903 12669 2092 9 0 2625637 0
[pid=10464/tid=10465] ppid=10462 vsize=10539612 CPUtime=0.07 cores=0,2,4,6
/proc/10464/task/10465/stat : 10465 (java) R 10462 10464 4512 0 -1 4202560 11050 0 1 0 6 1 0 0 25 0 18 0 811838668 10792562688 12671 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 47192341635843 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10539612

[startup+0.300906 s]
/proc/loadavg: 2.67 3.61 3.78 4/547 10464
/proc/meminfo: memFree=22348424/32951124 swapFree=64303760/67111528
[pid=10464] ppid=10462 vsize=10547788 CPUtime=0.58 cores=0,2,4,6
/proc/10464/stat : 10464 (java) S 10462 10464 4512 0 -1 4202496 17642 0 1 0 56 2 0 0 25 0 22 0 811838668 10800934912 16318 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10464/statm: 2636947 16318 2199 9 0 2627681 0
[pid=10464/tid=10465] ppid=10462 vsize=10547788 CPUtime=0.21 cores=0,2,4,6
/proc/10464/task/10465/stat : 10465 (java) S 10462 10464 4512 0 -1 4202560 12122 0 1 0 20 1 0 0 19 0 22 0 811838668 10800934912 16318 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522114048 0 4 0 16800975 18446604440956885120 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 10547788

[startup+0.700817 s]
/proc/loadavg: 2.67 3.61 3.78 4/547 10464
/proc/meminfo: memFree=22348424/32951124 swapFree=64303760/67111528
[pid=10464] ppid=10462 vsize=10565840 CPUtime=2.18 cores=0,2,4,6
/proc/10464/stat : 10464 (java) S 10462 10464 4512 0 -1 4202496 39065 0 1 0 213 5 0 0 25 0 22 0 811838668 10819420160 35183 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10464/statm: 2641460 35184 2219 9 0 2632194 0
[pid=10464/tid=10465] ppid=10462 vsize=10565840 CPUtime=0.21 cores=0,2,4,6
/proc/10464/task/10465/stat : 10465 (java) S 10462 10464 4512 0 -1 4202560 12122 0 1 0 20 1 0 0 19 0 22 0 811838668 10819420160 35185 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522114048 0 4 0 16800975 18446604440956885120 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 10565840

[startup+1.50173 s]
/proc/loadavg: 2.67 3.61 3.78 7/569 10486
/proc/meminfo: memFree=22124920/32951124 swapFree=64303760/67111528
[pid=10464] ppid=10462 vsize=10561916 CPUtime=4.6 cores=0,2,4,6
/proc/10464/stat : 10464 (java) S 10462 10464 4512 0 -1 4202496 86193 0 1 0 449 11 0 0 25 0 22 0 811838668 10815401984 76500 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10464/statm: 2640479 76500 2255 9 0 2631213 0
[pid=10464/tid=10465] ppid=10462 vsize=10561916 CPUtime=0.21 cores=0,2,4,6
/proc/10464/task/10465/stat : 10465 (java) S 10462 10464 4512 0 -1 4202560 12122 0 1 0 20 1 0 0 15 0 22 0 811838668 10815401984 76500 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522114048 0 4 0 16800975 18446604440956885120 0 0 -1 4 0 0 0
[pid=10464/tid=10467] ppid=10462 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10467/stat : 10467 (java) S 10462 10464 4512 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 22 0 811838670 10815401984 76500 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 6 0 0 0
[pid=10464/tid=10468] ppid=10462 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10468/stat : 10468 (java) S 10462 10464 4512 0 -1 4202560 317 0 0 0 0 0 0 0 16 0 22 0 811838670 10815401984 76500 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 6 0 0 0
[pid=10464/tid=10469] ppid=10462 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10469/stat : 10469 (java) S 10462 10464 4512 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 22 0 811838670 10815401984 76500 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 6 0 0 0
[pid=10464/tid=10470] ppid=10462 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10470/stat : 10470 (java) S 10462 10464 4512 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 22 0 811838670 10815401984 76500 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 4 0 0 0
[pid=10464/tid=10471] ppid=10462 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10471/stat : 10471 (java) S 10462 10464 4512 0 -1 4202560 332 0 0 0 0 0 0 0 15 0 22 0 811838670 10815401984 76500 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 4 0 0 0
[pid=10464/tid=10472] ppid=10462 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10472/stat : 10472 (java) S 10462 10464 4512 0 -1 4202560 128 0 0 0 0 0 0 0 15 0 22 0 811838670 10815401984 76500 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 4 0 0 0
[pid=10464/tid=10473] ppid=10462 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10473/stat : 10473 (java) S 10462 10464 4512 0 -1 4202560 255 0 0 0 0 0 0 0 16 0 22 0 811838670 10815401984 76500 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 6 0 0 0
[pid=10464/tid=10474] ppid=10462 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10474/stat : 10474 (java) S 10462 10464 4512 0 -1 4202560 535 0 0 0 0 0 0 0 16 0 22 0 811838670 10815401984 76500 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 4 0 0 0
[pid=10464/tid=10475] ppid=10462 vsize=10561916 CPUtime=0.04 cores=0,2,4,6
/proc/10464/task/10475/stat : 10475 (java) S 10462 10464 4512 0 -1 4202560 1475 0 0 0 4 0 0 0 16 0 22 0 811838671 10815401984 76500 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522114048 0 0 0 16800975 18446604440956885120 0 0 -1 2 0 0 0
[pid=10464/tid=10476] ppid=10462 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10476/stat : 10476 (java) S 10462 10464 4512 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811838672 10815401984 76500 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 2 0 0 0
[pid=10464/tid=10477] ppid=10462 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10477/stat : 10477 (java) S 10462 10464 4512 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811838672 10815401984 76500 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 2 0 0 0
[pid=10464/tid=10478] ppid=10462 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10478/stat : 10478 (java) S 10462 10464 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811838674 10815401984 76500 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522121137 0 4 0 16800975 18446604440956885120 0 0 -1 2 0 0 0
[pid=10464/tid=10479] ppid=10462 vsize=10561916 CPUtime=0.93 cores=0,2,4,6
/proc/10464/task/10479/stat : 10479 (java) S 10462 10464 4512 0 -1 4202560 12001 0 0 0 92 1 0 0 15 0 22 0 811838674 10815401984 76500 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 0 0 0 0
[pid=10464/tid=10480] ppid=10462 vsize=10561916 CPUtime=0.95 cores=0,2,4,6
/proc/10464/task/10480/stat : 10480 (java) S 10462 10464 4512 0 -1 4202560 6621 0 0 0 94 1 0 0 17 0 22 0 811838674 10815401984 76500 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 6 0 0 0
[pid=10464/tid=10481] ppid=10462 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10481/stat : 10481 (java) S 10462 10464 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811838674 10815401984 76500 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 2 0 0 0
[pid=10464/tid=10482] ppid=10462 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10482/stat : 10482 (java) S 10462 10464 4512 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811838674 10815401984 76500 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522114048 0 4 0 16800975 18446604440956885120 0 0 -1 4 0 0 0
[pid=10464/tid=10483] ppid=10462 vsize=10561916 CPUtime=1.21 cores=0,2,4,6
/proc/10464/task/10483/stat : 10483 (java) R 10462 10464 4512 0 -1 4202560 641 0 0 0 121 0 0 0 22 0 22 0 811838691 10815401984 76500 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 46912505630668 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=10464/tid=10484] ppid=10462 vsize=10561916 CPUtime=1.19 cores=0,2,4,6
/proc/10464/task/10484/stat : 10484 (java) R 10462 10464 4512 0 -1 4202560 50540 0 0 0 114 5 0 0 18 0 22 0 811838691 10815401984 76500 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 46912505819470 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=10464/tid=10485] ppid=10462 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10485/stat : 10485 (java) S 10462 10464 4512 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 811838692 10815401984 76500 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522114048 0 4 0 16800975 18446604440956885120 0 0 -1 6 0 0 0
[pid=10464/tid=10486] ppid=10462 vsize=10561916 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10486/stat : 10486 (java) S 10462 10464 4512 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811838692 10815401984 76500 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522114048 0 4 0 16800975 18446604440956885120 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.6
Current children cumulated vsize (KiB) 10561916

[startup+3.10146 s]
/proc/loadavg: 3.02 3.66 3.79 5/569 10486
/proc/meminfo: memFree=21874440/32951124 swapFree=64303760/67111528
[pid=10464] ppid=10462 vsize=10566944 CPUtime=8.23 cores=0,2,4,6
/proc/10464/stat : 10464 (java) S 10462 10464 4512 0 -1 4202496 124431 0 1 0 808 15 0 0 25 0 22 0 811838668 10820550656 113621 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10464/statm: 2641736 113621 2256 9 0 2632470 0
[pid=10464/tid=10465] ppid=10462 vsize=10566944 CPUtime=0.21 cores=0,2,4,6
/proc/10464/task/10465/stat : 10465 (java) S 10462 10464 4512 0 -1 4202560 12122 0 1 0 20 1 0 0 15 0 22 0 811838668 10820550656 113621 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522114048 0 4 0 16800975 18446604440956885120 0 0 -1 4 0 0 0
[pid=10464/tid=10467] ppid=10462 vsize=10566944 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10467/stat : 10467 (java) S 10462 10464 4512 0 -1 4202560 34 0 0 0 0 0 0 0 15 0 22 0 811838670 10820550656 113621 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 4 0 0 0
[pid=10464/tid=10468] ppid=10462 vsize=10566944 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10468/stat : 10468 (java) S 10462 10464 4512 0 -1 4202560 319 0 0 0 0 0 0 0 15 0 22 0 811838670 10820550656 113621 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 0 0 0 0
[pid=10464/tid=10469] ppid=10462 vsize=10566944 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10469/stat : 10469 (java) S 10462 10464 4512 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 22 0 811838670 10820550656 113621 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 4 0 0 0
[pid=10464/tid=10470] ppid=10462 vsize=10566944 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10470/stat : 10470 (java) S 10462 10464 4512 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 22 0 811838670 10820550656 113621 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 4 0 0 0
[pid=10464/tid=10471] ppid=10462 vsize=10566944 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10471/stat : 10471 (java) S 10462 10464 4512 0 -1 4202560 338 0 0 0 0 0 0 0 16 0 22 0 811838670 10820550656 113621 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 4 0 0 0
[pid=10464/tid=10472] ppid=10462 vsize=10566944 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10472/stat : 10472 (java) S 10462 10464 4512 0 -1 4202560 137 0 0 0 0 0 0 0 16 0 22 0 811838670 10820550656 113621 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 0 0 0 0
[pid=10464/tid=10473] ppid=10462 vsize=10566944 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10473/stat : 10473 (java) S 10462 10464 4512 0 -1 4202560 258 0 0 0 0 0 0 0 16 0 22 0 811838670 10820550656 113621 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 6 0 0 0
[pid=10464/tid=10474] ppid=10462 vsize=10566944 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10474/stat : 10474 (java) S 10462 10464 4512 0 -1 4202560 535 0 0 0 0 0 0 0 15 0 22 0 811838670 10820550656 113621 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 4 0 0 0
[pid=10464/tid=10475] ppid=10462 vsize=10566944 CPUtime=0.1 cores=0,2,4,6
/proc/10464/task/10475/stat : 10475 (java) S 10462 10464 4512 0 -1 4202560 2427 0 0 0 10 0 0 0 16 0 22 0 811838671 10820550656 113621 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522114048 0 0 0 16800975 18446604440956885120 0 0 -1 2 0 0 0
[pid=10464/tid=10476] ppid=10462 vsize=10566944 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10476/stat : 10476 (java) S 10462 10464 4512 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811838672 10820550656 113621 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 2 0 0 0
[pid=10464/tid=10477] ppid=10462 vsize=10566944 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10477/stat : 10477 (java) S 10462 10464 4512 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811838672 10820550656 113621 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 2 0 0 0
[pid=10464/tid=10478] ppid=10462 vsize=10566944 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10478/stat : 10478 (java) S 10462 10464 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811838674 10820550656 113621 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522121137 0 4 0 16800975 18446604440956885120 0 0 -1 2 0 0 0
[pid=10464/tid=10479] ppid=10462 vsize=10566944 CPUtime=1.27 cores=0,2,4,6
/proc/10464/task/10479/stat : 10479 (java) R 10462 10464 4512 0 -1 4202560 13722 0 0 0 126 1 0 0 16 0 22 0 811838674 10820550656 113621 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 47192344211682 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10464/tid=10480] ppid=10462 vsize=10566944 CPUtime=1.11 cores=0,2,4,6
/proc/10464/task/10480/stat : 10480 (java) S 10462 10464 4512 0 -1 4202560 6910 0 0 0 110 1 0 0 15 0 22 0 811838674 10820550656 113621 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 0 0 0 0
[pid=10464/tid=10481] ppid=10462 vsize=10566944 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10481/stat : 10481 (java) S 10462 10464 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811838674 10820550656 113621 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 2 0 0 0
[pid=10464/tid=10482] ppid=10462 vsize=10566944 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10482/stat : 10482 (java) S 10462 10464 4512 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811838674 10820550656 113621 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522114048 0 4 0 16800975 18446604440956885120 0 0 -1 4 0 0 0
[pid=10464/tid=10483] ppid=10462 vsize=10566944 CPUtime=2.74 cores=0,2,4,6
/proc/10464/task/10483/stat : 10483 (java) R 10462 10464 4512 0 -1 4202560 648 0 0 0 274 0 0 0 25 0 22 0 811838691 10820550656 113621 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 46912505668946 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=10464/tid=10484] ppid=10462 vsize=10566944 CPUtime=2.73 cores=0,2,4,6
/proc/10464/task/10484/stat : 10484 (java) R 10462 10464 4512 0 -1 4202560 85768 0 0 0 263 10 0 0 20 0 22 0 811838691 10820550656 113621 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 46912505538586 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=10464/tid=10485] ppid=10462 vsize=10566944 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10485/stat : 10485 (java) S 10462 10464 4512 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 811838692 10820550656 113621 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522114048 0 4 0 16800975 18446604440956885120 0 0 -1 6 0 0 0
[pid=10464/tid=10486] ppid=10462 vsize=10566944 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10486/stat : 10486 (java) S 10462 10464 4512 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811838692 10820550656 113621 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522114048 0 4 0 16800975 18446604440956885120 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 8.23
Current children cumulated vsize (KiB) 10566944

[startup+6.30081 s]
/proc/loadavg: 3.02 3.66 3.79 5/569 10486
/proc/meminfo: memFree=21681384/32951124 swapFree=64303760/67111528
[pid=10464] ppid=10462 vsize=10559792 CPUtime=14.96 cores=0,2,4,6
/proc/10464/stat : 10464 (java) S 10462 10464 4512 0 -1 4202496 166125 0 1 0 1476 20 0 0 25 0 22 0 811838668 10813227008 152048 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10464/statm: 2639948 152048 2256 9 0 2630682 0
[pid=10464/tid=10465] ppid=10462 vsize=10559792 CPUtime=0.21 cores=0,2,4,6
/proc/10464/task/10465/stat : 10465 (java) S 10462 10464 4512 0 -1 4202560 12123 0 1 0 20 1 0 0 15 0 22 0 811838668 10813227008 152048 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522114048 0 4 0 16800975 18446604440956885120 0 0 -1 4 0 0 0
[pid=10464/tid=10467] ppid=10462 vsize=10559792 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10467/stat : 10467 (java) S 10462 10464 4512 0 -1 4202560 86 0 0 0 0 0 0 0 15 0 22 0 811838670 10813227008 152048 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 4 0 0 0
[pid=10464/tid=10468] ppid=10462 vsize=10559792 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10468/stat : 10468 (java) S 10462 10464 4512 0 -1 4202560 409 0 0 0 0 0 0 0 15 0 22 0 811838670 10813227008 152048 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 6 0 0 0
[pid=10464/tid=10469] ppid=10462 vsize=10559792 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10469/stat : 10469 (java) S 10462 10464 4512 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 22 0 811838670 10813227008 152048 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 6 0 0 0
[pid=10464/tid=10470] ppid=10462 vsize=10559792 CPUtime=0.01 cores=0,2,4,6
/proc/10464/task/10470/stat : 10470 (java) S 10462 10464 4512 0 -1 4202560 103 0 0 0 1 0 0 0 16 0 22 0 811838670 10813227008 152048 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 0 0 0 0
[pid=10464/tid=10471] ppid=10462 vsize=10559792 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10471/stat : 10471 (java) S 10462 10464 4512 0 -1 4202560 338 0 0 0 0 0 0 0 15 0 22 0 811838670 10813227008 152048 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 4 0 0 0
[pid=10464/tid=10472] ppid=10462 vsize=10559792 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10472/stat : 10472 (java) S 10462 10464 4512 0 -1 4202560 137 0 0 0 0 0 0 0 15 0 22 0 811838670 10813227008 152048 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 0 0 0 0
[pid=10464/tid=10473] ppid=10462 vsize=10559792 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10473/stat : 10473 (java) S 10462 10464 4512 0 -1 4202560 404 0 0 0 0 0 0 0 15 0 22 0 811838670 10813227008 152048 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 6 0 0 0
[pid=10464/tid=10474] ppid=10462 vsize=10559792 CPUtime=0.01 cores=0,2,4,6
/proc/10464/task/10474/stat : 10474 (java) S 10462 10464 4512 0 -1 4202560 558 0 0 0 1 0 0 0 16 0 22 0 811838670 10813227008 152048 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 6 0 0 0

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

[pid=10464/tid=10481] ppid=10462 vsize=10559792 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10481/stat : 10481 (java) S 10462 10464 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811838674 10813227008 178748 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 2 0 0 0
[pid=10464/tid=10482] ppid=10462 vsize=10559792 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10482/stat : 10482 (java) S 10462 10464 4512 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 811838674 10813227008 178748 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522114048 0 4 0 16800975 18446604440956885120 0 0 -1 6 0 0 0
[pid=10464/tid=10485] ppid=10462 vsize=10559792 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10485/stat : 10485 (java) S 10462 10464 4512 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 811838692 10813227008 178748 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522114048 0 4 0 16800975 18446604440956885120 0 0 -1 6 0 0 0
[pid=10464/tid=10671] ppid=10462 vsize=10559792 CPUtime=6.22 cores=0,2,4,6
/proc/10464/task/10671/stat : 10671 (java) R 10462 10464 4512 0 -1 4202560 9 0 0 0 622 0 0 0 16 0 22 0 811845276 10813227008 178748 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 46912505668265 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=10464/tid=10672] ppid=10462 vsize=10559792 CPUtime=6.22 cores=0,2,4,6
/proc/10464/task/10672/stat : 10672 (java) R 10462 10464 4512 0 -1 4202560 2 0 0 0 622 0 0 0 16 0 22 0 811845276 10813227008 178748 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 46912505588919 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10464/tid=10673] ppid=10462 vsize=10559792 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10673/stat : 10673 (java) S 10462 10464 4512 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 811845276 10813227008 178748 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522114048 0 4 0 16800975 18446604440956885120 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 139.26
Current children cumulated vsize (KiB) 10559792

[startup+75.1015 s]
/proc/loadavg: 3.37 3.64 3.78 5/569 10674
/proc/meminfo: memFree=21407300/32951124 swapFree=64303760/67111528
[pid=10464] ppid=10462 vsize=10559792 CPUtime=142.35 cores=0,2,4,6
/proc/10464/stat : 10464 (java) S 10462 10464 4512 0 -1 4202496 200612 0 1 0 14208 27 0 0 25 0 22 0 811838668 10813227008 178929 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10464/statm: 2639948 178929 2258 9 0 2630682 0
[pid=10464/tid=10465] ppid=10462 vsize=10559792 CPUtime=0.21 cores=0,2,4,6
/proc/10464/task/10465/stat : 10465 (java) S 10462 10464 4512 0 -1 4202560 12131 0 1 0 20 1 0 0 15 0 22 0 811838668 10813227008 178929 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522114048 0 4 0 16800975 18446604440956885120 0 0 -1 6 0 0 0
[pid=10464/tid=10467] ppid=10462 vsize=10559792 CPUtime=0.18 cores=0,2,4,6
/proc/10464/task/10467/stat : 10467 (java) S 10462 10464 4512 0 -1 4202560 206 0 0 0 18 0 0 0 15 0 22 0 811838670 10813227008 178929 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 0 0 0 0
[pid=10464/tid=10468] ppid=10462 vsize=10559792 CPUtime=0.15 cores=0,2,4,6
/proc/10464/task/10468/stat : 10468 (java) S 10462 10464 4512 0 -1 4202560 456 0 0 0 15 0 0 0 15 0 22 0 811838670 10813227008 178929 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 0 0 0 0
[pid=10464/tid=10469] ppid=10462 vsize=10559792 CPUtime=0.2 cores=0,2,4,6
/proc/10464/task/10469/stat : 10469 (java) S 10462 10464 4512 0 -1 4202560 239 0 0 0 20 0 0 0 15 0 22 0 811838670 10813227008 178929 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 2 0 0 0
[pid=10464/tid=10470] ppid=10462 vsize=10559792 CPUtime=0.15 cores=0,2,4,6
/proc/10464/task/10470/stat : 10470 (java) S 10462 10464 4512 0 -1 4202560 154 0 0 0 15 0 0 0 15 0 22 0 811838670 10813227008 178929 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 0 0 0 0
[pid=10464/tid=10471] ppid=10462 vsize=10559792 CPUtime=0.16 cores=0,2,4,6
/proc/10464/task/10471/stat : 10471 (java) S 10462 10464 4512 0 -1 4202560 381 0 0 0 16 0 0 0 15 0 22 0 811838670 10813227008 178929 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 6 0 0 0
[pid=10464/tid=10472] ppid=10462 vsize=10559792 CPUtime=0.13 cores=0,2,4,6
/proc/10464/task/10472/stat : 10472 (java) S 10462 10464 4512 0 -1 4202560 157 0 0 0 13 0 0 0 15 0 22 0 811838670 10813227008 178929 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 6 0 0 0
[pid=10464/tid=10473] ppid=10462 vsize=10559792 CPUtime=0.13 cores=0,2,4,6
/proc/10464/task/10473/stat : 10473 (java) S 10462 10464 4512 0 -1 4202560 423 0 0 0 13 0 0 0 15 0 22 0 811838670 10813227008 178929 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 6 0 0 0
[pid=10464/tid=10474] ppid=10462 vsize=10559792 CPUtime=0.15 cores=0,2,4,6
/proc/10464/task/10474/stat : 10474 (java) S 10462 10464 4512 0 -1 4202560 683 0 0 0 15 0 0 0 16 0 22 0 811838670 10813227008 178929 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 0 0 0 0
[pid=10464/tid=10475] ppid=10462 vsize=10559792 CPUtime=8.34 cores=0,2,4,6
/proc/10464/task/10475/stat : 10475 (java) S 10462 10464 4512 0 -1 4202560 16807 0 0 0 832 2 0 0 16 0 22 0 811838671 10813227008 178929 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522114048 0 0 0 16800975 18446604440956885120 0 0 -1 4 0 0 0
[pid=10464/tid=10476] ppid=10462 vsize=10559792 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10476/stat : 10476 (java) S 10462 10464 4512 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811838672 10813227008 178929 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 4 0 0 0
[pid=10464/tid=10477] ppid=10462 vsize=10559792 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10477/stat : 10477 (java) S 10462 10464 4512 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 811838672 10813227008 178929 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 0 0 0 0
[pid=10464/tid=10478] ppid=10462 vsize=10559792 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10478/stat : 10478 (java) S 10462 10464 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811838674 10813227008 178929 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522121137 0 4 0 16800975 18446604440956885120 0 0 -1 2 0 0 0
[pid=10464/tid=10479] ppid=10462 vsize=10559792 CPUtime=1.76 cores=0,2,4,6
/proc/10464/task/10479/stat : 10479 (java) S 10462 10464 4512 0 -1 4202560 15275 0 0 0 174 2 0 0 15 0 22 0 811838674 10813227008 178929 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 0 0 0 0
[pid=10464/tid=10480] ppid=10462 vsize=10559792 CPUtime=2.31 cores=0,2,4,6
/proc/10464/task/10480/stat : 10480 (java) S 10462 10464 4512 0 -1 4202560 16136 0 0 0 229 2 0 0 15 0 22 0 811838674 10813227008 178929 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 2 0 0 0
[pid=10464/tid=10481] ppid=10462 vsize=10559792 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10481/stat : 10481 (java) S 10462 10464 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811838674 10813227008 178929 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 2 0 0 0
[pid=10464/tid=10482] ppid=10462 vsize=10559792 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10482/stat : 10482 (java) S 10462 10464 4512 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 811838674 10813227008 178929 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522114048 0 4 0 16800975 18446604440956885120 0 0 -1 2 0 0 0
[pid=10464/tid=10485] ppid=10462 vsize=10559792 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10485/stat : 10485 (java) S 10462 10464 4512 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 811838692 10813227008 178929 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522114048 0 4 0 16800975 18446604440956885120 0 0 -1 6 0 0 0
[pid=10464/tid=10671] ppid=10462 vsize=10559792 CPUtime=7.71 cores=0,2,4,6
/proc/10464/task/10671/stat : 10671 (java) R 10462 10464 4512 0 -1 4202560 10 0 0 0 771 0 0 0 16 0 22 0 811845276 10813227008 178929 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 46912505571824 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=10464/tid=10672] ppid=10462 vsize=10559792 CPUtime=7.71 cores=0,2,4,6
/proc/10464/task/10672/stat : 10672 (java) R 10462 10464 4512 0 -1 4202560 2 0 0 0 771 0 0 0 16 0 22 0 811845276 10813227008 178929 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 46912505581424 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10464/tid=10673] ppid=10462 vsize=10559792 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10673/stat : 10673 (java) S 10462 10464 4512 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 811845276 10813227008 178929 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522114048 0 4 0 16800975 18446604440956885120 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 142.35
Current children cumulated vsize (KiB) 10559792

[startup+75.9204 s]
/proc/loadavg: 3.37 3.64 3.78 5/569 10674
/proc/meminfo: memFree=21407300/32951124 swapFree=64303760/67111528
[pid=10464] ppid=10462 vsize=10559792 CPUtime=143.85 cores=0,2,4,6
/proc/10464/stat : 10464 (java) S 10462 10464 4512 0 -1 4202496 200620 0 1 0 14358 27 0 0 25 0 22 0 811838668 10813227008 178936 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10464/statm: 2639948 178936 2258 9 0 2630682 0
[pid=10464/tid=10465] ppid=10462 vsize=10559792 CPUtime=0.21 cores=0,2,4,6
/proc/10464/task/10465/stat : 10465 (java) S 10462 10464 4512 0 -1 4202560 12131 0 1 0 20 1 0 0 15 0 22 0 811838668 10813227008 178936 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522114048 0 4 0 16800975 18446604440956885120 0 0 -1 6 0 0 0
[pid=10464/tid=10467] ppid=10462 vsize=10559792 CPUtime=0.18 cores=0,2,4,6
/proc/10464/task/10467/stat : 10467 (java) S 10462 10464 4512 0 -1 4202560 206 0 0 0 18 0 0 0 15 0 22 0 811838670 10813227008 178936 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 0 0 0 0
[pid=10464/tid=10468] ppid=10462 vsize=10559792 CPUtime=0.15 cores=0,2,4,6
/proc/10464/task/10468/stat : 10468 (java) S 10462 10464 4512 0 -1 4202560 456 0 0 0 15 0 0 0 15 0 22 0 811838670 10813227008 178936 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 2 0 0 0
[pid=10464/tid=10469] ppid=10462 vsize=10559792 CPUtime=0.2 cores=0,2,4,6
/proc/10464/task/10469/stat : 10469 (java) S 10462 10464 4512 0 -1 4202560 239 0 0 0 20 0 0 0 15 0 22 0 811838670 10813227008 178936 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 2 0 0 0
[pid=10464/tid=10470] ppid=10462 vsize=10559792 CPUtime=0.15 cores=0,2,4,6
/proc/10464/task/10470/stat : 10470 (java) S 10462 10464 4512 0 -1 4202560 161 0 0 0 15 0 0 0 15 0 22 0 811838670 10813227008 178936 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 0 0 0 0
[pid=10464/tid=10471] ppid=10462 vsize=10559792 CPUtime=0.16 cores=0,2,4,6
/proc/10464/task/10471/stat : 10471 (java) S 10462 10464 4512 0 -1 4202560 381 0 0 0 16 0 0 0 15 0 22 0 811838670 10813227008 178936 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 6 0 0 0
[pid=10464/tid=10472] ppid=10462 vsize=10559792 CPUtime=0.13 cores=0,2,4,6
/proc/10464/task/10472/stat : 10472 (java) S 10462 10464 4512 0 -1 4202560 157 0 0 0 13 0 0 0 15 0 22 0 811838670 10813227008 178936 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 6 0 0 0
[pid=10464/tid=10473] ppid=10462 vsize=10559792 CPUtime=0.13 cores=0,2,4,6
/proc/10464/task/10473/stat : 10473 (java) S 10462 10464 4512 0 -1 4202560 423 0 0 0 13 0 0 0 15 0 22 0 811838670 10813227008 178936 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 6 0 0 0
[pid=10464/tid=10474] ppid=10462 vsize=10559792 CPUtime=0.15 cores=0,2,4,6
/proc/10464/task/10474/stat : 10474 (java) S 10462 10464 4512 0 -1 4202560 683 0 0 0 15 0 0 0 15 0 22 0 811838670 10813227008 178936 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 2 0 0 0
[pid=10464/tid=10475] ppid=10462 vsize=10559792 CPUtime=8.49 cores=0,2,4,6
/proc/10464/task/10475/stat : 10475 (java) S 10462 10464 4512 0 -1 4202560 16807 0 0 0 847 2 0 0 16 0 22 0 811838671 10813227008 178936 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522114048 0 0 0 16800975 18446604440956885120 0 0 -1 4 0 0 0
[pid=10464/tid=10476] ppid=10462 vsize=10559792 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10476/stat : 10476 (java) S 10462 10464 4512 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811838672 10813227008 178936 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 4 0 0 0
[pid=10464/tid=10477] ppid=10462 vsize=10559792 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10477/stat : 10477 (java) S 10462 10464 4512 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 811838672 10813227008 178936 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 0 0 0 0
[pid=10464/tid=10478] ppid=10462 vsize=10559792 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10478/stat : 10478 (java) S 10462 10464 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811838674 10813227008 178936 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522121137 0 4 0 16800975 18446604440956885120 0 0 -1 2 0 0 0
[pid=10464/tid=10479] ppid=10462 vsize=10559792 CPUtime=1.76 cores=0,2,4,6
/proc/10464/task/10479/stat : 10479 (java) S 10462 10464 4512 0 -1 4202560 15275 0 0 0 174 2 0 0 15 0 22 0 811838674 10813227008 178936 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 0 0 0 0
[pid=10464/tid=10480] ppid=10462 vsize=10559792 CPUtime=2.31 cores=0,2,4,6
/proc/10464/task/10480/stat : 10480 (java) S 10462 10464 4512 0 -1 4202560 16136 0 0 0 229 2 0 0 15 0 22 0 811838674 10813227008 178936 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 2 0 0 0
[pid=10464/tid=10481] ppid=10462 vsize=10559792 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10481/stat : 10481 (java) S 10462 10464 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811838674 10813227008 178936 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 2 0 0 0
[pid=10464/tid=10482] ppid=10462 vsize=10559792 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10482/stat : 10482 (java) S 10462 10464 4512 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 811838674 10813227008 178936 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522114048 0 4 0 16800975 18446604440956885120 0 0 -1 2 0 0 0
[pid=10464/tid=10485] ppid=10462 vsize=10559792 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10485/stat : 10485 (java) S 10462 10464 4512 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 811838692 10813227008 178936 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522114048 0 4 0 16800975 18446604440956885120 0 0 -1 6 0 0 0
[pid=10464/tid=10671] ppid=10462 vsize=10559792 CPUtime=8.38 cores=0,2,4,6
/proc/10464/task/10671/stat : 10671 (java) R 10462 10464 4512 0 -1 4202560 11 0 0 0 838 0 0 0 16 0 22 0 811845276 10813227008 178936 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 46912505701967 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=10464/tid=10672] ppid=10462 vsize=10559792 CPUtime=8.38 cores=0,2,4,6
/proc/10464/task/10672/stat : 10672 (java) R 10462 10464 4512 0 -1 4202560 2 0 0 0 838 0 0 0 16 0 22 0 811845276 10813227008 178936 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 46912505587187 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10464/tid=10673] ppid=10462 vsize=10559792 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10673/stat : 10673 (java) S 10462 10464 4512 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 811845276 10813227008 178936 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522114048 0 4 0 16800975 18446604440956885120 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 143.85
Current children cumulated vsize (KiB) 10559792

[startup+76.3013 s]
/proc/loadavg: 3.37 3.64 3.78 5/569 10674
/proc/meminfo: memFree=21407300/32951124 swapFree=64303760/67111528
[pid=10464] ppid=10462 vsize=10559792 CPUtime=144.08 cores=0,2,4,6
/proc/10464/stat : 10464 (java) S 10462 10464 4512 0 -1 4202496 200620 0 1 0 14381 27 0 0 25 0 19 0 811838668 10813227008 178936 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10464/statm: 2639948 178936 2258 9 0 2630682 0
[pid=10464/tid=10465] ppid=10462 vsize=10559792 CPUtime=0.21 cores=0,2,4,6
/proc/10464/task/10465/stat : 10465 (java) S 10462 10464 4512 0 -1 4202560 12131 0 1 0 20 1 0 0 15 0 19 0 811838668 10813227008 178936 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522114048 0 4 0 16800975 18446604440956885120 0 0 -1 6 0 0 0
[pid=10464/tid=10467] ppid=10462 vsize=10559792 CPUtime=0.18 cores=0,2,4,6
/proc/10464/task/10467/stat : 10467 (java) S 10462 10464 4512 0 -1 4202560 206 0 0 0 18 0 0 0 15 0 19 0 811838670 10813227008 178936 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 0 0 0 0
[pid=10464/tid=10468] ppid=10462 vsize=10559792 CPUtime=0.15 cores=0,2,4,6
/proc/10464/task/10468/stat : 10468 (java) S 10462 10464 4512 0 -1 4202560 456 0 0 0 15 0 0 0 15 0 19 0 811838670 10813227008 178936 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 2 0 0 0
[pid=10464/tid=10469] ppid=10462 vsize=10559792 CPUtime=0.2 cores=0,2,4,6
/proc/10464/task/10469/stat : 10469 (java) S 10462 10464 4512 0 -1 4202560 239 0 0 0 20 0 0 0 15 0 19 0 811838670 10813227008 178936 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 2 0 0 0
[pid=10464/tid=10470] ppid=10462 vsize=10559792 CPUtime=0.15 cores=0,2,4,6
/proc/10464/task/10470/stat : 10470 (java) S 10462 10464 4512 0 -1 4202560 161 0 0 0 15 0 0 0 15 0 19 0 811838670 10813227008 178936 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 0 0 0 0
[pid=10464/tid=10471] ppid=10462 vsize=10559792 CPUtime=0.16 cores=0,2,4,6
/proc/10464/task/10471/stat : 10471 (java) S 10462 10464 4512 0 -1 4202560 381 0 0 0 16 0 0 0 15 0 19 0 811838670 10813227008 178936 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 6 0 0 0
[pid=10464/tid=10472] ppid=10462 vsize=10559792 CPUtime=0.13 cores=0,2,4,6
/proc/10464/task/10472/stat : 10472 (java) S 10462 10464 4512 0 -1 4202560 157 0 0 0 13 0 0 0 15 0 19 0 811838670 10813227008 178936 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 6 0 0 0
[pid=10464/tid=10473] ppid=10462 vsize=10559792 CPUtime=0.13 cores=0,2,4,6
/proc/10464/task/10473/stat : 10473 (java) S 10462 10464 4512 0 -1 4202560 423 0 0 0 13 0 0 0 15 0 19 0 811838670 10813227008 178936 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 6 0 0 0
[pid=10464/tid=10474] ppid=10462 vsize=10559792 CPUtime=0.15 cores=0,2,4,6
/proc/10464/task/10474/stat : 10474 (java) S 10462 10464 4512 0 -1 4202560 683 0 0 0 15 0 0 0 15 0 19 0 811838670 10813227008 178936 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 2 0 0 0
[pid=10464/tid=10475] ppid=10462 vsize=10559792 CPUtime=8.49 cores=0,2,4,6
/proc/10464/task/10475/stat : 10475 (java) S 10462 10464 4512 0 -1 4202560 16807 0 0 0 847 2 0 0 16 0 19 0 811838671 10813227008 178936 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522114048 0 0 0 16800975 18446604440956885120 0 0 -1 4 0 0 0
[pid=10464/tid=10476] ppid=10462 vsize=10559792 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10476/stat : 10476 (java) S 10462 10464 4512 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 811838672 10813227008 178936 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 4 0 0 0
[pid=10464/tid=10477] ppid=10462 vsize=10559792 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10477/stat : 10477 (java) S 10462 10464 4512 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 811838672 10813227008 178936 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 0 0 0 0
[pid=10464/tid=10478] ppid=10462 vsize=10559792 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10478/stat : 10478 (java) S 10462 10464 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811838674 10813227008 178936 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522121137 0 4 0 16800975 18446604440956885120 0 0 -1 2 0 0 0
[pid=10464/tid=10479] ppid=10462 vsize=10559792 CPUtime=1.76 cores=0,2,4,6
/proc/10464/task/10479/stat : 10479 (java) S 10462 10464 4512 0 -1 4202560 15275 0 0 0 174 2 0 0 15 0 19 0 811838674 10813227008 178936 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 0 0 0 0
[pid=10464/tid=10480] ppid=10462 vsize=10559792 CPUtime=2.31 cores=0,2,4,6
/proc/10464/task/10480/stat : 10480 (java) S 10462 10464 4512 0 -1 4202560 16136 0 0 0 229 2 0 0 15 0 19 0 811838674 10813227008 178936 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 2 0 0 0
[pid=10464/tid=10481] ppid=10462 vsize=10559792 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10481/stat : 10481 (java) S 10462 10464 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811838674 10813227008 178936 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522113433 0 4 0 16800975 18446604440956885120 0 0 -1 2 0 0 0
[pid=10464/tid=10482] ppid=10462 vsize=10559792 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10482/stat : 10482 (java) S 10462 10464 4512 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 811838674 10813227008 178936 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522114048 0 4 0 16800975 18446604440956885120 0 0 -1 2 0 0 0
[pid=10464/tid=10485] ppid=10462 vsize=10559792 CPUtime=0 cores=0,2,4,6
/proc/10464/task/10485/stat : 10485 (java) S 10462 10464 4512 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 811838692 10813227008 178936 33554432000 1073741824 1073778376 140736627663824 18446744073709551615 233522114048 0 4 0 16800975 18446604440956885120 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 144.08
Current children cumulated vsize (KiB) 10559792

[startup+76.7012 s]
/proc/loadavg: 3.37 3.64 3.78 5/569 10674
/proc/meminfo: memFree=21407300/32951124 swapFree=64303760/67111528
[pid=10464] ppid=10462 vsize=0 CPUtime=144.46 cores=0,2,4,6
/proc/10464/stat : 10464 (java) R 10462 10464 4512 0 -1 4203524 200632 0 1 0 14417 29 0 0 18 0 1 0 811838668 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10464/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 144.46
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 76.7142
CPU time (s): 144.478
CPU user time (s): 144.172
CPU system time (s): 0.305953
CPU usage (%): 188.333
Max. virtual memory (cumulated for all children) (KiB): 10572024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 144.172
system time used= 0.305953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200632
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= 4913
involuntary context switches= 2851

runsolver used 0.426935 second user time and 0.91886 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-04 15:30:28
IDJOB=3453804
IDBENCH=48008
IDSOLVER=1950
FILE ID=node145/3453804-1307194228
RUNJOBID= node145-1307194214-10064
PBS_JOBID= 13508838
Free space on /tmp= 73988 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=37-P1=223-P2=197-P3=97-P4=11-P5=157-P6=97-P7=127-P8=79-P9=11-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453804-1307194228/watcher-3453804-1307194228 -o /tmp/evaluation-result-3453804-1307194228/solver-3453804-1307194228 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453804-1307194228.opb

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

MD5SUM BENCH= cdc1e49bcf2e6b6913c93a683c821b72
RANDOM SEED=714450658

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22348688 kB
Buffers:        274004 kB
Cached:         604824 kB
SwapCached:        944 kB
Active:        9846520 kB
Inactive:       484012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22348688 kB
SwapTotal:    67111528 kB
SwapFree:     64303760 kB
Dirty:            1220 kB
Writeback:           0 kB
AnonPages:     9450772 kB
Mapped:          42620 kB
Slab:           135964 kB
PageTables:      66452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 163591092 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= 73988 MiB
End job on node145 at 2011-06-04 15:31:45