Trace number 3453756

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 121.587 64.0178

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=233-P1=79-P2=107-P3=23-P4=107-P5=223-P6=239-P7=127-P8=229-P9=181-B.opb
MD5SUM9ac2b65e6f5a9e0208aa5abddde874b2
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.203968
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3453756-1307194179.opb
0.11/0.11	c reading problem ... 
0.26/0.22	c ... done. Wall clock time 0.118s.
0.26/0.22	c #vars     792
0.26/0.22	c #constraints  1180
0.26/0.22	c constraints type 
0.26/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 576
0.26/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 604
0.26/0.22	c constraints type 
0.26/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 576
0.26/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 604
2.62/0.89	c cleaning 2495 clauses out of 5000 with flag 5000/5000
4.23/1.32	c cleaning 4253 clauses out of 8505 with flag 11000/11000
5.23/1.81	c cleaning 5626 clauses out of 11252 with flag 18000/18000
6.21/2.38	c cleaning 6806 clauses out of 13627 with flag 26001/26001
7.60/3.04	c cleaning 7907 clauses out of 15822 with flag 35002/35002
9.41/3.90	c cleaning 8956 clauses out of 17914 with flag 45001/45001
10.99/4.78	c cleaning 9475 clauses out of 18956 with flag 55000/55000
13.46/5.85	c cleaning 9738 clauses out of 19482 with flag 65001/65001
15.79/6.87	c cleaning 9870 clauses out of 19744 with flag 75001/75001
17.15/7.60	c cleaning 9933 clauses out of 19874 with flag 85001/85001
19.32/8.68	c cleaning 9969 clauses out of 19941 with flag 95001/95001
20.87/9.47	c cleaning 9977 clauses out of 19974 with flag 105003/105003
22.61/10.32	c cleaning 9985 clauses out of 19994 with flag 115001/115001
24.15/11.12	c cleaning 9994 clauses out of 20010 with flag 125002/125002
25.70/12.00	c cleaning 10003 clauses out of 20014 with flag 135000/135000
27.85/13.00	c cleaning 10002 clauses out of 20012 with flag 145001/145001
28.97/13.66	c cleaning 10003 clauses out of 20010 with flag 155001/155001
31.12/14.74	c cleaning 9997 clauses out of 20007 with flag 165001/165001
32.66/15.53	c cleaning 10000 clauses out of 20010 with flag 175001/175001
33.61/16.05	c cleaning 0 clauses out of 5001 with flag 0/5001
34.02/16.28	c cleaning 10003 clauses out of 20011 with flag 185002/185002
35.91/17.13	c cleaning 9995 clauses out of 20007 with flag 195001/195001
37.78/18.06	c cleaning 10000 clauses out of 20012 with flag 205001/205001
39.15/18.73	c cleaning 9996 clauses out of 20012 with flag 215001/215001
39.43/18.91	c  And the winner is Resolution
39.48/19.38	c SATISFIABLE
39.48/19.38	c OPTIMIZING...
39.48/19.38	c Got one! Elapsed wall clock time (in seconds):19.279
39.48/19.38	o 11
39.70/19.56	c cleaning 7604 clauses out of 15236 with flag 3002/220222
40.44/19.95	c cleaning 6798 clauses out of 13630 with flag 9000/226220
41.58/20.55	c cleaning 6906 clauses out of 13832 with flag 16000/233220
42.91/21.26	c cleaning 7452 clauses out of 14926 with flag 24000/241220
44.06/21.81	c cleaning 8217 clauses out of 16474 with flag 33000/250220
45.59/22.67	c cleaning 9115 clauses out of 18257 with flag 43000/260220
47.72/23.78	c cleaning 9562 clauses out of 19143 with flag 53001/270221
49.66/24.76	c cleaning 9786 clauses out of 19581 with flag 63001/280221
51.76/25.82	c cleaning 9889 clauses out of 19794 with flag 73000/290220
53.69/26.80	c cleaning 9948 clauses out of 19906 with flag 83001/300221
55.21/27.60	c cleaning 9971 clauses out of 19956 with flag 93000/310220
56.14/28.18	c cleaning 9989 clauses out of 19985 with flag 103000/320220
57.83/29.09	c cleaning 9991 clauses out of 19996 with flag 113000/330220
59.55/29.92	c cleaning 10001 clauses out of 20006 with flag 123001/340221
60.87/30.61	c  And the winner is Resolution
60.91/31.01	c Got one! Elapsed wall clock time (in seconds):30.905
60.91/31.01	o 5
61.48/31.34	c cleaning 12356 clauses out of 24738 with flag 5000/354954
62.20/31.79	c cleaning 9172 clauses out of 18383 with flag 11001/360955
63.29/32.35	c cleaning 8078 clauses out of 16211 with flag 18001/367955
64.21/32.90	c cleaning 8039 clauses out of 16134 with flag 26002/375956
65.53/33.53	c cleaning 8544 clauses out of 17094 with flag 35001/384955
67.05/34.37	c cleaning 9271 clauses out of 18550 with flag 45001/394955
68.93/35.30	c cleaning 9636 clauses out of 19278 with flag 55000/404954
70.45/36.11	c cleaning 9810 clauses out of 19641 with flag 65000/414954
71.77/36.82	c cleaning 9902 clauses out of 19831 with flag 75000/424954
73.09/37.53	c cleaning 9957 clauses out of 19930 with flag 85001/434955
74.57/38.36	c cleaning 9981 clauses out of 19974 with flag 95002/444956
76.28/39.21	c cleaning 9993 clauses out of 19991 with flag 105000/454954
77.40/39.81	c  And the winner is Resolution
77.45/40.16	c Got one! Elapsed wall clock time (in seconds):40.057
77.45/40.16	o 3
78.14/40.53	c cleaning 11309 clauses out of 22653 with flag 5001/467609
78.85/40.98	c cleaning 8664 clauses out of 17344 with flag 11001/473609
80.13/41.62	c cleaning 7835 clauses out of 15680 with flag 18001/480609
81.06/42.19	c cleaning 7919 clauses out of 15845 with flag 26001/488609
82.40/42.82	c cleaning 8460 clauses out of 16927 with flag 35002/497610
83.69/43.53	c cleaning 9218 clauses out of 18465 with flag 45000/507608
85.17/44.37	c cleaning 9608 clauses out of 19247 with flag 55000/517608
87.48/45.56	c cleaning 9818 clauses out of 19639 with flag 65000/527608
89.40/46.52	c cleaning 9905 clauses out of 19821 with flag 75000/537608
90.94/47.37	c cleaning 9953 clauses out of 19916 with flag 85001/547609
92.58/48.25	c cleaning 9974 clauses out of 19963 with flag 95001/557609
93.89/48.95	c cleaning 9990 clauses out of 19988 with flag 105000/567608
95.61/49.85	c cleaning 9991 clauses out of 19998 with flag 115000/577608
97.32/50.70	c cleaning 9997 clauses out of 20008 with flag 125001/587609
98.79/51.57	c cleaning 10000 clauses out of 20012 with flag 135002/597610
100.69/52.53	c cleaning 9999 clauses out of 20010 with flag 145000/607608
102.00/53.28	c cleaning 10003 clauses out of 20012 with flag 155001/617609
103.72/54.19	c cleaning 9998 clauses out of 20009 with flag 165001/627609
105.58/55.14	c cleaning 10005 clauses out of 20010 with flag 175000/637608
107.09/55.94	c cleaning 9995 clauses out of 20005 with flag 185001/647609
108.60/56.75	c cleaning 10000 clauses out of 20009 with flag 195000/657608
110.31/57.61	c cleaning 9999 clauses out of 20009 with flag 205000/667608
111.97/58.54	c cleaning 9999 clauses out of 20011 with flag 215001/677609
113.71/59.47	c cleaning 9999 clauses out of 20011 with flag 225000/687608
115.39/60.34	c cleaning 9998 clauses out of 20010 with flag 235000/697608
116.89/61.20	c cleaning 10003 clauses out of 20013 with flag 245001/707609
118.76/62.14	c cleaning 10003 clauses out of 20009 with flag 255000/717608
120.47/63.09	c cleaning 10001 clauses out of 20007 with flag 265001/727609
121.17/63.43	c  And the winner is Resolution
121.46/63.98	c starts		: 156
121.46/63.98	c conflicts		: 731362
121.46/63.98	c decisions		: 759751
121.46/63.98	c propagations		: 14564615
121.46/63.98	c inspects		: 431370905
121.46/63.98	c shortcuts		: 0
121.46/63.98	c learnt literals	: 12
121.46/63.98	c learnt binary clauses	: 39
121.46/63.98	c learnt ternary clauses	: 94
121.46/63.98	c learnt constraints	: 731349
121.46/63.98	c ignored constraints	: 0
121.46/63.98	c root simplifications	: 0
121.46/63.98	c removed literals (reason simplification)	: 23170016
121.46/63.98	c reason swapping (by a shorter reason)	: 0
121.46/63.98	c Calls to reduceDB	: 77
121.46/63.98	c number of reductions to clauses (during analyze)	: 0
121.46/63.98	c number of learned constraints concerned by reduction	: 0
121.46/63.98	c number of learning phase by resolution	: 0
121.46/63.98	c number of learning phase by cutting planes	: 0
121.46/63.98	c speed (assignments/second)	: 611444.7942905122
121.46/63.98	c non guided choices	7108
121.46/63.98	c learnt constraints type 
121.46/63.98	c constraints type 
121.46/63.98	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 576
121.46/63.98	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 604
121.46/63.98	c constraints type 
121.46/63.98	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 576
121.46/63.98	c org.sat4j.pb.constraints.pb.MaxWatchPb => 604
121.46/63.98	s OPTIMUM FOUND
121.46/63.98	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 
121.46/63.98	c objective function=3
121.46/63.98	c Total wall clock time (in seconds): 63.878

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-3453756-1307194179/watcher-3453756-1307194179 -o /tmp/evaluation-result-3453756-1307194179/solver-3453756-1307194179 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453756-1307194179.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: 2.76 3.51 3.53 1/482 18336
/proc/meminfo: memFree=29862592/32950928 swapFree=45617076/67111528
[pid=18336] ppid=18334 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/18336/stat : 18336 (java) S 18334 18336 13462 0 -1 4202496 3581 0 1 0 0 0 0 0 25 0 2 0 831017741 10694979584 3283 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101500901 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/18336/statm: 2611079 3294 917 9 0 2602235 0
[pid=18336/tid=18337] ppid=18334 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18337/stat : 18337 (java) R 18334 18336 13462 0 -1 4202560 6593 0 1 0 0 0 0 0 25 0 2 0 831017742 10694979584 7409 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248089392187 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0910339 s]
/proc/loadavg: 2.76 3.51 3.53 1/482 18336
/proc/meminfo: memFree=29862592/32950928 swapFree=45617076/67111528
[pid=18336] ppid=18334 vsize=10539864 CPUtime=0.1 cores=1,3,5,7
/proc/18336/stat : 18336 (java) S 18334 18336 13462 0 -1 4202496 12996 0 1 0 8 2 0 0 25 0 18 0 831017741 10792820736 12658 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18336/statm: 2634966 12659 2093 9 0 2625700 0
[pid=18336/tid=18337] ppid=18334 vsize=10539864 CPUtime=0.07 cores=1,3,5,7
/proc/18336/task/18337/stat : 18337 (java) R 18334 18336 13462 0 -1 4202560 11054 0 1 0 6 1 0 0 25 0 18 0 831017742 10792820736 12660 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 47119128487955 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) 10539864

[startup+0.101029 s]
/proc/loadavg: 2.76 3.51 3.53 1/482 18336
/proc/meminfo: memFree=29862592/32950928 swapFree=45617076/67111528
[pid=18336] ppid=18334 vsize=10539864 CPUtime=0.11 cores=1,3,5,7
/proc/18336/stat : 18336 (java) S 18334 18336 13462 0 -1 4202496 13140 0 1 0 9 2 0 0 25 0 18 0 831017741 10792820736 12778 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18336/statm: 2634966 12778 2093 9 0 2625700 0
[pid=18336/tid=18337] ppid=18334 vsize=10539864 CPUtime=0.08 cores=1,3,5,7
/proc/18336/task/18337/stat : 18337 (java) R 18334 18336 13462 0 -1 4202560 11196 0 1 0 7 1 0 0 25 0 18 0 831017742 10792820736 12778 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 47119127652801 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10539864

[startup+0.300998 s]
/proc/loadavg: 2.76 3.51 3.53 1/482 18336
/proc/meminfo: memFree=29862592/32950928 swapFree=45617076/67111528
[pid=18336] ppid=18334 vsize=10548948 CPUtime=0.63 cores=1,3,5,7
/proc/18336/stat : 18336 (java) S 18334 18336 13462 0 -1 4202496 17552 0 1 0 60 3 0 0 25 0 22 0 831017741 10802122752 16436 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18336/statm: 2637237 16436 2205 9 0 2627971 0
[pid=18336/tid=18337] ppid=18334 vsize=10548948 CPUtime=0.22 cores=1,3,5,7
/proc/18336/task/18337/stat : 18337 (java) S 18334 18336 13462 0 -1 4202560 12149 0 1 0 20 2 0 0 25 0 22 0 831017742 10802122752 16437 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514752 0 4 0 16800975 18446604471104418112 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 10548948

[startup+0.700931 s]
/proc/loadavg: 2.76 3.51 3.53 1/482 18336
/proc/meminfo: memFree=29862592/32950928 swapFree=45617076/67111528
[pid=18336] ppid=18334 vsize=10559256 CPUtime=2.22 cores=1,3,5,7
/proc/18336/stat : 18336 (java) S 18334 18336 13462 0 -1 4202496 39491 0 1 0 216 6 0 0 25 0 22 0 831017741 10812678144 35148 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18336/statm: 2639814 35149 2223 9 0 2630548 0
[pid=18336/tid=18337] ppid=18334 vsize=10559256 CPUtime=0.22 cores=1,3,5,7
/proc/18336/task/18337/stat : 18337 (java) S 18334 18336 13462 0 -1 4202560 12149 0 1 0 20 2 0 0 25 0 22 0 831017742 10812678144 35149 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514752 0 4 0 16800975 18446604471104418112 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 10559256

[startup+1.50079 s]
/proc/loadavg: 2.76 3.51 3.53 5/504 18364
/proc/meminfo: memFree=29557332/32950928 swapFree=45617076/67111528
[pid=18336] ppid=18334 vsize=10557864 CPUtime=4.61 cores=1,3,5,7
/proc/18336/stat : 18336 (java) S 18334 18336 13462 0 -1 4202496 83740 0 1 0 449 12 0 0 25 0 22 0 831017741 10811252736 72392 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18336/statm: 2639466 72392 2256 9 0 2630200 0
[pid=18336/tid=18337] ppid=18334 vsize=10557864 CPUtime=0.22 cores=1,3,5,7
/proc/18336/task/18337/stat : 18337 (java) S 18334 18336 13462 0 -1 4202560 12149 0 1 0 20 2 0 0 15 0 22 0 831017742 10811252736 72392 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514752 0 4 0 16800975 18446604471104418112 0 0 -1 5 0 0 0
[pid=18336/tid=18339] ppid=18334 vsize=10557864 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18339/stat : 18339 (java) S 18334 18336 13462 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831017744 10811252736 72392 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 1 0 0 0
[pid=18336/tid=18340] ppid=18334 vsize=10557864 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18340/stat : 18340 (java) S 18334 18336 13462 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 22 0 831017744 10811252736 72392 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 7 0 0 0
[pid=18336/tid=18341] ppid=18334 vsize=10557864 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18341/stat : 18341 (java) S 18334 18336 13462 0 -1 4202560 484 0 0 0 0 0 0 0 16 0 22 0 831017744 10811252736 72392 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 5 0 0 0
[pid=18336/tid=18342] ppid=18334 vsize=10557864 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18342/stat : 18342 (java) S 18334 18336 13462 0 -1 4202560 67 0 0 0 0 0 0 0 16 0 22 0 831017744 10811252736 72392 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 5 0 0 0
[pid=18336/tid=18343] ppid=18334 vsize=10557864 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18343/stat : 18343 (java) S 18334 18336 13462 0 -1 4202560 256 0 0 0 0 0 0 0 15 0 22 0 831017744 10811252736 72392 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 5 0 0 0
[pid=18336/tid=18344] ppid=18334 vsize=10557864 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18344/stat : 18344 (java) S 18334 18336 13462 0 -1 4202560 204 0 0 0 0 0 0 0 15 0 22 0 831017744 10811252736 72392 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 1 0 0 0
[pid=18336/tid=18345] ppid=18334 vsize=10557864 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18345/stat : 18345 (java) S 18334 18336 13462 0 -1 4202560 317 0 0 0 0 0 0 0 15 0 22 0 831017744 10811252736 72392 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 7 0 0 0
[pid=18336/tid=18346] ppid=18334 vsize=10557864 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18346/stat : 18346 (java) S 18334 18336 13462 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 831017744 10811252736 72392 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 1 0 0 0
[pid=18336/tid=18347] ppid=18334 vsize=10557864 CPUtime=0.03 cores=1,3,5,7
/proc/18336/task/18347/stat : 18347 (java) S 18334 18336 13462 0 -1 4202560 1275 0 0 0 3 0 0 0 15 0 22 0 831017745 10811252736 72392 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514752 0 0 0 16800975 18446604471104418112 0 0 -1 3 0 0 0
[pid=18336/tid=18348] ppid=18334 vsize=10557864 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18348/stat : 18348 (java) S 18334 18336 13462 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831017745 10811252736 72392 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 3 0 0 0
[pid=18336/tid=18349] ppid=18334 vsize=10557864 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18349/stat : 18349 (java) S 18334 18336 13462 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831017745 10811252736 72392 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 3 0 0 0
[pid=18336/tid=18350] ppid=18334 vsize=10557864 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18350/stat : 18350 (java) S 18334 18336 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831017747 10811252736 72392 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101521841 0 4 0 16800975 18446604471104418112 0 0 -1 3 0 0 0
[pid=18336/tid=18351] ppid=18334 vsize=10557864 CPUtime=0.94 cores=1,3,5,7
/proc/18336/task/18351/stat : 18351 (java) S 18334 18336 13462 0 -1 4202560 10386 0 0 0 94 0 0 0 24 0 22 0 831017747 10811252736 72392 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 5 0 0 0
[pid=18336/tid=18352] ppid=18334 vsize=10557864 CPUtime=0.92 cores=1,3,5,7
/proc/18336/task/18352/stat : 18352 (java) S 18334 18336 13462 0 -1 4202560 9623 0 0 0 91 1 0 0 24 0 22 0 831017747 10811252736 72392 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 7 0 0 0
[pid=18336/tid=18353] ppid=18334 vsize=10557864 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18353/stat : 18353 (java) S 18334 18336 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831017747 10811252736 72392 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 3 0 0 0
[pid=18336/tid=18354] ppid=18334 vsize=10557864 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18354/stat : 18354 (java) S 18334 18336 13462 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831017747 10811252736 72392 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514752 0 4 0 16800975 18446604471104418112 0 0 -1 7 0 0 0
[pid=18336/tid=18355] ppid=18334 vsize=10557864 CPUtime=1.22 cores=1,3,5,7
/proc/18336/task/18355/stat : 18355 (java) R 18334 18336 13462 0 -1 4202560 649 0 0 0 122 0 0 0 25 0 22 0 831017764 10811252736 72392 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 46912505713167 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18336/tid=18356] ppid=18334 vsize=10557864 CPUtime=1.21 cores=1,3,5,7
/proc/18336/task/18356/stat : 18356 (java) R 18334 18336 13462 0 -1 4202560 47065 0 0 0 115 6 0 0 25 0 22 0 831017764 10811252736 72392 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 46912505586746 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18336/tid=18357] ppid=18334 vsize=10557864 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18357/stat : 18357 (java) S 18334 18336 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831017765 10811252736 72392 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514752 0 4 0 16800975 18446604471104418112 0 0 -1 1 0 0 0
[pid=18336/tid=18358] ppid=18334 vsize=10557864 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18358/stat : 18358 (java) S 18334 18336 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831017765 10811252736 72392 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514752 0 4 0 16800975 18446604471104418112 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.61
Current children cumulated vsize (KiB) 10557864

[startup+3.1015 s]
/proc/loadavg: 2.76 3.51 3.53 8/507 18370
/proc/meminfo: memFree=29281160/32950928 swapFree=45617076/67111528
[pid=18336] ppid=18334 vsize=10557864 CPUtime=7.8 cores=1,3,5,7
/proc/18336/stat : 18336 (java) S 18334 18336 13462 0 -1 4202496 117560 0 1 0 764 16 0 0 25 0 22 0 831017741 10811252736 106208 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18336/statm: 2639466 106208 2257 9 0 2630200 0
[pid=18336/tid=18337] ppid=18334 vsize=10557864 CPUtime=0.22 cores=1,3,5,7
/proc/18336/task/18337/stat : 18337 (java) S 18334 18336 13462 0 -1 4202560 12149 0 1 0 20 2 0 0 15 0 22 0 831017742 10811252736 106208 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514752 0 4 0 16800975 18446604471104418112 0 0 -1 5 0 0 0
[pid=18336/tid=18339] ppid=18334 vsize=10557864 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18339/stat : 18339 (java) S 18334 18336 13462 0 -1 4202560 112 0 0 0 0 0 0 0 16 0 22 0 831017744 10811252736 106208 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 7 0 0 0
[pid=18336/tid=18340] ppid=18334 vsize=10557864 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18340/stat : 18340 (java) S 18334 18336 13462 0 -1 4202560 179 0 0 0 0 0 0 0 15 0 22 0 831017744 10811252736 106208 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 7 0 0 0
[pid=18336/tid=18341] ppid=18334 vsize=10557864 CPUtime=0.01 cores=1,3,5,7
/proc/18336/task/18341/stat : 18341 (java) S 18334 18336 13462 0 -1 4202560 695 0 0 0 1 0 0 0 16 0 22 0 831017744 10811252736 106208 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 5 0 0 0
[pid=18336/tid=18342] ppid=18334 vsize=10557864 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18342/stat : 18342 (java) S 18334 18336 13462 0 -1 4202560 218 0 0 0 0 0 0 0 16 0 22 0 831017744 10811252736 106208 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 5 0 0 0
[pid=18336/tid=18343] ppid=18334 vsize=10557864 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18343/stat : 18343 (java) S 18334 18336 13462 0 -1 4202560 349 0 0 0 0 0 0 0 16 0 22 0 831017744 10811252736 106208 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 7 0 0 0
[pid=18336/tid=18344] ppid=18334 vsize=10557864 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18344/stat : 18344 (java) S 18334 18336 13462 0 -1 4202560 283 0 0 0 0 0 0 0 16 0 22 0 831017744 10811252736 106208 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 1 0 0 0
[pid=18336/tid=18345] ppid=18334 vsize=10557864 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18345/stat : 18345 (java) S 18334 18336 13462 0 -1 4202560 496 0 0 0 0 0 0 0 16 0 22 0 831017744 10811252736 106208 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 1 0 0 0
[pid=18336/tid=18346] ppid=18334 vsize=10557864 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18346/stat : 18346 (java) S 18334 18336 13462 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 831017744 10811252736 106208 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 1 0 0 0
[pid=18336/tid=18347] ppid=18334 vsize=10557864 CPUtime=0.11 cores=1,3,5,7
/proc/18336/task/18347/stat : 18347 (java) S 18334 18336 13462 0 -1 4202560 3051 0 0 0 11 0 0 0 15 0 22 0 831017745 10811252736 106208 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514752 0 0 0 16800975 18446604471104418112 0 0 -1 3 0 0 0
[pid=18336/tid=18348] ppid=18334 vsize=10557864 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18348/stat : 18348 (java) S 18334 18336 13462 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831017745 10811252736 106208 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 3 0 0 0
[pid=18336/tid=18349] ppid=18334 vsize=10557864 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18349/stat : 18349 (java) S 18334 18336 13462 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831017745 10811252736 106208 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 3 0 0 0
[pid=18336/tid=18350] ppid=18334 vsize=10557864 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18350/stat : 18350 (java) S 18334 18336 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831017747 10811252736 106208 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101521841 0 4 0 16800975 18446604471104418112 0 0 -1 3 0 0 0
[pid=18336/tid=18351] ppid=18334 vsize=10557864 CPUtime=0.98 cores=1,3,5,7
/proc/18336/task/18351/stat : 18351 (java) S 18334 18336 13462 0 -1 4202560 10396 0 0 0 98 0 0 0 15 0 22 0 831017747 10811252736 106208 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 5 0 0 0
[pid=18336/tid=18352] ppid=18334 vsize=10557864 CPUtime=0.95 cores=1,3,5,7
/proc/18336/task/18352/stat : 18352 (java) S 18334 18336 13462 0 -1 4202560 9631 0 0 0 94 1 0 0 15 0 22 0 831017747 10811252736 106208 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 7 0 0 0
[pid=18336/tid=18353] ppid=18334 vsize=10557864 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18353/stat : 18353 (java) S 18334 18336 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831017747 10811252736 106208 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 3 0 0 0
[pid=18336/tid=18354] ppid=18334 vsize=10557864 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18354/stat : 18354 (java) S 18334 18336 13462 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831017747 10811252736 106208 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514752 0 4 0 16800975 18446604471104418112 0 0 -1 7 0 0 0
[pid=18336/tid=18355] ppid=18334 vsize=10557864 CPUtime=2.72 cores=1,3,5,7
/proc/18336/task/18355/stat : 18355 (java) R 18334 18336 13462 0 -1 4202560 835 0 0 0 272 0 0 0 25 0 22 0 831017764 10811252736 106208 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 46912505565408 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18336/tid=18356] ppid=18334 vsize=10557864 CPUtime=2.72 cores=1,3,5,7
/proc/18336/task/18356/stat : 18356 (java) R 18334 18336 13462 0 -1 4202560 78007 0 0 0 262 10 0 0 25 0 22 0 831017764 10811252736 106208 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 46912505587938 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18336/tid=18357] ppid=18334 vsize=10557864 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18357/stat : 18357 (java) S 18334 18336 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831017765 10811252736 106208 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514752 0 4 0 16800975 18446604471104418112 0 0 -1 1 0 0 0
[pid=18336/tid=18358] ppid=18334 vsize=10557864 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18358/stat : 18358 (java) S 18334 18336 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831017765 10811252736 106208 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514752 0 4 0 16800975 18446604471104418112 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 7.8
Current children cumulated vsize (KiB) 10557864

[startup+6.30094 s]
/proc/loadavg: 2.70 3.48 3.52 3/504 18422
/proc/meminfo: memFree=29247984/32950928 swapFree=45617076/67111528
[pid=18336] ppid=18334 vsize=10557864 CPUtime=14.79 cores=1,3,5,7
/proc/18336/stat : 18336 (java) S 18334 18336 13462 0 -1 4202496 170263 0 1 0 1457 22 0 0 25 0 22 0 831017741 10811252736 153156 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18336/statm: 2639466 153156 2257 9 0 2630200 0
[pid=18336/tid=18337] ppid=18334 vsize=10557864 CPUtime=0.22 cores=1,3,5,7
/proc/18336/task/18337/stat : 18337 (java) S 18334 18336 13462 0 -1 4202560 12149 0 1 0 20 2 0 0 15 0 22 0 831017742 10811252736 153156 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514752 0 4 0 16800975 18446604471104418112 0 0 -1 7 0 0 0
[pid=18336/tid=18339] ppid=18334 vsize=10557864 CPUtime=0.01 cores=1,3,5,7
/proc/18336/task/18339/stat : 18339 (java) S 18334 18336 13462 0 -1 4202560 112 0 0 0 1 0 0 0 15 0 22 0 831017744 10811252736 153156 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 7 0 0 0
[pid=18336/tid=18340] ppid=18334 vsize=10557864 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18340/stat : 18340 (java) S 18334 18336 13462 0 -1 4202560 179 0 0 0 0 0 0 0 15 0 22 0 831017744 10811252736 153156 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 7 0 0 0
[pid=18336/tid=18341] ppid=18334 vsize=10557864 CPUtime=0.02 cores=1,3,5,7
/proc/18336/task/18341/stat : 18341 (java) S 18334 18336 13462 0 -1 4202560 702 0 0 0 2 0 0 0 15 0 22 0 831017744 10811252736 153156 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 1 0 0 0
[pid=18336/tid=18342] ppid=18334 vsize=10557864 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18342/stat : 18342 (java) S 18334 18336 13462 0 -1 4202560 221 0 0 0 0 0 0 0 15 0 22 0 831017744 10811252736 153156 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 5 0 0 0
[pid=18336/tid=18343] ppid=18334 vsize=10557864 CPUtime=0.01 cores=1,3,5,7
/proc/18336/task/18343/stat : 18343 (java) S 18334 18336 13462 0 -1 4202560 350 0 0 0 1 0 0 0 15 0 22 0 831017744 10811252736 153156 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 7 0 0 0
[pid=18336/tid=18344] ppid=18334 vsize=10557864 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18344/stat : 18344 (java) S 18334 18336 13462 0 -1 4202560 285 0 0 0 0 0 0 0 15 0 22 0 831017744 10811252736 153156 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 7 0 0 0
[pid=18336/tid=18345] ppid=18334 vsize=10557864 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18345/stat : 18345 (java) S 18334 18336 13462 0 -1 4202560 497 0 0 0 0 0 0 0 15 0 22 0 831017744 10811252736 153156 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 7 0 0 0
[pid=18336/tid=18346] ppid=18334 vsize=10557864 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18346/stat : 18346 (java) S 18334 18336 13462 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 831017744 10811252736 153156 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 1 0 0 0

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

[pid=18336/tid=18351] ppid=18334 vsize=10623400 CPUtime=2.11 cores=1,3,5,7
/proc/18336/task/18351/stat : 18351 (java) S 18334 18336 13462 0 -1 4202560 19810 0 0 0 209 2 0 0 15 0 22 0 831017747 10878361600 174849 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 5 0 0 0
[pid=18336/tid=18352] ppid=18334 vsize=10623400 CPUtime=1.01 cores=1,3,5,7
/proc/18336/task/18352/stat : 18352 (java) S 18334 18336 13462 0 -1 4202560 9632 0 0 0 100 1 0 0 16 0 22 0 831017747 10878361600 174849 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 7 0 0 0
[pid=18336/tid=18353] ppid=18334 vsize=10623400 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18353/stat : 18353 (java) S 18334 18336 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831017747 10878361600 174849 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 3 0 0 0
[pid=18336/tid=18354] ppid=18334 vsize=10623400 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18354/stat : 18354 (java) S 18334 18336 13462 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 831017747 10878361600 174849 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514752 0 4 0 16800975 18446604471104418112 0 0 -1 7 0 0 0
[pid=18336/tid=18357] ppid=18334 vsize=10623400 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18357/stat : 18357 (java) S 18334 18336 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831017765 10878361600 174849 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514752 0 4 0 16800975 18446604471104418112 0 0 -1 1 0 0 0
[pid=18336/tid=18482] ppid=18334 vsize=10623400 CPUtime=19.22 cores=1,3,5,7
/proc/18336/task/18482/stat : 18482 (java) R 18334 18336 13462 0 -1 4202560 13 0 0 0 1922 0 0 0 15 0 22 0 831021758 10878361600 174849 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 46912505571139 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18336/tid=18483] ppid=18334 vsize=10623400 CPUtime=19.21 cores=1,3,5,7
/proc/18336/task/18483/stat : 18483 (java) R 18334 18336 13462 0 -1 4202560 10 0 0 0 1921 0 0 0 15 0 22 0 831021758 10878361600 174849 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 46912505809614 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18336/tid=18484] ppid=18334 vsize=10623400 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18484/stat : 18484 (java) S 18334 18336 13462 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831021760 10878361600 174849 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514752 0 4 0 16800975 18446604471104418112 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 119.07
Current children cumulated vsize (KiB) 10623400

[startup+63.1016 s]
/proc/loadavg: 3.41 3.54 3.54 7/507 18609
/proc/meminfo: memFree=29248448/32950928 swapFree=45617076/67111528
[pid=18336] ppid=18334 vsize=10623400 CPUtime=120.67 cores=1,3,5,7
/proc/18336/stat : 18336 (java) S 18334 18336 13462 0 -1 4202496 196050 0 1 0 12040 27 0 0 25 0 22 0 831017741 10878361600 174853 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18336/statm: 2655850 174853 2259 9 0 2646584 0
[pid=18336/tid=18337] ppid=18334 vsize=10623400 CPUtime=0.22 cores=1,3,5,7
/proc/18336/task/18337/stat : 18337 (java) S 18334 18336 13462 0 -1 4202560 12158 0 1 0 20 2 0 0 15 0 22 0 831017742 10878361600 174853 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514752 0 4 0 16800975 18446604471104418112 0 0 -1 7 0 0 0
[pid=18336/tid=18339] ppid=18334 vsize=10623400 CPUtime=0.12 cores=1,3,5,7
/proc/18336/task/18339/stat : 18339 (java) R 18334 18336 13462 0 -1 4202560 263 0 0 0 12 0 0 0 15 0 22 0 831017744 10878361600 174853 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248089651511 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18336/tid=18340] ppid=18334 vsize=10623400 CPUtime=0.1 cores=1,3,5,7
/proc/18336/task/18340/stat : 18340 (java) R 18334 18336 13462 0 -1 4202560 203 0 0 0 10 0 0 0 15 0 22 0 831017744 10878361600 174853 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248089651511 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18336/tid=18341] ppid=18334 vsize=10623400 CPUtime=0.12 cores=1,3,5,7
/proc/18336/task/18341/stat : 18341 (java) R 18334 18336 13462 0 -1 4202560 777 0 0 0 12 0 0 0 15 0 22 0 831017744 10878361600 174853 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248089651511 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18336/tid=18342] ppid=18334 vsize=10623400 CPUtime=0.14 cores=1,3,5,7
/proc/18336/task/18342/stat : 18342 (java) R 18334 18336 13462 0 -1 4202560 235 0 0 0 14 0 0 0 15 0 22 0 831017744 10878361600 174853 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=18336/tid=18343] ppid=18334 vsize=10623400 CPUtime=0.15 cores=1,3,5,7
/proc/18336/task/18343/stat : 18343 (java) R 18334 18336 13462 0 -1 4202560 374 0 0 0 15 0 0 0 15 0 22 0 831017744 10878361600 174853 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248089651511 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18336/tid=18344] ppid=18334 vsize=10623400 CPUtime=0.1 cores=1,3,5,7
/proc/18336/task/18344/stat : 18344 (java) R 18334 18336 13462 0 -1 4202560 302 0 0 0 10 0 0 0 15 0 22 0 831017744 10878361600 174853 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248089651511 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18336/tid=18345] ppid=18334 vsize=10623400 CPUtime=0.14 cores=1,3,5,7
/proc/18336/task/18345/stat : 18345 (java) R 18334 18336 13462 0 -1 4202560 538 0 0 0 14 0 0 0 15 0 22 0 831017744 10878361600 174853 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248089651511 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=18336/tid=18346] ppid=18334 vsize=10623400 CPUtime=0.12 cores=1,3,5,7
/proc/18336/task/18346/stat : 18346 (java) S 18334 18336 13462 0 -1 4202560 56 0 0 0 12 0 0 0 15 0 22 0 831017744 10878361600 174853 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 7 0 0 0
[pid=18336/tid=18347] ppid=18334 vsize=10623400 CPUtime=6.26 cores=1,3,5,7
/proc/18336/task/18347/stat : 18347 (java) S 18334 18336 13462 0 -1 4202560 14880 0 0 0 624 2 0 0 16 0 22 0 831017745 10878361600 174853 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 0 0 16800975 18446604471104418112 0 0 -1 3 0 0 0
[pid=18336/tid=18348] ppid=18334 vsize=10623400 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18348/stat : 18348 (java) S 18334 18336 13462 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831017745 10878361600 174853 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 5 0 0 0
[pid=18336/tid=18349] ppid=18334 vsize=10623400 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18349/stat : 18349 (java) S 18334 18336 13462 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 22 0 831017745 10878361600 174853 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 5 0 0 0
[pid=18336/tid=18350] ppid=18334 vsize=10623400 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18350/stat : 18350 (java) S 18334 18336 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831017747 10878361600 174853 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101521841 0 4 0 16800975 18446604471104418112 0 0 -1 3 0 0 0
[pid=18336/tid=18351] ppid=18334 vsize=10623400 CPUtime=2.11 cores=1,3,5,7
/proc/18336/task/18351/stat : 18351 (java) S 18334 18336 13462 0 -1 4202560 19810 0 0 0 209 2 0 0 15 0 22 0 831017747 10878361600 174853 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 5 0 0 0
[pid=18336/tid=18352] ppid=18334 vsize=10623400 CPUtime=1.01 cores=1,3,5,7
/proc/18336/task/18352/stat : 18352 (java) S 18334 18336 13462 0 -1 4202560 9632 0 0 0 100 1 0 0 16 0 22 0 831017747 10878361600 174853 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 7 0 0 0
[pid=18336/tid=18353] ppid=18334 vsize=10623400 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18353/stat : 18353 (java) S 18334 18336 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831017747 10878361600 174853 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 3 0 0 0
[pid=18336/tid=18354] ppid=18334 vsize=10623400 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18354/stat : 18354 (java) S 18334 18336 13462 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 831017747 10878361600 174853 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514752 0 4 0 16800975 18446604471104418112 0 0 -1 7 0 0 0
[pid=18336/tid=18357] ppid=18334 vsize=10623400 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18357/stat : 18357 (java) S 18334 18336 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831017765 10878361600 174853 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514752 0 4 0 16800975 18446604471104418112 0 0 -1 1 0 0 0
[pid=18336/tid=18482] ppid=18334 vsize=10623400 CPUtime=20.01 cores=1,3,5,7
/proc/18336/task/18482/stat : 18482 (java) S 18334 18336 13462 0 -1 4202560 13 0 0 0 2001 0 0 0 16 0 22 0 831021758 10878361600 174853 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 5 0 0 0
[pid=18336/tid=18483] ppid=18334 vsize=10623400 CPUtime=20.01 cores=1,3,5,7
/proc/18336/task/18483/stat : 18483 (java) S 18334 18336 13462 0 -1 4202560 10 0 0 0 2001 0 0 0 16 0 22 0 831021758 10878361600 174853 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 1 0 0 0
[pid=18336/tid=18484] ppid=18334 vsize=10623400 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18484/stat : 18484 (java) S 18334 18336 13462 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831021760 10878361600 174853 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514752 0 4 0 16800975 18446604471104418112 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 120.67
Current children cumulated vsize (KiB) 10623400

[startup+63.5008 s]
/proc/loadavg: 3.41 3.54 3.54 7/507 18609
/proc/meminfo: memFree=29248448/32950928 swapFree=45617076/67111528
[pid=18336] ppid=18334 vsize=10623400 CPUtime=121.28 cores=1,3,5,7
/proc/18336/stat : 18336 (java) S 18334 18336 13462 0 -1 4202496 196243 0 1 0 12101 27 0 0 25 0 19 0 831017741 10878361600 175045 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18336/statm: 2655850 175045 2259 9 0 2646584 0
[pid=18336/tid=18337] ppid=18334 vsize=10623400 CPUtime=0.22 cores=1,3,5,7
/proc/18336/task/18337/stat : 18337 (java) S 18334 18336 13462 0 -1 4202560 12158 0 1 0 20 2 0 0 15 0 19 0 831017742 10878361600 175045 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514752 0 4 0 16800975 18446604471104418112 0 0 -1 7 0 0 0
[pid=18336/tid=18339] ppid=18334 vsize=10623400 CPUtime=0.12 cores=1,3,5,7
/proc/18336/task/18339/stat : 18339 (java) S 18334 18336 13462 0 -1 4202560 263 0 0 0 12 0 0 0 16 0 19 0 831017744 10878361600 175045 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 5 0 0 0
[pid=18336/tid=18340] ppid=18334 vsize=10623400 CPUtime=0.1 cores=1,3,5,7
/proc/18336/task/18340/stat : 18340 (java) S 18334 18336 13462 0 -1 4202560 203 0 0 0 10 0 0 0 15 0 19 0 831017744 10878361600 175045 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 1 0 0 0
[pid=18336/tid=18341] ppid=18334 vsize=10623400 CPUtime=0.13 cores=1,3,5,7
/proc/18336/task/18341/stat : 18341 (java) S 18334 18336 13462 0 -1 4202560 777 0 0 0 13 0 0 0 16 0 19 0 831017744 10878361600 175045 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 7 0 0 0
[pid=18336/tid=18342] ppid=18334 vsize=10623400 CPUtime=0.14 cores=1,3,5,7
/proc/18336/task/18342/stat : 18342 (java) S 18334 18336 13462 0 -1 4202560 235 0 0 0 14 0 0 0 15 0 19 0 831017744 10878361600 175045 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 7 0 0 0
[pid=18336/tid=18343] ppid=18334 vsize=10623400 CPUtime=0.15 cores=1,3,5,7
/proc/18336/task/18343/stat : 18343 (java) S 18334 18336 13462 0 -1 4202560 374 0 0 0 15 0 0 0 15 0 19 0 831017744 10878361600 175045 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 1 0 0 0
[pid=18336/tid=18344] ppid=18334 vsize=10623400 CPUtime=0.1 cores=1,3,5,7
/proc/18336/task/18344/stat : 18344 (java) S 18334 18336 13462 0 -1 4202560 302 0 0 0 10 0 0 0 15 0 19 0 831017744 10878361600 175045 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 5 0 0 0
[pid=18336/tid=18345] ppid=18334 vsize=10623400 CPUtime=0.14 cores=1,3,5,7
/proc/18336/task/18345/stat : 18345 (java) S 18334 18336 13462 0 -1 4202560 538 0 0 0 14 0 0 0 15 0 19 0 831017744 10878361600 175045 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 7 0 0 0
[pid=18336/tid=18346] ppid=18334 vsize=10623400 CPUtime=0.12 cores=1,3,5,7
/proc/18336/task/18346/stat : 18346 (java) S 18334 18336 13462 0 -1 4202560 56 0 0 0 12 0 0 0 15 0 19 0 831017744 10878361600 175045 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 7 0 0 0
[pid=18336/tid=18347] ppid=18334 vsize=10623400 CPUtime=6.35 cores=1,3,5,7
/proc/18336/task/18347/stat : 18347 (java) S 18334 18336 13462 0 -1 4202560 15072 0 0 0 633 2 0 0 15 0 19 0 831017745 10878361600 175045 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514752 0 0 0 16800975 18446604471104418112 0 0 -1 3 0 0 0
[pid=18336/tid=18348] ppid=18334 vsize=10623400 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18348/stat : 18348 (java) S 18334 18336 13462 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831017745 10878361600 175045 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 5 0 0 0
[pid=18336/tid=18349] ppid=18334 vsize=10623400 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18349/stat : 18349 (java) S 18334 18336 13462 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 831017745 10878361600 175045 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 5 0 0 0
[pid=18336/tid=18350] ppid=18334 vsize=10623400 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18350/stat : 18350 (java) S 18334 18336 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831017747 10878361600 175045 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101521841 0 4 0 16800975 18446604471104418112 0 0 -1 3 0 0 0
[pid=18336/tid=18351] ppid=18334 vsize=10623400 CPUtime=2.11 cores=1,3,5,7
/proc/18336/task/18351/stat : 18351 (java) S 18334 18336 13462 0 -1 4202560 19810 0 0 0 209 2 0 0 15 0 19 0 831017747 10878361600 175045 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 5 0 0 0
[pid=18336/tid=18352] ppid=18334 vsize=10623400 CPUtime=1.01 cores=1,3,5,7
/proc/18336/task/18352/stat : 18352 (java) S 18334 18336 13462 0 -1 4202560 9632 0 0 0 100 1 0 0 16 0 19 0 831017747 10878361600 175045 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 7 0 0 0
[pid=18336/tid=18353] ppid=18334 vsize=10623400 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18353/stat : 18353 (java) S 18334 18336 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831017747 10878361600 175045 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 3 0 0 0
[pid=18336/tid=18354] ppid=18334 vsize=10623400 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18354/stat : 18354 (java) S 18334 18336 13462 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 831017747 10878361600 175045 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514752 0 4 0 16800975 18446604471104418112 0 0 -1 7 0 0 0
[pid=18336/tid=18357] ppid=18334 vsize=10623400 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18357/stat : 18357 (java) S 18334 18336 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831017765 10878361600 175045 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514752 0 4 0 16800975 18446604471104418112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 121.28
Current children cumulated vsize (KiB) 10623400

[startup+63.9008 s]
/proc/loadavg: 3.41 3.54 3.54 3/504 18609
/proc/meminfo: memFree=29015972/32950928 swapFree=45617076/67111528
[pid=18336] ppid=18334 vsize=10623400 CPUtime=121.46 cores=1,3,5,7
/proc/18336/stat : 18336 (java) S 18334 18336 13462 0 -1 4202496 196244 0 1 0 12119 27 0 0 25 0 19 0 831017741 10878361600 175046 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18336/statm: 2655850 175046 2259 9 0 2646584 0
[pid=18336/tid=18337] ppid=18334 vsize=10623400 CPUtime=0.37 cores=1,3,5,7
/proc/18336/task/18337/stat : 18337 (java) R 18334 18336 13462 0 -1 4202560 12159 0 1 0 35 2 0 0 16 0 19 0 831017742 10878361600 175046 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 46912506424017 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18336/tid=18339] ppid=18334 vsize=10623400 CPUtime=0.12 cores=1,3,5,7
/proc/18336/task/18339/stat : 18339 (java) S 18334 18336 13462 0 -1 4202560 263 0 0 0 12 0 0 0 16 0 19 0 831017744 10878361600 175046 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 5 0 0 0
[pid=18336/tid=18340] ppid=18334 vsize=10623400 CPUtime=0.1 cores=1,3,5,7
/proc/18336/task/18340/stat : 18340 (java) S 18334 18336 13462 0 -1 4202560 203 0 0 0 10 0 0 0 15 0 19 0 831017744 10878361600 175046 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 1 0 0 0
[pid=18336/tid=18341] ppid=18334 vsize=10623400 CPUtime=0.13 cores=1,3,5,7
/proc/18336/task/18341/stat : 18341 (java) S 18334 18336 13462 0 -1 4202560 777 0 0 0 13 0 0 0 16 0 19 0 831017744 10878361600 175046 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 7 0 0 0
[pid=18336/tid=18342] ppid=18334 vsize=10623400 CPUtime=0.14 cores=1,3,5,7
/proc/18336/task/18342/stat : 18342 (java) S 18334 18336 13462 0 -1 4202560 235 0 0 0 14 0 0 0 15 0 19 0 831017744 10878361600 175046 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 7 0 0 0
[pid=18336/tid=18343] ppid=18334 vsize=10623400 CPUtime=0.15 cores=1,3,5,7
/proc/18336/task/18343/stat : 18343 (java) S 18334 18336 13462 0 -1 4202560 374 0 0 0 15 0 0 0 15 0 19 0 831017744 10878361600 175046 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 1 0 0 0
[pid=18336/tid=18344] ppid=18334 vsize=10623400 CPUtime=0.1 cores=1,3,5,7
/proc/18336/task/18344/stat : 18344 (java) S 18334 18336 13462 0 -1 4202560 302 0 0 0 10 0 0 0 15 0 19 0 831017744 10878361600 175046 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 5 0 0 0
[pid=18336/tid=18345] ppid=18334 vsize=10623400 CPUtime=0.14 cores=1,3,5,7
/proc/18336/task/18345/stat : 18345 (java) S 18334 18336 13462 0 -1 4202560 538 0 0 0 14 0 0 0 15 0 19 0 831017744 10878361600 175046 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 7 0 0 0
[pid=18336/tid=18346] ppid=18334 vsize=10623400 CPUtime=0.12 cores=1,3,5,7
/proc/18336/task/18346/stat : 18346 (java) S 18334 18336 13462 0 -1 4202560 56 0 0 0 12 0 0 0 15 0 19 0 831017744 10878361600 175046 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 7 0 0 0
[pid=18336/tid=18347] ppid=18334 vsize=10623400 CPUtime=6.35 cores=1,3,5,7
/proc/18336/task/18347/stat : 18347 (java) S 18334 18336 13462 0 -1 4202560 15072 0 0 0 633 2 0 0 15 0 19 0 831017745 10878361600 175046 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514752 0 0 0 16800975 18446604471104418112 0 0 -1 3 0 0 0
[pid=18336/tid=18348] ppid=18334 vsize=10623400 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18348/stat : 18348 (java) S 18334 18336 13462 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831017745 10878361600 175046 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 5 0 0 0
[pid=18336/tid=18349] ppid=18334 vsize=10623400 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18349/stat : 18349 (java) S 18334 18336 13462 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 831017745 10878361600 175046 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 5 0 0 0
[pid=18336/tid=18350] ppid=18334 vsize=10623400 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18350/stat : 18350 (java) S 18334 18336 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831017747 10878361600 175046 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101521841 0 4 0 16800975 18446604471104418112 0 0 -1 3 0 0 0
[pid=18336/tid=18351] ppid=18334 vsize=10623400 CPUtime=2.13 cores=1,3,5,7
/proc/18336/task/18351/stat : 18351 (java) S 18334 18336 13462 0 -1 4202560 19810 0 0 0 211 2 0 0 15 0 19 0 831017747 10878361600 175046 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 5 0 0 0
[pid=18336/tid=18352] ppid=18334 vsize=10623400 CPUtime=1.01 cores=1,3,5,7
/proc/18336/task/18352/stat : 18352 (java) S 18334 18336 13462 0 -1 4202560 9632 0 0 0 100 1 0 0 15 0 19 0 831017747 10878361600 175046 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 1 0 0 0
[pid=18336/tid=18353] ppid=18334 vsize=10623400 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18353/stat : 18353 (java) S 18334 18336 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831017747 10878361600 175046 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514137 0 4 0 16800975 18446604471104418112 0 0 -1 3 0 0 0
[pid=18336/tid=18354] ppid=18334 vsize=10623400 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18354/stat : 18354 (java) S 18334 18336 13462 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 831017747 10878361600 175046 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514752 0 4 0 16800975 18446604471104418112 0 0 -1 1 0 0 0
[pid=18336/tid=18357] ppid=18334 vsize=10623400 CPUtime=0 cores=1,3,5,7
/proc/18336/task/18357/stat : 18357 (java) S 18334 18336 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831017765 10878361600 175046 33554432000 1073741824 1073778376 140735888334480 18446744073709551615 248101514752 0 4 0 16800975 18446604471104418112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 121.46
Current children cumulated vsize (KiB) 10623400

[startup+64.0007 s]
/proc/loadavg: 3.41 3.54 3.54 3/504 18609
/proc/meminfo: memFree=29015972/32950928 swapFree=45617076/67111528
[pid=18336] ppid=18334 vsize=0 CPUtime=121.56 cores=1,3,5,7
/proc/18336/stat : 18336 (java) Z 18334 18336 13462 0 -1 4203548 196255 0 1 0 12127 29 0 0 18 0 2 0 831017741 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18336/statm: 0 0 0 0 0 0 0
[pid=18336/tid=18349] ppid=18334 vsize=0 CPUtime=0.01 cores=1,3,5,7
/proc/18336/task/18349/stat : 18349 (java) R 18334 18336 13462 0 -1 4203588 11 0 0 0 0 1 0 0 18 0 2 0 831017745 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 121.56
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 64.0178
CPU time (s): 121.587
CPU user time (s): 121.279
CPU system time (s): 0.307953
CPU usage (%): 189.926
Max. virtual memory (cumulated for all children) (KiB): 10623400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 121.279
system time used= 0.307953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 196255
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= 4043
involuntary context switches= 2169

runsolver used 0.308953 second user time and 0.71989 second system time

The end

Launcher Data

Begin job on node123 at 2011-06-04 15:29:39
IDJOB=3453756
IDBENCH=47960
IDSOLVER=1950
FILE ID=node123/3453756-1307194179
RUNJOBID= node123-1307194175-18180
PBS_JOBID= 13508855
Free space on /tmp= 73860 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=233-P1=79-P2=107-P3=23-P4=107-P5=223-P6=239-P7=127-P8=229-P9=181-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453756-1307194179/watcher-3453756-1307194179 -o /tmp/evaluation-result-3453756-1307194179/solver-3453756-1307194179 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453756-1307194179.opb

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

MD5SUM BENCH= 9ac2b65e6f5a9e0208aa5abddde874b2
RANDOM SEED=743481753

node123.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29863004 kB
Buffers:        313784 kB
Cached:         400956 kB
SwapCached:       9456 kB
Active:        2462292 kB
Inactive:       344964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29863004 kB
SwapTotal:    67111528 kB
SwapFree:     45617076 kB
Dirty:            1072 kB
Writeback:           0 kB
AnonPages:     2091016 kB
Mapped:          31772 kB
Slab:           135712 kB
PageTables:      78028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 143730316 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73860 MiB
End job on node123 at 2011-06-04 15:30:44