Trace number 3453704

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 122.773 64.4457

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=89-P1=127-P2=191-P3=17-P4=97-P5=227-P6=191-P7=41-B.opb
MD5SUM3f50fdda997abfe5e5c5cddf7b7c1313
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 benchmark2.66659
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables168
Total number of constraints15
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints15
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)448
Sum of products size (including duplicates)896
Number of different products448
Sum of products size896

Quality of the solution as a function of time


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

Solver Data

0.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.08	c version 2.3.1.v20110525
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.18-164.el5
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		9996466904
0.06/0.08	c Max memory 		10048897024
0.06/0.08	c Total memory 		10048897024
0.06/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3453704-1307194066.opb
0.10/0.11	c reading problem ... 
0.25/0.20	c ... done. Wall clock time 0.095s.
0.25/0.20	c #vars     616
0.25/0.20	c #constraints  918
0.25/0.20	c constraints type 
0.25/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 448
0.25/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 470
0.25/0.20	c constraints type 
0.25/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 448
0.25/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
2.21/0.78	c cleaning 2496 clauses out of 5002 with flag 5002/5002
4.00/1.26	c cleaning 4252 clauses out of 8504 with flag 11000/11000
5.24/1.82	c cleaning 5621 clauses out of 11252 with flag 18000/18000
6.45/2.40	c cleaning 6814 clauses out of 13631 with flag 26000/26000
7.83/3.17	c cleaning 7900 clauses out of 15819 with flag 35002/35002
9.20/3.87	c cleaning 8958 clauses out of 17920 with flag 45003/45003
10.57/4.57	c cleaning 9479 clauses out of 18959 with flag 55000/55000
12.36/5.46	c cleaning 9737 clauses out of 19480 with flag 65000/65000
13.86/6.19	c cleaning 9868 clauses out of 19743 with flag 75000/75000
15.62/6.83	c cleaning 9936 clauses out of 19875 with flag 85000/85000
17.42/7.72	c cleaning 9952 clauses out of 19939 with flag 95000/95000
18.74/8.45	c cleaning 9992 clauses out of 19987 with flag 105000/105000
20.70/9.44	c cleaning 9995 clauses out of 19994 with flag 115000/115000
22.05/10.13	c cleaning 9995 clauses out of 19999 with flag 125000/125000
23.41/10.89	c cleaning 9991 clauses out of 20005 with flag 135001/135001
25.16/11.75	c cleaning 9996 clauses out of 20014 with flag 145001/145001
27.29/12.80	c cleaning 10004 clauses out of 20018 with flag 155001/155001
28.44/13.47	c cleaning 9991 clauses out of 20014 with flag 165001/165001
29.59/14.04	c cleaning 10002 clauses out of 20022 with flag 175000/175000
30.93/14.70	c cleaning 10004 clauses out of 20020 with flag 185000/185000
32.45/15.52	c cleaning 10002 clauses out of 20017 with flag 195001/195001
34.00/16.36	c cleaning 10000 clauses out of 20014 with flag 205000/205000
34.74/16.76	c cleaning 0 clauses out of 5000 with flag 0/5000
35.18/16.97	c  And the winner is Resolution
35.49/17.44	c SATISFIABLE
35.49/17.44	c OPTIMIZING...
35.49/17.44	c Got one! Elapsed wall clock time (in seconds):17.328
35.49/17.44	o 105
36.21/17.83	c cleaning 11447 clauses out of 22919 with flag 5000/217905
37.25/18.33	c cleaning 8723 clauses out of 17473 with flag 11001/223906
38.19/18.82	c cleaning 7859 clauses out of 15749 with flag 18000/230905
39.33/19.49	c cleaning 7933 clauses out of 15890 with flag 26000/238905
41.30/20.43	c cleaning 8462 clauses out of 16958 with flag 35001/247906
43.42/21.54	c cleaning 9239 clauses out of 18495 with flag 45000/257905
45.75/22.77	c cleaning 9625 clauses out of 19257 with flag 55001/267906
47.29/23.55	c cleaning 9810 clauses out of 19632 with flag 65002/277907
48.66/24.29	c cleaning 9899 clauses out of 19820 with flag 75000/287905
50.33/25.21	c cleaning 9952 clauses out of 19921 with flag 85000/297905
52.47/26.23	c cleaning 9984 clauses out of 19970 with flag 95001/307906
54.20/27.17	c cleaning 9988 clauses out of 19985 with flag 105000/317905
55.73/27.95	c cleaning 9987 clauses out of 19997 with flag 115000/327905
57.64/28.92	c cleaning 9997 clauses out of 20010 with flag 125000/337905
59.77/30.01	c cleaning 10005 clauses out of 20012 with flag 135000/347905
60.70/30.58	c  And the winner is Resolution
60.88/30.64	c Got one! Elapsed wall clock time (in seconds):30.531
60.88/30.64	o 35
61.41/30.98	c cleaning 11615 clauses out of 23271 with flag 5001/361170
62.34/31.40	c cleaning 8807 clauses out of 17656 with flag 11001/367170
63.06/31.88	c cleaning 7900 clauses out of 15848 with flag 18000/374169
63.96/32.39	c cleaning 7954 clauses out of 15948 with flag 26000/382169
64.49/32.65	c  And the winner is Resolution
64.63/33.15	c Got one! Elapsed wall clock time (in seconds):33.041
64.63/33.15	o 33
64.73/33.22	c cleaning 6629 clauses out of 13291 with flag 1000/387466
65.46/33.68	c cleaning 6319 clauses out of 12662 with flag 7000/393466
66.38/34.18	c cleaning 6652 clauses out of 13344 with flag 14001/400467
67.47/34.78	c cleaning 7327 clauses out of 14691 with flag 22000/408466
68.79/35.46	c cleaning 8166 clauses out of 16365 with flag 31001/417467
70.35/36.23	c cleaning 9084 clauses out of 18199 with flag 41001/427467
71.82/37.08	c cleaning 9556 clauses out of 19115 with flag 51001/437467
73.34/37.87	c cleaning 9774 clauses out of 19558 with flag 61000/447466
75.47/38.94	c cleaning 9882 clauses out of 19784 with flag 71000/457466
76.83/39.69	c cleaning 9940 clauses out of 19902 with flag 81000/467466
78.49/40.56	c cleaning 9975 clauses out of 19963 with flag 91001/477467
80.24/41.47	c cleaning 9988 clauses out of 19988 with flag 101001/487467
81.16/41.90	c  And the winner is Resolution
81.19/42.19	c Got one! Elapsed wall clock time (in seconds):42.08
81.19/42.19	o 3
81.62/42.48	c cleaning 10319 clauses out of 20670 with flag 5001/498137
82.59/42.93	c cleaning 8155 clauses out of 16351 with flag 11001/504137
83.44/43.48	c cleaning 7577 clauses out of 15195 with flag 18000/511136
84.77/44.11	c cleaning 7789 clauses out of 15619 with flag 26001/519137
85.89/44.79	c cleaning 8411 clauses out of 16830 with flag 35001/528137
87.61/45.63	c cleaning 9209 clauses out of 18418 with flag 45000/538136
88.90/46.35	c cleaning 9591 clauses out of 19210 with flag 55001/548137
90.22/47.07	c cleaning 9800 clauses out of 19618 with flag 65000/558136
91.55/47.74	c cleaning 9909 clauses out of 19818 with flag 75000/568136
93.07/48.56	c cleaning 9946 clauses out of 19909 with flag 85000/578136
94.56/49.35	c cleaning 9969 clauses out of 19962 with flag 95000/588136
96.48/50.31	c cleaning 9993 clauses out of 19995 with flag 105002/598138
98.60/51.40	c cleaning 9989 clauses out of 20001 with flag 115001/608137
100.52/52.47	c cleaning 9998 clauses out of 20012 with flag 125001/618137
102.60/53.52	c cleaning 10001 clauses out of 20014 with flag 135001/628137
104.51/54.51	c cleaning 10002 clauses out of 20012 with flag 145000/638136
106.24/55.47	c cleaning 10003 clauses out of 20011 with flag 155001/648137
108.16/56.48	c cleaning 10001 clauses out of 20008 with flag 165001/658137
110.04/57.48	c cleaning 9998 clauses out of 20007 with flag 175001/668137
111.58/58.29	c cleaning 10000 clauses out of 20008 with flag 185000/678136
113.06/59.09	c cleaning 10001 clauses out of 20008 with flag 195000/688136
114.78/59.96	c cleaning 10002 clauses out of 20007 with flag 205000/698136
116.65/60.93	c cleaning 9999 clauses out of 20005 with flag 215000/708136
118.57/61.92	c cleaning 9998 clauses out of 20005 with flag 225000/718136
120.28/62.86	c cleaning 9999 clauses out of 20008 with flag 235001/728137
121.79/63.71	c cleaning 9999 clauses out of 20006 with flag 245000/738136
122.26/63.99	c  And the winner is Resolution
122.71/64.41	c starts		: 172
122.71/64.41	c conflicts		: 740280
122.71/64.41	c decisions		: 770177
122.71/64.41	c propagations		: 15158815
122.71/64.41	c inspects		: 454186144
122.71/64.41	c shortcuts		: 0
122.71/64.41	c learnt literals	: 18
122.71/64.41	c learnt binary clauses	: 84
122.71/64.41	c learnt ternary clauses	: 262
122.71/64.41	c learnt constraints	: 740261
122.71/64.41	c ignored constraints	: 0
122.71/64.41	c root simplifications	: 0
122.71/64.41	c removed literals (reason simplification)	: 22377392
122.71/64.41	c reason swapping (by a shorter reason)	: 0
122.71/64.41	c Calls to reduceDB	: 79
122.71/64.41	c number of reductions to clauses (during analyze)	: 0
122.71/64.41	c number of learned constraints concerned by reduction	: 0
122.71/64.41	c number of learning phase by resolution	: 0
122.71/64.41	c number of learning phase by cutting planes	: 0
122.71/64.41	c speed (assignments/second)	: 682153.4965349654
122.71/64.41	c non guided choices	5163
122.71/64.41	c learnt constraints type 
122.71/64.41	c constraints type 
122.71/64.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 448
122.71/64.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 470
122.71/64.41	c constraints type 
122.71/64.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 448
122.71/64.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
122.71/64.41	s OPTIMUM FOUND
122.71/64.41	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 
122.71/64.41	c objective function=3
122.71/64.41	c Total wall clock time (in seconds): 64.304

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

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

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


[startup+0 s]
/proc/loadavg: 3.09 3.72 3.63 3/502 18207
/proc/meminfo: memFree=26708140/32950928 swapFree=39617324/67111528
[pid=18207] ppid=18205 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/18207/stat : 18207 (java) S 18205 18207 13533 0 -1 4202496 5919 0 1 0 0 0 0 0 25 0 2 0 831006248 10694979584 5620 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092035045 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/18207/statm: 2611079 5634 917 9 0 2602235 0
[pid=18207/tid=18208] ppid=18205 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18208/stat : 18208 (java) R 18205 18207 13533 0 -1 4202560 6870 0 1 0 0 0 0 0 25 0 2 0 831006249 10694979584 7685 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208079926331 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0652269 s]
/proc/loadavg: 3.09 3.72 3.63 3/502 18207
/proc/meminfo: memFree=26708140/32950928 swapFree=39617324/67111528
[pid=18207] ppid=18205 vsize=10472952 CPUtime=0.06 cores=1,3,5,7
/proc/18207/stat : 18207 (java) S 18205 18207 13533 0 -1 4202496 11748 0 1 0 5 1 0 0 25 0 18 0 831006248 10724302848 11444 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18207/statm: 2618238 11444 1741 9 0 2608972 0
[pid=18207/tid=18208] ppid=18205 vsize=10472952 CPUtime=0.04 cores=1,3,5,7
/proc/18207/task/18208/stat : 18208 (java) R 18205 18207 13533 0 -1 4202560 10573 0 1 0 4 0 0 0 25 0 18 0 831006249 10724302848 11444 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 47583397819535 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10472952

[startup+0.101159 s]
/proc/loadavg: 3.09 3.72 3.63 3/502 18207
/proc/meminfo: memFree=26708140/32950928 swapFree=39617324/67111528
[pid=18207] ppid=18205 vsize=10539912 CPUtime=0.1 cores=1,3,5,7
/proc/18207/stat : 18207 (java) S 18205 18207 13533 0 -1 4202496 13094 0 1 0 9 1 0 0 25 0 18 0 831006248 10792869888 12790 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18207/statm: 2634978 12790 2093 9 0 2625712 0
[pid=18207/tid=18208] ppid=18205 vsize=10539912 CPUtime=0.09 cores=1,3,5,7
/proc/18207/task/18208/stat : 18208 (java) R 18205 18207 13533 0 -1 4202560 11150 0 1 0 8 1 0 0 18 0 18 0 831006249 10792869888 12790 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 47583397139992 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539912

[startup+0.301125 s]
/proc/loadavg: 3.09 3.72 3.63 3/502 18207
/proc/meminfo: memFree=26708140/32950928 swapFree=39617324/67111528
[pid=18207] ppid=18205 vsize=10547408 CPUtime=0.61 cores=1,3,5,7
/proc/18207/stat : 18207 (java) S 18205 18207 13533 0 -1 4202496 17683 0 1 0 59 2 0 0 25 0 22 0 831006248 10800545792 16119 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18207/statm: 2636852 16120 2203 9 0 2627586 0
[pid=18207/tid=18208] ppid=18205 vsize=10547408 CPUtime=0.19 cores=1,3,5,7
/proc/18207/task/18208/stat : 18208 (java) S 18205 18207 13533 0 -1 4202560 11977 0 1 0 18 1 0 0 19 0 22 0 831006249 10800545792 16120 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048896 0 4 0 16800975 18446604464758493632 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 10547408

[startup+0.70105 s]
/proc/loadavg: 3.09 3.72 3.63 3/502 18207
/proc/meminfo: memFree=26708140/32950928 swapFree=39617324/67111528
[pid=18207] ppid=18205 vsize=10560492 CPUtime=2.21 cores=1,3,5,7
/proc/18207/stat : 18207 (java) S 18205 18207 13533 0 -1 4202496 42103 0 1 0 216 5 0 0 25 0 22 0 831006248 10813943808 37097 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18207/statm: 2640123 37101 2225 9 0 2630857 0
[pid=18207/tid=18208] ppid=18205 vsize=10560492 CPUtime=0.19 cores=1,3,5,7
/proc/18207/task/18208/stat : 18208 (java) S 18205 18207 13533 0 -1 4202560 11977 0 1 0 18 1 0 0 19 0 22 0 831006249 10813943808 37101 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048896 0 4 0 16800975 18446604464758493632 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 10560492

[startup+1.5009 s]
/proc/loadavg: 3.09 3.72 3.63 7/524 18229
/proc/meminfo: memFree=26459724/32950928 swapFree=39617324/67111528
[pid=18207] ppid=18205 vsize=10560812 CPUtime=4.64 cores=1,3,5,7
/proc/18207/stat : 18207 (java) S 18205 18207 13533 0 -1 4202496 83235 0 1 0 454 10 0 0 25 0 22 0 831006248 10814271488 72798 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18207/statm: 2640203 72798 2256 9 0 2630937 0
[pid=18207/tid=18208] ppid=18205 vsize=10560812 CPUtime=0.19 cores=1,3,5,7
/proc/18207/task/18208/stat : 18208 (java) S 18205 18207 13533 0 -1 4202560 11977 0 1 0 18 1 0 0 15 0 22 0 831006249 10814271488 72798 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048896 0 4 0 16800975 18446604464758493632 0 0 -1 3 0 0 0
[pid=18207/tid=18210] ppid=18205 vsize=10560812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18210/stat : 18210 (java) S 18205 18207 13533 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831006250 10814271488 72798 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 7 0 0 0
[pid=18207/tid=18211] ppid=18205 vsize=10560812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18211/stat : 18211 (java) S 18205 18207 13533 0 -1 4202560 207 0 0 0 0 0 0 0 16 0 22 0 831006250 10814271488 72798 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 1 0 0 0
[pid=18207/tid=18212] ppid=18205 vsize=10560812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18212/stat : 18212 (java) S 18205 18207 13533 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831006250 10814271488 72798 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 7 0 0 0
[pid=18207/tid=18213] ppid=18205 vsize=10560812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18213/stat : 18213 (java) S 18205 18207 13533 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831006250 10814271488 72798 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 7 0 0 0
[pid=18207/tid=18214] ppid=18205 vsize=10560812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18214/stat : 18214 (java) S 18205 18207 13533 0 -1 4202560 153 0 0 0 0 0 0 0 16 0 22 0 831006250 10814271488 72798 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 5 0 0 0
[pid=18207/tid=18215] ppid=18205 vsize=10560812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18215/stat : 18215 (java) S 18205 18207 13533 0 -1 4202560 482 0 0 0 0 0 0 0 15 0 22 0 831006250 10814271488 72798 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 5 0 0 0
[pid=18207/tid=18216] ppid=18205 vsize=10560812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18216/stat : 18216 (java) S 18205 18207 13533 0 -1 4202560 275 0 0 0 0 0 0 0 16 0 22 0 831006250 10814271488 72798 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 7 0 0 0
[pid=18207/tid=18217] ppid=18205 vsize=10560812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18217/stat : 18217 (java) S 18205 18207 13533 0 -1 4202560 282 0 0 0 0 0 0 0 15 0 22 0 831006250 10814271488 72798 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 7 0 0 0
[pid=18207/tid=18218] ppid=18205 vsize=10560812 CPUtime=0.03 cores=1,3,5,7
/proc/18207/task/18218/stat : 18218 (java) S 18205 18207 13533 0 -1 4202560 1272 0 0 0 3 0 0 0 16 0 22 0 831006251 10814271488 72798 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048896 0 0 0 16800975 18446604464758493632 0 0 -1 3 0 0 0
[pid=18207/tid=18219] ppid=18205 vsize=10560812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18219/stat : 18219 (java) S 18205 18207 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831006252 10814271488 72798 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 3 0 0 0
[pid=18207/tid=18220] ppid=18205 vsize=10560812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18220/stat : 18220 (java) S 18205 18207 13533 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831006252 10814271488 72798 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 3 0 0 0
[pid=18207/tid=18221] ppid=18205 vsize=10560812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18221/stat : 18221 (java) S 18205 18207 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831006254 10814271488 72798 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092055985 0 4 0 16800975 18446604464758493632 0 0 -1 3 0 0 0
[pid=18207/tid=18222] ppid=18205 vsize=10560812 CPUtime=0.95 cores=1,3,5,7
/proc/18207/task/18222/stat : 18222 (java) S 18205 18207 13533 0 -1 4202560 12725 0 0 0 94 1 0 0 23 0 22 0 831006254 10814271488 72798 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 5 0 0 0
[pid=18207/tid=18223] ppid=18205 vsize=10560812 CPUtime=0.95 cores=1,3,5,7
/proc/18207/task/18223/stat : 18223 (java) S 18205 18207 13533 0 -1 4202560 5991 0 0 0 95 0 0 0 23 0 22 0 831006254 10814271488 72798 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 7 0 0 0
[pid=18207/tid=18224] ppid=18205 vsize=10560812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18224/stat : 18224 (java) S 18205 18207 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831006254 10814271488 72798 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 3 0 0 0
[pid=18207/tid=18225] ppid=18205 vsize=10560812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18225/stat : 18225 (java) S 18205 18207 13533 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831006254 10814271488 72798 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048896 0 4 0 16800975 18446604464758493632 0 0 -1 5 0 0 0
[pid=18207/tid=18226] ppid=18205 vsize=10560812 CPUtime=1.23 cores=1,3,5,7
/proc/18207/task/18226/stat : 18226 (java) R 18205 18207 13533 0 -1 4202560 595 0 0 0 123 0 0 0 24 0 22 0 831006269 10814271488 72798 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 46912505549067 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18207/tid=18227] ppid=18205 vsize=10560812 CPUtime=1.21 cores=1,3,5,7
/proc/18207/task/18227/stat : 18227 (java) R 18205 18207 13533 0 -1 4202560 48116 0 0 0 116 5 0 0 24 0 22 0 831006269 10814271488 72798 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 46912505681907 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18207/tid=18228] ppid=18205 vsize=10560812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18228/stat : 18228 (java) S 18205 18207 13533 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831006269 10814271488 72798 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048896 0 4 0 16800975 18446604464758493632 0 0 -1 3 0 0 0
[pid=18207/tid=18229] ppid=18205 vsize=10560812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18229/stat : 18229 (java) S 18205 18207 13533 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831006270 10814271488 72798 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048896 0 4 0 16800975 18446604464758493632 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.64
Current children cumulated vsize (KiB) 10560812

[startup+3.10159 s]
/proc/loadavg: 3.09 3.72 3.63 5/524 18229
/proc/meminfo: memFree=26266884/32950928 swapFree=39617324/67111528
[pid=18207] ppid=18205 vsize=10560812 CPUtime=7.83 cores=1,3,5,7
/proc/18207/stat : 18207 (java) S 18205 18207 13533 0 -1 4202496 120553 0 1 0 769 14 0 0 25 0 22 0 831006248 10814271488 110112 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18207/statm: 2640203 110118 2257 9 0 2630937 0
[pid=18207/tid=18208] ppid=18205 vsize=10560812 CPUtime=0.19 cores=1,3,5,7
/proc/18207/task/18208/stat : 18208 (java) S 18205 18207 13533 0 -1 4202560 11977 0 1 0 18 1 0 0 15 0 22 0 831006249 10814271488 110121 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048896 0 4 0 16800975 18446604464758493632 0 0 -1 3 0 0 0
[pid=18207/tid=18210] ppid=18205 vsize=10560812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18210/stat : 18210 (java) S 18205 18207 13533 0 -1 4202560 139 0 0 0 0 0 0 0 16 0 22 0 831006250 10814271488 110124 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 7 0 0 0
[pid=18207/tid=18211] ppid=18205 vsize=10560812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18211/stat : 18211 (java) S 18205 18207 13533 0 -1 4202560 371 0 0 0 0 0 0 0 15 0 22 0 831006250 10814271488 110127 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 1 0 0 0
[pid=18207/tid=18212] ppid=18205 vsize=10560812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18212/stat : 18212 (java) S 18205 18207 13533 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831006250 10814271488 110130 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 1 0 0 0
[pid=18207/tid=18213] ppid=18205 vsize=10560812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18213/stat : 18213 (java) S 18205 18207 13533 0 -1 4202560 113 0 0 0 0 0 0 0 15 0 22 0 831006250 10814271488 110133 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 7 0 0 0
[pid=18207/tid=18214] ppid=18205 vsize=10560812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18214/stat : 18214 (java) S 18205 18207 13533 0 -1 4202560 153 0 0 0 0 0 0 0 15 0 22 0 831006250 10814271488 110137 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 5 0 0 0
[pid=18207/tid=18215] ppid=18205 vsize=10560812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18215/stat : 18215 (java) S 18205 18207 13533 0 -1 4202560 601 0 0 0 0 0 0 0 15 0 22 0 831006250 10814271488 110140 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 5 0 0 0
[pid=18207/tid=18216] ppid=18205 vsize=10560812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18216/stat : 18216 (java) S 18205 18207 13533 0 -1 4202560 275 0 0 0 0 0 0 0 15 0 22 0 831006250 10814271488 110143 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 7 0 0 0
[pid=18207/tid=18217] ppid=18205 vsize=10560812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18217/stat : 18217 (java) S 18205 18207 13533 0 -1 4202560 313 0 0 0 0 0 0 0 15 0 22 0 831006250 10814271488 110146 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 7 0 0 0
[pid=18207/tid=18218] ppid=18205 vsize=10560812 CPUtime=0.09 cores=1,3,5,7
/proc/18207/task/18218/stat : 18218 (java) S 18205 18207 13533 0 -1 4202560 2440 0 0 0 9 0 0 0 16 0 22 0 831006251 10814271488 110149 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048896 0 0 0 16800975 18446604464758493632 0 0 -1 5 0 0 0
[pid=18207/tid=18219] ppid=18205 vsize=10560812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18219/stat : 18219 (java) S 18205 18207 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831006252 10814271488 110153 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 3 0 0 0
[pid=18207/tid=18220] ppid=18205 vsize=10560812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18220/stat : 18220 (java) S 18205 18207 13533 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831006252 10814271488 110157 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 3 0 0 0
[pid=18207/tid=18221] ppid=18205 vsize=10560812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18221/stat : 18221 (java) S 18205 18207 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831006254 10814271488 110160 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092055985 0 4 0 16800975 18446604464758493632 0 0 -1 3 0 0 0
[pid=18207/tid=18222] ppid=18205 vsize=10560812 CPUtime=0.98 cores=1,3,5,7
/proc/18207/task/18222/stat : 18222 (java) S 18205 18207 13533 0 -1 4202560 12733 0 0 0 97 1 0 0 15 0 22 0 831006254 10814271488 110164 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 3 0 0 0
[pid=18207/tid=18223] ppid=18205 vsize=10560812 CPUtime=0.96 cores=1,3,5,7
/proc/18207/task/18223/stat : 18223 (java) S 18205 18207 13533 0 -1 4202560 5992 0 0 0 96 0 0 0 15 0 22 0 831006254 10814271488 110167 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 7 0 0 0
[pid=18207/tid=18224] ppid=18205 vsize=10560812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18224/stat : 18224 (java) S 18205 18207 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831006254 10814271488 110170 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 3 0 0 0
[pid=18207/tid=18225] ppid=18205 vsize=10560812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18225/stat : 18225 (java) S 18205 18207 13533 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831006254 10814271488 110173 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048896 0 4 0 16800975 18446604464758493632 0 0 -1 5 0 0 0
[pid=18207/tid=18226] ppid=18205 vsize=10560812 CPUtime=2.77 cores=1,3,5,7
/proc/18207/task/18226/stat : 18226 (java) R 18205 18207 13533 0 -1 4202560 701 0 0 0 277 0 0 0 25 0 22 0 831006269 10814271488 110176 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 46912505667730 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18207/tid=18227] ppid=18205 vsize=10560812 CPUtime=2.75 cores=1,3,5,7
/proc/18207/task/18227/stat : 18227 (java) R 18205 18207 13533 0 -1 4202560 83654 0 0 0 266 9 0 0 25 0 22 0 831006269 10814271488 110179 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 46912505915272 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18207/tid=18228] ppid=18205 vsize=10560812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18228/stat : 18228 (java) S 18205 18207 13533 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831006269 10814271488 110182 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048896 0 4 0 16800975 18446604464758493632 0 0 -1 3 0 0 0
[pid=18207/tid=18229] ppid=18205 vsize=10560812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18229/stat : 18229 (java) S 18205 18207 13533 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831006270 10814271488 110185 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048896 0 4 0 16800975 18446604464758493632 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.83
Current children cumulated vsize (KiB) 10560812

[startup+6.30098 s]
/proc/loadavg: 3.33 3.76 3.64 5/524 18230
/proc/meminfo: memFree=26043848/32950928 swapFree=39617324/67111528
[pid=18207] ppid=18205 vsize=10566424 CPUtime=14.36 cores=1,3,5,7
/proc/18207/stat : 18207 (java) S 18205 18207 13533 0 -1 4202496 144619 0 1 0 1419 17 0 0 25 0 22 0 831006248 10820018176 133249 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18207/statm: 2641606 133249 2257 9 0 2632340 0
[pid=18207/tid=18208] ppid=18205 vsize=10566424 CPUtime=0.19 cores=1,3,5,7
/proc/18207/task/18208/stat : 18208 (java) S 18205 18207 13533 0 -1 4202560 11977 0 1 0 18 1 0 0 15 0 22 0 831006249 10820018176 133249 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048896 0 4 0 16800975 18446604464758493632 0 0 -1 3 0 0 0
[pid=18207/tid=18210] ppid=18205 vsize=10566424 CPUtime=0.01 cores=1,3,5,7
/proc/18207/task/18210/stat : 18210 (java) S 18205 18207 13533 0 -1 4202560 207 0 0 0 1 0 0 0 16 0 22 0 831006250 10820018176 133249 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 7 0 0 0
[pid=18207/tid=18211] ppid=18205 vsize=10566424 CPUtime=0.01 cores=1,3,5,7
/proc/18207/task/18211/stat : 18211 (java) S 18205 18207 13533 0 -1 4202560 448 0 0 0 1 0 0 0 15 0 22 0 831006250 10820018176 133249 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 1 0 0 0
[pid=18207/tid=18212] ppid=18205 vsize=10566424 CPUtime=0.01 cores=1,3,5,7
/proc/18207/task/18212/stat : 18212 (java) S 18205 18207 13533 0 -1 4202560 80 0 0 0 1 0 0 0 16 0 22 0 831006250 10820018176 133249 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 1 0 0 0
[pid=18207/tid=18213] ppid=18205 vsize=10566424 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18213/stat : 18213 (java) S 18205 18207 13533 0 -1 4202560 113 0 0 0 0 0 0 0 15 0 22 0 831006250 10820018176 133249 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 7 0 0 0
[pid=18207/tid=18214] ppid=18205 vsize=10566424 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18214/stat : 18214 (java) S 18205 18207 13533 0 -1 4202560 155 0 0 0 0 0 0 0 15 0 22 0 831006250 10820018176 133249 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 7 0 0 0
[pid=18207/tid=18215] ppid=18205 vsize=10566424 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18215/stat : 18215 (java) S 18205 18207 13533 0 -1 4202560 601 0 0 0 0 0 0 0 15 0 22 0 831006250 10820018176 133249 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 1 0 0 0
[pid=18207/tid=18216] ppid=18205 vsize=10566424 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18216/stat : 18216 (java) S 18205 18207 13533 0 -1 4202560 333 0 0 0 0 0 0 0 15 0 22 0 831006250 10820018176 133249 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 1 0 0 0
[pid=18207/tid=18217] ppid=18205 vsize=10566424 CPUtime=0.01 cores=1,3,5,7
/proc/18207/task/18217/stat : 18217 (java) S 18205 18207 13533 0 -1 4202560 320 0 0 0 1 0 0 0 15 0 22 0 831006250 10820018176 133249 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 1 0 0 0

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

/proc/18207/task/18216/stat : 18216 (java) S 18205 18207 13533 0 -1 4202560 345 0 0 0 10 0 0 0 15 0 22 0 831006250 10817343488 162976 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 5 0 0 0
[pid=18207/tid=18217] ppid=18205 vsize=10563812 CPUtime=0.12 cores=1,3,5,7
/proc/18207/task/18217/stat : 18217 (java) S 18205 18207 13533 0 -1 4202560 334 0 0 0 12 0 0 0 16 0 22 0 831006250 10817343488 162976 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 5 0 0 0
[pid=18207/tid=18218] ppid=18205 vsize=10563812 CPUtime=5.95 cores=1,3,5,7
/proc/18207/task/18218/stat : 18218 (java) S 18205 18207 13533 0 -1 4202560 13390 0 0 0 594 1 0 0 15 0 22 0 831006251 10817343488 162976 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048896 0 0 0 16800975 18446604464758493632 0 0 -1 3 0 0 0
[pid=18207/tid=18219] ppid=18205 vsize=10563812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18219/stat : 18219 (java) S 18205 18207 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831006252 10817343488 162976 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 3 0 0 0
[pid=18207/tid=18220] ppid=18205 vsize=10563812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18220/stat : 18220 (java) S 18205 18207 13533 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 831006252 10817343488 162976 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 7 0 0 0
[pid=18207/tid=18221] ppid=18205 vsize=10563812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18221/stat : 18221 (java) S 18205 18207 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831006254 10817343488 162976 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092055985 0 4 0 16800975 18446604464758493632 0 0 -1 3 0 0 0
[pid=18207/tid=18222] ppid=18205 vsize=10563812 CPUtime=1.06 cores=1,3,5,7
/proc/18207/task/18222/stat : 18222 (java) S 18205 18207 13533 0 -1 4202560 12741 0 0 0 105 1 0 0 15 0 22 0 831006254 10817343488 162976 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 7 0 0 0
[pid=18207/tid=18223] ppid=18205 vsize=10563812 CPUtime=1.95 cores=1,3,5,7
/proc/18207/task/18223/stat : 18223 (java) S 18205 18207 13533 0 -1 4202560 8195 0 0 0 194 1 0 0 15 0 22 0 831006254 10817343488 162976 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 3 0 0 0
[pid=18207/tid=18224] ppid=18205 vsize=10563812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18224/stat : 18224 (java) S 18205 18207 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831006254 10817343488 162976 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 3 0 0 0
[pid=18207/tid=18225] ppid=18205 vsize=10563812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18225/stat : 18225 (java) S 18205 18207 13533 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 831006254 10817343488 162976 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048896 0 4 0 16800975 18446604464758493632 0 0 -1 7 0 0 0
[pid=18207/tid=18228] ppid=18205 vsize=10563812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18228/stat : 18228 (java) S 18205 18207 13533 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831006269 10817343488 162976 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048896 0 4 0 16800975 18446604464758493632 0 0 -1 3 0 0 0
[pid=18207/tid=18293] ppid=18205 vsize=10563812 CPUtime=18.44 cores=1,3,5,7
/proc/18207/task/18293/stat : 18293 (java) R 18205 18207 13533 0 -1 4202560 17 0 0 0 1844 0 0 0 16 0 22 0 831010467 10817343488 162976 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 46912505741869 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18207/tid=18294] ppid=18205 vsize=10563812 CPUtime=18.44 cores=1,3,5,7
/proc/18207/task/18294/stat : 18294 (java) R 18205 18207 13533 0 -1 4202560 4 0 0 0 1844 0 0 0 16 0 22 0 831010467 10817343488 162976 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 46912505496939 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18207/tid=18295] ppid=18205 vsize=10563812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18295/stat : 18295 (java) S 18205 18207 13533 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 831010468 10817343488 162976 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048896 0 4 0 16800975 18446604464758493632 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 120.79
Current children cumulated vsize (KiB) 10563812

[startup+63.901 s]
/proc/loadavg: 3.95 3.86 3.68 4/523 18362
/proc/meminfo: memFree=24083280/32950928 swapFree=39617324/67111528
[pid=18207] ppid=18205 vsize=10563812 CPUtime=122.26 cores=1,3,5,7
/proc/18207/stat : 18207 (java) S 18205 18207 13533 0 -1 4202496 174995 0 1 0 12205 21 0 0 25 0 22 0 831006248 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18207/statm: 2640953 162988 2259 9 0 2631687 0
[pid=18207/tid=18208] ppid=18205 vsize=10563812 CPUtime=0.19 cores=1,3,5,7
/proc/18207/task/18208/stat : 18208 (java) S 18205 18207 13533 0 -1 4202560 11988 0 1 0 18 1 0 0 15 0 22 0 831006249 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048896 0 4 0 16800975 18446604464758493632 0 0 -1 3 0 0 0
[pid=18207/tid=18210] ppid=18205 vsize=10563812 CPUtime=0.11 cores=1,3,5,7
/proc/18207/task/18210/stat : 18210 (java) S 18205 18207 13533 0 -1 4202560 225 0 0 0 11 0 0 0 15 0 22 0 831006250 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 5 0 0 0
[pid=18207/tid=18211] ppid=18205 vsize=10563812 CPUtime=0.1 cores=1,3,5,7
/proc/18207/task/18211/stat : 18211 (java) S 18205 18207 13533 0 -1 4202560 465 0 0 0 10 0 0 0 15 0 22 0 831006250 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 1 0 0 0
[pid=18207/tid=18212] ppid=18205 vsize=10563812 CPUtime=0.11 cores=1,3,5,7
/proc/18207/task/18212/stat : 18212 (java) S 18205 18207 13533 0 -1 4202560 105 0 0 0 11 0 0 0 16 0 22 0 831006250 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 1 0 0 0
[pid=18207/tid=18213] ppid=18205 vsize=10563812 CPUtime=0.11 cores=1,3,5,7
/proc/18207/task/18213/stat : 18213 (java) S 18205 18207 13533 0 -1 4202560 134 0 0 0 11 0 0 0 16 0 22 0 831006250 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 7 0 0 0
[pid=18207/tid=18214] ppid=18205 vsize=10563812 CPUtime=0.11 cores=1,3,5,7
/proc/18207/task/18214/stat : 18214 (java) S 18205 18207 13533 0 -1 4202560 175 0 0 0 11 0 0 0 15 0 22 0 831006250 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 1 0 0 0
[pid=18207/tid=18215] ppid=18205 vsize=10563812 CPUtime=0.12 cores=1,3,5,7
/proc/18207/task/18215/stat : 18215 (java) S 18205 18207 13533 0 -1 4202560 616 0 0 0 12 0 0 0 16 0 22 0 831006250 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 7 0 0 0
[pid=18207/tid=18216] ppid=18205 vsize=10563812 CPUtime=0.1 cores=1,3,5,7
/proc/18207/task/18216/stat : 18216 (java) S 18205 18207 13533 0 -1 4202560 346 0 0 0 10 0 0 0 16 0 22 0 831006250 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 5 0 0 0
[pid=18207/tid=18217] ppid=18205 vsize=10563812 CPUtime=0.12 cores=1,3,5,7
/proc/18207/task/18217/stat : 18217 (java) S 18205 18207 13533 0 -1 4202560 334 0 0 0 12 0 0 0 15 0 22 0 831006250 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 5 0 0 0
[pid=18207/tid=18218] ppid=18205 vsize=10563812 CPUtime=6.09 cores=1,3,5,7
/proc/18207/task/18218/stat : 18218 (java) S 18205 18207 13533 0 -1 4202560 13390 0 0 0 608 1 0 0 15 0 22 0 831006251 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048896 0 0 0 16800975 18446604464758493632 0 0 -1 3 0 0 0
[pid=18207/tid=18219] ppid=18205 vsize=10563812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18219/stat : 18219 (java) S 18205 18207 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831006252 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 3 0 0 0
[pid=18207/tid=18220] ppid=18205 vsize=10563812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18220/stat : 18220 (java) S 18205 18207 13533 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 831006252 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 7 0 0 0
[pid=18207/tid=18221] ppid=18205 vsize=10563812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18221/stat : 18221 (java) S 18205 18207 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831006254 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092055985 0 4 0 16800975 18446604464758493632 0 0 -1 3 0 0 0
[pid=18207/tid=18222] ppid=18205 vsize=10563812 CPUtime=1.06 cores=1,3,5,7
/proc/18207/task/18222/stat : 18222 (java) S 18205 18207 13533 0 -1 4202560 12741 0 0 0 105 1 0 0 15 0 22 0 831006254 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 7 0 0 0
[pid=18207/tid=18223] ppid=18205 vsize=10563812 CPUtime=1.95 cores=1,3,5,7
/proc/18207/task/18223/stat : 18223 (java) S 18205 18207 13533 0 -1 4202560 8195 0 0 0 194 1 0 0 15 0 22 0 831006254 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 3 0 0 0
[pid=18207/tid=18224] ppid=18205 vsize=10563812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18224/stat : 18224 (java) S 18205 18207 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831006254 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 3 0 0 0
[pid=18207/tid=18225] ppid=18205 vsize=10563812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18225/stat : 18225 (java) S 18205 18207 13533 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 831006254 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048896 0 4 0 16800975 18446604464758493632 0 0 -1 3 0 0 0
[pid=18207/tid=18228] ppid=18205 vsize=10563812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18228/stat : 18228 (java) S 18205 18207 13533 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831006269 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048896 0 4 0 16800975 18446604464758493632 0 0 -1 3 0 0 0
[pid=18207/tid=18293] ppid=18205 vsize=10563812 CPUtime=19.1 cores=1,3,5,7
/proc/18207/task/18293/stat : 18293 (java) R 18205 18207 13533 0 -1 4202560 18 0 0 0 1910 0 0 0 15 0 22 0 831010467 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 46912505529242 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18207/tid=18294] ppid=18205 vsize=10563812 CPUtime=19.1 cores=1,3,5,7
/proc/18207/task/18294/stat : 18294 (java) R 18205 18207 13533 0 -1 4202560 4 0 0 0 1910 0 0 0 15 0 22 0 831010467 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 46912505627608 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18207/tid=18295] ppid=18205 vsize=10563812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18295/stat : 18295 (java) S 18205 18207 13533 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 831010468 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048896 0 4 0 16800975 18446604464758493632 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 122.26
Current children cumulated vsize (KiB) 10563812

[startup+64.3009 s]
/proc/loadavg: 3.95 3.86 3.68 4/523 18362
/proc/meminfo: memFree=24083280/32950928 swapFree=39617324/67111528
[pid=18207] ppid=18205 vsize=10563812 CPUtime=122.61 cores=1,3,5,7
/proc/18207/stat : 18207 (java) S 18205 18207 13533 0 -1 4202496 174995 0 1 0 12240 21 0 0 25 0 19 0 831006248 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18207/statm: 2640953 162988 2259 9 0 2631687 0
[pid=18207/tid=18208] ppid=18205 vsize=10563812 CPUtime=0.27 cores=1,3,5,7
/proc/18207/task/18208/stat : 18208 (java) R 18205 18207 13533 0 -1 4202560 11988 0 1 0 26 1 0 0 15 0 19 0 831006249 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 46912505366594 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18207/tid=18210] ppid=18205 vsize=10563812 CPUtime=0.11 cores=1,3,5,7
/proc/18207/task/18210/stat : 18210 (java) S 18205 18207 13533 0 -1 4202560 225 0 0 0 11 0 0 0 15 0 19 0 831006250 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 5 0 0 0
[pid=18207/tid=18211] ppid=18205 vsize=10563812 CPUtime=0.1 cores=1,3,5,7
/proc/18207/task/18211/stat : 18211 (java) S 18205 18207 13533 0 -1 4202560 465 0 0 0 10 0 0 0 15 0 19 0 831006250 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 1 0 0 0
[pid=18207/tid=18212] ppid=18205 vsize=10563812 CPUtime=0.11 cores=1,3,5,7
/proc/18207/task/18212/stat : 18212 (java) S 18205 18207 13533 0 -1 4202560 105 0 0 0 11 0 0 0 16 0 19 0 831006250 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 1 0 0 0
[pid=18207/tid=18213] ppid=18205 vsize=10563812 CPUtime=0.11 cores=1,3,5,7
/proc/18207/task/18213/stat : 18213 (java) S 18205 18207 13533 0 -1 4202560 134 0 0 0 11 0 0 0 16 0 19 0 831006250 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 7 0 0 0
[pid=18207/tid=18214] ppid=18205 vsize=10563812 CPUtime=0.11 cores=1,3,5,7
/proc/18207/task/18214/stat : 18214 (java) S 18205 18207 13533 0 -1 4202560 175 0 0 0 11 0 0 0 15 0 19 0 831006250 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 1 0 0 0
[pid=18207/tid=18215] ppid=18205 vsize=10563812 CPUtime=0.12 cores=1,3,5,7
/proc/18207/task/18215/stat : 18215 (java) S 18205 18207 13533 0 -1 4202560 616 0 0 0 12 0 0 0 16 0 19 0 831006250 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 7 0 0 0
[pid=18207/tid=18216] ppid=18205 vsize=10563812 CPUtime=0.1 cores=1,3,5,7
/proc/18207/task/18216/stat : 18216 (java) S 18205 18207 13533 0 -1 4202560 346 0 0 0 10 0 0 0 16 0 19 0 831006250 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 5 0 0 0
[pid=18207/tid=18217] ppid=18205 vsize=10563812 CPUtime=0.12 cores=1,3,5,7
/proc/18207/task/18217/stat : 18217 (java) S 18205 18207 13533 0 -1 4202560 334 0 0 0 12 0 0 0 15 0 19 0 831006250 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 5 0 0 0
[pid=18207/tid=18218] ppid=18205 vsize=10563812 CPUtime=6.09 cores=1,3,5,7
/proc/18207/task/18218/stat : 18218 (java) S 18205 18207 13533 0 -1 4202560 13390 0 0 0 608 1 0 0 15 0 19 0 831006251 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048896 0 0 0 16800975 18446604464758493632 0 0 -1 3 0 0 0
[pid=18207/tid=18219] ppid=18205 vsize=10563812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18219/stat : 18219 (java) S 18205 18207 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831006252 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 3 0 0 0
[pid=18207/tid=18220] ppid=18205 vsize=10563812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18220/stat : 18220 (java) S 18205 18207 13533 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 831006252 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 7 0 0 0
[pid=18207/tid=18221] ppid=18205 vsize=10563812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18221/stat : 18221 (java) S 18205 18207 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831006254 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092055985 0 4 0 16800975 18446604464758493632 0 0 -1 3 0 0 0
[pid=18207/tid=18222] ppid=18205 vsize=10563812 CPUtime=1.06 cores=1,3,5,7
/proc/18207/task/18222/stat : 18222 (java) S 18205 18207 13533 0 -1 4202560 12741 0 0 0 105 1 0 0 15 0 19 0 831006254 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 7 0 0 0
[pid=18207/tid=18223] ppid=18205 vsize=10563812 CPUtime=1.97 cores=1,3,5,7
/proc/18207/task/18223/stat : 18223 (java) S 18205 18207 13533 0 -1 4202560 8195 0 0 0 196 1 0 0 16 0 19 0 831006254 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 1 0 0 0
[pid=18207/tid=18224] ppid=18205 vsize=10563812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18224/stat : 18224 (java) S 18205 18207 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831006254 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 3 0 0 0
[pid=18207/tid=18225] ppid=18205 vsize=10563812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18225/stat : 18225 (java) S 18205 18207 13533 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 831006254 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048896 0 4 0 16800975 18446604464758493632 0 0 -1 7 0 0 0
[pid=18207/tid=18228] ppid=18205 vsize=10563812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18228/stat : 18228 (java) S 18205 18207 13533 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 831006269 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048896 0 4 0 16800975 18446604464758493632 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 122.61
Current children cumulated vsize (KiB) 10563812

[startup+64.4009 s]
/proc/loadavg: 3.95 3.86 3.68 4/523 18362
/proc/meminfo: memFree=24083280/32950928 swapFree=39617324/67111528
[pid=18207] ppid=18205 vsize=10563812 CPUtime=122.71 cores=1,3,5,7
/proc/18207/stat : 18207 (java) S 18205 18207 13533 0 -1 4202496 174995 0 1 0 12250 21 0 0 25 0 19 0 831006248 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18207/statm: 2640953 162988 2259 9 0 2631687 0
[pid=18207/tid=18208] ppid=18205 vsize=10563812 CPUtime=0.37 cores=1,3,5,7
/proc/18207/task/18208/stat : 18208 (java) R 18205 18207 13533 0 -1 4202560 11988 0 1 0 36 1 0 0 16 0 19 0 831006249 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 46912505366594 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18207/tid=18210] ppid=18205 vsize=10563812 CPUtime=0.11 cores=1,3,5,7
/proc/18207/task/18210/stat : 18210 (java) S 18205 18207 13533 0 -1 4202560 225 0 0 0 11 0 0 0 15 0 19 0 831006250 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 5 0 0 0
[pid=18207/tid=18211] ppid=18205 vsize=10563812 CPUtime=0.1 cores=1,3,5,7
/proc/18207/task/18211/stat : 18211 (java) S 18205 18207 13533 0 -1 4202560 465 0 0 0 10 0 0 0 15 0 19 0 831006250 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 1 0 0 0
[pid=18207/tid=18212] ppid=18205 vsize=10563812 CPUtime=0.11 cores=1,3,5,7
/proc/18207/task/18212/stat : 18212 (java) S 18205 18207 13533 0 -1 4202560 105 0 0 0 11 0 0 0 16 0 19 0 831006250 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 1 0 0 0
[pid=18207/tid=18213] ppid=18205 vsize=10563812 CPUtime=0.11 cores=1,3,5,7
/proc/18207/task/18213/stat : 18213 (java) S 18205 18207 13533 0 -1 4202560 134 0 0 0 11 0 0 0 16 0 19 0 831006250 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 7 0 0 0
[pid=18207/tid=18214] ppid=18205 vsize=10563812 CPUtime=0.11 cores=1,3,5,7
/proc/18207/task/18214/stat : 18214 (java) S 18205 18207 13533 0 -1 4202560 175 0 0 0 11 0 0 0 15 0 19 0 831006250 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 1 0 0 0
[pid=18207/tid=18215] ppid=18205 vsize=10563812 CPUtime=0.12 cores=1,3,5,7
/proc/18207/task/18215/stat : 18215 (java) S 18205 18207 13533 0 -1 4202560 616 0 0 0 12 0 0 0 16 0 19 0 831006250 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 7 0 0 0
[pid=18207/tid=18216] ppid=18205 vsize=10563812 CPUtime=0.1 cores=1,3,5,7
/proc/18207/task/18216/stat : 18216 (java) S 18205 18207 13533 0 -1 4202560 346 0 0 0 10 0 0 0 16 0 19 0 831006250 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 5 0 0 0
[pid=18207/tid=18217] ppid=18205 vsize=10563812 CPUtime=0.12 cores=1,3,5,7
/proc/18207/task/18217/stat : 18217 (java) S 18205 18207 13533 0 -1 4202560 334 0 0 0 12 0 0 0 15 0 19 0 831006250 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 5 0 0 0
[pid=18207/tid=18218] ppid=18205 vsize=10563812 CPUtime=6.09 cores=1,3,5,7
/proc/18207/task/18218/stat : 18218 (java) S 18205 18207 13533 0 -1 4202560 13390 0 0 0 608 1 0 0 15 0 19 0 831006251 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048896 0 0 0 16800975 18446604464758493632 0 0 -1 3 0 0 0
[pid=18207/tid=18219] ppid=18205 vsize=10563812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18219/stat : 18219 (java) S 18205 18207 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831006252 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 3 0 0 0
[pid=18207/tid=18220] ppid=18205 vsize=10563812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18220/stat : 18220 (java) S 18205 18207 13533 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 831006252 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 7 0 0 0
[pid=18207/tid=18221] ppid=18205 vsize=10563812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18221/stat : 18221 (java) S 18205 18207 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831006254 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092055985 0 4 0 16800975 18446604464758493632 0 0 -1 3 0 0 0
[pid=18207/tid=18222] ppid=18205 vsize=10563812 CPUtime=1.06 cores=1,3,5,7
/proc/18207/task/18222/stat : 18222 (java) S 18205 18207 13533 0 -1 4202560 12741 0 0 0 105 1 0 0 15 0 19 0 831006254 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 7 0 0 0
[pid=18207/tid=18223] ppid=18205 vsize=10563812 CPUtime=1.97 cores=1,3,5,7
/proc/18207/task/18223/stat : 18223 (java) S 18205 18207 13533 0 -1 4202560 8195 0 0 0 196 1 0 0 15 0 19 0 831006254 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 1 0 0 0
[pid=18207/tid=18224] ppid=18205 vsize=10563812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18224/stat : 18224 (java) S 18205 18207 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831006254 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048281 0 4 0 16800975 18446604464758493632 0 0 -1 3 0 0 0
[pid=18207/tid=18225] ppid=18205 vsize=10563812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18225/stat : 18225 (java) S 18205 18207 13533 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 831006254 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048896 0 4 0 16800975 18446604464758493632 0 0 -1 7 0 0 0
[pid=18207/tid=18228] ppid=18205 vsize=10563812 CPUtime=0 cores=1,3,5,7
/proc/18207/task/18228/stat : 18228 (java) S 18205 18207 13533 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 831006269 10817343488 162988 33554432000 1073741824 1073778376 140737451950816 18446744073709551615 208092048896 0 4 0 16800975 18446604464758493632 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 122.71
Current children cumulated vsize (KiB) 10563812

Child status: 30
Real time (s): 64.4457
CPU time (s): 122.773
CPU user time (s): 122.524
CPU system time (s): 0.248962
CPU usage (%): 190.507
Max. virtual memory (cumulated for all children) (KiB): 10568176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 122.524
system time used= 0.248962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175000
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= 4190
involuntary context switches= 1584

runsolver used 0.315951 second user time and 0.759884 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-04 15:27:46
IDJOB=3453704
IDBENCH=47908
IDSOLVER=1950
FILE ID=node127/3453704-1307194066
RUNJOBID= node127-1307194061-18051
PBS_JOBID= 13508856
Free space on /tmp= 73948 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=89-P1=127-P2=191-P3=17-P4=97-P5=227-P6=191-P7=41-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453704-1307194066/watcher-3453704-1307194066 -o /tmp/evaluation-result-3453704-1307194066/solver-3453704-1307194066 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453704-1307194066.opb

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

MD5SUM BENCH= 3f50fdda997abfe5e5c5cddf7b7c1313
RANDOM SEED=1975680589

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.823
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.86
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.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.60
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.823
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:      26708420 kB
Buffers:        332724 kB
Cached:         929400 kB
SwapCached:      59160 kB
Active:        3953156 kB
Inactive:      1999280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26708420 kB
SwapTotal:    67111528 kB
SwapFree:     39617324 kB
Dirty:            1028 kB
Writeback:           0 kB
AnonPages:     4637888 kB
Mapped:          30324 kB
Slab:           124696 kB
PageTables:      96888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 130119808 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= 73948 MiB
End job on node127 at 2011-06-04 15:28:50