Trace number 3453870

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 114.331 60.0282

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=107-P1=89-P2=97-P3=41-P4=137-P5=181-P6=11-B.opb
MD5SUM931666055852afe6f909d62fafedf38c
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.12198
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 variables144
Total number of constraints13
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 constraints13
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)384
Sum of products size (including duplicates)768
Number of different products384
Sum of products size768

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.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-3453870-1307194358.opb
0.10/0.11	c reading problem ... 
0.10/0.19	c ... done. Wall clock time 0.085s.
0.10/0.19	c #vars     528
0.10/0.19	c #constraints  787
0.10/0.19	c constraints type 
0.10/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 384
0.10/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 403
0.10/0.19	c constraints type 
0.10/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 384
0.10/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 403
0.26/0.86	c cleaning 2496 clauses out of 5001 with flag 5001/5001
4.11/1.32	c cleaning 4251 clauses out of 8505 with flag 11001/11001
5.20/1.83	c cleaning 5624 clauses out of 11254 with flag 18001/18001
6.19/2.36	c cleaning 6809 clauses out of 13630 with flag 26001/26001
8.10/3.19	c cleaning 7908 clauses out of 15821 with flag 35001/35001
10.07/3.95	c cleaning 8949 clauses out of 17912 with flag 45000/45000
11.88/4.86	c cleaning 9473 clauses out of 18962 with flag 55000/55000
13.42/5.65	c cleaning 9737 clauses out of 19490 with flag 65001/65001
15.17/6.58	c cleaning 9870 clauses out of 19752 with flag 75000/75000
16.95/7.49	c cleaning 9933 clauses out of 19882 with flag 85000/85000
18.91/8.45	c cleaning 9964 clauses out of 19949 with flag 95000/95000
20.69/9.38	c cleaning 9987 clauses out of 19986 with flag 105001/105001
22.63/10.40	c cleaning 9997 clauses out of 19999 with flag 115001/115001
24.35/11.25	c cleaning 9996 clauses out of 20002 with flag 125001/125001
26.30/12.22	c cleaning 9994 clauses out of 20005 with flag 135000/135000
28.25/13.24	c cleaning 10001 clauses out of 20012 with flag 145001/145001
30.77/14.55	c cleaning 10003 clauses out of 20010 with flag 155000/155000
33.11/15.75	c cleaning 10004 clauses out of 20008 with flag 165001/165001
35.49/16.92	c cleaning 9999 clauses out of 20006 with flag 175003/175003
37.20/17.86	c cleaning 9991 clauses out of 20004 with flag 185001/185001
37.55/18.05	c cleaning 0 clauses out of 5001 with flag 0/5001
39.72/19.02	c cleaning 10002 clauses out of 20012 with flag 195000/195000
41.35/19.87	c cleaning 9999 clauses out of 20011 with flag 205001/205001
41.53/20.00	c  And the winner is Resolution
41.69/20.35	c SATISFIABLE
41.69/20.35	c OPTIMIZING...
41.69/20.35	c Got one! Elapsed wall clock time (in seconds):20.247
41.69/20.35	o 129
41.98/20.58	c cleaning 7586 clauses out of 15188 with flag 4001/210177
42.88/21.00	c cleaning 6782 clauses out of 13602 with flag 10001/216177
43.45/21.34	c  And the winner is Resolution
43.45/21.36	c Got one! Elapsed wall clock time (in seconds):21.253
43.45/21.36	o 11
44.19/21.72	c cleaning 8400 clauses out of 16822 with flag 5000/226179
44.92/22.19	c cleaning 7196 clauses out of 14422 with flag 11000/232179
46.05/22.70	c cleaning 7101 clauses out of 14227 with flag 18001/239180
46.95/23.28	c cleaning 7551 clauses out of 15126 with flag 26001/247180
48.52/24.08	c cleaning 8283 clauses out of 16574 with flag 35000/256179
50.45/25.09	c cleaning 9135 clauses out of 18292 with flag 45001/266180
52.17/25.93	c cleaning 9576 clauses out of 19157 with flag 55001/276180
53.91/26.82	c cleaning 9790 clauses out of 19586 with flag 65006/286185
55.40/27.69	c cleaning 9887 clauses out of 19790 with flag 75000/296179
57.12/28.56	c cleaning 9950 clauses out of 19905 with flag 85002/306181
58.84/29.48	c cleaning 9976 clauses out of 19954 with flag 95001/316180
60.93/30.54	c cleaning 9987 clauses out of 19977 with flag 105000/326179
62.05/31.12	c  And the winner is Resolution
62.12/31.42	c Got one! Elapsed wall clock time (in seconds):31.312
62.12/31.42	o 9
62.67/31.71	c cleaning 12112 clauses out of 24246 with flag 5000/340435
63.40/32.15	c cleaning 9052 clauses out of 18134 with flag 11000/346435
64.31/32.63	c cleaning 8025 clauses out of 16083 with flag 18001/353436
65.20/33.19	c cleaning 8012 clauses out of 16058 with flag 26001/361436
66.51/33.81	c cleaning 8509 clauses out of 17046 with flag 35001/370436
68.23/34.77	c cleaning 9248 clauses out of 18536 with flag 45000/380435
69.76/35.52	c  And the winner is Resolution
69.84/35.94	c Got one! Elapsed wall clock time (in seconds):35.831
69.84/35.94	o 3
70.38/36.24	c cleaning 10788 clauses out of 21608 with flag 5001/392755
71.05/36.71	c cleaning 8399 clauses out of 16821 with flag 11002/398756
72.17/37.30	c cleaning 7694 clauses out of 15421 with flag 18001/405755
73.68/38.03	c cleaning 7850 clauses out of 15727 with flag 26001/413755
75.19/38.91	c cleaning 8431 clauses out of 16877 with flag 35001/422755
76.66/39.69	c cleaning 9217 clauses out of 18446 with flag 45001/432755
78.38/40.59	c cleaning 9614 clauses out of 19229 with flag 55002/442756
80.49/41.67	c cleaning 9805 clauses out of 19613 with flag 65000/452754
82.22/42.51	c cleaning 9900 clauses out of 19808 with flag 75001/462755
84.08/43.56	c cleaning 9951 clauses out of 19907 with flag 85000/472754
86.02/44.54	c cleaning 9972 clauses out of 19956 with flag 95002/482756
87.93/45.52	c cleaning 9987 clauses out of 19982 with flag 105000/492754
89.41/46.35	c cleaning 9992 clauses out of 19996 with flag 115001/502755
91.29/47.31	c cleaning 9998 clauses out of 20004 with flag 125001/512755
92.60/48.06	c cleaning 9996 clauses out of 20005 with flag 135001/522755
94.51/49.05	c cleaning 10000 clauses out of 20008 with flag 145000/532754
96.47/50.02	c cleaning 10002 clauses out of 20011 with flag 155003/542757
98.11/51.01	c cleaning 9996 clauses out of 20005 with flag 165001/552755
100.01/52.00	c cleaning 10000 clauses out of 20009 with flag 175001/562755
101.72/52.89	c cleaning 10000 clauses out of 20008 with flag 185000/572754
103.63/53.83	c cleaning 9997 clauses out of 20008 with flag 195000/582754
105.29/54.77	c cleaning 10002 clauses out of 20012 with flag 205001/592755
107.40/55.84	c cleaning 10000 clauses out of 20010 with flag 215001/602755
109.51/56.90	c cleaning 10003 clauses out of 20010 with flag 225001/612755
111.41/57.99	c cleaning 10000 clauses out of 20006 with flag 235000/622754
113.66/59.11	c cleaning 10002 clauses out of 20005 with flag 245001/632755
113.79/59.29	c  And the winner is Resolution
114.21/59.99	c starts		: 157
114.21/59.99	c conflicts		: 633777
114.21/59.99	c decisions		: 655394
114.21/59.99	c propagations		: 12448456
114.21/59.99	c inspects		: 439792991
114.21/59.99	c shortcuts		: 0
114.21/59.99	c learnt literals	: 19
114.21/59.99	c learnt binary clauses	: 84
114.21/59.99	c learnt ternary clauses	: 236
114.21/59.99	c learnt constraints	: 633757
114.21/59.99	c ignored constraints	: 0
114.21/59.99	c root simplifications	: 0
114.21/59.99	c removed literals (reason simplification)	: 21554300
114.21/59.99	c reason swapping (by a shorter reason)	: 0
114.21/59.99	c Calls to reduceDB	: 68
114.21/59.99	c number of reductions to clauses (during analyze)	: 0
114.21/59.99	c number of learned constraints concerned by reduction	: 0
114.21/59.99	c number of learning phase by resolution	: 0
114.21/59.99	c number of learning phase by cutting planes	: 0
114.21/59.99	c speed (assignments/second)	: 517585.79684836394
114.21/59.99	c non guided choices	4127
114.21/59.99	c learnt constraints type 
114.21/59.99	c constraints type 
114.21/59.99	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 384
114.21/59.99	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 403
114.21/59.99	c constraints type 
114.21/59.99	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 384
114.21/59.99	c org.sat4j.pb.constraints.pb.MaxWatchPb => 403
114.21/59.99	s OPTIMUM FOUND
114.21/59.99	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 
114.21/59.99	c objective function=3
114.21/59.99	c Total wall clock time (in seconds): 59.883

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 3.73 3.81 3.87 3/476 30325
/proc/meminfo: memFree=23964592/32951124 swapFree=60476376/67111528
[pid=30325] ppid=30323 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/30325/stat : 30325 (java) S 30323 30325 23562 0 -1 4202496 7011 0 1 0 0 0 0 0 25 0 2 0 811851739 10694979584 6713 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828039141 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/30325/statm: 2611079 6724 917 9 0 2602235 0
[pid=30325/tid=30326] ppid=30323 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30326/stat : 30326 (java) R 30323 30325 23562 0 -1 4202560 5953 0 1 0 0 0 0 0 25 0 2 0 811851739 10694979584 6769 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220815930427 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.089969 s]
/proc/loadavg: 3.73 3.81 3.87 3/476 30325
/proc/meminfo: memFree=23964592/32951124 swapFree=60476376/67111528
[pid=30325] ppid=30323 vsize=10539980 CPUtime=0.09 cores=0,2,4,6
/proc/30325/stat : 30325 (java) S 30323 30325 23562 0 -1 4202496 12963 0 1 0 8 1 0 0 25 0 18 0 811851739 10792939520 12642 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30325/statm: 2634995 12642 2092 9 0 2625729 0
[pid=30325/tid=30326] ppid=30323 vsize=10539980 CPUtime=0.07 cores=0,2,4,6
/proc/30325/task/30326/stat : 30326 (java) R 30323 30325 23562 0 -1 4202560 11021 0 1 0 6 1 0 0 18 0 18 0 811851739 10792939520 12642 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 47602327207843 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10539980

[startup+0.100511 s]
/proc/loadavg: 3.73 3.81 3.87 3/476 30325
/proc/meminfo: memFree=23964592/32951124 swapFree=60476376/67111528
[pid=30325] ppid=30323 vsize=10540112 CPUtime=0.1 cores=0,2,4,6
/proc/30325/stat : 30325 (java) S 30323 30325 23562 0 -1 4202496 13099 0 1 0 9 1 0 0 25 0 18 0 811851739 10793074688 12778 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30325/statm: 2635028 12779 2092 9 0 2625762 0
[pid=30325/tid=30326] ppid=30323 vsize=10540112 CPUtime=0.08 cores=0,2,4,6
/proc/30325/task/30326/stat : 30326 (java) R 30323 30325 23562 0 -1 4202560 11158 0 1 0 7 1 0 0 18 0 18 0 811851739 10793074688 12779 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828063179 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540112

[startup+0.325857 s]
/proc/loadavg: 3.73 3.81 3.87 3/476 30325
/proc/meminfo: memFree=23964592/32951124 swapFree=60476376/67111528
[pid=30325] ppid=30323 vsize=10619588 CPUtime=2.82 cores=0,2,4,6
/proc/30325/stat : 30325 (java) S 30323 30325 23562 0 -1 4202496 46514 0 1 0 276 6 0 0 25 0 22 0 811851739 10874458112 39087 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30325/statm: 2654897 40422 2229 9 0 2645631 0
[pid=30325/tid=30326] ppid=30323 vsize=10619588 CPUtime=0.18 cores=0,2,4,6
/proc/30325/task/30326/stat : 30326 (java) S 30323 30325 23562 0 -1 4202560 11911 0 1 0 17 1 0 0 15 0 22 0 811851739 10874458112 40422 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052992 0 4 0 16800975 18446604441768448256 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 10619588

[startup+0.964444 s]
/proc/loadavg: 3.73 3.81 3.87 3/476 30325
/proc/meminfo: memFree=23964592/32951124 swapFree=60476376/67111528
[pid=30325] ppid=30323 vsize=10633520 CPUtime=3.25 cores=0,2,4,6
/proc/30325/stat : 30325 (java) S 30323 30325 23562 0 -1 4202496 62094 0 1 0 316 9 0 0 25 0 22 0 811851739 10888724480 52730 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30325/statm: 2658380 52735 2255 9 0 2649114 0
[pid=30325/tid=30326] ppid=30323 vsize=10633520 CPUtime=0.18 cores=0,2,4,6
/proc/30325/task/30326/stat : 30326 (java) S 30323 30325 23562 0 -1 4202560 11911 0 1 0 17 1 0 0 15 0 22 0 811851739 10888724480 52738 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052992 0 4 0 16800975 18446604441768448256 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.25
Current children cumulated vsize (KiB) 10633520

[startup+1.50027 s]
/proc/loadavg: 4.00 3.86 3.89 5/498 30347
/proc/meminfo: memFree=23684000/32951124 swapFree=60476376/67111528
[pid=30325] ppid=30323 vsize=10620840 CPUtime=4.61 cores=0,2,4,6
/proc/30325/stat : 30325 (java) S 30323 30325 23562 0 -1 4202496 85176 0 1 0 449 12 0 0 25 0 22 0 811851739 10875740160 72107 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30325/statm: 2655210 72107 2255 9 0 2645944 0
[pid=30325/tid=30326] ppid=30323 vsize=10620840 CPUtime=0.18 cores=0,2,4,6
/proc/30325/task/30326/stat : 30326 (java) S 30323 30325 23562 0 -1 4202560 11911 0 1 0 17 1 0 0 15 0 22 0 811851739 10875740160 72107 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052992 0 4 0 16800975 18446604441768448256 0 0 -1 4 0 0 0
[pid=30325/tid=30328] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30328/stat : 30328 (java) S 30323 30325 23562 0 -1 4202560 289 0 0 0 0 0 0 0 15 0 22 0 811851741 10875740160 72107 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 2 0 0 0
[pid=30325/tid=30329] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30329/stat : 30329 (java) S 30323 30325 23562 0 -1 4202560 270 0 0 0 0 0 0 0 15 0 22 0 811851741 10875740160 72107 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 6 0 0 0
[pid=30325/tid=30330] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30330/stat : 30330 (java) S 30323 30325 23562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811851741 10875740160 72107 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 6 0 0 0
[pid=30325/tid=30331] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30331/stat : 30331 (java) S 30323 30325 23562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811851741 10875740160 72107 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 6 0 0 0
[pid=30325/tid=30332] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30332/stat : 30332 (java) S 30323 30325 23562 0 -1 4202560 177 0 0 0 0 0 0 0 15 0 22 0 811851741 10875740160 72107 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 0 0 0 0
[pid=30325/tid=30333] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30333/stat : 30333 (java) S 30323 30325 23562 0 -1 4202560 144 0 0 0 0 0 0 0 15 0 22 0 811851741 10875740160 72107 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 2 0 0 0
[pid=30325/tid=30334] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30334/stat : 30334 (java) S 30323 30325 23562 0 -1 4202560 212 0 0 0 0 0 0 0 15 0 22 0 811851741 10875740160 72107 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 2 0 0 0
[pid=30325/tid=30335] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30335/stat : 30335 (java) S 30323 30325 23562 0 -1 4202560 345 0 0 0 0 0 0 0 15 0 22 0 811851741 10875740160 72107 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 6 0 0 0
[pid=30325/tid=30336] ppid=30323 vsize=10620840 CPUtime=0.03 cores=0,2,4,6
/proc/30325/task/30336/stat : 30336 (java) S 30323 30325 23562 0 -1 4202560 1253 0 0 0 3 0 0 0 16 0 22 0 811851742 10875740160 72107 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052992 0 0 0 16800975 18446604441768448256 0 0 -1 4 0 0 0
[pid=30325/tid=30337] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30337/stat : 30337 (java) S 30323 30325 23562 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811851743 10875740160 72107 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 4 0 0 0
[pid=30325/tid=30338] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30338/stat : 30338 (java) S 30323 30325 23562 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 811851743 10875740160 72107 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 4 0 0 0
[pid=30325/tid=30339] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30339/stat : 30339 (java) S 30323 30325 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811851745 10875740160 72107 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828060081 0 4 0 16800975 18446604441768448256 0 0 -1 4 0 0 0
[pid=30325/tid=30340] ppid=30323 vsize=10620840 CPUtime=0.79 cores=0,2,4,6
/proc/30325/task/30340/stat : 30340 (java) S 30323 30325 23562 0 -1 4202560 8999 0 0 0 78 1 0 0 15 0 22 0 811851745 10875740160 72107 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 6 0 0 0
[pid=30325/tid=30341] ppid=30323 vsize=10620840 CPUtime=1.01 cores=0,2,4,6
/proc/30325/task/30341/stat : 30341 (java) S 30323 30325 23562 0 -1 4202560 9956 0 0 0 100 1 0 0 17 0 22 0 811851745 10875740160 72107 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 0 0 0 0
[pid=30325/tid=30342] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30342/stat : 30342 (java) S 30323 30325 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811851745 10875740160 72107 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 4 0 0 0
[pid=30325/tid=30343] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30343/stat : 30343 (java) S 30323 30325 23562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811851745 10875740160 72107 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052992 0 4 0 16800975 18446604441768448256 0 0 -1 0 0 0 0
[pid=30325/tid=30344] ppid=30323 vsize=10620840 CPUtime=1.27 cores=0,2,4,6
/proc/30325/task/30344/stat : 30344 (java) R 30323 30325 23562 0 -1 4202560 697 0 0 0 127 0 0 0 24 0 22 0 811851759 10875740160 72107 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 46912505515226 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30325/tid=30345] ppid=30323 vsize=10620840 CPUtime=1.26 cores=0,2,4,6
/proc/30325/task/30345/stat : 30345 (java) R 30323 30325 23562 0 -1 4202560 49763 0 0 0 120 6 0 0 18 0 22 0 811851759 10875740160 72107 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 46912505642757 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30325/tid=30346] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30346/stat : 30346 (java) S 30323 30325 23562 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811851759 10875740160 72107 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052992 0 4 0 16800975 18446604441768448256 0 0 -1 0 0 0 0
[pid=30325/tid=30347] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30347/stat : 30347 (java) S 30323 30325 23562 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 811851759 10875740160 72107 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052992 0 4 0 16800975 18446604441768448256 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.61
Current children cumulated vsize (KiB) 10620840

[startup+3.10098 s]
/proc/loadavg: 4.00 3.86 3.89 4/472 30365
/proc/meminfo: memFree=24206836/32951124 swapFree=60476376/67111528
[pid=30325] ppid=30323 vsize=10620840 CPUtime=8.1 cores=0,2,4,6
/proc/30325/stat : 30325 (java) S 30323 30325 23562 0 -1 4202496 120704 0 1 0 795 15 0 0 25 0 22 0 811851739 10875740160 105936 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30325/statm: 2655210 105938 2256 9 0 2645944 0
[pid=30325/tid=30326] ppid=30323 vsize=10620840 CPUtime=0.18 cores=0,2,4,6
/proc/30325/task/30326/stat : 30326 (java) S 30323 30325 23562 0 -1 4202560 11911 0 1 0 17 1 0 0 15 0 22 0 811851739 10875740160 105940 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052992 0 4 0 16800975 18446604441768448256 0 0 -1 4 0 0 0
[pid=30325/tid=30328] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30328/stat : 30328 (java) S 30323 30325 23562 0 -1 4202560 289 0 0 0 0 0 0 0 15 0 22 0 811851741 10875740160 105942 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 2 0 0 0
[pid=30325/tid=30329] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30329/stat : 30329 (java) S 30323 30325 23562 0 -1 4202560 272 0 0 0 0 0 0 0 16 0 22 0 811851741 10875740160 105944 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 0 0 0 0
[pid=30325/tid=30330] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30330/stat : 30330 (java) S 30323 30325 23562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811851741 10875740160 105946 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 6 0 0 0
[pid=30325/tid=30331] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30331/stat : 30331 (java) S 30323 30325 23562 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 811851741 10875740160 105949 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 2 0 0 0
[pid=30325/tid=30332] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30332/stat : 30332 (java) S 30323 30325 23562 0 -1 4202560 207 0 0 0 0 0 0 0 15 0 22 0 811851741 10875740160 105949 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 0 0 0 0
[pid=30325/tid=30333] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30333/stat : 30333 (java) S 30323 30325 23562 0 -1 4202560 169 0 0 0 0 0 0 0 16 0 22 0 811851741 10875740160 105951 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 2 0 0 0
[pid=30325/tid=30334] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30334/stat : 30334 (java) S 30323 30325 23562 0 -1 4202560 212 0 0 0 0 0 0 0 15 0 22 0 811851741 10875740160 105952 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 2 0 0 0
[pid=30325/tid=30335] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30335/stat : 30335 (java) S 30323 30325 23562 0 -1 4202560 350 0 0 0 0 0 0 0 16 0 22 0 811851741 10875740160 105957 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 6 0 0 0
[pid=30325/tid=30336] ppid=30323 vsize=10620840 CPUtime=0.08 cores=0,2,4,6
/proc/30325/task/30336/stat : 30336 (java) S 30323 30325 23562 0 -1 4202560 1951 0 0 0 8 0 0 0 15 0 22 0 811851742 10875740160 105959 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052992 0 0 0 16800975 18446604441768448256 0 0 -1 6 0 0 0
[pid=30325/tid=30337] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30337/stat : 30337 (java) S 30323 30325 23562 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811851743 10875740160 105962 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 4 0 0 0
[pid=30325/tid=30338] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30338/stat : 30338 (java) S 30323 30325 23562 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 811851743 10875740160 105964 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 4 0 0 0
[pid=30325/tid=30339] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30339/stat : 30339 (java) S 30323 30325 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811851745 10875740160 105965 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828060081 0 4 0 16800975 18446604441768448256 0 0 -1 4 0 0 0
[pid=30325/tid=30340] ppid=30323 vsize=10620840 CPUtime=1.09 cores=0,2,4,6
/proc/30325/task/30340/stat : 30340 (java) S 30323 30325 23562 0 -1 4202560 12875 0 0 0 108 1 0 0 16 0 22 0 811851745 10875740160 105968 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 4 0 0 0
[pid=30325/tid=30341] ppid=30323 vsize=10620840 CPUtime=1.09 cores=0,2,4,6
/proc/30325/task/30341/stat : 30341 (java) S 30323 30325 23562 0 -1 4202560 9971 0 0 0 108 1 0 0 15 0 22 0 811851745 10875740160 105970 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 0 0 0 0
[pid=30325/tid=30342] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30342/stat : 30342 (java) S 30323 30325 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811851745 10875740160 105972 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 4 0 0 0
[pid=30325/tid=30343] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30343/stat : 30343 (java) S 30323 30325 23562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811851745 10875740160 105975 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052992 0 4 0 16800975 18446604441768448256 0 0 -1 0 0 0 0
[pid=30325/tid=30344] ppid=30323 vsize=10620840 CPUtime=2.79 cores=0,2,4,6
/proc/30325/task/30344/stat : 30344 (java) R 30323 30325 23562 0 -1 4202560 740 0 0 0 279 0 0 0 25 0 22 0 811851759 10875740160 105977 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 46912505366066 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30325/tid=30345] ppid=30323 vsize=10620840 CPUtime=2.79 cores=0,2,4,6
/proc/30325/task/30345/stat : 30345 (java) R 30323 30325 23562 0 -1 4202560 80623 0 0 0 270 9 0 0 18 0 22 0 811851759 10875740160 105979 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 46912505564836 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30325/tid=30346] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30346/stat : 30346 (java) S 30323 30325 23562 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811851759 10875740160 105980 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052992 0 4 0 16800975 18446604441768448256 0 0 -1 0 0 0 0
[pid=30325/tid=30347] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30347/stat : 30347 (java) S 30323 30325 23562 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 811851759 10875740160 105983 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052992 0 4 0 16800975 18446604441768448256 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 8.1
Current children cumulated vsize (KiB) 10620840

[startup+6.30142 s]
/proc/loadavg: 4.00 3.86 3.89 6/498 30402
/proc/meminfo: memFree=23618592/32951124 swapFree=60476376/67111528
[pid=30325] ppid=30323 vsize=10620840 CPUtime=14.77 cores=0,2,4,6
/proc/30325/stat : 30325 (java) S 30323 30325 23562 0 -1 4202496 143109 0 1 0 1459 18 0 0 25 0 22 0 811851739 10875740160 126590 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30325/statm: 2655210 126590 2256 9 0 2645944 0
[pid=30325/tid=30326] ppid=30323 vsize=10620840 CPUtime=0.18 cores=0,2,4,6
/proc/30325/task/30326/stat : 30326 (java) S 30323 30325 23562 0 -1 4202560 11911 0 1 0 17 1 0 0 15 0 22 0 811851739 10875740160 126590 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052992 0 4 0 16800975 18446604441768448256 0 0 -1 4 0 0 0
[pid=30325/tid=30328] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30328/stat : 30328 (java) S 30323 30325 23562 0 -1 4202560 409 0 0 0 0 0 0 0 16 0 22 0 811851741 10875740160 126590 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 2 0 0 0
[pid=30325/tid=30329] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30329/stat : 30329 (java) S 30323 30325 23562 0 -1 4202560 307 0 0 0 0 0 0 0 15 0 22 0 811851741 10875740160 126590 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 6 0 0 0
[pid=30325/tid=30330] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30330/stat : 30330 (java) S 30323 30325 23562 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 22 0 811851741 10875740160 126590 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 6 0 0 0
[pid=30325/tid=30331] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30331/stat : 30331 (java) S 30323 30325 23562 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 22 0 811851741 10875740160 126590 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 2 0 0 0
[pid=30325/tid=30332] ppid=30323 vsize=10620840 CPUtime=0.01 cores=0,2,4,6
/proc/30325/task/30332/stat : 30332 (java) S 30323 30325 23562 0 -1 4202560 354 0 0 0 1 0 0 0 15 0 22 0 811851741 10875740160 126590 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 2 0 0 0
[pid=30325/tid=30333] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30333/stat : 30333 (java) S 30323 30325 23562 0 -1 4202560 169 0 0 0 0 0 0 0 15 0 22 0 811851741 10875740160 126590 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 6 0 0 0
[pid=30325/tid=30334] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30334/stat : 30334 (java) S 30323 30325 23562 0 -1 4202560 246 0 0 0 0 0 0 0 15 0 22 0 811851741 10875740160 126590 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 4 0 0 0
[pid=30325/tid=30335] ppid=30323 vsize=10620840 CPUtime=0.01 cores=0,2,4,6
/proc/30325/task/30335/stat : 30335 (java) S 30323 30325 23562 0 -1 4202560 401 0 0 0 1 0 0 0 15 0 22 0 811851741 10875740160 126590 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 4 0 0 0

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

[pid=30325/tid=30342] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30342/stat : 30342 (java) S 30323 30325 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811851745 10875740160 191047 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 4 0 0 0
[pid=30325/tid=30343] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30343/stat : 30343 (java) S 30323 30325 23562 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 811851745 10875740160 191047 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052992 0 4 0 16800975 18446604441768448256 0 0 -1 6 0 0 0
[pid=30325/tid=30346] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30346/stat : 30346 (java) S 30323 30325 23562 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811851759 10875740160 191047 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052992 0 4 0 16800975 18446604441768448256 0 0 -1 0 0 0 0
[pid=30325/tid=30526] ppid=30323 vsize=10620840 CPUtime=16.52 cores=0,2,4,6
/proc/30325/task/30526/stat : 30526 (java) S 30323 30325 23562 0 -1 4202560 13 0 0 0 1652 0 0 0 16 0 22 0 811855333 10875740160 191047 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 0 0 0 0
[pid=30325/tid=30527] ppid=30323 vsize=10620840 CPUtime=16.52 cores=0,2,4,6
/proc/30325/task/30527/stat : 30527 (java) S 30323 30325 23562 0 -1 4202560 12 0 0 0 1652 0 0 0 16 0 22 0 811855333 10875740160 191047 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 2 0 0 0
[pid=30325/tid=30528] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30528/stat : 30528 (java) S 30323 30325 23562 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 811855334 10875740160 191047 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052992 0 4 0 16800975 18446604441768448256 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 105.48
Current children cumulated vsize (KiB) 10620840

[startup+58.0009 s]
/proc/loadavg: 3.30 3.69 3.83 4/497 30529
/proc/meminfo: memFree=20657140/32951124 swapFree=60476376/67111528
[pid=30325] ppid=30323 vsize=10620840 CPUtime=111.61 cores=0,2,4,6
/proc/30325/stat : 30325 (java) S 30323 30325 23562 0 -1 4202496 210244 0 1 0 11134 27 0 0 25 0 22 0 811851739 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30325/statm: 2655210 191745 2258 9 0 2645944 0
[pid=30325/tid=30326] ppid=30323 vsize=10620840 CPUtime=0.18 cores=0,2,4,6
/proc/30325/task/30326/stat : 30326 (java) S 30323 30325 23562 0 -1 4202560 11912 0 1 0 17 1 0 0 15 0 22 0 811851739 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052992 0 4 0 16800975 18446604441768448256 0 0 -1 4 0 0 0
[pid=30325/tid=30328] ppid=30323 vsize=10620840 CPUtime=0.1 cores=0,2,4,6
/proc/30325/task/30328/stat : 30328 (java) R 30323 30325 23562 0 -1 4202560 475 0 0 0 10 0 0 0 15 0 22 0 811851741 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 47602330807038 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30325/tid=30329] ppid=30323 vsize=10620840 CPUtime=0.1 cores=0,2,4,6
/proc/30325/task/30329/stat : 30329 (java) R 30323 30325 23562 0 -1 4202560 395 0 0 0 10 0 0 0 15 0 22 0 811851741 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30325/tid=30330] ppid=30323 vsize=10620840 CPUtime=0.1 cores=0,2,4,6
/proc/30325/task/30330/stat : 30330 (java) R 30323 30325 23562 0 -1 4202560 138 0 0 0 10 0 0 0 15 0 22 0 811851741 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828053446 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30325/tid=30331] ppid=30323 vsize=10620840 CPUtime=0.08 cores=0,2,4,6
/proc/30325/task/30331/stat : 30331 (java) S 30323 30325 23562 0 -1 4202560 36 0 0 0 8 0 0 0 15 0 22 0 811851741 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 0 0 0 0
[pid=30325/tid=30332] ppid=30323 vsize=10620840 CPUtime=0.11 cores=0,2,4,6
/proc/30325/task/30332/stat : 30332 (java) S 30323 30325 23562 0 -1 4202560 379 0 0 0 11 0 0 0 15 0 22 0 811851741 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 2 0 0 0
[pid=30325/tid=30333] ppid=30323 vsize=10620840 CPUtime=0.11 cores=0,2,4,6
/proc/30325/task/30333/stat : 30333 (java) S 30323 30325 23562 0 -1 4202560 247 0 0 0 11 0 0 0 16 0 22 0 811851741 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 0 0 0 0
[pid=30325/tid=30334] ppid=30323 vsize=10620840 CPUtime=0.1 cores=0,2,4,6
/proc/30325/task/30334/stat : 30334 (java) S 30323 30325 23562 0 -1 4202560 259 0 0 0 10 0 0 0 15 0 22 0 811851741 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 2 0 0 0
[pid=30325/tid=30335] ppid=30323 vsize=10620840 CPUtime=0.1 cores=0,2,4,6
/proc/30325/task/30335/stat : 30335 (java) S 30323 30325 23562 0 -1 4202560 502 0 0 0 10 0 0 0 16 0 22 0 811851741 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 6 0 0 0
[pid=30325/tid=30336] ppid=30323 vsize=10620840 CPUtime=5.36 cores=0,2,4,6
/proc/30325/task/30336/stat : 30336 (java) S 30323 30325 23562 0 -1 4202560 14910 0 0 0 534 2 0 0 15 0 22 0 811851742 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 0 0 16800975 18446604441768448256 0 0 -1 4 0 0 0
[pid=30325/tid=30337] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30337/stat : 30337 (java) S 30323 30325 23562 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811851743 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 0 0 0 0
[pid=30325/tid=30338] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30338/stat : 30338 (java) S 30323 30325 23562 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 811851743 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 2 0 0 0
[pid=30325/tid=30339] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30339/stat : 30339 (java) S 30323 30325 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811851745 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828060081 0 4 0 16800975 18446604441768448256 0 0 -1 4 0 0 0
[pid=30325/tid=30340] ppid=30323 vsize=10620840 CPUtime=1.96 cores=0,2,4,6
/proc/30325/task/30340/stat : 30340 (java) S 30323 30325 23562 0 -1 4202560 15670 0 0 0 194 2 0 0 15 0 22 0 811851745 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 4 0 0 0
[pid=30325/tid=30341] ppid=30323 vsize=10620840 CPUtime=1.12 cores=0,2,4,6
/proc/30325/task/30341/stat : 30341 (java) S 30323 30325 23562 0 -1 4202560 9971 0 0 0 111 1 0 0 15 0 22 0 811851745 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 0 0 0 0
[pid=30325/tid=30342] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30342/stat : 30342 (java) S 30323 30325 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811851745 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 4 0 0 0
[pid=30325/tid=30343] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30343/stat : 30343 (java) S 30323 30325 23562 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 811851745 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052992 0 4 0 16800975 18446604441768448256 0 0 -1 6 0 0 0
[pid=30325/tid=30346] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30346/stat : 30346 (java) S 30323 30325 23562 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811851759 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052992 0 4 0 16800975 18446604441768448256 0 0 -1 0 0 0 0
[pid=30325/tid=30526] ppid=30323 vsize=10620840 CPUtime=19.43 cores=0,2,4,6
/proc/30325/task/30526/stat : 30526 (java) S 30323 30325 23562 0 -1 4202560 14 0 0 0 1943 0 0 0 16 0 22 0 811855333 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 0 0 0 0
[pid=30325/tid=30527] ppid=30323 vsize=10620840 CPUtime=19.43 cores=0,2,4,6
/proc/30325/task/30527/stat : 30527 (java) S 30323 30325 23562 0 -1 4202560 14 0 0 0 1943 0 0 0 16 0 22 0 811855333 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 2 0 0 0
[pid=30325/tid=30528] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30528/stat : 30528 (java) S 30323 30325 23562 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 811855334 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052992 0 4 0 16800975 18446604441768448256 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 111.61
Current children cumulated vsize (KiB) 10620840

[startup+58.8177 s]
/proc/loadavg: 3.30 3.69 3.83 4/497 30529
/proc/meminfo: memFree=20657140/32951124 swapFree=60476376/67111528
[pid=30325] ppid=30323 vsize=10620840 CPUtime=113.1 cores=0,2,4,6
/proc/30325/stat : 30325 (java) S 30323 30325 23562 0 -1 4202496 210245 0 1 0 11283 27 0 0 25 0 22 0 811851739 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30325/statm: 2655210 191745 2258 9 0 2645944 0
[pid=30325/tid=30326] ppid=30323 vsize=10620840 CPUtime=0.18 cores=0,2,4,6
/proc/30325/task/30326/stat : 30326 (java) S 30323 30325 23562 0 -1 4202560 11912 0 1 0 17 1 0 0 15 0 22 0 811851739 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052992 0 4 0 16800975 18446604441768448256 0 0 -1 4 0 0 0
[pid=30325/tid=30328] ppid=30323 vsize=10620840 CPUtime=0.1 cores=0,2,4,6
/proc/30325/task/30328/stat : 30328 (java) S 30323 30325 23562 0 -1 4202560 475 0 0 0 10 0 0 0 16 0 22 0 811851741 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 0 0 0 0
[pid=30325/tid=30329] ppid=30323 vsize=10620840 CPUtime=0.1 cores=0,2,4,6
/proc/30325/task/30329/stat : 30329 (java) S 30323 30325 23562 0 -1 4202560 395 0 0 0 10 0 0 0 16 0 22 0 811851741 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 6 0 0 0
[pid=30325/tid=30330] ppid=30323 vsize=10620840 CPUtime=0.11 cores=0,2,4,6
/proc/30325/task/30330/stat : 30330 (java) S 30323 30325 23562 0 -1 4202560 138 0 0 0 11 0 0 0 16 0 22 0 811851741 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 2 0 0 0
[pid=30325/tid=30331] ppid=30323 vsize=10620840 CPUtime=0.08 cores=0,2,4,6
/proc/30325/task/30331/stat : 30331 (java) S 30323 30325 23562 0 -1 4202560 36 0 0 0 8 0 0 0 16 0 22 0 811851741 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 0 0 0 0
[pid=30325/tid=30332] ppid=30323 vsize=10620840 CPUtime=0.11 cores=0,2,4,6
/proc/30325/task/30332/stat : 30332 (java) S 30323 30325 23562 0 -1 4202560 379 0 0 0 11 0 0 0 15 0 22 0 811851741 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 2 0 0 0
[pid=30325/tid=30333] ppid=30323 vsize=10620840 CPUtime=0.11 cores=0,2,4,6
/proc/30325/task/30333/stat : 30333 (java) S 30323 30325 23562 0 -1 4202560 247 0 0 0 11 0 0 0 15 0 22 0 811851741 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 0 0 0 0
[pid=30325/tid=30334] ppid=30323 vsize=10620840 CPUtime=0.1 cores=0,2,4,6
/proc/30325/task/30334/stat : 30334 (java) S 30323 30325 23562 0 -1 4202560 259 0 0 0 10 0 0 0 15 0 22 0 811851741 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 2 0 0 0
[pid=30325/tid=30335] ppid=30323 vsize=10620840 CPUtime=0.1 cores=0,2,4,6
/proc/30325/task/30335/stat : 30335 (java) S 30323 30325 23562 0 -1 4202560 502 0 0 0 10 0 0 0 15 0 22 0 811851741 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 6 0 0 0
[pid=30325/tid=30336] ppid=30323 vsize=10620840 CPUtime=5.51 cores=0,2,4,6
/proc/30325/task/30336/stat : 30336 (java) S 30323 30325 23562 0 -1 4202560 14910 0 0 0 549 2 0 0 16 0 22 0 811851742 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052992 0 0 0 16800975 18446604441768448256 0 0 -1 4 0 0 0
[pid=30325/tid=30337] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30337/stat : 30337 (java) S 30323 30325 23562 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811851743 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 0 0 0 0
[pid=30325/tid=30338] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30338/stat : 30338 (java) S 30323 30325 23562 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 811851743 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 2 0 0 0
[pid=30325/tid=30339] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30339/stat : 30339 (java) S 30323 30325 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811851745 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828060081 0 4 0 16800975 18446604441768448256 0 0 -1 4 0 0 0
[pid=30325/tid=30340] ppid=30323 vsize=10620840 CPUtime=1.96 cores=0,2,4,6
/proc/30325/task/30340/stat : 30340 (java) S 30323 30325 23562 0 -1 4202560 15670 0 0 0 194 2 0 0 15 0 22 0 811851745 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 4 0 0 0
[pid=30325/tid=30341] ppid=30323 vsize=10620840 CPUtime=1.12 cores=0,2,4,6
/proc/30325/task/30341/stat : 30341 (java) S 30323 30325 23562 0 -1 4202560 9971 0 0 0 111 1 0 0 15 0 22 0 811851745 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 0 0 0 0
[pid=30325/tid=30342] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30342/stat : 30342 (java) S 30323 30325 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811851745 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 4 0 0 0
[pid=30325/tid=30343] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30343/stat : 30343 (java) S 30323 30325 23562 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 811851745 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052992 0 4 0 16800975 18446604441768448256 0 0 -1 4 0 0 0
[pid=30325/tid=30346] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30346/stat : 30346 (java) S 30323 30325 23562 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811851759 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052992 0 4 0 16800975 18446604441768448256 0 0 -1 0 0 0 0
[pid=30325/tid=30526] ppid=30323 vsize=10620840 CPUtime=20.09 cores=0,2,4,6
/proc/30325/task/30526/stat : 30526 (java) R 30323 30325 23562 0 -1 4202560 14 0 0 0 2009 0 0 0 16 0 22 0 811855333 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 46912505697676 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30325/tid=30527] ppid=30323 vsize=10620840 CPUtime=20.09 cores=0,2,4,6
/proc/30325/task/30527/stat : 30527 (java) R 30323 30325 23562 0 -1 4202560 15 0 0 0 2009 0 0 0 16 0 22 0 811855333 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 46912505561915 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30325/tid=30528] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30528/stat : 30528 (java) S 30323 30325 23562 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 811855334 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052992 0 4 0 16800975 18446604441768448256 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 113.1
Current children cumulated vsize (KiB) 10620840

[startup+59.6016 s]
/proc/loadavg: 3.30 3.69 3.83 4/497 30529
/proc/meminfo: memFree=20657140/32951124 swapFree=60476376/67111528
[pid=30325] ppid=30323 vsize=10620840 CPUtime=114.02 cores=0,2,4,6
/proc/30325/stat : 30325 (java) S 30323 30325 23562 0 -1 4202496 210246 0 1 0 11375 27 0 0 25 0 19 0 811851739 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30325/statm: 2655210 191745 2258 9 0 2645944 0
[pid=30325/tid=30326] ppid=30323 vsize=10620840 CPUtime=0.18 cores=0,2,4,6
/proc/30325/task/30326/stat : 30326 (java) S 30323 30325 23562 0 -1 4202560 11912 0 1 0 17 1 0 0 15 0 19 0 811851739 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052992 0 4 0 16800975 18446604441768448256 0 0 -1 4 0 0 0
[pid=30325/tid=30328] ppid=30323 vsize=10620840 CPUtime=0.11 cores=0,2,4,6
/proc/30325/task/30328/stat : 30328 (java) S 30323 30325 23562 0 -1 4202560 475 0 0 0 11 0 0 0 16 0 19 0 811851741 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 0 0 0 0
[pid=30325/tid=30329] ppid=30323 vsize=10620840 CPUtime=0.1 cores=0,2,4,6
/proc/30325/task/30329/stat : 30329 (java) S 30323 30325 23562 0 -1 4202560 395 0 0 0 10 0 0 0 15 0 19 0 811851741 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 2 0 0 0
[pid=30325/tid=30330] ppid=30323 vsize=10620840 CPUtime=0.11 cores=0,2,4,6
/proc/30325/task/30330/stat : 30330 (java) S 30323 30325 23562 0 -1 4202560 138 0 0 0 11 0 0 0 15 0 19 0 811851741 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 2 0 0 0
[pid=30325/tid=30331] ppid=30323 vsize=10620840 CPUtime=0.08 cores=0,2,4,6
/proc/30325/task/30331/stat : 30331 (java) S 30323 30325 23562 0 -1 4202560 36 0 0 0 8 0 0 0 15 0 19 0 811851741 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 0 0 0 0
[pid=30325/tid=30332] ppid=30323 vsize=10620840 CPUtime=0.11 cores=0,2,4,6
/proc/30325/task/30332/stat : 30332 (java) S 30323 30325 23562 0 -1 4202560 379 0 0 0 11 0 0 0 16 0 19 0 811851741 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 2 0 0 0
[pid=30325/tid=30333] ppid=30323 vsize=10620840 CPUtime=0.11 cores=0,2,4,6
/proc/30325/task/30333/stat : 30333 (java) S 30323 30325 23562 0 -1 4202560 247 0 0 0 11 0 0 0 15 0 19 0 811851741 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 0 0 0 0
[pid=30325/tid=30334] ppid=30323 vsize=10620840 CPUtime=0.1 cores=0,2,4,6
/proc/30325/task/30334/stat : 30334 (java) S 30323 30325 23562 0 -1 4202560 259 0 0 0 10 0 0 0 15 0 19 0 811851741 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 2 0 0 0
[pid=30325/tid=30335] ppid=30323 vsize=10620840 CPUtime=0.11 cores=0,2,4,6
/proc/30325/task/30335/stat : 30335 (java) S 30323 30325 23562 0 -1 4202560 502 0 0 0 11 0 0 0 15 0 19 0 811851741 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 6 0 0 0
[pid=30325/tid=30336] ppid=30323 vsize=10620840 CPUtime=5.61 cores=0,2,4,6
/proc/30325/task/30336/stat : 30336 (java) S 30323 30325 23562 0 -1 4202560 14910 0 0 0 559 2 0 0 15 0 19 0 811851742 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052992 0 0 0 16800975 18446604441768448256 0 0 -1 4 0 0 0
[pid=30325/tid=30337] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30337/stat : 30337 (java) S 30323 30325 23562 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 811851743 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 0 0 0 0
[pid=30325/tid=30338] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30338/stat : 30338 (java) S 30323 30325 23562 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 811851743 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 2 0 0 0
[pid=30325/tid=30339] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30339/stat : 30339 (java) S 30323 30325 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811851745 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828060081 0 4 0 16800975 18446604441768448256 0 0 -1 4 0 0 0
[pid=30325/tid=30340] ppid=30323 vsize=10620840 CPUtime=1.96 cores=0,2,4,6
/proc/30325/task/30340/stat : 30340 (java) S 30323 30325 23562 0 -1 4202560 15670 0 0 0 194 2 0 0 15 0 19 0 811851745 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 4 0 0 0
[pid=30325/tid=30341] ppid=30323 vsize=10620840 CPUtime=1.12 cores=0,2,4,6
/proc/30325/task/30341/stat : 30341 (java) S 30323 30325 23562 0 -1 4202560 9971 0 0 0 111 1 0 0 15 0 19 0 811851745 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 0 0 0 0
[pid=30325/tid=30342] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30342/stat : 30342 (java) S 30323 30325 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811851745 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052377 0 4 0 16800975 18446604441768448256 0 0 -1 4 0 0 0
[pid=30325/tid=30343] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30343/stat : 30343 (java) S 30323 30325 23562 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 811851745 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052992 0 4 0 16800975 18446604441768448256 0 0 -1 4 0 0 0
[pid=30325/tid=30346] ppid=30323 vsize=10620840 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30346/stat : 30346 (java) S 30323 30325 23562 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 811851759 10875740160 191745 33554432000 1073741824 1073778376 140733858637440 18446744073709551615 220828052992 0 4 0 16800975 18446604441768448256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 114.02
Current children cumulated vsize (KiB) 10620840

[startup+60.0015 s]
/proc/loadavg: 3.30 3.69 3.83 3/494 30529
/proc/meminfo: memFree=20280452/32951124 swapFree=60476376/67111528
[pid=30325] ppid=30323 vsize=0 CPUtime=114.29 cores=0,2,4,6
/proc/30325/stat : 30325 (java) R 30323 30325 23562 0 -1 4203524 210251 0 1 0 11402 27 0 0 18 0 1 0 811851739 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30325/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 114.29
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 60.0282
CPU time (s): 114.331
CPU user time (s): 114.027
CPU system time (s): 0.303953
CPU usage (%): 190.462
Max. virtual memory (cumulated for all children) (KiB): 10633980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 114.027
system time used= 0.303953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 210251
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= 3758
involuntary context switches= 1393

runsolver used 0.329949 second user time and 0.606907 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-04 15:32:38
IDJOB=3453870
IDBENCH=48074
IDSOLVER=1950
FILE ID=node147/3453870-1307194358
RUNJOBID= node147-1307194135-29246
PBS_JOBID= 13508849
Free space on /tmp= 73696 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=107-P1=89-P2=97-P3=41-P4=137-P5=181-P6=11-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453870-1307194358/watcher-3453870-1307194358 -o /tmp/evaluation-result-3453870-1307194358/solver-3453870-1307194358 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453870-1307194358.opb

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

MD5SUM BENCH= 931666055852afe6f909d62fafedf38c
RANDOM SEED=1035004873

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23964732 kB
Buffers:        328844 kB
Cached:        1494184 kB
SwapCached:      11188 kB
Active:        7361380 kB
Inactive:      1363456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23964732 kB
SwapTotal:    67111528 kB
SwapFree:     60476376 kB
Dirty:            1096 kB
Writeback:           0 kB
AnonPages:     6899060 kB
Mapped:          30920 kB
Slab:           134808 kB
PageTables:      59556 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 131150812 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= 73696 MiB
End job on node147 at 2011-06-04 15:33:38