Trace number 3689190

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.72 939.663

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12038_3-sat.opb
MD5SUM56cc40b9ea431027514a5b56e02d7edb
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 variables37752
Total number of constraints125892
Number of constraints which are clauses125272
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints620
Minimum length of a constraint1
Maximum length of a constraint120
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 34
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 740
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.12	c See www.sat4j.org for details.
0.05/0.13	c version 2.3.2.v20120418
0.05/0.13	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.13	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.13	c java.vm.version	19.1-b02
0.05/0.13	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.13	c sun.arch.data.model	64
0.05/0.13	c java.version		1.6.0_24
0.05/0.13	c os.name		Linux
0.05/0.13	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.13	c os.arch		amd64
0.05/0.13	c Free memory 		501472288
0.05/0.13	c Max memory 		7480803328
0.05/0.13	c Total memory 		504102912
0.05/0.13	c Number of processors 	8
0.05/0.16	c Pseudo Boolean Optimization by upper bound
0.05/0.16	c ManyCore solver with 2 solvers running in parallel
0.05/0.16	c --- Begin Solver configuration ---
0.05/0.16	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.05/0.16	c Learn all clauses as in MiniSAT
0.05/0.16	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.16	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.05/0.16	c Expensive reason simplification
0.05/0.16	c Armin Biere (Picosat) restarts strategy
0.05/0.16	c Glucose learned constraints deletion strategy
0.05/0.16	c timeout=2147483s
0.05/0.16	c DB Simplification allowed=false
0.05/0.16	c c --- End Solver configuration ---
0.05/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.05/0.16	c --- Begin Solver configuration ---
0.05/0.16	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.05/0.16	c Learn all clauses as in MiniSAT
0.05/0.16	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.05/0.16	c No reason simplification
0.05/0.16	c Armin Biere (Picosat) restarts strategy
0.05/0.16	c Glucose learned constraints deletion strategy
0.05/0.16	c timeout=2147483s
0.05/0.16	c DB Simplification allowed=false
0.05/0.16	c c --- End Solver configuration ---
0.05/0.16	c solving HOME/instance-3689190-1337881336.opb
0.05/0.16	c reading problem ... 
3.35/1.57	c ... done. Wall clock time 1.417s.
3.35/1.57	c declared #vars     37752
3.35/1.57	c #constraints  111207
3.35/1.57	c constraints type 
3.35/1.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14334
3.35/1.58	c ignored satisfied constraints => 14685
3.35/1.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 90858
3.35/1.58	c org.sat4j.minisat.constraints.cnf.UnitClause => 5395
3.35/1.58	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 620
3.35/1.58	c 125892 constraints processed.
3.35/1.58	c constraints type 
3.35/1.58	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 90858
3.35/1.58	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14334
3.35/1.58	c ignored satisfied constraints => 14685
3.35/1.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 620
3.35/1.58	c org.sat4j.pb.constraints.pb.UnitClausePB => 5395
3.35/1.58	c 125892 constraints processed.
8.17/3.33	c cleaning 2492 clauses out of 5000 with flag 5000/5000
11.46/4.94	c cleaning 4247 clauses out of 8508 with flag 11000/11000
15.32/6.99	c cleaning 5620 clauses out of 11262 with flag 18001/18001
19.58/9.17	c cleaning 6813 clauses out of 13641 with flag 26000/26000
24.12/11.58	c cleaning 7904 clauses out of 15828 with flag 35000/35000
28.64/13.98	c cleaning 8943 clauses out of 17924 with flag 45000/45000
33.57/16.58	c cleaning 9984 clauses out of 19981 with flag 56000/56000
40.28/20.10	c cleaning 10987 clauses out of 21998 with flag 68001/68001
46.63/23.45	c cleaning 11989 clauses out of 24010 with flag 81000/81000
54.57/27.53	c cleaning 12987 clauses out of 26021 with flag 95000/95000
62.24/31.56	c cleaning 13997 clauses out of 28035 with flag 110001/110001
71.68/36.45	c cleaning 15000 clauses out of 30037 with flag 126000/126000
80.46/41.19	c cleaning 16006 clauses out of 32037 with flag 143000/143000
90.02/46.16	c cleaning 17002 clauses out of 34033 with flag 161002/161002
94.76/48.73	c cleaning 0 clauses out of 5001 with flag 0/5001
101.13/52.06	c cleaning 17999 clauses out of 36029 with flag 180000/180000
112.99/58.39	c cleaning 18991 clauses out of 38030 with flag 200000/200000
125.26/64.79	c cleaning 20006 clauses out of 40041 with flag 221002/221002
142.08/73.40	c cleaning 20987 clauses out of 42034 with flag 243001/243001
157.29/81.35	c cleaning 22017 clauses out of 44047 with flag 266001/266001
173.55/89.95	c cleaning 22982 clauses out of 46030 with flag 290001/290001
186.52/96.79	c cleaning 23974 clauses out of 48047 with flag 315000/315000
203.02/105.33	c cleaning 25001 clauses out of 50075 with flag 341002/341002
215.51/111.97	c cleaning 25997 clauses out of 52072 with flag 368000/368000
230.81/120.10	c cleaning 27023 clauses out of 54075 with flag 396000/396000
247.06/128.68	c cleaning 27995 clauses out of 56053 with flag 425001/425001
265.48/138.53	c cleaning 28974 clauses out of 58059 with flag 455002/455002
286.27/150.61	c cleaning 30017 clauses out of 60084 with flag 486001/486001
313.20/164.44	c cleaning 31014 clauses out of 62067 with flag 518001/518001
335.18/175.82	c cleaning 0 clauses out of 11000 with flag 0/11000
338.23/177.86	c cleaning 31986 clauses out of 64055 with flag 551003/551003
368.08/193.42	c cleaning 32998 clauses out of 66066 with flag 585000/585000
390.52/205.18	c cleaning 34009 clauses out of 68069 with flag 620001/620001
412.94/216.84	c cleaning 35009 clauses out of 70060 with flag 656001/656001
436.33/229.03	c cleaning 35990 clauses out of 72050 with flag 693000/693000
461.73/242.58	c cleaning 37019 clauses out of 74062 with flag 731002/731002
495.52/259.91	c cleaning 38010 clauses out of 76043 with flag 770002/770002
522.33/273.87	c cleaning 38981 clauses out of 78031 with flag 810000/810000
550.49/288.47	c cleaning 39996 clauses out of 80051 with flag 851001/851001
579.83/303.92	c cleaning 41019 clauses out of 82058 with flag 893004/893004
608.33/318.73	c cleaning 41999 clauses out of 84038 with flag 936003/936003
637.03/333.61	c cleaning 42989 clauses out of 86036 with flag 980000/980000
666.46/348.95	c cleaning 43998 clauses out of 88047 with flag 1025000/1025000
707.94/370.68	c cleaning 44992 clauses out of 90052 with flag 1071003/1071003
755.01/395.98	c cleaning 45993 clauses out of 92059 with flag 1118002/1118002
812.08/424.93	c cleaning 46973 clauses out of 94067 with flag 1166003/1166003
851.20/445.51	c cleaning 0 clauses out of 18001 with flag 0/18001
860.36/450.85	c cleaning 48016 clauses out of 96091 with flag 1215000/1215000
909.05/475.88	c cleaning 49014 clauses out of 98077 with flag 1265002/1265002
961.60/502.86	c cleaning 50002 clauses out of 100061 with flag 1316000/1316000
997.02/521.72	c cleaning 51007 clauses out of 102059 with flag 1368000/1368000
1028.91/538.49	c cleaning 52014 clauses out of 104053 with flag 1421001/1421001
1076.12/562.86	c cleaning 52963 clauses out of 106038 with flag 1475000/1475000
1133.76/592.42	c cleaning 53988 clauses out of 108077 with flag 1530002/1530002
1182.24/617.90	c cleaning 54996 clauses out of 110087 with flag 1586000/1586000
1234.64/644.97	c cleaning 55993 clauses out of 112091 with flag 1643000/1643000
1287.91/672.41	c cleaning 56992 clauses out of 114101 with flag 1701003/1701003
1339.54/699.19	c cleaning 57994 clauses out of 116106 with flag 1760000/1760000
1397.16/729.31	c cleaning 59025 clauses out of 118112 with flag 1820000/1820000
1466.55/764.80	c cleaning 60010 clauses out of 120087 with flag 1881000/1881000
1530.37/797.69	c cleaning 60993 clauses out of 122077 with flag 1943000/1943000
1597.77/832.21	c cleaning 62000 clauses out of 124084 with flag 2006000/2006000
1648.06/858.95	c cleaning 63000 clauses out of 126085 with flag 2070001/2070001
1704.05/887.91	c cleaning 63983 clauses out of 128084 with flag 2135000/2135000
1726.00/899.90	c cleaning 0 clauses out of 26000 with flag 0/26000
1766.95/921.49	c cleaning 65001 clauses out of 130101 with flag 2201000/2201000
1800.07/939.61	c starts		: 228
1800.07/939.61	c conflicts		: 2234302
1800.07/939.61	c decisions		: 2953176
1800.07/939.61	c propagations		: 1022457776
1800.07/939.61	c inspects		: 5365629788
1800.07/939.61	c shortcuts		: 0
1800.07/939.61	c learnt literals	: 0
1800.07/939.61	c learnt binary clauses	: 11
1800.07/939.61	c learnt ternary clauses	: 1951
1800.07/939.61	c learnt constraints	: 2234302
1800.07/939.61	c ignored constraints	: 0
1800.07/939.61	c root simplifications	: 0
1800.07/939.61	c removed literals (reason simplification)	: 47186546
1800.07/939.61	c reason swapping (by a shorter reason)	: 0
1800.07/939.61	c Calls to reduceDB	: 62
1800.07/939.61	c number of reductions to clauses (during analyze)	: 0
1800.07/939.61	c number of learned constraints concerned by reduction	: 0
1800.07/939.61	c number of learning phase by resolution	: 0
1800.07/939.61	c number of learning phase by cutting planes	: 0
1800.07/939.61	c speed (assignments/second)	: 1090070.7215765042
1800.07/939.61	c non guided choices	2106
1800.07/939.64	c learnt constraints type 
1800.07/939.64	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 11
1800.07/939.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 98432
1800.07/939.64	c constraints type 
1800.07/939.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14334
1800.07/939.64	c ignored satisfied constraints => 14685
1800.07/939.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 90858
1800.07/939.64	c org.sat4j.minisat.constraints.cnf.UnitClause => 5395
1800.07/939.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 620
1800.07/939.64	c 125892 constraints processed.
1800.07/939.64	c constraints type 
1800.07/939.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 90858
1800.07/939.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14334
1800.07/939.64	c ignored satisfied constraints => 14685
1800.07/939.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 620
1800.07/939.64	c org.sat4j.pb.constraints.pb.UnitClausePB => 5395
1800.07/939.64	c 125892 constraints processed.
1800.07/939.64	s UNKNOWN
1800.07/939.64	c Total wall clock time (in seconds): 939.481

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-3689190-1337881336/watcher-3689190-1337881336 -o /tmp/evaluation-result-3689190-1337881336/solver-3689190-1337881336 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689190-1337881336.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: 4.19 4.03 3.89 3/197 25166
/proc/meminfo: memFree=28133300/32873844 swapFree=7100/7100
[pid=25166] ppid=25164 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25166/stat : 25166 (java) D 25164 25166 22059 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 254260588 9515008 182 33554432000 1073741824 1073778376 140736232991040 140736232982072 233411788469 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/25166/statm: 2323 182 140 9 0 71 0

[startup+0.01091 s]
/proc/loadavg: 4.19 4.03 3.89 3/197 25166
/proc/meminfo: memFree=28133300/32873844 swapFree=7100/7100
[pid=25166] ppid=25164 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/25166/stat : 25166 (java) R 25164 25166 22059 0 -1 4202496 1136 0 0 0 0 0 0 0 20 0 1 0 254260588 23793664 864 33554432000 1073741824 1073778376 140735224185712 140735224174776 233402625879 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25166/statm: 6050 866 654 9 0 385 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.100284 s]
/proc/loadavg: 4.19 4.03 3.89 3/197 25166
/proc/meminfo: memFree=28133300/32873844 swapFree=7100/7100
[pid=25166] ppid=25164 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/25166/stat : 25166 (java) S 25164 25166 22059 0 -1 4202496 3185 0 1 0 4 1 0 0 20 0 18 0 254260588 9787813888 4394 33554432000 1073741824 1073778376 140735224185712 140735224176848 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25166/statm: 2389603 4394 1757 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.300222 s]
/proc/loadavg: 4.19 4.03 3.89 3/197 25166
/proc/meminfo: memFree=28133300/32873844 swapFree=7100/7100
[pid=25166] ppid=25164 vsize=9558412 CPUtime=0.39 cores=1,3,5,7
/proc/25166/stat : 25166 (java) S 25164 25166 22059 0 -1 4202496 5104 0 1 0 37 2 0 0 20 0 18 0 254260588 9787813888 7693 33554432000 1073741824 1073778376 140735224185712 140735224176848 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25166/statm: 2389603 7693 2214 9 0 2380296 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 9558412

[startup+0.70022 s]
/proc/loadavg: 4.19 4.03 3.89 3/197 25166
/proc/meminfo: memFree=28133300/32873844 swapFree=7100/7100
[pid=25166] ppid=25164 vsize=9558412 CPUtime=1.53 cores=1,3,5,7
/proc/25166/stat : 25166 (java) S 25164 25166 22059 0 -1 4202496 19044 0 1 0 148 5 0 0 20 0 18 0 254260588 9787813888 28771 33554432000 1073741824 1073778376 140735224185712 140735224176848 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25166/statm: 2389603 28771 2240 9 0 2380296 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 9558412

[startup+1.50084 s]
/proc/loadavg: 4.19 4.03 3.89 5/215 25184
/proc/meminfo: memFree=27942516/32873844 swapFree=7100/7100
[pid=25166] ppid=25164 vsize=9558412 CPUtime=3.35 cores=1,3,5,7
/proc/25166/stat : 25166 (java) S 25164 25166 22059 0 -1 4202496 23443 0 1 0 322 13 0 0 20 0 18 0 254260588 9787813888 56427 33554432000 1073741824 1073778376 140735224185712 140735224176848 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25166/statm: 2389603 56427 2265 9 0 2380296 0
[pid=25166/tid=25168] ppid=25164 vsize=9558412 CPUtime=1.35 cores=1,3,5,7
/proc/25166/task/25168/stat : 25168 (java) R 25164 25166 22059 0 -1 4202560 2519 0 1 0 131 4 0 0 20 0 18 0 254260589 9787813888 56427 33554432000 1073741824 1073778376 140735224185712 140232320593160 233415173389 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25166/tid=25169] ppid=25164 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/25166/task/25169/stat : 25169 (java) S 25164 25166 22059 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 18 0 254260590 9787813888 56427 33554432000 1073741824 1073778376 140735224185712 140232164419880 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25166/tid=25170] ppid=25164 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/25166/task/25170/stat : 25170 (java) S 25164 25166 22059 0 -1 4202560 104 0 0 0 4 0 0 0 20 0 18 0 254260590 9787813888 56427 33554432000 1073741824 1073778376 140735224185712 140232163367080 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25166/tid=25171] ppid=25164 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/25166/task/25171/stat : 25171 (java) S 25164 25166 22059 0 -1 4202560 93 0 0 0 2 0 0 0 20 0 18 0 254260590 9787813888 56427 33554432000 1073741824 1073778376 140735224185712 140232162314792 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25166/tid=25172] ppid=25164 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/25166/task/25172/stat : 25172 (java) S 25164 25166 22059 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 18 0 254260590 9787813888 56427 33554432000 1073741824 1073778376 140735224185712 140232161261992 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25166/tid=25173] ppid=25164 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/25166/task/25173/stat : 25173 (java) S 25164 25166 22059 0 -1 4202560 93 0 0 0 3 0 0 0 20 0 18 0 254260590 9787813888 56427 33554432000 1073741824 1073778376 140735224185712 140232160209704 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25166/tid=25174] ppid=25164 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/25166/task/25174/stat : 25174 (java) S 25164 25166 22059 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 18 0 254260590 9787813888 56427 33554432000 1073741824 1073778376 140735224185712 140231823059624 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25166/tid=25175] ppid=25164 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/25166/task/25175/stat : 25175 (java) S 25164 25166 22059 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 18 0 254260590 9787813888 56427 33554432000 1073741824 1073778376 140735224185712 140231822007336 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25166/tid=25176] ppid=25164 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/25166/task/25176/stat : 25176 (java) S 25164 25166 22059 0 -1 4202560 90 0 0 0 2 0 0 0 20 0 18 0 254260590 9787813888 56427 33554432000 1073741824 1073778376 140735224185712 140231820954536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25166/tid=25177] ppid=25164 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25166/task/25177/stat : 25177 (java) S 25164 25166 22059 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 18 0 254260592 9787813888 56427 33554432000 1073741824 1073778376 140735224185712 140231808755944 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25166/tid=25178] ppid=25164 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25166/task/25178/stat : 25178 (java) S 25164 25166 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254260592 9787813888 56427 33554432000 1073741824 1073778376 140735224185712 140231807702008 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25166/tid=25179] ppid=25164 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25166/task/25179/stat : 25179 (java) S 25164 25166 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254260592 9787813888 56427 33554432000 1073741824 1073778376 140735224185712 140231806649608 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25166/tid=25180] ppid=25164 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25166/task/25180/stat : 25180 (java) S 25164 25166 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254260598 9787813888 56427 33554432000 1073741824 1073778376 140735224185712 140231805598096 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25166/tid=25181] ppid=25164 vsize=9558412 CPUtime=0.8 cores=1,3,5,7
/proc/25166/task/25181/stat : 25181 (java) S 25164 25166 22059 0 -1 4202560 10839 0 0 0 78 2 0 0 20 0 18 0 254260598 9787813888 56427 33554432000 1073741824 1073778376 140735224185712 140231804545720 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25166/tid=25182] ppid=25164 vsize=9558412 CPUtime=0.87 cores=1,3,5,7
/proc/25166/task/25182/stat : 25182 (java) S 25164 25166 22059 0 -1 4202560 8413 0 0 0 85 2 0 0 20 0 18 0 254260598 9787813888 56427 33554432000 1073741824 1073778376 140735224185712 140231803492920 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25166/tid=25183] ppid=25164 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25166/task/25183/stat : 25183 (java) S 25164 25166 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254260598 9787813888 56427 33554432000 1073741824 1073778376 140735224185712 140231802440824 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25166/tid=25184] ppid=25164 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25166/task/25184/stat : 25184 (java) S 25164 25166 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254260598 9787813888 56427 33554432000 1073741824 1073778376 140735224185712 140231801388232 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.35
Current children cumulated vsize (KiB) 9558412

[startup+3.10079 s]
/proc/loadavg: 4.19 4.03 3.89 7/219 25188
/proc/meminfo: memFree=27886508/32873844 swapFree=7100/7100
[pid=25166] ppid=25164 vsize=9824668 CPUtime=7.75 cores=1,3,5,7
/proc/25166/stat : 25166 (java) S 25164 25166 22059 0 -1 4202496 25075 0 1 0 752 23 0 0 20 0 22 0 254260588 10060460032 97154 33554432000 1073741824 1073778376 140735224185712 140735224176848 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25166/statm: 2456167 97154 2272 9 0 2446860 0
[pid=25166/tid=25168] ppid=25164 vsize=9824668 CPUtime=1.43 cores=1,3,5,7
/proc/25166/task/25168/stat : 25168 (java) S 25164 25166 22059 0 -1 4202560 2523 0 1 0 139 4 0 0 20 0 22 0 254260589 10060460032 97154 33554432000 1073741824 1073778376 140735224185712 140232320594936 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25166/tid=25169] ppid=25164 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/25166/task/25169/stat : 25169 (java) S 25164 25166 22059 0 -1 4202560 35 0 0 0 6 3 0 0 20 0 22 0 254260590 10060460032 97154 33554432000 1073741824 1073778376 140735224185712 140232164419880 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25166/tid=25170] ppid=25164 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/25166/task/25170/stat : 25170 (java) S 25164 25166 22059 0 -1 4202560 122 0 0 0 5 2 0 0 20 0 22 0 254260590 10060460032 97154 33554432000 1073741824 1073778376 140735224185712 140232163367080 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25166/tid=25171] ppid=25164 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/25166/task/25171/stat : 25171 (java) S 25164 25166 22059 0 -1 4202560 103 0 0 0 2 2 0 0 20 0 22 0 254260590 10060460032 97154 33554432000 1073741824 1073778376 140735224185712 140232162314792 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25166/tid=25172] ppid=25164 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/25166/task/25172/stat : 25172 (java) S 25164 25166 22059 0 -1 4202560 36 0 0 0 5 1 0 0 20 0 22 0 254260590 10060460032 97154 33554432000 1073741824 1073778376 140735224185712 140232161261992 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25166/tid=25173] ppid=25164 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/25166/task/25173/stat : 25173 (java) S 25164 25166 22059 0 -1 4202560 114 0 0 0 5 2 0 0 20 0 22 0 254260590 10060460032 97154 33554432000 1073741824 1073778376 140735224185712 140232160209704 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25166/tid=25174] ppid=25164 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/25166/task/25174/stat : 25174 (java) S 25164 25166 22059 0 -1 4202560 24 0 0 0 3 2 0 0 20 0 22 0 254260590 10060460032 97154 33554432000 1073741824 1073778376 140735224185712 140231823059624 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25166/tid=25175] ppid=25164 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/25166/task/25175/stat : 25175 (java) S 25164 25166 22059 0 -1 4202560 25 0 0 0 4 1 0 0 20 0 22 0 254260590 10060460032 97154 33554432000 1073741824 1073778376 140735224185712 140231822007336 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25166/tid=25176] ppid=25164 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/25166/task/25176/stat : 25176 (java) S 25164 25166 22059 0 -1 4202560 105 0 0 0 2 2 0 0 20 0 22 0 254260590 10060460032 97154 33554432000 1073741824 1073778376 140735224185712 140231820954536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25166/tid=25177] ppid=25164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25166/task/25177/stat : 25177 (java) S 25164 25166 22059 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 254260592 10060460032 97154 33554432000 1073741824 1073778376 140735224185712 140231808755944 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25166/tid=25178] ppid=25164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25166/task/25178/stat : 25178 (java) S 25164 25166 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254260592 10060460032 97154 33554432000 1073741824 1073778376 140735224185712 140231807702008 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25166/tid=25179] ppid=25164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25166/task/25179/stat : 25179 (java) S 25164 25166 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254260592 10060460032 97154 33554432000 1073741824 1073778376 140735224185712 140231806649608 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25166/tid=25180] ppid=25164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25166/task/25180/stat : 25180 (java) S 25164 25166 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254260598 10060460032 97154 33554432000 1073741824 1073778376 140735224185712 140231805598096 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25166/tid=25181] ppid=25164 vsize=9824668 CPUtime=1.36 cores=1,3,5,7
/proc/25166/task/25181/stat : 25181 (java) S 25164 25166 22059 0 -1 4202560 12030 0 0 0 134 2 0 0 20 0 22 0 254260598 10060460032 97154 33554432000 1073741824 1073778376 140735224185712 140231804545720 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25166/tid=25182] ppid=25164 vsize=9824668 CPUtime=1.47 cores=1,3,5,7
/proc/25166/task/25182/stat : 25182 (java) S 25164 25166 22059 0 -1 4202560 8417 0 0 0 145 2 0 0 20 0 22 0 254260598 10060460032 97154 33554432000 1073741824 1073778376 140735224185712 140231803492920 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25166/tid=25183] ppid=25164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25166/task/25183/stat : 25183 (java) S 25164 25166 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254260598 10060460032 97154 33554432000 1073741824 1073778376 140735224185712 140231802440824 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25166/tid=25184] ppid=25164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25166/task/25184/stat : 25184 (java) S 25164 25166 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254260598 10060460032 97154 33554432000 1073741824 1073778376 140735224185712 140231801388232 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25166/tid=25185] ppid=25164 vsize=9824668 CPUtime=1.41 cores=1,3,5,7
/proc/25166/task/25185/stat : 25185 (java) R 25164 25166 22059 0 -1 4202560 31 0 0 0 141 0 0 0 20 0 22 0 254260746 10060460032 97154 33554432000 1073741824 1073778376 140735224185712 140231800300184 140232176485609 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=25166/tid=25186] ppid=25164 vsize=9824668 CPUtime=1.44 cores=1,3,5,7
/proc/25166/task/25186/stat : 25186 (java) R 25164 25166 22059 0 -1 4202560 123 0 0 0 141 3 0 0 20 0 22 0 254260746 10060460032 97154 33554432000 1073741824 1073778376 140735224185712 140231799246520 140232176701048 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25166/tid=25187] ppid=25164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25166/task/25187/stat : 25187 (java) S 25164 25166 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254260752 10060460032 97154 33554432000 1073741824 1073778376 140735224185712 140231798195368 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25166/tid=25188] ppid=25164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25166/task/25188/stat : 25188 (java) S 25164 25166 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254260752 10060460032 97154 33554432000 1073741824 1073778376 140735224185712 140231797142568 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.75
Current children cumulated vsize (KiB) 9824668

[startup+6.30092 s]
/proc/loadavg: 4.33 4.06 3.90 5/219 25188
/proc/meminfo: memFree=27577580/32873844 swapFree=7100/7100
[pid=25166] ppid=25164 vsize=9824668 CPUtime=14.1 cores=1,3,5,7
/proc/25166/stat : 25166 (java) S 25164 25166 22059 0 -1 4202496 25714 0 1 0 1380 30 0 0 20 0 22 0 254260588 10060460032 136988 33554432000 1073741824 1073778376 140735224185712 140735224176848 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25166/statm: 2456167 136988 2285 9 0 2446860 0
[pid=25166/tid=25168] ppid=25164 vsize=9824668 CPUtime=1.43 cores=1,3,5,7
/proc/25166/task/25168/stat : 25168 (java) S 25164 25166 22059 0 -1 4202560 2525 0 1 0 139 4 0 0 20 0 22 0 254260589 10060460032 136988 33554432000 1073741824 1073778376 140735224185712 140232320594936 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25166/tid=25169] ppid=25164 vsize=9824668 CPUtime=0.13 cores=1,3,5,7
/proc/25166/task/25169/stat : 25169 (java) S 25164 25166 22059 0 -1 4202560 74 0 0 0 10 3 0 0 20 0 22 0 254260590 10060460032 136988 33554432000 1073741824 1073778376 140735224185712 140232164419880 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25166/tid=25170] ppid=25164 vsize=9824668 CPUtime=0.13 cores=1,3,5,7
/proc/25166/task/25170/stat : 25170 (java) S 25164 25166 22059 0 -1 4202560 147 0 0 0 10 3 0 0 20 0 22 0 254260590 10060460032 136988 33554432000 1073741824 1073778376 140735224185712 140232163367080 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25166/tid=25171] ppid=25164 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/25166/task/25171/stat : 25171 (java) S 25164 25166 22059 0 -1 4202560 124 0 0 0 3 2 0 0 20 0 22 0 254260590 10060460032 136988 33554432000 1073741824 1073778376 140735224185712 140232162314792 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25166/tid=25172] ppid=25164 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/25166/task/25172/stat : 25172 (java) S 25164 25166 22059 0 -1 4202560 44 0 0 0 7 2 0 0 20 0 22 0 254260590 10060460032 136988 33554432000 1073741824 1073778376 140735224185712 140232161261992 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25166/tid=25173] ppid=25164 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/25166/task/25173/stat : 25173 (java) S 25164 25166 22059 0 -1 4202560 129 0 0 0 7 3 0 0 20 0 22 0 254260590 10060460032 136988 33554432000 1073741824 1073778376 140735224185712 140232160209704 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25166/tid=25174] ppid=25164 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/25166/task/25174/stat : 25174 (java) S 25164 25166 22059 0 -1 4202560 32 0 0 0 5 2 0 0 20 0 22 0 254260590 10060460032 136988 33554432000 1073741824 1073778376 140735224185712 140231823059624 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25166/tid=25175] ppid=25164 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/25166/task/25175/stat : 25175 (java) S 25164 25166 22059 0 -1 4202560 30 0 0 0 4 2 0 0 20 0 22 0 254260590 10060460032 136988 33554432000 1073741824 1073778376 140735224185712 140231822007336 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25166/tid=25176] ppid=25164 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/25166/task/25176/stat : 25176 (java) S 25164 25166 22059 0 -1 4202560 116 0 0 0 5 2 0 0 20 0 22 0 254260590 10060460032 136988 33554432000 1073741824 1073778376 140735224185712 140231820954536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25166/tid=25177] ppid=25164 vsize=9824668 CPUtime=0.38 cores=1,3,5,7
/proc/25166/task/25177/stat : 25177 (java) S 25164 25166 22059 0 -1 4202560 235 0 0 0 38 0 0 0 20 0 22 0 254260592 10060460032 136988 33554432000 1073741824 1073778376 140735224185712 140231808755944 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25166/tid=25178] ppid=25164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25166/task/25178/stat : 25178 (java) S 25164 25166 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254260592 10060460032 136988 33554432000 1073741824 1073778376 140735224185712 140231807702008 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25166/tid=25179] ppid=25164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25166/task/25179/stat : 25179 (java) S 25164 25166 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254260592 10060460032 136988 33554432000 1073741824 1073778376 140735224185712 140231806649608 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25166/tid=25180] ppid=25164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25166/task/25180/stat : 25180 (java) S 25164 25166 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254260598 10060460032 136988 33554432000 1073741824 1073778376 140735224185712 140231805598096 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25166/tid=25181] ppid=25164 vsize=9824668 CPUtime=1.49 cores=1,3,5,7
/proc/25166/task/25181/stat : 25181 (java) S 25164 25166 22059 0 -1 4202560 12272 0 0 0 147 2 0 0 20 0 22 0 254260598 10060460032 136988 33554432000 1073741824 1073778376 140735224185712 140231804545720 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25166/tid=25182] ppid=25164 vsize=9824668 CPUtime=1.61 cores=1,3,5,7
/proc/25166/task/25182/stat : 25182 (java) S 25164 25166 22059 0 -1 4202560 8420 0 0 0 159 2 0 0 20 0 22 0 254260598 10060460032 136988 33554432000 1073741824 1073778376 140735224185712 140231803492920 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25166/tid=25183] ppid=25164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25166/task/25183/stat : 25183 (java) S 25164 25166 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254260598 10060460032 136988 33554432000 1073741824 1073778376 140735224185712 140231802440824 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25166/tid=25184] ppid=25164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25166/task/25184/stat : 25184 (java) S 25164 25166 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254260598 10060460032 136988 33554432000 1073741824 1073778376 140735224185712 140231801388232 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25166/tid=25185] ppid=25164 vsize=9824668 CPUtime=4.13 cores=1,3,5,7
/proc/25166/task/25185/stat : 25185 (java) R 25164 25166 22059 0 -1 4202560 36 0 0 0 413 0 0 0 20 0 22 0 254260746 10060460032 136988 33554432000 1073741824 1073778376 140735224185712 140231800298032 140232176651392 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0

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

[pid=25166/tid=25186] ppid=25164 vsize=9824668 CPUtime=684.44 cores=1,3,5,7
/proc/25166/task/25186/stat : 25186 (java) R 25164 25166 22059 0 -1 4202560 1753 0 0 0 68398 46 0 0 20 0 22 0 254260746 10060460032 919506 33554432000 1073741824 1073778376 140735224185712 140231799245792 140232176782487 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25166/tid=25187] ppid=25164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25166/task/25187/stat : 25187 (java) S 25164 25166 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254260752 10060460032 919506 33554432000 1073741824 1073778376 140735224185712 140231798195368 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25166/tid=25188] ppid=25164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25166/task/25188/stat : 25188 (java) S 25164 25166 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254260752 10060460032 919506 33554432000 1073741824 1073778376 140735224185712 140231797142568 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1461.57
Current children cumulated vsize (KiB) 9824668

[startup+822.301 s]
/proc/loadavg: 3.87 3.88 3.88 5/219 25199
/proc/meminfo: memFree=20908748/32873844 swapFree=7100/7100
[pid=25166] ppid=25164 vsize=9824668 CPUtime=1577.87 cores=1,3,5,7
/proc/25166/stat : 25166 (java) S 25164 25166 22059 0 -1 4202496 35038 0 1 0 157654 133 0 0 20 0 22 0 254260588 10060460032 931895 33554432000 1073741824 1073778376 140735224185712 140735224176848 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25166/statm: 2456167 931895 2286 9 0 2446860 0
[pid=25166/tid=25168] ppid=25164 vsize=9824668 CPUtime=1.48 cores=1,3,5,7
/proc/25166/task/25168/stat : 25168 (java) S 25164 25166 22059 0 -1 4202560 2555 0 1 0 142 6 0 0 20 0 22 0 254260589 10060460032 931895 33554432000 1073741824 1073778376 140735224185712 140232320594936 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25166/tid=25169] ppid=25164 vsize=9824668 CPUtime=1.87 cores=1,3,5,7
/proc/25166/task/25169/stat : 25169 (java) S 25164 25166 22059 0 -1 4202560 347 0 0 0 181 6 0 0 20 0 22 0 254260590 10060460032 931895 33554432000 1073741824 1073778376 140735224185712 140232164419880 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25166/tid=25170] ppid=25164 vsize=9824668 CPUtime=2.05 cores=1,3,5,7
/proc/25166/task/25170/stat : 25170 (java) S 25164 25166 22059 0 -1 4202560 530 0 0 0 199 6 0 0 20 0 22 0 254260590 10060460032 931895 33554432000 1073741824 1073778376 140735224185712 140232163367080 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25166/tid=25171] ppid=25164 vsize=9824668 CPUtime=1.94 cores=1,3,5,7
/proc/25166/task/25171/stat : 25171 (java) S 25164 25166 22059 0 -1 4202560 592 0 0 0 190 4 0 0 20 0 22 0 254260590 10060460032 931895 33554432000 1073741824 1073778376 140735224185712 140232162314792 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25166/tid=25172] ppid=25164 vsize=9824668 CPUtime=1.97 cores=1,3,5,7
/proc/25166/task/25172/stat : 25172 (java) S 25164 25166 22059 0 -1 4202560 608 0 0 0 191 6 0 0 20 0 22 0 254260590 10060460032 931895 33554432000 1073741824 1073778376 140735224185712 140232161261992 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25166/tid=25173] ppid=25164 vsize=9824668 CPUtime=2.14 cores=1,3,5,7
/proc/25166/task/25173/stat : 25173 (java) S 25164 25166 22059 0 -1 4202560 546 0 0 0 209 5 0 0 20 0 22 0 254260590 10060460032 931895 33554432000 1073741824 1073778376 140735224185712 140232160209704 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25166/tid=25174] ppid=25164 vsize=9824668 CPUtime=2.15 cores=1,3,5,7
/proc/25166/task/25174/stat : 25174 (java) S 25164 25166 22059 0 -1 4202560 294 0 0 0 208 7 0 0 20 0 22 0 254260590 10060460032 931895 33554432000 1073741824 1073778376 140735224185712 140231823059624 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25166/tid=25175] ppid=25164 vsize=9824668 CPUtime=1.84 cores=1,3,5,7
/proc/25166/task/25175/stat : 25175 (java) S 25164 25166 22059 0 -1 4202560 526 0 0 0 178 6 0 0 20 0 22 0 254260590 10060460032 931895 33554432000 1073741824 1073778376 140735224185712 140231822007336 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25166/tid=25176] ppid=25164 vsize=9824668 CPUtime=2.19 cores=1,3,5,7
/proc/25166/task/25176/stat : 25176 (java) S 25164 25166 22059 0 -1 4202560 441 0 0 0 213 6 0 0 20 0 22 0 254260590 10060460032 931895 33554432000 1073741824 1073778376 140735224185712 140231820954536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25166/tid=25177] ppid=25164 vsize=9824668 CPUtime=76.25 cores=1,3,5,7
/proc/25166/task/25177/stat : 25177 (java) S 25164 25166 22059 0 -1 4202560 3655 0 0 0 7603 22 0 0 20 0 22 0 254260592 10060460032 931895 33554432000 1073741824 1073778376 140735224185712 140231808755944 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25166/tid=25178] ppid=25164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25166/task/25178/stat : 25178 (java) S 25164 25166 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254260592 10060460032 931895 33554432000 1073741824 1073778376 140735224185712 140231807702008 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25166/tid=25179] ppid=25164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25166/task/25179/stat : 25179 (java) S 25164 25166 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254260592 10060460032 931895 33554432000 1073741824 1073778376 140735224185712 140231806649608 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25166/tid=25180] ppid=25164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25166/task/25180/stat : 25180 (java) S 25164 25166 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254260598 10060460032 931895 33554432000 1073741824 1073778376 140735224185712 140231805598096 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25166/tid=25181] ppid=25164 vsize=9824668 CPUtime=1.88 cores=1,3,5,7
/proc/25166/task/25181/stat : 25181 (java) S 25164 25166 22059 0 -1 4202560 13394 0 0 0 185 3 0 0 20 0 22 0 254260598 10060460032 931895 33554432000 1073741824 1073778376 140735224185712 140231804545720 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25166/tid=25182] ppid=25164 vsize=9824668 CPUtime=1.74 cores=1,3,5,7
/proc/25166/task/25182/stat : 25182 (java) S 25164 25166 22059 0 -1 4202560 8428 0 0 0 172 2 0 0 20 0 22 0 254260598 10060460032 931895 33554432000 1073741824 1073778376 140735224185712 140231803492920 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25166/tid=25183] ppid=25164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25166/task/25183/stat : 25183 (java) S 25164 25166 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254260598 10060460032 931895 33554432000 1073741824 1073778376 140735224185712 140231802440824 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25166/tid=25184] ppid=25164 vsize=9824668 CPUtime=0.44 cores=1,3,5,7
/proc/25166/task/25184/stat : 25184 (java) S 25164 25166 22059 0 -1 4202560 46 0 0 0 22 22 0 0 20 0 22 0 254260598 10060460032 931895 33554432000 1073741824 1073778376 140735224185712 140231801388232 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25166/tid=25185] ppid=25164 vsize=9824668 CPUtime=740.03 cores=1,3,5,7
/proc/25166/task/25185/stat : 25185 (java) R 25164 25166 22059 0 -1 4202560 134 0 0 0 73988 15 0 0 20 0 22 0 254260746 10060460032 931895 33554432000 1073741824 1073778376 140735224185712 140231800297888 140232176665553 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25166/tid=25186] ppid=25164 vsize=9824668 CPUtime=740.04 cores=1,3,5,7
/proc/25166/task/25186/stat : 25186 (java) R 25164 25166 22059 0 -1 4202560 1755 0 0 0 73957 47 0 0 20 0 22 0 254260746 10060460032 931895 33554432000 1073741824 1073778376 140735224185712 140231799246064 140232176783122 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25166/tid=25187] ppid=25164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25166/task/25187/stat : 25187 (java) S 25164 25166 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254260752 10060460032 931895 33554432000 1073741824 1073778376 140735224185712 140231798195368 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25166/tid=25188] ppid=25164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25166/task/25188/stat : 25188 (java) S 25164 25166 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254260752 10060460032 931895 33554432000 1073741824 1073778376 140735224185712 140231797142568 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1577.87
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.98 3.91 3.89 4/219 25262
/proc/meminfo: memFree=22072720/32873844 swapFree=7100/7100
[pid=25166] ppid=25164 vsize=9824668 CPUtime=1692.84 cores=1,3,5,7
/proc/25166/stat : 25166 (java) S 25164 25166 22059 0 -1 4202496 35153 0 1 0 169148 136 0 0 20 0 22 0 254260588 10060460032 937106 33554432000 1073741824 1073778376 140735224185712 140735224176848 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25166/statm: 2456167 937106 2286 9 0 2446860 0
[pid=25166/tid=25168] ppid=25164 vsize=9824668 CPUtime=1.49 cores=1,3,5,7
/proc/25166/task/25168/stat : 25168 (java) S 25164 25166 22059 0 -1 4202560 2555 0 1 0 143 6 0 0 20 0 22 0 254260589 10060460032 937106 33554432000 1073741824 1073778376 140735224185712 140232320594936 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25166/tid=25169] ppid=25164 vsize=9824668 CPUtime=1.95 cores=1,3,5,7
/proc/25166/task/25169/stat : 25169 (java) S 25164 25166 22059 0 -1 4202560 371 0 0 0 189 6 0 0 20 0 22 0 254260590 10060460032 937106 33554432000 1073741824 1073778376 140735224185712 140232164419880 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25166/tid=25170] ppid=25164 vsize=9824668 CPUtime=2.18 cores=1,3,5,7
/proc/25166/task/25170/stat : 25170 (java) S 25164 25166 22059 0 -1 4202560 540 0 0 0 212 6 0 0 20 0 22 0 254260590 10060460032 937106 33554432000 1073741824 1073778376 140735224185712 140232163367080 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25166/tid=25171] ppid=25164 vsize=9824668 CPUtime=2.02 cores=1,3,5,7
/proc/25166/task/25171/stat : 25171 (java) S 25164 25166 22059 0 -1 4202560 609 0 0 0 198 4 0 0 20 0 22 0 254260590 10060460032 937106 33554432000 1073741824 1073778376 140735224185712 140232162314792 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25166/tid=25172] ppid=25164 vsize=9824668 CPUtime=2.05 cores=1,3,5,7
/proc/25166/task/25172/stat : 25172 (java) S 25164 25166 22059 0 -1 4202560 608 0 0 0 199 6 0 0 20 0 22 0 254260590 10060460032 937106 33554432000 1073741824 1073778376 140735224185712 140232161261992 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25166/tid=25173] ppid=25164 vsize=9824668 CPUtime=2.25 cores=1,3,5,7
/proc/25166/task/25173/stat : 25173 (java) S 25164 25166 22059 0 -1 4202560 561 0 0 0 220 5 0 0 20 0 22 0 254260590 10060460032 937106 33554432000 1073741824 1073778376 140735224185712 140232160209704 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25166/tid=25174] ppid=25164 vsize=9824668 CPUtime=2.26 cores=1,3,5,7
/proc/25166/task/25174/stat : 25174 (java) S 25164 25166 22059 0 -1 4202560 319 0 0 0 219 7 0 0 20 0 22 0 254260590 10060460032 937106 33554432000 1073741824 1073778376 140735224185712 140231823059624 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25166/tid=25175] ppid=25164 vsize=9824668 CPUtime=2.01 cores=1,3,5,7
/proc/25166/task/25175/stat : 25175 (java) S 25164 25166 22059 0 -1 4202560 526 0 0 0 195 6 0 0 20 0 22 0 254260590 10060460032 937106 33554432000 1073741824 1073778376 140735224185712 140231822007336 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25166/tid=25176] ppid=25164 vsize=9824668 CPUtime=2.29 cores=1,3,5,7
/proc/25166/task/25176/stat : 25176 (java) S 25164 25166 22059 0 -1 4202560 441 0 0 0 223 6 0 0 20 0 22 0 254260590 10060460032 937106 33554432000 1073741824 1073778376 140735224185712 140231820954536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25166/tid=25177] ppid=25164 vsize=9824668 CPUtime=81.68 cores=1,3,5,7
/proc/25166/task/25177/stat : 25177 (java) S 25164 25166 22059 0 -1 4202560 3670 0 0 0 8145 23 0 0 20 0 22 0 254260592 10060460032 937106 33554432000 1073741824 1073778376 140735224185712 140231808755944 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25166/tid=25178] ppid=25164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25166/task/25178/stat : 25178 (java) S 25164 25166 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254260592 10060460032 937106 33554432000 1073741824 1073778376 140735224185712 140231807702008 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25166/tid=25179] ppid=25164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25166/task/25179/stat : 25179 (java) S 25164 25166 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254260592 10060460032 937106 33554432000 1073741824 1073778376 140735224185712 140231806649608 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25166/tid=25180] ppid=25164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25166/task/25180/stat : 25180 (java) S 25164 25166 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254260598 10060460032 937106 33554432000 1073741824 1073778376 140735224185712 140231805598096 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25166/tid=25181] ppid=25164 vsize=9824668 CPUtime=1.88 cores=1,3,5,7
/proc/25166/task/25181/stat : 25181 (java) S 25164 25166 22059 0 -1 4202560 13394 0 0 0 185 3 0 0 20 0 22 0 254260598 10060460032 937106 33554432000 1073741824 1073778376 140735224185712 140231804545720 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25166/tid=25182] ppid=25164 vsize=9824668 CPUtime=1.74 cores=1,3,5,7
/proc/25166/task/25182/stat : 25182 (java) S 25164 25166 22059 0 -1 4202560 8428 0 0 0 172 2 0 0 20 0 22 0 254260598 10060460032 937106 33554432000 1073741824 1073778376 140735224185712 140231803492920 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25166/tid=25183] ppid=25164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25166/task/25183/stat : 25183 (java) S 25164 25166 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254260598 10060460032 937106 33554432000 1073741824 1073778376 140735224185712 140231802440824 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25166/tid=25184] ppid=25164 vsize=9824668 CPUtime=0.47 cores=1,3,5,7
/proc/25166/task/25184/stat : 25184 (java) S 25164 25166 22059 0 -1 4202560 50 0 0 0 23 24 0 0 20 0 22 0 254260598 10060460032 937106 33554432000 1073741824 1073778376 140735224185712 140231801388232 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25166/tid=25185] ppid=25164 vsize=9824668 CPUtime=794.37 cores=1,3,5,7
/proc/25166/task/25185/stat : 25185 (java) R 25164 25166 22059 0 -1 4202560 136 0 0 0 79421 16 0 0 20 0 22 0 254260746 10060460032 937106 33554432000 1073741824 1073778376 140735224185712 140231800298784 140232176611296 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25166/tid=25186] ppid=25164 vsize=9824668 CPUtime=794.38 cores=1,3,5,7
/proc/25166/task/25186/stat : 25186 (java) R 25164 25166 22059 0 -1 4202560 1758 0 0 0 79390 48 0 0 20 0 22 0 254260746 10060460032 937106 33554432000 1073741824 1073778376 140735224185712 140231799247264 140232176181120 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25166/tid=25187] ppid=25164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25166/task/25187/stat : 25187 (java) S 25164 25166 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254260752 10060460032 937106 33554432000 1073741824 1073778376 140735224185712 140231798195368 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25166/tid=25188] ppid=25164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25166/task/25188/stat : 25188 (java) S 25164 25166 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254260752 10060460032 937106 33554432000 1073741824 1073778376 140735224185712 140231797142568 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1692.84
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+939.601 s]
/proc/loadavg: 3.81 3.87 3.88 5/219 25262
/proc/meminfo: memFree=21943440/32873844 swapFree=7100/7100
[pid=25166] ppid=25164 vsize=9824668 CPUtime=1800.07 cores=1,3,5,7
/proc/25166/stat : 25166 (java) S 25164 25166 22059 0 -1 4202496 35237 0 1 0 179869 138 0 0 20 0 22 0 254260588 10060460032 944683 33554432000 1073741824 1073778376 140735224185712 140735224176848 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25166/statm: 2456167 944683 2286 9 0 2446860 0
[pid=25166/tid=25168] ppid=25164 vsize=9824668 CPUtime=1.49 cores=1,3,5,7
/proc/25166/task/25168/stat : 25168 (java) S 25164 25166 22059 0 -1 4202560 2557 0 1 0 143 6 0 0 20 0 22 0 254260589 10060460032 944683 33554432000 1073741824 1073778376 140735224185712 140232320594936 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25166/tid=25169] ppid=25164 vsize=9824668 CPUtime=2.07 cores=1,3,5,7
/proc/25166/task/25169/stat : 25169 (java) S 25164 25166 22059 0 -1 4202560 390 0 0 0 201 6 0 0 20 0 22 0 254260590 10060460032 944683 33554432000 1073741824 1073778376 140735224185712 140232164419880 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25166/tid=25170] ppid=25164 vsize=9824668 CPUtime=2.26 cores=1,3,5,7
/proc/25166/task/25170/stat : 25170 (java) S 25164 25166 22059 0 -1 4202560 553 0 0 0 220 6 0 0 20 0 22 0 254260590 10060460032 944683 33554432000 1073741824 1073778376 140735224185712 140232163367080 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25166/tid=25171] ppid=25164 vsize=9824668 CPUtime=2.14 cores=1,3,5,7
/proc/25166/task/25171/stat : 25171 (java) S 25164 25166 22059 0 -1 4202560 618 0 0 0 210 4 0 0 20 0 22 0 254260590 10060460032 944683 33554432000 1073741824 1073778376 140735224185712 140232162314792 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25166/tid=25172] ppid=25164 vsize=9824668 CPUtime=2.16 cores=1,3,5,7
/proc/25166/task/25172/stat : 25172 (java) S 25164 25166 22059 0 -1 4202560 608 0 0 0 210 6 0 0 20 0 22 0 254260590 10060460032 944683 33554432000 1073741824 1073778376 140735224185712 140232161261992 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25166/tid=25173] ppid=25164 vsize=9824668 CPUtime=2.4 cores=1,3,5,7
/proc/25166/task/25173/stat : 25173 (java) S 25164 25166 22059 0 -1 4202560 561 0 0 0 235 5 0 0 20 0 22 0 254260590 10060460032 944683 33554432000 1073741824 1073778376 140735224185712 140232160209704 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25166/tid=25174] ppid=25164 vsize=9824668 CPUtime=2.36 cores=1,3,5,7
/proc/25166/task/25174/stat : 25174 (java) S 25164 25166 22059 0 -1 4202560 330 0 0 0 229 7 0 0 20 0 22 0 254260590 10060460032 944683 33554432000 1073741824 1073778376 140735224185712 140231823059624 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25166/tid=25175] ppid=25164 vsize=9824668 CPUtime=2.13 cores=1,3,5,7
/proc/25166/task/25175/stat : 25175 (java) S 25164 25166 22059 0 -1 4202560 526 0 0 0 207 6 0 0 20 0 22 0 254260590 10060460032 944683 33554432000 1073741824 1073778376 140735224185712 140231822007336 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25166/tid=25176] ppid=25164 vsize=9824668 CPUtime=2.47 cores=1,3,5,7
/proc/25166/task/25176/stat : 25176 (java) S 25164 25166 22059 0 -1 4202560 441 0 0 0 241 6 0 0 20 0 22 0 254260590 10060460032 944683 33554432000 1073741824 1073778376 140735224185712 140231820954536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25166/tid=25177] ppid=25164 vsize=9824668 CPUtime=89.53 cores=1,3,5,7
/proc/25166/task/25177/stat : 25177 (java) S 25164 25166 22059 0 -1 4202560 3692 0 0 0 8930 23 0 0 20 0 22 0 254260592 10060460032 944683 33554432000 1073741824 1073778376 140735224185712 140231808755944 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25166/tid=25178] ppid=25164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25166/task/25178/stat : 25178 (java) S 25164 25166 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254260592 10060460032 944683 33554432000 1073741824 1073778376 140735224185712 140231807702008 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25166/tid=25179] ppid=25164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25166/task/25179/stat : 25179 (java) S 25164 25166 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254260592 10060460032 944683 33554432000 1073741824 1073778376 140735224185712 140231806649608 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25166/tid=25180] ppid=25164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25166/task/25180/stat : 25180 (java) S 25164 25166 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254260598 10060460032 944683 33554432000 1073741824 1073778376 140735224185712 140231805598096 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25166/tid=25181] ppid=25164 vsize=9824668 CPUtime=1.91 cores=1,3,5,7
/proc/25166/task/25181/stat : 25181 (java) S 25164 25166 22059 0 -1 4202560 13395 0 0 0 188 3 0 0 20 0 22 0 254260598 10060460032 944683 33554432000 1073741824 1073778376 140735224185712 140231804545720 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25166/tid=25182] ppid=25164 vsize=9824668 CPUtime=1.74 cores=1,3,5,7
/proc/25166/task/25182/stat : 25182 (java) S 25164 25166 22059 0 -1 4202560 8428 0 0 0 172 2 0 0 20 0 22 0 254260598 10060460032 944683 33554432000 1073741824 1073778376 140735224185712 140231803492920 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25166/tid=25183] ppid=25164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25166/task/25183/stat : 25183 (java) S 25164 25166 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254260598 10060460032 944683 33554432000 1073741824 1073778376 140735224185712 140231802440824 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25166/tid=25184] ppid=25164 vsize=9824668 CPUtime=0.5 cores=1,3,5,7
/proc/25166/task/25184/stat : 25184 (java) S 25164 25166 22059 0 -1 4202560 54 0 0 0 25 25 0 0 20 0 22 0 254260598 10060460032 944683 33554432000 1073741824 1073778376 140735224185712 140231801388232 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25166/tid=25185] ppid=25164 vsize=9824668 CPUtime=843.56 cores=1,3,5,7
/proc/25166/task/25185/stat : 25185 (java) R 25164 25166 22059 0 -1 4202560 138 0 0 0 84340 16 0 0 20 0 22 0 254260746 10060460032 944683 33554432000 1073741824 1073778376 140735224185712 140231800298888 140232176606151 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25166/tid=25186] ppid=25164 vsize=9824668 CPUtime=843.57 cores=1,3,5,7
/proc/25166/task/25186/stat : 25186 (java) R 25164 25166 22059 0 -1 4202560 1759 0 0 0 84309 48 0 0 20 0 22 0 254260746 10060460032 944683 33554432000 1073741824 1073778376 140735224185712 140231799245016 140232176048894 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25166/tid=25187] ppid=25164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25166/task/25187/stat : 25187 (java) S 25164 25166 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254260752 10060460032 944683 33554432000 1073741824 1073778376 140735224185712 140231798195368 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25166/tid=25188] ppid=25164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25166/task/25188/stat : 25188 (java) S 25164 25166 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254260752 10060460032 944683 33554432000 1073741824 1073778376 140735224185712 140231797142568 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9824668

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 939.663
CPU time (s): 1800.72
CPU user time (s): 1798.85
CPU system time (s): 1.87371
CPU usage (%): 191.635
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.85
system time used= 1.87371
maximum resident set size= 3778848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35268
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25150
involuntary context switches= 31758

runsolver used 3.88141 second user time and 9.07362 second system time

The end

Launcher Data

Begin job on node111 at 2012-05-24 19:42:16
IDJOB=3689190
IDBENCH=73867
IDSOLVER=2268
FILE ID=node111/3689190-1337881336
RUNJOBID= node111-1337871880-22076
PBS_JOBID= 14620093
Free space on /tmp= 71616 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12038_3-sat.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689190-1337881336/watcher-3689190-1337881336 -o /tmp/evaluation-result-3689190-1337881336/solver-3689190-1337881336 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689190-1337881336.opb

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

MD5SUM BENCH= 56cc40b9ea431027514a5b56e02d7edb
RANDOM SEED=1379821960

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.152
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.152
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.152
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.152
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.152
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28133680 kB
Buffers:          207804 kB
Cached:          3067356 kB
SwapCached:            0 kB
Active:          1443444 kB
Inactive:        2519284 kB
Active(anon):     690224 kB
Inactive(anon):        0 kB
Active(file):     753220 kB
Inactive(file):  2519284 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              4468 kB
Writeback:             0 kB
AnonPages:        702932 kB
Mapped:            22588 kB
Shmem:               200 kB
Slab:             630544 kB
SReclaimable:      72692 kB
SUnreclaim:       557852 kB
KernelStack:        1624 kB
PageTables:         5536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1090124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    651264 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= 71572 MiB
End job on node111 at 2012-05-24 19:57:58