Trace number 3688890

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 RES // CP 2.3.2 Snapshot? (TO) 1800.63 928.062

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx49.opb
MD5SUMe08af5097f76b1d4e2b0ba1d8a42ed5a
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2130
Total number of constraints2495
Number of constraints which are clauses2125
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints320
Minimum length of a constraint2
Maximum length of a constraint320
Number of terms in the objective function 5
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 5
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 636
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.2.v20120418
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c c --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3688890-1337880304.opb
0.07/0.13	c reading problem ... 
0.78/0.45	c ... done. Wall clock time 0.319s.
0.78/0.45	c declared #vars     2130
0.78/0.45	c #constraints  2544
0.78/0.45	c constraints type 
0.78/0.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 49
0.78/0.45	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
0.78/0.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 49
0.78/0.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2125
0.78/0.45	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 320
0.78/0.45	c 2544 constraints processed.
0.78/0.45	c constraints type 
0.78/0.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2125
0.78/0.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 49
0.78/0.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 49
0.78/0.45	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
0.78/0.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 320
0.78/0.45	c 2544 constraints processed.
0.78/0.45	c objective function length is 5 literals
4.68/1.43	c cleaning 2483 clauses out of 5002 with flag 5002/5002
6.82/2.35	c cleaning 4241 clauses out of 8517 with flag 11000/11000
9.03/3.41	c cleaning 5625 clauses out of 11278 with flag 18002/18002
10.99/4.48	c cleaning 6817 clauses out of 13651 with flag 26000/26000
13.74/5.82	c cleaning 7912 clauses out of 15835 with flag 35001/35001
16.44/7.29	c cleaning 8940 clauses out of 17926 with flag 45004/45004
19.74/8.96	c cleaning 9977 clauses out of 19984 with flag 56002/56002
23.89/11.01	c cleaning 10994 clauses out of 22007 with flag 68002/68002
28.30/13.32	c cleaning 11984 clauses out of 24013 with flag 81002/81002
32.97/15.73	c cleaning 12973 clauses out of 26027 with flag 95000/95000
38.41/18.59	c cleaning 14006 clauses out of 28057 with flag 110003/110003
44.43/21.65	c cleaning 15022 clauses out of 30048 with flag 126000/126000
50.31/24.70	c cleaning 15988 clauses out of 32027 with flag 143001/143001
56.53/27.97	c cleaning 16994 clauses out of 34040 with flag 161002/161002
62.92/31.20	c cleaning 17992 clauses out of 36045 with flag 180001/180001
69.46/34.67	c cleaning 18990 clauses out of 38053 with flag 200001/200001
78.16/39.12	c cleaning 19986 clauses out of 40062 with flag 221000/221000
86.69/43.55	c cleaning 21026 clauses out of 42077 with flag 243001/243001
95.43/48.00	c cleaning 22019 clauses out of 44050 with flag 266000/266000
104.95/52.94	c cleaning 22994 clauses out of 46033 with flag 290002/290002
114.69/58.07	c cleaning 23988 clauses out of 48037 with flag 315000/315000
123.59/62.67	c cleaning 25008 clauses out of 50049 with flag 341000/341000
134.50/68.21	c cleaning 26005 clauses out of 52042 with flag 368001/368001
147.96/75.14	c cleaning 26999 clauses out of 54036 with flag 396000/396000
159.86/81.36	c cleaning 27999 clauses out of 56039 with flag 425002/425002
171.88/87.59	c cleaning 28970 clauses out of 58040 with flag 455002/455002
179.26/91.45	c cleaning 0 clauses out of 5000 with flag 0/5000
187.83/95.52	c cleaning 30006 clauses out of 60068 with flag 486000/486000
202.69/103.11	c cleaning 31010 clauses out of 62062 with flag 518000/518000
222.54/113.22	c cleaning 32000 clauses out of 64053 with flag 551001/551001
241.51/122.95	c cleaning 32992 clauses out of 66052 with flag 585000/585000
257.23/131.02	c cleaning 33997 clauses out of 68060 with flag 620000/620000
274.97/140.37	c cleaning 35011 clauses out of 70064 with flag 656001/656001
290.85/148.57	c cleaning 36014 clauses out of 72052 with flag 693000/693000
308.10/157.49	c cleaning 37002 clauses out of 74039 with flag 731001/731001
327.94/167.64	c cleaning 37986 clauses out of 76036 with flag 770000/770000
347.64/177.93	c cleaning 39009 clauses out of 78051 with flag 810001/810001
371.00/189.91	c cleaning 40001 clauses out of 80043 with flag 851002/851002
396.01/203.55	c cleaning 41012 clauses out of 82041 with flag 893001/893001
417.09/214.57	c cleaning 41975 clauses out of 84029 with flag 936001/936001
439.65/226.17	c cleaning 43012 clauses out of 86053 with flag 980000/980000
462.96/238.12	c cleaning 43998 clauses out of 88041 with flag 1025000/1025000
490.28/252.20	c cleaning 44996 clauses out of 90044 with flag 1071001/1071001
515.19/265.11	c cleaning 46003 clauses out of 92047 with flag 1118000/1118000
539.27/277.53	c cleaning 46995 clauses out of 94044 with flag 1166000/1166000
560.86/288.78	c cleaning 48006 clauses out of 96050 with flag 1215001/1215001
582.87/300.16	c cleaning 49003 clauses out of 98046 with flag 1265003/1265003
605.72/312.28	c cleaning 49997 clauses out of 100042 with flag 1316002/1316002
630.11/324.89	c cleaning 50997 clauses out of 102043 with flag 1368000/1368000
661.67/341.01	c cleaning 52006 clauses out of 104046 with flag 1421000/1421000
692.15/356.73	c cleaning 52999 clauses out of 106040 with flag 1475000/1475000
727.79/375.28	c cleaning 54000 clauses out of 108043 with flag 1530002/1530002
764.56/394.04	c cleaning 54991 clauses out of 110043 with flag 1586002/1586002
799.29/411.85	c cleaning 56006 clauses out of 112051 with flag 1643001/1643001
831.85/428.51	c cleaning 56993 clauses out of 114044 with flag 1701000/1701000
866.91/446.89	c cleaning 57993 clauses out of 116053 with flag 1760002/1760002
898.83/463.22	c cleaning 58987 clauses out of 118063 with flag 1820005/1820005
944.10/486.36	c cleaning 59996 clauses out of 120072 with flag 1881001/1881001
987.18/508.37	c cleaning 60999 clauses out of 122075 with flag 1943000/1943000
1023.79/527.43	c cleaning 62016 clauses out of 124078 with flag 2006002/2006002
1055.60/543.89	c cleaning 62999 clauses out of 126060 with flag 2070000/2070000
1086.77/559.94	c cleaning 64003 clauses out of 128063 with flag 2135002/2135002
1119.04/576.60	c cleaning 0 clauses out of 11001 with flag 0/11001
1128.67/582.38	c cleaning 64932 clauses out of 130060 with flag 2201002/2201002
1167.03/603.21	c cleaning 66055 clauses out of 132128 with flag 2268002/2268002
1204.61/622.45	c cleaning 67026 clauses out of 134071 with flag 2336000/2336000
1244.92/643.51	c cleaning 67940 clauses out of 136045 with flag 2405000/2405000
1290.31/666.80	c cleaning 69013 clauses out of 138105 with flag 2475000/2475000
1332.64/688.59	c cleaning 70011 clauses out of 140092 with flag 2546000/2546000
1397.33/721.47	c cleaning 71036 clauses out of 142081 with flag 2618000/2618000
1471.90/759.61	c cleaning 71980 clauses out of 144047 with flag 2691002/2691002
1529.71/789.17	c cleaning 72945 clauses out of 146066 with flag 2765001/2765001
1585.88/817.80	c cleaning 74010 clauses out of 148123 with flag 2840003/2840003
1646.58/848.87	c cleaning 74990 clauses out of 150110 with flag 2916000/2916000
1699.31/876.30	c cleaning 75954 clauses out of 152120 with flag 2993000/2993000
1754.50/904.54	c cleaning 76997 clauses out of 154166 with flag 3071000/3071000
1800.07/928.01	c starts		: 248
1800.07/928.01	c conflicts		: 3127870
1800.07/928.01	c decisions		: 4926019
1800.07/928.01	c propagations		: 317697714
1800.07/928.01	c inspects		: 6114134592
1800.07/928.01	c shortcuts		: 0
1800.07/928.01	c learnt literals	: 0
1800.07/928.01	c learnt binary clauses	: 0
1800.07/928.01	c learnt ternary clauses	: 0
1800.07/928.01	c learnt constraints	: 3127870
1800.07/928.01	c ignored constraints	: 0
1800.07/928.01	c root simplifications	: 0
1800.07/928.01	c removed literals (reason simplification)	: 82252934
1800.07/928.01	c reason swapping (by a shorter reason)	: 0
1800.07/928.01	c Calls to reduceDB	: 74
1800.07/928.01	c number of reductions to clauses (during analyze)	: 0
1800.07/928.01	c number of learned constraints concerned by reduction	: 0
1800.07/928.01	c number of learning phase by resolution	: 0
1800.07/928.01	c number of learning phase by cutting planes	: 0
1800.07/928.01	c speed (assignments/second)	: 342512.86938709504
1800.07/928.01	c non guided choices	5628
1800.07/928.04	c learnt constraints type 
1800.07/928.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 134073
1800.07/928.04	c constraints type 
1800.07/928.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 49
1800.07/928.04	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1800.07/928.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 49
1800.07/928.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2125
1800.07/928.04	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 320
1800.07/928.04	c 2544 constraints processed.
1800.07/928.04	c constraints type 
1800.07/928.04	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2125
1800.07/928.04	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 49
1800.07/928.04	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 49
1800.07/928.04	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
1800.07/928.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 320
1800.07/928.04	c 2544 constraints processed.
1800.07/928.04	s UNKNOWN
1800.07/928.04	c Total wall clock time (in seconds): 927.913

Verifier Data

ERROR: no interpretation found !

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

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

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


[startup+0 s]
/proc/loadavg: 3.78 3.90 3.82 4/197 24894
/proc/meminfo: memFree=27092484/32873844 swapFree=7100/7100
[pid=24894] ppid=24892 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/24894/stat : 24894 (java) D 24892 24894 22059 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 254157385 9515008 183 33554432000 1073741824 1073778376 140736852229392 140736852220424 233411788469 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/24894/statm: 2323 183 140 9 0 71 0

[startup+0.079122 s]
/proc/loadavg: 3.78 3.90 3.82 4/197 24894
/proc/meminfo: memFree=27092484/32873844 swapFree=7100/7100
[pid=24894] ppid=24892 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/24894/stat : 24894 (java) S 24892 24894 22059 0 -1 4202496 3213 0 1 0 4 0 0 0 20 0 18 0 254157385 9787813888 4422 33554432000 1073741824 1073778376 140736916365120 140736916356256 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24894/statm: 2389603 4422 1759 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558412

[startup+0.100244 s]
/proc/loadavg: 3.78 3.90 3.82 4/197 24894
/proc/meminfo: memFree=27092484/32873844 swapFree=7100/7100
[pid=24894] ppid=24892 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/24894/stat : 24894 (java) S 24892 24894 22059 0 -1 4202496 4127 0 1 0 7 0 0 0 20 0 18 0 254157385 9787813888 5335 33554432000 1073741824 1073778376 140736916365120 140736916356256 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24894/statm: 2389603 5335 2071 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.30022 s]
/proc/loadavg: 3.78 3.90 3.82 4/197 24894
/proc/meminfo: memFree=27092484/32873844 swapFree=7100/7100
[pid=24894] ppid=24892 vsize=9558412 CPUtime=0.49 cores=0,2,4,6
/proc/24894/stat : 24894 (java) S 24892 24894 22059 0 -1 4202496 6944 0 1 0 48 1 0 0 20 0 18 0 254157385 9787813888 9017 33554432000 1073741824 1073778376 140736916365120 140736916356256 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24894/statm: 2389603 9017 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558412

[startup+0.700176 s]
/proc/loadavg: 3.78 3.90 3.82 4/197 24894
/proc/meminfo: memFree=27092484/32873844 swapFree=7100/7100
[pid=24894] ppid=24892 vsize=9824668 CPUtime=1.92 cores=0,2,4,6
/proc/24894/stat : 24894 (java) S 24892 24894 22059 0 -1 4202496 20629 0 1 0 188 4 0 0 20 0 22 0 254157385 10060460032 20605 33554432000 1073741824 1073778376 140736916365120 140736916356256 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24894/statm: 2456167 20605 2244 9 0 2446860 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 9824668

[startup+1.50073 s]
/proc/loadavg: 3.78 3.90 3.82 7/219 24916
/proc/meminfo: memFree=26992972/32873844 swapFree=7100/7100
[pid=24894] ppid=24892 vsize=9826168 CPUtime=4.96 cores=0,2,4,6
/proc/24894/stat : 24894 (java) S 24892 24894 22059 0 -1 4202496 31170 0 1 0 486 10 0 0 20 0 22 0 254157385 10061996032 54889 33554432000 1073741824 1073778376 140736916365120 140736916356256 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24894/statm: 2456542 54889 2285 9 0 2447235 0
[pid=24894/tid=24896] ppid=24892 vsize=9826168 CPUtime=0.41 cores=0,2,4,6
/proc/24894/task/24896/stat : 24896 (java) S 24892 24894 22059 0 -1 4202560 2498 0 1 0 40 1 0 0 20 0 22 0 254157386 10061996032 54889 33554432000 1073741824 1073778376 140736916365120 139862538605560 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24897] ppid=24892 vsize=9826168 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24897/stat : 24897 (java) S 24892 24894 22059 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 254157387 10061996032 54889 33554432000 1073741824 1073778376 140736916365120 139862527666472 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24898] ppid=24892 vsize=9826168 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24898/stat : 24898 (java) S 24892 24894 22059 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254157387 10061996032 54889 33554432000 1073741824 1073778376 140736916365120 139862526613672 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24899] ppid=24892 vsize=9826168 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24899/stat : 24899 (java) S 24892 24894 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254157387 10061996032 54889 33554432000 1073741824 1073778376 140736916365120 139862525561384 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24894/tid=24900] ppid=24892 vsize=9826168 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24900/stat : 24900 (java) S 24892 24894 22059 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 254157387 10061996032 54889 33554432000 1073741824 1073778376 140736916365120 139862524508584 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24901] ppid=24892 vsize=9826168 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24901/stat : 24901 (java) S 24892 24894 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254157387 10061996032 54889 33554432000 1073741824 1073778376 140736916365120 139862377970472 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24902] ppid=24892 vsize=9826168 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24902/stat : 24902 (java) S 24892 24894 22059 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 254157387 10061996032 54889 33554432000 1073741824 1073778376 140736916365120 139862376917672 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24903] ppid=24892 vsize=9826168 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24903/stat : 24903 (java) S 24892 24894 22059 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254157387 10061996032 54889 33554432000 1073741824 1073778376 140736916365120 139862375865384 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24894/tid=24904] ppid=24892 vsize=9826168 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24904/stat : 24904 (java) S 24892 24894 22059 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254157387 10061996032 54889 33554432000 1073741824 1073778376 140736916365120 139862374812584 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24905] ppid=24892 vsize=9826168 CPUtime=0.03 cores=0,2,4,6
/proc/24894/task/24905/stat : 24905 (java) R 24892 24894 22059 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 22 0 254157388 10061996032 54889 33554432000 1073741824 1073778376 140736916365120 139862362614112 233415172533 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24906] ppid=24892 vsize=9826168 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24906/stat : 24906 (java) S 24892 24894 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254157389 10061996032 54889 33554432000 1073741824 1073778376 140736916365120 139862361560056 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24907] ppid=24892 vsize=9826168 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24907/stat : 24907 (java) S 24892 24894 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254157389 10061996032 54889 33554432000 1073741824 1073778376 140736916365120 139862360507656 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24908] ppid=24892 vsize=9826168 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24908/stat : 24908 (java) S 24892 24894 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254157392 10061996032 54889 33554432000 1073741824 1073778376 140736916365120 139862359456144 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24909] ppid=24892 vsize=9826168 CPUtime=1.23 cores=0,2,4,6
/proc/24894/task/24909/stat : 24909 (java) R 24892 24894 22059 0 -1 4202560 14673 0 0 0 121 2 0 0 20 0 22 0 254157392 10061996032 54889 33554432000 1073741824 1073778376 140736916365120 139862358395272 139862544591076 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24910] ppid=24892 vsize=9826168 CPUtime=1.21 cores=0,2,4,6
/proc/24894/task/24910/stat : 24910 (java) R 24892 24894 22059 0 -1 4202560 12553 0 0 0 118 3 0 0 20 0 22 0 254157392 10061996032 54889 33554432000 1073741824 1073778376 140736916365120 139862357328120 139862542184192 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24894/tid=24911] ppid=24892 vsize=9826168 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24911/stat : 24911 (java) S 24892 24894 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254157392 10061996032 54889 33554432000 1073741824 1073778376 140736916365120 139862356298872 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24894/tid=24912] ppid=24892 vsize=9826168 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24912/stat : 24912 (java) S 24892 24894 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254157392 10061996032 54889 33554432000 1073741824 1073778376 140736916365120 139862355246280 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24913] ppid=24892 vsize=9826168 CPUtime=0.96 cores=0,2,4,6
/proc/24894/task/24913/stat : 24913 (java) R 24892 24894 22059 0 -1 4202560 25 0 0 0 96 0 0 0 20 0 22 0 254157430 10061996032 54896 33554432000 1073741824 1073778376 140736916365120 139862354190520 139862406294313 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24914] ppid=24892 vsize=9826168 CPUtime=0.97 cores=0,2,4,6
/proc/24894/task/24914/stat : 24914 (java) R 24892 24894 22059 0 -1 4202560 140 0 0 0 97 0 0 0 20 0 22 0 254157430 10061996032 54908 33554432000 1073741824 1073778376 140736916365120 139862353137832 139862406389041 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24915] ppid=24892 vsize=9826168 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24915/stat : 24915 (java) S 24892 24894 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254157431 10061996032 54925 33554432000 1073741824 1073778376 140736916365120 139862352086184 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24916] ppid=24892 vsize=9826168 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24916/stat : 24916 (java) S 24892 24894 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254157431 10061996032 54948 33554432000 1073741824 1073778376 140736916365120 139862351033384 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.96
Current children cumulated vsize (KiB) 9826168

[startup+3.1008 s]
/proc/loadavg: 3.78 3.90 3.82 5/219 24916
/proc/meminfo: memFree=26875692/32873844 swapFree=7100/7100
[pid=24894] ppid=24892 vsize=9824668 CPUtime=8.41 cores=0,2,4,6
/proc/24894/stat : 24894 (java) S 24892 24894 22059 0 -1 4202496 34635 0 1 0 828 13 0 0 20 0 22 0 254157385 10060460032 81550 33554432000 1073741824 1073778376 140736916365120 140736916356256 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24894/statm: 2456167 81550 2285 9 0 2446860 0
[pid=24894/tid=24896] ppid=24892 vsize=9824668 CPUtime=0.41 cores=0,2,4,6
/proc/24894/task/24896/stat : 24896 (java) S 24892 24894 22059 0 -1 4202560 2499 0 1 0 40 1 0 0 20 0 22 0 254157386 10060460032 81550 33554432000 1073741824 1073778376 140736916365120 139862538605560 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24897] ppid=24892 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24894/task/24897/stat : 24897 (java) S 24892 24894 22059 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 254157387 10060460032 81550 33554432000 1073741824 1073778376 140736916365120 139862527666472 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24898] ppid=24892 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24898/stat : 24898 (java) S 24892 24894 22059 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 254157387 10060460032 81550 33554432000 1073741824 1073778376 140736916365120 139862526613672 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24899] ppid=24892 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24899/stat : 24899 (java) S 24892 24894 22059 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254157387 10060460032 81550 33554432000 1073741824 1073778376 140736916365120 139862525561384 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24900] ppid=24892 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24894/task/24900/stat : 24900 (java) S 24892 24894 22059 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 254157387 10060460032 81550 33554432000 1073741824 1073778376 140736916365120 139862524508584 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24901] ppid=24892 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24901/stat : 24901 (java) S 24892 24894 22059 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254157387 10060460032 81550 33554432000 1073741824 1073778376 140736916365120 139862377970472 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24902] ppid=24892 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24894/task/24902/stat : 24902 (java) S 24892 24894 22059 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 22 0 254157387 10060460032 81550 33554432000 1073741824 1073778376 140736916365120 139862376917672 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24903] ppid=24892 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24903/stat : 24903 (java) S 24892 24894 22059 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254157387 10060460032 81550 33554432000 1073741824 1073778376 140736916365120 139862375865384 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24904] ppid=24892 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24894/task/24904/stat : 24904 (java) S 24892 24894 22059 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 254157387 10060460032 81550 33554432000 1073741824 1073778376 140736916365120 139862374812584 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24905] ppid=24892 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/24894/task/24905/stat : 24905 (java) S 24892 24894 22059 0 -1 4202560 102 0 0 0 8 0 0 0 20 0 22 0 254157388 10060460032 81550 33554432000 1073741824 1073778376 140736916365120 139862362613992 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24906] ppid=24892 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24906/stat : 24906 (java) S 24892 24894 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254157389 10060460032 81550 33554432000 1073741824 1073778376 140736916365120 139862361560056 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24907] ppid=24892 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24907/stat : 24907 (java) S 24892 24894 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254157389 10060460032 81550 33554432000 1073741824 1073778376 140736916365120 139862360507656 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24908] ppid=24892 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24908/stat : 24908 (java) S 24892 24894 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254157392 10060460032 81550 33554432000 1073741824 1073778376 140736916365120 139862359456144 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24909] ppid=24892 vsize=9824668 CPUtime=1.33 cores=0,2,4,6
/proc/24894/task/24909/stat : 24909 (java) S 24892 24894 22059 0 -1 4202560 16443 0 0 0 130 3 0 0 20 0 22 0 254157392 10060460032 81550 33554432000 1073741824 1073778376 140736916365120 139862358403768 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24910] ppid=24892 vsize=9824668 CPUtime=1.39 cores=0,2,4,6
/proc/24894/task/24910/stat : 24910 (java) S 24892 24894 22059 0 -1 4202560 14110 0 0 0 135 4 0 0 20 0 22 0 254157392 10060460032 81550 33554432000 1073741824 1073778376 140736916365120 139862357350968 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24894/tid=24911] ppid=24892 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24911/stat : 24911 (java) S 24892 24894 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254157392 10060460032 81550 33554432000 1073741824 1073778376 140736916365120 139862356298872 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24894/tid=24912] ppid=24892 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24912/stat : 24912 (java) S 24892 24894 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254157392 10060460032 81550 33554432000 1073741824 1073778376 140736916365120 139862355246280 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24913] ppid=24892 vsize=9824668 CPUtime=2.48 cores=0,2,4,6
/proc/24894/task/24913/stat : 24913 (java) R 24892 24894 22059 0 -1 4202560 27 0 0 0 248 0 0 0 20 0 22 0 254157430 10060460032 81550 33554432000 1073741824 1073778376 140736916365120 139862354190776 139862406430840 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24914] ppid=24892 vsize=9824668 CPUtime=2.48 cores=0,2,4,6
/proc/24894/task/24914/stat : 24914 (java) R 24892 24894 22059 0 -1 4202560 175 0 0 0 246 2 0 0 20 0 22 0 254157430 10060460032 81550 33554432000 1073741824 1073778376 140736916365120 139862353137432 139862406389024 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24915] ppid=24892 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24915/stat : 24915 (java) S 24892 24894 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254157431 10060460032 81550 33554432000 1073741824 1073778376 140736916365120 139862352086184 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24916] ppid=24892 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24916/stat : 24916 (java) S 24892 24894 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254157431 10060460032 81550 33554432000 1073741824 1073778376 140736916365120 139862351033384 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.41
Current children cumulated vsize (KiB) 9824668

[startup+6.3008 s]
/proc/loadavg: 3.79 3.90 3.82 5/219 24916
/proc/meminfo: memFree=26722384/32873844 swapFree=7100/7100
[pid=24894] ppid=24892 vsize=9824668 CPUtime=14.65 cores=0,2,4,6
/proc/24894/stat : 24894 (java) S 24892 24894 22059 0 -1 4202496 34852 0 1 0 1447 18 0 0 20 0 22 0 254157385 10060460032 98350 33554432000 1073741824 1073778376 140736916365120 140736916356256 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24894/statm: 2456167 98350 2285 9 0 2446860 0
[pid=24894/tid=24896] ppid=24892 vsize=9824668 CPUtime=0.41 cores=0,2,4,6
/proc/24894/task/24896/stat : 24896 (java) S 24892 24894 22059 0 -1 4202560 2500 0 1 0 40 1 0 0 20 0 22 0 254157386 10060460032 98350 33554432000 1073741824 1073778376 140736916365120 139862538605560 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24897] ppid=24892 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/24894/task/24897/stat : 24897 (java) S 24892 24894 22059 0 -1 4202560 22 0 0 0 2 2 0 0 20 0 22 0 254157387 10060460032 98350 33554432000 1073741824 1073778376 140736916365120 139862527666472 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24898] ppid=24892 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24894/task/24898/stat : 24898 (java) S 24892 24894 22059 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 254157387 10060460032 98350 33554432000 1073741824 1073778376 140736916365120 139862526613672 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24894/tid=24899] ppid=24892 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24894/task/24899/stat : 24899 (java) S 24892 24894 22059 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 254157387 10060460032 98350 33554432000 1073741824 1073778376 140736916365120 139862525561384 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24900] ppid=24892 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/24894/task/24900/stat : 24900 (java) S 24892 24894 22059 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 22 0 254157387 10060460032 98350 33554432000 1073741824 1073778376 140736916365120 139862524508584 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24894/tid=24901] ppid=24892 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/24894/task/24901/stat : 24901 (java) S 24892 24894 22059 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 254157387 10060460032 98350 33554432000 1073741824 1073778376 140736916365120 139862377970472 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24902] ppid=24892 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/24894/task/24902/stat : 24902 (java) S 24892 24894 22059 0 -1 4202560 32 0 0 0 3 2 0 0 20 0 22 0 254157387 10060460032 98350 33554432000 1073741824 1073778376 140736916365120 139862376917672 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24903] ppid=24892 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/24894/task/24903/stat : 24903 (java) S 24892 24894 22059 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 22 0 254157387 10060460032 98350 33554432000 1073741824 1073778376 140736916365120 139862375865384 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24894/tid=24904] ppid=24892 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/24894/task/24904/stat : 24904 (java) S 24892 24894 22059 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 22 0 254157387 10060460032 98350 33554432000 1073741824 1073778376 140736916365120 139862374812584 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24905] ppid=24892 vsize=9824668 CPUtime=0.38 cores=0,2,4,6
/proc/24894/task/24905/stat : 24905 (java) S 24892 24894 22059 0 -1 4202560 239 0 0 0 37 1 0 0 20 0 22 0 254157388 10060460032 98350 33554432000 1073741824 1073778376 140736916365120 139862362613992 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24906] ppid=24892 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24906/stat : 24906 (java) S 24892 24894 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254157389 10060460032 98350 33554432000 1073741824 1073778376 140736916365120 139862361560056 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24907] ppid=24892 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24907/stat : 24907 (java) S 24892 24894 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254157389 10060460032 98350 33554432000 1073741824 1073778376 140736916365120 139862360507656 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24908] ppid=24892 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24908/stat : 24908 (java) S 24892 24894 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254157392 10060460032 98350 33554432000 1073741824 1073778376 140736916365120 139862359456144 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24909] ppid=24892 vsize=9824668 CPUtime=1.41 cores=0,2,4,6
/proc/24894/task/24909/stat : 24909 (java) S 24892 24894 22059 0 -1 4202560 16445 0 0 0 138 3 0 0 20 0 22 0 254157392 10060460032 98350 33554432000 1073741824 1073778376 140736916365120 139862358403768 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

[pid=24894/tid=24914] ppid=24892 vsize=9824668 CPUtime=698.93 cores=0,2,4,6
/proc/24894/task/24914/stat : 24914 (java) R 24892 24894 22059 0 -1 4202560 1277 0 0 0 69848 45 0 0 20 0 22 0 254157430 10060460032 872869 33554432000 1073741824 1073778376 140736916365120 139862353135856 139862406437752 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24915] ppid=24892 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24915/stat : 24915 (java) S 24892 24894 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254157431 10060460032 872869 33554432000 1073741824 1073778376 140736916365120 139862352086184 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24916] ppid=24892 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24916/stat : 24916 (java) S 24892 24894 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254157431 10060460032 872869 33554432000 1073741824 1073778376 140736916365120 139862351033384 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1475.94
Current children cumulated vsize (KiB) 9824668

[startup+822.301 s]
/proc/loadavg: 4.35 3.98 3.86 5/219 25057
/proc/meminfo: memFree=20665336/32873844 swapFree=7100/7100
[pid=24894] ppid=24892 vsize=9824668 CPUtime=1593.36 cores=0,2,4,6
/proc/24894/stat : 24894 (java) S 24892 24894 22059 0 -1 4202496 53436 0 1 0 159218 118 0 0 20 0 22 0 254157385 10060460032 881412 33554432000 1073741824 1073778376 140736916365120 140736916356256 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24894/statm: 2456167 881412 2286 9 0 2446860 0
[pid=24894/tid=24896] ppid=24892 vsize=9824668 CPUtime=0.45 cores=0,2,4,6
/proc/24894/task/24896/stat : 24896 (java) S 24892 24894 22059 0 -1 4202560 2539 0 1 0 42 3 0 0 20 0 22 0 254157386 10060460032 881412 33554432000 1073741824 1073778376 140736916365120 139862538605560 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24897] ppid=24892 vsize=9824668 CPUtime=2.16 cores=0,2,4,6
/proc/24894/task/24897/stat : 24897 (java) S 24892 24894 22059 0 -1 4202560 503 0 0 0 209 7 0 0 20 0 22 0 254157387 10060460032 881412 33554432000 1073741824 1073778376 140736916365120 139862527666472 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24898] ppid=24892 vsize=9824668 CPUtime=1.84 cores=0,2,4,6
/proc/24894/task/24898/stat : 24898 (java) S 24892 24894 22059 0 -1 4202560 482 0 0 0 180 4 0 0 20 0 22 0 254157387 10060460032 881412 33554432000 1073741824 1073778376 140736916365120 139862526613672 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24899] ppid=24892 vsize=9824668 CPUtime=2.03 cores=0,2,4,6
/proc/24894/task/24899/stat : 24899 (java) S 24892 24894 22059 0 -1 4202560 501 0 0 0 198 5 0 0 20 0 22 0 254157387 10060460032 881412 33554432000 1073741824 1073778376 140736916365120 139862525561384 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24900] ppid=24892 vsize=9824668 CPUtime=2.09 cores=0,2,4,6
/proc/24894/task/24900/stat : 24900 (java) S 24892 24894 22059 0 -1 4202560 430 0 0 0 206 3 0 0 20 0 22 0 254157387 10060460032 881412 33554432000 1073741824 1073778376 140736916365120 139862524508584 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24894/tid=24901] ppid=24892 vsize=9824668 CPUtime=2.01 cores=0,2,4,6
/proc/24894/task/24901/stat : 24901 (java) S 24892 24894 22059 0 -1 4202560 495 0 0 0 196 5 0 0 20 0 22 0 254157387 10060460032 881412 33554432000 1073741824 1073778376 140736916365120 139862377970472 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24902] ppid=24892 vsize=9824668 CPUtime=1.77 cores=0,2,4,6
/proc/24894/task/24902/stat : 24902 (java) S 24892 24894 22059 0 -1 4202560 338 0 0 0 171 6 0 0 20 0 22 0 254157387 10060460032 881412 33554432000 1073741824 1073778376 140736916365120 139862376917672 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24894/tid=24903] ppid=24892 vsize=9824668 CPUtime=2.04 cores=0,2,4,6
/proc/24894/task/24903/stat : 24903 (java) S 24892 24894 22059 0 -1 4202560 552 0 0 0 199 5 0 0 20 0 22 0 254157387 10060460032 881412 33554432000 1073741824 1073778376 140736916365120 139862375865384 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24894/tid=24904] ppid=24892 vsize=9824668 CPUtime=1.7 cores=0,2,4,6
/proc/24894/task/24904/stat : 24904 (java) S 24892 24894 22059 0 -1 4202560 293 0 0 0 166 4 0 0 20 0 22 0 254157387 10060460032 881412 33554432000 1073741824 1073778376 140736916365120 139862374812584 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24905] ppid=24892 vsize=9824668 CPUtime=62.02 cores=0,2,4,6
/proc/24894/task/24905/stat : 24905 (java) S 24892 24894 22059 0 -1 4202560 3496 0 0 0 6183 19 0 0 20 0 22 0 254157388 10060460032 881412 33554432000 1073741824 1073778376 140736916365120 139862362613992 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24906] ppid=24892 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24906/stat : 24906 (java) S 24892 24894 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254157389 10060460032 881412 33554432000 1073741824 1073778376 140736916365120 139862361560056 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24907] ppid=24892 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24907/stat : 24907 (java) S 24892 24894 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254157389 10060460032 881412 33554432000 1073741824 1073778376 140736916365120 139862360507656 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24908] ppid=24892 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24908/stat : 24908 (java) S 24892 24894 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254157392 10060460032 881412 33554432000 1073741824 1073778376 140736916365120 139862359456144 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24909] ppid=24892 vsize=9824668 CPUtime=2.52 cores=0,2,4,6
/proc/24894/task/24909/stat : 24909 (java) S 24892 24894 22059 0 -1 4202560 27085 0 0 0 248 4 0 0 20 0 22 0 254157392 10060460032 881412 33554432000 1073741824 1073778376 140736916365120 139862358403768 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24910] ppid=24892 vsize=9824668 CPUtime=1.49 cores=0,2,4,6
/proc/24894/task/24910/stat : 24910 (java) S 24892 24894 22059 0 -1 4202560 14110 0 0 0 145 4 0 0 20 0 22 0 254157392 10060460032 881412 33554432000 1073741824 1073778376 140736916365120 139862357350968 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24894/tid=24911] ppid=24892 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24911/stat : 24911 (java) S 24892 24894 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254157392 10060460032 881412 33554432000 1073741824 1073778376 140736916365120 139862356298872 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24894/tid=24912] ppid=24892 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/24894/task/24912/stat : 24912 (java) S 24892 24894 22059 0 -1 4202560 46 0 0 0 18 15 0 0 20 0 22 0 254157392 10060460032 881412 33554432000 1073741824 1073778376 140736916365120 139862355246280 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24913] ppid=24892 vsize=9824668 CPUtime=755.53 cores=0,2,4,6
/proc/24894/task/24913/stat : 24913 (java) R 24892 24894 22059 0 -1 4202560 100 0 0 0 75539 14 0 0 20 0 22 0 254157430 10060460032 881412 33554432000 1073741824 1073778376 140736916365120 139862354190560 139862406269490 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24914] ppid=24892 vsize=9824668 CPUtime=755.49 cores=0,2,4,6
/proc/24894/task/24914/stat : 24914 (java) R 24892 24894 22059 0 -1 4202560 1280 0 0 0 75503 46 0 0 20 0 22 0 254157430 10060460032 881412 33554432000 1073741824 1073778376 140736916365120 139862353137968 139862406080849 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24915] ppid=24892 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24915/stat : 24915 (java) S 24892 24894 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254157431 10060460032 881412 33554432000 1073741824 1073778376 140736916365120 139862352086184 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24916] ppid=24892 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24916/stat : 24916 (java) S 24892 24894 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254157431 10060460032 881412 33554432000 1073741824 1073778376 140736916365120 139862351033384 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1593.36
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 4.08 3.97 3.86 5/219 25057
/proc/meminfo: memFree=20652796/32873844 swapFree=7100/7100
[pid=24894] ppid=24892 vsize=9824668 CPUtime=1709.88 cores=0,2,4,6
/proc/24894/stat : 24894 (java) S 24892 24894 22059 0 -1 4202496 53506 0 1 0 170867 121 0 0 20 0 22 0 254157385 10060460032 884384 33554432000 1073741824 1073778376 140736916365120 140736916356256 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24894/statm: 2456167 884384 2286 9 0 2446860 0
[pid=24894/tid=24896] ppid=24892 vsize=9824668 CPUtime=0.45 cores=0,2,4,6
/proc/24894/task/24896/stat : 24896 (java) S 24892 24894 22059 0 -1 4202560 2540 0 1 0 42 3 0 0 20 0 22 0 254157386 10060460032 884384 33554432000 1073741824 1073778376 140736916365120 139862538605560 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24897] ppid=24892 vsize=9824668 CPUtime=2.27 cores=0,2,4,6
/proc/24894/task/24897/stat : 24897 (java) S 24892 24894 22059 0 -1 4202560 503 0 0 0 220 7 0 0 20 0 22 0 254157387 10060460032 884384 33554432000 1073741824 1073778376 140736916365120 139862527666472 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24898] ppid=24892 vsize=9824668 CPUtime=1.98 cores=0,2,4,6
/proc/24894/task/24898/stat : 24898 (java) S 24892 24894 22059 0 -1 4202560 482 0 0 0 194 4 0 0 20 0 22 0 254157387 10060460032 884384 33554432000 1073741824 1073778376 140736916365120 139862526613672 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24894/tid=24899] ppid=24892 vsize=9824668 CPUtime=2.21 cores=0,2,4,6
/proc/24894/task/24899/stat : 24899 (java) S 24892 24894 22059 0 -1 4202560 546 0 0 0 216 5 0 0 20 0 22 0 254157387 10060460032 884384 33554432000 1073741824 1073778376 140736916365120 139862525561384 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24900] ppid=24892 vsize=9824668 CPUtime=2.26 cores=0,2,4,6
/proc/24894/task/24900/stat : 24900 (java) S 24892 24894 22059 0 -1 4202560 430 0 0 0 223 3 0 0 20 0 22 0 254157387 10060460032 884384 33554432000 1073741824 1073778376 140736916365120 139862524508584 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24901] ppid=24892 vsize=9824668 CPUtime=2.09 cores=0,2,4,6
/proc/24894/task/24901/stat : 24901 (java) S 24892 24894 22059 0 -1 4202560 495 0 0 0 204 5 0 0 20 0 22 0 254157387 10060460032 884384 33554432000 1073741824 1073778376 140736916365120 139862377970472 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24902] ppid=24892 vsize=9824668 CPUtime=1.85 cores=0,2,4,6
/proc/24894/task/24902/stat : 24902 (java) S 24892 24894 22059 0 -1 4202560 338 0 0 0 179 6 0 0 20 0 22 0 254157387 10060460032 884384 33554432000 1073741824 1073778376 140736916365120 139862376917672 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24903] ppid=24892 vsize=9824668 CPUtime=2.12 cores=0,2,4,6
/proc/24894/task/24903/stat : 24903 (java) S 24892 24894 22059 0 -1 4202560 552 0 0 0 207 5 0 0 20 0 22 0 254157387 10060460032 884384 33554432000 1073741824 1073778376 140736916365120 139862375865384 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24894/tid=24904] ppid=24892 vsize=9824668 CPUtime=1.83 cores=0,2,4,6
/proc/24894/task/24904/stat : 24904 (java) S 24892 24894 22059 0 -1 4202560 295 0 0 0 179 4 0 0 20 0 22 0 254157387 10060460032 884384 33554432000 1073741824 1073778376 140736916365120 139862374812584 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24905] ppid=24892 vsize=9824668 CPUtime=65.95 cores=0,2,4,6
/proc/24894/task/24905/stat : 24905 (java) S 24892 24894 22059 0 -1 4202560 3510 0 0 0 6575 20 0 0 20 0 22 0 254157388 10060460032 884384 33554432000 1073741824 1073778376 140736916365120 139862362613992 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24906] ppid=24892 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24906/stat : 24906 (java) S 24892 24894 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254157389 10060460032 884384 33554432000 1073741824 1073778376 140736916365120 139862361560056 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24907] ppid=24892 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24907/stat : 24907 (java) S 24892 24894 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254157389 10060460032 884384 33554432000 1073741824 1073778376 140736916365120 139862360507656 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24908] ppid=24892 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24908/stat : 24908 (java) S 24892 24894 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254157392 10060460032 884384 33554432000 1073741824 1073778376 140736916365120 139862359456144 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24909] ppid=24892 vsize=9824668 CPUtime=2.52 cores=0,2,4,6
/proc/24894/task/24909/stat : 24909 (java) S 24892 24894 22059 0 -1 4202560 27085 0 0 0 248 4 0 0 20 0 22 0 254157392 10060460032 884384 33554432000 1073741824 1073778376 140736916365120 139862358403768 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24910] ppid=24892 vsize=9824668 CPUtime=1.49 cores=0,2,4,6
/proc/24894/task/24910/stat : 24910 (java) S 24892 24894 22059 0 -1 4202560 14110 0 0 0 145 4 0 0 20 0 22 0 254157392 10060460032 884384 33554432000 1073741824 1073778376 140736916365120 139862357350968 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24894/tid=24911] ppid=24892 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24911/stat : 24911 (java) S 24892 24894 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254157392 10060460032 884384 33554432000 1073741824 1073778376 140736916365120 139862356298872 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24894/tid=24912] ppid=24892 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/24894/task/24912/stat : 24912 (java) S 24892 24894 22059 0 -1 4202560 50 0 0 0 19 16 0 0 20 0 22 0 254157392 10060460032 884384 33554432000 1073741824 1073778376 140736916365120 139862355246280 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24913] ppid=24892 vsize=9824668 CPUtime=811.34 cores=0,2,4,6
/proc/24894/task/24913/stat : 24913 (java) R 24892 24894 22059 0 -1 4202560 101 0 0 0 81119 15 0 0 20 0 22 0 254157430 10060460032 884384 33554432000 1073741824 1073778376 140736916365120 139862354190560 139862406371117 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24914] ppid=24892 vsize=9824668 CPUtime=811.3 cores=0,2,4,6
/proc/24894/task/24914/stat : 24914 (java) R 24892 24894 22059 0 -1 4202560 1283 0 0 0 81083 47 0 0 20 0 22 0 254157430 10060460032 884384 33554432000 1073741824 1073778376 140736916365120 139862353135856 139862406599488 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24915] ppid=24892 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24915/stat : 24915 (java) S 24892 24894 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254157431 10060460032 884384 33554432000 1073741824 1073778376 140736916365120 139862352086184 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24916] ppid=24892 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24916/stat : 24916 (java) S 24892 24894 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254157431 10060460032 884384 33554432000 1073741824 1073778376 140736916365120 139862351033384 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1709.88
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+928.001 s]
/proc/loadavg: 3.98 3.96 3.86 5/220 25060
/proc/meminfo: memFree=20642540/32873844 swapFree=7100/7100
[pid=24894] ppid=24892 vsize=9824668 CPUtime=1800.07 cores=0,2,4,6
/proc/24894/stat : 24894 (java) S 24892 24894 22059 0 -1 4202496 53529 0 1 0 179884 123 0 0 20 0 22 0 254157385 10060460032 886951 33554432000 1073741824 1073778376 140736916365120 140736916356256 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24894/statm: 2456167 886951 2286 9 0 2446860 0
[pid=24894/tid=24896] ppid=24892 vsize=9824668 CPUtime=0.45 cores=0,2,4,6
/proc/24894/task/24896/stat : 24896 (java) S 24892 24894 22059 0 -1 4202560 2541 0 1 0 42 3 0 0 20 0 22 0 254157386 10060460032 886951 33554432000 1073741824 1073778376 140736916365120 139862538605560 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24897] ppid=24892 vsize=9824668 CPUtime=2.38 cores=0,2,4,6
/proc/24894/task/24897/stat : 24897 (java) S 24892 24894 22059 0 -1 4202560 503 0 0 0 231 7 0 0 20 0 22 0 254157387 10060460032 886951 33554432000 1073741824 1073778376 140736916365120 139862527666472 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24898] ppid=24892 vsize=9824668 CPUtime=2.13 cores=0,2,4,6
/proc/24894/task/24898/stat : 24898 (java) S 24892 24894 22059 0 -1 4202560 482 0 0 0 209 4 0 0 20 0 22 0 254157387 10060460032 886951 33554432000 1073741824 1073778376 140736916365120 139862526613672 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24894/tid=24899] ppid=24892 vsize=9824668 CPUtime=2.28 cores=0,2,4,6
/proc/24894/task/24899/stat : 24899 (java) S 24892 24894 22059 0 -1 4202560 546 0 0 0 223 5 0 0 20 0 22 0 254157387 10060460032 886951 33554432000 1073741824 1073778376 140736916365120 139862525561384 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24900] ppid=24892 vsize=9824668 CPUtime=2.37 cores=0,2,4,6
/proc/24894/task/24900/stat : 24900 (java) S 24892 24894 22059 0 -1 4202560 430 0 0 0 234 3 0 0 20 0 22 0 254157387 10060460032 886951 33554432000 1073741824 1073778376 140736916365120 139862524508584 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24901] ppid=24892 vsize=9824668 CPUtime=2.2 cores=0,2,4,6
/proc/24894/task/24901/stat : 24901 (java) S 24892 24894 22059 0 -1 4202560 495 0 0 0 215 5 0 0 20 0 22 0 254157387 10060460032 886951 33554432000 1073741824 1073778376 140736916365120 139862377970472 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24902] ppid=24892 vsize=9824668 CPUtime=1.96 cores=0,2,4,6
/proc/24894/task/24902/stat : 24902 (java) S 24892 24894 22059 0 -1 4202560 338 0 0 0 190 6 0 0 20 0 22 0 254157387 10060460032 886951 33554432000 1073741824 1073778376 140736916365120 139862376917672 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24903] ppid=24892 vsize=9824668 CPUtime=2.24 cores=0,2,4,6
/proc/24894/task/24903/stat : 24903 (java) S 24892 24894 22059 0 -1 4202560 552 0 0 0 219 5 0 0 20 0 22 0 254157387 10060460032 886951 33554432000 1073741824 1073778376 140736916365120 139862375865384 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24904] ppid=24892 vsize=9824668 CPUtime=1.88 cores=0,2,4,6
/proc/24894/task/24904/stat : 24904 (java) S 24892 24894 22059 0 -1 4202560 302 0 0 0 184 4 0 0 20 0 22 0 254157387 10060460032 886951 33554432000 1073741824 1073778376 140736916365120 139862374812584 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24894/tid=24905] ppid=24892 vsize=9824668 CPUtime=67.56 cores=0,2,4,6
/proc/24894/task/24905/stat : 24905 (java) S 24892 24894 22059 0 -1 4202560 3520 0 0 0 6734 22 0 0 20 0 22 0 254157388 10060460032 886951 33554432000 1073741824 1073778376 140736916365120 139862362613992 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24906] ppid=24892 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24906/stat : 24906 (java) S 24892 24894 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254157389 10060460032 886951 33554432000 1073741824 1073778376 140736916365120 139862361560056 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24907] ppid=24892 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24907/stat : 24907 (java) S 24892 24894 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254157389 10060460032 886951 33554432000 1073741824 1073778376 140736916365120 139862360507656 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24908] ppid=24892 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24908/stat : 24908 (java) S 24892 24894 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254157392 10060460032 886951 33554432000 1073741824 1073778376 140736916365120 139862359456144 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24909] ppid=24892 vsize=9824668 CPUtime=2.52 cores=0,2,4,6
/proc/24894/task/24909/stat : 24909 (java) S 24892 24894 22059 0 -1 4202560 27085 0 0 0 248 4 0 0 20 0 22 0 254157392 10060460032 886951 33554432000 1073741824 1073778376 140736916365120 139862358403768 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24910] ppid=24892 vsize=9824668 CPUtime=1.49 cores=0,2,4,6
/proc/24894/task/24910/stat : 24910 (java) S 24892 24894 22059 0 -1 4202560 14110 0 0 0 145 4 0 0 20 0 22 0 254157392 10060460032 886951 33554432000 1073741824 1073778376 140736916365120 139862357350968 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24894/tid=24911] ppid=24892 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24911/stat : 24911 (java) S 24892 24894 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254157392 10060460032 886951 33554432000 1073741824 1073778376 140736916365120 139862356298872 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24894/tid=24912] ppid=24892 vsize=9824668 CPUtime=0.37 cores=0,2,4,6
/proc/24894/task/24912/stat : 24912 (java) S 24892 24894 22059 0 -1 4202560 52 0 0 0 20 17 0 0 20 0 22 0 254157392 10060460032 886951 33554432000 1073741824 1073778376 140736916365120 139862355246280 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24913] ppid=24892 vsize=9824668 CPUtime=855.21 cores=0,2,4,6
/proc/24894/task/24913/stat : 24913 (java) R 24892 24894 22059 0 -1 4202560 101 0 0 0 85506 15 0 0 20 0 22 0 254157430 10060460032 886951 33554432000 1073741824 1073778376 140736916365120 139862354188784 139862406335644 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24914] ppid=24892 vsize=9824668 CPUtime=855.18 cores=0,2,4,6
/proc/24894/task/24914/stat : 24914 (java) R 24892 24894 22059 0 -1 4202560 1286 0 0 0 85471 47 0 0 20 0 22 0 254157430 10060460032 886951 33554432000 1073741824 1073778376 140736916365120 139862353136672 139862406586050 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24915] ppid=24892 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24915/stat : 24915 (java) S 24892 24894 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254157431 10060460032 886951 33554432000 1073741824 1073778376 140736916365120 139862352086184 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24916] ppid=24892 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24916/stat : 24916 (java) S 24892 24894 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254157431 10060460032 886951 33554432000 1073741824 1073778376 140736916365120 139862351033384 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9824668

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 928.062
CPU time (s): 1800.63
CPU user time (s): 1798.95
CPU system time (s): 1.68074
CPU usage (%): 194.02
Max. virtual memory (cumulated for all children) (KiB): 9826168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.95
system time used= 1.68074
maximum resident set size= 3547924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53561
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25302
involuntary context switches= 33889

runsolver used 3.42248 second user time and 8.43372 second system time

The end

Launcher Data

Begin job on node111 at 2012-05-24 19:25:04
IDJOB=3688890
IDBENCH=71848
IDSOLVER=2268
FILE ID=node111/3688890-1337880304
RUNJOBID= node111-1337871880-22075
PBS_JOBID= 14620093
Free space on /tmp= 71624 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx49.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688890-1337880304/watcher-3688890-1337880304 -o /tmp/evaluation-result-3688890-1337880304/solver-3688890-1337880304 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688890-1337880304.opb

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

MD5SUM BENCH= e08af5097f76b1d4e2b0ba1d8a42ed5a
RANDOM SEED=186688073

node111.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.152
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.30
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.152
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.152
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	: 5331.92
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.152
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.152
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.152
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		: 2666.152
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.152
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27093012 kB
Buffers:          206684 kB
Cached:          3053544 kB
SwapCached:            0 kB
Active:          2496564 kB
Inactive:        2512032 kB
Active(anon):    1750944 kB
Inactive(anon):        0 kB
Active(file):     745620 kB
Inactive(file):  2512032 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               424 kB
Writeback:             8 kB
AnonPages:       1754816 kB
Mapped:            22520 kB
Shmem:               200 kB
Slab:             629776 kB
SReclaimable:      72380 kB
SUnreclaim:       557396 kB
KernelStack:        1624 kB
PageTables:         8592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2067956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1648640 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= 71588 MiB
End job on node111 at 2012-05-24 19:40:34