Trace number 3689592

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.03 922.673

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K102.opb
MD5SUM2946edf6ae8af40eb44098433ff3dcec
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark213.965
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6936
Total number of constraints7142
Number of constraints which are clauses7040
Number of constraints which are cardinality constraints (but not clauses)102
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint102
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 103
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@587bd9f2
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@4e3eca90
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-3689592-1337883391.opb
0.07/0.13	c reading problem ... 
1.04/0.51	c ... done. Wall clock time 0.379s.
1.04/0.51	c declared #vars     6936
1.04/0.51	c #constraints  7142
1.04/0.51	c constraints type 
1.04/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5725
1.04/0.51	c org.sat4j.minisat.constraints.card.MinWatchCard => 102
1.04/0.51	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.04/0.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1313
1.04/0.51	c 7142 constraints processed.
1.04/0.51	c constraints type 
1.04/0.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1313
1.04/0.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5725
1.04/0.51	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 102
1.04/0.51	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.04/0.51	c 7142 constraints processed.
4.71/1.73	c cleaning 2486 clauses out of 4990 with flag 5000/5000
7.51/2.95	c cleaning 4220 clauses out of 8506 with flag 11005/11005
10.47/4.44	c cleaning 5623 clauses out of 11276 with flag 18001/18001
13.62/6.05	c cleaning 6804 clauses out of 13648 with flag 26000/26000
17.56/8.02	c cleaning 7820 clauses out of 15844 with flag 35000/35000
21.90/10.27	c cleaning 8871 clauses out of 18023 with flag 45000/45000
27.80/13.23	c cleaning 10025 clauses out of 20152 with flag 56000/56000
32.88/15.86	c cleaning 10990 clauses out of 22126 with flag 68002/68002
38.25/18.64	c cleaning 11918 clauses out of 24137 with flag 81003/81003
44.49/21.84	c cleaning 13015 clauses out of 26215 with flag 95001/95001
50.72/25.08	c cleaning 13874 clauses out of 28196 with flag 110000/110000
59.52/29.54	c cleaning 15053 clauses out of 30322 with flag 126000/126000
69.83/34.86	c cleaning 16106 clauses out of 32269 with flag 143001/143001
77.40/38.76	c cleaning 16891 clauses out of 34163 with flag 161001/161001
87.14/43.79	c cleaning 17991 clauses out of 36270 with flag 180000/180000
98.04/49.32	c cleaning 19027 clauses out of 38279 with flag 200000/200000
107.78/54.42	c cleaning 19893 clauses out of 40251 with flag 221000/221000
121.92/61.63	c cleaning 21070 clauses out of 42359 with flag 243001/243001
132.21/66.97	c cleaning 21953 clauses out of 44288 with flag 266000/266000
146.10/74.01	c cleaning 23045 clauses out of 46336 with flag 290001/290001
161.34/81.97	c cleaning 24014 clauses out of 48290 with flag 315000/315000
175.12/89.10	c cleaning 24931 clauses out of 50276 with flag 341000/341000
194.54/98.94	c cleaning 25941 clauses out of 52348 with flag 368003/368003
212.72/108.21	c cleaning 27023 clauses out of 54403 with flag 396000/396000
237.43/120.98	c cleaning 27968 clauses out of 56380 with flag 425000/425000
254.62/130.33	c cleaning 28969 clauses out of 58409 with flag 455002/455002
272.21/139.38	c cleaning 30032 clauses out of 60441 with flag 486003/486003
296.44/151.97	c cleaning 30998 clauses out of 62409 with flag 518003/518003
313.74/160.84	c cleaning 31824 clauses out of 64408 with flag 551000/551000
332.57/170.52	c cleaning 32928 clauses out of 66582 with flag 585000/585000
334.22/171.62	c cleaning 0 clauses out of 5000 with flag 0/5000
368.90/189.40	c cleaning 34090 clauses out of 68654 with flag 620000/620000
391.40/200.93	c cleaning 34431 clauses out of 70563 with flag 656000/656000
417.40/214.26	c cleaning 35432 clauses out of 73133 with flag 693001/693001
440.34/226.06	c cleaning 36433 clauses out of 75701 with flag 731001/731001
463.55/238.27	c cleaning 37180 clauses out of 78267 with flag 770000/770000
494.15/253.89	c cleaning 38509 clauses out of 81088 with flag 810001/810001
522.62/268.42	c cleaning 39558 clauses out of 83578 with flag 851000/851000
582.13/298.42	c cleaning 40894 clauses out of 86021 with flag 893001/893001
634.37/325.13	c cleaning 42149 clauses out of 88126 with flag 936000/936000
697.80/357.16	c cleaning 42880 clauses out of 89977 with flag 980000/980000
729.53/373.41	c cleaning 43594 clauses out of 92097 with flag 1025000/1025000
757.16/387.77	c cleaning 43826 clauses out of 94503 with flag 1071000/1071000
803.19/411.51	c cleaning 45272 clauses out of 97677 with flag 1118000/1118000
854.77/437.78	c cleaning 46859 clauses out of 100406 with flag 1166001/1166001
927.74/474.57	c cleaning 47800 clauses out of 102546 with flag 1215000/1215000
972.49/498.62	c cleaning 48490 clauses out of 104746 with flag 1265000/1265000
1030.23/527.96	c cleaning 49725 clauses out of 107257 with flag 1316001/1316001
1089.30/557.94	c cleaning 50239 clauses out of 109531 with flag 1368000/1368000
1137.37/582.55	c cleaning 51283 clauses out of 112293 with flag 1421001/1421001
1187.40/608.51	c cleaning 52832 clauses out of 115009 with flag 1475000/1475000
1234.23/632.56	c cleaning 53167 clauses out of 117179 with flag 1530002/1530002
1272.10/652.20	c cleaning 53828 clauses out of 120011 with flag 1586001/1586001
1352.43/692.84	c cleaning 55183 clauses out of 123185 with flag 1643003/1643003
1397.44/716.51	c cleaning 55894 clauses out of 125999 with flag 1701000/1701000
1460.75/748.89	c cleaning 57567 clauses out of 129105 with flag 1760000/1760000
1531.25/784.76	c cleaning 58093 clauses out of 131539 with flag 1820001/1820001
1622.29/830.92	c cleaning 59349 clauses out of 134448 with flag 1881003/1881003
1686.26/864.24	c cleaning 59969 clauses out of 137097 with flag 1943001/1943001
1765.17/904.38	c cleaning 62294 clauses out of 140127 with flag 2006000/2006000
1800.03/922.61	c starts		: 210
1800.03/922.61	c conflicts		: 2044595
1800.03/922.61	c decisions		: 17797139
1800.03/922.61	c propagations		: 682993678
1800.03/922.61	c inspects		: 2688498128
1800.03/922.61	c shortcuts		: 0
1800.03/922.61	c learnt literals	: 45
1800.03/922.61	c learnt binary clauses	: 67639
1800.03/922.61	c learnt ternary clauses	: 81234
1800.03/922.61	c learnt constraints	: 2044550
1800.03/922.61	c ignored constraints	: 0
1800.03/922.61	c root simplifications	: 0
1800.03/922.61	c removed literals (reason simplification)	: 54921520
1800.03/922.61	c reason swapping (by a shorter reason)	: 0
1800.03/922.61	c Calls to reduceDB	: 59
1800.03/922.61	c number of reductions to clauses (during analyze)	: 0
1800.03/922.61	c number of learned constraints concerned by reduction	: 0
1800.03/922.61	c number of learning phase by resolution	: 0
1800.03/922.61	c number of learning phase by cutting planes	: 0
1800.03/922.61	c speed (assignments/second)	: 740712.2225150394
1800.03/922.61	c non guided choices	7743
1800.03/922.65	c learnt constraints type 
1800.03/922.65	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 67646
1800.03/922.65	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 48900
1800.03/922.65	c constraints type 
1800.03/922.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5725
1800.03/922.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 102
1800.03/922.65	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.03/922.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1313
1800.03/922.65	c 7142 constraints processed.
1800.03/922.65	c constraints type 
1800.03/922.65	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1313
1800.03/922.65	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5725
1800.03/922.65	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 102
1800.03/922.65	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.03/922.65	c 7142 constraints processed.
1800.03/922.65	s UNKNOWN
1800.03/922.65	c Total wall clock time (in seconds): 922.518

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-3689592-1337883391/watcher-3689592-1337883391 -o /tmp/evaluation-result-3689592-1337883391/solver-3689592-1337883391 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689592-1337883391.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.91 3.88 3.80 4/197 28454
/proc/meminfo: memFree=26599796/32873844 swapFree=7616/7616
[pid=28454] ppid=28452 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/28454/stat : 28454 (java) D 28452 28454 23801 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 254464747 9515008 182 33554432000 1073741824 1073778376 140736491650688 140736491641720 214369648309 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/28454/statm: 2323 182 140 9 0 71 0

[startup+0.0983309 s]
/proc/loadavg: 3.91 3.88 3.80 4/197 28454
/proc/meminfo: memFree=26599796/32873844 swapFree=7616/7616
[pid=28454] ppid=28452 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/28454/stat : 28454 (java) S 28452 28454 23801 0 -1 4202496 3519 0 1 0 6 0 0 0 20 0 18 0 254464747 9787813888 4728 33554432000 1073741824 1073778376 140733725806032 140733725797168 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28454/statm: 2389603 4750 1871 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558412

[startup+0.100256 s]
/proc/loadavg: 3.91 3.88 3.80 4/197 28454
/proc/meminfo: memFree=26599796/32873844 swapFree=7616/7616
[pid=28454] ppid=28452 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/28454/stat : 28454 (java) S 28452 28454 23801 0 -1 4202496 3648 0 1 0 7 0 0 0 20 0 18 0 254464747 9787813888 4857 33554432000 1073741824 1073778376 140733725806032 140733725797168 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28454/statm: 2389603 4858 1932 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.300225 s]
/proc/loadavg: 3.91 3.88 3.80 4/197 28454
/proc/meminfo: memFree=26599796/32873844 swapFree=7616/7616
[pid=28454] ppid=28452 vsize=9558412 CPUtime=0.53 cores=0,2,4,6
/proc/28454/stat : 28454 (java) S 28452 28454 23801 0 -1 4202496 7312 0 1 0 51 2 0 0 20 0 18 0 254464747 9787813888 9263 33554432000 1073741824 1073778376 140733725806032 140733725797168 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28454/statm: 2389603 9263 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558412

[startup+0.700179 s]
/proc/loadavg: 3.91 3.88 3.80 4/197 28454
/proc/meminfo: memFree=26599796/32873844 swapFree=7616/7616
[pid=28454] ppid=28452 vsize=9824668 CPUtime=1.81 cores=0,2,4,6
/proc/28454/stat : 28454 (java) S 28452 28454 23801 0 -1 4202496 15594 0 1 0 177 4 0 0 20 0 22 0 254464747 10060460032 23891 33554432000 1073741824 1073778376 140733725806032 140733725797168 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28454/statm: 2456167 23891 2253 9 0 2446860 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 9824668

[startup+1.50073 s]
/proc/loadavg: 3.91 3.88 3.80 6/219 28476
/proc/meminfo: memFree=26510832/32873844 swapFree=7616/7616
[pid=28454] ppid=28452 vsize=9824668 CPUtime=4.24 cores=0,2,4,6
/proc/28454/stat : 28454 (java) S 28452 28454 23801 0 -1 4202496 16904 0 1 0 418 6 0 0 20 0 22 0 254464747 10060460032 46513 33554432000 1073741824 1073778376 140733725806032 140733725797168 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28454/statm: 2456167 46513 2273 9 0 2446860 0
[pid=28454/tid=28456] ppid=28452 vsize=9824668 CPUtime=0.48 cores=0,2,4,6
/proc/28454/task/28456/stat : 28456 (java) S 28452 28454 23801 0 -1 4202560 2476 0 1 0 46 2 0 0 20 0 22 0 254464748 10060460032 46513 33554432000 1073741824 1073778376 140733725806032 140133350609912 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28454/tid=28457] ppid=28452 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28457/stat : 28457 (java) S 28452 28454 23801 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254464750 10060460032 46513 33554432000 1073741824 1073778376 140733725806032 140133312100648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28454/tid=28458] ppid=28452 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28458/stat : 28458 (java) S 28452 28454 23801 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254464750 10060460032 46513 33554432000 1073741824 1073778376 140733725806032 140133311047848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28459] ppid=28452 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28459/stat : 28459 (java) S 28452 28454 23801 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254464750 10060460032 46513 33554432000 1073741824 1073778376 140733725806032 140133309995560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28454/tid=28460] ppid=28452 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28460/stat : 28460 (java) S 28452 28454 23801 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254464750 10060460032 46513 33554432000 1073741824 1073778376 140733725806032 140133308942760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28454/tid=28461] ppid=28452 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28461/stat : 28461 (java) S 28452 28454 23801 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254464750 10060460032 46513 33554432000 1073741824 1073778376 140733725806032 140133189806888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28454/tid=28462] ppid=28452 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28462/stat : 28462 (java) S 28452 28454 23801 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254464750 10060460032 46513 33554432000 1073741824 1073778376 140733725806032 140133188754088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28463] ppid=28452 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28463/stat : 28463 (java) S 28452 28454 23801 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254464750 10060460032 46513 33554432000 1073741824 1073778376 140733725806032 140133187701800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28464] ppid=28452 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28464/stat : 28464 (java) S 28452 28454 23801 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254464750 10060460032 46513 33554432000 1073741824 1073778376 140733725806032 140133186649000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28465] ppid=28452 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28465/stat : 28465 (java) S 28452 28454 23801 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 254464751 10060460032 46513 33554432000 1073741824 1073778376 140733725806032 140133174450408 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28466] ppid=28452 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28466/stat : 28466 (java) S 28452 28454 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254464751 10060460032 46513 33554432000 1073741824 1073778376 140733725806032 140132569048056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28467] ppid=28452 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28467/stat : 28467 (java) S 28452 28454 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254464752 10060460032 46513 33554432000 1073741824 1073778376 140733725806032 140132567995656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28468] ppid=28452 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28468/stat : 28468 (java) S 28452 28454 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254464754 10060460032 46513 33554432000 1073741824 1073778376 140733725806032 140132566944144 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28469] ppid=28452 vsize=9824668 CPUtime=0.88 cores=0,2,4,6
/proc/28454/task/28469/stat : 28469 (java) S 28452 28454 23801 0 -1 4202560 5673 0 0 0 88 0 0 0 20 0 22 0 254464754 10060460032 46513 33554432000 1073741824 1073778376 140733725806032 140132565891768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28470] ppid=28452 vsize=9824668 CPUtime=0.86 cores=0,2,4,6
/proc/28454/task/28470/stat : 28470 (java) S 28452 28454 23801 0 -1 4202560 7306 0 0 0 84 2 0 0 20 0 22 0 254464754 10060460032 46513 33554432000 1073741824 1073778376 140733725806032 140132564838968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28471] ppid=28452 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28471/stat : 28471 (java) S 28452 28454 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254464754 10060460032 46513 33554432000 1073741824 1073778376 140733725806032 140132563786872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28472] ppid=28452 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28472/stat : 28472 (java) S 28452 28454 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254464754 10060460032 46513 33554432000 1073741824 1073778376 140733725806032 140132562734280 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28473] ppid=28452 vsize=9824668 CPUtime=0.93 cores=0,2,4,6
/proc/28454/task/28473/stat : 28473 (java) R 28452 28454 23801 0 -1 4202560 25 0 0 0 93 0 0 0 20 0 22 0 254464799 10060460032 46513 33554432000 1073741824 1073778376 140733725806032 140132561676768 140133190579504 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=28454/tid=28474] ppid=28452 vsize=9824668 CPUtime=0.94 cores=0,2,4,6
/proc/28454/task/28474/stat : 28474 (java) R 28452 28454 23801 0 -1 4202560 120 0 0 0 93 1 0 0 20 0 22 0 254464799 10060460032 46513 33554432000 1073741824 1073778376 140733725806032 140132560624760 140133190858835 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28454/tid=28475] ppid=28452 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28475/stat : 28475 (java) S 28452 28454 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254464801 10060460032 46513 33554432000 1073741824 1073778376 140733725806032 140132559574184 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28476] ppid=28452 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28476/stat : 28476 (java) S 28452 28454 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254464801 10060460032 46513 33554432000 1073741824 1073778376 140733725806032 140132558521384 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 9824668

[startup+3.10081 s]
/proc/loadavg: 4.00 3.90 3.80 6/219 28476
/proc/meminfo: memFree=26395020/32873844 swapFree=7616/7616
[pid=28454] ppid=28452 vsize=9824668 CPUtime=7.87 cores=0,2,4,6
/proc/28454/stat : 28454 (java) S 28452 28454 23801 0 -1 4202496 18833 0 1 0 772 15 0 0 20 0 22 0 254464747 10060460032 90717 33554432000 1073741824 1073778376 140733725806032 140733725797168 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28454/statm: 2456167 90717 2286 9 0 2446860 0
[pid=28454/tid=28456] ppid=28452 vsize=9824668 CPUtime=0.48 cores=0,2,4,6
/proc/28454/task/28456/stat : 28456 (java) S 28452 28454 23801 0 -1 4202560 2477 0 1 0 46 2 0 0 20 0 22 0 254464748 10060460032 90717 33554432000 1073741824 1073778376 140733725806032 140133350609912 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28457] ppid=28452 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/28454/task/28457/stat : 28457 (java) S 28452 28454 23801 0 -1 4202560 32 0 0 0 3 1 0 0 20 0 22 0 254464750 10060460032 90717 33554432000 1073741824 1073778376 140733725806032 140133312100648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28454/tid=28458] ppid=28452 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/28454/task/28458/stat : 28458 (java) S 28452 28454 23801 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 254464750 10060460032 90717 33554432000 1073741824 1073778376 140733725806032 140133311047848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28459] ppid=28452 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/28454/task/28459/stat : 28459 (java) S 28452 28454 23801 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 254464750 10060460032 90717 33554432000 1073741824 1073778376 140733725806032 140133309995560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28454/tid=28460] ppid=28452 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/28454/task/28460/stat : 28460 (java) S 28452 28454 23801 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 22 0 254464750 10060460032 90717 33554432000 1073741824 1073778376 140733725806032 140133308942760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28454/tid=28461] ppid=28452 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/28454/task/28461/stat : 28461 (java) S 28452 28454 23801 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 254464750 10060460032 90717 33554432000 1073741824 1073778376 140733725806032 140133189806888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28454/tid=28462] ppid=28452 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28462/stat : 28462 (java) S 28452 28454 23801 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254464750 10060460032 90717 33554432000 1073741824 1073778376 140733725806032 140133188754088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28454/tid=28463] ppid=28452 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/28454/task/28463/stat : 28463 (java) S 28452 28454 23801 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 254464750 10060460032 90717 33554432000 1073741824 1073778376 140733725806032 140133187701800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28454/tid=28464] ppid=28452 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/28454/task/28464/stat : 28464 (java) S 28452 28454 23801 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 254464750 10060460032 90717 33554432000 1073741824 1073778376 140733725806032 140133186649000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28465] ppid=28452 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/28454/task/28465/stat : 28465 (java) S 28452 28454 23801 0 -1 4202560 231 0 0 0 9 0 0 0 20 0 22 0 254464751 10060460032 90717 33554432000 1073741824 1073778376 140733725806032 140133174450408 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28466] ppid=28452 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28466/stat : 28466 (java) S 28452 28454 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254464751 10060460032 90717 33554432000 1073741824 1073778376 140733725806032 140132569048056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28467] ppid=28452 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28467/stat : 28467 (java) S 28452 28454 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254464752 10060460032 90717 33554432000 1073741824 1073778376 140733725806032 140132567995656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28468] ppid=28452 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28468/stat : 28468 (java) S 28452 28454 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254464754 10060460032 90717 33554432000 1073741824 1073778376 140733725806032 140132566944144 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28469] ppid=28452 vsize=9824668 CPUtime=1.09 cores=0,2,4,6
/proc/28454/task/28469/stat : 28469 (java) S 28452 28454 23801 0 -1 4202560 5676 0 0 0 109 0 0 0 20 0 22 0 254464754 10060460032 90717 33554432000 1073741824 1073778376 140733725806032 140132565891768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28454/tid=28470] ppid=28452 vsize=9824668 CPUtime=1.11 cores=0,2,4,6
/proc/28454/task/28470/stat : 28470 (java) S 28452 28454 23801 0 -1 4202560 8935 0 0 0 109 2 0 0 20 0 22 0 254464754 10060460032 90717 33554432000 1073741824 1073778376 140733725806032 140132564838968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28471] ppid=28452 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28471/stat : 28471 (java) S 28452 28454 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254464754 10060460032 90717 33554432000 1073741824 1073778376 140733725806032 140132563786872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28472] ppid=28452 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28472/stat : 28472 (java) S 28452 28454 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254464754 10060460032 90717 33554432000 1073741824 1073778376 140733725806032 140132562734280 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28473] ppid=28452 vsize=9824668 CPUtime=2.37 cores=0,2,4,6
/proc/28454/task/28473/stat : 28473 (java) R 28452 28454 23801 0 -1 4202560 27 0 0 0 237 0 0 0 20 0 22 0 254464799 10060460032 90717 33554432000 1073741824 1073778376 140733725806032 140132561678680 140133190621068 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28454/tid=28474] ppid=28452 vsize=9824668 CPUtime=2.38 cores=0,2,4,6
/proc/28454/task/28474/stat : 28474 (java) R 28452 28454 23801 0 -1 4202560 176 0 0 0 234 4 0 0 20 0 22 0 254464799 10060460032 90717 33554432000 1073741824 1073778376 140733725806032 140132560623968 140133190858920 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28475] ppid=28452 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28475/stat : 28475 (java) S 28452 28454 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254464801 10060460032 90717 33554432000 1073741824 1073778376 140733725806032 140132559574184 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28476] ppid=28452 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28476/stat : 28476 (java) S 28452 28454 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254464801 10060460032 90717 33554432000 1073741824 1073778376 140733725806032 140132558521384 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.87
Current children cumulated vsize (KiB) 9824668

[startup+6.30085 s]
/proc/loadavg: 4.00 3.90 3.80 6/219 28476
/proc/meminfo: memFree=26059708/32873844 swapFree=7616/7616
[pid=28454] ppid=28452 vsize=9824668 CPUtime=14.15 cores=0,2,4,6
/proc/28454/stat : 28454 (java) S 28452 28454 23801 0 -1 4202496 19014 0 1 0 1395 20 0 0 20 0 22 0 254464747 10060460032 139371 33554432000 1073741824 1073778376 140733725806032 140733725797168 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28454/statm: 2456167 139371 2286 9 0 2446860 0
[pid=28454/tid=28456] ppid=28452 vsize=9824668 CPUtime=0.48 cores=0,2,4,6
/proc/28454/task/28456/stat : 28456 (java) S 28452 28454 23801 0 -1 4202560 2478 0 1 0 46 2 0 0 20 0 22 0 254464748 10060460032 139371 33554432000 1073741824 1073778376 140733725806032 140133350609912 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28457] ppid=28452 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/28454/task/28457/stat : 28457 (java) S 28452 28454 23801 0 -1 4202560 39 0 0 0 5 2 0 0 20 0 22 0 254464750 10060460032 139371 33554432000 1073741824 1073778376 140733725806032 140133312100648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28454/tid=28458] ppid=28452 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/28454/task/28458/stat : 28458 (java) S 28452 28454 23801 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 254464750 10060460032 139371 33554432000 1073741824 1073778376 140733725806032 140133311047848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28454/tid=28459] ppid=28452 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/28454/task/28459/stat : 28459 (java) S 28452 28454 23801 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 254464750 10060460032 139371 33554432000 1073741824 1073778376 140733725806032 140133309995560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28454/tid=28460] ppid=28452 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/28454/task/28460/stat : 28460 (java) S 28452 28454 23801 0 -1 4202560 30 0 0 0 4 2 0 0 20 0 22 0 254464750 10060460032 139371 33554432000 1073741824 1073778376 140733725806032 140133308942760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28461] ppid=28452 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/28454/task/28461/stat : 28461 (java) S 28452 28454 23801 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 22 0 254464750 10060460032 139371 33554432000 1073741824 1073778376 140733725806032 140133189806888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28454/tid=28462] ppid=28452 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/28454/task/28462/stat : 28462 (java) S 28452 28454 23801 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 254464750 10060460032 139371 33554432000 1073741824 1073778376 140733725806032 140133188754088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28454/tid=28463] ppid=28452 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/28454/task/28463/stat : 28463 (java) S 28452 28454 23801 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 22 0 254464750 10060460032 139371 33554432000 1073741824 1073778376 140733725806032 140133187701800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28454/tid=28464] ppid=28452 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/28454/task/28464/stat : 28464 (java) S 28452 28454 23801 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 22 0 254464750 10060460032 139371 33554432000 1073741824 1073778376 140733725806032 140133186649000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28454/tid=28465] ppid=28452 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/28454/task/28465/stat : 28465 (java) S 28452 28454 23801 0 -1 4202560 260 0 0 0 33 2 0 0 20 0 22 0 254464751 10060460032 139371 33554432000 1073741824 1073778376 140733725806032 140133174450408 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28454/tid=28466] ppid=28452 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28466/stat : 28466 (java) S 28452 28454 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254464751 10060460032 139371 33554432000 1073741824 1073778376 140733725806032 140132569048056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28467] ppid=28452 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28467/stat : 28467 (java) S 28452 28454 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254464752 10060460032 139371 33554432000 1073741824 1073778376 140733725806032 140132567995656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28468] ppid=28452 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28468/stat : 28468 (java) S 28452 28454 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254464754 10060460032 139371 33554432000 1073741824 1073778376 140733725806032 140132566944144 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28469] ppid=28452 vsize=9824668 CPUtime=1.14 cores=0,2,4,6
/proc/28454/task/28469/stat : 28469 (java) S 28452 28454 23801 0 -1 4202560 5690 0 0 0 114 0 0 0 20 0 22 0 254464754 10060460032 139371 33554432000 1073741824 1073778376 140733725806032 140132565891768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

/proc/28454/statm: 2456167 888136 2287 9 0 2446860 0
[pid=28454/tid=28456] ppid=28452 vsize=9824668 CPUtime=0.51 cores=0,2,4,6
/proc/28454/task/28456/stat : 28456 (java) S 28452 28454 23801 0 -1 4202560 2512 0 1 0 48 3 0 0 20 0 22 0 254464748 10060460032 888136 33554432000 1073741824 1073778376 140733725806032 140133350609912 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28454/tid=28457] ppid=28452 vsize=9824668 CPUtime=2.85 cores=0,2,4,6
/proc/28454/task/28457/stat : 28457 (java) S 28452 28454 23801 0 -1 4202560 868 0 0 0 265 20 0 0 20 0 22 0 254464750 10060460032 888136 33554432000 1073741824 1073778376 140733725806032 140133312100648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28458] ppid=28452 vsize=9824668 CPUtime=2.89 cores=0,2,4,6
/proc/28454/task/28458/stat : 28458 (java) S 28452 28454 23801 0 -1 4202560 599 0 0 0 277 12 0 0 20 0 22 0 254464750 10060460032 888136 33554432000 1073741824 1073778376 140733725806032 140133311047848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28454/tid=28459] ppid=28452 vsize=9824668 CPUtime=3.05 cores=0,2,4,6
/proc/28454/task/28459/stat : 28459 (java) S 28452 28454 23801 0 -1 4202560 1027 0 0 0 288 17 0 0 20 0 22 0 254464750 10060460032 888136 33554432000 1073741824 1073778376 140733725806032 140133309995560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28454/tid=28460] ppid=28452 vsize=9824668 CPUtime=3.01 cores=0,2,4,6
/proc/28454/task/28460/stat : 28460 (java) S 28452 28454 23801 0 -1 4202560 972 0 0 0 281 20 0 0 20 0 22 0 254464750 10060460032 888136 33554432000 1073741824 1073778376 140733725806032 140133308942760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28454/tid=28461] ppid=28452 vsize=9824668 CPUtime=2.75 cores=0,2,4,6
/proc/28454/task/28461/stat : 28461 (java) S 28452 28454 23801 0 -1 4202560 963 0 0 0 260 15 0 0 20 0 22 0 254464750 10060460032 888136 33554432000 1073741824 1073778376 140733725806032 140133189806888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28454/tid=28462] ppid=28452 vsize=9824668 CPUtime=2.92 cores=0,2,4,6
/proc/28454/task/28462/stat : 28462 (java) S 28452 28454 23801 0 -1 4202560 550 0 0 0 278 14 0 0 20 0 22 0 254464750 10060460032 888136 33554432000 1073741824 1073778376 140733725806032 140133188754088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28454/tid=28463] ppid=28452 vsize=9824668 CPUtime=2.75 cores=0,2,4,6
/proc/28454/task/28463/stat : 28463 (java) S 28452 28454 23801 0 -1 4202560 746 0 0 0 261 14 0 0 20 0 22 0 254464750 10060460032 888136 33554432000 1073741824 1073778376 140733725806032 140133187701800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28464] ppid=28452 vsize=9824668 CPUtime=2.63 cores=0,2,4,6
/proc/28454/task/28464/stat : 28464 (java) S 28452 28454 23801 0 -1 4202560 909 0 0 0 244 19 0 0 20 0 22 0 254464750 10060460032 888136 33554432000 1073741824 1073778376 140733725806032 140133186649000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28454/tid=28465] ppid=28452 vsize=9824668 CPUtime=52.08 cores=0,2,4,6
/proc/28454/task/28465/stat : 28465 (java) S 28452 28454 23801 0 -1 4202560 3949 0 0 0 5189 19 0 0 20 0 22 0 254464751 10060460032 888136 33554432000 1073741824 1073778376 140733725806032 140133174450408 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28466] ppid=28452 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28466/stat : 28466 (java) S 28452 28454 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254464751 10060460032 888136 33554432000 1073741824 1073778376 140733725806032 140132569048056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28467] ppid=28452 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28467/stat : 28467 (java) S 28452 28454 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254464752 10060460032 888136 33554432000 1073741824 1073778376 140733725806032 140132567995656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28468] ppid=28452 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28468/stat : 28468 (java) S 28452 28454 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254464754 10060460032 888136 33554432000 1073741824 1073778376 140733725806032 140132566944144 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28469] ppid=28452 vsize=9824668 CPUtime=1.24 cores=0,2,4,6
/proc/28454/task/28469/stat : 28469 (java) S 28452 28454 23801 0 -1 4202560 5708 0 0 0 124 0 0 0 20 0 22 0 254464754 10060460032 888136 33554432000 1073741824 1073778376 140733725806032 140132565891768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28470] ppid=28452 vsize=9824668 CPUtime=1.38 cores=0,2,4,6
/proc/28454/task/28470/stat : 28470 (java) S 28452 28454 23801 0 -1 4202560 11524 0 0 0 136 2 0 0 20 0 22 0 254464754 10060460032 888136 33554432000 1073741824 1073778376 140733725806032 140132564838968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28471] ppid=28452 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28471/stat : 28471 (java) S 28452 28454 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254464754 10060460032 888136 33554432000 1073741824 1073778376 140733725806032 140132563786872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28472] ppid=28452 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/28454/task/28472/stat : 28472 (java) S 28452 28454 23801 0 -1 4202560 47 0 0 0 17 13 0 0 20 0 22 0 254464754 10060460032 888136 33554432000 1073741824 1073778376 140733725806032 140132562734280 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28454/tid=28473] ppid=28452 vsize=9824668 CPUtime=761.32 cores=0,2,4,6
/proc/28454/task/28473/stat : 28473 (java) R 28452 28454 23801 0 -1 4202560 103 0 0 0 76119 13 0 0 20 0 22 0 254464799 10060460032 888136 33554432000 1073741824 1073778376 140733725806032 140132561676704 140133190670489 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28474] ppid=28452 vsize=9824668 CPUtime=761.3 cores=0,2,4,6
/proc/28454/task/28474/stat : 28474 (java) R 28452 28454 23801 0 -1 4202560 1045 0 0 0 76089 41 0 0 20 0 22 0 254464799 10060460032 888136 33554432000 1073741824 1073778376 140733725806032 140132560624480 140133190896829 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28475] ppid=28452 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28475/stat : 28475 (java) S 28452 28454 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254464801 10060460032 888136 33554432000 1073741824 1073778376 140733725806032 140132559574184 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28476] ppid=28452 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28476/stat : 28476 (java) S 28452 28454 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254464801 10060460032 888136 33554432000 1073741824 1073778376 140733725806032 140132558521384 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1604.97
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.96 3.98 3.89 5/219 28545
/proc/meminfo: memFree=22723064/32873844 swapFree=7616/7616
[pid=28454] ppid=28452 vsize=9824668 CPUtime=1720.91 cores=0,2,4,6
/proc/28454/stat : 28454 (java) S 28452 28454 23801 0 -1 4202496 33110 0 1 0 171874 217 0 0 20 0 22 0 254464747 10060460032 913406 33554432000 1073741824 1073778376 140733725806032 140733725797168 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28454/statm: 2456167 913406 2287 9 0 2446860 0
[pid=28454/tid=28456] ppid=28452 vsize=9824668 CPUtime=0.52 cores=0,2,4,6
/proc/28454/task/28456/stat : 28456 (java) S 28452 28454 23801 0 -1 4202560 2514 0 1 0 48 4 0 0 20 0 22 0 254464748 10060460032 913406 33554432000 1073741824 1073778376 140733725806032 140133350609912 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28454/tid=28457] ppid=28452 vsize=9824668 CPUtime=3.04 cores=0,2,4,6
/proc/28454/task/28457/stat : 28457 (java) S 28452 28454 23801 0 -1 4202560 904 0 0 0 282 22 0 0 20 0 22 0 254464750 10060460032 913406 33554432000 1073741824 1073778376 140733725806032 140133312100648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28454/tid=28458] ppid=28452 vsize=9824668 CPUtime=3.08 cores=0,2,4,6
/proc/28454/task/28458/stat : 28458 (java) S 28452 28454 23801 0 -1 4202560 666 0 0 0 295 13 0 0 20 0 22 0 254464750 10060460032 913406 33554432000 1073741824 1073778376 140733725806032 140133311047848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28459] ppid=28452 vsize=9824668 CPUtime=3.18 cores=0,2,4,6
/proc/28454/task/28459/stat : 28459 (java) S 28452 28454 23801 0 -1 4202560 1040 0 0 0 300 18 0 0 20 0 22 0 254464750 10060460032 913406 33554432000 1073741824 1073778376 140733725806032 140133309995560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28454/tid=28460] ppid=28452 vsize=9824668 CPUtime=3.24 cores=0,2,4,6
/proc/28454/task/28460/stat : 28460 (java) S 28452 28454 23801 0 -1 4202560 1014 0 0 0 301 23 0 0 20 0 22 0 254464750 10060460032 913406 33554432000 1073741824 1073778376 140733725806032 140133308942760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28454/tid=28461] ppid=28452 vsize=9824668 CPUtime=2.84 cores=0,2,4,6
/proc/28454/task/28461/stat : 28461 (java) S 28452 28454 23801 0 -1 4202560 976 0 0 0 269 15 0 0 20 0 22 0 254464750 10060460032 913406 33554432000 1073741824 1073778376 140733725806032 140133189806888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28454/tid=28462] ppid=28452 vsize=9824668 CPUtime=3.08 cores=0,2,4,6
/proc/28454/task/28462/stat : 28462 (java) S 28452 28454 23801 0 -1 4202560 600 0 0 0 293 15 0 0 20 0 22 0 254464750 10060460032 913406 33554432000 1073741824 1073778376 140733725806032 140133188754088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28454/tid=28463] ppid=28452 vsize=9824668 CPUtime=2.94 cores=0,2,4,6
/proc/28454/task/28463/stat : 28463 (java) S 28452 28454 23801 0 -1 4202560 812 0 0 0 279 15 0 0 20 0 22 0 254464750 10060460032 913406 33554432000 1073741824 1073778376 140733725806032 140133187701800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28454/tid=28464] ppid=28452 vsize=9824668 CPUtime=2.75 cores=0,2,4,6
/proc/28454/task/28464/stat : 28464 (java) S 28452 28454 23801 0 -1 4202560 922 0 0 0 255 20 0 0 20 0 22 0 254464750 10060460032 913406 33554432000 1073741824 1073778376 140733725806032 140133186649000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28454/tid=28465] ppid=28452 vsize=9824668 CPUtime=56.72 cores=0,2,4,6
/proc/28454/task/28465/stat : 28465 (java) S 28452 28454 23801 0 -1 4202560 4042 0 0 0 5652 20 0 0 20 0 22 0 254464751 10060460032 913406 33554432000 1073741824 1073778376 140733725806032 140133174450408 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28466] ppid=28452 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28466/stat : 28466 (java) S 28452 28454 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254464751 10060460032 913406 33554432000 1073741824 1073778376 140733725806032 140132569048056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28467] ppid=28452 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28467/stat : 28467 (java) S 28452 28454 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254464752 10060460032 913406 33554432000 1073741824 1073778376 140733725806032 140132567995656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28468] ppid=28452 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28468/stat : 28468 (java) S 28452 28454 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254464754 10060460032 913406 33554432000 1073741824 1073778376 140733725806032 140132566944144 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28469] ppid=28452 vsize=9824668 CPUtime=1.24 cores=0,2,4,6
/proc/28454/task/28469/stat : 28469 (java) S 28452 28454 23801 0 -1 4202560 5708 0 0 0 124 0 0 0 20 0 22 0 254464754 10060460032 913406 33554432000 1073741824 1073778376 140733725806032 140132565891768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28470] ppid=28452 vsize=9824668 CPUtime=1.38 cores=0,2,4,6
/proc/28454/task/28470/stat : 28470 (java) S 28452 28454 23801 0 -1 4202560 11524 0 0 0 136 2 0 0 20 0 22 0 254464754 10060460032 913406 33554432000 1073741824 1073778376 140733725806032 140132564838968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28471] ppid=28452 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28471/stat : 28471 (java) S 28452 28454 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254464754 10060460032 913406 33554432000 1073741824 1073778376 140733725806032 140132563786872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28472] ppid=28452 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/28454/task/28472/stat : 28472 (java) S 28452 28454 23801 0 -1 4202560 50 0 0 0 18 14 0 0 20 0 22 0 254464754 10060460032 913406 33554432000 1073741824 1073778376 140733725806032 140132562734280 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28454/tid=28473] ppid=28452 vsize=9824668 CPUtime=816.17 cores=0,2,4,6
/proc/28454/task/28473/stat : 28473 (java) R 28452 28454 23801 0 -1 4202560 105 0 0 0 81603 14 0 0 20 0 22 0 254464799 10060460032 913406 33554432000 1073741824 1073778376 140733725806032 140132561678848 140133190620304 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28474] ppid=28452 vsize=9824668 CPUtime=816.14 cores=0,2,4,6
/proc/28454/task/28474/stat : 28474 (java) R 28452 28454 23801 0 -1 4202560 1047 0 0 0 81572 42 0 0 20 0 22 0 254464799 10060460032 913406 33554432000 1073741824 1073778376 140733725806032 140132560624672 140133190976028 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28454/tid=28475] ppid=28452 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28475/stat : 28475 (java) S 28452 28454 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254464801 10060460032 913406 33554432000 1073741824 1073778376 140733725806032 140132559574184 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28476] ppid=28452 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28476/stat : 28476 (java) S 28452 28454 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254464801 10060460032 913406 33554432000 1073741824 1073778376 140733725806032 140132558521384 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1720.91
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+922.601 s]
/proc/loadavg: 3.98 3.98 3.89 5/219 28545
/proc/meminfo: memFree=22672920/32873844 swapFree=7616/7616
[pid=28454] ppid=28452 vsize=9824668 CPUtime=1800.03 cores=0,2,4,6
/proc/28454/stat : 28454 (java) S 28452 28454 23801 0 -1 4202496 33217 0 1 0 179784 219 0 0 20 0 22 0 254464747 10060460032 921143 33554432000 1073741824 1073778376 140733725806032 140733725797168 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28454/statm: 2456167 921143 2287 9 0 2446860 0
[pid=28454/tid=28456] ppid=28452 vsize=9824668 CPUtime=0.52 cores=0,2,4,6
/proc/28454/task/28456/stat : 28456 (java) S 28452 28454 23801 0 -1 4202560 2515 0 1 0 48 4 0 0 20 0 22 0 254464748 10060460032 921143 33554432000 1073741824 1073778376 140733725806032 140133350609912 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28454/tid=28457] ppid=28452 vsize=9824668 CPUtime=3.1 cores=0,2,4,6
/proc/28454/task/28457/stat : 28457 (java) S 28452 28454 23801 0 -1 4202560 904 0 0 0 288 22 0 0 20 0 22 0 254464750 10060460032 921143 33554432000 1073741824 1073778376 140733725806032 140133312100648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28458] ppid=28452 vsize=9824668 CPUtime=3.18 cores=0,2,4,6
/proc/28454/task/28458/stat : 28458 (java) S 28452 28454 23801 0 -1 4202560 666 0 0 0 305 13 0 0 20 0 22 0 254464750 10060460032 921143 33554432000 1073741824 1073778376 140733725806032 140133311047848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28459] ppid=28452 vsize=9824668 CPUtime=3.28 cores=0,2,4,6
/proc/28454/task/28459/stat : 28459 (java) S 28452 28454 23801 0 -1 4202560 1040 0 0 0 310 18 0 0 20 0 22 0 254464750 10060460032 921143 33554432000 1073741824 1073778376 140733725806032 140133309995560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28454/tid=28460] ppid=28452 vsize=9824668 CPUtime=3.39 cores=0,2,4,6
/proc/28454/task/28460/stat : 28460 (java) S 28452 28454 23801 0 -1 4202560 1024 0 0 0 316 23 0 0 20 0 22 0 254464750 10060460032 921143 33554432000 1073741824 1073778376 140733725806032 140133308942760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28461] ppid=28452 vsize=9824668 CPUtime=2.95 cores=0,2,4,6
/proc/28454/task/28461/stat : 28461 (java) S 28452 28454 23801 0 -1 4202560 1013 0 0 0 280 15 0 0 20 0 22 0 254464750 10060460032 921143 33554432000 1073741824 1073778376 140733725806032 140133189806888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28462] ppid=28452 vsize=9824668 CPUtime=3.18 cores=0,2,4,6
/proc/28454/task/28462/stat : 28462 (java) S 28452 28454 23801 0 -1 4202560 608 0 0 0 303 15 0 0 20 0 22 0 254464750 10060460032 921143 33554432000 1073741824 1073778376 140733725806032 140133188754088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28463] ppid=28452 vsize=9824668 CPUtime=3.04 cores=0,2,4,6
/proc/28454/task/28463/stat : 28463 (java) S 28452 28454 23801 0 -1 4202560 812 0 0 0 289 15 0 0 20 0 22 0 254464750 10060460032 921143 33554432000 1073741824 1073778376 140733725806032 140133187701800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28464] ppid=28452 vsize=9824668 CPUtime=2.87 cores=0,2,4,6
/proc/28454/task/28464/stat : 28464 (java) S 28452 28454 23801 0 -1 4202560 922 0 0 0 267 20 0 0 20 0 22 0 254464750 10060460032 921143 33554432000 1073741824 1073778376 140733725806032 140133186649000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28465] ppid=28452 vsize=9824668 CPUtime=58.6 cores=0,2,4,6
/proc/28454/task/28465/stat : 28465 (java) S 28452 28454 23801 0 -1 4202560 4089 0 0 0 5839 21 0 0 20 0 22 0 254464751 10060460032 921143 33554432000 1073741824 1073778376 140733725806032 140133174450408 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28454/tid=28466] ppid=28452 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28466/stat : 28466 (java) S 28452 28454 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254464751 10060460032 921143 33554432000 1073741824 1073778376 140733725806032 140132569048056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28467] ppid=28452 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28467/stat : 28467 (java) S 28452 28454 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254464752 10060460032 921143 33554432000 1073741824 1073778376 140733725806032 140132567995656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28468] ppid=28452 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28468/stat : 28468 (java) S 28452 28454 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254464754 10060460032 921143 33554432000 1073741824 1073778376 140733725806032 140132566944144 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28469] ppid=28452 vsize=9824668 CPUtime=1.24 cores=0,2,4,6
/proc/28454/task/28469/stat : 28469 (java) S 28452 28454 23801 0 -1 4202560 5708 0 0 0 124 0 0 0 20 0 22 0 254464754 10060460032 921143 33554432000 1073741824 1073778376 140733725806032 140132565891768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28470] ppid=28452 vsize=9824668 CPUtime=1.38 cores=0,2,4,6
/proc/28454/task/28470/stat : 28470 (java) S 28452 28454 23801 0 -1 4202560 11524 0 0 0 136 2 0 0 20 0 22 0 254464754 10060460032 921143 33554432000 1073741824 1073778376 140733725806032 140132564838968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28471] ppid=28452 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28471/stat : 28471 (java) S 28452 28454 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254464754 10060460032 921143 33554432000 1073741824 1073778376 140733725806032 140132563786872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28472] ppid=28452 vsize=9824668 CPUtime=0.34 cores=0,2,4,6
/proc/28454/task/28472/stat : 28472 (java) S 28452 28454 23801 0 -1 4202560 52 0 0 0 19 15 0 0 20 0 22 0 254464754 10060460032 921143 33554432000 1073741824 1073778376 140733725806032 140132562734280 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28454/tid=28473] ppid=28452 vsize=9824668 CPUtime=854.27 cores=0,2,4,6
/proc/28454/task/28473/stat : 28473 (java) R 28452 28454 23801 0 -1 4202560 106 0 0 0 85413 14 0 0 20 0 22 0 254464799 10060460032 921143 33554432000 1073741824 1073778376 140733725806032 140132561678560 140133190670464 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28454/tid=28474] ppid=28452 vsize=9824668 CPUtime=854.26 cores=0,2,4,6
/proc/28454/task/28474/stat : 28474 (java) R 28452 28454 23801 0 -1 4202560 1048 0 0 0 85384 42 0 0 20 0 22 0 254464799 10060460032 921143 33554432000 1073741824 1073778376 140733725806032 140132560623808 140133191174927 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28475] ppid=28452 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28475/stat : 28475 (java) S 28452 28454 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254464801 10060460032 921143 33554432000 1073741824 1073778376 140733725806032 140132559574184 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28476] ppid=28452 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28476/stat : 28476 (java) S 28452 28454 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254464801 10060460032 921143 33554432000 1073741824 1073778376 140733725806032 140132558521384 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28454 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=489348
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=572608
# CPU time returned by wait4() is 1796.06
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 922.673
CPU time (s): 1800.03
CPU user time (s): 1797.84
CPU system time (s): 2.19
CPU usage (%): 195.089
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.49
system time used= 2.57261
maximum resident set size= 3684692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33248
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25791
involuntary context switches= 38078

runsolver used 3.70144 second user time and 8.09477 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-24 20:16:31
IDJOB=3689592
IDBENCH=90112
IDSOLVER=2268
FILE ID=node130/3689592-1337883391
RUNJOBID= node130-1337871881-23817
PBS_JOBID= 14620074
Free space on /tmp= 71624 MiB

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

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

MD5SUM BENCH= 2946edf6ae8af40eb44098433ff3dcec
RANDOM SEED=22278073

node130.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.875
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.75
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.875
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.875
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.91
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.875
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.86
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.875
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.875
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.92
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.875
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.875
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	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26600440 kB
Buffers:          206340 kB
Cached:          2193784 kB
SwapCached:            0 kB
Active:          3649772 kB
Inactive:        1851820 kB
Active(anon):    3103792 kB
Inactive(anon):        0 kB
Active(file):     545980 kB
Inactive(file):  1851820 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               848 kB
Writeback:             0 kB
AnonPages:       3108768 kB
Mapped:            22504 kB
Shmem:               200 kB
Slab:             627920 kB
SReclaimable:      70088 kB
SUnreclaim:       557832 kB
KernelStack:        1624 kB
PageTables:        10700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3513820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3020800 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= 71672 MiB
End job on node130 at 2012-05-24 20:31:56