Trace number 3689604

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 NameAnswerCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.82 922.076

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K85.opb
MD5SUM1487741f4fc087d76a7a64081b5bebd6
Bench CategoryDEC-SMALLINT-LIN (no 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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5780
Total number of constraints5952
Number of constraints which are clauses5867
Number of constraints which are cardinality constraints (but not clauses)85
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint85
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 86
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	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-3689604-1337883544.opb
0.07/0.13	c reading problem ... 
0.73/0.47	c ... done. Wall clock time 0.337s.
0.73/0.47	c declared #vars     5780
0.73/0.47	c #constraints  5952
0.73/0.47	c constraints type 
0.73/0.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4773
0.73/0.47	c org.sat4j.minisat.constraints.card.MinWatchCard => 85
0.73/0.47	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.73/0.47	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1092
0.73/0.47	c 5952 constraints processed.
0.73/0.47	c constraints type 
0.73/0.47	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1092
0.73/0.47	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4773
0.73/0.47	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 85
0.73/0.47	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.73/0.47	c 5952 constraints processed.
4.16/1.57	c cleaning 2489 clauses out of 4996 with flag 5000/5000
7.19/2.72	c cleaning 4218 clauses out of 8498 with flag 11002/11002
10.05/4.10	c cleaning 5574 clauses out of 11274 with flag 18001/18001
12.99/5.63	c cleaning 6791 clauses out of 13699 with flag 26000/26000
16.53/7.43	c cleaning 7932 clauses out of 15906 with flag 35000/35000
20.26/9.36	c cleaning 8939 clauses out of 17973 with flag 45000/45000
24.59/11.58	c cleaning 9899 clauses out of 20034 with flag 56001/56001
29.67/14.16	c cleaning 10939 clauses out of 22134 with flag 68000/68000
35.46/17.12	c cleaning 12020 clauses out of 24195 with flag 81000/81000
41.27/20.19	c cleaning 13033 clauses out of 26175 with flag 95002/95002
48.93/24.08	c cleaning 13938 clauses out of 28142 with flag 110003/110003
59.14/29.29	c cleaning 14982 clauses out of 30200 with flag 126000/126000
66.78/33.25	c cleaning 15978 clauses out of 32219 with flag 143001/143001
74.53/37.25	c cleaning 17036 clauses out of 34237 with flag 161000/161000
84.47/42.37	c cleaning 17884 clauses out of 36202 with flag 180001/180001
100.21/50.31	c cleaning 19049 clauses out of 38319 with flag 200002/200002
110.54/55.70	c cleaning 20099 clauses out of 40268 with flag 221002/221002
120.41/60.90	c cleaning 21008 clauses out of 42167 with flag 243001/243001
132.64/67.15	c cleaning 21892 clauses out of 44163 with flag 266005/266005
151.42/76.72	c cleaning 23074 clauses out of 46269 with flag 290004/290004
165.16/83.91	c cleaning 23986 clauses out of 48191 with flag 315000/315000
179.31/91.22	c cleaning 24945 clauses out of 50205 with flag 341000/341000
195.06/99.37	c cleaning 26013 clauses out of 52260 with flag 368000/368000
218.04/111.04	c cleaning 26799 clauses out of 54248 with flag 396001/396001
245.24/124.98	c cleaning 27948 clauses out of 56448 with flag 425000/425000
259.14/132.11	c cleaning 29125 clauses out of 58501 with flag 455002/455002
280.33/142.96	c cleaning 30085 clauses out of 60374 with flag 486000/486000
307.63/156.83	c cleaning 31042 clauses out of 62290 with flag 518001/518001
332.95/169.97	c cleaning 32013 clauses out of 64247 with flag 551000/551000
366.31/187.60	c cleaning 32811 clauses out of 66236 with flag 585002/585002
410.73/209.97	c cleaning 34177 clauses out of 68425 with flag 620002/620002
431.71/220.97	c cleaning 34899 clauses out of 70247 with flag 656001/656001
459.80/235.35	c cleaning 35977 clauses out of 72348 with flag 693001/693001
498.14/254.90	c cleaning 36942 clauses out of 74371 with flag 731001/731001
523.00/267.61	c cleaning 37953 clauses out of 76428 with flag 770000/770000
553.73/283.67	c cleaning 38967 clauses out of 78476 with flag 810001/810001
581.34/297.80	c cleaning 40048 clauses out of 80508 with flag 851000/851000
592.20/303.62	c cleaning 0 clauses out of 5000 with flag 0/5000
617.96/316.88	c cleaning 40725 clauses out of 82460 with flag 893000/893000
657.83/337.39	c cleaning 42256 clauses out of 84735 with flag 936001/936001
699.08/358.34	c cleaning 43082 clauses out of 86478 with flag 980000/980000
733.21/375.87	c cleaning 44042 clauses out of 88396 with flag 1025000/1025000
768.16/393.79	c cleaning 44544 clauses out of 90356 with flag 1071002/1071002
804.46/412.67	c cleaning 45609 clauses out of 92810 with flag 1118000/1118000
837.01/429.39	c cleaning 46639 clauses out of 95201 with flag 1166000/1166000
872.06/447.33	c cleaning 47745 clauses out of 97564 with flag 1215002/1215002
926.24/474.94	c cleaning 48929 clauses out of 99817 with flag 1265000/1265000
965.57/495.45	c cleaning 49566 clauses out of 101888 with flag 1316000/1316000
1032.00/529.19	c cleaning 50776 clauses out of 104324 with flag 1368002/1368002
1101.59/565.37	c cleaning 51915 clauses out of 106546 with flag 1421000/1421000
1149.14/590.00	c cleaning 52080 clauses out of 108630 with flag 1475000/1475000
1215.41/623.50	c cleaning 54315 clauses out of 111553 with flag 1530003/1530003
1268.40/650.59	c cleaning 54786 clauses out of 113235 with flag 1586000/1586000
1317.74/675.72	c cleaning 55739 clauses out of 115449 with flag 1643000/1643000
1364.88/700.27	c cleaning 56529 clauses out of 117710 with flag 1701000/1701000
1415.45/726.12	c cleaning 57832 clauses out of 120181 with flag 1760000/1760000
1478.75/758.37	c cleaning 59065 clauses out of 122352 with flag 1820003/1820003
1552.34/795.60	c cleaning 60393 clauses out of 124287 with flag 1881003/1881003
1613.80/827.30	c cleaning 60977 clauses out of 125893 with flag 1943002/1943002
1677.42/859.62	c cleaning 62120 clauses out of 127917 with flag 2006003/2006003
1736.51/889.72	c cleaning 62799 clauses out of 129796 with flag 2070002/2070002
1800.05/922.01	c starts		: 210
1800.05/922.01	c conflicts		: 2116158
1800.05/922.01	c decisions		: 12613834
1800.05/922.01	c propagations		: 703492132
1800.05/922.01	c inspects		: 3184519159
1800.05/922.01	c shortcuts		: 0
1800.05/922.01	c learnt literals	: 38
1800.05/922.01	c learnt binary clauses	: 57716
1800.05/922.01	c learnt ternary clauses	: 69431
1800.05/922.01	c learnt constraints	: 2116120
1800.05/922.01	c ignored constraints	: 0
1800.05/922.01	c root simplifications	: 0
1800.05/922.01	c removed literals (reason simplification)	: 72946971
1800.05/922.01	c reason swapping (by a shorter reason)	: 0
1800.05/922.01	c Calls to reduceDB	: 60
1800.05/922.01	c number of reductions to clauses (during analyze)	: 0
1800.05/922.01	c number of learned constraints concerned by reduction	: 0
1800.05/922.01	c number of learning phase by resolution	: 0
1800.05/922.01	c number of learning phase by cutting planes	: 0
1800.05/922.01	c speed (assignments/second)	: 763403.2832675545
1800.05/922.01	c non guided choices	4416
1800.05/922.05	c learnt constraints type 
1800.05/922.05	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 57716
1800.05/922.05	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 55481
1800.05/922.05	c constraints type 
1800.05/922.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4773
1800.05/922.05	c org.sat4j.minisat.constraints.card.MinWatchCard => 85
1800.05/922.05	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.05/922.05	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1092
1800.05/922.05	c 5952 constraints processed.
1800.05/922.05	c constraints type 
1800.05/922.05	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1092
1800.05/922.05	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4773
1800.05/922.05	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 85
1800.05/922.05	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.05/922.05	c 5952 constraints processed.
1800.05/922.05	s UNKNOWN
1800.05/922.05	c Total wall clock time (in seconds): 921.922

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-3689604-1337883544/watcher-3689604-1337883544 -o /tmp/evaluation-result-3689604-1337883544/solver-3689604-1337883544 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689604-1337883544.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.33 3.45 3.65 3/195 28164
/proc/meminfo: memFree=25400480/32873844 swapFree=7900/7900
[pid=28164] ppid=28162 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/28164/stat : 28164 (java) D 28162 28164 23987 0 -1 4202496 93 0 0 0 0 0 0 0 20 0 1 0 254478928 2560000 46 33554432000 1073741824 1073778376 140736018801952 140736018799080 225435544871 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/28164/statm: 625 46 37 9 0 29 0

[startup+0.0513789 s]
/proc/loadavg: 3.33 3.45 3.65 3/195 28164
/proc/meminfo: memFree=25400480/32873844 swapFree=7900/7900
[pid=28164] ppid=28162 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/28164/stat : 28164 (java) S 28162 28164 23987 0 -1 4202496 3048 0 1 0 1 1 0 0 20 0 13 0 254478928 9446973440 3234 33554432000 1073741824 1073778376 140735394224656 140735394215792 225448067133 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28164/statm: 2306390 3235 1683 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100269 s]
/proc/loadavg: 3.33 3.45 3.65 3/195 28164
/proc/meminfo: memFree=25400480/32873844 swapFree=7900/7900
[pid=28164] ppid=28162 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/28164/stat : 28164 (java) S 28162 28164 23987 0 -1 4202496 3721 0 1 0 6 1 0 0 20 0 18 0 254478928 9787813888 4418 33554432000 1073741824 1073778376 140735394224656 140735394215792 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28164/statm: 2389603 4419 1933 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.300259 s]
/proc/loadavg: 3.33 3.45 3.65 3/195 28164
/proc/meminfo: memFree=25400480/32873844 swapFree=7900/7900
[pid=28164] ppid=28162 vsize=9558412 CPUtime=0.52 cores=0,2,4,6
/proc/28164/stat : 28164 (java) S 28162 28164 23987 0 -1 4202496 7491 0 1 0 50 2 0 0 20 0 18 0 254478928 9787813888 8864 33554432000 1073741824 1073778376 140735394224656 140735394215792 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28164/statm: 2389603 8864 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558412

[startup+0.700169 s]
/proc/loadavg: 3.33 3.45 3.65 3/195 28164
/proc/meminfo: memFree=25400480/32873844 swapFree=7900/7900
[pid=28164] ppid=28162 vsize=9824668 CPUtime=1.85 cores=0,2,4,6
/proc/28164/stat : 28164 (java) S 28162 28164 23987 0 -1 4202496 14304 0 1 0 182 3 0 0 20 0 22 0 254478928 10060460032 21563 33554432000 1073741824 1073778376 140735394224656 140735394215792 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28164/statm: 2456167 21563 2254 9 0 2446860 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 9824668

[startup+1.50071 s]
/proc/loadavg: 3.33 3.45 3.65 6/217 28186
/proc/meminfo: memFree=25310484/32873844 swapFree=7900/7900
[pid=28164] ppid=28162 vsize=9824668 CPUtime=4.16 cores=0,2,4,6
/proc/28164/stat : 28164 (java) S 28162 28164 23987 0 -1 4202496 16567 0 1 0 411 5 0 0 20 0 22 0 254478928 10060460032 41656 33554432000 1073741824 1073778376 140735394224656 140735394215792 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28164/statm: 2456167 41656 2262 9 0 2446860 0
[pid=28164/tid=28166] ppid=28162 vsize=9824668 CPUtime=0.43 cores=0,2,4,6
/proc/28164/task/28166/stat : 28166 (java) S 28162 28164 23987 0 -1 4202560 2537 0 1 0 41 2 0 0 20 0 22 0 254478930 10060460032 41656 33554432000 1073741824 1073778376 140735394224656 139782203163640 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28164/tid=28167] ppid=28162 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28164/task/28167/stat : 28167 (java) S 28162 28164 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254478931 10060460032 41656 33554432000 1073741824 1073778376 140735394224656 139782046743080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28164/tid=28168] ppid=28162 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28164/task/28168/stat : 28168 (java) S 28162 28164 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254478931 10060460032 41656 33554432000 1073741824 1073778376 140735394224656 139782045690280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28164/tid=28169] ppid=28162 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28164/task/28169/stat : 28169 (java) S 28162 28164 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254478931 10060460032 41656 33554432000 1073741824 1073778376 140735394224656 139782044637480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28164/tid=28170] ppid=28162 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28164/task/28170/stat : 28170 (java) S 28162 28164 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254478931 10060460032 41656 33554432000 1073741824 1073778376 140735394224656 139782043584680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28164/tid=28171] ppid=28162 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28164/task/28171/stat : 28171 (java) S 28162 28164 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254478931 10060460032 41656 33554432000 1073741824 1073778376 140735394224656 139782042532904 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28164/tid=28172] ppid=28162 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28164/task/28172/stat : 28172 (java) S 28162 28164 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254478931 10060460032 41656 33554432000 1073741824 1073778376 140735394224656 139782041480104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28164/tid=28173] ppid=28162 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28164/task/28173/stat : 28173 (java) S 28162 28164 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254478931 10060460032 41656 33554432000 1073741824 1073778376 140735394224656 139782040427304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28164/tid=28174] ppid=28162 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28164/task/28174/stat : 28174 (java) S 28162 28164 23987 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254478931 10060460032 42168 33554432000 1073741824 1073778376 140735394224656 139782039374504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28164/tid=28175] ppid=28162 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28164/task/28175/stat : 28175 (java) S 28162 28164 23987 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254478932 10060460032 42168 33554432000 1073741824 1073778376 140735394224656 139782027176424 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28164/tid=28176] ppid=28162 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28164/task/28176/stat : 28176 (java) S 28162 28164 23987 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 254478933 10060460032 42168 33554432000 1073741824 1073778376 140735394224656 139782026122488 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28164/tid=28177] ppid=28162 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28164/task/28177/stat : 28177 (java) S 28162 28164 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254478933 10060460032 42168 33554432000 1073741824 1073778376 140735394224656 139782025069576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28164/tid=28178] ppid=28162 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28164/task/28178/stat : 28178 (java) S 28162 28164 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254478936 10060460032 42168 33554432000 1073741824 1073778376 140735394224656 139782024018064 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28164/tid=28179] ppid=28162 vsize=9824668 CPUtime=0.78 cores=0,2,4,6
/proc/28164/task/28179/stat : 28179 (java) S 28162 28164 23987 0 -1 4202560 5701 0 0 0 76 2 0 0 20 0 22 0 254478936 10060460032 42168 33554432000 1073741824 1073778376 140735394224656 139782022966200 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28164/tid=28180] ppid=28162 vsize=9824668 CPUtime=0.88 cores=0,2,4,6
/proc/28164/task/28180/stat : 28180 (java) S 28162 28164 23987 0 -1 4202560 6983 0 0 0 88 0 0 0 20 0 22 0 254478936 10060460032 42168 33554432000 1073741824 1073778376 140735394224656 139782021913400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28164/tid=28181] ppid=28162 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28164/task/28181/stat : 28181 (java) S 28162 28164 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254478936 10060460032 42168 33554432000 1073741824 1073778376 140735394224656 139782020860792 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28164/tid=28182] ppid=28162 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28164/task/28182/stat : 28182 (java) S 28162 28164 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254478936 10060460032 42168 33554432000 1073741824 1073778376 140735394224656 139782019808200 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28164/tid=28183] ppid=28162 vsize=9824668 CPUtime=1 cores=0,2,4,6
/proc/28164/task/28183/stat : 28183 (java) R 28162 28164 23987 0 -1 4202560 30 0 0 0 100 0 0 0 20 0 22 0 254478976 10060460032 42168 33554432000 1073741824 1073778376 140735394224656 139782018753352 139782075864646 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28164/tid=28184] ppid=28162 vsize=9824668 CPUtime=1.01 cores=0,2,4,6
/proc/28164/task/28184/stat : 28184 (java) R 28162 28164 23987 0 -1 4202560 115 0 0 0 99 2 0 0 20 0 22 0 254478976 10060460032 42168 33554432000 1073741824 1073778376 140735394224656 139782017699912 139782076009554 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28164/tid=28185] ppid=28162 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28164/task/28185/stat : 28185 (java) S 28162 28164 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254478977 10060460032 42168 33554432000 1073741824 1073778376 140735394224656 139782016648104 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28164/tid=28186] ppid=28162 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28164/task/28186/stat : 28186 (java) S 28162 28164 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254478977 10060460032 42168 33554432000 1073741824 1073778376 140735394224656 139782015595304 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 9824668

[startup+3.10072 s]
/proc/loadavg: 3.33 3.45 3.65 4/217 28186
/proc/meminfo: memFree=25199576/32873844 swapFree=7900/7900
[pid=28164] ppid=28162 vsize=9824668 CPUtime=8.06 cores=0,2,4,6
/proc/28164/stat : 28164 (java) S 28162 28164 23987 0 -1 4202496 21355 0 1 0 796 10 0 0 20 0 22 0 254478928 10060460032 63950 33554432000 1073741824 1073778376 140735394224656 140735394215792 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28164/statm: 2456167 63950 2286 9 0 2446860 0
[pid=28164/tid=28166] ppid=28162 vsize=9824668 CPUtime=0.43 cores=0,2,4,6
/proc/28164/task/28166/stat : 28166 (java) S 28162 28164 23987 0 -1 4202560 2537 0 1 0 41 2 0 0 20 0 22 0 254478930 10060460032 63950 33554432000 1073741824 1073778376 140735394224656 139782203163640 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28164/tid=28167] ppid=28162 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/28164/task/28167/stat : 28167 (java) S 28162 28164 23987 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 254478931 10060460032 63950 33554432000 1073741824 1073778376 140735394224656 139782046743080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28164/tid=28168] ppid=28162 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/28164/task/28168/stat : 28168 (java) S 28162 28164 23987 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 254478931 10060460032 63950 33554432000 1073741824 1073778376 140735394224656 139782045690280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28164/tid=28169] ppid=28162 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/28164/task/28169/stat : 28169 (java) S 28162 28164 23987 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 254478931 10060460032 63950 33554432000 1073741824 1073778376 140735394224656 139782044637480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28164/tid=28170] ppid=28162 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/28164/task/28170/stat : 28170 (java) S 28162 28164 23987 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 254478931 10060460032 63950 33554432000 1073741824 1073778376 140735394224656 139782043584680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28164/tid=28171] ppid=28162 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/28164/task/28171/stat : 28171 (java) S 28162 28164 23987 0 -1 4202560 28 0 0 0 4 0 0 0 20 0 22 0 254478931 10060460032 63950 33554432000 1073741824 1073778376 140735394224656 139782042532904 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28164/tid=28172] ppid=28162 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/28164/task/28172/stat : 28172 (java) S 28162 28164 23987 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 254478931 10060460032 63950 33554432000 1073741824 1073778376 140735394224656 139782041480104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28164/tid=28173] ppid=28162 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/28164/task/28173/stat : 28173 (java) S 28162 28164 23987 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 254478931 10060460032 63950 33554432000 1073741824 1073778376 140735394224656 139782040427304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28164/tid=28174] ppid=28162 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/28164/task/28174/stat : 28174 (java) S 28162 28164 23987 0 -1 4202560 28 0 0 0 4 0 0 0 20 0 22 0 254478931 10060460032 63950 33554432000 1073741824 1073778376 140735394224656 139782039374504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28164/tid=28175] ppid=28162 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/28164/task/28175/stat : 28175 (java) S 28162 28164 23987 0 -1 4202560 104 0 0 0 10 0 0 0 20 0 22 0 254478932 10060460032 63950 33554432000 1073741824 1073778376 140735394224656 139782027176424 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28164/tid=28176] ppid=28162 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28164/task/28176/stat : 28176 (java) S 28162 28164 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254478933 10060460032 63950 33554432000 1073741824 1073778376 140735394224656 139782026122488 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28164/tid=28177] ppid=28162 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28164/task/28177/stat : 28177 (java) S 28162 28164 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254478933 10060460032 63950 33554432000 1073741824 1073778376 140735394224656 139782025069576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28164/tid=28178] ppid=28162 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28164/task/28178/stat : 28178 (java) S 28162 28164 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254478936 10060460032 63950 33554432000 1073741824 1073778376 140735394224656 139782024018064 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28164/tid=28179] ppid=28162 vsize=9824668 CPUtime=1.36 cores=0,2,4,6
/proc/28164/task/28179/stat : 28179 (java) S 28162 28164 23987 0 -1 4202560 10238 0 0 0 133 3 0 0 20 0 22 0 254478936 10060460032 63950 33554432000 1073741824 1073778376 140735394224656 139782022966200 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28164/tid=28180] ppid=28162 vsize=9824668 CPUtime=1.03 cores=0,2,4,6
/proc/28164/task/28180/stat : 28180 (java) S 28162 28164 23987 0 -1 4202560 6987 0 0 0 103 0 0 0 20 0 22 0 254478936 10060460032 63950 33554432000 1073741824 1073778376 140735394224656 139782021913400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28164/tid=28181] ppid=28162 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28164/task/28181/stat : 28181 (java) S 28162 28164 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254478936 10060460032 63950 33554432000 1073741824 1073778376 140735394224656 139782020860792 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28164/tid=28182] ppid=28162 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28164/task/28182/stat : 28182 (java) S 28162 28164 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254478936 10060460032 63950 33554432000 1073741824 1073778376 140735394224656 139782019808200 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28164/tid=28183] ppid=28162 vsize=9824668 CPUtime=2.38 cores=0,2,4,6
/proc/28164/task/28183/stat : 28183 (java) R 28162 28164 23987 0 -1 4202560 32 0 0 0 238 0 0 0 20 0 22 0 254478976 10060460032 63950 33554432000 1073741824 1073778376 140735394224656 139782018753192 139782075919232 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=28164/tid=28184] ppid=28162 vsize=9824668 CPUtime=2.41 cores=0,2,4,6
/proc/28164/task/28184/stat : 28184 (java) R 28162 28164 23987 0 -1 4202560 121 0 0 0 239 2 0 0 20 0 22 0 254478976 10060460032 63950 33554432000 1073741824 1073778376 140735394224656 139782017699040 139782076055886 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28164/tid=28185] ppid=28162 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28164/task/28185/stat : 28185 (java) S 28162 28164 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254478977 10060460032 63950 33554432000 1073741824 1073778376 140735394224656 139782016648104 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28164/tid=28186] ppid=28162 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28164/task/28186/stat : 28186 (java) S 28162 28164 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254478977 10060460032 63950 33554432000 1073741824 1073778376 140735394224656 139782015595304 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.06
Current children cumulated vsize (KiB) 9824668

[startup+6.30079 s]
/proc/loadavg: 3.31 3.44 3.64 4/217 28186
/proc/meminfo: memFree=25039088/32873844 swapFree=7900/7900
[pid=28164] ppid=28162 vsize=9824668 CPUtime=14.33 cores=0,2,4,6
/proc/28164/stat : 28164 (java) S 28162 28164 23987 0 -1 4202496 21614 0 1 0 1418 15 0 0 20 0 22 0 254478928 10060460032 101808 33554432000 1073741824 1073778376 140735394224656 140735394215792 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28164/statm: 2456167 101808 2286 9 0 2446860 0
[pid=28164/tid=28166] ppid=28162 vsize=9824668 CPUtime=0.43 cores=0,2,4,6
/proc/28164/task/28166/stat : 28166 (java) S 28162 28164 23987 0 -1 4202560 2537 0 1 0 41 2 0 0 20 0 22 0 254478930 10060460032 101808 33554432000 1073741824 1073778376 140735394224656 139782203163640 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28164/tid=28167] ppid=28162 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/28164/task/28167/stat : 28167 (java) S 28162 28164 23987 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 254478931 10060460032 101808 33554432000 1073741824 1073778376 140735394224656 139782046743080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28164/tid=28168] ppid=28162 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/28164/task/28168/stat : 28168 (java) S 28162 28164 23987 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 22 0 254478931 10060460032 101808 33554432000 1073741824 1073778376 140735394224656 139782045690280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28164/tid=28169] ppid=28162 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/28164/task/28169/stat : 28169 (java) S 28162 28164 23987 0 -1 4202560 21 0 0 0 5 0 0 0 20 0 22 0 254478931 10060460032 101808 33554432000 1073741824 1073778376 140735394224656 139782044637480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28164/tid=28170] ppid=28162 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/28164/task/28170/stat : 28170 (java) S 28162 28164 23987 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 254478931 10060460032 101808 33554432000 1073741824 1073778376 140735394224656 139782043584680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28164/tid=28171] ppid=28162 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/28164/task/28171/stat : 28171 (java) S 28162 28164 23987 0 -1 4202560 36 0 0 0 5 1 0 0 20 0 22 0 254478931 10060460032 101808 33554432000 1073741824 1073778376 140735394224656 139782042532904 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28164/tid=28172] ppid=28162 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/28164/task/28172/stat : 28172 (java) S 28162 28164 23987 0 -1 4202560 25 0 0 0 2 2 0 0 20 0 22 0 254478931 10060460032 101808 33554432000 1073741824 1073778376 140735394224656 139782041480104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28164/tid=28173] ppid=28162 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/28164/task/28173/stat : 28173 (java) S 28162 28164 23987 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 254478931 10060460032 101808 33554432000 1073741824 1073778376 140735394224656 139782040427304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28164/tid=28174] ppid=28162 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/28164/task/28174/stat : 28174 (java) S 28162 28164 23987 0 -1 4202560 28 0 0 0 5 0 0 0 20 0 22 0 254478931 10060460032 101808 33554432000 1073741824 1073778376 140735394224656 139782039374504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28164/tid=28175] ppid=28162 vsize=9824668 CPUtime=0.36 cores=0,2,4,6
/proc/28164/task/28175/stat : 28175 (java) S 28162 28164 23987 0 -1 4202560 266 0 0 0 34 2 0 0 20 0 22 0 254478932 10060460032 101808 33554432000 1073741824 1073778376 140735394224656 139782027176424 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28164/tid=28176] ppid=28162 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28164/task/28176/stat : 28176 (java) S 28162 28164 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254478933 10060460032 101808 33554432000 1073741824 1073778376 140735394224656 139782026122488 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28164/tid=28177] ppid=28162 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28164/task/28177/stat : 28177 (java) S 28162 28164 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254478933 10060460032 101808 33554432000 1073741824 1073778376 140735394224656 139782025069576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28164/tid=28178] ppid=28162 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28164/task/28178/stat : 28178 (java) S 28162 28164 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254478936 10060460032 101808 33554432000 1073741824 1073778376 140735394224656 139782024018064 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28164/tid=28179] ppid=28162 vsize=9824668 CPUtime=1.37 cores=0,2,4,6
/proc/28164/task/28179/stat : 28179 (java) S 28162 28164 23987 0 -1 4202560 10244 0 0 0 134 3 0 0 20 0 22 0 254478936 10060460032 101808 33554432000 1073741824 1073778376 140735394224656 139782022966200 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

[pid=28164/tid=28184] ppid=28162 vsize=9824668 CPUtime=709.57 cores=0,2,4,6
/proc/28164/task/28184/stat : 28184 (java) R 28162 28164 23987 0 -1 4202560 1207 0 0 0 70908 49 0 0 20 0 22 0 254478976 10060460032 896265 33554432000 1073741824 1073778376 140735394224656 139782017698288 139782076083819 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28164/tid=28185] ppid=28162 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28164/task/28185/stat : 28185 (java) S 28162 28164 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254478977 10060460032 896265 33554432000 1073741824 1073778376 140735394224656 139782016648104 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28164/tid=28186] ppid=28162 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28164/task/28186/stat : 28186 (java) S 28162 28164 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254478977 10060460032 896265 33554432000 1073741824 1073778376 140735394224656 139782015595304 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1485.47
Current children cumulated vsize (KiB) 9824668

[startup+822.301 s]
/proc/loadavg: 3.28 3.66 3.66 4/195 28208
/proc/meminfo: memFree=25400200/32873844 swapFree=7900/7900
[pid=28164] ppid=28162 vsize=9824668 CPUtime=1603.8 cores=0,2,4,6
/proc/28164/stat : 28164 (java) S 28162 28164 23987 0 -1 4202496 34649 0 1 0 160225 155 0 0 20 0 22 0 254478928 10060460032 904551 33554432000 1073741824 1073778376 140735394224656 140735394215792 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28164/statm: 2456167 904551 2287 9 0 2446860 0
[pid=28164/tid=28166] ppid=28162 vsize=9824668 CPUtime=0.47 cores=0,2,4,6
/proc/28164/task/28166/stat : 28166 (java) S 28162 28164 23987 0 -1 4202560 2572 0 1 0 44 3 0 0 20 0 22 0 254478930 10060460032 904551 33554432000 1073741824 1073778376 140735394224656 139782203163640 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28164/tid=28167] ppid=28162 vsize=9824668 CPUtime=2.06 cores=0,2,4,6
/proc/28164/task/28167/stat : 28167 (java) S 28162 28164 23987 0 -1 4202560 213 0 0 0 200 6 0 0 20 0 22 0 254478931 10060460032 904551 33554432000 1073741824 1073778376 140735394224656 139782046743080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28164/tid=28168] ppid=28162 vsize=9824668 CPUtime=2.15 cores=0,2,4,6
/proc/28164/task/28168/stat : 28168 (java) S 28162 28164 23987 0 -1 4202560 935 0 0 0 205 10 0 0 20 0 22 0 254478931 10060460032 904551 33554432000 1073741824 1073778376 140735394224656 139782045690280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28164/tid=28169] ppid=28162 vsize=9824668 CPUtime=1.85 cores=0,2,4,6
/proc/28164/task/28169/stat : 28169 (java) S 28162 28164 23987 0 -1 4202560 514 0 0 0 174 11 0 0 20 0 22 0 254478931 10060460032 904551 33554432000 1073741824 1073778376 140735394224656 139782044637480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28164/tid=28170] ppid=28162 vsize=9824668 CPUtime=2.03 cores=0,2,4,6
/proc/28164/task/28170/stat : 28170 (java) S 28162 28164 23987 0 -1 4202560 536 0 0 0 190 13 0 0 20 0 22 0 254478931 10060460032 904551 33554432000 1073741824 1073778376 140735394224656 139782043584680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28164/tid=28171] ppid=28162 vsize=9824668 CPUtime=2.11 cores=0,2,4,6
/proc/28164/task/28171/stat : 28171 (java) S 28162 28164 23987 0 -1 4202560 303 0 0 0 200 11 0 0 20 0 22 0 254478931 10060460032 904551 33554432000 1073741824 1073778376 140735394224656 139782042532904 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28164/tid=28172] ppid=28162 vsize=9824668 CPUtime=1.94 cores=0,2,4,6
/proc/28164/task/28172/stat : 28172 (java) S 28162 28164 23987 0 -1 4202560 367 0 0 0 184 10 0 0 20 0 22 0 254478931 10060460032 904551 33554432000 1073741824 1073778376 140735394224656 139782041480104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28164/tid=28173] ppid=28162 vsize=9824668 CPUtime=2.08 cores=0,2,4,6
/proc/28164/task/28173/stat : 28173 (java) S 28162 28164 23987 0 -1 4202560 799 0 0 0 199 9 0 0 20 0 22 0 254478931 10060460032 904551 33554432000 1073741824 1073778376 140735394224656 139782040427304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28164/tid=28174] ppid=28162 vsize=9824668 CPUtime=2.04 cores=0,2,4,6
/proc/28164/task/28174/stat : 28174 (java) S 28162 28164 23987 0 -1 4202560 682 0 0 0 192 12 0 0 20 0 22 0 254478931 10060460032 904551 33554432000 1073741824 1073778376 140735394224656 139782039374504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28164/tid=28175] ppid=28162 vsize=9824668 CPUtime=50.41 cores=0,2,4,6
/proc/28164/task/28175/stat : 28175 (java) S 28162 28164 23987 0 -1 4202560 3729 0 0 0 5023 18 0 0 20 0 22 0 254478932 10060460032 904551 33554432000 1073741824 1073778376 140735394224656 139782027176424 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28164/tid=28176] ppid=28162 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28164/task/28176/stat : 28176 (java) S 28162 28164 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254478933 10060460032 904551 33554432000 1073741824 1073778376 140735394224656 139782026122488 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28164/tid=28177] ppid=28162 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28164/task/28177/stat : 28177 (java) S 28162 28164 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254478933 10060460032 904551 33554432000 1073741824 1073778376 140735394224656 139782025069576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28164/tid=28178] ppid=28162 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28164/task/28178/stat : 28178 (java) S 28162 28164 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254478936 10060460032 904551 33554432000 1073741824 1073778376 140735394224656 139782024018064 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28164/tid=28179] ppid=28162 vsize=9824668 CPUtime=1.47 cores=0,2,4,6
/proc/28164/task/28179/stat : 28179 (java) S 28162 28164 23987 0 -1 4202560 10263 0 0 0 144 3 0 0 20 0 22 0 254478936 10060460032 904551 33554432000 1073741824 1073778376 140735394224656 139782022966200 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28164/tid=28180] ppid=28162 vsize=9824668 CPUtime=1.48 cores=0,2,4,6
/proc/28164/task/28180/stat : 28180 (java) S 28162 28164 23987 0 -1 4202560 11174 0 0 0 147 1 0 0 20 0 22 0 254478936 10060460032 904551 33554432000 1073741824 1073778376 140735394224656 139782021913400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28164/tid=28181] ppid=28162 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28164/task/28181/stat : 28181 (java) S 28162 28164 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254478936 10060460032 904551 33554432000 1073741824 1073778376 140735394224656 139782020860792 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28164/tid=28182] ppid=28162 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/28164/task/28182/stat : 28182 (java) S 28162 28164 23987 0 -1 4202560 47 0 0 0 14 14 0 0 20 0 22 0 254478936 10060460032 904551 33554432000 1073741824 1073778376 140735394224656 139782019808200 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28164/tid=28183] ppid=28162 vsize=9824668 CPUtime=766.82 cores=0,2,4,6
/proc/28164/task/28183/stat : 28183 (java) R 28162 28164 23987 0 -1 4202560 118 0 0 0 76668 14 0 0 20 0 22 0 254478976 10060460032 904551 33554432000 1073741824 1073778376 140735394224656 139782018752032 139782075919625 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28164/tid=28184] ppid=28162 vsize=9824668 CPUtime=766.81 cores=0,2,4,6
/proc/28164/task/28184/stat : 28184 (java) R 28162 28164 23987 0 -1 4202560 1209 0 0 0 76631 50 0 0 20 0 22 0 254478976 10060460032 904551 33554432000 1073741824 1073778376 140735394224656 139782017698208 139782076275178 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28164/tid=28185] ppid=28162 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28164/task/28185/stat : 28185 (java) S 28162 28164 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254478977 10060460032 904551 33554432000 1073741824 1073778376 140735394224656 139782016648104 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28164/tid=28186] ppid=28162 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28164/task/28186/stat : 28186 (java) S 28162 28164 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254478977 10060460032 904551 33554432000 1073741824 1073778376 140735394224656 139782015595304 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1603.8
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.26 3.57 3.62 5/219 28260
/proc/meminfo: memFree=25299980/32873844 swapFree=7900/7900
[pid=28164] ppid=28162 vsize=9824668 CPUtime=1721.61 cores=0,2,4,6
/proc/28164/stat : 28164 (java) S 28162 28164 23987 0 -1 4202496 34778 0 1 0 172003 158 0 0 20 0 22 0 254478928 10060460032 910016 33554432000 1073741824 1073778376 140735394224656 140735394215792 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28164/statm: 2456167 910016 2287 9 0 2446860 0
[pid=28164/tid=28166] ppid=28162 vsize=9824668 CPUtime=0.47 cores=0,2,4,6
/proc/28164/task/28166/stat : 28166 (java) S 28162 28164 23987 0 -1 4202560 2574 0 1 0 44 3 0 0 20 0 22 0 254478930 10060460032 910016 33554432000 1073741824 1073778376 140735394224656 139782203163640 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28164/tid=28167] ppid=28162 vsize=9824668 CPUtime=2.23 cores=0,2,4,6
/proc/28164/task/28167/stat : 28167 (java) S 28162 28164 23987 0 -1 4202560 222 0 0 0 217 6 0 0 20 0 22 0 254478931 10060460032 910016 33554432000 1073741824 1073778376 140735394224656 139782046743080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28164/tid=28168] ppid=28162 vsize=9824668 CPUtime=2.4 cores=0,2,4,6
/proc/28164/task/28168/stat : 28168 (java) S 28162 28164 23987 0 -1 4202560 956 0 0 0 230 10 0 0 20 0 22 0 254478931 10060460032 910016 33554432000 1073741824 1073778376 140735394224656 139782045690280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28164/tid=28169] ppid=28162 vsize=9824668 CPUtime=2.12 cores=0,2,4,6
/proc/28164/task/28169/stat : 28169 (java) S 28162 28164 23987 0 -1 4202560 527 0 0 0 201 11 0 0 20 0 22 0 254478931 10060460032 910016 33554432000 1073741824 1073778376 140735394224656 139782044637480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28164/tid=28170] ppid=28162 vsize=9824668 CPUtime=2.31 cores=0,2,4,6
/proc/28164/task/28170/stat : 28170 (java) S 28162 28164 23987 0 -1 4202560 536 0 0 0 218 13 0 0 20 0 22 0 254478931 10060460032 910016 33554432000 1073741824 1073778376 140735394224656 139782043584680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28164/tid=28171] ppid=28162 vsize=9824668 CPUtime=2.29 cores=0,2,4,6
/proc/28164/task/28171/stat : 28171 (java) S 28162 28164 23987 0 -1 4202560 316 0 0 0 218 11 0 0 20 0 22 0 254478931 10060460032 910016 33554432000 1073741824 1073778376 140735394224656 139782042532904 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28164/tid=28172] ppid=28162 vsize=9824668 CPUtime=2.15 cores=0,2,4,6
/proc/28164/task/28172/stat : 28172 (java) S 28162 28164 23987 0 -1 4202560 373 0 0 0 205 10 0 0 20 0 22 0 254478931 10060460032 910016 33554432000 1073741824 1073778376 140735394224656 139782041480104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28164/tid=28173] ppid=28162 vsize=9824668 CPUtime=2.28 cores=0,2,4,6
/proc/28164/task/28173/stat : 28173 (java) S 28162 28164 23987 0 -1 4202560 799 0 0 0 219 9 0 0 20 0 22 0 254478931 10060460032 910016 33554432000 1073741824 1073778376 140735394224656 139782040427304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28164/tid=28174] ppid=28162 vsize=9824668 CPUtime=2.25 cores=0,2,4,6
/proc/28164/task/28174/stat : 28174 (java) S 28162 28164 23987 0 -1 4202560 693 0 0 0 213 12 0 0 20 0 22 0 254478931 10060460032 910016 33554432000 1073741824 1073778376 140735394224656 139782039374504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28164/tid=28175] ppid=28162 vsize=9824668 CPUtime=53.44 cores=0,2,4,6
/proc/28164/task/28175/stat : 28175 (java) S 28162 28164 23987 0 -1 4202560 3773 0 0 0 5325 19 0 0 20 0 22 0 254478932 10060460032 910016 33554432000 1073741824 1073778376 140735394224656 139782027176424 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28164/tid=28176] ppid=28162 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28164/task/28176/stat : 28176 (java) S 28162 28164 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254478933 10060460032 910016 33554432000 1073741824 1073778376 140735394224656 139782026122488 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28164/tid=28177] ppid=28162 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28164/task/28177/stat : 28177 (java) S 28162 28164 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254478933 10060460032 910016 33554432000 1073741824 1073778376 140735394224656 139782025069576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28164/tid=28178] ppid=28162 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28164/task/28178/stat : 28178 (java) S 28162 28164 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254478936 10060460032 910016 33554432000 1073741824 1073778376 140735394224656 139782024018064 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28164/tid=28179] ppid=28162 vsize=9824668 CPUtime=1.47 cores=0,2,4,6
/proc/28164/task/28179/stat : 28179 (java) S 28162 28164 23987 0 -1 4202560 10263 0 0 0 144 3 0 0 20 0 22 0 254478936 10060460032 910016 33554432000 1073741824 1073778376 140735394224656 139782022966200 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28164/tid=28180] ppid=28162 vsize=9824668 CPUtime=1.48 cores=0,2,4,6
/proc/28164/task/28180/stat : 28180 (java) S 28162 28164 23987 0 -1 4202560 11174 0 0 0 147 1 0 0 20 0 22 0 254478936 10060460032 910016 33554432000 1073741824 1073778376 140735394224656 139782021913400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28164/tid=28181] ppid=28162 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28164/task/28181/stat : 28181 (java) S 28162 28164 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254478936 10060460032 910016 33554432000 1073741824 1073778376 140735394224656 139782020860792 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28164/tid=28182] ppid=28162 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/28164/task/28182/stat : 28182 (java) S 28162 28164 23987 0 -1 4202560 51 0 0 0 15 15 0 0 20 0 22 0 254478936 10060460032 910016 33554432000 1073741824 1073778376 140735394224656 139782019808200 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28164/tid=28183] ppid=28162 vsize=9824668 CPUtime=823.34 cores=0,2,4,6
/proc/28164/task/28183/stat : 28183 (java) R 28162 28164 23987 0 -1 4202560 121 0 0 0 82319 15 0 0 20 0 22 0 254478976 10060460032 910016 33554432000 1073741824 1073778376 140735394224656 139782018752032 139782075919300 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28164/tid=28184] ppid=28162 vsize=9824668 CPUtime=823.33 cores=0,2,4,6
/proc/28164/task/28184/stat : 28184 (java) R 28162 28164 23987 0 -1 4202560 1212 0 0 0 82282 51 0 0 20 0 22 0 254478976 10060460032 910016 33554432000 1073741824 1073778376 140735394224656 139782017698384 139782075768311 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28164/tid=28185] ppid=28162 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28164/task/28185/stat : 28185 (java) S 28162 28164 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254478977 10060460032 910016 33554432000 1073741824 1073778376 140735394224656 139782016648104 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28164/tid=28186] ppid=28162 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28164/task/28186/stat : 28186 (java) S 28162 28164 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254478977 10060460032 910016 33554432000 1073741824 1073778376 140735394224656 139782015595304 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1721.61
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+922.001 s]
/proc/loadavg: 3.84 3.69 3.66 5/219 28260
/proc/meminfo: memFree=24138400/32873844 swapFree=7900/7900
[pid=28164] ppid=28162 vsize=9824668 CPUtime=1800.05 cores=0,2,4,6
/proc/28164/stat : 28164 (java) S 28162 28164 23987 0 -1 4202496 34899 0 1 0 179846 159 0 0 20 0 22 0 254478928 10060460032 911647 33554432000 1073741824 1073778376 140735394224656 140735394215792 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28164/statm: 2456167 911647 2287 9 0 2446860 0
[pid=28164/tid=28166] ppid=28162 vsize=9824668 CPUtime=0.47 cores=0,2,4,6
/proc/28164/task/28166/stat : 28166 (java) S 28162 28164 23987 0 -1 4202560 2576 0 1 0 44 3 0 0 20 0 22 0 254478930 10060460032 911647 33554432000 1073741824 1073778376 140735394224656 139782203163640 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28164/tid=28167] ppid=28162 vsize=9824668 CPUtime=2.41 cores=0,2,4,6
/proc/28164/task/28167/stat : 28167 (java) S 28162 28164 23987 0 -1 4202560 250 0 0 0 235 6 0 0 20 0 22 0 254478931 10060460032 911647 33554432000 1073741824 1073778376 140735394224656 139782046743080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28164/tid=28168] ppid=28162 vsize=9824668 CPUtime=2.48 cores=0,2,4,6
/proc/28164/task/28168/stat : 28168 (java) S 28162 28164 23987 0 -1 4202560 956 0 0 0 238 10 0 0 20 0 22 0 254478931 10060460032 911647 33554432000 1073741824 1073778376 140735394224656 139782045690280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28164/tid=28169] ppid=28162 vsize=9824668 CPUtime=2.29 cores=0,2,4,6
/proc/28164/task/28169/stat : 28169 (java) S 28162 28164 23987 0 -1 4202560 531 0 0 0 218 11 0 0 20 0 22 0 254478931 10060460032 911647 33554432000 1073741824 1073778376 140735394224656 139782044637480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28164/tid=28170] ppid=28162 vsize=9824668 CPUtime=2.41 cores=0,2,4,6
/proc/28164/task/28170/stat : 28170 (java) S 28162 28164 23987 0 -1 4202560 536 0 0 0 228 13 0 0 20 0 22 0 254478931 10060460032 911647 33554432000 1073741824 1073778376 140735394224656 139782043584680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28164/tid=28171] ppid=28162 vsize=9824668 CPUtime=2.47 cores=0,2,4,6
/proc/28164/task/28171/stat : 28171 (java) S 28162 28164 23987 0 -1 4202560 338 0 0 0 236 11 0 0 20 0 22 0 254478931 10060460032 911647 33554432000 1073741824 1073778376 140735394224656 139782042532904 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28164/tid=28172] ppid=28162 vsize=9824668 CPUtime=2.31 cores=0,2,4,6
/proc/28164/task/28172/stat : 28172 (java) S 28162 28164 23987 0 -1 4202560 373 0 0 0 221 10 0 0 20 0 22 0 254478931 10060460032 911647 33554432000 1073741824 1073778376 140735394224656 139782041480104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28164/tid=28173] ppid=28162 vsize=9824668 CPUtime=2.41 cores=0,2,4,6
/proc/28164/task/28173/stat : 28173 (java) S 28162 28164 23987 0 -1 4202560 799 0 0 0 232 9 0 0 20 0 22 0 254478931 10060460032 911647 33554432000 1073741824 1073778376 140735394224656 139782040427304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28164/tid=28174] ppid=28162 vsize=9824668 CPUtime=2.42 cores=0,2,4,6
/proc/28164/task/28174/stat : 28174 (java) S 28162 28164 23987 0 -1 4202560 730 0 0 0 230 12 0 0 20 0 22 0 254478931 10060460032 911647 33554432000 1073741824 1073778376 140735394224656 139782039374504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28164/tid=28175] ppid=28162 vsize=9824668 CPUtime=54.97 cores=0,2,4,6
/proc/28164/task/28175/stat : 28175 (java) S 28162 28164 23987 0 -1 4202560 3795 0 0 0 5477 20 0 0 20 0 22 0 254478932 10060460032 911647 33554432000 1073741824 1073778376 140735394224656 139782027176424 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28164/tid=28176] ppid=28162 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28164/task/28176/stat : 28176 (java) S 28162 28164 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254478933 10060460032 911647 33554432000 1073741824 1073778376 140735394224656 139782026122488 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28164/tid=28177] ppid=28162 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28164/task/28177/stat : 28177 (java) S 28162 28164 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254478933 10060460032 911647 33554432000 1073741824 1073778376 140735394224656 139782025069576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28164/tid=28178] ppid=28162 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28164/task/28178/stat : 28178 (java) S 28162 28164 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254478936 10060460032 911647 33554432000 1073741824 1073778376 140735394224656 139782024018064 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28164/tid=28179] ppid=28162 vsize=9824668 CPUtime=1.47 cores=0,2,4,6
/proc/28164/task/28179/stat : 28179 (java) S 28162 28164 23987 0 -1 4202560 10263 0 0 0 144 3 0 0 20 0 22 0 254478936 10060460032 911647 33554432000 1073741824 1073778376 140735394224656 139782022966200 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28164/tid=28180] ppid=28162 vsize=9824668 CPUtime=1.48 cores=0,2,4,6
/proc/28164/task/28180/stat : 28180 (java) S 28162 28164 23987 0 -1 4202560 11174 0 0 0 147 1 0 0 20 0 22 0 254478936 10060460032 911647 33554432000 1073741824 1073778376 140735394224656 139782021913400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28164/tid=28181] ppid=28162 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28164/task/28181/stat : 28181 (java) S 28162 28164 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254478936 10060460032 911647 33554432000 1073741824 1073778376 140735394224656 139782020860792 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28164/tid=28182] ppid=28162 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/28164/task/28182/stat : 28182 (java) S 28162 28164 23987 0 -1 4202560 53 0 0 0 16 15 0 0 20 0 22 0 254478936 10060460032 911647 33554432000 1073741824 1073778376 140735394224656 139782019808200 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28164/tid=28183] ppid=28162 vsize=9824668 CPUtime=861.22 cores=0,2,4,6
/proc/28164/task/28183/stat : 28183 (java) R 28162 28164 23987 0 -1 4202560 122 0 0 0 86106 16 0 0 20 0 22 0 254478976 10060460032 911647 33554432000 1073741824 1073778376 140735394224656 139782018752224 139782075920182 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28164/tid=28184] ppid=28162 vsize=9824668 CPUtime=861.2 cores=0,2,4,6
/proc/28164/task/28184/stat : 28184 (java) R 28162 28164 23987 0 -1 4202560 1215 0 0 0 86068 52 0 0 20 0 22 0 254478976 10060460032 911647 33554432000 1073741824 1073778376 140735394224656 139782017698288 139782076226174 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28164/tid=28185] ppid=28162 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28164/task/28185/stat : 28185 (java) S 28162 28164 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254478977 10060460032 911647 33554432000 1073741824 1073778376 140735394224656 139782016648104 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28164/tid=28186] ppid=28162 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28164/task/28186/stat : 28186 (java) S 28162 28164 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254478977 10060460032 911647 33554432000 1073741824 1073778376 140735394224656 139782015595304 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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): 922.076
CPU time (s): 1800.82
CPU user time (s): 1798.72
CPU system time (s): 2.10468
CPU usage (%): 195.301
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.72
system time used= 2.10468
maximum resident set size= 3646708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34930
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25360
involuntary context switches= 32409

runsolver used 3.2795 second user time and 8.39772 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-24 20:19:04
IDJOB=3689604
IDBENCH=90118
IDSOLVER=2268
FILE ID=node137/3689604-1337883544
RUNJOBID= node137-1337871881-24003
PBS_JOBID= 14620067
Free space on /tmp= 70940 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K85.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689604-1337883544/watcher-3689604-1337883544 -o /tmp/evaluation-result-3689604-1337883544/solver-3689604-1337883544 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689604-1337883544.opb

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

MD5SUM BENCH= 1487741f4fc087d76a7a64081b5bebd6
RANDOM SEED=1998500310

node137.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.600
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	: 5333.20
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.600
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.600
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.600
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.600
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.600
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.90
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.600
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.600
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:       32873844 kB
MemFree:        25400744 kB
Buffers:          222476 kB
Cached:          2811236 kB
SwapCached:        22060 kB
Active:          4910844 kB
Inactive:        1738236 kB
Active(anon):    3595220 kB
Inactive(anon):    22680 kB
Active(file):    1315624 kB
Inactive(file):  1715556 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67081504 kB
Dirty:               632 kB
Writeback:             0 kB
AnonPages:       3627572 kB
Mapped:            17880 kB
Shmem:                 0 kB
Slab:             650700 kB
SReclaimable:      92332 kB
SUnreclaim:       558368 kB
KernelStack:        1632 kB
PageTables:        11420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3780348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3575808 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= 71516 MiB
End job on node137 at 2012-05-24 20:34:28