Trace number 3689612

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.01 921.482

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K97.opb
MD5SUM43f0e9fb1c8ca4724fdfde37689b9cda
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 benchmark650.612
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6596
Total number of constraints6792
Number of constraints which are clauses6695
Number of constraints which are cardinality constraints (but not clauses)97
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint97
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 98
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.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/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-3689612-1337883607.opb
0.08/0.13	c reading problem ... 
0.78/0.48	c ... done. Wall clock time 0.353s.
0.78/0.48	c declared #vars     6596
0.78/0.48	c #constraints  6792
0.78/0.48	c constraints type 
0.78/0.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5445
0.78/0.48	c org.sat4j.minisat.constraints.card.MinWatchCard => 97
0.78/0.48	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.78/0.48	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1248
0.78/0.48	c 6792 constraints processed.
0.78/0.48	c constraints type 
0.78/0.48	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1248
0.78/0.48	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5445
0.78/0.48	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 97
0.78/0.48	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.78/0.48	c 6792 constraints processed.
5.08/1.71	c cleaning 2481 clauses out of 4989 with flag 5000/5000
7.51/2.82	c cleaning 4226 clauses out of 8504 with flag 11000/11000
10.15/4.17	c cleaning 5597 clauses out of 11275 with flag 18000/18000
13.22/5.67	c cleaning 6780 clauses out of 13678 with flag 26002/26002
17.26/7.66	c cleaning 7907 clauses out of 15895 with flag 35000/35000
21.61/9.84	c cleaning 8937 clauses out of 17986 with flag 45000/45000
27.08/12.63	c cleaning 9912 clauses out of 20049 with flag 56000/56000
32.59/15.49	c cleaning 10958 clauses out of 22135 with flag 68000/68000
38.54/18.60	c cleaning 11964 clauses out of 24177 with flag 81003/81003
45.83/22.30	c cleaning 13026 clauses out of 26210 with flag 95001/95001
52.08/25.43	c cleaning 13947 clauses out of 28185 with flag 110002/110002
59.30/29.19	c cleaning 14964 clauses out of 30235 with flag 126001/126001
69.77/34.56	c cleaning 15981 clauses out of 32271 with flag 143001/143001
76.72/38.17	c cleaning 17024 clauses out of 34291 with flag 161002/161002
88.65/44.29	c cleaning 17948 clauses out of 36265 with flag 180000/180000
98.18/49.12	c cleaning 19030 clauses out of 38317 with flag 200000/200000
108.71/54.65	c cleaning 19966 clauses out of 40287 with flag 221001/221001
119.22/60.05	c cleaning 21016 clauses out of 42320 with flag 243000/243000
137.15/69.12	c cleaning 21964 clauses out of 44303 with flag 266000/266000
149.63/75.57	c cleaning 22704 clauses out of 46340 with flag 290001/290001
163.44/82.78	c cleaning 24154 clauses out of 48633 with flag 315001/315001
183.12/92.77	c cleaning 25071 clauses out of 50478 with flag 341000/341000
197.61/100.15	c cleaning 25975 clauses out of 52409 with flag 368003/368003
212.94/108.07	c cleaning 27078 clauses out of 54431 with flag 396000/396000
227.92/115.88	c cleaning 27880 clauses out of 56353 with flag 425000/425000
243.57/123.82	c cleaning 0 clauses out of 5000 with flag 0/5000
244.80/124.67	c cleaning 28995 clauses out of 58474 with flag 455001/455001
267.89/136.47	c cleaning 29820 clauses out of 60479 with flag 486001/486001
293.74/149.76	c cleaning 31000 clauses out of 62660 with flag 518002/518002
318.85/162.87	c cleaning 31979 clauses out of 64658 with flag 551000/551000
343.94/175.63	c cleaning 33114 clauses out of 66680 with flag 585002/585002
375.24/191.79	c cleaning 34005 clauses out of 68564 with flag 620000/620000
394.85/201.89	c cleaning 34464 clauses out of 70560 with flag 656001/656001
418.04/213.77	c cleaning 34999 clauses out of 73094 with flag 693000/693000
450.38/230.11	c cleaning 36430 clauses out of 76095 with flag 731000/731000
478.81/244.81	c cleaning 37409 clauses out of 78667 with flag 770002/770002
510.02/260.72	c cleaning 38337 clauses out of 81258 with flag 810002/810002
539.52/275.84	c cleaning 39792 clauses out of 83920 with flag 851001/851001
576.20/294.54	c cleaning 40115 clauses out of 86137 with flag 893010/893010
607.00/310.67	c cleaning 41379 clauses out of 89012 with flag 936000/936000
633.55/324.34	c cleaning 42829 clauses out of 91634 with flag 980001/980001
663.55/339.71	c cleaning 42771 clauses out of 93804 with flag 1025001/1025001
698.59/357.60	c cleaning 44435 clauses out of 97032 with flag 1071001/1071001
741.13/379.62	c cleaning 45712 clauses out of 99596 with flag 1118000/1118000
822.38/420.92	c cleaning 47051 clauses out of 101884 with flag 1166000/1166000
870.24/445.31	c cleaning 47581 clauses out of 103833 with flag 1215000/1215000
904.66/463.41	c cleaning 48255 clauses out of 106252 with flag 1265000/1265000
952.63/487.98	c cleaning 49289 clauses out of 108998 with flag 1316001/1316001
1028.77/526.47	c cleaning 50514 clauses out of 111708 with flag 1368000/1368000
1093.36/559.23	c cleaning 51427 clauses out of 114195 with flag 1421001/1421001
1132.94/580.06	c cleaning 52055 clauses out of 116771 with flag 1475004/1475004
1182.93/605.66	c cleaning 53589 clauses out of 119716 with flag 1530004/1530004
1248.97/639.22	c cleaning 55032 clauses out of 122124 with flag 1586001/1586001
1292.77/661.79	c cleaning 55550 clauses out of 124093 with flag 1643002/1643002
1393.95/713.14	c cleaning 56733 clauses out of 126541 with flag 1701000/1701000
1441.45/737.54	c cleaning 57248 clauses out of 128808 with flag 1760000/1760000
1533.71/784.17	c cleaning 59387 clauses out of 131560 with flag 1820000/1820000
1594.98/815.46	c cleaning 59321 clauses out of 133173 with flag 1881000/1881000
1648.73/843.52	c cleaning 60403 clauses out of 135851 with flag 1943000/1943000
1711.56/875.63	c cleaning 61533 clauses out of 138449 with flag 2006001/2006001
1778.12/909.63	c cleaning 62502 clauses out of 140915 with flag 2070000/2070000
1800.01/921.41	c starts		: 210
1800.01/921.41	c conflicts		: 2093155
1800.01/921.41	c decisions		: 17717557
1800.01/921.41	c propagations		: 703903091
1800.01/921.41	c inspects		: 2829475337
1800.01/921.41	c shortcuts		: 0
1800.01/921.41	c learnt literals	: 42
1800.01/921.41	c learnt binary clauses	: 67505
1800.01/921.41	c learnt ternary clauses	: 83237
1800.01/921.41	c learnt constraints	: 2093114
1800.01/921.41	c ignored constraints	: 0
1800.01/921.41	c root simplifications	: 0
1800.01/921.41	c removed literals (reason simplification)	: 54519515
1800.01/921.41	c reason swapping (by a shorter reason)	: 0
1800.01/921.41	c Calls to reduceDB	: 60
1800.01/921.41	c number of reductions to clauses (during analyze)	: 0
1800.01/921.41	c number of learned constraints concerned by reduction	: 0
1800.01/921.41	c number of learning phase by resolution	: 0
1800.01/921.41	c number of learning phase by cutting planes	: 0
1800.01/921.41	c speed (assignments/second)	: 764361.1809700034
1800.01/921.41	c non guided choices	5458
1800.01/921.45	c learnt constraints type 
1800.01/921.45	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 67506
1800.01/921.45	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 34128
1800.01/921.45	c constraints type 
1800.01/921.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5445
1800.01/921.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 97
1800.01/921.45	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.01/921.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1248
1800.01/921.45	c 6792 constraints processed.
1800.01/921.45	c constraints type 
1800.01/921.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1248
1800.01/921.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5445
1800.01/921.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 97
1800.01/921.45	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.01/921.45	c 6792 constraints processed.
1800.01/921.45	s UNKNOWN
1800.01/921.45	c Total wall clock time (in seconds): 921.323

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-3689612-1337883607/watcher-3689612-1337883607 -o /tmp/evaluation-result-3689612-1337883607/solver-3689612-1337883607 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689612-1337883607.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.84 3.89 3.78 3/196 5134
/proc/meminfo: memFree=26542376/32873852 swapFree=6848/6848
[pid=5134] ppid=5132 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/5134/stat : 5134 (java) D 5132 5134 718 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 254486127 9515008 182 33554432000 1073741824 1073778376 140735504017664 140735504008696 229355896501 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/5134/statm: 2323 182 140 9 0 71 0

[startup+0.0224141 s]
/proc/loadavg: 3.84 3.89 3.78 3/196 5134
/proc/meminfo: memFree=26542376/32873852 swapFree=6848/6848
[pid=5134] ppid=5132 vsize=8482100 CPUtime=0 cores=1,3,5,7
/proc/5134/stat : 5134 (java) S 5132 5134 718 0 -1 4202496 1724 0 1 0 0 0 0 0 20 0 2 0 254486127 8685670400 1917 33554432000 1073741824 1073778376 140736186383216 140736186374352 229359255613 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5134/statm: 2120525 1944 941 9 0 2111634 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8482100

[startup+0.100267 s]
/proc/loadavg: 3.84 3.89 3.78 3/196 5134
/proc/meminfo: memFree=26542376/32873852 swapFree=6848/6848
[pid=5134] ppid=5132 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/5134/stat : 5134 (java) S 5132 5134 718 0 -1 4202496 4182 0 1 0 7 1 0 0 20 0 18 0 254486127 9787813888 5371 33554432000 1073741824 1073778376 140736186383216 140736186374352 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5134/statm: 2389603 5371 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300251 s]
/proc/loadavg: 3.84 3.89 3.78 3/196 5134
/proc/meminfo: memFree=26542376/32873852 swapFree=6848/6848
[pid=5134] ppid=5132 vsize=9558412 CPUtime=0.53 cores=1,3,5,7
/proc/5134/stat : 5134 (java) S 5132 5134 718 0 -1 4202496 7051 0 1 0 52 1 0 0 20 0 18 0 254486127 9787813888 9870 33554432000 1073741824 1073778376 140736186383216 140736186374352 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5134/statm: 2389603 9870 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558412

[startup+0.700226 s]
/proc/loadavg: 3.84 3.89 3.78 3/196 5134
/proc/meminfo: memFree=26542376/32873852 swapFree=6848/6848
[pid=5134] ppid=5132 vsize=9824668 CPUtime=1.88 cores=1,3,5,7
/proc/5134/stat : 5134 (java) S 5132 5134 718 0 -1 4202496 15022 0 1 0 184 4 0 0 20 0 22 0 254486127 10060460032 23730 33554432000 1073741824 1073778376 140736186383216 140736186374352 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5134/statm: 2456167 23730 2253 9 0 2446860 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9824668

[startup+1.50078 s]
/proc/loadavg: 3.84 3.89 3.78 7/218 5156
/proc/meminfo: memFree=26428712/32873852 swapFree=6848/6848
[pid=5134] ppid=5132 vsize=9824668 CPUtime=4.57 cores=1,3,5,7
/proc/5134/stat : 5134 (java) S 5132 5134 718 0 -1 4202496 22376 0 1 0 450 7 0 0 20 0 22 0 254486127 10060460032 45967 33554432000 1073741824 1073778376 140736186383216 140736186374352 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5134/statm: 2456167 45967 2262 9 0 2446860 0
[pid=5134/tid=5136] ppid=5132 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/5134/task/5136/stat : 5136 (java) S 5132 5134 718 0 -1 4202560 2474 0 1 0 43 2 0 0 20 0 22 0 254486128 10060460032 45967 33554432000 1073741824 1073778376 140736186383216 139854494581752 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5134/tid=5137] ppid=5132 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5134/task/5137/stat : 5137 (java) S 5132 5134 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254486130 10060460032 45967 33554432000 1073741824 1073778376 140736186383216 139854472681768 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5134/tid=5138] ppid=5132 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5134/task/5138/stat : 5138 (java) S 5132 5134 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254486130 10060460032 45967 33554432000 1073741824 1073778376 140736186383216 139854471628968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5134/tid=5139] ppid=5132 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5134/task/5139/stat : 5139 (java) S 5132 5134 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254486130 10060460032 45967 33554432000 1073741824 1073778376 140736186383216 139854268590632 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5134/tid=5140] ppid=5132 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5134/task/5140/stat : 5140 (java) S 5132 5134 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254486130 10060460032 45967 33554432000 1073741824 1073778376 140736186383216 139854267537832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5134/tid=5141] ppid=5132 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5134/task/5141/stat : 5141 (java) S 5132 5134 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254486130 10060460032 45967 33554432000 1073741824 1073778376 140736186383216 139854266485544 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5134/tid=5142] ppid=5132 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5134/task/5142/stat : 5142 (java) S 5132 5134 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254486130 10060460032 45967 33554432000 1073741824 1073778376 140736186383216 139854265432744 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5134/tid=5143] ppid=5132 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5134/task/5143/stat : 5143 (java) S 5132 5134 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254486130 10060460032 45967 33554432000 1073741824 1073778376 140736186383216 139854264380456 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5134/tid=5144] ppid=5132 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5134/task/5144/stat : 5144 (java) S 5132 5134 718 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254486130 10060460032 45967 33554432000 1073741824 1073778376 140736186383216 139854263327656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5134/tid=5145] ppid=5132 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5134/task/5145/stat : 5145 (java) S 5132 5134 718 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254486131 10060460032 45967 33554432000 1073741824 1073778376 140736186383216 139854251129064 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5134/tid=5146] ppid=5132 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5134/task/5146/stat : 5146 (java) S 5132 5134 718 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 254486131 10060460032 45967 33554432000 1073741824 1073778376 140736186383216 139854250075128 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5134/tid=5147] ppid=5132 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5134/task/5147/stat : 5147 (java) S 5132 5134 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254486131 10060460032 45967 33554432000 1073741824 1073778376 140736186383216 139854249022728 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5134/tid=5148] ppid=5132 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5134/task/5148/stat : 5148 (java) S 5132 5134 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254486134 10060460032 45967 33554432000 1073741824 1073778376 140736186383216 139854247971216 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5134/tid=5149] ppid=5132 vsize=9824668 CPUtime=1.08 cores=1,3,5,7
/proc/5134/task/5149/stat : 5149 (java) S 5132 5134 718 0 -1 4202560 9825 0 0 0 105 3 0 0 20 0 22 0 254486134 10060460032 45967 33554432000 1073741824 1073778376 140736186383216 139854246918840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5134/tid=5150] ppid=5132 vsize=9824668 CPUtime=1 cores=1,3,5,7
/proc/5134/task/5150/stat : 5150 (java) S 5132 5134 718 0 -1 4202560 8730 0 0 0 100 0 0 0 20 0 22 0 254486134 10060460032 45967 33554432000 1073741824 1073778376 140736186383216 139854245866040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5134/tid=5151] ppid=5132 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5134/task/5151/stat : 5151 (java) S 5132 5134 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254486134 10060460032 45967 33554432000 1073741824 1073778376 140736186383216 139854244813944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5134/tid=5152] ppid=5132 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5134/task/5152/stat : 5152 (java) S 5132 5134 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254486134 10060460032 45967 33554432000 1073741824 1073778376 140736186383216 139854243761352 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5134/tid=5153] ppid=5132 vsize=9824668 CPUtime=0.98 cores=1,3,5,7
/proc/5134/task/5153/stat : 5153 (java) R 5132 5134 718 0 -1 4202560 33 0 0 0 98 0 0 0 20 0 22 0 254486176 10060460032 45967 33554432000 1073741824 1073778376 140736186383216 139854242705992 139854353299850 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5134/tid=5154] ppid=5132 vsize=9824668 CPUtime=0.99 cores=1,3,5,7
/proc/5134/task/5154/stat : 5154 (java) R 5132 5134 718 0 -1 4202560 112 0 0 0 98 1 0 0 20 0 22 0 254486176 10060460032 45967 33554432000 1073741824 1073778376 140736186383216 139854241652248 139854353533069 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5134/tid=5155] ppid=5132 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5134/task/5155/stat : 5155 (java) S 5132 5134 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254486178 10060460032 45967 33554432000 1073741824 1073778376 140736186383216 139854240601256 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5134/tid=5156] ppid=5132 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5134/task/5156/stat : 5156 (java) S 5132 5134 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254486178 10060460032 45967 33554432000 1073741824 1073778376 140736186383216 139854239548456 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.57
Current children cumulated vsize (KiB) 9824668

[startup+3.1009 s]
/proc/loadavg: 3.84 3.89 3.78 5/218 5156
/proc/meminfo: memFree=26325192/32873852 swapFree=6848/6848
[pid=5134] ppid=5132 vsize=9824668 CPUtime=8.12 cores=1,3,5,7
/proc/5134/stat : 5134 (java) S 5132 5134 718 0 -1 4202496 24006 0 1 0 797 15 0 0 20 0 22 0 254486127 10060460032 86022 33554432000 1073741824 1073778376 140736186383216 140736186374352 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5134/statm: 2456167 86022 2286 9 0 2446860 0
[pid=5134/tid=5136] ppid=5132 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/5134/task/5136/stat : 5136 (java) S 5132 5134 718 0 -1 4202560 2474 0 1 0 43 2 0 0 20 0 22 0 254486128 10060460032 86022 33554432000 1073741824 1073778376 140736186383216 139854494581752 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5134/tid=5137] ppid=5132 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/5134/task/5137/stat : 5137 (java) S 5132 5134 718 0 -1 4202560 25 0 0 0 1 1 0 0 20 0 22 0 254486130 10060460032 86022 33554432000 1073741824 1073778376 140736186383216 139854472681768 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5134/tid=5138] ppid=5132 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5134/task/5138/stat : 5138 (java) S 5132 5134 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254486130 10060460032 86022 33554432000 1073741824 1073778376 140736186383216 139854471628968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5134/tid=5139] ppid=5132 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/5134/task/5139/stat : 5139 (java) S 5132 5134 718 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 254486130 10060460032 86022 33554432000 1073741824 1073778376 140736186383216 139854268590632 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5134/tid=5140] ppid=5132 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/5134/task/5140/stat : 5140 (java) S 5132 5134 718 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 254486130 10060460032 86022 33554432000 1073741824 1073778376 140736186383216 139854267537832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5134/tid=5141] ppid=5132 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/5134/task/5141/stat : 5141 (java) S 5132 5134 718 0 -1 4202560 16 0 0 0 0 1 0 0 20 0 22 0 254486130 10060460032 86022 33554432000 1073741824 1073778376 140736186383216 139854266485544 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5134/tid=5142] ppid=5132 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5134/task/5142/stat : 5142 (java) S 5132 5134 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254486130 10060460032 86022 33554432000 1073741824 1073778376 140736186383216 139854265432744 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5134/tid=5143] ppid=5132 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/5134/task/5143/stat : 5143 (java) S 5132 5134 718 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 254486130 10060460032 86022 33554432000 1073741824 1073778376 140736186383216 139854264380456 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5134/tid=5144] ppid=5132 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/5134/task/5144/stat : 5144 (java) S 5132 5134 718 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 254486130 10060460032 86022 33554432000 1073741824 1073778376 140736186383216 139854263327656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5134/tid=5145] ppid=5132 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/5134/task/5145/stat : 5145 (java) S 5132 5134 718 0 -1 4202560 103 0 0 0 10 0 0 0 20 0 22 0 254486131 10060460032 86022 33554432000 1073741824 1073778376 140736186383216 139854251129064 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5134/tid=5146] ppid=5132 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5134/task/5146/stat : 5146 (java) S 5132 5134 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254486131 10060460032 86022 33554432000 1073741824 1073778376 140736186383216 139854250075128 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5134/tid=5147] ppid=5132 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5134/task/5147/stat : 5147 (java) S 5132 5134 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254486131 10060460032 86022 33554432000 1073741824 1073778376 140736186383216 139854249022728 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5134/tid=5148] ppid=5132 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5134/task/5148/stat : 5148 (java) S 5132 5134 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254486134 10060460032 86022 33554432000 1073741824 1073778376 140736186383216 139854247971216 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5134/tid=5149] ppid=5132 vsize=9824668 CPUtime=1.25 cores=1,3,5,7
/proc/5134/task/5149/stat : 5149 (java) S 5132 5134 718 0 -1 4202560 9834 0 0 0 122 3 0 0 20 0 22 0 254486134 10060460032 86022 33554432000 1073741824 1073778376 140736186383216 139854246918840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5134/tid=5150] ppid=5132 vsize=9824668 CPUtime=1.22 cores=1,3,5,7
/proc/5134/task/5150/stat : 5150 (java) S 5132 5134 718 0 -1 4202560 10113 0 0 0 120 2 0 0 20 0 22 0 254486134 10060460032 86022 33554432000 1073741824 1073778376 140736186383216 139854245866040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5134/tid=5151] ppid=5132 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5134/task/5151/stat : 5151 (java) S 5132 5134 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254486134 10060460032 86022 33554432000 1073741824 1073778376 140736186383216 139854244813944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5134/tid=5152] ppid=5132 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5134/task/5152/stat : 5152 (java) S 5132 5134 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254486134 10060460032 86022 33554432000 1073741824 1073778376 140736186383216 139854243761352 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5134/tid=5153] ppid=5132 vsize=9824668 CPUtime=2.41 cores=1,3,5,7
/proc/5134/task/5153/stat : 5153 (java) R 5132 5134 718 0 -1 4202560 36 0 0 0 241 0 0 0 20 0 22 0 254486176 10060460032 86022 33554432000 1073741824 1073778376 140736186383216 139854242705752 139854353385613 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5134/tid=5154] ppid=5132 vsize=9824668 CPUtime=2.42 cores=1,3,5,7
/proc/5134/task/5154/stat : 5154 (java) R 5132 5134 718 0 -1 4202560 162 0 0 0 239 3 0 0 20 0 22 0 254486176 10060460032 86022 33554432000 1073741824 1073778376 140736186383216 139854241652424 139854353480685 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5134/tid=5155] ppid=5132 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5134/task/5155/stat : 5155 (java) S 5132 5134 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254486178 10060460032 86022 33554432000 1073741824 1073778376 140736186383216 139854240601256 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5134/tid=5156] ppid=5132 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5134/task/5156/stat : 5156 (java) S 5132 5134 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254486178 10060460032 86022 33554432000 1073741824 1073778376 140736186383216 139854239548456 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.12
Current children cumulated vsize (KiB) 9824668

[startup+6.30091 s]
/proc/loadavg: 3.93 3.91 3.78 5/218 5156
/proc/meminfo: memFree=26178544/32873852 swapFree=6848/6848
[pid=5134] ppid=5132 vsize=9824668 CPUtime=14.57 cores=1,3,5,7
/proc/5134/stat : 5134 (java) S 5132 5134 718 0 -1 4202496 24512 0 1 0 1437 20 0 0 20 0 22 0 254486127 10060460032 99958 33554432000 1073741824 1073778376 140736186383216 140736186374352 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5134/statm: 2456167 99958 2286 9 0 2446860 0
[pid=5134/tid=5136] ppid=5132 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/5134/task/5136/stat : 5136 (java) S 5132 5134 718 0 -1 4202560 2474 0 1 0 43 2 0 0 20 0 22 0 254486128 10060460032 99958 33554432000 1073741824 1073778376 140736186383216 139854494581752 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5134/tid=5137] ppid=5132 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/5134/task/5137/stat : 5137 (java) S 5132 5134 718 0 -1 4202560 34 0 0 0 3 2 0 0 20 0 22 0 254486130 10060460032 99958 33554432000 1073741824 1073778376 140736186383216 139854472681768 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5134/tid=5138] ppid=5132 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/5134/task/5138/stat : 5138 (java) S 5132 5134 718 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 22 0 254486130 10060460032 99958 33554432000 1073741824 1073778376 140736186383216 139854471628968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5134/tid=5139] ppid=5132 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/5134/task/5139/stat : 5139 (java) S 5132 5134 718 0 -1 4202560 18 0 0 0 3 1 0 0 20 0 22 0 254486130 10060460032 99958 33554432000 1073741824 1073778376 140736186383216 139854268590632 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5134/tid=5140] ppid=5132 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/5134/task/5140/stat : 5140 (java) S 5132 5134 718 0 -1 4202560 27 0 0 0 4 1 0 0 20 0 22 0 254486130 10060460032 99958 33554432000 1073741824 1073778376 140736186383216 139854267537832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5134/tid=5141] ppid=5132 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/5134/task/5141/stat : 5141 (java) S 5132 5134 718 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 22 0 254486130 10060460032 99958 33554432000 1073741824 1073778376 140736186383216 139854266485544 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5134/tid=5142] ppid=5132 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/5134/task/5142/stat : 5142 (java) S 5132 5134 718 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 22 0 254486130 10060460032 99958 33554432000 1073741824 1073778376 140736186383216 139854265432744 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5134/tid=5143] ppid=5132 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/5134/task/5143/stat : 5143 (java) S 5132 5134 718 0 -1 4202560 19 0 0 0 3 1 0 0 20 0 22 0 254486130 10060460032 99958 33554432000 1073741824 1073778376 140736186383216 139854264380456 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5134/tid=5144] ppid=5132 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/5134/task/5144/stat : 5144 (java) S 5132 5134 718 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 22 0 254486130 10060460032 99958 33554432000 1073741824 1073778376 140736186383216 139854263327656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5134/tid=5145] ppid=5132 vsize=9824668 CPUtime=0.34 cores=1,3,5,7
/proc/5134/task/5145/stat : 5145 (java) S 5132 5134 718 0 -1 4202560 263 0 0 0 34 0 0 0 20 0 22 0 254486131 10060460032 99958 33554432000 1073741824 1073778376 140736186383216 139854251129064 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5134/tid=5146] ppid=5132 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5134/task/5146/stat : 5146 (java) S 5132 5134 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254486131 10060460032 99958 33554432000 1073741824 1073778376 140736186383216 139854250075128 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5134/tid=5147] ppid=5132 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5134/task/5147/stat : 5147 (java) S 5132 5134 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254486131 10060460032 99958 33554432000 1073741824 1073778376 140736186383216 139854249022728 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5134/tid=5148] ppid=5132 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5134/task/5148/stat : 5148 (java) S 5132 5134 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254486134 10060460032 99958 33554432000 1073741824 1073778376 140736186383216 139854247971216 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5134/tid=5149] ppid=5132 vsize=9824668 CPUtime=1.37 cores=1,3,5,7
/proc/5134/task/5149/stat : 5149 (java) S 5132 5134 718 0 -1 4202560 9886 0 0 0 134 3 0 0 20 0 22 0 254486134 10060460032 99958 33554432000 1073741824 1073778376 140736186383216 139854246918840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

/proc/5134/statm: 2456167 951288 2287 9 0 2446860 0
[pid=5134/tid=5136] ppid=5132 vsize=9824668 CPUtime=0.49 cores=1,3,5,7
/proc/5134/task/5136/stat : 5136 (java) S 5132 5134 718 0 -1 4202560 2516 0 1 0 45 4 0 0 20 0 22 0 254486128 10060460032 951288 33554432000 1073741824 1073778376 140736186383216 139854494581752 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5134/tid=5137] ppid=5132 vsize=9824668 CPUtime=3.1 cores=1,3,5,7
/proc/5134/task/5137/stat : 5137 (java) S 5132 5134 718 0 -1 4202560 1145 0 0 0 284 26 0 0 20 0 22 0 254486130 10060460032 951288 33554432000 1073741824 1073778376 140736186383216 139854472681768 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5134/tid=5138] ppid=5132 vsize=9824668 CPUtime=2.73 cores=1,3,5,7
/proc/5134/task/5138/stat : 5138 (java) S 5132 5134 718 0 -1 4202560 886 0 0 0 253 20 0 0 20 0 22 0 254486130 10060460032 951288 33554432000 1073741824 1073778376 140736186383216 139854471628968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5134/tid=5139] ppid=5132 vsize=9824668 CPUtime=2.82 cores=1,3,5,7
/proc/5134/task/5139/stat : 5139 (java) S 5132 5134 718 0 -1 4202560 1059 0 0 0 258 24 0 0 20 0 22 0 254486130 10060460032 951288 33554432000 1073741824 1073778376 140736186383216 139854268590632 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5134/tid=5140] ppid=5132 vsize=9824668 CPUtime=2.9 cores=1,3,5,7
/proc/5134/task/5140/stat : 5140 (java) S 5132 5134 718 0 -1 4202560 1094 0 0 0 265 25 0 0 20 0 22 0 254486130 10060460032 951288 33554432000 1073741824 1073778376 140736186383216 139854267537832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5134/tid=5141] ppid=5132 vsize=9824668 CPUtime=3.31 cores=1,3,5,7
/proc/5134/task/5141/stat : 5141 (java) S 5132 5134 718 0 -1 4202560 935 0 0 0 304 27 0 0 20 0 22 0 254486130 10060460032 951288 33554432000 1073741824 1073778376 140736186383216 139854266485544 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5134/tid=5142] ppid=5132 vsize=9824668 CPUtime=2.72 cores=1,3,5,7
/proc/5134/task/5142/stat : 5142 (java) S 5132 5134 718 0 -1 4202560 1035 0 0 0 253 19 0 0 20 0 22 0 254486130 10060460032 951288 33554432000 1073741824 1073778376 140736186383216 139854265432744 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5134/tid=5143] ppid=5132 vsize=9824668 CPUtime=2.74 cores=1,3,5,7
/proc/5134/task/5143/stat : 5143 (java) S 5132 5134 718 0 -1 4202560 576 0 0 0 258 16 0 0 20 0 22 0 254486130 10060460032 951288 33554432000 1073741824 1073778376 140736186383216 139854264380456 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5134/tid=5144] ppid=5132 vsize=9824668 CPUtime=3.11 cores=1,3,5,7
/proc/5134/task/5144/stat : 5144 (java) S 5132 5134 718 0 -1 4202560 1573 0 0 0 285 26 0 0 20 0 22 0 254486130 10060460032 951288 33554432000 1073741824 1073778376 140736186383216 139854263327656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5134/tid=5145] ppid=5132 vsize=9824668 CPUtime=52.03 cores=1,3,5,7
/proc/5134/task/5145/stat : 5145 (java) S 5132 5134 718 0 -1 4202560 3167 0 0 0 5184 19 0 0 20 0 22 0 254486131 10060460032 951288 33554432000 1073741824 1073778376 140736186383216 139854251129064 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5134/tid=5146] ppid=5132 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5134/task/5146/stat : 5146 (java) S 5132 5134 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254486131 10060460032 951288 33554432000 1073741824 1073778376 140736186383216 139854250075128 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5134/tid=5147] ppid=5132 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5134/task/5147/stat : 5147 (java) S 5132 5134 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254486131 10060460032 951288 33554432000 1073741824 1073778376 140736186383216 139854249022728 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5134/tid=5148] ppid=5132 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5134/task/5148/stat : 5148 (java) S 5132 5134 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254486134 10060460032 951288 33554432000 1073741824 1073778376 140736186383216 139854247971216 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5134/tid=5149] ppid=5132 vsize=9824668 CPUtime=1.71 cores=1,3,5,7
/proc/5134/task/5149/stat : 5149 (java) S 5132 5134 718 0 -1 4202560 11008 0 0 0 168 3 0 0 20 0 22 0 254486134 10060460032 951288 33554432000 1073741824 1073778376 140736186383216 139854246918840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5134/tid=5150] ppid=5132 vsize=9824668 CPUtime=1.36 cores=1,3,5,7
/proc/5134/task/5150/stat : 5150 (java) S 5132 5134 718 0 -1 4202560 10319 0 0 0 134 2 0 0 20 0 22 0 254486134 10060460032 951288 33554432000 1073741824 1073778376 140736186383216 139854245866040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5134/tid=5151] ppid=5132 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5134/task/5151/stat : 5151 (java) S 5132 5134 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254486134 10060460032 951288 33554432000 1073741824 1073778376 140736186383216 139854244813944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5134/tid=5152] ppid=5132 vsize=9824668 CPUtime=0.38 cores=1,3,5,7
/proc/5134/task/5152/stat : 5152 (java) S 5132 5134 718 0 -1 4202560 49 0 0 0 24 14 0 0 20 0 22 0 254486134 10060460032 951288 33554432000 1073741824 1073778376 140736186383216 139854243761352 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5134/tid=5153] ppid=5132 vsize=9824668 CPUtime=761.29 cores=1,3,5,7
/proc/5134/task/5153/stat : 5153 (java) R 5132 5134 718 0 -1 4202560 120 0 0 0 76117 12 0 0 20 0 22 0 254486176 10060460032 951288 33554432000 1073741824 1073778376 140736186383216 139854242705632 139854353299963 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5134/tid=5154] ppid=5132 vsize=9824668 CPUtime=761.21 cores=1,3,5,7
/proc/5134/task/5154/stat : 5154 (java) R 5132 5134 718 0 -1 4202560 1031 0 0 0 76075 46 0 0 20 0 22 0 254486176 10060460032 951288 33554432000 1073741824 1073778376 140736186383216 139854241650848 139854353633553 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5134/tid=5155] ppid=5132 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5134/task/5155/stat : 5155 (java) S 5132 5134 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254486178 10060460032 951288 33554432000 1073741824 1073778376 140736186383216 139854240601256 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5134/tid=5156] ppid=5132 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5134/task/5156/stat : 5156 (java) S 5132 5134 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254486178 10060460032 951288 33554432000 1073741824 1073778376 140736186383216 139854239548456 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1606.02
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.92 3.91 3.87 5/218 5225
/proc/meminfo: memFree=22788248/32873852 swapFree=6848/6848
[pid=5134] ppid=5132 vsize=9824668 CPUtime=1723.18 cores=1,3,5,7
/proc/5134/stat : 5134 (java) S 5132 5134 718 0 -1 4202496 37993 0 1 0 172054 264 0 0 20 0 22 0 254486127 10060460032 949726 33554432000 1073741824 1073778376 140736186383216 140736186374352 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5134/statm: 2456167 949726 2287 9 0 2446860 0
[pid=5134/tid=5136] ppid=5132 vsize=9824668 CPUtime=0.5 cores=1,3,5,7
/proc/5134/task/5136/stat : 5136 (java) S 5132 5134 718 0 -1 4202560 2518 0 1 0 46 4 0 0 20 0 22 0 254486128 10060460032 949726 33554432000 1073741824 1073778376 140736186383216 139854494581752 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5134/tid=5137] ppid=5132 vsize=9824668 CPUtime=3.36 cores=1,3,5,7
/proc/5134/task/5137/stat : 5137 (java) S 5132 5134 718 0 -1 4202560 1154 0 0 0 310 26 0 0 20 0 22 0 254486130 10060460032 949726 33554432000 1073741824 1073778376 140736186383216 139854472681768 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5134/tid=5138] ppid=5132 vsize=9824668 CPUtime=2.87 cores=1,3,5,7
/proc/5134/task/5138/stat : 5138 (java) S 5132 5134 718 0 -1 4202560 904 0 0 0 267 20 0 0 20 0 22 0 254486130 10060460032 949726 33554432000 1073741824 1073778376 140736186383216 139854471628968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5134/tid=5139] ppid=5132 vsize=9824668 CPUtime=3.06 cores=1,3,5,7
/proc/5134/task/5139/stat : 5139 (java) S 5132 5134 718 0 -1 4202560 1093 0 0 0 282 24 0 0 20 0 22 0 254486130 10060460032 949726 33554432000 1073741824 1073778376 140736186383216 139854268590632 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5134/tid=5140] ppid=5132 vsize=9824668 CPUtime=3.17 cores=1,3,5,7
/proc/5134/task/5140/stat : 5140 (java) S 5132 5134 718 0 -1 4202560 1113 0 0 0 292 25 0 0 20 0 22 0 254486130 10060460032 949726 33554432000 1073741824 1073778376 140736186383216 139854267537832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5134/tid=5141] ppid=5132 vsize=9824668 CPUtime=3.54 cores=1,3,5,7
/proc/5134/task/5141/stat : 5141 (java) S 5132 5134 718 0 -1 4202560 947 0 0 0 327 27 0 0 20 0 22 0 254486130 10060460032 949726 33554432000 1073741824 1073778376 140736186383216 139854266485544 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5134/tid=5142] ppid=5132 vsize=9824668 CPUtime=2.94 cores=1,3,5,7
/proc/5134/task/5142/stat : 5142 (java) S 5132 5134 718 0 -1 4202560 1091 0 0 0 275 19 0 0 20 0 22 0 254486130 10060460032 949726 33554432000 1073741824 1073778376 140736186383216 139854265432744 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5134/tid=5143] ppid=5132 vsize=9824668 CPUtime=2.97 cores=1,3,5,7
/proc/5134/task/5143/stat : 5143 (java) S 5132 5134 718 0 -1 4202560 583 0 0 0 281 16 0 0 20 0 22 0 254486130 10060460032 949726 33554432000 1073741824 1073778376 140736186383216 139854264380456 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5134/tid=5144] ppid=5132 vsize=9824668 CPUtime=3.3 cores=1,3,5,7
/proc/5134/task/5144/stat : 5144 (java) S 5132 5134 718 0 -1 4202560 1632 0 0 0 304 26 0 0 20 0 22 0 254486130 10060460032 949726 33554432000 1073741824 1073778376 140736186383216 139854263327656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5134/tid=5145] ppid=5132 vsize=9824668 CPUtime=55.71 cores=1,3,5,7
/proc/5134/task/5145/stat : 5145 (java) S 5132 5134 718 0 -1 4202560 3235 0 0 0 5551 20 0 0 20 0 22 0 254486131 10060460032 949726 33554432000 1073741824 1073778376 140736186383216 139854251129064 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5134/tid=5146] ppid=5132 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5134/task/5146/stat : 5146 (java) S 5132 5134 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254486131 10060460032 949726 33554432000 1073741824 1073778376 140736186383216 139854250075128 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5134/tid=5147] ppid=5132 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5134/task/5147/stat : 5147 (java) S 5132 5134 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254486131 10060460032 949726 33554432000 1073741824 1073778376 140736186383216 139854249022728 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5134/tid=5148] ppid=5132 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5134/task/5148/stat : 5148 (java) S 5132 5134 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254486134 10060460032 949726 33554432000 1073741824 1073778376 140736186383216 139854247971216 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5134/tid=5149] ppid=5132 vsize=9824668 CPUtime=1.71 cores=1,3,5,7
/proc/5134/task/5149/stat : 5149 (java) S 5132 5134 718 0 -1 4202560 11008 0 0 0 168 3 0 0 20 0 22 0 254486134 10060460032 949726 33554432000 1073741824 1073778376 140736186383216 139854246918840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5134/tid=5150] ppid=5132 vsize=9824668 CPUtime=1.36 cores=1,3,5,7
/proc/5134/task/5150/stat : 5150 (java) S 5132 5134 718 0 -1 4202560 10319 0 0 0 134 2 0 0 20 0 22 0 254486134 10060460032 949726 33554432000 1073741824 1073778376 140736186383216 139854245866040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5134/tid=5151] ppid=5132 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5134/task/5151/stat : 5151 (java) S 5132 5134 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254486134 10060460032 949726 33554432000 1073741824 1073778376 140736186383216 139854244813944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5134/tid=5152] ppid=5132 vsize=9824668 CPUtime=0.4 cores=1,3,5,7
/proc/5134/task/5152/stat : 5152 (java) S 5132 5134 718 0 -1 4202560 51 0 0 0 25 15 0 0 20 0 22 0 254486134 10060460032 949726 33554432000 1073741824 1073778376 140736186383216 139854243761352 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5134/tid=5153] ppid=5132 vsize=9824668 CPUtime=816.98 cores=1,3,5,7
/proc/5134/task/5153/stat : 5153 (java) R 5132 5134 718 0 -1 4202560 123 0 0 0 81684 14 0 0 20 0 22 0 254486176 10060460032 949726 33554432000 1073741824 1073778376 140736186383216 139854242705632 139854353240521 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5134/tid=5154] ppid=5132 vsize=9824668 CPUtime=816.92 cores=1,3,5,7
/proc/5134/task/5154/stat : 5154 (java) R 5132 5134 718 0 -1 4202560 1034 0 0 0 81645 47 0 0 20 0 22 0 254486176 10060460032 949726 33554432000 1073741824 1073778376 140736186383216 139854241651072 139854353765458 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5134/tid=5155] ppid=5132 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5134/task/5155/stat : 5155 (java) S 5132 5134 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254486178 10060460032 949726 33554432000 1073741824 1073778376 140736186383216 139854240601256 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5134/tid=5156] ppid=5132 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5134/task/5156/stat : 5156 (java) S 5132 5134 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254486178 10060460032 949726 33554432000 1073741824 1073778376 140736186383216 139854239548456 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1723.18
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+921.401 s]
/proc/loadavg: 4.01 3.94 3.88 5/217 5225
/proc/meminfo: memFree=22733952/32873852 swapFree=6848/6848
[pid=5134] ppid=5132 vsize=9824668 CPUtime=1800.01 cores=1,3,5,7
/proc/5134/stat : 5134 (java) S 5132 5134 718 0 -1 4202496 38186 0 1 0 179735 266 0 0 20 0 22 0 254486127 10060460032 957030 33554432000 1073741824 1073778376 140736186383216 140736186374352 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5134/statm: 2456167 957030 2287 9 0 2446860 0
[pid=5134/tid=5136] ppid=5132 vsize=9824668 CPUtime=0.5 cores=1,3,5,7
/proc/5134/task/5136/stat : 5136 (java) S 5132 5134 718 0 -1 4202560 2518 0 1 0 46 4 0 0 20 0 22 0 254486128 10060460032 957030 33554432000 1073741824 1073778376 140736186383216 139854494581752 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5134/tid=5137] ppid=5132 vsize=9824668 CPUtime=3.54 cores=1,3,5,7
/proc/5134/task/5137/stat : 5137 (java) S 5132 5134 718 0 -1 4202560 1198 0 0 0 328 26 0 0 20 0 22 0 254486130 10060460032 957030 33554432000 1073741824 1073778376 140736186383216 139854472681768 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5134/tid=5138] ppid=5132 vsize=9824668 CPUtime=3.03 cores=1,3,5,7
/proc/5134/task/5138/stat : 5138 (java) S 5132 5134 718 0 -1 4202560 961 0 0 0 283 20 0 0 20 0 22 0 254486130 10060460032 957030 33554432000 1073741824 1073778376 140736186383216 139854471628968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5134/tid=5139] ppid=5132 vsize=9824668 CPUtime=3.21 cores=1,3,5,7
/proc/5134/task/5139/stat : 5139 (java) S 5132 5134 718 0 -1 4202560 1093 0 0 0 297 24 0 0 20 0 22 0 254486130 10060460032 957030 33554432000 1073741824 1073778376 140736186383216 139854268590632 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5134/tid=5140] ppid=5132 vsize=9824668 CPUtime=3.3 cores=1,3,5,7
/proc/5134/task/5140/stat : 5140 (java) S 5132 5134 718 0 -1 4202560 1126 0 0 0 305 25 0 0 20 0 22 0 254486130 10060460032 957030 33554432000 1073741824 1073778376 140736186383216 139854267537832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5134/tid=5141] ppid=5132 vsize=9824668 CPUtime=3.76 cores=1,3,5,7
/proc/5134/task/5141/stat : 5141 (java) S 5132 5134 718 0 -1 4202560 950 0 0 0 349 27 0 0 20 0 22 0 254486130 10060460032 957030 33554432000 1073741824 1073778376 140736186383216 139854266485544 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5134/tid=5142] ppid=5132 vsize=9824668 CPUtime=3.04 cores=1,3,5,7
/proc/5134/task/5142/stat : 5142 (java) S 5132 5134 718 0 -1 4202560 1091 0 0 0 285 19 0 0 20 0 22 0 254486130 10060460032 957030 33554432000 1073741824 1073778376 140736186383216 139854265432744 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5134/tid=5143] ppid=5132 vsize=9824668 CPUtime=3.09 cores=1,3,5,7
/proc/5134/task/5143/stat : 5143 (java) S 5132 5134 718 0 -1 4202560 590 0 0 0 293 16 0 0 20 0 22 0 254486130 10060460032 957030 33554432000 1073741824 1073778376 140736186383216 139854264380456 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5134/tid=5144] ppid=5132 vsize=9824668 CPUtime=3.38 cores=1,3,5,7
/proc/5134/task/5144/stat : 5144 (java) S 5132 5134 718 0 -1 4202560 1632 0 0 0 312 26 0 0 20 0 22 0 254486130 10060460032 957030 33554432000 1073741824 1073778376 140736186383216 139854263327656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5134/tid=5145] ppid=5132 vsize=9824668 CPUtime=57.63 cores=1,3,5,7
/proc/5134/task/5145/stat : 5145 (java) S 5132 5134 718 0 -1 4202560 3296 0 0 0 5743 20 0 0 20 0 22 0 254486131 10060460032 957030 33554432000 1073741824 1073778376 140736186383216 139854251129064 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5134/tid=5146] ppid=5132 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5134/task/5146/stat : 5146 (java) S 5132 5134 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254486131 10060460032 957030 33554432000 1073741824 1073778376 140736186383216 139854250075128 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5134/tid=5147] ppid=5132 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5134/task/5147/stat : 5147 (java) S 5132 5134 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254486131 10060460032 957030 33554432000 1073741824 1073778376 140736186383216 139854249022728 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5134/tid=5148] ppid=5132 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5134/task/5148/stat : 5148 (java) S 5132 5134 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254486134 10060460032 957030 33554432000 1073741824 1073778376 140736186383216 139854247971216 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5134/tid=5149] ppid=5132 vsize=9824668 CPUtime=1.71 cores=1,3,5,7
/proc/5134/task/5149/stat : 5149 (java) S 5132 5134 718 0 -1 4202560 11008 0 0 0 168 3 0 0 20 0 22 0 254486134 10060460032 957030 33554432000 1073741824 1073778376 140736186383216 139854246918840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5134/tid=5150] ppid=5132 vsize=9824668 CPUtime=1.36 cores=1,3,5,7
/proc/5134/task/5150/stat : 5150 (java) S 5132 5134 718 0 -1 4202560 10319 0 0 0 134 2 0 0 20 0 22 0 254486134 10060460032 957030 33554432000 1073741824 1073778376 140736186383216 139854245866040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5134/tid=5151] ppid=5132 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5134/task/5151/stat : 5151 (java) S 5132 5134 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254486134 10060460032 957030 33554432000 1073741824 1073778376 140736186383216 139854244813944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5134/tid=5152] ppid=5132 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/5134/task/5152/stat : 5152 (java) S 5132 5134 718 0 -1 4202560 53 0 0 0 26 16 0 0 20 0 22 0 254486134 10060460032 957030 33554432000 1073741824 1073778376 140736186383216 139854243761352 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5134/tid=5153] ppid=5132 vsize=9824668 CPUtime=853.76 cores=1,3,5,7
/proc/5134/task/5153/stat : 5153 (java) R 5132 5134 718 0 -1 4202560 127 0 0 0 85362 14 0 0 20 0 22 0 254486176 10060460032 957030 33554432000 1073741824 1073778376 140736186383216 139854242703840 139854353322242 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5134/tid=5154] ppid=5132 vsize=9824668 CPUtime=853.69 cores=1,3,5,7
/proc/5134/task/5154/stat : 5154 (java) R 5132 5134 718 0 -1 4202560 1036 0 0 0 85321 48 0 0 20 0 22 0 254486176 10060460032 957030 33554432000 1073741824 1073778376 140736186383216 139854241651632 139854353423311 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5134/tid=5155] ppid=5132 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5134/task/5155/stat : 5155 (java) S 5132 5134 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254486178 10060460032 957030 33554432000 1073741824 1073778376 140736186383216 139854240601256 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5134/tid=5156] ppid=5132 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5134/task/5156/stat : 5156 (java) S 5132 5134 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254486178 10060460032 957030 33554432000 1073741824 1073778376 140736186383216 139854239548456 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 5134 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=788454
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=70533
# CPU time returned by wait4() is 1795.86
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 921.482
CPU time (s): 1800.01
CPU user time (s): 1797.35
CPU system time (s): 2.66
CPU usage (%): 195.339
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.79
system time used= 3.07053
maximum resident set size= 3828240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38218
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= 25834
involuntary context switches= 42084

runsolver used 3.37149 second user time and 9.01263 second system time

The end

Launcher Data

Begin job on node129 at 2012-05-24 20:20:07
IDJOB=3689612
IDBENCH=90122
IDSOLVER=2268
FILE ID=node129/3689612-1337883607
RUNJOBID= node129-1337871881-736
PBS_JOBID= 14620075
Free space on /tmp= 71636 MiB

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

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

MD5SUM BENCH= 43f0e9fb1c8ca4724fdfde37689b9cda
RANDOM SEED=851404767

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.957
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.90
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.957
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:       32873852 kB
MemFree:        26542640 kB
Buffers:          224228 kB
Cached:          2180360 kB
SwapCached:            0 kB
Active:          3705752 kB
Inactive:        1855576 kB
Active(anon):    3159264 kB
Inactive(anon):        0 kB
Active(file):     546488 kB
Inactive(file):  1855576 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               884 kB
Writeback:             0 kB
AnonPages:       3162968 kB
Mapped:            22600 kB
Shmem:               204 kB
Slab:             627312 kB
SReclaimable:      69796 kB
SUnreclaim:       557516 kB
KernelStack:        1616 kB
PageTables:        10408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    3272288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3082240 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= 71640 MiB
End job on node129 at 2012-05-24 20:35:30