Trace number 3688581

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
Sat 4j PB Resolution 2.3.2 SnapshotOPT3 78.73 77.0171

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
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.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3688581-1337884975.opb
0.09/0.11	c reading problem ... 
0.09/0.18	c ... done. Wall clock time 0.068s.
0.09/0.18	c declared #vars     168
0.09/0.18	c internal #vars     616
0.09/0.18	c #constraints  918
0.09/0.18	c constraints type 
0.09/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 448
0.09/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 470
0.09/0.18	c 918 constraints processed.
0.09/0.18	c objective function length is 8 literals
0.66/0.47	c cleaning 2494 clauses out of 5000 with flag 5000/5000
0.81/0.58	c SATISFIABLE
0.81/0.58	c OPTIMIZING...
0.81/0.58	c Got one! Elapsed wall clock time (in seconds):0.471
0.81/0.58	o 15
0.93/0.65	c cleaning 3759 clauses out of 7527 with flag 2000/10021
1.16/0.87	c cleaning 4872 clauses out of 9768 with flag 8000/16021
1.47/1.11	c Got one! Elapsed wall clock time (in seconds):0.996
1.47/1.11	o 7
1.66/1.34	c cleaning 8008 clauses out of 16032 with flag 5001/27157
1.88/1.57	c cleaning 7007 clauses out of 14023 with flag 11000/33156
2.19/1.82	c cleaning 7000 clauses out of 14017 with flag 18001/40157
2.49/2.16	c cleaning 7488 clauses out of 15017 with flag 26001/48157
2.89/2.56	c cleaning 8255 clauses out of 16528 with flag 35000/57156
3.30/2.99	c cleaning 9126 clauses out of 18274 with flag 45001/67157
4.00/3.60	c cleaning 10070 clauses out of 20148 with flag 56001/78157
4.21/3.87	c Got one! Elapsed wall clock time (in seconds):3.757
4.21/3.87	o 5
4.41/4.08	c cleaning 10951 clauses out of 21906 with flag 5001/89985
4.71/4.35	c cleaning 8442 clauses out of 16954 with flag 11000/95984
5.02/4.60	c cleaning 7747 clauses out of 15513 with flag 18001/102985
5.42/5.03	c cleaning 7870 clauses out of 15765 with flag 26000/110984
5.83/5.44	c cleaning 8443 clauses out of 16895 with flag 35000/119984
6.13/5.74	c Got one! Elapsed wall clock time (in seconds):5.633
6.13/5.74	o 3
6.33/5.95	c cleaning 10720 clauses out of 21482 with flag 5000/133014
6.73/6.33	c cleaning 8344 clauses out of 16763 with flag 11001/139015
6.93/6.60	c cleaning 7690 clauses out of 15419 with flag 18001/146015
7.33/6.90	c cleaning 7856 clauses out of 15728 with flag 26000/154014
7.74/7.36	c cleaning 8418 clauses out of 16873 with flag 35001/163015
8.25/7.88	c cleaning 9219 clauses out of 18454 with flag 45000/173014
8.75/8.37	c cleaning 10102 clauses out of 20235 with flag 56000/184014
9.26/8.90	c cleaning 11054 clauses out of 22133 with flag 68000/196014
10.18/9.49	c cleaning 12027 clauses out of 24079 with flag 81000/209014
11.45/10.36	c cleaning 13011 clauses out of 26052 with flag 95000/223014
12.37/11.21	c cleaning 14008 clauses out of 28043 with flag 110002/238016
13.17/12.06	c cleaning 15003 clauses out of 30034 with flag 126001/254015
13.97/12.85	c cleaning 16000 clauses out of 32031 with flag 143001/271015
14.99/13.83	c cleaning 16995 clauses out of 34029 with flag 161000/289014
16.09/14.92	c cleaning 18008 clauses out of 36035 with flag 180001/308015
17.49/16.30	c cleaning 18999 clauses out of 38027 with flag 200001/328015
18.51/17.40	c cleaning 19998 clauses out of 40029 with flag 221002/349016
19.75/18.53	c cleaning 21006 clauses out of 42030 with flag 243001/371015
21.18/19.93	c cleaning 22000 clauses out of 44025 with flag 266002/394016
22.89/21.67	c cleaning 22998 clauses out of 46024 with flag 290001/418015
24.91/23.65	c cleaning 24001 clauses out of 48026 with flag 315001/443015
26.53/25.28	c cleaning 25001 clauses out of 50024 with flag 341000/469014
27.95/26.62	c cleaning 26000 clauses out of 52023 with flag 368001/496015
29.96/28.70	c cleaning 27000 clauses out of 54022 with flag 396000/524014
31.57/30.25	c cleaning 28000 clauses out of 56022 with flag 425000/553014
33.09/31.76	c cleaning 28999 clauses out of 58022 with flag 455000/583014
34.83/33.45	c cleaning 29998 clauses out of 60023 with flag 486000/614014
36.65/35.30	c cleaning 31006 clauses out of 62025 with flag 518001/646015
38.76/37.31	c cleaning 32002 clauses out of 64019 with flag 551001/679015
40.76/39.38	c cleaning 32987 clauses out of 66016 with flag 585000/713014
42.87/41.44	c cleaning 34003 clauses out of 68030 with flag 620001/748015
46.08/44.61	c cleaning 35006 clauses out of 70027 with flag 656001/784015
48.39/46.96	c cleaning 35994 clauses out of 72021 with flag 693001/821015
51.23/49.78	c cleaning 36995 clauses out of 74026 with flag 731000/859014
54.45/52.96	c cleaning 37997 clauses out of 76031 with flag 770000/898014
57.18/55.69	c cleaning 39004 clauses out of 78033 with flag 810000/938014
59.80/58.28	c cleaning 40009 clauses out of 80031 with flag 851002/979016
62.51/60.94	c cleaning 40999 clauses out of 82021 with flag 893001/1021015
65.63/64.05	c cleaning 42001 clauses out of 84021 with flag 936000/1064014
69.66/68.07	c cleaning 42998 clauses out of 86021 with flag 980001/1108015
73.68/72.02	c cleaning 44006 clauses out of 88022 with flag 1025001/1153015
77.99/76.33	c cleaning 45007 clauses out of 90014 with flag 1071001/1199015
78.73/77.01	c starts		: 193
78.73/77.01	c conflicts		: 1207731
78.73/77.01	c decisions		: 1253047
78.73/77.01	c propagations		: 20764993
78.73/77.01	c inspects		: 907580326
78.73/77.01	c shortcuts		: 0
78.73/77.01	c learnt literals	: 20
78.73/77.01	c learnt binary clauses	: 17
78.73/77.01	c learnt ternary clauses	: 46
78.73/77.01	c learnt constraints	: 1207710
78.73/77.01	c ignored constraints	: 0
78.73/77.01	c root simplifications	: 0
78.73/77.01	c removed literals (reason simplification)	: 0
78.73/77.01	c reason swapping (by a shorter reason)	: 0
78.73/77.01	c Calls to reduceDB	: 57
78.73/77.01	c number of reductions to clauses (during analyze)	: 0
78.73/77.01	c number of learned constraints concerned by reduction	: 0
78.73/77.01	c number of learning phase by resolution	: 0
78.73/77.01	c number of learning phase by cutting planes	: 0
78.73/77.01	c speed (assignments/second)	: 270293.04644381965
78.73/77.01	c non guided choices	5182
78.73/77.01	c learnt constraints type 
78.73/77.01	c constraints type 
78.73/77.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 448
78.73/77.01	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 470
78.73/77.01	c 918 constraints processed.
78.73/77.01	s OPTIMUM FOUND
78.73/77.01	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 
78.73/77.01	c objective function=3
78.73/77.01	c Total wall clock time (in seconds): 76.897

Verifier Data

OK	3

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3688581-1337884975/watcher-3688581-1337884975 -o /tmp/evaluation-result-3688581-1337884975/solver-3688581-1337884975 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688581-1337884975.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: 1.98 2.00 1.99 3/194 27925
/proc/meminfo: memFree=29104476/32873844 swapFree=7364/7364
[pid=27925] ppid=27923 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/27925/stat : 27925 (java) D 27923 27925 24862 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 254621863 9515008 182 33554432000 1073741824 1073778376 140736260598480 140736260589512 254750310069 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/27925/statm: 2323 182 140 9 0 71 0

[startup+0.100717 s]
/proc/loadavg: 1.98 2.00 1.99 3/194 27925
/proc/meminfo: memFree=29104476/32873844 swapFree=7364/7364
[pid=27925] ppid=27923 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/27925/stat : 27925 (java) S 27923 27925 24862 0 -1 4202496 4337 0 1 0 8 1 0 0 20 0 18 0 254621863 9787813888 5027 33554432000 1073741824 1073778376 140736638302176 140736638293312 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27925/statm: 2389603 5028 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.20019 s]
/proc/loadavg: 1.98 2.00 1.99 3/194 27925
/proc/meminfo: memFree=29104476/32873844 swapFree=7364/7364
[pid=27925] ppid=27923 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/27925/stat : 27925 (java) S 27923 27925 24862 0 -1 4202496 4838 0 1 0 24 1 0 0 20 0 19 0 254621863 9855975424 5923 33554432000 1073741824 1073778376 140736638302176 140736638293312 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27925/statm: 2406244 5923 2207 9 0 2396937 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9624976

[startup+0.300183 s]
/proc/loadavg: 1.98 2.00 1.99 3/194 27925
/proc/meminfo: memFree=29104476/32873844 swapFree=7364/7364
[pid=27925] ppid=27923 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/27925/stat : 27925 (java) S 27923 27925 24862 0 -1 4202496 7015 0 1 0 52 2 0 0 20 0 19 0 254621863 9855975424 7585 33554432000 1073741824 1073778376 140736638302176 140736638293312 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27925/statm: 2406244 7585 2224 9 0 2396937 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9624976

[startup+0.700239 s]
/proc/loadavg: 1.98 2.00 1.99 3/194 27925
/proc/meminfo: memFree=29104476/32873844 swapFree=7364/7364
[pid=27925] ppid=27923 vsize=9624976 CPUtime=1.06 cores=0,2,4,6
/proc/27925/stat : 27925 (java) S 27923 27925 24862 0 -1 4202496 7389 0 1 0 104 2 0 0 20 0 19 0 254621863 9855975424 10272 33554432000 1073741824 1073778376 140736638302176 140736638293312 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27925/statm: 2406244 10272 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 9624976

[startup+1.50074 s]
/proc/loadavg: 1.98 2.00 1.99 3/213 27944
/proc/meminfo: memFree=29071980/32873844 swapFree=7364/7364
[pid=27925] ppid=27923 vsize=9624976 CPUtime=1.88 cores=0,2,4,6
/proc/27925/stat : 27925 (java) S 27923 27925 24862 0 -1 4202496 7408 0 1 0 186 2 0 0 20 0 19 0 254621863 9855975424 10797 33554432000 1073741824 1073778376 140736638302176 140736638293312 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27925/statm: 2406244 10797 2264 9 0 2396937 0
[pid=27925/tid=27927] ppid=27923 vsize=9624976 CPUtime=1.41 cores=0,2,4,6
/proc/27925/task/27927/stat : 27927 (java) R 27923 27925 24862 0 -1 4202560 2498 0 1 0 141 0 0 0 20 0 19 0 254621864 9855975424 10797 33554432000 1073741824 1073778376 140736638302176 140611735609576 140611608217041 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27925/tid=27928] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27928/stat : 27928 (java) S 27923 27925 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254621865 9855975424 10797 33554432000 1073741824 1073778376 140736638302176 140611579410856 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27925/tid=27929] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27929/stat : 27929 (java) S 27923 27925 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254621865 9855975424 10797 33554432000 1073741824 1073778376 140736638302176 140611578358312 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27925/tid=27930] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27930/stat : 27930 (java) S 27923 27925 24862 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254621865 9855975424 10797 33554432000 1073741824 1073778376 140736638302176 140611577305256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27925/tid=27931] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27931/stat : 27931 (java) S 27923 27925 24862 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254621865 9855975424 10797 33554432000 1073741824 1073778376 140736638302176 140611576252712 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27925/tid=27932] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27932/stat : 27932 (java) S 27923 27925 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254621865 9855975424 10797 33554432000 1073741824 1073778376 140736638302176 140611575200680 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27925/tid=27933] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27933/stat : 27933 (java) S 27923 27925 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254621865 9855975424 10797 33554432000 1073741824 1073778376 140736638302176 140611574148136 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27925/tid=27934] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27934/stat : 27934 (java) S 27923 27925 24862 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254621865 9855975424 10797 33554432000 1073741824 1073778376 140736638302176 140611573095080 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27925/tid=27935] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27935/stat : 27935 (java) S 27923 27925 24862 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254621865 9855975424 10797 33554432000 1073741824 1073778376 140736638302176 140611572042536 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27925/tid=27936] ppid=27923 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/27925/task/27936/stat : 27936 (java) S 27923 27925 24862 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 19 0 254621866 9855975424 10797 33554432000 1073741824 1073778376 140736638302176 140611559844200 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27925/tid=27937] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27937/stat : 27937 (java) S 27923 27925 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254621867 9855975424 10797 33554432000 1073741824 1073778376 140736638302176 140611558790520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27925/tid=27938] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27938/stat : 27938 (java) S 27923 27925 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254621867 9855975424 10797 33554432000 1073741824 1073778376 140736638302176 140611557737352 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27925/tid=27939] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27939/stat : 27939 (java) S 27923 27925 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254621869 9855975424 10797 33554432000 1073741824 1073778376 140736638302176 140611556686096 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27925/tid=27940] ppid=27923 vsize=9624976 CPUtime=0.19 cores=0,2,4,6
/proc/27925/task/27940/stat : 27940 (java) S 27923 27925 24862 0 -1 4202560 1398 0 0 0 19 0 0 0 20 0 19 0 254621869 9855975424 10797 33554432000 1073741824 1073778376 140736638302176 140611555633976 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27925/tid=27941] ppid=27923 vsize=9624976 CPUtime=0.18 cores=0,2,4,6
/proc/27925/task/27941/stat : 27941 (java) S 27923 27925 24862 0 -1 4202560 2248 0 0 0 18 0 0 0 20 0 19 0 254621869 9855975424 10797 33554432000 1073741824 1073778376 140736638302176 140611554581432 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27925/tid=27942] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27942/stat : 27942 (java) S 27923 27925 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254621869 9855975424 10797 33554432000 1073741824 1073778376 140736638302176 140611553528568 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27925/tid=27943] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27943/stat : 27943 (java) S 27923 27925 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254621869 9855975424 10797 33554432000 1073741824 1073778376 140736638302176 140611552476232 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27925/tid=27944] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27944/stat : 27944 (java) S 27923 27925 24862 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254621882 9855975424 10797 33554432000 1073741824 1073778376 140736638302176 140611551421480 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9624976

[startup+3.10075 s]
/proc/loadavg: 1.98 2.00 1.99 3/213 27944
/proc/meminfo: memFree=29067264/32873844 swapFree=7364/7364
[pid=27925] ppid=27923 vsize=9624976 CPUtime=3.5 cores=0,2,4,6
/proc/27925/stat : 27925 (java) S 27923 27925 24862 0 -1 4202496 7424 0 1 0 348 2 0 0 20 0 19 0 254621863 9855975424 11828 33554432000 1073741824 1073778376 140736638302176 140736638293312 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27925/statm: 2406244 11828 2264 9 0 2396937 0
[pid=27925/tid=27927] ppid=27923 vsize=9624976 CPUtime=2.94 cores=0,2,4,6
/proc/27925/task/27927/stat : 27927 (java) R 27923 27925 24862 0 -1 4202560 2503 0 1 0 294 0 0 0 20 0 19 0 254621864 9855975424 11828 33554432000 1073741824 1073778376 140736638302176 140611735609616 140611608262544 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27925/tid=27928] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27928/stat : 27928 (java) S 27923 27925 24862 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254621865 9855975424 11828 33554432000 1073741824 1073778376 140736638302176 140611579410856 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27925/tid=27929] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27929/stat : 27929 (java) S 27923 27925 24862 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254621865 9855975424 11828 33554432000 1073741824 1073778376 140736638302176 140611578358312 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27925/tid=27930] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27930/stat : 27930 (java) S 27923 27925 24862 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254621865 9855975424 11828 33554432000 1073741824 1073778376 140736638302176 140611577305256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27925/tid=27931] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27931/stat : 27931 (java) S 27923 27925 24862 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254621865 9855975424 11828 33554432000 1073741824 1073778376 140736638302176 140611576252712 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27925/tid=27932] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27932/stat : 27932 (java) S 27923 27925 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254621865 9855975424 11828 33554432000 1073741824 1073778376 140736638302176 140611575200680 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27925/tid=27933] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27933/stat : 27933 (java) S 27923 27925 24862 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254621865 9855975424 11828 33554432000 1073741824 1073778376 140736638302176 140611574148136 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27925/tid=27934] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27934/stat : 27934 (java) S 27923 27925 24862 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254621865 9855975424 11828 33554432000 1073741824 1073778376 140736638302176 140611573095080 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27925/tid=27935] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27935/stat : 27935 (java) S 27923 27925 24862 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254621865 9855975424 11828 33554432000 1073741824 1073778376 140736638302176 140611572042536 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27925/tid=27936] ppid=27923 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/27925/task/27936/stat : 27936 (java) S 27923 27925 24862 0 -1 4202560 34 0 0 0 8 0 0 0 20 0 19 0 254621866 9855975424 11828 33554432000 1073741824 1073778376 140736638302176 140611559844200 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27925/tid=27937] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27937/stat : 27937 (java) S 27923 27925 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254621867 9855975424 11828 33554432000 1073741824 1073778376 140736638302176 140611558790520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27925/tid=27938] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27938/stat : 27938 (java) S 27923 27925 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254621867 9855975424 11828 33554432000 1073741824 1073778376 140736638302176 140611557737352 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27925/tid=27939] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27939/stat : 27939 (java) S 27923 27925 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254621869 9855975424 11828 33554432000 1073741824 1073778376 140736638302176 140611556686096 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27925/tid=27940] ppid=27923 vsize=9624976 CPUtime=0.19 cores=0,2,4,6
/proc/27925/task/27940/stat : 27940 (java) S 27923 27925 24862 0 -1 4202560 1398 0 0 0 19 0 0 0 20 0 19 0 254621869 9855975424 11828 33554432000 1073741824 1073778376 140736638302176 140611555633976 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27925/tid=27941] ppid=27923 vsize=9624976 CPUtime=0.18 cores=0,2,4,6
/proc/27925/task/27941/stat : 27941 (java) S 27923 27925 24862 0 -1 4202560 2248 0 0 0 18 0 0 0 20 0 19 0 254621869 9855975424 11828 33554432000 1073741824 1073778376 140736638302176 140611554581432 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27925/tid=27942] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27942/stat : 27942 (java) S 27923 27925 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254621869 9855975424 11828 33554432000 1073741824 1073778376 140736638302176 140611553528568 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27925/tid=27943] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27943/stat : 27943 (java) S 27923 27925 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254621869 9855975424 11828 33554432000 1073741824 1073778376 140736638302176 140611552476232 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27925/tid=27944] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27944/stat : 27944 (java) S 27923 27925 24862 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254621882 9855975424 11828 33554432000 1073741824 1073778376 140736638302176 140611551421480 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 9624976

[startup+6.30072 s]
/proc/loadavg: 1.98 2.00 1.99 3/213 27944
/proc/meminfo: memFree=29064620/32873844 swapFree=7364/7364
[pid=27925] ppid=27923 vsize=9624976 CPUtime=6.73 cores=0,2,4,6
/proc/27925/stat : 27925 (java) S 27923 27925 24862 0 -1 4202496 7439 0 1 0 671 2 0 0 20 0 19 0 254621863 9855975424 11709 33554432000 1073741824 1073778376 140736638302176 140736638293312 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27925/statm: 2406244 11709 2264 9 0 2396937 0
[pid=27925/tid=27927] ppid=27923 vsize=9624976 CPUtime=6.03 cores=0,2,4,6
/proc/27925/task/27927/stat : 27927 (java) R 27923 27925 24862 0 -1 4202560 2511 0 1 0 603 0 0 0 20 0 19 0 254621864 9855975424 11709 33554432000 1073741824 1073778376 140736638302176 140611735609616 140611608262506 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27925/tid=27928] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27928/stat : 27928 (java) S 27923 27925 24862 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254621865 9855975424 11709 33554432000 1073741824 1073778376 140736638302176 140611579410856 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27925/tid=27929] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27929/stat : 27929 (java) S 27923 27925 24862 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254621865 9855975424 11709 33554432000 1073741824 1073778376 140736638302176 140611578358312 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27925/tid=27930] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27930/stat : 27930 (java) S 27923 27925 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254621865 9855975424 11709 33554432000 1073741824 1073778376 140736638302176 140611577305256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27925/tid=27931] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27931/stat : 27931 (java) S 27923 27925 24862 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254621865 9855975424 11709 33554432000 1073741824 1073778376 140736638302176 140611576252712 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27925/tid=27932] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27932/stat : 27932 (java) S 27923 27925 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254621865 9855975424 11709 33554432000 1073741824 1073778376 140736638302176 140611575200680 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27925/tid=27933] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27933/stat : 27933 (java) S 27923 27925 24862 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254621865 9855975424 11709 33554432000 1073741824 1073778376 140736638302176 140611574148136 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27925/tid=27934] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27934/stat : 27934 (java) S 27923 27925 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254621865 9855975424 11709 33554432000 1073741824 1073778376 140736638302176 140611573095080 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27925/tid=27935] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27935/stat : 27935 (java) S 27923 27925 24862 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254621865 9855975424 11709 33554432000 1073741824 1073778376 140736638302176 140611572042536 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27925/tid=27936] ppid=27923 vsize=9624976 CPUtime=0.16 cores=0,2,4,6
/proc/27925/task/27936/stat : 27936 (java) S 27923 27925 24862 0 -1 4202560 34 0 0 0 16 0 0 0 20 0 19 0 254621866 9855975424 11709 33554432000 1073741824 1073778376 140736638302176 140611559844200 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27925/tid=27937] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27937/stat : 27937 (java) S 27923 27925 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254621867 9855975424 11709 33554432000 1073741824 1073778376 140736638302176 140611558790520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27925/tid=27938] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27938/stat : 27938 (java) S 27923 27925 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254621867 9855975424 11709 33554432000 1073741824 1073778376 140736638302176 140611557737352 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27925/tid=27939] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27939/stat : 27939 (java) S 27923 27925 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254621869 9855975424 11709 33554432000 1073741824 1073778376 140736638302176 140611556686096 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27925/tid=27940] ppid=27923 vsize=9624976 CPUtime=0.19 cores=0,2,4,6
/proc/27925/task/27940/stat : 27940 (java) S 27923 27925 24862 0 -1 4202560 1398 0 0 0 19 0 0 0 20 0 19 0 254621869 9855975424 11709 33554432000 1073741824 1073778376 140736638302176 140611555633976 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27925/tid=27941] ppid=27923 vsize=9624976 CPUtime=0.18 cores=0,2,4,6
/proc/27925/task/27941/stat : 27941 (java) S 27923 27925 24862 0 -1 4202560 2248 0 0 0 18 0 0 0 20 0 19 0 254621869 9855975424 11709 33554432000 1073741824 1073778376 140736638302176 140611554581432 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27925/tid=27942] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27942/stat : 27942 (java) S 27923 27925 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254621869 9855975424 11709 33554432000 1073741824 1073778376 140736638302176 140611553528568 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27925/tid=27943] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27943/stat : 27943 (java) S 27923 27925 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254621869 9855975424 11709 33554432000 1073741824 1073778376 140736638302176 140611552476232 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27925/tid=27944] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27944/stat : 27944 (java) S 27923 27925 24862 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254621882 9855975424 11709 33554432000 1073741824 1073778376 140736638302176 140611551421480 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.73
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]

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

/proc/27925/task/27935/stat : 27935 (java) S 27923 27925 24862 0 -1 4202560 22 0 0 0 10 0 0 0 20 0 19 0 254621865 9855975424 25345 33554432000 1073741824 1073778376 140736638302176 140611572042536 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27925/tid=27936] ppid=27923 vsize=9624976 CPUtime=0.92 cores=0,2,4,6
/proc/27925/task/27936/stat : 27936 (java) S 27923 27925 24862 0 -1 4202560 66 0 0 0 92 0 0 0 20 0 19 0 254621866 9855975424 25345 33554432000 1073741824 1073778376 140736638302176 140611559844200 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27925/tid=27937] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27937/stat : 27937 (java) S 27923 27925 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254621867 9855975424 25345 33554432000 1073741824 1073778376 140736638302176 140611558790520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27925/tid=27938] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27938/stat : 27938 (java) S 27923 27925 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254621867 9855975424 25345 33554432000 1073741824 1073778376 140736638302176 140611557737352 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27925/tid=27939] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27939/stat : 27939 (java) S 27923 27925 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254621869 9855975424 25345 33554432000 1073741824 1073778376 140736638302176 140611556686096 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27925/tid=27940] ppid=27923 vsize=9624976 CPUtime=0.9 cores=0,2,4,6
/proc/27925/task/27940/stat : 27940 (java) S 27923 27925 24862 0 -1 4202560 13005 0 0 0 86 4 0 0 20 0 19 0 254621869 9855975424 25345 33554432000 1073741824 1073778376 140736638302176 140611555633976 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27925/tid=27941] ppid=27923 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/27925/task/27941/stat : 27941 (java) S 27923 27925 24862 0 -1 4202560 2251 0 0 0 20 0 0 0 20 0 19 0 254621869 9855975424 25345 33554432000 1073741824 1073778376 140736638302176 140611554581432 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27925/tid=27942] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27942/stat : 27942 (java) S 27923 27925 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254621869 9855975424 25345 33554432000 1073741824 1073778376 140736638302176 140611553528568 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27925/tid=27943] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27943/stat : 27943 (java) S 27923 27925 24862 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254621869 9855975424 25345 33554432000 1073741824 1073778376 140736638302176 140611552476232 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27925/tid=27944] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27944/stat : 27944 (java) S 27923 27925 24862 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254621882 9855975424 25345 33554432000 1073741824 1073778376 140736638302176 140611551421480 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 76.89
Current children cumulated vsize (KiB) 9624976

[startup+76.0067 s]
/proc/loadavg: 2.08 2.03 2.00 3/213 28229
/proc/meminfo: memFree=29069632/32873844 swapFree=7364/7364
[pid=27925] ppid=27923 vsize=9624976 CPUtime=77.7 cores=0,2,4,6
/proc/27925/stat : 27925 (java) S 27923 27925 24862 0 -1 4202496 19283 0 1 0 7761 9 0 0 20 0 19 0 254621863 9855975424 25345 33554432000 1073741824 1073778376 140736638302176 140736638293312 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27925/statm: 2406244 25345 2268 9 0 2396937 0
[pid=27925/tid=27927] ppid=27923 vsize=9624976 CPUtime=74.53 cores=0,2,4,6
/proc/27925/task/27927/stat : 27927 (java) R 27923 27925 24862 0 -1 4202560 2560 0 1 0 7451 2 0 0 20 0 19 0 254621864 9855975424 25345 33554432000 1073741824 1073778376 140736638302176 140611735609616 140611608262434 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27925/tid=27928] ppid=27923 vsize=9624976 CPUtime=0.09 cores=0,2,4,6
/proc/27925/task/27928/stat : 27928 (java) S 27923 27925 24862 0 -1 4202560 25 0 0 0 9 0 0 0 20 0 19 0 254621865 9855975424 25345 33554432000 1073741824 1073778376 140736638302176 140611579410856 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27925/tid=27929] ppid=27923 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/27925/task/27929/stat : 27929 (java) S 27923 27925 24862 0 -1 4202560 22 0 0 0 8 0 0 0 20 0 19 0 254621865 9855975424 25345 33554432000 1073741824 1073778376 140736638302176 140611578358312 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27925/tid=27930] ppid=27923 vsize=9624976 CPUtime=0.09 cores=0,2,4,6
/proc/27925/task/27930/stat : 27930 (java) S 27923 27925 24862 0 -1 4202560 17 0 0 0 9 0 0 0 20 0 19 0 254621865 9855975424 25345 33554432000 1073741824 1073778376 140736638302176 140611577305256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27925/tid=27931] ppid=27923 vsize=9624976 CPUtime=0.09 cores=0,2,4,6
/proc/27925/task/27931/stat : 27931 (java) S 27923 27925 24862 0 -1 4202560 29 0 0 0 9 0 0 0 20 0 19 0 254621865 9855975424 25345 33554432000 1073741824 1073778376 140736638302176 140611576252712 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27925/tid=27932] ppid=27923 vsize=9624976 CPUtime=0.1 cores=0,2,4,6
/proc/27925/task/27932/stat : 27932 (java) S 27923 27925 24862 0 -1 4202560 26 0 0 0 10 0 0 0 20 0 19 0 254621865 9855975424 25345 33554432000 1073741824 1073778376 140736638302176 140611575200680 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27925/tid=27933] ppid=27923 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/27925/task/27933/stat : 27933 (java) S 27923 27925 24862 0 -1 4202560 25 0 0 0 11 0 0 0 20 0 19 0 254621865 9855975424 25345 33554432000 1073741824 1073778376 140736638302176 140611574148136 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27925/tid=27934] ppid=27923 vsize=9624976 CPUtime=0.13 cores=0,2,4,6
/proc/27925/task/27934/stat : 27934 (java) S 27923 27925 24862 0 -1 4202560 44 0 0 0 13 0 0 0 20 0 19 0 254621865 9855975424 25345 33554432000 1073741824 1073778376 140736638302176 140611573095080 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27925/tid=27935] ppid=27923 vsize=9624976 CPUtime=0.1 cores=0,2,4,6
/proc/27925/task/27935/stat : 27935 (java) S 27923 27925 24862 0 -1 4202560 22 0 0 0 10 0 0 0 20 0 19 0 254621865 9855975424 25345 33554432000 1073741824 1073778376 140736638302176 140611572042536 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27925/tid=27936] ppid=27923 vsize=9624976 CPUtime=0.92 cores=0,2,4,6
/proc/27925/task/27936/stat : 27936 (java) S 27923 27925 24862 0 -1 4202560 66 0 0 0 92 0 0 0 20 0 19 0 254621866 9855975424 25345 33554432000 1073741824 1073778376 140736638302176 140611559844200 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27925/tid=27937] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27937/stat : 27937 (java) S 27923 27925 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254621867 9855975424 25345 33554432000 1073741824 1073778376 140736638302176 140611558790520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27925/tid=27938] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27938/stat : 27938 (java) S 27923 27925 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254621867 9855975424 25345 33554432000 1073741824 1073778376 140736638302176 140611557737352 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27925/tid=27939] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27939/stat : 27939 (java) S 27923 27925 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254621869 9855975424 25345 33554432000 1073741824 1073778376 140736638302176 140611556686096 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27925/tid=27940] ppid=27923 vsize=9624976 CPUtime=0.9 cores=0,2,4,6
/proc/27925/task/27940/stat : 27940 (java) S 27923 27925 24862 0 -1 4202560 13005 0 0 0 86 4 0 0 20 0 19 0 254621869 9855975424 25345 33554432000 1073741824 1073778376 140736638302176 140611555633976 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27925/tid=27941] ppid=27923 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/27925/task/27941/stat : 27941 (java) S 27923 27925 24862 0 -1 4202560 2251 0 0 0 20 0 0 0 20 0 19 0 254621869 9855975424 25345 33554432000 1073741824 1073778376 140736638302176 140611554581432 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27925/tid=27942] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27942/stat : 27942 (java) S 27923 27925 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254621869 9855975424 25345 33554432000 1073741824 1073778376 140736638302176 140611553528568 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27925/tid=27943] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27943/stat : 27943 (java) S 27923 27925 24862 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254621869 9855975424 25345 33554432000 1073741824 1073778376 140736638302176 140611552476232 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27925/tid=27944] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27944/stat : 27944 (java) S 27923 27925 24862 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254621882 9855975424 25345 33554432000 1073741824 1073778376 140736638302176 140611551421480 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 77.7
Current children cumulated vsize (KiB) 9624976

[startup+76.8007 s]
/proc/loadavg: 2.08 2.03 2.00 3/213 28229
/proc/meminfo: memFree=29069632/32873844 swapFree=7364/7364
[pid=27925] ppid=27923 vsize=9624976 CPUtime=78.52 cores=0,2,4,6
/proc/27925/stat : 27925 (java) S 27923 27925 24862 0 -1 4202496 19286 0 1 0 7843 9 0 0 20 0 19 0 254621863 9855975424 25347 33554432000 1073741824 1073778376 140736638302176 140736638293312 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27925/statm: 2406244 25347 2268 9 0 2396937 0
[pid=27925/tid=27927] ppid=27923 vsize=9624976 CPUtime=75.28 cores=0,2,4,6
/proc/27925/task/27927/stat : 27927 (java) R 27923 27925 24862 0 -1 4202560 2561 0 1 0 7526 2 0 0 20 0 19 0 254621864 9855975424 25347 33554432000 1073741824 1073778376 140736638302176 140611735609736 140611608208111 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27925/tid=27928] ppid=27923 vsize=9624976 CPUtime=0.09 cores=0,2,4,6
/proc/27925/task/27928/stat : 27928 (java) S 27923 27925 24862 0 -1 4202560 25 0 0 0 9 0 0 0 20 0 19 0 254621865 9855975424 25347 33554432000 1073741824 1073778376 140736638302176 140611579410856 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27925/tid=27929] ppid=27923 vsize=9624976 CPUtime=0.09 cores=0,2,4,6
/proc/27925/task/27929/stat : 27929 (java) S 27923 27925 24862 0 -1 4202560 22 0 0 0 9 0 0 0 20 0 19 0 254621865 9855975424 25347 33554432000 1073741824 1073778376 140736638302176 140611578358312 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27925/tid=27930] ppid=27923 vsize=9624976 CPUtime=0.09 cores=0,2,4,6
/proc/27925/task/27930/stat : 27930 (java) S 27923 27925 24862 0 -1 4202560 17 0 0 0 9 0 0 0 20 0 19 0 254621865 9855975424 25347 33554432000 1073741824 1073778376 140736638302176 140611577305256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27925/tid=27931] ppid=27923 vsize=9624976 CPUtime=0.1 cores=0,2,4,6
/proc/27925/task/27931/stat : 27931 (java) S 27923 27925 24862 0 -1 4202560 31 0 0 0 10 0 0 0 20 0 19 0 254621865 9855975424 25347 33554432000 1073741824 1073778376 140736638302176 140611576252712 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27925/tid=27932] ppid=27923 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/27925/task/27932/stat : 27932 (java) S 27923 27925 24862 0 -1 4202560 26 0 0 0 11 0 0 0 20 0 19 0 254621865 9855975424 25347 33554432000 1073741824 1073778376 140736638302176 140611575200680 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27925/tid=27933] ppid=27923 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/27925/task/27933/stat : 27933 (java) S 27923 27925 24862 0 -1 4202560 25 0 0 0 11 0 0 0 20 0 19 0 254621865 9855975424 25347 33554432000 1073741824 1073778376 140736638302176 140611574148136 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27925/tid=27934] ppid=27923 vsize=9624976 CPUtime=0.13 cores=0,2,4,6
/proc/27925/task/27934/stat : 27934 (java) S 27923 27925 24862 0 -1 4202560 44 0 0 0 13 0 0 0 20 0 19 0 254621865 9855975424 25347 33554432000 1073741824 1073778376 140736638302176 140611573095080 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27925/tid=27935] ppid=27923 vsize=9624976 CPUtime=0.1 cores=0,2,4,6
/proc/27925/task/27935/stat : 27935 (java) S 27923 27925 24862 0 -1 4202560 22 0 0 0 10 0 0 0 20 0 19 0 254621865 9855975424 25347 33554432000 1073741824 1073778376 140736638302176 140611572042536 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27925/tid=27936] ppid=27923 vsize=9624976 CPUtime=0.94 cores=0,2,4,6
/proc/27925/task/27936/stat : 27936 (java) S 27923 27925 24862 0 -1 4202560 66 0 0 0 94 0 0 0 20 0 19 0 254621866 9855975424 25347 33554432000 1073741824 1073778376 140736638302176 140611559844200 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27925/tid=27937] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27937/stat : 27937 (java) S 27923 27925 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254621867 9855975424 25347 33554432000 1073741824 1073778376 140736638302176 140611558790520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27925/tid=27938] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27938/stat : 27938 (java) S 27923 27925 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254621867 9855975424 25347 33554432000 1073741824 1073778376 140736638302176 140611557737352 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27925/tid=27939] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27939/stat : 27939 (java) S 27923 27925 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254621869 9855975424 25347 33554432000 1073741824 1073778376 140736638302176 140611556686096 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27925/tid=27940] ppid=27923 vsize=9624976 CPUtime=0.9 cores=0,2,4,6
/proc/27925/task/27940/stat : 27940 (java) S 27923 27925 24862 0 -1 4202560 13005 0 0 0 86 4 0 0 20 0 19 0 254621869 9855975424 25347 33554432000 1073741824 1073778376 140736638302176 140611555633976 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27925/tid=27941] ppid=27923 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/27925/task/27941/stat : 27941 (java) S 27923 27925 24862 0 -1 4202560 2251 0 0 0 20 0 0 0 20 0 19 0 254621869 9855975424 25347 33554432000 1073741824 1073778376 140736638302176 140611554581432 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27925/tid=27942] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27942/stat : 27942 (java) S 27923 27925 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254621869 9855975424 25347 33554432000 1073741824 1073778376 140736638302176 140611553528568 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27925/tid=27943] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27943/stat : 27943 (java) S 27923 27925 24862 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254621869 9855975424 25347 33554432000 1073741824 1073778376 140736638302176 140611552476232 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27925/tid=27944] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27944/stat : 27944 (java) S 27923 27925 24862 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254621882 9855975424 25347 33554432000 1073741824 1073778376 140736638302176 140611551421480 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 78.52
Current children cumulated vsize (KiB) 9624976

[startup+77.0007 s]
/proc/loadavg: 2.08 2.03 2.00 3/213 28229
/proc/meminfo: memFree=29067212/32873844 swapFree=7364/7364
[pid=27925] ppid=27923 vsize=9624976 CPUtime=78.73 cores=0,2,4,6
/proc/27925/stat : 27925 (java) S 27923 27925 24862 0 -1 4202496 19287 0 1 0 7864 9 0 0 20 0 19 0 254621863 9855975424 25347 33554432000 1073741824 1073778376 140736638302176 140736638293312 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27925/statm: 2406244 25347 2268 9 0 2396937 0
[pid=27925/tid=27927] ppid=27923 vsize=9624976 CPUtime=75.49 cores=0,2,4,6
/proc/27925/task/27927/stat : 27927 (java) R 27923 27925 24862 0 -1 4202560 2561 0 1 0 7547 2 0 0 20 0 19 0 254621864 9855975424 25347 33554432000 1073741824 1073778376 140736638302176 140611735609736 140611608401371 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27925/tid=27928] ppid=27923 vsize=9624976 CPUtime=0.09 cores=0,2,4,6
/proc/27925/task/27928/stat : 27928 (java) S 27923 27925 24862 0 -1 4202560 25 0 0 0 9 0 0 0 20 0 19 0 254621865 9855975424 25347 33554432000 1073741824 1073778376 140736638302176 140611579410856 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27925/tid=27929] ppid=27923 vsize=9624976 CPUtime=0.09 cores=0,2,4,6
/proc/27925/task/27929/stat : 27929 (java) S 27923 27925 24862 0 -1 4202560 22 0 0 0 9 0 0 0 20 0 19 0 254621865 9855975424 25347 33554432000 1073741824 1073778376 140736638302176 140611578358312 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27925/tid=27930] ppid=27923 vsize=9624976 CPUtime=0.09 cores=0,2,4,6
/proc/27925/task/27930/stat : 27930 (java) S 27923 27925 24862 0 -1 4202560 17 0 0 0 9 0 0 0 20 0 19 0 254621865 9855975424 25347 33554432000 1073741824 1073778376 140736638302176 140611577305256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27925/tid=27931] ppid=27923 vsize=9624976 CPUtime=0.1 cores=0,2,4,6
/proc/27925/task/27931/stat : 27931 (java) S 27923 27925 24862 0 -1 4202560 31 0 0 0 10 0 0 0 20 0 19 0 254621865 9855975424 25347 33554432000 1073741824 1073778376 140736638302176 140611576252712 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27925/tid=27932] ppid=27923 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/27925/task/27932/stat : 27932 (java) S 27923 27925 24862 0 -1 4202560 26 0 0 0 11 0 0 0 20 0 19 0 254621865 9855975424 25347 33554432000 1073741824 1073778376 140736638302176 140611575200680 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27925/tid=27933] ppid=27923 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/27925/task/27933/stat : 27933 (java) S 27923 27925 24862 0 -1 4202560 25 0 0 0 11 0 0 0 20 0 19 0 254621865 9855975424 25347 33554432000 1073741824 1073778376 140736638302176 140611574148136 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27925/tid=27934] ppid=27923 vsize=9624976 CPUtime=0.13 cores=0,2,4,6
/proc/27925/task/27934/stat : 27934 (java) S 27923 27925 24862 0 -1 4202560 44 0 0 0 13 0 0 0 20 0 19 0 254621865 9855975424 25347 33554432000 1073741824 1073778376 140736638302176 140611573095080 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27925/tid=27935] ppid=27923 vsize=9624976 CPUtime=0.1 cores=0,2,4,6
/proc/27925/task/27935/stat : 27935 (java) S 27923 27925 24862 0 -1 4202560 22 0 0 0 10 0 0 0 20 0 19 0 254621865 9855975424 25347 33554432000 1073741824 1073778376 140736638302176 140611572042536 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27925/tid=27936] ppid=27923 vsize=9624976 CPUtime=0.94 cores=0,2,4,6
/proc/27925/task/27936/stat : 27936 (java) S 27923 27925 24862 0 -1 4202560 66 0 0 0 94 0 0 0 20 0 19 0 254621866 9855975424 25347 33554432000 1073741824 1073778376 140736638302176 140611559844200 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27925/tid=27937] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27937/stat : 27937 (java) S 27923 27925 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254621867 9855975424 25347 33554432000 1073741824 1073778376 140736638302176 140611558790520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27925/tid=27938] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27938/stat : 27938 (java) S 27923 27925 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254621867 9855975424 25347 33554432000 1073741824 1073778376 140736638302176 140611557737352 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27925/tid=27939] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27939/stat : 27939 (java) S 27923 27925 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254621869 9855975424 25347 33554432000 1073741824 1073778376 140736638302176 140611556686096 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27925/tid=27940] ppid=27923 vsize=9624976 CPUtime=0.9 cores=0,2,4,6
/proc/27925/task/27940/stat : 27940 (java) S 27923 27925 24862 0 -1 4202560 13006 0 0 0 86 4 0 0 20 0 19 0 254621869 9855975424 25347 33554432000 1073741824 1073778376 140736638302176 140611555633976 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27925/tid=27941] ppid=27923 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/27925/task/27941/stat : 27941 (java) S 27923 27925 24862 0 -1 4202560 2251 0 0 0 20 0 0 0 20 0 19 0 254621869 9855975424 25347 33554432000 1073741824 1073778376 140736638302176 140611554581432 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27925/tid=27942] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27942/stat : 27942 (java) S 27923 27925 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254621869 9855975424 25347 33554432000 1073741824 1073778376 140736638302176 140611553528568 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27925/tid=27943] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27943/stat : 27943 (java) S 27923 27925 24862 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254621869 9855975424 25347 33554432000 1073741824 1073778376 140736638302176 140611552476232 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27925/tid=27944] ppid=27923 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27925/task/27944/stat : 27944 (java) S 27923 27925 24862 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254621882 9855975424 25347 33554432000 1073741824 1073778376 140736638302176 140611551421480 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 78.73
Current children cumulated vsize (KiB) 9624976

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27925 and gives
#  childrusage.ru_utime.tv_sec=78
#  childrusage.ru_utime.tv_usec=429076
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=194970
# CPU time returned by wait4() is 78.624
# while last known CPU time is 78.73
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 77.0171
CPU time (s): 78.73
CPU user time (s): 78.64
CPU system time (s): 0.09
CPU usage (%): 102.224
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 78.4291
system time used= 0.19497
maximum resident set size= 101444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19306
page faults= 1
swaps= 0
block input operations= 0
block output operations= 136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3409
involuntary context switches= 2149

runsolver used 0.252961 second user time and 0.58591 second system time

The end

Launcher Data

Begin job on node145 at 2012-05-24 20:42:55
IDJOB=3688581
IDBENCH=48017
IDSOLVER=2269
FILE ID=node145/3688581-1337884975
RUNJOBID= node145-1337871881-24878
PBS_JOBID= 14620059
Free space on /tmp= 71656 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=229-P1=67-P2=149-P3=97-P4=149-P5=211-P6=89-P7=59-B.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688581-1337884975/watcher-3688581-1337884975 -o /tmp/evaluation-result-3688581-1337884975/solver-3688581-1337884975 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688581-1337884975.opb

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

MD5SUM BENCH= 12f1f3305860fafcd361cd1c61e0d104
RANDOM SEED=853540132

node145.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5313.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29104856 kB
Buffers:          216196 kB
Cached:          2677088 kB
SwapCached:            0 kB
Active:           529944 kB
Inactive:        2470760 kB
Active(anon):     109868 kB
Inactive(anon):        0 kB
Active(file):     420076 kB
Inactive(file):  2470760 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:                92 kB
Writeback:             0 kB
AnonPages:        184628 kB
Mapped:            22540 kB
Shmem:               200 kB
Slab:             630828 kB
SReclaimable:      72992 kB
SUnreclaim:       557836 kB
KernelStack:        1760 kB
PageTables:         4524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     696512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    139264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71656 MiB
End job on node145 at 2012-05-24 20:44:12