Trace number 3689414

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.16 907.856

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-91.opb
MD5SUM0d52a3bd95f65144c5f8bf26bef42f13
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10086
Total number of constraints226240
Number of constraints which are clauses203302
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint2
Maximum length of a constraint231
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3689414-1337881861.opb
0.08/0.13	c reading problem ... 
3.34/2.09	c ... done. Wall clock time 1.961s.
3.34/2.09	c declared #vars     10086
3.34/2.09	c #constraints  226608
3.34/2.09	c constraints type 
3.34/2.09	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 155859
3.34/2.09	c org.sat4j.minisat.constraints.card.MinWatchCard => 722
3.34/2.09	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47809
3.34/2.09	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22218
3.34/2.09	c 226608 constraints processed.
3.34/2.09	c constraints type 
3.34/2.09	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 47809
3.34/2.09	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 155859
3.34/2.09	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 722
3.34/2.09	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22218
3.34/2.09	c 226608 constraints processed.
7.30/3.67	c cleaning 2490 clauses out of 5002 with flag 5002/5002
8.73/4.38	c cleaning 0 clauses out of 5000 with flag 0/5000
11.36/5.62	c cleaning 4242 clauses out of 8513 with flag 11003/11003
14.24/7.08	c cleaning 0 clauses out of 11003 with flag 0/11003
16.27/8.04	c cleaning 5597 clauses out of 11268 with flag 18000/18000
20.97/10.46	c cleaning 6727 clauses out of 13671 with flag 26000/26000
26.04/13.00	c cleaning 7907 clauses out of 15943 with flag 35000/35000
26.45/13.34	c cleaning 0 clauses out of 18000 with flag 0/18000
32.60/16.52	c cleaning 8980 clauses out of 18035 with flag 45001/45001
39.21/19.98	c cleaning 10023 clauses out of 20051 with flag 56000/56000
45.43/23.17	c cleaning 10919 clauses out of 22028 with flag 68002/68002
49.43/25.21	c cleaning 0 clauses out of 26000 with flag 0/26000
50.51/25.94	c cleaning 12039 clauses out of 24107 with flag 81000/81000
56.28/28.94	c cleaning 13018 clauses out of 26068 with flag 95000/95000
61.89/31.86	c cleaning 14017 clauses out of 28052 with flag 110003/110003
68.27/35.11	c cleaning 14949 clauses out of 30032 with flag 126000/126000
78.75/40.57	c cleaning 15824 clauses out of 32083 with flag 143000/143000
90.74/46.63	c cleaning 17075 clauses out of 34259 with flag 161000/161000
99.32/51.07	c cleaning 17925 clauses out of 36187 with flag 180003/180003
99.93/51.45	c cleaning 0 clauses out of 35000 with flag 0/35000
106.87/55.09	c cleaning 19124 clauses out of 38261 with flag 200002/200002
116.23/59.85	c cleaning 20059 clauses out of 40138 with flag 221003/221003
124.38/64.07	c cleaning 21012 clauses out of 42076 with flag 243000/243000
136.94/70.45	c cleaning 22007 clauses out of 44065 with flag 266001/266001
147.18/75.71	c cleaning 23024 clauses out of 46059 with flag 290002/290002
157.96/81.28	c cleaning 23954 clauses out of 48034 with flag 315001/315001
169.71/87.22	c cleaning 25034 clauses out of 50079 with flag 341000/341000
188.27/96.62	c cleaning 0 clauses out of 45000 with flag 0/45000
190.90/98.15	c cleaning 25915 clauses out of 52047 with flag 368002/368002
212.08/108.82	c cleaning 26844 clauses out of 54130 with flag 396000/396000
228.04/116.96	c cleaning 28117 clauses out of 56287 with flag 425001/425001
247.03/126.56	c cleaning 29045 clauses out of 58171 with flag 455002/455002
275.07/140.74	c cleaning 30052 clauses out of 60126 with flag 486002/486002
303.26/154.92	c cleaning 31032 clauses out of 62072 with flag 518000/518000
328.23/167.55	c cleaning 32011 clauses out of 64042 with flag 551002/551002
359.59/183.32	c cleaning 33008 clauses out of 66029 with flag 585000/585000
387.37/197.42	c cleaning 33972 clauses out of 68021 with flag 620000/620000
399.32/203.58	c cleaning 0 clauses out of 56000 with flag 0/56000
413.25/210.66	c cleaning 34986 clauses out of 70049 with flag 656000/656000
444.86/226.51	c cleaning 35987 clauses out of 72063 with flag 693000/693000
464.62/236.63	c cleaning 36987 clauses out of 74076 with flag 731000/731000
481.92/245.49	c cleaning 37866 clauses out of 76089 with flag 770000/770000
500.09/254.64	c cleaning 39039 clauses out of 78224 with flag 810001/810001
519.45/264.42	c cleaning 40033 clauses out of 80184 with flag 851000/851000
540.45/275.14	c cleaning 40817 clauses out of 82151 with flag 893000/893000
570.28/290.15	c cleaning 42050 clauses out of 84333 with flag 936000/936000
623.30/316.63	c cleaning 43131 clauses out of 86283 with flag 980000/980000
648.45/329.34	c cleaning 43917 clauses out of 88154 with flag 1025002/1025002
693.13/351.89	c cleaning 45084 clauses out of 90236 with flag 1071001/1071001
738.21/374.44	c cleaning 45987 clauses out of 92152 with flag 1118001/1118001
774.63/392.75	c cleaning 47034 clauses out of 94164 with flag 1166000/1166000
803.39/407.24	c cleaning 47967 clauses out of 96130 with flag 1215000/1215000
838.96/425.26	c cleaning 48973 clauses out of 98164 with flag 1265001/1265001
850.65/431.27	c cleaning 0 clauses out of 68000 with flag 0/68000
867.79/439.93	c cleaning 49994 clauses out of 100190 with flag 1316000/1316000
899.99/456.15	c cleaning 51071 clauses out of 102196 with flag 1368000/1368000
930.57/471.64	c cleaning 52026 clauses out of 104127 with flag 1421002/1421002
957.20/485.06	c cleaning 53041 clauses out of 106100 with flag 1475001/1475001
998.85/505.91	c cleaning 53948 clauses out of 108059 with flag 1530001/1530001
1026.64/519.98	c cleaning 55034 clauses out of 110110 with flag 1586000/1586000
1063.88/538.71	c cleaning 55830 clauses out of 112076 with flag 1643000/1643000
1129.46/571.52	c cleaning 57003 clauses out of 114246 with flag 1701000/1701000
1201.60/607.69	c cleaning 58025 clauses out of 116243 with flag 1760000/1760000
1245.42/629.66	c cleaning 58964 clauses out of 118218 with flag 1820000/1820000
1287.18/650.72	c cleaning 59759 clauses out of 120254 with flag 1881000/1881000
1333.17/673.82	c cleaning 60911 clauses out of 122495 with flag 1943000/1943000
1379.43/697.05	c cleaning 62184 clauses out of 124584 with flag 2006000/2006000
1438.75/726.72	c cleaning 63173 clauses out of 126400 with flag 2070000/2070000
1530.16/772.57	c cleaning 64039 clauses out of 128228 with flag 2135001/2135001
1625.13/819.98	c cleaning 64967 clauses out of 130190 with flag 2201002/2201002
1711.15/862.96	c cleaning 66068 clauses out of 132222 with flag 2268001/2268001
1775.19/895.02	c cleaning 0 clauses out of 81000 with flag 0/81000
1800.16/907.81	c starts		: 229
1800.16/907.81	c conflicts		: 2333982
1800.16/907.81	c decisions		: 9768325
1800.16/907.81	c propagations		: 784420225
1800.16/907.81	c inspects		: 7877125020
1800.16/907.81	c shortcuts		: 0
1800.16/907.81	c learnt literals	: 10
1800.16/907.81	c learnt binary clauses	: 437
1800.16/907.81	c learnt ternary clauses	: 2296
1800.16/907.81	c learnt constraints	: 2333972
1800.16/907.81	c ignored constraints	: 0
1800.16/907.81	c root simplifications	: 0
1800.16/907.81	c removed literals (reason simplification)	: 66394167
1800.16/907.81	c reason swapping (by a shorter reason)	: 0
1800.16/907.81	c Calls to reduceDB	: 63
1800.16/907.81	c number of reductions to clauses (during analyze)	: 0
1800.16/907.81	c number of learned constraints concerned by reduction	: 0
1800.16/907.81	c number of learning phase by resolution	: 0
1800.16/907.81	c number of learning phase by cutting planes	: 0
1800.16/907.81	c speed (assignments/second)	: 866091.8172774458
1800.16/907.81	c non guided choices	281710
1800.16/907.84	c learnt constraints type 
1800.16/907.84	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 437
1800.16/907.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 131724
1800.16/907.84	c constraints type 
1800.16/907.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 155859
1800.16/907.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 722
1800.16/907.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47809
1800.16/907.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22218
1800.16/907.84	c 226608 constraints processed.
1800.16/907.84	c constraints type 
1800.16/907.84	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 47809
1800.16/907.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 155859
1800.16/907.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 722
1800.16/907.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22218
1800.16/907.84	c 226608 constraints processed.
1800.16/907.84	s UNKNOWN
1800.16/907.84	c Total wall clock time (in seconds): 907.711

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

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

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


[startup+0 s]
/proc/loadavg: 2.87 2.94 3.07 3/197 28390
/proc/meminfo: memFree=26584868/32873844 swapFree=7612/7612
[pid=28390] ppid=28388 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/28390/stat : 28390 (java) R 28388 28390 25404 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 254310476 9515008 183 33554432000 1073741824 1073778376 140736056197936 140736056188968 251044642485 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28390/statm: 2323 183 140 9 0 71 0

[startup+0.0423149 s]
/proc/loadavg: 2.87 2.94 3.07 3/197 28390
/proc/meminfo: memFree=26584868/32873844 swapFree=7612/7612
[pid=28390] ppid=28388 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/28390/stat : 28390 (java) S 28388 28390 25404 0 -1 4202496 2967 0 1 0 1 1 0 0 20 0 13 0 254310476 9446973440 3665 33554432000 1073741824 1073778376 140734209144944 140734209136080 251048001597 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28390/statm: 2306390 3665 1661 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100335 s]
/proc/loadavg: 2.87 2.94 3.07 3/197 28390
/proc/meminfo: memFree=26584868/32873844 swapFree=7612/7612
[pid=28390] ppid=28388 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/28390/stat : 28390 (java) S 28388 28390 25404 0 -1 4202496 4144 0 1 0 7 1 0 0 20 0 18 0 254310476 9787813888 5340 33554432000 1073741824 1073778376 140734209144944 140734209136080 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28390/statm: 2389603 5340 2079 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300289 s]
/proc/loadavg: 2.87 2.94 3.07 3/197 28390
/proc/meminfo: memFree=26584868/32873844 swapFree=7612/7612
[pid=28390] ppid=28388 vsize=9558412 CPUtime=0.47 cores=1,3,5,7
/proc/28390/stat : 28390 (java) S 28388 28390 25404 0 -1 4202496 5378 0 1 0 45 2 0 0 20 0 18 0 254310476 9787813888 8363 33554432000 1073741824 1073778376 140734209144944 140734209136080 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28390/statm: 2389603 8363 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558412

[startup+0.700923 s]
/proc/loadavg: 2.87 2.94 3.07 3/197 28390
/proc/meminfo: memFree=26584868/32873844 swapFree=7612/7612
[pid=28390] ppid=28388 vsize=9558412 CPUtime=1.42 cores=1,3,5,7
/proc/28390/stat : 28390 (java) S 28388 28390 25404 0 -1 4202496 12815 0 1 0 135 7 0 0 20 0 18 0 254310476 9787813888 44386 33554432000 1073741824 1073778376 140734209144944 140734209136080 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28390/statm: 2389603 44386 2243 9 0 2380296 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 9558412

[startup+1.50083 s]
/proc/loadavg: 2.87 2.94 3.07 4/215 28408
/proc/meminfo: memFree=26396720/32873844 swapFree=7612/7612
[pid=28390] ppid=28388 vsize=9558412 CPUtime=2.64 cores=1,3,5,7
/proc/28390/stat : 28390 (java) S 28388 28390 25404 0 -1 4202496 14055 0 1 0 246 18 0 0 20 0 18 0 254310476 9787813888 87234 33554432000 1073741824 1073778376 140734209144944 140734209136080 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28390/statm: 2389603 87234 2248 9 0 2380296 0
[pid=28390/tid=28392] ppid=28388 vsize=9558412 CPUtime=1.35 cores=1,3,5,7
/proc/28390/task/28392/stat : 28392 (java) R 28388 28390 25404 0 -1 4202560 2568 0 1 0 129 6 0 0 20 0 18 0 254310477 9787813888 87234 33554432000 1073741824 1073778376 140734209144944 140145279798440 140145135643284 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28390/tid=28393] ppid=28388 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/28390/task/28393/stat : 28393 (java) S 28388 28390 25404 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 254310478 9787813888 87234 33554432000 1073741824 1073778376 140734209144944 140145257900328 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28390/tid=28394] ppid=28388 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/28390/task/28394/stat : 28394 (java) S 28388 28390 25404 0 -1 4202560 16 0 0 0 2 1 0 0 20 0 18 0 254310478 9787813888 87234 33554432000 1073741824 1073778376 140734209144944 140145256847528 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28390/tid=28395] ppid=28388 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/28390/task/28395/stat : 28395 (java) S 28388 28390 25404 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 18 0 254310478 9787813888 87234 33554432000 1073741824 1073778376 140734209144944 140145255795240 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28390/tid=28396] ppid=28388 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/28390/task/28396/stat : 28396 (java) S 28388 28390 25404 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 18 0 254310478 9787813888 87234 33554432000 1073741824 1073778376 140734209144944 140145254742440 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28390/tid=28397] ppid=28388 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/28390/task/28397/stat : 28397 (java) S 28388 28390 25404 0 -1 4202560 29 0 0 0 5 3 0 0 20 0 18 0 254310478 9787813888 87234 33554432000 1073741824 1073778376 140734209144944 140145253690152 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28390/tid=28398] ppid=28388 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/28390/task/28398/stat : 28398 (java) S 28388 28390 25404 0 -1 4202560 16 0 0 0 3 1 0 0 20 0 18 0 254310478 9787813888 87234 33554432000 1073741824 1073778376 140734209144944 140144782863016 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28390/tid=28399] ppid=28388 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/28390/task/28399/stat : 28399 (java) S 28388 28390 25404 0 -1 4202560 26 0 0 0 4 2 0 0 20 0 18 0 254310478 9787813888 87234 33554432000 1073741824 1073778376 140734209144944 140144781810728 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28390/tid=28400] ppid=28388 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/28390/task/28400/stat : 28400 (java) S 28388 28390 25404 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 18 0 254310478 9787813888 87234 33554432000 1073741824 1073778376 140734209144944 140144780757928 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28390/tid=28401] ppid=28388 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28390/task/28401/stat : 28401 (java) S 28388 28390 25404 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 254310479 9787813888 87234 33554432000 1073741824 1073778376 140734209144944 140144768346344 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28390/tid=28402] ppid=28388 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28390/task/28402/stat : 28402 (java) S 28388 28390 25404 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 254310480 9787813888 87234 33554432000 1073741824 1073778376 140734209144944 140144767292408 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28390/tid=28403] ppid=28388 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28390/task/28403/stat : 28403 (java) S 28388 28390 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254310480 9787813888 87234 33554432000 1073741824 1073778376 140734209144944 140144766240008 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28390/tid=28404] ppid=28388 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28390/task/28404/stat : 28404 (java) S 28388 28390 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254310483 9787813888 87234 33554432000 1073741824 1073778376 140734209144944 140144765188496 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28390/tid=28405] ppid=28388 vsize=9558412 CPUtime=0.43 cores=1,3,5,7
/proc/28390/task/28405/stat : 28405 (java) S 28388 28390 25404 0 -1 4202560 4978 0 0 0 43 0 0 0 20 0 18 0 254310483 9787813888 87234 33554432000 1073741824 1073778376 140734209144944 140144764136120 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28390/tid=28406] ppid=28388 vsize=9558412 CPUtime=0.39 cores=1,3,5,7
/proc/28390/task/28406/stat : 28406 (java) S 28388 28390 25404 0 -1 4202560 4994 0 0 0 39 0 0 0 20 0 18 0 254310483 9787813888 87234 33554432000 1073741824 1073778376 140734209144944 140144763083320 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28390/tid=28407] ppid=28388 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28390/task/28407/stat : 28407 (java) S 28388 28390 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254310483 9787813888 87234 33554432000 1073741824 1073778376 140734209144944 140144762031224 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28390/tid=28408] ppid=28388 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28390/task/28408/stat : 28408 (java) S 28388 28390 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254310483 9787813888 87234 33554432000 1073741824 1073778376 140734209144944 140144760978632 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 9558412

[startup+3.10073 s]
/proc/loadavg: 2.87 2.94 3.07 7/217 28410
/proc/meminfo: memFree=26204272/32873844 swapFree=7612/7612
[pid=28390] ppid=28388 vsize=9824668 CPUtime=6.22 cores=1,3,5,7
/proc/28390/stat : 28390 (java) S 28388 28390 25404 0 -1 4202496 15643 0 1 0 595 27 0 0 20 0 22 0 254310476 10060460032 130708 33554432000 1073741824 1073778376 140734209144944 140734209136080 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28390/statm: 2456167 130708 2268 9 0 2446860 0
[pid=28390/tid=28392] ppid=28388 vsize=9824668 CPUtime=1.88 cores=1,3,5,7
/proc/28390/task/28392/stat : 28392 (java) S 28388 28390 25404 0 -1 4202560 2581 0 1 0 182 6 0 0 20 0 22 0 254310477 10060460032 130708 33554432000 1073741824 1073778376 140734209144944 140145279800312 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28390/tid=28393] ppid=28388 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/28390/task/28393/stat : 28393 (java) S 28388 28390 25404 0 -1 4202560 30 0 0 0 4 2 0 0 20 0 22 0 254310478 10060460032 130708 33554432000 1073741824 1073778376 140734209144944 140145257900328 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28390/tid=28394] ppid=28388 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/28390/task/28394/stat : 28394 (java) S 28388 28390 25404 0 -1 4202560 21 0 0 0 3 2 0 0 20 0 22 0 254310478 10060460032 130708 33554432000 1073741824 1073778376 140734209144944 140145256847528 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28390/tid=28395] ppid=28388 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/28390/task/28395/stat : 28395 (java) S 28388 28390 25404 0 -1 4202560 42 0 0 0 4 0 0 0 20 0 22 0 254310478 10060460032 130708 33554432000 1073741824 1073778376 140734209144944 140145255795240 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28390/tid=28396] ppid=28388 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/28390/task/28396/stat : 28396 (java) S 28388 28390 25404 0 -1 4202560 33 0 0 0 3 2 0 0 20 0 22 0 254310478 10060460032 130708 33554432000 1073741824 1073778376 140734209144944 140145254742440 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28390/tid=28397] ppid=28388 vsize=9824668 CPUtime=0.14 cores=1,3,5,7
/proc/28390/task/28397/stat : 28397 (java) S 28388 28390 25404 0 -1 4202560 56 0 0 0 10 4 0 0 20 0 22 0 254310478 10060460032 130708 33554432000 1073741824 1073778376 140734209144944 140145253690152 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28390/tid=28398] ppid=28388 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/28390/task/28398/stat : 28398 (java) S 28388 28390 25404 0 -1 4202560 28 0 0 0 4 2 0 0 20 0 22 0 254310478 10060460032 130708 33554432000 1073741824 1073778376 140734209144944 140144782863016 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28390/tid=28399] ppid=28388 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/28390/task/28399/stat : 28399 (java) S 28388 28390 25404 0 -1 4202560 37 0 0 0 6 3 0 0 20 0 22 0 254310478 10060460032 130708 33554432000 1073741824 1073778376 140734209144944 140144781810728 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28390/tid=28400] ppid=28388 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/28390/task/28400/stat : 28400 (java) S 28388 28390 25404 0 -1 4202560 27 0 0 0 4 2 0 0 20 0 22 0 254310478 10060460032 130708 33554432000 1073741824 1073778376 140734209144944 140144780757928 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28390/tid=28401] ppid=28388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28390/task/28401/stat : 28401 (java) S 28388 28390 25404 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 254310479 10060460032 130708 33554432000 1073741824 1073778376 140734209144944 140144768346344 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28390/tid=28402] ppid=28388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28390/task/28402/stat : 28402 (java) S 28388 28390 25404 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254310480 10060460032 130708 33554432000 1073741824 1073778376 140734209144944 140144767292408 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28390/tid=28403] ppid=28388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28390/task/28403/stat : 28403 (java) S 28388 28390 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254310480 10060460032 130708 33554432000 1073741824 1073778376 140734209144944 140144766240008 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28390/tid=28404] ppid=28388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28390/task/28404/stat : 28404 (java) S 28388 28390 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254310483 10060460032 130708 33554432000 1073741824 1073778376 140734209144944 140144765188496 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28390/tid=28405] ppid=28388 vsize=9824668 CPUtime=0.81 cores=1,3,5,7
/proc/28390/task/28405/stat : 28405 (java) S 28388 28390 25404 0 -1 4202560 6215 0 0 0 81 0 0 0 20 0 22 0 254310483 10060460032 130708 33554432000 1073741824 1073778376 140734209144944 140144764136120 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28390/tid=28406] ppid=28388 vsize=9824668 CPUtime=0.81 cores=1,3,5,7
/proc/28390/task/28406/stat : 28406 (java) S 28388 28390 25404 0 -1 4202560 5024 0 0 0 81 0 0 0 20 0 22 0 254310483 10060460032 130708 33554432000 1073741824 1073778376 140734209144944 140144763083320 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28390/tid=28407] ppid=28388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28390/task/28407/stat : 28407 (java) S 28388 28390 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254310483 10060460032 130708 33554432000 1073741824 1073778376 140734209144944 140144762031224 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28390/tid=28408] ppid=28388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28390/task/28408/stat : 28408 (java) S 28388 28390 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254310483 10060460032 130708 33554432000 1073741824 1073778376 140734209144944 140144760978632 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28390/tid=28409] ppid=28388 vsize=9824668 CPUtime=0.98 cores=1,3,5,7
/proc/28390/task/28409/stat : 28409 (java) R 28388 28390 25404 0 -1 4202560 22 0 0 0 98 0 0 0 20 0 22 0 254310686 10060460032 130708 33554432000 1073741824 1073778376 140734209144944 140144759890408 140145136038524 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28390/tid=28410] ppid=28388 vsize=9824668 CPUtime=0.97 cores=1,3,5,7
/proc/28390/task/28410/stat : 28410 (java) R 28388 28390 25404 0 -1 4202560 134 0 0 0 95 2 0 0 20 0 22 0 254310686 10060460032 130708 33554432000 1073741824 1073778376 140734209144944 140144758838088 140145136038524 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 9824668

[startup+6.30093 s]
/proc/loadavg: 2.88 2.94 3.07 5/219 28412
/proc/meminfo: memFree=25892708/32873844 swapFree=7612/7612
[pid=28390] ppid=28388 vsize=9824668 CPUtime=12.81 cores=1,3,5,7
/proc/28390/stat : 28390 (java) S 28388 28390 25404 0 -1 4202496 21138 0 1 0 1243 38 0 0 20 0 22 0 254310476 10060460032 177559 33554432000 1073741824 1073778376 140734209144944 140734209136080 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28390/statm: 2456167 177559 2282 9 0 2446860 0
[pid=28390/tid=28392] ppid=28388 vsize=9824668 CPUtime=1.88 cores=1,3,5,7
/proc/28390/task/28392/stat : 28392 (java) S 28388 28390 25404 0 -1 4202560 2581 0 1 0 182 6 0 0 20 0 22 0 254310477 10060460032 177559 33554432000 1073741824 1073778376 140734209144944 140145279800312 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28390/tid=28393] ppid=28388 vsize=9824668 CPUtime=0.12 cores=1,3,5,7
/proc/28390/task/28393/stat : 28393 (java) S 28388 28390 25404 0 -1 4202560 47 0 0 0 9 3 0 0 20 0 22 0 254310478 10060460032 177559 33554432000 1073741824 1073778376 140734209144944 140145257900328 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28390/tid=28394] ppid=28388 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/28390/task/28394/stat : 28394 (java) S 28388 28390 25404 0 -1 4202560 36 0 0 0 6 3 0 0 20 0 22 0 254310478 10060460032 177559 33554432000 1073741824 1073778376 140734209144944 140145256847528 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28390/tid=28395] ppid=28388 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/28390/task/28395/stat : 28395 (java) S 28388 28390 25404 0 -1 4202560 56 0 0 0 7 2 0 0 20 0 22 0 254310478 10060460032 177559 33554432000 1073741824 1073778376 140734209144944 140145255795240 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28390/tid=28396] ppid=28388 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/28390/task/28396/stat : 28396 (java) S 28388 28390 25404 0 -1 4202560 44 0 0 0 7 3 0 0 20 0 22 0 254310478 10060460032 177559 33554432000 1073741824 1073778376 140734209144944 140145254742440 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28390/tid=28397] ppid=28388 vsize=9824668 CPUtime=0.22 cores=1,3,5,7
/proc/28390/task/28397/stat : 28397 (java) S 28388 28390 25404 0 -1 4202560 77 0 0 0 16 6 0 0 20 0 22 0 254310478 10060460032 177559 33554432000 1073741824 1073778376 140734209144944 140145253690152 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28390/tid=28398] ppid=28388 vsize=9824668 CPUtime=0.11 cores=1,3,5,7
/proc/28390/task/28398/stat : 28398 (java) S 28388 28390 25404 0 -1 4202560 44 0 0 0 8 3 0 0 20 0 22 0 254310478 10060460032 177559 33554432000 1073741824 1073778376 140734209144944 140144782863016 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28390/tid=28399] ppid=28388 vsize=9824668 CPUtime=0.13 cores=1,3,5,7
/proc/28390/task/28399/stat : 28399 (java) S 28388 28390 25404 0 -1 4202560 46 0 0 0 10 3 0 0 20 0 22 0 254310478 10060460032 177559 33554432000 1073741824 1073778376 140734209144944 140144781810728 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28390/tid=28400] ppid=28388 vsize=9824668 CPUtime=0.12 cores=1,3,5,7
/proc/28390/task/28400/stat : 28400 (java) S 28388 28390 25404 0 -1 4202560 44 0 0 0 9 3 0 0 20 0 22 0 254310478 10060460032 177559 33554432000 1073741824 1073778376 140734209144944 140144780757928 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28390/tid=28401] ppid=28388 vsize=9824668 CPUtime=0.56 cores=1,3,5,7
/proc/28390/task/28401/stat : 28401 (java) S 28388 28390 25404 0 -1 4202560 517 0 0 0 55 1 0 0 20 0 22 0 254310479 10060460032 177559 33554432000 1073741824 1073778376 140734209144944 140144768346344 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28390/tid=28402] ppid=28388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28390/task/28402/stat : 28402 (java) S 28388 28390 25404 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254310480 10060460032 177559 33554432000 1073741824 1073778376 140734209144944 140144767292408 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28390/tid=28403] ppid=28388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28390/task/28403/stat : 28403 (java) S 28388 28390 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254310480 10060460032 177559 33554432000 1073741824 1073778376 140734209144944 140144766240008 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28390/tid=28404] ppid=28388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28390/task/28404/stat : 28404 (java) S 28388 28390 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254310483 10060460032 177559 33554432000 1073741824 1073778376 140734209144944 140144765188496 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28390/tid=28405] ppid=28388 vsize=9824668 CPUtime=1.11 cores=1,3,5,7
/proc/28390/task/28405/stat : 28405 (java) S 28388 28390 25404 0 -1 4202560 9475 0 0 0 109 2 0 0 20 0 22 0 254310483 10060460032 177559 33554432000 1073741824 1073778376 140734209144944 140144764136120 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28390/tid=28406] ppid=28388 vsize=9824668 CPUtime=1.12 cores=1,3,5,7
/proc/28390/task/28406/stat : 28406 (java) S 28388 28390 25404 0 -1 4202560 6773 0 0 0 111 1 0 0 20 0 22 0 254310483 10060460032 177559 33554432000 1073741824 1073778376 140734209144944 140144763083320 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28390/tid=28407] ppid=28388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28390/task/28407/stat : 28407 (java) S 28388 28390 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254310483 10060460032 177559 33554432000 1073741824 1073778376 140734209144944 140144762031224 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28390/tid=28408] ppid=28388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28390/task/28408/stat : 28408 (java) S 28388 28390 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254310483 10060460032 177559 33554432000 1073741824 1073778376 140734209144944 140144760978632 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28390/tid=28409] ppid=28388 vsize=9824668 CPUtime=3.49 cores=1,3,5,7
/proc/28390/task/28409/stat : 28409 (java) R 28388 28390 25404 0 -1 4202560 22 0 0 0 349 0 0 0 20 0 22 0 254310686 10060460032 177559 33554432000 1073741824 1073778376 140734209144944 140144759890144 140145136038524 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28390/tid=28410] ppid=28388 vsize=9824668 CPUtime=3.48 cores=1,3,5,7
/proc/28390/task/28410/stat : 28410 (java) R 28388 28390 25404 0 -1 4202560 181 0 0 0 343 5 0 0 20 0 22 0 254310686 10060460032 177559 33554432000 1073741824 1073778376 140734209144944 140144758837336 140145136129216 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28390/tid=28411] ppid=28388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28390/task/28411/stat : 28411 (java) S 28388 28390 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254310687 10060460032 177559 33554432000 1073741824 1073778376 140734209144944 140144757785768 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

/proc/28390/statm: 2456167 532517 2286 9 0 2446860 0
[pid=28390/tid=28392] ppid=28388 vsize=9824668 CPUtime=1.93 cores=1,3,5,7
/proc/28390/task/28392/stat : 28392 (java) S 28388 28390 25404 0 -1 4202560 2603 0 1 0 185 8 0 0 20 0 22 0 254310477 10060460032 532517 33554432000 1073741824 1073778376 140734209144944 140145279800312 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28390/tid=28393] ppid=28388 vsize=9824668 CPUtime=2.93 cores=1,3,5,7
/proc/28390/task/28393/stat : 28393 (java) S 28388 28390 25404 0 -1 4202560 337 0 0 0 285 8 0 0 20 0 22 0 254310478 10060460032 532517 33554432000 1073741824 1073778376 140734209144944 140145257900328 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28390/tid=28394] ppid=28388 vsize=9824668 CPUtime=2.97 cores=1,3,5,7
/proc/28390/task/28394/stat : 28394 (java) S 28388 28390 25404 0 -1 4202560 330 0 0 0 290 7 0 0 20 0 22 0 254310478 10060460032 532517 33554432000 1073741824 1073778376 140734209144944 140145256847528 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28390/tid=28395] ppid=28388 vsize=9824668 CPUtime=2.85 cores=1,3,5,7
/proc/28390/task/28395/stat : 28395 (java) S 28388 28390 25404 0 -1 4202560 330 0 0 0 280 5 0 0 20 0 22 0 254310478 10060460032 532517 33554432000 1073741824 1073778376 140734209144944 140145255795240 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28390/tid=28396] ppid=28388 vsize=9824668 CPUtime=2.84 cores=1,3,5,7
/proc/28390/task/28396/stat : 28396 (java) S 28388 28390 25404 0 -1 4202560 327 0 0 0 278 6 0 0 20 0 22 0 254310478 10060460032 532517 33554432000 1073741824 1073778376 140734209144944 140145254742440 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28390/tid=28397] ppid=28388 vsize=9824668 CPUtime=2.87 cores=1,3,5,7
/proc/28390/task/28397/stat : 28397 (java) S 28388 28390 25404 0 -1 4202560 373 0 0 0 277 10 0 0 20 0 22 0 254310478 10060460032 532517 33554432000 1073741824 1073778376 140734209144944 140145253690152 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28390/tid=28398] ppid=28388 vsize=9824668 CPUtime=2.83 cores=1,3,5,7
/proc/28390/task/28398/stat : 28398 (java) S 28388 28390 25404 0 -1 4202560 330 0 0 0 276 7 0 0 20 0 22 0 254310478 10060460032 532517 33554432000 1073741824 1073778376 140734209144944 140144782863016 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28390/tid=28399] ppid=28388 vsize=9824668 CPUtime=2.98 cores=1,3,5,7
/proc/28390/task/28399/stat : 28399 (java) S 28388 28390 25404 0 -1 4202560 339 0 0 0 290 8 0 0 20 0 22 0 254310478 10060460032 532517 33554432000 1073741824 1073778376 140734209144944 140144781810728 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28390/tid=28400] ppid=28388 vsize=9824668 CPUtime=2.87 cores=1,3,5,7
/proc/28390/task/28400/stat : 28400 (java) S 28388 28390 25404 0 -1 4202560 330 0 0 0 280 7 0 0 20 0 22 0 254310478 10060460032 532517 33554432000 1073741824 1073778376 140734209144944 140144780757928 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28390/tid=28401] ppid=28388 vsize=9824668 CPUtime=26.05 cores=1,3,5,7
/proc/28390/task/28401/stat : 28401 (java) S 28388 28390 25404 0 -1 4202560 30584 0 0 0 2570 35 0 0 20 0 22 0 254310479 10060460032 532517 33554432000 1073741824 1073778376 140734209144944 140144768346344 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28390/tid=28402] ppid=28388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28390/task/28402/stat : 28402 (java) S 28388 28390 25404 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254310480 10060460032 532517 33554432000 1073741824 1073778376 140734209144944 140144767292408 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28390/tid=28403] ppid=28388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28390/task/28403/stat : 28403 (java) S 28388 28390 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254310480 10060460032 532517 33554432000 1073741824 1073778376 140734209144944 140144766240008 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28390/tid=28404] ppid=28388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28390/task/28404/stat : 28404 (java) S 28388 28390 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254310483 10060460032 532517 33554432000 1073741824 1073778376 140734209144944 140144765188496 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28390/tid=28405] ppid=28388 vsize=9824668 CPUtime=1.76 cores=1,3,5,7
/proc/28390/task/28405/stat : 28405 (java) S 28388 28390 25404 0 -1 4202560 13062 0 0 0 173 3 0 0 20 0 22 0 254310483 10060460032 532517 33554432000 1073741824 1073778376 140734209144944 140144764136120 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28390/tid=28406] ppid=28388 vsize=9824668 CPUtime=1.24 cores=1,3,5,7
/proc/28390/task/28406/stat : 28406 (java) S 28388 28390 25404 0 -1 4202560 6776 0 0 0 123 1 0 0 20 0 22 0 254310483 10060460032 532517 33554432000 1073741824 1073778376 140734209144944 140144763083320 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28390/tid=28407] ppid=28388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28390/task/28407/stat : 28407 (java) S 28388 28390 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254310483 10060460032 532517 33554432000 1073741824 1073778376 140734209144944 140144762031224 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28390/tid=28408] ppid=28388 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/28390/task/28408/stat : 28408 (java) S 28388 28390 25404 0 -1 4202560 46 0 0 0 20 22 0 0 20 0 22 0 254310483 10060460032 532517 33554432000 1073741824 1073778376 140734209144944 140144760978632 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28390/tid=28409] ppid=28388 vsize=9824668 CPUtime=785.55 cores=1,3,5,7
/proc/28390/task/28409/stat : 28409 (java) R 28388 28390 25404 0 -1 4202560 141 0 0 0 78542 13 0 0 20 0 22 0 254310686 10060460032 532517 33554432000 1073741824 1073778376 140734209144944 140144759889320 140145136251985 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28390/tid=28410] ppid=28388 vsize=9824668 CPUtime=785.53 cores=1,3,5,7
/proc/28390/task/28410/stat : 28410 (java) R 28388 28390 25404 0 -1 4202560 1840 0 0 0 78504 49 0 0 20 0 22 0 254310686 10060460032 532517 33554432000 1073741824 1073778376 140734209144944 140144758837624 140145135710816 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28390/tid=28411] ppid=28388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28390/task/28411/stat : 28411 (java) S 28388 28390 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254310687 10060460032 532517 33554432000 1073741824 1073778376 140734209144944 140144757785768 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28390/tid=28412] ppid=28388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28390/task/28412/stat : 28412 (java) S 28388 28390 25404 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254310687 10060460032 532517 33554432000 1073741824 1073778376 140734209144944 140144756732968 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1629.46
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.97 3.96 3.62 5/219 28512
/proc/meminfo: memFree=25990784/32873844 swapFree=7612/7612
[pid=28390] ppid=28388 vsize=9824668 CPUtime=1749.63 cores=1,3,5,7
/proc/28390/stat : 28390 (java) S 28388 28390 25404 0 -1 4202496 60519 0 1 0 174793 170 0 0 20 0 22 0 254310476 10060460032 522319 33554432000 1073741824 1073778376 140734209144944 140734209136080 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28390/statm: 2456167 522319 2286 9 0 2446860 0
[pid=28390/tid=28392] ppid=28388 vsize=9824668 CPUtime=1.94 cores=1,3,5,7
/proc/28390/task/28392/stat : 28392 (java) S 28388 28390 25404 0 -1 4202560 2604 0 1 0 186 8 0 0 20 0 22 0 254310477 10060460032 522319 33554432000 1073741824 1073778376 140734209144944 140145279800312 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28390/tid=28393] ppid=28388 vsize=9824668 CPUtime=3.16 cores=1,3,5,7
/proc/28390/task/28393/stat : 28393 (java) S 28388 28390 25404 0 -1 4202560 337 0 0 0 308 8 0 0 20 0 22 0 254310478 10060460032 522319 33554432000 1073741824 1073778376 140734209144944 140145257900328 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28390/tid=28394] ppid=28388 vsize=9824668 CPUtime=3.16 cores=1,3,5,7
/proc/28390/task/28394/stat : 28394 (java) S 28388 28390 25404 0 -1 4202560 330 0 0 0 309 7 0 0 20 0 22 0 254310478 10060460032 522319 33554432000 1073741824 1073778376 140734209144944 140145256847528 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28390/tid=28395] ppid=28388 vsize=9824668 CPUtime=3.03 cores=1,3,5,7
/proc/28390/task/28395/stat : 28395 (java) S 28388 28390 25404 0 -1 4202560 331 0 0 0 298 5 0 0 20 0 22 0 254310478 10060460032 522319 33554432000 1073741824 1073778376 140734209144944 140145255795240 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28390/tid=28396] ppid=28388 vsize=9824668 CPUtime=3.04 cores=1,3,5,7
/proc/28390/task/28396/stat : 28396 (java) S 28388 28390 25404 0 -1 4202560 328 0 0 0 298 6 0 0 20 0 22 0 254310478 10060460032 522319 33554432000 1073741824 1073778376 140734209144944 140145254742440 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28390/tid=28397] ppid=28388 vsize=9824668 CPUtime=3.08 cores=1,3,5,7
/proc/28390/task/28397/stat : 28397 (java) S 28388 28390 25404 0 -1 4202560 374 0 0 0 298 10 0 0 20 0 22 0 254310478 10060460032 522319 33554432000 1073741824 1073778376 140734209144944 140145253690152 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28390/tid=28398] ppid=28388 vsize=9824668 CPUtime=3.01 cores=1,3,5,7
/proc/28390/task/28398/stat : 28398 (java) S 28388 28390 25404 0 -1 4202560 330 0 0 0 294 7 0 0 20 0 22 0 254310478 10060460032 522319 33554432000 1073741824 1073778376 140734209144944 140144782863016 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28390/tid=28399] ppid=28388 vsize=9824668 CPUtime=3.27 cores=1,3,5,7
/proc/28390/task/28399/stat : 28399 (java) S 28388 28390 25404 0 -1 4202560 342 0 0 0 319 8 0 0 20 0 22 0 254310478 10060460032 522319 33554432000 1073741824 1073778376 140734209144944 140144781810728 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28390/tid=28400] ppid=28388 vsize=9824668 CPUtime=3.07 cores=1,3,5,7
/proc/28390/task/28400/stat : 28400 (java) S 28388 28390 25404 0 -1 4202560 331 0 0 0 300 7 0 0 20 0 22 0 254310478 10060460032 522319 33554432000 1073741824 1073778376 140734209144944 140144780757928 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28390/tid=28401] ppid=28388 vsize=9824668 CPUtime=26.59 cores=1,3,5,7
/proc/28390/task/28401/stat : 28401 (java) S 28388 28390 25404 0 -1 4202560 32124 0 0 0 2621 38 0 0 20 0 22 0 254310479 10060460032 522319 33554432000 1073741824 1073778376 140734209144944 140144768346344 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28390/tid=28402] ppid=28388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28390/task/28402/stat : 28402 (java) S 28388 28390 25404 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254310480 10060460032 522319 33554432000 1073741824 1073778376 140734209144944 140144767292408 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28390/tid=28403] ppid=28388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28390/task/28403/stat : 28403 (java) S 28388 28390 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254310480 10060460032 522319 33554432000 1073741824 1073778376 140734209144944 140144766240008 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28390/tid=28404] ppid=28388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28390/task/28404/stat : 28404 (java) S 28388 28390 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254310483 10060460032 522319 33554432000 1073741824 1073778376 140734209144944 140144765188496 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28390/tid=28405] ppid=28388 vsize=9824668 CPUtime=1.76 cores=1,3,5,7
/proc/28390/task/28405/stat : 28405 (java) S 28388 28390 25404 0 -1 4202560 13062 0 0 0 173 3 0 0 20 0 22 0 254310483 10060460032 522319 33554432000 1073741824 1073778376 140734209144944 140144764136120 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28390/tid=28406] ppid=28388 vsize=9824668 CPUtime=1.24 cores=1,3,5,7
/proc/28390/task/28406/stat : 28406 (java) S 28388 28390 25404 0 -1 4202560 6776 0 0 0 123 1 0 0 20 0 22 0 254310483 10060460032 522319 33554432000 1073741824 1073778376 140734209144944 140144763083320 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28390/tid=28407] ppid=28388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28390/task/28407/stat : 28407 (java) S 28388 28390 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254310483 10060460032 522319 33554432000 1073741824 1073778376 140734209144944 140144762031224 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28390/tid=28408] ppid=28388 vsize=9824668 CPUtime=0.46 cores=1,3,5,7
/proc/28390/task/28408/stat : 28408 (java) S 28388 28390 25404 0 -1 4202560 50 0 0 0 23 23 0 0 20 0 22 0 254310483 10060460032 522319 33554432000 1073741824 1073778376 140734209144944 140144760978632 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28390/tid=28409] ppid=28388 vsize=9824668 CPUtime=844.36 cores=1,3,5,7
/proc/28390/task/28409/stat : 28409 (java) R 28388 28390 25404 0 -1 4202560 150 0 0 0 84422 14 0 0 20 0 22 0 254310686 10060460032 522319 33554432000 1073741824 1073778376 140734209144944 140144759889200 140145136038524 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28390/tid=28410] ppid=28388 vsize=9824668 CPUtime=844.35 cores=1,3,5,7
/proc/28390/task/28410/stat : 28410 (java) R 28388 28390 25404 0 -1 4202560 1856 0 0 0 84385 50 0 0 20 0 22 0 254310686 10060460032 522319 33554432000 1073741824 1073778376 140734209144944 140144758835584 140145135954048 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28390/tid=28411] ppid=28388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28390/task/28411/stat : 28411 (java) S 28388 28390 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254310687 10060460032 522319 33554432000 1073741824 1073778376 140734209144944 140144757785768 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28390/tid=28412] ppid=28388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28390/task/28412/stat : 28412 (java) S 28388 28390 25404 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254310687 10060460032 522319 33554432000 1073741824 1073778376 140734209144944 140144756732968 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1749.63
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+907.801 s]
/proc/loadavg: 4.04 3.98 3.63 5/219 28512
/proc/meminfo: memFree=26010976/32873844 swapFree=7612/7612
[pid=28390] ppid=28388 vsize=9824668 CPUtime=1800.16 cores=1,3,5,7
/proc/28390/stat : 28390 (java) S 28388 28390 25404 0 -1 4202496 61635 0 1 0 179844 172 0 0 20 0 22 0 254310476 10060460032 513598 33554432000 1073741824 1073778376 140734209144944 140734209136080 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28390/statm: 2456167 513598 2286 9 0 2446860 0
[pid=28390/tid=28392] ppid=28388 vsize=9824668 CPUtime=1.94 cores=1,3,5,7
/proc/28390/task/28392/stat : 28392 (java) S 28388 28390 25404 0 -1 4202560 2605 0 1 0 186 8 0 0 20 0 22 0 254310477 10060460032 513598 33554432000 1073741824 1073778376 140734209144944 140145279800312 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28390/tid=28393] ppid=28388 vsize=9824668 CPUtime=3.26 cores=1,3,5,7
/proc/28390/task/28393/stat : 28393 (java) S 28388 28390 25404 0 -1 4202560 337 0 0 0 318 8 0 0 20 0 22 0 254310478 10060460032 513598 33554432000 1073741824 1073778376 140734209144944 140145257900328 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28390/tid=28394] ppid=28388 vsize=9824668 CPUtime=3.3 cores=1,3,5,7
/proc/28390/task/28394/stat : 28394 (java) S 28388 28390 25404 0 -1 4202560 330 0 0 0 323 7 0 0 20 0 22 0 254310478 10060460032 513598 33554432000 1073741824 1073778376 140734209144944 140145256847528 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28390/tid=28395] ppid=28388 vsize=9824668 CPUtime=3.11 cores=1,3,5,7
/proc/28390/task/28395/stat : 28395 (java) S 28388 28390 25404 0 -1 4202560 331 0 0 0 306 5 0 0 20 0 22 0 254310478 10060460032 513598 33554432000 1073741824 1073778376 140734209144944 140145255795240 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28390/tid=28396] ppid=28388 vsize=9824668 CPUtime=3.15 cores=1,3,5,7
/proc/28390/task/28396/stat : 28396 (java) S 28388 28390 25404 0 -1 4202560 328 0 0 0 309 6 0 0 20 0 22 0 254310478 10060460032 513598 33554432000 1073741824 1073778376 140734209144944 140145254742440 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28390/tid=28397] ppid=28388 vsize=9824668 CPUtime=3.17 cores=1,3,5,7
/proc/28390/task/28397/stat : 28397 (java) S 28388 28390 25404 0 -1 4202560 374 0 0 0 307 10 0 0 20 0 22 0 254310478 10060460032 513598 33554432000 1073741824 1073778376 140734209144944 140145253690152 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28390/tid=28398] ppid=28388 vsize=9824668 CPUtime=3.12 cores=1,3,5,7
/proc/28390/task/28398/stat : 28398 (java) S 28388 28390 25404 0 -1 4202560 330 0 0 0 305 7 0 0 20 0 22 0 254310478 10060460032 513598 33554432000 1073741824 1073778376 140734209144944 140144782863016 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28390/tid=28399] ppid=28388 vsize=9824668 CPUtime=3.37 cores=1,3,5,7
/proc/28390/task/28399/stat : 28399 (java) S 28388 28390 25404 0 -1 4202560 342 0 0 0 329 8 0 0 20 0 22 0 254310478 10060460032 513598 33554432000 1073741824 1073778376 140734209144944 140144781810728 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28390/tid=28400] ppid=28388 vsize=9824668 CPUtime=3.14 cores=1,3,5,7
/proc/28390/task/28400/stat : 28400 (java) S 28388 28390 25404 0 -1 4202560 331 0 0 0 307 7 0 0 20 0 22 0 254310478 10060460032 513598 33554432000 1073741824 1073778376 140734209144944 140144780757928 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28390/tid=28401] ppid=28388 vsize=9824668 CPUtime=27.43 cores=1,3,5,7
/proc/28390/task/28401/stat : 28401 (java) S 28388 28390 25404 0 -1 4202560 33227 0 0 0 2704 39 0 0 20 0 22 0 254310479 10060460032 513598 33554432000 1073741824 1073778376 140734209144944 140144768346344 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28390/tid=28402] ppid=28388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28390/task/28402/stat : 28402 (java) S 28388 28390 25404 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254310480 10060460032 513598 33554432000 1073741824 1073778376 140734209144944 140144767292408 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28390/tid=28403] ppid=28388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28390/task/28403/stat : 28403 (java) S 28388 28390 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254310480 10060460032 513598 33554432000 1073741824 1073778376 140734209144944 140144766240008 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28390/tid=28404] ppid=28388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28390/task/28404/stat : 28404 (java) S 28388 28390 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254310483 10060460032 513598 33554432000 1073741824 1073778376 140734209144944 140144765188496 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28390/tid=28405] ppid=28388 vsize=9824668 CPUtime=1.76 cores=1,3,5,7
/proc/28390/task/28405/stat : 28405 (java) S 28388 28390 25404 0 -1 4202560 13062 0 0 0 173 3 0 0 20 0 22 0 254310483 10060460032 513598 33554432000 1073741824 1073778376 140734209144944 140144764136120 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28390/tid=28406] ppid=28388 vsize=9824668 CPUtime=1.24 cores=1,3,5,7
/proc/28390/task/28406/stat : 28406 (java) S 28388 28390 25404 0 -1 4202560 6776 0 0 0 123 1 0 0 20 0 22 0 254310483 10060460032 513598 33554432000 1073741824 1073778376 140734209144944 140144763083320 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28390/tid=28407] ppid=28388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28390/task/28407/stat : 28407 (java) S 28388 28390 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254310483 10060460032 513598 33554432000 1073741824 1073778376 140734209144944 140144762031224 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28390/tid=28408] ppid=28388 vsize=9824668 CPUtime=0.47 cores=1,3,5,7
/proc/28390/task/28408/stat : 28408 (java) S 28388 28390 25404 0 -1 4202560 52 0 0 0 24 23 0 0 20 0 22 0 254310483 10060460032 513598 33554432000 1073741824 1073778376 140734209144944 140144760978632 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28390/tid=28409] ppid=28388 vsize=9824668 CPUtime=868.72 cores=1,3,5,7
/proc/28390/task/28409/stat : 28409 (java) R 28388 28390 25404 0 -1 4202560 155 0 0 0 86857 15 0 0 20 0 22 0 254310686 10060460032 513598 33554432000 1073741824 1073778376 140734209144944 140144759889200 140145136038538 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28390/tid=28410] ppid=28388 vsize=9824668 CPUtime=868.72 cores=1,3,5,7
/proc/28390/task/28410/stat : 28410 (java) R 28388 28390 25404 0 -1 4202560 1861 0 0 0 86821 51 0 0 20 0 22 0 254310686 10060460032 513598 33554432000 1073741824 1073778376 140734209144944 140144758837504 140145136428113 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28390/tid=28411] ppid=28388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28390/task/28411/stat : 28411 (java) S 28388 28390 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254310687 10060460032 513598 33554432000 1073741824 1073778376 140734209144944 140144757785768 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28390/tid=28412] ppid=28388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28390/task/28412/stat : 28412 (java) S 28388 28390 25404 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254310687 10060460032 513598 33554432000 1073741824 1073778376 140734209144944 140144756732968 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
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 28390 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=169244
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=142674
# CPU time returned by wait4() is 1796.31
# while last known CPU time is 1800.16
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 907.856
CPU time (s): 1800.16
CPU user time (s): 1798.44
CPU system time (s): 1.72
CPU usage (%): 198.287
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.17
system time used= 2.14267
maximum resident set size= 2922844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61667
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33346
involuntary context switches= 50933

runsolver used 3.2995 second user time and 9.1866 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-24 19:51:01
IDJOB=3689414
IDBENCH=89703
IDSOLVER=2268
FILE ID=node143/3689414-1337881861
RUNJOBID= node143-1337871881-25422
PBS_JOBID= 14620061
Free space on /tmp= 71504 MiB

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

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

MD5SUM BENCH= 0d52a3bd95f65144c5f8bf26bef42f13
RANDOM SEED=413812369

node143.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.787
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.57
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.787
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.787
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.787
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.787
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.90
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.787
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	: 5298.57
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.787
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.787
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:        26584620 kB
Buffers:          226728 kB
Cached:          2575780 kB
SwapCached:            0 kB
Active:          3303344 kB
Inactive:        2200208 kB
Active(anon):    2702028 kB
Inactive(anon):     1340 kB
Active(file):     601316 kB
Inactive(file):  2198868 kB
Unevictable:        7612 kB
Mlocked:            7612 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9480 kB
Writeback:            16 kB
AnonPages:       2710240 kB
Mapped:            22600 kB
Shmem:               200 kB
Slab:             640004 kB
SReclaimable:      82308 kB
SUnreclaim:       557696 kB
KernelStack:        1624 kB
PageTables:         9720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3021892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2629632 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= 71504 MiB
End job on node143 at 2012-05-24 20:06:11