Trace number 3453727

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 103.782 53.2515

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=149-P1=163-P2=41-P3=157-P4=223-P5=67-P6=191-P7=17-P8=37-B.opb
MD5SUM870560ebbd959d9c8bd54c4fcdba3455
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.12498
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 variables192
Total number of constraints17
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 constraints17
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)512
Sum of products size (including duplicates)1024
Number of different products512
Sum of products size1024

Solver Data

0.07/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.08	c See www.sat4j.org for details.
0.07/0.08	c version 2.3.1.v20110525
0.07/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.08	c java.vm.version	19.1-b02
0.07/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.08	c sun.arch.data.model	64
0.07/0.08	c java.version		1.6.0_24
0.07/0.08	c os.name		Linux
0.07/0.08	c os.version		2.6.18-164.el5
0.07/0.08	c os.arch		amd64
0.07/0.08	c Free memory 		9996466904
0.07/0.08	c Max memory 		10048897024
0.07/0.08	c Total memory 		10048897024
0.07/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-3453727-1307194143.opb
0.10/0.11	c reading problem ... 
0.25/0.22	c ... done. Wall clock time 0.109s.
0.25/0.22	c #vars     704
0.25/0.22	c #constraints  1049
0.25/0.22	c constraints type 
0.25/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 512
0.25/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 537
0.25/0.22	c constraints type 
0.25/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 512
0.25/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 537
2.62/0.87	c cleaning 2500 clauses out of 5000 with flag 5000/5000
4.14/1.39	c cleaning 4250 clauses out of 8500 with flag 11000/11000
5.26/1.88	c cleaning 5620 clauses out of 11251 with flag 18001/18001
6.56/2.49	c cleaning 6812 clauses out of 13631 with flag 26001/26001
8.38/3.35	c cleaning 7905 clauses out of 15818 with flag 35000/35000
9.96/4.14	c cleaning 8951 clauses out of 17912 with flag 45000/45000
11.85/4.97	c cleaning 9478 clauses out of 18962 with flag 55001/55001
13.55/5.65	c cleaning 9738 clauses out of 19483 with flag 65000/65000
15.54/6.67	c cleaning 9869 clauses out of 19745 with flag 75000/75000
17.53/7.63	c cleaning 9935 clauses out of 19876 with flag 85000/85000
18.72/8.22	c cleaning 9968 clauses out of 19942 with flag 95001/95001
20.28/9.00	c cleaning 9979 clauses out of 19973 with flag 105000/105000
21.22/9.56	c cleaning 9975 clauses out of 19994 with flag 115000/115000
22.97/10.47	c cleaning 10006 clauses out of 20020 with flag 125001/125001
24.92/11.44	c cleaning 10001 clauses out of 20013 with flag 135000/135000
26.67/12.37	c cleaning 10002 clauses out of 20010 with flag 145000/145000
28.23/13.15	c cleaning 9997 clauses out of 20008 with flag 155000/155000
30.58/14.35	c cleaning 10002 clauses out of 20012 with flag 165001/165001
31.69/14.97	c cleaning 9988 clauses out of 20011 with flag 175002/175002
33.04/15.61	c cleaning 10008 clauses out of 20022 with flag 185001/185001
34.97/16.61	c cleaning 10001 clauses out of 20013 with flag 195000/195000
36.11/17.27	c cleaning 9993 clauses out of 20013 with flag 205001/205001
37.46/17.99	c cleaning 10004 clauses out of 20019 with flag 215000/215000
39.40/18.99	c cleaning 10005 clauses out of 20015 with flag 225000/225000
41.52/20.08	c cleaning 10004 clauses out of 20010 with flag 235000/235000
42.07/20.31	c cleaning 0 clauses out of 5003 with flag 0/5003
43.49/20.97	c cleaning 10003 clauses out of 20006 with flag 245001/245001
44.95/21.68	c cleaning 9980 clauses out of 20002 with flag 255001/255001
46.27/22.36	c cleaning 9994 clauses out of 20024 with flag 265003/265003
47.41/22.97	c cleaning 9991 clauses out of 20028 with flag 275001/275001
49.15/23.85	c cleaning 10013 clauses out of 20036 with flag 285000/285000
51.29/24.93	c cleaning 10009 clauses out of 20026 with flag 295003/295003
53.20/25.91	c cleaning 10003 clauses out of 20015 with flag 305001/305001
54.34/26.56	c cleaning 9988 clauses out of 20011 with flag 315000/315000
55.88/27.32	c cleaning 10012 clauses out of 20024 with flag 325001/325001
57.61/28.20	c cleaning 10004 clauses out of 20010 with flag 335000/335000
58.72/28.87	c cleaning 9988 clauses out of 20011 with flag 345005/345005
60.06/29.51	c cleaning 10005 clauses out of 20020 with flag 355002/355002
61.39/30.25	c cleaning 10001 clauses out of 20013 with flag 365000/365000
62.92/31.02	c cleaning 10001 clauses out of 20012 with flag 375000/375000
64.22/31.80	c cleaning 10000 clauses out of 20012 with flag 385001/385001
65.95/32.68	c cleaning 10003 clauses out of 20012 with flag 395001/395001
67.48/33.46	c cleaning 9990 clauses out of 20009 with flag 405001/405001
68.63/34.10	c cleaning 9988 clauses out of 20020 with flag 415002/415002
70.09/34.83	c cleaning 10012 clauses out of 20030 with flag 425001/425001
72.01/35.80	c cleaning 10007 clauses out of 20018 with flag 435001/435001
73.73/36.76	c cleaning 9995 clauses out of 20010 with flag 445000/445000
74.89/37.41	c cleaning 10003 clauses out of 20016 with flag 455001/455001
76.74/38.39	c cleaning 10002 clauses out of 20013 with flag 465001/465001
78.66/39.35	c cleaning 10002 clauses out of 20010 with flag 475000/475000
80.18/40.15	c cleaning 9995 clauses out of 20009 with flag 485001/485001
80.90/40.56	c  And the winner is Resolution
81.08/40.74	c SATISFIABLE
81.08/40.74	c OPTIMIZING...
81.08/40.74	c Got one! Elapsed wall clock time (in seconds):40.635
81.08/40.74	o 3
81.19/40.80	c cleaning 7603 clauses out of 15230 with flag 1002/490217
82.07/41.33	c cleaning 6802 clauses out of 13627 with flag 7002/496217
83.02/41.85	c cleaning 6902 clauses out of 13825 with flag 14002/503217
84.30/42.51	c cleaning 7449 clauses out of 14922 with flag 22001/511216
85.64/43.23	c cleaning 8233 clauses out of 16472 with flag 31000/520215
87.56/44.28	c cleaning 9118 clauses out of 18239 with flag 41000/530215
89.47/45.26	c cleaning 9559 clauses out of 19121 with flag 51000/540215
91.21/46.20	c cleaning 9782 clauses out of 19563 with flag 61001/550216
93.10/47.16	c cleaning 9888 clauses out of 19780 with flag 71000/560215
94.98/48.19	c cleaning 9943 clauses out of 19894 with flag 81002/570217
97.09/49.25	c cleaning 9971 clauses out of 19947 with flag 91000/580215
99.00/50.22	c cleaning 9989 clauses out of 19977 with flag 101001/590216
100.91/51.26	c cleaning 9993 clauses out of 19987 with flag 111000/600215
102.98/52.39	c cleaning 9996 clauses out of 19992 with flag 121000/610215
103.29/52.58	c  And the winner is Resolution
103.72/53.22	c starts		: 154
103.72/53.22	c conflicts		: 611700
103.72/53.22	c decisions		: 634498
103.72/53.22	c propagations		: 12575949
103.72/53.22	c inspects		: 391021213
103.72/53.22	c shortcuts		: 0
103.72/53.22	c learnt literals	: 21
103.72/53.22	c learnt binary clauses	: 97
103.72/53.22	c learnt ternary clauses	: 304
103.72/53.22	c learnt constraints	: 611678
103.72/53.22	c ignored constraints	: 0
103.72/53.22	c root simplifications	: 0
103.72/53.22	c removed literals (reason simplification)	: 20393986
103.72/53.22	c reason swapping (by a shorter reason)	: 0
103.72/53.22	c Calls to reduceDB	: 64
103.72/53.22	c number of reductions to clauses (during analyze)	: 0
103.72/53.22	c number of learned constraints concerned by reduction	: 0
103.72/53.22	c number of learning phase by resolution	: 0
103.72/53.22	c number of learning phase by cutting planes	: 0
103.72/53.22	c speed (assignments/second)	: 1007930.5121423419
103.72/53.22	c non guided choices	3864
103.72/53.22	c learnt constraints type 
103.72/53.22	c constraints type 
103.72/53.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 512
103.72/53.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 537
103.72/53.22	c constraints type 
103.72/53.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 512
103.72/53.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 537
103.72/53.22	s OPTIMUM FOUND
103.72/53.22	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 
103.72/53.22	c objective function=3
103.72/53.22	c Total wall clock time (in seconds): 53.113

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

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

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


[startup+0 s]
/proc/loadavg: 3.26 3.86 3.90 3/476 29511
/proc/meminfo: memFree=23870712/32951124 swapFree=60476376/67111528
[pid=29511] ppid=29509 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/29511/stat : 29511 (java) S 29509 29511 23562 0 -1 4202496 6875 0 1 0 0 0 0 0 25 0 2 0 811830248 10694979584 6578 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828039141 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/29511/statm: 2611079 6593 917 9 0 2602235 0
[pid=29511/tid=29512] ppid=29509 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29512/stat : 29512 (java) R 29509 29511 23562 0 -1 4202560 6327 0 1 0 0 0 0 0 25 0 2 0 811830249 10694979584 7144 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220815930427 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0796719 s]
/proc/loadavg: 3.26 3.86 3.90 3/476 29511
/proc/meminfo: memFree=23870712/32951124 swapFree=60476376/67111528
[pid=29511] ppid=29509 vsize=10538624 CPUtime=0.07 cores=1,3,5,7
/proc/29511/stat : 29511 (java) S 29509 29511 23562 0 -1 4202496 12046 0 1 0 5 2 0 0 25 0 18 0 811830248 10791550976 11744 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29511/statm: 2634656 11748 1755 9 0 2625390 0
[pid=29511/tid=29512] ppid=29509 vsize=10538624 CPUtime=0.07 cores=1,3,5,7
/proc/29511/task/29512/stat : 29512 (java) R 29509 29511 23562 0 -1 4202560 10877 0 1 0 5 2 0 0 25 0 18 0 811830249 10791550976 11750 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 47959410479109 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10538624

[startup+0.100668 s]
/proc/loadavg: 3.26 3.86 3.90 3/476 29511
/proc/meminfo: memFree=23870712/32951124 swapFree=60476376/67111528
[pid=29511] ppid=29509 vsize=10539992 CPUtime=0.1 cores=1,3,5,7
/proc/29511/stat : 29511 (java) S 29509 29511 23562 0 -1 4202496 13119 0 1 0 8 2 0 0 25 0 18 0 811830248 10792951808 12770 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29511/statm: 2634998 12771 2093 9 0 2625732 0
[pid=29511/tid=29512] ppid=29509 vsize=10539992 CPUtime=0.09 cores=1,3,5,7
/proc/29511/task/29512/stat : 29512 (java) R 29509 29511 23562 0 -1 4202560 11181 0 1 0 7 2 0 0 25 0 18 0 811830249 10792951808 12771 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 47959414979411 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539992

[startup+0.385582 s]
/proc/loadavg: 3.26 3.86 3.90 3/476 29511
/proc/meminfo: memFree=23870712/32951124 swapFree=60476376/67111528
[pid=29511] ppid=29509 vsize=10547556 CPUtime=0.95 cores=1,3,5,7
/proc/29511/stat : 29511 (java) S 29509 29511 23562 0 -1 4202496 19105 0 1 0 92 3 0 0 25 0 22 0 811830248 10800697344 17041 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29511/statm: 2636889 17042 2216 9 0 2627623 0
[pid=29511/tid=29512] ppid=29509 vsize=10547556 CPUtime=0.2 cores=1,3,5,7
/proc/29511/task/29512/stat : 29512 (java) S 29509 29511 23562 0 -1 4202560 12069 0 1 0 18 2 0 0 25 0 22 0 811830249 10800697344 17042 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052992 0 4 0 16800975 18446604466453301376 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 10547556

[startup+0.700524 s]
/proc/loadavg: 3.26 3.86 3.90 3/476 29511
/proc/meminfo: memFree=23870712/32951124 swapFree=60476376/67111528
[pid=29511] ppid=29509 vsize=10556836 CPUtime=2.22 cores=1,3,5,7
/proc/29511/stat : 29511 (java) S 29509 29511 23562 0 -1 4202496 36296 0 1 0 216 6 0 0 25 0 22 0 811830248 10810200064 30683 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29511/statm: 2639209 30689 2225 9 0 2629943 0
[pid=29511/tid=29512] ppid=29509 vsize=10556836 CPUtime=0.2 cores=1,3,5,7
/proc/29511/task/29512/stat : 29512 (java) S 29509 29511 23562 0 -1 4202560 12069 0 1 0 18 2 0 0 25 0 22 0 811830249 10810200064 30690 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052992 0 4 0 16800975 18446604466453301376 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 10556836

[startup+1.50141 s]
/proc/loadavg: 3.48 3.89 3.91 7/498 29533
/proc/meminfo: memFree=23655048/32951124 swapFree=60476376/67111528
[pid=29511] ppid=29509 vsize=10556104 CPUtime=4.53 cores=1,3,5,7
/proc/29511/stat : 29511 (java) S 29509 29511 23562 0 -1 4202496 97881 0 1 0 440 13 0 0 25 0 22 0 811830248 10809450496 88108 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29511/statm: 2639026 88113 2256 9 0 2629760 0
[pid=29511/tid=29512] ppid=29509 vsize=10556104 CPUtime=0.2 cores=1,3,5,7
/proc/29511/task/29512/stat : 29512 (java) S 29509 29511 23562 0 -1 4202560 12070 0 1 0 18 2 0 0 15 0 22 0 811830249 10809450496 88115 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052992 0 4 0 16800975 18446604466453301376 0 0 -1 3 0 0 0
[pid=29511/tid=29514] ppid=29509 vsize=10556104 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29514/stat : 29514 (java) S 29509 29511 23562 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 811830250 10809450496 88118 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 1 0 0 0
[pid=29511/tid=29515] ppid=29509 vsize=10556104 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29515/stat : 29515 (java) S 29509 29511 23562 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 811830250 10809450496 88120 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 7 0 0 0
[pid=29511/tid=29516] ppid=29509 vsize=10556104 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29516/stat : 29516 (java) S 29509 29511 23562 0 -1 4202560 40 0 0 0 0 0 0 0 15 0 22 0 811830250 10809450496 88123 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 7 0 0 0
[pid=29511/tid=29517] ppid=29509 vsize=10556104 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29517/stat : 29517 (java) S 29509 29511 23562 0 -1 4202560 280 0 0 0 0 0 0 0 16 0 22 0 811830250 10809450496 88125 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 1 0 0 0
[pid=29511/tid=29518] ppid=29509 vsize=10556104 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29518/stat : 29518 (java) S 29509 29511 23562 0 -1 4202560 585 0 0 0 0 0 0 0 16 0 22 0 811830250 10809450496 88129 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 7 0 0 0
[pid=29511/tid=29519] ppid=29509 vsize=10556104 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29519/stat : 29519 (java) S 29509 29511 23562 0 -1 4202560 398 0 0 0 0 0 0 0 15 0 22 0 811830250 10809450496 88131 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 3 0 0 0
[pid=29511/tid=29520] ppid=29509 vsize=10556104 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29520/stat : 29520 (java) S 29509 29511 23562 0 -1 4202560 302 0 0 0 0 0 0 0 15 0 22 0 811830250 10809450496 88133 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 3 0 0 0
[pid=29511/tid=29521] ppid=29509 vsize=10556104 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29521/stat : 29521 (java) S 29509 29511 23562 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 811830250 10809450496 88136 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 7 0 0 0
[pid=29511/tid=29522] ppid=29509 vsize=10556104 CPUtime=0.03 cores=1,3,5,7
/proc/29511/task/29522/stat : 29522 (java) S 29509 29511 23562 0 -1 4202560 1540 0 0 0 3 0 0 0 16 0 22 0 811830251 10809450496 88139 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052992 0 0 0 16800975 18446604466453301376 0 0 -1 5 0 0 0
[pid=29511/tid=29523] ppid=29509 vsize=10556104 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29523/stat : 29523 (java) S 29509 29511 23562 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811830252 10809450496 88142 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 5 0 0 0
[pid=29511/tid=29524] ppid=29509 vsize=10556104 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29524/stat : 29524 (java) S 29509 29511 23562 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 811830252 10809450496 88145 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 3 0 0 0
[pid=29511/tid=29525] ppid=29509 vsize=10556104 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29525/stat : 29525 (java) S 29509 29511 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811830254 10809450496 88147 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828060081 0 4 0 16800975 18446604466453301376 0 0 -1 5 0 0 0
[pid=29511/tid=29526] ppid=29509 vsize=10556104 CPUtime=0.82 cores=1,3,5,7
/proc/29511/task/29526/stat : 29526 (java) S 29509 29511 23562 0 -1 4202560 6788 0 0 0 82 0 0 0 23 0 22 0 811830254 10809450496 88151 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 7 0 0 0
[pid=29511/tid=29527] ppid=29509 vsize=10556104 CPUtime=0.97 cores=1,3,5,7
/proc/29511/task/29527/stat : 29527 (java) S 29509 29511 23562 0 -1 4202560 8739 0 0 0 97 0 0 0 15 0 22 0 811830254 10809450496 88154 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 1 0 0 0
[pid=29511/tid=29528] ppid=29509 vsize=10556104 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29528/stat : 29528 (java) S 29509 29511 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811830254 10809450496 88157 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 5 0 0 0
[pid=29511/tid=29529] ppid=29509 vsize=10556104 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29529/stat : 29529 (java) S 29509 29511 23562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811830254 10809450496 88160 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052992 0 4 0 16800975 18446604466453301376 0 0 -1 7 0 0 0
[pid=29511/tid=29530] ppid=29509 vsize=10556104 CPUtime=1.22 cores=1,3,5,7
/proc/29511/task/29530/stat : 29530 (java) R 29509 29511 23562 0 -1 4202560 618 0 0 0 122 0 0 0 19 0 22 0 811830271 10809450496 88162 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 46912505567863 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29511/tid=29531] ppid=29509 vsize=10556104 CPUtime=1.22 cores=1,3,5,7
/proc/29511/task/29531/stat : 29531 (java) R 29509 29511 23562 0 -1 4202560 65353 0 0 0 114 8 0 0 19 0 22 0 811830271 10809450496 88165 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 46912506083699 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=29511/tid=29532] ppid=29509 vsize=10556104 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29532/stat : 29532 (java) S 29509 29511 23562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811830271 10809450496 88167 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052992 0 4 0 16800975 18446604466453301376 0 0 -1 3 0 0 0
[pid=29511/tid=29533] ppid=29509 vsize=10556104 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29533/stat : 29533 (java) S 29509 29511 23562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811830271 10809450496 88171 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052992 0 4 0 16800975 18446604466453301376 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.53
Current children cumulated vsize (KiB) 10556104

[startup+3.10111 s]
/proc/loadavg: 3.48 3.89 3.91 6/498 29539
/proc/meminfo: memFree=23501836/32951124 swapFree=60476376/67111528
[pid=29511] ppid=29509 vsize=10556260 CPUtime=7.95 cores=1,3,5,7
/proc/29511/stat : 29511 (java) S 29509 29511 23562 0 -1 4202496 120918 0 1 0 778 17 0 0 25 0 22 0 811830248 10809610240 109696 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29511/statm: 2639065 109696 2258 9 0 2629799 0
[pid=29511/tid=29512] ppid=29509 vsize=10556260 CPUtime=0.2 cores=1,3,5,7
/proc/29511/task/29512/stat : 29512 (java) S 29509 29511 23562 0 -1 4202560 12070 0 1 0 18 2 0 0 15 0 22 0 811830249 10809610240 109696 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052992 0 4 0 16800975 18446604466453301376 0 0 -1 3 0 0 0
[pid=29511/tid=29514] ppid=29509 vsize=10556260 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29514/stat : 29514 (java) S 29509 29511 23562 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 22 0 811830250 10809610240 109696 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 1 0 0 0
[pid=29511/tid=29515] ppid=29509 vsize=10556260 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29515/stat : 29515 (java) S 29509 29511 23562 0 -1 4202560 38 0 0 0 0 0 0 0 15 0 22 0 811830250 10809610240 109696 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 3 0 0 0
[pid=29511/tid=29516] ppid=29509 vsize=10556260 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29516/stat : 29516 (java) S 29509 29511 23562 0 -1 4202560 56 0 0 0 0 0 0 0 16 0 22 0 811830250 10809610240 109696 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 7 0 0 0
[pid=29511/tid=29517] ppid=29509 vsize=10556260 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29517/stat : 29517 (java) S 29509 29511 23562 0 -1 4202560 282 0 0 0 0 0 0 0 15 0 22 0 811830250 10809610240 109696 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 1 0 0 0
[pid=29511/tid=29518] ppid=29509 vsize=10556260 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29518/stat : 29518 (java) S 29509 29511 23562 0 -1 4202560 614 0 0 0 0 0 0 0 15 0 22 0 811830250 10809610240 109696 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 3 0 0 0
[pid=29511/tid=29519] ppid=29509 vsize=10556260 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29519/stat : 29519 (java) S 29509 29511 23562 0 -1 4202560 398 0 0 0 0 0 0 0 15 0 22 0 811830250 10809610240 109696 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 3 0 0 0
[pid=29511/tid=29520] ppid=29509 vsize=10556260 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29520/stat : 29520 (java) S 29509 29511 23562 0 -1 4202560 306 0 0 0 0 0 0 0 15 0 22 0 811830250 10809610240 109696 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 3 0 0 0
[pid=29511/tid=29521] ppid=29509 vsize=10556260 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29521/stat : 29521 (java) S 29509 29511 23562 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 811830250 10809610240 109696 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 1 0 0 0
[pid=29511/tid=29522] ppid=29509 vsize=10556260 CPUtime=0.09 cores=1,3,5,7
/proc/29511/task/29522/stat : 29522 (java) S 29509 29511 23562 0 -1 4202560 2416 0 0 0 9 0 0 0 16 0 22 0 811830251 10809610240 109696 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052992 0 0 0 16800975 18446604466453301376 0 0 -1 5 0 0 0
[pid=29511/tid=29523] ppid=29509 vsize=10556260 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29523/stat : 29523 (java) S 29509 29511 23562 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811830252 10809610240 109696 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 5 0 0 0
[pid=29511/tid=29524] ppid=29509 vsize=10556260 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29524/stat : 29524 (java) S 29509 29511 23562 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 811830252 10809610240 109696 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 3 0 0 0
[pid=29511/tid=29525] ppid=29509 vsize=10556260 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29525/stat : 29525 (java) S 29509 29511 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811830254 10809610240 109696 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828060081 0 4 0 16800975 18446604466453301376 0 0 -1 5 0 0 0
[pid=29511/tid=29526] ppid=29509 vsize=10556260 CPUtime=0.96 cores=1,3,5,7
/proc/29511/task/29526/stat : 29526 (java) S 29509 29511 23562 0 -1 4202560 7126 0 0 0 96 0 0 0 15 0 22 0 811830254 10809610240 109696 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 7 0 0 0
[pid=29511/tid=29527] ppid=29509 vsize=10556260 CPUtime=1.1 cores=1,3,5,7
/proc/29511/task/29527/stat : 29527 (java) S 29509 29511 23562 0 -1 4202560 9912 0 0 0 110 0 0 0 15 0 22 0 811830254 10809610240 109696 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 1 0 0 0
[pid=29511/tid=29528] ppid=29509 vsize=10556260 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29528/stat : 29528 (java) S 29509 29511 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811830254 10809610240 109696 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 5 0 0 0
[pid=29511/tid=29529] ppid=29509 vsize=10556260 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29529/stat : 29529 (java) S 29509 29511 23562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811830254 10809610240 109696 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052992 0 4 0 16800975 18446604466453301376 0 0 -1 7 0 0 0
[pid=29511/tid=29530] ppid=29509 vsize=10556260 CPUtime=2.75 cores=1,3,5,7
/proc/29511/task/29530/stat : 29530 (java) R 29509 29511 23562 0 -1 4202560 621 0 0 0 275 0 0 0 18 0 22 0 811830271 10809610240 109696 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 46912505669522 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29511/tid=29531] ppid=29509 vsize=10556260 CPUtime=2.75 cores=1,3,5,7
/proc/29511/task/29531/stat : 29531 (java) R 29509 29511 23562 0 -1 4202560 85823 0 0 0 264 11 0 0 21 0 22 0 811830271 10809610240 109696 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 46912505589805 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=29511/tid=29532] ppid=29509 vsize=10556260 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29532/stat : 29532 (java) S 29509 29511 23562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811830271 10809610240 109696 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052992 0 4 0 16800975 18446604466453301376 0 0 -1 3 0 0 0
[pid=29511/tid=29533] ppid=29509 vsize=10556260 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29533/stat : 29533 (java) S 29509 29511 23562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811830271 10809610240 109696 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052992 0 4 0 16800975 18446604466453301376 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.95
Current children cumulated vsize (KiB) 10556260

[startup+6.30153 s]
/proc/loadavg: 3.48 3.89 3.91 6/498 29542
/proc/meminfo: memFree=23297256/32951124 swapFree=60476376/67111528
[pid=29511] ppid=29509 vsize=10553636 CPUtime=14.9 cores=1,3,5,7
/proc/29511/stat : 29511 (java) S 29509 29511 23562 0 -1 4202496 153949 0 1 0 1470 20 0 0 25 0 22 0 811830248 10806923264 137421 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29511/statm: 2638409 137421 2258 9 0 2629143 0
[pid=29511/tid=29512] ppid=29509 vsize=10553636 CPUtime=0.2 cores=1,3,5,7
/proc/29511/task/29512/stat : 29512 (java) S 29509 29511 23562 0 -1 4202560 12070 0 1 0 18 2 0 0 15 0 22 0 811830249 10806923264 137421 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052992 0 4 0 16800975 18446604466453301376 0 0 -1 3 0 0 0
[pid=29511/tid=29514] ppid=29509 vsize=10553636 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29514/stat : 29514 (java) S 29509 29511 23562 0 -1 4202560 94 0 0 0 0 0 0 0 16 0 22 0 811830250 10806923264 137421 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 1 0 0 0
[pid=29511/tid=29515] ppid=29509 vsize=10553636 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29515/stat : 29515 (java) S 29509 29511 23562 0 -1 4202560 97 0 0 0 0 0 0 0 16 0 22 0 811830250 10806923264 137421 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 3 0 0 0
[pid=29511/tid=29516] ppid=29509 vsize=10553636 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29516/stat : 29516 (java) S 29509 29511 23562 0 -1 4202560 80 0 0 0 0 0 0 0 15 0 22 0 811830250 10806923264 137421 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 3 0 0 0
[pid=29511/tid=29517] ppid=29509 vsize=10553636 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29517/stat : 29517 (java) S 29509 29511 23562 0 -1 4202560 300 0 0 0 0 0 0 0 16 0 22 0 811830250 10806923264 137421 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 1 0 0 0
[pid=29511/tid=29518] ppid=29509 vsize=10553636 CPUtime=0.01 cores=1,3,5,7
/proc/29511/task/29518/stat : 29518 (java) S 29509 29511 23562 0 -1 4202560 704 0 0 0 1 0 0 0 15 0 22 0 811830250 10806923264 137421 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 7 0 0 0
[pid=29511/tid=29519] ppid=29509 vsize=10553636 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29519/stat : 29519 (java) S 29509 29511 23562 0 -1 4202560 429 0 0 0 0 0 0 0 16 0 22 0 811830250 10806923264 137421 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 7 0 0 0
[pid=29511/tid=29520] ppid=29509 vsize=10553636 CPUtime=0.01 cores=1,3,5,7
/proc/29511/task/29520/stat : 29520 (java) S 29509 29511 23562 0 -1 4202560 387 0 0 0 1 0 0 0 16 0 22 0 811830250 10806923264 137421 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 7 0 0 0
[pid=29511/tid=29521] ppid=29509 vsize=10553636 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29521/stat : 29521 (java) S 29509 29511 23562 0 -1 4202560 36 0 0 0 0 0 0 0 15 0 22 0 811830250 10806923264 137421 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 1 0 0 0

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

/proc/29511/task/29517/stat : 29517 (java) S 29509 29511 23562 0 -1 4202560 315 0 0 0 10 0 0 0 16 0 22 0 811830250 10806923264 172732 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 5 0 0 0
[pid=29511/tid=29518] ppid=29509 vsize=10553636 CPUtime=0.1 cores=1,3,5,7
/proc/29511/task/29518/stat : 29518 (java) S 29509 29511 23562 0 -1 4202560 724 0 0 0 10 0 0 0 15 0 22 0 811830250 10806923264 172732 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 7 0 0 0
[pid=29511/tid=29519] ppid=29509 vsize=10553636 CPUtime=0.1 cores=1,3,5,7
/proc/29511/task/29519/stat : 29519 (java) S 29509 29511 23562 0 -1 4202560 433 0 0 0 10 0 0 0 15 0 22 0 811830250 10806923264 172732 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 1 0 0 0
[pid=29511/tid=29520] ppid=29509 vsize=10553636 CPUtime=0.08 cores=1,3,5,7
/proc/29511/task/29520/stat : 29520 (java) S 29509 29511 23562 0 -1 4202560 399 0 0 0 8 0 0 0 15 0 22 0 811830250 10806923264 172732 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 1 0 0 0
[pid=29511/tid=29521] ppid=29509 vsize=10553636 CPUtime=0.09 cores=1,3,5,7
/proc/29511/task/29521/stat : 29521 (java) S 29509 29511 23562 0 -1 4202560 57 0 0 0 9 0 0 0 16 0 22 0 811830250 10806923264 172732 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 7 0 0 0
[pid=29511/tid=29522] ppid=29509 vsize=10553636 CPUtime=4.65 cores=1,3,5,7
/proc/29511/task/29522/stat : 29522 (java) S 29509 29511 23562 0 -1 4202560 14289 0 0 0 463 2 0 0 16 0 22 0 811830251 10806923264 172732 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052992 0 0 0 16800975 18446604466453301376 0 0 -1 3 0 0 0
[pid=29511/tid=29523] ppid=29509 vsize=10553636 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29523/stat : 29523 (java) S 29509 29511 23562 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811830252 10806923264 172732 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 5 0 0 0
[pid=29511/tid=29524] ppid=29509 vsize=10553636 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29524/stat : 29524 (java) S 29509 29511 23562 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 811830252 10806923264 172732 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 3 0 0 0
[pid=29511/tid=29525] ppid=29509 vsize=10553636 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29525/stat : 29525 (java) S 29509 29511 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811830254 10806923264 172732 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828060081 0 4 0 16800975 18446604466453301376 0 0 -1 5 0 0 0
[pid=29511/tid=29526] ppid=29509 vsize=10553636 CPUtime=1.08 cores=1,3,5,7
/proc/29511/task/29526/stat : 29526 (java) S 29509 29511 23562 0 -1 4202560 7134 0 0 0 108 0 0 0 15 0 22 0 811830254 10806923264 172732 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 7 0 0 0
[pid=29511/tid=29527] ppid=29509 vsize=10553636 CPUtime=2.26 cores=1,3,5,7
/proc/29511/task/29527/stat : 29527 (java) S 29509 29511 23562 0 -1 4202560 16472 0 0 0 225 1 0 0 15 0 22 0 811830254 10806923264 172732 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 5 0 0 0
[pid=29511/tid=29528] ppid=29509 vsize=10553636 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29528/stat : 29528 (java) S 29509 29511 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811830254 10806923264 172732 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 5 0 0 0
[pid=29511/tid=29529] ppid=29509 vsize=10553636 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29529/stat : 29529 (java) S 29509 29511 23562 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 811830254 10806923264 172732 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052992 0 4 0 16800975 18446604466453301376 0 0 -1 7 0 0 0
[pid=29511/tid=29532] ppid=29509 vsize=10553636 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29532/stat : 29532 (java) S 29509 29511 23562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811830271 10806923264 172732 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052992 0 4 0 16800975 18446604466453301376 0 0 -1 3 0 0 0
[pid=29511/tid=29651] ppid=29509 vsize=10553636 CPUtime=9.76 cores=1,3,5,7
/proc/29511/task/29651/stat : 29651 (java) R 29509 29511 23562 0 -1 4202560 10 0 0 0 976 0 0 0 16 0 22 0 811834323 10806923264 172732 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 46912505629301 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=29511/tid=29652] ppid=29509 vsize=10553636 CPUtime=9.77 cores=1,3,5,7
/proc/29511/task/29652/stat : 29652 (java) R 29509 29511 23562 0 -1 4202560 2 0 0 0 977 0 0 0 16 0 22 0 811834323 10806923264 172732 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 46912505824919 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29511/tid=29653] ppid=29509 vsize=10553636 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29653/stat : 29653 (java) S 29509 29511 23562 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 811834323 10806923264 172732 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052992 0 4 0 16800975 18446604466453301376 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 10553636

[startup+52.701 s]
/proc/loadavg: 3.61 3.86 3.90 2/495 29659
/proc/meminfo: memFree=23057772/32951124 swapFree=60476376/67111528
[pid=29511] ppid=29509 vsize=10553636 CPUtime=103.49 cores=1,3,5,7
/proc/29511/stat : 29511 (java) S 29509 29511 23562 0 -1 4202496 191234 0 1 0 10323 26 0 0 25 0 19 0 811830248 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29511/statm: 2638409 172733 2260 9 0 2629143 0
[pid=29511/tid=29512] ppid=29509 vsize=10553636 CPUtime=0.2 cores=1,3,5,7
/proc/29511/task/29512/stat : 29512 (java) S 29509 29511 23562 0 -1 4202560 12072 0 1 0 18 2 0 0 15 0 19 0 811830249 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052992 0 4 0 16800975 18446604466453301376 0 0 -1 7 0 0 0
[pid=29511/tid=29514] ppid=29509 vsize=10553636 CPUtime=0.08 cores=1,3,5,7
/proc/29511/task/29514/stat : 29514 (java) S 29509 29511 23562 0 -1 4202560 108 0 0 0 8 0 0 0 15 0 19 0 811830250 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 7 0 0 0
[pid=29511/tid=29515] ppid=29509 vsize=10553636 CPUtime=0.07 cores=1,3,5,7
/proc/29511/task/29515/stat : 29515 (java) S 29509 29511 23562 0 -1 4202560 103 0 0 0 7 0 0 0 15 0 19 0 811830250 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 1 0 0 0
[pid=29511/tid=29516] ppid=29509 vsize=10553636 CPUtime=0.08 cores=1,3,5,7
/proc/29511/task/29516/stat : 29516 (java) S 29509 29511 23562 0 -1 4202560 89 0 0 0 8 0 0 0 16 0 19 0 811830250 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 1 0 0 0
[pid=29511/tid=29517] ppid=29509 vsize=10553636 CPUtime=0.11 cores=1,3,5,7
/proc/29511/task/29517/stat : 29517 (java) S 29509 29511 23562 0 -1 4202560 315 0 0 0 11 0 0 0 16 0 19 0 811830250 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 5 0 0 0
[pid=29511/tid=29518] ppid=29509 vsize=10553636 CPUtime=0.1 cores=1,3,5,7
/proc/29511/task/29518/stat : 29518 (java) S 29509 29511 23562 0 -1 4202560 724 0 0 0 10 0 0 0 15 0 19 0 811830250 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 7 0 0 0
[pid=29511/tid=29519] ppid=29509 vsize=10553636 CPUtime=0.11 cores=1,3,5,7
/proc/29511/task/29519/stat : 29519 (java) S 29509 29511 23562 0 -1 4202560 434 0 0 0 11 0 0 0 16 0 19 0 811830250 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 1 0 0 0
[pid=29511/tid=29520] ppid=29509 vsize=10553636 CPUtime=0.08 cores=1,3,5,7
/proc/29511/task/29520/stat : 29520 (java) S 29509 29511 23562 0 -1 4202560 399 0 0 0 8 0 0 0 16 0 19 0 811830250 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 1 0 0 0
[pid=29511/tid=29521] ppid=29509 vsize=10553636 CPUtime=0.09 cores=1,3,5,7
/proc/29511/task/29521/stat : 29521 (java) S 29509 29511 23562 0 -1 4202560 57 0 0 0 9 0 0 0 16 0 19 0 811830250 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 7 0 0 0
[pid=29511/tid=29522] ppid=29509 vsize=10553636 CPUtime=4.75 cores=1,3,5,7
/proc/29511/task/29522/stat : 29522 (java) S 29509 29511 23562 0 -1 4202560 14289 0 0 0 473 2 0 0 16 0 19 0 811830251 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052992 0 0 0 16800975 18446604466453301376 0 0 -1 3 0 0 0
[pid=29511/tid=29523] ppid=29509 vsize=10553636 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29523/stat : 29523 (java) S 29509 29511 23562 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 811830252 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 5 0 0 0
[pid=29511/tid=29524] ppid=29509 vsize=10553636 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29524/stat : 29524 (java) S 29509 29511 23562 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 811830252 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 3 0 0 0
[pid=29511/tid=29525] ppid=29509 vsize=10553636 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29525/stat : 29525 (java) S 29509 29511 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811830254 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828060081 0 4 0 16800975 18446604466453301376 0 0 -1 5 0 0 0
[pid=29511/tid=29526] ppid=29509 vsize=10553636 CPUtime=1.08 cores=1,3,5,7
/proc/29511/task/29526/stat : 29526 (java) S 29509 29511 23562 0 -1 4202560 7134 0 0 0 108 0 0 0 15 0 19 0 811830254 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 7 0 0 0
[pid=29511/tid=29527] ppid=29509 vsize=10553636 CPUtime=2.26 cores=1,3,5,7
/proc/29511/task/29527/stat : 29527 (java) S 29509 29511 23562 0 -1 4202560 16472 0 0 0 225 1 0 0 15 0 19 0 811830254 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 5 0 0 0
[pid=29511/tid=29528] ppid=29509 vsize=10553636 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29528/stat : 29528 (java) S 29509 29511 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811830254 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 5 0 0 0
[pid=29511/tid=29529] ppid=29509 vsize=10553636 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29529/stat : 29529 (java) S 29509 29511 23562 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 811830254 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052992 0 4 0 16800975 18446604466453301376 0 0 -1 7 0 0 0
[pid=29511/tid=29532] ppid=29509 vsize=10553636 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29532/stat : 29532 (java) S 29509 29511 23562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 811830271 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052992 0 4 0 16800975 18446604466453301376 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 103.49
Current children cumulated vsize (KiB) 10553636

[startup+53.1009 s]
/proc/loadavg: 3.61 3.86 3.90 2/495 29659
/proc/meminfo: memFree=23057772/32951124 swapFree=60476376/67111528
[pid=29511] ppid=29509 vsize=10553636 CPUtime=103.62 cores=1,3,5,7
/proc/29511/stat : 29511 (java) S 29509 29511 23562 0 -1 4202496 191234 0 1 0 10336 26 0 0 25 0 19 0 811830248 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29511/statm: 2638409 172733 2260 9 0 2629143 0
[pid=29511/tid=29512] ppid=29509 vsize=10553636 CPUtime=0.31 cores=1,3,5,7
/proc/29511/task/29512/stat : 29512 (java) R 29509 29511 23562 0 -1 4202560 12072 0 1 0 29 2 0 0 16 0 19 0 811830249 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 46912505366582 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=29511/tid=29514] ppid=29509 vsize=10553636 CPUtime=0.08 cores=1,3,5,7
/proc/29511/task/29514/stat : 29514 (java) S 29509 29511 23562 0 -1 4202560 108 0 0 0 8 0 0 0 15 0 19 0 811830250 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 7 0 0 0
[pid=29511/tid=29515] ppid=29509 vsize=10553636 CPUtime=0.07 cores=1,3,5,7
/proc/29511/task/29515/stat : 29515 (java) S 29509 29511 23562 0 -1 4202560 103 0 0 0 7 0 0 0 15 0 19 0 811830250 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 1 0 0 0
[pid=29511/tid=29516] ppid=29509 vsize=10553636 CPUtime=0.08 cores=1,3,5,7
/proc/29511/task/29516/stat : 29516 (java) S 29509 29511 23562 0 -1 4202560 89 0 0 0 8 0 0 0 16 0 19 0 811830250 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 1 0 0 0
[pid=29511/tid=29517] ppid=29509 vsize=10553636 CPUtime=0.11 cores=1,3,5,7
/proc/29511/task/29517/stat : 29517 (java) S 29509 29511 23562 0 -1 4202560 315 0 0 0 11 0 0 0 16 0 19 0 811830250 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 5 0 0 0
[pid=29511/tid=29518] ppid=29509 vsize=10553636 CPUtime=0.1 cores=1,3,5,7
/proc/29511/task/29518/stat : 29518 (java) S 29509 29511 23562 0 -1 4202560 724 0 0 0 10 0 0 0 15 0 19 0 811830250 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 7 0 0 0
[pid=29511/tid=29519] ppid=29509 vsize=10553636 CPUtime=0.11 cores=1,3,5,7
/proc/29511/task/29519/stat : 29519 (java) S 29509 29511 23562 0 -1 4202560 434 0 0 0 11 0 0 0 16 0 19 0 811830250 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 1 0 0 0
[pid=29511/tid=29520] ppid=29509 vsize=10553636 CPUtime=0.08 cores=1,3,5,7
/proc/29511/task/29520/stat : 29520 (java) S 29509 29511 23562 0 -1 4202560 399 0 0 0 8 0 0 0 16 0 19 0 811830250 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 1 0 0 0
[pid=29511/tid=29521] ppid=29509 vsize=10553636 CPUtime=0.09 cores=1,3,5,7
/proc/29511/task/29521/stat : 29521 (java) S 29509 29511 23562 0 -1 4202560 57 0 0 0 9 0 0 0 16 0 19 0 811830250 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 7 0 0 0
[pid=29511/tid=29522] ppid=29509 vsize=10553636 CPUtime=4.75 cores=1,3,5,7
/proc/29511/task/29522/stat : 29522 (java) S 29509 29511 23562 0 -1 4202560 14289 0 0 0 473 2 0 0 16 0 19 0 811830251 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052992 0 0 0 16800975 18446604466453301376 0 0 -1 3 0 0 0
[pid=29511/tid=29523] ppid=29509 vsize=10553636 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29523/stat : 29523 (java) S 29509 29511 23562 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 811830252 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 5 0 0 0
[pid=29511/tid=29524] ppid=29509 vsize=10553636 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29524/stat : 29524 (java) S 29509 29511 23562 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 811830252 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 3 0 0 0
[pid=29511/tid=29525] ppid=29509 vsize=10553636 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29525/stat : 29525 (java) S 29509 29511 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811830254 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828060081 0 4 0 16800975 18446604466453301376 0 0 -1 5 0 0 0
[pid=29511/tid=29526] ppid=29509 vsize=10553636 CPUtime=1.09 cores=1,3,5,7
/proc/29511/task/29526/stat : 29526 (java) S 29509 29511 23562 0 -1 4202560 7134 0 0 0 109 0 0 0 15 0 19 0 811830254 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 1 0 0 0
[pid=29511/tid=29527] ppid=29509 vsize=10553636 CPUtime=2.26 cores=1,3,5,7
/proc/29511/task/29527/stat : 29527 (java) S 29509 29511 23562 0 -1 4202560 16472 0 0 0 225 1 0 0 15 0 19 0 811830254 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 5 0 0 0
[pid=29511/tid=29528] ppid=29509 vsize=10553636 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29528/stat : 29528 (java) S 29509 29511 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811830254 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 5 0 0 0
[pid=29511/tid=29529] ppid=29509 vsize=10553636 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29529/stat : 29529 (java) S 29509 29511 23562 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 811830254 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052992 0 4 0 16800975 18446604466453301376 0 0 -1 7 0 0 0
[pid=29511/tid=29532] ppid=29509 vsize=10553636 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29532/stat : 29532 (java) S 29509 29511 23562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 811830271 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052992 0 4 0 16800975 18446604466453301376 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 103.62
Current children cumulated vsize (KiB) 10553636

[startup+53.2009 s]
/proc/loadavg: 3.61 3.86 3.90 2/495 29659
/proc/meminfo: memFree=23057772/32951124 swapFree=60476376/67111528
[pid=29511] ppid=29509 vsize=10553636 CPUtime=103.72 cores=1,3,5,7
/proc/29511/stat : 29511 (java) S 29509 29511 23562 0 -1 4202496 191234 0 1 0 10346 26 0 0 25 0 19 0 811830248 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29511/statm: 2638409 172733 2260 9 0 2629143 0
[pid=29511/tid=29512] ppid=29509 vsize=10553636 CPUtime=0.41 cores=1,3,5,7
/proc/29511/task/29512/stat : 29512 (java) R 29509 29511 23562 0 -1 4202560 12072 0 1 0 39 2 0 0 16 0 19 0 811830249 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 46912505798262 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=29511/tid=29514] ppid=29509 vsize=10553636 CPUtime=0.08 cores=1,3,5,7
/proc/29511/task/29514/stat : 29514 (java) S 29509 29511 23562 0 -1 4202560 108 0 0 0 8 0 0 0 15 0 19 0 811830250 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 7 0 0 0
[pid=29511/tid=29515] ppid=29509 vsize=10553636 CPUtime=0.07 cores=1,3,5,7
/proc/29511/task/29515/stat : 29515 (java) S 29509 29511 23562 0 -1 4202560 103 0 0 0 7 0 0 0 15 0 19 0 811830250 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 1 0 0 0
[pid=29511/tid=29516] ppid=29509 vsize=10553636 CPUtime=0.08 cores=1,3,5,7
/proc/29511/task/29516/stat : 29516 (java) S 29509 29511 23562 0 -1 4202560 89 0 0 0 8 0 0 0 16 0 19 0 811830250 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 1 0 0 0
[pid=29511/tid=29517] ppid=29509 vsize=10553636 CPUtime=0.11 cores=1,3,5,7
/proc/29511/task/29517/stat : 29517 (java) S 29509 29511 23562 0 -1 4202560 315 0 0 0 11 0 0 0 16 0 19 0 811830250 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 5 0 0 0
[pid=29511/tid=29518] ppid=29509 vsize=10553636 CPUtime=0.1 cores=1,3,5,7
/proc/29511/task/29518/stat : 29518 (java) S 29509 29511 23562 0 -1 4202560 724 0 0 0 10 0 0 0 15 0 19 0 811830250 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 7 0 0 0
[pid=29511/tid=29519] ppid=29509 vsize=10553636 CPUtime=0.11 cores=1,3,5,7
/proc/29511/task/29519/stat : 29519 (java) S 29509 29511 23562 0 -1 4202560 434 0 0 0 11 0 0 0 16 0 19 0 811830250 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 1 0 0 0
[pid=29511/tid=29520] ppid=29509 vsize=10553636 CPUtime=0.08 cores=1,3,5,7
/proc/29511/task/29520/stat : 29520 (java) S 29509 29511 23562 0 -1 4202560 399 0 0 0 8 0 0 0 16 0 19 0 811830250 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 1 0 0 0
[pid=29511/tid=29521] ppid=29509 vsize=10553636 CPUtime=0.09 cores=1,3,5,7
/proc/29511/task/29521/stat : 29521 (java) S 29509 29511 23562 0 -1 4202560 57 0 0 0 9 0 0 0 16 0 19 0 811830250 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 7 0 0 0
[pid=29511/tid=29522] ppid=29509 vsize=10553636 CPUtime=4.75 cores=1,3,5,7
/proc/29511/task/29522/stat : 29522 (java) S 29509 29511 23562 0 -1 4202560 14289 0 0 0 473 2 0 0 16 0 19 0 811830251 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052992 0 0 0 16800975 18446604466453301376 0 0 -1 3 0 0 0
[pid=29511/tid=29523] ppid=29509 vsize=10553636 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29523/stat : 29523 (java) S 29509 29511 23562 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 811830252 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 5 0 0 0
[pid=29511/tid=29524] ppid=29509 vsize=10553636 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29524/stat : 29524 (java) S 29509 29511 23562 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 811830252 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 3 0 0 0
[pid=29511/tid=29525] ppid=29509 vsize=10553636 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29525/stat : 29525 (java) S 29509 29511 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811830254 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828060081 0 4 0 16800975 18446604466453301376 0 0 -1 5 0 0 0
[pid=29511/tid=29526] ppid=29509 vsize=10553636 CPUtime=1.1 cores=1,3,5,7
/proc/29511/task/29526/stat : 29526 (java) S 29509 29511 23562 0 -1 4202560 7134 0 0 0 110 0 0 0 15 0 19 0 811830254 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 1 0 0 0
[pid=29511/tid=29527] ppid=29509 vsize=10553636 CPUtime=2.26 cores=1,3,5,7
/proc/29511/task/29527/stat : 29527 (java) S 29509 29511 23562 0 -1 4202560 16472 0 0 0 225 1 0 0 15 0 19 0 811830254 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 5 0 0 0
[pid=29511/tid=29528] ppid=29509 vsize=10553636 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29528/stat : 29528 (java) S 29509 29511 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811830254 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052377 0 4 0 16800975 18446604466453301376 0 0 -1 5 0 0 0
[pid=29511/tid=29529] ppid=29509 vsize=10553636 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29529/stat : 29529 (java) S 29509 29511 23562 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 811830254 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052992 0 4 0 16800975 18446604466453301376 0 0 -1 7 0 0 0
[pid=29511/tid=29532] ppid=29509 vsize=10553636 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29532/stat : 29532 (java) S 29509 29511 23562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 811830271 10806923264 172733 33554432000 1073741824 1073778376 140736552531664 18446744073709551615 220828052992 0 4 0 16800975 18446604466453301376 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 103.72
Current children cumulated vsize (KiB) 10553636

Child status: 30
Real time (s): 53.2515
CPU time (s): 103.782
CPU user time (s): 103.49
CPU system time (s): 0.291955
CPU usage (%): 194.891
Max. virtual memory (cumulated for all children) (KiB): 10565720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 103.49
system time used= 0.291955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 191239
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= 3480
involuntary context switches= 1906

runsolver used 0.238963 second user time and 0.600908 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-04 15:29:03
IDJOB=3453727
IDBENCH=47931
IDSOLVER=1950
FILE ID=node147/3453727-1307194143
RUNJOBID= node147-1307194135-29247
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=149-P1=163-P2=41-P3=157-P4=223-P5=67-P6=191-P7=17-P8=37-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453727-1307194143/watcher-3453727-1307194143 -o /tmp/evaluation-result-3453727-1307194143/solver-3453727-1307194143 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453727-1307194143.opb

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

MD5SUM BENCH= 870560ebbd959d9c8bd54c4fcdba3455
RANDOM SEED=1289163366

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:      23870992 kB
Buffers:        328400 kB
Cached:        1493864 kB
SwapCached:      11188 kB
Active:        7455668 kB
Inactive:      1363292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23870992 kB
SwapTotal:    67111528 kB
SwapFree:     60476376 kB
Dirty:            1060 kB
Writeback:           0 kB
AnonPages:     6993476 kB
Mapped:          30920 kB
Slab:           134716 kB
PageTables:      60000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 131142352 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:29:57