Trace number 3689608

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.02 922.079

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K94.opb
MD5SUM08b0e704e28720f9a0455d95c872079f
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1099.94
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6392
Total number of constraints6582
Number of constraints which are clauses6488
Number of constraints which are cardinality constraints (but not clauses)94
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint94
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 95
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.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-3689608-1337883577.opb
0.08/0.13	c reading problem ... 
0.77/0.47	c ... done. Wall clock time 0.346s.
0.77/0.47	c declared #vars     6392
0.77/0.47	c #constraints  6582
0.77/0.47	c constraints type 
0.77/0.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5277
0.77/0.47	c org.sat4j.minisat.constraints.card.MinWatchCard => 94
0.77/0.47	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.77/0.47	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1209
0.77/0.47	c 6582 constraints processed.
0.77/0.47	c constraints type 
0.77/0.47	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1209
0.77/0.47	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5277
0.77/0.47	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 94
0.77/0.47	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.77/0.47	c 6582 constraints processed.
4.10/1.59	c cleaning 2495 clauses out of 4997 with flag 5004/5004
7.40/2.78	c cleaning 4235 clauses out of 8489 with flag 11000/11000
10.19/4.19	c cleaning 5586 clauses out of 11251 with flag 18002/18002
13.78/5.96	c cleaning 6803 clauses out of 13662 with flag 26002/26002
17.18/7.70	c cleaning 7862 clauses out of 15854 with flag 35000/35000
21.09/9.63	c cleaning 8886 clauses out of 17991 with flag 45000/45000
25.57/12.00	c cleaning 10025 clauses out of 20105 with flag 56000/56000
30.70/14.59	c cleaning 10975 clauses out of 22079 with flag 68000/68000
35.89/17.20	c cleaning 11984 clauses out of 24105 with flag 81001/81001
41.92/20.32	c cleaning 12954 clauses out of 26120 with flag 95000/95000
47.96/23.42	c cleaning 14018 clauses out of 28165 with flag 110000/110000
55.78/27.42	c cleaning 14979 clauses out of 30146 with flag 126000/126000
67.26/33.37	c cleaning 16016 clauses out of 32168 with flag 143001/143001
77.31/38.43	c cleaning 16990 clauses out of 34152 with flag 161001/161001
86.26/43.03	c cleaning 17950 clauses out of 36161 with flag 180000/180000
97.36/48.76	c cleaning 18991 clauses out of 38211 with flag 200000/200000
107.28/53.97	c cleaning 19875 clauses out of 40219 with flag 221000/221000
118.93/59.98	c cleaning 21017 clauses out of 42344 with flag 243000/243000
129.98/65.67	c cleaning 21994 clauses out of 44326 with flag 266001/266001
142.40/72.01	c cleaning 23097 clauses out of 46331 with flag 290000/290000
155.38/78.83	c cleaning 23972 clauses out of 48233 with flag 315000/315000
168.17/85.41	c cleaning 24923 clauses out of 50265 with flag 341004/341004
185.16/94.12	c cleaning 25691 clauses out of 52341 with flag 368003/368003
205.15/104.32	c cleaning 27203 clauses out of 54647 with flag 396000/396000
222.82/113.60	c cleaning 28072 clauses out of 56443 with flag 425000/425000
238.53/121.63	c cleaning 29001 clauses out of 58372 with flag 455001/455001
254.83/130.02	c cleaning 30028 clauses out of 60376 with flag 486006/486006
276.30/141.02	c cleaning 31006 clauses out of 62342 with flag 518000/518000
304.13/155.30	c cleaning 31959 clauses out of 64336 with flag 551000/551000
330.61/169.56	c cleaning 32984 clauses out of 66377 with flag 585000/585000
351.71/180.36	c cleaning 33842 clauses out of 68394 with flag 620002/620002
385.86/198.00	c cleaning 34870 clauses out of 70550 with flag 656000/656000
394.96/202.80	c cleaning 0 clauses out of 5000 with flag 0/5000
408.69/210.08	c cleaning 36224 clauses out of 72682 with flag 693002/693002
431.08/221.59	c cleaning 37018 clauses out of 74459 with flag 731003/731003
455.08/234.11	c cleaning 37254 clauses out of 76439 with flag 770001/770001
482.54/248.25	c cleaning 38884 clauses out of 79194 with flag 810010/810010
506.81/260.72	c cleaning 39081 clauses out of 81300 with flag 851001/851001
538.44/276.98	c cleaning 40668 clauses out of 84218 with flag 893000/893000
575.78/296.23	c cleaning 41818 clauses out of 86551 with flag 936001/936001
617.01/317.21	c cleaning 42926 clauses out of 88734 with flag 980002/980002
644.97/331.64	c cleaning 43200 clauses out of 90806 with flag 1025000/1025000
684.74/351.99	c cleaning 44537 clauses out of 93605 with flag 1071000/1071000
723.59/372.19	c cleaning 45553 clauses out of 96069 with flag 1118001/1118001
773.35/397.49	c cleaning 46600 clauses out of 98515 with flag 1166000/1166000
832.21/427.39	c cleaning 48317 clauses out of 100915 with flag 1215000/1215000
870.34/446.93	c cleaning 48274 clauses out of 102597 with flag 1265000/1265000
905.08/465.27	c cleaning 49331 clauses out of 105323 with flag 1316000/1316000
954.72/490.64	c cleaning 50802 clauses out of 107995 with flag 1368003/1368003
1004.93/516.34	c cleaning 51623 clauses out of 110193 with flag 1421003/1421003
1069.77/549.37	c cleaning 52622 clauses out of 112569 with flag 1475002/1475002
1115.73/573.29	c cleaning 53529 clauses out of 114946 with flag 1530001/1530001
1156.36/594.19	c cleaning 54064 clauses out of 117415 with flag 1586000/1586000
1211.19/622.18	c cleaning 55507 clauses out of 120351 with flag 1643000/1643000
1252.01/643.19	c cleaning 56320 clauses out of 122844 with flag 1701000/1701000
1308.35/672.21	c cleaning 57874 clauses out of 125525 with flag 1760002/1760002
1370.07/704.57	c cleaning 59173 clauses out of 127651 with flag 1820002/1820002
1445.92/742.74	c cleaning 59517 clauses out of 129476 with flag 1881000/1881000
1536.17/788.66	c cleaning 61160 clauses out of 131960 with flag 1943001/1943001
1625.86/833.85	c cleaning 62058 clauses out of 133800 with flag 2006001/2006001
1719.89/881.34	c cleaning 62913 clauses out of 135742 with flag 2070001/2070001
1800.02/922.01	c starts		: 210
1800.02/922.01	c conflicts		: 2126075
1800.02/922.01	c decisions		: 16157353
1800.02/922.01	c propagations		: 701891077
1800.02/922.01	c inspects		: 2942066542
1800.02/922.01	c shortcuts		: 0
1800.02/922.01	c learnt literals	: 42
1800.02/922.01	c learnt binary clauses	: 63061
1800.02/922.01	c learnt ternary clauses	: 78209
1800.02/922.01	c learnt constraints	: 2126032
1800.02/922.01	c ignored constraints	: 0
1800.02/922.01	c root simplifications	: 0
1800.02/922.01	c removed literals (reason simplification)	: 70355856
1800.02/922.01	c reason swapping (by a shorter reason)	: 0
1800.02/922.01	c Calls to reduceDB	: 60
1800.02/922.01	c number of reductions to clauses (during analyze)	: 0
1800.02/922.01	c number of learned constraints concerned by reduction	: 0
1800.02/922.01	c number of learning phase by resolution	: 0
1800.02/922.01	c number of learning phase by cutting planes	: 0
1800.02/922.01	c speed (assignments/second)	: 761669.9840263219
1800.02/922.01	c non guided choices	7175
1800.02/922.06	c learnt constraints type 
1800.02/922.06	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 63063
1800.02/922.06	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 65874
1800.02/922.06	c constraints type 
1800.02/922.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5277
1800.02/922.06	c org.sat4j.minisat.constraints.card.MinWatchCard => 94
1800.02/922.06	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.02/922.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1209
1800.02/922.06	c 6582 constraints processed.
1800.02/922.06	c constraints type 
1800.02/922.06	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1209
1800.02/922.06	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5277
1800.02/922.06	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 94
1800.02/922.06	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.02/922.06	c 6582 constraints processed.
1800.02/922.06	s UNKNOWN
1800.02/922.06	c Total wall clock time (in seconds): 921.93

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-3689608-1337883577/watcher-3689608-1337883577 -o /tmp/evaluation-result-3689608-1337883577/solver-3689608-1337883577 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689608-1337883577.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: 3.96 3.90 3.78 4/197 25007
/proc/meminfo: memFree=28173000/32873844 swapFree=6856/6856
[pid=25007] ppid=25005 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25007/stat : 25007 (java) D 25005 25007 20503 0 -1 4202496 241 0 0 0 0 0 0 0 20 0 1 0 254486214 9515008 176 33554432000 1073741824 1073778376 140737455793488 140737455776216 270118241168 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/25007/statm: 2323 176 133 9 0 71 0

[startup+0.0519879 s]
/proc/loadavg: 3.96 3.90 3.78 4/197 25007
/proc/meminfo: memFree=28173000/32873844 swapFree=6856/6856
[pid=25007] ppid=25005 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/25007/stat : 25007 (java) S 25005 25007 20503 0 -1 4202496 3029 0 1 0 2 0 0 0 20 0 13 0 254486214 9446973440 3726 33554432000 1073741824 1073778376 140735674890016 140735674881152 270121599037 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25007/statm: 2306390 3728 1699 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100271 s]
/proc/loadavg: 3.96 3.90 3.78 4/197 25007
/proc/meminfo: memFree=28173000/32873844 swapFree=6856/6856
[pid=25007] ppid=25005 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/25007/stat : 25007 (java) S 25005 25007 20503 0 -1 4202496 4173 0 1 0 7 1 0 0 20 0 18 0 254486214 9787813888 5366 33554432000 1073741824 1073778376 140735674890016 140735674881152 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25007/statm: 2389603 5367 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300238 s]
/proc/loadavg: 3.96 3.90 3.78 4/197 25007
/proc/meminfo: memFree=28173000/32873844 swapFree=6856/6856
[pid=25007] ppid=25005 vsize=9558412 CPUtime=0.53 cores=1,3,5,7
/proc/25007/stat : 25007 (java) S 25005 25007 20503 0 -1 4202496 7301 0 1 0 51 2 0 0 20 0 18 0 254486214 9787813888 9783 33554432000 1073741824 1073778376 140735674890016 140735674881152 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25007/statm: 2389603 9783 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558412

[startup+0.700197 s]
/proc/loadavg: 3.96 3.90 3.78 4/197 25007
/proc/meminfo: memFree=28173000/32873844 swapFree=6856/6856
[pid=25007] ppid=25005 vsize=9824668 CPUtime=1.9 cores=1,3,5,7
/proc/25007/stat : 25007 (java) S 25005 25007 20503 0 -1 4202496 14337 0 1 0 185 5 0 0 20 0 22 0 254486214 10060460032 22785 33554432000 1073741824 1073778376 140735674890016 140735674881152 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25007/statm: 2456167 22785 2255 9 0 2446860 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 9824668

[startup+1.50077 s]
/proc/loadavg: 3.96 3.90 3.78 6/219 25029
/proc/meminfo: memFree=28083896/32873844 swapFree=6856/6856
[pid=25007] ppid=25005 vsize=9824668 CPUtime=4.1 cores=1,3,5,7
/proc/25007/stat : 25007 (java) S 25005 25007 20503 0 -1 4202496 15863 0 1 0 404 6 0 0 20 0 22 0 254486214 10060460032 33035 33554432000 1073741824 1073778376 140735674890016 140735674881152 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25007/statm: 2456167 33035 2261 9 0 2446860 0
[pid=25007/tid=25009] ppid=25005 vsize=9824668 CPUtime=0.44 cores=1,3,5,7
/proc/25007/task/25009/stat : 25009 (java) S 25005 25007 20503 0 -1 4202560 2479 0 1 0 42 2 0 0 20 0 22 0 254486216 10060460032 33035 33554432000 1073741824 1073778376 140735674890016 140497665737720 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25007/tid=25010] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25010/stat : 25010 (java) S 25005 25007 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254486217 10060460032 33035 33554432000 1073741824 1073778376 140735674890016 140497643837608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25007/tid=25011] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25011/stat : 25011 (java) S 25005 25007 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254486217 10060460032 33035 33554432000 1073741824 1073778376 140735674890016 140497642785064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25007/tid=25012] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25012/stat : 25012 (java) S 25005 25007 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254486217 10060460032 33035 33554432000 1073741824 1073778376 140735674890016 140497439943080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25007/tid=25013] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25013/stat : 25013 (java) S 25005 25007 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254486217 10060460032 33035 33554432000 1073741824 1073778376 140735674890016 140497438890536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25007/tid=25014] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25014/stat : 25014 (java) S 25005 25007 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254486217 10060460032 33035 33554432000 1073741824 1073778376 140735674890016 140497437837992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25007/tid=25015] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25015/stat : 25015 (java) S 25005 25007 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254486217 10060460032 33035 33554432000 1073741824 1073778376 140735674890016 140497436785448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25007/tid=25016] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25016/stat : 25016 (java) S 25005 25007 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254486217 10060460032 33035 33554432000 1073741824 1073778376 140735674890016 140497435732904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25007/tid=25017] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25017/stat : 25017 (java) S 25005 25007 20503 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254486217 10060460032 33035 33554432000 1073741824 1073778376 140735674890016 140497434680360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25007/tid=25018] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25018/stat : 25018 (java) S 25005 25007 20503 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254486218 10060460032 33035 33554432000 1073741824 1073778376 140735674890016 140497422481512 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25007/tid=25019] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25019/stat : 25019 (java) S 25005 25007 20503 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 254486219 10060460032 33035 33554432000 1073741824 1073778376 140735674890016 140497421427832 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25007/tid=25020] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25020/stat : 25020 (java) S 25005 25007 20503 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254486219 10060460032 33035 33554432000 1073741824 1073778376 140735674890016 140497420375176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25007/tid=25021] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25021/stat : 25021 (java) S 25005 25007 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254486221 10060460032 33035 33554432000 1073741824 1073778376 140735674890016 140497419323920 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25007/tid=25022] ppid=25005 vsize=9824668 CPUtime=0.85 cores=1,3,5,7
/proc/25007/task/25022/stat : 25022 (java) S 25005 25007 20503 0 -1 4202560 5622 0 0 0 83 2 0 0 20 0 22 0 254486221 10060460032 33035 33554432000 1073741824 1073778376 140735674890016 140497418271288 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25007/tid=25023] ppid=25005 vsize=9824668 CPUtime=0.74 cores=1,3,5,7
/proc/25007/task/25023/stat : 25023 (java) S 25005 25007 20503 0 -1 4202560 6436 0 0 0 72 2 0 0 20 0 22 0 254486221 10060460032 33035 33554432000 1073741824 1073778376 140735674890016 140497417218744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25007/tid=25024] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25024/stat : 25024 (java) S 25005 25007 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254486221 10060460032 33035 33554432000 1073741824 1073778376 140735674890016 140497416166392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25007/tid=25025] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25025/stat : 25025 (java) S 25005 25007 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254486221 10060460032 33035 33554432000 1073741824 1073778376 140735674890016 140497415114056 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25007/tid=25026] ppid=25005 vsize=9824668 CPUtime=0.99 cores=1,3,5,7
/proc/25007/task/25026/stat : 25026 (java) R 25005 25007 20503 0 -1 4202560 31 0 0 0 99 0 0 0 20 0 22 0 254486262 10060460032 33035 33554432000 1073741824 1073778376 140735674890016 140497414058264 140497524738114 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=25007/tid=25027] ppid=25005 vsize=9824668 CPUtime=1 cores=1,3,5,7
/proc/25007/task/25027/stat : 25027 (java) R 25005 25007 20503 0 -1 4202560 92 0 0 0 100 0 0 0 20 0 22 0 254486262 10060460032 33035 33554432000 1073741824 1073778376 140735674890016 140497413004808 140497524995737 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25007/tid=25028] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25028/stat : 25028 (java) S 25005 25007 20503 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254486264 10060460032 33035 33554432000 1073741824 1073778376 140735674890016 140497411953704 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25007/tid=25029] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25029/stat : 25029 (java) S 25005 25007 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254486264 10060460032 33035 33554432000 1073741824 1073778376 140735674890016 140497410901160 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 9824668

[startup+3.10079 s]
/proc/loadavg: 4.12 3.94 3.79 6/219 25029
/proc/meminfo: memFree=28004656/32873844 swapFree=6856/6856
[pid=25007] ppid=25005 vsize=9824668 CPUtime=8.19 cores=1,3,5,7
/proc/25007/stat : 25007 (java) S 25005 25007 20503 0 -1 4202496 21052 0 1 0 808 11 0 0 20 0 22 0 254486214 10060460032 57424 33554432000 1073741824 1073778376 140735674890016 140735674881152 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25007/statm: 2456167 57424 2286 9 0 2446860 0
[pid=25007/tid=25009] ppid=25005 vsize=9824668 CPUtime=0.44 cores=1,3,5,7
/proc/25007/task/25009/stat : 25009 (java) S 25005 25007 20503 0 -1 4202560 2479 0 1 0 42 2 0 0 20 0 22 0 254486216 10060460032 57424 33554432000 1073741824 1073778376 140735674890016 140497665737720 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25007/tid=25010] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25010/stat : 25010 (java) S 25005 25007 20503 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 254486217 10060460032 57424 33554432000 1073741824 1073778376 140735674890016 140497643837608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25007/tid=25011] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25011/stat : 25011 (java) S 25005 25007 20503 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254486217 10060460032 57424 33554432000 1073741824 1073778376 140735674890016 140497642785064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25007/tid=25012] ppid=25005 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/25007/task/25012/stat : 25012 (java) S 25005 25007 20503 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 254486217 10060460032 57424 33554432000 1073741824 1073778376 140735674890016 140497439943080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25007/tid=25013] ppid=25005 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25007/task/25013/stat : 25013 (java) S 25005 25007 20503 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 254486217 10060460032 57424 33554432000 1073741824 1073778376 140735674890016 140497438890536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25007/tid=25014] ppid=25005 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25007/task/25014/stat : 25014 (java) S 25005 25007 20503 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 254486217 10060460032 57424 33554432000 1073741824 1073778376 140735674890016 140497437837992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25007/tid=25015] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25015/stat : 25015 (java) S 25005 25007 20503 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254486217 10060460032 57424 33554432000 1073741824 1073778376 140735674890016 140497436785448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25007/tid=25016] ppid=25005 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25007/task/25016/stat : 25016 (java) S 25005 25007 20503 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 22 0 254486217 10060460032 57424 33554432000 1073741824 1073778376 140735674890016 140497435732904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25007/tid=25017] ppid=25005 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25007/task/25017/stat : 25017 (java) S 25005 25007 20503 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 254486217 10060460032 57424 33554432000 1073741824 1073778376 140735674890016 140497434680360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25007/tid=25018] ppid=25005 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/25007/task/25018/stat : 25018 (java) S 25005 25007 20503 0 -1 4202560 104 0 0 0 9 0 0 0 20 0 22 0 254486218 10060460032 57424 33554432000 1073741824 1073778376 140735674890016 140497422481512 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25007/tid=25019] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25019/stat : 25019 (java) S 25005 25007 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254486219 10060460032 57424 33554432000 1073741824 1073778376 140735674890016 140497421427832 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25007/tid=25020] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25020/stat : 25020 (java) S 25005 25007 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254486219 10060460032 57424 33554432000 1073741824 1073778376 140735674890016 140497420375176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25007/tid=25021] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25021/stat : 25021 (java) S 25005 25007 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254486221 10060460032 57424 33554432000 1073741824 1073778376 140735674890016 140497419323920 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25007/tid=25022] ppid=25005 vsize=9824668 CPUtime=1.16 cores=1,3,5,7
/proc/25007/task/25022/stat : 25022 (java) S 25005 25007 20503 0 -1 4202560 6383 0 0 0 114 2 0 0 20 0 22 0 254486221 10060460032 57424 33554432000 1073741824 1073778376 140735674890016 140497418271288 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25007/tid=25023] ppid=25005 vsize=9824668 CPUtime=1.35 cores=1,3,5,7
/proc/25007/task/25023/stat : 25023 (java) S 25005 25007 20503 0 -1 4202560 10673 0 0 0 132 3 0 0 20 0 22 0 254486221 10060460032 57424 33554432000 1073741824 1073778376 140735674890016 140497417218744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25007/tid=25024] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25024/stat : 25024 (java) S 25005 25007 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254486221 10060460032 57424 33554432000 1073741824 1073778376 140735674890016 140497416166392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25007/tid=25025] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25025/stat : 25025 (java) S 25005 25007 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254486221 10060460032 57424 33554432000 1073741824 1073778376 140735674890016 140497415114056 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25007/tid=25026] ppid=25005 vsize=9824668 CPUtime=2.43 cores=1,3,5,7
/proc/25007/task/25026/stat : 25026 (java) R 25005 25007 20503 0 -1 4202560 33 0 0 0 243 0 0 0 20 0 22 0 254486262 10060460032 57424 33554432000 1073741824 1073778376 140735674890016 140497414058080 140497524728545 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=25007/tid=25027] ppid=25005 vsize=9824668 CPUtime=2.45 cores=1,3,5,7
/proc/25007/task/25027/stat : 25027 (java) R 25005 25007 20503 0 -1 4202560 113 0 0 0 243 2 0 0 20 0 22 0 254486262 10060460032 57424 33554432000 1073741824 1073778376 140735674890016 140497413003344 140497524842520 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25007/tid=25028] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25028/stat : 25028 (java) S 25005 25007 20503 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254486264 10060460032 57424 33554432000 1073741824 1073778376 140735674890016 140497411953704 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25007/tid=25029] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25029/stat : 25029 (java) S 25005 25007 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254486264 10060460032 57424 33554432000 1073741824 1073778376 140735674890016 140497410901160 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.19
Current children cumulated vsize (KiB) 9824668

[startup+6.30088 s]
/proc/loadavg: 4.12 3.94 3.79 5/219 25029
/proc/meminfo: memFree=27811400/32873844 swapFree=6856/6856
[pid=25007] ppid=25005 vsize=9824668 CPUtime=14.52 cores=1,3,5,7
/proc/25007/stat : 25007 (java) S 25005 25007 20503 0 -1 4202496 21377 0 1 0 1433 19 0 0 20 0 22 0 254486214 10060460032 101583 33554432000 1073741824 1073778376 140735674890016 140735674881152 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25007/statm: 2456167 101583 2286 9 0 2446860 0
[pid=25007/tid=25009] ppid=25005 vsize=9824668 CPUtime=0.44 cores=1,3,5,7
/proc/25007/task/25009/stat : 25009 (java) S 25005 25007 20503 0 -1 4202560 2479 0 1 0 42 2 0 0 20 0 22 0 254486216 10060460032 101583 33554432000 1073741824 1073778376 140735674890016 140497665737720 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25007/tid=25010] ppid=25005 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/25007/task/25010/stat : 25010 (java) S 25005 25007 20503 0 -1 4202560 34 0 0 0 5 1 0 0 20 0 22 0 254486217 10060460032 101583 33554432000 1073741824 1073778376 140735674890016 140497643837608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25007/tid=25011] ppid=25005 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/25007/task/25011/stat : 25011 (java) S 25005 25007 20503 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 22 0 254486217 10060460032 101583 33554432000 1073741824 1073778376 140735674890016 140497642785064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25007/tid=25012] ppid=25005 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/25007/task/25012/stat : 25012 (java) S 25005 25007 20503 0 -1 4202560 19 0 0 0 7 2 0 0 20 0 22 0 254486217 10060460032 101583 33554432000 1073741824 1073778376 140735674890016 140497439943080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25007/tid=25013] ppid=25005 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/25007/task/25013/stat : 25013 (java) S 25005 25007 20503 0 -1 4202560 26 0 0 0 4 1 0 0 20 0 22 0 254486217 10060460032 101583 33554432000 1073741824 1073778376 140735674890016 140497438890536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25007/tid=25014] ppid=25005 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/25007/task/25014/stat : 25014 (java) S 25005 25007 20503 0 -1 4202560 32 0 0 0 4 1 0 0 20 0 22 0 254486217 10060460032 101583 33554432000 1073741824 1073778376 140735674890016 140497437837992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25007/tid=25015] ppid=25005 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/25007/task/25015/stat : 25015 (java) S 25005 25007 20503 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 22 0 254486217 10060460032 101583 33554432000 1073741824 1073778376 140735674890016 140497436785448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25007/tid=25016] ppid=25005 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/25007/task/25016/stat : 25016 (java) S 25005 25007 20503 0 -1 4202560 15 0 0 0 7 0 0 0 20 0 22 0 254486217 10060460032 101583 33554432000 1073741824 1073778376 140735674890016 140497435732904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25007/tid=25017] ppid=25005 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/25007/task/25017/stat : 25017 (java) S 25005 25007 20503 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 22 0 254486217 10060460032 101583 33554432000 1073741824 1073778376 140735674890016 140497434680360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25007/tid=25018] ppid=25005 vsize=9824668 CPUtime=0.36 cores=1,3,5,7
/proc/25007/task/25018/stat : 25018 (java) S 25005 25007 20503 0 -1 4202560 266 0 0 0 34 2 0 0 20 0 22 0 254486218 10060460032 101583 33554432000 1073741824 1073778376 140735674890016 140497422481512 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25007/tid=25019] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25019/stat : 25019 (java) S 25005 25007 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254486219 10060460032 101583 33554432000 1073741824 1073778376 140735674890016 140497421427832 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25007/tid=25020] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25020/stat : 25020 (java) S 25005 25007 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254486219 10060460032 101583 33554432000 1073741824 1073778376 140735674890016 140497420375176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25007/tid=25021] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25021/stat : 25021 (java) S 25005 25007 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254486221 10060460032 101583 33554432000 1073741824 1073778376 140735674890016 140497419323920 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25007/tid=25022] ppid=25005 vsize=9824668 CPUtime=1.22 cores=1,3,5,7
/proc/25007/task/25022/stat : 25022 (java) S 25005 25007 20503 0 -1 4202560 6389 0 0 0 120 2 0 0 20 0 22 0 254486221 10060460032 101583 33554432000 1073741824 1073778376 140735674890016 140497418271288 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

/proc/25007/statm: 2456167 880295 2287 9 0 2446860 0
[pid=25007/tid=25009] ppid=25005 vsize=9824668 CPUtime=0.48 cores=1,3,5,7
/proc/25007/task/25009/stat : 25009 (java) S 25005 25007 20503 0 -1 4202560 2525 0 1 0 44 4 0 0 20 0 22 0 254486216 10060460032 880295 33554432000 1073741824 1073778376 140735674890016 140497665737720 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25007/tid=25010] ppid=25005 vsize=9824668 CPUtime=1.57 cores=1,3,5,7
/proc/25007/task/25010/stat : 25010 (java) S 25005 25007 20503 0 -1 4202560 484 0 0 0 148 9 0 0 20 0 22 0 254486217 10060460032 880295 33554432000 1073741824 1073778376 140735674890016 140497643837608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25007/tid=25011] ppid=25005 vsize=9824668 CPUtime=1.55 cores=1,3,5,7
/proc/25007/task/25011/stat : 25011 (java) S 25005 25007 20503 0 -1 4202560 278 0 0 0 148 7 0 0 20 0 22 0 254486217 10060460032 880295 33554432000 1073741824 1073778376 140735674890016 140497642785064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25007/tid=25012] ppid=25005 vsize=9824668 CPUtime=1.6 cores=1,3,5,7
/proc/25007/task/25012/stat : 25012 (java) S 25005 25007 20503 0 -1 4202560 309 0 0 0 153 7 0 0 20 0 22 0 254486217 10060460032 880295 33554432000 1073741824 1073778376 140735674890016 140497439943080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25007/tid=25013] ppid=25005 vsize=9824668 CPUtime=1.49 cores=1,3,5,7
/proc/25007/task/25013/stat : 25013 (java) S 25005 25007 20503 0 -1 4202560 637 0 0 0 141 8 0 0 20 0 22 0 254486217 10060460032 880295 33554432000 1073741824 1073778376 140735674890016 140497438890536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25007/tid=25014] ppid=25005 vsize=9824668 CPUtime=1.48 cores=1,3,5,7
/proc/25007/task/25014/stat : 25014 (java) S 25005 25007 20503 0 -1 4202560 329 0 0 0 138 10 0 0 20 0 22 0 254486217 10060460032 880295 33554432000 1073741824 1073778376 140735674890016 140497437837992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25007/tid=25015] ppid=25005 vsize=9824668 CPUtime=1.61 cores=1,3,5,7
/proc/25007/task/25015/stat : 25015 (java) S 25005 25007 20503 0 -1 4202560 288 0 0 0 154 7 0 0 20 0 22 0 254486217 10060460032 880295 33554432000 1073741824 1073778376 140735674890016 140497436785448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25007/tid=25016] ppid=25005 vsize=9824668 CPUtime=1.56 cores=1,3,5,7
/proc/25007/task/25016/stat : 25016 (java) S 25005 25007 20503 0 -1 4202560 431 0 0 0 148 8 0 0 20 0 22 0 254486217 10060460032 880295 33554432000 1073741824 1073778376 140735674890016 140497435732904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25007/tid=25017] ppid=25005 vsize=9824668 CPUtime=1.58 cores=1,3,5,7
/proc/25007/task/25017/stat : 25017 (java) S 25005 25007 20503 0 -1 4202560 336 0 0 0 149 9 0 0 20 0 22 0 254486217 10060460032 880295 33554432000 1073741824 1073778376 140735674890016 140497434680360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25007/tid=25018] ppid=25005 vsize=9824668 CPUtime=50.12 cores=1,3,5,7
/proc/25007/task/25018/stat : 25018 (java) S 25005 25007 20503 0 -1 4202560 3512 0 0 0 4998 14 0 0 20 0 22 0 254486218 10060460032 880295 33554432000 1073741824 1073778376 140735674890016 140497422481512 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25007/tid=25019] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25019/stat : 25019 (java) S 25005 25007 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254486219 10060460032 880295 33554432000 1073741824 1073778376 140735674890016 140497421427832 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25007/tid=25020] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25020/stat : 25020 (java) S 25005 25007 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254486219 10060460032 880295 33554432000 1073741824 1073778376 140735674890016 140497420375176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25007/tid=25021] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25021/stat : 25021 (java) S 25005 25007 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254486221 10060460032 880295 33554432000 1073741824 1073778376 140735674890016 140497419323920 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25007/tid=25022] ppid=25005 vsize=9824668 CPUtime=1.36 cores=1,3,5,7
/proc/25007/task/25022/stat : 25022 (java) S 25005 25007 20503 0 -1 4202560 6399 0 0 0 134 2 0 0 20 0 22 0 254486221 10060460032 880295 33554432000 1073741824 1073778376 140735674890016 140497418271288 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25007/tid=25023] ppid=25005 vsize=9824668 CPUtime=1.72 cores=1,3,5,7
/proc/25007/task/25023/stat : 25023 (java) S 25005 25007 20503 0 -1 4202560 11954 0 0 0 169 3 0 0 20 0 22 0 254486221 10060460032 880295 33554432000 1073741824 1073778376 140735674890016 140497417218744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25007/tid=25024] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25024/stat : 25024 (java) S 25005 25007 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254486221 10060460032 880295 33554432000 1073741824 1073778376 140735674890016 140497416166392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25007/tid=25025] ppid=25005 vsize=9824668 CPUtime=0.34 cores=1,3,5,7
/proc/25007/task/25025/stat : 25025 (java) S 25005 25007 20503 0 -1 4202560 47 0 0 0 17 17 0 0 20 0 22 0 254486221 10060460032 880295 33554432000 1073741824 1073778376 140735674890016 140497415114056 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25007/tid=25026] ppid=25005 vsize=9824668 CPUtime=766.16 cores=1,3,5,7
/proc/25007/task/25026/stat : 25026 (java) R 25005 25007 20503 0 -1 4202560 99 0 0 0 76604 12 0 0 20 0 22 0 254486262 10060460032 880295 33554432000 1073741824 1073778376 140735674890016 140497414056288 140497524661295 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25007/tid=25027] ppid=25005 vsize=9824668 CPUtime=766.04 cores=1,3,5,7
/proc/25007/task/25027/stat : 25027 (java) R 25005 25007 20503 0 -1 4202560 1212 0 0 0 76551 53 0 0 20 0 22 0 254486262 10060460032 880295 33554432000 1073741824 1073778376 140735674890016 140497413004448 140497524878030 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25007/tid=25028] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25028/stat : 25028 (java) S 25005 25007 20503 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254486264 10060460032 880295 33554432000 1073741824 1073778376 140735674890016 140497411953704 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25007/tid=25029] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25029/stat : 25029 (java) S 25005 25007 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254486264 10060460032 880295 33554432000 1073741824 1073778376 140735674890016 140497410901160 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1602.71
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.86 3.91 3.83 4/219 25100
/proc/meminfo: memFree=21834668/32873844 swapFree=6856/6856
[pid=25007] ppid=25005 vsize=9824668 CPUtime=1721.1 cores=1,3,5,7
/proc/25007/stat : 25007 (java) S 25005 25007 20503 0 -1 4202496 30210 0 1 0 171956 154 0 0 20 0 22 0 254486214 10060460032 889497 33554432000 1073741824 1073778376 140735674890016 140735674881152 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25007/statm: 2456167 889497 2287 9 0 2446860 0
[pid=25007/tid=25009] ppid=25005 vsize=9824668 CPUtime=0.48 cores=1,3,5,7
/proc/25007/task/25009/stat : 25009 (java) S 25005 25007 20503 0 -1 4202560 2525 0 1 0 44 4 0 0 20 0 22 0 254486216 10060460032 889497 33554432000 1073741824 1073778376 140735674890016 140497665737432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25007/tid=25010] ppid=25005 vsize=9824668 CPUtime=1.7 cores=1,3,5,7
/proc/25007/task/25010/stat : 25010 (java) S 25005 25007 20503 0 -1 4202560 484 0 0 0 160 10 0 0 20 0 22 0 254486217 10060460032 889497 33554432000 1073741824 1073778376 140735674890016 140497643837608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25007/tid=25011] ppid=25005 vsize=9824668 CPUtime=1.8 cores=1,3,5,7
/proc/25007/task/25011/stat : 25011 (java) S 25005 25007 20503 0 -1 4202560 278 0 0 0 173 7 0 0 20 0 22 0 254486217 10060460032 889497 33554432000 1073741824 1073778376 140735674890016 140497642785064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25007/tid=25012] ppid=25005 vsize=9824668 CPUtime=1.8 cores=1,3,5,7
/proc/25007/task/25012/stat : 25012 (java) S 25005 25007 20503 0 -1 4202560 322 0 0 0 173 7 0 0 20 0 22 0 254486217 10060460032 889497 33554432000 1073741824 1073778376 140735674890016 140497439943080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25007/tid=25013] ppid=25005 vsize=9824668 CPUtime=1.64 cores=1,3,5,7
/proc/25007/task/25013/stat : 25013 (java) S 25005 25007 20503 0 -1 4202560 651 0 0 0 156 8 0 0 20 0 22 0 254486217 10060460032 889497 33554432000 1073741824 1073778376 140735674890016 140497438890536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25007/tid=25014] ppid=25005 vsize=9824668 CPUtime=1.7 cores=1,3,5,7
/proc/25007/task/25014/stat : 25014 (java) S 25005 25007 20503 0 -1 4202560 344 0 0 0 160 10 0 0 20 0 22 0 254486217 10060460032 889497 33554432000 1073741824 1073778376 140735674890016 140497437837992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25007/tid=25015] ppid=25005 vsize=9824668 CPUtime=1.85 cores=1,3,5,7
/proc/25007/task/25015/stat : 25015 (java) S 25005 25007 20503 0 -1 4202560 354 0 0 0 178 7 0 0 20 0 22 0 254486217 10060460032 889497 33554432000 1073741824 1073778376 140735674890016 140497436785448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25007/tid=25016] ppid=25005 vsize=9824668 CPUtime=1.67 cores=1,3,5,7
/proc/25007/task/25016/stat : 25016 (java) S 25005 25007 20503 0 -1 4202560 435 0 0 0 159 8 0 0 20 0 22 0 254486217 10060460032 889497 33554432000 1073741824 1073778376 140735674890016 140497435732904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25007/tid=25017] ppid=25005 vsize=9824668 CPUtime=1.75 cores=1,3,5,7
/proc/25007/task/25017/stat : 25017 (java) S 25005 25007 20503 0 -1 4202560 345 0 0 0 166 9 0 0 20 0 22 0 254486217 10060460032 889497 33554432000 1073741824 1073778376 140735674890016 140497434680360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25007/tid=25018] ppid=25005 vsize=9824668 CPUtime=52.43 cores=1,3,5,7
/proc/25007/task/25018/stat : 25018 (java) R 25005 25007 20503 0 -1 4202560 3561 0 0 0 5228 15 0 0 20 0 22 0 254486218 10060460032 889497 33554432000 1073741824 1073778376 140735674890016 140497422480168 140497672591747 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25007/tid=25019] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25019/stat : 25019 (java) S 25005 25007 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254486219 10060460032 889497 33554432000 1073741824 1073778376 140735674890016 140497421427832 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25007/tid=25020] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25020/stat : 25020 (java) S 25005 25007 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254486219 10060460032 889497 33554432000 1073741824 1073778376 140735674890016 140497420375176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25007/tid=25021] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25021/stat : 25021 (java) S 25005 25007 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254486221 10060460032 889497 33554432000 1073741824 1073778376 140735674890016 140497419323920 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25007/tid=25022] ppid=25005 vsize=9824668 CPUtime=1.36 cores=1,3,5,7
/proc/25007/task/25022/stat : 25022 (java) S 25005 25007 20503 0 -1 4202560 6399 0 0 0 134 2 0 0 20 0 22 0 254486221 10060460032 889497 33554432000 1073741824 1073778376 140735674890016 140497418271288 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25007/tid=25023] ppid=25005 vsize=9824668 CPUtime=1.72 cores=1,3,5,7
/proc/25007/task/25023/stat : 25023 (java) S 25005 25007 20503 0 -1 4202560 11954 0 0 0 169 3 0 0 20 0 22 0 254486221 10060460032 889497 33554432000 1073741824 1073778376 140735674890016 140497417218744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25007/tid=25024] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25024/stat : 25024 (java) S 25005 25007 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254486221 10060460032 889497 33554432000 1073741824 1073778376 140735674890016 140497416166392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25007/tid=25025] ppid=25005 vsize=9824668 CPUtime=0.36 cores=1,3,5,7
/proc/25007/task/25025/stat : 25025 (java) S 25005 25007 20503 0 -1 4202560 51 0 0 0 17 19 0 0 20 0 22 0 254486221 10060460032 889497 33554432000 1073741824 1073778376 140735674890016 140497415114056 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25007/tid=25026] ppid=25005 vsize=9824668 CPUtime=823.3 cores=1,3,5,7
/proc/25007/task/25026/stat : 25026 (java) S 25005 25007 20503 0 -1 4202560 106 0 0 0 82317 13 0 0 20 0 22 0 254486262 10060460032 889497 33554432000 1073741824 1073778376 140735674890016 140497414057880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25007/tid=25027] ppid=25005 vsize=9824668 CPUtime=823.19 cores=1,3,5,7
/proc/25007/task/25027/stat : 25027 (java) S 25005 25007 20503 0 -1 4202560 1212 0 0 0 82265 54 0 0 20 0 22 0 254486262 10060460032 889497 33554432000 1073741824 1073778376 140735674890016 140497413003544 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25007/tid=25028] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25028/stat : 25028 (java) S 25005 25007 20503 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254486264 10060460032 889497 33554432000 1073741824 1073778376 140735674890016 140497411953704 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25007/tid=25029] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25029/stat : 25029 (java) S 25005 25007 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254486264 10060460032 889497 33554432000 1073741824 1073778376 140735674890016 140497410901160 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1721.1
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+922.001 s]
/proc/loadavg: 3.93 3.92 3.84 5/219 25100
/proc/meminfo: memFree=21747412/32873844 swapFree=6856/6856
[pid=25007] ppid=25005 vsize=9824668 CPUtime=1800.02 cores=1,3,5,7
/proc/25007/stat : 25007 (java) S 25005 25007 20503 0 -1 4202496 30237 0 1 0 179846 156 0 0 20 0 22 0 254486214 10060460032 898197 33554432000 1073741824 1073778376 140735674890016 140735674881152 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25007/statm: 2456167 898197 2287 9 0 2446860 0
[pid=25007/tid=25009] ppid=25005 vsize=9824668 CPUtime=0.48 cores=1,3,5,7
/proc/25007/task/25009/stat : 25009 (java) S 25005 25007 20503 0 -1 4202560 2525 0 1 0 44 4 0 0 20 0 22 0 254486216 10060460032 898197 33554432000 1073741824 1073778376 140735674890016 140497665737720 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25007/tid=25010] ppid=25005 vsize=9824668 CPUtime=1.72 cores=1,3,5,7
/proc/25007/task/25010/stat : 25010 (java) S 25005 25007 20503 0 -1 4202560 484 0 0 0 162 10 0 0 20 0 22 0 254486217 10060460032 898197 33554432000 1073741824 1073778376 140735674890016 140497643837608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25007/tid=25011] ppid=25005 vsize=9824668 CPUtime=1.81 cores=1,3,5,7
/proc/25007/task/25011/stat : 25011 (java) S 25005 25007 20503 0 -1 4202560 278 0 0 0 174 7 0 0 20 0 22 0 254486217 10060460032 898197 33554432000 1073741824 1073778376 140735674890016 140497642785064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25007/tid=25012] ppid=25005 vsize=9824668 CPUtime=1.83 cores=1,3,5,7
/proc/25007/task/25012/stat : 25012 (java) S 25005 25007 20503 0 -1 4202560 322 0 0 0 176 7 0 0 20 0 22 0 254486217 10060460032 898197 33554432000 1073741824 1073778376 140735674890016 140497439943080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25007/tid=25013] ppid=25005 vsize=9824668 CPUtime=1.67 cores=1,3,5,7
/proc/25007/task/25013/stat : 25013 (java) S 25005 25007 20503 0 -1 4202560 653 0 0 0 159 8 0 0 20 0 22 0 254486217 10060460032 898197 33554432000 1073741824 1073778376 140735674890016 140497438890536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25007/tid=25014] ppid=25005 vsize=9824668 CPUtime=1.71 cores=1,3,5,7
/proc/25007/task/25014/stat : 25014 (java) S 25005 25007 20503 0 -1 4202560 346 0 0 0 161 10 0 0 20 0 22 0 254486217 10060460032 898197 33554432000 1073741824 1073778376 140735674890016 140497437837992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25007/tid=25015] ppid=25005 vsize=9824668 CPUtime=1.89 cores=1,3,5,7
/proc/25007/task/25015/stat : 25015 (java) S 25005 25007 20503 0 -1 4202560 354 0 0 0 182 7 0 0 20 0 22 0 254486217 10060460032 898197 33554432000 1073741824 1073778376 140735674890016 140497436785448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25007/tid=25016] ppid=25005 vsize=9824668 CPUtime=1.7 cores=1,3,5,7
/proc/25007/task/25016/stat : 25016 (java) S 25005 25007 20503 0 -1 4202560 436 0 0 0 162 8 0 0 20 0 22 0 254486217 10060460032 898197 33554432000 1073741824 1073778376 140735674890016 140497435732904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25007/tid=25017] ppid=25005 vsize=9824668 CPUtime=1.78 cores=1,3,5,7
/proc/25007/task/25017/stat : 25017 (java) S 25005 25007 20503 0 -1 4202560 345 0 0 0 169 9 0 0 20 0 22 0 254486217 10060460032 898197 33554432000 1073741824 1073778376 140735674890016 140497434680360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25007/tid=25018] ppid=25005 vsize=9824668 CPUtime=52.99 cores=1,3,5,7
/proc/25007/task/25018/stat : 25018 (java) S 25005 25007 20503 0 -1 4202560 3580 0 0 0 5284 15 0 0 20 0 22 0 254486218 10060460032 898197 33554432000 1073741824 1073778376 140735674890016 140497422481512 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25007/tid=25019] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25019/stat : 25019 (java) S 25005 25007 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254486219 10060460032 898197 33554432000 1073741824 1073778376 140735674890016 140497421427832 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25007/tid=25020] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25020/stat : 25020 (java) S 25005 25007 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254486219 10060460032 898197 33554432000 1073741824 1073778376 140735674890016 140497420375176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25007/tid=25021] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25021/stat : 25021 (java) S 25005 25007 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254486221 10060460032 898197 33554432000 1073741824 1073778376 140735674890016 140497419323920 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25007/tid=25022] ppid=25005 vsize=9824668 CPUtime=1.36 cores=1,3,5,7
/proc/25007/task/25022/stat : 25022 (java) S 25005 25007 20503 0 -1 4202560 6399 0 0 0 134 2 0 0 20 0 22 0 254486221 10060460032 898197 33554432000 1073741824 1073778376 140735674890016 140497418271288 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25007/tid=25023] ppid=25005 vsize=9824668 CPUtime=1.72 cores=1,3,5,7
/proc/25007/task/25023/stat : 25023 (java) S 25005 25007 20503 0 -1 4202560 11954 0 0 0 169 3 0 0 20 0 22 0 254486221 10060460032 898197 33554432000 1073741824 1073778376 140735674890016 140497417218744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25007/tid=25024] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25024/stat : 25024 (java) S 25005 25007 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254486221 10060460032 898197 33554432000 1073741824 1073778376 140735674890016 140497416166392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25007/tid=25025] ppid=25005 vsize=9824668 CPUtime=0.38 cores=1,3,5,7
/proc/25007/task/25025/stat : 25025 (java) S 25005 25007 20503 0 -1 4202560 53 0 0 0 18 20 0 0 20 0 22 0 254486221 10060460032 898197 33554432000 1073741824 1073778376 140735674890016 140497415114056 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25007/tid=25026] ppid=25005 vsize=9824668 CPUtime=862.27 cores=1,3,5,7
/proc/25007/task/25026/stat : 25026 (java) R 25005 25007 20503 0 -1 4202560 106 0 0 0 86212 15 0 0 20 0 22 0 254486262 10060460032 898197 33554432000 1073741824 1073778376 140735674890016 140497414056288 140497524715354 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25007/tid=25027] ppid=25005 vsize=9824668 CPUtime=862.18 cores=1,3,5,7
/proc/25007/task/25027/stat : 25027 (java) R 25005 25007 20503 0 -1 4202560 1213 0 0 0 86163 55 0 0 20 0 22 0 254486262 10060460032 898197 33554432000 1073741824 1073778376 140735674890016 140497413004288 140497525161338 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25007/tid=25028] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25028/stat : 25028 (java) S 25005 25007 20503 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254486264 10060460032 898197 33554432000 1073741824 1073778376 140735674890016 140497411953704 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25007/tid=25029] ppid=25005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25007/task/25029/stat : 25029 (java) S 25005 25007 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254486264 10060460032 898197 33554432000 1073741824 1073778376 140735674890016 140497410901160 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 25007 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=17267
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=973699
# CPU time returned by wait4() is 1795.99
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 922.079
CPU time (s): 1800.02
CPU user time (s): 1798.46
CPU system time (s): 1.56
CPU usage (%): 195.213
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.02
system time used= 1.9737
maximum resident set size= 3592908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30269
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24309
involuntary context switches= 29650

runsolver used 3.42248 second user time and 9.1926 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-24 20:19:37
IDJOB=3689608
IDBENCH=90120
IDSOLVER=2268
FILE ID=node106/3689608-1337883577
RUNJOBID= node106-1337871881-20520
PBS_JOBID= 14620098
Free space on /tmp= 71664 MiB

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

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

MD5SUM BENCH= 08b0e704e28720f9a0455d95c872079f
RANDOM SEED=1359988874

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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		: 2667.065
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		: 2667.065
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:        28172892 kB
Buffers:          208236 kB
Cached:          2912776 kB
SwapCached:            0 kB
Active:          1507164 kB
Inactive:        2417348 kB
Active(anon):     805816 kB
Inactive(anon):        0 kB
Active(file):     701348 kB
Inactive(file):  2417348 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               824 kB
Writeback:             0 kB
AnonPages:        820548 kB
Mapped:            22520 kB
Shmem:               200 kB
Slab:             626608 kB
SReclaimable:      69036 kB
SUnreclaim:       557572 kB
KernelStack:        1624 kB
PageTables:         5808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1086616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    790528 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= 71664 MiB
End job on node106 at 2012-05-24 20:35:01