Trace number 3688745

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 SnapshotOPT-6 217.95 216.21

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_25_1.opb
MD5SUMe0d3a2bf2cd2b7e4b27d7033a7686e76
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-6
Best CPU time to get the best result obtained on this benchmark14.8577
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -6
Optimality of the best value was proved YES
Number of variables100
Total number of constraints151
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 50
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2996
Sum of products size (including duplicates)5992
Number of different products1498
Sum of products size2996

Quality of the solution as a function of time


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

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.2.v20120418
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		501472288
0.03/0.09	c Max memory 		7480803328
0.03/0.09	c Total memory 		504102912
0.03/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-3688745-1337887303.opb
0.08/0.11	c reading problem ... 
0.23/0.29	c ... done. Wall clock time 0.177s.
0.23/0.29	c declared #vars     100
0.23/0.29	c internal #vars     1598
0.23/0.29	c #constraints  3148
0.23/0.29	c constraints type 
0.23/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1498
0.23/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 102
0.23/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
0.23/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1498
0.23/0.29	c 3148 constraints processed.
0.23/0.29	c objective function length is 50 literals
0.68/0.42	c SATISFIABLE
0.68/0.42	c OPTIMIZING...
0.68/0.42	c Got one! Elapsed wall clock time (in seconds):0.313
0.68/0.42	o -4
0.89/0.54	c Got one! Elapsed wall clock time (in seconds):0.426
0.89/0.54	o -5
1.29/0.80	c cleaning 2836 clauses out of 5685 with flag 4005/5685
1.42/0.95	c Got one! Elapsed wall clock time (in seconds):0.841
1.42/0.95	o -6
1.59/1.06	c cleaning 4365 clauses out of 8729 with flag 2001/11565
1.89/1.36	c cleaning 5176 clauses out of 10364 with flag 8001/17565
2.30/1.72	c cleaning 6096 clauses out of 12191 with flag 15004/24568
2.94/2.31	c cleaning 7046 clauses out of 14092 with flag 23001/32565
3.35/2.79	c cleaning 8018 clauses out of 16048 with flag 32003/41567
3.96/3.34	c cleaning 9007 clauses out of 18027 with flag 42000/51564
4.65/4.03	c cleaning 10006 clauses out of 20020 with flag 53000/62564
5.37/4.76	c cleaning 11000 clauses out of 22016 with flag 65002/74566
6.17/5.57	c cleaning 12005 clauses out of 24014 with flag 78000/87564
7.18/6.58	c cleaning 13000 clauses out of 26009 with flag 92000/101564
8.29/7.70	c cleaning 14001 clauses out of 28010 with flag 107001/116565
9.40/8.71	c cleaning 15002 clauses out of 30008 with flag 123000/132564
10.50/9.85	c cleaning 15996 clauses out of 32007 with flag 140001/149565
11.71/11.03	c cleaning 17003 clauses out of 34010 with flag 158000/167564
12.90/12.27	c cleaning 17994 clauses out of 36008 with flag 177001/186565
14.40/13.75	c cleaning 18995 clauses out of 38015 with flag 197002/206566
16.11/15.48	c cleaning 19995 clauses out of 40018 with flag 218000/227564
17.82/17.18	c cleaning 21008 clauses out of 42023 with flag 240000/249564
19.73/19.04	c cleaning 22001 clauses out of 44016 with flag 263002/272566
21.54/20.84	c cleaning 23002 clauses out of 46013 with flag 287000/296564
23.44/22.71	c cleaning 24005 clauses out of 48013 with flag 312002/321566
25.26/24.58	c cleaning 25000 clauses out of 50008 with flag 338002/347566
27.29/26.53	c cleaning 25997 clauses out of 52009 with flag 365003/374567
29.31/28.53	c cleaning 27004 clauses out of 54018 with flag 393009/402573
31.53/30.76	c cleaning 28003 clauses out of 56008 with flag 422003/431567
33.84/33.07	c cleaning 28990 clauses out of 58002 with flag 452000/461564
36.45/35.63	c cleaning 29993 clauses out of 60012 with flag 483000/492564
38.95/38.19	c cleaning 31008 clauses out of 62019 with flag 515000/524564
41.76/40.92	c cleaning 32004 clauses out of 64016 with flag 548005/557569
44.58/43.77	c cleaning 32991 clauses out of 66007 with flag 582000/591564
47.79/46.97	c cleaning 34007 clauses out of 68018 with flag 617002/626566
51.09/50.29	c cleaning 35002 clauses out of 70009 with flag 653000/662564
54.34/53.47	c cleaning 35995 clauses out of 72008 with flag 690002/699566
58.16/57.22	c cleaning 37001 clauses out of 74011 with flag 728000/737564
61.49/60.57	c cleaning 37999 clauses out of 76010 with flag 767001/776565
65.19/64.23	c cleaning 38997 clauses out of 78011 with flag 807001/816565
68.81/67.90	c cleaning 39998 clauses out of 80013 with flag 848000/857564
72.45/71.50	c cleaning 40998 clauses out of 82017 with flag 890002/899566
76.75/75.79	c cleaning 42004 clauses out of 84018 with flag 933001/942565
81.28/80.24	c cleaning 43002 clauses out of 86012 with flag 977000/986564
85.82/84.73	c cleaning 44003 clauses out of 88009 with flag 1022000/1031564
90.33/89.27	c cleaning 44994 clauses out of 90006 with flag 1068000/1077564
94.55/93.46	c cleaning 46002 clauses out of 92012 with flag 1115000/1124564
99.46/98.36	c cleaning 46992 clauses out of 94010 with flag 1163001/1172565
103.97/102.87	c cleaning 48007 clauses out of 96017 with flag 1212000/1221564
108.61/107.41	c cleaning 48994 clauses out of 98010 with flag 1262000/1271564
113.32/112.18	c cleaning 50000 clauses out of 100016 with flag 1313000/1322564
118.96/117.74	c cleaning 50998 clauses out of 102017 with flag 1365001/1374565
123.97/122.71	c cleaning 51997 clauses out of 104017 with flag 1418000/1427564
129.49/128.29	c cleaning 53009 clauses out of 106025 with flag 1472005/1481569
135.13/133.80	c cleaning 53999 clauses out of 108012 with flag 1527002/1536566
141.65/140.38	c cleaning 55004 clauses out of 110010 with flag 1583000/1592564
147.86/146.51	c cleaning 56002 clauses out of 112005 with flag 1640000/1649564
153.87/152.58	c cleaning 56991 clauses out of 114002 with flag 1698000/1707564
159.87/158.58	c cleaning 58002 clauses out of 116012 with flag 1757002/1766566
166.89/165.54	c cleaning 59002 clauses out of 118008 with flag 1817001/1826565
173.21/171.84	c cleaning 59989 clauses out of 120005 with flag 1878001/1887565
180.14/178.74	c cleaning 61003 clauses out of 122015 with flag 1940001/1949565
187.16/185.78	c cleaning 61994 clauses out of 124008 with flag 2003000/2012564
194.21/192.77	c cleaning 63000 clauses out of 126010 with flag 2067000/2076564
201.23/199.76	c cleaning 63997 clauses out of 128007 with flag 2132000/2141564
208.25/206.80	c cleaning 64994 clauses out of 130007 with flag 2198001/2207565
215.78/214.26	c cleaning 66001 clauses out of 132006 with flag 2265001/2274565
217.81/216.20	c starts		: 193
217.81/216.20	c conflicts		: 2295798
217.81/216.20	c decisions		: 3816089
217.81/216.20	c propagations		: 67296856
217.81/216.20	c inspects		: 2719886814
217.81/216.20	c shortcuts		: 0
217.81/216.20	c learnt literals	: 55
217.81/216.20	c learnt binary clauses	: 42
217.81/216.20	c learnt ternary clauses	: 35248
217.81/216.20	c learnt constraints	: 2295742
217.81/216.20	c ignored constraints	: 0
217.81/216.20	c root simplifications	: 0
217.81/216.20	c removed literals (reason simplification)	: 0
217.81/216.20	c reason swapping (by a shorter reason)	: 0
217.81/216.20	c Calls to reduceDB	: 64
217.81/216.20	c number of reductions to clauses (during analyze)	: 0
217.81/216.20	c number of learned constraints concerned by reduction	: 0
217.81/216.20	c number of learning phase by resolution	: 0
217.81/216.20	c number of learning phase by cutting planes	: 0
217.81/216.20	c speed (assignments/second)	: 311690.8327119296
217.81/216.20	c non guided choices	0
217.81/216.20	c learnt constraints type 
217.81/216.20	c constraints type 
217.81/216.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1498
217.81/216.20	c org.sat4j.minisat.constraints.card.MinWatchCard => 102
217.81/216.20	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
217.81/216.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1498
217.81/216.20	c 3148 constraints processed.
217.81/216.20	s OPTIMUM FOUND
217.81/216.20	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 
217.81/216.20	c objective function=-6
217.81/216.20	c Total wall clock time (in seconds): 216.093

Verifier Data

OK	-6

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-3688745-1337887303/watcher-3688745-1337887303 -o /tmp/evaluation-result-3688745-1337887303/solver-3688745-1337887303 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688745-1337887303.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.13 2.08 2.03 3/194 21264
/proc/meminfo: memFree=28174528/32873648 swapFree=7360/7360
[pid=21264] ppid=21262 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/21264/stat : 21264 (java) D 21262 21264 16961 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 254854386 9515008 182 33554432000 1073741824 1073778376 140733310885968 140733310877000 251053031093 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/21264/statm: 2323 182 140 9 0 71 0

[startup+0.0541731 s]
/proc/loadavg: 2.13 2.08 2.03 3/194 21264
/proc/meminfo: memFree=28174528/32873648 swapFree=7360/7360
[pid=21264] ppid=21262 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/21264/stat : 21264 (java) S 21262 21264 16961 0 -1 4202496 3061 0 1 0 2 1 0 0 20 0 13 0 254854386 9446973440 3759 33554432000 1073741824 1073778376 140734456599504 140734456590640 251056390205 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21264/statm: 2306390 3759 1707 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100214 s]
/proc/loadavg: 2.13 2.08 2.03 3/194 21264
/proc/meminfo: memFree=28174528/32873648 swapFree=7360/7360
[pid=21264] ppid=21262 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/21264/stat : 21264 (java) S 21262 21264 16961 0 -1 4202496 4283 0 1 0 7 1 0 0 20 0 18 0 254854386 9787813888 5474 33554432000 1073741824 1073778376 140734456599504 140734456590640 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21264/statm: 2389603 5475 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300224 s]
/proc/loadavg: 2.13 2.08 2.03 3/194 21264
/proc/meminfo: memFree=28174528/32873648 swapFree=7360/7360
[pid=21264] ppid=21262 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/21264/stat : 21264 (java) S 21262 21264 16961 0 -1 4202496 6072 0 1 0 41 2 0 0 20 0 19 0 254854386 9855975424 8769 33554432000 1073741824 1073778376 140734456599504 140734456590640 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21264/statm: 2406244 8769 2236 9 0 2396937 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9624976

[startup+0.700221 s]
/proc/loadavg: 2.13 2.08 2.03 3/194 21264
/proc/meminfo: memFree=28174528/32873648 swapFree=7360/7360
[pid=21264] ppid=21262 vsize=9624976 CPUtime=1.14 cores=1,3,5,7
/proc/21264/stat : 21264 (java) S 21262 21264 16961 0 -1 4202496 7545 0 1 0 112 2 0 0 20 0 19 0 254854386 9855975424 9611 33554432000 1073741824 1073778376 140734456599504 140734456590640 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21264/statm: 2406244 9611 2253 9 0 2396937 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9624976

[startup+1.50069 s]
/proc/loadavg: 2.12 2.08 2.03 3/213 21283
/proc/meminfo: memFree=28134048/32873648 swapFree=7360/7360
[pid=21264] ppid=21262 vsize=9624976 CPUtime=2.1 cores=1,3,5,7
/proc/21264/stat : 21264 (java) S 21262 21264 16961 0 -1 4202496 7743 0 1 0 207 3 0 0 20 0 19 0 254854386 9855975424 13253 33554432000 1073741824 1073778376 140734456599504 140734456590640 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21264/statm: 2406244 13253 2281 9 0 2396937 0
[pid=21264/tid=21266] ppid=21262 vsize=9624976 CPUtime=1.42 cores=1,3,5,7
/proc/21264/task/21266/stat : 21266 (java) R 21262 21264 16961 0 -1 4202560 2458 0 1 0 140 2 0 0 20 0 19 0 254854387 9855975424 13253 33554432000 1073741824 1073778376 140734456599504 140175023558904 140174864481457 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21264/tid=21267] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21267/stat : 21267 (java) S 21262 21264 16961 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254854388 9855975424 13253 33554432000 1073741824 1073778376 140734456599504 140174985051176 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21264/tid=21268] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21268/stat : 21268 (java) S 21262 21264 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254854388 9855975424 13253 33554432000 1073741824 1073778376 140734456599504 140174983998376 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21264/tid=21269] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21269/stat : 21269 (java) S 21262 21264 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254854388 9855975424 13253 33554432000 1073741824 1073778376 140734456599504 140174982945576 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21264/tid=21270] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21270/stat : 21270 (java) S 21262 21264 16961 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254854388 9855975424 13253 33554432000 1073741824 1073778376 140734456599504 140174864411304 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21264/tid=21271] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21271/stat : 21271 (java) S 21262 21264 16961 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254854388 9855975424 13253 33554432000 1073741824 1073778376 140734456599504 140174863358504 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21264/tid=21272] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21272/stat : 21272 (java) S 21262 21264 16961 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254854388 9855975424 13253 33554432000 1073741824 1073778376 140734456599504 140174862305704 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21264/tid=21273] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21273/stat : 21273 (java) S 21262 21264 16961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254854388 9855975424 13253 33554432000 1073741824 1073778376 140734456599504 140174861252904 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21264/tid=21274] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21274/stat : 21274 (java) S 21262 21264 16961 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254854388 9855975424 13253 33554432000 1073741824 1073778376 140734456599504 140174860200104 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21264/tid=21275] ppid=21262 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/21264/task/21275/stat : 21275 (java) S 21262 21264 16961 0 -1 4202560 32 0 0 0 2 0 0 0 20 0 19 0 254854389 9855975424 13253 33554432000 1073741824 1073778376 140734456599504 140174377872360 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21264/tid=21276] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21276/stat : 21276 (java) S 21262 21264 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254854389 9855975424 13253 33554432000 1073741824 1073778376 140734456599504 140174376818424 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21264/tid=21277] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21277/stat : 21277 (java) S 21262 21264 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254854389 9855975424 13253 33554432000 1073741824 1073778376 140734456599504 140174375765512 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21264/tid=21278] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21278/stat : 21278 (java) S 21262 21264 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254854392 9855975424 13253 33554432000 1073741824 1073778376 140734456599504 140174374714000 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21264/tid=21279] ppid=21262 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/21264/task/21279/stat : 21279 (java) S 21262 21264 16961 0 -1 4202560 1940 0 0 0 29 0 0 0 20 0 19 0 254854392 9855975424 13253 33554432000 1073741824 1073778376 140734456599504 140174373661112 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21264/tid=21280] ppid=21262 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/21264/task/21280/stat : 21280 (java) S 21262 21264 16961 0 -1 4202560 2093 0 0 0 29 0 0 0 20 0 19 0 254854392 9855975424 13253 33554432000 1073741824 1073778376 140734456599504 140174372608312 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21264/tid=21281] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21281/stat : 21281 (java) S 21262 21264 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254854392 9855975424 13253 33554432000 1073741824 1073778376 140734456599504 140174371555704 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21264/tid=21282] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21282/stat : 21282 (java) S 21262 21264 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254854392 9855975424 13253 33554432000 1073741824 1073778376 140734456599504 140174370503112 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21264/tid=21283] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21283/stat : 21283 (java) S 21262 21264 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254854415 9855975424 13253 33554432000 1073741824 1073778376 140734456599504 140174369449640 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 9624976

[startup+3.10062 s]
/proc/loadavg: 2.12 2.08 2.03 3/213 21283
/proc/meminfo: memFree=28129208/32873648 swapFree=7360/7360
[pid=21264] ppid=21262 vsize=9624976 CPUtime=3.75 cores=1,3,5,7
/proc/21264/stat : 21264 (java) S 21262 21264 16961 0 -1 4202496 8196 0 1 0 372 3 0 0 20 0 19 0 254854386 9855975424 13263 33554432000 1073741824 1073778376 140734456599504 140734456590640 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21264/statm: 2406244 13263 2281 9 0 2396937 0
[pid=21264/tid=21266] ppid=21262 vsize=9624976 CPUtime=2.97 cores=1,3,5,7
/proc/21264/task/21266/stat : 21266 (java) R 21262 21264 16961 0 -1 4202560 2460 0 1 0 295 2 0 0 20 0 19 0 254854387 9855975424 13263 33554432000 1073741824 1073778376 140734456599504 140175023559144 140174864482342 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21264/tid=21267] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21267/stat : 21267 (java) S 21262 21264 16961 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254854388 9855975424 13263 33554432000 1073741824 1073778376 140734456599504 140174985051176 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21264/tid=21268] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21268/stat : 21268 (java) S 21262 21264 16961 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254854388 9855975424 13263 33554432000 1073741824 1073778376 140734456599504 140174983998376 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21264/tid=21269] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21269/stat : 21269 (java) S 21262 21264 16961 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254854388 9855975424 13263 33554432000 1073741824 1073778376 140734456599504 140174982945576 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21264/tid=21270] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21270/stat : 21270 (java) S 21262 21264 16961 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254854388 9855975424 13263 33554432000 1073741824 1073778376 140734456599504 140174864411304 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21264/tid=21271] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21271/stat : 21271 (java) S 21262 21264 16961 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254854388 9855975424 13263 33554432000 1073741824 1073778376 140734456599504 140174863358504 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21264/tid=21272] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21272/stat : 21272 (java) S 21262 21264 16961 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254854388 9855975424 13263 33554432000 1073741824 1073778376 140734456599504 140174862305704 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21264/tid=21273] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21273/stat : 21273 (java) S 21262 21264 16961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254854388 9855975424 13263 33554432000 1073741824 1073778376 140734456599504 140174861252904 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21264/tid=21274] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21274/stat : 21274 (java) S 21262 21264 16961 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254854388 9855975424 13263 33554432000 1073741824 1073778376 140734456599504 140174860200104 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21264/tid=21275] ppid=21262 vsize=9624976 CPUtime=0.06 cores=1,3,5,7
/proc/21264/task/21275/stat : 21275 (java) S 21262 21264 16961 0 -1 4202560 32 0 0 0 6 0 0 0 20 0 19 0 254854389 9855975424 13263 33554432000 1073741824 1073778376 140734456599504 140174377872360 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21264/tid=21276] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21276/stat : 21276 (java) S 21262 21264 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254854389 9855975424 13263 33554432000 1073741824 1073778376 140734456599504 140174376818424 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21264/tid=21277] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21277/stat : 21277 (java) S 21262 21264 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254854389 9855975424 13263 33554432000 1073741824 1073778376 140734456599504 140174375765512 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21264/tid=21278] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21278/stat : 21278 (java) S 21262 21264 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254854392 9855975424 13263 33554432000 1073741824 1073778376 140734456599504 140174374714000 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21264/tid=21279] ppid=21262 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/21264/task/21279/stat : 21279 (java) S 21262 21264 16961 0 -1 4202560 2382 0 0 0 34 0 0 0 20 0 19 0 254854392 9855975424 13263 33554432000 1073741824 1073778376 140734456599504 140174373661112 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21264/tid=21280] ppid=21262 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/21264/task/21280/stat : 21280 (java) S 21262 21264 16961 0 -1 4202560 2093 0 0 0 29 0 0 0 20 0 19 0 254854392 9855975424 13263 33554432000 1073741824 1073778376 140734456599504 140174372608312 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21264/tid=21281] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21281/stat : 21281 (java) S 21262 21264 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254854392 9855975424 13263 33554432000 1073741824 1073778376 140734456599504 140174371555704 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21264/tid=21282] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21282/stat : 21282 (java) S 21262 21264 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254854392 9855975424 13263 33554432000 1073741824 1073778376 140734456599504 140174370503112 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21264/tid=21283] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21283/stat : 21283 (java) S 21262 21264 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254854415 9855975424 13263 33554432000 1073741824 1073778376 140734456599504 140174369449640 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 9624976

[startup+6.3006 s]
/proc/loadavg: 2.12 2.08 2.03 3/213 21283
/proc/meminfo: memFree=28125060/32873648 swapFree=7360/7360
[pid=21264] ppid=21262 vsize=9624976 CPUtime=6.98 cores=1,3,5,7
/proc/21264/stat : 21264 (java) S 21262 21264 16961 0 -1 4202496 8212 0 1 0 695 3 0 0 20 0 19 0 254854386 9855975424 14207 33554432000 1073741824 1073778376 140734456599504 140734456590640 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21264/statm: 2406244 14207 2281 9 0 2396937 0
[pid=21264/tid=21266] ppid=21262 vsize=9624976 CPUtime=6.1 cores=1,3,5,7
/proc/21264/task/21266/stat : 21266 (java) R 21262 21264 16961 0 -1 4202560 2465 0 1 0 608 2 0 0 20 0 19 0 254854387 9855975424 14207 33554432000 1073741824 1073778376 140734456599504 140175023559144 140174865022690 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21264/tid=21267] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21267/stat : 21267 (java) S 21262 21264 16961 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254854388 9855975424 14207 33554432000 1073741824 1073778376 140734456599504 140174985051176 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21264/tid=21268] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21268/stat : 21268 (java) S 21262 21264 16961 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254854388 9855975424 14207 33554432000 1073741824 1073778376 140734456599504 140174983998376 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21264/tid=21269] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21269/stat : 21269 (java) S 21262 21264 16961 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254854388 9855975424 14207 33554432000 1073741824 1073778376 140734456599504 140174982945576 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21264/tid=21270] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21270/stat : 21270 (java) S 21262 21264 16961 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 254854388 9855975424 14207 33554432000 1073741824 1073778376 140734456599504 140174864411304 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21264/tid=21271] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21271/stat : 21271 (java) S 21262 21264 16961 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254854388 9855975424 14207 33554432000 1073741824 1073778376 140734456599504 140174863358504 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21264/tid=21272] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21272/stat : 21272 (java) S 21262 21264 16961 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254854388 9855975424 14207 33554432000 1073741824 1073778376 140734456599504 140174862305704 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21264/tid=21273] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21273/stat : 21273 (java) S 21262 21264 16961 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254854388 9855975424 14207 33554432000 1073741824 1073778376 140734456599504 140174861252904 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21264/tid=21274] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21274/stat : 21274 (java) S 21262 21264 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254854388 9855975424 14207 33554432000 1073741824 1073778376 140734456599504 140174860200104 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21264/tid=21275] ppid=21262 vsize=9624976 CPUtime=0.12 cores=1,3,5,7
/proc/21264/task/21275/stat : 21275 (java) S 21262 21264 16961 0 -1 4202560 33 0 0 0 12 0 0 0 20 0 19 0 254854389 9855975424 14207 33554432000 1073741824 1073778376 140734456599504 140174377872360 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21264/tid=21276] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21276/stat : 21276 (java) S 21262 21264 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254854389 9855975424 14207 33554432000 1073741824 1073778376 140734456599504 140174376818424 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21264/tid=21277] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21277/stat : 21277 (java) S 21262 21264 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254854389 9855975424 14207 33554432000 1073741824 1073778376 140734456599504 140174375765512 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21264/tid=21278] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21278/stat : 21278 (java) S 21262 21264 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254854392 9855975424 14207 33554432000 1073741824 1073778376 140734456599504 140174374714000 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21264/tid=21279] ppid=21262 vsize=9624976 CPUtime=0.35 cores=1,3,5,7
/proc/21264/task/21279/stat : 21279 (java) S 21262 21264 16961 0 -1 4202560 2382 0 0 0 35 0 0 0 20 0 19 0 254854392 9855975424 14207 33554432000 1073741824 1073778376 140734456599504 140174373661112 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21264/tid=21280] ppid=21262 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/21264/task/21280/stat : 21280 (java) S 21262 21264 16961 0 -1 4202560 2093 0 0 0 29 0 0 0 20 0 19 0 254854392 9855975424 14207 33554432000 1073741824 1073778376 140734456599504 140174372608312 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21264/tid=21281] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21281/stat : 21281 (java) S 21262 21264 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254854392 9855975424 14207 33554432000 1073741824 1073778376 140734456599504 140174371555704 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21264/tid=21282] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21282/stat : 21282 (java) S 21262 21264 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254854392 9855975424 14207 33554432000 1073741824 1073778376 140734456599504 140174370503112 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21264/tid=21283] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21283/stat : 21283 (java) S 21262 21264 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254854415 9855975424 14207 33554432000 1073741824 1073778376 140734456599504 140174369449640 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.98
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]

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

/proc/21264/task/21267/stat : 21267 (java) S 21262 21264 16961 0 -1 4202560 69 0 0 0 19 0 0 0 20 0 19 0 254854388 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174985051176 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21264/tid=21268] ppid=21262 vsize=9624976 CPUtime=0.16 cores=1,3,5,7
/proc/21264/task/21268/stat : 21268 (java) S 21262 21264 16961 0 -1 4202560 103 0 0 0 16 0 0 0 20 0 19 0 254854388 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174983998376 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21264/tid=21269] ppid=21262 vsize=9624976 CPUtime=0.14 cores=1,3,5,7
/proc/21264/task/21269/stat : 21269 (java) S 21262 21264 16961 0 -1 4202560 50 0 0 0 14 0 0 0 20 0 19 0 254854388 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174982945576 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21264/tid=21270] ppid=21262 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/21264/task/21270/stat : 21270 (java) S 21262 21264 16961 0 -1 4202560 70 0 0 0 17 0 0 0 20 0 19 0 254854388 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174864411304 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21264/tid=21271] ppid=21262 vsize=9624976 CPUtime=0.15 cores=1,3,5,7
/proc/21264/task/21271/stat : 21271 (java) S 21262 21264 16961 0 -1 4202560 65 0 0 0 15 0 0 0 20 0 19 0 254854388 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174863358504 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21264/tid=21272] ppid=21262 vsize=9624976 CPUtime=0.16 cores=1,3,5,7
/proc/21264/task/21272/stat : 21272 (java) S 21262 21264 16961 0 -1 4202560 79 0 0 0 16 0 0 0 20 0 19 0 254854388 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174862305704 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21264/tid=21273] ppid=21262 vsize=9624976 CPUtime=0.16 cores=1,3,5,7
/proc/21264/task/21273/stat : 21273 (java) S 21262 21264 16961 0 -1 4202560 131 0 0 0 16 0 0 0 20 0 19 0 254854388 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174861252904 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21264/tid=21274] ppid=21262 vsize=9624976 CPUtime=0.15 cores=1,3,5,7
/proc/21264/task/21274/stat : 21274 (java) S 21262 21264 16961 0 -1 4202560 70 0 0 0 15 0 0 0 20 0 19 0 254854388 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174860200104 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21264/tid=21275] ppid=21262 vsize=9624976 CPUtime=1.46 cores=1,3,5,7
/proc/21264/task/21275/stat : 21275 (java) S 21262 21264 16961 0 -1 4202560 53 0 0 0 146 0 0 0 20 0 19 0 254854389 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174377872360 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21264/tid=21276] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21276/stat : 21276 (java) S 21262 21264 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254854389 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174376818424 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21264/tid=21277] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21277/stat : 21277 (java) S 21262 21264 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254854389 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174375765512 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21264/tid=21278] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21278/stat : 21278 (java) S 21262 21264 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254854392 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174374714000 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21264/tid=21279] ppid=21262 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/21264/task/21279/stat : 21279 (java) S 21262 21264 16961 0 -1 4202560 2538 0 0 0 40 0 0 0 20 0 19 0 254854392 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174373661112 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21264/tid=21280] ppid=21262 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/21264/task/21280/stat : 21280 (java) S 21262 21264 16961 0 -1 4202560 2093 0 0 0 29 0 0 0 20 0 19 0 254854392 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174372608312 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21264/tid=21281] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21281/stat : 21281 (java) S 21262 21264 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254854392 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174371555704 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21264/tid=21282] ppid=21262 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/21264/task/21282/stat : 21282 (java) S 21262 21264 16961 0 -1 4202560 13 0 0 0 2 2 0 0 20 0 19 0 254854392 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174370503112 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21264/tid=21283] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21283/stat : 21283 (java) S 21262 21264 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254854415 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174369449640 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 216.7
Current children cumulated vsize (KiB) 9624976

[startup+215.901 s]
/proc/loadavg: 2.21 2.09 2.03 10/213 21284
/proc/meminfo: memFree=28021864/32873648 swapFree=7360/7360
[pid=21264] ppid=21262 vsize=9624976 CPUtime=217.51 cores=1,3,5,7
/proc/21264/stat : 21264 (java) S 21262 21264 16961 0 -1 4202496 9039 0 1 0 21741 10 0 0 20 0 19 0 254854386 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140734456590640 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21264/statm: 2406244 26006 2282 9 0 2396937 0
[pid=21264/tid=21266] ppid=21262 vsize=9624976 CPUtime=213.9 cores=1,3,5,7
/proc/21264/task/21266/stat : 21266 (java) R 21262 21264 16961 0 -1 4202560 2525 0 1 0 21384 6 0 0 20 0 19 0 254854387 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140175023558944 140174865153920 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21264/tid=21267] ppid=21262 vsize=9624976 CPUtime=0.19 cores=1,3,5,7
/proc/21264/task/21267/stat : 21267 (java) S 21262 21264 16961 0 -1 4202560 69 0 0 0 19 0 0 0 20 0 19 0 254854388 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174985051176 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21264/tid=21268] ppid=21262 vsize=9624976 CPUtime=0.16 cores=1,3,5,7
/proc/21264/task/21268/stat : 21268 (java) S 21262 21264 16961 0 -1 4202560 103 0 0 0 16 0 0 0 20 0 19 0 254854388 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174983998376 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21264/tid=21269] ppid=21262 vsize=9624976 CPUtime=0.14 cores=1,3,5,7
/proc/21264/task/21269/stat : 21269 (java) S 21262 21264 16961 0 -1 4202560 50 0 0 0 14 0 0 0 20 0 19 0 254854388 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174982945576 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21264/tid=21270] ppid=21262 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/21264/task/21270/stat : 21270 (java) S 21262 21264 16961 0 -1 4202560 70 0 0 0 17 0 0 0 20 0 19 0 254854388 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174864411304 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21264/tid=21271] ppid=21262 vsize=9624976 CPUtime=0.15 cores=1,3,5,7
/proc/21264/task/21271/stat : 21271 (java) S 21262 21264 16961 0 -1 4202560 65 0 0 0 15 0 0 0 20 0 19 0 254854388 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174863358504 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21264/tid=21272] ppid=21262 vsize=9624976 CPUtime=0.16 cores=1,3,5,7
/proc/21264/task/21272/stat : 21272 (java) S 21262 21264 16961 0 -1 4202560 79 0 0 0 16 0 0 0 20 0 19 0 254854388 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174862305704 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21264/tid=21273] ppid=21262 vsize=9624976 CPUtime=0.16 cores=1,3,5,7
/proc/21264/task/21273/stat : 21273 (java) S 21262 21264 16961 0 -1 4202560 131 0 0 0 16 0 0 0 20 0 19 0 254854388 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174861252904 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21264/tid=21274] ppid=21262 vsize=9624976 CPUtime=0.15 cores=1,3,5,7
/proc/21264/task/21274/stat : 21274 (java) S 21262 21264 16961 0 -1 4202560 70 0 0 0 15 0 0 0 20 0 19 0 254854388 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174860200104 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21264/tid=21275] ppid=21262 vsize=9624976 CPUtime=1.46 cores=1,3,5,7
/proc/21264/task/21275/stat : 21275 (java) S 21262 21264 16961 0 -1 4202560 53 0 0 0 146 0 0 0 20 0 19 0 254854389 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174377872360 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21264/tid=21276] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21276/stat : 21276 (java) S 21262 21264 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254854389 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174376818424 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21264/tid=21277] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21277/stat : 21277 (java) S 21262 21264 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254854389 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174375765512 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21264/tid=21278] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21278/stat : 21278 (java) S 21262 21264 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254854392 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174374714000 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21264/tid=21279] ppid=21262 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/21264/task/21279/stat : 21279 (java) S 21262 21264 16961 0 -1 4202560 2538 0 0 0 40 0 0 0 20 0 19 0 254854392 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174373661112 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21264/tid=21280] ppid=21262 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/21264/task/21280/stat : 21280 (java) S 21262 21264 16961 0 -1 4202560 2093 0 0 0 29 0 0 0 20 0 19 0 254854392 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174372608312 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21264/tid=21281] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21281/stat : 21281 (java) S 21262 21264 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254854392 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174371555704 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21264/tid=21282] ppid=21262 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/21264/task/21282/stat : 21282 (java) S 21262 21264 16961 0 -1 4202560 13 0 0 0 2 2 0 0 20 0 19 0 254854392 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174370503112 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21264/tid=21283] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21283/stat : 21283 (java) S 21262 21264 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254854415 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174369449640 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 217.51
Current children cumulated vsize (KiB) 9624976

[startup+216.101 s]
/proc/loadavg: 2.21 2.09 2.03 10/213 21284
/proc/meminfo: memFree=28021864/32873648 swapFree=7360/7360
[pid=21264] ppid=21262 vsize=9624976 CPUtime=217.71 cores=1,3,5,7
/proc/21264/stat : 21264 (java) S 21262 21264 16961 0 -1 4202496 9040 0 1 0 21761 10 0 0 20 0 19 0 254854386 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140734456590640 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21264/statm: 2406244 26006 2282 9 0 2396937 0
[pid=21264/tid=21266] ppid=21262 vsize=9624976 CPUtime=214.1 cores=1,3,5,7
/proc/21264/task/21266/stat : 21266 (java) R 21262 21264 16961 0 -1 4202560 2525 0 1 0 21404 6 0 0 20 0 19 0 254854387 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140175023558944 140174865160220 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21264/tid=21267] ppid=21262 vsize=9624976 CPUtime=0.19 cores=1,3,5,7
/proc/21264/task/21267/stat : 21267 (java) S 21262 21264 16961 0 -1 4202560 69 0 0 0 19 0 0 0 20 0 19 0 254854388 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174985051176 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21264/tid=21268] ppid=21262 vsize=9624976 CPUtime=0.16 cores=1,3,5,7
/proc/21264/task/21268/stat : 21268 (java) S 21262 21264 16961 0 -1 4202560 103 0 0 0 16 0 0 0 20 0 19 0 254854388 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174983998376 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21264/tid=21269] ppid=21262 vsize=9624976 CPUtime=0.14 cores=1,3,5,7
/proc/21264/task/21269/stat : 21269 (java) S 21262 21264 16961 0 -1 4202560 50 0 0 0 14 0 0 0 20 0 19 0 254854388 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174982945576 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21264/tid=21270] ppid=21262 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/21264/task/21270/stat : 21270 (java) S 21262 21264 16961 0 -1 4202560 70 0 0 0 17 0 0 0 20 0 19 0 254854388 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174864411304 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21264/tid=21271] ppid=21262 vsize=9624976 CPUtime=0.15 cores=1,3,5,7
/proc/21264/task/21271/stat : 21271 (java) S 21262 21264 16961 0 -1 4202560 65 0 0 0 15 0 0 0 20 0 19 0 254854388 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174863358504 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21264/tid=21272] ppid=21262 vsize=9624976 CPUtime=0.16 cores=1,3,5,7
/proc/21264/task/21272/stat : 21272 (java) S 21262 21264 16961 0 -1 4202560 79 0 0 0 16 0 0 0 20 0 19 0 254854388 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174862305704 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21264/tid=21273] ppid=21262 vsize=9624976 CPUtime=0.16 cores=1,3,5,7
/proc/21264/task/21273/stat : 21273 (java) S 21262 21264 16961 0 -1 4202560 131 0 0 0 16 0 0 0 20 0 19 0 254854388 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174861252904 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21264/tid=21274] ppid=21262 vsize=9624976 CPUtime=0.15 cores=1,3,5,7
/proc/21264/task/21274/stat : 21274 (java) S 21262 21264 16961 0 -1 4202560 70 0 0 0 15 0 0 0 20 0 19 0 254854388 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174860200104 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21264/tid=21275] ppid=21262 vsize=9624976 CPUtime=1.46 cores=1,3,5,7
/proc/21264/task/21275/stat : 21275 (java) S 21262 21264 16961 0 -1 4202560 53 0 0 0 146 0 0 0 20 0 19 0 254854389 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174377872360 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21264/tid=21276] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21276/stat : 21276 (java) S 21262 21264 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254854389 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174376818424 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21264/tid=21277] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21277/stat : 21277 (java) S 21262 21264 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254854389 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174375765512 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21264/tid=21278] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21278/stat : 21278 (java) S 21262 21264 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254854392 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174374714000 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21264/tid=21279] ppid=21262 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/21264/task/21279/stat : 21279 (java) S 21262 21264 16961 0 -1 4202560 2539 0 0 0 40 0 0 0 20 0 19 0 254854392 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174373661112 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21264/tid=21280] ppid=21262 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/21264/task/21280/stat : 21280 (java) S 21262 21264 16961 0 -1 4202560 2093 0 0 0 29 0 0 0 20 0 19 0 254854392 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174372608312 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21264/tid=21281] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21281/stat : 21281 (java) S 21262 21264 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254854392 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174371555704 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21264/tid=21282] ppid=21262 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/21264/task/21282/stat : 21282 (java) S 21262 21264 16961 0 -1 4202560 13 0 0 0 2 2 0 0 20 0 19 0 254854392 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174370503112 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21264/tid=21283] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21283/stat : 21283 (java) S 21262 21264 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254854415 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174369449640 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 217.71
Current children cumulated vsize (KiB) 9624976

[startup+216.201 s]
/proc/loadavg: 2.21 2.09 2.03 10/213 21284
/proc/meminfo: memFree=28021864/32873648 swapFree=7360/7360
[pid=21264] ppid=21262 vsize=9624976 CPUtime=217.81 cores=1,3,5,7
/proc/21264/stat : 21264 (java) S 21262 21264 16961 0 -1 4202496 9040 0 1 0 21771 10 0 0 20 0 19 0 254854386 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140734456590640 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21264/statm: 2406244 26006 2282 9 0 2396937 0
[pid=21264/tid=21266] ppid=21262 vsize=9624976 CPUtime=214.2 cores=1,3,5,7
/proc/21264/task/21266/stat : 21266 (java) R 21262 21264 16961 0 -1 4202560 2525 0 1 0 21414 6 0 0 20 0 19 0 254854387 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140175023558944 140174865160176 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21264/tid=21267] ppid=21262 vsize=9624976 CPUtime=0.19 cores=1,3,5,7
/proc/21264/task/21267/stat : 21267 (java) S 21262 21264 16961 0 -1 4202560 69 0 0 0 19 0 0 0 20 0 19 0 254854388 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174985051176 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21264/tid=21268] ppid=21262 vsize=9624976 CPUtime=0.16 cores=1,3,5,7
/proc/21264/task/21268/stat : 21268 (java) S 21262 21264 16961 0 -1 4202560 103 0 0 0 16 0 0 0 20 0 19 0 254854388 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174983998376 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21264/tid=21269] ppid=21262 vsize=9624976 CPUtime=0.14 cores=1,3,5,7
/proc/21264/task/21269/stat : 21269 (java) S 21262 21264 16961 0 -1 4202560 50 0 0 0 14 0 0 0 20 0 19 0 254854388 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174982945576 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21264/tid=21270] ppid=21262 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/21264/task/21270/stat : 21270 (java) S 21262 21264 16961 0 -1 4202560 70 0 0 0 17 0 0 0 20 0 19 0 254854388 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174864411304 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21264/tid=21271] ppid=21262 vsize=9624976 CPUtime=0.15 cores=1,3,5,7
/proc/21264/task/21271/stat : 21271 (java) S 21262 21264 16961 0 -1 4202560 65 0 0 0 15 0 0 0 20 0 19 0 254854388 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174863358504 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21264/tid=21272] ppid=21262 vsize=9624976 CPUtime=0.16 cores=1,3,5,7
/proc/21264/task/21272/stat : 21272 (java) S 21262 21264 16961 0 -1 4202560 79 0 0 0 16 0 0 0 20 0 19 0 254854388 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174862305704 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21264/tid=21273] ppid=21262 vsize=9624976 CPUtime=0.16 cores=1,3,5,7
/proc/21264/task/21273/stat : 21273 (java) S 21262 21264 16961 0 -1 4202560 131 0 0 0 16 0 0 0 20 0 19 0 254854388 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174861252904 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21264/tid=21274] ppid=21262 vsize=9624976 CPUtime=0.15 cores=1,3,5,7
/proc/21264/task/21274/stat : 21274 (java) S 21262 21264 16961 0 -1 4202560 70 0 0 0 15 0 0 0 20 0 19 0 254854388 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174860200104 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21264/tid=21275] ppid=21262 vsize=9624976 CPUtime=1.46 cores=1,3,5,7
/proc/21264/task/21275/stat : 21275 (java) S 21262 21264 16961 0 -1 4202560 53 0 0 0 146 0 0 0 20 0 19 0 254854389 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174377872360 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21264/tid=21276] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21276/stat : 21276 (java) S 21262 21264 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254854389 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174376818424 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21264/tid=21277] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21277/stat : 21277 (java) S 21262 21264 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254854389 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174375765512 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21264/tid=21278] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21278/stat : 21278 (java) S 21262 21264 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254854392 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174374714000 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21264/tid=21279] ppid=21262 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/21264/task/21279/stat : 21279 (java) S 21262 21264 16961 0 -1 4202560 2539 0 0 0 40 0 0 0 20 0 19 0 254854392 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174373661112 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21264/tid=21280] ppid=21262 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/21264/task/21280/stat : 21280 (java) S 21262 21264 16961 0 -1 4202560 2093 0 0 0 29 0 0 0 20 0 19 0 254854392 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174372608312 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21264/tid=21281] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21281/stat : 21281 (java) S 21262 21264 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254854392 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174371555704 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21264/tid=21282] ppid=21262 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/21264/task/21282/stat : 21282 (java) S 21262 21264 16961 0 -1 4202560 13 0 0 0 2 2 0 0 20 0 19 0 254854392 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174370503112 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21264/tid=21283] ppid=21262 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21264/task/21283/stat : 21283 (java) S 21262 21264 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254854415 9855975424 26006 33554432000 1073741824 1073778376 140734456599504 140174369449640 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 217.81
Current children cumulated vsize (KiB) 9624976

Child status: 30
Real time (s): 216.21
CPU time (s): 217.95
CPU user time (s): 217.737
CPU system time (s): 0.212967
CPU usage (%): 100.805
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 217.737
system time used= 0.212967
maximum resident set size= 106112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9053
page faults= 1
swaps= 0
block input operations= 0
block output operations= 280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6487
involuntary context switches= 7184

runsolver used 0.671897 second user time and 1.85472 second system time

The end

Launcher Data

Begin job on node149 at 2012-05-24 21:21:43
IDJOB=3688745
IDBENCH=48250
IDSOLVER=2269
FILE ID=node149/3688745-1337887303
RUNJOBID= node149-1337871880-16978
PBS_JOBID= 14620055
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_50_25_1.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688745-1337887303/watcher-3688745-1337887303 -o /tmp/evaluation-result-3688745-1337887303/solver-3688745-1337887303 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688745-1337887303.opb

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

MD5SUM BENCH= e0d3a2bf2cd2b7e4b27d7033a7686e76
RANDOM SEED=1093255549

node149.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		: 2666.145
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	: 5332.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		: 2666.145
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		: 2666.145
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	: 5438.55
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		: 2666.145
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		: 2666.145
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		: 2666.145
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	: 5438.55
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		: 2666.145
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		: 2666.145
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28175420 kB
Buffers:          230384 kB
Cached:          2718276 kB
SwapCached:            0 kB
Active:          1561552 kB
Inactive:        2369020 kB
Active(anon):     983180 kB
Inactive(anon):        0 kB
Active(file):     578372 kB
Inactive(file):  2369020 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               508 kB
Writeback:             0 kB
AnonPages:        987516 kB
Mapped:            22556 kB
Shmem:               200 kB
Slab:             628664 kB
SReclaimable:      72852 kB
SUnreclaim:       555812 kB
KernelStack:        1672 kB
PageTables:         6220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1640844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    946176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node149 at 2012-05-24 21:25:19