Trace number 3688882

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.11 923.852

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx63.opb
MD5SUM807bc542b75293285fea5916dfeaaa3e
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3216
Total number of constraints3658
Number of constraints which are clauses3210
Number of constraints which are cardinality constraints (but not clauses)64
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint2
Maximum length of a constraint384
Number of terms in the objective function 6
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 786
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.2.v20120418
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		501472288
0.03/0.09	c Max memory 		7480803328
0.03/0.09	c Total memory 		504102912
0.03/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3688882-1337880245.opb
0.08/0.12	c reading problem ... 
1.09/0.51	c ... done. Wall clock time 0.39s.
1.09/0.51	c declared #vars     3216
1.09/0.51	c #constraints  3721
1.09/0.51	c constraints type 
1.09/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 63
1.09/0.51	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1.09/0.51	c org.sat4j.minisat.constraints.card.MinWatchCard => 63
1.09/0.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3210
1.09/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 384
1.09/0.51	c 3721 constraints processed.
1.09/0.51	c constraints type 
1.09/0.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3210
1.09/0.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 63
1.09/0.51	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 63
1.09/0.51	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
1.09/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 384
1.09/0.51	c 3721 constraints processed.
1.09/0.51	c objective function length is 6 literals
4.71/1.55	c cleaning 2487 clauses out of 5000 with flag 5000/5000
6.31/2.21	c cleaning 4253 clauses out of 8514 with flag 11001/11001
7.69/2.96	c cleaning 5621 clauses out of 11260 with flag 18000/18000
9.65/3.92	c cleaning 6744 clauses out of 13642 with flag 26003/26003
13.30/5.74	c cleaning 7803 clauses out of 15895 with flag 35000/35000
18.83/8.59	c cleaning 9026 clauses out of 18092 with flag 45000/45000
23.61/10.94	c cleaning 10002 clauses out of 20066 with flag 56000/56000
29.31/13.84	c cleaning 11022 clauses out of 22064 with flag 68000/68000
35.15/16.82	c cleaning 12019 clauses out of 24045 with flag 81003/81003
45.86/22.26	c cleaning 13008 clauses out of 26023 with flag 95000/95000
55.35/27.03	c cleaning 13984 clauses out of 28016 with flag 110001/110001
63.99/31.40	c cleaning 14965 clauses out of 30031 with flag 126000/126000
73.27/36.21	c cleaning 16007 clauses out of 32066 with flag 143000/143000
84.24/41.84	c cleaning 16978 clauses out of 34059 with flag 161000/161000
94.59/47.17	c cleaning 18034 clauses out of 36083 with flag 180002/180002
103.91/51.99	c cleaning 18986 clauses out of 38047 with flag 200000/200000
115.29/57.86	c cleaning 20003 clauses out of 40061 with flag 221000/221000
129.63/65.19	c cleaning 21022 clauses out of 42059 with flag 243001/243001
145.75/73.31	c cleaning 21989 clauses out of 44036 with flag 266000/266000
160.88/81.06	c cleaning 23022 clauses out of 46050 with flag 290003/290003
178.69/90.23	c cleaning 23964 clauses out of 48025 with flag 315000/315000
195.29/98.74	c cleaning 24993 clauses out of 50061 with flag 341000/341000
216.71/110.00	c cleaning 26026 clauses out of 52068 with flag 368000/368000
237.90/120.98	c cleaning 27016 clauses out of 54044 with flag 396002/396002
239.42/121.94	c cleaning 0 clauses out of 5001 with flag 0/5001
263.00/133.76	c cleaning 27986 clauses out of 56027 with flag 425001/425001
285.17/144.83	c cleaning 29013 clauses out of 58042 with flag 455002/455002
307.54/156.40	c cleaning 30005 clauses out of 60027 with flag 486000/486000
338.15/172.01	c cleaning 30992 clauses out of 62022 with flag 518000/518000
371.41/188.91	c cleaning 31985 clauses out of 64034 with flag 551004/551004
403.04/205.07	c cleaning 33015 clauses out of 66048 with flag 585003/585003
431.97/220.03	c cleaning 33996 clauses out of 68030 with flag 620000/620000
460.81/234.81	c cleaning 34959 clauses out of 70036 with flag 656002/656002
494.86/252.29	c cleaning 36009 clauses out of 72075 with flag 693000/693000
529.65/270.06	c cleaning 37024 clauses out of 74068 with flag 731002/731002
563.57/287.61	c cleaning 38002 clauses out of 76044 with flag 770002/770002
608.42/310.41	c cleaning 38983 clauses out of 78040 with flag 810000/810000
656.82/334.98	c cleaning 40013 clauses out of 80057 with flag 851000/851000
699.78/356.83	c cleaning 40996 clauses out of 82046 with flag 893002/893002
729.01/372.21	c cleaning 42012 clauses out of 84049 with flag 936001/936001
758.29/387.36	c cleaning 42989 clauses out of 86039 with flag 980003/980003
799.55/408.32	c cleaning 43992 clauses out of 88049 with flag 1025002/1025002
841.46/429.78	c cleaning 45005 clauses out of 90057 with flag 1071002/1071002
878.51/449.07	c cleaning 45988 clauses out of 92051 with flag 1118001/1118001
919.71/470.10	c cleaning 46979 clauses out of 94062 with flag 1166000/1166000
972.41/497.75	c cleaning 47969 clauses out of 96083 with flag 1215000/1215000
1027.95/526.33	c cleaning 48938 clauses out of 98114 with flag 1265000/1265000
1082.45/554.01	c cleaning 50024 clauses out of 100177 with flag 1316001/1316001
1124.15/575.44	c cleaning 51021 clauses out of 102152 with flag 1368000/1368000
1163.14/595.49	c cleaning 0 clauses out of 11001 with flag 0/11001
1171.05/600.39	c cleaning 51983 clauses out of 104131 with flag 1421000/1421000
1208.59/619.62	c cleaning 53034 clauses out of 106149 with flag 1475001/1475001
1254.13/642.91	c cleaning 54029 clauses out of 108114 with flag 1530000/1530000
1301.52/667.13	c cleaning 55029 clauses out of 110085 with flag 1586000/1586000
1342.67/688.66	c cleaning 55995 clauses out of 112056 with flag 1643000/1643000
1384.84/710.36	c cleaning 56950 clauses out of 114063 with flag 1701002/1701002
1437.27/737.15	c cleaning 57995 clauses out of 116111 with flag 1760000/1760000
1491.53/764.89	c cleaning 59007 clauses out of 118118 with flag 1820002/1820002
1559.61/799.82	c cleaning 60027 clauses out of 120111 with flag 1881002/1881002
1617.30/829.28	c cleaning 61021 clauses out of 122086 with flag 1943004/1943004
1667.59/855.09	c cleaning 62007 clauses out of 124061 with flag 2006000/2006000
1738.95/891.39	c cleaning 62983 clauses out of 126054 with flag 2070000/2070000
1792.64/919.31	c cleaning 64012 clauses out of 128071 with flag 2135000/2135000
1800.11/923.81	c starts		: 227
1800.11/923.81	c conflicts		: 2145246
1800.11/923.81	c decisions		: 3453278
1800.11/923.81	c propagations		: 204129453
1800.11/923.81	c inspects		: 5024669049
1800.11/923.81	c shortcuts		: 0
1800.11/923.81	c learnt literals	: 0
1800.11/923.81	c learnt binary clauses	: 0
1800.11/923.81	c learnt ternary clauses	: 0
1800.11/923.81	c learnt constraints	: 2145245
1800.11/923.81	c ignored constraints	: 0
1800.11/923.81	c root simplifications	: 0
1800.11/923.81	c removed literals (reason simplification)	: 51992787
1800.11/923.81	c reason swapping (by a shorter reason)	: 0
1800.11/923.81	c Calls to reduceDB	: 61
1800.11/923.81	c number of reductions to clauses (during analyze)	: 0
1800.11/923.81	c number of learned constraints concerned by reduction	: 0
1800.11/923.81	c number of learning phase by resolution	: 0
1800.11/923.81	c number of learning phase by cutting planes	: 0
1800.11/923.81	c speed (assignments/second)	: 221089.25689653307
1800.11/923.81	c non guided choices	5209
1800.11/923.83	c learnt constraints type 
1800.11/923.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 74377
1800.11/923.83	c constraints type 
1800.11/923.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 63
1800.11/923.83	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1800.11/923.83	c org.sat4j.minisat.constraints.card.MinWatchCard => 63
1800.11/923.83	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3210
1800.11/923.83	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 384
1800.11/923.83	c 3721 constraints processed.
1800.11/923.83	c constraints type 
1800.11/923.83	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3210
1800.11/923.83	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 63
1800.11/923.83	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 63
1800.11/923.83	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
1800.11/923.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 384
1800.11/923.83	c 3721 constraints processed.
1800.11/923.83	s UNKNOWN
1800.11/923.83	c Total wall clock time (in seconds): 923.717

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-3688882-1337880245/watcher-3688882-1337880245 -o /tmp/evaluation-result-3688882-1337880245/solver-3688882-1337880245 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688882-1337880245.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.80 3.85 3.81 4/197 27262
/proc/meminfo: memFree=27130344/32873844 swapFree=6080/6080
[pid=27262] ppid=27260 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/27262/stat : 27262 (java) R 27260 27262 24394 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 254149027 9515008 182 33554432000 1073741824 1073778376 140736647603968 140736647586696 248790246327 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27262/statm: 2323 182 140 9 0 71 0

[startup+0.056655 s]
/proc/loadavg: 3.80 3.85 3.81 4/197 27262
/proc/meminfo: memFree=27130344/32873844 swapFree=6080/6080
[pid=27262] ppid=27260 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/27262/stat : 27262 (java) S 27260 27262 24394 0 -1 4202496 3104 0 1 0 2 1 0 0 20 0 13 0 254149027 9446973440 3803 33554432000 1073741824 1073778376 140736211560848 140736211551984 248793563197 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27262/statm: 2306390 3803 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100298 s]
/proc/loadavg: 3.80 3.85 3.81 4/197 27262
/proc/meminfo: memFree=27130344/32873844 swapFree=6080/6080
[pid=27262] ppid=27260 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/27262/stat : 27262 (java) S 27260 27262 24394 0 -1 4202496 4317 0 1 0 7 1 0 0 20 0 18 0 254149027 9787813888 5519 33554432000 1073741824 1073778376 140736211560848 140736211551984 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27262/statm: 2389603 5519 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300153 s]
/proc/loadavg: 3.80 3.85 3.81 4/197 27262
/proc/meminfo: memFree=27130344/32873844 swapFree=6080/6080
[pid=27262] ppid=27260 vsize=9558412 CPUtime=0.52 cores=0,2,4,6
/proc/27262/stat : 27262 (java) S 27260 27262 24394 0 -1 4202496 7095 0 1 0 49 3 0 0 20 0 18 0 254149027 9787813888 9793 33554432000 1073741824 1073778376 140736211560848 140736211551984 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27262/statm: 2389603 9793 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558412

[startup+0.700165 s]
/proc/loadavg: 3.80 3.85 3.81 4/197 27262
/proc/meminfo: memFree=27130344/32873844 swapFree=6080/6080
[pid=27262] ppid=27260 vsize=9824668 CPUtime=1.87 cores=0,2,4,6
/proc/27262/stat : 27262 (java) S 27260 27262 24394 0 -1 4202496 23827 0 1 0 181 6 0 0 20 0 22 0 254149027 10060460032 28028 33554432000 1073741824 1073778376 140736211560848 140736211551984 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27262/statm: 2456167 28028 2241 9 0 2446860 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 9824668

[startup+1.50076 s]
/proc/loadavg: 3.80 3.85 3.81 7/219 27284
/proc/meminfo: memFree=27031584/32873844 swapFree=6080/6080
[pid=27262] ppid=27260 vsize=9824668 CPUtime=4.71 cores=0,2,4,6
/proc/27262/stat : 27262 (java) S 27260 27262 24394 0 -1 4202496 26965 0 1 0 463 8 0 0 20 0 22 0 254149027 10060460032 49309 33554432000 1073741824 1073778376 140736211560848 140736211551984 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27262/statm: 2456167 49309 2271 9 0 2446860 0
[pid=27262/tid=27264] ppid=27260 vsize=9824668 CPUtime=0.47 cores=0,2,4,6
/proc/27262/task/27264/stat : 27264 (java) S 27260 27262 24394 0 -1 4202560 2503 0 1 0 45 2 0 0 20 0 22 0 254149028 10060460032 49309 33554432000 1073741824 1073778376 140736211560848 140090226848760 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27262/tid=27265] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27265/stat : 27265 (java) S 27260 27262 24394 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 254149029 10060460032 49309 33554432000 1073741824 1073778376 140736211560848 140090070874408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27262/tid=27266] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27266/stat : 27266 (java) S 27260 27262 24394 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254149029 10060460032 49309 33554432000 1073741824 1073778376 140736211560848 140090069821608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27262/tid=27267] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27267/stat : 27267 (java) S 27260 27262 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254149029 10060460032 49309 33554432000 1073741824 1073778376 140736211560848 140090068769320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27262/tid=27268] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27268/stat : 27268 (java) S 27260 27262 24394 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 254149029 10060460032 49309 33554432000 1073741824 1073778376 140736211560848 140090067716520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27262/tid=27269] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27269/stat : 27269 (java) S 27260 27262 24394 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 254149029 10060460032 49309 33554432000 1073741824 1073778376 140736211560848 140090066664232 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27262/tid=27270] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27270/stat : 27270 (java) S 27260 27262 24394 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254149029 10060460032 49309 33554432000 1073741824 1073778376 140736211560848 140090065611432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27262/tid=27271] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27271/stat : 27271 (java) S 27260 27262 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254149029 10060460032 49309 33554432000 1073741824 1073778376 140736211560848 140090064559144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27262/tid=27272] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27272/stat : 27272 (java) S 27260 27262 24394 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254149029 10060460032 49309 33554432000 1073741824 1073778376 140736211560848 140090063506344 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27262/tid=27273] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27273/stat : 27273 (java) S 27260 27262 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254149030 10060460032 49309 33554432000 1073741824 1073778376 140736211560848 140090051094760 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27262/tid=27274] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27274/stat : 27274 (java) S 27260 27262 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254149031 10060460032 49309 33554432000 1073741824 1073778376 140736211560848 140090050040824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27262/tid=27275] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27275/stat : 27275 (java) S 27260 27262 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254149031 10060460032 49309 33554432000 1073741824 1073778376 140736211560848 140090048988424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27262/tid=27276] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27276/stat : 27276 (java) S 27260 27262 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254149033 10060460032 49309 33554432000 1073741824 1073778376 140736211560848 140090047936912 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27262/tid=27277] ppid=27260 vsize=9824668 CPUtime=1.11 cores=0,2,4,6
/proc/27262/task/27277/stat : 27277 (java) S 27260 27262 24394 0 -1 4202560 8499 0 0 0 109 2 0 0 20 0 22 0 254149033 10060460032 49309 33554432000 1073741824 1073778376 140736211560848 140090046884536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27262/tid=27278] ppid=27260 vsize=9824668 CPUtime=1.11 cores=0,2,4,6
/proc/27262/task/27278/stat : 27278 (java) S 27260 27262 24394 0 -1 4202560 14562 0 0 0 108 3 0 0 20 0 22 0 254149033 10060460032 49309 33554432000 1073741824 1073778376 140736211560848 140090045831736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27262/tid=27279] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27279/stat : 27279 (java) S 27260 27262 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254149033 10060460032 49309 33554432000 1073741824 1073778376 140736211560848 140090044779640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27262/tid=27280] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27280/stat : 27280 (java) S 27260 27262 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254149033 10060460032 49309 33554432000 1073741824 1073778376 140736211560848 140090043727048 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27262/tid=27281] ppid=27260 vsize=9824668 CPUtime=0.96 cores=0,2,4,6
/proc/27262/task/27281/stat : 27281 (java) R 27260 27262 24394 0 -1 4202560 32 0 0 0 96 0 0 0 20 0 22 0 254149078 10060460032 49309 33554432000 1073741824 1073778376 140736211560848 140090042669424 140090100056439 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27262/tid=27282] ppid=27260 vsize=9824668 CPUtime=0.95 cores=0,2,4,6
/proc/27262/task/27282/stat : 27282 (java) R 27260 27262 24394 0 -1 4202560 129 0 0 0 94 1 0 0 20 0 22 0 254149078 10060460032 49309 33554432000 1073741824 1073778376 140736211560848 140090041617112 140090100422009 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27262/tid=27283] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27283/stat : 27283 (java) S 27260 27262 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254149079 10060460032 49309 33554432000 1073741824 1073778376 140736211560848 140090040566952 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27262/tid=27284] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27284/stat : 27284 (java) S 27260 27262 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254149079 10060460032 49309 33554432000 1073741824 1073778376 140736211560848 140090039514152 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.71
Current children cumulated vsize (KiB) 9824668

[startup+3.10077 s]
/proc/loadavg: 3.80 3.85 3.81 7/219 27284
/proc/meminfo: memFree=26903856/32873844 swapFree=6080/6080
[pid=27262] ppid=27260 vsize=9824668 CPUtime=8.05 cores=0,2,4,6
/proc/27262/stat : 27262 (java) S 27260 27262 24394 0 -1 4202496 27746 0 1 0 794 11 0 0 20 0 22 0 254149027 10060460032 60670 33554432000 1073741824 1073778376 140736211560848 140736211551984 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27262/statm: 2456167 60670 2284 9 0 2446860 0
[pid=27262/tid=27264] ppid=27260 vsize=9824668 CPUtime=0.47 cores=0,2,4,6
/proc/27262/task/27264/stat : 27264 (java) S 27260 27262 24394 0 -1 4202560 2503 0 1 0 45 2 0 0 20 0 22 0 254149028 10060460032 60670 33554432000 1073741824 1073778376 140736211560848 140090226848760 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27262/tid=27265] ppid=27260 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/27262/task/27265/stat : 27265 (java) S 27260 27262 24394 0 -1 4202560 27 0 0 0 2 0 0 0 20 0 22 0 254149029 10060460032 60670 33554432000 1073741824 1073778376 140736211560848 140090070874408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27262/tid=27266] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27266/stat : 27266 (java) S 27260 27262 24394 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254149029 10060460032 60670 33554432000 1073741824 1073778376 140736211560848 140090069821608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27262/tid=27267] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27267/stat : 27267 (java) S 27260 27262 24394 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254149029 10060460032 60670 33554432000 1073741824 1073778376 140736211560848 140090068769320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27262/tid=27268] ppid=27260 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/27262/task/27268/stat : 27268 (java) S 27260 27262 24394 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 254149029 10060460032 60670 33554432000 1073741824 1073778376 140736211560848 140090067716520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27262/tid=27269] ppid=27260 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/27262/task/27269/stat : 27269 (java) S 27260 27262 24394 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 254149029 10060460032 60670 33554432000 1073741824 1073778376 140736211560848 140090066664232 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27262/tid=27270] ppid=27260 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/27262/task/27270/stat : 27270 (java) S 27260 27262 24394 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 254149029 10060460032 60670 33554432000 1073741824 1073778376 140736211560848 140090065611432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27262/tid=27271] ppid=27260 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/27262/task/27271/stat : 27271 (java) S 27260 27262 24394 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 254149029 10060460032 60670 33554432000 1073741824 1073778376 140736211560848 140090064559144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27262/tid=27272] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27272/stat : 27272 (java) S 27260 27262 24394 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 254149029 10060460032 60670 33554432000 1073741824 1073778376 140736211560848 140090063506344 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27262/tid=27273] ppid=27260 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/27262/task/27273/stat : 27273 (java) S 27260 27262 24394 0 -1 4202560 102 0 0 0 11 0 0 0 20 0 22 0 254149030 10060460032 60670 33554432000 1073741824 1073778376 140736211560848 140090051094760 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27262/tid=27274] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27274/stat : 27274 (java) S 27260 27262 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254149031 10060460032 60670 33554432000 1073741824 1073778376 140736211560848 140090050040824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27262/tid=27275] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27275/stat : 27275 (java) S 27260 27262 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254149031 10060460032 60670 33554432000 1073741824 1073778376 140736211560848 140090048988424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27262/tid=27276] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27276/stat : 27276 (java) S 27260 27262 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254149033 10060460032 60670 33554432000 1073741824 1073778376 140736211560848 140090047936912 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27262/tid=27277] ppid=27260 vsize=9824668 CPUtime=1.23 cores=0,2,4,6
/proc/27262/task/27277/stat : 27277 (java) S 27260 27262 24394 0 -1 4202560 8502 0 0 0 121 2 0 0 20 0 22 0 254149033 10060460032 60670 33554432000 1073741824 1073778376 140736211560848 140090046884536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27262/tid=27278] ppid=27260 vsize=9824668 CPUtime=1.19 cores=0,2,4,6
/proc/27262/task/27278/stat : 27278 (java) S 27260 27262 24394 0 -1 4202560 15193 0 0 0 116 3 0 0 20 0 22 0 254149033 10060460032 60670 33554432000 1073741824 1073778376 140736211560848 140090045831736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27262/tid=27279] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27279/stat : 27279 (java) S 27260 27262 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254149033 10060460032 60670 33554432000 1073741824 1073778376 140736211560848 140090044779640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27262/tid=27280] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27280/stat : 27280 (java) S 27260 27262 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254149033 10060460032 60670 33554432000 1073741824 1073778376 140736211560848 140090043727048 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27262/tid=27281] ppid=27260 vsize=9824668 CPUtime=2.38 cores=0,2,4,6
/proc/27262/task/27281/stat : 27281 (java) R 27260 27262 24394 0 -1 4202560 34 0 0 0 238 0 0 0 20 0 22 0 254149078 10060460032 60670 33554432000 1073741824 1073778376 140736211560848 140090042671312 140090100146199 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27262/tid=27282] ppid=27260 vsize=9824668 CPUtime=2.38 cores=0,2,4,6
/proc/27262/task/27282/stat : 27282 (java) R 27260 27262 24394 0 -1 4202560 132 0 0 0 236 2 0 0 20 0 22 0 254149078 10060460032 60670 33554432000 1073741824 1073778376 140736211560848 140090041616472 140090100546557 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27262/tid=27283] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27283/stat : 27283 (java) S 27260 27262 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254149079 10060460032 60670 33554432000 1073741824 1073778376 140736211560848 140090040566952 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27262/tid=27284] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27284/stat : 27284 (java) S 27260 27262 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254149079 10060460032 60670 33554432000 1073741824 1073778376 140736211560848 140090039514152 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.05
Current children cumulated vsize (KiB) 9824668

[startup+6.30073 s]
/proc/loadavg: 3.81 3.85 3.82 5/219 27284
/proc/meminfo: memFree=26762664/32873844 swapFree=6080/6080
[pid=27262] ppid=27260 vsize=9824668 CPUtime=14.43 cores=0,2,4,6
/proc/27262/stat : 27262 (java) S 27260 27262 24394 0 -1 4202496 28853 0 1 0 1426 17 0 0 20 0 22 0 254149027 10060460032 97756 33554432000 1073741824 1073778376 140736211560848 140736211551984 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27262/statm: 2456167 97756 2285 9 0 2446860 0
[pid=27262/tid=27264] ppid=27260 vsize=9824668 CPUtime=0.47 cores=0,2,4,6
/proc/27262/task/27264/stat : 27264 (java) S 27260 27262 24394 0 -1 4202560 2503 0 1 0 45 2 0 0 20 0 22 0 254149028 10060460032 97756 33554432000 1073741824 1073778376 140736211560848 140090226848760 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27262/tid=27265] ppid=27260 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/27262/task/27265/stat : 27265 (java) S 27260 27262 24394 0 -1 4202560 37 0 0 0 5 2 0 0 20 0 22 0 254149029 10060460032 97756 33554432000 1073741824 1073778376 140736211560848 140090070874408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27262/tid=27266] ppid=27260 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/27262/task/27266/stat : 27266 (java) S 27260 27262 24394 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 22 0 254149029 10060460032 97756 33554432000 1073741824 1073778376 140736211560848 140090069821608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27262/tid=27267] ppid=27260 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/27262/task/27267/stat : 27267 (java) S 27260 27262 24394 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 254149029 10060460032 97756 33554432000 1073741824 1073778376 140736211560848 140090068769320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27262/tid=27268] ppid=27260 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/27262/task/27268/stat : 27268 (java) S 27260 27262 24394 0 -1 4202560 28 0 0 0 4 0 0 0 20 0 22 0 254149029 10060460032 97756 33554432000 1073741824 1073778376 140736211560848 140090067716520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27262/tid=27269] ppid=27260 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/27262/task/27269/stat : 27269 (java) S 27260 27262 24394 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 22 0 254149029 10060460032 97756 33554432000 1073741824 1073778376 140736211560848 140090066664232 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27262/tid=27270] ppid=27260 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/27262/task/27270/stat : 27270 (java) S 27260 27262 24394 0 -1 4202560 17 0 0 0 2 2 0 0 20 0 22 0 254149029 10060460032 97756 33554432000 1073741824 1073778376 140736211560848 140090065611432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27262/tid=27271] ppid=27260 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/27262/task/27271/stat : 27271 (java) S 27260 27262 24394 0 -1 4202560 13 0 0 0 5 0 0 0 20 0 22 0 254149029 10060460032 97756 33554432000 1073741824 1073778376 140736211560848 140090064559144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27262/tid=27272] ppid=27260 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/27262/task/27272/stat : 27272 (java) S 27260 27262 24394 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 254149029 10060460032 97756 33554432000 1073741824 1073778376 140736211560848 140090063506344 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27262/tid=27273] ppid=27260 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/27262/task/27273/stat : 27273 (java) S 27260 27262 24394 0 -1 4202560 243 0 0 0 30 1 0 0 20 0 22 0 254149030 10060460032 97756 33554432000 1073741824 1073778376 140736211560848 140090051094760 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27262/tid=27274] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27274/stat : 27274 (java) S 27260 27262 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254149031 10060460032 97756 33554432000 1073741824 1073778376 140736211560848 140090050040824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27262/tid=27275] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27275/stat : 27275 (java) S 27260 27262 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254149031 10060460032 97756 33554432000 1073741824 1073778376 140736211560848 140090048988424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27262/tid=27276] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27276/stat : 27276 (java) S 27260 27262 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254149033 10060460032 97756 33554432000 1073741824 1073778376 140736211560848 140090047936912 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27262/tid=27277] ppid=27260 vsize=9824668 CPUtime=1.24 cores=0,2,4,6
/proc/27262/task/27277/stat : 27277 (java) S 27260 27262 24394 0 -1 4202560 8503 0 0 0 122 2 0 0 20 0 22 0 254149033 10060460032 97756 33554432000 1073741824 1073778376 140736211560848 140090046884536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

/proc/27262/statm: 2456167 734381 2286 9 0 2446860 0
[pid=27262/tid=27264] ppid=27260 vsize=9824668 CPUtime=0.51 cores=0,2,4,6
/proc/27262/task/27264/stat : 27264 (java) S 27260 27262 24394 0 -1 4202560 2526 0 1 0 47 4 0 0 20 0 22 0 254149028 10060460032 734381 33554432000 1073741824 1073778376 140736211560848 140090226848760 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27262/tid=27265] ppid=27260 vsize=9824668 CPUtime=2.41 cores=0,2,4,6
/proc/27262/task/27265/stat : 27265 (java) S 27260 27262 24394 0 -1 4202560 617 0 0 0 223 18 0 0 20 0 22 0 254149029 10060460032 734381 33554432000 1073741824 1073778376 140736211560848 140090070874408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27262/tid=27266] ppid=27260 vsize=9824668 CPUtime=2.98 cores=0,2,4,6
/proc/27262/task/27266/stat : 27266 (java) S 27260 27262 24394 0 -1 4202560 659 0 0 0 278 20 0 0 20 0 22 0 254149029 10060460032 734381 33554432000 1073741824 1073778376 140736211560848 140090069821608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27262/tid=27267] ppid=27260 vsize=9824668 CPUtime=2.92 cores=0,2,4,6
/proc/27262/task/27267/stat : 27267 (java) S 27260 27262 24394 0 -1 4202560 980 0 0 0 271 21 0 0 20 0 22 0 254149029 10060460032 734381 33554432000 1073741824 1073778376 140736211560848 140090068769320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27262/tid=27268] ppid=27260 vsize=9824668 CPUtime=2.59 cores=0,2,4,6
/proc/27262/task/27268/stat : 27268 (java) S 27260 27262 24394 0 -1 4202560 674 0 0 0 237 22 0 0 20 0 22 0 254149029 10060460032 734381 33554432000 1073741824 1073778376 140736211560848 140090067716520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27262/tid=27269] ppid=27260 vsize=9824668 CPUtime=2.74 cores=0,2,4,6
/proc/27262/task/27269/stat : 27269 (java) S 27260 27262 24394 0 -1 4202560 1018 0 0 0 252 22 0 0 20 0 22 0 254149029 10060460032 734381 33554432000 1073741824 1073778376 140736211560848 140090066664232 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27262/tid=27270] ppid=27260 vsize=9824668 CPUtime=2.99 cores=0,2,4,6
/proc/27262/task/27270/stat : 27270 (java) S 27260 27262 24394 0 -1 4202560 617 0 0 0 276 23 0 0 20 0 22 0 254149029 10060460032 734381 33554432000 1073741824 1073778376 140736211560848 140090065611432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27262/tid=27271] ppid=27260 vsize=9824668 CPUtime=3.19 cores=0,2,4,6
/proc/27262/task/27271/stat : 27271 (java) S 27260 27262 24394 0 -1 4202560 914 0 0 0 295 24 0 0 20 0 22 0 254149029 10060460032 734381 33554432000 1073741824 1073778376 140736211560848 140090064559144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27262/tid=27272] ppid=27260 vsize=9824668 CPUtime=2.68 cores=0,2,4,6
/proc/27262/task/27272/stat : 27272 (java) S 27260 27262 24394 0 -1 4202560 605 0 0 0 248 20 0 0 20 0 22 0 254149029 10060460032 734381 33554432000 1073741824 1073778376 140736211560848 140090063506344 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27262/tid=27273] ppid=27260 vsize=9824668 CPUtime=54.41 cores=0,2,4,6
/proc/27262/task/27273/stat : 27273 (java) S 27260 27262 24394 0 -1 4202560 3111 0 0 0 5424 17 0 0 20 0 22 0 254149030 10060460032 734381 33554432000 1073741824 1073778376 140736211560848 140090051094760 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27262/tid=27274] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27274/stat : 27274 (java) S 27260 27262 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254149031 10060460032 734381 33554432000 1073741824 1073778376 140736211560848 140090050040824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27262/tid=27275] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27275/stat : 27275 (java) S 27260 27262 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254149031 10060460032 734381 33554432000 1073741824 1073778376 140736211560848 140090048988424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27262/tid=27276] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27276/stat : 27276 (java) S 27260 27262 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254149033 10060460032 734381 33554432000 1073741824 1073778376 140736211560848 140090047936912 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27262/tid=27277] ppid=27260 vsize=9824668 CPUtime=1.33 cores=0,2,4,6
/proc/27262/task/27277/stat : 27277 (java) S 27260 27262 24394 0 -1 4202560 8514 0 0 0 131 2 0 0 20 0 22 0 254149033 10060460032 734381 33554432000 1073741824 1073778376 140736211560848 140090046884536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27262/tid=27278] ppid=27260 vsize=9824668 CPUtime=2.25 cores=0,2,4,6
/proc/27262/task/27278/stat : 27278 (java) S 27260 27262 24394 0 -1 4202560 24712 0 0 0 221 4 0 0 20 0 22 0 254149033 10060460032 734381 33554432000 1073741824 1073778376 140736211560848 140090045831736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27262/tid=27279] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27279/stat : 27279 (java) S 27260 27262 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254149033 10060460032 734381 33554432000 1073741824 1073778376 140736211560848 140090044779640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27262/tid=27280] ppid=27260 vsize=9824668 CPUtime=0.29 cores=0,2,4,6
/proc/27262/task/27280/stat : 27280 (java) S 27260 27262 24394 0 -1 4202560 47 0 0 0 14 15 0 0 20 0 22 0 254149033 10060460032 734381 33554432000 1073741824 1073778376 140736211560848 140090043727048 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27262/tid=27281] ppid=27260 vsize=9824668 CPUtime=759.05 cores=0,2,4,6
/proc/27262/task/27281/stat : 27281 (java) R 27260 27262 24394 0 -1 4202560 127 0 0 0 75891 14 0 0 20 0 22 0 254149078 10060460032 734381 33554432000 1073741824 1073778376 140736211560848 140090042670368 140090100249617 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27262/tid=27282] ppid=27260 vsize=9824668 CPUtime=759.09 cores=0,2,4,6
/proc/27262/task/27282/stat : 27282 (java) R 27260 27262 24394 0 -1 4202560 908 0 0 0 75877 32 0 0 20 0 22 0 254149078 10060460032 734381 33554432000 1073741824 1073778376 140736211560848 140090041616624 140090100259930 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27262/tid=27283] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27283/stat : 27283 (java) S 27260 27262 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254149079 10060460032 734381 33554432000 1073741824 1073778376 140736211560848 140090040566952 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27262/tid=27284] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27284/stat : 27284 (java) S 27260 27262 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254149079 10060460032 734381 33554432000 1073741824 1073778376 140736211560848 140090039514152 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1603.37
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.79 3.79 3.79 5/219 27669
/proc/meminfo: memFree=25252576/32873844 swapFree=6080/6080
[pid=27262] ppid=27260 vsize=9824668 CPUtime=1720.81 cores=0,2,4,6
/proc/27262/stat : 27262 (java) S 27260 27262 24394 0 -1 4202496 47933 0 1 0 171838 243 0 0 20 0 22 0 254149027 10060460032 761051 33554432000 1073741824 1073778376 140736211560848 140736211551984 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27262/statm: 2456167 761051 2286 9 0 2446860 0
[pid=27262/tid=27264] ppid=27260 vsize=9824668 CPUtime=0.51 cores=0,2,4,6
/proc/27262/task/27264/stat : 27264 (java) S 27260 27262 24394 0 -1 4202560 2528 0 1 0 47 4 0 0 20 0 22 0 254149028 10060460032 761051 33554432000 1073741824 1073778376 140736211560848 140090226848760 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27262/tid=27265] ppid=27260 vsize=9824668 CPUtime=2.67 cores=0,2,4,6
/proc/27262/task/27265/stat : 27265 (java) S 27260 27262 24394 0 -1 4202560 645 0 0 0 249 18 0 0 20 0 22 0 254149029 10060460032 761051 33554432000 1073741824 1073778376 140736211560848 140090070874408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27262/tid=27266] ppid=27260 vsize=9824668 CPUtime=3.14 cores=0,2,4,6
/proc/27262/task/27266/stat : 27266 (java) S 27260 27262 24394 0 -1 4202560 899 0 0 0 293 21 0 0 20 0 22 0 254149029 10060460032 761051 33554432000 1073741824 1073778376 140736211560848 140090069821608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27262/tid=27267] ppid=27260 vsize=9824668 CPUtime=3.08 cores=0,2,4,6
/proc/27262/task/27267/stat : 27267 (java) S 27260 27262 24394 0 -1 4202560 986 0 0 0 286 22 0 0 20 0 22 0 254149029 10060460032 761051 33554432000 1073741824 1073778376 140736211560848 140090068769320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27262/tid=27268] ppid=27260 vsize=9824668 CPUtime=2.85 cores=0,2,4,6
/proc/27262/task/27268/stat : 27268 (java) S 27260 27262 24394 0 -1 4202560 724 0 0 0 261 24 0 0 20 0 22 0 254149029 10060460032 761051 33554432000 1073741824 1073778376 140736211560848 140090067716520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27262/tid=27269] ppid=27260 vsize=9824668 CPUtime=2.89 cores=0,2,4,6
/proc/27262/task/27269/stat : 27269 (java) S 27260 27262 24394 0 -1 4202560 1035 0 0 0 266 23 0 0 20 0 22 0 254149029 10060460032 761051 33554432000 1073741824 1073778376 140736211560848 140090066664232 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27262/tid=27270] ppid=27260 vsize=9824668 CPUtime=3.12 cores=0,2,4,6
/proc/27262/task/27270/stat : 27270 (java) S 27260 27262 24394 0 -1 4202560 648 0 0 0 288 24 0 0 20 0 22 0 254149029 10060460032 761051 33554432000 1073741824 1073778376 140736211560848 140090065611432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27262/tid=27271] ppid=27260 vsize=9824668 CPUtime=3.36 cores=0,2,4,6
/proc/27262/task/27271/stat : 27271 (java) S 27260 27262 24394 0 -1 4202560 1178 0 0 0 311 25 0 0 20 0 22 0 254149029 10060460032 761051 33554432000 1073741824 1073778376 140736211560848 140090064559144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27262/tid=27272] ppid=27260 vsize=9824668 CPUtime=2.84 cores=0,2,4,6
/proc/27262/task/27272/stat : 27272 (java) S 27260 27262 24394 0 -1 4202560 610 0 0 0 264 20 0 0 20 0 22 0 254149029 10060460032 761051 33554432000 1073741824 1073778376 140736211560848 140090063506344 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27262/tid=27273] ppid=27260 vsize=9824668 CPUtime=57.63 cores=0,2,4,6
/proc/27262/task/27273/stat : 27273 (java) S 27260 27262 24394 0 -1 4202560 3177 0 0 0 5744 19 0 0 20 0 22 0 254149030 10060460032 761051 33554432000 1073741824 1073778376 140736211560848 140090051094760 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27262/tid=27274] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27274/stat : 27274 (java) S 27260 27262 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254149031 10060460032 761051 33554432000 1073741824 1073778376 140736211560848 140090050040824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27262/tid=27275] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27275/stat : 27275 (java) S 27260 27262 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254149031 10060460032 761051 33554432000 1073741824 1073778376 140736211560848 140090048988424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27262/tid=27276] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27276/stat : 27276 (java) S 27260 27262 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254149033 10060460032 761051 33554432000 1073741824 1073778376 140736211560848 140090047936912 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27262/tid=27277] ppid=27260 vsize=9824668 CPUtime=1.33 cores=0,2,4,6
/proc/27262/task/27277/stat : 27277 (java) S 27260 27262 24394 0 -1 4202560 8514 0 0 0 131 2 0 0 20 0 22 0 254149033 10060460032 761051 33554432000 1073741824 1073778376 140736211560848 140090046884536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27262/tid=27278] ppid=27260 vsize=9824668 CPUtime=2.25 cores=0,2,4,6
/proc/27262/task/27278/stat : 27278 (java) S 27260 27262 24394 0 -1 4202560 24712 0 0 0 221 4 0 0 20 0 22 0 254149033 10060460032 761051 33554432000 1073741824 1073778376 140736211560848 140090045831736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27262/tid=27279] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27279/stat : 27279 (java) S 27260 27262 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254149033 10060460032 761051 33554432000 1073741824 1073778376 140736211560848 140090044779640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27262/tid=27280] ppid=27260 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/27262/task/27280/stat : 27280 (java) S 27260 27262 24394 0 -1 4202560 51 0 0 0 15 16 0 0 20 0 22 0 254149033 10060460032 761051 33554432000 1073741824 1073778376 140736211560848 140090043727048 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27262/tid=27281] ppid=27260 vsize=9824668 CPUtime=815.29 cores=0,2,4,6
/proc/27262/task/27281/stat : 27281 (java) R 27260 27262 24394 0 -1 4202560 129 0 0 0 81514 15 0 0 20 0 22 0 254149078 10060460032 761051 33554432000 1073741824 1073778376 140736211560848 140090042670368 140090100155861 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27262/tid=27282] ppid=27260 vsize=9824668 CPUtime=815.32 cores=0,2,4,6
/proc/27262/task/27282/stat : 27282 (java) R 27260 27262 24394 0 -1 4202560 911 0 0 0 81499 33 0 0 20 0 22 0 254149078 10060460032 761051 33554432000 1073741824 1073778376 140736211560848 140090041618544 140090100204246 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27262/tid=27283] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27283/stat : 27283 (java) S 27260 27262 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254149079 10060460032 761051 33554432000 1073741824 1073778376 140736211560848 140090040566952 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27262/tid=27284] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27284/stat : 27284 (java) S 27260 27262 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254149079 10060460032 761051 33554432000 1073741824 1073778376 140736211560848 140090039514152 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1720.81
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+923.801 s]
/proc/loadavg: 3.68 3.76 3.78 5/219 27669
/proc/meminfo: memFree=25168112/32873844 swapFree=6080/6080
[pid=27262] ppid=27260 vsize=9824668 CPUtime=1800.11 cores=0,2,4,6
/proc/27262/stat : 27262 (java) S 27260 27262 24394 0 -1 4202496 48098 0 1 0 179762 249 0 0 20 0 22 0 254149027 10060460032 779025 33554432000 1073741824 1073778376 140736211560848 140736211551984 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27262/statm: 2456167 779025 2286 9 0 2446860 0
[pid=27262/tid=27264] ppid=27260 vsize=9824668 CPUtime=0.52 cores=0,2,4,6
/proc/27262/task/27264/stat : 27264 (java) S 27260 27262 24394 0 -1 4202560 2529 0 1 0 48 4 0 0 20 0 22 0 254149028 10060460032 779025 33554432000 1073741824 1073778376 140736211560848 140090226848760 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27262/tid=27265] ppid=27260 vsize=9824668 CPUtime=2.83 cores=0,2,4,6
/proc/27262/task/27265/stat : 27265 (java) S 27260 27262 24394 0 -1 4202560 677 0 0 0 264 19 0 0 20 0 22 0 254149029 10060460032 779025 33554432000 1073741824 1073778376 140736211560848 140090070874408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27262/tid=27266] ppid=27260 vsize=9824668 CPUtime=3.27 cores=0,2,4,6
/proc/27262/task/27266/stat : 27266 (java) S 27260 27262 24394 0 -1 4202560 902 0 0 0 305 22 0 0 20 0 22 0 254149029 10060460032 779025 33554432000 1073741824 1073778376 140736211560848 140090069821608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27262/tid=27267] ppid=27260 vsize=9824668 CPUtime=3.27 cores=0,2,4,6
/proc/27262/task/27267/stat : 27267 (java) S 27260 27262 24394 0 -1 4202560 991 0 0 0 305 22 0 0 20 0 22 0 254149029 10060460032 779025 33554432000 1073741824 1073778376 140736211560848 140090068769320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27262/tid=27268] ppid=27260 vsize=9824668 CPUtime=3.02 cores=0,2,4,6
/proc/27262/task/27268/stat : 27268 (java) S 27260 27262 24394 0 -1 4202560 746 0 0 0 278 24 0 0 20 0 22 0 254149029 10060460032 779025 33554432000 1073741824 1073778376 140736211560848 140090067716520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27262/tid=27269] ppid=27260 vsize=9824668 CPUtime=3.03 cores=0,2,4,6
/proc/27262/task/27269/stat : 27269 (java) S 27260 27262 24394 0 -1 4202560 1039 0 0 0 280 23 0 0 20 0 22 0 254149029 10060460032 779025 33554432000 1073741824 1073778376 140736211560848 140090066664232 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27262/tid=27270] ppid=27260 vsize=9824668 CPUtime=3.2 cores=0,2,4,6
/proc/27262/task/27270/stat : 27270 (java) S 27260 27262 24394 0 -1 4202560 669 0 0 0 296 24 0 0 20 0 22 0 254149029 10060460032 779025 33554432000 1073741824 1073778376 140736211560848 140090065611432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27262/tid=27271] ppid=27260 vsize=9824668 CPUtime=3.57 cores=0,2,4,6
/proc/27262/task/27271/stat : 27271 (java) S 27260 27262 24394 0 -1 4202560 1181 0 0 0 331 26 0 0 20 0 22 0 254149029 10060460032 779025 33554432000 1073741824 1073778376 140736211560848 140090064559144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27262/tid=27272] ppid=27260 vsize=9824668 CPUtime=2.98 cores=0,2,4,6
/proc/27262/task/27272/stat : 27272 (java) S 27260 27262 24394 0 -1 4202560 630 0 0 0 277 21 0 0 20 0 22 0 254149029 10060460032 779025 33554432000 1073741824 1073778376 140736211560848 140090063506344 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27262/tid=27273] ppid=27260 vsize=9824668 CPUtime=61.92 cores=0,2,4,6
/proc/27262/task/27273/stat : 27273 (java) S 27260 27262 24394 0 -1 4202560 3225 0 0 0 6173 19 0 0 20 0 22 0 254149030 10060460032 779025 33554432000 1073741824 1073778376 140736211560848 140090051094760 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27262/tid=27274] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27274/stat : 27274 (java) S 27260 27262 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254149031 10060460032 779025 33554432000 1073741824 1073778376 140736211560848 140090050040824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27262/tid=27275] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27275/stat : 27275 (java) S 27260 27262 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254149031 10060460032 779025 33554432000 1073741824 1073778376 140736211560848 140090048988424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27262/tid=27276] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27276/stat : 27276 (java) S 27260 27262 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254149033 10060460032 779025 33554432000 1073741824 1073778376 140736211560848 140090047936912 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27262/tid=27277] ppid=27260 vsize=9824668 CPUtime=1.33 cores=0,2,4,6
/proc/27262/task/27277/stat : 27277 (java) S 27260 27262 24394 0 -1 4202560 8514 0 0 0 131 2 0 0 20 0 22 0 254149033 10060460032 779025 33554432000 1073741824 1073778376 140736211560848 140090046884536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27262/tid=27278] ppid=27260 vsize=9824668 CPUtime=2.25 cores=0,2,4,6
/proc/27262/task/27278/stat : 27278 (java) S 27260 27262 24394 0 -1 4202560 24712 0 0 0 221 4 0 0 20 0 22 0 254149033 10060460032 779025 33554432000 1073741824 1073778376 140736211560848 140090045831736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27262/tid=27279] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27279/stat : 27279 (java) S 27260 27262 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254149033 10060460032 779025 33554432000 1073741824 1073778376 140736211560848 140090044779640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27262/tid=27280] ppid=27260 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/27262/task/27280/stat : 27280 (java) S 27260 27262 24394 0 -1 4202560 53 0 0 0 15 17 0 0 20 0 22 0 254149033 10060460032 779025 33554432000 1073741824 1073778376 140736211560848 140090043727048 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27262/tid=27281] ppid=27260 vsize=9824668 CPUtime=852.08 cores=0,2,4,6
/proc/27262/task/27281/stat : 27281 (java) R 27260 27262 24394 0 -1 4202560 130 0 0 0 85193 15 0 0 20 0 22 0 254149078 10060460032 779025 33554432000 1073741824 1073778376 140736211560848 140090042671312 140090100155861 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27262/tid=27282] ppid=27260 vsize=9824668 CPUtime=852.1 cores=0,2,4,6
/proc/27262/task/27282/stat : 27282 (java) R 27260 27262 24394 0 -1 4202560 914 0 0 0 85177 33 0 0 20 0 22 0 254149078 10060460032 779025 33554432000 1073741824 1073778376 140736211560848 140090041616352 140090100390032 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27262/tid=27283] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27283/stat : 27283 (java) S 27260 27262 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254149079 10060460032 779025 33554432000 1073741824 1073778376 140736211560848 140090040566952 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27262/tid=27284] ppid=27260 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27262/task/27284/stat : 27284 (java) S 27260 27262 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254149079 10060460032 779025 33554432000 1073741824 1073778376 140736211560848 140090039514152 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
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 27262 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=158398
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=912557
# CPU time returned by wait4() is 1796.07
# while last known CPU time is 1800.11
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 923.852
CPU time (s): 1800.11
CPU user time (s): 1797.62
CPU system time (s): 2.49
CPU usage (%): 194.848
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.16
system time used= 2.91256
maximum resident set size= 3116216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48130
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26564
involuntary context switches= 41407

runsolver used 3.14052 second user time and 7.53385 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-24 19:24:05
IDJOB=3688882
IDBENCH=71844
IDSOLVER=2268
FILE ID=node139/3688882-1337880245
RUNJOBID= node139-1337871881-24410
PBS_JOBID= 14620065
Free space on /tmp= 71684 MiB

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

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

MD5SUM BENCH= 807bc542b75293285fea5916dfeaaa3e
RANDOM SEED=75921691

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.750
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.750
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:        27130724 kB
Buffers:          222456 kB
Cached:          2771256 kB
SwapCached:            0 kB
Active:          2426472 kB
Inactive:        2517040 kB
Active(anon):    1941272 kB
Inactive(anon):    11120 kB
Active(file):     485200 kB
Inactive(file):  2505920 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               832 kB
Writeback:             0 kB
AnonPages:       1959984 kB
Mapped:            22500 kB
Shmem:               200 kB
Slab:             652920 kB
SReclaimable:      95468 kB
SUnreclaim:       557452 kB
KernelStack:        1624 kB
PageTables:         8272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2299792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1845248 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= 71680 MiB
End job on node139 at 2012-05-24 19:39:31